/*Main Css */

:root {
--primary: #1B6CF9;
--secondary: #333333;
--white: #fff;

--font-heading: 'Kaisei Decol', sans-serif;
--font-accent: 'Inter', sans-serif;
--font-body: 'Inter', sans-serif;
--icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
background: var(--primary);
color: #fff;
text-shadow: none;
}

::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}

::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
display: none;
}

[class^="box-"].showfirst {
display: block;
}

body {
font-family: var(--font-body);
overflow-x: hidden;
color: var(--body-color);
font-size: 18px;
font-weight: 400;
line-height: 36px;

}

body.inner-header {
padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
display: block;
color: var(--secondary);
text-transform: capitalize;
}

h1 span {

font-size: 59.75px;
font-weight: 700;
line-height: 86.52px;

}

h1 {
font-size: 117.21px;
font-weight: 700;
line-height: 129.73px;
}

h2 {
font-size: 45px;
font-weight: 700;
line-height: 70px;
color: #181A2E;
}

span.top-title {
font-size: 18px;
font-weight: 400;
line-height: 27px;
color: #000080;
text-transform: uppercase;
}

h2 span.text-bold {
font-weight: bold;
}

h4 {
font-size: 26px;
line-height: 1.12;
}

h6 {
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

.text-primary {
color: var(--primary) !important;
}

.text-secondary {
color: var(--secondary) !important;
}

.main-header .btn {
padding: .5rem 1rem;
text-transform: uppercase;
font-family: var(--font-body) !important;
}

.btn {
padding: 12px 30px;
text-transform: uppercase;
font-family: var(--font-body) !important;
border-radius: 0;
}

.btn:focus,
.btn:active:focus {
box-shadow: none;
}

.btn i {
font-size: 14px;
font-weight: 600;
}

.btn-primary {
background-color: var(--white);
border: 1px solid var(--white);
color: #000000 !important;
border-radius: 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: transparent;
border: 1px solid #ffffff;
color: #ffffff !important;
}

.btn-primary-border {
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-primary-border:hover,
.btn-primary-border:active,
.btn-primary-border:focus {
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}

.btn-secondary {
background-color: #000080;
border: 1px solid #000080;
color: var(--white) !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
background-color: transparent;
border: 1px solid var(--secondary);
color: var(--secondary) !important;
}

.btn-dark {
background-color: var(--dark);
border: 1px solid var(--dark);
color: var(--white) !important;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
background-color: transparent;
border: 1px solid var(--dark);
color: var(--dark) !important;
}

*:hover,
*:focus,
* {
outline: none !important;
}

img {
max-width: 100%;
height: auto;
}

a,
input[type="submit"] {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
display: inline-block;
cursor: pointer;
text-decoration: none;
}

span {
display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
font-family: var(--font-body);
font-weight: 400;
}

::-webkit-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-ms-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
opacity: 1;
}

/* Padding Classes */
.pad-zero {
padding: 0px;
}

.pad-l-zero {
padding-left: 0px;
}

.pad-r-zero {
padding-right: 0px;
}

.ovr-hiddn {
overflow: hidden;
}

.overlay:after {
content: "";
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

.overlay {
display: none;
}

.overlay.active {
display: block;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header {
width: 100%;
padding-top: 26px;
padding-bottom: 26px;
background: #000080;
}

/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */

.desktop-header .menuWrap {
display: flex;
align-items: center;
justify-content: end;
}

.logo {
display: inline-block;
}

.logo img {
display: block;
}

/* Hamburger Menu */
.menu-Bar {
width: 30px;
height: 20px;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
bottom: 0px;
margin: auto;
z-index: 22;
display: none;
}

.menu-Bar span {
display: block;
height: 4px;
width: 100%;
background: var(--primary);
position: absolute;
transition: 0.6s all;
border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
top: 0;
}

.menu-Bar span:nth-child(2) {
top: 8px;
transform-origin: left;
}

.menu-Bar span:nth-child(3) {
top: 16px;
}

.menu-Bar.open span:nth-child(1) {
transform: rotate(45deg);
top: 12px;
transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
width: 0;
opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
transform: rotate(-45deg);
top: 12px;
transform-origin: right-center;
}

/* Menu Css */
.menu {
font-size: 0px;
display: inline-block;
vertical-align: middle;
}

.menu-callnow {
color: var(--primary) !important;
background: transparent;
}

.menu-callnow i {
color: var(--dark) !important;
line-height: 2;
}

.menu>li {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 55px;
}

.menu>li>a {
display: block;
font-family: var(--font-body);
font-family: Poppins;
font-size: 16px;
font-weight:500;
line-height: 36px;
text-align: left;
text-transform: uppercase;
color: #fff;
}

.btn-header {
background: var(--primary);
color: white !important;
padding: 15px 20px;
border-radius: 8px;
font-weight: 400 !important;
}

.btn-header:hover {
transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li.active>a {
color: var(--white);
opacity: .7;
}

@keyframes scale-display {
0% {
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}

@keyframes scale-display--reversed {
0% {
display: inline-flex;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}

99% {
display: inline-flex;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
display: none;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
}

@keyframes btotreverse {
0% {
top: 75px;
opacity: 1;
}

100% {
top: 115px;
opacity: 0;
}
}

@keyframes btot {
0% {
top: 115px;
opacity: 0;
}

100% {
top: 40px;
opacity: 1;
}
}

/* Main Banner CSS */

.has-child {
position: relative;
z-index: 1;
}

.dropdown .dropdown {
left: 100%;
top: 0;
}

.dropdown {
position: absolute;
border-radius: 0px 0px 10px 10px;
top: 100%;
display: none;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

span.count {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.counter span.text-white {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.form-select,
.form-select:focus {
background: transparent;
border: 1px solid #626262;
border-radius: 24px;
padding: 8px 34px 8px 29px;
color: #ddd;
font-size: 13px;
margin-bottom: 18px;
color: var(--bg-light);
box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
position: absolute;
top: 96%;
left: 50%;
font-size: 0px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
position: absolute;
top: 92%;
right: 4%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
position: absolute;
top: 96%;
right: 46%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center img {
width: 100%;
height: 500px;
}

.slick-center .slick-list.draggable {
padding: 0 24% 0 !important;
}

.slick-center .slick-slide {
margin: 0 70px;
}

.slick-center .slick-current img {
position: relative;
top: -41px;
}

.sliderDiv {
background-size: cover;
height: 1200px;
width: 100%;
background-repeat: no-repeat;
}

.socail-icons {
display: flex;
}

ul.socail-icons li i {
color: #fff;
font-size: 18px;
font-weight: 300;

}

ul.socail-icons li {
margin-right: 10px;
}

a.logo {
font-size: 30px;
color: var(--white);
font-family: var(--font-heading);
margin-bottom: -140px;
position:
relative;
Z-INDEX: 5;
}

/* inner pages */

.inner-banner {
display: flex;
justify-content: center;
align-items: center;
height: 510px !important;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.inner-banner .hero-content h1 {
font-size: 51px !important;
}

/* inner pages */

.footer-border {
height: 1px;
margin: 61.5px 83px 29px 177px;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 60px;
}

ul.footer-social-icons {
display: flex;
margin-top: 45px;
}

ul.footer-social li a {
font-size: 16px;
line-height: 1.5;
text-align: left;
color: var(--white);
margin-bottom: 15px;
}

ul.footer-social li a i {
color: var(--primary);
margin-right: 17px !important;
}

ul.footer-social li a:hover {
color: var(--primary);
}

ul.footer-social-icons li {
margin-right: 12px;
}

ul.footer-social-icons li a {
color: var(--white);
display: flex;
align-items: center;
justify-content: center;
height:
43px;
width: 42px;
border-radius: 0;
background: #FFFFFF1A;
}

ul.footer-social-icons li a i {
font-size: 20px;
}

.menu-Bar a.logo {
font-size: 45px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #1dd3b0;
}

li.dropdown {
position: relative;
}

li.dropdown a {
display: inline-block;
}

li.dropdown:hover ul.sub-menu {
top: 90%;
opacity: 1;
visibility: visible;
}

ul.sub-menu {
position: absolute;
z-index: 1;
width: 100%;
background-color: #fff;
box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
min-width: 200px;
padding: 10px;
border-radius: 5px;
transition: .3s top ease-in-out;
top: 200%;
left: 40px;
opacity: 0;
visibility: hidden;
}

.dropdown::after {
display: inline-block;
margin-left: 0.465em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
font-size: 14px;
color: #222;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
}

.dropdown:hover::after,
.dropdown.active::after {
color: var(--primary);
}

ul.sub-menu li {
margin: 0;
display: block;
margin-bottom: 0px;
text-align: left;
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
}

ul.sub-menu li:last-child {
border: 0;
margin-bottom: 0px;
}

.menu>li>a:hover {
color: var(--white);
opacity: .7;
}

ul.sub-menu li:last-child a {
padding-bottom: 0px;
}

ul.sub-menu li a {
font-size: 12px;
color: #121b2b !important;
padding-bottom: 10px;
}

ul.breadcrumb-menu {
display: block;
text-transform: uppercase;
}

ul.breadcrumb-menu li {
display: inline-block;
vertical-align: middle;
position: relative;
color: var(--primary);
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
margin-left: 0px;
}

ul#counter {
display: flex;
align-items: center;
gap: 7rem;
/* padding: 24px 36px; */
/* border-radius: 8px; */
/* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
/* background-color: #222; */
/* margin-top: -112px;*/
}

.counter-wrapper .counter {
display: flex;
align-items: center;
gap: 20px;
}

.counter-wrapper .counter span.count {
font-weight: 700;
font-size: 45px;
color: #000;
}

ul#counter li .counter>div {
font-weight: 600;
line-height: 1;
font-size: 38px;
color: #fff;
/* padding-bottom: 10px; */
flex-shrink: 0;
}

ul#counter li {
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
}

ul#counter li .counter span.text {
font-family: var(--font-body);
font-size: 14px;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: var(--white);
font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
color: #ec4e52;
}

ul#counter li:nth-child(2) .counter>div {
color: #ebd142;
}

ul#counter li:nth-child(3) .counter>div {
color: #62a488;
}

.counter span.text-dark {
font-weight: 600;
font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
position: absolute;
top: 23%;
left: -68px;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
z-index: 2;
line-height: 0;
border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
content: "\f104";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
position: absolute;
top: 23%;
right: -70px;
border: none;
background-color: transparent;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
background-color: transparent;
line-height: 0;
border-radius: 50%;
z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
content: "\f105";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.form-control {
border: 1px solid #D2D2D2;
margin-bottom: 20px;
border-radius: 0;
height: 35px;
}

/* Accordian */

.accordion-list {
position: relative;
}

.accordion-list li {
padding: 0px 0px 22px 2px;
cursor: pointer;
width: 100%;
margin: 0 auto;
border-bottom: 0;
background: white;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0rem;
}

ul.accordion-list li span {
display: flex;
position: relative;
}

.accordion-list li h3 {
color: var(--secondary);
display: flex;
align-items: center;
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin-right: 14px;
}

.accordion-list li.active h3 {
color: var(--primary);
font-size: 20px;

}

ul.accordion-list li h3:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 0;
right: 0;
color: var(--secondary);
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 900;
top: 0;
}

.accordion-list li.active h4::after {
color: #9CA3AF;
content: "\f077";
}

ul.accordion-list li.active h3:after {
content: "\f077";
color: var(--primary);
}

.answer p {
margin-top: 16px;
color: #555555;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {
border: solid 1px #c9cbd6;
/* height: 60px; */
margin-top: 18px;
border-radius: revert-layer;
position:relative;
overflow: hidden;
border: solid 0px #c9cbd6;
}

.subscribe input[type="submit"] {
padding: 14px 14px  !important;
text-transform: uppercase;
display: inline-block;
height: 43px;
border-radius: 0;
border: none;
background: #000080;
position: absolute;
right: 10px;
top: 0;
padding: 0;
font-size: 13px;
font-weight: 600;
line-height: 1.23;
text-align: center;
color: #fff;
margin: auto;
bottom: 0;
}

.subscribe input.form-control {
border: none;
/* width: 100%; */
padding: 22px 13px ;
height: 100%;
margin: 0;
display:
inline-block;
color: var(--secondary);
background-color: #ffffff;
padding-right: 9.5rem;
border-radius: 0;
}
.subscribe .es-form-field-container {
    position: relative;
    overflow: hidden;
}
/* Subscription */

.sec-pad {
padding-top: 100px;
padding-bottom: 100px;
}

/* topbar */

.top-bar {
padding: 15px 0;
background: var(--primary);
}

.top-social-icons {
display: flex;
justify-content: end;
gap: 20px;
}

.top-contact-info {
display: flex;
gap: 22px;
}

.top-contact-info li {
display: flex;
gap: 10px;
align-items: baseline;
}

.top-contact-info li a {
color: var(--white);
}

.top-social-icons li a i {
color: var(--white);
}

/* topbar */

/* contact page */

.contactIconBg li {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}

.contactIconBg .icon {
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--white);
background-color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.related-slider span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

footer {
background: #1C1C1C;
}

footer .border-top {
border-top: 1px solid #808080 !important;
}

.f-logo {
font-size: 30px;
text-align: left;
color: var(--white);
font-family: var(--font-heading);
line-height: normal;
}

.f-logo:hover {
color: var(--white);
}

.f-logo-content {
margin-top: 7px;
font-size: 16px;
font-weight: 400;
line-height: 33px;
letter-spacing: 0.5px;
color: var(--white);
}

.f-menu {
margin-top: 30px;
}

.f-menu .f-icon-box {
display: flex;
align-items: baseline;
gap: 20px;
margin-bottom: 10px;
}

.f-menu .f-icon-box a,
.f-menu .f-icon-box p {
color: var(--white);
font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height:
36px;
text-align: left;
}

.f-menu .f-icon-box i {
color: var(--white);
}

ul.f-menu li a {
color: var(--white);
font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height:
43px;
text-transform: uppercase;
}

ul.f-menu li a:hover {
color: var(--primary);
}

.footer-content {
padding-top: 129px;
padding-bottom: 70px;
}

footer h6 {
font-family: var(--font-heading);
color: var(--white);
position: relative;
font-family: Kaisei Decol;
font-size:
27px;
font-weight: 700;
line-height: 39.1px;
}

.copyright {
padding-top: 20px;
padding-bottom: 23px;
background: transparent;
border-top: 1px solid #FFFFFF;
}

.copyright p {

font-family: Poppins;
font-size: 18px;
font-weight:
400;
line-height: 43.2px;
text-align: left;
}

.mainBanner {
height: 924px;
width: 100%;
display: flex;
align-items: center;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
position: relative;
z-index:
1;
margin-top: -1px;
}

.hero-content p.para {}

.hero-content .btn-primary {}

section.about .content h2 {
font-size: 58px;
}

section.about .content .btn-primary {
margin-top: 32px;
}

.teamImg {
font-size: 55px;
}

.teamImg img {
width: 100%;
}

.team-card {
position: relative;
}

.teamContent {
background: #FFFFFF;
position: absolute;
bottom: -42px;
width: 80%;
text-align: center;
padding: 24px 0;
right:
0;
left: 0;
margin: auto;
}

.teamContent p.p1 {
font-family: Kaisei Decol;
font-size: 30px;
font-weight: 700;
line-height: 43.44px;
text-align:
center;
color: #181A2E;
}

.teamContent p.p2 {
margin-top: 4px;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}

.serSlide span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.serSlide span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.serSlide span.arr-left,
.serSlide span.arr-right {
top: 40%;
box-shadow: 0px 4px 14px 0px #00000026;
color: #000080;
height: 59px;
width: 59px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
background: #fff;
}

.client-card {
background: #fff;
border-radius: 12px;
min-height: 164px;
display: flex;
align-items: center;
justify-content: center;
transition: all .4s ease-in-out;
}

.client-card:hover {
box-shadow: 0px 4px 14px 0px #00000026;

}

.hero-content p {
font-size: 18px;
font-weight: 400;
line-height: 36px;
text-align: left;
margin: 25px 0 29px;
max-width: 600px;
}

section.about {
background: #C46978;
margin-top: -1px;
}

.serSlide.slick-initialized.slick-slider {
margin-top: 46px;
}

.slick-list.draggable {
padding-bottom: 75px;
}

section.help.sec-pad {
background: #1C1C1C;
margin-top: -1px;
}

section.help.sec-pad .content {
margin-bottom: 96px;
}

ul.helpList li {display: flex;align-items: center;gap: 15px;border-bottom: 1px solid hwb(0deg 100% 0% /
20%);padding-bottom: 22px;padding-top: 21px;}

ul.helpList li h3 {
font-family: Kaisei Decol;
font-size: 23.45px;
font-weight: 700;
line-height: 33.96px;
color: #fff;
}

ul.helpList li p {
margin-top: 10px;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 36px;
text-align: right;
color: #fff;
}

ul.helpList li span {
font-family: Kaisei Decol;
font-size: 22px;
font-weight: 700;
line-height: 31.86px;
text-align: center;
color: #fff;
transform: rotate(87deg);
}

ul.helpList li.last {
border-bottom: 0;
}

.helpImg {}

.helpImg p {
margin-top: 48px;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 36px;
text-align: left;
color: #fff;
}

.team-card2 .teamContent {
padding: 13px 0;
}

.team-card2 .teamContent p.p1 {
font-family: Kaisei Decol;
font-size: 20px;
font-weight: 700;
line-height: 28.96px;
text-align: center;
color: #000000;
}

.team-card2 .teamContent p.p2 {
font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 21px;
color: #828282;
}

section.service.staff.sec-pad {
padding-bottom: 160px;
}

section.service.staff.sec-pad .content h2 {
margin-bottom: 50px;
}

.team-card2:hover .teamContent {
background: #000080;
}

.team-card2:hover .teamContent p.p1,
.team-card2:hover .teamContent p.p2 {
color: var(--white);
}

section.client {
padding-top: 80px;
padding-bottom: 107px;
background: #F9F9F9;

}

section.client h2 {
margin-bottom: 49px;
}

section.businesses {
background-size: cover;
background-repeat: no-repeat;
}

section.businesses .btn-primary {
margin-top: 20px;
}

section.businesses .btn-primary:hover {
background: #000080;
border: 1px solid #000080;
}

p.subcontent {
font-size: 14px;
font-weight: 400;
line-height: 27px;
text-align: left;
color: #fff;
margin-top: 16px;
}

ul.other-links {
display: flex;
justify-content: end;
color: #fff;
gap: 30px;
}

ul.other-links li a {
font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 43.2px;
text-align: left;
color: #fff;
}

section.about .content span {
font-family: var(--font-heading);
font-size: 35px;
font-weight: 700;
line-height: 50.68px;
text-align: left;
text-transform: capitalize;
}

section.about .content p {margin-top: 12px;}

section.about2 {
background: transparent;
}

section.about2 .content p {
color: #828282;
}

section.program1 {
background: transparent;
}

section.program2 {
background: transparent;
}

section.program1 .abt-img {
margin-right: -6%;
}

section.program2 .abt-img {
margin-left: -6%;
}

section.program2 .content p {
max-width: 660px;
}

section.program1 .content {
padding-left: 55px;
}

section.program2 .content {
padding-right: 55px;
}

section.program1 .content .btn-secondary {
margin-top: 12px;
}

section.program2 .content .btn-secondary {
margin-top: 12px;
}

section.program2 {
padding-top: 50px;
}

section.contactSec {
margin: 0 100px;
position: relative;
z-index: 4;
}

.contactSec-card {
border: 1.24px solid #E3E3E3;
border-radius: 6.19px;
padding: 0 37px 35px;
text-align: center;
min-height: 282.09px;
background-color: var(--white);
border: 1.24px solid #E3E3E3;
min-height: 296px;
}

.contactSec-card>h4.title {
font-family: var(--font-heading);
font-size: 30px;
font-weight: 500;
line-height: 0;
letter-spacing: -0.02em;
text-align: center;
margin-top: 41px;
color: var(--dark);
}

.contactSec-card>a,
.contactSec-card>p {
color: #192335;
font-family: var(--font-body);
font-size: 19.82px;
font-weight: 400;
line-height: 37.16px;
text-align: center;
margin-top: 31px;
}

section.map iframe {
height: 696px;
width: 100%;
border-radius: 0px, 25px, 0px, 0px;
}

section.map {
margin-top: 87px;
position: relative;
font-size: 0;
}

.cardForm h2.title {
font-family: var(--font-heading);
}

.cardForm {
border-radius: 27px;
}

.cardForm .bottom-sec {
margin-top: 18px;
}

label {
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
margin-bottom: 10px;
color: var(--dark);
}

.form-control,
.form-select {
border: 1px solid #DADADA;
height: 84px;
border-radius: 11px;
background:
var(--white);
padding: 30px;
margin-bottom: 36px;
box-shadow: 0px 4px 40px 0px #E5E5E5;
border-radius: 0;
border: 0;
}

.form-select {
color: hsl(0deg 0% 0% / 30%);
appearance: auto;
-webkit-appearance: auto;
-moz-appearance: auto;
}

.form-control::placeholder {
color: #7B7A7A;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}

textarea.form-control {
height: 269px;
}

textarea.form-control {
height: 294px;
}

section.appointment {
position: relative;
z-index: 1;
}

section.appointment::after {
background: #F9F9F9;
width: 100%;
height: 120%;
position: absolute;
left: 0;
bottom: -10%;
content: '';
z-index: -2;
}

.abt-imge01 {
position: relative;
z-index: 1;
max-width: 90%;
}

.abt-imge01::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
border: 2px solid #fff;
left: -7%;
top: -5%;
z-index: -1;
}

.abt-imge01::after {
position: absolute;
content: '';
width: 100%;
height: 100%;
border: 2px solid #fff;
right: -7%;
bottom: -4%;
z-index: -1;
}

.abt-imge01 img {
height: 800px;
object-fit: cover;
object-position: center;
}

section.about .content .top-title2 {margin-top: 20px;color: #181a2e;font-size: 30px;line-height: 32px;}

.abt-mission1 img {
height: 550px;
object-fit: cover;
}

.abt-mission1{
position: relative;
z-index: 1;
}

.abt-mission1::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
border: 2px solid #000;
left: -4%;
top: -5%;
z-index: -1;
}

ul.abtListing {
list-style: disc;
margin-left: 20px;
color: #828282;
margin-top: 10px;
}

section.about2 .content p strong {
font-weight: 700;
color: #000;
}

section.lead {
padding-top: 130px;
}

section.lead .content h2 {
margin-bottom: 22px !important;
}

section.program1 .content h3 {
font-size: 30px;
margin-top: 14px;
font-weight: 500;
color: #000;
}

ul.abtList {
list-style: disc;
margin-left: 20px;
margin-top: 10px;
}

ul.abtList li strong {
font-weight: 600;
}

ul.abtList1 {
list-style: decimal;
margin-left: 20px;
}

ul.abtList1 li strong {
font-weight: 600;
}

ul.abtList1 {
margin-top: 26px;
}

ul.abtList1 ul.abtList2 {
margin: 10px 30px 22px;
list-style: circle;
}

p.para strong {
font-weight: 600;
}

.teamImg img {
height: 410px;
object-fit: cover;
}

ul.helpList li a {
color: #fff;
text-align: start;
}

ul.helpList li p {
text-align: start;
font-size: 22px;
}

.abtListCricle {
list-style: circle !important;
}