html{
        overflow-x: hidden;
}
body{
    overflow: hidden;
  margin: auto;
 font-family: 'Creato Display'!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: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 162%;
}

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: 12px 24px;
  display: flex;
  font-weight: 500;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
 
}

.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn span img {
  width: 11px !important;
}

@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: #1F54A8;
     background: #ffffff;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-primary:hover {
 color: #ffffff;
 background: transparent;
 border: 1px solid #ffffff;
}
.mybtn-primary:hover span img{
filter: brightness(0) invert(1);
}

.mybtn-secondary {
 position: relative;
    color: #ffffff;
     background: #031334;
    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: #000000;
 background: transparent;
 border: 1px solid #000000;
}
.mybtn-secondary:hover span img{
filter: brightness(0);
}

.mybtn-third{
        padding: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}
.mybtn-third span{
  color: #2054A8;
}
.mybtn-third:hover{
  color: #fff;
  gap: 7px;
}


.mybtn-frth {
     position: relative;
    color: #ffffff;
    background: #ffffff17;
    min-width: auto;
    border: 1px solid #ffffff30;
    z-index: 1;
    transition: background .3s ease;
}
.mybtn-frth span img{
  filter: brightness(0) invert(1);
}
.mybtn-frth:hover {
 color: #ffffff;
 background: transparent;
 border: 1px solid #ffffff;
}
.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: 48px;
    font-weight: 500;
    color: #000000;
    line-height: 115%;
}
.mainhed span{
      color: #00AFEE;
}




/* loader */
.ip-loader {
	    bottom: 0 !important;
    text-align: center !important;
    position: relative !important;
    margin-left: 0%;
    width: 100%;
    height: 100vh;
    display: flex
;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.loader {
  width: 150px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.loader {
  /* width: 100%; */
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: #2054a86e;
  overflow: hidden;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  width: 0;
  height: 4.8px;
  background: #2054A8;
  position: absolute;
  top: 0;
  left: 0;
  animation: animFw 3s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, -100px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, -100px);
  }
}





/* haeder */

.header{
  position: relative;
    z-index: 11;
    padding: 5px 0px;
    background: #ffffff;
    height: auto;
}

.nav-header{
  max-width: 117px;
}

.hedrfll{
  justify-content: space-between;
  align-items: center;
}
.logo{
  width: 190px;
  float: left;

}
.logo img{
  width: 100%;
  max-width: 117px;
  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: #1F54A8;
  left: 0;
  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;
}

#hamburger1:checked + .hamburger-label::after {
  transform: rotate(-45deg);
  top: 8px;
}

/* 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: #1F54A8;
}

.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: 15px 20px;
  font-size: 18px;
    font-weight: 500;
  text-align: center;
  color: white;

}

.nav-links li a:hover,
.submenu-label:hover {
  color: #5794de;
}

/* 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: #0e3563;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #144b8aa8;
}

.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;
}
.header_menu_area > ul {
    padding-right: 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    float: left;
    vertical-align: middle;
}

.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: relative;
    padding: 0px 16px;
    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: #000000;
    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: #2054a8;
}

.header_menu_area > ul > li > a:hover{
    color: #2054a8;
}
/* .stable{
  color: #ffffff !important;
} */



.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    padding: 0;
    width: 270px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
   
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease-out;
    height: auto;
    right: 0;
}
.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 {
        background: #396dab;
    color: #ffffff;
    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: 2px 10px;
    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: 10px;
    display: block;
    color: #ffffff;
    background: #2054a8;
    text-align: -webkit-match-parent;
    text-decoration: none;
    border-radius: 7px;
    /* margin-bottom: 10px; */
    text-align: left;
}



/*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;
}



[data-aos="fire"] {
  opacity: 0;
  transform: scale(0.3) translateY(100px);
  filter: brightness(2) blur(10px);
  transition-property: transform, opacity, filter;
}

[data-aos="fire"].aos-animate {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: brightness(1) blur(0);
}


[data-aos="flash"] {
  opacity: 0;
  filter: brightness(5);
  transform: skewX(-20deg);
  transition-property: transform, opacity, filter;
}

[data-aos="flash"].aos-animate {
  opacity: 1;
  filter: brightness(1);
  transform: skewX(0);
}

/* Custom AOS Animation */
[data-aos="curtain-open"] img {
    /* Starts as a thin vertical slice in the center */
    clip-path: inset(0% 50% 0% 50%);
    transition: clip-path 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  
}

[data-aos="curtain-open"].aos-animate img {
    /* Opens to full width */
    clip-path: inset(0% 0% 0% 0%);
}










/* banner */
.bnr-carousel .owl-nav {
    display: none;
}
.bnrtxt-carousel .owl-nav {
    display: none;
}


.bnr-carousel .owl-dots{
  position: relative;
    bottom: 47px;
    max-width: 1145px;
    display: flex
;
    margin: auto;
    justify-content: flex-end;
    padding-right: 15px;
}
.bnr-carousel .owl-dots .owl-dot span {
      background: #ffffff59;
    width: 43px;
    backdrop-filter: blur(16px);
    height: 3px;
    display: block;
    border-radius: 20px;
    margin: 0px 4px;
}

.bnr-carousel .owl-dots .owl-dot.active span {
  background: #FFFFFF; 
   backdrop-filter: unset;    
}
.banner {
  position: relative;
  /* padding-bottom: 90px; */
  height: 620px;
  z-index: 1;
  background-position: center;
  /* padding-top: 160px; */}
.banner::after {
    content: '';
    background: linear-gradient(42deg, black 15%, transparent);
    opacity: 63%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 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: center;
}

.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: 18px;
    line-height: 162%;
}
.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 */

.subhed{
       color: #000000;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #000000;
    padding: 2px 16px;
    border-radius: 61px;
    display: flex;
    align-items: center;
}

.subhed span{
        width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 15px;
}
.subhed-b{
  color: #2054A8;
  border: 1px solid #2054A8;
}
.subhed-b span{
  background: #2054A8;
}
.abtcont{
    height: 100%;
    display: flex;
}
.shining{
      position: relative;
    overflow: hidden;
}
.shining:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.shining:before {
    position: absolute;
    top: 0;
    left: -92%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.animate{
  color: #1D1D1E;
}
.trnstxt {
    font-size: 50px;
    font-weight: 400;
    color: #000000;
    line-height: 127%;
}
.about-bxs{
  position: relative;
}
.about-bxs .lineabt{
position: absolute;
    top: 7px;
}
.abtcrd{
  padding-left: 15px;
  border-left: 1px solid #B4B4B4;
}
.abtcrd2{
 margin-top: 48%; 
}
.abtcrd2 .countbx {
  margin-top: 165px;
}   
.abtcrd3{
 margin-top: 71%; 
}
.abtcrd3 .countbx {
  margin-top: 97px;
}  
.abtcrd4{
 margin-top: 75%; 
}
.abtcrd4 .countbx {
  margin-top: 85px;
}  

.abtcrd .round {
      width: 24px;
    position: relative;
    left: -27px;
    display: flex;
    height: 18px;
    border-radius: 30px;
    height: 24px;
    border: 7px solid #2054A8;
  background: #ffffff;
   animation: pulseShadow 2s infinite;
}
@keyframes pulseShadow {
  0% {
    box-shadow:
      0 0 0 2px rgba(47, 104, 174, 0.3),
      0 0 0 4px rgba(47, 104, 174, 0.2);
  }
  50% {
    box-shadow:
      0 0 0 4px rgba(47, 104, 174, 0.1),
      0 0 0 8px rgba(47, 105, 174, 0.05);
  }
  100% {
    box-shadow:
      0 0 0 2px rgba(47, 104, 174, 0.3),
      0 0 0 4px rgba(47, 104, 174, 0.2);
  }
}
.countbx{
    
    display: flex
;
margin-top: 200px;
    width: 100%;
    flex-direction: column;
}
.countbx p{
  font-size: 20px;
    font-weight: 400;
    color: #2C2C2C;
    margin-top: 0;

}
.count-cont{
     margin-left: 0;
}
.count-cont h3{
         font-weight: 500;
    font-size: 55px;
    color: #000000;
    display: flex;
    letter-spacing: 0;
    align-items: center;
}

.count-cont h4{
font-weight: 500;
font-size: 22px;
color: #000;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value{
   color: #000000;
}

.countsection .count-cont h3{
  font-size: 78px;
  font-weight: 600;
  color: #FD421B;
      -webkit-text-fill-color: unset;
}
.countsection .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value{
  color: #FD421B;
      -webkit-text-fill-color: unset;
}
.countsection .count-cont{
  margin-left: 0;
}
.countsection .countbx{
  border-top: none;
  align-items: center;
    gap: 15px;
    text-align: center;
}
.countsection .countbx p{
  color: #fff;
  font-size: 24px;
  font-weight: 400;

}





/* Image Cards */
.abtcrd .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abtcrd .card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.1),
    rgba(0,0,0,0.6)
  );
}

/* Overlay text (Card 1) */
.abtcrd .cardtxt {
      position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px 18px;
    color: #fff;
    z-index: 2;
}

.abtcrd .cardtxt h2 {
  font-size: 31px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0px;
}

.abtcrd .avatars {
  font-size: 14px;
  display: flex;
  gap: 6px;
      align-items: center;
font-weight: 500;
}
.abtcrd .avatars img{
  width: 75px;
}
/* Gold Card */
.abtcrd .card-gold {
  background: linear-gradient(90deg, #D3AE5E, #ac8530, #D3AE5E);
    display: flex;
    align-items: center;
    padding: 22px 18px;
}
.abtcrd .card-gold img{
top: -78px;
    position: absolute;
    right: -25px;
    transform: rotate(27deg);
    transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.abtcrd .card-gold:hover img{
transform: rotate(40deg) scale(1.15);
transition: all 0.5s ease;
  transition: all 0.5s ease;
} 



/* Glass Box (Card 3) */
.abtcrd .glass-box {
      position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid #ffffff33;
    color: #fff;
    z-index: 2;
}









/* counter */
.countsection{
  background: url(../img/images/count-bac.webp);
  background-repeat: no-repeat;
  background-size: cover;
  
}
.whte{
  color: #fff;
}





/* services */
.services{
  background: #2054A8;
}
.service-sec{
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
.service-sec .subhed{
  color: #fff;
  border: 1px solid #fff;
}
.service-sec .subhed span{
  background: #ffffff;
}
.service-sec .mainhed{
  color: #fff;
}
.service-card{
 position: relative;
    padding: 33px 22px 16px;
    background: #031334;
    height: auto;
    display: flex;
    border-radius: 16px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 5px solid transparent;
    transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-card .cardtop{
 display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.service-card .cardtop h3{
 font-size: 24px;
font-weight: 500;
color: #fff;
margin-bottom: 0;
}
.service-card .cardtop img{
  width: 25px!important;
}
.service-card .cardimg{
  padding: 12px 0;
}
.service-card .cardimg img{
  height: 297px!important;
  object-fit: contain;
  opacity: 100%;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-card .cont p{
  color: #ffffff;
  margin-bottom: 10px;
}
.service-card:hover .cardimg img{
opacity: 100%;
transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-carousel .owl-nav {
   position: relative;
    top: 70px;
    width: 100%;
    transform: translateY(-100%);
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    right: 0;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
        border-radius: 50% !important;
    cursor: pointer !important;
    border: none !important;
    width: 43px !important;
    height: 43px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c3c3c369 !important;
}
.service-carousel .owl-nav img{
    opacity: 100%;
    width: 9px;
}
.service-carousel .owl-nav .owl-prev img{
  transform: rotateY(0deg);
}
.service-carousel .owl-nav .owl-next{
  background: #031334!important;
}
.service-carousel .owl-nav .owl-next img{
  filter: brightness(0) invert(1);
}

.service-carousel .owl-nav .owl-next:hover{
background: #c3c3c369!important;
}
.service-carousel .owl-nav .owl-next:hover img{
filter: unset;
}

.service-carousel .owl-nav .owl-prev:hover{
background: #031334!important;
}
.service-carousel .owl-nav .owl-prev:hover img{
filter: brightness(0) invert(1);
}
.progress-bar-horizontal {
       width: 91px;
    height: 4px;
    background: #ffffff63;
    margin-top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    display: block;
    width: 0%;
    height: 100%;
    background: #ffffff;
    transition: width 0.4s ease;
}

.serv-bar{
        background: #c3c3c352;
    padding: 19px 25px;
    border-radius: 33px;
    width: 141px;
    position: relative;
    float: right;
    top: -15px;
    right: 115px;
}


/* addserv */
.trading-card{
 position: relative;
    padding: 24px 15px;
    background: #F6F6F6;
    border-width: 1px;
  border-style: solid;
  background: linear-gradient(#F6F6F6, #F6F6F6) padding-box,
              linear-gradient(to top, #E8E8E8, #E8E8E8) border-box;
    height: 100%;
      border: 1px solid transparent;
    display: flex;
    border-radius: 16px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    flex-direction: column;
}
.trading-card:hover{
   border-width: 1px;
  border-style: solid;
  background: linear-gradient(#F6F6F6, #F6F6F6) padding-box,
              linear-gradient(to bottom, #00AEEF, #2054A8) border-box;
  border-radius: 16px;
  border: 1px solid transparent;
   transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.trading-card .cardtop{
 display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px;
}
.trading-card .cardtop span img{
  width: 56px;
}

.trading-card .cardtop p{
      width: 44px;
    height: 44px;
    background: #EDEDEE;
    border-radius: 33px;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.trading-card:hover .cardtop p{
   display: flex;
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.trading-card .cont h3{
font-size: 24px;
font-weight: 500;
color: #00174A;
margin-bottom: 12px;
}
.trading-card .cont p{
  color: #636363;
}




/* equipment-full */
.equipment-full{
  background: url(../img/images/equipment-bac.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.equipment-padd{
  padding-left: 8%;
}
.equipment-carousel .owl-nav{
  display: none
}
.equipmnt-card{
 position: relative;
    padding: 13px 18px;
    background: #031334;
    height: auto;
    display: flex;
    border-radius: 16px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 5px solid transparent;
    transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.equipmnt-card .cardtop{
 display: flex;
 flex-direction: column;
    gap: 0;
}
.equipmnt-card .cardtop h3{
 font-size: 24px;
font-weight: 500;
color: #fff;
margin-bottom: 0;
}
.equipmnt-card .cardtop p{
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: right;
  margin-bottom: 0;
}
.equipmnt-card .cardimg{
  padding: 14px 0 10px;
}
.equipmnt-card .cont{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.equipmnt-card .cont p{
  color: #F4F4F4;
  flex: calc(56px - 100%);
    margin-bottom: 0;
}
.equipmnt-card .cont a{
     width: 56px;
    height: 56px;
    border-radius: 35px;
    background: #ffffff4a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.equipmnt-card .cont a img{
  width: 22px;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.equipmnt-card:hover .cont a img{
transform: rotate(0deg);
transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* commitment-full */
.commitment-full{
  background: #031334;
  padding: 20px;
  border-radius: 24px;
}
.commitment-full .service-sec{
  width: 70%;
}
.mytab{
  margin-top: 85px;
}
.mytab .nav-tabs{
  border: none!important;
  gap: 0;
}

.mytab .nav-tabs .nav-link{
        font-weight: 500;
    color: #777777 !important;
    font-size: 24px;
    border: none !important;
    padding: 0px 0px 22px;
    background: transparent;
    border-radius: 0;
    border-bottom: 3px solid #777777!important;
}
.mytab .nav-tabs .nav-link.active{
opacity: 100%;
color: #00AFEE !important;
border-bottom: 3px solid #00AFEE!important;
}
.mytab-bx{
  border-radius: 16px;
  background: #2054A8;
  padding: 30px 30px 20px;
  height: 100%;
}

.mytab .tab-content h3{
      font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 8px;
}
.mytab .tab-content p{
    color: #B9CBE9;
}
.mytab .tab-content .cont-img{
  margin: 30px 0;
}



/* future */
.future{
background: url(../img/images/future-bac.webp);
background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
        min-height: 720px;
}
.future-card{
  padding: 13px 22px;
  border: 1px solid #E6E6E6;
  background: #fff;
  position: relative;
  margin-bottom: 15px;
}
.future-card .desc{
      margin-top: 8px;
    margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.future-card .cont{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}
.future-card .mybtn-readmore{
  margin-top: 6px;
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.future-card:hover .mybtn-readmore{
  display: flex;
  height: auto;
  opacity: 1;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.future-card:hover .desc{
  color: #2054A8;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.future-card::after{
  content: '';
position: absolute;
opacity: 0;
background: #00AEEF;
width: 80%;
height: 2px;
left: 0;
bottom: 0;
}
.future-card:hover::after{
  opacity: 1;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mybtn-readmore{
  font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: flex;
    padding: 0px;
    gap: 12px;
    align-items: center;
}
.mybtn-readmore img{
  filter: brightness(0);
}







/* whyschoose */
.whychoose-full{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.whycard{
      padding: 25px 20px;
    padding-right: 20px;
    background: linear-gradient(
180deg, #F6F6F6, #F6F6F6);
    border: 1px solid #E8E8E8;
    border-radius: 16px;
     transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.whycard .cont{
  font-size: 20px;
  color: #000C1F;
  font-weight: 500;
  margin-top: 13px;
  margin-bottom: 0;
}
.whycard .desc{
     font-size: 16px;
    color: #7C7C7C;
    padding: 13px 0;
    border-bottom: 1px solid #2054a87b;
    font-weight: 400;
}
.whycard:hover{
  background: linear-gradient(
180deg, #00AEEF, #2054A8);
 transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.whycard:hover .cont{
color: #fff;
transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.whycard:hover .desc{
color: #fff;
border-bottom: 1px solid #ffffff8e;
transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.whycard:hover img{
filter: brightness(0) invert(1);
transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* brands */
.brands{
  background: #F0F6FF;
  
}
.brnadcard{
  height: 165px;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
}
.brnadcard img{
  max-width: 150px;
}
.brnadcard:hover img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}


/* section6 */
.sec-world{
  background: linear-gradient(
180deg, #2054A8, #0D2142);
}
.worldcardfull{
  border-top: 1px solid #d3d3d375;
  padding-top: 65px;
  margin-top: 30px;
}
.world-card{
  padding: 0 34px 0 17px;
  border-left: 1px solid #d3d3d375;
}
.world-card .desc{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 13px 0;
}
.world-card .cont{
  font-size: 16px;
  font-weight: 400;
  color: #DEDEDE;
  margin: 0;
}





/* testimonails */
  .testi-card{
    background: #F8FBFF;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
  }
  .testi-card .img-desc{
        max-width: 135px;
    height: 32px;
    object-fit: contain;
  }
  .testi-card .img-cont{
    max-width: 116px;
    margin-top: 10px;
  }
  .testi-card .cont p{
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .testi-card .cardimg{
         display: flex;
    gap: 8px;
    align-items: center;
  }
  .testi-card .cardimg .profile{
    width: 32px;
    height: 32px;
    border-radius: 31px;
  }
   .testi-card .cardimg .crdname{
            display: flex;
    flex-direction: column;
    flex: calc(38px - 100%);
   }
    .testi-card .cardimg .crdname p{
color: #000000;
font-size: 16px;
font-weight: 500;
    }
    .testi-card .cardimg .crdname .designatin{
      font-size: 14px;
      color: #7C7C7C;
      font-weight: 400;
    }
    .cardimg-full{
          display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;

    }
    .testi-card .cardimg .crdname img{
      width: 108px;
    }
.testimonial-carousel .owl-nav {
       position: relative;
    top: 70px;
    width: 100%;
    transform: translateY(-100%);
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 46%;
    padding-right: 8%;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
        border-radius: 50% !important;
    cursor: pointer !important;
    border: none !important;
    width: 43px !important;
    height: 43px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c3c3c369 !important;
}
.testimonial-carousel .owl-nav img{
    opacity: 100%;
    width: 9px;
}
.testimonial-carousel .owl-nav .owl-prev img{
  transform: rotateY(0deg);
}
.testimonial-carousel .owl-nav .owl-next{
  background: #031334!important;
}
.testimonial-carousel .owl-nav .owl-next img{
  filter: brightness(0) invert(1);
}

.testimonial-carousel .owl-nav .owl-next:hover{
background: #c3c3c369!important;
}
.testimonial-carousel .owl-nav .owl-next:hover img{
filter: unset;
}

.testimonial-carousel .owl-nav .owl-prev:hover{
background: #031334!important;
}
.testimonial-carousel .owl-nav .owl-prev:hover img{
filter: brightness(0) invert(1);
}
.progress-fill-b{
  background: #000000;
}
.testbar{
    width: 53%;
    display: flex;
    justify-content: flex-end;
    top: -15px;
    position: relative;
    padding-right: 8%;
}
.testbar .serv-bar{
  top: 0;
  right: 0;
}




/* faq */

/* accordian */
.myaccordion .accordion-item {
   margin-bottom: 15px;
    border: none !important;
    box-shadow: none;
    border-radius: 16px;
    overflow: hidden;
    background: #FAFAFA;
}
.myaccordion .accordion-button.collapsed {
    
    color: #000000;
}
.myaccordion .accordion-button {
        background: #FAFAFA;
    border: none !important;
    color: #000000;
    padding: 22px 24px;
    border-radius: 0;
    box-shadow: none;
    transition: .3s;
    font-weight: 500;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
}
.myaccordion .accordion-body{
padding: 0 22px 24px; 
}
.myaccordion .accordion-body p{
        color: #3C3C43;
    line-height: 153%;
    opacity: 85%;
    margin-bottom: 0px;
}

.anglearow{
  width: 34px;
  height: 34px;
     background: #E5E5E5;
    border-radius: 11px;

  display: flex;
  justify-content: center;
    align-items: center;
    transform: rotateX(0deg);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    flex: none;
}
.anglearow img{
  filter: grayscale(1);
}

.myaccordion .accordion-button:not(.collapsed) .anglearow{
  background: #F0F6FF;
transform: rotateX(180deg);
transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myaccordion .accordion-button:not(.collapsed) .anglearow img{
  filter: unset;
}

.myaccordion .accordion-button:not(.collapsed){
       background: #FAFAFA;
       color: #000000;
       padding-bottom: 6px;
}

.myaccordion .accordion-button::after {
    display: none;
}




/* blogs */
.blog-card{
background: #F9F9F9;
    border: 1px solid #E2E2E2;
    position: relative;
    padding: 15px;
    border-radius: 16px;
  overflow: hidden;
      
      transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog-card .cardimg {
overflow: hidden;
 border-radius: 7px;
}

.blog-card:hover .cardimg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog-card .cardimg img{
  border-radius: 7px;
      object-fit: cover;
  transform: scale(1);
    -webkit-transform: scale(1);
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog-card .cont{
  padding-top: 25px;
}
.blog-card .cont .dte{
      font-size: 16px;
      border-radius: 5px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    padding: 2px 12px;
    border: 1px solid #9A9A9A;
    width: max-content;
    display: flex;
    gap: 8px;
    align-items: center;
}
.blog-card .cont .dte span{
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #2054A8;
}
.blog-card .cont .ttl{
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    margin: 20px 0;
}
.blog-card .cont .ttl img{
  width: 24px;
}
.blog-card .cont .desc{
  color: #636363;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.blog-card .cont .blogbtm p{
  color: #00BAA6;
}
.blog-card .blogbtm{
 display: flex;
 margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}
.blog-carousel .owl-nav{
  display: none;
}   


/* 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: #ac8530;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
        display: flex;
    gap: 5px;
    align-items: center;
}
.con-field input {
    width: 100%;
    float: left;
    padding: 14px;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
        background: #FDFDFD;
    height: 60px;
    outline:none!important;
}
.con-field textarea {
    width: 100%;
    float: left;
         background: #FDFDFD;
    padding: 12px;
      border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
    height: 170px;
    outline:none!important;
}
.con-field select {
    width: 100%;
    float: left;
    padding: 14px;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
        background: #FDFDFD;
    height: 60px;
    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;
}




/*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: #031334;
  background-size: cover;
  background-repeat: no-repeat;
}
.ft-top{
      display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 60px 0;
    border-bottom: 1px solid #364A74;
    margin-bottom: 60px;
}
.ftsectn{
  background: #1C1C1C;
  padding: 55px 40px 30px;
  border-radius: 20px;
}


.ft-p{
  color: #fff;
  line-height: 25px;
  margin: 20px 0;
}
.ft-logo{
  max-width: 100%;
  width: 330px;
  margin-bottom: 0;
}
.ft-logo img{
  width: 100%;
}
.quicklink h2{
   font-size: 18px;
    font-weight: 600;
    color: #364A74;
    margin-bottom: 21px;
}
.quicklink li{
      margin-bottom: 15px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.quicklink li a{
  color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.quicklink li p{
   color:#ffffff;
  font-size: 16px;
  font-weight: 500;
}



.quicklink li a:hover{
  color:#ffffffad;

}
.quicklink2{
  padding-left: 55px;
}
.copy{
    padding: 21px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-top: 1px solid #364A74;
    margin-top: 50px;
}
.copy p{
  color: #364A74;
  font-size: 18px;
  font-weight: 500;
}

.ft-social{
    display: flex;
    flex-direction: row;
    gap: 45px;
    justify-content: center;
}
.ft-social a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-social a:hover span img{
animation-name: zoomIn;
filter: unset;
    animation-duration: .5s;
    animation-iteration-count: 1;
}

.copy p a{
  color: #ffffff;
}
.copy p a:hover{
  color: #e6e6e6;
}
.copy p br{
  display: none;
}
.copy p span{
  padding: 0 5px;
}












@media(max-width: 1366px){
    
.mainhed{
      font-size:34px;
    }
    
  }



@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;
}
.whybox5 .man{
  max-width: 95%;
}
.whybox5 .whyrounded {
    bottom: -15%;
    left: -33%;
}
.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){
  .ctrcard .btmcrd .contcount {
    line-height: 32px;
    font-size: 40px;
}
  .bnrtext{
    padding-right: 25px;
  }
  .bnrhed{
    font-size: 50px;
  }
.service-card .card-hed h3{
  font-size: 22px;
}

.about-sect p {
    font-size: 27px;
    line-height: 38px;
}
.countsection .count-cont h3{
  font-size: 45px;
}
.countsection .countbx p{
  font: 18px;
}
.addsercard img {
    margin-top: 24px;
    height: 70px;
}
.addsercard{
  padding: 15px 10px;
}
.addsercard p{
  font-size: 14px;
}
.whycard1 .cont {
width: 225px;
}
.whycard1 .cardimg {
    width: calc(100% - 22px);}
    .whycard2 .cardimg{
  width: 125px;
}
.brnadcard img {
    max-width: 100px;
    height: 50%;
    object-fit: contain;
}
.brnadcard{
  background-position: center;
}
.serv-contsec{
  gap: unset;
}
.count-cont h3{
  font-size: 53px;
}
}



@media(max-width: 991px){
  .equipment-carousel{
    margin-top: 25px;
  }
  .commitment-full .service-sec{
    width: 100%;
    padding-right: 0!important;
  }
  .service-card .cardimg img{
    height: 200px!important;
  }
  .service-card .cardtop h3{
    font-size: 20px;
  }
  .count-cont h3 {
        font-size: 34px;
    }
    .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: 30px 15px;
      margin-bottom: 0px!important;
    }
    .ft-email p{
      margin-bottom: 0px;
    }
    .email-box{
      max-width: 250px;
    }
.whycard .cont{
width: 100%!important;
}
.whycard .cardimg{
        width: 100% !important;
        display: flex;
        justify-content: flex-start;
}
.whycard .cardimg img{
  max-width: 200px;
}
.whycard3{
  height: 220px!important;
}


.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;
    }
.whybox{
  height: 280px;
}
.whybox4{
  height: 215px!important;
}
.whybox5 .man{
  max-width: 93%;
}
.whybox5 .whyrounded {
    bottom: -15%;
    left: -33%;
}

.count-cont h4{
  font-size: 18px;
}
.certifications p{
  max-width: 100%;
}
.certificte{
  padding: 0;
}
.certficatelist{
  padding: 0;
  padding-top: 25px;
}
.certifications{
  padding: 18px!important;
}
.spad{
  padding-top: 60px;
  padding-bottom: 60px;
}
.spad2{
   padding-top: 60px;
  padding-bottom: 60px;
}
.quicklink{
  margin-bottom: 25px;
}
.abt{
  margin-top: 15px;
}
.service-card{
  margin-bottom: 30px;
}
.atributes-card {
    padding-top: 25px !important;
}
.flavours-card .card-hed h3{
  font-size: 22px;
}
.flavour-under .mainhed{
  font-size: 26px;
}
.flavour-under p br{
  display: none;
}

.cta{
  height: auto;
}
.cta-card {
  
    padding: 50px 40px;
}


.ft-social{
  margin-bottom: 25px!important;
}
.servicecrain {
    margin-top: -60px;
    max-width: 165px;
}
.countsection .count-cont h3{
  font-size: 30px;
}
.countsection .countbx p{
  font-size: 16px;
}
.countsection .countbx{
  padding: 15px 0;
}
.variations{
  padding: 0;
}
.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;}
.abt-cntsec{
  margin: 0;
}
.trnstxt{
  font-size: 30px;
}
.trnstxthed{
  font-size: 30px;
}
.abtcrd .cardtxt h2{
  font-size: 20px;
}
.service-card{
  gap: 0;
  height: 100%;
}
.service-card .cont h3 {
font-size: 20px;
}
.circle-logo {
    margin-top: 15px!important;
    margin-bottom: 15px!important;

  }
  .blog-card .cont .ttl{
      font-size: 20px;
      line-height: normal;
    }
    .blog-card .cont .desc{
      font-size: 16px;
      line-height: 24px;
    }

        .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){
      .count-cont h3 {
        font-size: 28px;
    }
    .countbx p {
      font-size: 18px;
    }
  .ft-email{
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cardimg-full {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
   
}
  .ctrcard{
    overflow: hidden;
  }
  .bnrtext{
    flex-direction: column;
            align-items: flex-start;
  }
  .servicepara{
    max-width: 100%;
  }
  .bnrhed{
    max-width: 100%;
    width: 100%;
  }
  .bnrsecnd{
    max-width: 100%;
    width: 100%;
  }
  .ctaobjct{
  position: relative;
      margin-left: auto;
}
  .banner{
    height: auto;
  }
  .whychoosehedr {
    width: 100%;
    max-width: 100%;}
.bnrtxt-slider {
    padding-bottom: 35px;
}
.service-card .cont h3 {
  font-size: 20px;
}
.whyship {
  width: 140px;
}
.whygroup {
    width: 140px;
    top: 0px;
}

.bnrhed{
  font-size: 40px;
}
.abtcont{
  padding-left: 0;
  width: 100%;
  padding-right: 0;
}
    .service-card .card-hed h3 {
        font-size: 20px;
    }

.whybox{
  height: auto!important;
}
   
    .product-bx{
      height: 250px;
    }
    .product-bx img{
      height: 100%;
              width: 100%;
    }
    .product-bx .cont h3{
      font-size: 20px;
    }
    .product-bx .cont {
    padding: 15px 15px;
  }
  .countbx{
   margin-bottom: 0px;
   padding-bottom: 0px;
  }
 .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%;
  }
 .whybox4 {
      margin-top: 15px;
        /* height: 215px !important; */
        width: 50%;
    }
  .whybox5{
            height: 340px !important;
     width: 50%;
             margin-top: 15px;
}
    .whybox5 .man {
        max-width: 50%;
    }
        .whybox5 .whyrounded {
        bottom: -30%;
        left: -36%;
    }
    .whybox4 img{
      bottom: -57%;
    }
.whyfull3{
  flex-direction: row;
  height: 100%;
}
.flavours-card{
  margin-bottom: 30px;
}
.globalmap {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    /* height: 380px; */
    display: flex
;
    justify-content: flex-start;
}
.globalmap img{
  height: auto;
}
.blogcard .card-date{
  flex-direction: column;
}
.servicecrain {
        margin-top: 0;
        max-width: 90px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .service-sec{
      position: relative;
      z-index: 1;
    }
    .f-top{
      display: none;
    }
   .con-cta {
    height: auto;
   }
    .con-cta .cta-card{
      max-width: 100%;
      padding: 50px 30px;
    }
    .serviceslidefull{
      padding-left: 15px;
      margin-top: 30px;
    }
    
    .add-serv-para{
      font-size: 20px;
     line-height: 31px;
    }
    .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;
    }
    
}


@media(max-width: 575px){
  .about-bxs .lineabt{
    display: none;
  }
  .abtcrd{
    margin-top: 0!important;
  }
  .countbx{
    margin-top: 20px!important;
  }
  .quicklink{
    padding: 0;
  }
  .con-cta{
    background-position: right;
    padding: 70px 30px;
  }
  .abtcrd .card-gold .cardtxt{
    position: relative;
    padding: 0px;

  }
  .ctrcard{
    min-height: auto!important;
    height: auto!important;
  }
  .ctrcard5 .btmimg img{
            width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: top;
  }
  .proces-card .cont h3{
    font-size: 20px;
  }
  .proces-card .cont h2{
    font-size: 20px;
  }
  .proces-card .cont{
    gap: 10px;
  }
     
    .whycard h3{
      font-size: 18px;
    }
  .count-cont h3 {
    font-size: 38px
  }
  .abt-cntsec{
    flex-direction: column;
  }
  .gglrate {
    padding: 16px 8px;
  }
  .gglrate img {
    max-width: 125px;
}
.bnrgren img {
    max-width: 36px;
}
.brnadcard{
  height: auto;
}
.about-bxs{
  margin-top: 30px;
}
.con-cta .mainhed {
    font-size: 24px;
}
.equipment-padd{
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.mytab .nav-tabs .nav-link{
  padding: 0 0 15px!important;
}
.mytab .nav-tabs{
  flex-direction: column;
}
.bnrgren {
    padding: 15px 5px;
  }
  .bnr-contnt p{
    font-size: 14px;
  }
.con-cta .cta-card{
  max-width: 100%;
  width: 100%;
}
.con-cta-round{
  display: none;
}
.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;
    }
    

.serviceslide{
  padding-top: 0;
}

.whybox2{
  width: 100%;
}
.whybox3{
  width: 100%;
}
.whyfull {
  height: auto!important;
}
.whyfull2 {
  height: auto!important;
}
.whybox2 img {
    margin: auto;
    width: auto;
    margin-top: 15px;
    margin-bottom: 50px;
    pointer-events: none;
}
.whybox{
  height: 280px!important;
}

.whyfull3{
  flex-direction: column;
  height: auto;
}
.whybox5{
  width: 100%;
}
    .whybox5 .man {
        height: calc(100% - 120px) !important;
        width: auto;
    }
        .whybox5 .whyrounded {
        bottom: -31%;
        left: -91px;
        max-width: 230px;
        width: 230px;
    }
.whybox4{
  width: 100%;
}
.product-bx {
        height: 210px;
    }
.circle-logo {
    width: 60px;
    height: 60px;
  }

  .stoppuls {
    width: 20px;
    height: 20px;
    bottom: -13px;}

    @keyframes pulseShadow {
  0% {
    box-shadow:
      0 0 0 5px rgba(47, 105, 174, 0.6),
      0 0 0 10px rgba(47, 105, 174, 0.5);
  }
  50% {
    box-shadow:
      0 0 0 8px rgba(47, 105, 174, 0.2),
      0 0 0 16px rgba(47, 105, 174, 0.1);
  }
  100% {
    box-shadow:
      0 0 0 5px rgba(47, 105, 174, 0.6),
      0 0 0 10px rgba(47, 105, 174, 0.5);
  }
}

.marquee-item p{
  font-size: 20px;
}
.marquee-track{
  animation: marquee-scroll 7s linear infinite;
}
.marquee-item img {
    height: 26px;
    width: 26px;
    margin-right: 20px;
  }
  .marquee-item {
margin-right: 20px;  
}

.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;
    }
    .service-sec p br{
      display: none;
    }
.whycontainer{
  display: none;
}
.variations-full{
  padding-top: 40px !important;
}
.whygroup{
  width: 65px;
  height: 29px;
}
    .whyship {
        width: 70px;
        top: 0;
        height: 22px;
    }
    .f-btm {
    margin-top: 20px;
}
.f-card h3 {
font-size: 21px;
margin-bottom: 10px;
}
}


@media(max-width: 360px){
     .mainhed {
        font-size: 22px;
    } 
    .bnrtxt-slider {
        padding-top: 190px;
    }


}


.projects{
    padding: 25px 20px;
    padding-right: 20px;
    background: linear-gradient(180deg, #F6F6F6, #F6F6F6);
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    transition: all 0.5s ease;
       margin-top: 30px;
}
.projects img{
width: 100%;
height: 300px;
object-fit: cover;
}
.projects h2{
       font-size: 22px;
    font-weight: 500;
    color: #00174A;
    margin: 12px 0;
    }
.mybtn-thirde {
    padding: 0;

    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    font-size:15px;
    align-items: center;
}
.mybtn-thirde span {
    color: #2054A8;
}
.ze{
  display: flex;
    gap: 7px;
}





