@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    :root {
        --primary-font: "Plus Jakarta Sans", sans-serif;
        --primary-color:#0055c6;
        --secondary-color:#797979;
        --color-white:#FFF;
        --color-dark:#000;
        --linear-gradient: linear-gradient(to right, #0055c6, #797979);
        --vertical-gradient: linear-gradient(to bottom, #0055c6, #797979);
        --hover-gradient:linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
      }
      ::selection{
        background-color: var(--primary-color) !important;
        color: #FFF !important;
      }
    .site-wrapper{
        overflow: hidden;
      }
      html{
        scroll-behavior: smooth;
      }
      body{
        background-color: #FFF !important;
        font-family: var(--primary-font) !important;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }
    p {
        font-family: var(--secondary-font);
        position: relative;
        margin: 0 0 20px;
        line-height: 27px;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.2px;
    }
    .site-title .text-primary{
      color: var(--primary-color) !important;
      font-size: 55px !important;
      padding-right: 3px;
    }
    .site-title .text-secondary{
      color: var(--secondary-color) !important;
      font-size: 55px !important;
      padding-right: 3px;
    }
    p,
    li {
         font-family: var(--secondary-font);
        text-decoration: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        font-family: var(--primary-font) !important;
    }
    .bg-clay{
        background-color: #f2f2f5 !important;
    }
    img.header-logo {
        max-width: 175px;
    }
    nav.navbar {
        padding: 0;
    }
    ul.navbar-nav {
        margin: 0 0 0 auto;
    }
    section.hero-slider {
        /* margin-top: -168px; */
        position: relative;
        z-index: 0;
        padding: 320px 0 260px;
    }
    .btn{
         font-family: var(--primary-font);
          padding: 15px 25px;
    }
   .site-btn {
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
    border-radius: 100px;
    color: var(--color-white);
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 35px 17px 30px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}
.site-btn:hover {
    background-position: right center;
}
.site-btn.style2{
    background: var(--color-white);
    color: var(--primary-color);
}
.site-btn.style2:hover{
    background: transparent;
    color: var(--color-white);
}
.site-btn.style2::before {
    color: var(--primary-color);
}
.site-btn.style2::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--linear-gradient);
    border-radius: 100px;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.site-btn.style2:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
a.nav-link {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    color: #2f2b2b;
    letter-spacing: 0.3px;
    margin: 0 15px;
    letter-spacing: 0.2px;
}
   .top-header {
    display: none;
   background: linear-gradient(to right, #0055c6, #797979);
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.top-header .header-top-left-part .address {
    padding-right: 20px;
    position: relative;
    font-family: var(--primary-font);
    font-weight: 400;
}
.top-header i {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}
.top-header .header-top-left-part i {
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
}
.top-header .header-top-left-part .address:after {
    background: #fff;
    content: "";
    position: absolute;
    height: 90%;
    width: 1px;
    right: 0;
    top: 2px;
}
.top-header .header-top-left-part .phone {
    font-weight: 400;
    padding-left: 20px;
    font-family: var(--primary-font);
}
.top-header .header-top-right-part .social-links {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.top-header .header-top-right-part .social-links li {
    display: inline-block;
    margin-right: 15px;
}
.top-header .header-top-right-part .social-links li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
    /* .main-header.sticky a.nav-link{
        color:#FFF !important;
        transition: color 0.3s ease;
    } */
    .main-header.sticky a.nav-link:hover{
        color:var(--primary-color) !important;
        transition: 0.3s ease;
    }
    .bs-box img.hb-img {
        max-height: 800px;
        min-height: 800px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
.bs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);
    top: 0;
    left: 0;
}
    .bs-con {
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        text-align: left;
    }
    .bs-con h1{
        position: relative;
    display: block;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    }
    .bs-con p{
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 400;
    }
    .bs-con {
        max-width: 820px;
    }
    .bsc-btn {
        display: flex;
        column-gap: 20px;
        margin-top: 30px;
    }
      .bs-slider .slick-prev, .bs-slider .slick-next {
    width: 50px !important;
    height: 50px !important;
    opacity: 1;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0) !important;
    transition: all 0.3s ease-in-out;
}
.bs-slider:hover .slick-prev, .bs-slider:hover .slick-next{
    transform: scale(1) !important;
    transition: transform 0.3s ease-in-out;
}
.bs-slider .slick-prev i, .bs-slider .slick-next i{
   color: #ffff;
    font-size: 20px;
}
.bs-slider .slick-prev:hover, .bs-slider .slick-next:hover{
    background-color: var(--secondary-color);
}
  .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: #FFEA19 !important;
}
   .ser-widget-swiper .slick-dots li button{
     background-color: #FFF !important;
   }
    .slick-dots li button:before {
        width: 22px !important;
        height: 22px !important;
        content: '' !important;
        background-color: #ffffff1e !important;
        border: 1px solid #FFF;
        border-radius: 50%;
        top: -5px !important;
        left: -5px !important;
        opacity: 0 !important;
    }
    .slick-dots li {
        width: 22px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
    .slick-dots {
        bottom: 40px !important;
    }
    .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
        transform: translate(0,-50%) rotate(180deg) !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        /* background-image: url(../../assets/img/la.png) !important; */
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        opacity: 0.6;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .bs-slider {
        margin: 0 !important;
    }
/* Hide by default */
.slide-animate {
  opacity: 0;
  transform: translateY(40px);
}
/* Animation keyframe */
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Optional delay classes */
.delay-1 {
  animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.6s;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    /* background-color: #0D0D0C !important; */
    /* box-shadow: 0 0 10px #00000020; */
}
.sticky img.header-logo {
    max-width: 185px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus {
    color: var(--primary-color) !important;
}
.header-dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0 !important;
    background: rgb(236, 241, 248);
}
.header-dropdown .dropdown-menu li {
    border-bottom: 1px solid rgb(82 119 169);
}
.header-dropdown .dropdown-menu li:first-child{
    border-radius: 20px 20px 0 0 !important;
}
.header-dropdown .dropdown-menu li a{
    font-size: 14px;
    padding: 8px 20px;
    color: var(--color-dark);
    font-weight: 600;
    transition: 0.3s ease;
}
.header-dropdown .dropdown-menu li .dropdown-item.active{
    background-color: var(--primary-color) !important;
    color: var(--color-white) !important;
}
.header-dropdown .dropdown-menu li:last-child{
    border: none !important;
}
.header-dropdown .dropdown-menu li:hover a {
    background-color: #818c9b4d;
    color: var(--primary-color);
    transition: 0.3s ease;
}
.nav-link:hover{
    color: var(--secondary-color) !important;
    transition:color 0.3s ease;
}
#header-dropdown .dropdown-toggle::after {
    display:inline-block;
    content: '\f078' !important;
    font-family: 'Font Awesome 6 Pro' !important;
    vertical-align:baseline !important;
    border: none !important;
    font-size: 14px;
    font-weight: 700;
    padding-left: 2px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    border: none !important;
    /* border: 2px solid var(--primary-color) !important; */
    background: var(--vertical-gradient);
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #0a58bf38 !important;
}
/* section.banner-section {
    margin-top: -120px;
} */
.main-header {
    position: relative;
    z-index: 999;
    padding: 5px 0;
    /* border-bottom: 1px solid #ffffff1c; */
    background: #FFF;
}
/* Section Title */
.section-title{
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}
.section-title h3 {
position: relative;
display: inline-block;
font-size: 15px;
font-weight: 600 !important;
line-height: normal;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--primary-color);
padding-left: 30px;
margin-bottom: 20px;
}
.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/logo-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.section-title h1 {
    font-size: 43px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 0;
}
.section-title h1 span {
    background: var(--linear-gradient);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-padding{
    padding: 100px 0;
}
.section-row {
    margin-bottom: 50px;
}
.about-us-image{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 30px;
	margin-right: 20px;
}
.about-image-box{
	width: calc(50% - 15px);
}
.about-img-2{
	margin-bottom: 30px;
}
.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure{
	display: block;
	border-radius: 30px;
}
.about-img-1 img,
.about-img-2 img,
.about-img-3 img{
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.about-img-1 img{
    /* height: 560px; */
	aspect-ratio: 1 / 1.91;
}
.about-img-2 img,
.about-img-3 img{
    /* height: 315px; */
	aspect-ratio: 1 / 1.07;
}
.get-free-security-circle{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}
.get-free-security-circle img{
	width: 100%;
	max-width: 166px;
	animation: infiniterotate 20s infinite linear;
}
@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}
.about-us-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: var(--linear-gradient);
	border-radius: 100px;
	margin-bottom: 50px;
	margin-left: 20px;
	padding-right: 20px;
}
.about-us-body-img{
	width: 200px;
	height: 145px;
	background-color: var(--color-white);
	clip-path: polygon(45% -70%,96% 50%,50% 155%,0 50%);
	display: flex;
	margin-right: 10px;
	margin-left: -20px;
}
.about-us-body-img figure{
	width: 180px;
	height: 145px;
	clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
	overflow: hidden;
}
.about-us-body-img img{
	width: 180px;
	height: 145px;
    object-fit: cover;
}
.about-us-body-content{
	width: calc(100% - 190px);
}
.about-us-body-content h3{
	color: var(--color-white);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.about-us-body-content p{
	color: var(--color-white);
	margin: 0;
}
.about-us-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
}
.about-footer-list,
.about-footer-content{
	width: calc(50% - 15px);
}
.about-footer-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-footer-list ul li {
    background: url('../images/icons/check-mark.png') no-repeat;
    background-position: left top;
    background-size: 24px auto;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 20px;
}
.about-footer-list ul li:last-child{
	margin-bottom: 0;
}
.about-contact-btn{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.about-contact-btn .icon-box{
	position: relative;
	height: 46px;
	width: 46px;
	background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
	background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.about-contact-btn:hover .icon-box{
	background-position: right center;
}
.about-contact-btn .icon-box img {
    width: 100%;
    max-width: 22px;
}
.about-footer-btn-content{
	width: calc(100% - 56px);
}
.about-footer-btn-content h3, .about-footer-btn-content h3 a{
	font-size: 20px;
    font-weight: 600;
	color: #010535;
	margin: 0;
}
.about-footer-btn-content h3 a{
	color: inherit;
}
.image-anime{
	position: relative;
	overflow: hidden;
}
.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
/* Service Section */
.service-item{
	position: relative;
	background: var(--color-white);
	border: 1px solid #f5f5f5;
	border-radius: 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px; /* 40px */
	overflow: hidden;
}
.service-item::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 98.84%);
	height: 0;
	width: 100%;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}
.service-item.active:before,
.service-item:hover:before{
	height: 100%;
}
.service-item .icon-box{
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}
.service-item .icon-box img{
	width: 100%;
	max-width: 80px;
	transition: all 0.4s ease-in-out;
}
.service-item.active .icon-box img,
.service-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}
.service-item .service-title-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	z-index: 1;
}
.service-item  .service-title{
	width: calc(100% - 55px);
}
.service-item  .service-title h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.service-item .service-item.active .service-title h3,
.service-item .service-item:hover .service-title h3{
	color: var(--color-white);
}
.service-item .service-title h3 a{
	color: inherit;
}
.service-item:hover .service-title h3 a{
    color: var(--color-white);
}
.service-btn a{
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	color: var(--color-white);
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-left: 15px;
	transition: all 0.4s ease-in-out;
}
.service-item.active .service-btn a,
.service-item:hover .service-btn a{
	background: var(--color-white);
	color: var(--secondary-color);
}
.service-item .service-btn a:hover{
	color: var(--primary-color);
}
.service-btn a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 98.84%);
	height: 100%;
	width: 100%;
	z-index: -1;
	transition: all 0.4s ease-in-out;
}
.service-btn a i{
	font-size: 20px;
	color: inherit;
}
.service-item .service-content{
	position: relative;
	z-index: 1;
}
.service-item .service-content p{
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
    display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-item.active .service-content p,
.service-item:hover .service-content p{
	color: var(--color-white);
}
/* Our Features */
figure{
    margin: 0 !important;
}
.feature-image figure{
	display: block;
	border-radius: 30px;
}
.feature-image img{
	width: 100%;
	aspect-ratio: 1 / 0.62;
	object-fit: cover;
	border-radius: 30px;
}
.company-experience-info{
	display: flex;
	gap: 30px;
	margin-top: 30px;
}
.company-experience-info .feature-image{
	width: calc(65% - 15px);
}
.company-experience-info .feature-image img{
	aspect-ratio: 1 / 0.652;
}
.company-experience-box{
	width: calc(35% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 50%, var(--primary-color) 98.15%);
	background-size: 200% auto;
	text-align: center;
	border-radius: 30px;
	padding: 20px;
	transition: all 0.4s ease-in-out;
}
.company-experience-box:hover{
	background-position: right center;
}
.company-experience-content h2{
	font-size: 45px;
    font-weight: 600;
	color: var(--color-white);
	margin-bottom: 10px;
}
.company-experience-content p{
	color: var(--color-white);
    line-height: 23px;
	opacity: 80%;
	margin-bottom: 0;
}
.our-feature-content{
	margin-left: 15px;
}
.ferature-list-item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.ferature-list-item:last-child{
	margin-bottom: 0;
}
.ferature-list-item .icon-box{
	height: 60px;
	width: 60px;
	background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}
.ferature-list-item:hover .icon-box{
	background-position: right center;
}
.ferature-list-item .icon-box img{
	max-width: 30px;
}
.ferature-list-content{
	width: calc(100% - 80px);
}
.ferature-list-content h3{
    color: var(--color-dark);
	font-size: 20px;
    font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.ferature-list-content p{
	margin-bottom: 0;
}
/* Why Choose Us */
.why-choose-us {
    padding: 100px 0;
    background: url('../images/bg/why-choose-us.png'), #010535;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.why-choose-image{
	margin-right: 20px;
}
.why-choose-image figure{
	display: block;
	border-radius: 30px;
}
.why-choose-image img{
	width: 100%;
	aspect-ratio: 1 / 1.25;
	object-fit: cover;
	border-radius: 30px;
}
.why-choose-item{
	position: relative;
	background-color: var(--color-white);
	border-radius: 30px;
	box-shadow: 0px 0px 100px 2px #0000000D;
	padding: 25px 30px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}
.why-choose-item:before{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.why-choose-item:hover:before{
	top: 0;
	bottom: auto;
    height: 100%;
}
.why-choose-item:hover{
    background-color: transparent;
}
.why-choose-item:last-child{
	margin-bottom: 0;
}
.why-choose-item .icon-box{
	position: relative;
	margin-right: 30px;
	z-index: 1;
}
.why-choose-item .icon-box img{
	width: 100%;
	max-width: 80px;
	transition: all 0.4s ease-in-out;
}
.why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}
.why-choose-item-content{
	position: relative;
	width: calc(100% - 110px);
	z-index: 1;
}
.why-choose-item-content h3{
    color: var(--primary-color);
	font-size: 20px;
    font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}
.why-choose-item-content p{
	margin: 0;
    margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}
.why-choose-item:hover .why-choose-item-content h3,
.why-choose-item:hover .why-choose-item-content p{
	color: var(--color-white);
}
.why-choose-counter-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	border-top: 1px solid #ffffff33;
	margin-top: 80px;
	padding-top: 80px;
}
.why-choose-counter-item{
	position: relative;
	width: calc(25% - 37.5px);
	text-align: center;
}
.why-choose-counter-item:after{
	content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    background: #ffffff33;
    width: 1px;
    height: 85%;
}
.why-choose-counter-item:last-child:after,
.why-choose-counter-item:nth-child(4n + 4)::after{
	display: none;
}
.why-choose-counter-item .icon-box{
	margin-bottom: 20px;
}
.why-choose-counter-item .icon-box img{
	width: 100%;
	max-width: 60px;
}
.why-choose-counter-content h3{
	color: var(--color-white);
	font-size: 46px;
	font-weight: 800;
	margin-bottom: 10px;
}
.why-choose-counter-content p{
	color: var(--color-white);
	font-size: 18px;
	text-transform: capitalize;
	margin: 0;
}
/* Our Team.. */
.our-team-section {
    background-image: url('../images/bg/our-team.png'), linear-gradient(180deg, #010535 70%, transparent 30%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 100px 0 20px;
}
.team-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.team-image{
	position: relative;
}
.team-image:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transform: scale(0);
    background: linear-gradient(180deg, rgba(85, 202, 225, 0.6) -0.01%, rgba(78, 82, 172, 0.6) 111.29%);
    border-radius: 30px;
	transition: all 0.4s ease-in-out;
    z-index: 1;
}
.team-item:hover .team-image:before{
	transform: scale(1);
}
.team-image a,
.team-image a figure{
	display: block;
	cursor: none;
	border-radius: 30px;
	overflow: hidden;
}
.team-image figure:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(85, 202, 225, 0) 63.54%, var(--primary-color) 110.14%);
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
    z-index: 1;
}
.team-item:hover .team-image figure:before{
	opacity: 0;
}
.team-image a img {
    width: 100%;
    aspect-ratio: 1 / 1.36;
    object-fit: cover;
    object-position: top;
    transition: all 0.4s ease-in-out;
}
.team-item:hover .team-image a img{
	transform: scale(1.1);
}
.team-social-icon{
	position: absolute;
	top: 50%;
	transform: translateY(0%);
	left: 30px;
	right: 30px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}
.team-item:hover .team-social-icon{
	transform: translateY(-50%);
	opacity: 1;
}
.team-social-icon ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 15px;
}
.team-social-icon ul li a{
    border: 1px solid var(--color-white);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.team-social-icon ul li:hover a{
    background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.team-social-icon ul li a i{
    color: var(--color-white);
    font-size: 18px;
}
.team-content{
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	text-align: center;
	z-index: 2;
}
.team-content h3 {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.team-content h3 a{
	color: inherit;
}
.team-content p{
	color: var(--color-white);
	opacity: 80%;
	text-transform: capitalize;
	margin: 0;
}
.team-social-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 17px;
}
.team-social-wrap span{
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 600;
}
.team-social-wrap ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-social-wrap ul li{
    display: inline-block;
    /* margin-right: 15px; */
}
.team-social-wrap ul li a {
    background: linear-gradient(90.15deg, var(--primary-color) 0, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}
.team-social-wrap ul li a i {
    color: var(--color-white);
    font-size: 20px;
}
.team-social-wrap ul li a:hover {
    background-position: right center;
}
/* CTA Box */
.cta-box-section{
	padding: 50px 0 100px;
}
.cta-box{
	background: linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 98.84%);
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 70px;
	padding: 25px 25px 25px 60px;
}
.cta-box-content{
	width: calc(64% - 35px);
}
.cta-contact-info{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}
.cta-contact-info:before{
    content: '';
    position: absolute;
    width: 125px;
    height: 100px;
    bottom: 10px;
    right: 0;
    transform: rotateY(180deg);
    background: url(../images/shape/cta-box-arrow.svg) no-repeat;
	background-position: right center;
    background-size: cover;
    animation: ctamovearrow 2s infinite linear alternate;
}
@keyframes ctamovearrow{
	50%{
		right: -30px;
	}
}
.cta-contact-item{
	display: flex;
	align-items: center;
	border-right: 1px solid #ffffff33;
	margin-right: 30px;
	padding-right: 30px;
}
.cta-contact-item:last-child{
	border: none;
	margin: 0;
	padding: 0;
}
.cta-contact-item .icon-box{
	margin-right: 20px;
}
.cta-contact-item .icon-box img{
	width: 100%;
	max-width: 50px;
}
.cta-contact-content{
	width: calc(100% - 70px);
}
.cta-contact-content h3{
	font-size: 20px;
	color: var(--color-white);
	margin-bottom: 5px;
}
.cta-contact-content p{
	color: var(--color-white);
	margin-bottom: 0;
}
.cta-contact-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}
.cta-contact-content p a:hover{
	color: var(--primary-color);
}
.cta-box-image{
	width: calc(36% - 35px);
}
.cta-box-image figure{
	display: block;
	border-radius: 30px;
}
.cta-box-image img{
	width: 100%;
	aspect-ratio: 1 / 0.705;
	object-fit: cover;
	border-radius: 30px;
}
/* FAQs */
.faq-content{
	margin-right: 30px;
}
.faq-image figure{
	display: block;
	border-radius: 30px;
}
.faq-image img{
	width: 100%;
	aspect-ratio: 1 / 0.608;
	object-fit: cover;
	border-radius: 30px;
}
.faq-accordion .accordion-item{
	position: relative;
	background: var(--color-white);
    border: 1px solid #f5f5f5;
	border-radius: 20px !important;
	margin-bottom: 30px;
    padding: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.faq-accordion .accordion-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 98.84%);
	border-radius: 20px;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.faq-accordion .accordion-item:last-child{
	margin-bottom: 0;
}
.faq-accordion .accordion-header .accordion-button{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	background: transparent;
	color: #010535;
	padding: 26px 50px 26px 30px;
	transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-header .accordion-button:not(.collapsed){
	color: var(--color-white);
   	border-bottom: 1px solid #ffffff33;
}
.faq-accordion .accordion-header .accordion-button.collapsed{
	background: var(--color-white);
	color: #010535;
}
.faq-accordion .accordion-item .accordion-button::after, 
.faq-accordion .accordion-item .accordion-button.collapsed::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 900;
	color: var(--primary-color);
    position: absolute;
    right: 30px;
    top: 50%;
	transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed)::after{
	color: var(--color-white);
    transform: translateY(-50%) rotate(180deg);
}
.faq-accordion .accordion-body{
	position: relative;
	padding: 15px 50px 30px 30px;
	z-index: 1;
}
.faq-accordion .accordion-body p{
    color: var(--color-white);
	opacity: 80%;
	margin: 0;
}
/* Footer */
.main-footer {
    background: url(../images/bg/footer-bg.png), linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 98.84%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 80px 0 0 0;
}
.footer-logo {
    width: fit-content;
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.footer-logo img{
    max-width: 200px;
}
.footer-des{
    color: var(--color-white);
    font-size: 15px;
    line-height: 26px;
}
.footer-title {
    font-size: 22px;
    color: var(--color-white);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.footer-title:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fcbc1b;
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.footer-title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fcbc1b;
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid var(--primary-color);
    left: 0;
    margin-left: 60px;
}
.fl-ul {
  list-style: none;
  padding: 0;
}
.fl-ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.fl-ul li a{
    font-size: 16px;
    color: var(--color-white);
    transition: 0.3s ease ;    
}
.fl-ul li a:hover{
    color:#fcbc1b ;
    transition:color 0.3s ease;
}
.fl-ul li::before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 4px;
    color: #FFF;
    font-size: 14px;
}
.footer-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-links ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer-social-links ul li a {
    border: 1px solid var(--color-white);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a i {
    color: var(--color-white);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li:hover a{
    background-color: #fcbc1b;
    border-color: #fcbc1b;
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li:hover a i{
    color: var(--primary-color);
}
.cts-dtwp{
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 15px;
}
.cts-dtwp .foot-cts-avatar{
   height: 50px;
   width: 50px;
   min-height: 50px;
   min-width: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   /* background-color: #55c1f0; */
   border: 1px solid var(--color-white);
   background: var(--linear-gradient);
   border-radius: 50%;
}
.cts-dtwp .foot-cts-avatar i{
    font-size: 20px;
    color: var(--color-white);
}
.cts-dtwp p, .cts-dtwp a{
    margin-bottom: 0;
    font-size: 15px;
    color: #FFF;
    transition: 0.3s ease;
}
.cts-dtwp a:hover{
    color:#fcbc1b;
    transition: color 0.3s ease;
}
.footer-copyright {
    border-top: 1px solid #ffffff33;
    margin-top: 40px;
    padding: 30px 0;
}
.copyright-text p, .credit-text{
    font-size: 16px;
    color: var(--color-white);
}
.brand-text{
    color:#fcbc1b !important;
}
.credit-text a{
    color: #fcbc1b;
    transition: 0.3s ease;
}
.credit-text a:hover{
    color: #0293c2 !important;
    text-shadow: 2px 2px 5px white;
    transition: 0.3s ease all;
}
/* Breadcrumb */
.page-header {
    position: relative;
    background-image: url('../images/bg/breadcrumb-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
}
.page-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-header-box {
    position: relative;
    z-index: 1;
}
.page-header-box p,.page-header-box .breadcrumb-title {
    display: inline-block;
    color: var(--color-white);
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 20px;
    cursor: none;
}
.page-header-box ol {
    margin: 0;
    padding: 0;
}
.page-header-box ol li.breadcrumb-item {
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
    color: var(--color-white);
}
.page-header-box ol li.breadcrumb-item a {
    color: inherit;
    transition: 0.3s ease all;
}
.page-header-box ol li.breadcrumb-item a:hover{
    color: #fcbc1b;
    transition:color 0.3s ease;
}
.page-header-box ol li.breadcrumb-item.active {
    color: #fcbe27;
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-white);
}
/* Exp circle */
.since-circle {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff; 
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.since-circle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(227, 230, 233, 0.473); /* Adjust color as needed */
  animation: pulse 2s infinite;
  z-index: -1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.since-circle .logo {
  position: absolute;
  width: 200px;
  border: 11px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 200px;
  background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
  background-size: 200% auto;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
}
.since-circle:hover .logo{
    background-position: right center;
}
.since-circle .logo h1 {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.since-circle .logo h1 span{
    font-size: 37px;
    color: #fcbc1b;
}
.ico-abtlft{
  margin-top:6px;
  text-align: center;
}
.ico-abtlft i{
  color:#FFF;
  font-size: 35px;
}
/* Mission and Vision */
.mv-content{
    position: relative;
    z-index: 2;
}
.mv-content.odd{
    margin-left: -110px;
    margin-right: auto;
}
.mv-content.even{
     margin-right: -160px;
}
.mission-vision-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: var(--color-white);
    border-radius: 30px;
    padding: 25px 30px;
    box-shadow: 0px 0px 100px 2px #0000000D;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
/* .mission-vision-item:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--vertical-gradient);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.mission-vision-item:hover:before {
    top: 0;
    bottom: auto;
    height: 100%;
}
.mission-vision-item:hover{
    background: transparent;
} */
.mission-vision-item .icon-box {
    position: relative;
    margin-right: 30px;
    z-index: 1;
}
.mission-vision-item .icon-box img {
    width: 100%;
    max-width: 80px;
    transition: all 0.4s ease-in-out;
}
.mission-vision-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.mission-vision-content {
    position: relative;
    width: 100%;
    /* width: calc(100% - 110px); */
    z-index: 1;
}
.mission-vision-content h3 {
    position: relative;
    width: fit-content;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}
.mission-vision-content p {
    margin: 0;
    line-height: 28px;
    transition: all 0.4s ease-in-out;
}
/* .mission-vision-item:hover .mission-vision-content h3, .mission-vision-item:hover .mission-vision-content p {
    color: var(--color-white);
} */
.vision-mission-image {
    position: relative;
    z-index: 1;
}
.vision-mission-image figure {
    display: block;
    border-radius: 30px;
}
.vision-mission-image img {
    width: 100%;
    aspect-ratio: 1 / 0.863;
    object-fit: cover;
    border-radius: 30px;
}
.mii-img{
    max-width: 110px;
}
.mii-card{
    background: #77787a36 !important;
    padding: 0px;
    border: none !important;
    box-shadow: rgba(121, 121, 121, 0.2) 0px 7px 29px 0px;
    border-radius: 20px !important;
    margin-bottom: 25px;
}
.mii-wid-wrap img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.mii-cont-wrap {
    padding-right: 10px;
}
.mii-cont-wrap p{
    margin-bottom: 0;
}
/* Market Segments */
.mkt-card-col{
    margin-bottom: 25px;
}
.mkt-segment-card{
    border: none !important;
    height: 100% !important;
    background-color: #FFF !important;
    padding: 10px !important;
    border-radius: 20px !important;
    box-shadow: rgba(0, 85, 198, 0.35) 0px 5px 15px;
    transition: .3s all ease; 
}
.mkt-wid-wrap{
    position: relative;
    overflow: hidden;
}
.mkt-wid-wrap{
    border-radius: 20px;
}
.mkt-wid-wrap .card-img-top{
    border-radius: 20px;
    height: 280px;
    object-fit: cover;
    transition:all 1.3s ease-in-out;
}
.mkt-segment-card:hover .card-img-top{
    transform: scale(1.1);
    transition:all 1.3s ease-in-out;
}
.mkt-wid-wrap:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 99;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    transform: skewX(-25deg);
}
.mkt-segment-card:hover .mkt-wid-wrap:before{
    animation: shine 1s;
}
@keyframes shine{
    100% {
    left: 125%;
}
}
.mkt-title-wrap{
    display: flex;
    justify-content: center;
}
.mkt-title-wrap .mkt-title {
    color: var(--primary-color);
    position: relative;
    width: fit-content;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
}
.mkt-title-wrap .mkt-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    height: 4px;
    width: 80px;
    background:var(--linear-gradient);
}
.mkt-add-info{
    margin-top: 15px;
}
.mkt-list-ul {
  list-style: none; 
  padding-left: 0;
}
.mkt-list-ul li {
  position: relative;
  padding-left: 30px; 
  margin-bottom: 10px; 
  color: var(--color-dark);
  font-size: 16px;
}
.mkt-list-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/right-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
}
/* Contact Us... */
.page-contact-box{
	position: relative;
	padding: 0 120px 120px 120px;
	background: url('../images/bg/contact-box-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 100px 2px #0000000D;
	border-radius: 30px;
	margin-top: 150px;
}
.page-contact-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #010535;
	opacity: 80%;
	border-radius: 30px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contact-info-list{
	position: relative;
	background: linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 98.84%);
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 100px;
	padding: 50px;
	margin: -150px 0 80px 0;
	z-index: 1;
}
.contact-info-item{
	position: relative;
	width: calc(33.33% - 66.66px);
}
.contact-info-item:before{
	content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    background: #ffffff33;
    width: 1px;
    height: 85%;
}
.contact-info-item:last-child::before,
.contact-info-item:nth-child(3n + 3)::before{
	display: none;
}
.contact-info-item .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	background: var(--color-white);
    border: 2px solid transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.contact-info-item:hover .icon-box{
    background-color: transparent;
    border-color: var(--color-white);
}
.contact-info-item .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--linear-gradient);
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}
.contact-info-item:hover .icon-box::before{
	transform: scale(1);
}
.contact-info-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}
.contact-info-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}
.contact-info-content h3{
	color: #fcbc1b;
	font-size: 20px;
    font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.contact-info-content p{
	color: var(--color-white);
	opacity: 80%;
	margin: 0;
}
.contact-info-content p span {
    color: #e7dabe;
    font-weight: 500;
}
.contact-info-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}
.contact-info-content p a:hover{
	color: var(--primary-color);
}
.contact-us-form{
	position: relative;
	text-align: center;
	z-index: 1;
}
.member-contact-form.contact-form .form-control{
	background: var(--color-white);
}
.member-contact-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background: transparent;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	padding: 17px 20px;
	box-shadow: none;
	outline: none;
}
.member-contact-form .form-control::placeholder{
	color: grey;
}
.google-map .container-fluid{
	padding: 0;
}
.google-map-iframe,
.google-map-iframe iframe{
    height: 650px;
    width: 100%;
}
.google-map-iframe iframe{
	filter: grayscale(100%);
	transition: all 0.4s ease-in-out;
}
.google-map-iframe iframe:hover{
	filter: grayscale(0%);
}
/* Service Page Inner */
.service-item-col{
    margin-bottom: 25px;
}
.service-item-inner {
  position: relative;
  height: 100%;
  padding: 15px;
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.5s ease-in-out;
}
.service-item-inner:hover {
  transform: translateY(-5px);
}
.service-item-inner:hover .service-img img{
    transform: scale(1.05);
}
.service-item-inner .count{
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  color: transparent;
  -webkit-text-stroke: 2px var(--primary-color);
}
.service-item-inner .service-img{
    position: relative;
    overflow:hidden;
    border-radius: 20px;
}
.service-item-inner .service-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 20px;
    transition: 0.8s ease-in-out;
}
.service-item-inner .service-icon{
  position: absolute;
  width: 88px;
  height: 88px;
  line-height: 60px;
  text-align: center;
  background: var(--vertical-gradient);
  border-radius: 50px 50px 50px 10px;
  border: 8px solid var(--color-white);
  margin-top: -70px;
  margin-left: -10px;
  transition: all .5s ease-in-out;
}
.service-item-inner .service-item:hover .service-icon{
  box-shadow: 0px 0px 0 #0056c62d;
}
.service-item-inner .service-icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}
.service-item-inner .service-content{
  margin-top: 25px;
}
.service-item-inner .service-content h4 {
    position: relative;
    width: fit-content;
    padding-bottom: 13px;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.service-item-inner .service-content h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 13%;
    border-radius: 15px;
    background: var(--vertical-gradient);
}
.service-item-inner .service-content h4 a {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-color);
}
.service-item-inner .service-content h4 a:hover{
  color: var(--primary-color);
}
.service-item-inner .service-content p{
  color: var(--color-dark);
  margin-top: 8px;
  margin-bottom: 20px;
}
/* Service Details */
.page-single-sidebar{
    position: sticky;
    top: 20px;
    margin-right: 20px;
}
.page-catagery-list{
	background-color: #0055c61c;
    border-radius: 30px;
	padding: 30px;
    margin-bottom: 60px;
	overflow: hidden;
}
.page-catagery-list h3{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom: 30px;
}
.page-catagery-list ul{
    list-style: none;
    margin: 0;
	padding: 0;
}
.page-catagery-list ul li{
    margin-bottom: 20px;
}
.page-catagery-list ul li:last-child{
    margin: 0;
}
.page-catagery-list ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    box-shadow: rgb(0 85 198 / 9%) 0px 4px 12px;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: capitalize;
    color: #4f5256 !important;
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 15px 50px 15px 15px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.page-catagery-list ul li a.active{
    background: var(--vertical-gradient);
    color: var(--color-white) !important;
}
.page-catagery-list ul li a.active::before{
    color: var(--color-white) !important;
}
.page-catagery-list ul li:hover a{
    color: var(--color-white) !important;
}
.page-catagery-list ul li a::before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f0a9';
    position: absolute;
	font-size: 24px;
    font-weight: 700;
	color: var(--primary-color);
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
	transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}
.page-catagery-list ul li:hover a::before{
	color: var(--color-white);
}
.page-catagery-list ul li a::after{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, var(--primary-color) 1.15%, var(--secondary-color) 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.page-catagery-list ul li:hover a::after{
	top: 0;
	height: 100%;
}
.inner-subhead {
    position: relative;
    font-size: 33px;
    line-height: 47px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 25px;
    padding-bottom: 18px;
}
.inner-subhead:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.inner-subhead:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
.innp-list-ul {
  list-style: none;
  padding-left: 0;
}
.innp-list-ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: var(--color-dark);
    line-height: 28px;
}
.innp-list-ul li::before {
  content: "\f138"; 
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #0055c6; 
}
.sminb-wid-wrap{
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.sminb-wid-wrap img{
    max-width: 100%;
    width: 100%;
}
.feat-list-ul {
  list-style: none; 
  padding-left: 0;
}
.feat-list-ul li {
  position: relative;
  padding-left: 30px; 
  margin-bottom: 10px; 
  color: var(--color-dark) !important;
  font-size: 16px;
}
.feat-list-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/check.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.feat-img-wrap img{
    width: 100%;
    aspect-ratio: 1 / 0.823;
    object-fit: cover;
    border-radius: 30px;
}
.att-wid-wrap{
    width: fit-content;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 5px;
}
.inner-highlighted-head{
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: var(--color-dark);
    margin-bottom: 14px;
}
.shadow-1{
    box-shadow: rgba(0, 85, 198, 0.3) 0px 1px 2px 0px,
            rgba(0, 85, 198, 0.15) 0px 2px 6px 2px;
    background-color: var(--color-white);
    padding: 13px;
}
.innp-widget-title{
    text-align: center;
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
}
.ins-lg-wid-wrap{
    box-shadow: rgba(0, 85, 198, 0.1) 0px 1px 0px, rgba(0, 85, 198, 0.2) 0px 0px 8px;
}
.ins-lg-wid-wrap, .ins-lg-wid-wrap img{
    border-radius: 15px;
}
.fw-b{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600;
}
.sMartSpr-fBox-wrap {
    margin-top: 25px;
}
.sMartSpr-fBox {
    position: relative;
    display: flex;
    align-items: center;
    background:var(--vertical-gradient);
    border-radius: 0;
    padding:5px 10px;
    margin-bottom: 20px;
}
.sMartSpr-fBox.custom{
    margin-right: 40px;
}
.sMartSpr-fBox.custom::after {
  content: "";
  position: absolute;
  top: 0;
  right: -54px;
  width: 50px;
  height: 100%;
  background: var(--vertical-gradient);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sMartSpr-fBox .icon-box{
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    border: 1px solid var(--color-white);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}
.sMartSpr-fBox:hover .icon-box {
    background-position: right center;
}
.sMartSpr-fBox .icon-box img{
    width: 100%;
    max-width: 25px;
}
.sMartSpr-fBox .content-box h4 {
    font-weight: 600;
    color: var(--color-white);
    font-size: 13px;
    line-height: 1.4em;
    text-transform: capitalize;
    margin-bottom: 0;
}
.inner-md-heading {
    position: relative;
    font-size: 25px;
    line-height: 35px;
    color: var(--color-dark);
    font-weight: 700;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.inner-md-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    height: 100%;
    width: 7px;
    border-radius: 5px;
    background: var(--vertical-gradient);
}
.list-highlight{
    color: var(--primary-color);
    font-weight: 600;
}
.innpsub-list {
  padding-left: 5px;
  list-style: none !important;
  margin-top: 15px;
}
.innpsub-list li::before {
  content: "\f068" !important;  
}
.notes-card-wrap{
    margin-top: 35px;
}
.notes-card{
    position: relative;
    padding: 20px;
    background-color: var(--color-white);
    box-shadow: rgba(0, 85, 198, 0.1) 0px 4px 16px, rgba(0, 85, 198, 0.1) 0px 8px 32px;
    border-radius: 0;
}
.notes-card::before{
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 5%;
    bottom: 5%;
    height: 90%;
    width: 4px;
    background: var(--vertical-gradient);
    border-radius: 10px;
}
.mkt-list-ul.custom li::before{
    background-image: url('../images/icons/pointing-right.png') !important;
}
.notes-card li, .notes-card p{
    font-weight: 500;
}
.rhealbe-wrapper {
    background-color: #0056c634;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.rhealbe-wrapper img{
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0 0;
}
.rhealbe-cont-wrap{
    padding: 35px;
}
.inner-sm-heading {
    font-size: 17px;
    font-weight: 600;
    color: #0a58c0;
    margin-bottom: 18px;
}
.blcimg-wrap{
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     width: fit-content;
     border-radius: 5px;
}
.blcimg-wrap img{
    border-radius: 5px;
}
.table td,
.table th {
  position: relative;
}
.table td.after:after {
    content: "";
    position: absolute;
    top: 50%;
    /* right: 0; */
    right: -21px;
    transform: translateY(-50%);
    width: 40px;
    z-index: 1;
    height: 40px;
    background: url('../images/icons/fancy-right-arrow.png') no-repeat center center;
    background-size: contain;
}
.table td.after.center:after{
    top: 50% !important;
}
.table td.after.custom:after{
    top: 75% !important;
}
.thead-row th{
    color: var(--color-white) !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.thead-row th:nth-child(odd) {
    background-color: var(--primary-color);
}
.thead-row th:nth-child(even) {
    background-color: var(--secondary-color);
}
.arch-table-wrapper table, .arch-table-wrapper td, .arch-table-wrapper th {
    border: 2px solid #0055c652; /* #0055c652 */
}
.arch-table-wrapper th , .arch-table-wrapper td{
    padding: 15px 7px !important;
}
.arch-table-wrapper td{
    font-weight: 500;
}
.logoSpR-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
}
.logoSpR-wrapper .logoSpR img{
    max-width: 120px;
    height: auto;
}
.spR-cn-Wrap{
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
.gateway-widget-wrap{
    box-shadow: 0 2px 5px 0 rgba(0, 85, 198, 0.16), 0 2px 10px 0 rgba(0, 85, 198, 0.12);
    border: 10px solid var(--color-white);
}
.gateway-widget-wrap img {
    border: 2px dotted #197292;
    padding: 10px;
}
.client-card{
    position: relative;
    overflow: hidden;
    border: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 25px !important;
    margin-bottom: 25px;
    box-shadow: rgba(0, 85, 198, 0.05) 0px 6px 24px 0px, rgba(0, 85, 198, 0.08) 0px 0px 0px 1px;
    transition: all 0.4s ease-in-out;
}
.client-card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 
  rgba(0, 85, 198, 0.25) 0px -50px 36px -28px inset,
  rgba(121, 121, 121, 0.15) 0px -50px 36px -28px inset;
  border-radius: 25px !important;
  opacity: 0;
  transition:all 0.4s ease-in-out;
}
.client-card img {
    height: 75px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
}
.client-card:hover::before{
    opacity: 1;
     transition:opacity 0.4s ease-in-out;
}
/* Go To Top */
 .go-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 999;
  }
  .go-to-top img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  .go-to-top img:hover {
    transform: scale(1.1);
  }
  .gtwidget-wrap{
     width: fit-content;
     box-shadow: 0px 8px 24px rgba(0, 85, 198, 0.35);
  }
.CtOwN-label {
    display: block;
    background-color: #79797936;
    border-left: 5px solid var(--primary-color);
    padding: 8px 14px;
    border-radius: 0;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    gap: 8px;
    color: #271239;
    margin-bottom: 0;
}
.ourteam-wid-wrap figure {
    display: block;
    border-radius: 30px;
}
.ourteam-wid-wrap img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.236;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
}
/* .team-det-head h6{
    color: var(--secondary-color);
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
} */
.team-det-head h6 {
    position: relative;
    overflow: hidden;
    color: #242323;
    background-color: #fdc327;
    padding: 5px 12px;
    padding-left: 30px;
    font-size: 19px;
    border-radius: 3px;
    width: fit-content;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.team-det-head h6::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #242323;
}
.team-det-head h2 {
    background: var(--vertical-gradient);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    line-height: 55px;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 18%);
}
.hrt-ruler{
   color: #14427d69 !important;
   margin: 3rem 0 ;
}
.device-wid-wrap {
    width: fit-content;
    box-shadow: rgba(0, 85, 198, 0.2) 0px 8px 24px, 
  rgba(0, 85, 198, 0.15) 0px 16px 56px, 
  rgba(0, 85, 198, 0.1) 0px 24px 80px;
    padding: 10px;
    border-radius: 50px;
}
.FirAmR-wrapper .FirAmR-box{
    position: relative;
    overflow: hidden;
    padding: 8px;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--vertical-gradient);
    border-radius: 50%;
    margin-bottom: 25px;
}
.FirAmR-wrapper .FirAmR-box h6 {
    color: var(--color-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.164);
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
}
.mktseg-wid-wrap{
    width:fit-content;
    background-color: #FFF;
    padding: 10px;
    box-shadow: 
  rgba(0, 85, 198, 0.3) 0px 1px 2px 0px, 
  rgba(0, 85, 198, 0.15) 0px 2px 6px 2px;
}

