@charset "utf-8";

/* CSS Document 

Project Name:  Groo Finance Business, Finance and Professional Services HTML5 Template     
Version:  1.0   
Author Name: Set PVT.
Support Email : shakil.shakil.ahsan@gmail.com
Design By: Mahamudul Hasan
Creation Date: 10 September 2017 

*****=====***** TABLE OF CONTENT *****=====*****

01. IMPORTED STYLE CSS
02. GENERAL CSS
03. Default Section & Container css
04. Navber / Header Style Css
05. Top Menu Header Style Css
06. About Style Css
07. Skills Section style css
08. Service Box / Icon Box Style Css
09. Main Slider Style Css
10. Video Bacground style Css
11. Half Divider css
12. Tab Style css
13. Accordion Style Css
14. Funfact Style css
15. Gallery Style css
16. Particles Bacground style Css
17. Testimonial Style Css
18. Clients logo Style Css
19. Blog Style Css
20. Timeline Style Css
21. All Shop Style Css
22. All Footer Style Css
23. Pricing Tables Style CSS 
24. Team  Style Css
25. Modal Style CSS
26. Comming Style CSS 
27. Error Style CSS 
28. Table Style CSS
29. Subscribe Style CSS
30. Contact Form Style Css 
31. Default Margin-padding 
32. Default Theme Color Style

*/

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* GOOGLE FONTs */
@import url('https://fonts.googleapis.com/css?family=Poiret+One|Port+Lligat+Slab');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900');

/* OTHER IMPORTED CSS */
/*@import url('bootstrap-dropdownhover.css');*/
@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('ionicons.min.css');
@import url('font-awesome-animation.min.css');
@import url('pe-icon-7-stroke.css');
@import url('stroke-gap-icons.css');
@import url('custom-animation.css');
@import url('animate.min.css');
@import url('animations.css');
@import url('elegant-icons.css');
@import url('fancybox.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');
@import url('flexslider.css');
@import url('slick.css');
@import url('bootsnav.css');
@import url('player.css');

/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 26px;
    color: #a4a4a4;
}

/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

p {
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #F00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

section {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/* Form CSS */
input {
    resize: none;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.boton{
  padding: 2px 0 10px 0;
}

.btn.btn-ver{
  color: #fff;
  background: #F00;
  font-weight: 600;
  padding: 8px 15px;
}

.btn.btn-ver:hover,
.btn.btn-ver:focus{
  background: #000;
}
/* Form CSS */
.form-control {
    resize: none;
    height: 55px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/*::-webkit-input-placeholder {
    color: #999 !important;
}
::-moz-placeholder {
    color: #999 !important;
}
:-ms-input-placeholder {
    color: #999 !important;
}*/
input:-moz-placeholder {
    color: #999 !important;
}

.ani-3,
.ani-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ani-5,
.ani-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ani-7,
.ani-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

/*****=====*****=====*****=====*****=====
    03. Default Section & Container css 
=====*****=====*****=====*****=====*****/

.container,
.container-fluid{
    padding: 70px 0 50px;
}

section {
    position: relative;
    overflow: hidden;
}

/*.section-title {
    margin-bottom: 50px;
}*/

.section-title.style-1 h2 {
  text-align: right;
  border-right: 2px solid #F00;
  padding-right: 20px;
  padding: 10px 15px 10px 0px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.style-1 h2 {
    font-size: 22px;
    line-height: 30px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.style-1 h2 {
    font-size: 30px;
    padding: 25px 15px 25px 0px;
  }

}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .section-title.style-1 h2 {
    text-align: center;
    padding: 20px 15px 20px 0px;
    border-right: none;
    border-bottom: 1px solid #F00;
  }
}

.whatsapp-movil{
  display: none;
}

.btn-what{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #000;
    position: fixed;
    right: 0;
    padding: 4px 10px 5px;
    color: white;
    z-index: 1500;
    top: 45%;
    font-size: 18px;
    text-align: center;
    border: 2px solid #fff;
}

.btn-what i{
    color: white;
    font-size: 2.8em;
    /*padding-right: 12px;*/
}

.btn-what label{
    display: inline-block;
    color: white;
}

.btn-what label span{
    color: white;
    font-size: 22px;
    text-align: center;
}

.btn-what:hover,
.btn-what:focus{
    /*right: 0;
    transition: ease 1.5s;*/
    color: white;
}

.section-title-icon {
    margin-bottom: 30px;
    margin-top: 35px;
    padding-bottom: 5px;
    position: relative;
}
.section-title-icon::before {
    content: "\f126";
    color: #F00;
    font-family: Flat|;
    font-size: 45px;
    background: #fff;
    bottom: -5px;
    left: 0;
    font-weight: 300;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 3;
}
.section-title-icon:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
    border: 1px solid #F00;
}

.pagination > li > a, 
.pagination > li > span{
  color: #f00;
}

.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover{
  background: #f00;
  color: #fff;
}

.over-layer-black,
.over-layer-white, 
.over-layer-theme {
    position: relative;
}

.over-layer-black:before,
.over-layer-white:before, 
.over-layer-theme:before,
.over-layer-white-deep:before,
.over-layer-white-light:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.79);
}

.over-layer-white:before {
    background-color: rgba(255, 255, 255, 0.7);
}

/*.over-layer-white-light:before {
    background-color: rgba(255, 255, 255, 0.93);
}*/

.over-layer-white-deep:before {
    background-color: rgba(255, 255, 255, 0.97);
}

.over-layer-theme:before {
    background-color: rgba(238, 40, 60, 0.85);
}

.welcome-section > ul{
    padding-left: 45px;
}

.welcome-section > ul > li{
    list-style: disc;
}
/*Button Style Css*/

.btn {
  cursor: pointer;
}
.btn-theme,
.btn-theme-1,
.btn-black,
.btn-white,
.btn-transparent,
.btn-bordered {
  padding: 1.2rem 1.8rem;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #F00;
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-theme:hover,
.btn-theme-1:hover,
.btn-black:hover,
.btn-white:hover,
.btn-transparent:hover,
.btn-bordered:hover {
    color: #ffffff;
    background: #d62736;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-theme-1 {
    color: #ffffff;
    background: #d62736;
}
.btn-theme-1:hover {
    color: #ffffff;
    background: #F00;
}
.btn-black {
    color: #ffffff;
    background: #333;
}
.btn-black:hover {
    color: #ffffff;
    background: #F00;
}
.btn-white {
    color: #333;
    background: #ffffff;
    border: 1px solid #333;
}
.btn-white:hover {
    color: #ffffff;
    background: #F00;
    border: 1px solid #F00;
}
.btn-transparent {
    color: #F00;
    background: transparent;
}
.btn-transparent:hover {
    color: #ffffff;
    background: #F00;
}
.btn-bordered {
    color: #F00;
    background: transparent;
    border: 1px solid #F00;
}
.btn-bordered:hover {
    color: #ffffff;
    background: #F00;
    border: 1px solid #F00;
}
.btn-shop {
    background: transparent;
    border: 1px solid #333;
    color: #333;
    font-size: 13px;
}
.btn-shop:hover {
    background: #F00;
    border: 1px solid #F00;
    color: #FFF;
}


/*preloader CSS*/
.preloader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/preloder/1.gif');
}

/*Scrollup CSS*/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 100px;
    right: 40px;
    z-index: 1;
    background-color: #F00;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}

.scrollup:hover {
  color: #333;
}

a.scrollup:hover i,
a.scrollup:active i,
a.scrollup:focus i {
  color: #fff;
}


/* Header Top Style css */
.topbar-model ul li a {
  color: #fff;
}
.header-top-hover-style li, 
.header-top-hover-style li i {
  color: #fff;
}


/*****=====*****=====*****=====*****=====
    04. Navber / Header Style Css
=====*****=====*****=====*****=====*****/

nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  top: 3px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-top: 2px solid #F00;
  width: 250px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a {
  font-weight: 600;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
  background: #F00;
  color: #fff;
  padding-left: 20px;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
  padding: 0px 20px;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li:hover a {
  padding-left: 10px;
  color: #fff;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li {
  border-bottom: 1px dashed #F00;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: "\f107";
}

.dropdown-menu.cart-list li h6 a {
  background: transparent !important;
  color: #333 !important;
  padding-left: 0 !important;

}
.attr-nav li a i {
  font-size: 20px;
}
.attr-nav > ul > li > a span.badge {
  background: #F00;
}

@media only screen and (max-width: 350px){
  .attr-nav {
    display: none;
  }

}

nav.navbar.bootsnav .navbar-toggle {
  margin-top: 5px;
}
.btn.btn-default.btn-cart {
  padding: 10px;
  border: none;
}
.menu-right ul.dropdown-menu {
  right: 0;
  left: auto;
}

.fixed-header {
  border-bottom: 1px solid #cccccc;
  background: #ffffff !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav li.nav-item.active a.nav-link {
  background: #F00;
  color: #fff;
}

.wrap-sticky {
  border-top: 1px solid #eee;
}
/* Navber / Header Style Css*/


/*****=====*****=====*****=====*****=====
    05. Top Menu Header Style Css
=====*****=====*****=====*****=====*****/


/* Strat Headder Top Style One */
.header-top.style-1 .top-flag ul li img {
    width: 30px;
}

.header-top.style-1 .top-flag ul li {
    color: #fff;
}

.header-top.style-1 .top-flag {
    margin: 5px 0px;
}

.header-top.style-1 .top-flag ul li span {
    margin-left: 5px;
}

.header-top.style-1 .social-icon.header-top-hover-style li {
    border-right: 1px solid #fff;
}

.top-header-secend a.navbar-brand {
    padding: 0;
}

.top-header-secend ul li {
  border-left: 1px solid #ddd;
  margin-left: 5px;
  padding-left: 15px;
}

.top-header-secend ul li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.top-header-secend ul li .time .icon {
    float: left;
    color: #F00;
}

.top-header-secend ul li .time .text {
    float: left;
    margin-left: 16px;
}

.top-header-secend ul li .time .icon i {
    color: #F00;
    font-size: 35px;
    line-height: 50px;
}

.top-header-secend ul li .time .text b {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.top-header-secend ul li .time .text span {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.top-header-secend.bg-theme-color ul li .time .icon{
  color: #222;
}
.top-header-secend.bg-theme-color ul li .time .text b{
  color: #fff;
}
.top-header-secend.bg-theme-color ul li .time .text span{
  color: #fff;
}

.icono img{
  width: auto;
}
.attr-nav.bg-theme-color a {
  color: #fff;
  padding: 28px 10px;
  font-size: 26px; 
  text-transform: uppercase;
  display: block;
} 

@media only screen and (min-width: 991px) {
    .display-block-767 {
        display: none;
    }

    .display-none-767 {
        display: block;
    }
}

@media screen and (max-width: 991px) {

    .display-block-767 {
        display: block;
    }

    .display-none-767 {
        display: none;
    }

    .main-herader .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-top.style-1 .top-flag {
        text-align: center;
        margin-bottom: 10px;
    }

    .social-icon.header-top-hover-style.text-right {
        text-align: center;
    }

    .top-header-secend .navbar-brand {
        margin: auto;
        text-align: center;
        float: right !important;
    }

    .top-header-secend .list-inline.pull-right {
        text-align: center;
    }

    .top-header-secend .list-inline.pull-right li {
        margin: 8px 0px;
    }
}


.header-top.style-2 {
    background: #f3f3f3;
}

.header-top.style-2.transform-left::before {
    background: #F00;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
}

.header-top.style-2.transform-left::after {
    content: "";
    background: #F00;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    height: 100%;
    width: 79px;
    right: 47%;
    top: 0;
    position: absolute;
}

.header-top.style-2::after {
    background: #18364a;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: '';
}

.header-top.style-2 .top-flag ul li img {
    width: 30px;
}

.header-top.style-2.transform-left .top-flag ul li {
    color: #fff;
}

.header-top.style-2 .top-flag {
    margin: 5px 0px;
}

.header-top.style-2.transform-left .top-flag ul li span {
    margin-left: 5px;
    color: #fff;
}

.header-top.style-2 .social-icon.header-top-hover-style li {
    z-index: 2;
    background: #F00;
    color: #fff;
    position: relative;
    display: inline-block;
}

.header-top.style-2 .social-icon.header-top-hover-style li:hover {
    background: #888888;
}

.header-top.style-2 .social-icon.header-top-hover-style li:hover i {
    color: #fff;
}




@media screen and (max-width: 991px) {

    .header-top.style-2.transform-left::before {
        width: 100%;
    }

    .header-top.style-2.transform-left::after {
        display: none;
    }

    .header-top.style-2 .top-flag ul li,
    .header-top.style-2 .top-flag ul li span {
        color: #fff;
        position: relative;
        z-index: 2;
    }

    .header-top.style-2 .top-flag {
        text-align: center;
    }

    .social-icon.header-top-hover-style.text-right {
        text-align: center;
    }

    .top-header-secend .navbar-brand {
        margin: auto;
        text-align: center;
        float: right !important;
    }

    .top-header-secend .list-inline.pull-right {
        text-align: center;
    }

    .top-header-secend .list-inline.pull-right li {
        margin: 8px 0px;
    }
}

/* Strat Headder Top Style One */

.main-herader.style-10 {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); 
    z-index: 99;
}

.main-herader.style-10 .header-top.style-4 {
    padding: 0 15px;
    background: #10252E !important;
}

.main-herader.style-10 nav.nabver ul {
    padding: 0 15px;
}

.main-herader.style-10  a.navbar-brand {
    width: 100%;
}



.top-header-secend.style-10::before {
    background: #18364a;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    content: '';
}

.top-header-secend.style-10::after {
    content: "";
    background: #18364a;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    height: 100%;
    width: 100px;
    right: 57%;
    top: 0;
    position: absolute;
    box-shadow: 11px 2px 0px 2px #F00;
}

.main-herader.style-2 .attr-nav {
    margin-right: 0;
}



/*****=====*****=====*****=====*****=====
    06. About Style Css
=====*****=====*****=====*****=====*****/

.about-item.style-1 {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
.about-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.img-overlay {
    position: relative;
}

.img-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #f1f1f1;
}

.about-item.style-1:hover .img-overlay:before {
    background-color: #000;
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.services-carousel .about-item.style-1 .about-image .img-overlay:before {
    background-color: rgba(241, 241, 241, 0.93);
}
.services-carousel .about-item.style-1:hover .img-overlay:before {
    background-color: rgba(241, 241, 241, 0.99);
    opacity: 1;
}
.about-item.style-1:hover h3 a,
.about-item.style-1:hover p {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.services-carousel .about-item.style-1:hover p {
    color: #a4a4a4;
}
.services-carousel .about-item.style-1 h3 a:hover {
    color: #000 !important;
}

.about-item.style-1:hover h3 a:hover {
  color: #fff;
}
.about-item.style-1:hover h3 a {
  color: #F00;
}
.about-item.style-1 h3 a {
  color: #4a4a4a;
}
.about-icon-box i {
  font-size: 36px;
  color: #fff;
  background: #F00;
  display: inline-block;
  border-radius: 50%;
  width: 75px;
  line-height: 75px;
  height: 75px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.about-item.style-1:hover .about-icon-box i {
  color: #F00;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

/* About Section theme 3 Div style css */
.mobile-responsive {
  text-align: center;
}  
.mobile-responsive ul li {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.mobile-responsive ul li i {
    position: absolute;
    left: 110%;
    right: 0;
    line-height: 250px;
    color: #fff;
    z-index: 2;
    font-size: 30px;
}

.mobile-responsive ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #F00;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.mobile-responsive ul li:hover:after,
.mobile-responsive ul li:hover i {
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.mobile-responsive ul li:nth-child(2) {
  margin-left: -40px;
}
.mobile-responsive ul li:nth-child(3) {
  margin-top: -80px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-responsive ul li i {
      line-height: 240px;
  }

  .mobile-responsive ul li {
    width: 240px;
    height: 240px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 495px) {
  .mobile-responsive ul li i {
      line-height: 160px;
  }

  .mobile-responsive ul li {
    width: 165px;
    height: 165px;
  }
}

.images-bg ul li {
    width: 49%;
    margin-bottom: 5px;
    position: relative;
    padding: 0;
}
.images-bg ul li {
}
.images-bg ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.images-bg ul li.white-overlay:before {
    background-color: rgba(255, 255, 255, 0.25);
}


/*****=====*****=====*****=====*****=====
    07. Skills Section style css
=====*****=====*****=====*****=====*****/
.skills{
  background-color:#ddd;
  width:100%;
  height:15px;
  position:relative;
  margin-bottom: 50px;
  margin-top: 30px;
}
.skills .title-bar{
    position:absolute;
    top:-30px;
    margin:5px;
    text-transform: capitalize;
}
.skills span {
  float:right;
  margin-top:-22px;
  margin-right:5px;
}

.skillbar-1,
.skillbar-2,
.skillbar-3,
.skillbar-4 {
  background-color: #F00;
  width:0px;
  height:15px;
}

/*****=====*****=====*****=====*****=====
    08. Service Box / Icon Box Style Css
=====*****=====*****=====*****=====*****/
.service-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-icon {
    font-size: 50px;
    margin-bottom: 15px;    
}
.service-item.style-1 {
  display: flex;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item.style-1 i {
  font-size: 35px;
  color: #f00;
  padding:0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item.style-1:hover i {
  color: #F00;
}
.service-item.style-1 .content {
  padding-left: 1em;
}
.service-item.style-1 .content h5 {
  font-size: 16px;
} 
.service-item.style-1 .content h5 a {
  color: #000;
}
.service-item.style-1 .content h5:hover a {
  color: #F00;
} 

.content p{
  color: #000;
  font-weight: 400;
}


.service-item.style-2 .content h5 {
    font-size: 16px;
}
.service-item.style-2 .service-icon i {
    font-size: 42px;
    margin-bottom: 15px;
}

.service-item.style-3 {
    display: flex;
    padding: 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-3 i {
    font-size: 30px;
    color: #4d4d4d;
    padding:0;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.service-item.style-4 {
    position: relative;
    padding: 0 0 0 90px;
}
.service-item.style-4 .service-icon {
    position: absolute;
    left: 0;
    text-align: center;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    font-size: 35px;
    color: #F00;
    border: 1px solid #F00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item.style-4:hover .service-icon {
    background: #F00;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-4.icon-right {
    padding: 0 90px 0 0;
}
.service-item.style-4.icon-right .service-icon {
    left: auto;
    right: 0;
}

.service-item.style-5 {
    position: relative;
    padding: 60px 30px 30px 30px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-bottom: 60px;
}
.service-item.style-5 .service-icon {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 4px;
    background: #222;
    box-shadow: 0 0 0 10px #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-5 .service-icon i {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
}

.service-item.style-5:hover .service-icon {
    background: #F00;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-6 {
    position: relative;
    padding: 0 0 0 80px;
}
.service-item.style-6 .service-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.service-item.style-6 .service-icon i {
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.service-item.style-6:hover .service-icon i {
    color: #F00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.service-white,
.service-item.service-white .service-icon i,
.service-item.service-white .service-icon {
    color: #fff;
}

.service-item.service-white .content h4 a {
    color: #fff;
}
.service-item.service-white .content h4 a:hover {
    color: #F00;
}

.service-item.service-theme:hover .service-icon i,
.service-item.service-theme .service-icon {
    color: #fff;
}

.service-item.service-theme .content h4 a {
    color: #F00;
}

.service-item.service-theme .service-icon i,
.service-item.service-theme .content h4 a:hover {
    color: #F00;
}

/* Services Style one start*/
.services-item {
  margin-bottom: 30px;
  position: relative;
}

.services-item.style-1 {
    padding-left: 65px;
}
.services-item.style-1 i {
    font-size: 30px;
    position: absolute;
    left: 1px;
    top: 0px;
    z-index: 2;
    margin-top: 0px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #fff;
    color: #F00;
    border: 1px solid #F00;
    border-right: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-item.style-1 .services-content {
    background: #fff;
    padding: 20px 5px 20px 20px;
    border: 1px solid #F00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-item.style-1 h4 {
    font-size: 18px;
}
.services-item.style-1 p {
    margin: 0;
    padding: 0;
}
.services-content {
    padding-left: 0;
    position: relative;
}

.services-item.style-1:hover .services-content,
.services-item.style-1:hover i {
  background: #4a4a4a;
  border-color: #4a4a4a;
}
.services-item.style-1:hover .services-content h4 a, 
.services-item.style-1:hover .services-content p,
.services-item.style-1:hover i {
  color: #fff;
}

/* Services Style Four start*/
.services-item.style-4 i {
    background: #fff; 
    color: #000;
    border: 1px solid #cccccc;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 20px;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-item.style-4 .services-content {
    margin-top: 50px;
}
.services-item.style-4 {
    border: 1px solid #cccccc;
    padding: 30px 10px;
}
.services-item.style-4:hover i {
    background: #F00;
    color: #fff;
    border-color: #F00;
}
/* Services Style Five start*/


.services-item.style-5 {
    background: #EEEEEE;
    padding: 10px 10px 25px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.services-item.style-5 i {
    color: #272822;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 40px;
    margin-bottom: 10px;
}
.services-item.style-5 h4{
    margin-bottom: 15px;
}
.services-item.style-5:hover {
    -webkit-box-shadow: 0px 9px 30px -15px #333;
    -moz-box-shadow: 0px 9px 30px -15px #333;
    box-shadow: 0px 9px 30px -15px #333;
}

.service-details .widget-area .service-list li {
  background: #f9f9f9;
  display: block;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-details .widget-area .service-list li:hover {
  padding-left: 20px;
  background: #F00;
  color: #fff; 
}

.service-details .widget-area .service-list li:hover a {
  color: #fff;
}

.service-details .widget-area .service-list li i {
  margin-right: 8px;
  color: #fff;
}

.icon-box {
  margin-bottom: 30px;
}
.icon-box h4 {
  margin-top: 20px;
}

/* Services Style Two start*/
.services-style-two {
    padding: 0;
}
.services-features-two i{
    background: #41423E; 
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-features-two:hover i{
    -webkit-box-shadow: 0px 8px 32px -8px rgba(28,28,28,1);
    -moz-box-shadow: 0px 8px 32px -8px rgba(28,28,28,1);
    box-shadow: 0px 8px 32px -8px rgba(28,28,28,1);
}
.services-features-two .back-color a{
    margin-top: 10px;
}

/* Services Style Three start*/
.services-style-three{
    padding: 0;
}

/* Services Style Five start*/
.services-style-five{
    padding: 0;
}
.services-features-five{
    background: #EEEEEE;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.services-features-five i{
    color: #272822;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 40px;
    margin-top: 10px;
}
.services-features-five h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.services-features-five p{
   padding-bottom: 20px;
}
.services-features-five .back-color a{
    margin-bottom: 20px;
}
.services-features-five:hover {
    -webkit-box-shadow: 0px 9px 40px -15px rgba(82,75,82,1);
    -moz-box-shadow: 0px 9px 40px -15px rgba(82,75,82,1);
    box-shadow: 0px 9px 40px -15px rgba(82,75,82,1)
}




/*****=====*****=====*****=====*****=====
    09. Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider{
    overflow: hidden;
    max-height: 750px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);    
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 45px;
    padding: 0 15px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 48%;
    bottom: 3%;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    z-index: 2;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 5;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #F00;
    background-color: transparent;
    position: relative;
    border-color: #F00;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #F00;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide-style-left {
    text-align: left !important;
}
.slide-style-right {
    text-align: right !important;
}
.slide-style-center {
    text-align: center !important;
}

.slide-text {
    left: 15%;
    top: 22%;
    right: 15%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h2 {
    
    padding: 0;
    color: #ffffff;
    font-size: 42px;
    font-style: normal;
    line-height: 60px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #333;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #FFF;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #F00;
    border: 1px solid #F00;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
}

/* Type-slider Css */

.type-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.type-slider p {
  color: #eee;
}

/* Flexslider */

.flexslider {
    height: 800px;
    margin: 0 auto;
    box-shadow: none;
    overflow: hidden;
    border: none;
}

.flexslider li {
    position: relative;
}

.flexslider li .meta {
    position: absolute;
    top: 25%;
    left: 20%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.flexslider li .meta.slide-center,
.flexslider li .meta.slide-center h2,
.flexslider li .meta.slide-center p, 
.flexslider li .meta.slide-center .category {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}


.flexslider li .meta.slide-center h2,
.flexslider li .meta.slide-center p, 
.flexslider li .meta.slide-center .category {
  margin-bottom: 20px;
}
.flexslider li .meta.slide-center p {
  margin-bottom: 30px;
}

.flexslider li h2 {
    background: rgba(51, 51, 51, 0.5);
    padding: 12px 18px 12px;
    font-size: 1.8em;
    font-weight: 300;
    color: #fff;
}

.flexslider li p {
    background: rgba(51, 51, 51, 0.5);
    padding: 13px 18px 11px;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 20px;
}

.flexslider li h2,
.flexslider li p,
.flexslider li .category button,
.flexslider li .category button {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta p,
.flexslider li.flex-active-slide .meta .category button,
.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
  margin-top: -42%; 
}
.flex-direction-nav li .flex-next {
  z-index: 999;
  right: 30px;
}
.flex-direction-nav a:before {
  font-size: 30px;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text {
        display: none;
    }
    .bs-slider{
        max-height: 450px;
    }

}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
    .carousel-indicators {
      display: none;
    }

}

.btn-slider {
    margin-top: 30px;
    border-color: #FFF;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-slider:hover {
    border-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.border-0 {
    border: none !important;
}
.border-1px {
    border: 1px solid #ddd;
}
.border-bottom-1px {
    border-bottom: 1px solid #ddd;
}
.border-right-1px {
    border-right: 1px solid #ddd;
}

/* Slick Slider Style Css */

.slick-slider .slick-next {
  right: 40px;
}
.slick-slider .slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-slider .slick-dots {
  bottom: 20px;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-size: 40px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#home.slick-slider.slick-slider--slider {
  background-size: cover;
}
.slick-slider .ct-slick {
  margin-bottom: 0;
}
.slick-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-tablex-display {
  display: table;
  width: 100%;
  height: 600px;
}
.slick-tablex-display > .slick-slider-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.slick-slider h2.big {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding-top: 50px;
}
.slick-slider p {
  font-size: 16px;
  color: #fff;
}

.ct-slick .slick-track,
.ct-slick .slick-list,
.ct-slick .item,
.ct-slick .slick-item {
  min-height: inherit;
}
.ct-slick .item {
  background-size: cover;
}


/* Transitions */
.slick-slider .activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
}
.slick-slider .animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
}


/*****=====*****=====*****=====*****=====
  10. Video Bacground style Css
=====*****=====*****=====*****=====*****/

.video-area {
    position: relative;
    overflow: hidden;
}
.video-area h2,
.video-area p {
    color: #FFF;
}
.video-area h2 span {
    color: #F00;
}
.video-area .container {
    padding-top: 250px;
    padding-bottom: 250px;
}
.video-bg {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}
.video-bg .video {
  height: 100%;
  left: 0;
  margin: 0!important;
  position: relative;
  top: 0;
  width: 100%;
}
.video-bg .video .mbYTP_wrapper {
  z-index: -1 !important;
}
a.btn-primary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #F00;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/*---------- Revolution Slider ----------*/

.rev-wrapper{
  position:relative;
}

.rev-wrapper .slotholder:after {
    /*background: rgba(0, 0, 0, 0.4);*/
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.rev-wrapper .rev-layers {
  font-size: 64px;
}

.rev-wrapper .rev-layers h2 {
  font-size: 50px;
  font-weight: 600;
  color: #F00;
  letter-spacing: 1px;
  background: #ffffffb3;
  padding: 12px 24px;
  border-radius: 25px;
}

.rev-wrapper .rev-layers p {
  font-size: 50px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  letter-spacing: 1px;
  background: #ffffffb3;
  padding: 25px 24px;
  border-radius: 25px;
}

.rev-wrapper .rev-layers a.btn-default {
  border: 0;
  color: #fff;
  background: #F00;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  margin-right: 10px;
  padding: 17px 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  white-space: nowrap;
}

.rev-wrapper .rev-layers a.btn-primary {
  background: #F00 none repeat scroll 0 0;
  border: 1px solid #F00;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  margin-left: 10px;
  padding: 17px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  white-space: nowrap;
}


.index-area .inner-revs {
    margin-bottom: 40px;
    margin-top: 80px;
}

.index-area .inner-revs h3 {
    color: #fff;
}

.index-area .inner-revs h3 span {
    color: #d50000;
}

.index-area .inner-revs img {
    margin-right: 10px;
    width: 32px;
}



/*****=====*****=====*****=====*****=====
    11. Half Divider css
=====*****=====*****=====*****=====*****/
.half-divider::before {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.9);
}

.half-divider-black::before {
    background: rgba(17, 17, 17, 0.9);
}

.half-divider-white::before {
    background: rgba(255, 255, 255, 0.9);
}

.half-divider-theme::before {
    background: rgba(238,44,60, 0.6);
}

.half-left::before  {
    left: 0;
    right: auto;
}

.half-right::before  {
    left: auto;
    right: 0;
}


@media screen and (max-width: 767px)  {
    .half-divider::before {
        width: 100%;
    }
}

/* Inner area Style Css */

.inner-area p a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  color: #F00;
  margin: 0 8px;
}

.inner-area p {
  color: #f00;
}

.inner-area p a {
  color: #fff;
}

              
.index-img .section-title.light-title{
    position: relative;
    margin-bottom: 70px;
}
.index-img .section-title.light-title h2{
    position: relative;
    z-index: 1;
    background: #1b1b1b;
    color: #eee;

}
.index-img .section-title.light-title h5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -40px;
    font-size: 100px;
    z-index: 0;
    color: #333;
}
.index-img {
    position: relative;
    overflow: hidden;
}

.index-hover {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-hover:hover {
    margin-top: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-hover h5 a {
    background: #2d2d2d;
    color: #fff;
    padding: 15px 0;
    display: block;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.index-area h2 {
    font-size: 36px;
    line-height: 60px;
}
.index-area h2 span {
    font-size: 48px;
    color: #F00;
    font-weight: bolder;
}

.preview-features-item ul li {
    padding-bottom: 15px;
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.preview-features-item ul li:hover {
    color: #F00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.preview-features-item ul li i {
    font-size: 18px;
    color: #F00;
}
/*****=====*****=====*****=====*****=====
    12. Tab Style css
=====*****=====*****=====*****=====*****/

.cm-tab {
  background: #fff;
  padding: 40px;
}
.cm-tab .nav li a {
  font-weight: 500;
  font-size: 1em;
  color: #323232;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.cm-tab .nav li a:focus,
.cm-tab .nav li.active a{
  background: url(../images/icons/arrow-up.png) no-repeat center 101.5%;
    color: #fff;
    background-color: #F00;
    border-color: transparent;
    font-weight: bold;
}
.cm-tab .tab-content ul li i {
  color:#F00;
  margin-right:12px;
  font-size: 20px;
}
.cm-tab .tab-content ul {
  display: inline-block;
}
.cm-tab .tab-content ul li a {
  font-size:0.875em;
  color: #4a4a4a;
}
.cm-tab .tab-content ul li:hover a {
  color: #F00;
}
.cm-tab .tab-content h3 {
  font-weight: 700;
  font-size: 1.125em;
  color: #242424;
}
.cm-tab .tab-content p {
  color:#898989;
  padding-bottom: 31px;

}
.cm-tab .tab-content .list-two{
  padding-left:86px;
}
.cm-tab .tab-content ul li {
  margin-top:9px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {

    .cm-tab .tab-content .list-two{
      padding-left: 10px;
    }
}


.nav-tabs>li>a {
    padding: 20px 30px;
    border: none;
    border-radius: 0;
}

.tab-content {
  padding: 20px 10px;
}

.tab-pane p{
  color: #000;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover{
  color: #f00;
}

/* Tab Item Style one */

.tab-item.style-1 .nav>li>a:focus, .tab-item.style-1 .nav>li>a:hover {
    border: 0;
    background-color: transparent;
}

.tab-item.style-1 .nav-tabs>li.active>a,
.tab-item.style-1 .nav-tabs>li.active>a:focus,
.tab-item.style-1 .nav-tabs>li.active>a:hover {
    color: #F00;
    border: 0;
    border-bottom: 1px solid #F00;
    border-radius: 0;
}

/* Tab Item Style Two */

.tab-item.style-2 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: 0;
}

.tab-item.style-2 .nav>li>a:focus, 
.tab-item.style-2 .nav>li>a:hover {
    background-color: #fff;
}

.tab-item.style-2 .nav-tabs>li.active>a, 
.tab-item.style-2 .nav-tabs>li.active>a:focus, 
.tab-item.style-2 .nav-tabs>li.active>a:hover {
    color: #F00;
    border: 1px solid #ddd;
    border-bottom-color: #F00;
    border-radius: 0;
}

/* Tab Item Style Three */

.tab-item.style-3 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: -1px;
}

.tab-item.style-3 .nav>li>a:focus, 
.tab-item.style-3 .nav>li>a:hover {
    background-color: #fafafa;
}

.tab-item.style-3 .nav-tabs>li.active>a, 
.tab-item.style-3 .nav-tabs>li.active>a:focus, 
.tab-item.style-3 .nav-tabs>li.active>a:hover {
    color: #F00;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
}

.tab-item.style-3 .tab-content {
    margin-top: -1px;
    padding: 30px;
    border: 1px solid #eee;
}

/* Tab Item Style Four */

.tab-item.style-4 .nav-tabs {
    width: 100% !important;
    border-bottom: 0;
}

.tab-item.style-4 .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: table-cell;
    width: 1%;
    text-align: center;
}

.tab-item.style-4 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: -1px;
}

.tab-item.style-4 .nav>li>a:focus, 
.tab-item.style-4 .nav>li>a:hover {
    background-color: #fff;
}

.tab-item.style-4 .nav-tabs>li.active>a, 
.tab-item.style-4 .nav-tabs>li.active>a:focus, 
.tab-item.style-4 .nav-tabs>li.active>a:hover {
    color: #F00;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
}

.tab-item.style-4 .tab-content {
    margin-top: -1px;
    padding: 30px;
    border: 1px solid #eee;
    border-top: 0;
}

#cat-section{
  background: url('../../imagenes/fondo-cat.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: center;*/
  background-attachment: fixed;
}

/* Tab Item Style Five */

.tab-item.style-5 .nav-tabs {
    display: inline-block;
    border: 0;
}

.tab-item.style-5 .nav-tabs>li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 20px;
}

.tab-item.style-5 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: -1px;
    padding: 10px 30px;
    border-radius: 30px;
}

.tab-item.style-5 .nav>li>a:focus, 
.tab-item.style-5 .nav>li>a:hover {
    background-color: #fff;
}

.tab-item.style-5 .nav-tabs>li.active>a, 
.tab-item.style-5 .nav-tabs>li.active>a:focus, 
.tab-item.style-5 .nav-tabs>li.active>a:hover {
    color: #222;
    border: 1px solid #222;
}

.tab-item.style-5 .tab-content {
    padding: 15px;
    border: 0;
}

/* Tab Item Style Six */

.tab-item.style-6 .nav-tabs {
    border: 0;
}

.tab-item.style-6 .nav-tabs>li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 20px;
}

.tab-item.style-6 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: -1px;
    padding: 10px 30px;
    border-radius: 0;
}

.tab-item.style-6 .nav>li>a:focus, 
.tab-item.style-6 .nav>li>a:hover {
    background-color: #fff;
}

.tab-item.style-6 .nav-tabs>li.active>a, 
.tab-item.style-6 .nav-tabs>li.active>a:focus, 
.tab-item.style-6 .nav-tabs>li.active>a:hover {
    color: #222;
    border: 1px solid #222;
}

.tab-item.style-6 .tab-content {
    padding: 15px;
    border: 0;
}

/* Tab Item Style Seven */

.tab-item.style-7 .nav-tabs {
    border: 0;
}

.tab-item.style-7 .nav-tabs>li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 20px;
}

.tab-item.style-7 .nav-tabs>li>a {
    background: rgba(251, 251, 251, 0.37);
    border: 1px solid #ddd;
    margin-right: -1px;
    padding: 35px 60px;
    border-radius: 0;
}

.tab-item.style-7 .nav-tabs>li>a>i {
    font-size: 35px;
}

.tab-item.style-7 .nav>li>a:focus, 
.tab-item.style-7 .nav>li>a:hover {
    background-color: #fff;
    color: #F00;
}

.tab-item.style-7 .nav-tabs>li.active>a, 
.tab-item.style-7 .nav-tabs>li.active>a:focus, 
.tab-item.style-7 .nav-tabs>li.active>a:hover {
    color: #F00;
    border: 1px solid #F00;
    background: #fff;
}

.tab-item.style-7 .nav-tabs>li.active>a>i::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    bottom: -8px;
    width: 15px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    border: 1px solid #F00;
    border-top: 0;
    border-left: 0;
}

.tab-item.style-7 .tab-content {
    padding: 15px;
    border: 0;
    text-align: left;
}

/* Tab Item Style Eight */

.tab-item.style-8 .nav-tabs {
    display: inline-block;
    border: 0;
}

.tab-item.style-8 .nav-tabs>li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 40px;
}

.tab-item.style-8 .nav-tabs>li>a {
    background: transparent;
    border: 0;
    margin-right: -1px;
    padding: 10px 0px;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}

.tab-item.style-8 .nav-tabs>li>a>i {
    display: block;
    margin-bottom: 10px;
    font-size: 55px;
}

.tab-item.style-8 .nav>li>a:focus, 
.tab-item.style-8 .nav>li>a:hover {
    background-color: transparent;
    color: #333;
}

.tab-item.style-8 .nav-tabs>li.active>a, 
.tab-item.style-8 .nav-tabs>li.active>a:focus, 
.tab-item.style-8 .nav-tabs>li.active>a:hover {
    color: #F00;
    border-bottom: 1px solid #F00;
    background: transparent;
}

.tab-item.style-8 .tab-content {
    padding: 15px;
    border: 0;
    text-align: left;
}
.tab-item.tab-right .nav-tabs>li {
  float: right;
}
.tab-item.tab-right .tab-content {
  text-align: right;
}
.tab-item.tab-white,
.tab-item.tab-white .nav-tabs>li>a {
  color: #fff;
}
.tab-item.tab-white .nav-tabs>li:hover>a {
  color: #F00;
}

@media screen and (max-width: 991px) {
  .tab-item.style-6 .nav-tabs>li {
      margin: 0 10px;
  }

  .tab-item.style-7 .nav-tabs>li>a {
      padding: 20px 30px;
  }
}

@media screen and (max-width: 680px) {
  .tab-item.style-6 .nav-tabs>li,
  .tab-item.style-5 .nav-tabs>li {
      margin: 0 3px 10px;
  }

  .tab-item.style-7 .nav-tabs>li>a {
      padding: 20px 30px;
  }

  .tab-item.style-7 .nav-tabs>li {
    margin: 0 5px 15px;
  }
}

@media screen and (max-width: 680px) {
  .tab-item.style-4 .nav-tabs>li>a {
      padding: 10px 15px;
  }
}

/*****=====*****=====*****=====*****=====
    13. Accordion Style Css
=====*****=====*****=====*****=====*****/

.accordion-panel.style-1 .panel-default>.panel-heading {
    background-color: #fff;
    border: 0;
    padding-left: 0;
}

.accordion-panel.style-1 .panel-title {
    line-height: 35px;
}

.accordion-panel.style-1 .panel-title a.accordion-toggle.collapsed {
    color: #4a4a4a;
}

.accordion-panel.style-1 .panel-group .panel {
    border: 0;
}

.accordion-panel.style-1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    margin-left: 30px;
}

.accordion-panel.style-1 .collapse.in {
    border: 0;
}

.accordion-panel.style-1 .panel-group::before {
    position: absolute;
    z-index: 0;
    top: 170px;
    bottom: 28px;
    left: 30px;
    content: "";
    border-left: 1px dashed #cecece;
}

.accordion-panel.style-1 .panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: left;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #F00;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    margin-right: 15px;
    position: relative;

}

.accordion-panel.style-1 .panel-heading .accordion-toggle.collapsed:after  {
    background: #333;
    color: #fff;
}
.accordion-panel.style-1 .panel-heading .accordion-toggle {
    color: #F00;
}

.accordion-panel.style-1 .panel-heading .accordion-toggle.collapsed:after {
    content: "\f067" !important;
}


/*****=====*****=====*****=====*****=====
    14. Funfact Style css
=====*****=====*****=====*****=====*****/
.funfact-item {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}

.funfact-item.style-1 .count .icon {
    display: inline-block;
    margin-bottom: 10px;
}

.funfact-item.style-1 .count .icon img {
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.funfact-item.style-1:hover .count .icon img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.funfact-item.style-1 .count i {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.funfact-item.style-1 .count .start-count {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    margin-top: 20px;
}

.funfact-item.style-1 p {
    color: #F00;
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 18px;
}

/* Funfact Item Style Two */ 
.funfact-item.style-2 .count .icon i {
    color: #222;
    display: inline-block;
    float: left;
    left: 25%;
    position: relative;
    font-size: 42px;
    margin-left: 0;
}

.funfact-item.style-2 .count h2.start-count {
    font-size: 28px;
    line-height: 45px;
}

.funfact-item.style-2 p {
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    float: left;
}

/* Funfact Item Style Three */
.funfact-item.style-3 {
    float: none;
}

.funfact-item.style-3 .start-count.border-none {
    border: 0 !important;
}

.funfact-item.style-3 .count .icon i {
    color: #fff;
    position: relative;
    font-size: 50px;
}


.funfact-item.style-3 .count .icon img {
  width: auto;
}

.funfact-item.style-3 .count h2.start-count {
    /*border-right: 1px solid #FFF;*/
    font-size: 50px;
    padding: 20px 0;
    color: #000;
    font-weight: 500;
}

.funfact-divider.over-layer-white-deep:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.over-layer-white-deep .funfact-item.style-3 .count .icon i {
    color: #000;
}

.over-layer-white-deep .funfact-item.style-3 .count p {
    color: #000;
}

.over-layer-white-deep .funfact-item.style-3 .count h2.start-count {
    border-right: 1px solid #F00;
}

/* Funfact Item Style Four */
.funfact-item.style-4 h2.start-count {
    color: #222;
    font-size: 32px;
    height: 40px;
    top: 35px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.funfact-item.style-4 p {
    color: #333;
    left: 0;
    top: 80px;
     text-transform: capitalize; 
    position: absolute;
    line-height: 30px;
    width: 100%;
}

.funfact-item p{
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-weight: 500px;
}

.funfact-item.style-4 .icon {
    border: 3px solid #F00;
    border-radius: 50%;
    display: block;
    padding-top: 30px;
    font-size: 25px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.funfact-item.style-4 .icon i {
    position: relative;
    bottom: -90px;
    display: inline-block;
    border-radius: 50%;
    background: #F00;
    color: #fff;
    padding: 8px 0;
    height: 40px;
    width: 40px;
}

/* Funfact Item Style Five */
.funfact-item.style-5 .icon {
    float: left;
    margin-top: 10px;
}

.funfact-item.style-5 .icon i {
    color: #fff;
    font-size: 36px;
}

.funfact-item.style-5 .count {
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
}

.funfact-item.style-5 .count::before {
    position: absolute;
    top: 0;
    left: 75px;
    width: 1px;
    height: 80px;
    content: "";
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.98);
}

.funfact-item.style-5 .count h2 {
    color: #fff;
}

.funfact-item.style-5 .count p {
    color: #fff;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Funfact Item Style Six */
.funfact-item.style-6 .icon {
    float: left;
    margin-top: 10px;
}

.funfact-item.style-6 .icon i {
    color: #222;
    font-size: 36px;
}

.funfact-item.style-6 .count {
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
}

.funfact-item.style-6 .count::before {
    position: absolute;
    top: 0;
    left: 75px;
    width: 1px;
    height: 80px;
    content: "";
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(0, 0, 0, 0.35);
}

.funfact-item.style-6 .count h2 {
    color: #222;
}

.funfact-item.style-6 .count p {
    color: #222;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Funfact Item Style Seven */
.dark .grid-padding-0 {
    background-color: #323232;
}

.dark .grid-padding-0:nth-child(2n+2) {
    background-color: #3a3a3a;
}

.grid-padding-0 {
    padding-left: 0;
    padding-right: 0;
}

.grid-padding-0 .funfact-item.style-7 {
    padding: 100px 0;
}

.funfact-item.style-7 .count .icon i {
    color: #fff;
    font-size: 36px;
}

.funfact-item.style-7 h2 {
    margin: 10px 0;
    color: #F00;
}

/* Funfact Item Style Eight */
.light .grid-padding-0 {
    background-color: #f1f1f1;
}

.light .grid-padding-0:nth-child(2n+2) {
    background-color: #f9f9f9;
}

.grid-padding-0 {
    padding-left: 0;
    padding-right: 0;
}

.grid-padding-0 .funfact-item.style-8 {
    padding: 100px 0;
}

.funfact-item.style-8 .count .icon i {
    color: #222;
    font-size: 36px;
}

.funfact-item.style-8 h2 {
    margin: 10px 0;
    color: #333;
}


/*****=====*****=====*****=====*****=====
    15. Gallery Style css
=====*****=====*****=====*****=====*****/
.gallery {
    margin: 20px 0;
}

.gallery .gallery-item {
    float: left;
    padding: 3px;
}

.gallery .gallery-item .thumb {
    position: relative;
}

.gallery .gallery-item .thumb img{
    width: 100%;
    height: auto;
    display: block;
}

.gallery-hover {
    position: absolute;
    background-color: rgba(238,44,60, 0.90);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.gallery-item .gallery-hover {
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
}


.gallery-hover .gallery-info {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 100%;
}

.gallery-hover .gallery-btn {
    position: absolute;
    margin-top: -55px;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    text-align: center;
    font-size: 30px;
}

.gallery-info,
.gallery-info h4 a,
.gallery-hover .gallery-btn a {
    text-align: center;
    color: #FFF;
}
.gallery-info {
    opacity: 0;
}

.gallery-with-title .gallery-hover .gallery-btn {
    margin-top: -15px;
}

.gallery-info h4 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-info p {
    font-size:12px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    color: #757575;
}

.gallery-info a,
.gallery-title a {
    color: #eee;
}

.gallery-item:hover .gallery-hover {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item:hover .gallery-hover .gallery-info,
.gallery-item:hover .gallery-hover .gallery-btn {
    width: 100%;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.gallery-inner-title {
    padding: 15px 0;
}
.gallery-inner-title h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.gallery-inner-title p a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F00;
}

/*gutter*/

.gallery.gutter .gallery-item {
    padding: 10px;
}


/*portfolio 2 grid*/

.gallery.col-2 .gallery-item {
    width: 49.99%;
}


/*portfolio 3 grid*/

.gallery.col-3 .gallery-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/

.gallery.col-4 .gallery-item {
    width: 25%;
}

/*portfolio 5 grid*/

.gallery.col-5 .gallery-item {
    width: 19.99%;
}

/*portfolio 6 grid*/

.gallery.col-6 .gallery-item {
    width: 16.666666667%;
}

.gallery-filter {
    margin:0px;
    padding: 20px;
    list-style: none;
}

.gallery-filter li {
    display: inline-block;
}

.gallery-filter li a {
    border: 1px solid #F00;
    color: #F00;
    display: block;
    font-size: 14px;
    margin: 0 10px;
    min-width: 68px;
    padding: 6px 10px;
}

.gallery-filter li a:hover,
.gallery-filter li.active a{
    background-color: #F00;
    color: #fff;
    border: 1px solid #F00;
}

.gallery-filter.style-white li a{
  color: #fff;
}


/*gallery slider*/

#gallery-carousel .gallery-item .thumb {
    position: relative;
}
#gallery-carousel .gallery-hover .gallery-btn {
    margin-top: -5px;
}
#gallery-carousel .owl-prev {
  left: 0;
  top: 40%;
  position: absolute;
}
#gallery-carousel .owl-next {
  right: 0;
  top: 40%;
  position: absolute;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background: #222;
    border-radius: 0;
    padding: 0;
    border: 1px solid #222;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #F00;
    border-color: #F00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*****=====*****=====*****=====*****=====
 16. Particles Bacground style Css
=====*****=====*****=====*****=====*****/
canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
  width: 100%;
  height: 600px;
  background-color: #F00;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.particles-bg {
  position: relative;
  overflow: hidden;
}
.particles-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.particles-content {
  position: absolute;
  top: 35%;
  left: 25%;
}
.particles-content p {
  color: #333;
}

/*****=====*****=====*****=====*****=====
    17. Testimonial Style Css
=====*****=====*****=====*****=====*****/

.testimonial-item.style-1 {
  margin: 40px 0 60px;
  padding: 60px 30px;
  min-height: 200px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.testimonial-item.style-1:before {
  top: -38px;
  left: 20px;
  width: 75px;
  height: 75px;
  color: #F00;
  content: '\f10d';
  background: #fff;
  position: absolute;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  font-family: 'FontAwesome';
}
.testimonial-item.style-1 blockquote {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}
.testimonial-item.style-1 blockquote q {
  width: 100%;
  float: left;
  font-style: normal;
}
.testimonial-item.style-1 .testimonial-content {
  bottom: -55px;
  right: 20px;
  width: 250px;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
}
.testimonial-item.style-1 .testimonial-content figure {
  float: left;
  overflow: hidden;
  border-radius: 40% 0%;
  margin: 0 10px 0 0;
  border: 1px solid #ddd;
}
.testimonial-item.style-1 .testimonial-clients {
  overflow: hidden;
  padding: 20px 0;
}
.testimonial-item.style-1 .testimonial-clients h5 {
  margin-bottom: 10px;
}
.testimonial-item.style-1 .testimonial-clients span {
  display: block;
}

/*****=====*****=====*****=====*****=====
    18. Clients logo Style Css
=====*****=====*****=====*****=====*****/

.clients-area {
    background-repeat: repeat;
    background-size: initial;
    background-position: bottom;
}

#client-carousel img {
    /*border: 1px solid #000;*/
    padding: 15px;
    background: #fff;
    width: auto;
}
#client-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#client-carousel:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#client-carousel.owl-theme .owl-nav .owl-prev{
  float: left;
}

#client-carousel.owl-theme .owl-nav .owl-next{
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 380px) {
  #client-carousel .owl-nav {
    display: none;
  }
}

.client-style-one .client-logo img{
    border: 1px solid #ddd;
    padding: 15px;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    width: 150px;
}
/* Client Style Two start*/
.client-style-two img{
    width: 120px;
}
.client-style-two .client-logo{
    border: 1px solid #ddd;
    padding: 20px;
    margin: auto;
    background: #eeeeee;
}
/* Client Style Three start*/
.client-style-three{
    padding: 0;
}
.client-style-three img{
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.client-style-three .client-logo{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;

}
/* Client Style four start*/
.client-style-four{
    padding: 0;
}
.client-style-four img{
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.client-style-four .client-logo{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

/* Client Style five start*/
.client-style-five{
    padding: 0;
}

/*****=====*****=====*****=====*****=====
    19. Blog Style Css
=====*****=====*****=====*****=====*****/

.blog-item {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-item .blog-content h4:hover {
    color: #F00;
}
.blog-item .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.blog-item .blog-images,
.blog-item .blog-content {
    width: 50%;
    float: left;

}
.blog-item .blog-content {
    background: transparent;
}

.blog-item .blog-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}
.hvr-bounce-to-top:before {
    background: #111;
}

.blog-item:hover .blog-img:before,
.blog-item:focus .blog-img:before,
.blog-item:active .blog-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
    
.blog-item:hover .blog-img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-item:hover .blog-img .blog-event-date { 
    opacity: 0;
}
.blog-item:hover .blog-img { 
    border-top: none;
}
.blog-item:hover { 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-item .blog-img .blog-event-date {
    position: absolute;
    width: 65px;
    height: 70px;
    text-align: center;
    background: #F00;
    left: 10px;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item .blog-img .blog-event-date h3 {
    color: #fff;
    margin: 0;
    padding: 0.5em 0 0;
}
.blog-item .blog-img .blog-event-date h3 small {
    color: #222;
    display: block;
}
.blog-item .blog-content {
    position: relative;
    background: #fff;
    padding: 25px;
}
.blog-item .blog-content h4 {
    margin-bottom: 15px;
    font-size: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item .blog-content p {
    line-height: 26px;
    font-size: 16px;
}
.blog-item .blog-meta {
    padding: 1em 0 1em;
}
.blog-item .blog-meta a {
    color: #a6a6a6;
    padding-right: 13px;
    font-style: italic;
}
.blog-meta a + a:before {
    content: '';
    background: #a6a6a6;
    margin-right: 15px;
    width: 1px;
    height: 14px;
    bottom: -3px;
    position: relative;
    display: inline-block;
}
.blog-admin {
  padding: 20px;
  background: #fff;
}

.blog-admin img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.blog-admin .blog-admin-desc {
  overflow: hidden;
}

.blog-admin .blog-admin-desc h5 {
  float: left;
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-transform: capitalize;
}

.blog-admin .blog-admin-desc ul {
  float: right;
}

.blog-admin .blog-admin-desc p {
  color: #555;
}


.blog-item:hover .blog-date {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.blog-date h3 small,
.blog-date a {
    color: #F00;
}



/* Blog Comments */
.blog-comments img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.blog-comments .comment {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comment:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comment h3 {
  margin: 0 0 10px;
}

.blog-comments .comment span {
  color: #555;
  float: right;
  font-size: 13px;
}

.blog-comments .comment p {
  color: #555;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

.blog-info li a,
.blog-post h3 a {
    color: #333;
}
.blog-post h3,
.blog-info {
    padding-top: 15px;
}
.blog-post blockquote {
    position: relative;
    padding: 40px 40px 40px 40px;
    font-size: 1.071em;
    background-color: #FFF;
    border-radius: 5px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-admin-desc ul li a {
    color: #333;
}
.blog-admin-desc ul li a:hover {
    color: #F00;
}
.comment h5 span a {
    color: #F00;
}
.comment h5 span a:hover {
    color: #333;
}
.blog-item.style-1 {
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-top: 1px solid #F00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-item.style-1 .blog-content h4:hover {
    color: #F00;
}
.blog-item.style-1 .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.blog-item.style-1 .blog-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}
.blog-item.style-1:hover .blog-img:before,
.blog-item.style-1:focus .blog-img:before,
.blog-item.style-1:active .blog-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
    
.blog-item.style-1:hover .blog-img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.blog-item.style-1:hover .blog-img { 
    border-top: none;
}
.blog-item.style-1:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-item.style-1 .blog-img .blog-event-date {
    position: absolute;
    width: 65px;
    height: 70px;
    text-align: center;
    background: #F00;
    left: 10px;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item.style-1 .blog-img .blog-event-date h3 {
    color: #fff;
    margin: 0;
    padding: 0.5em 0 0;
}
.blog-item.style-1 .blog-img .blog-event-date h3 small {
    border-top: 1px solid #fff;
    color: #eee;
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px;
    padding-top: 7px;
}
.blog-item.style-1 .blog-content {
    position: relative;
    background: #fff;
    padding: 20px;
}
.blog-item.style-1 .blog-content h4 {
    font-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.blog-item.style-1:hover .blog-date {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item.style-1 .blog-date {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 20%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item.style-1 .blog-date h3,
.blog-item.style-1 .blog-date i {
    color: #F00;
}
.blog-item.style-1 .blog-date i {
  font-size: 28px;
}
.blog-item.style-1 .blog-date h3 small,
.blog-item.style-1 .blog-date a {
    color: #FFF;
}
.blog-item.style-1 .blog-images,
.blog-item.style-1 .blog-content {
    width: auto;
    float: none;

}
.blog-audio iframe {
  width: 100%;
  height: 166px;
  border: none;
}
.blog-video iframe {
  width: 100%;
  height: 330px;
  border: none;
}


/*Blog Style css*/

.primo-item {
    padding-left: 15px;
    padding-right: 15px;
}
.primo-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -45px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .primo-btn {
        position: relative;
        margin-top: 0;
        right: 0;
        top: 0;
    }

}


.blog-post-grid-style .blog-post-style-single .blog-post-style-content {
    height: 300px;
    padding: 40px;
}
.blog-post-grid-style .blog-post-style-single .blog-post-style-img {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.blog-post-grid-style .blog-post-style-single .blog-post-style-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.blog-post-grid-style .blog-post-style-single:hover .blog-post-style-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.blog-post-style-content h4 {
    line-height: 26px;
    margin-top: 15px;
}
.blog-post-grid-style .blog-post-style-img.top:after,
.blog-post-grid-style .blog-post-style-img.bottom:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    bottom: -7px;
    width: 15px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f5f5f5;
}

.blog-post-grid-style .blog-post-style-img.bottom:after {
    top: -7px;
    bottom: auto;
}

.blog-post-grid-style div.col-md-4:first-child {
    padding-right: 0;
}
.blog-post-grid-style div.col-md-4:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
}
.blog-post-grid-style div.col-md-4:last-child {
    padding-left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {

    .blog-post-grid-style .blog-post-style-single {
        margin-bottom: 30px;
    }

    .blog-post-grid-style div.col-md-4:first-child {
        padding-right: 15px;
    }
    .blog-post-grid-style div.col-md-4:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .blog-post-grid-style div.col-md-4:last-child {
        padding-left: 15px;
    }   

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-grid-style .blog-post-style-single .blog-post-style-content {
        padding: 25px;
    }

}

/* Blog Comments */
.blog-comments img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.blog-comments .comment {
  background: #f5f5f5;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comment:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.blog-comments .comment h5 {
  font-size: 16px;
}

.blog-comments .comment span {
  color: #555;
  float: right;
  font-size: 13px;
}

.blog-comments .comment p {
  color: #555;
}
/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

.input-group-addon:first-child{
  border-radius: 0;
  color: #f00;
}

#contact_form{
  padding: 8px 12px;
}

.blog-info li a,
.blog-post h3 a {
    color: #000;
}
.blog-post h3,
.blog-info {
    padding-top: 15px;
}
.blog-info>li {
    display: inline-block;
}
.blog-post h3 {
  font-size: 22px;
  padding-bottom: 40px;
}
.blog-post blockquote {
    position: relative;
    padding: 40px 40px 40px 40px;
    font-size: 1.071em;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Blog Admin Style Css */

.blog-admin {
  padding: 20px;
  background: #f5f5f5;
}

.blog-admin img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.blog-admin .blog-admin-desc {
  overflow: hidden;
}

.blog-admin .blog-admin-desc h5 {
  float: left;
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-transform: capitalize;
}

.blog-admin .blog-admin-desc ul {
  float: right;
}

.blog-admin .blog-admin-desc p {
  color: #555;
}
.blog-admin .blog-admin-desc ul>li {
  display: inline-block;
  padding: 0 5px;
}

.blog-admin-desc ul li a {
    color: #333;
}
.blog-admin-desc ul li a:hover {
    color: #F00;
}

/* Blog Admin Style Css */

.comment h5 span a {
    color: #F00;
}
.comment h5 span a:hover {
    color: #333;
}

/* Tweeter Feed Style Css */
.twitter-feed li {
  font-size: 13px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-left: 45px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
}
.twitter-feed .date {
  font-size: 12px;
}
.twitter-feed li::after {
  content: "\f099";
  font-size: 24px;
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 5px;
  color: #1da1f2;
}



/* Blog Sideber Style Css*/ 
.sideber-title {
    position: relative;
    margin-bottom: 10px;
    background: #F3f3f3;
    padding: 20px 0 10px 10px;
    border-left: 2px solid #F00;
}
.sideber-title h4 {
    margin-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.sideber-content{
    margin-left: 10px;
}
.sideber-content ul li {
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px dashed #333;
}
.sideber-content ul li:hover {
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sideber-content ul li a {
    color: #333;
}
.sideber-content ul li a i {
  color: #F00;
  margin-right: 5px;
  font-size: 20px;
}
.sideber-content ul li:hover a {
    color: #F00;
}
.blog-sideber .widget {
    padding-bottom: 30px;
}

.widget .widget-post {
    padding: 0px 5px;
} 
.widget .news-area {
    padding-bottom: 10px;
    margin-bottom: 5px;
    display: flex;
    border-bottom: 1px solid #ddd;
}
.widget .widget-post .news-content {
    padding-top: 10px;
}
.widget .news-area .news-content a {
    color: #333;
} 
.widget .news-area .news-content a:hover {
    color: #F00;
}

.widget .gallery h6 {
    margin-top: 15px;
}
.widget .gallery h6 a {
    color: #4d4d4d;
}
.widget .gallery h6:hover a {
    color: #F00;
}

/* Sideber page Post Style css */
.post-blog-item {
    margin-bottom: 30px;
    background-color: #f3f3f3;
}
.post-blog-item .post-blog-content h4 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.post-blog-item .post-blog-content h4 a{
    color: #4d4d4d;
}
.post-blog-item .post-blog-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.post-blog-item .post-blog-content .post-blog-date i {
    color: #F00;
}
.post-blog-item .post-blog-time {
    float: right;
}
.post-blog-item .post-blog-time li {
    display: inline-block;
    margin-right: 20px;
}
.post-blog-item .post-blog-content {
    padding: 15px;
}

/* Blog Tags Style Css */

.tags li a {
    color: #fff !important;
}
.tags li {
    background: #333;
    color: #fff;
    padding:5px !important;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tags li:hover {
    background: #F00;
    color: #fff;
    border-bottom:  none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sideber-content.about{
    margin-left: 0;
}





/* Blog search Button Style Css */
.blog-search input,
.blog-search button {
    height: 60px;
    float: left;
}
.blog-search input {
    padding-left: 25px;
    font-size: 15px;
    color: #F00;
    width: calc(100% - 65px);
    border: 1px solid #eaeaea !important;
    border-right: none !important;
}

.blog-search input:focus {
    border: 1px solid #F00 !important;
    border-right: none !important;
}

.blog-search button {
    width: 65px;
    background: #F00 !important;
    line-height: 65px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-search input:focus + button,
.blog-search button:hover {
    background: #333 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*======= ****========****=======
    20. Timeline Style Css
/*======= ****========****=======*/

/* Start Timline Style One */
.timeline.style-1 {
    list-style: none;
    padding: 0px 0 10px;
    position: relative;
}

.timeline.style-1::before,
.timeline.style-1::after {
    display: table;
    content: '';
}

.timeline.style-1::before {
    background-color: #c5c5c5;
    position: absolute;
    margin-left: -1.5px;
    height: 680px;
    top: 0;
    bottom: 0;
    content: " ";
    width: 3px;
    left: 50%;
}

.timeline.style-1 li {
    position: relative;
}

.timeline.style-1 li::before,
.timeline.style-1 li .time-panel:before,
.timeline.style-1 li .time-panel1::before,
.timeline.style-1 li::after,
.timeline.style-1 li .time-panel:after,
.timeline.style-1 li .time-panel1::after {
    display: table;
    content: '';
    clear: both;
}

.timeline.style-1 li .time-cir {
    background: #ffffff;
    color: #fff;
    top: -13px;
    left: 45%;
    width: 28px;
    height: 28px;
    line-height: 35px;
    margin-left: -16px;
    text-align: center;
    position: absolute;
    border: 2px solid #c5c5c5;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}

.timeline.style-1 li .time-cir1 {
    left: 56%;
}

.timeline.style-1 li .time-panel {
    background: #f8f8f8;
    border: 2px solid #c5c5c5;
    padding: 30px 30px;
    position: relative;
    text-align: center;
    float: left;
    top: -69px;
    width: 42%;
}

.timeline.style-1 li .time-panel1 {
    float: right;
}

.timeline.style-1 li .time-panel:before {
    border: 2px solid #c5c5c5;
    display: inline-block;
    margin-right: -32px;
    position: absolute;
    content: " ";
    top: 67px;
    right: -65px;
    width: 32px;
}

.timeline.style-1 li .time-panel:after {
    border: 2px solid #c5c5c5;
    display: inline-block;
    margin-left: -30px;
    position: absolute;
    top: 67px;
    right: -67px;
    content: " ";
    width: 32px;
}

.timeline.style-1 li .time-panel1::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -66px;
    right: auto;
}


.timeline.style-1 li .time-panel1::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -67px;
    right: auto;
}

.timeline.style-1 li .time-panel .time-experience {
    text-align: center;
}

.timeline.style-1 li .time-panel .time-experience h4 {
    font-size: 15px;
    color: #F00;
    font-weight: 600;
    text-align: right;
    padding-right: 30px;
    margin: 0 0 8px;
}

.timeline.style-1 li .time-panel .time-experience h6 {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #c5c5c5;
    text-align: right;
    padding-right: 30px;
}

.timeline.style-1 li .time-panel .time-experience p {
    text-align: right;
    padding-right: 30px;
    margin-top: 8px;
}

.timeline.style-1 li .time-panel1 .time-experience h4,
.timeline.style-1 li .time-panel1 .time-experience h6,
.timeline.style-1 li .time-panel1 .time-experience p {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .timeline.style-1 li .time-panel {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .timeline.style-1 li .time-panel::after,
    .timeline.style-1 li .time-panel::before,
    .timeline.style-1 li .time-cir,
    .timeline.style-1::before {
        display: none;
    }

    .timeline.style-1 li .time-panel .time-experience h4,
    .timeline.style-1 li .time-panel .time-experience h6 {
        text-align: center;
    }
}
/* End Timline Style One */

/* Start Timline Style Two */
.timeline.style-2 {
    list-style: none;
    padding: 0px 0 10px;
    position: relative;
}

.timeline.style-2::before,
.timeline.style-2::after {
    display: table;
    content: '';
}

.timeline.style-2::before {
    background-color: #c5c5c5;
    position: absolute;
    margin-left: -1.5px;
    height: 680px;
    top: 0;
    bottom: 0;
    content: " ";
    width: 3px;
    left: 50%;
}

.timeline.style-2 li {
    position: relative;
    margin-bottom: 80px
}

.timeline.style-2 li::before,
.timeline.style-2 li .time-panel:before,
.timeline.style-2 li .time-panel1::before,
.timeline.style-2 li::after,
.timeline.style-2 li .time-panel:after,
.timeline.style-2 li .time-panel1::after {
    display: table;
    content: '';
    clear: both;
}

.timeline.style-2 li .time-cir i {
    font-size: 28px;
    line-height: 65px;
}

.timeline.style-2 li .time-cir {
    background: #222;
    color: #fff;
    top: -13px;
    left: 48.5%;
    width: 70px;
    height: 70px;
    line-height: 35px;
    margin-left: -16px;
    text-align: center;
    position: absolute;
    border: 2px solid #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}

.timeline.style-2 li .time-cir1 {
    left: 48.5%;
}

.timeline.style-2 li .time-panel {
    padding: 0px 30px;
    position: relative;
    float: left;
    width: 50%;
}

.timeline.style-2 li .time-panel1 {
    float: right;
    padding-left: 60px;
    position: relative;
}


.timeline.style-2 li .time-panel .time-experience {
    text-align: center;
}

.timeline.style-2 li .time-panel .time-experience h4 {
    font-size: 15px;
    color: #F00;
    font-weight: 600;
    text-align: right;
    padding-right: 30px;
    margin: 0 0 8px;
}

.timeline.style-2 li .time-panel .time-experience h6 {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #c5c5c5;
    text-align: right;
    padding-right: 30px;
}

.timeline.style-2 li .time-panel .time-experience p {
    text-align: right;
    padding-right: 30px;
    margin-top: 8px;
}

.timeline.style-2 li .time-panel1 .time-experience h4,
.timeline.style-2 li .time-panel1 .time-experience h6,
.timeline.style-2 li .time-panel1 .time-experience p {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .timeline.style-2 li .time-cir,
    .timeline.style-2 li .time-cir1{
        left: 48%;
    }
}

@media screen and (max-width: 767px) {
    .timeline.style-2 li .time-cir,
    .timeline.style-2 li .time-cir1{
        left: 48%;
    }
}

@media screen and (max-width: 500px) {
    .timeline.style-2 li .time-cir,
    .timeline.style-2 li .time-cir1{
        left: 46%;
    }
}
/* End Timline Style Two */

/* Strat Timline Style Three */

.timeline.style-3 {
  font-size: 2.5em;
  text-align: center;
}
.timeline.style-3 li {
  background: #F00;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}
.timeline.style-3 li:last-child {
  padding-bottom: 7px;
}
.timeline.style-3 li:before {
  content: '';
  background: #faf8eb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #F00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline.style-3 li .hidden {
  opacity: 0;
}
.timeline.style-3 li .content {
  background: #F00;
  position: relative;
  top: 7px;
  width: 450px;
  padding: 20px;
}
.timeline.style-3 li .content h2 {
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
}
.timeline.style-3 li .content p {
    font-size: 14px;
    color: #fff;
}
.timeline.style-3 li .content:before {
  content: '';
  background: #F00;
  position: absolute;
  top: 0px;
  width: 38px;
  height: 5px;
}
.timeline.style-3 li .content {
  left: 50px;
  background: #F00;
}
.timeline.style-3 li:nth-child(odd) .content:before {
  left: -38px;
}
.timeline.style-3 li:nth-child(even) .content {
  left: calc(-450px - 45px);
  background: #F00;
}
.timeline.style-3 li:nth-child(even) .content:before {
  right: -38px;
}

/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline.style-3 li .content {
    width: 41vw;
  }

  .timeline.style-3 li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
}
@media screen and (max-width: 700px) {
  .timeline.style-3 li {
    margin-left: 20px;
  }
  .timeline.style-3 li .content {
    width: calc(100vw - 100px);
  }
  .timeline.style-3 li .content h2 {
    text-align: initial;
  }
  .timeline.style-3 li:nth-child(even) .content {
    left: 45px;
    background: #F00;
  }
  .timeline.style-3 li:nth-child(even) .content:before {
    left: -33px;
  }
}
/* End Timline Style Three */

/* Strat Timline Style Four */
.timeline.style-4 {
    border-left: 5px solid #ccc;
    padding-bottom: 1em;
    position: relative;
    max-width:700px;
    margin:0 auto;
}

.timeline.style-4 li {
    margin:0 0 3em 0;
    padding:0 2em 0em 2em;
    position: relative;

}
.timeline.style-4 li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: none repeat scroll 0% 0% #000;
    border: 5px solid #ececec;
}
/* End Timline Style Four */

/* Strat Timline Style Five */
.timeline.style-5 {
    border-right: 5px solid #ccc;
    padding-bottom: 1px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.timeline.style-5 li {
    margin: 0 0 30px 0;
    padding: 0 20px 0px 20px;
    position: relative;
    text-align: right;

}
.timeline.style-5 li:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: none repeat scroll 0% 0% #000;
    border: 5px solid #ececec;
}

@media screen and (max-width: 560px) {
    .timeline.style-4 {
        left: 15px;
    }

    .timeline.style-5 {
        right: 15px;
    }
}


/*======= ****========****=======
    21. All Shop Style Css 
/*======= ****========****=======*/


.shop-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 1px 5px #4e4949;
  color: #000;
}
.shop-img {
  position: relative;
  overflow: hidden;
}
.shop-content {
  padding: 10px;
}
.shop-item .shop-content h5 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  min-height: 80px;
  text-align: center;
}
.shop-rating {
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 22px;
}
.shop-rating::before {
  color: #a9a9a9;
  content: "";
  float: left;
  font-family: fontawesome;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}
.shop-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.product-price {
    color: #333038;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0 8px;
}
.product-price del {
    color: #9e9d9e;
    font-size: 13px;
    margin-right: 5px;
}
.product-price ins {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.product-size {
    display: block;
}
.product-size li {
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    line-height: 1;
    margin-bottom: 10px;
}
.discount,
.in-stock {
  position: absolute;
  right: 0;
  bottom: 8%;
  background: #F00;
  color: #fff;
  padding: 10px;
  line-height: 1;
  z-index: 2;
  font-weight: 300;
}
.in-stock {
  top: 0;
  bottom: auto;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 2;
}
.stock-out {
  background: red;
}
.mega-offer {
  background: rgb(0, 172, 231)
}

.cliente img{
  width: auto;
}

.cliente{
  border: 1px solid;
  margin-bottom: 15px;
}

.shop-img>a:before {
    /*background-color: rgba(0,0,0, 0.7);*/
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop-item .shop-img:hover a:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-item .shop-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop-item:hover .shop-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-img-icon {
  /*display: block;
  text-align: center;
  z-index: 2;*/
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 0 10px;
  margin: 0 auto;
  bottom: -22%;
  background: #F00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-img-icon li {
  display: inline-block;
  padding: 8px;
  border: 1px solid #FFF;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.product-img-icon li i {
  color: #fff;
  font-size: 18px;
}
.product-img-icon li:hover{
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-item:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-item:hover .product-img-icon {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-categories-list .categories-active {
    border-top: 1px dashed #F00;
    display: none;
    padding-left: 20px
}
.widget-categories-list > ul > li.current-categories-lists > .categories-active {
    display: block;
}
.widget-categories-list ul li a {
    display: block;
    padding: 10px;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 26px
}
.widget-categories-list ul li a:hover{
    color: #F00
}
.widget-categories-list ul > li, .categories-lists ul li {
    border-bottom: 1px dashed #ededed;
}
.widget-categories-list ul > li:last-child{
    border-bottom: 0px dashed #ededed
}
.shop-item.shop-list .shop-content {
    margin-top: 40px;
}
.shop-item.shop-list .shop-content p {
    margin-bottom: 10px
}
.shop-item.shop-list .discount {
    right: 15px;
}
.shop-item.shop-list .in-stock {
    right: auto;
    left: 0;
}

.product-size-item h6,
.product-color-item h6,
.product-number-item h6,
.product-rating-item h6 {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-size-item ul,
.product-color-item li,
.product-rating-item .shop-rating,
.product-color {
  display: inline-block !important;
}

.product-rating-item .shop-rating {
  top: 10px;
}



.product-number-item input {
    height: 30px;
    padding: 10px;
    width: 70px;
}
.product-color {
  line-height: 1;
} 
.product-color li {
    display: block;
    height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 50%;
}
.product-color-1{
    background: #E54661 none repeat scroll 0 0;
}
.product-color-2{
    background: #002D40 none repeat scroll 0 0;
}
.product-color-3{
    background: #FF0DFF none repeat scroll 0 0;
}
.product-color-4{
    background: #000 none repeat scroll 0 0;
}
.product-color-5{
    background: #89DDAC none repeat scroll 0 0;
}

.shop-tab-menu .nav-item {
  text-transform: uppercase;
  font-size: 13px;
}


.shop-product-row {
  margin-top: 20px;
}
.shop-tab-content .shop-product-details-row {
    clear: both;
    display: table-row;
}

.shop-tab-content .shop-product-details-row .details {
    display: table-cell;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    padding-right: 20px;
    width: 25%;
    color: #333;
    font-weight: bold;

}
.shop-tab-content .shop-product-details-row .product-type {
    display: table-cell;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

/* Shop Responsived Css*/

@media only screen and (min-width: 1200px) and (max-width: 1880px)  { 
    .shop-item.shop-list .shop-content {
        margin-top: 40px;
    }
    .shop-item.shop-list .shop-content p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
    }
    .shop-item.shop-list .shop-content p {
        margin-bottom: 10px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
    }
    /*.display-none {
        display: none;
    }*/
    .btn-shop.mt-3 {
        margin-top: 5px !important;
    }
}
@media only screen and (min-width: 420px) and (max-width: 767px) { 
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
}

.title span{
  color: #F00;
}

.title hr{
  background: #F00;
  height: 2px;
  width: 20%;
}
/*======= ****========****=======
    22. All Footer Style Css
/*======= ****========****=======*/

footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-item {
  position: relative;
  margin-bottom: 30px;
}
.footer-logo {
  width: 95%;
  /*margin-bottom: 20px;*/
}

.tab-pane a img{
  width: 80px;
  height: 80px;
}

.owl-carousel .galeria img{
  width: auto;
  display: inline;
}

.galeria{
  text-align: center;
  margin: auto 0;
}

.footer-widget-one{
  padding-right: 60px;
}

.footer-item hr{
  background: #F00;
  height:1px;
  border-top: 0;
}
.footer-logo-2 {
  width: 250px;
  text-align: center;
}
.footer-widget-one p {
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
}
.footer-widget-one .address li,
.footer-widget-one .address li a {
  margin-bottom: 25px;
  font-size: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-one .address li i {
  margin-right: 8px;
  font-size: 20px;
  color: #F00;
}
.social-icon li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.social-icon li:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon.bg-f2 li {
  background: #f2f2f2;
}
.social-icon.bg-f2 li a {
  color: #F00;
}
.social-icon.bg-f2 li:hover {
  background: #F00;
}
.social-icon.bg-f2 li:hover a {
  color: #FFF;
}
.social-icon.bg-theme li {
  background: #F00;
}
.social-icon.bg-theme li a {
  color: #fff;
}
.social-icon.bg-theme li:hover {
  background: #4d4d4d;
}
.social-icon.bg-theme li:hover a {
  color: #fff;
}
.social-icon.bg-black li {
  background: #4d4d4d;
}
.social-icon.bg-black li a {
  color: #fff;
}
.social-icon.bg-black li:hover {
  background: #F00;
}
.social-icon.bg-black li:hover a {
  color: #fff;
}
.social-icon.bg-transparent li {
  background: transparent;
}
.social-icon.bg-transparent li a {
  color: #333;
}
.social-icon.bg-transparent li:hover {
  background: transparent;
}
.social-icon.bg-transparent li:hover a {
  color: #F00;
}
.social-icon.rounded li {
  border-radius: 50%;
}
.social-icon.round li {
  border-radius: 7px;
}
.social-icon.bordered li {
  border: 1px solid;
}
.social-icon.bordered li:hover {
  background: #F00;
  border-color: #F00;
}
.social-icon.bordered li:hover a {
  color: #fff;
}
.social-icon.bordered-theme li {
  border: 1px solid #F00;
}
.social-icon.bordered-theme li a {
  color: #F00;
}
.social-icon.bordered-theme li:hover {
  background: #F00;
  border-color: #F00;
}
.social-icon.bordered-theme li:hover a {
  color: #fff;
}
.news-area {
  margin-bottom: 20px;
}
.news-img {
    float: left;
    padding-top: 5px;
    padding-right: 15px;
}
.news-img a {
    display: inline-block;
    position: relative;
}
.news-img a span {
    font-size: 22px;
    position: absolute;
    top: 70%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-img a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #F00;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.news-area:hover .news-img a:after {
    visibility: visible;
    opacity: .8;
}
.news-area:hover .news-img a span {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-area .news-content p{
  font-size: 15px;
  padding-top: 10px;
}
.news-area .news-content span{
  color: #F00;
}


.footer-list li {
  padding-bottom: 6px;
  padding-top: 6px;
  /*border-bottom: 1px solid #ddd;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-list li a i{
  color: #f00;
  font-size: 10px;
  padding-right: 5px;
}

.icon img{
  width: 40px;
  height: 40px;
}

.footer-list li a {
  margin-left: 5px;
  color: #fff;
  font-weight: 400;
}

.footer-list.border-deshed li {
  border-bottom: 1px dashed #F00;
}
.footer-list.color-icon li i {
  color: #F00;
}

.footer-list li:hover {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-title {
  margin-bottom: 30px;
}


.footer-title h4 {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}
.border-style-1,
.border-style-2,
.border-style-3 {
    position: relative;
}


/*.border-style-1:before {
    top: 1px;
    content: "";
    height: 1px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 120px;
    background: #f8f8f8;
}*/
.border-style-1:after{
    top: 0;
    content: "";
    height: 1px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 70%;
    background: #F00;
}

.border-style-2:after{
    top: 0;
    content: "";
    height: 3px;
    /*left: 2px;*/
    margin: auto;
    position: absolute;
    width: 24%;
    background: #F00;
}

/*.border-style-3:before {*/
/*    top: -45px;*/
/*    content: "";*/
/*    height: 3px;*/
/*    left: 2px;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    width: 70px;*/
/*    background: #F00;*/
/*}*/
.border-style-3:after{
    top: 0;
    content: "";
    height: 3px;
    /*left: 2px;*/
    margin: auto;
    position: absolute;
    width: 40%;
    background: #F00;
}
.border-style-1.centered:before,
.border-style-1.centered:after,
.border-style-2.centered:after,
.border-style-3.centered:before,
.border-style-3.centered:after {
  left: 0;
  right: 0;
  margin: auto;
}
.border-style-1.right:before,
.border-style-1.right:after,
.border-style-2.right:after,
.border-style-3.right:before,
.border-style-3.right:after {
  right: 2px;
  left: auto;
}
 

.img-rounded img,
.img-rounded a:after,
.img-rounded a:before {
  border-radius: 100%;
}
.rounded {
  border-radius: 100%;
}

.img-round img,
.img-round a:after,
.img-round a:before {
  border-radius: 10px;
}


.footer-item .subscribe-style-one,
.footer-item .subscribe-style-two,
.footer-item .subscribe-style-three {
  margin-bottom: 30px;
}


.btn-subscribe {
  height: 55px;
  border-radius: 0;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.btn-subscribe:hover {
  background: #F00;
}

.subscribe-style-two .btn-subscribe {
  background: #F00;
}
.subscribe-style-two .form-control:focus {
  border-color: #F00;
}
.subscribe-style-two .btn-subscribe:hover {
  background: #333;
  color: #fff;
}
.footer-item .newsletter-text {
  position: relative;
  padding-bottom: 20px;
}
.footer-item .newsletter-text:before {
  top: 30px;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 40px;
  background: #F00;
}
.flicker-feed>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.3333%;
    z-index: 1;
}
.flicker-feed.gutter>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 32%;
    z-index: 1;
    margin: 1px;
}

.flicker-feed>a:before {
    background-color: rgba(238,44,60, 0.90);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flicker-feed>a:hover:before,
.flicker-feed>a:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flicker-feed>a:after {
    color: #fff;
    content: "\e618";
    font-family: 'Pe-icon-7-stroke';
    font-size: 24px;
    font-weight: 300;
    left: 45%;
    position: absolute;
    top: 45%;
    margin-top: -7px;
    margin-left: -7px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-item form .form-control {
  height: 45px;
  margin-bottom: 0;
}
.footer-item .contact-textarea .form-control {
  height: 85px;
  margin-bottom: 15px;
}
.footer-btn {
    font-size: 13px;
    color: #fff;
    background: #4d4d4d;
}
.footer-btn:hover {
    color: #fff;
    background: #F00;
}

.footer-btn-1 {
    font-size: 13px;
    color: #fff;
    background: #F00;
}
.footer-btn-1:hover {
    color: #fff;
    background: #4d4d4d;
}
.footer-item .footer-feature i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-copy-right {
  /*border-top: 1px solid #f6f6f6;*/
  background: #000;
}
.footer-copy-right .container {
  padding-top: 18px;
  padding-bottom: 15px;
}
.footer-copy-right p a {
  color: #fff;
  font-weight: 300;
  /*letter-spacing: 2px;*/
}

.footer-copy-right p{
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

.bg-footer-1 {
    color: #fff;
}

.bg-footer-1 a:hover {
    color: #F00;
}
.bg-footer-1,
.bg-footer-1 h4,
.bg-footer-1 .footer-title h4, 
.bg-footer-1 h5,
.bg-footer-1 .footer-item h6, 
.bg-footer-1 .footer-item .newsletter-text,
.bg-footer-1 .footer-item .social-icon.bordered li i,
.bg-footer-1 .social-icon.bordered li i,
.bg-footer-1 .footer-item .social-icon.bg-black li,
.bg-footer-1 a {
    color: #fff;
}

#map {
    width: auto;
    height: 525px;
}

.bg-footer-1 hr {
    background: #eee;
}
.bg-footer-1 .footer-item form .form-control {
    background: transparent;
    border-color: #777;
}
.bg-footer-1 .footer-item form .form-control:focus {
    border-color: #F00;
}

.tab-pane .popup-youtube img{
    width: 100%;
    height: auto;
}

#video .popup-youtube i{
    position: absolute;
    top: 70%;
    left: 50%;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    padding: 14px 17px;
} 

 /*form style Css*/

.form-style-one .form-control {
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
}

/* Button style one start*/
.button-style-one {
    padding: 100px 0 0;
}
.custom-btn-one{
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-one:hover{
    background: #737373;
    color: #ffffff;
}


/* Button style two start*/
.button-style-two {
    padding: 0;
}
.custom-btn-two{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-two:hover{
    background: #737373;
    color: #ffffff;
}
/* Button style three start*/
.button-style-three {
    padding: 0;
}
.custom-btn-three{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-three:hover{
    background: #737373;
    color: #ffffff;
}

/* Button style four start*/
.button-style-four {
    padding: 0;
}
.custom-btn-four{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-four:hover{
    background: #737373;
    color: #ffffff;
    border-radius: 50px;
}

/* Button style Five start*/
.button-style-five {
    padding: 0;
}
.custom-btn-five{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 2px;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-five:hover{
    background: #737373;
    color: #ffffff;
    -ms-transform: scale(0.9, 0.9); /* IE 9 */
    -webkit-transform: scale(0.9, 0.9); /* Safari */
    transform: scale(0.9, 0.9);
}

/* Button style Six*/
.button-style-six {
    padding: 0;
}
.custom-btn-six{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 2px;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-six:hover{
    background: #737373;
    color: #ffffff;
    -ms-transform: scale(1.1, 1.1); 
    -webkit-transform: scale(1.1, 1.1); 
    transform: scale(1.1, 1.1)
}

/* Button style seven start*/
.button-style-seven {
    padding: 0;
}
.custom-btn-seven{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.custom-btn-seven i{
    margin-left: 10px;
}
.custom-btn-seven:hover{
    background: #737373;
    color: #ffffff;
}

/* Button style eight start*/
.button-style-eight {
    padding: 0;
}
.custom-btn-eight{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-eight:hover{
    background: #737373;
    color: #ffffff;
    box-shadow: 0px 10px 20px #999596;
}



/* Button style nine start*/
.button-style-nine {
    padding: 0;
}
.custom-btn-nine{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.custom-btn-nine:hover {
    background: #737373;
    color: #ffffff;;
}
.custom-btn-nine:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    color: #000000 !important;
}
.custom-btn-nine:hover::before {
    color: #000000 !important;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.proyecto{
  box-shadow: 0 1px 5px #ccc;
  margin-bottom: 15px;
}

.cont-proyecto{
  background: #fff;
  padding: 15px 22px;
}

.proyecto .owl-theme .owl-nav{
  margin-top: 0;
}

.proyecto h3{
  font-size: 20px;
}

.proyecto p{
  font-weight: 400; 
  color: #958e8e;
}

.proyecto .owl-nav .owl-next{
  position: absolute;
  top: 45%;
  right: -5px;
}

.proyecto .owl-nav .owl-prev{
  position: absolute;
  top: 45%;
  left: -5px;
}


/* Button style Ten start*/
.button-style-ten {
    padding: 0 0 100px;
}
.custom-btn-ten{
    background: transparent;
    color: #000000;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-ten:hover{
    background: #000000;
    color: #ffffff;
}


/* Button size*/
.my-btn-xl{
    padding: 20px 50px;
    font-size: 18px;
}
.my-btn-lg{
    padding: 15px 30px;
}
.my-btn-md{
    padding: 12px 20px;
}
.my-btn-sm{
    padding: 8px 15px;
}
.my-btn-xs{
    padding: 6px 10px;
}


/*=============================================
    23. Pricing Tables Style CSS 
============================================= */
    
/* Strat Pricing Table Style One */
.pricing-tables.style-1 {
    padding: 30px 0 40px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #a4a4a4;
}

.pricing-tables.style-1 .pricing-table-header {
    color: #333;
}

.pricing-tables.style-1 .pricing-table-header img {
    width: 60px;
    margin-bottom: 15px;
}

.pricing-tables.style-1 .icon {
    display: block;
    font-size: 50px;
}

.pricing-tables.style-1 .title {
    font-size: 22px;
    margin-bottom: 10px;
}

.pricing-tables.style-1 .price-value {
    padding: 20px 0 14px;
    margin: 23px -10px 30px;
    background: #eee;
    color: #333;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.pricing-tables.style-1:hover .price-value {
    background: #F00;
    color: #fff;
}

.pricing-tables.style-1 .price-value.active {
    background: #F00;
    color: #fff;
}

.pricing-tables.style-1 .price-value:before,
.pricing-tables.style-1 .price-value:after {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    border-width: 13px 5px 11px;
    border-style: solid;
    border-color: transparent #777 #777 transparent;
    position: absolute;
    top: -24px;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}

.pricing-tables.style-1 .price-value:after {
    border-width: 11px 5px;
    border-color: transparent transparent #777 #777;
    top: -22px;
    left: auto;
    right: 0;
}

.pricing-tables.style-1:hover .price-value:before {
    border-color: transparent #d22332 #d81222 transparent
}

.pricing-tables.style-1:hover .price-value:after {
    border-color: transparent transparent #d22332 #d81222;
}

.pricing-tables.style-1 .amount {
    display: inline-block;
    font-size: 50px;
    position: relative;
}

.pricing-tables.style-1 .currency {
    font-size: 25px;
    position: absolute;
    top: 13px;
    right: 60px;
}

.pricing-tables.style-1 .month {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: -70px;
}

.pricing-tables.style-1 .pricing-content {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.pricing-tables.style-1 .pricing-content li {
    font-size: 15px;
    line-height: 45px;
}

.pricing-tables.style-1 .pricingTable-signup {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #858585;
    text-transform: uppercase;
    border-top: 1px solid #e0dcdc;
    border-bottom: 1px solid #e0dcdc;
    transition: all 0.5s ease 0s;
}

.pricing-tables.style-1:hover .pricingTable-signup {
    background: #F00;
    border-top: 1px solid #F00;
    border-bottom: 1px solid #F00;
    color: #fff;
}

/* End Pricing Table Style One */

/* Strat Pricing Table Style Two */
.pricing-tables.style-2 {
    padding: 30px 0 40px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #a4a4a4;
}

.pricing-tables.style-2.bg-222 {
    border: 1px solid transparent;
}

.pricing-tables.style-2 .pricing-table-header {
    color: #333;
}

.pricing-tables.style-2 .pricing-table-header img {
    width: 60px;
    margin-bottom: 15px;
}

.pricing-tables.style-2 .icon {
    display: block;
    font-size: 50px;
}

.pricing-tables.style-2 .title {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
}

.pricing-tables.style-2 .price-value {
    padding: 20px 0 14px;
    margin: 23px -10px 30px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.pricing-tables.style-2 .amount {
    display: inline-block;
    font-size: 50px;
    position: relative;
}

.pricing-tables.style-2 .currency {
    font-size: 25px;
    position: absolute;
    top: 13px;
    right: 60px;
}

.pricing-tables.style-2 .month {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: -70px;
}

.pricing-tables.style-2 .pricing-content {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.pricing-tables.style-2 .pricing-content li {
    font-size: 15px;
    line-height: 45px;
}

.pricing-tables.style-2 .pricingTable-signup {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #858585;
    text-transform: uppercase;
    border-top: 1px solid #e0dcdc;
    border-bottom: 1px solid #e0dcdc;
    transition: all 0.5s ease 0s;
}

.pricing-tables.style-2:hover .pricingTable-signup {
    background: #F00;
    border-top: 1px solid #F00;
    border-bottom: 1px solid #F00;
    color: #fff;
}



/*****=====*****=====*****=====*****=====
    24. Team  Style Css
=====*****=====*****=====*****=====*****/
.team-single-col {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0 10px;
}
.team-img {
  overflow: hidden;
}
.team-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-single-col:hover .team-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(238, 44, 60, 0.93);
  text-align: center;
  padding: 15px 10px;
}
.team-info h4 {
  margin-bottom: 0;
}
.team-info h4 a {
  color: #ffffff;
}
.team-info p {
  color: #eee;
  font-size: 13px;
  font-weight: bolder;
}
.team-social-group {
  position: absolute;
  left: -30%;
  top: 0;
  padding: 30px 15px;
  background: #F00;
  border-bottom-right-radius: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-single-col:hover .team-social-group {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-social-group ul li {
  margin-bottom: 5px;
}
.team-social-group ul li:last-child {
  margin-bottom: 0;
}
.team-social-group ul li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-social-group ul li a i:hover {
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Team Two CSS Start */
.team-single-col-two {
  
}
.team-single-col-two .team-info {
  width: 110%;
  padding: 30px 10px 50px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  margin-left: -5%;
  margin-bottom: -10%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-single-col-two:hover .team-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Team Details CSS Start */
.team-details-area {
  padding: 100px 0 70px;
}
.team-details-col {
  margin-bottom: 30px;
}
.team-details-col img {
  border-radius: 10px;
}
.team-details-box {
  padding: 40px 50px;
  background: #f5f5f5;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.team-details-box h3 span {
  color: #F00;
  font-size: 32px;
}
.team-biograpy {
  margin-top: 20px;
}
.team-biograpy li {
  text-transform: capitalize;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.team-biograpy li:last-child {
  border-bottom: none;
}
.team-biograpy li i {
  color: #F00;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
}


/*===================================*/
/* 25. Modal Style CSS 
/*==================================*/

/*Login*/
.theme-login .modal-header {
  padding: 20px 30px;
}
.theme-login .modal-body {
  padding: 30px;
}
.theme-login .form-control {
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 45px !important;
  box-shadow: none;
}
.theme-login .modal-body .button {
  width: 100%;
  text-align: center;
}
.theme-login .modal-dialog {
  max-width: 400px;
}
.theme-login .modal-footer .theme-media-blog {
  margin: 0;
  padding: 0;
}
.theme-login .modal-footer .theme-media-blog li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 4px;
}
.theme-login .modal-footer .theme-media-blog li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px; 
  font-size: 16px;
  color: #F00;
  background: transparent;
  border: 1px solid #F00;
  text-align: center;
  border-radius: 50%;
}
.theme-login .modal-footer .theme-media-blog li a:hover {
  background: #F00;
  border-color: #F00;
  color: #fff;
}
.theme-login .modal-header .close {
  outline: none;
}
/*Login*/
.theme-register .modal-header {
  padding: 20px 30px;
}
.theme-register .modal-body {
  padding: 30px;
}
.theme-register .form-control {
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 45px !important;
  box-shadow: none;
}
.theme-register .modal-body .button {
  width: 100%;
  text-align: center;
}
.theme-register .modal-dialog {
  max-width: 400px;
}
.theme-register .modal-footer .theme-media-blog {
  margin: 0;
  padding: 0;
}
.theme-register .modal-footer .theme-media-blog li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 4px;
}
.theme-register .modal-footer .theme-media-blog li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #F00;
  background: transparent;
  border: 1px solid #F00;
  text-align: center;
  border-radius: 50%;
}
.theme-register .modal-footer .theme-media-blog li a:hover {
  background: #F00;
  border-color: #F00;
  color: #fff; }
.theme-register .modal-header .close {
  outline: none;
}
.theme-register p {
  font-size: 13px;
  line-height: 20px; 
}

.theme-model .modal-header {
  padding: 15px 30px;
}
.theme-model .modal-header .close {
  margin-top: -22px;
}
.theme-model .modal-footer {
  text-align: center;
}

/*===================================*/
/* 26. Comming Style CSS 
/*==================================*/


#particles-js {
    background: transparent;
    background-image: url('../images/bg/bg3.jpg');
    background-size: cover;
    background-size: top center;
    height: 100vh;
}

.up_coming {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    padding: 50px 0 150px;
    background: rgba(0,0,0, .5);
}

.coming i:before {
    font-size: 70px;
    color: #ffffff;
}

.coming {
    text-align: center;
}

.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 30px;
    padding-top: 20px;
    font-size: 18px;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-transform: uppercase;
}

.timer .days, .timer .hours, .timer .minutes, .timer .seconds {
    font-size: 100px;
    font-weight: 100;
    line-height: 90px;
}

.up_coming .content h2 {
    font-size: 46px;
    font-weight: 100;
    color: #ffffff;
    margin-top: 20px;
}

.up_coming .content p {
    margin: 20px 0 30px 0;
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
}

.up_coming .content .more-link {
    background: #F00 none repeat scroll 0% 0%;
    color: #FFF !important;
    border-radius: 0px !important;
    padding: 20px 30px;
    margin: 0 auto;
    font-weight: bold;
}

.send-footer p {
    color: #ffffff;
}

.send-footer .container .row {
    margin: 0;
}

.bottom-fix {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* End Timer Section */


/*--------------------------------
  27. Error Style CSS 
----------------------------------*/
.error-area {
    background: #f9f9f9;
    padding: 100px 0 70px;
}

.error-page h3 {
    font-size: 250px;
    color: #F00;
    line-height: 250px;
}

.error-page p {
    font-size: 18px;
    color: #333;
    letter-spacing: 3px;
    margin-bottom: 45px;
}

.error-text > p {
    color: #313131;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px;
}

.font-88 {
  font-size: 88px;
}

.under-construction .font-88 {
  font-size: 88px;
}

.under-construction .lh-160 {
  line-height: 160px;
}

/*===================================*/
/* 28. Table Style CSS 
/*==================================*/

/* Table Style One start*/
.table-style-one{
    padding: 70px 0 0;
}
.table-style-one .thead-dark{
    background: #423f3f;
    color: #ffffff;
}

/* Table Style two start*/
.table-style-two{
    padding: 0;
}
.table-style-two .thead-color{
    background: #e2e2e2;
}
.table-style-two .table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #cac1c1;
}

/* Table Style three start*/
.table-style-three{
    padding: 0;
}
.table-style-three .thead-dark{
    background: #423f3f;
    color: #ffffff;
}

/* Table Style four start*/
.table-style-four{
    padding: 0;
}
.table-style-four .back-color{
    background: #DDDDDD;
}

/* Table Style five start*/
.table-style-five{
    padding: 0;
}
.table-style-five .thead-color-five{
    border-bottom: 2px solid #ddd;
}


/*===================================*/
/* 29. Subscribe Style CSS */
/*==================================*/


.subscribe-light {
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

/* Start Subscribe Style One */
.subscribe-box.style-1 {
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 50px 30px;
    float: left;
    width: 100%;
}

.subscribe-box.style-1 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-1 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-1 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-1 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
}
/* End Subscribe Style One */

/* Start Subscribe Style Two */
.subscribe-box.style-2 {
    border: 1px solid #ececec;
    padding: 50px 30px;
    float: left;
    width: 100%;
}

.subscribe-box.style-2 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-2 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-2 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-2 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
}
/* End Subscribe Style Two */

 /* Start Subscribe Style Three */
.subscribe-box.style-3 {
    background: #222;
    border: 1px solid #ececec;
    padding: 50px 30px;
    float: left;
    width: 100%;
}

.subscribe-box.style-3 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-3 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-3 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-3 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
}
/* End Subscribe Style Three */

/* Start Subscribe Style Four */

.subscribe-box.style-4 {
    float: left;
    width: 100%;
}

.subscribe-box.style-4 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-4 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-4 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-4 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
}
/* End Subscribe Style Four */

/* Start Subscribe Style Five */

.subscribe-box.style-5 {
    float: left;
    width: 100%;
}

.subscribe-box.style-5 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-5 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-5 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-5 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
}
/* End Subscribe Style Five */

/* Start Subscribe Style Six */

.subscribe-box.style-6 {
    float: left;
    width: 100%;
}

.subscribe-box.style-6 .subscribe-info {
    margin-bottom: 50px;
}

.subscribe-box.style-6 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-6 .subscribe-info p {
    margin-top: 15px;
}

.subscribe-box.style-6 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-6 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-6 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
}
/* End Subscribe Style Six */

@media screen and (max-width: 767px) {
    .subscribe-info p {
        margin-bottom: 15px;
    }

    .subscribe-box .subscribe-from .form-group {
        width: 100% !important;
    }

    .subscribe-box .subscribe-from button {
        width: 50% !important;
        margin: auto !important;
    }

    .subscribe-box.style-4,
    .subscribe-box.style-5,
    .subscribe-box.style-6 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .subscribe-info {
        text-align: left;
        margin-bottom: 0 !important;
    }
}


/*****=====*****=====*****=====*****=====
    30. Contact Form Style Css 
=====*****=====*****=====*****=====*****/

.form-field {
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
.form-field input {
    padding: 12px 20px 10px 50px;
    width: 100%;
    float: left;
    color: #333;
    font-size: 12px;
    border: 1px solid #333;
    margin-bottom: 0;
}
.form-field input:focus {
    border: 1px solid #F00 !important;

}
.form-field span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #333;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    width: 40px;
    height: 100%;
}


.register-form-area.style-1 .form-field input {
    border: 1px solid #F00;
}
.register-form-area.style-1 .form-field span {
    background: #F00;
}
.register-form-area.style-1.transparent .form-field input {
    border-color: #F00;
    background: transparent;
    color: #fff;
}
.register-form-area.style-1.transparent .form-field input:focus,
.register-form-area.style-1.transparent .form-field input:active {
    border-color: #F00;
    background: transparent;
    color: #fff;
}
.register-form-area.style-1.transparent .form-field span {
    background: #F00;
}




/*****=====*****=====*****=====*****=====
    31. Default Margin-padding 
=====*****=====*****=====*****=====*****/

/*Bootstrap 4 Margin padding Class*/

/*margin-Top */
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: .25rem;
}
.mt-2 {
    margin-top: .5rem;
}
.mt-3 {
    margin-top: 1rem;
}
.mt-4 {
    margin-top: 1.5rem;
}
.mt-5 {
    margin-top: 3rem;
}

/*margin-Bottom */
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: .25rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.mb-5 {
    margin-bottom: 3rem;
}
/*margin-Left */
.ml-0 {
    margin-left: 0;
}
.ml-1 {
    margin-left: .25rem;
}
.ml-2 {
    margin-left: .5rem;
}
.ml-3 {
    margin-left: 1rem;
}
.ml-4 {
    margin-left: 1.5rem;
}
.ml-5 {
    margin-left: 3rem;
}

/*margin-Right */
.mr-0 {
    margin-right: 0;
}
.mr-1 {
    margin-right: .25rem;
}
.mr-2 {
    margin-right: .5rem;
}
.mr-3 {
    margin-right: 1rem;
}
.mr-4 {
    margin-right: 1.5rem;
}
.mr-5 {
    margin-right: 3rem;
}

/*Padding-Top */
.pt-0 {
    padding-top: 0;
}
.pt-1 {
    padding-top: .25rem;
}
.pt-2 {
    padding-top: .5rem;
}
.pt-3 {
    padding-top: 1rem;
}
.pt-4 {
    padding-top: 1.5rem;
}
.pt-5 {
    padding-top: 3rem;
}

/*Padding-Bottom */
.pb-0 {
    padding-bottom: 0;
}
.pb-1 {
    padding-bottom: .25rem;
}
.pb-2 {
    padding-bottom: .5rem;
}
.pb-3 {
    padding-bottom: 1rem;
}
.pb-4 {
    padding-bottom: 1.5rem;
}
.pb-5 {
    padding-bottom: 3rem;
}

/*Padding-Left */
.pl-0 {
    padding-left: 0;
}
.pl-1 {
    padding-left: .25rem;
}
.pl-2 {
    padding-left: .5rem;
}
.pl-3 {
    padding-left: 1rem;
}
.pl-4 {
    padding-left: 1.5rem;
}
.pl-5 {
    padding-left: 3rem;
}

/*Padding-Right */
.pr-0 {
    padding-right: 0;
}
.pr-1 {
    padding-right: .25rem;
}
.pr-2 {
    padding-right: .5rem;
}
.pr-3 {
    padding-right: 1rem;
}
.pr-4 {
    padding-right: 1.5rem;
}
.pr-5 {
    padding-right: 3rem;
}

/* Theme Coustom Margin-padding */


/*margin-bottom */

.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}

/*margin-Top */


.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-100 {
    margin-top: 100px;
}

/*padding-bottom */



.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-100 {
    padding-bottom: 100px;
}

/*padding-Top */


.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}

.p-30 {
    padding: 20px;
}
.width-auto {
  width: auto;
}

/*****=====*****=====*****=====*****=====
    32. Default Theme Color Style
=====*****=====*****=====*****=====*****/
/**/
.theme-color {
  color: #F00 !important;
  padding-bottom: 15px;
  font-size: 25px;
}
.text-white {
    color: #FFF !important;
}
.bg-theme-color {
  background: #F00 !important;
}

.bg-black {
  background: #000 !important;
}
.bg-222 {
  background: #222 !important;
}
.bg-1b {
  background: #1b1b1b !important;
}
.bg-333 {
  background: #333 !important;
}
.bg-black {
  background: #000 !important;
}
.bg-white {
  background: #fff !important;
}
.bg-f1 {
  background: #f1f1f1 !important;
}
.bg-f2 {
  background: #f2f2f2 !important;
}
.bg-f5 {
  background: #f5f5f5 !important;
}
.bg-f8 {
  background: #f8f8f8 !important;
}
.bg-f9 {
  background: #f2f2f2 !important;
}
.bg-f0 {
  background: #f0f0f0 !important;
}
.bg-transparent {
  background: transparent !important;
}


/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(50px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(50px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp{ 
    opacity: 0; 
    -webkit-transform: translateY(50px); 
    transform: translateY(50px);
}
.fadeInUp.go { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(50px); 
    transform: translateX(50px); 
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(50px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(50px); 
    } 
} 
.fadeOutDown.goAway { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}


.slider-wrapper .carousel-inner p.fadeInLeft {
  animation-delay: 0.5s;
}

.slider-wrapper .carousel-inner .btn.btn-default.fadeInLeft {
  animation-delay: 1s;
}

.slider-wrapper .carousel-inner .btn.btn-primary.fadeInLeft {
  animation-delay: 1.1s;
}

.slider-wrapper .carousel-inner .btn.btn-default.fadeInUp {
  animation-delay: 1s;
}

.slider-wrapper .carousel-inner .btn.btn-primary.fadeInUp {
  animation-delay: 1s;
}

.slider-wrapper .carousel-inner .btn.btn-primary.fadeInRight {
  animation-delay: 1s;
}