﻿@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.06em;
        padding: 45px 10px;
        text-transform: uppercase;
        
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        padding: 12px 13px;
        border-bottom: solid 1px #f5f5f5;
        color: #333333;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }
}

nav.navbar.bootsnav {
    background-color: #d1e8e2;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    margin: 0;
}





.bg-dark {
    background: #6b9407 none repeat scroll 0 0;
   
}

.top-bar-area {
    padding: 0px 0;
    position: relative;
}

.top-bar-area .info.box {
    margin-top: 5px;
}

.bg-theme {
    background-color: #6b9407;
}
.navbar .side .widget li i {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    color: #177feb;
    font-size: 16px;
    height: 45px;
    line-height: 43px;
    margin-right: 10px;
    text-align: center;
    width: 45px;
}

.our-mission .item > i {
    background: #6b9407 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    text-align: center;
    width: 100px;
}
.btn-theme {
    background-color: #6b9407;
    color: #ffffff !important;
    border: 2px solid #6b9407;
}
.site-heading {
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: -5px;
}

.btn-theme:hover {
    background-color: #6b9407;
    color: #ffffff !important;
    border: 2px solid #6b9407;
}


.our-mission .item > i {
    background: #177feb none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    text-align: center;
    width: 100px;
}

.banner-area .item h1 span {
    color: #f4f4f4;
}



.top-bar-area .info li i {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
}

.top-bar-area .info li i {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
}
@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        padding: 12px 13px;
        border-bottom: solid 1px #f5f5f5;
        color: #333333;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        background-color: #d1e8e2;
        width:300px;
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover 
    {
        
        background-color: #d1e8e2;
        width:300px;
    }
}








.footer-bottom {
    background: #d1e8e2 none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    padding: 10px 0;
}

.default-padding-top {
    padding-top: 50px;
}
footer {
    background: #232535 none repeat scroll 0 0;
}
footer .f-item h4::after {
    background: #fff000 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
}

.site-heading h2::after {
    background: #fff000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 10px;
    
   
    position: absolute;
    width: 50px;
}

.cell-items .info {
   padding: 10px 10px;
}

p {
    color: #232323;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
   
    font-size: 15px;
}
li

{
    
      font-size: 15px;
       
}
p
{
    
  text-align:left;   
    
    
}
.default-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.best-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.best-list li {
  display: flex;
  align-items: start;
  margin-bottom: 1em;
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-left: 5px solid #28a745; /* Green border for a fresh look */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  text-align:left;
}

.best-list li::before {
  content: "✔"; /* Use a checkmark or any icon */
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  color: #28a745;
  margin-right: 10px;
  position: relative;
  top: 3px; /* Align with text */
}
.item-inner:hover .overlay::before {
    background: #6b9407;
    border: none;
    top: 15px;
    bottom: 15px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: .7;
}

 .profile {
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 15px;
        }
        .profile:last-child {
            border-bottom: none;
        }
        .profile h2 {
            margin-top: 0;
            color: #007BFF;
        }
        .profile p {
            margin: 5px 0;
        }
        
        
        .contact-form-area .contact-form button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 8px 35px;
    background-color: #7ebdff;
    border: 1px solid #7ebdff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-top: 20px;
    color: #
        }
        
        
        .breadcrumb-area .breadcrumb li.active {
    color: #fff000;
}

.go-top
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #FFFF00;
    color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.3s, visibility 0.3s;
}

.go-top:hover {
    background: #7ebdff;
}



/* Style for profile image */
.profile-image {
    max-width: 100%;
    height: auto;
    border-radius: 50%; /* Optional: for circular profile image */
    margin-bottom: 20px;
}

.btn-theme.effect:hover, .btn-theme.effect:focus {
    background: #7ebdff none repeat scroll 0 0;
    border: 2px solid #7ebdff;
    color: #ffffff;
}

 table {
            width: 100%;
            border-collapse: collapse;
        }
        table, th, td {
            border: 1px solid black;
        }
        th, td {
            padding: 10px;
            text-align: center;
        }
        th {
            background-color: #f2f2f2;
        }
        
        
        .history-area .achivement-items .fun-fact i {
    background: transparent none repeat scroll 0 0;
    color: #6b9407;
    display: inline-block;
    height: auto;
    line-height: inherit;
    margin: 0;
    text-align: center;
    width: auto;
    font-size: 60px;
}
        
        
        
        .contact-form-area .address-info li p span {
    color: #007dff;
    display: block;
}

#Social {
  
}

#Social a {
    border: 1px ridge #6b9407;
    text-decoration: none;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    color: #6b9407;
    transition: background-color 0.3s, transform 0.2s;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #ffffff;
}

/* Individual Button Styles */
#facebook {
  background-color: #3b5998;
}
#facebook:hover {
  background-color: #2d4373;
  transform: scale(1.1);
}

#twitter {
  background-color: #1da1f2;
}
#twitter:hover {
  background-color: #0d95e8;
  transform: scale(1.1);
}

#youtube {
  background-color: #ff0000;
}
#youtube:hover {
  background-color: #cc0000;
  transform: scale(1.1);
}

#instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
#instagram:hover {
  filter: brightness(85%);
  transform: scale(1.1);
}

.passport-photo {
    width: 3.5cm; /* Standard passport size width */
    height: 4.5cm; /* Standard passport size height */
    border: 1px solid #ddd; /* Thin border around the photo */
    border-radius: 5px; /* Slightly rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    object-fit: cover; /* Ensures image scales properly */
    background-color: #fff; /* White background for the container */
    overflow: hidden; /* Ensure content stays within the bounds */
    margin: 10px auto; /* Center within a container */
    display: block; /* Properly display in a block layout */
}

.passport-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8; /* Light gray background for contrast */
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 5cm; /* Slightly larger than the image for framing */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); /* Frame shadow */
}

@media (max-width: 1023px) {
    nav.navbar.bootsnav .navbar-nav {
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px;
        background-color: #d1e8e2;
    }
}

.footer-bottom-menu li a {
    color: #000000;
    display: inline-block;
    font-weight: 500;
    margin-left: 15px;
}

