@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");
:root {
    --white: #fff;
    --black: #000;
    --primary: #00327d;
    --secondary: #5ab932;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: clip;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}


/* How to add New font */

@font-face {
    font-family: "Eurostile";
    src: url("../fonts/Eurostile-Bold.eot");
    src: url("../fonts/Eurostile-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Eurostile-Bold.woff2") format("woff2"), url("../fonts/Eurostile-Bold.woff") format("woff"), url("../fonts/Eurostile-Bold.ttf") format("truetype"), url("../fonts/Eurostile-Bold.svg#Eurostile-Bold") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

section {
    position: relative;
    padding: 5rem 0;
    overflow: clip;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
    text-align: justify;
}

h1,
h2,
h3 {
    font-family: "Eurostile";
}

h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader img {
    width: 680px;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--secondary);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0.82em 1.78em;
    border-radius: 0px;
    line-height: normal;
    position: relative;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

.themeBtn:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    background: var(--secondary);
    height: 2px;
    width: 100%;
}

.themeBtn:hover {
    background: var(--primary);
    color: var(--white);
}

.themeBtn:hover:before {
    background: var(--primary);
}


/* btn css */


/* mouse animation css  */


/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */


/* mouse animation css  */


/* navigation css */

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: var(--white);
    z-index: 11;
}

.navbar-nav {
    align-items: center;
    gap: 3rem;
    justify-content: flex-end;
    width: 70%;
}

.navbar-brand {
    display: inline-block;
    background: var(--white);
    position: absolute;
    top: 0;
    padding: 11px 25px;
}

.navbar-brand img {
    width: 200px;
}

.navbar-brand::before {
    content: "";
    position: absolute;
    left: -31px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: #f8f8f8;
    width: 32px;
    height: 19px;
}

.navbar-brand::after {
    content: "";
    position: absolute;
    right: -33px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background-color: #f8f8f8;
    width: 33px;
    height: 21px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    padding: 1.4rem 1.5rem;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}

.an-navbar {
    background: var(--theme-color);
}

.navbar-nav .nav-item:last-child {
    position: relative;
}

.navbar-nav .nav-item:last-child .nav-link {
    position: absolute;
    top: -36px;
    background: #5ab932;
    padding: 27px 40px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    /* z-index: -1; */
}

.navbar-nav .nav-item:last-child .nav-link::before {
    content: "";
    position: absolute;
    left: -12px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: #4a9829;
    width: 13px;
    height: 14px;
}

.navbar-nav .nav-item:last-child .nav-link::after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background-color: #4a9829;
    width: 13px;
    height: 14px;
}

li.nav-item a i {
    width: 32px;
    height: 32px;
    background-color: #00327d;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 0.75rem;
    box-shadow: 0 0 0 6px rgb(0 50 125 / 50%);
}

.navbar-nav .nav-item:last-child .nav-link {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}


/* navigation css */


/* slider css */

.main-slider {
    height: 1017px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.homeSlider .slide-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00000090, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.slideMain {
    margin-top: 7rem;
}

.main-slider h1 {
    width: fit-content;
    margin: 0;
    color: var(--white);
    font-size: 4.375rem;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    font-size: 1.125rem;
    border-top: 7px solid #5ab932;
    padding-top: 1rem;
}


/* slider css */


/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* / sraachbar end / */

.main-slider h1 {
    padding-bottom: 0.875rem;
}

.mainHead {
    font-size: 4.7rem;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    line-height: 1;
}

.mainHead.borderBottom,
.borderBottom {
    width: fit-content;
    border-bottom: 7px solid var(--secondary);
    margin-bottom: 1rem;
}


/* aboutSection css start */

:is(.aboutSection,
.serviceSec) .mainHead {
    color: var(--primary);
}

.aboutSection p {
    color: #000;
    font-size: 1.125rem;
}

.missionSec .mainHead {
    white-space: nowrap;
}


/* aboutSection css end  */

.aboutcntnt {
    background: #f5f5f5;
    padding: 5rem 3rem 5rem 9rem;
    margin-left: -7rem;
    position: relative;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.aboutcntnt .mainHead {
    font-size: 4rem;
    line-height: 1.25;
}

.aboutcntnt .mainHead span {
    font-size: 5.3125rem;
}

.aboutcntnt h6 {
    font-size: 0.875rem;
    margin-bottom: 2rem;
}


/* .aboutcntnt p {
    font-size: 1rem;
} */

.btnmail a span {
    font-size: 1.25rem;
    color: var(--primary);
}

.btnmail a i {
    border: 1px solid #00327d;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    color: #00327d;
    background: #fff;
}

.btnmail a {
    margin-right: 3rem;
}

section.aboutSection figure {
    width: 100%;
    height: 550px;
    position: sticky;
    top: 10%;
    z-index: 1;
}

section.aboutSection figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* servicesection css start  */

.sercard h2 {
    font-size: 2.0625rem;
}

.sercard {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
    justify-content: space-between;
}

.sercard a i {
    font-size: 2rem;
    color: #000;
}

.serviceSec {
    background: #f5f5f5;
}

.title .mainHead {
    margin-left: 1rem;
}

.serviceSec .swiper-button-next {
    top: -44%;
    right: 25rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: unset;
}

.serviceSec .swiper-button-next:after {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.6rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #a1a1a1;
}

.serviceSec .swiper-button-prev {
    top: -44%;
    right: 20rem;
    left: inherit;
    color: #a1a1a1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: unset;
}

.serviceSec .swiper-button-prev:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.6rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #a1a1a1;
}

.serviceSec .swiper-button-next:hover:after,
.serviceSec .swiper-button-prev:hover:after {
    color: var(--secondary);
    transform: scale(1.5);
}

.serviceSec .swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}


/* servicesection css end   */


/* newssection css start   */

.newscntnt h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.newscntnt h3 a i {
    color: #8f8f8f;
    font-size: 1rem;
    margin-top: 1rem;
}

.newscntnt p {
    color: #828282;
}

.learnbtn {
    display: flex;
    align-items: center;
    gap: 9rem;
}

.learnbtn a:hover {
    color: var(--secondary);
}

.learnbtn a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.learnbtn h5 {
    color: #6a6969;
    font-size: 0.875rem;
    font-weight: 300;
}

.newswrap figure img {
    width: 100%;
    box-shadow: 0 5px 15px rgb(139 139 139 / 16%);
}

.newswrap {
    background: #f9f9f9;
    padding: 1.3rem 1.3rem;
}


/* newssection css end   */


/* footercss start  */

.contactBox figure {
    background: var(--white);
    color: var(--secondary);
    width: 54px;
    height: 54px;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 1rem;
    border: 1px dashed var(--secondary);
}

.contactBox {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contactBox a {
    width: calc(100% - 140px);
    color: var(--primary);
    font-size: 1rem;
}

.contactBox a span {
    display: grid;
    font-size: 1rem;
    font-weight: bold;
    color: var(--secondary);
    text-transform: uppercase;
}

.contactBox+.contactBox {
    padding-top: 1rem;
    border-top: 1px dashed #00327d;
    margin-top: 1rem;
}

.copyRight p {
    margin: 0;
    color: var(--primary);
    font-size: 1.3125rem;
}

.copyRight {
    border-top: 1px solid #707070;
    margin-top: 4rem;
    padding: 1.2rem 0;
}

ul.sociallinkk li a i {
    background: var(--secondary);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: inline-grid;
    place-items: center;
    color: var(--white);
    font-size: 2rem;
}

.contactboxright {
    border-left: 3px solid var(--primary);
    padding-left: 12rem;
}

footer {
    background: #f5f5f5;
    padding-top: 5rem;
}

a.footerLogo img {
    width: 500px;
}

h2.cntnthead {
    text-transform: uppercase;
    color: var(--primary);
    margin-left: 12rem;
    margin-bottom: 1.25rem;
}

.copyRight__links {
    gap: 1rem;
}

.copyRight__links a {
    font-size: 1.3125rem;
    text-transform: capitalize;
    color: var(--primary);
}


/* footercss end   */

.serviceBox figure img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: right;
    border-radius: 1rem;
}

.serviceSlider {
    margin: 0 20px;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


/* Cta */

.cta {
    background: url(../images/cta-bg.webp) no-repeat center/cover;
    padding: 5rem 0 3rem;
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 5.3125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
    margin: 4rem 0 0 !important;
}

.innerBan {
    position: relative;
}

.innerBan>img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: bottom;
}

.aboutcntnt1 h6 {
    font-size: 19px;
    color: #00327d;
}

.aboutcntnt.aboutcntn2 {
    margin-left: 0;
    margin-right: -4rem;
    padding: 5rem 8rem 5rem 3rem;
}

.newswrap.newswrap2 {
    background: unset;
    margin-bottom: 2rem;
}

.newswrap.newswrap2 .newscntnt h3 {
    margin-top: 1rem;
}

.newswrap.newswrap2 .learnbtn a {
    color: #fff;
}

.newswrap.newswrap2 .learnbtn {
    gap: 2rem;
}


/* Contact Sec Css Start */

.contactSec {
    padding: 8rem 0 5rem 0;
}

.contactHead p {
    color: #101c2a;
    font-size: 1.25rem;
}

.contactForm .form-group .form-control {
    height: 75px;
    border-radius: unset;
    border: unset;
    padding-left: 1.5rem;
    background-color: #f5f5f5;
    margin: 0;
}

.contactForm .form-group .form-control::placeholder {
    font-weight: 500;
    color: #8b93a8;
}

.contactForm .form-group textarea {
    height: 200px !important;
    padding-top: 1.5rem;
}

.contactForm .form-group {
    margin-bottom: 1.5rem;
}

.contactBoxWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 6.25rem;
}

.contactBox2:hover figure {
    background: var(--primary);
    color: var(--white);
}

.contactBox2 figure {
    background: var(--white);
    color: var(--secondary);
    width: 200px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 5rem;
    box-shadow: 0 3px 30px rgb(0 0 0 / 20%);
    margin: 0 auto 1rem;
    transition: all 300ms ease-in-out;
}

.contactBox2 a {
    width: calc(100% - 140px);
    color: #101c2a;
    font-size: 1.25rem;
}

.contactBox2 a span {
    display: grid;
    font-size: 1.375rem;
    color: #101c2a;
    font-weight: bold;
    text-transform: uppercase;
}

.contactHead h2 {
    color: var(--primary);
}

.contactImg {
    height: 100%;
}

.contactImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
}


/* Contact Sec Css End */


/* Text Document */

.textDocument .mainHead {
    font-size: 3rem;
}

.textDocument ul {
    color: #828282;
    list-style: disc;
    margin: 1rem 0 1rem 1.5rem;
}

section,
footer {
    overflow: hidden;
}

.viewWork {
    position: relative;
}

#contactFormResult {
    width: fit-content;
    position: absolute;
    margin: 1rem 0 0;
}

.error {
    color: #ff0000;
    margin: 1rem 0 0;
}
