 /*----  On going  ----*/
 
 #cards_landscape_wrap-2{
    text-align: center;
 }

 #cards_landscape_wrap-2 h2{
     text-align: center;
     color: #333333;
     font-size: 30px;
     font-weight: 700;
     margin-top: 7%;
     letter-spacing: 1.8px;
     text-transform: uppercase;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     /* background: #F7F7F7; */
 }

 #cards_landscape_wrap-2 .container {
     /* padding-top: 80px; */
     padding-bottom: 100px;
 }

 #cards_landscape_wrap-2 a {
     text-decoration: none;
     outline: none;
 }

 #cards_landscape_wrap-2 .card-flyer {
     border-radius: 5px;
 }

 #cards_landscape_wrap-2 .card-flyer .image-box {
     background: #ffffff;
     overflow: hidden;
     box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
     border-radius: 5px;
 }

 #cards_landscape_wrap-2 .card-flyer .image-box img {
     -webkit-transition: all .9s ease;
     -moz-transition: all .9s ease;
     -o-transition: all .9s ease;
     -ms-transition: all .9s ease;
     width: 100%;
     height: 200px;
 }

 /* #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
} */
 #cards_landscape_wrap-2 .card-flyer .text-box {
     text-align: center;
 }

 #cards_landscape_wrap-2 .card-flyer .text-box .text-container {
     padding: 30px 18px;
 }

 #cards_landscape_wrap-2 .card-flyer {
     /* background: #FFFFFF; */
     margin-top: 50px;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     -ms-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
     /* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40); */
 }

 /* #cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
} */
 #cards_landscape_wrap-2 .card-flyer .text-box p {
     margin-top: 10px;
     margin-bottom: 0px;
     padding-bottom: 0px;
     font-size: 17px;
     letter-spacing: 1px;
     color: #000000;
 }

 #cards_landscape_wrap-2 .card-flyer .text-box h6 {
     margin-top: 0px;
     margin-bottom: 4px;
     font-size: 18px;
     font-weight: bold;
     text-transform: uppercase;
     font-family: 'Roboto Black', sans-serif;
     letter-spacing: 1px;
     color: #333333;
 }


 /* INDEX  SERVICES */

 section {
     padding: 60px 0;
     /* min-height: 100vh; */
 }

 ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 img {
     max-width: 100%;
     height: auto;
 }

 .section_title {
     margin-bottom: 40px;
 }

 .section_title h2 {
     color: #333333;
     font-size: 25px;
     font-weight: 700;
     margin-top: 10%;
     letter-spacing: 1.8px;
     text-transform: uppercase;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }




 .brand_border .fa.fa-minus {
     font-size: 8px;
     height: 2px;
     width: 100px;
 }

 .brand_border .fas.fa-handshake {
     font-size: 14px;
     color: #000000;
 }


 .section_title p {
     color: #333333;
     font-size: 14px;
     line-height: 25px;
     padding: 14px 0;
 }

 .choose_us .section_title {
     margin-top: 45px;
 }

 #service .single_service {
     padding: 32px;
     margin-bottom: 50px;
 }

 #service .ic {
     color: #333333;
     font-size: 35px;
     line-height: 65px;
     overflow: hidden;
     text-align: center;
     text-decoration: none;
     width: 70px;
 }

 #service .single_service .single_service-left {
     padding-right: 25px;
 }

 .single_service-heading {
     font-size: 20px;
     font-weight: 700;
     text-transform: uppercase;
     color: #000;
 }

 .single_service-body p {
     font-size: 17px;
     line-height: 25px;
     text-align: justify;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }

 .single_service-left {
     display: table-cell;
     vertical-align: top;
 }

 .single_service-body {
     color: #333333;
     display: table-cell;
     vertical-align: top;
 }

 .hvr-curl-top-right {
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px transparent;
     position: relative;
 }






 /* ABOUT  FOUNDER */

 /* body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f8f9fa;
        } */

 .container-1 {
     display: flex;
     justify-content: center;
     align-items: stretch;
     padding: 20px;
     gap: 20px;
     /* Adds spacing between cards */
 }

 .profile-card {
     background-color: #fff;
     border-radius: 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     padding: 20px;
     flex: 1;
     /* Allows cards to grow equally */
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     max-width: 300px;
     /* Optional: limit the maximum width */
 }

 .profile-card img {
     border-radius: 5px;
     width: 200px;
     height: 150px;
     object-fit: cover;
     margin-bottom: 20px;
     align-self: center;
     /* Center the image */
 }

 .profile-card h3 {
     margin: 0;
     font-size: 1.5em;
     color: #333;
     text-align: center;
     font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }

 .profile-card h4 {
     margin: 10px 0;
     font-size: 1em;
     color: #777;
     text-align: center;
     font-weight: 800;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }

 .profile-card p {
     font-size: 1em;
     color: #555;
     line-height: 1.5;
     font-size:17px;
     flex-grow: 1;
     text-align: justify;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     /* Ensures text block takes up remaining space */
 }




 /* ABOUT VISION MISSION */

 /*----  On going  ----*/
 #card {
     text-align: center;
 }

 #card h2{
    text-align: center;
    color: #333333;
     font-size: 25px;
     font-weight: 700;
     letter-spacing: 1.8px;
     text-transform: uppercase;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

 /* #card .container {
     padding-top: 80px;
     padding-bottom: 100px;
 } */

 #card a {
     text-decoration: none;
     outline: none;
 }

 #card .card-flyer {
     border-radius: 5px;
 }

 #card .card-flyer .image-box {
     overflow: hidden;
     box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
     width: 100%;
     height: 500px;
 }

 #card .card-flyer .image-box img {
     -webkit-transition: all .9s ease;
     -moz-transition: all .9s ease;
     -o-transition: all .9s ease;
     -ms-transition: all .9s ease;
     width: 100%;
     height: 500px;
 }

 /* #card .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
} */
 #card .card-flyer .text-box {
     text-align: center;
 }

 #card .card-flyer .text-box .text-container {
     padding: 30px 18px;
 }

 #card .card-flyer {
     /* background: #FFFFFF; */
     margin-top: 50px;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     -ms-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
     /* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40); */
 }

 /* #card .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
} */
 #card .card-flyer .text-box p {
     margin-top: 10px;
     margin-bottom: 0px;
     padding-bottom: 0px;
     font-size: 17px;
     letter-spacing: 1px;
     color: #000000;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     text-align: justify;
 }

 #card .card-flyer .text-box h6 {
     margin-top: 0px;
     margin-bottom: 4px;
     font-size: 18px;
     font-weight: bold;
     text-transform: uppercase;
     font-family: 'Roboto Black', sans-serif;
     letter-spacing: 1px;
     color: #000;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }








 /* drop down */

 .sec-center {
    position: relative;
    max-width: 100%;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.dropdown:checked+label,
.dropdown:not(:checked)+label {
    position: relative;
    line-height: 2;
    transition: all 200ms linear;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    cursor: pointer;
}

.dark-light:checked~.sec-center .for-dropdown {
    background-color: #102770;
    color: #ffeba7;
    box-shadow: 0 12px 35px 0 rgba(16, 39, 112, .25);
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}

.dropdown:checked+label:before {
    pointer-events: auto;
}

.dropdown:not(:checked)+label .uil {
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.dropdown:checked+label .uil {
    transform: rotate(180deg);
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.section-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    /* top: 70px; */
    left: 0;
    width: 200px;
    border-radius: 4px;
    display: block;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown {
    background-color: #fff;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.15);
}

.dropdown:checked~.section-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.section-dropdown:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
    display: block;
    z-index: 1;
}

.section-dropdown:after {
    position: absolute;
    top: -7px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #111;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown:after {
    border-bottom: 8px solid #fff;
}


.dark-light:checked~.sec-center .section-dropdown a {
    color: #102770;
}


.dark-light:checked~.sec-center .section-dropdown a:hover {
    color: #ffeba7;
    background-color: #102770;
}

a .uil {
    font-size: 22px;
}

.dropdown-sub:checked+label,
.dropdown-sub:not(:checked)+label {
    position: relative;
    color: #fff;
    transition: all 200ms linear;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}

.dropdown-sub:checked+label .uil,
.dropdown-sub:not(:checked)+label .uil {
    font-size: 22px;
}

.dropdown-sub:not(:checked)+label .uil {
    transition: transform 200ms linear;
}

.dropdown-sub:checked+label .uil {
    transform: rotate(135deg);
    transition: transform 200ms linear;
}

.dropdown-sub:checked+label,
.dropdown-sub:not(:checked)+label {
    color: #000;
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub {
    color: #102770;
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub {
    color: #000;
}

.section-dropdown-sub {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    padding-left: 10px;
    padding-right: 3px;
    overflow: hidden;
    transition: all 200ms linear;
}

.dropdown-sub:checked~.section-dropdown-sub {
    pointer-events: auto;
    opacity: 1;
    max-height: 999px;
}

.section-dropdown-sub a {
    font-size: 14px;
}

.section-dropdown-sub a .uil {
    font-size: 20px;
}







/* GALLERY */
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	padding: 50px 0;
}

.gallery-item {
	width: 200px;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	border-radius: 9px;
}





/* Service box Completed */
.service-box {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.service-box .service-icon img {
    width: 90%;
    height: auto;
    margin: 0;
}

.service-box .service-detail h4 {
    text-align: center;
    font-weight: bold;
}

.service-box .service-detail p {
    text-align: center;
    display: block;
    font-size: 14px;
}