@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 @import url('font-awesome.css');
 /* Compiled Less CSS File */
/* Generated from "style.css" */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
strike,tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size:10px }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template {display: none;}
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width:100%; height:auto; }
svg:not(:root) { overflow: hidden; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smooth: always; -webkit-text-size-adjust: 100%;}
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
 :root {
  scroll-behavior: smooth;
}
:root { 
 --primary:#014A78;
--secondary:#9A7E4D;
--black:#212020; 
--grey:#464646;
--white:#fff; 
}
 
 
body{font-family:"inter",sans-serif;color:var(--black);font-size:10px;}
a{color:var(--secondary);text-decoration:none}
a:hover{color:#05264E;text-decoration:none}
p{ font-size:1.4rem; line-height:24px; }
 
.common-btn{display:inline-block; background:var(--primary);margin:0px; max-width:300px; padding:15px 25px; transition:.5s; color:#fff;border-radius:10px; font-size:1.6rem;font-weight:500}
.common-btn:hover{background-position:right center;color:#fff;text-decoration:none}
 .common-btn .icon{ background:var(--secondary); width:36px; height:36px; border-radius:100px;} 
 .common-btn span{ display:flex; justify-content:center; align-items: center;}
   
 
.fixed-top1 { position: sticky;  top: 0;  right: 0;   left: 0;   z-index: 1030}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section{padding:60px 0; }
.section-header{text-align:center;padding-bottom:40px}
.section-header h2{font-size:36px;letter-spacing:1px;font-weight:800;margin:0;color:#002A54}
.section-header p{margin:10px auto;padding:0;font-size:16px;line-height:24px;color:#444;max-width:600px}
@media (max-width: 768px) {
 section{padding:60px 0; }
}
 

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
 
.header{transition:all .5s;z-index:997;padding:10px 0;background:#fff;box-shadow:0px 4px 5px rgb(0 0 0 / 5%); }
.header.header-scrolled{background:#fff;padding:15px 0;box-shadow:0 2px 20px rgba(1,41,112,0.1); top:0px}
.header .logo{line-height:0}
.header a.logo{padding:0px;}
.header a.logo img{max-width:230px;}

@media screen and (max-width:768px) {.header a.logo img{max-width:100px;;margin:0px 5px;}}


.social-box ul { display: flex; list-style-type:none;}
.social-box ul li{  margin-right:10px; }
.social-box ul li a{ color:var(--black);}
.social-box ul li img{ width:28px;}
.fa-linkedin{ font-size:2.2rem;}

.social-box ol { display: flex; list-style-type:none;}
.social-box ol li{ font-size:18px; margin-right:20px; }
.social-box ol li a{ color:var(--black); padding:0px;}
.fa-linkedin{ font-size:2.2rem;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
 .navbar{padding:0}
.navbar ul{margin:0;padding:0;display:flex;list-style:none;align-items:center}
.navbar li{position:relative;}
.navbar a,.navbar a:focus{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;font-size:1.6rem;font-weight:400;color:#000000;white-space:nowrap;transition:.3s}
.navbar a i,.navbar a:focus i{font-size:12px;line-height:0;margin-left:5px}
.navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover>a{color:var(--secondary)}
 
.navbar .dropdown ul{display:block;position:absolute;left:14px;top:calc(100% + 30px);margin:0;padding:10px 0;z-index:99;opacity:0;visibility:hidden;background:#fff;box-shadow:0 0 30px rgba(127,137,161,0.25);transition:.3s;border-radius:4px}
.navbar .dropdown ul li{min-width:200px}
.navbar .dropdown ul li:hover{background:var(--secondary); color:var(--white);}
.navbar .dropdown ul a:hover{  color:var(--white);}
.navbar .dropdown ul a{padding:10px 20px;font-size:15px;text-transform:none; }
/* .navbar .dropdown ul a i{font-size:12px} */
.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a{color:var(--white)}
.navbar .dropdown:hover>ul{opacity:1;top:100%;visibility:visible}
.navbar .megamenu{position:static}
.navbar .megamenu ul{margin-top:5px;right:0;padding:10px;display:flex}
.navbar .megamenu ul li{flex:1}
.navbar .megamenu ul li a,.navbar .megamenu ul li:hover>a{color:var(--primary)}
.navbar .megamenu ul li a:hover,.navbar .megamenu ul li .active,.navbar .megamenu ul li .active:hover{color:var(--secondary)}
.navbar .dropdown .dropdown ul{top:0;left:calc(100% - 30px);visibility:visible}
.navbar .dropdown .dropdown:hover>ul{opacity:1;top:0;left:100%;visibility:visible}
@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul{left:-90%}
.navbar .dropdown .dropdown:hover>ul{left:-100%}
}

.mobile-nav-toggle{color:#05264E;font-size:28px;cursor:pointer;display:none;line-height:0;margin:10px 10px 10px 5px; }
.mobile-nav-toggle.bi-x{color:black; position: absolute; right:10px; z-index: 9999; font-size:3.6rem;top:0px; }
@media (max-width:1023px) {
.mobile-nav-toggle{display:block}
.navbar ul{display:none}
}
.navbar-mobile{position:fixed;overflow:hidden;top:0;right:0;left:0;bottom:0;background:rgba(33, 33, 33, 0.8);transition:.3s; z-index:999;}
.navbar-mobile .mobile-nav-toggle{position:absolute;top:15px;right:15px}
.navbar-mobile ul{display:block;position:absolute;top:0;right:15px;bottom:0;left:0;width:100%;padding:55px 0;border-radius:0;background-color:#fff;overflow-y:auto;transition:.3s}
.navbar-mobile a,.navbar-mobile a:focus{padding:10px 20px;font-size:15px;color:#05264E}
/* .navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a{color:#3e986a} */
.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus{margin:15px}
.navbar-mobile ul li{ border-bottom:1px solid #c8daf1;}
.navbar-mobile .dropdown ul{position:static;display:none;width:100%; margin:0px ;padding:0px;z-index:99;opacity:1;visibility:visible;background:#fff;box-shadow:none;}
.navbar-mobile .dropdown ul li{min-width:200px;  }
.navbar-mobile .dropdown ul a{padding:10px 30px}
.navbar-mobile .dropdown ul a i{font-size:12px}
.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a{color:#3e986a}
.navbar-mobile .dropdown>.dropdown-active{display:block}
.scrolled-offset { margin-top:0px;}
 
@media (max-width:480px) {
  .header .logo img{ max-width:110px; }
}
.header .logo {position: relative;z-index: 1001;}
.header .logo img {max-width: 110px;height: auto;}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
  
.heroslider{padding:0px;}
.heroslider .slider-item{height:600px;}
.heroslider .slider-item img{ height:600px;}
.heroslider .slider-item img{width:100%;   }
.heroslider .slider-item .slider-content{z-index:2;position:absolute;top:50%;left:8%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
 
.heroslider .slick-slider{margin:0;padding:0!important}
.heroslider .slick-active .button,.slick-active h2,.slick-active h3,.slick-active p{z-index:9999;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.heroslider .slick-active .button{width:-webkit-max-content;width:-moz-max-content;width:max-content}
.heroslider .slider-control{z-index:99999;position:absolute;right:0;bottom:5px}
 
/* .heroslider .slider-txt h5{font-size:1.8rem; background:rgb(255 255 255 / 25%); color:var(--white); border-radius:50px; padding:5px 15px; display:inline-block;   }
.heroslider .slider-txt h1{font-size:6.0rem; font-weight:700;color:var(--white); }
.heroslider .slider-txt p{font-size:1.6rem;  color:var(--white); max-width:550px; line-height:28px;} */
 .heroslider .slider-txt h5{font-size:1.8rem;background:rgb(255 255 255 / 25%);color:var(--white);border-radius:50px;padding:5px 15px;display:inline-block; opacity:0; -webkit-transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-webkit-transform:translateX(-100px);-ms-transform:translateX(-100px);transform:translateX(-100px);}
.heroslider .slider-txt h1{font-size:5.2rem;font-weight:700;margin-bottom:10px;color:var(--white); opacity:0;-webkit-transition:opacity .8s,-webkit-transform .8s;-o-transition:opacity .8s,transform .8s;transition:opacity .8s,-webkit-transform .8s;transition:opacity .8s,transform .8s;transition:opacity .8s,transform .8s,-webkit-transform .8s;-webkit-transform:translateX(-100px);-ms-transform:translateX(-100px);transform:translateX(-100px);}
.heroslider .slider-txt p{font-size:2.2rem;margin-bottom:40px; color:var(--white);max-width:550px;line-height:28px; opacity:0;-webkit-transition:opacity .9s,-webkit-transform .9s;-o-transition:opacity .9s,transform .9s;transition:opacity .9s,-webkit-transform .9s;transition:opacity .9s,transform .9s;transition:opacity .9s,transform .9s,-webkit-transform .9s;-webkit-transform:translateX(-100px);-ms-transform:translateX(-100px);transform:translateX(-100px);}

.heroslider .slick-active .common-btn,.heroslider .slick-active h1,.heroslider .slick-active h5,.heroslider .slick-active p{z-index:9999;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}

.heroslider .slick-dots button{border:3px solid #fff; width:15px;height:15px ; background:none; padding:10px; font-size:0; border-radius:50px;transform:scale(.5)}
.heroslider .slick-dots{text-align:center;position:absolute;width:100%;bottom:80px}
.heroslider .slick-dots li{text-align:center;display:inline-block;margin:-3px; padding:0px;}
.heroslider .slick-dots li.slick-active{margin:-12px;}
.heroslider .slick-dots li.slick-active button{width:60px; height:15px; border-radius:50px; background:var(--white); border:3px solid  #fff; box-shadow:none;  }

@media screen and (max-width:768px) {
  .heroslider .slider-item{height:520px;} 
.heroslider .slider-item img{ height:500px;}
}

@media screen and (max-width:576px) { 
.heroslider .slider-item .slider-content{ left:3%;}
.heroslider .slider-txt h5{font-size:1.4rem;}
.heroslider .slider-txt h1{font-size:3.0rem; }
.heroslider .slider-txt p{font-size:1.4rem; line-height:20px;}
.heroslider .slider-item{height:380px;} 
.heroslider .slider-item img{ height:380px;}
/*.heroslider .slick-dots{ bottom:0px}
.heroslider .slick-dots button{border:3px solid var(--primary);}
.heroslider .slick-dots li.slick-active button{ background:var(--primary);}*/
.heroslider .common-btn{ width:140px; font-size: 14px;padding: 14px 12px;}
/* padding: 6px 10px 6px 15px; */
.heroslider .common-btn .icon{width:28px; height:28px; }
}

.title{ }
.title h2{font-size:3.6rem;font-weight:600; color:var(--black);  margin-bottom:5px;   position:relative; overflow: hidden; }
 @media screen and (max-width:768px) {
  .title h2{font-size:3rem;}
  .title h2::before{  height:34px;}
}
.our-products-content{padding:60px 0px 80px;position:relative; background:#F2FAFF;} 
.our-products-content .title p{ max-width:800px; text-align: center; margin:0px auto; margin-bottom:30px; line-height:24px; }
.our-products-content .ourproduct-item{background:#fff;box-shadow:0 10px 15px 0 rgba(164,164,164,.2);border-radius:10px;margin:10px 10px 20px;position:relative;overflow:hidden}
.our-products-content .ourproduct-text a h4{font-size:18px;color:black;line-height:1.56;font-weight:600}
 .our-products-content .ourproduct-text a p{color:black;line-height:20px;font-size:14px; width: 200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;} 
.content-row{display:flex;justify-content:space-between;align-items:center;gap:10px;}

.arrow-btn{text-decoration:none;color:black;font-size:15px;white-space:nowrap;border:2px solid #014A78;border-radius:50%;padding:2px 4px;}
.arrow-btn:hover{border:2px solid blue;}

.arrow-btn .bi-arrow-right-short{vertical-align: -1px;color:#014A78;font-size: 16px;}
.arrow-btn .bi-arrow-right-short:hover{vertical-align: -1px;color:blue;font-size: 16px;}




.our-products-content .slick-arrow.slick-disabled{opacity:1;pointer-events:none;background-color:#f1f1f1}
/* .our-products-content .slick-arrow{padding:15px;background:url(../img/arrow.svg) center center no-repeat;position:absolute;top:-20px;z-index:111;font-size:0;border:2px solid #014A78;border-radius:100px;width:30px;height:30px;cursor:pointer;margin-top:-20px}
.our-products-content .slick-arrow:hover{background:url(../img/arrow.svg) center center no-repeat;border:2px solid blue;} */

.our-products-content .slick-arrow{
    position:absolute;
    width:30px;
    height:30px;
    border:2px solid #014A78;
    border-radius:50%;
    background:none;
    cursor:pointer;
    font-size:0; 
}

.our-products-content .slick-arrow::before{
    content:"<-";
    font-size:16px;
    color:#014A78;
    position:absolute;
    top:47%;
    left:50%;
    transform:translate(-50%, -50%);
}
.our-products-content .slick-arrow:hover{border:2px solid blue;}
.our-products-content .slick-arrow:hover::before{color:blue;}



.our-products-content .slick-prev{right: 0px;transform:rotate(180deg);    top:-30px;}
.our-products-content .slick-next{right:40px;top:-30px}

.our-products-content .ourproduct-effect img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(1.15);transform:scale(1.15);position:relative;display:block;min-height:100%;max-width:100%}
.our-products-content .ourproduct-effect .ourproduct-text{position:absolute;bottom:0;left:0;padding:2em;width:100%;background:#000;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%)}
/* .our-products-content .ourproduct-effect h4,.ourproduct-effect p{-webkit-transform:translate3d(0,80px,0);transform:translate3d(0,80px,0)} */
.our-products-content .ourproduct-effect h4{-webkit-transition:-webkit-transform .35s;transition:transform .35s}
/* .our-products-content .ourproduct-effect p{opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s}
.our-products-content .ourproduct-effect p a{color:var(--white)} */
/* .our-products-content .ourproduct-effect:hover img,.ourproduct-effect:hover p{opacity:1} */
.our-products-content .ourproduct-effect:hover h4,.ourproduct-effect:hover img,.ourproduct-effect:hover p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.our-products-content .ourproduct-effect:hover p{-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s}

.slick-slide img { margin:0px auto; text-align: center;}
.slick-dots button{border:3px solid #999; width:4px;height:4px ; background:#fff; padding:10px; font-size:0; border-radius:50px;transform:scale(.5)}
.slick-dots{text-align:center;position:absolute;width:100%;bottom:-40px}
.slick-dots li{text-align:center;display:inline-block;margin:0 -1px}
.slick-dots li.slick-active button{width:4px; height:4px; border-radius:50px; background:var(--primary); border:2px solid  #fff; box-shadow: 0 0 0 2px var(--primary);}
 

/* About */

.about-section{   padding:60px 0px; }
.content-card .title h2{ text-align: left !important;   margin-bottom:10px;}
.content-card {position: relative;}
.content-card p{ margin-bottom:20px; font-size:1.6rem; line-height:26px; margin-bottom:20px; }
.content-card ul{ font-size:1.4rem; margin-left:15px;}
.content-card ul li{ line-height:26px;}       
.statistics-section{padding-bottom:0px;}
.statistics-content{background:#fff; position: relative; padding:25px; margin:-120px 100px 0px 100px;  z-index:99; border-radius:20px; box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);}
@media screen and (max-width:768px) {
.statistics-content{margin:-120px 12px 0px 12px;}

}

.statistics-box{border:1px solid #F3F3F3; padding:20px; border-radius:15px;}
.circle-icon{width:64px; height:64px; border-radius:100px; background:#FFF8EB; display: flex; align-items: center; justify-content: center;}
.statisticsTxt{ margin-left:15px;}
.statisticsTxt h3{ font-size:2.8rem; font-weight: 800; color:var(--black); }
.statisticsTxt h6{ font-size:1.6rem; font-weight:500; color:var(--grey); }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
 #footer{ background:#0C2D42; padding:0px 0px 10px; color:var(--white); font-size:14px; margin-top:0px; }
#footer .footer-top{ padding:50px 0 30px 0; background:#0C2D42;}
 #footer .footer-top .footer-contact{ margin-bottom:30px;}
 #footer .footer-top .social-box { margin-top:20px;}
 #footer .footer-top .footer-contact h3{ font-size:2.0rem; margin:0 0 15px 0; padding:0px 0 2px 0; line-height:1; font-weight:600;}
 #footer .footer-top .footer-contact p{ font-size:1.4rem; line-height:24px; margin-bottom:5px; color:var(--white); padding-right:60px;}
 #footer .footer-top .footer-contact a{ color:var(--white); text-decoration: underline; line-height:20px;}
 #footer .footer-top h4{ font-size:2.0rem; font-weight:600; color:var(--white); position:relative; padding-bottom:15px;}
 #footer .footer-top .footer-links ul.service-footer{margin-top:35px}
 #footer .footer-top .footer-links{ margin-bottom:30px;}
 #footer .footer-top .footer-links ul{ list-style:none; padding:0; margin:0;}
 #footer .footer-top .footer-links ul i{ padding-right:2px; color:var(--white); font-size:18px; line-height:1;}
 #footer .footer-top .footer-links ul li{ padding:8px 0; display:flex; align-items:center; -webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-ms-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
 #footer .footer-top .footer-links ul li:first-child{ padding-top:0;}
 #footer .footer-top .footer-links ul a{ color:var(--white); transition:0.3s; display:inline-block;}
 #footer .footer-top .footer-contact2 p{  font-size:1.4rem; line-height:24px; margin-bottom:5px; color:var(--white);  }
 #footer .footer-top .footer-contact2 img{  margin-left: -32px; height:24px; width:24px; float: left;  }
#footer .social-box i{ color:var(--white);   }
#footer .footer-cont{   margin-bottom:20px; margin-left:30px;}
#footer .credits a{color:var(--white); }

/* About */
.banner-section{ padding:130px 0px; min-height:220px; background-size: cover; background-repeat: no-repeat; background-position: center;     }
.banner-title h1{ font-size:3.6rem; color:var(--primary); font-weight: 600; }

@media screen and (max-width:768px) {
 .banner-section{ padding:60px 0px; min-height:auto; background-position:62%;} 
 .banner-title h1{ font-size:2.5rem; color:var(--primary); font-weight: 600; }

}

.breadcrumbs ul{ list-style-type:none; display: flex; padding:10px 0px; margin-bottom:15px;}
.breadcrumbs ul li{padding:0px 5px; font-size:1.2rem;color:var(--black); }
.breadcrumbs ul li a{ color:var(--black);}
.breadcrumbs ul li a:hover{ text-decoration: underline;}
.breadcrumbs ul li + li::before { content: "\F285";  color:var(--black);  font-weight: 700;  font-family:'bootstrap-icons';font-size: 0.9rem; padding-right:5px; top: 0px; position: relative;}

.content-section .purpose-card{ padding-left:20px;}
.content-section .purpose-card h3{font-size:2.8rem; font-weight:600; margin-bottom:10px; color:var(--black);  }
.content-section .purpose-card p{  font-size:1.4rem; line-height:24px; margin-bottom:20px;  }
.content-section .core-img img{border:8px solid #fff;box-shadow: 0px 1px 4px #ccc;}
.core-section .core-title h3{font-size:2.6rem; font-weight:600; margin-bottom:5px; color:var(--black);   }
.core-section .core-title p{  font-size:1.4rem; line-height:24px;  max-width:600px; margin:0px auto; margin-bottom:30px;  }
.core-section .core-card{ margin-bottom:25px;}
.core-section .core-card {border:1px solid #EEEEEE; padding:20px; border-radius:10px; min-height:220px;}
.core-section .core-card .icon{background:#EBF7FF; border-radius:10px;   padding:10px; width:72px; height:72px; display: flex; align-items: center; justify-content: center;}
.core-section .core-card h4{ font-size:1.8rem; margin-left:15px; font-weight: 600;}
@media screen and (max-width:768px) {
  .content-section .purpose-card{padding:0px;}
  .content-section .purpose-card h3{font-size:2.4rem;}
}

.product-section .pro-box{  background:#F5F9FF;   padding:15px; border-radius:10px; margin-bottom:30px; transition:0.3s; }
.product-section .pro-box:hover{    box-shadow: 0px 8px 16px -2px rgba(191, 194, 205, 0.06), 0px 16px 32px -2px rgba(145, 147, 154, 0.1);}

.product-section .pro-box a{ color:var(--black);}
.product-section .pro-box img{border-radius:8px; }
.product-section .pro-box h4{ font-size:1.8rem; margin:10px 0px 5px;   font-weight: 600;}
.product-section .pro-box p{ margin-bottom:10px; line-height:22px;}
.product-section .pro-box .readmore{ margin-bottom:10px;}
.product-section .pro-box .readmore a{ color:var(--primary); font-size:1.4rem; font-weight:500; }

.product-section .pro-details{padding-left:15px;}
.product-section .pro-details h2{ font-size:2.6rem; color:var(--black); font-weight: 600; margin-bottom:20px; }
.product-section .pro-details h4{ font-size:1.8rem; font-weight: 600; margin-top:20px;}
.product-section .pro-details p{margin-bottom:15px; }
.product-section .pro-details .table{ font-size:1.2rem; border:1px solid #D9E3F2; border-radius:10px;}
.product-section .pro-details .table th{padding:6px; vertical-align: middle; background:var(--primary); line-height:18px; border:1px solid #D9E3F2; color:var(--white); text-align: center;}
.product-section .pro-details .table th.lineht14{ line-height:14px;}
.product-section .pro-details .table td{border:1px solid #D9E3F2;padding:7px; vertical-align: middle; line-height:16px; }
 

.product-accordion{ border:1px solid #F1F9FD; box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);}
.product-accordion h4{color:var(--white); background: var(--primary); font-size:2.4rem; border-radius:5px 5px 0px 0px; padding:10px 15px; font-weight:500;}
.product-accordion ul{list-style-type:none;}
.product-accordion .accordion{width:100%;  ;margin:0px auto;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.product-accordion .accordion .link{cursor:pointer;display:block;padding:15px;color:var(--black);font-size:1.6rem;font-weight:500;border-bottom:1px solid #DFEAF9;position:relative;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.product-accordion .accordion li:last-child .link{border-bottom:0}
.product-accordion .accordion li img{ margin-right:10px; float:left;}
.product-accordion .accordion li i{position:absolute;top:12px;left:12px;font-size:1.8rem;color:var(--black);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.product-accordion .accordion li i.bi-chevron-down{right:12px;left:auto;font-size:2rem}
.product-accordion .accordion li.open .link{color:var(--black)}
.product-accordion .accordion li.open i{color:var(--black)}
.product-accordion .accordion li.open i.bi-chevron-down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.product-accordion .accordion li.default .submenu{display:block}
.product-accordion .submenu{display:none;background:#F3F8FF;font-size:1.4rem;}
.product-accordion .submenu li{border-bottom:1px solid #DFEAF9}
.product-accordion .submenu a{display:block;text-decoration:none;color:var(--black);padding:10px;padding-left:15px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}
.product-accordion .submenu a:hover{background:var(--secondary);color:#fff}
.product-accordion .accordion li .submenu i{position: relative; top:0px; left:0px; padding-right:8px;}
.product-accordion .accordion li .submenu a:hover i{color:var(--white);}
.product-accordion .accordion li.active{ border-left:4px solid var(--primary);}
.downloadbrochure{ margin-top:30px;}
.downloadbrochure a{ transition:.3s;font-size:2.0rem; border-radius:5px; display:flex; align-items: center; justify-content: center; color:var(--white); background: var(--secondary); padding:15px; width:100%; font-weight:500; }
.downloadbrochure a img{ margin-right:10px;}
.downloadbrochure a:hover{background: #2d9d43;}


/* 20-05-2026 */
.ourproduct-container{background:white;border-radius: 15px;padding: 10px 12px;}

.section-title{font-size:36px;font-weight:700;margin-bottom:20px;}
.custom-card,
.event-card{background:white;border:1px solid #E2E8F0;border-radius:10px;padding:10px;margin-bottom:15px;align-items:center;min-height:120px;}
.card-img{width:130px;height:95px;object-fit:cover;border-radius:8px;}
.card-content{padding-left:15px;flex:1;}
.card-content h5,
.event-content h5{font-size:18px;font-weight:600;margin:8px 0;line-height:1.4;}
.card-content a{text-decoration:none;color:#014A78;font-size:14px;font-weight:600;}
.date{color:#777;font-size:13px;}

.date-box{width:80px;height:80px;background:#eee;border-radius:8px;text-align:center;margin-right:15px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;gap:6px;}
.date-box h3{font-size:24px;margin:0;color:#0b4c8c;font-weight:600;line-height:1;}
.date-box span{font-size:14px;color:#0b4c8c;line-height:1;font-weight:600;}
.event-content{flex:1;}
.event-content p{margin:5px 0;color:#666;font-size:14px;line-height:1.5;}
.event-content small{color:#666;font-size:13px;}
.view-btn{font-size:16px;border:1px solid #0b4c8c;background:transparent;color:#0b4c8c;padding:10px 18px;border-radius:8px;font-weight:600;transition:.3s;}
.view-btn:hover{background:#0b4c8c;color:#fff;}
@media(max-width:991px){
.section-title{font-size:28px;}
.card-content h5,
.event-content h5{font-size:16px;}
}
@media(max-width:767px){
.custom-card{flex-direction:column;align-items:flex-start;}
.event-content{flex:1;padding-left: 12px;}
.card-img{width:100%;height:220px;margin-bottom:12px;}
.card-content{padding-left:0;width:100%;}
.date-box{margin-right:0;margin-bottom:12px;}
.event-content small{display:block;line-height:1.6;}
.view-btn{width:100%;text-align:center;}

}
@media(max-width:575px){
.section-title{font-size:24px;}
.card-img{height:180px;}
.card-content h5,
.event-content h5{font-size:15px;}
.card-content a,
.event-content small,
.event-content p{font-size:13px;}
.view-btn{padding:12px;font-size:14px;}
#footer .d-flex { display:block !important;}
.copyright{ margin-bottom:10px;}
}

.event-info{display:flex;align-items:center;gap:3px;flex-wrap:wrap;color:#666;font-size:14px;}
.event-info img{width:15px;height:15px;object-fit:contain;}
.read-more a{transition:.3s;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#0b4c8c;}
.read-more a img{width:14px;height:14px;object-fit:contain;transition:.3s;}
.read-more a:hover img{transform:translateX(3px);}
/* 20-05-2026 */
.event-info p{margin: 0px 20px 0px 0px;}
@media(max-width:767px){.event-info p{margin: 0px 20px 0px 0px;display: inline;}}
.read-more img{margin-left: 12px;}
.icons ul li i{padding-right: 2px;color: var(--white);font-size: 18px;line-height: 1;}
.home-slider {padding: 0;}
.home-slider .slider-item {height: 600px;}
.home-slider .slider-item img {width: 100%;height: 600px;object-fit: cover;}
.home-slider .slider-item .slider-content {z-index: 2;position: absolute;bottom: 60px;left: 8%;transform: none;}
.home-slider {padding: 0;}
.home-slider .slider-item {height: 600px;}
.home-slider .slider-item img {width: 100%;height: 600px;object-fit: cover;}
.home-slider .slider-item .slider-content {z-index: 2;position: absolute;bottom: 60px;left: 8%;transform: none;}
@media screen and (max-width:576px) {
.home-slider .slider-item {height: 380px;}
.home-slider .slider-item img {height: 380px;}
.home-slider .slider-item .slider-content {left: 20px;bottom: 30px;}
.home-slider .slider-txt h1 {font-size: 3rem;}
.home-slider .slider-txt p {font-size: 1.4rem;line-height: 20px;}
}
.about-us img{width:70%;border-radius: 15px;}
.about-us{background: #fff;border-radius: 15px;}
.about-bg{background-color:#f4fbff;}
.arrow-list {list-style: none;padding-left: 0;}
.arrow-list li::before {content: "➜ ";color: black; margin-left: -20px; }
.content-card ul{margin:0px; line-height:26px; font-size: 16px; margin-left: 20px;}
.content-card ul li{ margin-bottom:10px;}
.content-card p{ margin-bottom:20px; font-size: 16px;}
.content-card h4{font-size: 22px; padding:5px;}
.about-services{background:#fff;}

.head-banner{padding:0px;}
.d-banner{ display:block !important;} 
.m-banner{ display:none !important;} 

.header-img {position: relative;}
.header-img img {width: 100%;display: block;}
.header-text {position: absolute;top: 35%;right: 38%;text-align: center;}
.header-text h1 {margin: 0;font-size: 48px; font-weight: 700; color: #fff;}


@media screen and (max-width:576px) {
.d-banner{ display:none !important;}  
.m-banner{ display: block !important;}
}

@media (max-width: 991px) {
  .header-text {left: 8%;top: 20%;}
  .header-text h1 {font-size: 42px;}
}
@media (max-width: 767px) {
.header-img img {height: 250px;object-fit: cover;}
  .header-text {width: 100%;padding: 0 15px;left:-25%;top: 32%;}
  .header-text h1 {font-size: 30px;}
}


@media (max-width: 480px) {
  .header-img img {height: 200px;}
  .header-text h1 {font-size: 24px;}
}

.service-card{background:white;border:1px solid #E2E8F0;border-radius:10px;padding:10px;margin-bottom:15px;align-items:center;min-height:175px;}
.service-card-img{width:150px;height:150px;min-height: 150px;object-fit:cover;border-radius:8px;}
.card-content{padding-left:15px;flex:1;}
.card-content h5,
.event-content h5{font-size:18px;font-weight:600;margin:8px 0;line-height:1.4;}
.card-content a{text-decoration:none;color:#014A78;font-size:14px;font-weight:600;}

@media (max-width: 767px) {
.service-card{flex-direction: column;align-items: flex-start;min-height: auto;padding: 15px;}
.service-card-img{width: 100%;height: 220px;margin-bottom: 15px;object-fit: cover;}
.service-card .card-content{padding-left: 0;width: 100%;}
.service-card .card-content h5{font-size: 18px;margin-bottom: 10px;}
.service-card .card-content p{font-size: 14px;line-height: 1.7;margin-bottom: 0;}
}

@media (max-width: 480px){
.service-card{padding: 12px;border-radius: 12px;}
.service-card-img{height: 180px;border-radius: 10px;}
.service-card .card-content h5{font-size: 16px;}
.service-card .card-content p{font-size: 13px;line-height: 1.6;}
}
.benefits-title {font-size: 28px;font-weight: 600;}
.benefits-subtitle {font-size: 18px;font-weight: 600;margin: 20px 0px;}
.benefit-item {display: flex;align-items: flex-start;gap: 10px;margin-bottom: 35px;}
.icon-box {width: 50px;height: 50px;background: rgba(37, 99, 235, 0.1);border-radius: 12px;display: flex;align-items: center;justify-content: center;min-width: 50px;}
.icon-box i {font-size: 22px;color: #3b82f6;}
.benefit-item p {font-size: 16px;font-weight: 400;margin: 0px;}

@media(max-width:765px){
.right-title{margin-top: 20px;}    
.benefits-title{font-size: 24px;}
.benefits-subtitle{font-size: 20px;}
.benefit-item p{font-size: 14px;margin:0px;}
}

.news-img{display:flex;justify-content: center;;}
.news-content h2{font-size: 20px; font-weight: 600;margin:15px 0px 5px 0px;}
.news-content p{font-size: 14px; font-weight: 400;} 


.form-group { margin-bottom:15px; padding-right:10px; }
.form-group label { color: #333333; margin-bottom:5px; font-size: 14px; font-weight:400; }
.form-control { border: 1px solid var(--input-board, rgba(201, 210, 217, 1)); border-radius: 8px; min-height: 44px; font-size: 14px; line-height: 20px; font-weight: 400; }
.form-control, .form-select {   border-radius:5px; }
.benefits-box { border-radius: 8px; overflow: hidden; height: 100%; }
.benefits-header { background: rgba(1, 74, 120, 1); padding: 18px 20px; }
.benefits-header h4 { color: #fff; margin: 0; font-size: 24px; font-weight: 600; }
.benefits-body { padding: 25px 22px;background-color:rgba(244, 251, 255, 1) }
.benefits-list { margin: 0; padding: 0; list-style: none; }
.benefits-list li { position: relative; padding-left: 28px; margin-bottom:15px; color: #2c2c2c; font-size: 15px; line-height: 1.6; }
.benefits-list li::before { content: url('../img/tick.svg'); position: absolute; left: 0; top: 5px; color: #005487; font-size: 16px; }
.membership-form-wrapper{padding:0px 20px 20px;}
.membership-form-wrapper h3 { font-size: 24px; font-weight: 600; margin-bottom: 10px; }
.membership-form-wrapper p {margin-bottom:15px; font-size: 14px; font-weight: 500; line-height: 1.5; }
.submit-btn { background: rgba(0, 115, 187, 1); color: #fff; border: none; padding: 14px 32px; border-radius: 8px; font-size: 15px; font-weight: 500; transition: 0.3s; }

@media (max-width: 991px) { .benefits-box { margin-bottom: 30px; } .membership-form-wrapper h3 { font-size: 28px; } }

.red{color:red;}
.benefits-header h5{color: #fff;font-size: 16px;margin-top:35px;font-weight:600;}
.form-control::placeholder{color:#A9AAAE}
  
.contact-list{list-style: none;padding: 0;margin: 15px 0 0;}
.contact-list li{display: flex;align-items:baseline;gap:10px;color: #fff;margin-bottom:10px;font-size: 15px;line-height: 1.6;}
.contact-list li i{font-size: 18px;margin-top: 3px;color: #fff;}
.contact-list li a{color: #fff;text-decoration: none;}
.header-info{height: 500px; min-height:500px;} 
@media(max-width:775px){.header-info{height: 435px; min-height:450px;} }



@media only screen and (min-width: 768px) and (max-width: 1024px){
.our-products-content .ourproduct-text a h4 {font-size: 14px;}
.our-products-content .ourproduct-text a p {width: 110px;font-size: 12px;}

}