@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
 
* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
}
  
body {
	font-size:15px;
	color:#000;
	font-family: 'Poppins', sans-serif;
	box-sizing:border-box;
	overflow-x:hidden;
}
/** **************** **/
html {
    scroll-behvior:smooth;
}
::-webkit-scrollbar {
    -webkit-appearance:none;
}
::-webkit-scrollbar:vertical {
    width:7px;
}
::-webkit-scrollbar-thumb {
    border-radius:10px;
    border:none;
    background-color:#7c797a;
}
::-webkit-scrollbar:horizontal {
    height: 7px; 
}
::-webkit-scrollbar-track {
    background-color: rgba(239, 239, 239, 0.5); 
}
/** **************** **/
.mb10{
    margin-bottom: 10px !important;
}
.pb10{
    padding-bottom: 10px !important;
}
.mt15{
    margin-top: 15px;
}
.mb15{
    margin-bottom: 15px;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.mt25{
    margin-top: 25px;
}
.mb25{
    margin-bottom: 25px;
}
.mt30{
    margin-top: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.mt40{
    margin-top: 40px;
}
.mb40{
    margin-bottom: 40px;
}
/** **************** **/
.align-center{
    align-items: center;
}
/** **************** **/
#header_top {
    background: #384777;
    padding: 8px 0;
    transition: all .5s ease;
}
.tag_line span {
    color: #fff;
    line-height: 32px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.50px;
    font-weight: 600;
    text-transform: uppercase;
}
.header-call {
    float: right;
    width: auto;
    transition:all .6s ease-in-out;
    position:relative;
}
.header-call ul li {
    padding: 4px 12px;
    display: inline-block;
    position: relative;
}
.header-call ul li:last-child{
    padding-right: 0px;
}
.header-call ul li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff5;
    right: 0;
    top: 5px;
}
.header-call ul li:last-child:after{
    display: none;
}
.header-call ul li img {
    margin-right: 1px;
    float: left;
}
.header-call img {
    width: 24px;
}
.header-call ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.50px;
    display: inline-block;
    text-transform: lowercase;
    padding: 0 5px;
}

/** **************** **/
.fixed-top {
	position: relative;
    display: block;
    top: 0px;
    padding: 10px 0;
    background: #fff;
    /*border-top: 4px solid #006666;*/
    /*padding: 4px 0 2px;*/
	box-shadow:0 2px 2px 0 rgb(0 0 0 / 15%);
	/* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}
.header-scrolled .logo {
	margin-top: -10px;
	transition:all.5s ease;
}
.header-scrolled .scrollto img {
	width: 289px;
    height: auto;
    transition: all.5s ease;
    margin-top: 11px;
}
.header-scrolled .main-nav > ul{
	margin: 2px 0 0 0;
}
.logo {
	position: relative;
	transition:all.5s ease;
	/*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);*/
}
/*.logo:after {
    content: "";
    position: absolute;
    background: #6865651f;
    height: 85px;
    width: 2px;
    right: -36px;
    top: -5px;
    z-index: -1;
}*/
.header-scrolled .logo:after{
    height: 78px;
}
.header-scrolled {
    position: fixed;
    padding: 5px 0;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}
.scrollto img {
	width:375px;
	height:auto;
	transition:all.5s ease;
}
.main-nav {
	float:right;
	transition:all.3s ease-in-out;
}
.main-nav > ul{
	margin: 14px 0 0 0;
    display: flex;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.main-nav a {
	color: #686565;
    font-weight: 500;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 10px 10px;
}
/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
	bottom: 0px;
	opacity: 1;
}*/
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav li:last-child {
	/*border-right:0px;*/
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #678fd5;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
    background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    /* border-radius: 3px; */
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 220px;
	position: relative;
}
.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top:0px;
}
.main-nav .drop-down ul li:last-child{
    border-bottom: 0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 6px 5px;
    color: #0a2540;
    border-radius: 2px;
	font-weight: 500;
    transition: all 200ms linear;
    font-size: 15px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
	width:100%;
}
.main-nav .drop-down ul li a span{
	color: #da1214;
}
.main-nav .drop-down ul li a:hover span{
	color: #fff;
}
.main-nav .drop-down ul li a span img{
	width: 20px;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #fff;
    background-color: #678fd5;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
    font-size: 16px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}


/*******************/
.call_start{
    margin-left: 35px !important;
    margin-top: 2px;
    position: relative;
}
.call_start:after{
    content: "";
    position: absolute;
    top: 2px;
    left: -20px;
    width: 1px;
    height: 35px;
    background: #e3e3e3;
}
.call_tp {
    border-radius: 50px;
    padding: 5px 12px 5px 11px;
    margin-left: 15px;
    height: 43px;
    display: flex;
    background: #384777;
    border: 2px solid #384777;
}
.call_tp img {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    margin-top: 4px;
}
.call_tp a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 15px;
    padding: 0px;
}

.call_tp a span {
    font-weight: 400;
    color: #292929;
}
.call_start a{
    padding-top: 6px;
}

.head-cont{
    position: relative;
}
.head-cont:after{
    content: "";
    position: absolute;
    left: 16px;
    bottom: 5px;
    width: 113px;
    height: 1px;
    background: #678fd5;
}
/*.head-cont:hover:after{
    background: #f9ad00;
}*/
.head-cont .pbmit-svg-arrow{
    stroke: #0a2540;
    width: 13px;
    height: 13px;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
    position: relative;
    bottom: -2px;
    left: 5px;
}
.head-cont .pbmit-svg-arrow line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61,1,.88,1);
}
.head-cont .pbmit-svg-arrow line:nth-child(2){
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}
.head-cont .pbmit-svg-arrow line:nth-child(3){
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}
.head-cont:hover svg line {
    stroke-dashoffset: 0!important;
    stroke: #678fd5;
}
/** *************** **/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #8cc63f;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 0px 0px 0 0;
	color: #004289;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/** **************** **/

#slider {
  	margin-right: 0;
  	margin-left: 0;
}
.carousel-caption {
  	top: 50%;
  	left: 7%;
  	right: 100%;
  	bottom: 0;
  	opacity: 0;
  	transition: all 800ms linear;
  	text-align: left;
  	padding: 0px;
  	width: 620px;
  	transform: translate(0%,-40%);
}
.carousel-item.active .carousel-caption {
  	opacity: 1;
  	/*right: 13%;*/
  	transform: translate(0%,-50%);
}
.carousel-caption h2 {
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    text-shadow: 0 1px 20px #00000059;
}
.carousel-caption h2 span {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.carousel-caption h2 span img {
    width: 45px;
    position: relative;
    top: -5px;
}
.carousel-caption p {
    padding-bottom: 10px;
    letter-spacing: 0.4px;
    line-height: 28px;
    text-shadow: 0 1px 2px #00000029;
}
.carousel-caption .btn.btn-secondary {
    background-image: none;
    margin-top: 15px;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
}
.carousel-caption .btn {
    background: #026666;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    outline: none;
    padding: 0.875em 1.75em;
    position: relative;
    text-align: center;
    transition: all .2s ease;
    border-radius: 0 30px 30px 30px;
    border: 0px !important;
}
.carousel-caption .btn span {
    color: #ffffffc4;
    transform: rotate(0deg);
    position: relative;
    top: -2px;
    left: 7px;
    font-size: 9px;
}
.carousel-caption .btn:hover{
    color: #fff;
}
.carousel-caption .btn.btn-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #292929;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.carousel-caption .btn.btn-secondary:hover:before {
    transform: scaleX(1);
}
/*.carousel-caption img{
	filter: brightness(0.9);
}
.carousel-caption p{
	
    color: #fff;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3.9px;
    word-wrap: break-word;
    text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption h5{
	font-size: 45px;
	
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 35px;
    word-wrap: break-word;
    text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption a{
	background: #ec3338;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid transparent;
    margin-top: 10px;
    box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
}
.carousel-caption a:hover {
    border: 2px solid #ec3338 !important;
    color: #ec3338 !important;
    background: #fff !important;
}*/
/**/
#carousel {
    overflow:hidden;
}
#carousel .carousel-control {
    background:none;
    font-size: 30px;
    text-align:center;
    width: 40px;
    height: 40px;
    opacity:1;
    position:absolute;
    right: 8%;
    bottom: 7%;
}
#carousel .carousel-control-right {
    /*right: 4%;*/
}
#carousel .carousel-control-left {
    /*left:0;*/
}
#carousel .carousel-control-right span {
    visibility:visible;
    transition:transform 0.5s ease;
    opacity:1;
}
#carousel .carousel-control-left span {
    visibility:visible;
    transition:transform 0.5s ease;
    opacity:1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-122%, 0, 0);
}
/*#carousel:hover .carousel-control-right span {
     
}
#carousel:hover .carousel-control-left span {
    
}*/
#carousel .carousel-control span {
    color: #fff;
    background-color: #678ed5b0;
    border: 2px solid #d7d7d7;
    height: 45px;
    width: 45px;
    z-index: 121;
    line-height: 42px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
}
#carousel .carousel-control span:hover {
    background-color:#1e1e1e;
}
#carousel .carousel-item .caption {
    background-color:rgb(0 0 0 / 20%);
    padding:40px;
    animation-duration:1s;
    animation-delay:1s;
}
/*#carousel .carousel-item:after{
    content: "";
    position: absolute;
    background: #00000014;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.carousel-indicators {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 30px;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}
.carousel-indicators li {
    height:4px;
    background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active{
	background-color: rgb(236 51 56 / 90%);
}

/** **************** **/

.hm-about{
    padding: 100px 0;
}
.hm-about-box h6 span{
    background: #f4f7fb;
    color: #0a2540;
    padding: 2px 15px 2px 15px;
    border-radius: 30px;
}
.hm-about-box h2{
    color: #384777;
    font-weight: 700;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hm-about-box p{
    color: #666;
    text-align: justify;
    padding: 5px 0;
}
.hm-about-box p span{
    font-weight: 600;
    font-size: 16px;
    color: #212529;
}
.hm-about-box ul li{
    color: #666;
    text-align: justify;
    padding: 4px 0 4px 22px;
    position: relative;
}
.hm-about-box ul li:after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #678fd5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}
.common-btn {
    width: 158px;
    height: 46px;
    background: #363636;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    border: 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0 30px 30px 30px;
    cursor: pointer;
    margin-top: 20px;
}
.common-btn:hover {
    color: #fff !important;
    border: 0px !important;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #678fd5;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.common-btn:hover:before {
    transform: scaleX(1);
}

.common-btn .pbmit-svg-arrow{
    stroke: #678fd5;
    width: 12px;
    height: 12px;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
    position: relative;
    bottom: 0px;
    left: 8px;
}
.common-btn .pbmit-svg-arrow line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61,1,.88,1);
}
.common-btn .pbmit-svg-arrow line:nth-child(2){
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}
.common-btn .pbmit-svg-arrow line:nth-child(3){
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}
.common-btn:hover svg line {
    stroke-dashoffset: 0!important;
    stroke: #363636;
}

.hm-why{
    position: relative;
    margin-bottom: 30px;
}
.hm-why .hm-why-name{
    position: absolute;
    width: 90%;
    text-align: center;
    background: #fff;
    bottom: -50px;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
    box-shadow: -12px 12px 10px 0px rgb(109 109 109 / 10%);
}
.hm-why .hm-why-name span{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.hm-why-pl{
    padding-left: 10px;
}

/** **************** **/
.hm-prod{
    border-top: 80px solid  #f6f6f6;
}
.productbg {
    background: url(../images/product-bg.jpg) 0 0/cover no-repeat;
    position: relative;
    height: 100%;
    mix-blend-mode: multiply;
}
.title_head{
    background: #ffffff;
}
.productbg h6 {
    padding-left: 30px !important;
    padding: 30px 0;
    font-size: 18px;
    margin: auto;
    position: relative;
    z-index: 2;
    width: 490px;
    color: #fff;
    display: flex;
}
.productbg h6 span {
    background: #678fd5;
    padding: 4px 18px 4px 18px;
    border-radius: 30px;
    font-weight: 500;
}
.productbg blockquote {
    align-items: center;
    padding-right: 6rem;
    font: 700 32px/45px Inter;
    letter-spacing: -1.08px;
    padding: 50px 0 0px 30px;
    margin: auto;
    position: relative;
    z-index: 2;
    width: 490px;
    color: #fff;
}
.productbg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #384777;
    mix-blend-mode: multiply;
    top: 0;
}
.hm-prod-head{
    padding: 30px 0;
    position: relative;
}
.hm-prod-head h2{
    font-size: 22px;
    font-weight: 600;
    color: #212529;
}
.pe-0 {
    padding-right: 0!important;
}


.product-slider .owl-nav {
    display: block !important;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}
.product-slider .owl-prev {
    position: absolute;
    content: '';
    bottom: 0;
    right: 105px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 40px;
    color: #fff;
    background: #686565;
    border-radius: 50px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    display: block;
    text-align: center;
}
.product-slider .owl-next {
    position: absolute;
    content: '';
    bottom: 0;
    right: 40px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 40px;
    color: #fff;
    background: #686565;
    border-radius: 50px;
    display: block;
    text-align: center;
    box-shadow:0 2px 4px 0 rgb(0 0 0 / 8%);
}
.prod-wrapper{
    position: relative;
}
.prod-wrapper span{
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 15px;
}
/** **************** **/
.hm-certificate{
    padding: 80px 0;
}
.hm-certificate-dtl h6 span{
    background: #f4f7fb;
    color: #0a2540;
    padding: 2px 15px 2px 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.hm-certificate-dtl h2{
    font: 700 32px/40px Inter;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #212529;
}
.hm-certificate-dtl p{
    color: #666;
    text-align: justify;
    font-size: 15px;
}
.hm-certificate-box{
    position: relative;
}
.hm-certificate-box img{
    border: 1px solid #f5f5f5;
    box-shadow: 0.959px 10.958px 35px 0px rgb(19 37 56 / 8%);
    padding: 5px;
}
.hm-certificate-name{
    align-items: center;
    display: flex;
}
.hm-certificate-name img{
    float: left;
    padding-right: 10px;
}
.hm-certificate-name span{
    color: #666;
    line-height: 18px;
    font-size: 14px;
}

/** **************** **/

footer{
    background: #373435;
    padding: 40px 0 55px;
}
.ftr-head{
    padding-bottom: 12px;
}
.ftr-head h4{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.ftr-link ul li{
    line-height: 27px;
    position: relative;
    padding-left: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.ftr-link ul li:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    background-color: #dbdbdb;
    margin-right: 14px;
    vertical-align: middle;
    transition: all 200ms linear 0s;
    position: absolute;
    left: 0;
    top: 13px;
}
.ftr-link ul li:hover:after{
    background-color: #7a9fe1;
}
.ftr-link ul li a {
    color: #dbdbdb;
    font-size: 15px;
    font-weight: 400;
}
.ftr-link ul li:hover a{
    color: #fff;
}
.br{
    border-right: 1px solid #ffffff1a;
}
.bb{
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 10px;
}
.ftr-cont{
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.ftr-cont h4{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}
.ftr-cont p{
    color: #dbdbdb;
}
.ftr-cont p a{
    color: #dbdbdb;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    display: block;
}
.ftr-cont p:hover a{
    color: #fff;
}
.ftr-cont img{
    position: absolute;
    top: 0px;
    left: 0;
}
.fter-logo{
    text-align: center;
}
.ftr-btm-main .align-center{
    border-bottom: 1px solid #ffffff1a;
}
.ftr-btm {
    /*border-left: 1px solid #ffffff1a;
    border-right: 1px solid #ffffff1a;*/
    padding: 15px 40px;
    margin: 5px 0;
}
.ftr-btm p{
    font-weight: 400;
    font-size: 15px;
    color:#7a9fe1;
    text-align: center;
}
.ftr-btm p span{
    color: #dbdbdb;
}
.ftr-btm p a{
    color: #dbdbdb;
}
.ftr-btm p a:hover{
    color: #fff;
}
.ftr-right{
    padding-top: 20px;
    padding-left: 20px;
}
.ftr-right ul{
    text-align: right;
}
.ftr-right ul li{
    display: inline-block;
    padding-left: 15px;
}
.ftr-right ul li a{
    font-size: 18px;
    color: #dbdbdb;
}
.ftr-right ul li:hover a{
    color: #fff;
}
.footer-social ul{
    text-align: center;
}
.footer-social ul li{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 5px;
    text-align: center;
    transition: .8s;
    -webkit-transition: .8s;
    border: 1px solid #fff;
}
.footer-social ul li:hover{
    background-color: #535353;
}
.footer-social ul li a{
    color: #fff;
    display: block;
    font-size: 16px;
}
/** **************** **/
.hm-count{
    background: #384777;
    padding: 80px 0 80px;
    background-image: url(../images/wave.png);
    background-size: cover;
    background-position: bottom;
}
.hm-counting h3{
    font-size: 80px;
    font-weight: bolder;
    border-bottom: 1px solid #ffffffa6;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.hm-counting h3 .counter-value{
    color: #fff;
}
.hm-counting h3 span{
    color: #678fd5;
}
.hm-counting p{
    font-size: 18px;
    color: #ffffffa6;
}
/** **************** **/
.hm-industries{
    padding: 80px 0;
}
.hm-indus-head h6{
    text-align: center;
}
.hm-indus-head h6 span{
    background: #f4f7fb;
    color: #0a2540;
    padding: 2px 15px 2px 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.hm-indus-head h2{
    font: 700 32px/40px Inter;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.team-member {
    text-align: center;
    box-shadow: 0 7px 18px 1.2px rgb(0 0 0 / 7%);
    padding-top: 20px;
    margin: 20px 10px;
    position: relative;
    overflow: hidden;
}
.team-member .member-img {
    background-color: #060d1d;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 0;
    /*visibility: hidden;*/
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .4s;
    transition: .4s;
}
.team-member:hover .member-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.team-member:hover .member-thumb-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}

.team-member .member-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .51;
    z-index: 1;
    background-color: #060d1d;
}
.team-member .member-thumb-img{
    position: relative;
    z-index: 3;
}
.team-member .member-thumb-img {
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
    border: 3px solid #678fd5;
    padding: 10px;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    transition: .3s;
}
.team-member .member-text {
    margin-bottom: 25px;
}
.team-member .member-text .name {
    font-size: 18px;
    font-weight: 500;
    color: #686565;
}
/** **************** **/
.hm-map{
    background: #f6f6f6;
    padding: 80px 0;
}
.hm-map-head{
    margin-bottom: 50px;
}
.hm-map-head h6 span{
    background: #ebf2fb;
    color: #0a2540;
    padding: 2px 15px 2px 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.hm-map-head h2{
    font: 700 32px/40px Inter;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #212529;
}
.hm-map-head p{
    color: #666;
    text-align: justify;
}
.hm-map-img{
    position: relative;
}
.hm-map-img .hostpot-arrow {
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce1 1s infinite alternate;
    -webkit-animation: bounce1 1s infinite alternate;
}
@keyframes bounce1{
    0% {
    transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
.hm-approval-box {
    background-color: rgb(255,255,255);
    box-shadow: 0.959px 10.958px 35px 0px rgb(19 37 56 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    border: 1px solid rgb(227,237,239);
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

/*-- --------------- --*/


#inner_banner_section {
    position: relative;
}
.inner_banner_bg {
    background: url(../images/stainless-steel-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
    position:relative;
}
.inner_banner_bg:before {
    content: "";
    position: absolute;
    background: #141414bd;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
}
.inner_header_part {
    position:absolute;
    content:'';
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:1;
    text-align: center;
    width: 100%;
}
.inner_hedaer_nav ul li {
    display:inline-block;
    padding:0 10px;
}
.inner_hedaer_nav ul li a, .inner_hedaer_nav ul li span {
    color: #fff;
    letter-spacing: 0.50px;
    font-weight: 500;
    font-size: 14px;
}
.inner_hedaer_nav ul li a:hover{
    color: #678fd5;
}

/*-- --------------- --*/
.prod-gread{
    padding: 80px 0;
}
.inr-page-dtl{
    margin-bottom: 40px;
}
.inr-page-product{
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}
.inr-page-product:after{
    content: "";
    width: 80%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #f5f6f8;
    z-index: -1;
}
.inr-page-product .row{
    align-items: center;
}
.inr-page-prod{
    padding-right: 40px;
}
.inr-page-img{
    position: sticky;
    top: 25%;
}
.inr-page-img img{
    padding: 8px 0px 8px 8px;
    background: #fff;
}
.inr-page-prod h1{
    font-weight: 700;
    margin-bottom: 20px;
    color: #212529;
    font-size: 32px;
    line-height: 33px;
}
.inr-page-prod p{
    font-size: 15px;
    display: block;
    line-height: 25px;
    padding-bottom: 13px;
    letter-spacing: 0.20px;
    font-weight: 400;
    color: #666;
}
.prod-grades-no {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding: 10px 20px;
    display: block;
    height: 100% !important;
    position: relative;
}
.prod-grades-no:after {
    background: #00000014;
    width: 1px;
    left: 50px;
}
.prod-grades-no span {
    float: left;
    padding-right: 30px;
    position: relative;
    padding-top: 12px;
}
.prod-grades-no h5 {
    padding-left: 46px !important;
    font-size: 1rem;
    color: #000;
}
.number-gread h5 {
    padding: 10px 0;
}
.prod-grades-no:hover span img {
    transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.prod-grades-no:after {
    background: #00000014;
    width: 1px;
    left: 50px;
}
.number-gread .col-md-3{
    margin: 15px 0;
}
.prod-grades-no:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: #00000014;
    width: 1px;
    left: 50px;
}
.prod-gread-head {
     margin-bottom: 30px;
}
.prod-gread-head h2{
    font-size: 25px;
    font-weight: 600;
    color: #384777;
}
.prod-desc-dtl {
    margin-bottom: 30px;
}
.prod-desc-dtl h2{
    font-size: 25px;
    font-weight: 600;
    color: #384777;
    margin-bottom: 15px;
}
.prod-desc-dtl h3{
    font-size: 25px;
    font-weight: 600;
    color: #384777;
    margin-bottom: 15px;
}
.prod-desc-dtl p{
    font-size: 15px;
    display: block;
    line-height: 25px;
    padding-bottom: 10px;
    letter-spacing: 0.20px;
    font-weight: 400;
    color: #666;
}
.prod-desc-dtl p b{
    font-weight: 600;
}
.bullet li{
    color: #666;
    text-align: justify;
    padding: 4px 0 4px 22px;
    position: relative;
}
.bullet li span{
    font-weight: 600;
}
.bullet li:after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #678fd5;
    position: absolute;
    left: 0;
    top: 12px;
}
.common-btn2{
    background: #678fd5;
}
.common-btn2:before{
    background: #363636;
}
.common-btn2 .pbmit-svg-arrow{
    stroke: #363636;
}
.common-btn:hover svg line{
    stroke: #678fd5;
}


.inner_prod_table {
    background:#fff;
    box-shadow:0 2px 10px 0 rgb(0 0 0 / 7%);
    padding:15px;
}
.table-bordered {
    border:0px;
}
.table {
    margin-bottom:0px;
}
.inner_prod_table th {
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #f8f9fa !important;
    align-content: center;
    background: #678fd5;
}
.inner_prod_table th{
    border:1px solid #dee2e670;
}
.inner_prod_table td {
    border:1px solid #dee2e670;
    text-align:center;
    font-weight:400;
    vertical-align: middle;
    font-size:14px;
    color: #666;
    text-transform: capitalize;
}

.inner_prod_table tr:nth-child(even) {
    background: #f7f8f9;
}
.inner_prod_table tr:nth-child(odd) {
    background: #fff;
}

.hm-icon-dtl {
    text-align: center;
}
.we_serve_box {
    text-align: center;
    /* border: 1px solid var(--light-grey-color); */
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    border-radius: 20px;
    padding: 0.8rem 0.8rem 0.5rem;
    position: relative;
    height: 100%;
    transition: all .5s ease-out;
    background: #fff;
}
.we_serve_box:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.we_serve_icon {
    /* width: 150px; */
    height: 140px;
    margin: auto;
    background: #384777;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s ease-out;
    overflow: hidden;
}
.we_serve_box:hover .we_serve_icon {
    background: #373435;
}
.we_serve_icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #373435;
    transition: all .5s ease-out;
    border-radius: 10px;
    scale: 0;
    z-index: -1;
}
.we_serve_box:hover .we_serve_icon::before {
    scale: 1;
}
.we_serve_icon img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    transition: all .5s ease-out;
}
.we_serve_box:hover img {
    scale: 1.1;
}
.we_serve_box h5 {
    font-size: 15px;
    font-weight: 500;
    padding: 1rem 0rem 2px;
    transition: all .5s ease-out;
    color: #666;
    text-align: center;
    width: 100%;
}
.we_serve_box:hover h5 {
    color: #678fd5;
}
.we_serve_box:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.hm-icon-text{
    display: flex;
    align-items: center;
    height: 60px;
    text-align: center;
    width: 100%;
}
.prod-indust{
    padding: 60px 0;
}
.prod-indust-head h2{
    font-size: 25px;
    font-weight: 600;
    color: #384777;
    margin-bottom: 15px;
}
.prod-indust .col-md-2{
    margin: 15px 0;
}

/*----------------*/


.about{
  padding: 80px 0;
}
.about-head h1{
    color: #384777;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
}
.about-head h1 span{
    color: #212529;
}
.about-img img{
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 8%);
}
.about-dtl p{
    color: #666;
    text-align: justify;
    padding: 5px 0;
}
.content-inner {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background-color: #f6f6f6;
}
.section-head {
    margin-bottom: 50px;
    text-align: center;
}
.section-head .title {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.service-box.style3{
    margin-bottom: 30px;
}
.service-box.style3 .icon-bx-wraper{
    padding: 40px 30px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
}
.service-box.style3 .icon-bx-wraper:before{
    content: attr(data-name);
    position: absolute;
    font-size: 100px;
    right: 30px;
    top: 30px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    opacity: 0.05;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.service-box.style3 .icon-lg i{
    font-size: 70px;
    line-height: 70px;
    color: #678fd5;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.service-box.style3 .dlab-tilte{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;  
}
.service-box.style3 .icon-lg{
    margin-bottom: 25px;
}
.service-box.style3 .icon-bx-wraper:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #384777;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.service-box.style3 .icon-bx-wraper:hover .dlab-tilte,
.service-box.style3 .icon-bx-wraper:hover .icon-lg i,
.service-box.style3 .icon-bx-wraper:hover:before,
.service-box.style3 .icon-bx-wraper:hover{
    color:#fff;
}
.service-box.style3 .icon-bx-wraper:hover:before{
    opacity:0.2;
}
.service-box.style3 .icon-bx-wraper:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
}

/*-------------------*/

.certificates{
    padding: 80px 0;
}
.certificates-head{
    margin-bottom: 30px;
}
.certificates-head h1{
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #384777;
    text-align: center;
}
.our-team-dtl{
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
.our-team-img{
  overflow: hidden;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(4px);
  padding: 5px;
  padding-bottom: 0;
}
.our-team-dtl:hover .our-team-img img {
  transform: scale(110%);
  filter: saturate(100%);
  transition: 0.2s all ease-in-out;
}
.our-team-name{
  background: #fff;
  padding: 15px 0;
}
.our-team-name h4{
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 5px;
}

/*------------------------*/


.contact-main{
    padding: 80px 0;
}
.contact-head{
    margin-bottom: 50px;
}
.contact-head h1{
    font-size: 1.7rem;
    padding-bottom: 0.6rem;
    text-align: center;
    color: #1e2023;
    font-weight: 400;
}
.contact-map iframe {
    padding: 10px;
    box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}
.cont_bx {
    text-align: center;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
}
.cont_bx img {
    margin-bottom: 15px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
}
.cont_bx h5 {
    font-weight: bold;
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    color: #384777;
    padding-top: 5px;
    padding-bottom: 15px;
}
.cont_bx span {
    color: #000;
    display: block;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.50px;
}
.cont_bx span a {
    color: #000;
    display: block;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.50px;
}
.cont_bx span a:hover {
    color: #678fd5;
}


.contact_form {
    margin-top:35px;
}
.contact_form .form-group input, .contact_form .form-group textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #e31e24;
    /* font-weight:bold; */
    letter-spacing:0.50px;
    margin-bottom: 25px;
    font-size: 14px;
    background: #829fd10f;
    border:1px solid #4646461c;
}
.contact_form .form-group textarea {
    height: 140px;
    color:#464646;
}
.form-group {
    margin-bottom:0rem;
}
.form-group input::placeholder {
    color: #464646;
    opacity: 1; 
    display:block;
    font-weight:normal;
}
.form-group textarea::placeholder {
    color: #464646;
    opacity: 1; 
    display:block;
    font-weight:normal;
}
.btn-style-one {
    color: #fff;
    font-size: 14px;
    display: table;
    border-radius: 25px;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #678fd5;
    padding: 12px 40px;
    text-transform: uppercase;
    border: none;
    cursor:pointer;
    margin-top: 20px;
}
.btn-style-one:hover {
    background:#384777;
    color:#fff;
}


/*----------------------*/

.quality{
    padding: 80px 0;
}
.quality-head{
    margin-bottom: 30px;
}
.quality-head h1{
   font-size: 30px;
   font-style: italic;
   line-height: 42px;
   color: #678fd5;
}   
.quality-dtl h2{
    font-weight: 700;
    color: #384777;
    margin-bottom: 15px;
}
.quality-dtl p{
    color: #666;
    text-align: justify;
    padding: 5px 0;
}

/*----------------------*/

.industries{
    padding: 80px 0;
}
.industries-head {
    margin-bottom: 30px;
}
.industries-head h1{
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #384777;
    text-align: center;
}
.service-box{
    margin: 15px 0;
    text-align: center;
}
.service-images img{
    border-radius: 10px !important;
    width: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px 0px;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: all 0.5s ease 0s;
}
.service-content h6{
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
}



.quickcontact input[type=text], [type=email], [type=number] {
        width: 100%;
    max-width: 100%;
    padding: 8px 5px;
    font-size: 14px;
    margin: 5px 0;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.quickcontact input[type=submit] {
    width:100%;
    max-width:100%;
    background-color:#384777;
    color:white;
    padding:10px;
    border:none;
    cursor:pointer;
}
.quickcontact input[type=submit]:hover {
    background-color:#363636;
    color:white;
    max-width:100%;
}
.btn-1 {
    width:100%;
    max-width:100%;
    background-color:#384777;
    color:white;
    padding:10px;
    border:none;
    border-radius:4px;
    cursor:pointer;
}
.quickcontact {
    right:0px;
    bottom:0px;
    max-width:100%;
	display:block;
    background-color: #ffffff;
}
.max {
    z-index:1000;
    border:#678fd5 thick solid;
    position:fixed;
    width:225px;
    right:0px;
    bottom:0px;
    border-radius: 5px;
    max-width:100%;
    background-color: #ffffff;
    padding:5px;
    margin:1px;
	z-index:9999;
}

/* ------------------------ */
.inr-page-prod h2{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.prod-desc-dtl h3 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin: 10px 0px 5px 0;
}

/* ------------------------ */


/* ------------------------ */
.prod-desc-dtl ul li a{
    color: #384777;
}


/* ------------------------ */

.enquiry-box {
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 10px 20px 25px;
    border: none;
}

.popup-title {
    font-size: 26px;
    font-weight: 600;
    color: #0a1f44; /* MetalAims theme blue */
}

.popup-close-btn {
    background: transparent;
    border: none;
    font-size: 36px;
    color: #333;
    cursor: pointer;
    line-height: 1;
    outline: none !important;
}

.field-label {
    font-weight: 600;
    font-size: 14px;
    color: #0a1f44;
    margin-bottom: 4px;
}

.field-input {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 14px;
}

.field-input:focus {
    border-color: #0a1f44;
    box-shadow: 0 0 0 0.1rem rgba(10,31,68,0.2);
}

.captcha-label {
    font-weight: 700;
    color: #0a1f44;
    font-size: 18px;
}

.enquiry-btn {
    background: #0a1f44;
    border: none;
    padding: 12px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    transition: background .3s;
}

.enquiry-btn:hover {
    background: #062b57;
}

.enquiry-box {
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 10px 20px 25px;
    border: none;
    border: #678fd5 thick solid;
}

.crop-img{
    width: 100%;
    height: 280px;
    object-fit: cover;            /* crop instead of squish */
    object-position: top center;  /* choose visible section */
}

/* ============ MOBILE BOTTOM CTA ============ */
/* ============ MOBILE BOTTOM CTA ============ */
.mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
}

.mobile-cta .cta-btn {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.enquire-btn {
    background: #27c1ff;
}

.whatsapp-btn {
    background: #0b6e0b;
}

.mobile-cta i {
    margin-right: 6px;
}

/* ============ DESKTOP FLOAT SIDEBAR ============ */
.desktop-sidebar {
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 9999;
}

.desktop-sidebar .side-btn {
    width: 45px;
    height: 45px;
    background: #1a7431;
    color: #fff;
    margin: 6px 0;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transition: 0.2s;
}

.desktop-sidebar .whatsapp-side {
    background: #0b6e0b;
}

.desktop-sidebar .email-side {
    background: #ff0000;
}

.desktop-sidebar .enquiry-side {
    background: #27c1ff;
}

.desktop-sidebar .side-btn:hover {
    transform: translateX(5px);
}
