@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed: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&family=Barlow: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 {
    --primary: #0066dd;
    --secondary: #00ff93;
    --black: #000;
    --white: #fff;
}

html{
	overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0 !important;
	font-family: "Barlow", sans-serif;
    scroll-behavior: smooth;
	overflow-x: hidden !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #e5e5e5;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 13px;
    padding: 10px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Barlow", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
	font-family: "Barlow", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: "Barlow", sans-serif;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Barlow", sans-serif;
    color: #1a1a1a;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
  font-family: "Barlow", sans-serif;
  color: #4d5765;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 40px;
    position: relative;
    text-align: center;
    width: fit-content;
    letter-spacing: .5px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}
.heading {
    display: block;
    margin: 0 auto 30px;
    color: var(--black);
}
.heading span {
    color: var(--primary);
}
.leftheading {
    text-align: start;
    position: relative;
    font-size: 39px;
    margin-bottom: 10px;
}
.subheading {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 14px;
    padding: 8px 35px;
    letter-spacing: 3px;
    font-family: "Barlow", sans-serif;
/*     background: #01477f2e; */
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.subheading:after {
    position: absolute;
    top: 16px;
    left: 15px;
    height: 8px;
    width: 8px;
    background: var(--primary);
    content: '';
    border-radius: 50%;
}
.heading .subheading {
    width: fit-content;
    margin: auto;
    position: relative;
}
.heading .subheading:before, 
.heading .subheading:after {
    left: 50%;
    transform: translateX(-26px);
}
.heading .subheading:after {
    transform: translateX(-18px);
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-secondary span {
    z-index: 2;
    position: relative;
}
/* TOP CONTACT CSS */

.topbar {
    padding: 7px 0;
    background: var(--primary);
    position: relative;
}
.topbar::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 34%;
    height: 100%;
    background-color: var(--black);
    clip-path: polygon(0 0, 100% 0%, 90% 99%, 0% 100%);
}
.topbar::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 32%;
    height: 100%;
    background-color: var(--black);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
}
.topname h5 {
    color: var(--white);
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
}
.topname i {
    height: 40px;
    width: 40px;
    border: 1px dashed #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.top-contact {
    position: relative;
}
.topbar-rgt ul li {
 position: relative;
z-index:9;
}
.top-contact i {
    height: 35px;
    width: 35px;
    background: #00ff9326;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
}
.topbar-rgt ul li i {
    height: 30px;
    width: 30px;
    background: #ffffff26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
color:var(--white);
}
.topbar-rgt ul li span {
    color: var(--white);
    font-weight: 500;
}
.volunteers figure {
    background: var(--secondary);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.volunteers img {
    width: 20px;
}
.volunteers {
    column-gap: 5px;
    font-family: "Caveat", cursive;
    font-size: 22px;
    font-weight: 600;
}
.top-contact {
    column-gap: 10px;
}
.top-contact p, .top-contact p a {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}
.topcontact {
    column-gap: 10px;
    align-items: center;
    justify-content: end;
}

.smoicons {
    column-gap: 3px;
}
.smoicons li a {
    background: #569f2a2b;
    color: var(--primary);
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}
.smoicons svg path {
    fill: var(--white);
}

.topcontact ul {
    column-gap: 20px;
}
.topcontact i {
    color: transparent;
    -webkit-text-stroke: 1px #000000;
    background: #569f2a2b;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}
.topcontact li {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.topcontact a {
    font-size: 16px;
    font-weight: 500;
}

/* Header */
.hdrlogo img {
    width: 80px;
}
.navmenus {
    background: var(--white);
    border-radius: 8px;
    padding: 5px 0;
}

/* Menubar */

.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu .btn-primary {margin-left: 10px;}


.menubar .btn-secondary {
    border-radius: 10px 10px 0 10px;
    padding: 10px 20px !important;
    margin: 0 !important;
}
.menubar .btn:before {
    border-radius: 10px 10px 0 10px !important;
}

/*============================
Logo
=============================*/

.hdrlogo img{
    width:80px;
}

/*============================
Mobile Toggle
=============================*/

.mobile-menu-btn{
    border:none;
    background:none;
    width:42px;
    height:42px;
    padding:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:6px;
    margin-left:auto;
    box-shadow:none;
}

.mobile-menu-btn:focus{
    box-shadow:none;
}

.mobile-menu-btn span{
    width:28px;
    height:3px;
    background:#111;
    display:block;
    border-radius:20px;
    transition:.35s;
}

/* ================================
Mobile Menu
================================ */
.mobile-menu {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100%;
background: #fff;
transition: right 0.3s ease;
z-index: 1050;
}
.mobile-menu.open {
right: 0;
}
.mobile-menu-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.8);
z-index: 1040;
}
.mobile-menu-overlay.active {
display: block;
}
.mobile-menu-btn .btn-primary{
margin-top: 2rem;
display: inline-block;
border: 1px solid #fff;
}
.mobile-menu {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100%;
transition: right 0.3s ease;
z-index: 1050;
}
.mobile-menu-header {
background-color: #fff;
}
#menu-primary-1 li {
padding: 10px;
border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
color: var(--white);
text-decoration: none;
font-size: 20px;
font-weight: 600;
}
.top-bar-icon .social-icons a i {
border: 1px solid #ffffff;
border-radius: 50%;
height: 30px;
width: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
}
.top-bar-inner-box {
display: flex;
gap: 10px;
align-items: center;
}
button#mobileMenuBtn {
    width: 6%;
    position: relative;
    left: 25%;
}
i.fas.fa-bars {
    color: #fff;
}


/*============================
Desktop
=============================*/

@media(min-width:992px){

    .mobile-menu-wrap{
        display:none!important;
    }

}

/* Main Slider */
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 605px;
    object-fit: cover;
    filter: brightness(0.8);
}
.mainslider video {
    height: 605px;
    object-fit: cover;
}
button.carousel-control-next, button.carousel-control-prev {
    height: 50px;
    width: 50px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    border-radius: 10px;
}
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-content h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 3px;
    border-bottom: 2px solid #fff;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mainslider .carousel-item {
    z-index: 999;
    overflow: hidden;
}
.mainslider .carousel-caption h2 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 20px;
    text-align: center;
    line-height: 79px;
}
.mainslider .carousel-item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(90deg, #00000038, #00000052, #00000000);
    width: 100%;
    height: 100%;
}
.carousel-content h5 {
    display: inline-block;
    background: #fec20085;
    padding: 5px 35px 8px;
    border-radius: 50px;
    position: relative;
    color: var(--white);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 18px;
    width: 75%;
    margin: 0 auto 20px !important;
    line-height: 28px;
    animation: lts .5s ease-in-out .6s forwards;
    color: var(--white);
    font-weight: 400;
    opacity: 0;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.btn {
    background: var(--primary) !important;
    border: unset !important;
    border-radius: 6px;
    text-transform: capitalize;
    letter-spacing: 2px;
    transition: .3s ease-in-out;
}
.btn:hover {
    background: var(--secondary) !important;
    transition: .3s ease-in-out;
    color: var(--white) !important;
}
.mainslider .carousel-content .btn-primary i {
    font-size: 12px;
    margin-left:5px;
}
.mainslider .carousel-content .btn-primary:hover {
    border: 1px solid var(--white);
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    font-size: 23px;
}

/* about us section  */
.about {
    padding: 60px 0;
}
.btn.btn-primary {
    padding: 10px 20px !important;
}
.about img {
    width: 100%;
    height: 545px;
    object-fit: cover;
}
.about-content .btn {
    margin-top: 10px;
}
.about-content p {
    text-align: justify;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

thead {
    background-color: var(--secondary);
    color: white;
}
.exportdetails {
    margin-bottom: 60px;
}
thead th {
  padding: 12px;
  font-size: 16px;
  text-align: center;
}

tbody td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

tbody tr:hover {
  background-color: #f9f9f9;
}
tbody tr:nth-child(even) {
  background-color: #f2f2f2; 
}

/* FOOTER SECTION CSS */
footer {
    background: #000;
    padding-top: 60px;
    background-size: cover;
    background-position: center;
    position: relative;
}
footer:after {
    position: absolute;
    top: 0;
    content: '';
    height: 404px;
    width: 420px;
    background: #0066dd0d;
    left: 15px;
    border-radius: 0 0 30% 30%;
}
footer .container-fluid {
    position: relative;
    z-index: 11;
}
.ftrabout {
    padding: 0 30px;
}
.ftrabout img {
    width: 220px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.ftr-contact {
    padding: 25px 0 0;
}
.ftr-contact a {
    background: var(--primary);
    padding: 11px 25px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .5px;
    border-radius: 50px;
}
.ftr-contact i {
    background: var(--primary);
    padding: 13px;
    color: var(--white);
    font-size: 19px;
    border-radius: 50px;
}
.ftrcontact-dtl {
    margin: 25px 0;
}
footer p {
    font-weight: 300;
    font-size: 17px;
}
.ftrcontact-dtl p, .ftrcontact-dtl a {
    font-weight: 300;
    font-size: 16px;
    font-family: "Chivo", serif;
}
.ftrcontact-dtl h3 {
    font-family: "Chivo", serif;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.ftr-link h3 {
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 35px;
    font-size: 26px;
    position: relative;
}
footer h3:after, footer h3:before {
    background: var(--primary);
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: -15px;
    left: 0;
}
footer h3:before {
    width: 35px !important;
    left: 20px !important;
}
footer a {
    font-size: 17px !important;
    padding-bottom: 15px;
    font-weight: 400 !important;
}
footer .menu-item {
    margin: 10px 0;
}
.newsletter form {
    position: relative;
}
.newsletter input[type="email"]{
    border: solid 1px #ffffff1f;
    padding: 15px 20px;
    border-radius: 10px;
    font-family: "Manrope", serif;
    background: #ffffff0d;
}
.newsletter ::placeholder {
    font-family: "Chivo", serif;
    color: var(--white);
    font-size: 15px;
    font-weight: 200;
}
.newsletter input[type="submit"] {
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: 700;
    background: no-repeat;
    padding: 10px 20px;
    position: absolute;
    top: 8px;
    right: 0;
    border-left: 1px solid #ffffff29;
    border-radius: 0;
}
.newsletter .wpcf7-spinner {
    display: none;
}

footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.ftrabout img {
    width: 180px;
    margin-bottom: 15px;
    border-radius: 10px;
}
footer li:last-child a {
    border: none !important;
}
.ftrcontact li:last-child {
    border: none;
}
footer h3 {
    color: var(--white);
    font-size: 22px;
    margin-bottom: 20px;
}
footer a, footer ul li {
    color: #fff;
    transition: 0.5s ease-in-out;
    font-weight: 300;
}
footer a:hover {
    color: var(--primary) !important;
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 20px;
    color: #efefef;
}
.ftr-link li {
    position: relative;
    padding-left: 25px;
}
.ftr-link li:after {
    position: absolute;
    content: '\f0a4';
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--primary);
}
.ftrdtls li {
    margin-bottom: 12px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 13px;
    background: #ff67021c;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ftrdtls i {
    height: 35px;
    width: 35px;
    background: #0066dd2e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #1c1c1c;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 17px 0;
    border-bottom: 1px solid #1c1c1c;
}
.ftrcontact li a {
    font-size: 16px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 16px;
    margin: 0;
    color: var(--primary);
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}

.copyright {
    padding: 15px 0;
    margin-top: 50px;
    border-top: 1px solid #ffffff1c;
}
.copyright .row {
    align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
}
.copyright p a {
    font-weight: 400;
}

.smoicons {
    column-gap: 5px;
    position: relative;
    z-index: 9;
    justify-content: end;
}
.smoicons li a {
    display: flex;
    align-items: center !important;
    padding: 0 !important;
    border-radius: 10px;
    justify-content: center;
    color: var(--white);
    background: #00ff9338;
    height: 35px;
    width: 35px;
    margin-right: 3px;
}
.smoicons li a i {
    margin: 0;
    font-size: 16px;
}
.smoicons li a img {
    width: 20px;
}
.ftrabout .smoicons img {
    margin: 0;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    border-radius: 6px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid #ffffff78;
    background: var(
    --primary);
    width: 50px;
    color: var(--white);
    height: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 13px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 25px;
    z-index: 99999999;
    padding: 7px 11px;
    background: #056a62;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    display: flex !important;
    align-items: center;
    column-gap: 5px;
}


.qrcode {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 11;
    background: #f4f7fc;
    padding: 5px;
    border-radius: 4px;
    overflow: hidden;
}
.qrcode img {
    width: 80px;
}

/* #whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
} */

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 25px;
}
#whatsappbtn span {
    font-size: 17px;
    font-weight: 400;
}
.secondary-container {
    padding: 60px 0;
}
.breadcrumb {
    background: linear-gradient(45deg, #0066dd, #000);
    padding: 70px 0 50px;
    text-align: center;
}
.breadcrumb h1 {
    font-weight: 700;
    font-size: 30px;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}

.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* WHAT WE ARE PAGE CSS */
.ourmission{
	padding:60px 0;
	margin-top:60px;
	background:#eff2ff;
}
.whatwedo{
    padding: 60px 0 ;
}
.whatwedo .row{
	row-gap:22px;
}
.whatwedo-item {
    background: white;
    box-shadow: 0 0 14px #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
	border: 1px solid #6878d738;
	height:100%;
	position:relative;
}
.whatwedo-item  h3 {
    text-decoration: underline;
    text-underline-offset: 8px;
    margin: 15px 0 60px;
    color: var(--primary);
    font-size: 19px;
}
figure.whatwedo-icon {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto -43px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 14px #e1e1e194;
    border-bottom: 5px solid #6878d7;
    border-left: 6px solid var(--primary);
    left: 50%;
    top: 0;
    transform: translate(-50%, 55px);
}
.whatwedo-icon img{
    vertical-align: middle;
    width: 50px;
    object-fit: cover;
}
figure.whatwedo-img {
    border-top: 6px solid var(--primary);
    height: 195px;
}
.whatwedo-img img{
	height:100%;
	object-fit:cover;
}
.ourprocess{
	padding:60px 0;
	background: url(../images/servicebg.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.ourprocess .row{
	row-gap:22px;
}
.ourprocess-item {
    padding: 25px;
    background: white;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.why-choose {
    padding: 80px 0 68px;
    position: relative;
    z-index: 0;
    background: #eff2ff73;
}
.why-choose:after{
	width:34%;
	background:#083962;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:"";
	z-index:-1;
}
.why-choose-info {
    border-radius: 6px;
    border: 1px solid #6878d754;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    text-align: center;
	background:#fff;
}
.why-choose-info figure {
    width: 80px;
    height: 80px;
    background: var(--primary);
    border-radius: 50%;
    margin: 20px auto 0;
}
.why-choose-info img{
	width:50px !important;
}
.why-choose-info h3 {
    background: var(--primary);
    color: white;
    padding: 5px;
    margin-top: 17px;
    font-size: 20px;
}
.why-choose-info p {
    margin: 0 13px 25px;
    height: 160px;
    overflow-y: scroll;
    padding: 2px  15px 0 0px;
}
        .why-choose-info p::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
            border-radius: 10px;
            background-color:#444;
        }
       .why-choose-info p::-webkit-scrollbar {
            width: 2px;
            background-color: #444;
        }
        .why-choose-info p::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
            background: #777;
        }
.why-choose .whychoosecont {
    padding: 60px 0 10px;
}
.why-choose .whychoose-item {
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.ourprocess-item figure {
    width: 95px;
    height: 95px;
    border-radius: 6px;
    border: 1px solid #6878d738;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    margin: 10px auto 15px;
    position: relative;
	
}
.ourprocess-item span {
    font-size: 102px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-text-stroke: 1px #6878d738;
    color: transparent;
}
.ourprocess-item h3 {
    font-size: 25px;
    margin: 20px 0 12px;
}
.ourprocess-item img {
    width: 50px;
}
.ourprocess-item{
	border:1px solid #6878d738;
}
/* BLOG PAGE CSS */
.homebloglist-cnt a.readmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    text-transform: uppercase;
    color: var(--primary);
    font-family: "Teko", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.homebloglist ul {
    column-gap: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.startproject {
    padding: 100px 0;
    background: linear-gradient(#00000042, #00000042), url(../images/getstarted-bg.jpg);
    background-attachment: fixed;
    text-align: center;
}
.startproject-cnt{
	width:75%;
	margin:auto;
}
.startproject-cnt .heading {
    margin-bottom: 5px;
}

/* SERVICE DETAILS PAGE CSS */

.service-dtl {
    padding: 50px 0;
    background: linear-gradient(120deg, #6878d70f 45%, #6878d71a 65%, #6878d726 10%);
}
.service-dtl .heading {
    margin-bottom: 10px;
}
.service-dtl .servicedtl-img img{
	width:100%;
	height:auto;
}
.servicedtl-content {
    background: #ffffff8c;
    padding: 25px;
    border-left: 3px solid #6878d775;
    border-radius: 15px;
}

/* CAREERS PAGE CSS */

.career img {
    border: solid 1px var(--primary);
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.career form {
    box-shadow: 0 0 14px #efefef;
    padding: 28px;
    border: 1px solid #6878d726;
    border-radius: 6px;
}
.career div#wpcf7-f156-o1{
    padding: 25px;
    background: #6878d729;
    border-radius: 10px;
    border: 1px dashed #6878d7a6;
    box-shadow: 0 0 10px #e1e1e1;
}
.career div#wpcf7-f156-o1 .wpcf7-spinner{
	display:none;
}
.career .startproject{
	margin-top:60px;
}
.career input, .career textarea{
    margin: 0 0 16px;
}
.career textarea {
    height: 110px;
}
.career input[type="submit"] {
    margin: 0;
}
.career form p {
    margin: 0;
    line-height: normal;
}
.career form label, .career .wpcf7-form-control-wrap{
    display: block;
}
.career form br {
    display: none;
}
.career form label {
    padding-bottom: 10px;
    font-weight: 500;
}


/* CONTACT US PAGE CSS */

.contactus form {
    padding: 35px 30px 25px;
    border-radius: 10px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    background: #f2ecf0;
}
.contactus_details {
    padding: 26px;
    background: #ae7d9d1f;
    border-left: none;
    margin-bottom: 14px;
    padding-left: 85px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border-right: 3px solid var(--primary);
}
.contactus_details p {
    margin: 0;
}
.contactus_details i.fas, .contactus_details i.fab {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--primary);
    color: transparent;
    height: 100%;
    width: 60px;
    border-radius: -1px 60px 60px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 0 0 #0000001f;
    border-right: 2px solid var(
    --white);
    font-size: 22px;
    -webkit-text-stroke: 1px var(--white);
}
.contactus_details h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.contactus_details p a {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    letter-spacing: 1px;
}
.contactus_details:last-child {
    margin: 0;
}
.contactus form input[type="submit"] {
    width: 100%;
    padding: 10px 20px 8px;
    border-radius: 6px;
    background: var(--primary);
}
.contactus form span.wpcf7-spinner {
    display: none;
}
.google-map {
    padding: 0 10px;
    margin-top: 40px;
}
.google-map iframe {
    width: 100%;
    border-radius: 10px;
}

footer .gglmap {
    margin: 35px 0 25px;
}

footer .gglmap iframe {
    height: 300px;
}


.featuers-box {
    background-color: #f6fafb;
    padding: 30px;
    border-radius: 5px;
    border: 1px dotted #03a7f1;
}

.featuers-box .icon {
    width: 84px;
    border-radius: 41px;
    margin: 0 auto;
    /* height: 46%; */
    background: white;
    padding: 11px;
    border: 1px solid #03a7f1;
}

/* -----end about-us------ */


/* MISSION */

.missions {
    padding: 40px 0;
    background: linear-gradient(45deg, #0000009e, #000000eb), url(https://webzensys.com/work/laxmiexports.co.in/wp-content/uploads/2025/07/missionimg-scaled.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.missions-item {
    border-radius: 8px;
    height: 100%;
    position: relative;
    z-index: 1;
	margin-bottom: 20px;
}
.missions-item figure {
    background: var(--white);
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.missions-item img {
    width: 60px;
}
.missions-item h3 {
    margin: 10px 0 12px;
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
}
.missions-item p{
 color:#fff;
}
.contactus .startproject {
    display: none;
}
.aboutlist img {
    width: 50px !important;
    height: 50px !important;
}
.aboutlist figure {
    height: 66px;
    width: 70px;
    background: #0066dd29;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.aboutlist {
    background: #f9f9f9;
    padding: 20px 12px 10px;
    border-radius: 8px;
    border: 1px solid #0066dd3d;
    margin-top: 20px;
}

/* gallery section  */
.gallerylightboxlist {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.ourgallery .row {
    row-gap: 20px;
}
.gallery-item figure {
    position: relative;
    overflow: hidden;
}
.gallery-item figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallery-item figure:after {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}

/* COURSE LIST SECTION CSS */

.course {
    background: #0282bc1c;
    padding: 45px 0 60px;
}
.course .heading, .highlights .heading{
    font-size: 33px;
}
.course .row {
    row-gap: 22px;
}
.course-list {
    background: var(--white);
    padding: 25px 20px;
    border-radius: 20px 0 20px 20px;
    border: 1px solid #03a7f133;
    transition: .5s;
	height:100%;
}
.course-list:hover {
    border: 1px dashed var(--primary);
    border-radius: 0 20px 20px 20px;
}
.course-list:hover figure{
 	transform: rotate3d(1, 1, 1, 360deg);
}
.course-list figure {
    background: #03a7f11c;
    height: 85px;
    width: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 20px 20px;
    border: 1px dashed var(--primary);
    margin-bottom: 10px;
	transition:1s;
}
.course-list figure img {
    width: 60px;
}
.course-info h3 {
    margin-bottom: 5px;
}

/* client section  */
.clientsldrs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 15px;
}
.clientsldrs li {
    width: 18%;
}
.client-logo {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 15px;
    background: #0066dd21;
}

/* TOOLS SECTION CSS */

.tools {
    padding-top: 50px;
}
.tools .heading, .question .heading {
    font-size: 33px;
    margin-bottom: 20px;
}
.tools-item {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
    column-gap: 14px;
}
.tools-item li {
    width: 19%;
}
.tools-item li figure {
    box-shadow: 0 0 14px #03a7f112;
    border: 1px solid #03a7f12e;
    border-radius: 6px;
    overflow: hidden;
    transition: .5s;
}
.tools-item li figure:hover {
    transform: translateY(-10px);
    border: 1px solid var(--primary);
}

/* QUESTION SECTION CSS */

.question {
    padding: 45px 0 60px;
}
.question .accordion {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
}
.question .accordion .accordion-item {
    width: 49%;
}
.accordion .accordion-item:nth-child(2) {
    border-top: 1px solid rgb(2 125 181 / 22%);
}


/* STUDENT SECTION CSS */

.student {
    padding: 40px 0;
}
.student .heading {
    font-size: 35px;
    margin-bottom: 10px;
}
.student-list {
    box-shadow: 0 0 14px #03a7f12e;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #03a7f11f;
}
.studentsldr .slick-slide {
    margin: 10px 10px !important;
}
.student-list img {
    margin: 0 auto;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    outline: 4px solid #03a7f12e;
}
.student-list h3 {
    margin: 15px 0;
}
.student-list h3 span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--primary);
    margin-top: 5px;
}
.company li img {
    width: 120px;
    height: auto;
    border-radius: 0;
    outline: none;
}
.company {
    border-top: 2px solid #03a7f147;
    padding-top: 15px;
    border-radius: 15px;
}


/* APPROACH SECTION CSS */

.approach {
    background: linear-gradient(45deg, #050020de, #050020de), url(../images/course_bg.jpg) no-repeat bottom center / cover;
    padding: 45px 0 60px;
}
.approach .row {
    row-gap: 22px;
}
.approach .heading {
    font-size: 35px;
}
.approach-item {
    height: 100%;
    padding: 10px;
    border-radius: 20px 20px 0 20px;
    background: var(--white);
}
.approach-item figure {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}
.approach-item img {
    border-radius: 20px 20px 0 20px;
    height: 250px;
    object-fit: cover;
    transition: transform 0.8s ease-in-out;
}
.approach-item:hover img {
    transform: scale(1.1);
    filter: hue-rotate(45deg);
}
.approach-item h3 {
    margin: 10px 0 5px;
}

/* INSTITUTE SECTION CSS */

.institute {
    background: #0282bc0f;
    padding: 55px 0 60px;
    margin-top: 55px;
}
.institute img {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.institute-content h2 {
    font-size: 28px;
}
.institute-content p {
    line-height: 30px;
    margin-bottom: 0;
}


/* AUTO POPUP MODAL SECTION CSS */

.modal-description {
    background: #fff0ea;
    padding: 30px;
}
.modal-description h2 {
    font-size: 25px;
}
.modal-description h2 span {
    color: var(--primary);
}
.modal-description h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.modal-description li {
    line-height: 40px;
    position: relative;
    padding-left: 20px;
}
.modal-description li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
}
.modal-description img {
    width: 120px;
    margin-top: 15px;
}
.automodal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}
.modal-form {
    padding: 25px 25px 20px;
    background: var(--white);
    border: 1px solid #569f2a2e;
    border-radius: 6px;
}
.modal-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 6px;
}
.modal-form input[type="text"], input[type="email"], input[type="tel"] {
    padding: 10px 15px;
    border-radius: 4px;
}
.modal-form .wpcf7-spinner {
    display: none;
}
.dontaion {
	position:relative;
    height: 400px;
    object-fit: cover;
    background-color: #f9f9f9;
    background: url(../images/call-to-action-1.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.description h2 {
    text-align: center;
    /* align-items: center; */
    width: 70%;
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.description a {
    position: absolute;
    font-size: 16px;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.listinfo ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.listinfo ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.listinfo ul li::before {
    content: "\f061"; /* Font Awesome arrow-right */
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--primary);
    font-size: 14px;
}

/* Supplier Section */

.supplier-section{
    background:#f8fafc;
}

.supplier-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    border-top:4px solid var(--primary);
}

.supplier-card:hover{
    transform:translateY(-8px);
}

.supplier-number{
    font-size:55px;
    font-weight:800;
    color:rgba(0,86,179,.08);
    position:absolute;
    top:10px;
    right:20px;
    line-height:1;
}

.supplier-card h5{
    margin:0;
    font-weight:700;
    color:#222;
    padding-right:60px;
}
.client-logo img {
    height: 100px;
    object-fit: contain;
}

/* Port Handelings */

.ports-section{
    background:#f8fafc;
}

.port-card{
    background:#fff;
    padding:40px 25px;
    border-radius:20px;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-bottom:4px solid transparent;
}

.port-card:hover{
    transform:translateY(-10px);
    border-color:var(--secondary);
}

.port-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:rgba(0,86,179,.1);
    display:flex;
    align-items:center;
    justify-content:center;
}

.port-icon i{
    font-size:38px;
    color:var(--primary);
}

.port-card h5{
    font-weight:700;
    margin-bottom:12px;
}

.port-card span{
    color:#666;
    font-size:15px;
}

/* Focus Section */

.business-focus{
    background:#fff;
}

.focus-card{
    position:relative;
    background:#fff;
    padding:45px 35px;
    border-radius:20px;
    height:100%;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    border-top:4px solid var(--primary);
}

.focus-card:hover{
    transform:translateY(-10px);
}

.focus-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(0,86,179,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.focus-icon i{
    font-size:34px;
    color:var(--primary);
}

.focus-card h4{
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.focus-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.focus-link{
    text-decoration:none;
    color:var(--primary);
    font-weight:600;
}

.focus-link:hover{
    color:var(--secondary);
}

.focus-number{
    position:absolute;
    right:25px;
    top:15px;
    font-size:70px;
    font-weight:800;
    color:rgba(0,0,0,.04);
    line-height:1;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #0066dd;
}
.ftr-flx {
    display: flex;
    gap: 10px;
}
.ftrdtls i {
	padding: 15px;
}