/*@font-face {
    font-family: SFProDisplay-Regular;
    src: url(../fonts/SFProDisplay-Regular.ttf);
  }
  @font-face {
    font-family: SFProDisplay-Medium;
    src: url(../fonts/SFProDisplay-Medium.ttf);
  }
  @font-face {
    font-family: SFProDisplay-Bold;
    src: url(../fonts/SFProDisplay-Bold.ttf);
  }
*/
@font-face {
    font-family: 'AmazonEmber_He';
    src: url('../fonts/AmazonEmber_He.eot');
    src: url('../fonts/AmazonEmber_He.eot') format('embedded-opentype'),
         url('../fonts/AmazonEmber_He.woff2') format('woff2'),
         url('../fonts/AmazonEmber_He.woff') format('woff'),
         url('../fonts/AmazonEmber_He.ttf') format('truetype'),
         url('../fonts/AmazonEmber_He.svg#AmazonEmber_He') format('svg');
}
@font-face {
    font-family: 'AmazonEmber_Rg';
    src: url('../fonts/AmazonEmber_Rg.eot');
    src: url('../fonts/AmazonEmber_Rg.eot') format('embedded-opentype'),
         url('../fonts/AmazonEmber_Rg.woff2') format('woff2'),
         url('../fonts/AmazonEmber_Rg.woff') format('woff'),
         url('../fonts/AmazonEmber_Rg.ttf') format('truetype'),
         url('../fonts/AmazonEmber_Rg.svg#AmazonEmber_Rg') format('svg');
}
@font-face {
    font-family: 'AmazonEmber_Th';
    src: url('../fonts/AmazonEmber_Th.eot');
    src: url('../fonts/AmazonEmber_Th.eot') format('embedded-opentype'),
         url('../fonts/AmazonEmber_Th.woff2') format('woff2'),
         url('../fonts/AmazonEmber_Th.woff') format('woff'),
         url('../fonts/AmazonEmber_Th.ttf') format('truetype'),
         url('../fonts/AmazonEmber_Th.svg#AmazonEmber_Th') format('svg');
}

@font-face {
    font-family: 'OgilvySansBold';
    src: url('../fonts/OgilvySansBold.eot');
    src: url('../fonts/OgilvySansBold.eot') format('embedded-opentype'),
         url('../fonts/OgilvySansBold.woff2') format('woff2'),
         url('../fonts/OgilvySansBold.woff') format('woff'),
         url('../fonts/OgilvySansBold.ttf') format('truetype'),
         url('../fonts/OgilvySansBold.svg#OgilvySansBold') format('svg');
}
@font-face {
    font-family: 'OgilvySansRegular';
    src: url('../fonts/OgilvySansRegular.eot');
    src: url('../fonts/OgilvySansRegular.eot') format('embedded-opentype'),
         url('../fonts/OgilvySansRegular.woff2') format('woff2'),
         url('../fonts/OgilvySansRegular.woff') format('woff'),
         url('../fonts/OgilvySansRegular.ttf') format('truetype'),
         url('../fonts/OgilvySansRegular.svg#OgilvySansRegular') format('svg');
}

  /* colors */

  /* colors end */
  @-webkit-keyframes shine2 {
      100% {
          left: 125%;
      }
  }
  @keyframes shine2 {
      100% {
          left: 125%;
      }
  }
  .form-control:focus,.form-select:focus{
    outline: none;
    box-shadow: none;
    background: transparent;
    border-color: var(--medium-black);
    color: var(--medium-black);
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus,.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
    outline: none;
    box-shadow: none;
}
  body {
      background: var(--white);
      margin: 0;
      padding: 0;
      font-family: AmazonEmber_Rg;
      font-size: 15px;
      color: var(--medium-black);
      line-height: 1.6;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;

  }
  html {
      overflow-x: hidden;
  }
  nav, section {
      display: block;
  }
  p {
      margin: 0px 0px 20px;
      padding: 0px;
  }
  a, button {
      line-height: inherit;
      display: inline-block;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
       -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  a:hover{
      color:var(--theme-color);
      text-decoration: none;
  }
  ul,ol {
      list-style: none;
      margin: 0px;
      padding: 0px;
  }
  .form-control:hover,input:hover,input:focus{
      outline: none !important;
      box-shadow: none !important;
  }

  .p60{padding: 60px 0px;}
  .p30{padding: 30px 0;}
  /********Header***********/
  .headings{font-size:36px;}

  .container{width: 1250px; max-width: 100%;}
  header{padding:15px 0px;
      /*position: absolute;
      width: 100%;
      z-index: 99;
      */
  }
  header .header-logo{
      width: 130px;
  }
  /*header .header-logo img{
      filter: brightness(0) invert(1);
  }*/
  .headerSec{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .hfrm{
      display: none;
  }
  .main-menu ul {
      font-weight: 400;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
       display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding-left: 0;
      list-style: none;
  }
  .main-menu ul li{ font-family: 'AmazonEmber_He';
      position: relative;

      /*margin-right: 15px;padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;*/
      color: var(--theme-color);
      font-size: 14px;
      font-weight: 300;
  }
   .main-menu>ul>li>a{font-size: 14px;color: #21368f !important;padding: 10px 10px;}
   .keymile .col-md-2 {
        width: 19.666667% !important;
    }
  .main-menu ul ul{
      position: absolute;
      z-index: 2;
      top: 150%;
      left: -15px;
      display: block;
      visibility: hidden;
      min-width: 250px;
      margin: 0;
      list-style: none;
      -webkit-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s;
      transition: all .5s ease 0s;
      letter-spacing: 0;
      opacity: 0;
      background-color: #fff;
      background: #fff;
      box-shadow: 0 2px 4px -2px rgba(0,0,0,.1), 0 4px 15px 0 rgba(0,0,0,.1);
      text-align: left;
      border-radius: 2px;
  }
  .main-menu ul ul li{
      padding: 10px 15px;
      margin-right: 0px;
      width: 100%;
      float: left;
      font-size: 15px;
  }
  .main-menu ul ul li .clist{
      display: flex;
      align-items: flex-start;
      justify-content: center;
  }
  .main-menu ul ul li .cimg {
      width: 130px;
      height: 60px;
      padding-right: 8px;
  }
  .main-menu ul ul li .cimg .sub-title{
      font-size: 12px;
      font-weight: 600;
  }
  .main-menu ul ul li a {
    color: #333 !important;
    display: block;
}
  .main-menu ul ul li .ctext {
      font-size: 14px;
  }
  .main-menu ul ul li:after {
      height: 50px;
  }
  .main-menu ul ul li:nth-child(even)::after{
      display: none;
  }
  .main-menu ul li:hover ul{
      top: 100%;
      visibility: visible;
      opacity: 1;
  }
  .main-menu ul ul ul{
      left: 100%;
      visibility: hidden !important;
      opacity: 0 !important;
  }
  .main-menu ul ul li:hover ul{
      visibility: visible !important;
      opacity: 1 !important;
      top:0;
  }
  .main-menu ul ul ul li a::after{
      display: none !important;
  }
  .main-menu  ul li ul li:hover ul li a{
      color: #333;
  }
  .main-menu  ul ul ul li:hover a{
          color: var(--theme-color) !important;
  }
  .hright{
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .4s;

      -webkit-transition: .4s;

      -moz-transition: .4s;

      -ms-transition: .4s;

      -o-transition: .4s;
  }
  .hright .cart{
      padding-right: 20px;
      font-size: 28px;
      color: var(--white);
  }
  .hright .enq-btn{
      border: none;
      cursor: pointer;
      padding: 0 1.3em;
      line-height: 2.5em;
      min-height: 2.6em;
      max-width: 100%;
      font-weight: bolder;
      text-transform: capitalize;
      -webkit-transition: border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
      transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
      border-radius: 4px;
      display: inline-block;
      color: #fff;
      background: var(--theme-color);
      font-weight: 300;
  }
  .hright .enq-btn:hover{
      background-color: var(--theme-color);
  }
  .hright .enq-btn:hover a{
      color: #fff;
  }
  .sicon{
      font-size: 22px;
      padding-right: 15px;
      color: var(--white);
  }
  .sicon i{
      margin-top: 10px;
  }
  .sicon:hover{
      cursor: pointer;
  }
  #search {
      align-items: center;
      background: rgba(0, 0, 0, 0.975);
      height: 100vh;
      display: flex;
      justify-content: center;
      opacity: .9;
      position: fixed;
      transition: all 0.5s;
      width: 100vw;
      will-change: transform, opacity;
      z-index: 1;
      left: 0;
      top: 0;
       animation: fadeIn ease 1s;
      -webkit-animation: fadeIn ease 1s;
      -moz-animation: fadeIn ease 1s;
      -o-animation: fadeIn ease 1s;
      -ms-animation: fadeIn ease 1s;
  }
  @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:.9;}
  }

  @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:.9;}
  }

  @-webkit-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:.9;}
  }

  @-o-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:.9;}
  }

  @-ms-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:.9;}
  }
  .close-btn {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 2;
  }
  .close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
  }
  .close-btn:before {
    transform: rotate(45deg);
  }
  .close-btn:after {
    transform: rotate(-45deg);
  }
  #search form{
      width: 90%;
  }
  #search .input-group{
      border-radius: 0;
      box-shadow: none;
      border-color: unset;
      background: transparent;
      border-style: unset;
      border-bottom: 1px solid #fff;
  }
  #search .input-group .form-control{
      height: 85px;
      background: transparent;
      color: #fff;
      font-size: 30px;
  }
  #search .input-group .search-btn{
      font-size: 30px;
  }
  /*---------------------------------*/
  .main-banner{
      position: relative;
      display: block;
      width: 100%;
  }
  .swiper-container.main-slider {
    width: 100%;
    /*height: calc(100vh - 150px);
    float: left;*/
    transition: opacity 0.6s ease, transform 0.3s ease;
  }
  .main-slider .swiper-slide {
    overflow: hidden;
    z-index: 0;
    height: auto;
  }
  .main-slider .swiper-slide:before{
      content: '';
      position: absolute;
     /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));*/
      width: 100%;
      height: 100%;
      z-index: 0;
  }

  .swiper-slide .slide-bgimg {
    position: relative;
   /* top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    margin: 0;*/
  }
  .swiper-slide .entity-img {
    display: none;
  }

  .home-banner-wrap {
    position: absolute;
    /*top: 50%;*/
    bottom: 80px;
    /*transform: translateY(-50%);*/
    width: 100%;
    color: var(--white);
    z-index: 2;
  }
  .banner-text { width: 100%;
      color:var(--medium-black);

  }
  .banner-text .heading1 {
      font-size: 30px; font-weight: 700;
      line-height: 1;
     /* color:var(--medium-black);*/
       color: var(--white);
      margin-bottom: 15px;
      text-transform: capitalize;
  }
  .banner-text .heading1 span {color: var(--black);
    background: #fff;
    font-size: 30px;
    font-weight: 700;
    padding:0px; margin-bottom: 10px; display: inline-block;
}
  .banner-text p {
       font-family: SFProDisplay-Regular;
      font-size: 18px;
      color: var(--white);
      text-transform: capitalize;
  }
  .modal-body{padding-top: 25px;}
  /*----------------------------------*/
  footer{
      padding: 10px 0px;
      background: var(--light-grey);
  }
  footer .flogo{
      width: 200px;
      margin-bottom: 20px;
  }
  footer .ftitle{
      font-weight: 600;
      text-transform: uppercase;
      font-size: 20px;
      margin-top: 20px;
      /*margin-bottom: 10px;*/
      position: relative;
      color: var(--theme-color);
  }
 /* footer .ftitle::after {
      position: absolute;
      content: '';
      left: 0;
      top: calc(100% + 15px);
      background: #888;
      height: 2px;
      width: 30px;
      }*/

  footer ul li{
      margin-bottom: 6px;
  }
  footer ul li a,footer ul li{
      color: var(--theme-color);
  }
  footer ul li:hover a{
      color: var(--theme-color);
      padding-left: 0px;
  }
 /* .clist li{
      padding-left: 25px;
      position: relative;
  }*/
  .clist li:before{
      position: absolute;
      left: 0;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: 'Line Awesome Free';
      font-weight: 900;
      top:5px;
  }
  .clist li.map:before{
      content: '\f041';
  }
  .clist li.phone:before{
      content: '\f095';
  }
  .clist li.mail:before{
      content: '\f0e0';
  }
  .clist li.whatsapp:before{
    content: '\f232';
  }
  .clist li.fax:before{
    content: '\f1ac';
  }
  .copyright {
    background: #09123a;
    padding: 10px 0;
    color:var(--white);
    font-weight: 400;
}
.copyright p{margin: 0;}

  .suscribe_field {background:var(--white);border-radius: 30px;padding: 3px;padding-right: 0;display: flex;justify-content: space-between;margin-bottom: 30px;}


  .suscribe_field input{
      width: calc(100% - 100px);
      border:none;
      background:0 0;
      color:var(--medium-black);
      height: 46px;
      box-sizing:border-box;
      padding: 10px 15px;
      font-size: 15px;
      border-radius:40px;
      vertical-align:middle;
      /* color: #fff; */
  }
  .suscribe_field button{
          background: var(--theme-color);
          border-radius: 30px;
          font-size: 12px;
          color: var(--white);
          font-weight: 600;
          width: 95px;
          height: 46px;
          cursor: pointer;
          text-align: center;
          text-transform: uppercase;
          border: none;
          vertical-align: middle;
          float: right;
  }
  .so-icon{ justify-content: flex-end;
      display: flex;
  }
  .so-icon a{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      /*border: 1px solid var(--white);*/
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin-right: 8px;
      color: var(--white);
      font-size: 20px;
  }
  .so-icon a:hover{
      background: var(--theme-color);
      border-color: var(--theme-color);
  }
  /************************************/
  .sheading{
      display: flex;
      align-items:center;
      justify-content: space-between;
  }
  .sheading,.cms-pages .title{
      margin-bottom: 40px;
  }
  .sheading .title,.cms-pages .title{
    font-family: SFProDisplay-Medium;
      font-size: 30px;
      color: var(--medium-black);
      text-transform: capitalize;
  }
  .sheading .title span,.cms-pages .title{
      color: var(--theme-color);
      position: relative;
  }
  .cms-pages .title:after{
    position: absolute;
    content: '';
    left: 0;
    top: calc(100% + 10px);
    background: var(--theme-color);
    height: 0px;
    width: 100px;
}
  .sheading .title span:after{
      position: absolute;
      content: '';
      left: 0;
      top: calc(100% + 10px);
      background: var(--theme-color);
      height: 2px;
      width: 80%;
  }
  .site-btn{
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      background-color: transparent;
      border:1px solid var(--medium-black);
      color: var(--medium-black);
      padding: 12px 30px 12px 30px;
      margin: 30px 0px 0px 0px;
      border-radius: 4px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      box-shadow: 0px 4px 15px 0px rgba(208, 208, 208, 0.28);
  }
  .site-btn:hover{
      background-color: var(--theme-color);
      color: #fff;
      border-color: var(--theme-color);
  }
  .vbtn{
    font-size: 17px;
    color: var(--medium-black);
    text-transform: capitalize;
    position: relative;
  }
  .vbtn:after{
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid var(--medium-black);
    border-right: 1px solid var(--medium-black);
    transform: rotate(45deg);
    margin-left: 15px;
    position: relative;
    top: -2px;
}
.vbtn:before {
    content: '';
    width: 14px;
    height: 1px;
    background: var(--medium-black);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vbtn:hover{
    color: var(--theme-color);
}
.vbtn:hover:after{
    border-color: var(--theme-color);
}
.vbtn:hover:before{
    background:var(--theme-color)
}
  /***********************************/
  .aboutsechome{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .aboutsechome .abouthomeimg{
      flex-basis: 50%;
      padding-right: 0;
      position: relative;
  }
  .aboutsechome .abouthomeimg .image{
      float: right;
      z-index: 10;
      margin-top: 50px;
      position: relative;
      overflow: hidden;
      width: 85%;
  }
  .aboutsechome .abouthomeimg .image::before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 10;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
      background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
      background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
      -webkit-transform: skewX( -25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }
  .aboutsechome:hover .image:before {
      -webkit-animation: shine2 1s;
      animation: shine2 1s;
  }
  .bg-img {
      position: absolute;
      left: 7.9%;
      width: 83.3%;
      height: 78.2%;
      background-color: var(--white);
      border: 12px solid var(--theme-color);
      border-radius: 5px;
  }
  .heading2 {
    font-size: 24px;
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 600;
}
.heading3{font-size: 20px;
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 600;}
.home2{ padding-top: 30px; }
.keymile p {
    font-size: 22px;
    color: var(--theme-color);
    font-weight: 500;
}
.keymile .col-md-2{position: relative;}

.years {
    font-size: 24px;
    border-bottom: 3px solid var(--theme-color);
    width: 60%;
    position: relative;
    margin: 15px 0;
    font-weight: 500;
    cursor: pointer;
}
.yearbox {
    position: absolute;
    left: 0;
    padding: 10px;
    background: #fff;
    z-index: 9;
    border-radius: 5px;
    box-shadow: 2px 3px 4px #eaeaea;
    display: none;
}
.yearbox ul {list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}
.yearbox ul li {
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
}


.aboutpage .heading2{ margin-top: 30px; }






/*  .aboutsechome .abouthomecontent{
      flex-basis: 50%;
      padding-left: 50px;
  }
  .aboutsechome .abouthomecontent span{
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 3.3px;
      color: var(--theme-color);
      font-weight: 500;
      text-transform: uppercase;
  }
  .aboutsechome .abouthomecontent .headings{
      font-family: SFProDisplay-Bold;
      color: var(--medium-black);
      font-size: 35px;
      margin-bottom: 15px;
  }
  .aboutsechome .abouthomecontent p{
      font-size: 17px;
      margin-bottom: 10px;
  }
  */


  .productbg{
      background-color: #f5f5f5;
      position: relative;
      z-index: 0;
  }
  .productbg::before{
      content: '';
      background-image: url(../images/bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      opacity: .5;
      z-index: -1;
  }
  .pc-list ul{
      display: flex;
  }
  .pc-list ul li{
      margin-bottom: 10px;
  }
  .pc-list ul li .card{}
  .pc-list ul li .card .c-img{
      position: relative;
      height: 250px;
      overflow: hidden;
  }
  .pc-list ul li .card .course-tags{
      position: absolute;
      top:15px;
      left: 15px;
      color: #fff;
      background: var(--theme-color);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 2px;
      padding: 3px 5px 2px 6px;
      border-radius: 2px;
  }
  .pc-list ul li .card .card-body{
      position: relative;

  }
  .pc-list ul li .card .cprice{
      line-height: 1;
      position: absolute;
      top: 0%;
      right: 30px;
      background: var(--theme-color);
      padding: 6px;
      transform: translateY(-50%);
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      text-align: center;
  }
  .pc-list ul li .card .cprice i{
      padding-right: 3px;
      font-size: 16px;
  }
  .pc-list ul li .card .ccat{
      color: var(--theme-color);
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 10px 0px 0px 0px;
      border-radius: 4px;
      margin-bottom: 15px;
      border:none !important;
  }
  .pc-list ul li .card .ctitle{
      font-size: 18px;
      line-height: 1.6em;
      color: var(--medium-black);
      margin: -8px 0px 0px 0px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  .pc-list ul li .card .card-footer{
      background: var(--white);
      padding: 15px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top-color: #f5f5f5;
  }
  .pc-list ul li .card .card-footer p{
      margin-bottom: 0px;
  }
  .pc-list ul li .card .card-footer a{
      color: var(--theme-color);
      position: relative;
  }
  .pc-list ul li .card .card-footer a:before{
      content: '';
      width: 14px;
      height: 1px;
      background: var(--theme-color);
      position: absolute;
      right: 0;
      top: 50%;
  }
  .pc-list ul li .card .card-footer a:after{
      content: '';
      width: 8px;
      height: 8px;
      display: inline-block;
      border-top: 1px solid var(--theme-color);
      border-right: 1px solid var(--theme-color);
      transform: rotate(45deg);
      margin-left: 15px;
  }
  .pc-list ul li:hover .card .ctitle{
      color: var(--theme-color);
  }
  .pc-list ul li .card .c-img img{
      transition: transform .3s ease;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
  }
  .pc-list ul li:hover .card .c-img img{
      transform: scale(1.2);
  }
  .pc-list .owl-nav{
    margin-top: 30px;
    text-align: center;
}
#pc-list button.owl-next, #pc-list button.owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: var(--medium-black);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px !important;
    padding: 10px 8px !important;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#pc-list button.owl-next:focus, #pc-list button.owl-prev:focus{
    outline: none !important;
}
#pc-list button.owl-next:before, #pc-list button.owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid var(--medium-black);
    border-right: 0;
    content: "";
    z-index: -1;
    padding: 10px 8px !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#pc-list button.owl-next:before {
    left: auto;
    right: -15px;
    border-left: 0;
    border: 2px solid var(--medium-black);
    border-left: none;
}
#pc-list button.owl-prev:before {
    left: -15px;
}
.pc-list button.owl-prev:before {
    left: -15px;
}
.pc-list button.owl-prev span {
    margin-right: 5px;
}
.pc-list button.owl-next span {
    margin-left: 5px;
}
.pc-list button.owl-next:hover, .pc-list button.owl-prev:hover {
    background: transparent !important;
    color: var(--theme-color) !important;
    text-decoration: none;
      -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pc-list button.owl-next:hover:before, .pc-list button.owl-prev:hover:before{
    border-color: var(--theme-color) !important;
      -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pc-list .date{margin-bottom: 10px;color: var(--theme-color);}
.pc-list .date span{color:var(--theme-color);}
/* *************************************** */
  .blogbg{background-color:#fff;}
  .blogbg .headings{color:var(--medium-black); margin-bottom: 25px;}
  .feature-blog{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 20px;}
  .blogbox{width: 49%;}
  .blogboxbg{background-color:#f5f5f5;display: flex;align-items: center;}
  .blog-img{width:40%; height: 250px; overflow: hidden;}
  .blog-img a{display: block; height: 100%; width: 100%;}
  .blog-img img{object-fit: cover; width: 100%; height: 100%;}
  .blog-content{width: 60%; padding: 30px;}
  .blog-title{ font-size: 20px; color:var(--medium-black); }
  .blog-content .content p{
    line-height: 1.2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }


/* ******************************************** */
.eventhome{
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.eventhome::before{
    content: '';
    width: calc(50% + 20px);
    height: 100%;
    background: var(--theme-color);
    opacity: .5;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
}
.eventhome .sheading .title,.eventhome .sheading .title span{
    color: var(--white);
}
.eventhome .sheading .title span::after,.eventhome .vbtn:before{
    background: var(--white);
}
.eventhome .vbtn{
    color: var(--white);
}
.eventhome .vbtn:after{
    border-color: var(--white);
}
.eventbox{
    background:var(--white);
}
.eventbox .imgsec{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.eventbox .imgsec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.eventbox .contents{
    padding: 20px;
}
.eventbox .contents .event-title{
    font-family: SFProDisplay-Medium;
    font-size: 18px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-bottom: 10px;
    line-height: 1.3;
    height: 50px;
}
.eventbox .date{color: var(--theme-color);font-size: 14px;line-height: 1.3;}
.eventbox .date span{color:var(--theme-color);}
.eventbox .contents .content{
    margin-top: 10px;
    font-size: 16px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    line-height: 1.3;
}
#fe .owl-nav{
    margin-top: 30px;
    text-align: left;
}
#fe button.owl-next, #fe button.owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px !important;
    padding: 10px 8px !important;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#fe button.owl-next:focus, #fe button.owl-prev:focus{
    outline: none !important;
}
#fe button.owl-next:before, #fe button.owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid var(--white);
    border-right: 0;
    content: "";
    z-index: -1;
    padding: 10px 8px !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#fe button.owl-next:before {
    left: auto;
    border: 2px solid var(--white);
    border-left: 0;
}

.fe button.owl-prev:before {
    left: -15px;
}
.fe button.owl-prev span {
    margin-right: 5px;
}
.fe button.owl-next span {
    margin-left: 5px;
}
.fe button.owl-next:hover, .fe button.owl-prev:hover {
    background: transparent !important;
    color: var(--theme-color) !important;
    text-decoration: none;
      -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.fe button.owl-next:hover:before, .fe button.owl-prev:hover:before{
    border-color: var(--theme-color) !important;
      -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
/************************************/
.testimonialbg{
    background:#f5f5f5 url(../images/pattern.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 0;
}

.testimonial{
    border-left: 4px solid var(--theme-color);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    background:var(--white);
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid var(--theme-color);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: cover;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: var(--medium-black);
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title{
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: var(--theme-color);
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: var(--medium-black);
}
#testimonial-slider .owl-nav{
    margin-top: 30px;
    text-align: center;
}
#testimonial-slider button.owl-next, #testimonial-slider button.owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: var(--medium-black);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px !important;
    padding: 10px 8px !important;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#testimonial-slider button.owl-next:focus, #testimonial-slider button.owl-prev:focus{
    outline: none !important;
}
#testimonial-slider button.owl-next:before, #testimonial-slider button.owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid var(--medium-black);
    border-right: 0;
    content: "";
    z-index: -1;
    padding: 10px 8px !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#testimonial-slider button.owl-next:before {
    left: auto;
    right: -15px;
    border: 2px solid var(--medium-black);
    border-left: 0;
}
#testimonial-slider button.owl-prev:before {
    left: -15px;
}
#testimonial-slider button.owl-prev span {
    margin-right: 5px;
}
#testimonial-slider button.owl-next span {
    margin-left: 5px;
}
#testimonial-slider button.owl-next:hover, #testimonial-slider button.owl-prev:hover {
    background: transparent !important;
    color: var(--theme-color) !important;
    text-decoration: none;
      -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#testimonial-slider button.owl-next:hover:before, #testimonial-slider button.owl-prev:hover:before{
    border-color: var(--theme-color) !important;
      -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
@media only screen and (max-width: 767px){
    .para.contact_box .box_bg{width: 100%!important;margin-bottom: 2rem;padding: 2rem!important;}
    .contact_box .box_bg .raw-html-embed i{font-size: 1rem!important;}
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
    #inner-banner .col-sm-12.inner-breadcrumb {
      bottom: 0!important;
  }
    #inner-banner {
      height: 20vh!important;
  }
}
/*****************************************/
.blist ul{

}
.blist ul li{

}
.blist ul li .card{
    height: 100%;
}
.blist ul li .card .b-img{
    position: relative;
    height: 200px;
    overflow: hidden;
   width: 25%;

}
.blist ul li .card .card-body{
    position: relative;
    width: 100%;

}
.blist .card .card-body ul{
    display: inline-block;
    width: 100%;
}
.blist .card .card-body ul li{
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    flex-basis: unset;
}
.blist .card .card-body .bcat,.blist .card .card-body .bdate{
    color:var(--theme-color);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0px 0px 0px;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.blist .card .card-body .bcat:before,.blist .card .card-body .bdate:before{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color:var(--theme-color);
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
}
.blist .card .card-body .bcat:before{
    content: '\f02c'
}
.blist .card .card-body .bdate:before{
    content: '\f274';
}
.blist ul li .card .btitle{
    font-size: 18px;
    line-height: 1.6em;
    color: var(--medium-black);
    margin: -8px 0px 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blist ul li .card .bpara{
    color:var(--medium-black);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.blist ul li .card .card-footer{
    background:var(--white);
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-color: #f5f5f5;
}
.blist ul li .card .card-footer p{
    margin-bottom: 0px;
}
.blist ul li .card .card-footer a{
    color: var(--medium-black);
    position: relative;
}
.blist ul li .card .card-footer a:before{
    content: '';
    width: 14px;
    height: 1px;
    background: var(--medium-black);
    position: absolute;
    right: 0;
    top: 50%;
}
.blist ul li .card .card-footer a:after{
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid var(--medium-black);
    border-right: 1px solid var(--medium-black);
    transform: rotate(45deg);
    margin-left: 15px;
    /* top: 50%; */
}
.blist ul li:hover .card .card-footer a{
    color: var(--theme-color);
}
.blist ul li:hover .card .card-footer a:before{
    background: var(--theme-color);
}
.blist ul li:hover .card .card-footer a:after{
    border-top: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
}
.blist ul li .card .b-img img{
    transition: transform 1s ease;
    transition: transform 1s ease;
    width: 100%;
    height: 100%;


}
.blist ul li:hover .card .b-img img{
    transform: scale(1.2);
}
#news_list .owl-nav{
    margin-top: 30px;
    text-align: center;
}
#news_list button.owl-next, #news_list button.owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: var(--medium-black);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px !important;
    padding: 10px 8px !important;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#news_list button.owl-next:focus, #news_list button.owl-prev:focus{
    outline: none !important;
}
#news_list button.owl-next:before, #news_list button.owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid var(--medium-black);
    border-right: 0;
    content: "";
    z-index: -1;
    padding: 10px 8px !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#news_list button.owl-next:before {
    left: auto;
    right: -15px;
    border: 2px solid var(--medium-black);
    border-left: 0;
}
#news_list button.owl-prev:before {
    left: -15px;
}
#news_list button.owl-prev span {
    margin-right: 5px;
}
#news_list button.owl-next span {
    margin-left: 5px;
}
#news_list button.owl-next:hover, #news_list button.owl-prev:hover {
    background: transparent !important;
    color: var(--theme-color) !important;
    text-decoration: none;
      -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#news_list button.owl-next:hover:before, #news_list button.owl-prev:hover:before{
    border-color: var(--theme-color) !important;
      -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
/* ************************************ */
.gal{
    background:#f5f5f5 url(../images/pattern.png);
    background-repeat: repeat;
    background-position: center;
    position: relative;
    z-index: 0;
}
.photogallery{
    display: flex;
    flex-wrap: wrap;
    gap:14px;
}
  .photogallery li {
      flex-basis: 24%;
    position: relative;
    float: left;
    padding: 0;
    list-style: none;
  }
  .photogallery li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .photogallery li a span{
      position: absolute;
      left: 0;
      bottom: 0;
      background:var(--theme-color);
      color: var(--white);
      padding: 6px 20px;
  }
  .photogallery li a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
  }
  .photogallery li span {
    margin: 0;
    font-size: 16px;
    color: var(--white);
  }




  .photogallery .info {
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    pointer-events: none;
    background-color:var(--theme-color);
    opacity: .7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .photogallery .info i{
      opacity: 1;
      font-size: 28px;
      color:var(--white);
  }

  .in-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
            animation: in-top 300ms ease 0ms 1 forwards;
  }

  .in-right .info {
    transform-origin: 100% 0%;
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
            animation: in-right 300ms ease 0ms 1 forwards;
  }

  .in-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
            animation: in-bottom 300ms ease 0ms 1 forwards;
  }

  .in-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
            animation: in-left 300ms ease 0ms 1 forwards;
  }

  .out-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
            animation: out-top 300ms ease 0ms 1 forwards;
  }

  .out-right .info {
    transform-origin: 100% 50%;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
            animation: out-right 300ms ease 0ms 1 forwards;
  }

  .out-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
            animation: out-bottom 300ms ease 0ms 1 forwards;
  }

  .out-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
            animation: out-left 300ms ease 0ms 1 forwards;
  }

  @-webkit-keyframes in-top {
    from {
      transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }

  @keyframes in-top {
    from {
      transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @-webkit-keyframes in-right {
    from {
      transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-right {
    from {
      transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @-webkit-keyframes in-bottom {
    from {
      transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-bottom {
    from {
      transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @-webkit-keyframes in-left {
    from {
      transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-left {
    from {
      transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @-webkit-keyframes out-top {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(-1, 0, 0, 104deg);
    }
  }
  @keyframes out-top {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(-1, 0, 0, 104deg);
    }
  }
  @-webkit-keyframes out-right {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, -1, 0, 104deg);
    }
  }
  @keyframes out-right {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, -1, 0, 104deg);
    }
  }
  @-webkit-keyframes out-bottom {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(1, 0, 0, 104deg);
    }
  }
  @keyframes out-bottom {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(1, 0, 0, 104deg);
    }
  }
  @-webkit-keyframes out-left {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, 1, 0, 104deg);
    }
  }
  @keyframes out-left {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, 1, 0, 104deg);
    }
  }
  /* ************************ */
  .videoimg{
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding-top: 120px;
    margin-bottom: 180px;
  }
  .videoimg .video-sec{
      width: 70%;
      margin:0 auto;
      position: relative;
  }
  .videoimg .video-sec a{
      display: inline-block;
      width: 100%;
  }
  .videoimg .video-sec .vimg{
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    height: 500px;
  }
  .videoimg .video-sec .vimg img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
  }
  .videoimg .play-btn{
    color:var(--theme-color);
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoimg .play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff repeat scroll 0 0;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}
.videoimg .play-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.2) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 100%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    border: 1px solid var(--theme-color);
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/********************/
client-list ul{
    display: flex;
    flex-wrap: wrap;
}
.client-list ul li{
    flex-basis: 20%;
    margin-bottom: 15px;
    padding: 10px;
     transition: .3s;
    -webkit-transition: .3s;
    text-align: center;
}
.client-list ul li .client-img{
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: center;

}
.client-list ul li .client-img img{
  margin: 0 auto;
    width: 80%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
   transition: filter 600ms ease;
    -webkit-transition: -webkit-filter 600ms ease;
}
.client-list ul li:hover{
        box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}
.client-list ul li:hover .client-img img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);

}
/*inner-banner*/
#inner-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*padding: 200px 0px 200px;*/
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 0;
    /*height: 85vh;*/
}
.slide-bgimg img{display: block;
    width: 100%;
    height: auto;}
#inner-banner::before {
    content: "";

    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#inner-banner span {
   /* font-family: "Bell MT Regular";*/
    color: var(--black);
    background: #fff;
    font-size: 30px;
    line-height: 1.42857143;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    padding: 0px 5px 0px 5px;
    /*max-width: 700px;*/
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
}
.inner-breadcrumb ul {
    padding: 0px;
    margin: 0px;
    background: #fff;
    display: inline;
}
.inner-breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    color: var(--black);
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
}
.inner-breadcrumb ul li a {
    color: var(--black);
    font-weight: 500;
}
.inner-breadcrumb ul li:hover a {
    color:var(--theme-color);
}
.inner-breadcrumb ul li::before {
    color: var(--black);
    content: "/ ";
    font-size: 12px;
    font-weight: 500;
    left: -10px;
    line-height: normal;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
.inner-breadcrumb ul li:first-child::before {
    display: none;
}
#inner-banner .col-sm-12{
    display: none;
}
#inner-banner .col-sm-12.inner-breadcrumb{
    display: block;
    position: absolute;
    bottom: 80px;
}
/* **************** */
.cms-img {
    width: 500px;
    height: 500px;
    overflow: hidden;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}
.cms-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cms-para p {
    color: var(--medium-black);
    font-size: 17px;
    margin-bottom: 20px;
    text-align: justify;
}
.cms-para a {
    color: var(--theme-color);
}
.inner-page {
    background: var(--white);
}
.cms-para iframe {
    width: 100%;
    height: 450px;
}
.cms-para h2 {
    color: var(--theme-color);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}
.cms-para h3 {
    color: var(--theme-color);
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
}
.cms-para h4 {
    color: var(--theme-color);
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.cms-para table {
    border-color: var(--theme-color);
}
.cms-para ul li,
.cms-para ol li {
    float: left;
    font-size: 16px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.4;
    padding-left: 25px;
    width: 100%;
}
.cms-para ul li:before,
.cms-para ol li:before {
    content: "\f14a";
    font-family: "Line Awesome Free";
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: 3px;
    color: var(--theme-color);
    width: auto;
    height: auto;
    background: transparent;
}
/* ********************************* */
.faq_listing {
    padding-bottom: 30px;
}
.faq_listing > li {
    list-style: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    margin-bottom: 10px;
}
.faq_title.active {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.faq_title {
    font-size: 17px;
    background: var(--white);
    border: 1px solid var(--medium-black);
    color: var(--medium-black);
    font-weight: 500;
    position: relative;
    padding: 12px 50px 12px 15px;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.faq_title:after {
    content: "+";
    color: var(--theme-color);
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 5px;
    font-size: 24px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.faq_title.active:after {
    content: "";
    font-size: 0;
}
.faq_title.active:before {
    content: "";
    width: 12px;
    position: absolute;
    background:var(--theme-color);
    height: 1.5px;
    right: 15px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.faq_data {
    font-size: 16px;
    font-weight: 400;
    color: var(--medium-black);
    display: none;
    line-height: 1.6;
    padding: 10px 0px;
    text-align: justify;
}
.faq_data p:last-child {
    margin-bottom: 0;
}
/* ******************************** */
.testlist li:hover {
    background: var(--white);
}
.testlist li {
    margin: 10px 0;
    width: 100%;
    float: left;
    padding: 10px 25px 10px;
    border-left: 5px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}
.testlist li p {
    font-size: 16px;
    margin: 5px;
}
.testlist li p small {
    font-size: 13px;
    color: var(--theme-color);
}
.testlist li p span {
    color: var(--theme-color);
    text-align: right;
    display: block;
    padding-right: 0px;
}
.rateing i{
  margin-right: 2px;
  font-size: 20px;
  color: #ddd;
}
.rateing i.active{
  color: #ea9d57;
}
/* ******************************** */
.dtbg {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.dtbg img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.btext .date {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
}
.btext .date i {
    color: var(--theme-color);
    font-size: 20px;
}
.btext p,
.btext {
    color:var(--medium-black);
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: justify;
}
.btext h3,
.btext h4,.subtitle {
    color: var(--theme-color);
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
}
.btext ul li,
.btext ol li {
    float: left;
    font-size: 17px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.4;
    padding-left: 25px;
    width: 100%;
}
.btext ul li:before,
.btext ol li:before {
    content: "\f14a";
    font-family: "Line Awesome Free";
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: 4px;
    color: var(--theme-color);
    width: auto;
    height: auto;
    background: transparent;
}
.btag{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    color: var(--theme-color);
}
.sblog .blogbox {
    width: 100%;
    margin-bottom: 10px;
}
.sblog .content{
    display: none;
}
.sblog .blogboxbg{
    padding: 10px;
}
.sblog .blog-img{
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}
.sblog .blog-content{
    padding: 0px;
}
.sblog .blog-title{
    font-size: 16px;
}
.sblog .date{
    font-size: 13px;
}
/* ********************************************* */
.cms-pages .pc-list ul{
    flex-wrap: wrap;
    gap:10px;
    justify-content: flex-start;
}
.cms-pages .pc-list ul li{
    flex-basis: 100%;
    margin-bottom: 0px;
}
.img-display{
    overflow: hidden;
    border: 1px solid #ccc;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.img-showcase img{
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;

}
.img-select{
    display: flex;
    gap:5px;
    justify-content: flex-start;
    margin-top: 8px;
}
.img-item{
   flex-basis: 25%;
}
.img-item:hover{
    opacity: 0.8;
}
/* .cms-pages .prod-detail-sec .title {
    margin-bottom: 20px;
} */
.pro-cat{
    font-size: 13px;
    color: var(--white);
    background: var(--theme-color);
    border-radius: 5px;
    padding: 4px 15px;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.price{
    margin: 10px 0px;
    font-size: 24px;
    color:var(--theme-color);
}
.price .cut_price{
    font-size: 20px;
    color:var(--medium-black);
    position: relative;
}
.price .cut_price::before{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: var(--black);
}
.prod-detail-sec h2 {
    color: var(--theme-color);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}
.prod-detail-sec p{
    font-size: 16px;
}
.social-links{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.social-links p{
    margin-bottom: 0px;
    font-weight: 600;
    margin-right: 8px;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: var(--theme-color);
    border-color: transparent;
    color: var(--white);
}
.rp{
    background:#f5f5f5 url(../images/pattern.png);
    background-repeat: repeat;
    background-position: center;
    position: relative;
    z-index: 0;
}
/* ******************************************* */
.titlelist {
    display: flex;
    align-items: center;
}
.cartimg {
    float: left;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
    width: 70px;
    text-align: center;
    background: #f1f1f1;
}
.cartimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tablebox h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--medium-black);
}
.cart-quantity{
  display: flex;
}

.cart-quantity input.form-control {
    width: 80px;
    text-align: center;
    border: 1px solid #cacaca;
    float: left;
    height: 42px;
    margin: 0 6px;
    border-radius: 0px;
    padding: 0px;
}

.cart-quantity .cart-quan{
  width: 42px;
  height: 42px;
  border: 1px solid #cacaca;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}

.cart-quantity .cart-quan:hover{
  cursor: pointer;
}
.cart-btn{
    display: flex;
    align-items: flex-start;
    gap:10px;
}
.cartempt{
  text-align: center;
}
.cartempt p span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ed3744;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.cartempt p span i{
  font-size: 56px;
  color: #ed3744;
}
.cartempt p{
  font-size: 17px;
    margin-bottom: 8px;
    line-height: 1.6;
    color: #333;
}
.cartempt p a.site-btn{
  margin-top: 20px;
}
.enq_frm{
    width: 70%;
    margin: 0 auto;
}
.thanku header,.thanku footer{
  display: none;
}
.thankyou,.error{
    background: #f5f5f5 url(../images/pattern.png);
  width: 100%;
  height: 100vh;
  background-position: center top;
  background-repeat: repeat;
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou .tdiv,.error .tdiv{
  text-align: center;
}
.thankyou .tdiv h1,.error .tdiv h1 {
     color: var(--theme-color);
    font-size: 66px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 25px;
}
.tlogo{
    width: 25%;
    margin:  0 auto;
}
.thankyou .tdiv p,.error .tdiv p{
    color: var(--medium-black);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.pc-list .eventbox{
    border:1px solid #ddd;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.sblog .eventbox .contents{
    padding: 0px;
}

.sblog .eventbox .date,.sblog .eventbox .contents .content{
    display: none;
}
.rn-list li{
    margin-bottom: 10px;
}
.rn-list li .card-body{

}
.rn-list li .card-footer,.rn-list li .card-body ul,.rn-list li .card-body .bpara{
    display: none;
}
.rn-list li .card-body .btitle {
    font-size: 18px;
    line-height: 1.6em;
    color: var(--medium-black);
    margin: -8px 0px 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* ********************** */
.contact .about-sec {
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    display: flex;
    position: relative;
    background: var(--white);
    flex-direction: unset;
}
.contact .about-sec .aleft{
    width: 40%;
}
.contact .about-sec .aright{
    width: 60%;
}

.about-sec .aimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.aimg iframe,.aimg .tab-view{
    width: 100%;
    height: 100%;
}
.location-list{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.location-list .list{
    flex-basis: 48%;
    border: 1px solid var(--theme-color);
    padding: 10px;
    flex-shrink: 1;
    cursor: pointer;
    transition: .3s;

}
.location-list .list ul li{
    font-size: 15px;
    margin-bottom: 6px;
    color: #333;
}
.location-list .list ul li a{
    color: #333;
}
.location-list .list ul li a:hover{
    color: var(--theme-color);
}
.location-list .list.active,.location-list .list:hover{
    background: #ffeaeb;
}
.location-list .clist li:before{
    color: var(--theme-color);
}
.aimg .tab-view{
    display: none;
}
.aimg .tab-view.active{
    display: block;
}
.carr-frm ul{
    display: flex;
    gap:10px;
    flex-wrap: wrap;
}
.carr-frm ul li{
    flex:1;
    flex-basis: 32.5%;
    padding-left: 0 !important;
}
.client-list ul li{
    padding-left: 10px !important;
}
.carr-frm ul li:before,.client-list ul li:before{
    display: none !important;
}
.carr-frm ul li:last-child,.carr-frm ul li:nth-last-child(2){
    flex-basis: 100%;
}
.captcha{
    display: flex;
    align-items: center;
    gap:10px;
}
.help-block{
    color: red;
    font-size: 13px;
}
.about-sec .aright .apara {
    padding: 30px 10px 30px 20px;
}
/* ********************************* */
.nav_action {color: var(--theme-color);padding: 8px 10px;margin-right: -10px;cursor: pointer;width: 50px;display: none;  transition: .4s;

    -webkit-transition: .4s;

    -moz-transition: .4s;

    -ms-transition: .4s;

    -o-transition: .4s;}

.nav_icon {

  display: block;

  width: 27px;

  height: 18px;

  margin: 0 auto;

}

.nav_icon > i {

  height: 2px;

}

.nav_icon > i {

  display: block;

  height: 2px;

  background:var(--theme-color);

  width: 100%;

  transition: .4s;

  -webkit-transition: .4s;

  -moz-transition: .4s;

  -ms-transition: .4s;

  -o-transition: .4s;

  border-radius: 2px;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  -ms-border-radius: 2px;

  -o-border-radius: 2px;

  position: relative;

}

.nav_icon > i:not(:first-child) {

  margin-top: 7px;

}

.nav_icon > i:not(:first-child) {

  margin-top: 5px;

}

.nav_action.active > .nav_icon i:nth-child(1) {

  transform: rotate(

    -45deg

    );

  -webkit-transform: rotate(

    -45deg

    );

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  top: 5px;

}

.nav_action.active > .nav_icon i:nth-child(2) {

  margin-left: 50%;

  width: 0;

  opacity: 0;

}

.nav_action.active > .nav_icon i:nth-child(3) {

  top: -9px;

}

.nav_action.active > .nav_icon i:nth-child(3) {

  transform: rotate(

    45deg

    );

  -webkit-transform: rotate(

    45deg

    );

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  top: -9px;

}
.nav_action.active {
    /* transform: translate(30px, -25px); */
    transform: translate(5px, -10px);
    z-index: 100;

}
.nav_action.active .nav_icon > i{
    background: var(--medium-black);
}
.backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 98;
    display: none;
   }
   .custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
      display: flex;
      align-items: center;
  }

  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 1000px;
    margin: 30px auto;
    max-width: 97%;
  }

  .custom-model-wrap{
    background: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
      overflow-y: auto;
      z-index: 0;
  }

  .model-open .custom-model-inner{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
        line-height: 1;
  }
  .custom-model-inner .close-btn:before,.custom-model-inner .close-btn:after{
      display: none;
  }
  .proSec {
    display: flex;
    /* align-items: center; */
    flex-shrink: 1;
}

.pro-img {
    flex-basis: 50%;
    /* flex: 1; */
}
.pro-img .pimg{
    height: 100%;
}
.pro-img .pimg img{
    width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: cover;
}
.pro-desc {
    flex-basis: 50%;
    padding: 30px;
    background: #f5f5f5;
    position: relative;
    z-index: 0;
}
.pro-desc::before {
    content: '';
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .5;
    z-index: -1;
}
.pro-desc .title{
    color: var(--medium-black) !important;
}
.pro-desc .title:after{
    display: none !important;
}
.pro-desc .epara{
    font-size: 15px;
    margin-bottom: 20px;
}
.cta-one {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    padding: 110px 0;
}

.cta-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-color: var(--theme-color);
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.cta-one__title {
    font-size: 40px;
    color: var(--white);
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.cta-one .site-btn{
    color: var(--white);
    border-color: var(--white);
}

.cta-one .site-btn:hover {
    background-color: var(--white);
    color: var(--theme-color);
}
/* *************************************** */
.career-box{
    display: flex;
    align-items: flex-start;
}
.career-box .ccat{
    flex-basis: 25%;
}
.career-box .cdesc{
    flex-basis: 75%;
    padding-left: 15px;
}
.ccat{
    border:1px solid #ccc;
    background: var(--white);
}
.ccat ul li{
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 16px;
    transition: .4s;
}
.ccat ul li:last-child{
    border-bottom: none;
}
.ccat ul li a{
    color: var(--medium-black);
    width: 100%;
}
.ccat ul li.active,.ccat ul li:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.ccat ul li.active a,.ccat ul li:hover a{
    color: var(--white);
}
.cdesc .category-box-item{
    border:1px solid #ccc;
    padding:15px;
    border-radius:5px;
    margin-bottom: 15px;
}
.carrtitle{
    color: var(--theme-color);
    font-family: SFProDisplay-Medium;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.cdesc .category-box-item ul{
    display: flex;
    gap:10px;
    flex-wrap: wrap;
}
.cdesc .category-box-item ul li{
    width: unset;
}
.cdesc .category-box-item ul li span{
    font-family: SFProDisplay-Bold;
}
/****************************/
.carr-frm ul{
    display: flex;
    gap:10px;
    flex-wrap: wrap;
}
.carr-frm ul li{
    flex:1;
    flex-basis: 32.5%;
    padding-left: 0 !important;
}
.client-list ul li{
    padding-left: 10px !important;
}
.carr-frm ul li:before,.client-list ul li:before{
    display: none !important;
}
.carr-frm ul li:last-child,.carr-frm ul li:nth-last-child(2){
    flex-basis: 100%;
}
.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 10px;
  width: 100%;
  position: relative;
  border-radius: 3px;
      color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: var(--theme-color);
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus,.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
    outline: none;
    box-shadow: none;
}









ul.rest{padding-left: 20px; list-style: disc; margin-bottom: 20px;}

ul.rest li {
    font-size: 16px;
    color: var(--theme-color);
    line-height: 150%;
    font-weight: 600;
}
.custclose {
    position: absolute;
    top: 0px;
    right: 10px;
    opacity: 1;
    z-index: 9; background: none; border: none; font-size: 24px;
    /* color: var(--theme-color); */
}

.modal-dialog {
    height: calc(100vh - 60px);
    display: flex;
    align-items: center;
}
.teamheading { letter-spacing: 7px; font-size: 14px; text-transform: uppercase; margin-bottom: 30px; }
.teamlist{margin-top: 20px;}
.team { cursor: pointer; margin-bottom: 25px;}
.team img {width: 100%; height: 260px; object-fit: cover; border-radius: 6px;  border: 2px solid var(--theme-color); /*filter: grayscale(1);*/}

.name {
    text-align: center;
    color: var(--theme-color);
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.director-p {letter-spacing: 7px; font-size: 14px; text-transform: uppercase;padding: 20px 0;}


.icons{display: flex; flex-wrap: wrap; margin: 0 -10px;}
.icons li{width:25%; padding: 10px;}
.bus-logo {
    text-align: center;
}
.bus-logo img { width: 70px; height: 90px; }
.bus-logo .pragrah {  }
.process .pragrah { position: relative;padding-left: 15px;  margin-left:15px; font-size:15px; }
.bg-se-1{text-align: center;}
.bg-se-1 img {width: 60% !important;}

.bannercaption-business1 strong { font-size: 25px; color: var(--theme-color); margin-right: 15px;}
.bannercaption-business1 span {font-size: 16px;color: var(--medium-black);/* background: var(--theme-color); */display: inline-block;/* margin-bottom: 10px; *//* padding: 5px 10px; */}
.pragrah span {color: var(--theme-color); font-size: 34px;  position: absolute;  top: 1px; left: 0; line-height: 0;}
.pragrah.color {color: var(--theme-color); font-weight: bolder;}

.acrepro-list{display: flex; flex-wrap: wrap; margin: 0 -15px; justify-content: center;}
.acrepro-list > li{width: 25%; padding: 15px;}
.or {text-align: center; border: 1px solid var(--theme-color); border-radius:5px;  background: var(--theme-color); color: #fff; padding: 10px;
    width: 100%; font-size: 18px; margin: 0 auto; margin-bottom: 25px;}
.acrepro-list .pragrah{margin-bottom: 10px;}

.tabheading { background:var(--light-grey);  }
.tabheading .nav-tabs { text-align:center;  justify-content: center;}
.tabheading .nav-tabs li { float:none; display:inline-block; padding: 15px 10px; }
.tabheading .nav-tabs li a { background: #fff; border: 1px solid var(--theme-color); color:var(--theme-color); border-radius:20px; min-width: 150px; padding:15px; }
.tabheading .nav-tabs li.active a { background:var(--theme-color); color:#fff; }

.subtabs .tabheading{background:none;}
.subtabs .tabheading .nav-tabs{ border: none;background-color: #efefef; }

.sectionfont { font-size: 24px; color: var(--theme-color); text-transform: uppercase; font-weight:600;margin-top: 30px; }
.removeUpperCase { text-transform: capitalize !important; }
.downloadbox { display: flex; align-items: center; padding-top: 15px; padding-bottom: 15px; margin-top: 15px; margin-bottom: 15px; border-bottom: 1px solid var(--theme-color); }
.downloadboxborderbottom0 { border-bottom:0; }

.downloadboxtextp { font-size:16px; color:#000; margin-bottom: 5px; }
.downloadboxtext p{margin-bottom: 5px;}
.downloadboxtextp .downloadboxtextpblue { color:var(--theme-color); font-weight:600; }
.downloadboxtext { width:80%;padding-right: 3rem; }
.downloadboxbutton { width:20%; min-height: 63px; }
.downloadboxbutton a{border:1px solid var(--theme-color); color:var(--theme-color); font-weight:600; text-transform:uppercase; background:var(--white); text-transform:uppercase; border-radius:20px; padding:15px 25px; display:inline-block; position:relative; padding-right:60px;}
.downloadboxbutton a:hover{background:var(--theme-color); color:var(--white);}
.downloadboxbutton button {  }
.downloadboxbutton a:after { content: ''; background: url(../../../../img/1download.svg) no-repeat; position: absolute; right: 7px;
    top: -9px; height: 68px; width: 56px; }
.contactmoreinfo { text-align:center; }
.contactmoreinfo button { background:var(--theme-color); padding:10px 25px; color:var(--white); font-weight:500; font-size:16px; border:0; border-radius:6px; }
.bluebold { font-weight:600; color:var(--theme-color); }

.tab-content>.tab-pane {display: none;}
.tab-content>.active { display: block;}

.modal-backdrop{background-color: rgba(0, 0, 0, 0.5);}

.evolutionbox{display: flex; flex-wrap: wrap; margin: 0 -15px;}
.evolutionbox > li{width: 25%; padding: 15px;}
.evolutionbox img {width: 100px; height: 100px; object-fit: contain; object-position: bottom;}
.sectionfont-npa {font-size: 16px; color:var(--theme-color); font-weight: 600; line-height: normal;  margin-bottom: 20px;}
.strong1 {color: #000b4f; font-weight: 600;}

.arcover{display: flex; flex-wrap: wrap; margin: 0 -15px;margin-top: -50px;}
.arcover > li{width: 25%; padding: 15px;}
.arcover ol {list-style: auto; margin-left: 25px;}
.arcover ol li{margin-bottom: 10px;}
.sectionfont-npa-new { background: #000b4f;  color: #fff; padding: 10px 20px; font-size: 20px; text-align: center;}

.graph {display: flex; align-items: center;}
.graph.rowreverce { flex-direction: row-reverse;}
.pragrah-new-content {color: #829cd0; font-size: 34px; font-weight: 400;}
.graph img { border: 1px solid #829cd0; width: auto;}



.careertabs { text-align:center; }
.careertabsbtn { display:inline-block; vertical-align:middle;color:#fff; font-size:14px;     padding: 10px;border: 0;outline: none;border-radius: 10px;margin: 10px;background-color: #21368f;display: inline-block;margin-top: 2rem;margin:10px; }
.careertabsbtn a{color: #fff;}
.careertabsbtnjob { background:#21368f; }
.careertabsbtnresume { background:#21368f; }
.careersdownloadbtn button { padding:8px 20px; background:none; border:0; color:#21368f; font-weight: 600; text-decoration:underline; }
.careersdownloadbtn button:after { display:none; }

.commonformfields { list-style-type:none;padding-left:0; margin: 0 -10px 25px -10px; clear: both;overflow:hidden;  }
.commonformfields li { width:33.33%;float: left; padding: 10px; box-sizing: border-box; }
.commonformfields li select { width: 100%; padding:0 10px; height:40px; border-radius: 3px; border:1px solid #ccc; }
.commonformfields li select:focus { outline:none; }
.commonformfields li input { width: 100%; padding: 10px; border-radius: 3px; border:1px solid #ccc; height:40px; }
.commonformfields li input:focus { outline:none; }
.commonformfields li .files{ padding: 4px; }
.custtextarea { width: 100%; min-height:120px; margin:10px 0; padding:10px; border-radius: 3px; border:1px solid #ccc; }
.custtextarea:focus { outline:none; }
.careerssec .director-p{margin-bottom:0px; font-size: 16px;}

.desctext{}



@media screen and (max-device-width: 991px) {
.downloadboxbutton {width: 25%; min-height: 50px;}
  .acrepro-list > li {width: 33.33%;}
  .acrepro-list .pragrah { margin-bottom: 5px;}
  .or{font-size: 16px; margin-bottom: 15px;}
}
@media screen and (max-device-width: 767px) {
body{font-size: 14px;}
.banner-text .heading1 span{ font-size: 20px; }
.heading2 {font-size: 18px;    margin-bottom: 20px; }
.heading3 {font-size: 16px;    margin-bottom: 20px; }
.keymile .col-md-2{width: 33.33%!important;}

ul.rest li, .bannercaption-business1 span, .downloadboxtextp{font-size: 14px;}
.icons li { width: 50%; }
.bus-logo img { width: 50px; height: 60px;}
.acrepro-list > li {width: 100%;}
.or{padding: 5px; font-size: 16px; margin-bottom: 15px;}

.downloadbox{flex-wrap: wrap;}
.downloadboxtext, .downloadboxbutton, .arcover > li, .graph img, .commonformfields li {width: 100%; }
.downloadboxbutton{margin-top: 10px;}

.tabheading .nav-tabs{flex-wrap: inherit;justify-content: inherit; overflow: auto;}
.tabheading .nav-tabs li {padding: 15px 3px;}
.tabheading .nav-tabs li a{line-height: 1.1; padding: 10px 20px; font-size: 13px;  }
.evolutionbox > li { width: 100%; text-align: center;}
.evolutionbox img {width: 70px; height: 70px;}
.sectionfont{font-size: 18px;  }
.pragrah-new-content {font-size: 20px; line-height: 1.1;}
.director-p{letter-spacing: inherit;}

footer .ftitle{font-size: 18px; margin-bottom: 20px;}
footer .ftitle::after {top: calc(100% + 5px);}
.careertabsbtn {  width:154px; margin: 5px; }
}

.bg-mapsec{text-align: center;}
.evolutionbox strong1 { font-weight: bold; color: var(--theme-color); }






.slidenav{}
.slidenav > div {position: absolute; top: 48%;  color: var(--bs-gray-500);  z-index: 9; font-size: 38px; cursor: pointer;}
.slidenav > div.arrow-right{left:15px;}
.slidenav > div.arrow-left{right:15px;}

.hvideolist{}
.hvideolist ul{display: flex; flex-wrap: wrap; margin: 0 -15px;}
.hvideolist ul li{width: 25%; padding: 15px;}
.hvideolist ul li:first-child{width: 100%;}
.video-sec p{width: 100%; text-align: center;}
.video-sec{position: relative;height: 100%; display: flex; flex-wrap: wrap;}
.hvideolist ul li:first-child .video-sec p{display: none;}
.hvideolist ul li:first-child .video-sec a {  height: 450px; }
.video-sec a{display: block;width: 100%;}
.vimg{height: 100%;}
.vimg img{width: 100%; height: 100%; object-fit: cover;}
  .video-sec .play-btn{
    color:var(--theme-color);
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 47%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}


.videoimg1 .play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff repeat scroll 0 0;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}
.videoimg1 .play-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.2) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 100%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    border: 1px solid var(--theme-color);
}

.movetop {position: fixed;bottom: 30px;right: 30px;cursor: pointer;background: #09123a;z-index: 9; padding:12px;width: 50px;height: 50px;border-radius: 50%;font-size:24px;color: #fff;line-height: 0;text-align: center;display: flex;align-items: flex-end;justify-content: center;font-weight: 100;
}

/*#top {
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
    display: none;
}
#top i {
    border-radius: 50%;

    background: var(--theme-color);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    opacity: 0.8;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}*/


@media only screen and (max-width: 767px){
.engmnt_imgs>div{width: 100%!important; height: 275px!important; margin-bottom: 1rem;}

  .hvideolist ul li:first-child .video-sec a {  height:300px; }
.hvideolist ul{margin: 0 -10px;}
.hvideolist ul li {width: 50%; padding: 10px;}
.video-sec .play-btn{width: 48px; height: 48px;}
.videoimg1 .play-btn:after, .videoimg1 .play-btn:before{width:35px; height: 35px;}
}

.pc-list.blist .card{border:none;}
.pc-list.blist .card-body{padding: 1rem 3rem;}
.news-list { display: flex; align-items: center; margin-bottom: 2rem;}
.news-list h2{font-size: 1.5rem;font-weight: bold;}

@media (max-width: 991px){
  .news-list{flex-direction: column;}
  .pc-list.blist .card-body {padding: 2rem;}
.news-list {margin-bottom: 0;}
.blist ul li .card .b-img{width: 50%}
.news-content p{margin-bottom: 0}
}

@media (max-width: 489px){
  .pc-list.blist .card-body {padding: 1rem 0;}
.blist ul li .card .b-img{width: 100%}
}

.bg-image{height: 300px;}
.bg-image img{width: 100%;height: 100%;object-fit: cover;}
.hvideolist ul li:first-child iframe {
    display: block;
    height: 100%;
    width: 100%;
}
.hvideolist ul li iframe {
    display: none;
}

.hvideolist ul li:first-child .vimg {
    display: none;
}

.tabheading.m60 {
    margin: 60px 0 0;
}

.tabheading .nav-tabs li{padding: 3px 11px;}
.home ul.clist li:before {
    display: none;
}


.main-menu{margin-top: 8px;width: 930px;}
.inner-breadcrumb ul{display: none;}
.compliance .col-12{padding-left: 15px;padding-right: 15px;}
.bannercaption-business1 p{    margin: 0px 0px 10px;}
.bg-image {
    background-image: url(/img/bg-npa.JPG);
    background-size: cover;
    height: 300px;
}
.index-page .col-12{padding-left: 15px;padding-right: 15px;}
.innerbanner img{width: 100%;}
.bg-mapsec p img{width: 100%;}
.compliance .heading1{display: none;}
.links ul li:hover a{padding-left: 0;}
/*.outer_img {  background-image: url(/img/bg-npa.JPG);    background-size: cover;
    height: 300px;
    width: 140vw;
   background-repeat: no-repeat;

    height: 300px;
    margin-left: -50vw;
    background-position: center 30%; }*/
@media(min-width: 1000px){
  .outer_img img{width: 150vw;object-fit: cover;height: 300px;margin-left: -50vw;}
}
@media(max-width: 612px){
  .slide-bgimg img {
      height: 200px;
  }
}

.assets-for-sale .heading1{display: none;}
.npa .heading1{display: none;}
.fnsize p{font-size: 16px!important;line-height: 1.42857143;}
.innerheading{color: var(--theme-color);font-size: 16px;line-height: 1;margin-bottom: 10px;font-weight: 600;}
.engmnt{padding-left: 20px;list-style: disc;margin-bottom: 20px;}
.engmnt_imgs>div{width:50%;height:450px;padding:0 1rem;}
.engmnt_imgs>div img{width:100%;height:100%;object-fit:cover;display:block!important;}
.engmnt_imgs {margin:0 -1rem;margin-bottom:2rem;margin-top:1rem;flex-wrap:wrap;row-gap: 2rem;}
.engmnt_imgs>div a{height:100%;width:100%;}
.font16{font-size:16px;}


.popupbox {width: 100%;margin: 0 auto;position: fixed;left: 0;bottom: 0;z-index: 9992;overflow-x: hidden;}
.popboxbg{background: #fff;}
.popcont {padding: 15px 25px;text-align: center;font-size: 18px;}
.crossbtn {float: right;cursor: pointer;position: absolute;top: 0;right: 0;font-family: arial;font-size: 16px;width: 30px;text-align: center;z-index: 2;}
.dnone{display: none;}
.popcont{display: flex;justify-content: space-around;}
.popcont a{border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    background: var(--white);
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
    font-size: 12px;position: relative;}
.poptext{margin: 0;font-size: 14px;}
a.cookiebtn {
    border: none;
    padding: 0;
}

.desctext a{
  color: var(--theme-color);
}
h3.sectionfont.pb20.comp-head {
    color: #000;
    font-size: 18px;
}
.compensate-for-scrollbar {
    margin-right: 0px!important;
}

.contact_box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_box .box_bg{background: var(--light-grey);padding: 2rem;width: calc(95% / 2)!important;padding:4rem;}
.contact_box .box_bg .raw-html-embed {display: flex;align-items: baseline;}
.contact_box .box_bg p{text-align: left;margin-left: 1rem;}
.contact_box .box_bg .raw-html-embed i {font-size: 1.5rem;}
.manage{display: none;}
.team_para p{text-align: justify;}
#viewMoreBtn {color: #21368f;margin-left: 500px;}
.carrer_hide{display: none;}
.careerssec #lifebtn{display: block;}
.assets_detail {
    width: 1000px;
    height: 500px;
    position: relative!important;
    padding: 2rem 10px!important;
}
.assets_detail table th {
    min-width: 100px;
    background: #21368f;
    color: #fff;
    font-size: 13px;
}

.w_170 {
    min-width: 170px!important;
}
.w_250 {
    min-width: 250px!important;
}
.w_150 {
    min-width: 150px!important;
}
.w_200 {
    min-width: 200px!important;
}
.w_335 {
    min-width: 335px!important;
}

.assets_detail table td {
    font-size: 12px;
}

  .loadmore#viewMoreBtn {
    color: #fff;
}
.loadmore#viewMoreBtn:hover {
    opacity: 0.8;
}
