html{
        overflow-x: hidden;
}
body{
    overflow: hidden;
  margin: auto;
  font-family: "Karla", sans-serif !important;

}


@media(min-width: 1366px){
.cmpad{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
}
@media(max-width: 1366px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}

}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}

p{
    margin-bottom: 0;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 157%;
}

a{
  color: #1A1A1A;
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
   font-size: 16px;
  font-weight: 500;
}
a:hover{
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.posrel{
  position: relative;
}













.btn {
      font-size: 16px;
    padding: 13px 22px;
    display: flex;
    font-weight: 500;
    border-radius: 54px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
 
}
.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn span img {
  width: 18px !important;
  filter: brightness(0) invert(1);
}


@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.mybtn-primary {
 position: relative;
    color: #ffffff!important;
     background: #613195;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-primary:hover {
 color: #ffffff!important;
 background: #441c6f;
}
.mybtn-primary:hover span img{
filter: brightness(0) invert(1);
}

.mybtn-secondary {
 position: relative;
    color: #ffffff;
     background: #DE4E36;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-secondary span img{
filter: brightness(0) invert(1);
}
.mybtn-secondary:hover {
 color: #fff;
 background: #01268F;

}


.mybtn-secondary {
 position: relative;
    color: #ffffff;
     background: #DE4E36;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-secondary span img{
filter: brightness(0) invert(1);
}
.mybtn-secondary:hover {
 color: #fff;
 background: #01268F;

}


.morebtn{
   font-size: 16px;
    color: #613195;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
}
.morebtn span{
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.morebtn:hover span{
    background: #613195;
}
.morebtn:hover span img{
    width: 18px;
    filter: brightness(0) invert(1);
}

.morebtn2{
   font-size: 16px;
    color: #E91287;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
}
.morebtn2 span{
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.morebtn2:hover span{
    background: #E91287;
}
.morebtn2:hover span img{
    width: 18px;
    filter: brightness(0) invert(1);
}

.mybtn-third{
        padding: 0;
    color: #01268F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mybtn-third span img{
  filter: unset!important;
  width: 13px!important;
}
.mybtn-third:hover{
  color: #fff;
  gap: 7px;
}

.mybtn-frth {
 position: relative;
    color: #01268F;
     background: #fff;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-frth span img{
filter: unset;
}
.mybtn-frth:hover {
 color: #fff;
 background: #DE4E36;

}
.mybtn-frth:hover span img{
  filter: brightness(0) invert(1);
}



.mybtn-fill {
  position: relative;
  color: #00BAA6;
  background: transparent;
  background: #fff;
  border: 1px solid transparent;
  overflow: hidden;
  min-width: 161px;
  z-index: 1;
}

.mybtn-fill:hover {
  background: #00BAA6;
  color: #fff;
}

.mybtn-fill span {
  background: #ffffff;
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}



/* Outer framed container with corner marks */
.frame{
position: relative;
    padding: 1px;
    border: 1px solid #00000030;
    display: inline-block;
}

/* Decorative crop/corner marks (small L shapes) */
.frame::before, .frame::after,
.frame .spn::before, .frame .spn::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 2px solid #111;
    box-sizing: border-box;
    background: transparent;
}
/* top-left */
.frame::before{ left:-2px; top:-2px; border-right:none; border-bottom:none; }
/* top-right */
.frame::after{ right:-2px; top:-2px; border-left:none; border-bottom:none; }
/* We'll use span pseudo-elements for bottom corners */
.frame .spn::before{ left:-2px; bottom:-2px; border-right:none; border-top:none; }
.frame .spn::after{ right:-2px; bottom:-2px; border-left:none; border-top:none; }

/* whitecorner */
.framew{
  position: relative;
    padding: 1px;
    border: 1px solid #ffffff4d;
    display: inline-block;
    }

/* Decorative crop/corner marks (small L shapes) */
.framew::before, .framew::after,
.framew .spn::before, .framew .spn::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: transparent;
}
/* top-left */
.framew::before{ left:-2px; top:-2px; border-right:none; border-bottom:none; }
/* top-right */
.framew::after{ right:-2px; top:-2px; border-left:none; border-bottom:none; }
/* We'll use span pseudo-elements for bottom corners */
.framew .spn::before{ left:-2px; bottom:-2px; border-right:none; border-top:none; }
.framew .spn::after{ right:-2px; bottom:-2px; border-left:none; border-top:none; }





.mybtn-third .text {
      flex: 1;
    text-align: center;
    color: #000;
    padding: 0 15px;
    background-color: #fff;
    height: 100%;
    display: flex
;
    align-items: center;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mybtn-third .arrow {
  background-color: #121416;
  color: #fff;
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mybtn-third .arrow img{
  filter: brightness(0) invert(1);
}
.mybtn-third:hover .text{
  background-color: #121416;
  color: #fff;
}
.mybtn-third:hover .arrow{
  background-color: #fff;
}
.mybtn-third:hover .arrow img{
  filter: unset;
}


.bnrhed{
       font-size: 54px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 113%;
}
.mainhed{
   font-size: 50px;
    font-weight: 600;
    color: #131313;
    line-height: 120%;
}


/* haeder */

.header{
 height: auto;
    position: relative;
    z-index: 11;
    background: #ffffff;
}
.header-inn {
    padding-top: 8px;
    padding-bottom: 8px;
}
.nav-header{
  max-width: 117px;
}

.hedrfll{
  justify-content: space-between;
  align-items: center;
}
.logo{
  width: 100%;
  float: left;

}
.logo img{
  width: 100%;
  max-width: 167px;
  float: left;
}
.hdr-menu{
    height: 100%;
}
.menus{
  display: flex;
      gap: 12px;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}


.megalistcust{
        padding: 20px 7px !important;
    display: flex !important
;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}


/* Fixed header class */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 11px #00000030;
  animation: slideDown 0.3s ease forwards;
  height: auto;
    padding: 10px 0px;
    background: #182100;
}

/* Optional animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



/*mob*/
/* Wrapper */
/* Wrapper & Container */
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: right;
  height: 100%;
  display: flex
;
    align-items: center;
}

.content {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
}

nav {
  position: relative;
}

/* Hide native checkbox */
nav input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* Hamburger Icon */


.hamburger-label {
  position: relative;   /* Use absolute for positioning inside the container */
  top: 7px;        /* Aligns to the right side */
  z-index: 1100;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.mobile-container {
  position: relative;
}


.hamburger-label::before,
.hamburger-label::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #431970;
  left: 0;
      border-radius: 5px;
  transition: 0.3s ease;
}

.hamburger-label::before {
  top: 0;
}

.hamburger-label::after {
  top: 10px;
}

/* Becomes X when open */
#hamburger1:checked + .hamburger-label::before {
  transform: rotate(45deg);
  top: 8px;
  background-color: #fff;
}

#hamburger1:checked + .hamburger-label::after {
  transform: rotate(-45deg);
  top: 8px;
  background-color: #fff;
}

/* Overlay full menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Show overlay */
#hamburger1:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

/* Navigation links */
.nav-links {
  margin: 0px 0 0 0;
 padding: 125px 0;
 background: #431970;
}

.nav-links li {
  list-style: none;
  /*border-bottom: 1px solid #ddd;*/
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav-links li a,
.submenu-label {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
    font-weight: 500;
    
  text-align: center;
  color: white;

}

.nav-links li a:hover,
.submenu-label:hover {
  color: #c085ff;
}

/* Animate in when menu opens */
#hamburger1:checked ~ .overlay .nav-links li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#hamburger1:checked ~ .overlay .nav-links li:nth-child(1) { transition-delay: 0s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(2) { transition-delay: 0.1s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(3) { transition-delay: 0.2s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(4) { transition-delay: 0.3s; }

/* Submenu */
.has-submenu {
  position: relative;
}

.has-submenu input[type="checkbox"] {
  display: none;
}

.submenu {
  display: none;
  background: #4b1f79;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #4319704d;
}

.has-submenu input[type="checkbox"]:checked ~ .submenu {
  display: block;
  padding-left: 0;
}

@media(min-width:992px){
  .mobile-wrapper{
    display: none;
  }
}
/*mob*/

.header_menu_area ul li a img{
  margin-left: 0px;
        margin-left: 0px;
    width: 13px;
}

.header_menu_area {
    position: relative;
    text-align: center;
    width: 100%;
}
.header_menu_area > ul {
    padding-right: 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    float: right;
    vertical-align: middle;
    display: flex;
    align-items: center;
     position: unset;
}

.header_menu_area > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #000000;
    float: left;
    text-decoration: none;
    list-style-type: none;
    position: unset;
    padding: 0px 12px;
    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-decoration: none;
    text-align: center;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.header_menu_area > ul > li > a {
    position: relative;
    display: flex;
    gap: 4px;
    float: left;
    color: #2B2B2B;
    text-decoration: none;
    font-weight: 500;
    font-style: 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;
}

.header_menu_area > ul > li > a.stable{
  color: #613195;
}

.header_menu_area > ul > li > a:hover{
    color: #613195;
}
/* .stable{
  color: #ffffff !important;
} */



.menu .sub-menu {
    display: none;
    align-items: center;
    position: absolute;
    background-color: transparent;
    width: 100%;
    max-width: 800px;
    
    border: none;
    z-index: 99;
    height: 0;
    padding: 0 0;
    overflow: hidden;
    line-height: 1.4;
    right: 0;
   
}
.menu .sub-menu .submenu-full{
  background: #fff;
  margin-top: 30px;
  display: flex;
  padding: 20px;
  
    border-radius: 30px;
      box-shadow: 1px 5px 20px 0px #00726729;
}

.menu ul .menuhdre a{
font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
    

.menu .sub-menu ul{
  width: 50%;
      padding: 0 0;
}
.menu li:hover>.sub-menu {
      display: flex;
    width: 690px;
    max-width: 100%;
    min-width: 200px;
    height: auto;
    z-index: -1;
}
.submenu2{
         right: -100% !important;
    padding-top: 0px !important;
}
.menu-padding2{
  padding-bottom: 10px!important;
  border-radius: 0 0 8px 8px;
}
.menu-padding1{
  padding-top: 10px!important;
  border-radius: 8px 8px 0 0 ;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #613195;
    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;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
     display: block;
    padding: 15px;
    float: left;
    background: 0 0;
    margin: 0;
       padding: 4px 0;
    background: #fff;
    width: 100%;
    position: relative;
 
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}
.menu ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 10px;
    display: block;
    color: #2b2b2b;
    background: transparent;
    text-align: -webkit-match-parent;
    text-decoration: none;
    border-radius: 4px;
    /* margin-bottom: 10px; */
    text-align: left;
}

.menu li:hover>.submenu-2{
  width: 280px;
}

/*overlay*/

.side-menu-4 {
    position: relative;
    top: 7px;
    right: 0;
    z-index: 999;
    width: auto;
    float: right;
        padding-left: 11px;
}

.burger-menu img {
  width: 26px;
 
  cursor: pointer;
}

.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 102;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-menu.active {
  opacity: 1;
  visibility: visible;
}

.overlay-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.left-area,
.right-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}
.right-areamain{
  width: 100%;
  float: left;
}
.right-areamain h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.right-areamain p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.left-area h6{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    margin-bottom: 0;
}

.left-area {
  background: #121416;
  color: white;
  text-align: left;
}

.right-area {
  background: #FD421B;
  color: #A8A8A8;
      box-shadow: -1px 0px 13px #10346057;
  text-align: left;
}

.left-area nav ul {
  list-style: none;
  padding: 0;
}

.left-area nav li {
  margin-bottom: 20px;
}

.left-area nav a {
  color: white;
  font-size: 40px;
  text-decoration: none;
}
.close img{
  width: 100%;
  max-width: 30px;
  filter: brightness(0) invert(1);
}
.overlay-menu .close {
  position: absolute;
    right: 60px;
    top: 55px;
    font-size: 30px;
    background: #121416;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 10;
    transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay-menu .close:hover {
  opacity: 1;
}
.right-area-main{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.right-area-main h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 35px;
  font-weight: 500;
}
.right-area-main p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.right-area-main a{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.left-area form {
    width: 100%;
    float: left;
    margin-top: 40px;
    transition-delay: 300ms;
}
.ham-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ham-field label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.ham-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none!important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    height: 51px;
    outline:none!important;
}
.ham-field textarea {
    width: 100%;
    float: left;
    padding: 12px;
      border: none!important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline:none!important;
}

.tophed{
  background: #431970;
}
.tphedmain{
  display: flex;
      justify-content: space-between;
      padding: 5px 0
}
.tpcall{
      display: flex;
    align-items: center;
    gap: 10px;
}
.tpcall a{
  color: #fff;
  font-weight: 400;
}
.tphedfirst{
      display: flex;
    gap: 30px;
}
.tphedsecond{
  display: flex;
    gap: 40px;
}
.tphedsecond a{
  color: #fff;
  font-weight: 400;
}
/*---------------------------------------*/
/*:::::::::::::::::SLIDER::::::::::::::::*/
/*---------------------------------------*/

.bnr-carousel .owl-nav {
    display: none;
}
.bnrtxt-carousel .owl-nav {
    display: none;
}


.bnr-carousel .owl-dots{
    display: none;
}

.banner {
  position: relative;
  /* padding-bottom: 90px; */
  height: 620px;
  z-index: 1;
  background-position: center;
  /* padding-top: 160px; */}
.banner::after {
        content: '';
    background: linear-gradient(0deg, black, transparent 99%);
    opacity: 84%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 86%;
    left: 0;
    bottom: 0;
    background-position: top;
    z-index: 1;
}


.bnrtxt-slider{
    width: 100%;
    height: 620px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 54px;
}

.bnrimg-sec{
  position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}
.banner .sldimg{
      width: 100%;
    float: left;
    position: relative;
    /* max-width: 582px; */
    height: 620px;
    object-fit: cover;
}
.bnrsecnd{
  max-width: 389px;
      display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.bnrtext {
      display: flex;
    gap: 19px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.bnrtext p{
     color: #FFFFFF;
    font-size: 16px;
    line-height: 159%;
    opacity: 75%;
}
.bnrtext .bnrname{
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 3px 13px;
  border-radius: 0 13px 13px 0;
  background: #43197094;
}
.bnrsub{
    
    text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  opacity: 50%;
}


.spad{
  padding-top: 80px;
  padding-bottom: 80px;
}
.spad2{
   padding-top: 70px;
  padding-bottom: 70px;
}

@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }




.bnr-second{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}




/* about */
.abt-tp{
background: #F6EEFF;
border-radius: 28px;
display: flex;
}
.abttp-hed{
  background: linear-gradient(134deg, #613195, #2D0855);
  border-radius: 28px 0 0 28px;
  width: 40%;
      padding: 20px 40px;
          display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.abttp-hed::after{
  content: '';
position: absolute;
background: url(../img/images/roundabout.svg);
background-size: contain;
    width: 175px;
    height: 175px;
right: -40px;
z-index: -1;
    bottom: -40px;
}
.abttp-hed h2{
  font-size: 28px;
  color: #F9FAFF;
  font-weight: 700;
}
.abttp-para{
padding: 35px 40px;
    width: calc(100% - 40%);
}
.abttp-para p{
  color: #1F1F1F;
}

/* about-under */
.abt-callaction{
  background: linear-gradient(134deg, #613195, #2D0855);
  padding: 65px;
  border-radius: 50px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    z-index: 1;
    position: relative;
}

.abt-cta{
      position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 1;
}
.abt-cta img{
      max-width: 273px;
}
.abt-callaction .round{position: absolute;height: 100%;width: 100%;top: 0;right: 0;overflow: hidden;     z-index: -1;    
  border-radius: 50px;}
.abt-callaction .round span{
      width: 390px;
      height: 390px;
      outline: 3px solid #4B1A7F;
      position: relative;
      display: flex;
      border-radius: 72%;
      right: -33px;
      bottom: 0;
      right: 69px;
      float: right;
      background: radial-gradient(#4B1A7F 62%, transparent 63%);
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      animation: zoomtxt 4.5s linear infinite;
}

@keyframes zoomtxt {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
.abtcrdfull{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 550px;
    gap: 20px;
}
.abtcrd{
        padding: 18px 15px;
    border-radius: 13px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    min-width: 265px;
}
.abtcrd span{
    width: 54px;
    height: 54px;
    background: #FFE1F1;
    border-radius: 6px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.abtcrd span img{
  height: 40px;
  object-fit: contain;
}
.abtcrd .cont{
        font-size: 22px;
    font-weight: 600;
    color: #131313;
    line-height: normal;
    margin-bottom: 2px;
}


/* visionfull */
.visionmisssion{
  background: url(../img/images/visionbac.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.visionimg img{
  border-radius: 12px;
}
.visioncard{
   padding: 35px 25px 25px;
    background: #ffffff;
    border-radius: 10px 25px 10px 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.visioncard span{
  background: #F6EEFF;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.visioncard span img{
    height: 40px;
}
.visioncard .cont{
        font-size: 22px;
    color: #131313;
    font-weight: 500;
    margin-bottom: 5px;
}
.visioncard .desc{
    font-size: 16px;
    color: #1F1F1F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}
.visioncard .rndbtn{
 position: absolute;
    top: -10px;
    right: -10px;
    background: #FFFFFF;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 10px solid #F6EEFF;
        display: flex;
    align-items: center;
    justify-content: center;
}
.visioncard:hover{
  background: #613195;
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.visioncard:hover p{
 color: #fff;
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.visioncard:hover span{
  background: #7C43B9;
}
.visioncard:hover img{
 filter: brightness(0) invert(1);
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.visioncard:hover .rndbtn{
  background: #613195;
}



/* products */
.productscrd{
    border-radius: 15px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.productscrd .main {
    border-radius: 15px;
    height: 100%;
    width: 100%;
}
.productscrd .cardcont{
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
padding: 20px;
display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}
.productscrd .cardcont .cont {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
}
.productscrd .cardcont .desc {
    font-weight: 400;
    font-size: 16px;
    opacity: 85%;
    color: #ffffff;
       
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: none;
}
.productscrd:hover .cardcont .desc{
 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.productscrd::after {
    content: '';
    background: linear-gradient(42deg, black 15%, transparent);
    opacity: 84%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: top;
    border-radius: 15px;
}
.productscrd .rndbtn{
    background: #613195;
    width: 42px;
    height: 42px;
    border-radius: 50%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.productscrd .rndbtn img{
  filter: brightness(0) invert(1);
  width: 15px;
}



/* clients */
.clientsfull{
  background: #faf5ff;
}
  .clients-section {
  background: #F0EBF5;
  padding: 50px;
  border-radius: 20px;
}

.clients-block {
  display: flex;
  align-items: center;
}
.clients-block2{
    border-top: 1px solid #61319522;
}

.clients-header {
  width: 25%;
}

.clients-header h2 {
  font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 50px;
}


.clients-swiper {
  width: 75%!important;
}
.clients-swiper::after{
        content: '';
    position: absolute;
    width: 100%;
    max-width: 137px;
    height: 100%;
    left: -1px;
    top: 0;
    background: url(../img/clients/clients-overlay-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(89deg, #f0ebf5 0%, #00000000, #f0ebf5 100%); */
    z-index: 1;
}
.clients-swiper::before{
        content: '';
    position: absolute;
    width: 100%;
    max-width: 137px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/clients/clients-overlay-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(89deg, #f0ebf5 0%, #00000000, #f0ebf5 100%); */
    z-index: 11;
        transform: rotateY(
180deg);
}

.clients-swiper2 {
  width: 75%!important;
}
.clients-swiper2::after{
        content: '';
    position: absolute;
   width: 100%;
    max-width: 137px;
    height: 100%;
    left: -1px;
    top: 0;
    background: url(../img/clients/clients-overlay-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(89deg, #f0ebf5 0%, #00000000, #f0ebf5 100%); */
    z-index: 1;
}
.clients-swiper2::before{
        content: '';
    position: absolute;
    width: 100%;
    max-width: 137px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/clients/clients-overlay-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(89deg, #f0ebf5 0%, #00000000, #f0ebf5 100%); */
    z-index: 11;
        transform: rotateY(
180deg);
}
.clients-swiper .owl-nav {
    display: none;
}
.clients-swiper2 .owl-nav {
    display: none;
}
.clients-swiper .owl-dots {
    display: none;
}
.clients-swiper2 .owl-dots {
    display: none;
}

.client-card {
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  text-align: center;
  height: 140px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.client-card img {
  max-height: 50px;
  object-fit: contain;
}

.client-card p {
      font-size: 12px;
    color: #201E20;
    margin-bottom: 0px;
    line-height: normal;
    font-weight: 500;
}

/* Responsive */
@media(max-width: 992px) {
  .clients-block {
    flex-direction: column;
  }

  .clients-header,
  .clients-swiper {
    width: 100%;
  }
  .clients-swiper2{
    width: 100%;
  }

  .clients-header {
    margin-bottom: 20px;
  }
}





/* projects */
.projectcrd{
  background: #FFE6F3;
  padding: 15px;
  border-radius: 10px;
  gap: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.projectcrd .imgcont{
  width: 176px;
  height: 183px;
  background: #fff;
  border-radius: 8px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.projectcrd .imgcont img{
  width: 150px;
}
.projectcrd .cardcont{
      width: calc(100% - 196px);
          display: flex;
    flex-direction: column;
    justify-content: center;
}
.projectcrd .cardcont .cont{
color: #131313;
font-size: 20px;
font-weight: 500;
}
.projectcrd .cardcont .desc{
   display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.projectcrd::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/icons/halfround.svg);
  background-size: contain;
  width: 48px;
  height: 97px;
}


/* testimonialfull */
.testimonialfull{
  background: #F6EEFF;
 
}
.testi-card{
  border-radius: 25px 10px 10px 10px;
  background: #FFFFFF;
  padding: 20px;
  position: relative;
  height: 100%;
   display: flex;
    flex-direction: column;
}
.testi-card .testiicon{
display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.testi-card .testiicon img{
max-width: 100px;
}
.testi-card .cont{
  display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.testi-card .name{
font-weight: 600;
font-size: 18px;
}
.testi-card .dest{
font-size: 14px;
}

.testi-card .test-tp{
  display: flex;
  justify-content: space-between;
}
.testi-card .test-tp .testipro img{
width: 85px;
height: 85px;
border-radius: 50%;
border: 15px solid #F6EEFF;
}

.testi-card .testipro img{
  position: absolute;
      top: -14px;
    left: -14px;
  width: 115px;
  max-width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 15px solid #F6EEFF;
}
.testimonialswip{
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial-carousel .owl-nav {
    display: none;
}
.testimonial-carousel .owl-dots {
    display: none;
}


.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
    height: auto;
}






/* news */

.newscrd{
     background: #fff;
    padding: 15px;
    box-shadow: 0 0 14px #00000024;
    position: relative;
    border-radius: 12px;
}
.newscrd .cardimg{
  margin-bottom: 10px;
}
.newscrd .cardimg img{
  border-radius: 7px;
}
.newscrd .date{
      display: flex;
    align-items: center;
    gap: 10px;
}
.newscrd .date p{
      font-size: 13px;
    color: #613195;
    margin-bottom: 0px;
    line-height: 0;
}

.newscrd .cont{
      color: #131313;
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    margin-top: 7px;
}
.newscrd .desc{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
        margin-top: 3px;
    margin-bottom: 0px;
}


/* cmnfrm */
.cmnfrmfull{
  background: url(../img/images/cmfrmbac.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 40px;
  height: 450px;
  position: relative;
}
.cmnform{
  background: #fff;
  box-shadow: 0px 0px 14px 0px #00000024;
  padding: 30px;
  border-radius: 20px;
}
.cmnfrmonly{
      position: absolute;
    bottom: 50px;
    right: 30px;
}
.cmnform .cont{
  font-size: 20px;
  font-weight: 500;
  color: #613195;
  margin-bottom: 0px;
}
.cmnform h3{
  font-size: 30px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 17px;
}






.mytab{
  background: #f6eeff;
    border-radius: 38px;
}
.mytab .nav-tabs{
    border: none !important;
    gap: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #ead8fd;
    border-radius: 38px;
}
.mytab .nav-tabs .nav-item{
width: 100%;
}

.mytab .nav-tabs .nav-link{
        font-weight: 600;
        width: 100%;
    color: #613195 !important;
    font-size: 24px;
    border: none !important;
    padding: 20px;
    background: transparent;
    border-radius:38px;
    border-bottom: none!important;
     height: 100%;
}
.mytab .nav-tabs .nav-link.active{
opacity: 100%;
   
background: linear-gradient(134deg, #613195, #2D0855);
color: #ffffff !important;
border-bottom: none!important;
}
.mytab-bx{
  border-radius: 16px;
  background: #2054A8;
  padding: 30px 30px 20px;
  height: 100%;
}

.mytab .tab-content .cont-img{
  margin: 30px 0;
}



/* contactcta */
.con-cta{
  background: url(../img/images/cta-bac.svg) no-repeat;
  background-size: cover;
    border-radius: 16px;
    padding: 24px 30px;
        background-position: center;
      height: auto;
}
.con-cta .mainhed{
  font-size: 46px;
}
.con-cta p{
color: #000000;
font-size: 20px;
font-weight: 500;
}


.con-cta .cta-card{
         display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
    padding: 35px 40px;
    max-width: 100%;
    position: relative;

}
.con-cta .subhed span{
  background: transparent;
    border-radius: unset;
    width: auto;
    height: auto;
    margin-left: 3px;
}
.con-cta-round{
     position: absolute;
    right: -56px;
    margin-top: -60px;
}









/* CONTACTFROM */
.con-field {
    margin-bottom: 12px;
}
.con-desc {
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  
}

.con-desc .cont-img {
 width: 36px;
    height: 36px;
    background: #2e7bd7;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-desc p {
  margin-bottom: 0;
  width: calc(100% - 51px);
  color: #ffffff;}
.con-desc p a{
    color: #ffffff!important;
    font-weight:400;
}
.cont-img img {
  width: 22px;
}


.con-field label {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.con-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none !important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    background: #F6EEFF;
    height: 51px;
    outline: none !important;
}

.con-field textarea {
    width: 100%;
    float: left;
    background: #F6EEFF;
    padding: 12px;
    border: none !important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline: none !important;
}
.con-field select {
    width: 100%;
    float: left;
    padding: 14px;
    border: none !important;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
        background: #F6EEFF;
    height: 51px;
    outline:none!important;
}

.bookingfrm input,
.bookingfrm textarea,
.bookingfrm select{
height: 46px!important;
padding: 10px 14px;
background: #ac853047;
}

.modal-dialog{
  display: flex;
  height: 100vh;
  align-items: center;
}

/* modal */
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px !important;
    }
}
#booking .modal-content {
    /* background: #000; */
    background-size: cover;
    border-radius: 20px;
        background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
 border: none;
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background: #ac8530  url(../img/icons/close.svg) no-repeat center center;
    background-size: 15px 15px;
    text-indent: 100%;
    white-space: nowrap;
        background-position-x: 12px;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}
	.was-validated input:invalid ~ .invalid-feedback,
.was-validated textarea:invalid ~ .invalid-feedback {
    display: block !important;
}


/*top side*/
/* Sidebar Container */
#sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 30%; /* 50% width as requested */
    height: 100%; /* Full screen height */
    z-index: 1000;
    color: #d9d9d9;
    border-top-left-radius: 20px;
    transform: translateX(100%) translateZ(-500px);
background-color: rgba(0,0,0,0.18);
    backdrop-filter: blur(60px);
    /* BOOK CLOSED STATE */
    transform-origin: right center;
    transform: perspective(1400px) rotateY(-90deg);
    opacity: 0;
   

    transition:
        transform 1.2s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.6s ease,
        visibility 0s 1.2s;
         visibility: hidden;
    
    padding: 0px 20px 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

background: #B90723;
    background: linear-gradient(
316deg, #031334, #2054A8);

    overflow-y: auto;

    /* smooth scrolling */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

}

.sidebar-open #sidebar {
    transform: perspective(1400px) rotateY(0deg);
    opacity: 1;
    visibility: visible;
    transition:
        transform 1.2s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.6s ease;
}


body.sidebar-open {
    overflow: hidden;
    height: 100vh;
}



.close-btn {
    color: #ffffff;
    font-size: 60px;
    text-decoration: none;
    line-height: 0.5;
    transition: color 0.3s;
    margin-top: 0px;
    float: left;
    text-align: left;
    position: absolute;
    top: -42px;
    /* font-weight: 200; */
}


.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.quick-enquiry {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 500;
    
    color: #fff;
}
.sd-address p {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: 30px;
    margin-bottom: 0px;
}
.sidebar-title:hover{
        color: #969595;

}
.sd-logo img {
    width: 262px;
}
.hmbrsocial a span img{
  filter: brightness(0) invert(1);
  opacity: 55%;
}











/* footer */

footer {
  background: #F0EBF5;
}
.ft-top{
    border-bottom: 1px solid #6131951d;
}
.ft-logo {
    max-width: 100%;
    width: 188px;
    margin-bottom: 0;
}

.ft-logo img {
    width: 100%
}
.ft-social {
    flex-direction: row;
    gap: 15px;
    display: flex;
}

.ft-social a {
    display: flex;
    width: 38px;
    height: 38px;
    background-color: #F7EFFF;
    border-radius: 8px;
    justify-content: center;
    align-items: center
}
.ft-social a:hover span img{
     animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.quicklink h2 {
    font-size: 17px;
    font-weight: 600;
    color: #613195;
    margin-bottom: 8px;
}
.quicklink p {
    font-size: 15px;
    font-weight: 400;
    color: #313131;
   line-height: 22px;
}
.quicklink p a{
    color: #313131;
    font-size: 15px;
    font-weight: 400;
}
.quicklink p a:hover{
    color: #613195;
}

.foot-list li a {
    display: flex;
    color: #313131;
    font-size: 14px;
    font-weight: 400;
}
.foot-list li a:hover{
    color: #0b0b0b;
}
.foot-list li p {
    display: flex;
    flex-direction: row;    
    align-items: flex-start;
    gap: 12px;
    line-height: 27px;
}

.foot-list li p .fticn {
       background: #613195;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
        margin-top: 4px;
}

.foot-list li p .fttxt {
    width: calc(100% - 50px);
    font-weight: 600;
}

.foot-list li {
    padding: 4px 0;
}
.collab-logo{
    display: flex;
    gap: 20px;
        align-items: center;
}
.ft-disc ul{
    display: flex;
    gap: 27px;
}
.ft-disc ul li a{
    font-size: 15px;
    font-weight: 400;
}
.ft-disc ul li a:hover{
    color: #0b0b0b;
}
.ft-bottom{
    border-radius: 14px;
    background: #fff;
    padding: 20px 35px;
    box-shadow: 0 0 6px #00000012;
    margin-top: 30px;
}
.copy{
    border-top: 1px solid #6131951d;
}


sup{
    vertical-align: super;
    font-size: 10px;
    line-height: 0;
        left: -2px;
}








@media (min-width:992px) and (max-width:1199px){

.header_menu_area > ul > li > a {
  font-size: 15px;
}
.header_menu_area > ul > li {
  padding: 0px 10px 0px 1px;
}

.nav-menu > li > a {
    padding: 0px 6px!important;
    font-size: 14px;
  }
  .nav-header {
    width: 238px;
}
.nav-search{
  padding-top: 17px!important;
}
}

@media(max-width: 1199px){
  .bnr-hed {
    font-size: 3rem;
  }
  
  .bnrtext{
    padding-right: 25px;
  }
  .bnrhed{
    font-size: 50px;
  }



}



@media(max-width: 991px){
  .abt-cta {
    position: relative;
    right: 0;
}
.abt-callaction{
  padding-bottom: 0px;
}
.abt-cta {
    position: relative;
    left: 15px;
}
.abt-callaction .round{
  display: flex;
      align-items: flex-end;
}
.abtcrdfull{
  width: 100%;
}
.abtcrd{
  width: 48%;
}
  .bnr-hed {
    font-size: 2.4rem;
  }
  
      .header-inn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
.slider{
  padding-top: 120px
}
.bnr-imge{
  margin-top: 20px;
}
.lnguagelabcard{
  height: 100%;
}
.lnguagelabcard .cont{
  font-size: 18px;
}


    .ft-email {
        padding: 30px 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
        border-bottom: 1px solid #B3B3B3;
    }
    .ft-addres{
      padding: 30px 15px;
       
    }
    .quicklink{
      padding: 0;
      margin-bottom: 0px!important;
    }
    .ft-email p{
      margin-bottom: 0px;
    }
    .email-box{
      max-width: 250px;
    }

.menus{
  display: none;
}
.side-menu-4{
  display: none;
}
.hdr-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bnrtext{
  padding-right: 15px;
}
.bnrhed{
  font-size: 50px;
}

.shining:before{
  left: -106%;
}
.mainhed {
       font-size: 30px;
    }

.spad{
  padding-top: 60px;
  padding-bottom: 60px;
}
.spad2{
   padding-top: 60px;
  padding-bottom: 60px;
}
.quicklink{
  margin-bottom: 25px;
}
.abt{
  margin-top: 15px;
}

.cta{
  height: auto;
}
.cta-card {
  
    padding: 50px 40px;
}


.ft-social{
  margin-bottom: 25px!important;
}

.f-top{
  width: 280px;
}

.groupsec{
  padding-top: 0px;
}
.navigation-portrait .megamenu-panel{
  padding: 12px!important;
}
.megamenu-panel {
width: 100%!important;}
.nav-toggle {
margin-top: -26px!important;}



        .nav-menu > li > a.stable {
        color: #956600 !important;
    }
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #956600!important;
}
.nav-menu > li > a img{
  filter: brightness(0);
}
.megamenu-list > li > a:hover{
  color: #956600!important;
}

}






@media(max-width: 767px){

  .abt-callaction {
    padding: 30px;
    padding-bottom: 0;
    border-radius: 30px;
  }
  .abt-cta{
left: 10px;
        right: 10px;
  }
  
      .abtcrd {
        width: 47%;
            min-width: 229px;
    }
    
  .ft-email{
    flex-direction: column;
    align-items: flex-start;
  }
  
  
  .bnrtext{
    flex-direction: column;
            align-items: flex-start;
  }
  
  .bnrhed{
    max-width: 100%;
    width: 100%;
  }
  .bnrsecnd{
    max-width: 100%;
    width: 100%;
  }
 
  .banner{
    height: auto;
  }
  
.bnrtxt-slider {
    padding-bottom: 35px;
}
.bnrhed{
  font-size: 40px;
}
.abtcont{
  padding-left: 0;
  width: 100%;
  padding-right: 0;
}
 .ft-email h3{
  font-size: 22px;
 }
  .copy p{
    text-align: center;
  }

  .callto-bx{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 50px 25px;
  }
  .callto-bx p{
    max-width: 100%;
  }
 
    .f-top{
      display: none;
    }
   .con-cta {
    height: auto;
   }
    .con-cta .cta-card{
      max-width: 100%;
      padding: 50px 30px;
    }
    
    .inerpage-hed{
              flex-direction: column;
        width: 100%;
        display: flex;
        align-items: flex-start !important;
        justify-content: center !important;
    }
    .innerpagehd .mainhed{
      width: 100%;
      max-width: 100%!important;
    }
    .quicklink1{
      width: 100%;
    }
    .quicklink2{
      width: 100%;
    }
    .quicklink{
      padding: 15px;
    }
    .copy{
          flex-direction: column-reverse;
    }
    .banner .sldimg{
      object-position: right;
    }
    .bnrtext{
      padding-right: 0px;
    }
    .abttp-hed {
      padding: 20px;
    }
    .abttp-para{
      padding: 20px;
    }
    .abt-cta img{
      width: 100%;
    }
    .clients-swiper::after{
            display: none;
        }
        .clients-swiper::before{
            display: none;
        }
        .clients-swiper2::after{
            display: none;
        }
        .clients-swiper2::before{
            display: none;
        }
        .clients-section{
            padding: 30px;
        }
        .clients-swiper {
  width: 100%!important;
}
.clients-swiper2{
  width: 100%!important;
}
 .clients-header h2{
        margin-bottom: 25px;
    }
    .clients-header h2 br{
        display: none;
    } 
    .cmnfrmonly{
      position: relative;
      right: 0;
      bottom: 0;
    }
    .cmnfrmfull{
      height: auto;
      padding: 25px;
    }
}


@media(max-width: 575px){
  .projectcrd{
    flex-direction: column;
  }
  .projectcrd .cardcont{
    width: 100%;
  }
  .productscrd .cardcont .cont {
    font-size: 18px;
    line-height: normal;
}
.productscrd .cardcont .desc{
  line-height: normal;
}
  .tphedsecond{
    display: none;
  }
  .tphedfirst{
    gap: 10px;
  }
  .abt-tp{
    flex-direction: column;
    border-radius: 20px;
  }
  .abttp-hed{
    width: 100%;
    border-radius: 20px;
  }
.abttp-para{
  width: 100%;
}
.abttp-hed h2{
  font-size: 22px;
}
.abtcrd {
        width: 100%;
            
    }



   .bnr-hed {
        font-size: 1.5rem;
    }
  .quicklink{
    padding: 0;
  }
  .con-cta{
    background-position: right;
    padding: 70px 30px;
  }
 

  .bnr-contnt p{
    font-size: 14px;
  }

.ft-top{
  flex-direction: column;
      align-items: flex-start;
      padding-bottom: 20px;
      margin-bottom: 20px;
      gap: 15px;
}
    .countbx {
      padding: 10px;
    }
    .serv-contsec{
      flex-wrap: wrap;
    }
    .atributes-card h3 {
      font-size: 19px;
    }
.bnrhed{
  font-size: 32px;
}
.nav-header{
  width: 160px;
}
.abtmain{
  max-width: 100%;
}
.mainhed {
                font-size: 28px;
    }
    


.spad{
  padding-top: 35px;
  padding-bottom: 35px;
}
.spad2{
   padding-top: 35px;
  padding-bottom: 35px;
}
.quicklink{
  margin-bottom: 16px;
}
.quicklink2{
  padding-top: 0px;
}
.circle-logo2 {
    width: 55px;
    height: 55px;
}
.ft-logo {
    max-width: 100%;
    width: 170px;
}
.foter-logo {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.slide-con li a {
                  width: 42px;
        height: 42px;
      }

    .slide-con li a img{
  width: 22px;
}
.copy p br{
  display: block;
}
.copy p span{
  display: none;
}

.subhed {
  font-size: 15px;
}
    .cta-card {
        padding: 50px 15px;
    }
 
    .f-btm {
    margin-top: 20px;
}
 

}


@media(max-width: 480px){
.mytab .nav-tabs{
  flex-direction: column;
}
}




@media(max-width: 360px){
     .mainhed {
        font-size: 22px;
    } 
    .bnrtxt-slider {
        padding-top: 190px;
    }


}











