/*@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);
  }*/
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
  /* colors */
  :root{
    --theme-color: #374090;
    --white:#fff;
    --light-gray:#f4f4f4;
    --medium-black:#1e1e21;
    --dark-gray:#262732;
    
    --black:#000;
  }
  /* colors end */
  @-webkit-keyframes shine2 {
      100% {
          left: 125%;
      }
  }
  @keyframes shine2 {
      100% {
          left: 125%;
      }
  }

  /* shadab css */
      @media (max-with:768px){
         
.newsletterheading{ margin-bottom: 6px;}
      }




  /* shadab css */


  .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;
}
h2{font-size: 40px;}
.title{color: var(--theme-color); font-weight: 600;}
h2.title{ margin-top: 20px; }
table{border:1px solid #ddd; width: 100%;}
table tr th {vertical-align: bottom; border:1px solid #ddd; background: #f1f1f1;}
table tr td, table tr th { padding: 8px; line-height: 1.42857143; vertical-align: top; border:1px solid #ddd;}
th {text-align: left;}
 
  body {
      background: var(--white);
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      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 { opacity: 0.7;
      margin: 0px 0px 10px;
      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;
  }
  .changeCaptcha{color:var(--white); font-size: 24px;}
  .p60{padding: 60px 0px;}
  .p100{padding:100px 0px;}
  /********Header***********/
  .headings{font-size:36px;}
  header{background: var(--theme-color); border-bottom: 1px solid var(--white);
      position: static;
      width: 100%;
      z-index: 99;
      padding:10px 0px 0px;
  }
  header .header-logo{
      width: 280px;
  }
  /*header .header-logo img{
      filter: brightness(0) invert(1);
  }*/
.container{width: 1230px;}
  .headerSec{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .hfrm{
      display: none;
  }
  .toplinks ul { 
      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; justify-content: right;
  }
  .toplinks ul li{
      position: relative;
      margin-left: 15px;
      padding-top: 5px;
      padding-right: 10px;
      padding-bottom: 5px;
      color: var(--white);
      font-size: 15px;
      font-weight: 400;
  }
  .toplinks ul li a:hover{color:var(--white); opacity: 0.7;}
  .main-menu ul {  align-items: center;
      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{ text-transform: uppercase;
      position: relative;
      margin-left:45px;
      padding-top: 7px;
      padding-right: 10px;
      padding-bottom: 0px;
      color: var(--white);
      font-size: 15px;
      font-weight:600;
  }
  .main-menu > ul > li > a{ padding-bottom: 20px; }

  .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);*/
     border: 1px solid #cac3c3;
      text-align: left;
      border-radius: 2px;
  }
/*  .main-menu ul ul li{
      padding: 6px 15px;
      margin: 2px; 
      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 li a:hover{
 color:var(--white); opacity: 0.7;
}
  .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;*/
  }

.main-menu{position: relative;}
.main-menu .productdrop .productmenu{position: absolute; z-index:9; width:1200px; right: 0; background:var(--light-gray); display: none;} 
.main-menu ul .productdrop{position:static;} 

.main-menu .productdrop .productmenu > ul {position: relative; background: none; opacity: 1; left: 0; visibility: visible;
    top: 0; width: 100%;min-height:384px; border: none;} 
.main-menu .productdrop .productmenu > ul > li{width:22%; padding: 0; margin: 0; clear: both; position: static; background:#828ded;}
.main-menu .productdrop .productmenu > ul > li > a{padding:30px 15px; position: relative; text-transform: capitalize; color:var(--white)!important; font-weight: 500; opacity: 1;font-size: 15px; }
.main-menu .productdrop .productmenu > ul > li:hover > a{background:var(--theme-color);}
.main-menu .productdrop .productmenu > ul > li > ul{min-width: inherit;}


.main-menu .productdrop .productmenu > ul > li > ul {top:0; left:22%; width:78%; background:var(--white); border: none; height: 100%; padding:15px 10px; overflow: auto;}
/*.main-menu .productdrop .productmenu > ul > li > ul > li{width:33.33%;padding: 0; margin: 0; position:relative;border: none;}*/
.main-menu .productdrop .productmenu > ul > li > ul > li > a{text-transform: capitalize;color:var(--theme-color)!important; font-size: 15px; padding:5px 15px; font-weight: 500; position: relative; text-decoration: underline; border: none; opacity: 1!important;} 
.main-menu .productdrop .productmenu > ul > li > ul > li > a:hover{ opacity: 1;}
  
.main-menu .productdrop .productmenu > ul li.sub-links:after{display: none;}
.main-menu .productdrop .productmenu > ul > li > ul > li > ul{position: static;border: none;}
.main-menu .productdrop .productmenu > ul > li > ul > li > ul > li{padding: 0; margin: 0;}
.main-menu .productdrop .productmenu > ul > li > ul > li > ul > li > a{text-transform: capitalize; font-size: 13px; padding:2px 15px; font-weight: 500; position: relative; color:var(--medium-black);opacity: 1!important;}

.main-menu .productdrop .productmenu > ul > li > ul > li > ul > li:hover > a{color: var(--medium-black);}

@media screen and (min-width: 1024px){
.sub-links > ul > li > a{padding: 10px 15px;}
  .main-menu .productdrop:hover > .productmenu{  opacity:1; visibility: visible; }
  .main-menu .productdrop:hover .productmenu{ display: block; } 
.main-menu .productdrop .productmenu > ul > li > ul.grid2{ -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-columns: 140px 3;
    -moz-columns: 140px 3; columns: 140px 3; /*width: 100%;*/}
.main-menu .productdrop .productmenu > ul > li > ul.grid2 > li { page-break-inside: avoid;}
.main-menu ul ul li.active ul { visibility: visible !important;  opacity: 1 !important; top: 0;}
}


.main-menu .productdrop .productmenu > ul li.sub-links a:after, .main-menu .productdrop .productmenu > ul > li > ul > li.sub-links a:after {
    content: '\f105';  float: right;  font-family: 'Line Awesome Free';
    font-weight: 900;  font-size: 16px;  opacity: 1;  display: block; position: absolute;
    top: 50%; right: 10px;  transform: translateY(-50%); color:var(--white);
    height: unset; -webkit-font-smoothing: antialiased; display: inline-block;
    font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1;}
.main-menu .productdrop .productmenu > ul > li > ul > li.sub-links > a:after{color:#000;}
.subicon{display: none; text-align: center; width: 24px; height: 24px; font-size: 24px; font-weight: normal; line-height: 24px;}
 
@media screen and (max-width: 1299px){
.main-menu .productdrop .productmenu{ width: 1120px; }
}
@media screen and (max-width: 1025px){
.main-menu .productdrop .productmenu{ width: 1000px; }

}

@media screen and (max-width: 1024px){
  .main-menu .productdrop .productmenu{position: relative; background: none;}
  .main-menu .productdrop .productmenu > ul > li > ul > li > ul {  position: static;    border: none;    background: none!important;}
#mobile-menu ul ul ul{padding-left: 5px;}
.has-child .sub-menu{display: none;}

  .main-menu > ul ul, .main-menu ul ul ul{position: static; visibility: visible!important; opacity: 1!important; border: none; background: none;}
  .main-menu .productdrop .productmenu > ul > li > ul{width: 100%; padding: 0; background:none!important;}
#mobile-menu .productdrop .productmenu > ul{ display:block; position: relative;background: none; }
.main-menu ul ul li a{padding: 8px 20px;}
.main-menu .productdrop .productmenu{ width:100%; padding:0 10px; }
.main-menu > ul > li{margin-left: 0;}
.main-menu .productdrop .productmenu > ul > li{background: none;}
.main-menu .productdrop .productmenu > ul > li > a{color:var(--medium-black)!important; padding:5px 15px;}
#mobile-menu ul li{padding: 0;}
.main-menu .productdrop .productmenu > ul{min-height:inherit;}
.main-menu > ul > li > a { padding: 10px 20px;}
.productdrop > a{display: block;}
.productdrop{position: relative;}
.subicon{display:block; position: absolute; top: 10px; right: 10px;}
.productmenu{display: none; background: none;}
.subicon.active{font-size:0;}
.subicon.active:after{content:"-"; font-size: 24px;}
.productmenu.active{display: block;}
.main-menu .productdrop .productmenu > ul > li > ul{height: auto;}
  }



  .video_banner{ position: relative; }
  .play-btn{ position: absolute; top: 50%; left: 50%;     border: 5px solid #fff;
    transform: translate(-50%, -50%);
    background: #374090;
    border-radius: 50%; }
.play-btn i {
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.heading1{color: var(--white);}
  .res-menu1{
    display: none;
  }
  .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: 0;
      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: 99;
      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; height: 100%;
      display: flex;
    align-items: center;
  }
  #search .input-group-append{background-color:var(--white);}
  /*---------------------------------*/
  .main-banner{
          position: relative;
      display:flex;
      width: 100%;
  }
  .videosec{width: 100%; display: flex;}
  .videosec a{display: inline-block;width: 100%;overflow: hidden;}
  .video_banner,.vimg{height: 100%;}
  .video_banner img{width: 100%; width: 100%;height: 100%;object-fit: cover;object-position: center;}
  .videosec iframe{width: 100%; height: 100%; display: flex;}
  .makeinindia img{ object-fit: cover; height: 100%;width: 100%;}
  .bannerimg{ width: 50%; float: right; background: var(--light-gray);text-align: center; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; position: relative;}

    .icons_social{     position: fixed;
    right: 0px;
    top: 40%;
    z-index: 111; }

.icons_social ul li{
     font-size: 22px;
    padding: 0 8px;
    color: #fff;
    margin: 1px 0;
    width: 40px;
    
}

.icons_social ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.icons_social ul .icons_social_active{
  width: 150px !important;
  transition: 0.5s ease;

}

.icons_social ul li{ cursor: pointer; }
.icons_social ul .linkedin_ico{
  background: #0076b3;
}

.icons_social ul .twitter_ico {
    background: #1da1f2;
   
}

.icons_social ul .instagram_ico {
    background: #c9037a;
   
}




.icons_social ul .facebook_ico {
    background: #3b5998;
   
}

.icons_social ul .pinterest_ico {
    background: #e81b22;
   
}
.clist li.fax:before{
    content: "\f1ac";
  }

.topimg{/*width: 100%; height: 100%;*/}
.topimg img{/*object-fit: cover;width: 100%; height: 100%;*/ }

  .btitle{font-size: 35px; line-height: 1.1;}
  .half{width: 50%; float: left;}
  .swiper-container.main-slider {
    width:50%; 
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
  }
  .main-slider .swiper-slide {
    overflow: hidden;
    z-index: 0;
  }
  .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: 1;
  }
  
  .swiper-slide .slide-bgimg {
    position: absolute;
    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%;
    transform: translateY(-50%);
    width: 100%;
    color: var(--white);
    z-index: 2;
  }
  .banner-text {
      color: #fff;
      width: 400px;
  }
  .banner-text .heading1 {
      font-size: 40px;
      line-height: 1;
      color: var(--white); 
      margin-bottom: 15px;
      text-transform: capitalize;
  }
  .banner-text p { 
      font-size: 18px;
      color: var(--white);
      text-transform: capitalize;
  }
  .whygenaxy{
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .whygenaxy a{
    font-size: 30px;
    color: var(--white);
  }
  /*----------------------------------*/
  footer{
          padding:80px 0px;
      background: var(--dark-gray);
  }
  footer .flogo{
      width: 200px;
      margin-bottom: 20px;
  }
  footer .ftitle{
      font-weight: 600;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1.5px;
      margin-bottom: 15px;
      position: relative;
      color: var(--white);
  }
 /* footer .ftitle::after {
      position: absolute;
      content: '';
      left: 0;
      top: calc(100% + 15px);
      background: #888;
      height: 2px;
      width: 30px;
      }*/
  
  footer ul li{
      margin-bottom: 6px;
      font-weight: 300;
  }
  footer ul li a,footer ul li{
      color: var(--white);
      font-size: 15px;
          opacity: 0.8;
  }
  footer ul li:hover a{
      color: var(--white);
      padding-left: 8px;
  }

  .addr{
    padding-left: 0 !important;
    font-weight: 300;
        opacity: 0.7;
  }

.footer_subscribe{
  background: var(--dark-gray);
  border-bottom: 2px solid #3e3f49;
  padding: 35px 0;
}

.head_office p{
color: #fff;
}
.footer_ico a{display: inline-block; }

.footer_ico .la-linkedin{ color: #0076b3;}
.footer_ico .la-twitter{ color: #0076b3;}
.footer_ico .la-instagram{ color: #c9037a;}
.footer_ico .la-facebook{ color: #3b5998;}
.footer_ico .la-pinterest{ color: #e81b22;}
 


.subscribe_form_inner {

    display: flex;
    align-items: center;
    justify-content: center;

  }

  .subscribe_form_inner form label{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-right: 15px;
  }
 
.subscribe_form_inner form .btn-subsc{

    color: #fff;
    background: #374090;
    padding: 10px 40px;
    border: none;
    text-transform: uppercase;

}

.end_footer{
 background:  #1e1f28;
 height: 44px;
 display: flex;
     
}

.end-footer-1 {
    line-height:44px;
}


.end-footer-content{
  display: flex;
  justify-content: space-between;
}
.end-footer-content .copyright_text{
color: #fff; font-size: 13px;
    opacity: 0.3;
}

.footer_ico ul{
  display: flex;
flex-wrap: wrap;
gap: 10px;
}


.footer_ico ul li i{
   color: #fff;
   font-size:24px;
}

  .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:3px;
  }
  .clist li.map:before{
      content: '\f041';
  }
  .clist li.phone:before{
      content: '\f095';
  }
  .clist li.mail:before{
      content: '\f0e0';
  }
  .clist li.whatsapp:before{
    content: '\f232';
  }
.newsletterheading{ margin-right: 15px; color: var(--white); text-transform: uppercase; font-weight: 500;}
.suscribe_field {display: flex;justify-content: space-between; width: 600px; flex-wrap: wrap; position: relative;}
.newsletter_messages{position: absolute; bottom: -24px;}
.newsletter_messages span{color:#e81b22!important;}
.suscribe_field .btn:focus{box-shadow: none;}
  
  .suscribe_field input{ width:calc(100% - 140px);  
      border:none;
      background:var(--white);
      color:var(--medium-black);
      height: 44px;
      box-sizing:border-box;
      padding: 10px 15px;
      font-size: 15px;
      border-radius:2px;
      vertical-align:middle;
      /* color: #fff; */
  }
   .suscribe_field .form-control:focus{background:var(--white);}
  .suscribe_field button{
          background: var(--theme-color);
          border-radius:2px; 
          color: var(--white);
          font-weight: 600;
          width:130px;
          height: 44px;
          cursor: pointer;
          text-align: center;
          text-transform: uppercase;
          border: none;
          vertical-align: middle;
          float: right;
  }
  .suscribe_field button:hover{ background:var(--white); color:var(--theme-color);}
  .so-icon{
      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:center;
      flex-direction: column;
  }
   .sheading .title{}
  .sheading,.cms-pages .title{
      margin-bottom: 40px;
  }
  .sheading .title,.cms-pages .title{ position: relative;
    
      font-size:36px;
      color: var(--theme-color);
      
  }
  .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: 2px;
    width: 100px;
}  
.sheading .title:after{
      position: absolute;
      content: '';
      left: 50%;
      margin-left: -30px;
      top: calc(100% + 10px);
      background: var(--theme-color);
      height: 3px;
      width: 60px;
  }    
 /* .sheading .title span:after{
      position: absolute;
      content: '';
      left: 0;
      top: calc(100% + 10px);
      background: var(--theme-color);
      height: 2px;
      width: 80%;
  }*/
  .category-box-item a.site-btn{color:var(--white);}
  .category-box-item a.site-btn:hover{
      background-color: var(--white);
      color: var(--theme-color);
      border-color: var(--theme-color);
  }
  

  .site-btn{
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      background-color: var(--theme-color);
      border:1px solid var(--theme-color);
      color: var(--white);
      padding: 8px 30px 8px 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(--white);
      color: var(--theme-color);
      border-color: var(--theme-color);
  }

.contact-frm .site-btn{background-color:#191d42; height: 48px; color: var(--white);}

.meet_our_team p{
  width: 600px;
}
.meet_our_team .title{color:var(--white);}

 /* .vbtn{ 
    font-size: 15px;
    color: var(--white);
    text-transform: capitalize;
    position: relative;
    float: right;
    right: 30px;
  }*/
  /*.vbtn:after{
    content:"\27F6" ;
    width: 8px;
    height: 8px;
    /*display: inline-block;*/
    /*border-top: 1px solid var(--);*/
    /*border-right: 1px solid var(--medium-black);*/
    /*transform: rotate(45deg);*/
    /*margin-left: 15px;
    position: relative;
    top: -2px;
    color: var(--white);}*/

/*.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;
  }
  .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{ 
      color: var(--medium-black);
      font-size: 35px;
      margin-bottom: 15px;
  }
  .aboutsechome .abouthomecontent p{
      font-size: 17px;
      margin-bottom: 10px;
  }
  
  .sl1 .item{background-color: #374090;}
  
  .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; flex-wrap: wrap; 
  }
  .pc-list ul li{flex-basis: 33.33%; padding:0 25px;
      margin-bottom: 40px;
  }
  .pc-list ul li .card{ padding: 0 10%; box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);border-radius: 10px; border: none; text-align: center; line-height: 1.2;}
  .pc-list ul li .card .c-img{ box-shadow:0 0 5px #ddd;
      position: relative;
      width:80%; border-radius: 50%; margin:25px auto 0;
      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 p{margin: 10px 0 0; font-size:14px; opacity: 0.7;}
  .pc-list ul li .card .card-body{  
      position: relative;
      min-height:70px;
  }
  .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:20px;
      line-height: 1.1em;
      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:none;
      padding: 15px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border:none;
  }
  .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{transition: transform .5s ease;}
  .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{
      transform: scale(1.1);
  }
  .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;}
  .bloglisting{display: flex; flex-wrap: wrap; margin: 0 -10px;}
  .blogbox{width:33.33%; padding: 10px;}
  .blogboxbg{background-color:#f5f5f5;display: flex;align-items: center; flex-wrap: wrap;}
  .blog-img{width:100%; 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: 100%; padding: 30px; background: var(--white);}
  .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);
}
.eventslist li .eventbox{ display: flex; align-items: center;
    background:var(--white); border: none;padding-bottom: 35px;border-bottom: 1px solid var(--light-gray);
}
.eventbox .imgsec{
    width: 32%;
    /*height: 250px;*/
    overflow: hidden;
}
.eventbox .imgsec a{width: 100%; background:var(--light-gray); height: 260px;}
.eventbox .imgsec img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    object-position: center center;
}
.eventbox .contents{
    padding:0px 35px;
}
.eventbox .imgsec + .contents{width: 68%;}
.eventbox .contents .event-title {
     font-size: 22px;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     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: 10 px ;*/
     line-height: 1.2;
    /* height: 50 px ;*/
}
.eventbox .contents .event-title, .eventbox .contents .event-title a{color:var(--theme-color); font-weight: 600;}
.eventslist ul li:nth-child(2n)  .imgsec{order: 2;}
.eventslist ul li:nth-child(2n) .contents{text-align: right;} 

.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:var(--light-gray) ;
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 0;
}

.testimonial{
    /*border-left: 4px solid var(--theme-color); background:var(--white);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);margin: 0 15px 30px 15px;*/
    padding:0px 20px 0px 250px; min-height: 200px; 
    display: flex; flex-wrap: wrap; align-items: center; 
    overflow: hidden;
    position: relative;
   
}
.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; display: none;
}
.testimonial .pic{
    display: inline-block;
    width:200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top:0px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: cover;
}
.testimonial .description{ opacity: 0.8;
    font-size: 16px; 
    color: var(--medium-black);
    line-height: 25px;
    margin-bottom: 15px; 
}
.testimonial .description:before{content:""; background:url(../images/comma.png); width: 44px; height: 29px; display:block;}
.testimonial .description:after{content:""; background:url(../images/comma.png); width: 44px; height: 29px; display:inline-block; transform: rotate(180deg); vertical-align: top;}
.testimonial .title{
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: var(--dark-gray);
    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){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }

    .subscribe_form_inner form input{
      width: 100%;
    }

    .subscribe_form_inner form .btn-subsc {
 
    margin: 10px auto;
    display: block;
}
.footer_ico ul{
  display: none;
}


.swiper-container.main-slider {width: 100%;}
}
/*****************************************/
.blist ul{
  
}
.blist ul li{

}
.blist ul li .card{
    height: 100%;
}
.blist ul li .card .b-img{
    position: relative;
    min-height: 200px;
    overflow: hidden;
}
.blist ul li .card .card-body{
    position: relative;
    min-height: 150px;
}
.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%;
    object-fit: cover;
    object-position: center top;
}
.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: 100px;
  }
  .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: 150px;
    overflow: hidden;
    text-align: center;
    display: grid;
    place-items: center; box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 20px;
   
}
.client-list ul li .client-img img{
  margin: 0 auto;
    width:100%;
    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{
        
}
.client-list ul li:hover .client-img img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    
}

.client .owl-nav{
  display: block !important;
  
}

.client .owl-nav .owl-next span{
  position: absolute !important;
  right: -40px;
  top: 65px;
  margin-left: 20px;
  font-size: 0;
}

.client .owl-nav .owl-prev span{
  position: absolute !important;
  left: -40px;
  top: 65px;
  font-size: 0;

}

.client .owl-nav .owl-prev span:before{
  content:"\27F5" ;

  font-size: 24px;
  font-weight: 600;
}

.client .owl-nav .owl-next span:before{
  content:"\27F6" ;
 
  font-size: 24px;
  font-weight: 600;
}


.teamlist .owl-theme .owl-nav [class*="owl-"]:hover{background: none ;}
.teamlist .owl-nav{ position: absolute;
  display: block !important;right: 8px;
      top: -90px;
  
}

.teamlist .owl-nav .owl-next span{
  /*position: absolute !important;*/
  right: 8px;
      top: -90px;
  /*margin-left: 20px;*/
  font-size: 0;


}

.teamlist .owl-nav .owl-prev span{
  /*position: absolute !important;*/
  right: 20px;
      top: -90px;
  font-size: 0;



}



.teamlist .owl-nav .owl-prev span:after{ content:"\27F5" ;font-size: 24px;}


.teamlist .owl-nav .owl-next span:after{
  content:"\27F6" ;
 
  font-size: 24px;
  font-weight: 600;
}
.teamlist .owl-nav .owl-next span:before{
  content:"" ;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
}
/*inner-banner*/
#inner-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding:100px 0px;
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 0;
}
#inner-banner::before {
    content: "";
    background: var(--theme-color);
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}



.event_date{ padding-left: 20px; }
#inner-banner span {
    
    color: var(--white);
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
    font-weight:600;
    margin: 0;
    max-width: 600px;
    text-align: left;
    margin-bottom:10px;
    display: inline-block;
}
.inner-breadcrumb ul {
    padding: 0px;
    margin: 0px;
}
.inner-breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    color: var(--white);
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
}
.inner-breadcrumb ul li a {
    color: var(--white);
    font-weight: 500;
}
.inner-breadcrumb ul li:hover a {
    color:var(--theme-color);
}
.inner-breadcrumb ul li::before {
    color: var(--white);
    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;
}
.cms-img {
    width: 500px;
    height: 500px;
    overflow: hidden;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}
@media (max-width:768px){
    .cms-img {
        height: auto;
        margin-left: 0px;
        margin-bottom: 30px;
    }
}
.cms-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cms-para p {
    color: var(--medium-black);
     
    margin-bottom: 20px;
    text-align: justify;
}
.cms-para a {
    color: var(--theme-color);
}
.inner-page {
    background: var(--light-gray);
}

.btn-join-our-team {
    float: right;
}

.btn-join-our-team a{background: #374090;
 color: #fff;
 padding: 8px 20px ;}

 .whygenaxyindex{ position: relative; }
 .whygenaxyindex h2{    
  position: absolute;
    bottom: 20px;
    left: 50%;
    color: #374090;
    transform: translate(-50%);
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}

.whygenaxyindex h3{ font-size: 40px; position: absolute; color: #374090; top: 20px; left: 50%; transform: translate(-50%); text-transform: uppercase; font-weight: 600; }
.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;
}
.category-box-item > ul > li{padding-left: 15px; color:var(--theme-color); font-weight: 600;}
.category-box-item > ul > li:first-child{padding-left: 0;}
.category-box-item > ul > li:first-child:before{display: none;}
.category-box-item > ul > li:before{ content:"|"; color:var(--dark-gray); opacity: 0.7;}
.category-box-item > ul > li span{opacity: 0.7; color:var(--dark-gray); font-weight: normal; vertical-align: middle;}
/* ********************************* */
.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%; padding: 0;
    margin-bottom: 10px;
}

.sblog .subtitle{font-weight: 600; font-size: 26px;}
.sblog .content{
    display: none;
}
.sblog .blogboxbg{ background: var(--white); border-radius: 5px;
    
}
.sblog .blog-img{
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}
.sblog .blog-content{ width:calc(100% - 90px);
    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: 24%;
    margin-bottom: 0px;
}
.img-display{
    overflow: hidden;
    border: 1px solid #ccc;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;  
    background: #fff;
}
.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: contain;
   
}

.login:hover ul{
    top: 100%;
    visibility: visible;
    opacity: 1;
}
ul.account-menu{
    position: absolute;
    z-index: 2;
    top: 150%;
    left: -15px;
    display: block;
    visibility: hidden;
    min-width: 200px;
    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: #fff;
    border: 1px solid #cac3c3;
    text-align: left;
    border-radius: 2px;
}
ul.account-menu li{
    color: var(--dark-gray);
}
ul.account-menu li a:hover{
    color: #333 !important;
}

/* end */

.main-menu ul ul li.sub-links:after{      content: '\f105';
    float: right;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 16px;
    /* margin-left: 5px; */
    opacity: 1;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #000;
    height: unset;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;}
.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;
} */
.prod-detail-sec .title{color: var(--theme-color);}
.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;
}

.table_whitespace{ white-space: nowrap;  }
/* ******************************************* */
.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-radius: 5px; overflow: hidden;
    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: 18 px 15 px 0 px ;
}

.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: 35%;
}
.contact .about-sec .aright{
    width: 65%;
}

.contact-page .contact{ padding-bottom: 60px; }
.contactformbg{ margin-top: -60px; margin-bottom: 20px; background: var(--theme-color); padding: 40px;}
.contactformbg .title{color:var(--white); font-size: 22px; margin-bottom: 10px;}
.contact-frm{}
.about-sec .aimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.aimg .tab-view{
    width: 100%;
    height: 100%;
}
.aimg iframe{width: 100%; height: 250px;}
.addcart{border: none; background: var(--theme-color); color: var(--white);padding: 5px 10px; border-radius: 5px;}
.location-list{
    /*display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;*/
    margin-top: 30px; padding-right: 15%;
}
.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{ font-size: 20px;
    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: #fff;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(--white);

  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);
    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 .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; flex-wrap: wrap;
    align-items: flex-start;
}
.career-box .ccat{ padding: 10px; border-radius: 4px; margin-bottom: 10px;
    flex-basis: 100%;
}
.career-box .ccat > ul{display: flex; }
.career-box .ccat > ul > li{margin-right: 10px;}
.career-box .ccat > ul > li > a {
  background: var(--dark-gray);
  color: var(--white);
  padding: 5px 15px;
  display: block;
  border-radius: 3px;
}
.career-box .cdesc{
    flex-basis:100%;
     
}
.ccat{
    border:1px solid #ccc;
    background: var(--white);
}
.ccat ul li{
    
    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 a,.ccat ul li a:hover{
    background: var(--theme-color);
     
}
.ccat ul li.active a,.ccat ul li:hover a{ 
    color: var(--white);
}
.cdesc .category-box-item{ background:var(--white);
   /* border:1px solid #ccc;*/
    padding:30px;
    border-radius:5px;
    margin-bottom: 15px;
}
.cdesc .category-box-item .content {
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 20px;
}
.carrtitle{
    color: var(--dark-gray);
    font-weight: 600;
    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{
  
}




/****************************/
.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;
}
/*******************************/
.download-list ul{ }
.download-list li{ 
  /*margin-bottom: 10px;*/
  border-bottom: 1px solid var(--light-gray);
  padding:10px 0px;
}
.download-list li i{vertical-align: middle; font-size: 24px;}
.download-list li:last-child{
  /*border-bottom: none;*/
}
.download-list .ddiv{
  display: flex;
  align-items: center;
}
.dleft{
  flex-basis: 90%;
    display: flex;
    align-items: center;
}
.dleft .dimg{
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 15px;
}
.dleft .dimg img{
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: contain;
}
.dleft span{
  font-size: 17px;
}
.dright{
  flex-basis: 10%;
}
.dright a i{
  font-size: 28px;
}

/*******************/
.ilist ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start; margin: 0 -8px;
}
.ilist ul li{
     flex-basis:16.66%;
    margin-bottom: 18px;
     padding:0 8px;
    
    /*box-shadow: 0px 4px 15px 0px rgba(208, 208, 208, 0.28);*/
}
.ilist ul li .card-body{ position: absolute; bottom: 0; width: 100%; /*background-color: rgb(1 1 1 / 40%);*/     background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);}
.ilist ul li .card{border:none; border-radius: 4px 4px 4px 4px;}
.ilist ul li .c-img{
    height: 250px;
    overflow: hidden;
    position: relative;
}
.ilist ul li .social-links1{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color);
    border-radius: 4px 0px 0px 0px;
    padding: 6px 15px;
}
.ilist ul li .social-links1 a{
    
    margin: 10px;
}
.ilist ul li .social-links1 a i{
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ilist ul li .card-body .iname{
    font-size: 20px; 
    color: #33272A;
}
.ilist ul li .card-body .idesination{
    margin-bottom: 10px;
}
.ilist ul li .card-body .idesination,.ilist ul li .card-body .istudents{
    font-size: 14px;
    font-weight: normal;
    color: #594A4E;
}
.ilist ul li .card .c-img img, .team-img img{
    transition: transform 1s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.ilist ul li:hover .card .c-img img{
    transform: scale(1.2);
}
.ilist.teamlist ul li .card-body .iname, .ilist.teamlist ul li .card-body .idesination{color:var(--white);}
.ilist.teamlist ul li .card-body {
    padding: 1.8rem 0.6rem 0;
    line-height: 19px;
}


.team-member-detail {
   background: #fff;
    position: fixed;
    top: 50%;
    height: 480px;
    bottom: 0;
    transform: translateY(-50%);
    box-shadow: 0.5 0.5 0.5 1 #000;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px 5px;
    z-index: 1;
    display: none;
    border-radius: 5px; z-index: 3;


}

.team-person-detail {
    padding: 30px;
      animation-name: animatetop;
  animation-duration: 0.4s
}



@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.team-page .ilist ul{margin: 0 -50px;}
.team-page .ilist ul li{flex-basis:33.33%; padding: 0 50px;}
.team-page .ilist ul li .team-img{height: 450px;}
.team-page .ilist ul li .card{margin-bottom: 30px;}

.headingsec{text-align: center;}
.teamlist ul li{padding: 0;}
.team-img{height:300px; /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/  transition:filter 600ms ease;}

.teamlist .card:hover .team-img:hover{ filter: grayscale(0); -webkit-filter: grayscale(0); }
 
/*********************/
.award{
      background: #f5f5f5 url(../images/pattern.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 0;
}
.award_list ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.award_list ul li{
    display: flex;
    flex-basis: 24.33%;
    margin-bottom: 10px;
    margin-right: 8px;
    border-color: rgba(2, 1, 1, 0.08);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 4px 15px 0px rgba(208, 208, 208, 0.28);
}
.award_list ul li .awards-box{
  position: relative;
  overflow: hidden;
}
.award_list ul li a{
  display: inline-block;
  width: 100%;
}
.award_list ul li .awards-box .awa-img{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.award_list ul li .awards-box .awa-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.award_list ul li .awards-box .awa-title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--theme-color);
    padding: 4px 10px;
    color: var(--white);
    font-size: 15px;
     -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; 
}
.award_list ul li .awards-box:before{
  content: '';
  position: absolute;
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  top:0;
  left: -100%;
  -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; 
}
.award_list ul li .awards-box:hover:before{
  left: 0;
}
.award_list ul li .awards-box:hover .awa-title{
  bottom:50%;
  left:50%;
  transform: translate(-50%, 50%);
  background: transparent;
} 



.team{background: var(--theme-color); color:var(--white);}
.team .sectionhead{ }

.sectionhead.meet_our_team {
    padding: 0 0 40px;
}

.makeinindia .sl1 .item{
  position: relative;
}

.makeinindia .sl1 .item .why-genaxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    line-height: 43px;
    text-transform: uppercase;
    text-align: center;
}
.hexagonlist p {
    /*display: -webkit-box;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 16px;*/
    padding: 10px;
}

.team-img img:hover {
    transform: scale(1.2);
    
}

.team-img{ overflow: hidden;   }
.corevalue{text-align: center; background-image: -moz-linear-gradient( -13deg, rgb(55,64,144) 0%, rgb(30,30,33) 100%);
  background-image: -webkit-linear-gradient( -13deg, rgb(55,64,144) 0%, rgb(30,30,33) 100%);
  background-image: -ms-linear-gradient( -13deg, rgb(55,64,144) 0%, rgb(30,30,33) 100%); }
.corevalue .sheading{margin-bottom: 0;}
.corevalue .title{color:var(--white);}
.corevalue .title:after{display: none;}
.coreimg img{width: 100%;}
.corelist{}
.corelist ul{ display: flex; justify-content: center; }
.corelist ul li{width:20%; padding: 15px;}
.corelist h3{font-size: 1.3rem; color:var(--white);} 
.corelist p{    font-size: 0.8rem;
    color: var(--white);
    line-height: 1.3;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;}
.core_val_img{ display: none;}
.product-pages .pc-list ul li .card .card-body{min-height: 70px;}
.corevalue-page .inner-page{background: var(--white); padding-top:0px;}
.corevaluelist{}
.corevaluelist > ul{ display: flex; flex-wrap: wrap; }
.corevaluelist > ul > li{ width: 100%;padding-top: 80px; }
.corebox{position: relative; }
.corebox .coreimg{position: absolute; right:70%; top: 0; width: 45%;}
.corecontent{width: 65%; float: right; display: flex; flex-wrap: wrap;}
.corecontent h3{margin-top: 15px; font-size: 1.35rem; font-weight: 600; color: var(--theme-color); width: 100%;}
.coreicon{position: relative; width: 130px; background: var(--light-gray); border-radius:50%; }
.coreicon img{width: 100%;}
.coreicon:before{content:""; width: 60px; position: absolute;left: -60px; border-bottom: 2px solid var(--theme-color); top: 50%;}
.corevaluelist > ul > li:nth-child(2n) .corebox .coreimg{right:inherit; left: 70%; }
.corevaluelist > ul > li:nth-child(2n) .corecontent{ float: left; text-align: right; justify-content: right;}
.corevaluelist > ul > li:nth-child(2n) .coreicon:before{left:100%;}
.corevaluelist > ul > li:last-child{margin-bottom: 0;}

.hexagonlist{ text-align: center; }
.hexagonlist ul{ display: flex; justify-content: center; }
.hexagonlist ul li{width:29%; padding:4%;}
.hexagonlist ul li .hexagon{ background: url(../images/hexa1.png); background-size: 100% 100%!important; display: flex; flex-wrap: wrap; justify-content: center; align-content: center;}
.hexagonlist ul li .hexagon h3{font-size: 1.3rem; width: 100%;}
.hexagonlist ul li:nth-child(2) .hexagon{ background: url(../images/hexa2.png); }
.hexagonlist ul li:nth-child(3) .hexagon{ background: url(../images/hexa3.png); }

.hexagon:hover {transform: scale(1.2);transition: 1s ease;}
.eventslist ul{margin:0 -15px;}
.eventslist ul li{padding:0 15px; flex-basis:100%;}
#search{width:100%;}
#search .close-btn{top:15px; right:15px; }

.productlist{}
.sevents .eventbox a{display: flex; align-items: center;}
.sevents .eventbox{margin-bottom: 10px; border-bottom: 1px solid var(--light-gray); background:var(--white); border-radius: 5px; overflow: hidden;}
.sevents .contents{padding: 0;}
.sevents .eventbox .imgsec{ width: 80px; height: 80px; margin-right: 10px;}
.sevents .eventbox .imgsec img{object-fit:cover;}
.sevents .contents, .sevents .eventbox .imgsec + .contents{width:calc(100% - 90px);} 
.sevents .eventbox .contents .event-title{font-size: 16px;}
.sevents .eventbox .content{ display: none; }
.contact-page .contactsec .apara{padding: 50px;}

 

.download-page ul.tabs { }
.download-page ul.tabs li {position: relative;margin: 0; padding:7px 20px; border-radius: 4px;color: #4d4a5b; text-decoration: none;
    background: none; display: inline-block; text-align: center; cursor: pointer; border: 1px solid #0f3178;font-weight: 500; min-width: 150px;}
.download-page ul.tabs li.current{color:var(--white) ; background:var(--theme-color) ; border-color:var(--theme-color) ;}
.download-page .tab-content{display:none;padding:40px 0px 0px 0px;}
.download-page .tab-content.current{display:inherit;}

.viewbtns {
  font-size: 15px; display: inline-block;
  background: var(--white);
  text-transform: capitalize;
  position: relative; 
  padding: 10px 40px; 
  color: var(--theme-color);
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 10px;
}



.product-imgs{margin-bottom: 30px;}
.prod-detail-sec{padding-left: 50px; margin-bottom: 30px;}
.prod-detail-sec > ul > li{ position: relative; margin-bottom:10px; padding-left: 20px; }
.prod-detail-sec > ul > li::before {
  content: "";
  width: 7px;
  height: 11px;
  border-right: 3px solid var(--theme-color);
  border-bottom: 3px solid var(--theme-color);
  display: inline-block;
  position: absolute;
  left: 4px;
  transform: rotate(45deg);
  top: 6px;
}

.detail-page .inner-page{background:var(--light-gray);}
.sectionsbg{background:var(--white); padding: 35px;}
.tabsecbg{margin-bottom: 25px;}
.tabsecbg > ul{display: flex;  align-items: center; flex-wrap: wrap;}
.tabsecbg > ul > li{min-width: 120px; text-align: center; margin-right: 5px; margin-top: 5px; }
.tabsecbg > ul > li > a{display: block; padding:6px 20px; font-size: 13px; border-radius: 30px; border:1px solid #ddd; color:var(--dark-gray);}
.tabsecbg > ul > li > a.active{background: var(--theme-color); color:var(--white);border-color: var(--theme-color);}
.logfile{display: none;}
.logfile.active{display: block;}
.logfile h3{font-size:1.35rem; margin-top: 20px;}
.logfile ul{list-style: disc; margin-left: 20px;}
.logfile ul li{}
.logfile ol{list-style:decimal; margin-left: 20px;}

.career-page .inner-page, .event-page .inner-page, .cms-pages .inner-page{background: var(--white);}
.gridlist > li{padding: 10px;}
.gridlist > li:nth-child(3), .gridlist > li:nth-child(4){ width: 50%; }
.boxbgsec{color:var(--white); background:var(--theme-color); min-height:280px;display: flex; justify-content: center; align-items: center; }
.boxbgsec span{display: flex; text-align: center; font-size: 20px; justify-content: center; align-items: center; height: 100%; padding: 30px;}
.boxbgsec img{width: 100%; }
.gridlist > li:nth-child(2n) .boxbgsec{background:var(--dark-gray);}
 
.fullimg{margin-top: 30px;}
.fullimg img{ width: 100%; }


.careerbtn .viewbtns{background:var(--theme-color); color:var(--white);}
.careerbtn .viewbtns.curentoping{    background: var(--theme-color);}

.about-pages span {
    font-size: 16px;
    color: #374090;
  }
.text-blue{
  color:#374090;
}
.custom .nav-link {
    padding: 4px 8px !important;
    font-size: 22px !important;
    line-height: 22px;
}
.custom .nav-item {
  margin: 0px 1px !important;
}
.icon-1{
  background:#0076b3;
}
.icon-2{
  background:#1da1f2;
}
.icon-3{
  background:#c9037a;
}
.icon-4{
  background:#3b5998;
}
.icon-5{
  background:#e81b22;
}
.font-17{
  font-size:17px;
}

/*#specifications table{ caption-side: bottom; border-collapse: collapse;}*/
#specifications table td, #specifications table th{border-color: inherit; border-style: solid; border-width:1px; padding: 8px;}

.toplinks ul li.cartlink{padding-right: 0;}
.toplinks ul li.cartlink > a{font-size: 28px; line-height: 1; }
.toplinks ul li.cartlink > a > small {position: absolute; font-size: 11px; right: 0; background: #fff; width: 14px;
    line-height: 15px; height: 14px; border-radius: 50%; color: var(--theme-color); text-align: center;}
#documents > a{ margin-right: 15px; margin-top: 15px; }
#documents > a img{height: 30px;}
#variations{}
.numberinput{width: 36px; border: 1px solid #ccc; text-align: center;}
#variations .addcart i{font-size:0;}


.popupbg {position: fixed; top: 0; right:0; bottom:0; left:0; z-index:1040; background: rgba(0,0,0,0.4); display:none;}
.popupbox { background:var(--white); position:fixed;top:50%;left: 50%;  transform: translate(-50%, -50%); width:670px;margin: 0 auto;z-index: 9999; display: none;}
.popboxbg {width: 100%; background:var(--white);padding:30px 35px; position: relative; font-size: 16px; line-height: 1.7;}
.popboxbg h3{ font-size:24px; text-align: center; color:var(--theme-color); margin-bottom: 10px; }
.popboxbg p{margin-bottom: 15px;}
.crossbtn { font-size: 22px; position: absolute; right: 10px;top: 10px;display: inline-block;width: 30px;text-align: center; cursor: pointer; font-weight:400;}
.popupbox .col-12{ padding-left:5px; padding-right: 5px; }
.popupbox .form-floating>.form-control, .popupbox .form-floating>.form-select{height: calc(2.6rem + 2px);}
.popupbox .form-floating>label{padding: 0.5rem .75rem; font-size: 15px;}


#video iframe{ max-width: 100%;  }
.contactformbg .help-block{color:#ccc;}
@media screen and (max-width: 1199px){
.boxbgsec{min-height: 210px;}
.boxbgsec span{padding: 20px; font-size: 18px;}
#variations .addcart{font-size: 0;}
#variations .addcart i{font-size:22px;}
}

@media screen and (max-width: 991px){
  .boxbgsec{min-height:170px;}
.boxbgsec span{padding: 20px; font-size: 18px;}
  .container{max-width: 100%;}
.eventslist ul li{width: 50%;}
.prod-detail-sec{padding-left: 15px;}

.team-member-detail{ overflow: auto; height: 570px; }


}

@media screen and (max-width: 767px){ 
.team-member-detail{width: 94%;}
.team-member-detail > .container{padding: 0;}
.grid.gridlist{flex-wrap: wrap; display: flex;}
.gridlist > li.grid-item{width:50%}
.career-box .cdesc .category-box-item{padding: 0;}

#inner-banner{padding: 60px 0;}
#inner-banner span{font-size: 28px; max-width: 100%;}
.corevaluelist > ul > li{padding-top: 40px;}
.btitle {  font-size: 26px; }
  .corebox .coreimg{width: 100%; display: block; margin-bottom: 20px; position: static;}
  .corecontent{width: 100%;}
  .corevaluelist > ul > li:nth-child(2n) .corecontent { text-align: left; justify-content: left;}
  .corevaluelist > ul > li:nth-child(2n) .coreicon::before { left: -60px;}
  body{font-size: 13px;}
.hexagonlist ul li {width: 100%; padding: 6%;}
.ilist ul li { flex-basis: 100%;}
h2{font-size: 26px;}
.suscribe_field{width: 100%;}
.about-pages .cms-img{height: auto; margin-bottom: 20px;}

}


@media screen and (max-width:480px){ 
.boxbgsec { min-height: 134px;}
.boxbgsec span {padding: 15px; font-size: 15px;}
#video iframe{ max-height:300px;  }
}

/* 18 nov 2021 */
.nectar-close-indicator {
    left: -45px;
    position: absolute;
    top: -45px;
    pointer-events: none;
    display: block;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 88px;
    font-size: 24px;
    z-index: 10001;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: transform, opacity;
    mix-blend-mode: difference;
    opacity: 1;
    display: none;
}

.nectar-close-indicator .inner {
    border: 2px solid #fff;
    height: 90px;
    width: 90px;
    line-height: 88px;
    opacity: 0;
    font-size: 24px;
    border-radius: 100px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    
}

.nectar-close-indicator .inner:before {
    
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "X";
    color: #fff;
    font-size: 24px;
    display: block;
}

.car-img-content{ cursor: pointer; }
.team-img .car-img-content{display: none;}




.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}


#team_name {
    font-size: 24px;
    font-weight: 600;
}

#team_designation{    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;}
/* 18 nov 2021 end */


.addedto{position: fixed; top: 124px; right: 50px; border: 1px solid #000; background: #fff; z-index: 99; padding: 10px 15px; border-radius: 3px; font-weight: 600; }



.addedto{animation: addedto linear 0.8s; animation-iteration-count: 1;  transform-origin: 50% 50%;  -webkit-animation: addedto linear 0.8s; -webkit-animation-iteration-count: 1;



  -webkit-transform-origin: 50% 50%; -moz-animation: addedto linear 0.8s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -o-animation: addedto linear 0.8s;



  -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -ms-animation: addedto linear 0.8s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%;}







@keyframes addedto{



  0% {transform:  translate(0px,0px); } 15% {transform:  translate(0px,-25px);}



  30% {transform:  translate(0px,0px);} 45% {transform:  translate(0px,-15px);  }



  60% {transform:  translate(0px,0px); } 75% {transform:  translate(0px,-5px); }



  100% {transform:  translate(0px,0px); }



}







@-moz-keyframes addedto{



  0% {-moz-transform:  translate(0px,0px);}  15% {-moz-transform:  translate(0px,-25px) ; }



  30% {-moz-transform:  translate(0px,0px);}  45% {-moz-transform:  translate(0px,-15px); }



  60% {-moz-transform:  translate(0px,0px); } 75% {-moz-transform:  translate(0px,-5px);}



  100% {-moz-transform:  translate(0px,0px); }



}







@-webkit-keyframes addedto {



  0% {-webkit-transform:  translate(0px,0px); } 15% {-webkit-transform:  translate(0px,-25px); }



  30% {-webkit-transform:  translate(0px,0px); } 45% {-webkit-transform:  translate(0px,-15px); }



  60% {-webkit-transform:  translate(0px,0px); } 75% {-webkit-transform:  translate(0px,-5px); }



  100% {-webkit-transform:  translate(0px,0px);}



}







@-o-keyframes addedto {



  0% {-o-transform:  translate(0px,0px); }  15% {-o-transform:  translate(0px,-25px); }



  30% {-o-transform:  translate(0px,0px);} 45% { -o-transform:  translate(0px,-15px); }



  60% {-o-transform:  translate(0px,0px); } 75% {-o-transform:  translate(0px,-5px); }



  100% {-o-transform:  translate(0px,0px); }



}







@-ms-keyframes addedto {



  0% { -ms-transform:  translate(0px,0px); } 15% {  -ms-transform:  translate(0px,-25px) ; }



  30% {-ms-transform:  translate(0px,0px); } 45% { -ms-transform:  translate(0px,-15px);}



  60% {-ms-transform:  translate(0px,0px);} 75% { -ms-transform:  translate(0px,-5px); }



  100% {-ms-transform:  translate(0px,0px); }



}

.dtimg{margin-bottom: 50px;}
.dtimg img{max-width: 100%;}
.detailslide{display: flex; flex-wrap: wrap;}

.detailslide > div.images img{width: 100%; }
.detailslide > div.images.active:first-child{width:100%; }
.detailslide > div.images.active:first-child a{width:100%; float: left; padding: 5px; border: 3px solid #e2e2e2; height: auto;}
.detailslide > div.images:first-child img{height: 340px;}
.detailslide > div.images {width:16.6%;}
.detailslide > div.images a{display: block;  width:100%; height: 80px; display: inline-block; border: 2px solid #e2e2e2; margin-top: 5px;}
.detailslide > div.images a img{object-fit: cover; width: 100%; height: 100%; } 
.slider_main {height: 380px; overflow: hidden;}
.slider_main img{ height: 380px; object-fit: cover; width: 100% !important;}
.slider_main .item a {display: block;}
.slider_main .owl-nav>button:before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 31px;
}
.slider_main {  padding: 5px;  border: 3px solid #e2e2e2;}
.slider_main .owl-nav>button {
    display: block;
    width: 40px;
    height: 80px;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.navigation-thumbs { margin-top: 10px;}
.slider_main .owl-nav>button.owl-next:before {
    -webkit-transform: rotate(
45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
    right: 16px;
}
.fancybox-button--zoom {
    display: none!important;
}
.slider_main .owl-nav>button.owl-prev:before {
    -webkit-transform: rotate(
-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(
-135deg);
    left: 15px;
}

.slider_main .owl-nav>button.owl-next {
    right: 0px;
    background: #374090;
}

.slider_main .owl-nav>button.owl-prev {
    left: 0px;
    background: #374090;
}
.corevaluebtn{margin-top:60px;}
.corevaluebtn a{min-width: 400px;}
.navigation-thumbs img {height: 76px; }
.mapsec1{width:48%; padding: 15px; display: inline-block;}
.mapsec1 iframe{width: 100%;}
@media (max-width:1199px){
.detailslide > div.images a{height:65px;}
}
@media (max-width:600px){
.detailslide > div.images a{height:55px;}
.corevaluebtn a{min-width: 250px;}
.corevaluebtn{margin-top:30px;}
}

.breadcrumbsec{background: var(--light-gray); padding: 10px 0;}
.breadcrumbs {
    padding: 20px
    font-size: 14px;
    color: var(--dark-gray);
     
}
.fullwidth {
    width: 100%;
    float: left;
}

.breadcrumbs a:after {
    content: "/";
    margin: 0 6px;
}

.testslider.owl-carousel{width: 94%;margin-left:3%;}
.testslider.owl-carousel .owl-nav button{ width: 44px; height:44px; font-size:0; line-height: 1; position: absolute; top: 35%; background: url(../images/arrowimg.png) center center no-repeat; background-size:contain; opacity: 0.5; filter: brightness(0);}
.testslider.owl-carousel .owl-nav button.owl-prev{left: -40px;}
.testslider.owl-carousel .owl-nav button.owl-next{right: -40px; transform: rotate(180deg);}

.detailslide.owl-carousel .owl-nav button{ width:34px; height:60px; font-size:0; line-height: 1; position: absolute; top:40%; background:#374090 url(../images/arrowimg.png) center center no-repeat; background-size:contain; opacity: 0.8;}
.detailslide.owl-carousel .owl-nav button.owl-prev{left:0px;}
.detailslide.owl-carousel .owl-nav button.owl-next{right:0px; transform: rotate(180deg);}
.detailslide.owl-carousel .images a{ width: 100%; height:350px; border:3px solid #e2e2e2; padding: 5px; }
.detailslide.owl-carousel .images a img{object-fit: cover; width: 100%; height: 100%;}

#thumbs.owl-carousel .owl-nav button{ width: 20px; height:30px; font-size:0; line-height: 1; position: absolute; top:25%; background:#374090 url(../images/arrowimg.png) center center no-repeat; background-size:contain; opacity: 0.8; }
#thumbs.owl-carousel .owl-nav button.owl-prev{left:0px;}
#thumbs.owl-carousel .owl-nav button.owl-next{right:0px; transform: rotate(180deg);}

#thumbs.owl-carousel .images a{ width: 100%; height:80px; border:1px solid var(--light-gray); padding:1px; }
#thumbs.owl-carousel .images a img{object-fit: cover; width: 100%; height: 100%;}
#thumbs.owl-carousel .owl-item.current .images a{ border: 1px solid var(--dark-gray); }
.popbgsec{background:var(--light-gray); width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 2; display: none;}

.footprints{}
.footprintimg{margin-bottom: 15px;}
.footprintbrief{margin-bottom: 15px;}

.imagelightbox-wrapper > button.imagelightbox-arrow-left, .imagelightbox-wrapper > button.imagelightbox-arrow-right{width: 44px; height:44px; font-size:0; line-height: 1; position: absolute; top:45%; background: url(../images/arrowimg.png) center center no-repeat; background-size:contain; border: none; filter: brightness(100);}
.imagelightbox-wrapper > button.imagelightbox-arrow-left{left:0px;}
.imagelightbox-wrapper > button.imagelightbox-arrow-right{right:0px; transform: rotate(180deg);}

/*#grid2 > li{width: 33.33%;}*/

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

.productslide.owl-carousel .owl-item img {display:block; width:100%; height: 100%; object-fit: cover;}
.productslide.owl-carousel .owl-dots button{margin: 3px; width: 12px; height: 12px; border-radius:50%; background: var(--white); border:1px solid var(--theme-color); }
.productslide.owl-carousel .owl-dots button.active{background: var(--theme-color);}
.productslide.owl-carousel .owl-dots{ position: absolute; width: 100%; bottom:10px; }
.pdt-detail .breadcrumbs{ margin-bottom: 15px; }