  /** ROOT STYLES **/
  :root{
    --primaryFont : 'Poppins', sans-serif;;
    --primaryColor : #A80A0E;
  }
  a{
    text-decoration: none!important;
  }
  div *{
    box-sizing: border-box;
  }
  ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  h3 {
    font-size : 20px;
  }
  /* BTN STYLES */
.lgx-btn,
.lgx-submit,
.wpcf7-submit {
  overflow: hidden;
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 15px !important;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: 0.1rem;
  background: #A80A0E;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  -moz-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
}
.lgx-btn span,
.lgx-submit span,
.wpcf7-submit span {
  position: relative;
  color: #fff!important;
  z-index: 1;
}
.lgx-btn:after,
.lgx-submit:after,
.wpcf7-submit:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  height: 200px;
  width: 200px;
  background: #1b273d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: 0.15;
}
.lgx-subscribe-form .lgx-btn:hover {
  background: #ec398b;
}
.lgx-btn:hover:after,
.lgx-submit:hover:after,
.wpcf7-submit:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  height: 604%;
  width: 300px;
  left: 43px;
  border-radius: 100%;
}

  .spl-title *{
    color: white;
    font-size: 20px;
    margin : 0;
  }
  p {
    line-height: 18px;
  }
  h2.big{
    font-size: 90px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
  }
  .spl-title h3 span{
    position: relative;
    color : #FFD47F;
    text-transform: uppercase;
  }
  .spl-title h3 span::before{
    position: absolute;
    content : '';
    width: 30%;
    height: 2px;
    left: -35%;
    top : 51%;
    background: #fff;
  }
  .spl-title h3 span::after{
    position: absolute;
    content : '';
    width: 30%;
    height: 2px;
    right: -35%;
    top : 51%;
    background: #fff;
  }
  .white{
    color: #fff;
  }
  .clamp2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .clamp3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .clamp5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  h2.bold{
    font-weight: bold;
    font-size: 24px;
  }
  .mtop0{
    margin-top: 0;
  }
  .pb20{
    padding-bottom: 20px;
  }
  .pb40{
    padding-bottom: 40px;
  }
  .set0{
    margin: 0;
    padding: 0;
  }
  .bg-pink{
    background: #A80A0E;
  }
  .navbar-brand{
    padding: 0;
  }
  .fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mtop40{
    margin-top: 40px;
  }
  .mtop50{
    margin-top: 50px;
  }
  body{
    overflow-x: hidden;
    font-family: var(--primaryFont);
  }
  .mtn-16 {
      margin-top: -160px !important;
  }
  .yellow{
    color: #FFD42A;
  }
  .mt-5 {
        margin-top: 50px !important;
    }

    .pb-20 {
        padding-bottom: 200px !important;
    }
    .pt-5 {
        padding-top: 50px !important;
    }
  .p0{
    padding: 0;
  }
  .width-100{
    width: 100%;
  }
  .bg-pink{
    background: #A80A0E;
  }
  .bg-black{
    background: #252525!important;
  }
  .mtop10{
    margin-top: 10px;
  }
  .mtop20{
    margin-top: 20px;
  }
  a.read-more{
    color: #333;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
  }
  a.read-more span{
    position: relative;
    font-size: 16px;
  }
  a.read-more span:after {
    content: '';
    display: block;
    border-bottom: 1px solid;
    border-color: inherit;
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 100%;
}
a.read-more:hover span:after{
  -webkit-animation:eltdf-draw-underline .8s;
  -moz-animation:eltdf-draw-underline .8s;
  animation:eltdf-draw-underline .8s
}
@keyframes eltdf-draw-underline{
  0%{
    width:100%
  }
  30%,50%{
    width:0
  }
  100%{
    right:unset;left:0;
    width:100%
  }
}
#loginModal .modal-dialog{
  max-width: 400px;
}
#loginModal .modal-header{
  padding: 20px;
  background:transparent;
  border-radius: 6px;
}
#loginModal .modal-body{
  padding: 40px 40px 20px;
}
#loginModal .modal-header h4{
  font-size: 26px;
  color: #777;
}
#loginModal .close{
  font-size: 35px;
  background: transparent;
  opacity: 1;
  font-weight: normal;
  text-shadow: none;
  color: #777!important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  outline: none;
  margin-right: -15px;
}
#loginModal .btn-login{
  border-radius: 40px;
  background: #A80A0E;
  padding: 8px 0;
  font-size: 16px;
  color: #fff;
  border: 2px solid #A80A0E;
  transition: .4s ease-in;
}
#loginModal .btn-login:hover{
  background: #fff;
  border: 2px solid #A80A0E;
  color: #A80A0E;
}
#loginModal .btn-login i{
  -webkit-transform: translate3d(7px,0,0);
  -moz-transform: translate3d(7px,0,0);
  transform: translate3d(7px,0,0);
}
#loginModal .nav-tabs{
  margin-bottom: 30px;
}
#loginModal .nav-tabs li a{
  position: relative;
  border: none;
  padding-left: 0;
  padding-right: 20px;
  background: transparent!important;
  font-size: 16px;
  color: #444;
}
#loginModal .nav-tabs li.active a{
  color: #A80A0E;
}
#loginModal .nav-tabs li a span{
  position: relative;
}
#loginModal .nav-tabs li.active a span::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -21px;
  width: 100%;
  height: 1px;
  background: #A80A0E; 
  transition: .4s ease-in;
  opacity: 1;
}
#loginModal .form-group,#advancedSearch .form-group{
  margin-top: 20px;
  position: relative;
}
#advancedSearch .form-group{
  margin: 0;
}
#loginModal .form-group input[type="text"],
#loginModal .form-group .form-control,
#advancedSearch .form-group .form-control{
  height: 45px;
  border-radius: 0;
  background: #EFF3F6;
  border : none;
  box-shadow: none;
  padding-left: 40px;
}
#advancedSearch .form-group .form-control{
  padding-left: 20px;
}
#loginModal .form-group p{
  color: #666;
  font-size: 13px;
  line-height: 24px;
  padding: 0 10px;
}
#loginModal .form-group>i,#advancedSearch .form-group>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}
.error {
  border : 2px solid red!important;
}
.form-grid{
  display: grid;
  grid-template-columns : 1fr 1fr;
}
.gap20{
  grid-gap: 20px;
} 
.connect-with{
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.connect-with a{
  display: inline-block;
  --local-height : 35px;
  width: var(--local-height);
  height: var(--local-height);
  border-radius: var(--local-height);
  line-height: var(--local-height);
  color: #fff;
  background: #333;
}
/** ANIMATE CHECKBOX **/
        .radio-box{
          padding: 20px 0;
        }
        .radio-box label{
          margin-right: 15px;
          font-weight: normal;
        }
      .checkbox-styled:not(ie8) label, .radio-styled:not(ie8) label {
          padding-left: 0;
      }
      .radio label, .checkbox label {
          min-height: 24px;
          padding-left: 20px;
          margin-bottom: 0;
          font-weight: normal;
          cursor: pointer;
      }
      .checkbox-styled:not(ie8) input[type="radio"], .radio-styled:not(ie8) input[type="radio"], .checkbox-styled:not(ie8) input[type="checkbox"], .radio-styled:not(ie8) input[type="checkbox"] {
          position: absolute;
          z-index: -1;
          opacity: 0;
          filter: alpha(opacity=0);
      }
      .checkbox-styled:not(ie8) input ~ span, .radio-styled:not(ie8) input ~ span {
          position: relative;
          padding-left: 30px;
          display: inline-block;
          cursor: pointer;
          vertical-align: text-top;
      }
      .checkbox-styled:not(ie8) input:checked ~ span:before {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          height: 8px;
          border-color: #0aa89e;
          border-top-style: none;
          border-right-style: none;
      }
      
      .checkbox-styled:not(ie8) input ~ span:before {
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
      }
      
      .checkbox-styled:not(ie8) input ~ span:before, .radio-styled:not(ie8) input ~ span:before {
          content: "";
          position: absolute;
          left: 0;
          z-index: 1;
          width: 15px;
          height: 15px;
          border: 2px solid #535858;
      }

/** MOBILE HEADER AND MENU **/
  .navbar-fixed-top{
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.navbar-fixed-top .logo-xs{
  width: 250px;
  padding: 4px;
}
.btn-xs-top{
  border: none;
  font-size : 24px;
  padding: 8px 15px;
  background: transparent;
  outline: none;
  color: #333;
}
.img-xs-menu{
  width: 180px;
  margin-bottom: 20px;
}


    .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
            max-width : 350px;
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  
  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
    background: transparent;
  }

  /** LEFT TOGGLE **/
  .modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
  }
  
  .modal.left.fade.in .modal-dialog{
    left: 0;
  }
  .modal-header{
    padding: 0;
  }
        
  /** RIGHT TOGGLE **/
  .modal.right .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.in .modal-dialog {
    right: 0;
  }
  .modal-content{
    border-radius: 0;
    border: none;
  }

  .menuModal .modal-content::-webkit-scrollbar { width: 0 !important }
  .menuModal .modal-content::-webkit-scrollbar { -ms-overflow-style: none; }
  .menuModal .modal-content::-webkit-scrollbar { overflow: -moz-scrollbars-none!important; }

  .modal-header{
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  } 
  .main-menu-wrapper{
    padding: 0;
  }
  .img-logo-menu{
    position: relative;
    max-width: 170px;
    margin-bottom: 20px;
  }
  .back{
    cursor: pointer;
    color: #eee;
    background: #333;
    padding: 12px;
  }
  .panel-heading{
    border-radius: 0!important;
  }
  .pg-menu{
        box-shadow: none!important;
        border-bottom: none;
        margin-bottom: 0;
        border-radius: 0;
    }
  .pg-menu .panel-body{
    padding: 0;
  }
  .pg-menu .panel-body *{
      border: none;
  }
    .pg-menu .panel-default{
      border: none;
      border-radius: none;
      background: transparent;
    }
    .pg-menu.hl .panel-default{
      padding: 15px 0;
      border-bottom: none;
      padding-bottom: 0;
    }
    .panel-group .panel{
      border-radius: 0;
    }
    .pg-menu .panel-title{
      padding: 15px 20px;
    }
    .pg-menu.hl .panel-title{
      padding-left: 0;
      font-size: 18px;
    }
    .pg-menu .panel-title{
      color: #333!important;
    }
    .pb-inner{
      padding: 0;
    }
    .pb-inner.set-pad{
      padding: 20px 40px;
    }
    .pb-inner.set-pad h5{
      font-size: 16px;
    }
    .pg-menu .panel-title span{
        position: relative;
    }
    .pb-inner a{
        position: relative;
        padding: 10px 40px;
        color: #666;
      font-family: "Heebo", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
    }
    .pb-inner a span{
        position: relative;
    }
    .stitle{
      padding-left: 50px;
    }
    .stitle span{
      position: relative;
      padding-left: 5px;
      text-transform: uppercase;
      color: #666;
    }
    .stitle span::before{
        position: absolute;
        content: '';
        width: 15px;
        height: 3px;
        background: #222;
        left: -15px;
        top: 42%;
    }
    .stitle span::after{
        position: absolute;
        content: '';
        width: 15px;
        height: 3px;
        background: #222;
        right: -20px;
        top: 42%;
    }
    .pb-inner a span::before{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background: #222;
        left: -10px;
        top: 42%;
    }
    .pg-menu.hl .panel-heading{
      padding: 0 0 25px 0;
      padding-left: 25px;
      border-bottom: 1px dashed #ddd;
      position: relative;
    }       


/** HEADER STYLE **/    
  .nav-main{
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px 20px 20px;
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.0));
  }
  .nav-main.fixed{
    position: fixed;
    background: #fff;
    padding: 0 5px;
    z-index: 1000;
    border-bottom : 1px solid #eee;
  }
  .nav-main.fixed .main-logo{
    margin-top: 15px;
  }
  .nav-main ul.navbar-nav > li{
    margin: 0 15px 0 15px;
  }    
  .nav-main ul.navbar-nav > li > a{
    font-weight: 500;
    font-size: 14px;
    padding: 25px 0;
    color: #333!important;
    background: transparent!important;
  }
  .nav-main.fixed ul li.join-us{
    background: #A80A0E!important;
    padding : 0 20px;
  }
  .nav-main.fixed ul li a{
    color: #333!important;
  }
  .nav-main ul.navbar-nav > li > a::before{
      content: '';
      width: 0;
      border-bottom: solid 2px #ff1949;
      position: absolute;
      left: 0;
      top: 75%;
      z-index: 1;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .nav-main ul.navbar-nav > li > a:hover::before{
    width: 100%;
  }
  .nav-main li.join-us a{
    color: #A80A0E;
  }
  .nav-main li.join-us a::before{
     width: 100%!important;
  }
  .nav-main ul.navbar-nav > li.dropdown:hover .dropdown-menu{
    display: block;
  }
  .nav-main ul.navbar-nav > li .dropdown-menu{
    left: -50px;
    width: 220px;
    box-shadow: none;
    border: none;
    padding: 15px;
    border-radius: 0;
  }
  .nav-main ul.navbar-nav > li .dropdown-menu li a{
    background: transparent!important;
    padding: 7px 10px;
    font-size: 15px;
  }
  .nav-main ul.navbar-nav > li .dropdown-menu li a i{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    font-family: var(--primaryFont);
  }
  .main-logo{
    width: 215px;
    margin: 10px 0 0;
  }
  .section-bg-6 {
      background-image: url(../images/background/bg_6.png);
  }

  .section {
      position: relative;
      -moz-transition: cubic-bezier(.645, .045, .355, 1) .7s;
      -o-transition: cubic-bezier(.645, .045, .355, 1) .7s;
      -webkit-transition: cubic-bezier(.645, .045, .355, 1) .7s;
      transition: cubic-bezier(.645, .045, .355, 1) .7s;
      width: 100%;
      z-index: 1;
      clear: both;
  }
  .mailchimp {
      position: relative;
      padding: 40px 0 60px;
  }
  .mailchimp .title {
      font-size: 22px;
      line-height: 18px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
  }
  .mailchimp .sub-title {
      display: block;
      margin-top: 15px;
      font-size: 16px;
      color: #fff;
  }
  .mailchimp .mailchimp-main {
      position: relative;
      max-width: 420px;
      margin-top: 26px;
  }
  .mailchimp .mailchimp-main input[type=email] {
      width: 100%;
      padding: 7px 0;
      border-bottom: 1px solid #fff;
      color: #fff;
      background: none;
      border: none;
      border-bottom: 1px solid #eee;
      outline: none;
  }
  .mailchimp .mailchimp-main input[type=email]::-webkit-input-placeholder{
    color: #eee;
  }
  .mailchimp .mailchimp-main input[type=email]::-moz-placeholder{
    color: pink;
  }
  .mailchimp .mailchimp-main input[type=email]:-ms-input-placeholder{
    color: pink;
  }
  .mailchimp .mailchimp-main input[type=email]:-moz-placeholder{
    color: pink;
  }
  .mailchimp .mailchimp-main input[type=submit] {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      text-indent: -200px;
      z-index: 9;
      width: 36px;
      height: 100%;
      line-height: 36px;
      background: transparent;
      border: none;
  }
  .mailchimp .mailchimp-main i {
      position: absolute;
      top: 0;
      right: 10px;
      line-height: 36px;
      font-size: 16px;
      color: #fff;
  }
  .mailchimp img {
      position: absolute;
      right: 90px;
      top: -54px;
      width: 500px;
  }
  footer{
    background: url(../../images/footer-bg.jpg);
    background-size: cover;
    position: relative;
    padding: 0 0 0;
  }
  footer *:not(.fa){
    background: transparent!important;
    color: #333!important;
  }
  footer::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
  }
  footer h4{
    font-size: 20px!important;
  }
  footer h5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 20px;
  }
  footer h5 a small{
    font-size: 14px;
    font-weight: normal!important;
  }
  ul.socials li {
    position: relative;
    padding-left : 25px;
  }
  .social-wrapper{
    text-align: center;
    padding-bottom: 20px;
  }
  .social-wrapper a{
    display: inline-block;
    --innerValue : 45px;
    width: var(--innerValue);
    line-height: var(--innerValue);
    border-radius : var(--innerValue);
    height: var(--innerValue);
    background: #ddd!important;
    border: 1px solid #bbb;
    font-size: 18px;
    margin-right: 5px;
  }
  .social-wrapper a:hover{
    background: #A80A0E!important;
    color: #fff!important;
  }
  .copyright{
    border-top: 1px solid #222;
    padding-top: 10px;
  }

  .pointer0{
    pointer-events: none;
  }
  /** GRID SYSTEM **/
  .gap20{
    grid-gap : 20px;
  }
  .grid{
    display: grid;
  }
  .grid-1{
    grid-template-columns : 1fr;
  }
  .grid-2{
    grid-template-columns : 1fr 1fr;
  }

  .flex{
    position: relative;
  }    
  .flex1{
    flex: 1;
  }
  .divider{
    border-right: 1px solid rgba(255,255,255,.3);
    color: #fff;
  }
  .divider-right{
    color: #fff;
  }

/** BEGIN :: INDEX PAGE **/   
.title-lite {
  color : #FCD17D!important;
}
.icon-block {
  position: relative;
  background: #19191B;
  padding : 0;
}
.icon-block .titles {
  text-align: center;
  color : #fff;
  display: flex;
  padding-left : 30px;
  padding-right : 30px;
  height : 100%;
  text-transform: uppercase;
  background: var(--primaryColor);
  position: relative;
}
.icon-block .titles::before {
  content: '\f0d9';
  position: absolute;
  right : -10px;
  top : 35%;
  font-family: 'FontAwesome';
  color : #19191B;
  font-size : 80px;
}
.icon-block .titles > div {
  margin : auto;
}
@media(min-width : 768px) {
  .icon-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media(max-width : 767px) {
  .icon-block .titles {
    display: none;
  }
}
.icon-wrapper {
  display: grid;
  max-width : 1100px;
  margin : auto;
  grid-template-columns: repeat(4, 1fr);
}
@media(max-width : 560px) {
  .icon-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .icon-box {
    border-right : none!important;
    border-bottom : 1px solid rgba(255,255,255,.2);
  }
  .icon-box:last-child {
    border-bottom : none;
  }
}
@media(min-width : 561px) and (max-width:767px) {
  .icon-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .icon-box:first-child,
  .icon-box:nth-child(2) {
    border-bottom : 1px solid rgba(255,255,255,.2);
  }
  .icon-box:nth-child(2) {
    border-right: none;
  }
}
.icon-box {
  text-align: center;
  color : #ddd;
  padding : 25px;
}
.icon-box:last-child {
  border-right: none;
}
.icon-box h3 {
  color : #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.icon-box img  {
  width : 70px;
}
.welcome-block {
  background: #eee;
} 
.welcome {
  padding : 10px 20px;
}
.welcome p {
  line-height: 22px;
}
.split-welcome {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-column-gap : 15px;
}
.split-welcome img {
  width : 100%;
}
  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }

  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }

  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }

  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }

  .carousel-fade .carousel-control {
    z-index: 2;
  }
  @media(min-width : 992px) {
    #mainCarousel .item img{
      object-fit: cover;
      width: 100%;
      height: 80vh;
    }
  }
  #mainCarousel .carousel-caption{
    all: unset;
    position: absolute;
    background: #fff;
    right: 10%;
    top : 35%;
    --innerValue : 350px;
    width: var(--innerValue);
    text-align: center;
    padding: 50px;
    border: 1px solid #ccc;
  }
  #mainCarousel .carousel-caption p{
    color : #333;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
  }
  #mainCarousel .carousel-control,
  #laeadersCarousel .carousel-control{
    background: transparent!important;
    opacity: 1;
  }
  .carousel-control {
    top : 50%;
  }
  #laeadersCarousel .carousel-control .fa{
    margin-top: 350%;
    color: #fff;
  }
  #laeadersCarousel,
  #laeadersCarousel .carousel-inner,
  #laeadersCarousel .item,
  #laeadersCarousel .item img{
    height: 100%!important;
  }
  .part50{
    height:100%;
    width:100%;
    display:flex;
  }
  #subCarousel{
    overflow: hidden;
  }
  #subCarousel .carousel-caption{
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-shadow: none;
    text-align: left;
    padding: 8% 30px 20px;
    font-size: 16px;
  }
  #subCarousel .carousel-caption h4{
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
  }
  #subCarousel .carousel-control{
    all : unset;
    margin-left: 10px;
    font-size : 25px;
    color: #fff;
    cursor: pointer;
  }
  #subCarousel .carousel-control.right{
    margin-left: 40px;
  }
  .center-me{
    padding: 40px;
    margin: auto; 
    font-family: var(--primaryFont);
    color: #252525;
    font-weight: bolder;
    font-size: 45px;
    line-height: 45px;
  }
  .center-me span{
    color: #A80A0E;
  }
  .creative{
    padding: 30px 30px;
  }
  .title,
  .creative h4{
    font-family: var(--primaryFont);
    font-size: 22px;
    /* font-weight: bold; */
    margin-bottom : 10px;
  }
  .creative p{
    color: #666;
    line-height: 22px;
    font-size: 14px;
    margin: 20px 0;
  }
  .learn-more{
    border-bottom: 1px solid #777;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--primaryFont);
  }

  .contact{
    background: #252525;
    padding: 45px 30px;
  }
  .contact h4,.stay h4{
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px!important;
    color: #A80A0E;
  }
  .contact h4::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 40px;
    height: 3px;
    background: #A80A0E;
  }
  .contact h4.title-lite::before {
    background: #FCD17D;
  }
  .contact p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .contact ul li{
    margin-bottom: 15px;
  }
  .contact.timing ul li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
    padding-left: 26px;
  }
  .contact.timing ul li:last-child{
    border-bottom: none;
  }
  .contact ul li .fa{
    position: absolute;
    left: 0;
    margin-right: 10px;
    font-size: 18px;
  }
  .contact.landmark ul li{
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
  }
  .contact.landmark ul li .fa{
    position: absolute;
    left: 0;
    top: -3px;
    background: #A80A0E!important;
    --innerValue : 30px;
    text-align: center;
    width: var(--innerValue);
    line-height: var(--innerValue);
    border-radius : var(--innerValue);
    height: var(--innerValue);
    color: #fff!important;
    display: inline-block;
    font-size: 15px;
  }
  .contact ul li a{
    text-decoration: none;
  }
  .contact ul li a:hover{
    color: #A80A0E!important;
  }
  .contact .grid{
    display: grid;
    grid-template-columns : 1fr 2.5fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }
  .contact .grid img.img-avatar{
    width: 100%;
    height: 60px;
    object-fit: cover;
  }
  .contact .grid > div.info > p{
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .stay{
    background: url(../../images/bg-stay.jpg);
    padding: 45px 30px;
  }
  .form-control{
    height: 45px;
    border-radius: 0;
    border : none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
  }
  .btn-theme1{
    border: none;
    background: #A80A0E;
    padding: 10px 20px;
    color: #fff!important;
    font-size: 16px;
  }
  .btn-theme1 .fa{
    color: #fff!important;
  }
  .btn-theme1.small{
    padding: 2px 6px;
    font-size: 13px;
    text-decoration: none;
  }
  .btn-border1{
    border: 1px solid #eee;
    color: #eee;
    z-index: 1000;
    transition: .4s ease-in;
    padding: 10px 40px; 
    font-size: 18px;
  }
  .btn-border1:hover{
    background: #FFBD2D;
    color: #333;
    border-color: #FFBD2D;
  }
/** TESTIMONIAL BLOCK **/ 
  .section.testimonial {
      position: relative;
      background: #A80A0E;
  }
    .section-overlay:before {
      clear: both;
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      bottom: 0;
  }
  .title.announcement{
    color: #202075;
  }
  .testimonial-item .testimonial-content {
      max-width: 970px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 30px;
      position: relative;
  }
  .testimonial-item .testimonial-content:before {
      content: '\f10d';
      font-size: 26px;
      color: #f9a11b;
      position: absolute;
      left: -54px;
      top: 0;
      font-family: FontAwesome;
  }
  .testimonial-item .testimonial-content:after {
      content: '\f10e';
      font-size: 26px;
      color: #f9a11b;
      position: absolute;
      right: -54px;
      bottom: 0;
      font-family: FontAwesome;
  }
  .owl-controls .owl-page {
      float: none;
  }
  .testimonial-carousel .owl-controls .owl-page span {
      filter: Alpha(Opacity=100);
      opacity: 1;
      width: 20px;
      height: 4px;
      margin: 0 7px;
      padding: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-color: #000;
  }
  .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
      filter: Alpha(Opacity=100);
      opacity: 1;
  }

  .testimonial-carousel .owl-controls .owl-page.active span {
      background-color: #f9a11b;
  }
  .section.testimonial.gray{
    background: #eee;
  }
  .section.testimonial.gray *{
    color: #333;
  }
  .section.testimonial.gray .divider{
    border-right-color: rgba(0, 0, 0, .2);
  }

  .section-blog{
    background: #f5f5f5;
  }
  .blog-index{
    z-index: 10;
    margin-top: -150px;
  }
  @media (min-width:480px) {
      .testimonial-item .box-user {
          display: inline-block;
          margin: 0 auto 60px;
          text-align: left;
          position: relative;
          padding-left: 125px;
          padding-top: 3px
      }
      .testimonial-item .box-user img {
          position: absolute;
          top: 0;
          left: 0
      }
  }
  .testimonial-item .box-user img {
  max-width: 215px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  background: #fff;
  display: inline-block;
}

/** BLOG BLOCK **/    
  .blog-index {
      padding: 10px 30px 0;
      background-color: #f3f3f9
  }

  .blog-item {
      position: relative;
      transition: all .4s ease 0s
  }

  .blog-item .content-featured {
      overflow: hidden;
      width: 100%
  }

  .blog-item .content-featured .content-thumb {
      position: relative;
      display: block
  }

  .blog-item .content-featured .content-thumb:after {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #114a82;
      content: '';
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all .4s ease 0s;
      -o-transition: all .4s ease 0s;
      transition: all .4s ease 0s
  }

  .blog-item:hover .content-featured .content-thumb:after {
      opacity: .6;
      filter: alpha(opacity=60)
  }

  .blog-item .content-thumb img {
      width: 100%;
      -webkit-transition: all .8s ease 0s;
      -o-transition: all .8s ease 0s;
      transition: all .8s ease 0s
  }

  .blog-item:hover .content-thumb img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05)
  }

  .blog-item .content-thumb span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
      -moz-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
      -ms-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
      transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
      width: 2px;
      height: 46px;
      background-color: #fff;
      -webkit-transition: all .4s ease 0s;
      -o-transition: all .4s ease 0s;
      transition: all .4s ease 0s;
      z-index: 1
  }

  .blog-item .content-thumb span:after,
  .blog-item .content-thumb span:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 23px;
      background-color: #fff;
      top: 50%;
      left: 50%
  }

  .blog-item:hover .content-thumb span {
      -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(0);
      -moz-transform: translate(-50%, -50%) scaleY(1) rotate(0);
      -ms-transform: translate(-50%, -50%) scaleY(1) rotate(0);
      transform: translate(-50%, -50%) scaleY(1) rotate(0)
  }

  .blog-item .content-thumb span:before {
      -webkit-transform: translate(-50%, 0) scaleY(1) rotate(0);
      -moz-transform: translate(-50%, 0) scaleY(1) rotate(0);
      -ms-transform: translate(-50%, 0) scaleY(1) rotate(0);
      transform: translate(-50%, 0) scaleY(1) rotate(0);
      transition: all .4s cubic-bezier(.64, -1.18, .68, 1.81) 0s;
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0
  }

  .blog-item .content-thumb span:after {
      -webkit-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
      -moz-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
      -ms-transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
      transform: translate(-50%, 0) scaleY(1) rotate(-180deg);
      -webkit-transition: all .4s cubic-bezier(.64, -1.18, .68, 1.81) 0s;
      -o-transition: all .4s cubic-bezier(.64, -1.18, .68, 1.81) 0s;
      transition: all .4s cubic-bezier(.64, -1.18, .68, 1.81) 0s;
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0
  }

  .blog-item .wrap-entry,
  .blog-item.style-2 {
      -webkit-transition: all .4s ease 0s;
      -o-transition: all .4s ease 0s
  }

  .blog-item:hover .content-thumb span:before {
      -webkit-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
      -moz-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
      -ms-transform: translate(-50%, 0) scaleY(1) rotate(90deg);
      transform: translate(-50%, 0) scaleY(1) rotate(90deg);
      -webkit-transition-delay: .4s;
      transition-delay: .4s
  }

  .blog-item:hover .content-thumb span:after {
      -webkit-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
      -moz-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
      -ms-transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
      transform: translate(-50%, 0) scaleY(1) rotate(-90deg);
      -webkit-transition-delay: .5s;
      transition-delay: .5s
  }

  .blog-item .wrap-entry {
      margin: 10px;
      -webkit-transform: translate(0, -48px);
      -ms-transform: translate(0, -48px);
      -o-transform: translate(0, -48px);
      transform: translate(0, -48px);
      background: #fff;
      transition: all .4s ease 0s;
      border: 1px solid #e5e5f8;
      float: left;
      width: 94%;
  }

  .blog-item .entry-header {
      padding: 20px;
      position: relative;
      float: left;
      width: 100%;
  }

  .blog-item .entry-header *{
    color: #333;
    text-decoration: none;
  }
  .blog-item .entry-header h2 {
      margin: 0;
      line-height: 26px;
      font-size: 16px;        
  }

  .blog-item .entry-header .tag-date {
      position: absolute;
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      -o-transform: translate(0, -100%);
      transform: translate(0, -100%);
      top: 0;
      left: 0;
      background-color: #A80A0E;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      line-height: 20px;
      padding: 10px 20px
  }

  .blog-item .entry-header .tag-date:before {
      border-bottom: 10px solid #A80A0E;
      border-left: 39px solid transparent;
      border-right: 38px solid transparent;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      top: -10px;
      width: 0
  }

  .blog-item .entry-header .tag-date span {
      display: block;
      color: #fff;
  }

  .blog-item .entry-header .item-info {
      margin-top: 16px;
      font-weight: 500
  }

  .blog-item .entry-header .item-info span {
      position: relative;
      line-height: 24px;
      padding-right: 16px;
      margin-right: 14px;
      float: left
  }

  .blog-item .entry-header .item-info span:last-child {
      margin-right: 0;
      padding-right: 0
  }

  .blog-item .entry-header .item-info span:before {
      position: absolute;
      top: 50%;
      right: 0;
      content: '';
      width: 1px;
      height: 15px;
      /*background: #d4d8e8;*/
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%)
  }

  .blog-item .entry-header .item-info span:last-child:before {
      display: none
  }

  .blog-item .entry-header .item-info span i {
      color: #d4d8e8;
      padding-right: 5px
  }

  .blog-item .content-featured .tag-date {
      position: absolute;
      background-color: #f9a11b;
      color: #fff;
      font-weight: 600;
      text-align: center;
      transform: translate(0, 0);
      left: 30px;
      font-size: 14px;
      line-height: 17px;
      padding: 10px 17px 5px;
      top: -1px;
      display: block
  }

  .blog-item .content-featured .tag-date:before {
      border-top: 10px solid #f9a11b;
      border-left: 32px solid transparent;
      border-right: 31px solid transparent;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      width: 0;
      top: auto;
      bottom: -10px
  }

  .blog-item .content-featured .tag-date span {
      display: block
  }

  .blog-item .entry-content {
      padding: 10px 30px 6px;
      clear: left
  }

  .blog-item .entry-footer {
      padding: 2px 30px 32px;
      border-top: 1px solid #fff
  }

  .blog-item .entry-footer .item-info span {
      position: relative;
      line-height: 24px;
      padding-right: 16px;
      margin-right: 14px;
      float: left
  }

  .blog-item .entry-footer .item-info span:before {
      position: absolute;
      top: 50%;
      right: 0;
      content: '';
      width: 1px;
      height: 15px;
      background: #d4d8e8;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%)
  }

  .blog-item .entry-footer .item-info span:last-child {
      margin-right: 0;
      padding-right: 0
  }

  .blog-item .entry-footer .item-info span:last-child:before {
      display: none
  }

  .blog-item .entry-footer .item-info span i {
      color: #d4d8e8;
      padding-right: 5px
  }
  

  /** OTHER PAGES **/
    .big-title{
      padding: 20px;
    }
    .big-title h2{
      font-size: 60px;
      font-weight: bold;
      position: relative;
    }
    .big-title h2::before{
      position: absolute;
      content: '';
      left: 0;
      bottom: -10px;
      width: 40px;
      height: 3px;
      background: #A80A0E;
    }
    .big-title p{
      margin-top: 20px;
      padding: 0;
      font-size: 18px;
      color: #666;
    }
    section.breadcrumb {
      width: 100%;
      /* height: 120px; */
      background: url(../../images/breadcrumb.jpg);
      margin-top: 70px;
      margin-bottom: 0;
      position: relative;
    }
    #mainCarousel {
      margin-top : 70px;
    }
    @media(max-width : 991px) {
      #mainCarousel {
        margin-top : 55px;
      }
    }
    section.breadcrumb::before {
      content: '';
      position: absolute;
      left : 0;
      top : 0;
      width : 100%;
      height : 100%;
      background: rgba(168, 10, 14, .8);
    }
    @media(min-width : 768px) {
      section.breadcrumb .col-sm-12 {
        display: grid;
        grid-template-columns: auto 270px;
      }
    }
    .breadcrumb h2{
      font-size: 24px;
      text-transform: uppercase;
      font-weight: bold;
      /* display: none; */
      margin-top: 10px;
      color : #fff;
    }
    .breadcrumb p {
      font-size: 15px;
      margin-top: 10px;
      text-align: right;
      color : #ddd;
    }
    @media(max-width : 767px) {
      .breadcrumb p {text-align: left;}
    }
    .breadcrumb p a{
      color: inherit;
    }

    section.join-us{
      background: url(../../images/become-a-teacher-slider.jpg);
      background-size: cover;
      padding: 40px;
    }
    .join-us-box{
      background: #fff;
      padding :30px;
    }      
    .join-us-box .form-control{
      border: 1px solid #ddd; 
      margin-top: 10px;
    }
    .join-us-box .form-control::-webkit-input-placeholder{
      color: #555;
      font-family: var(--primaryFont);
    }
    .join-us-box .form-control::-moz-placeholder{
      color: #555;
      font-family: var(--primaryFont);
    }
    .join-us-box .form-control:-ms-input-placeholder{
      color: #555;
      font-family: var(--primaryFont);
    }
    .join-us-box .form-control:-moz-placeholder{
      color: #555;
      font-family: var(--primaryFont);
    }
    .box-leader{
      display: flex;
    }
    .box-leader .img{
      flex-basis: 30%;
    }
    .box-leader .img img{
      width: 100%;
      height: 100%;
      object-fit : cover;
    }
    .box-leader{
      margin-bottom: 20px;
    }
    .box-leader .info{
      flex-basis: 70%;
      padding: 10px;
    }
    .box-leader .info h4{
      margin-top: 0;
    }
    .box-leaders-detail{
      display: grid;
      grid-template-columns : 1fr 1fr;
      grid-gap : 20px;
      margin: 30px 0;
    }
    .detail-left-box{
      padding : 20px 50px;
    }
    .category-holder{
      background: #f5f5f5;
      padding: 20px;
    }
    .category-holder h3{
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 20px;
      text-transform: uppercase;
      display: block;
      width: 100%;
      padding: 10px 15px;
      background: #eee;
    }
    .category-holder h3 select{
      border: none;
      display: block;
      width: 100%;
      background: #eee;
      outline: none;
    }
    ul.categories{
      margin-bottom: 20px;
    }
    ul.categories li a{
      display: block;
      padding: 15px 20px;
      text-transform: uppercase;
      color: #333;
      position: relative;
      border-bottom: 1px dashed #ccc;
    }
    ul.categories li:last-child a{
      border-bottom: none;
    }
    ul.categories li a::before{
      position: absolute;
      content: '\f105';
      left: 5px;
      top : 13px;
      font-size: 16px;
      font-family: 'FontAwesome';
      font-weight: bold;
    }
    .box-leaders-detail.blog-detail{
      grid-template-columns : 1fr;
    }
    .box-leaders-detail .img-box{
      position: relative;
    }
    .box-leaders-detail .img-box img{
      width: 100%;
    }
    .box-leaders-detail .event-date{
      position: absolute;
      left: 0;
      top : 20px;
      background: #A80A0E;
      color: #fff;
      display: inline-block;
      padding: 10px;
      font-size: 16px;
    }.box-leaders-detail .event-date span{
      font-weight: bold;
      font-size: 18px;
    }
    .box-leaders-detail .detail{
      font-size: 15px;
    }
    .box-leaders-detail .detail h3{
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 20px;
    }
    .box-leaders-detail .detail p{
      margin-bottom: 14px;
    }
    .btn-open-category{
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #A80A0E;
      border: 1px solid #eee;
      color: #fff;
      font-size: 20px;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      z-index: 999;
      outline: none;
    }
    #categoryModal .modal-dialog{
      width: 90%;
      margin: 30px auto;
      max-width: 450px;
    }
    .close-cate{
      position: absolute;
      right: 20px;
      font-size: 24px;
      display: inline-block;
      background: #222;
      color: #fff;
      padding: 9px 10px;
      cursor: pointer;
    }

/** ABOUT FOUNDER PAGE **/
  .about-wrapper{
    display: grid;
    grid-template-columns : 3fr 1fr;
    grid-gap : 30px;
  }    
  .about-wrapper .left{
    padding: 30px 0;
  }
  .about-wrapper .left img{
    width: 100%;
  }
  .about-wrapper .left p{
    font-size : 15px;
    line-height: 23px;
  }
  section.founder{
    padding-bottom: 80px;
  }
  .join-us-box.founder{
    padding: 0;
  }
  .join-us-box.founder img{
    object-fit: cover;
    width : 100%;
    height: 100%;      
  }
  .join-us-box.founder::after{
      border-right-color: #FDC703!important;
  }
  h3.by{
    padding-left: 20px;
    position: relative;
    color : #222;
    font-size: 22x;
  }
  h3.by span{
    position: absolute;
    left: 0;
  }
  /*.about-wrapper .right{
    margin-top: 30px;
  }
  .about-wrapper .right .box-may-like{
    background: #eee;
    padding: 5px 20px;
    margin-bottom: 20px;
  }
  .about-wrapper .right .box-may-like h2{
    margin-bottom: 15px;
  }
  .combine-like{
    display: grid;
    grid-template-columns : 1fr 2fr;
    grid-gap : 10px;
    margin-bottom: 15px;
  }
  .combine-like p{
    font-size: 15px;
  }
  .combine-like a{
    color: #A80A0E;
  }
  .right-gallery-box{
    display: grid;
    grid-template-columns : 1fr 1fr 1fr;
    grid-gap : 5px;
    padding-bottom: 20px;
  }
  .right-gallery-box .img{
    overflow: hidden;
  }
  .right-gallery-box .img img{
    transition: .4s ease-in;
  }
  .right-gallery-box .img:hover img{
    transform: scale(1.1);      
  }*/

/** LEADERSHIP PAGE **/
  .leadership{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding : 60px 20px;
  }  
  .leadership .left h2{
    position: relative;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .leadership .left h2::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 7px;
    width: 40px;
    height: 3px;
    background: #A80A0E;
  }
  ul.style-1 li,
  .leadership .left ul li{
    position: relative;
    margin-top: 15px;
    padding-left: 20px;
    font-size: 16px;
  }
  ul.style-1 li::before,
  .leadership .left ul li::before{
    position: absolute;
    content: '\f105';
    left : 0;
    top : -1px;
    color: red;
    font-family: 'FontAwesome';
    font-weight: bold;
  }

/** LEADERSHIP PAGE **/
  .leadership.events .left{
    padding : 40px 20px;
  }
  .leadership.events .left h2{
    font-size: 30px;
    text-transform: uppercase;
  }
  .table-events tr td{
    padding: 20px 10px!important;
    border: none!important;
    background: transparent!important;
  }
  .table-events tr td:first-child{
    text-transform: uppercase;
    width: 180px;
  }
  .table-events tr td p{
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .close-it{
    position: absolute;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    font-size: 26px;
  }
  .blinking{
    background: #F04129;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 20px;
    line-height: 0;
    animation:blinkingText 0.8s infinite;
    color: #fff!important;
    font-weight: normal;
    font-family: arial;
  }
  @keyframes blinkingText{
    0%{		background: #000;	}
    49%{	background: #000;	}
    50%{	background: #F04129;	}
    100%{	background: #F04129;	}
  }
  .close-startup{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
    display: inline-block;
    background: #eee;
    padding : 10px;
    cursor: pointer;
  }
  .leadership.events{
    padding: 0;
  }
  .leadership.popup .left{
    padding: 10px 0;
  }
  .leadership.popup .left h2{
    font-size: 16px;
    margin-bottom: 0;
  }
  .leadership.popup .table-events tr td{
    padding : 10px 0!important;
  }
/** GALLERY PAGE **/    
    .wrap-box-gallery{
      display: grid;
      grid-template-columns : 1fr 1fr 1fr 1fr;
      grid-gap : 20px;
      margin : 40px 0;
    }
    .box-gallery{
      margin-bottom: 10px;
    }
    .box-gallery *{
      text-decoration: none!important;
      color: #333;
    }
    .box-gallery .img-box{
      position: relative;
      overflow: hidden;
    }
    .box-gallery .img-box img{
      width: 100%;
      transition: .4s ease-in;
    }
    .box-gallery:hover img{
      transform : scale(1.1);
    }
    .gallery-title{
      position: absolute;
      right: 0;
      bottom : 30px;
      background: #A80A0E;
      color: #fff;
      display: inline-block;
      padding: 5px;
    }
    .gallery-title.zoom{
      pointer-events: none;
    }
    .gallery-title .fa{
      color: #fff;
      padding: 5px;
    }
    .gallery-title:hover{
      background: #333;
    }
    .wrap-title{
      position: relative;
    }
    .wrap-title::before{
      position: absolute;
      content: '';
      left: 0;
      bottom: -15px;
      width: 45px;
      height: 3px;
      background: red;
      transition: .4s ease-in;
    }
    .box-gallery:hover .wrap-title::before{
      width: 55px;
    }
    .box-gallery .wrap-title h4{
      font-weight: bold;
    }
    .detail-gallery{
      margin: 30px 0 10px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      overflow: hidden;
    }

/** REGISTRATION PAGE **/
  .wrap-leaders{
    display: grid;
    grid-template-columns : 1fr 1fr 1fr;  
  }

/** CONTACT PAGE **/    
  .wrap-get-touch{
    display: grid;
    grid-template-columns : 1fr 1fr;
    padding: 60px 0;
  }
  .get-touch-left{
    padding: 0 0 40px;
  }
  .get-touch-left h2{
    position: relative;
    font-size: 40px;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .get-touch-left h2::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 3px;
    background: #A80A0E;
  }
  .get-touch-left p{
    font-size: 18px;
    margin-bottom: 15px;
    padding-right: 100px;
    color: #666;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .get-touch-right iframe{ 
    width: 100%;
    height: 100%;
  }
  .wrap-address p{
    font-size: 15px;
    color: #222;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
  }
  .wrap-address p .fa{
    position: absolute;
    left: 0;
    top : 5px;
    color: #A80A0E;
  }
  .contact-form-box{
    display: grid;
    grid-template-columns : 1fr 1fr;
    max-width: 80%;
    margin: 0 auto;
  }
  .box-cleft{
    padding: 120px 60px;
  }
  .box-cleft h2.bold-title{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
  }
  .join-us-box.contact,
  .join-us-box.founder{
    position: relative;
  }
  @media(min-width:768px){
    .join-us-box.contact::after,
    .join-us-box.founder::after{
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-width: 15px;
      margin-top: -15px;
      border-right-color: #fff;
      z-index: 5;
  }
}
.split-block{
  display: grid;
  grid-template-columns : 1fr 1fr;
  color: #fff;
}
.split-block .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split-block .right{
  padding: 80px;
  background: #fff;
  color : #333;
}
.split-block .right h2{
  font-size: 32px;
  position: relative;
  margin-bottom: 30px;
}
.split-block .right h2::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -15px;
  width: 40px;
  height: 2px;
  background: #A80A0E;
}
.split-block .right p{
  font-size: 18px;
  line-height: 26px;
} 
.box-vm{
  background: #222;
  padding: 80px 40px 80px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

/** OTP PAGE **/
  section.otp{
    background: url(../../images/footer-bg.jpg);
  }
  .otp-box{
    padding: 60px;
  }
  .otp-box p{
    padding: 10px 0;
    font-size: 15px;
    line-height: 24px;
  }
  .otp-box .form-control{
    height: 60px;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #888;
    padding-left: 0;
    box-shadow: none;
    color : #000;
  }

/** SUCCESS PAGE **/
  .img-success{
    --innerValue : 120px;
    width: var(--innerValue);
    height: var(--innerValue);
    border-radius: var(--innerValue);
  }

/** LEADERS PAGE **/
  section.leaders{
      padding: 100px 0;
      position: relative;
      background-image: url(../../images/bg-leaders.png);
      background-position: center center;
      background-size: cover;
  }
  section.leaders::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }
  .leaders-wrap{
    display: grid;
    grid-template-columns : 1fr 1fr;
    grid-gap: 20px;
    position: relative;
  }
  .leaders-left{
    min-height: 120px;
    text-align: left;
    color: #fff;
  }
  .leaders-left h3{
    position: relative;
  }
  .leaders-left h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .blog-right-right h3{
    max-height: 40px;
  }
  /* .leaders-left p,
  .blog-right-right p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  } */
  .leaders-right iframe{
    height: 349px;
  }
  .wrap-leaders-speech-box{
    display: grid;
    grid-template-columns : 1fr 1fr 1fr 1fr;
    grid-gap : 20px;
    padding: 20px 0;
  }
  .leaders-speech-box iframe{
    height: 200px;
  }

/** BLOG PAGE **/  
  .wrap-blog{
    display: grid;
    grid-template-columns  : 1fr 1fr;
    grid-gap : 30px; 
    padding: 10px 0 30px; 
  }
  .wrap-blog .width-100{
    border-radius: 4px;
  }
  .blog-right-wrap{
    display: grid;
    grid-template-columns  : 1fr 1fr;
    grid-gap:  30px;
    margin-bottom: 20px;
  }
  .blog-right-wrap a h3,
  .blog-left .content h3{
    color: #333;
    font-size: 18px;
  }

/** MEDIUM DEVICE **/
  @media(min-width : 992px){
    .col-md-flex-25{
      flex-basis: 25%;
    }
    .col-md-flex-50{
      flex-basis: 50%;
    }
    .col-md-flex-75{
      flex-basis: 75%;
    }
    .col-md-flex-100{
      flex-basis: 100%;
    }
    .horizontal-flex{
      flex-direction :column;
    }
  }

/** SMALL DEVICE **/
  @media(min-width : 768px) and (max-width : 991px){
    .divider{
      border-right: none;
    }
    .mailchimp img{
      display: none;
    }
    .breadcrumb{
      margin-top: 55px!important;
    }
    .navbar-fixed-top .container{
      width: 94%;
    }
    .wrap-box-gallery{
      grid-template-columns : 1fr 1fr 1fr;
    }
    .wrap-leaders{
      grid-template-columns : 1fr 1fr;        
    }
    [class*=col-md-flex-]{
      flex-basis: unset;
    }
    .col-sm-flex-25{
      flex-basis: 25%;
    }
    .col-sm-flex-50{
      flex-basis: 50%;
    }
    .col-sm-flex-75{
      flex-basis: 75%;
    }
    .col-sm-flex-100{
      flex-basis: 100%;
    }
    .sm-order1{
      order: 1;
    }
    .sm-order2{
      order: 2;
    }
    .sm-order3{
      order: 3;
    }
    footer .contact{
      padding: 20px 15px 0;
    }
    iframe{
      height: 300px!important;
    }
    iframe.auto{
      min-height: 0;
      height: auto!important;
    }
    .wrap-leaders-speech-box{
      grid-template-columns : 1fr 1fr;
    }
    .join-us.founder .container{
      padding: 0;
      width: 100%;
    }
    .contact-form-box{
      max-width: 100%;
      padding: 0;
    }
  }

/** EXTRA SMALL DEVICE **/
  @media(min-width : 768px){
    .flex{
      display: flex;
      flex-wrap: wrap;
    }    
    .combinedMedia img,
    .combinedMedia iframe{
      height: 320px;
      object-fit: cover;
    }
  }

/** EXTRA SMALL DEVICE **/
  @media(max-width : 767px){
    iframe{
      min-height: 200px;
    }
    iframe.auto{
      min-height: 0;
    }
    .box-cleft {
        padding: 40px;
        box-sizing: border-box;
    }
    .wrap-box-gallery,
    .box-leaders-detail,
    .wrap-get-touch,
    .wrap-leaders{
      grid-template-columns : 1fr;
      padding: 30px; 
    }
    .breadcrumb,#mainCarousel{
      margin-top: 50px!important;
    }
    .box-leaders-detail .img-box{
      height : 300px;
    }
    .xs-order1{
      order: 1;
    }
    .xs-order2{
      order: 2;
    }
    .xs-order3{
      order: 3;
    }  
    footer .contact{
      padding: 20px 15px 0;
    }
    #subCarousel .item img.fit{
      padding: 30px 30px 0!important;
      background: #A80A0E;
    }
    #subCarousel .carousel-caption{
      padding: 10px 30px 20px;
    }
    .contact-form-box{
      max-width: 100%;
      padding: 0;
      grid-template-columns : 1fr;
    }
    .box-cleft{
      order : 2;
    }
    .divider{
      border-right: none;
    }
    .leadership,.split-block,
    .leaders-wrap,
    .wrap-leaders-speech-box,
    .wrap-blog{
      grid-template-columns : 1fr;
    }
    .leadership .left,.split-block .right{
      order: 2;
    }
    section.leaders,
    section.leaders-speech,
    section.blog{
      padding: 20px;
    }
    .blog-right-wrap{
      grid-template-columns : 1fr;
    }
  }

  /* FAQ PAGE */
  .faq-block {
    margin : 40px 20px 20px;
  }
  @media (min-width: 768px) {
    .faq-box {
      display: grid;
      grid-template-columns: 100px auto;
    }
  }
  .faq-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-left: 3px solid #0033a0;
    margin-bottom: 20px;
  }
  .faq-box div:nth-child(2) {
    padding-left: 15px;
  }
  .faq-box:nth-child(even) {
    border-left-color: #fcc63f;
    background: #fcc63f;
  }
  .faq-number {
    display: flex;
  }
  @media (min-width: 992px) {
    .faq-number {
      border-right: 1px solid #eee;
    }
    .faq-box.navigation-box:nth-child(2) .faq-number {
      border-right-color: #333;
    }
  }
  .faq-number h2 {
    margin: auto;
    font-size: 40px;
    color: #0033a0;
  }
  .faq-box h3 {
    font-size: 20px;
  }
  
  /* SUCCESS PAGE */
  .success-box-wrapper {
    width : 100%;
    max-width : 450px;
    background: #f5f5f5;
    border : 2px solid #eee;
    padding : 30px;
    text-align: center;
    margin : 40px auto 80px;
    border-radius: 6px;
  }
  .success-box-wrapper img {
    width : 120px;
    height : 120px;
    border-radius: 120px;
    margin-bottom  :20px;
  }


  /* BUSINESS OPPORTUNITIES PAGE */
  .products-grid,
  .business-opportunities {
    padding : 30px;
  }
  .business-top h2 {
    font-weight: bold;
    font-size : 50px;
  }
  .business-top p {
    line-height: 24px;
  }
  .products-imgs,
  .grid-business-imgs {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap : 30px;
    margin-top : 30px;
  }
  .grid-business-imgs.block {
    display: block;
  }
  .products-imgs {
    margin-top : 0;
    grid-template-columns: 1.5fr 1fr;
  }
  .products-imgs img,
  .grid-business-imgs img {
    width : 100%;
    height : 100%;
    object-fit: cover;
  }
  .grid-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding : 50px 0;
  }
  @media(max-width : 767px) {
    .products-imgs,
    .grid-business-imgs,
    .grid-features {
      display: block;
    }
  }
  .features-content h4 {
    line-height: 34px;
  }

  /* PRODUCTS PAGE */
  .grid-product-details {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-column-gap: 30px;
    padding : 30px 15px;
  }
  .grid-product-details .left h3 {
    font-weight: bold;
    font-size : 26px;
  }
  .grid-product-details p {
    line-height: 24px;
    color : #888;
    font-size : 15px;
  }
  .grid-product-details .right {
    padding : 40px 20px;
  }
  .grid-product-details .right h4 {
    margin-top : 30px;
    font-size : 24px;
    font-weight: bold;
  }