body{
margin: 0px;
font-family: 'Raleway', sans-serif !important;
overflow-x:hidden ;
}


html{
overflow-x: hidden;
}



.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    background: #f1ece5;
    border: solid 1px #58585c24;
    z-index: 777;
    text-align: left;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}
.ftr-hand {
    width: 28px;
    margin-left: 8px;
}
.social_chat_block strong img {
    width: 28px;
    float: right;
}


@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

@media (max-width: 500px) {
.social_chat_block{width:150px; padding-left:13px; padding-right:13px;}
.ftr-hand{width:22px; margin-left: 3px;}   
.social_chat_block span{font-size:17px;}
}

.social_chat_block:hover {
    background: white;
    color: #118d25;
    text-decoration: none !important;
}












.loader {
        width: 48px;
        height: 48px;display: inline-block;
        border-radius: 50%;
        position: relative;
        animation: rotate 1s linear infinite
      }
      .loader::before , .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        padding: 25px;
        border-radius: 50%;
        border: 5px solid #000;
        animation: prixClipFix 2s linear infinite ;
      }
      .loader::after{
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #BA37E4;
      }

      @keyframes rotate {
        0%   {transform: rotate(0deg)}
        100%   {transform: rotate(360deg)}
      }

      @keyframes prixClipFix {
          0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
          50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
          75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      }


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #BA37E4 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 6px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #BA37E4;
    border-radius: 0px;
    border: 0px solid #BA37E4;
  }


:::-moz-selection { /* Code for Firefox */
  color: white;
  background: #BA37E4;
}

::selection {
  color: white;
  background: #BA37E4;
}



.fade:not(.show) {
    opacity: 1 !important;
}
.modal-backdrop.in{
    background-color:transparent !important;
}
.header{
    float: left;
    width:100%;
    z-index: 99;
    position: relative;
    height: 129px;
    border-bottom: solid 1px #c7c3c3a8;
  }


.logo{float: left;margin-top: 38px;width: 236px;}

.logo img{float: left;width: 238px;height: 52px;object-fit: contain;}
.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
}
.header_menu_area > .mob_nav {
    display: none; 
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 50px;
    float: right;
    padding-top: 38px;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
}
      
.header_menu_area > ul > li > a:hover {
          color: #656565;
          /* background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158)); */
          border-bottom: solid 1px #656565;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
  
  color: #ffffff !important;
  
  /* border-bottom: solid 4px #0f703a; */
}




@media (max-width: 1200px) {

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}


.header_menu_area {
    position: inherit; 
}

.header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 20px;
      margin: 40px 20px 40px 0px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #ba37e4;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px; 
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px; 
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    background: #ba37e4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ba37e4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 100px;
    text-align: center;
}

.header_menu_area > ul > li {
      width: 100%; 
}

.header_menu_area > ul > li > a {
        color: #fff;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        
}

.header_menu_area > ul > li > a::after {
    width: 0px;
    height: 100%!important;
    background: red; 
}

.header_menu_area > ul > li > a:hover::after {
    width: 4px; 
}

.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}

.header_user_area {
    right: calc(5% + 70px);
} 
.header_menu_area > ul {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    width: auto;
    float: left;
    /* margin: 0 9px; */
    position: relative;
    font-size: 15px;
    font-weight: normal;
    color: #656565;
    border-bottom: solid 1px #65656500;
    letter-spacing: 0px !important;
    padding: 18px 0px 0px 0px;
    margin-left: 26px;
    margin-right: 26px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
    text-align: center;
}

.menu ul li a:hover, .menu ul li:hover>a {
    background: white;
    color: #656565;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.header_menu_area > ul > li > a svg {
    width: 15px;
    fill: black;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.header_menu_area > ul > li > a:hover svg{fill: #bc40e5;transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 63px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
    border-radius: 20px;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    /* margin: -9px; */
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1111;
    background: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 15px 10px;
    display: block;
    color: #656565;
    background: #fff;
    border-bottom: solid 1px rgb(137 137 137 / 19%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}

.menu ul:after {
    bottom: 110%;
    left: 46%;
    border: solid #bc3ee5;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #c04fe5;
    border-width: 6px;
    margin-left: -6px;
}

.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
    
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate( 
319deg);
}



.banner {
    float: left;
    width: 100%;
    height: 793px;
    background-image: url(../images/home.svg);
    background-size: cover;
}

.banner h1 {
    font-weight: 600;
    font-size: 70px;
    float: left;
    color: white;
    padding-top: 224px;
    width: 100%;
    margin-bottom: 0px;
}
.banner p {
    font-weight: 400;
    font-size: 14px;
    float: left;
    color: white;
    margin-top: 16px;
    line-height: 26px;
}

.hmenu{
float: right;
}
.hmenu img{
margin-top: 32px;
float: right;
}
.line {
    float: left;
    color: #302d2d;
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    z-index: 9;
}



.slide {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 0px;
    height: 546px;
}

.slide .item {
    height: 546px;
    width: 100%;
    float: left;
    position: relative;
}

.slide .item .cover {
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
}

.slide .item .cover .header-content {
    padding: 46px 0px;
    position: absolute;
    margin-top: 0px;
    width: auto;
    text-align: center;
    width: 100%;
    /* margin-left: 65px; */
    /* padding: 56px; */
    overflow: hidden;
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 546px;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}


.slider-ban .owl-nav{
display: none;
}

.slider-ban .owl-dot{
display: none;
}


.bannercontent{float: left;width: 50%;margin-top: 110px;}

.bannerimage{float: left;width: 50%;height: auto;padding-top: 15px;}

.bannerimage img{float: right;width: auto !important;padding-bottom: 61px;/* margin-top: 56px; */}


.bannercontent h6 {
    margin-top: 0px;
    font-size: 53px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 72px;
}
.slide .owl-item.active h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}


.slide .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.bannercontent p {
    margin-top: 26px;
    font-size: 15px;
    color: #5C5C5C;
    font-weight: normal;
    line-height: 160%;
    width: 100%;
    text-align: left;
}

.banner-btn a{float: left;color: white;font-size: 15px;font-weight: normal;height: 44px;margin-top: 25px;padding: 9px 50px;position: relative;z-index: 9999;border: solid 1px #EFEFEF;transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;background: none;display: none;border-radius: 40px;}

.banner-btn a:hover{text-decoration: none;transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;color: #02a2e3;border: solid 0.5px #ffffff;background: #ffffff;}


.slidingimg{/* float: right; *//* width: 580px; *//* height: 655px; */}
.slidingimg img{float: right;width: 580px;height: 655px;display: none !important;}






.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: black;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 70px;
    font-size: 50px;
    z-index: 9999;
    color: #000000;
    font-weight: 300;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  ..overlay .closebtn {
    font-size: 52px;
    top: -6px;
    right: 35px;
    color: #B88F5D !important;
    position: absolute;
    z-index: 9999;
}

}

.hamburgermenu{float: right;padding-top: 54px;/* padding-right: 68px; */}



.hamburgermenu img{
    width: 20px;
    cursor: pointer;
} 






.nav-pd {
   /* width: 100%;
    float: left;*/
    text-align: left;
    padding: 0px 0px;
     transform: rotate(15deg);
   
}

/*.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 110px 60px;
    background: #c33247;
    height: 100vh;
}*/

/*.hd-address img{*/
/*    float: left;*/
/*    width: 95px;*/
/*    height: 95px;*/
/*    margin-right: 20px;*/
/*    margin-top: -10px;*/
/*    margin-bottom: 12px;*/
/*    }*/

/*.hd-address{width: 100%;float: left;text-align: left;padding: 163px 0px;background: transparent;height: 100vh;*/
/*    margin-right: -80px;*/
/*}*/
/*.hd-address h2{*/

/*font-size: 32px;*/

/*font-weight: 600;*/

/*text-align: left;*/

/*color: black;*/
/*}*/
/*.hd-address h6{*/
/*    font-size: 15px;*/
/*    font-weight: 200;*/
/*    margin-bottom: 50px;*/
/*    color: black;*/
/*    line-height: 25px;*/
/*}*/

/*.req-form1 {*/
/*    width: 100%;*/
/*    float: right;*/
/*    height: auto;*/
/*    margin-right: 0;*/
/*    opacity: 1;*/
/*    background: transparent;*/
/*    padding: 41px 0px;*/
/*    top: 0;*/
/*    position: relative;*/
/*    right: 0;*/
/*    height: 100vh;*/
/*    z-index: 99;*/
/*}*/
/*.form-inner img{*/
/*    width: 175px;*/
/*}*/

/*.sidenav a {*/
    /* padding: 12px 71px; */
/*    text-decoration: none;*/
/*    -moz-transition: all ease-in-out .5s;*/
/*    font-size: 20px;*/
/*    transition: all ease-in-out .5s;*/
/*    color: #000;*/
/*    text-align: left;*/
/*    -webkit-transition: all ease-in-out .5s;*/
/*    position: relative;*/
/*    display: block;*/
    /* transition: 0.3s; */
    /* border-bottom: 1px solid #F2F2F2; */
/*}*/

/*@media screen and (max-height: 450px){}*/
/*.sidenav a {*/
/*    font-size: 18px;*/
/*}*/














/*.nav-pd {*/
/*    width: 100%;*/
/*    float: left;*/
/*    text-align: left;*/
/*    padding: 0px 0px;*/
/*}*/

.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 110px 60px;
    background: #c33247;
    height: 100vh;
}

.hd-address img{
    float: left;
    width: 70px;
    height: 111px;
    margin-right: 20px;
    margin-top: -7px;
    }

.hd-address{width: 100%;float: left;text-align: left;padding: 110px 60px;background: transparent;height: 100vh;}
.hd-address h2{

font-size: 35px;

font-weight: 700;

text-align: left;

color: #000;
}
.hd-address h6{
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #000;
    line-height: 25px;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.req-form {
    width: 100%;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #ffffff;
    padding: 0px 100px;
    top: 0;
    position: relative;
    right: 0;
    height: 100vh;
    z-index: 99;
}

.sidenav a {
    /* padding: 12px 71px; */
    text-decoration: none;
    -moz-transition: all ease-in-out .5s;
    font-size: 20px;
    transition: all ease-in-out .5s;
    color: #000;
    text-align: left;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    display: block;
    /* transition: 0.3s; */
    /* border-bottom: 1px solid #F2F2F2; */
}

@media screen and (max-height: 450px){}
.sidenav a {
    font-size: 18px;
}
}

.req-form h2 {
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    margin-top: 30px;
}

.req-form p {
    font-size: 18px;
    width: 94%;
    line-height: 25px;
    margin-bottom: 30px;
}

.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px;
}

.field_area label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.field_area input[type=email], .field_area inpu.t[type=number], .field_area input[type=text], .field_area textarea, .field_area select {
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 10px;
}

.quick-send {
    background: #bb3ce5;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 15px 0 12px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #bb3ce5;
    /* opacity: .7; */
    background: #ffffff;
}

.req-form h2 {
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    margin-top: 0px;
}

.req-form p {
    font-size: 15px;
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 400;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #ffffff;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 10px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(255 255 255 / 43%);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 0px;
}




.home-counter{float: left;width: 100%;position: relative;z-index: 11;margin-top: -150px;}

.count1 {
    float: left;
    margin-right: 60px;
    padding-left: 0px;
    width: 17%;
}


.count1 .item1:after {
    content: 'k+';
    position: absolute;
}

.count1 .item1 {
    color: black;
    font-size: 60px;
    font-weight: 700;
    float: left;
    text-align: left;
    position: relative;
    margin-top: 0px;
    padding-right: 50px;
}

.count1 .item p {
    color: black !important;
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 160% !important;
    margin-top: 22px;
    margin-bottom: 0px;
    float: right !important;
    text-align: right;
}


.home-counter img{float: left;margin-top: 31px;margin-right: 60px;}



.count2 {
    float: left;
    margin-right: 60px;
    padding-left: 0px;
    width: 17%;
}


.count2 .item1:after {
    content: 'M+';
    position: absolute;
}

.count2 .item1 {
    color: black;
    font-size: 60px;
    font-weight: 700;
    float: left;
    text-align: left;
    position: relative;
    margin-top: 0px;
    padding-right: 50px;
}

.count2 .item p {
    color: black !important;
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 160% !important;
    margin-top: 22px;
    margin-bottom: 0px;
    float: right !important;
    text-align: right;
}



.section1-aezentia{float: left;width: 100%;padding: 60px 0px;padding-top: 0px;}


.s1{float: left;width: 100%;background-image: url("../images/cta-1-bg.png");background-size: cover;border-radius: 30px;height: 198px;padding: 75px 0px;}


.s1 h3{float: left;width: 89%;font-size: 45px;color: white;text-align: right;font-weight: 700;padding-right: 35px;}


.s1 img{float: left;margin-top: -7px;}



.section2-aezentia{float: left;width: 100%;padding-top: 30px;padding-bottom: 60px;}

.s2-box{float: left;width: 100%;border-right: solid 1px #C7C3C3;height: 157px;}

.s2-box h4{float: left;font-size: 15px;font-weight: 700;color: #BA37E4;margin-bottom: 12px;}

.s2-box svg{float: right; fill: black; stroke: black; width: 37px;margin-top: -10px;margin-right: 70px; transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;}


.s2-box:hover svg{
fill: #BA37E4;
stroke: #BA37E4;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.s2-box h3{float: left;width: 100%;font-size: 25px;font-weight: 700;line-height: 120%;margin-bottom: 17px;}

.s2-box p{float: left;width: 100%;font-size: 15px;font-weight: normal;line-height: 160%;}




.section3-aezentia{float: left;width: 100%;padding: 20px 0px;}


.s3-img{
float: left;
width: 100%;
}


.s3-img img{
float: left;
}


.s3{float: left;width: 100%;padding-top: 70px;}


.s3 h2{float: left;width: 100%;font-size: 45px;font-weight: 700;line-height: 120%;margin-bottom: 27px;}


.s3 p{float: left;width: 100%;font-size: 15px;font-weight: normal;line-height: 200%;color: #5C5C5C;}



.section4-aezentia{float: left;width: 100%;padding: 80px 0px;height: 697px;}

.s4-hd{
float: left;
width: 100%;
}

.s4-hd h3{
float: left;
width: 50%;
font-size: 45px;
line-height: 120%;
font-weight: 700;
}


.s4-hd p{float: left;width: 50%;font-size: 15px;line-height: 160%;font-weight: normal;text-align: right;margin-top: 52px;}


.s4-carousel{float: left;width: 100%;padding-top: 0px;}


.s4-box{
    float: left;
    width: 100%;
    padding: 35px 35px;
    border: solid 1px #00000029;
    margin-top: 80px;
    border-radius: 35px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    }

.s4-box img{margin-left: auto;margin-right: auto;display: block;float: none;width: 50px !important;}


.s4-box h3{float: left;width: 100%;font-size: 25px;font-weight: 700;line-height: 120%;text-align: center;margin-top: 14px;margin-bottom: 17px;}

.s4-box p{float: left;width: 100%;font-size: 15px;font-weight: normal;line-height: 160%;text-align: center;margin-bottom: 15px;color: #5C5C5C;}

.s4-btn{
float: left;
width: 100%;
}

.s4-box svg{
    float: none;
    fill: black;
    stroke: black;
    width: 37px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    }


.s4-box:hover svg{
fill: #BA37E4;
stroke: #BA37E4;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.s4-box:hover{padding: 70px 35px;margin-top: 50px;border: solid 1px black;}


.s4-carousel .owl-nav{
display: none;
}

.s4-carousel .owl-dot{
display: none;
}






.section5-aezentia{float: left;width: 100%;padding: 60px 0px;}


.s4{float: left;width: 100%;background-image: url("../images/cta-2-bg.png");background-size: cover;border-radius: 30px;height: 270px;padding: 54px 0px;}


.s4 h3{float: left;width: 100%;font-size: 45px;color: white;text-align: center;font-weight: 700;padding-right: 0px;line-height: 120%;}

.s4 a{float: left;width: 100%;font-size: 15px;color: white;text-align: center;margin-top: 13px;}

.s4 img{/* float: right; */margin-top: -3px;margin-left: 10px;}


.s4 a:hover{
text-decoration: none;
}



.section6-aezentia{float: left;width: 100%;padding: 80px 0px;padding-top: 45px;}

.s6-hd{
float: left;
width: 100%;
}


.s6-hd h2{
float: left;
width: 100%;
font-size: 45px;
font-weight: 700;
text-align: center;
}


.s6-carousel{float: left;width: 100%;padding-top: 50px;}


.s6-box {
    float: left;
    width: 99%;
    padding: 45px 0px;
    border-radius: 30px;
    border: solid 1px black;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    }


.s6-box:hover{border: solid 1px #9c32bd;transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}

.s6-box img{
float: none;
margin-left: auto;
margin-right: auto;
display: block;
width: auto !important;
}


.s6-box h3{float: left;width: 100%;font-size: 25px;font-weight: 700;text-align: center;margin-top: 14px;}


.s6-carousel .owl-nav{
display: none;
}

.s6-carousel .owl-dot{
display: none;
}


.section7-aezentia{
float: left;
width: 100%;
}


.s7-carousel{/* float: left; */width: 100%;text-align: center;}


.testi-box{/* float: left; */width: 621px;background: #F5F5F5;border-radius: 30px;padding: 18px 62px;margin-left: auto;margin-right: auto;display: block;height: 223px;margin-bottom: 80px;margin-top: 60px;}


.testi-box img{float: none;    height: 83px;width: auto !important;margin-left: auto;margin-right: auto;display: block;margin-top: -49px;margin-bottom: 26px;}


.testi-box p{float: left;width: 100%;font-size: 15px;font-weight: normal;text-align: center;line-height: 160%;}

.testi-box h4{float: left;width: 100%;font-size: 15px;text-align: center;font-weight: 600;}



.s7-carousel .owl-nav{
display: none;
}

.s7-carousel .owl-dot{
display: none;
}




.section8-aezentia{float: left;width: 100%;padding: 30px 0px;}


.s8{float: left;width: 100%;background: white;border-radius: 30px;height: 198px;padding: 75px 0px;box-shadow: 1px -3px 18px 0px #00000012;}


.s8 h3{float: left;width: 86%;font-size: 45px;color: black;text-align: right;font-weight: 700;padding-right: 35px;}


.s8 img{float: left;margin-top: -7px;}




.footer{float: left;width: 100%;background: #1E1E1E;height: 460px;margin-top: -128px;padding-top: 155px;}


.f-box{
float: left;
width: 100%;
}

.f-box img{margin-left: auto;margin-right: auto;display: block;float: none;margin-bottom: 35px;width: 238px;filter: brightness(111);}


.f-box{
float: left;
width: 100%;
}

.f-links{float: left;width: 100%;padding: 0px 22% 0px;}

.f-links a{float: left;font-size: 15px;font-weight: normal;color: #9B9B9B;margin-right: 80px;transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;}

.f-links a:hover{
text-decoration: none;
color: white;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.s-media{float: left;width: 100%;padding: 40px 0;text-align: center;/* align-items: center; *//* vertical-align: middle; *//* justify-content: center; */}

.s-media a{
    border: solid 2px #9b9b9b;
    height: 39px;
    /* float: left; */
    display: inline-block;
    border-radius: 50%;
    width: 39px;
    margin-right: 18px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.s-media a:hover{
border: solid 2px white;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.s-media svg{width: 37px;transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;fill: #9b9b9b;padding: 9px;margin-left: -1px;margin-top: -1px;}

.s-media a:hover svg{
fill: white;
}


.footer h3{
float: left;
width: 100%;
font-size: 15px;
font-weight: normal;
color: #9B9B9B;
text-align: center;
}

.footer h3 span{
font-weight: 700;
}



.innerban{
  height: auto;
  background: url('../images/innerban.png');
  width: 100%;
  float: left;
  background-position: center;
  background-size: cover;
  /* margin-top: 124px; */
  padding: 20px 4%;
}

.innerban h2 {
    font-size: 30px;
    color: #fff;
    /* text-align: center; */
    font-weight: 700;
    /* line-height: 50px; */
    /* margin-top: 150px; */
    text-transform: uppercase;
    margin: 0;
}


.s1-about{float: left;width: 100%;padding: 20px 0px;}


.s1-abt{
float: left;
width: 100%;
}


.s1-abt img{float: right;margin-top: 70px;}


.s1-abt-con{float: left;width: 100%;padding-top: 70px;}


.s1-abt-con h2{float: left;width: 100%;font-size: 45px;font-weight: 700;line-height: 120%;margin-bottom: 27px;}


.s1-abt-con p{float: left;width: 100%;font-size: 15px;font-weight: normal;line-height: 200%;color: #5C5C5C;}



.abt-con1{float: left;width: 100%;padding-top: 60px;padding-bottom: 60px;}


.mission{
    float: left;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right top, #be49e5, #b43cdd, #ab2ed6, #a11ece, #9702c7);
    border-radius: 30px 0px 0px 30px;
    padding: 40px 40px;
}
.mission h2{
    float: left;
    width: 100%;
    color: white;
    text-align: left;
    font-weight: 700;
    font-size: 30px;
}
.mission p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: white;
    text-align: left;
    margin-bottom: 0px;
}
.vision{
    float: left;
    width: 100%;
    height: auto;
    background: #363636;
    border-radius: 0px 30px 30px 0px;
    padding: 40px 40px;
}

.vision h2{
    float: left;
    width: 100%;
    color: white;
    text-align: left;
    font-weight: 700;
    font-size: 30px;
}
.vision p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: white;
    text-align: left;
    margin-bottom: 0px;
}




.s1-service{float: left;width: 100%;padding: 20px 0px;}


.s1-src{
float: left;
width: 100%;
}


.s1-src img{float: right;margin-top: 33px;}


.s1-src-con{float: left;width: 100%;padding-top: 70px;}


.s1-src-con h2{float: left;width: 100%;font-size: 45px;font-weight: 700;line-height: 120%;margin-bottom: 27px;}


.s1-src-con p{float: left;width: 100%;font-size: 15px;font-weight: normal;line-height: 200%;color: #5C5C5C;text-align: justify;}




.s1-src-box{float: left;width: 100%;padding: 0px 0px;height: auto;padding-bottom: 40px;background: #f5f5f563;}



.src-box{
    float: left;
    width: 100%;
    padding: 35px 35px;
    border: solid 1px #00000029;
    margin-top: 50px;
    border-radius: 35px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    }

.src-box img{margin-left: auto;margin-right: auto;display: block;float: none;width: 50px !important;}


.src-box h3{float: left;width: 100%;font-size: 25px;font-weight: 700;line-height: 120%;text-align: center;margin-top: 14px;margin-bottom: 17px;}

.src-box p{float: left;width: 100%;font-size: 15px;font-weight: normal;line-height: 160%;text-align: center;margin-bottom: 15px;color: #5C5C5C;}



.formcareer {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
}
.cnt-frm {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.frm-title {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000000;
}

.label-contact {
    float: left;
    width: 100%;
    padding-top: 3px;
}

.career-forms {
    color: #000000;
    display: block;
    font-size: 13px;
    height: 50px;
    font-weight: 400;
    margin-bottom: 10px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 12px;
    margin-top: 8px;
    border-radius: 6px;
    border: solid 1px rgb(0 0 0 / 7%);
}

.contact-submit {
    color: #fff;
    height: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    background: #be46e5;
    padding-top: 0px;
    cursor: pointer;
    padding-bottom: 0px;
    border: none;
    padding-top: 3px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 7px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-submit:hover{color: #ba37e4;border: none;background-color: #ffffff;text-decoration: none;transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;}

.contact-submit:focus{
outline: none;
}

.career-img{
float: left;
width: 100%;
}
.career-img img {
    /* width: 100%; */
    float: right;
    margin-top: 65px;
    border-radius: 10px;
}




.abt-panel h1 {
    /* float: left; */
    /* width: 100%; */
    color: #E91E63;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    /*margin-top: 31px;*/
    
}


.contact-tag {
    float: left;
    width: 100%;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 27px;
    margin-bottom: 30px;
    font-weight: normal;
}



.error_msg {
    display: none;
    width: auto;
    float: left;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 15px;
    background: #E31B23;
    color: #fff;
    font-weight: 300;
    text-align: left;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 10;
}


.info-tag {
    line-height: 27px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 9px;
    font-weight: 300;
   
}

.contact-snd2 {
  /*  text-transform: uppercase;*/
  border-radius: 53px;
  font-size: 15px;
  font-weight: normal;
  height: 55px;
  width: 190px;
  margin-bottom: 20px;
  font-style: normal;
  font-stretch: normal;
  border: none;
  line-height: normal;
  /* letter-spacing: 1.8px; */
  /*width: 81%;*/
  text-align: center;
  padding: 7px 0px;
  border: none;
  box-shadow: inset 400px 0 0 0 #b13ad7;
  border: 1px solid transparent;
  color: #fff;
  float: right;
  margin-top: 11px;
  border: solid 2px #b13ad7;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  background: white;
}

.contact-snd2:hover {
   text-decoration: none;
   border: 1px solid #b13ad7;
   box-shadow: inset 0 0 0 0 #b13ad7;
   color: #b13ad7;
   transition: all ease-in-out 0.5s;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
}

.adr-section {
    float: left;
    width: 95%;
    margin-bottom: 40px;
    background: #b13ad7;
    padding: 25px 30px;
    border-radius: 20px;
    height: 188px;
}

.adr-section h1 {
    float: left;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
    margin-top: 4px;
    /* padding-bottom: 0px;*/
}

.india{
float: left;
}

.india p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: white;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.india p a{
    color: white;
    font-size: 15px;
    font-weight: normal;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.india p a:hover{
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.mct_form-contact{
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 14px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 5px;
}

/*.mct_form:hover {
    border-bottom: 1px solid #72593c;
}*/

.contact-snd{
    float:left;
    box-shadow: inset 400px 0 0 0 #3e954a;
       border: 1px solid transparent;
       
   /*background: #98C02D;*/
    text-align: center;
    color: white;
    height: 38px;
    width: 149px;
    font-size: 15px;
    font-weight: bold;
    
    padding: 7px 0px;
    border-radius: 53px;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snd:hover{
  text-decoration:none;
 border: 1px solid #3e954a;
box-shadow: inset 0 0 0 0 #3e954a;
 color: #3e954a;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contact-additional{
    float: left;
    margin-top: 0px;
}


.in-about-contact {
    float: left;
    width: 100%;
    margin-top: 50px;
}



.req-form1 {
    width: 100%;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: transparent;
    padding: 25px 0px;
    top: 0;
    position: relative;
    right: 0;
    height: 100vh;
    z-index: 99;
}
.form-inner img{
    width: 250px;
}

.sidenav a {
    /* padding: 12px 71px; */
    text-decoration: none;
    -moz-transition: all ease-in-out .5s;
    font-size: 20px;
    transition: all ease-in-out .5s;
    color: #000;
    text-align: left;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    display: block;
    /* transition: 0.3s; */
    /* border-bottom: 1px solid #F2F2F2; */
}

@media screen and (max-height: 450px){}
.sidenav a {
    font-size: 18px;
}


.req-form1 h2 {
    font-size: 26px;
    text-align: left;
    font-weight: 700;
    margin-top: 18px;
    color: black;
}



.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 11px;
}

.field_area label {
    color: black;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.field_area input[type=email], .field_area inpu.t[type=number], .field_area input[type=text], .field_area textarea, .field_area select {
    border-bottom: 1px solid transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 10px;
}

/*.quick-send {
    background: #98c02d;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 15px 0 12px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


*/


.req-form1 p {
    font-size: 15px;
    width: 100%;
    color: #363030;
    line-height: 25px;
    margin-bottom: 14px;
    font-weight: normal;
    margin-top: 7px;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #ffffff;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 10px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(255 255 255 / 43%);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 0px;
}
.quick-send {
     box-shadow: inset 638px 0 0 0 #bd43e5;
     border: 1px solid #c04ee5;
     width: 100%;
     border-radius: 10px;
     font-size: 15px;
     font-weight: 500;
     cursor: pointer;
     color: #fff;
     padding: 10px;
     transition: all ease-in-out .5s;
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #bb3be4;
    /* opacity: .7; */
    border: 1px solid #bc3ee5;
    box-shadow: inset 0 0 0 0 #c154e5;
    text-decoration: none;
    /
    border: none;/
}



.career-hd{float: left;width: 100%;padding-top: 50px;}


.career-hd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: black;
    font-size: 49px;
    line-height: 59px;
    margin-bottom: 15px;
}


.career-hd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: black;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.career-hd span{
    color: #b132dd;
}






@media(min-width: 0px) and (max-width: 1200px){
.hamburgermenu {
   display: none;
}
}









@media(max-width: 575px){
    .s1-src{
        padding-top:0;
    }
    .career-hd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: black;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 0 15px;
}
.career-hd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: black;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 15px;
}
.s3-img img {
    width: 100%;
}

.logo {
    margin-top: 22px;
}
.header_menu_area > .mob_nav {
    margin: 32px 20px 35px 0px;
}

.header {
    height: 90px;
}
.header_menu_area {
   float: none;
}
.header_menu_area > ul > li > a {
    margin-left: 0px;
    padding: 10px 0px 20px 0px;
}
.header_menu_area > ul {
    padding-top: 10px;
}
.bannerimage img {
    width: 100% !important;
}
.bannercontent {
    width: 100%;
    margin-top: 50px;
}
.bannerimage {
    width: 100%;
    height: auto;
}
.bannercontent h6 {
    font-size: 40px;
    text-align: center;
    line-height: 60px;
}
.bannercontent h6 br{
    display: none;
}
.slide .item {
    height: 780px;
}
.slide {
    padding-top: 0px;
    height: 780px;
}
.bannercontent p {
    text-align: center;
}

.bannercontent p br{
    display: none;
}
.slide .item .slide-image {
    height: 780px;
}
.home-counter {
    margin-top: -45px;
}
.count1 {
    margin-right: 0px;
    width: 100%;
}
.count1 .item p {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}
.count1 .item p br{
display: none;
}
.count1 .item1 {
    text-align: center;
    padding-right: 50px;
    width: 100%;
}
.home-counter img {
    display: none;
}
.count2 {
    margin-right: 0px;
    width: 100%;
}
.count2 .item p {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}
.count2 .item p br{
display: none;
}
.count2 .item1 {
    text-align: center;
    padding-right: 50px;
    width: 100%;
}
.section1-aezentia {
    padding: 50px 0px;
    padding-top: 0px;
}
.s1 {
    height: auto;
    padding: 45px 20px;
}
.s1 h3 {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    font-size: 36px;
}
.s1 img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.s2-box {
    width: 100%;
    height: auto;position: relative;
    margin-bottom: 50px;
    border-bottom: solid 1px #C7C3C3;
    border-right: none;
}
.s2-box h4 {
    text-align: center;
    width: 100%;
}
.s2-box h3 {
    text-align: center;
}
.s2-box p {
    text-align: center;
}
.s2-box svg {
       top: -3px;
    position: absolute;
    right: -6%;
}
.section2-aezentia {
    padding-bottom: 0px;
}
.s3 {
    padding-top: 50px;
}
.s3 h2 {
    text-align: center;
    font-size: 36px;
}
.s3 p {
    text-align: center;
}
.section4-aezentia {
    padding: 40px 0px;
    height: auto;
}
.s4-hd h3 {
    width: 100%;
    text-align: center;
    font-size: 37px;
}
.s4-hd h3 br{
    display: none;
}
.s4-hd p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.s4-hd p br{
    display: none;
}

.s4-box {
    margin-top: 50px;
}
.s4-carousel {
    padding: 0px 15px;
}
.section5-aezentia {
    padding-top: 0px;
    padding-bottom: 0px;
}
.s4 {
    height: auto;
    padding: 40px 15px;
    background-position: center;
}

.s4 h3 {
    text-align: center;
    font-size: 36px;
}

.s4 h3 br{
    display: none;
}

.s6-hd h2 {
    font-size: 36px;
}

.s6-carousel {
    padding: 50px 15px;
    padding-bottom: 0px;
}

.section6-aezentia {
    padding-top: 45px;
    padding-bottom: 40px;
}


.testi-box {
    width: 100%;
    height: 295px;
    margin-bottom: 50px;
    margin-top: 60px;
}

.s7-carousel {
    padding: 0px 15px;
}

.s8 {
    height: auto;
    padding:50px 16px;
}
.s8 h3 {
    text-align: center;
    padding-right: 0px;
    width: 100%;
    font-size: 36px;
}
.s8 img {
    float: none;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.footer {
    height: auto;
    margin-top: -145px;
    padding-top: 155px;
}
.f-box img {
    margin-bottom: 30px;
}

.f-links a {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.s-media {
    padding: 40px 8% 40px;
}
.footer h3 {
    margin-bottom: 30px;
}
.innerban h2 {
    font-size: 24px;
    text-align: center;
}
.s1-abt-con {
    padding-top: 25px;
    text-align: center;
}
.mission {
    border-radius: 0px;
}
.vision {
    border-radius: 0px;
}
.s1-abt img {
    float: right;
    margin-top: 20px;
    width: 100%;
}
.menu ul li a {
    text-align: center;
}
.menu ul:after {
    left: 50%;
}
.s1-src-con {
    padding-top: 40px;
    text-align: center;
}
.s1-src img {
    float: right;
    margin-top: 0px;
    width: 100%;
}
.frm-title {
    text-align: center;    margin: 0;
}
.contact-submit {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.career-img img {
    width: 100%;
    float: right;
    margin-top: 0px;
    border-radius: 10px;
}
.india {
    float: left;
    width: 100%;
}
.india p {
    width: 100%;
    text-align: center;
}
.adr-section h1 {
    width: 100%;
    text-align: center;
}
.margin_top{
text-align: center;
}
.contact-tag {
    text-align: center;
}
.contact-label {
    text-align: center;
    margin-bottom: 30px;
}
.contact-snd2 {
    float: none;
    background: white;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
}










@media(min-width: 576px) and (max-width: 991px){
.s3-img img {
    width: 100%;
}

.logo {
    margin-top: 25px;
}
.header_menu_area > .mob_nav {
    margin: 32px 20px 35px 0px;
}

.header {
    height: 90px;
}
.header_menu_area {
   float: none;
}
.header_menu_area > ul > li > a {
    margin-left: 0px;
    padding: 10px 0px 20px 0px;
}
.header_menu_area > ul {
    padding-top: 10px;
}
.bannerimage img {
    width: 100% !important;
}
.bannercontent {
    margin-top: 0px;
}
.bannercontent h6 {
    font-size: 41px;
    line-height: 50px;
}
.bannercontent h6 br{
    display: none;
}
.bannercontent p br{
    display: none;
}
.slide .item {
    height: 540px;
}
.slide {
    padding-top: 0px;
    height: 540px;
}
.slide .item .slide-image {
    height: 540px;
}
.count1 .item1 {
    color: black;
    font-size: 50px;
    margin-top: 0px;
    padding-right: 0px;
    width: 100%;
}
.count1 .item p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
}

.count1 .item p br{
    display: none;
}

.count2 .item1 {
    color: black;
    font-size: 50px;
    margin-top: 0px;
    padding-right: 0px;
    width: 100%;
}
.count2 .item p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
}

.count2 .item p br{
    display: none;
}
.count1 {
    float: left;
    margin-right: 40px;
    padding-left: 0px;
    width: 17%;
}
.s1 {
    height: auto;
    padding: 40px 40px;
}
.s1 h3 {
    width: 88%;
    text-align: left;
    padding-right: 30px;
    font-size: 41px;
}
.s2-box svg {
    margin-right: -6px;
}
.vision {
    height: 421px;
}
.mission {
    height: 421px;
}
.s3 h2 {
    font-size: 41px;
}
.s2-box p br{
    display: none;
}
.s2-box h3 {
    margin-bottom: 10px;
}
.s2-box {
    height: 175px;
}
.s3 {
    padding-top: 20px;
}
.section4-aezentia {
    height: auto;
}
.s4-hd h3 br{
    display: none;
}
.s4-hd p br{
    display: none;
}
.s4-hd p {
    padding-left: 40px;
    margin-top: 20px;
}
.s4-box h3 br{
   display: none;
}
.s4 h3 br{
    display: none;
}
.s4 {
    height: auto;
    padding: 43px 54px;
    background-position: center;
}
.s8 {
    height: auto;
    padding: 40px 40px;
}
.s8 h3 {
    width: 84%;
    text-align: left;
    padding-right: 30px;
    font-size: 40px;
}
.f-links a {
    margin-right: 81px;
}
.s-media {
    padding: 40px 29% 40px;
}
.f-links {
    padding: 0px 20% 0px;
}
.s1-abt img {
    float: right;
    margin-top: 70px;
    width: 100%;
}
.menu ul li a {
    text-align: center;
}
.menu ul:after {
    left: 50%;
}
.s1-src img {
    width: 100%;
}
.career-img img {
    width: 100%;
}
}







@media(min-width: 576px) and (max-width: 767px){
.slide .item {
    height: 760px;
}
.slide {
    padding-top: 0px;
    height: 760px;
}
.slide .item .slide-image {
    height: 760px;
}
.bannercontent {
    width: 100%;
    margin-top: 0px;
}
.bannercontent h6 br{
    display: none;
}
.bannercontent h6 {
    font-size: 45px;
}
.bannerimage {
    width: 100%;
    height: auto;
}
.bannerimage img {
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.home-counter {
    margin-top: -70px;
}
.s1 {
    height: auto;
    padding: 40px 20px;
}
.s1 h3 {
    font-size: 38px;
}
.s2-box {
    border: none;
    margin-bottom: 50px;
}
.section2-aezentia {
    padding-bottom: 0px;
}
.s3-img img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-bottom: 15px;
}
.s4-hd h3 {
    width: 100%;
}
.s4-hd p {
    padding-left: 0px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
} 
.testi-box {
    width: 100%;
}  
.s8 h3 {
    width: 80%;
    text-align: left;
    padding-right: 0px;
    font-size: 38px;
}
.s8 {
    height: auto;
    padding: 40px 31px;
}
.footer {
    height: auto;
} 
.f-links {
    padding: 0px 9% 0px;
}
.s-media {
    padding: 40px 22% 40px;
}
.footer h3 {
    margin-bottom: 20px;
}
.menu ul li a {
    text-align: center;
}
.menu ul:after {
    left: 50%;
}
.mission {
    border-radius: 30px;
    padding: 40px 40px;
    margin-bottom: 50px;
}
.vision {
    border-radius: 30px;
}
}



@media(min-width: 1024px) and (max-width: 1200px){
.s3-img img {
    width: 100%;
}

.logo {
    margin-top: 25px;
}
.header_menu_area > .mob_nav {
    margin: 32px 20px 35px 0px;
}

.header {
    height: 90px;
}
.header_menu_area {
   float: none;
}
.header_menu_area > ul > li > a {
    margin-left: 0px;
    padding: 10px 0px 20px 0px;
}
.header_menu_area > ul {
    padding-top: 10px;
}
.bannerimage img {
    width: 100% !important;
}
.bannercontent {
    margin-top: 85px;
}
.bannercontent h6 {
    font-size: 47px;
}
.bannercontent h6 br{
    display: none;
}
.bannercontent p br{
    display: none;
}
.slide .item {
    height: 540px;
}
.slide {
    padding-top: 0px;
    height: 540px;
}
.slide .item .slide-image {
    height: 540px;
}
.count1 .item1 {
    color: black;
    font-size: 50px;
    margin-top: 0px;
    padding-right: 0px;
    width: 100%;
}
.count1 .item p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
}

.count1 .item p br{
    display: none;
}

.count2 .item1 {
    color: black;
    font-size: 50px;
    margin-top: 0px;
    padding-right: 0px;
    width: 100%;
}
.count2 .item p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
}

.count2 .item p br{
    display: none;
}
.count1 {
    float: left;
    margin-right: 40px;
    padding-left: 0px;
    width: 17%;
}
.s1 {
    height: auto;
    padding: 40px 40px;
}
.s1 h3 {
    width: 84%;
    text-align: left;
    padding-right: 30px;
}
.s2-box svg {
    margin-right: 20px;
}
.s2-box p br{
    display: none;
}
.s2-box h3 {
    margin-bottom: 10px;
}
.s2-box {
    height: 175px;
}
.s3 {
    padding-top: 20px;
}
.section4-aezentia {
    height: auto;
}
.s4-hd h3 br{
    display: none;
}
.s4-hd p br{
    display: none;
}
.s4-hd p {
    padding-left: 40px;
    margin-top: 20px;
}
.s4-box h3 br{
   display: none;
}
.s4 h3 br{
    display: none;
}
.s4 {
    height: auto;
    padding: 43px 54px;
    background-position: center;
}
.s8 {
    height: auto;
    padding: 40px 40px;
}
.s8 h3 {
    width: 84%;
    text-align: left;
    padding-right: 30px;
}
.f-links a {
    margin-right: 81px;
}
.s-media {
    padding: 40px 29% 40px;
}
.f-links {
    padding: 0px 20% 0px;
}
.s2-box p {
    padding-right: 10px;
}
}
.li-active{
    color: #656565;
    /* background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158)); */
    border-bottom: solid 1px #656565 !important;
}



@media(min-width: 1400px) and (max-width: 1500px){
.req-form1 {
    padding: 130px 0px;
}
.hd-address {
    padding: 250px 60px;
}
}










