/*
Theme Name: Tadamun Website theme
Theme URI: https://uniparticle.com/
Author: uniparticle
Author URI: https://uniparticle.com/
Description: The Tadamun Website theme 
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: AlTadamun
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

*/

/* ADJUSTMENT */
@media screen and (min-width: 1600px) {
   #ym-header .navbar{
        margin-top: -105px !important ;
    }
    
    .single-post{
        margin-top: 480px !important ;
    }
    .post-image {
        height: 850px !important ;
    }
}


.dropdown-menu {
    min-width: 200px !important;
    padding: 15px  !important;
    right: unset  !important;
    left:0  !important;
    background-color: #fff6;
}
.dropdown-menu a{
 color: white !important;
    padding: .5rem 0;
    display: block;
}

.navbar-default .navbar-nav > .open > a {
    background-color: #4c4c4c75 !important;
}

/**** ym-home Section ****/

.img_cover{
    background-size:contain !important;
}
.video-div{
    height: 690px;
    overflow:hidden;
    display:block;

}

.video-div video{
  width: 100%;
}

.logo img{
  margin-left: 4%;
  margin-top: 140px ;

  max-width:18%;
  height:auto;
  
  z-index: 9;
  position: absolute; 

}


.col1-image{
  display: block;
  top:250px;
  position: absolute;
  margin-left: 4%;
  z-index: 3;
  width: 50%;
   padding-left: 23px;

}

.col1-image p{

 font-family: 'Quicksand', sans-serif;
 font-weight: lighter;
  font-size: 20px;
  color: #fff;
  padding-top: 5px;

}

.col2-image{
  display: block;
  top:290px;
  position: absolute;
  margin-left: 4%;
  z-index: 3;
  width: 51%;

}

.col2-image h2{

 font-family: 'Hind', serif;
 font-weight: 700;
  font-size: 45px;
   padding-left: 23px;
  color: #fff;
}

.col2-image p{

 font-family: 'Quicksand', sans-serif;
 font-weight: lighter;
  font-size: 21px;
  color: #fff;
  padding-top: 5px;
  padding-left: 23px;
  padding-right: 5px;
  text-align: justify;

}
.mobile-img{
  display: none;
  width: 100%; 
  height: 690px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
@media screen and (max-width: 994px) {
 

  #ym-header .col-md-1{
  width: 15% !important;
  float: right;
  z-index: 999;
  margin-right: 50px;
  padding-top: 22px !important;
 }

.lang-mobile-margin-top-pages{

    margin-top: -61px !important;
 margin-right:60px !important;
   float:right !important;
}
  .lang-mobile-margin-top{
    width:14% !important;
     margin-top: 40px !important;
 margin-right:50px;
    float:right !important;
    z-index:999;
  } 
  .mobile-img{
    display: block;
  }
 .video-div{
    display: none;
  }

  .video-div video{
    display: none;
  }
  .overlay-div{
    width: 100% !important;

  }
 .logo img{
    max-width:40%;
    height:auto;
  }
  .col1-image{
    top:210px;
    margin-left: 2%;
    width: 100%;
    padding-left: 23px;
  }

  .col1-image p{
    font-size: 15px;
  }

  .col2-image{
    top:250px;
    margin-left: 2%;
    width: 90%;
  }

  .col2-image h2{
    font-size: 30px;
    padding-left: 23px;
    color: #fff;
  }

  .col2-image p{
    font-size: 17px;
    padding-top: 5px;
    padding-left: 23px;
    padding-right: 5px;
    text-align: justify;
  }
  .col2-image .col-md-4{
    width: 50%;
    float: left;
  }
    .col2-image .col-md-3{
    width: 50%;
    float: left;
  }
}



.col2-image .call-to-action2 {
  display: block;
  width: 100%;
  margin-top: 10px;
   font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding-top: 20px;
}
.col2-image .call-to-action2 a {
  width: 150px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;
  color: #fff;
 
}
.col2-image .call-to-action2 a.demo {
  background-color: #FF9933;
  text-decoration: none !important;
}
.col2-image .call-to-action2 a.demo2 {
  background-color: #5c91bf;
  text-decoration: none !important;
}
@media screen and (max-width: 994px) {
  .col2-image .call-to-action2 a {
    width: 120px;
  }
  .col2-image .call-to-action2 a.demo {
    margin-bottom: 10px;
    font-size: 14px !important; 
    padding: 10px 0!important;
  }
  .col2-image .call-to-action2 a.demo2 {
    margin-bottom: 10px;
    font-size: 14px !important; 
    color: #fff;
    padding: 10px 0!important;
  }
  .mb-float-left{
    float: left;
  }
  .arrow{
    display: none;
  }
}
.col2-image .call-to-action2 a.demo:hover {
  background: #5c91bf;
  color: #fff;
}


.quotes {display: none;}


.arrow{
 /* animation-name: upAndDown;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;

    position: relative;*/
}

@keyframes upAndDown {
 0%{top: 0px;}
  20% {top: 1px;}
}

.branch-box{
  width: 20%;
  /*
  height: 330px;
  */
}
.branch-box-2{
  width: 20%;
  height: 428px;
}
/********************************************/

/**** ym-about Section ****/
.no-margin{
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#ym-about{
  background-color: #fff;
  padding-bottom: 20px;
}
.about-section{
  margin-top: 80px;
  width: 100%;
  text-align: left;
}
.about-section img{
  margin-left: 30px;
  margin-bottom: 20px;

}



.bundlemov{
      display: block;
      -webkit-animation:spin 2s linear infinite;
      -moz-animation:spin 2s linear infinite;
      animation:spin 2s linear infinite;
}
@-moz-keyframes spin {  
    20% { -moz-transform: rotate(20deg); } 
    50% { -moz-transform: rotate(20deg);  }
    80% { -moz-transform: rotate(-20deg); }
    90% { -moz-transform: rotate(-20deg); }
  }
@-webkit-keyframes spin { 
    20% { -webkit-transform: rotate(20deg); } 
    50% { -webkit-transform: rotate(20deg);  }
    80% { -webkit-transform: rotate(-20deg); }
    90% { -webkit-transform: rotate(-20deg); }
}
@keyframes spin {
    20% { -webkit-transform: rotate(20deg); transform:rotate(20deg); } 
    50% { -webkit-transform: rotate(20deg); transform:rotate(20deg); }
    80% { -webkit-transform: rotate(-20deg); transform:rotate(-20deg); }
    90% { -webkit-transform: rotate(-20deg); transform:rotate(-20deg); } 
}


.about-section h2{
  font-family: 'Hind', serif;
  font-weight: 400;
  font-size: 70px;
  color: #333;
  padding-right: 10px;
  padding-left: 40px;

}

.about-section h3{
 font-family: 'Quicksand', serif;
 font-weight: 700;
  font-size: 25px;
  color: #333;
  padding-left: 40px;
  position: relative;
  padding-bottom:  20px;

}

.about-section h3:before{
  content: '';
  width: 35px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 6.5%;
  bottom: 0;
}

.about-section  p{

 font-family: 'Quicksand', sans-serif;
 font-weight: lighter;
  font-size: 17px;
  color: #333;
  padding-left: 40px;
  text-align: justify;
  line-height: 25px;
  
}

@media screen and (max-width: 994px) {
  .about-section{
    margin-top: 25px;
    width: 100%;
    text-align: left;
    
  }
  .about-section img{
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .about-section h2{
    font-size: 40px;
    color: #333;
    padding-left: 10px;
  }

  .about-section h3{
    font-size: 25px;
    padding-left: 10px;
    padding-bottom: 20px;
    position: relative;
  }

  .about-section h3:before{
    content: '';
    width: 35px;
    height: 3px;
    background: #333;
    position: absolute;
    left:3.5%;
    bottom: 0;
  }

  .about-section  p{
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
  }
  #ym-about{
    padding-bottom: 0px;
  }

   .branch-box{
  width: 33.33%;
  height: 55vh;
  float: left;
}
.branch-box-2{
  width: 33.33%;
  height: 55vh;
  float: left;
}
}

.quicklinks{
  list-style: none;
}

.quicklinks li{
  padding-top: 5px;
  margin-top: 5px;
  border: 1px solid #333;
  width: 70%;
}
.quicklinks li img{
margin-top: 5px;
    filter: invert(100%);
}
.quicklinks li a{
 font-family: 'Quicksand', sans-serif;
 font-weight: 700;
  font-size: 18px;
  color: #333 !important;
  padding-left: 10px;
  text-align: justify;
  line-height: 25px;
  text-decoration: none;

}
.quicklinks li:hover{
  background-color:  #FF9933;
  cursor: pointer;
}

@media screen and (max-width: 994px) {
  .quicklinks{
    padding:0px 10px 0px 10px ;
  }
  .quicklinks li{
    width: 80%;
  }
  .quicklinks li img{
    margin-top: 5px;
    filter: invert(100%);
    width: 10%;
  }
  .quicklinks li a{
    font-size: 15px;
    padding-left: 5px;
  }
}


.about-details-section{
  height:620px;

  background-color: rgba(30,51,78, 1);;
  animation-name: example;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}


@keyframes example {
    10% {background-color: rgba(30,51,78, 1);}
    50% {background-color: rgba(243,121,50, 0.7);}
    100% {background-color: rgba(30,51,78, 1);}
}


.about-details-section img{
  padding-top: 70px;
  width: 50px;

}
.about-details-section h3{
 font-family: 'Quicksand', serif;
 font-weight: 700;
  font-size: 25px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;

}
.about-details-section h3:before{
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 42%;
  bottom: 0%;
}

.about-details-section p{
 font-family: 'Quicksand', serif;
 font-weight: 400;
  font-size: 17px;
  color: #fff;
  padding-top: 5px;

}
.about-float-container{
   position: absolute;
   left:170px;
   margin-top: 20px;
   z-index: 99;
   width: 400px;
   height: 550px;
   background-color: transparent;

}


@media screen and (max-width: 994px) {

  .about-details-section{
    height:500px;
    width: 100%;
    margin-left: 0px!important;
  }

  .about-details-section img{
    padding-top: 30px;

  }
  .about-details-section h3{
    font-size: 20px;
  }
  .about-details-section .col-md-6{
    float: left;
    width: 50%;
  }

  .about-details-section p{
    font-size: 14px;
    padding-top: 5px;
  }
}

/************************/
.clients-section{

  text-align: left;
  z-index: 99;
  background-color: #ededed;
  height: 350px;

}


.clients-section h2{
  font-family: 'Hind', serif;
  font-weight: 400;
  font-size: 35px;
  color: #000;
  padding-right: 10px;
  padding-left: 5px;
  margin-top: 60px;

}


.clients-section h3{
 font-family: 'Quicksand', serif;
 font-weight: 700;
  font-size: 21px;
  color: #5c91bf;
   padding-left: 5px;
   position: relative;
   padding-bottom: 20px;
}

.clients-section h3:before{
  content: '';
  width: 35px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 2%;
  bottom: 0;
}


.clients-section  p{

 font-family: 'Quicksand', sans-serif;
 font-weight: lighter;
  font-size: 15px;
  color: #333;
  padding-left: 5px;
  text-align: justify;
  line-height: 25px;

}

@media screen and (max-width: 994px) {

  #ym-client .container{
    margin-top:0px !important;
    width: 100% !important;
    padding: 0;
  }

  .clients-section h2{
    font-size: 30px;
    padding-top: 40px; 
    margin-top: 0px;
  }

  .clients-section h3{
    font-size: 21px;
  }

  .clients-section  p{
    font-size: 14px;
    padding-left: 5px;
  }

}

.clients-section  .call-to-action2 {
  display: block;
  width: 10%;
  margin-top: 20px;
   font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer;

}
.clients-section  .call-to-action2 a {
  width: 170px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;
 
}
.clients-section  .call-to-action2 a.demo {
  background-color: #FF9933;
  text-decoration: none !important;
   color: #fff !important;
}

@media screen and (max-width: 994px) {
  .clients-section  .call-to-action2 {
    margin-top: 10px;
  }
  .clients-section  .call-to-action2 a {
    width: 120px;
  }

  .clients-section  .call-to-action2 a.demo {
    margin-bottom: 10px;
    font-size: 15px !important; 
    padding: 10px 0!important;
  }
}
.clients-section  .call-to-action2 a.demo:hover {
  background: #5c91bf;
  color: #fff;
}




/******************************/


.values-section .col-md-3{
    height: 173px;
    width: 174px;
    margin: 1px;

}
@media screen and (max-width: 1301px) {
  .values-section .col-md-3{ 
    height: 170px !important;
    width: 170px !important;
  }
}
.values-img{
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
    background-blend-mode: overlay;
    background-color: #333;
}

.values-section h2{
  margin-top: 70px;
  font-family: 'Quicksand', sans-serif;
  font-weight: lighter;
  font-size: 25px;
  color: #fff;
  text-align: center;
}


@media screen and (max-width: 994px) {
  .values-section .col-md-3{
    height: 173px;
    width: 49% !important;
    margin: 1px;
    float: left;
  }
  .values-section h2{
  font-size: 22px;
  }
}
/*****************************/



.services-details-section{
  background-color: transparent;
  width: 100%;
  position: absolute;
  margin-top:-320px;
  margin-left: 8%;
}

.services-details-section .col-md-3{
  width: 28%;
}


.service-img{
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;

  height: 280px; 
}

.service-text{
  height: 100px;
}



.services-details-section h2{
  margin-top: 20px;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 10px;
 
}

.services-details-section p{
 font-family: 'Quicksand', sans-serif;
 font-weight: lighter;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-align: justify;
  line-height: 20px;
}


@media screen and (max-width: 994px) {
  #ym-success .container-fluid{
    height: 700px !important;
    margin-top: 20px !important;
  }
  
  .services-details-section{
    margin-top:-210px;
    margin-left: 5px;
  }

  .services-details-section .col-md-3{
    width: 33%;
    float:left;
    padding: 5px;
  }  
  .service-img{
    height: 130px; 
  }
  .service-text{
    height: 100px;

  }

  .services-details-section h2{
    margin-top: 0px;
    font-size: 13px;
    padding: 20px 1px 10px 1px;
   
  }

  .services-details-section p{
    font-size: 15px;
  }
}

.services-details-section   .call-to-action2 {
  display: block;
  width: 100%;
  margin:auto;
   font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer

}
.services-details-section   .call-to-action2 a {
  width: 170px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;

}
.services-details-section   .call-to-action2 a.demo {
  background-color: #FF9933;
  text-decoration: none !important;
  color: #fff !important;

}

@media screen and (max-width: 994px) {
  .services-details-section   .call-to-action2 a {
  width: 80px;
}
  .services-details-section   .call-to-action2 a.demo {
    margin-bottom: 0px;
      font-size: 13px !important; 
  padding: 10px 0!important;

  }
}
.services-details-section   .call-to-action2 a.demo:hover {
  background: #FF9933;
  color: #fff;
}

/****************************************************/
.services2-section{
   background-color: rgba(30,51,78, 1);;

}


.services2-section h2{
  font-family: 'Hind', serif;
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  padding-right: 10px;
   padding-left: 50px;
  

}

.services2-section img{
  margin-top: 60px;
  padding-left: 50px; 
  padding-bottom: 10px;
}

.services2-section h3{
  font-family: 'Quicksand', serif;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}


.services2-section h3:before{
    content: '';
  width: 45px;
  height: 3px;
  background: #FF9933;
  position: absolute;
  left: 50px;
  top: 0;
}
@media screen and (max-width: 994px) {
  .services2-section img{
    margin-top: 20px;
    padding-left: 20px; 
  }

  .services2-section h2{
    font-size: 30px;
    padding-left: 20px;
  }

  .services2-section h3{
    font-size: 21px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .services2-section h3:before{
    left: 20px;
  }
}
.services2-section  .call-to-action2 {
  display: block;
  width: 10%;
  margin-top: 30px;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding-left: 50px;
}
.services2-section  .call-to-action2 a {
  width: 170px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;

 
}
.services2-section  .call-to-action2 a.demo {
  background-color: #FF9933;
  text-decoration: none !important;
   color: #fff !important;

}

@media screen and (max-width: 994px) {
  .services2-section  .call-to-action2{
    padding-left: 20px;
  }

  .services2-section  .call-to-action2 a.demo {
    margin-bottom: 10px;
    font-size: 18px !important; 

    padding: 10px 0!important;
  }
}
.services2-section  .call-to-action2 a.demo:hover {
  background: #5c91bf;
  color: #fff;
}


 .services2-right-side{
   width:36%;
   background-color: #5c91bf;

 }

.services2-right-side:before{
    background: inherit;
    top: -34px;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 1px;
    transform: skewY(-4.2deg);
    transform-origin: 100%;
    z-index: -1;
}

.service-tab{
    height: 80px;
    background-color: #5c91bf;
    margin-top: 30px;
}


.service-tab p {
   font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 21px;
    padding: 20px 0px 20px 0px;
}
.service-tab:hover{
  background-color: #FF9933;
  cursor: pointer;
}

.service-tab :hover a
{
  text-decoration: none !important; 
}

.service-tab img{
  margin-top: 23px;
  margin-left: 15px;
  display: block;
}

@media screen and (max-width: 994px) {
    #ym-services .container-fluid{
   }
  .services2-right-side{
     width:100%;
     position: relative;
   }

  .service-tab{
    background-color: #5c91bf;
    margin-top: 20px;
  }

  .service-tab p {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 17px;
    padding: 20px 0px 10px 0px;
  }

  .service-tab .col-md-10{
    float: left;
    width: 90%;
  }

  .service-tab .col-md-2{
    float: left;
    width: 10%;
  }

  .service-tab img{
     margin-top: 25px;  
     display: block;
     width: 40%;
     right: 0;
     position: absolute;
  }
}




/*************************************/


.services-section{
  background-color: #1e334e;
  position: relative;
}

.serv-left-side h2{
  margin-top: 70px;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  text-align: left;
  padding-left: 40px;
}

.serv-right-side p{
 font-family: 'Quicksand', sans-serif;
 font-weight: lighter;
  font-size: 20px;
  color: #fff;
  padding-left: 5px;
  padding-right: 50px;
  text-align: justify;
  line-height: 30px;
  margin-top: 70px;
  padding-top: 20px;
  position: relative;
}

.serv-right-side p:before{
  content: '';
  width: 45px;
  height: 3px;
  background: #FF9933;
  position: absolute;
  left: 5px;
  top:0;
}

@media screen and (max-width: 994px) {
  #ym-services .container-fluid{
    margin-top: 0px !important;
  }
  #services-s1 .flex-direction-nav{
    display: none;
  }
  .serv-left-side h2{
    margin-top: 30px !important;
    font-size: 30px;
    padding-left: 5px;
  }

  .serv-right-side p{
    font-size: 17px;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 20px;
  }
}

.serv-right-side .link{
  padding-left: 5px;
  padding-right: 50px;
  line-height: 10px;
   margin-top: 0px !important;
  padding-top: 0px !important;
}
.serv-right-side .link:before{
content:none;
}
.serv-right-side .link a{
  color: #FF9933 ;
}
.serv-right-side .link a:hover{

  color: #fff;
 text-decoration: none;
}

.map-container{
  margin-top: 80px; 
  height:100%;
  background-position: center;
  background-repeat:no-repeat;
  background-size:contain;
}

.branches-details-section{
 width: 97%;
 margin-left: 3% !important;
 background-color: transparent;
 margin-top: 50px;
}

.branches-details-section h3{
   font-family: 'Quicksand', serif;
   font-weight: 700;
   font-size: 20px;
   color: #333;
   padding-top: 0px;

}
.branches-details-section h3:before{
  content: '';
  width: 45px;
  height: 3px;
  background: #FF9933;
  position: absolute;
  left: 7%;
  top: 0;
}
.branches-details-section ul{
  list-style: none;
    margin: 0;
    padding: 0;
}
.branches-details-section li{
  font-family: 'Quicksand', sans-serif;
  color: #333;
  font-size: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 994px) {
  .map-container{
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .branches-details-section{
   width: 100%;
   margin-left: 0px !important;
   background-color: transparent;
   margin-top: 20px;
  }

  .branches-details-section .col-md-2{
     width: 50%;
     float:left;

  }

  .branches-details-section h3{
   font-size: 17px;
   padding-top: 1px;
   margin-top: 5px !important;
  }
  .branches-details-section h3:before{
    left: 11%;
  }
  .branches-details-section li{
    font-size: 12px;
    margin-top: 2px;
  }


}


/***********************************/
#ym-news .container{
  margin-top:250px; 
  width: 95%;
}
.news-section{

  text-align: left;
  z-index: 99;
  background-color: #fff;
  height: 350px;

}

@media screen and (max-width: 994px) {
  #ym-news .container{
    margin-top:50px; 
    width: 100%;
  }
}
.news-img-container{
  height: 150px;
  margin-left: 10px;
  margin-bottom: 5px;
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
}


.news-section h2{
  font-family: 'Hind', serif;
  font-weight: 400;
  font-size: 35px;
  color: #000;
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 10px;
  margin-top: 60px;
  position: relative;

}
.news-section h2:before{
  content: '';
  width: 45px;
  height: 3px;
  background: #FF9933;
  position: absolute;
  left: 0;
  top: 0;
}
.news-section .row{
  margin-top: 15px;
}

@media screen and (max-width: 994px) {
  
  .news-img-container{
    height: 200px;
  }

  .news-section .row{
    width: 100%;
    float: left;
  }

}


.news-section h3{
 font-family: 'Quicksand', serif;
 font-weight: 400;
  font-size: 17px;
  color: #5c91bf;
  padding-left: 0px;
}
.news-section h4{
 font-family: 'Quicksand', serif;
 font-weight: 700;
  font-size: 19px;
  color: #333;
}
.news-section a{
  color: #333;
}
.news-section a:hover{
  color: #FF9933;
  text-decoration: none;
}
.news-section  p{

 font-family: 'Quicksand', sans-serif;
 font-weight: lighter;
 color: #333;
 text-align: justify;
}

.news-section .date{
   margin-top: -5px;
   font-size: 12px;  
}

.news-section .description{
   font-size: 15px;  
}


.more-news-section .col-md-3{
  height: 90px;
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
}

@media screen and (max-width: 994px) {
  .more-news-section .col-md-3{
    width: 20%;
    float: left;
  }
  .more-news-section .col-md-9{
    width: 70%;
    float: left;
  }
}

.more-news-title {
 font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 21px;
  margin-top: 70px;
  display: block;
}

.more-news-title h3::before{
  content: '';
  width: 45px;
  height: 3px;
  background: #FF9933;
  position: absolute;
  left: 4%;
  bottom: 86%;
}
.more-news-section {
  margin-left: 5px;
  margin-top: 15px; 
}
.more-news-section h4{
  font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 17px;
}

.more-news-section a{
  color: #333;
}
.more-news-section a:hover{
  color: #FF9933;
  text-decoration: none;
}
/*********************************/
.partners-section{
  margin-top: 70px;
}
.partners-section .row{
margin-top: 20px;
background-color: #fff;

}
.partners-section h2{
  font-family: 'Hind', serif;
  font-weight: 700;
  font-size: 35px;
  text-align: left;
  padding-left: 35px;
  padding-top: 20px;
  color: #333;
  position: relative;
}
.partners-section  h2::before{
  content: '';
  width: 145px;
  height: 5px;
  background: #FF9933;
  position: absolute;
  left: 35px;
  top:0;
}
.partner{
  width: 150px;
  height: 150px;
  margin-left:  30px;
  margin-right:  30px;
  
  background-position: center;
  background-repeat:no-repeat;
  background-size:contain;

}

.owl-prev, .owl-next{
  display: none;
}
@media screen and (max-width: 994px) {
  .more-news-section .col-md-3{
    width: 20%;
    float: left;
  }
  .more-news-section .col-md-9{
    width: 70%;
    float: left;
  }
  .partners-section{
    margin-top: 40px;
  }
  .partners-section h2{
    font-size: 30px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .partners-section  h2::before{
    left: 10px;
  }
  .partner{
    margin-left:  20px;
    margin-right:  20px;
  }
}

/***********************************/
.signtaure{
  font-family: 'Muli', sans-serif;
  font-size: 14px !important;
  color: #333 !important;
  padding-top: 10px !important;
  text-align: justify;
  line-height: 18px !important; 

}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); } 
.text-typing {
  margin-top: -20px;

color: #fff;
   opacity: 0.9;
}
.text-typing span{

font-size: 50px;
 font-family: 'Hind', sans-serif;
color: #fff;

}

.footer{
  /*background-color: rgba(30,51,78, 0.95);*/
 
  height: auto;
  margin-left: 0px !important;
  margin-right: 0px !important;
   overflow: hidden;
  background-color: #f4f4f4;
  padding: 50px 0px;
}

.footer h2{
  font-family: 'Hind', serif;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: rgba(30,51,78, 1);
  padding: 10px 0px 10px 30px;
}

.with-border{
  border: 5px solid #FF9933;;
  position: absolute;
  margin-left: 20px;
  z-index: 99;
  margin-top: 10px;
  padding-bottom: 40px;
   padding-right: 10px;
   background-color: rgba(30,51,78, 1);

}

.footer p{
  font-family: 'Quicksand', serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: rgba(30,51,78, 1) !important;
  padding: 10px;


}


.blue-bg{
background-color: rgba(30,51,78, 1);
padding: 30px 0;

}

.footer .footer-links a{
  font-family: 'Quicksand', serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color:rgba(30,51,78, 1) !important;
  padding-left: 30px;


}

.footer .footer-links a:hover{
  text-decoration: none;
  color: #FF9933 !important;
  cursor: pointer;

}

.s{
     margin-left: 0px !important;
  margin-right: 0px !important;
}
.stronger-part{
 background-color: rgba(30,51,78, 1);
 height: 80px;

}
.stronger-part p{
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 23px;
  text-align: right;
  padding-right: 30px;
  padding-top: 20px;
  color: #FF9933;

}


.copyrights-part{
   background-color: rgba(30,51,78, 1);
   height: 80px;
   z-index: 999;
}
.copyrights-part p{

  font-family: 'Quicksand', serif;
  font-weight: 400;
   font-size: 12px;
   padding-left: 40px; 
}
/****** Header ********/


.right-side{
  margin-left: 99%;
  width:1%;
  height:90px;
  z-index: 98;

  position: absolute;
 background-color: #f18123;
}

.right-side-blue{
  margin-left: 99%;
  margin-top: 21%;
  width:1%;
  height:400px;
  z-index: 98;
  display: none;
  position: absolute;
 background-color: #337ab7;
}


.social-links{
  display: block;
 
  height:90px;
  width: 230px;
  z-index: 98;
 
}
.social-links img{
  margin-top: 30px;
  /*filter: invert(100%);*/
}

@media screen and (max-width: 994px) {
  .social-links .col-md-3{
      width: 25%;
      float: left; 
  }
.social-links img{
  margin-top: 20px;
 width: 100%;
}  
}

#ym-header {
  
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  padding-left: 0px;
  position: absolute;
}

#ym-header .navbar {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 13px;
  margin-bottom: 0;
  position: absolute;
  right: 20px;
}


#ym-header #navbar li a {
font-family: 'Quicksand', sans-serif;
  color: #fff;
  position: relative;
  font-size: 17px;

  
}

#ym-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;

}
#ym-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f18123;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#ym-header #navbar li a:hover {
  color: #f18123;
}
#ym-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#ym-header #navbar li.active a {
  background: transparent;
  background: none;
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a {
    color: #f18123;
  }
}
#ym-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #f18123;
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a span:before {
    background-color: transparent;
  }
}
#ym-header #navbar li.call-to-action a {
  border: 2px solid #f18123;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#ym-header #navbar li.call-to-action a:hover {
  background-color: #f18123;
  color: #fff;
}
#ym-header #navbar li.call-to-action a span:before {
  background-color: transparent;
}

#ym-header .navbar-fixed-top {
  position: fixed !important;
  background: transparent;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}

#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #f18123;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: #f18123 !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #f18123 !important;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #337ab7;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a {
  border: 2px solid #f18123;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #f18123;
  color: #fff !important;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#ym-header .navbar-default {
  border: transparent;
  background:  transparent;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #ym-header .navbar-default {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #00bcd4;
  font-style: normal;
}


.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #f18123;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding-top: 10px;
    background: rgba(0,0,0, 0.8) !important;

    height: auto;
}
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate,
.animate-box {
  opacity: 0;
}
.js .animated{
opacity: 1;


}



.gallery{
  position: relative;
   z-index:-1;
  overflow: hidden;
  width:342px;
  height: 592px;
  background-color: #fff;
    left:65px;
  top:110px;
}
.gallery .movable{
  display: flex;

  transition: transform 0.2s;
}
.gallery .movable > div {
  flex:1;
  min-width: 100%;
}

.under{
  position:absolute;
 width:470px;
  height: 826px;
 
          
}





.container-fluid{
width: 100%;
  padding-left: 0px;
  padding-right: 0px;

  
}

@keyframes fadein {
    from { opacity: .2; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: .2; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: .2; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: .2; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: .2; }
    to   { opacity: 1; }
}
.container-fluid .row{
    margin-left: 0px;
    margin-right: 0px; 
}

img{
  max-width:100%;
  height:auto;
}


@media screen and (max-width: 994px) {
  .color-divider .col-md-3{
    width: 25%;
    float: left;
  }
}


@media screen and (max-width: 994px) {
  .color-divider .col-md-3{
    width: 25%;
    float: left;
  }
}

@media screen and (max-width: 994px) {
  .color-divider-footer .x{
    width: 5%;
    height: 35px !important;
    float: left;
  }
  .color-divider-footer .y{
    width: 70%;
        height: 35px !important;;
    float: left;
  }
}



/*--------------------------

        BLOG PAGE

---------------------------*/

#blog-home .container-fluid{
  height: 730px;
  background-color: #f4f4f4;
  overflow-x: hidden;
}


.small-container{
  height: 430px !important;
}
.small-container-1{
  height: 540px !important;
}

.small-container-2{
  height: 250px !important;
}

@media screen and (max-width: 994px) {
   .small-container-1{
    height: 400px !important;
  } 
}

.banner-top{
  height: 120px;
  background: rgba(30,51,78, 0.95);
}
.banner-top h2{
 font-family: 'Quicksand', sans-serif;
  color: #fff;
  font-size: 17px;
  padding-top: 25px;
  font-weight: 700;
  color: #fff;
}
.minilogo span{
  color: #f18123;

}
/*
.banner-top img{
  width: 5%;
  margin-left: 25px;
  margin-top: 25px;
  float: left;
}
*/
.banner-bottom{
  width: 100%;
  height: 280px;
  background: #4a74abf2;
}

.small-banner-bottom{
  height: 100px !important;
}
@media screen and (max-width: 994px) {
 .small-banner-bottom{
  height: 160px !important;
} 
}
.margin-top{
margin-top: -200px;

}


.menu-bar a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.menu-bar ul {
  list-style: none;
  position: relative;
  text-align: left;
  padding: 0px;
  margin:0px;
}

.menu-bar li {
      display: inline-block;
    float: none;
}

/* clear'n floats */
.menu-bar ul:after {
  clear: both;
}

.menu-bar ul:before,
.menu-bar ul:after {
    content: " ";
    display: table;
}

.menu-bar nav {

  position: relative;
  background: transparent;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin: auto;

}

/* prime */

ul.primary li a {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
  padding: 35px 30px;
  color: #fff;

  border-right: 0px solid #3D3D3D;
  text-transform: uppercase;
}
  @media only screen and (max-width: 994px) {
    ul.primary li a {
      padding: 20px 10px;
    }
  }

.primary  li a:after {
    display: block;
    position: absolute;
    margin-left: -5px;
    top: 0;
    width: 0;
    height: 4px;
    background-color: #f18123;
    content: "";
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -pie-transition: width 0.5s;
    z-index: 9999;
}
ul.primary li:hover a:after{
    width: 100%;
}
ul.primary li:last-child a {
  border-right: none;
}

ul.primary li a:hover {
    text-decoration: none;

}
.menu-bar .active{
  color: #f18123 ;
}
.menu-bar .active:after{
  width: 100%;
}

/* subs */
ul.sub {
  position: absolute;
  z-index: 200;
  width: 38%;
  display:none;
}

ul.sub li {
  float: none;
  margin: 0;
}

ul.sub li a {
  border-bottom: 1px dotted #ccc;
  border-right: none;
  color: #fff;
  padding: 15px 10px;
    font-size: 11px !important;
}

ul.sub li:last-child a {
  border-bottom: none;
}

ul.sub li a:hover {
    color: #5aba47;
  background: #eeeeee;
}

/* sub display*/
ul.primary li:hover ul {
  display: block;

}

/* keeps the tab background white */
ul.primary li:hover a {

  text-shadow: none;
}

ul.primary li:hover > a{

    color: #f18123 !important;
} 

@media only screen and (max-width: 994px) {

  .wrap {
    width: 100%;
    margin-top: 0px;
  }
  
   .menu-bar li {
    float: left;
    width: 33.33%;
  }
  
  .menu-bar ul.primary li:hover a {
    background: none;
    color: #8B8B8B;
    text-shadow: 1px 1px #000;
  }

  .menu-bar ul.primary li:hover ul {
    display: block;
    background: #272727;
    color: #fff;
  }
  
  ul.sub {
    display: block;  
    position: static;
    box-shadow: none;
    width: 100%;
  }
  
  ul.sub li a {
    background: #272727;
    border: none;
    color: #8B8B8B;
  }
  
  ul.sub li a:hover {
    color: #ccc;
    background: none;
  }
}




.banner-news{
  width: 98%;
  height: 190px;
  margin: auto;
  top: 120px;
  left: 1%;
  position: absolute;
  display: inline-block;


}

.big-news{
    height: 500px;
  
}
.big-news .slide{
  width: 100%;
  height: 500px;
  background-position: bottom;
  background-repeat:no-repeat;
  background-size:cover;
}
@media only screen and (max-width: 994px) {
  .sb-search{
    width: 100% !important;
  }
  .flex-control-thumbs{
    display: none;
  }
  .banner-news{
    width: 100%;
    top: 290px;
    left: 0;
  }
  .big-news{
    padding: 0 !important;
     height: 420px;
  }
  .big-news .slide{
    width: 100%;
    height: 400px;
  }
}

  .full-width{
    width: 100% !important; 
    position: relative !important;
  }
  .post-info{
    background: #000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, transparent, #000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, transparent, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    bottom:0;
    width: 10%;
    display: inline-block;
    padding: 20px 20px 10px 20px;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
  }


.post-info .date{
  padding: 5px;
  background: rgba(243,121,50, 0.9);
 font-size: 14px;

}

.post-info h2{
 font-size: 30px;
}
.post-info a:hover{
  color: #FF9933;
 text-decoration: none;
}
.post-info p{
 font-size: 15px;
}
@media only screen and (max-width: 994px) {

  .post-info .date{
    padding: 5px;
    font-size: 12px;
  }
  .post-info h2{
    font-size: 20px;
  }
  .post-info p{
    font-size: 13px;
  }
  .post-info{
    padding: 20px 10px 10px 35px;
  }
}

.small-news .col-md-12{
  margin-left:-20px;
  width: 250px;
  height: 167px;
  background: #000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, transparent, #000);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, transparent, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.small-news .col-md-12 h2{
  font-size: 17px;
  margin-top: 70%;
  color: #fff;
}

.recent-posts{
  width: 24%;
  position: absolute;
  border-radius: 3px;
  right: 0;
  height: 500px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0px !important;
}


@media only screen and (max-width: 994px) {
  .recent-posts{
    width: 90%;
     height: 400px;
    left: 5%;
    display: none;
  }
}
.sidebar-title {
    font-family: 'Quicksand', serif;
    border-bottom: 1px solid #eaeaea;
    color: #3f51b5;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 25px;
    text-transform: uppercase;
    width: 100%;
}
.sidbar-box {
  list-style: none;
  padding: 0px;
}
.sidbar-box a {
    font-family: 'Quicksand', serif;
    border-bottom: 1px solid #f7f7f7;
    color: #000;
    display: inline-block;
    font-size: 15px;
    padding: 15px 25px;
}

#ym-latest .container-fluid{
    height: auto;
  background-color: #f4f4f4;
  padding-bottom: 20px;
}

.newsbox{
  width: 22.5%;
  height: 420px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: #fff;
  margin-left: 2%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 10px;

}
@media screen and (max-width: 994px) {
   .newsbox{
    float: left;
     height: 250px;
    width:46.5%;
    margin-bottom: 10px;
    z-index: 99;
  }  
  .margin-top{
    margin-top:10px;
  }
  .mb-short{
    height: 300px !important;
    overflow: hidden;;
  }
}
.newsbox .img-container{
  height: 200px;
  background-position: center;
  background-repeat:no-repeat;
  background-size:contain;
  transition-duration: 1.2s;

}
@media screen and (max-width: 994px) {
   .newsbox .img-container{
      height: 130px;
  }  
}

.newsbox:hover .img-container{
    transform: scale(1.1);
    transition-duration: 1.2s;
}

.news-content{
 height: 180px;
 margin-top: 20px;
 display: table-cell;

}
.news-content .date{
  display: block;
  margin-top: 20px;
  padding: 0px 10px;
  font-family: 'Hind', serif;
  font-size: 13px;
  color: #f18123;
}
@media screen and (max-width: 994px) {
   .news-content .date{
      margin-top: 5px;
      font-size: 11px;
  }  
}

.news-content .title{
  padding: 10px 10px 0px 10px;
  font-family: 'Quicksand', serif;
  font-size: 17px;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 994px) {
  .news-content .title{
      font-size: 14px;
  } 

}

.news-content .title a{
  color: #333;
}
.news-content .title a:hover{
  color: #4a74abf2;
  text-decoration: none;
}
.news-content .content{
  padding: 10px;
  font-family: 'Quicksand', serif;
  font-size: 14px;

  color: #8b8b8b;
}
@media screen and (max-width: 994px) {
  .all-rewards .news-content .content{
      display: none;
  }  
}

.horz-container{
 width: 50%;
}
@media only screen and (max-width: 994px) {
 .horz-container{
    width: 100%;
    
  }
}
.newsbox-horz{
   height: 210px;
   background-color: #fff;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   margin-left: 2% !important;
   overflow: hidden;
   margin-bottom: 10px;
}
@media only screen and (max-width: 994px) {
  .newsbox-horz{
      height: 200px;
      width: 100%;
      margin-left: 0px !important;
          padding-left: 0px !important;
    padding-right: 0px !important;

  }

   .width-100{
    width: 100% !important;
  }
}
.newsbox-horz .img-container{
  float: left;
  width: 200px;
  height: 100%;
   background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  transition-duration: 1.2s;
}
  @media only screen and (max-width: 994px) {
    .newsbox-horz .img-container{
      width: 100px;
    }
  }

.newsbox-horz:hover .img-container{
    transform: scale(1.1);
    transition-duration: 1.2s;
}

.newsbox-horz .news-content{
  padding-left: 10px !important;

}
  @media only screen and (max-width: 994px) {
    .newsbox-horz .news-content .content {
      font-size: 13px;
  }
}

#ym-rewards .container-fluid{
  height: auto;
  background: rgba(30,51,78, 0.95);

}
#ym-rewards h2{
font-family: 'Quicksand', serif;
  font-size: 19px;
  font-weight: 400;
  color: #f18123;
  padding-top: 25px;
}
#ym-rewards p{
  font-family: 'Quicksand', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}

#ym-rewards img{
    display: block;
    margin: auto;
    padding-top: 30px;

}

@media screen and (max-width: 994px) {
 #ym-rewards .col-md-2{
    float: left;
  }

  #ym-rewards h2{
    font-size: 15px;
  }
  #ym-rewards p{
    font-size: 17px;
  }
  #ym-rewards img{
    width: 80%;
  }

}
#ym-rewards .flex-prev, #ym-rewards .flex-next{
  display: none;
}

#ym-rewards  .call-to-action2 {
  display: block;
  width: 100%;
  margin-top: 10px;
   font-family: 'Quicksand', sans-serif;

  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding-top: 50px;
}
#ym-rewards  .call-to-action2 a {
  width: 170px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;
    color: #fff !important;
 
}
#ym-rewards  .call-to-action2 a.demo {
  background-color: #f18123;
  text-decoration: none !important;
}
#ym-rewards  .call-to-action2 a.demo2 {
  background-color: #5c91bf;
  text-decoration: none !important;
}


@media screen and (max-width: 994px) {
  #ym-rewards  .call-to-action2 a {
    width: 130px;
  }

  #ym-rewards  .call-to-action2 {
    margin-top: 0px;
    padding-top: 10px;
  }
  #ym-rewards  .call-to-action2 a.demo {
    margin-bottom: 10px;
    font-size: 16px !important; 
    padding: 10px 0!important;
  }
}


#ym-rewards  .call-to-action2 a.demo:hover {
  background: #5c91bf;
  color: #fff;
}


/*-------------------


----------------------*/

#ym-stories .container-fluid{
  background: #f4f4f4;

}

.center-story {
    padding-left: 0px !important;
  padding-right: 0px !important;
  overflow: hidden;
  width: 47.7%;
   margin-left: 30px;
    background-color: #fff;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 994px) {
  .center-story {
    display: none;
  }
}
.center-story .img-container{

  height: 420px;


   background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  transition-duration: 1.2s;
}


.center-story:hover .img-container{
    transform: scale(1.1);
    transition-duration: 1.2s;
}

.center-story-content{
  width: 47.7%;
  margin-left: 30px;
  margin-top: -10px;
height: 460px;
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 994px) {
.center-story-content{
  width: 45%;
  margin-left: 5px;
  margin-right: 13px;

  margin-top: 20px;
  height: 530px;
  float: right;
}

}
.center-story-content .title{
  font-size: 30px !important;
}


@media screen and (max-width: 994px) {
.center-story-content .title{
  font-size: 20px !important;
}

}

.center-story-content .content{
  font-size: 16px !important;
  line-height: 25px;
   height: 350px;
overflow-y : hidden;
 
}
@media screen and (max-width: 994px) {
.center-story-content .content{
  font-size: 14px !important;
  line-height: 20px;


}

}




/*--------------------------

        SINGLE POST PAGE

---------------------------*/


.post-image{
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat:no-repeat;
  background-size:contain;
  border-radius: 3px;
}
@media screen and (max-width: 994px) {
  .post-image{
    height: 400px;
  }
}


.single-post-title{
  width: 75% !important; 
  position: relative !important;
  background: #527aae !important;  /* fallback for old browsers */
}
@media screen and (max-width: 994px) {
  .single-post-title{
    width: 100% !important;
    padding-left:15px;
  }
}
.single-post{
    margin-top: 230px;
    margin-bottom: 30px;
    background-color: #fff;
    width: 71%;
    left:2.2%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative !important;
    display: block;
}

@media screen and (max-width: 994px) {
  .single-post{
    width: 100%;
    left:0;
    margin-top: 70px;
  }
}
.post-content .content{
padding-top: 20px;

}
.post-content p{
  padding: 10px;
  font-family: 'Quicksand', serif;
  font-size: 17px;

  color: #333;
}
.post-content h3{
  padding: 0 50px;
  font-family: 'Quicksand', serif;
  font-size: 50px;
margin-top: -10px;
  color: rgba(30,51,78, 1);
}
.post-content h4{
  padding: 0 50px;
  font-family: 'Quicksand', serif;
  font-size: 20px;

  color: #FF9933;
  text-transform: uppercase;
}

#ym-single .container-fluid{
height: auto;
background-color: #f4f4f4;
}

.share-it{
border-top: 1px solid #ededed;
padding-top: 5px;
padding-bottom: 15px;
}

.share-it img{
width: 30px !important;
}
.share-it p{
  padding : 10px 5px 10px 40px!important;
  font-family: 'Quicksand', serif;
  font-size: 15px;
  float: left;

}
.share-it img{
  margin-right:  5px;
}

@media screen and (max-width: 994px) {
  .share-it img{
    margin-right:  1px;
    padding-bottom: 20px; 
  }
}


.read-more{
  margin-top: 130px;
  margin-left:  50px;
  overflow: hidden;
}


@media screen and (max-width: 994px) {
 .read-more{
    margin-top: 0px;
    margin-left:  10px;
    padding-bottom: 20px;
  }
}

.read-more h2{
  font-family: 'Quicksand', serif;
  font-size: 17px;
}
.read-more-img{
  height: 50px;
  margin-left: 10px;
  margin-bottom: 5px;
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;

}

.read-more h4{
  font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 15px !important;
}


.more-posts-section{
  padding-top: 30px;
  padding-bottom:  30px;
  background-color: #f4f4f4;
}


/*--------------------------

        SERVICES PAGE

---------------------------*/

.slide-section{
  z-index: -999;
}

.slide{
  width: 100%;
  height: 620px; 
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}


.services-title{

  top: 210px;
  position: absolute;
   margin-left:3%;
   width: 60%;

}
.services-title h2{
  font-family: 'Hind', serif;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;
position: relative;
  padding-right: 50px;
}
/*
.services-title h2:after{
  content: " ";
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FF9933;
}*/



.services-title p{
  margin-top: 10px;
  font-family: 'Hind', serif;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;

    padding-right: 50px;
}

@media screen and (max-width: 994px) {
  .services-title{
    top: 210px;
    margin-left:5%;
    width: 100%;
  }
   .services-title h2{
    font-size: 30px;
    letter-spacing: 1px;
    padding-right: 20px;
  } 

  .services-title p{
    font-size: 17px;
  }

}
.stats-boxes{
  width:95%;
  margin-left:2.5%;
  margin-top: -90px;
position: absolute;
}
.stats-box{
  background-color: rgba(30,51,78, 1);
  height: 150px;
  z-index: 999;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 994px) {
  .stats-box{
   width: 33.33%;
   float: left;
  }  
}
.stats-box h2{
  font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 50px ;
  color: #fff;

}

.stats-box p{
  font-family: 'Quicksand', serif;
  font-weight: 400;
  font-size: 20px ;
  color: #fff;

}

@media screen and (max-width: 994px) {
  .stats-box h2{
    font-size: 30px ;
  }

  .stats-box p{
    font-size: 17px ;
  }
}
.border-left-right:after{
  content: " ";
  width: 3px;
  height: 100px;
  position: absolute;
  bottom: 15%;
  left: 0;
  background-color: #FF9933;
}

.border-left-right:before{
  content: " ";
  width: 3px;
  height: 100px;
  position: absolute;
  bottom: 15%;
  right: 0;
  background-color: #FF9933;
}


/* -- -- -- --*/
.finservices-section{
 height: auto;
 background-color: transparent; 

}

.finservices-section h3{
 font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 40px ;
  color:rgba(30,51,78, 1);;
 
  padding: 0px 40px 0px 50px;
}


.finservices-section img{
  margin-top: 120px; 
  margin-left: 40px;
}


@media screen and (max-width: 994px) {
  .finservices-section{
    height: auto;
  }

  .finservices-section img{
    margin-top: 90px; 
    margin-left: 10px;
  }
  .finservices-section h3{
    font-size: 30px ;
    padding: 0px 40px 0px 10px;
  }
 
}

.services-list{
  margin-top: 120px;
  font-family: 'Quicksand', serif;
  font-weight: 300;
  font-size: 20px ;
  text-align: center;
   padding-bottom: 50px;

}
.services-list img{
  padding: 20px 0px 15px 0px;
}
.services-list  a{
  display: block;
  color:rgba(30,51,78, 1) ;
}
.services-list  a:hover{
  text-decoration: none;
  color: #FF9933;
}

@media screen and (max-width: 994px) {
  .services-list{
    margin-top: 0px;
  }
  .services-list img{
    padding: 30px 0px 15px 0px;
    width: 60%;
  }
  .services-list .col-md-4{
    margin-top: 0px;
    float: left;
    width: 32%;
    font-size: 17px ;
    padding-bottom: 20px;

  }
}


.service-1 h2{
 font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 30px ;
  color: rgba(30,51,78, 1);;
  padding: 80px 0px 0px 30px;
  text-align: right;
}

.service-1 p{
 font-family: 'Hind', serif;
  font-weight: 400;
  font-size: 22px ;
  color: #333;
  padding: 90px 30px 0px 30px;
}


.service-1 h3{
 font-family: 'Hind', serif;
  font-weight: 300;
  font-size: 20px ;
  color: #FF9933;
    margin-top: 80px; 
  
}


.service-1 ul{
 font-family: 'Hind', serif;
  font-weight: 300;
  font-size: 20px ;
  margin-left: 10px;
  padding-bottom: 50px;
}
.service-1 .number{
 font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 80px ;
  position: absolute;
  width: 150px;
  padding: 40px;
  color: #fff;
  text-align: center;
 background-color:  rgba(30,51,78, 1);;
 margin-top: 40px;
}




.service-2 h2{
 font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 30px ;
  color: #fff;
  padding: 80px 0px 0px 30px;
  text-align: right;
}

.service-2 p{
 font-family: 'Hind', serif;
  font-weight: 400;
  font-size: 22px ;
  color: #fff;
  padding: 90px 30px 0px 30px;
}


.service-2 h3{
 font-family: 'Hind', serif;
  font-weight: 300;
  font-size: 20px ;
  color: #FF9933;
    margin-top: 10px; 
  
}

.service-2 ul{
 font-family: 'Hind', serif;
  font-weight: 300;
  font-size: 20px ;
  margin-left: 10px;
  color: #fff;
  padding-top:  10px;
  padding-bottom: 60px;

}
.service-2 .number{
 font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 80px ;
  position: absolute;
  width: 150px;
  padding: 40px;
  color: #fff;
  text-align: center;
 background-color: #FF9933;
  margin-top: 40px;
}
.sp-mobile{
  display: none;
}
@media screen and (max-width: 994px) {
  .service-2 .number{
    font-size: 60px ;
    padding: 20px;
    width: 100px;
  }

.service-2 h2{
  font-size: 30px ;
  padding: 80px 0px 0px 110px;
  text-align: left;
}

.service-2 p{
  font-size: 17px;
  padding: 40px 10px 0px 10px;
}


.service-2 h3{
  font-size: 20px ;
    margin-top: 80px; 
  display: none;
}
.sp-mobile {
 font-size: 17px ;
    margin-top: 10px !important; 
    margin-left: 10px;
  display: block !important;
    color: #FF9933;
}
.service-2 ul{
  font-size: 15px ;
  margin-left: 10px;
  padding-top:  10px;
  padding-bottom: 60px;

}
}

/*-- -- -- -- -- */

.service-3 h2{
 font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 30px ;
  color: rgba(30,51,78, 1);;
  padding: 80px 0px 0px 30px;
  text-align: left;
}

.service-3 p{
 font-family: 'Hind', serif;
  font-weight: 400;
  font-size: 22px ;
  color: #333;
  padding: 10px 30px 0px 30px;
}


.service-3 h3{
 font-family: 'Hind', serif;
  font-weight: 300;
  font-size: 20px ;
  color: #FF9933; 
  padding: 10px 30px 0px 30px;
  
}

.service-3 ul{
 font-family: 'Hind', serif;
  font-weight: 300;
  font-size: 20px ;
  margin-left: 20px;
  color: #333;
  padding-top:  10px;
  padding-bottom: 10px;

}
.service-3 .number{
 font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 80px ;
  position: absolute;
  width: 150px;
  padding: 40px;
  color: #fff;
  text-align: center;
  background-color:  rgba(30,51,78, 1);;
  margin-top: 40px;
  left: 75%;
  z-index: 999;
}

@media screen and (max-width: 994px) {
  .service-3 h2{
    font-size: 30px ;
    padding: 20px 0px 0px 10px;
  }

  .service-3 .number{
    font-size: 60px ;
    padding: 20px;
    width: 100px;
    margin-left: -10px;
  }
  .service-3 img{
    height: 400px;
    margin-right: 40px;
  }
  .service-3 p{
    font-size: 17px;
    padding: 20px 10px 0px 10px;
  }
  .service-3 ul{
    font-size: 15px ;
    margin-left: 10px;
    padding-top:  10px;
    padding-bottom: 10px;
  }
  .mb-padding{
    padding: 60px 130px 20px 10px !important;
  }


}

.non-financial{
  font-family: 'Hind', serif;
  font-weight: 300;
  font-size: 22px ;
  text-align: justify;
  color: #333;
  padding-top:  70px;
  padding-right:  40px;
  padding-bottom: 20px;
}


@media screen and (max-width: 994px) {
  .non-financial{
    font-size: 17px ;
    padding-top:  10px;
    padding-left: 20px;
    padding-right:  20px;
    padding-bottom: 20px;
  }
}

.slide2{
  width: 95%;
  height: 420px; 
  margin-left: 2.5%;
  background-color: #fff;
  z-index: -99;
  border-left: 5px solid #FF9933;
    border-right: 5px solid #FF9933;
      border-top: 5px solid #FF9933;


}

.slide2 .qoutes{
  font-family: 'Hind', serif;
  font-weight: 300;
  font-size: 25px ;
  line-height: 35px;
 color: #333;
display: block;
padding:40px 10px 025px 40px;
text-align: justify;
font-style: italic;
}

.slide2 .qoute-author{

  font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 17px ;
  color: #FF9933;;
  display: block;
  padding:10px 10px 0px 40px;
  text-align: left;
  position: relative;

}

.slide2 .qoute-author:before{
  content: " ";
  width: 50px;
  height: 2px;
  position: absolute;
  top:0;
  left:40px;
  background-color: #FF9933;

}


.slide2 h2{
  font-family: 'Quicksand', serif;
  font-weight: 700;
  font-size: 35px;
  text-align: left;
padding-left: 35px;
padding-top: 50px;
padding-bottom: 10px;
color:  rgba(30,51,78, 1);;;
}


.slide2 .flex-prev, .slide2 .flex-next{
  display: none;
}
.image-circle{

  display: block;
  margin: auto;
  height:210px;
  width: 250px;
  border-radius: 0px
}
@media screen and (max-width: 994px) {
  .slide2{
  width: 95%;
  height: 480px; 
}
.slide2 h2{
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  }
  .slides .col-md-2{
    float: left;
    width: 35%;
  }
  .slides .col-md-9{
    float: left;
    width: 60%;
  }
  .image-circle{
    height:90px;
    width: 90px;
  
  }

  .slide2 .qoutes{
    font-size: 14px ;
    padding:10px 5px 10px 10px;
  }
  .slide2 .qoute-author{
    font-size: 12px ;
    padding:5px 0px 40px 5px;
  }
  .slide2 .qoute-author:before{
    left:5px;
  }
}


/*--------------------------

        ABOUT PAGE

---------------------------*/

.logo-menu{
  width: 12%;
  margin-top: 10px;
  margin-left: 30px;
}

@media screen and (max-width: 994px) {
  .logo-menu{
    width: 35%;
    margin-top: 20px;
    margin-left: 20px;
  }
    .about-page{
    width: 100% !important;
  }
}
.about-slide{
  width: 100%;
  height: 550px; 
  background-repeat:no-repeat;
  background-size:contain;
  background-position:top right;

}


.about-title{
  background-color:  rgba(30,51,78, 1);;;
  position: absolute;
  top:120px;

  padding: 50px 10px 30px 30px;
  height: 450px;
 
}
@media screen and (max-width: 994px) {
  
  .about-slide{
    width: 95%;
    left: 2.5%;
    height: 400px; 
    background-size:cover;
    background-position:center;
  }

  .about-title{
    position: relative;
    top:0;
    padding: 10px 10px 30px 10px;
    height: 350px;   
  }
}

.about-title p{
   font-family: 'Quicksand', serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  padding-top: 20px;
}


.about-title h2{
   font-family: 'Quicksand', serif;
  font-weight: 400;
  font-size: 35px;
  color: #fff;
}

.about-title h2:before{
  content: " ";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left:0%;
  background-color: #FF9933;

}

@media screen and (max-width: 994px) {
  .about-title p{
    font-size: 14px;
   }


  .about-title h2{
    font-size: 30px;
    color: #fff;
  }
}

.about-title .call-to-action2 {
  display: block;
  width: 8%;
  margin-top: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer;

}
.about-title  .call-to-action2 a {
  width: 120px;
  display: inline-block;
  font-size: 15px;
  padding: 8px 0;
 
}
.about-title .call-to-action2 a.demo {
  background-color: #FF9933;
  text-decoration: none !important;
  color: #fff;
}

.about-title  .call-to-action2 a.demo:hover {
  background: #5c91bf;
  color: #fff;
}


@media screen and (max-width: 994px) {
  .about-title  .call-to-action2 a {
    width: 120px;
  }
  .about-title  .call-to-action2 a.demo {
      margin-bottom: 10px;
      font-size: 14px !important; 
      padding: 10px 0!important;
  }

}

.about-s1{
  width: 100%;
  background-color:  #f4f4f4;
}

.about-banner{
  height:80px;
  background-color: rgba(30,51,78, 1);
}



.timeline {
  padding: 40px 0px;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 0px;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 65px;
  width: 3px;
  height: calc(100% - 80px);
  background: #FF9933;
}

.timeline .column {
  margin: 40px 40px 40px 120px;
}

.timeline .column .title h1 {
  font-size: 120px;
  color: rgba(0,0,0,0.1);
  font-family: serif;
  letter-spacing: 3px;
}



.timeline .column .title h1:before {
  content: "";
  position: absolute;
  left: -62px;
  top: 86px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #FF9933;
}
.timeline .column .title::hover >  .timeline .column .title h1:before{
    background: #FF9933 !important;
}

.timeline .column .title h2 {
  margin-top: -60px;
  font-size: 33px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
.timeline .column .title:hover {
 color:  #FF9933 !important; 
 cursor: default;
}
.timeline .column .description p {
  font-size: 15px;
  line-height: 20px;
  margin-left: 20px;
  margin-top: 10px;
  font-family: serif;
      font-family: 'Hind', sans-serif;
      font-weight: 300;
}

.timeline .column .description {
  border-left: 1px solid #000;
}


@media screen and (max-width: 994px) {
  .timeline {
    padding: 10px 0px;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }


  .timeline .column {
    margin: 20px 20px 40px 120px;
  }

  .timeline .column .title h1 {
    font-size: 50px;
  }

  .timeline .column .title h2 {
    margin-top: -30px;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }

}

.main {
  width: 80%;
  margin-left: 10%;
  margin-top: 80px;
}

.main h1 {
  font-size: 80px;
  line-height: 60px;
  color: rgba(30,51,78, 1);
    font-family: 'Hind', sans-serif;

}

.main p {
  font-size: 13px;
  line-height: 20px;
  font-family: serif;
  text-align: right;
}


@media screen and (max-width: 994px) {
  .main h1 {
    font-size: 40px;
    line-height: 30px;
  }

}


.about-s2{
  margin-top: -40px;
  background-color: rgba(30,51,78, 1);
}

.about-s2 .col-md-4{
  padding: 40px;
  text-align: left;
}
.about-s2 img{
  padding: 50px;
}

.about-s2-s2{
 border: 3px solid #FF9933;
 margin-top: 5%;
 margin-left: -90px;
 padding-left: 60px;
  padding-bottom:  30px;
}

@media screen and (max-width: 994px) {
  .about-s2{
    margin-top: -40px;
  }

  .about-s2 .col-md-4{
    padding: 20px;
  }
  .about-s2 img{
    padding: 50px;
  }

  .about-s2-s2{
    width: 95%;
    margin-top: -15%;
    margin-left: 10px;
    padding-left: 20px;
    padding-bottom:  10px;
    margin-bottom:  10px;
  }
}

.about-s2 h2{
  color: #FF9933;
  opacity: .9;
  padding: 30px 10px 0px 10px;
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  font-weight: 700;
}


.about-s2 p,.about-s2 ol{
  color: #FFF;
  padding: 0px 10px;
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  
} 
.about-s2 li{
  color: #FFF;
    padding: 5px;
  text-align: justify;
  font-family: 'Quicksand', sans-serif;
}

@media screen and (max-width: 994px) {
  .about-s2 h2{
    font-size: 25px;
  }

  .about-s2 p,.about-s2 ol{
    color: #FFF;
    padding: 0px 10px;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
  } 
}

.border-left-right-2:after{
  content: " ";
  width: 3px;
  height: 180px;
  position: absolute;
  bottom: 15%;
  left: 0;
  background-color: #FF9933;
}

.border-left-right-2:before{
  content: " ";
  width: 3px;
  height: 180px;
  position: absolute;
  bottom: 15%;
  right: 0;
  background-color: #FF9933;
}

.about-s3{
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.about-s3 img{
  margin-top: 70%;
}

#ceo-image{
  border: 3px solid #ededed;
  padding: 10px;
  margin-top: 50px;
   margin-bottom: 40px;
}

@media screen and (max-width: 994px) {
  .about-s3 .col-md-3{
    width: 50%;
  }
  #ceo-image{
    margin-top: 20px;
     margin-bottom: 0px;
  }
  .about-s3 .col-md-6{
    width: 85%;
    float: left;
  }
  .about-s3 .col-md-2{
    width: 15%;
    float: left;
  }
}

.about-s3 .quote{
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  font-family: 'Quicksand', sans-serif;
  margin-top: 100px;
}

.ceo-name{
  font-family: 'Quicksand', sans-serif;
  line-height: 14px;
  font-weight: 300;
  margin-top: 20px;
}

.ceo-message p{
  padding:10px;
  font-family: 'Quicksand', sans-serif;
  line-height: 26px;
  font-size: 18px;
  text-align: justify;
 
}

@media screen and (max-width: 994px) {
.about-s3 .quote{
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
}

.ceo-name{
  font-family: 'Quicksand', sans-serif;
  line-height: 14px;
  font-weight: 300;
  margin-top: 20px;
}

.ceo-message p{
  padding:10px;
  font-family: 'Quicksand', sans-serif;
  line-height: 22px;
  font-size: 15px;
  text-align: justify;
 
}

}


.read-more-link{
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #FF9933;
  transition: transform 300ms;
  
  cursor: pointer;
}

#read-ceo{
  margin-top: 30px;
display: block;
}

.read-more-link:after{
  margin: 0 7px;
  content: "\f178";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform 300ms;

  transition: transform 300ms;

}
.read-more-link:hover{
  color: #FF9933;
  text-decoration: none;
}
.read-more-link:hover:after{
  transform: translate(20px,1px);    
}
.about-s4{
 background-color: #f4f4f4;
 position: relative;
 overflow: hidden;

}

.s4-title {
 font-size: 30px;
 font-family: 'Quicksand', sans-serif;
 padding-left:120px;
 color: rgba(30,51,78, 1);
 margin-bottom: 40px;
   margin-top: 50px;
 
}



.s4-title::before{
 content: " ";
  width: 110px;
  height: 3px;
  position: absolute;
  bottom: 50%;
  left: 0;
  background-color: #FF9933;
}

@media screen and (max-width: 994px) {
  .s4-title {
    font-size: 20px;
    padding-left:60px;
    margin-bottom: 20px;
   }
  .s4-title::before{
    width: 50px;
  }
}
.team-member{
  width: 260px;
  height: 550px;
  float: left;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top;

}

@media screen and (max-width: 994px) {
  .team-member{
    width: 200px;
  }
}
.team-description{
  top: 0;
  position: absolute;
  width: 100%;
  height: 550px;
  background-color: rgba(255, 153 ,51, .8);
  text-align: center;
  display: none;
}

.team-description h2{
  color: #333;
  font-size: 22px;
  padding-top: 10px;
  font-weight: 700;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
}
.team-description h3{
  color: #333;
   font-size: 17px;
   margin-top: -5px;
    height: 30px;
   font-family: 'Quicksand', sans-serif;
}
.team-description p{
  color: #333;
   font-size: 15px;
   padding: 12px;
   font-family: 'Quicksand', sans-serif;
 
}

.team-description-scroll{
  overflow-y: scroll;
  height: 360px;
  margin-bottom: 20px;
}

.style-3::-webkit-scrollbar-track
{

  background-color: rgba(255,255,255,0.2);
}

.style-3::-webkit-scrollbar
{
  width: 6px;
  background-color: rgba(0,0,0,0.3);
}

.style-3::-webkit-scrollbar-thumb
{
  background-color: rgba(0,0,0,0.3);
}

.member-email{
  color: #fff;
  font-size: 15px;
  display: block;
  width:80%;
  font-weight: 400;
  padding: 10px;
  margin: auto;
  border: 1px solid #fff;
  font-family: 'Quicksand', sans-serif;
}

.team-container{
  width:26700px;
  overflow: hidden;

}

#moveBackward_btn{
  z-index: 99;
  font-size: 50px;
  background-color: rgba(30,51,78, .4);
  color: #fff;
  border:0;
  position: absolute;
  left:0;
  top:55%;
  padding: 10px;
}
#moveForward_btn{
  z-index: 99;
  font-size: 50px;
  background-color: rgba(30,51,78, .4);
  color: #fff;
  border:0;
  position: absolute;
  right:0;
  top:55%;
  padding: 10px;
}

/*--- ---*/
.about-s5{
  background-color: rgba(30,51,78, 1);
}

.about-s5 img{
  padding: 70px;
}
.about-s5-s2{
  margin-left: -160px;
}

@media screen and (max-width: 994px) {
  
.about-s5 img{
  padding: 10px;
}
  .about-s5-s2{
    margin-left: 0px;
  }
  .about-s5 .flex-prev, .about-s5 .flex-next{
    display: none;
  } 
}

.s5-value{
  border: 3px solid #FF9933;
  padding: 20px 40px;
  margin-top: 20px;
  margin-left: 30px; 
  z-index: 999;
}
.about-s5  h2{
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-top:70px;
   margin-left:65px;
}

@media screen and (max-width: 994px) {
  
  .s5-value{
    border: 3px solid #FF9933;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px; 
  }

  .about-s5  h2{
    font-size: 30px;
    margin-top:20px;
    margin-left:10px;
  }
}

.s5-value h3{
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.s5-value p{
  color: #fff;
   font-size: 18px;
   font-family: 'Quicksand', sans-serif;
}

@media screen and (max-width: 994px) {
  .s5-value h3{
    font-size: 25px;
  }

  .s5-value p{
     font-size: 17px;
  }
}


.values-images{
  margin: 60px 5px;
  height: 380px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;

/*  -webkit-animation:slidedown 2s linear 1;
  -moz-animation:slidedown 2s linear 1;
  animation:slidedown 2s linear 1;
  transition: all .2s ease-in-out; 
*/
}


/*
@-moz-keyframes slidedown {  
    20% { -moz-transform: rotate(20deg); } 
    50% { -moz-transform: rotate(20deg);  }
    80% { -moz-transform: rotate(-20deg); }
    90% { -moz-transform: rotate(-20deg); }
  }
@-webkit-keyframes slidedown { 
    20% { -webkit-transform: rotate(20deg); } 
    50% { -webkit-transform: rotate(20deg);  }
    80% { -webkit-transform: rotate(-20deg); }
    90% { -webkit-transform: rotate(-20deg); }
}
@keyframes slidedown {
    20% { height: 100px; } 
    50% { height: 200px; }
    80% { height: 300px; }
    90% { height: 420px; } 
}
*/
/* ---         --- */

.trustees-container{
 background-color: #f4f4f4;
  padding: 55px; 
 position: relative;
}


.trustees-container h2{
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-top:50px;
 margin-left:70px;
  color: rgba(30,51,78, 1);
  position: absolute;
}
.orange-box{
border:3px solid #ff9933;
 height: 440px;

}

.trustees-container h3{
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: rgba(30,51,78, 1);
}

.trustees-container h4{
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FF9933;
}

.trustees-container p{
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(30,51,78, 1);
}
.trustees-container .margin-top-160{
  margin-top:160px;
}
.trustees-container .margin-top-120{
  margin-top:120px;
}

.trustees-container .margin-top-20{
  margin-top:20px;
}
.about-s6{
 background-color: #f4f4f4;
  padding: 55px;
}

.about-s6 h2{
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-top:60px;

  color: rgba(30,51,78, 1);

}


.about-s6 h3{
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding-top:10px;
  padding-bottom: 10px;

  color: rgba(30,51,78, 1);
  position: relative;

}
.about-s6 h3:after{
content: " ";
  width: 50px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF9933;
}


.about-s6 p{
  color: #333;
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  padding-right: 0px;
  padding-top: 10px;
  text-align: justify;
  line-height: 35px;
}

@media screen and (max-width: 994px) {
  .about-s6{
    padding: 10px;
  }
  
  .about-s6 h2{
    font-size: 35px;
    margin-top:20px;
  }

  .about-s6 p{
    font-size: 17px;
    line-height: 30px;
  }

  .values-images{
display: none;
  }
  .trustees-container h2 {
    margin-top: -290px !important;
    margin-left: -30px;
     font-size: 30px;
   
}

.trustees-container .margin-top-120 {
    margin-top: 20px;
}
}

.about-s6 .call-to-action2 {
  display: block;
  width: 8%;
  margin-top: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer;

}
.about-s6 .call-to-action2 a {
  width: 190px;
  display: inline-block;
  font-size: 15px;
  padding: 8px 0;
 
}
.about-s6 .call-to-action2 a.demo {
  background-color: #FF9933;
  text-decoration: none !important;
}

.about-s6  .call-to-action2 a.demo:hover {
  background: #5c91bf;
  color: #fff;
}


@media screen and (max-width: 994px) {
  .about-s6  .call-to-action2 a.demo {
      margin-bottom: 10px;
      font-size: 15px !important; 
      padding: 10px 0!important;
  }
}


.stats-chart{
  margin-top: 50px;
  margin-bottom: 50px;
}


/*--------------------------

        CAREERS PAGE

---------------------------*/



.careers-title{
  top: 230px;
  position: absolute;
   margin-left:3%;
   width: 70%;

}
.careers-title h2{
  font-family: 'Hind', serif;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;

  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
.careers-title h2:after{
content: " ";
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FF9933;
}

.careers-title p{
  margin-top: 10px;
  font-family: 'Hind', serif;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  padding-right: 50px;
}

@media screen and (max-width: 994px) {
  .careers-title{
    top: 220px;
    margin-left:5%;
    width: 100%;
  }
   .careers-title h2{
    font-size: 25px;
    letter-spacing: 1px;
    padding-right: 20px;
  } 

  .careers-title p{
    font-size: 17px;
  }

}
.joinus-box{
  background-color: rgba(30,51,78, 1);
  height: 150px;
  z-index: 999;
  padding: 40px;
  text-align: center;
}

.joinus-box p{
  color: #fff;
  font-size: 23px;
  font-family: 'Quicksand', sans-serif;
  text-align: left;
}


@media screen and (max-width: 994px) {
.joinus-box{
  height:100px;
  padding: 20px;
}
.joinus-box p{
  color: #fff;
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}


}

.joinus-box .call-to-action2 {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.joinus-box .call-to-action2 a {
  width: 170px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;

 
}
.joinus-box .call-to-action2 a.demo {
  background-color: #FF9933;
    color: #fff !important;
  text-decoration: none !important;
}

@media screen and (max-width: 994px) {
  .joinus-box .call-to-action2 a.demo {
      margin-bottom: 10px;
      font-size: 15px !important; 
      padding: 10px 0!important;
  }
}
.joinus-box .call-to-action2 a.demo:hover {
  background: #5c91bf;
  color: #fff;
}

.career-s1{
 background-color: #F4F4F4;
}

.careers-s1-title{
  display: block;
  position: relative;
  margin-top: 100px;
  margin-left: -20px;
}
@media screen and (max-width: 994px) {
  .careers-s1-title{
    margin-top: 140px;
  }
}
.all-rewards{
  height: 460px;
  
}

.all-rewards-520{
  height: 520px;
}
.rewardbox{
  width: 16%;
  height: 500px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: #fff;
  margin-left: .6%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;

}
@media screen and (max-width: 994px) {
  .rewardbox{
    float: left;
    width: 32%;
     height: 250px;
     margin-bottom: 10px;
  }  
}

.rewardbox .img-container{
  height: 300px;
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  transition-duration: 1.2s;
 }
  .rewardbox:hover .img-container{
      transform: scale(1.1);
      transition-duration: 1.2s;
  }

  @media screen and (max-width: 994px) {
    .rewardbox .img-container{
      height: 150px;
    }  
  }



  #career-s1 .flex-direction-nav{
    display: none;
  }
  .career-s3 .flex-direction-nav{
    display: none;
  }


/*-- -- */
.career-s2{
  background-color: rgba(30,51,78, 1);;

  z-index: 999;
  padding: 40px;
  text-align: left;
}
.career-s2 .person-img{
  padding: 30px;
  border: 3px solid #FF9933;
  height: 500px;
     margin-left:55px;
}
  @media screen and (max-width: 994px) {
    .career-s2{
      padding: 0;
    }
    .career-s2 .col-md-4{
      padding: 40px;
    }
    .career-s2 .person-img{
      height: auto;
      margin-left:0px;
    }
  }

.career-s2 .text h2{
  color: #FF9933;
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-top:60px;
   margin-left:15px;
}
  @media screen and (max-width: 994px) {
    .career-s2 .col-md-7{
      padding: 3;
      width:80%;
      float: left;
    }
    .career-s2 .col-md-1{
      width:20%;
      float: left;
    }
    .career-s2 .text h2{
      font-size: 30px;
      margin-top:0px;
       margin-left:5px;
    }

  }


.career-s2 .text h3{
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 35px;
  font-weight: 700;
   margin-left:15px;
}

  @media screen and (max-width: 994px) {
    .career-s2 .text h3{
        font-size: 25px;
        margin-left:5px;
    }

  }

.career-s2 .text h4{
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 25px;
  font-weight: 300;
   margin-left:15px;
}

  @media screen and (max-width: 994px) {
    .career-s2 .text h4{
        font-size: 20px;
        margin-left:5px;
    }

  }


.career-s2 .text p{
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin-top:40px;
   margin-left:15px;
}
  @media screen and (max-width: 994px) {
    .career-s2 .text p{
        font-size: 17px;
         margin-top:20px;
        margin-left:5px;
    }

  }

.reward-img{
  /*margin-top: -40px;*/
}
  @media screen and (max-width: 994px) {
    .reward-img{
        margin-top: 0px;
    }

  }
.career-s3{
  background-color: #f4f4f4;
  z-index: 999;
  text-align: left;
}

.vacancies{
  list-style: none; 
  margin-bottom: 100px;
   margin-left: 45px;
}
  @media screen and (max-width: 994px) {
    .vacancies{
      padding: 5px;
        margin-left: 10px;
         margin-bottom: 20px;
    }
  }
.vacancies li{
  padding: 7px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  color: #333;
}
 @media screen and (max-width: 994px) {
    .vacancies li{
        font-size: 15px;
      }
  }
.vacancies li a{
  cursor: pointer;
  font-weight: 700;
  color: #333;
}
.vacancies li a:hover{
  text-decoration: none;
  color: #FF9933;
  
}


/*------------------

  GALLERY PAGE

--------------------*/

.albumbox{

}


.albumbox{
  width: 25%;
  height: 250px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: #fff;
  margin-left: 2%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
 @media screen and (max-width: 994px) {
  .albumbox{
    width: 96%;
  }  
 }
.albumbox .img-container{
  height: 100%;
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  transition-duration: 1.2s;

}

.albumbox:hover .img-container {
    transform: scale(1.1);
    transition-duration: 1.2s;
}


.albumbox  .title{
display: block;
width: 100%;
position: absolute;
  padding: 0px 10px 20px 10px;
  font-family: 'Quicksand', serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  z-index: 99;
  bottom: 0;
    background: #000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, transparent, #333);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, transparent, #333); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.single-gallery{
  margin-bottom: 30px;
  background-color: #fff;
  width: 95%;
  left:2.2%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative !important;
display: block;
}




#ym-employee .container-fluid{
  background-color: rgba(30,51,78, 1);
  height: 400px;
}
@media screen and (max-width: 994px) {
  #ym-employee .container-fluid{
    height: 350px;
  }
}

.emp-box{
  background-color: transparent;
  border-radius: 2px;
  width: 87vw;
  /*margin-left: 15%;*/
  margin-top: 3%;
  height: 350px;
  position: relative;
  top: -1.5vw;
  left: 1vw;
}

@media screen and (max-width: 994px) {
  .emp-box{
    width: 85vw;
    /* margin-left: 5%; */
    height: 320px;
    top: -4.5vw;
    left: 0vw;
  }  
}
.emp-box-text{
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  font-weight: 400;
  padding:40px 150px 10px 40px;
  margin:20px;
  color: #fff;
    border: 3px solid #FF9933;
    position: absolute;
    text-indent: 100px;
      height: 300px;
}

@media screen and (max-width: 994px) {
  
  .emp-box-text{
    font-size: 16px;
    /*padding:30px 10px 10px 10px;*/
    margin:20px;
    text-indent: 50px;
    height: 300px;
    padding: 30px;
    padding-right: 100px;
  }
  
}


.emp-author{
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  text-indent: 0px !important;
  margin-top: 10px;
}

@media screen and (max-width: 994px) {
  .emp-author{
    font-size: 15px;
   }

}
.emp-box-img{
  position: absolute;
  margin-top: 13px;
  margin-left: 50px;
  z-index: 99;
}
@media screen and (max-width: 994px) {
  .emp-box-img{
    width: 50px;
    position: absolute;
    margin-top: 38px;
    margin-left: 30px;
    z-index: 99;
  }
}


.emp-box-emp-img{
  width:250px;
  top: 50%;
position: absolute;
right: calc(-125px + 20px);
padding: 20px;
border: 2px solid #efefef;
transform: translateY(-50%);
 
}

.careers-list{
  z-index: 99;
}

.careers-list-title img{
  width:18%;
  margin-left: 15px;
     margin-top:50px;
}
.careers-list-title h2{
    color: rgba(30,51,78, .9);
  font-family: 'Quicksand', sans-serif;
  font-size: 35px;
  font-weight: 700;
   margin-left:15px;
   padding-top: 20px;
}

.careers-list-desc{
    color: #333;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 400;
   margin-left:15px;
   margin-top:50px;
   padding-top: 10px;
      padding-bottom: 20px;
   position: relative;
   text-align: justify;
}

.careers-list-desc:after{
content: " ";
  width: 50px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF9933;
}

.careers-list {
  margin-top: 10px;
}
.careers-list h2{
    color: rgba(30,51,78, .9);
  font-family: 'Quicksand', sans-serif;
  font-size: 35px;
  font-weight: 700;
   margin-left:15px;
}
.career-item h3{
    color: rgba(30,51,78, .9);
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 700;
   margin-left:15px;
}

.career-item p{
    color: #333;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-weight: 400;
   margin-left:15px;
}
@media screen and (max-width: 994px) {
  .career-item p{
    font-size: 15px;
  }  
  .emp-box-emp-img{
    /*display: none;*/
    width: 25vw;
    right: calc(-12.5vw + 20px);
    transform: translateY(-46%);
  }
}
.career-item{
  margin-top:10px;
    margin-bottom:10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.career-item .col-md-1{
  height:160px; 
  background-color: rgba(30,51,78, .9);;;
}
@media screen and (max-width: 994px) {
  .career-item .col-md-1{
    height:200px;
    float: left;
    width: 10%;
  }
}
.career-item .col-md-11{
  height:160px;
  background-color: #fff;
}
@media screen and (max-width: 994px) {
  .career-item .col-md-11{
    height:200px;
    float:left;
    width: 90%;
  }
}


.career-item .call-to-action2 {
  display: block;
  width: 10%;
  margin-top: 10px;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
     margin-left:15px;
}
.career-item .call-to-action2 a {
  width: 120px;
  display: inline-block;
  font-size: 17px;
  padding: 10px 0;
  color: #fff !important;
 
}
.career-item .call-to-action2 .demo a{
  background-color: #FF9933;
  text-decoration: none !important;
}

@media screen and (max-width: 994px) {
  .career-item .call-to-action2 a {
    width: 100px;
  }
  .career-item .call-to-action2 .demo a{
      margin-bottom: 10px;
      font-size: 14px !important; 
      padding: 5px 0!important;
  }
}
.career-item .call-to-action2 .demo a:hover {
  background: #5c91bf;
  color: #fff;
}

#map {
  height: 700px;
  width: 100%;
}

.annual-links a{
 width: 70px;
  display: inline-block;
  font-size: 18px;
  padding: 8px 0;
  color: #fff !important;
  background-color: #FF9933;
  text-align: center;
}


.annual-links a:hover{
  background: #5c91bf;
  color: #fff;
  text-decoration:none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


.footer-logo img{
    width:60%;
    padding-top: 10px;
    padding-bottom: 10px;
}


.annual-section{
margin-top: 30px;
}
.keys-tab p{
 line-height: 20px !important;

}
.keys-tab span{
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;

}
.keys-tab{

}
.keys-tab .col-md-9,
.keys-tab .col-md-2{
   border-bottom: 1px solid #ddd ;
}

.keys-tab .col-md-2{
   border-left: 1px solid #ddd ; 
}


.stats-chart p{
  margin: auto;
  display: block;
  text-align:center;
  padding: 30px 0;
}

.pie-charts{
  position: relative;
  margin-top: 50px;
}

.pie-charts canvas{
  margin-bottom: 20px;
}


.about-s6 h4{
   color: #5c91bf;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 700;
    padding-top: 10px;
}
.pie-charts h4{
   color: #FF9933;
  font-family: 'Quicksand', sans-serif;
  font-size: 25px;
  font-weight: 700;
  padding-top: 10px;

}
.pie-charts p{
  margin: auto;
  display: block;
  text-align:center;
  color: #fff;
  padding-bottom: 30px;
}






/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}



.footerheader h2{
    color: rgba(30,51,78, .9);
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  font-weight: 700;
   margin-left:15px;

}

.footerheader h3{
    color: rgba(30,51,78, .9);
  font-family: 'Quicksand', sans-serif;
  font-size: 25px;
  font-weight: 400;
   margin-left:15px;

}
.footerheader p{
   font-family: 'Quicksand', sans-serif;
  padding-left:  20px;
  padding-bottom: 10px;
   font-size: 17px;

}
.footerheader a{
   font-family: 'Quicksand', sans-serif;
  padding-left:  20px;
color: #444;
 font-size: 15px;
}
.footerheader img{
     margin-left:  20px;

}

.footerheader :after{

}
.footer-p1 .row .col-md-2 img{

  width: 40%;

}
.footer-p1 .row {
padding-bottom: 10px;
}

.footer-p1 .row .col-md-10 p{
  font-family: 'Quicksand', sans-serif;
  margin-left: -20px;
 font-size: 17px;
}


.RForm .inp-form{
    font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 15px;
}


.footer-2 img{
padding-top: 10px;
width:40px;
}
.footer-2 p{
  font-family: 'Hind', sans-serif;
  color: #fff;
   font-size: 17px;
}
.footer-2 p a{
  font-family: 'Hind', sans-serif;
  color: #fff;
   font-size: 15px;
}

.contact-section{
  width: 45% ;
  height: 420px ;
  background: #eee ; 
}


.footer-call-to-action{
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  width: 170px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;
  background-color: #FF9933;
  border: none;
}
.footer-call-to-action:hover{
  background-color: #5c91bf;
 
}

#nf-field-16{
font-family: 'Quicksand', sans-serif;
  color: #fff;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  width: 170px;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;
  background-color: #FF9933;
  border: none;

}
#nf-field-4:hover{
  background-color: #5c91bf;
 
}


@media screen and (max-width: 994px) {
  .footer-p1 .row .col-md-2 {
   float: left;
   width: 20%;
  }

  .add-bar{
    height: 120px;
  }
 
  .color-divider-footer .col-md-3{
    float:left;
    width: 25%;
  }
  .color-divider-footer .col-md-9{
    float:left;
    width: 75%;
  }
  .links-section{
    width: 100%;
    padding-bottom: 20px;
  }

  .contact-section{
     width: 100% ;
     padding-top: 20px;
    height: 550px ;
  }
  .mobile-nav{
    margin-top: 35px !important;
    margin-right: 20px !important;
  }

   .footer-container-2{
 height: 1050px !important;
  }

    .mobile-adjs-home{
        top: 45px;
      right: -10px;
  }
}



.language-chooser{
padding: 2px;
list-style: none;
}


.post-content .content a{
    margin: 1rem;
    display: flex;
    color: #e57840;
    font-size: 25px;
    font-family: 'Scheherazade', serif;
}