/* Font site */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* imports CSS */

@import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/bootstrap.min.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/hover.css);



/*** 

====================================================================
  Reset Fenacohab
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings Fenacohab
====================================================================

 ***/


body {
  font-size:15px;
  color:#777777;
  line-height:1.8em;
  font-weight:400;
  background:#ffffff;
  font-family: 'Rasa', serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
  .container {
    padding: 0px 0px;
  }
}

a{
  text-decoration:none;
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  cursor:pointer;
  color:#d4dae3;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #C3BA48;
  transition: all 500ms ease;
}


input,button,select,textarea{
  font-family: 'Hind', sans-serif;
}

.strike-through{
  text-decoration:line-through; 
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.page-wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow-x: hidden;
  
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
.centered{
  text-align:center;  
}
.sec-pad{
  padding: 92px 0px 100px 0px;
}

p{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #848484;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  margin-top: 0px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  margin-top: 0px;
  transition: all 500ms ease;
}

h1{
  font-size: 65px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

h2{
  font-size: 34px;
  line-height: 43px;
  color: #222;
}

h3{
  font-size: 24px;
  line-height: 30px;
}

h4{
  font-size: 20px;
  line-height: 30px;
}

h5{
  font-size: 18px;
  line-height: 28px;
} 

h4 a{
  font-size: 20px;
  line-height: 30px;
}

h6 a{
  font-size: 15px;
  line-height: 22px;
}

h5 a:hover,
h6 a:hover,
h4 a:hover,
h4 a:hover,
h6 a:hover{
  color: #C3BA48;
  transition: all 500ms ease;
}
span{
  position: relative;
  display: block;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  color: #C3BA48;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px;
}


.preloader{position: fixed; left:0px;top:0px;height:100%;width: 100%;z-index:999999;background-color:#ffffff;background-position:center center;background-repeat:no-repeat;background-image:url(../images/icons/preloader.gif);}

/** H1 banner index **/
.titleBanner {
  font-size: 1em;
}

/** button **/

.btn-one {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #0F266F;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
.btn-one:hover{
  color: #fff;
  transition: all 500ms ease;
}
.btn-one :before {
  background-color: #0F266F;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.btn-one :hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.style-one{
  background: #0F266F; 
  position: relative;
}
.style-one:before {
  background-color: #222;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
  border-radius: 2px;
}
.style-one:hover:before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);    
}

.link-btn{
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
.link-btn li{
  display: inline-block;
  margin: 0px 3px;
}
.link-btn li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'OpenSans',sans-serif;
  color: #848484;
  font-weight: 600;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: all 500ms ease;
}
.link-btn li a:hover,
.link-btn li a.active{
  background: #C3BA48;
  color: #fff;
  border: 1px solid #C3BA48;
  transition: all 500ms ease;
}

.section-title h2{
  position: relative;
  font-weight: 500;
  margin-bottom: 2px;
}
.sec-title h2{
  position: relative;
  color: #fff;
}
.sec-title span{
  position: relative;
  display: inline-block;
  font-style: normal;
  font-size: 34px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #C3BA48;
}
.sec-title h2:before{
  position: absolute;
  content: '';
  background: #C3BA48;
  width: 50px;
  height: 5px;
  left: 0px;
  bottom: -15px;
  border-radius: 5px;
}
.title-text{
  position: relative;
  margin-bottom: 68px;
}
.title-text p{
  font-size: 15px;
}
.title-text:before{
  position: absolute;
  content: '';
  background: #C3BA48;
  height: 5px;
  width: 50px;
  border-radius: 5px;
  left: 50%;
  margin-left: -25px;
  bottom: -18px;
}
.img-box{
  position: relative;
  display: inline-block;
  background: #247339;
}

/*** 

====================================================================
  Scroll To Top 
====================================================================


***/
.scroll-to-top span{
  color: #fff;
}
.scroll-to-top{
  position:fixed;
  bottom:15px;
  right:15px;
  font-size:18px;
  line-height:43px;
  width:45px;
  height:45px;
  background: #C3BA48;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.scroll-to-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/*** 

====================================================================
                        MAIN
====================================================================

***/

/** main header area **/


.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  background: #fff;
  z-index:0;
  box-shadow: 0 0px 0 2px rgba(238, 238, 238, 0.66);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.header-lower{
  position: relative;
  background: #ffffff;
  width: 100%;
  margin-bottom: -110px;
}
.header-upper{
  position: relative;
  background: #247339;
  width: 100%;
  padding: 0px 0px;
}
.header-upper .top-left{
  position: relative;
  display: inline-block;
}
.header-upper .top-left li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  line-height: 54px;
  color: #c8cfda;
  font-weight: 600;
  margin-right: 41px;
}
.header-upper .top-left li i:before{
  color: #C3BA48;
  font-size: 14px;
  margin-right: 8px;
}
.header-upper .top-right{
  position: relative;
  float: right;
}
.header-upper .top-right .social-top,
.header-upper .top-right .button-top{
  position: relative;
  display: inline-block;
}
.header-upper .top-right .social-top{
  position: relative;
  top: 2px;
}
.header-upper .top-right .button-top{
  margin-left: 16px;
}
.header-upper .top-right .social-top li a{
  position: relative;
  display: inline-block;
  color: #d4dae3;
  line-height: 25px;
  font-size: 20px;
}
.header-upper .top-right .social-top li a:hover{
  color: #C3BA48;
}
.header-upper .top-right .social-top li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}
.logo-box{
  background: url(../images/logo/logo1.png) no-repeat 9% 100%;
  height: 62px;
  margin-top: 24px;
  margin-left: -8px;
}
.logo-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main-header .info-box{
  position: relative;
  display: inline-block;
}
.main-header .menu-bar{
  position: relative;
  float: right;
  right: 2px;
}
.main-header .search-box{
  position: relative;
  margin-left: 51px;
}
.main-header .search-box:before{
  position: absolute;
  content: '';
  background: #d0d0d0;
  width: 1px;
  height: 20px;
  top: 10px;
  left: -31px;
}
.main-header .search-box button{
  position: relative;
  background: transparent;
  width: 40px;
  height: 40px;
  color: #222;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}

.main-menu{
  position:relative;
  display: inline-block;
}
.sticky-header .main-menu {
  right: 25px;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  display: inline-block;
  margin-left: 36px;
}


.main-menu .navigation > li > a > i:before{
  margin-right: 5px;
  font-size: 16px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:15px;
  color: #222;
  line-height: 26px;
  font-weight:600;
  padding: 44px 6px 40px 6px;
  text-align: center;
  text-transform:uppercase;
  font-family: 'Raleway', sans-serif;
  opacity:1;
  -webkit-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,.main-menu .navigation > li.current > a,
.main-menu .navbar-collapse > ul li.dropdown:hover .dropdown-btn span:before,
.main-menu .navbar-collapse > ul li.dropdown.current .dropdown-btn span:before{
  color: #C3BA48;
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:after{
  opacity:1;
  border-bottom: 1px solid #283162;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:130%;
  margin-top: 0px;
  width:220px;
  padding:0px;
  z-index:100;
  display:none;
  background:#222;
  border-top:3px solid #C3BA48;
  transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
}
.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}
.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 15px;
  line-height:28px;
  font-weight:600;
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
  text-transform:capitalize;
  color: #ffffff;
  border-bottom: 1px dashed #C3BA48;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child >a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li:hover > a{
  color: #C3BA48;
  padding:10px 15px 10px 17px;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color:#ffffff;
  transition:all 500ms ease;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:100%;
  transition:all 500ms ease;  
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  display: inline-block;
  position: absolute;
  top: 40px;
  right: -10px;
  cursor: pointer;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn span:before{
  color: #222;
  font-size: 14px;
}


/********************************/
/*   Slider carrousel banner    */
/********************************/
.fade-carousel {
  position: relative;
  height: 90vh;
}

.fade-carousel .carousel-inner .item {
  height: 90vh;
}

.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #247339;
  border-color: #247339;
  opacity: .7;
}

.fade-carousel .carousel-indicators > li.active {
width: 10px;
height: 10px;
opacity: 1;
}

.carousel-indicators {
  bottom: 10px;
}


/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
       -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
         -o-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
}
.hero h1 {
  font-size: 6em;    
  font-weight: bold;
  margin: 0;
  padding: 5px;
  margin-bottom: 5px;
}

.hero h3 {
  color: #fff;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
     -moz-transition: 2s all ease-in-out .1s; 
      -ms-transition: 2s all ease-in-out .1s; 
       -o-transition: 2s all ease-in-out .1s; 
          transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
     -moz-transition: 2s all ease-in-out .1s; 
      -ms-transition: 2s all ease-in-out .1s; 
       -o-transition: 2s all ease-in-out .1s; 
          transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #247339;
  border-color: #fff;
  outline: none;
  margin: 20px auto;
  transition: 0.5s;
}

.btn.btn-hero:hover {
  background-color: #fff;
  border-color: #247339;
  color: #247339;

}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
height: 100vh;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
background-image: url(../images/slider/1.jpg); 
}
.fade-carousel .slides .slide-2 {
background-image: url(../images/slider/2.jpg);
}
.fade-carousel .slides .slide-3 {
background-image: url(../images/slider/3.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
  .hero { 
    width: 980px; 
}
  .fade-carousel {
    margin-bottom: 50px;
  }  

}
@media screen and (max-width: 640px){
  .hero h1 { font-size: 3.5em; }    
}

/** feature section **/

.feature-section{
  position: relative;
}
.feature-section img{
  width: 100%;
}
.feature-section .single-item{
  position: relative;
  transition: all 500ms ease;
}
.feature-section .single-item:hover{
  transition: all 500ms ease;
   box-shadow: 0px 0px 10px 5px rgba(231, 231, 231, 0.6);
}
.feature-section .single-item:hover .single-content{
  border: 1px solid #fff;
  border-top: none;
  transition: all 500ms ease;
}
.feature-section .single-item .single-content{
  position: relative;
  padding: 48px 0px 22px 28px;
  border: 1px solid #e7e7e7;
  border-top: none;
  transition: all 500ms ease;
}
.feature-section .single-item .single-content .icon-box{
  position: absolute;
  left: 30px;
  top: -30px;
  width: 60px;
  height: 50px;
  line-height: 60px;
  background: #C3BA48;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 5px rgba(231, 231, 231, 0.6);
}
.feature-section .single-item .single-content .icon-box i:before{
  color: #fff;
  font-size: 30px;
  margin: 0px;
}
.feature-section .single-item h4{
  margin-bottom: 8px;
}

/** service-section **/

.service-section{
  position: relative;
  background: #f5f5f8;
  width: 100%;
  background-size: cover;
  padding: 100px 30px 100px 375px;
}
.service-section:before{
  position: absolute;
  content: '';
  background: url(../images/home/service.jpg);
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}
.service-section:after{
  position: absolute;
  content: '';
  background: #247339;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .8;
}
.service-section .service-title{
  position: relative;
  margin-right: -15px;
  z-index: 1;
}
.service-section .service-title p{
  color: #d4d6dc;
  position: relative;
  top: 27px;
}
.service-section .three-column-carousel .single-item{
  position: relative;
  background: #fff;
  padding: 55px 10px 13px 40px;
}
.service-section .owl-dots{
  display: none !important;
}
.service-section .owl-theme .owl-controls {
  position: absolute;
  left: -35%;
  bottom: 26px;
}
.service-section .three-column-carousel .single-item .icon-box{
  position: relative;
  margin-bottom: 28px;
}
.service-section .three-column-carousel .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #d0d0d0;
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: -15px;
}
.service-section .three-column-carousel .single-item .icon-box i:before{
  color: #ece7a3;
  font-size: 50px;
  margin: 0px;
}
.service-section .three-column-carousel{
  position: relative;
}

.single-item .text p {
  font-size: 14px;
}

/** fact-counter **/

.fact-counter{
  position: relative;
  background: url(../images/home/counter-bg.jpg);
  width: 100%;
  padding: 80px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fact-counter:before{
  position: absolute;
  content: '';
  background: #247339;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .88;
}
.fact-counter .single-item span{
  display: inline-block;
  position: relative;
  font-size: 50px;
  margin-bottom: 43px;
  font-weight: 500;
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
}
.fact-counter .single-item{
  position: relative;
  border: 1px solid #fff;
  padding: 40px 0px 23px 0px;
}
.fact-counter .single-item .text{
  position: relative;
  font-style: 15px;
  font-family: 'Montserrat',sans-serif;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0px;
}
.fact-counter .single-item .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -25px;
  top: -18px;
}

/** Team **/

.our-team{
  position: relative;
}

.our-team ul.nav-link {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 40px;
}
.our-team ul.nav-link i:before{
  font-size: 34px;
  color: #848484;
}
.our-team ul.nav-link li a {
  color: #848484;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.our-team .team-content .team-info .team-text a{
  position: relative;
  display: block;
  font-size: 26px;
  font-family: 'Montserrat',sans-serif;
  line-height: 35px;
  color: #222;
  margin-bottom: 4px;
}
.our-team .team-content .team-info{
  margin-bottom: 25px;
}
.our-team .team-content p{
  color: #989898;
  margin-bottom: 26px;
}
.our-team .team-content .team-contact .text{
  position: relative;
  font-size: 14px;
  color: #989898;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  margin-bottom: 3px;
}
.our-team .team-content .team-contact .text strong{
  color: #222;
}
.our-team .team-content .team-contact{
  margin-bottom: 33px;
}
.our-team .team-content .team-social li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.our-team .team-content .team-social li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  border: 1px solid #d9d9d9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  transition: all 500ms ease;
}
.our-team .team-content .team-social li a:hover,
.our-team .team-content .team-social li a.active{
  color: #fff;
  border: 1px solid #C3BA48;
  background: #C3BA48;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.our-team img{
  width: 100%;
}
.our-team .team-content{
  position: relative;
  margin-top: 24px;
  margin-left: 16px;
}
.our-team li#slider-prev {
  position: absolute;
  left: -100px;
  top: -180px;
}
.our-team li#slider-next {
    position: absolute;
    top: -180px;
    right: -105px;
}
.our-team .slider-pager .list-inline li a figure{
  position: relative;
  width: 55px;
  height: 55px;
}
.our-team .slider-pager .list-inline li a figure:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 55px;
  height: 55px;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.our-team .slider-pager .list-inline li a.active figure:before{
  background: rgba(255, 255, 255, 0.0);
}
.our-team .slider-pager{
  position: relative;
  margin-top: 0px;
  z-index: 99;
  text-align: center;
}
.our-team .bx-viewport {
  margin-bottom: -27px;
}

/** gallery **/

.gallery-section{
  position: relative;
  padding-bottom: 0px;
}
.gallery-section .title-text:before{
  left: 0px;
  margin-left: 0px;
}
.gallery-section .single-item .img-box {
  display: block;
  overflow: hidden;
  position: relative;   
}
.gallery-section .single-item .img-box img {
  position: relative;
  width: 100%;
}
.single-item .img-box .overlay .box .content a i {
  border: 2px solid #fff;
  text-align: center;
  color: #C3BA48;
  display: inline-block;
  font-size: 15px;
  height: 55px;
  line-height: 53px;
  transition: all 500ms ease 0s;
  width: 55px;
  margin-bottom: 15px;
  border-radius: 50%;   
}
.single-item:hover .img-box .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: rgba(21, 34, 63, 0.75);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.gallery-section h5{
  color: #C3BA48;
  font-style: italic;
}
.gallery-section .owl-dots{
  display: none !important;
}
.gallery-section .owl-theme .owl-controls {
  display: block;
  position: absolute;
  top: -90px;
  right: 206px;
}

.gallery-section .owl-prev span,.gallery-section .owl-next span{
  color: #848484;
}
.gallery-section .owl-prev:hover span,.gallery-section .owl-next:hover span {
  color: #fff;
  transition: all 500ms ease;
}

/** sponsors **/

.sponsors-section{
  position: relative;
  background: #f5f5f8;
  width: 100%;
  padding: 45px 0px;
}
.sponsors-section li{
  position: relative;
  background: #fff;
  width: 100%;
  text-align: center;
}
.sponsors-section li img{
  width: 100%;
}
.sponsors-section .sponsors-area{
  position: relative;
  padding: 0px 55px;
}
.sponsors-section .owl-dots{
  display: none !important;
}
.sponsors-section .owl-prev {
  position: absolute;
  left: -75px;
}
.sponsors-section .owl-next {
  position: absolute;
  right: -70px;
}
.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: transparent;
    text-align: center;
    border: none;
    top: 42px;
}
.owl-nav span{
  color: #fff;
}
.sponsors-section .owl-nav span{
  color: #848484;
  font-size: 34px;
}
.sponsors-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
  background: transparent;
}

/** main footer **/

.main-footer{
  position: relative;
  background: #fff;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
  border-bottom: 1px solid #3a4661;
}
.main-footer p{
  color: #4E5E71;/*d4dae3*/
  margin-bottom: 23px;
}
.footer-logo{
  position: relative;
  background: url(../images/logo/logo1.png) no-repeat 9% 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-left: -13px;
}
.footer-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer-title h4{
  color: #4E5E71;
  margin-bottom: 14px;
  margin-top: 16px
}
.main-footer .link-widget li a,
.main-footer .service-widget li a{
  color: #4E5E71;
  margin-bottom: 15px;
  display: block;
  padding: 0px 0px 0px 11px;
  transition: all 500ms ease;
}
.main-footer .link-widget li a:before,
.main-footer .service-widget li a:before{
  position: absolute;
  content: "\f105";
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #4E5E71;
  left: 0px;
  top: 0px;
}
.main-footer .link-widget li a:hover,
.main-footer .service-widget li a:hover{
  text-decoration: underline;
  transition: all 500ms ease;
}
.main-footer .service-widget{
  position: relative;
  padding: 0px 0px 0px 55px;
}
.main-footer .link-widget{
  position: relative;
  margin-left: -28px;
}
.main-footer .subscribe-widget .input-box{
  position: relative;
  margin-bottom: 30px;
}
.main-footer .subscribe-widget .input-box input{
  position: relative;
  width: 100%;
  height: 50px;
  background: #4E5E71;
  padding: 15px 20px;
  font-size: 14px;
  color: #848484;
  border-radius: 5px;
}
.main-footer .subscribe-widget .input-box button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0F266F;
  color: #fff;
  font-size: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-footer .subscribe-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.main-footer .subscribe-widget .footer-title h4{
  margin-bottom: 11px;
}
.main-footer .subscribe-widget p{
  margin-bottom: 28px;
}
.main-footer .subscribe-widget .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #247339;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #70798c;
  border-radius: 50%;
}
.main-footer .subscribe-widget .footer-social li a:hover,
.main-footer .subscribe-widget .footer-social li a.active{
  background: #0F266F;
  color: #fff;
  border: 2px solid #C3BA48;
}
.main-footer .btn-one.radi {
  border-radius: 5px;
  padding: 13px 30px 12px 30px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  padding: 18px 0px 21px 0px;
  background: #247339;
  width: 100%;
}
.footer-bottom p{
  color: #d4dae3;
  margin-bottom: 0px;
}
.footer-bottom a{
  color: #C3BA48;
}

/*** 

====================================================================
                        about
====================================================================

***/

.about-bg{
  position: relative;
  padding: 175px 0px 80px 0px;
  background: url(../images/about/bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-bg:before{
  position: absolute;
  content: '';
  background: #2c3038;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .5;
}
.about-bg .text{
  position: relative;
  font-size: 40px;
  font-family: 'Montserrat',sans-serif;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
}
.bread-crumb{
  position: relative;
  background: #f5f5f8;
  width: 100%;
  padding: 18px 0px 16px 0px;
}
.bread-crumb .text,
.bread-crumb .text  a{
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #C3BA48;
  font-weight: 600;
}
.bread-crumb .text  a{
  color: #222;
}
.bread-crumb .text  a:hover{
  color: #C3BA48;
}
.bread-crumb .text i:before{
  font-size: 16px;
  color: #222;
  margin-left: 8px;
  margin-right: 4px;
}
.bread-crumb .share i:before{
  color: #b4b4b4;
  margin-right: 8px;
}
.bread-crumb .share{
  position: relative;
  display: inline-block;
  float: right;
}

/** about-section **/

.about-section{
  position: relative;
}
.about-section .title-text:before{
  left: 0px;
  margin-left: 0px;
  bottom: -13px;
}
.about-section .title-text{
  margin-bottom: 38px;
}
.about-section img{
  width: 100%;
}
.about-section .about-content{
  position: relative;
  margin-right: 10px;
}
.about-section .about-content .list{
  position: relative;
  margin-bottom: 22px;
}
.about-section .about-content .list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 6px;
  padding: 0px 0px 0px 23px;
}

.about-section .about-content p{
  margin-bottom: 19px;
}
.about-section .img-box{
  margin-left: 10px;
  top: -5px;
}
.about-section .about-content .text:last-child p{
  margin-bottom: 16px;
}

/*** 

====================================================================
                        service
====================================================================

***/

.service-style-tow{
  position: relative;
  padding: 100px 0px 70px 0px;
}
.service-style-tow .service-content .icon-box i:before{
  font-size: 50px;
  color: #C3BA48;
  margin: 0px;
}
.service-style-tow .service-content .icon-box{
  position: relative;
  margin-bottom: 28px;
}
.service-style-tow .service-content .icon-box:before{
  position: absolute;
  content: '';
  background: #d0d0d0;
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: -5px;
}
.service-style-tow .service-content{
  position: relative;
  margin-bottom: 30px;
  padding: 52px 40px 22px 42px;
  box-shadow: 0 0 10px 3px rgba(243, 243, 243, 0.74);
}
.service-style-tow .service-content h4{
  margin-bottom: 5px;
}

/*** 

====================================================================
                        Education
====================================================================

***/

.service-details{
  position: relative;
  padding: 100px 0px 65px 0px;
}
.service-details .sidebar .sidebar-list{
  position: relative;
  padding: 28px 30px 10px 30px;
  border: 1px solid #e5e5e5;
}
.service-details .sidebar{
  position: relative;
  margin-right: 20px;
  margin-bottom: 50px;
}
.service-details .sidebar .sidebar-list a{
  position: relative;
  display: block;
  color: #848484;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 4px 0px 13px 15px;
}
.service-details .sidebar .sidebar-list li:last-child a{
  border-bottom: none;
}
.service-details .sidebar .sidebar-list a.active{
  color: #C3BA48;
}
.service-details .sidebar .sidebar-list a:before{
  position: absolute;
  content: "\f0da";
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #848484;
  left: 1px;
  top: 4px;
}
.service-details .sidebar .sidebar-list a.active:before{
  color: #C3BA48;
}
.service-details .sidebar-details img{
  width: 100%;
}
.service-details .sidebar-details .content-style-one .img-box{
  margin-bottom: 34px;
}
.service-details .sidebar-details .content-style-one{
  margin-bottom: 35px;
}
.service-details .sidebar-details .content-style-one .title{
  position: relative;
  font-size: 30px;
  line-height: 37px;
  color: #222;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.service-details .sidebar-details .content-style-two .list li{
  position: relative;
  display: block;
  padding: 0px 0px 0px 23px;
}
.service-details .sidebar-details .content-style-two .list li:before{
  position: absolute;
  content: "\f138";
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #C3BA48;
  left: 0px;
  top: 0px;
}
.service-details .sidebar-details .content-style-two{
  margin-bottom: 50px;
} 
.service-details .sidebar-details p{
  margin-bottom: 26px;
}
.service-details .sidebar-details h4{
  margin-bottom: 15px;
}
.service-details .sidebar-details .content-style-two p{
  margin-bottom: 25px;
}
.service-details .sidebar-details .content-style-two .list p{
  margin-bottom: 6px;
}
.service-details .sidebar-details .content-style-two .img-box{
  position: relative;
  top: 7px;
}
.embed-responsive {
  margin-bottom: 30px;
}

/*** 

====================================================================
                        team
====================================================================

***/

.team-page{
  position: relative;
  padding: 100px 0px 50px 0px;
}
.team-page .single-item{
  position: relative;
  margin-bottom: 50px;
  transition: all 900ms ease;
}
.team-page .single-item img{
  width: 100%;
  z-index: 1;
}
.team-page .single-item:hover{
  transition: all 900ms ease;
  box-shadow: 0 0 20px 2px rgba(204, 204, 204, 0.5);
}
.team-page .single-item .lower-content{
  position: relative;
  padding: 0px 0px 23px 0px;
  border: 1px solid #e5e5e5;
  border-top: none;
  transition: all 900ms ease;
}
.team-page .single-item:hover .lower-content{
  border: 1px solid #fff;
  border-top: none;
  transition: all 900ms ease;
}
.team-page .single-item .lower-content .team-social{
  position: relative;
  margin-bottom: 0px;
  margin-top: -24px;
  transition: all 900ms ease;
  opacity: 0;
}
.team-page .single-item:hover .lower-content .team-social{
  opacity: 1;
  transition: all 900ms ease;
}
.team-page .single-item .lower-content .team-social li{
  position: relative;
  display: inline-block;
  margin: 0px 1px;
}
.team-page .single-item .lower-content .team-social li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  background: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px #ccc;
}
.team-page .single-item .lower-content .team-social li a:hover,
.team-page .single-item .lower-content .team-social li a.active{
  background: #C3BA48;
  color: #fff;
}
.team-page .single-item .lower-content .team-info{
  position: relative;
  padding: 0px 0px 0px 0px;
  transition: all 900ms ease;
}
.team-page .single-item:hover .lower-content .team-info{
  padding: 23px 0px 0px 0px;
}
.team-page .single-item .lower-content h4{
  margin-bottom: -2px;
}

/*** 

====================================================================
                        gallery-page
====================================================================

***/

.gallery-page{
  position: relative;
  padding: 100px 0px 70px 0px;
}
.gallery-page .single-item{
  margin-bottom: 30px;
}

/*** 

====================================================================
                        faq
====================================================================

***/

.faq-section{
  position: relative;
  margin: 0 auto;
}
.accordion{
  position: relative;
  margin-bottom: 20px;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}
.accordion-box .accordion .acc-btn .toggle-icon .plus:before{
  color: #848484;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus:before{
  color: #fff;
}
.accordion-box .accordion .acc-btn{
  position: relative;
}
.accordion-box .accordion .acc-btn .toggle-icon{
  position: absolute;
  left: 20px;
  top: 19px;
  cursor: pointer;
}
.accordion-box .accordion .acc-btn .toggle-icon i:before{
  font-size: 15px;
}
.accordion-box .accordion .acc-btn.active .toggle-icon{
  position: absolute;
  left: 11px;
  top: 19px;
  cursor: pointer;
}
.accordion-box .accordion .acc-content.collapsed {
  display: block;
}
.accordion-box .accordion .acc-btn.active .acc-title{
  position: relative;
  background: #C3BA48;
  border: 1px solid #C3BA48;
  color: #fff;
  display: block;
  font-weight: 400;
  cursor: pointer;
  padding: 17px 30px 18px 47px;
  transition: all 500ms ease;
}
.accordion-box .accordion .acc-btn .acc-title{
  padding: 17px 30px 18px 47px;
  position: relative;
  font-size: 17px;
  font-family: 'Montserrat',sans-serif;
  line-height: 28px;
  color: #222;
  display: block;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #000;
  transition: all 500ms ease;
}
.accordion-box .accordion .acc-content.collapsed{
  position: relative;
  display: block;
  padding: 13px 15px 15px 49px;
  box-shadow: 0px 0px 5px 0px #0F266F;
}
.accordion-box .accordion .acc-content{
  display: none;
  padding: 13px 15px 15px 49px;
  box-shadow: 0px 0px 5px 0px #0F266F;
}
.faq-section .faq-sidebar{
  position: relative;
  background: #f5f5f8;
  margin-left: 20px;
  padding: 43px 40px 41px 40px;
}
input,
textarea{
  position: relative;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  color: #222;
  border: 1px solid #0F266F;
  margin-bottom: 18px;
  background: transparent;
  transition: all 900ms ease;
}
.faq-section input,
.faq-section textarea{
  background: #f5f5f8;
}
.faq-section .faq-sidebar textarea{
  height: 120px;
  resize: none;
  margin-bottom: 9px;
}
.faq-section ::-webkit-input-placeholder { /* Chrome */
  color: #000;
}

.faq-section :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.faq-section ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.faq-section :-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}
input:focus,
textarea:focus{
  border-color: #C3BA48;
  transition: all 900ms ease;
}
.faq-section h4{
  margin-bottom: 22px;
}

.linkfaq {
  color: #000;
}
.title-faq {
  margin-bottom: 20px;
  padding-top: 30px;
}
.faq-section {
  background: url(../images/home/25235.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.acc-content p {
  color: #000;
}

/*----------------------
           BOOKS
----------------------*/
.ebooks {
  display: flex;
  flex-wrap: wrap;
}

.product--book {
  box-shadow: 1px 5px 15px #CCC;
  width: 15em;
  height: auto;
  border-radius: 3px;
  padding: 2em;
  margin: 1em;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.product--book {
  background: -webkit-linear-gradient(135deg, #247339 50%, rgba(255, 255, 255, 0.5) 50%);
  background: linear-gradient(-45deg, #247339 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product img, .product--book img {
  max-width: 100%;
  height: auto !important;
  text-align: center;
}
.product_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.product_inner p {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  transition: all 500ms ease;
}
.product_inner button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #000000;
  border-radius: 3px;
  padding: 1em 3em;
  margin: 1em 0 0 0;
  background: none;
  cursor: pointer;
  -webkit-transition: background ease-in .25s;
  transition: background ease-in .25s;
}
.product_inner button:hover {
  background: white;
  color: #2B2D42;
}
.product_inner button:before {
  font-family: FontAwesome;
  content: '\f07A';
  color: #000000;
  position: absolute;
  font-size: 1.5em;
  margin: 0 -1.5em;
}
.product_inner button:hover:before {
  color: #2B2D42;
}


/*** 

====================================================================
                        videos
====================================================================

***/

.videobanner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

/*** 

====================================================================
                        register
====================================================================

***/

.card {
  border: 1px solid rgb(175, 175, 190);
  margin-bottom: 20px;
}

.card-link {
  color: #0F266F;
  margin-bottom: 5px;
}

.error-section{
  position: relative;
  padding: 125px 0px 150px 0px;
}
.error-section .error-title{
  position: relative;
  font-size: 180px;
  font-family: 'Montserrat',sans-serif;
  line-height: 180px;
  color: #C3BA48;
  margin-bottom: 63px;
}
.error-section .error-title:before{
  position: absolute;
  content: '';
  background: #dedede;
  height: 3px;
  width: 80px;
  left: 50%;
  margin-left: -48px;
  bottom: -23px;
}
.error-section h2{
  font-weight: 300;
  margin-bottom: 13px;
}
.error-section p{
  font-family: 'Montserrat',sans-serif;
  margin-bottom: 42px;
}
.error-section .input-box{
  position: relative;
  margin-bottom: 22px;
}
.error-section .input-box button{
  position: absolute;
  right: 15px;
  top: 11px;
  background: transparent;
  color: #666;
}

/*** 


/*** 

====================================================================
                        contact-page
====================================================================

***/

.contact-info{
  position: relative;
  padding: 100px 0px 73px 0px;
}
.contact-info .single-item a{
  color: #848484;
}
.contact-info .single-item{
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 59px 0px 35px 0px;
  width: 100%;
}
.contact-info .single-item .icon-box i:before{
  font-size: 40px;
  color: #C3BA48;
  margin: 0px;
}
.contact-info .single-item .icon-box{
  position: relative;
  margin-bottom: 12px;
}
.contact-info .single-item .title{
  position: relative;
  font-size: 26px;
  font-family: 'Montserrat',sans-serif;
  line-height: 34px;
  color: #222;
  margin-bottom: 10px;
}

/* Download */
.download {
  padding: 10px;
}

/** contact-section **/

.contact-section{
  position: relative;
  padding-bottom: 100px;
}
.contact-section .contact-form-area textarea{
  resize: none;
  height: 170px;
  margin-bottom: 21px;
}
.google-map-area {
  position: relative;
}
#contact-google-map {
  height: 500px;
  width: 100%;
}
.contact-section .contact-form-area h2{
  margin-bottom: 4px;
}
.contact-section .contact-form-area p{
  margin-bottom: 28px;
}
.contact-section .contact-form-area input{
  height: 45px;
  margin-bottom: 20px;
}

/* Scroll bar */

::-webkit-scrollbar {
  width: 1rem;
  border-radius: .5rem;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #4E5E71;
  border-radius: .5rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: hsl(79, 4%, 35%);
}


/* Whatsapp */

.whatsApp {
  position:fixed;
  width:50px;
  height:50px;
  bottom:30px;
  left:30px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 1px 1px 2px #888;
  z-index:1000;
  transition: 0.5s;
  animation: animate 2s infinite linear;
}

.whatsApp:hover {
  color:#000;
  transform: scale(1.2);
}

@keyframes animate {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}