* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Nunito;
}

/* navbar */
.top{
    height: 100px; 
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.top-icon i{
    color:#116976 !important;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 10px;
}

.top-iconinfo i{
    color:#808080 ;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 18px;
}

.top-iconinfo p{
    color:#808080 !important;
    margin-top: 15px;
    margin-left: 5px;
}


header{
    font-size: 15px;

}


/* .navbar-sticky{
    position: sticky;
    top: 0%;
    z-index: 1000;
  
} */
.navbar{    
    background-color: #fff;
    height: 100px;
    margin: 30px 130px;
    border-radius: none;
    padding: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 50px;
    
}

.navbar-brand img{
    width: 200px;
    height: 100px;
}
.nav-link i{
    color: #00A6B4;
}
.offcanvas-title img{
    width: 200px;
    height: 100px;
}

.navbar-toggler{
    border: none;
    font-size: 20px;
}

.navbar-toggler:focus , .btn-close:focus{
    box-shadow: none;
    outline: none;
}

.nav-link{
    color: #776666;
    font-weight: 500;
    position: relative;
}

.nav-link:hover , .nav-link:active{
    color: #000;
}

.dropdown-item:hover , .dropdown-item:active {
    background: none;
    color: #116976;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.dropdown-menu{
    margin-top: 7px;
}

.bg-light{
    
    margin: 0px;
    transition: 0.5s margin;
    position:sticky;
    top: 0%;

}
/* Navbar */


/* contact */
#contact {
    position: relative;
    /* min-height: 100vh; */
    margin-top: 80px;
    /* padding: 50px 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background: grey;
    background-repeat: no-repeat;
    background-size: cover; */
}

#contact .content {
    max-width: 800px;
    text-align: center;

}

#contact .content h2 {
    font-size: 36px;
    font-weight: 900;
    color: #116976;

}

#contact .content p {
    font-weight: 300;
    width: 500px;

}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container .contact-info {
    width: 50%;
    display: flex;
    flex-direction: column;

}

.container .contact-info h2 {
    font-size: 30px;
    color: #333;
    font-weight: 900;
    color: #116976;
}

.container .contact-info .p2 {
    font-size: 15px;
    font-weight: 300;
}

.container .contact-info .box {
    padding: 20px 0;
    display: flex;
    margin-top: 25px;
}

.container .contact-info .box-1,
.box-2,
.box-3,
.box-4 {
    position: relative;
    padding: 10px 0;
    display: flex;


}

.container .contact-info .box-1 {
    width: 100%;
    padding: 10px 0;
    /* height: 100px; */
    /* padding-right: 17px; */
    border: 1px solid #E8E9E9;
    border-radius: 10px;

}

.container .contact-info .box-2 {
    width: 100%;
    height: 100px;
    padding: 10px 0px;
    border: 1px solid #E8E9E9;
    border-radius: 10px;

}

.container .contact-info .box-3 {
    width: 100%;
    padding: 10px 0;
    padding-right: 10px;
    border: 1px solid #E8E9E9;
    border-radius: 10px;

}

.container .contact-info .box-4 {
    width: 100%;
    height: 100px;
    padding: 10px 0px;
    padding-right:10px ;
    border: 1px solid #E8E9E9;
    border-radius: 10px;

}

.container .contact-info .box .icon,
.container .contact-info .box-2 .icon {
    width: 60px;
    height: 60px;
    background-color: #116976;
    color: white;
    display: flex;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 20px;

}

.container .contact-info .box .text,
.container .contact-info .box-2 .text {
    display: flex;
    margin-left: 20px;
    font-size: 13px;
    flex-direction: column;
    font-weight: 300;

}

.container .contact-info .box .text h3 {
    font-weight: 500;
    
}

.contact-form {
    width: 50%;
    padding: 20px;
    margin-right: 70px;
    background-color: #F0F0F0;
    border-radius: 20px;
}

.contact-formh {
    font-size: 30px;
    color: #333;
    font-weight: 900;
    color: #116976
}

.contact-form .input-box {
    position: relative;
    margin-top: 6px;
}

.contact-form .input-box input {
    padding: 14px 7px;
    width: 100%;
    font-size: 15px;
    margin: 10px 5px;
    border: none;
    border-radius: 10px;
    text-align: justify;
    outline: none;
}

.name {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-form .input-box textarea {
    width: 100%;
    height: 160px;
    padding: 7px 4px;
    font-size: 15px;
    margin: 10px 4px;
    border: none;
    border-radius: 10px;
    outline: none;
}

.contact-form .input-box .submit {
    width: 170px;
    background-color: #116976;
    color: #fff;
    border-radius: 14px;
    padding: 20px 30px;
    text-align: center;
}

.social {
    display: flex;
    justify-content: space-between;
    color: #116976;
}

.fake {
    width: 30px;
    background-color: #116976;
    color: #fff;
    border: 1px solid #E8E9E9;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.twet {
    width: 30px;
    background-color: #116976;
    color: #fff;
    border: 1px solid #E8E9E9;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.like {
    width: 30px;
    background-color: #116976;
    color: #fff;
    border: 1px solid #E8E9E9;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.what{
    width: 30px;
    background-color: #116976;
    color: #fff;
    border: 1px solid #E8E9E9;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.fake:hover ,.twet:hover ,.like:hover,.what:hover{
    background-color: #fff;
    color: #116976;
    transition: all 0.5s hover;
}

hr {
    width: 100%;
}

/* contact */
/* FAQS */

.faq {
    /* position: relative;
    min-height: 100vh;
    padding: 50px 100px; */
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.faq .faq-heading {
    max-width: 600px;
    text-align: center;
}

.faq .faq-heading h2 {
    font-size: 36px;
    font-weight: 900;
    color: #116976;
}

.faq .faq-heading p {
    font-weight: 300;
    width: 600px;
}

.query {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    width: 100%;
    align-items: flex-start;
}

.faq-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    box-shadow: 14px 14px 60px rgba(53, 42, 130, 0.06);
}

.faq-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.faq-box {
    padding: 35px;
    background: rgba(225, 225, 225, 0.4);
    border: 1px solid #fff;
    box-shadow: 14px 14px 60px rgba(53, 42, 130, 0.06);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.faq-box:last-child {
    margin-bottom: 20px;
}

.faq-box-container {
    margin-right: 40px;
}

.faq-box-question {
    display: grid;
    grid-template-columns: 225px 30px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /* user-select: none; */
}

.faq-box-question h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    width: 400px;
}

.faq-box-icon {
    position: relative;
    display: block;
    height: 3px;
    width: 22px;
    margin-left: auto;

}

.faq-box-icon::before,
.faq-box-icon::after {
    background-color: #116976;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transition: all ease-out 0.2s;
}

.faq-box-icon::before {
    top: 0px;
}

.faq-box-icon::after {
    top: 0;
    transform: rotate(90deg);
}

.faq-box-question.active .faq-box-icon::after {
    transform: rotate(0deg);
}

.faq-box-answer {
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}

.faq-box-answer p {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    padding-top: 20px;
}

/* FAQs */
/* Feedback */
#feed .feed-heading {
    width: 500px;
}
#feed .feed-heading h2 {
    text-align: center;
    font-weight: 900;
    margin-top: 4%;
    color: #116976;
}
#feed .feed-heading p{
    font-weight: 300;
    text-align: center;
    
}
.feedback{
    display: flex;
    flex-direction: column;
}

.feed-content {
    width: 100%;
    margin-top: 3%;
    /* margin-left: 25%; */
    padding: 40px 40px;
    border-radius: 20px;
    background-color: #F0F0F0;
    margin-bottom: 20px;

}
.feed-content .form-group input{
    padding: 8px 4px;
    border: none;
    outline: none;
}
.feed-content .form-group textarea{
    height: 250px;
    outline: none;
}

.myclass {
    width: 170px;
    background-color: #116976;
    color: #fff;
    border-radius: 14px;
    padding: 20px 30px;
    text-align: center;
    border: none;
}

/* footer */

footer{
    background-color:#ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}

footer p{
    color:  #000000;
}

footer h3{
    color:#000000 ;
}

footer .footer-links a{
    color: #000000;
    text-decoration: none;
}

footer .footer-links a:hover{
    color: #116976;
    text-decoration: underline;
}


footer .footer-links a i{
    color: #116976;
    padding:    0px 10px;
}

.footer-btn {
    background-color: #116976;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
}

.footer-btn:hover{
    background-color: #ffffff;
    color: #116976;
    text-decoration: none;
}


.footer-btnn {
    background-color: #116976;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
}
.footer-btnn:hover{
    background-color: #2092a3;
    color: #ffffff;
    text-decoration: none;
}




.contact-links i{
    color: #116976;
    margin-right:10px;   
}




.footer-last{
    background-color: #116976;
    color: #ffffff;
}

.footer-last a {
    color: #55e8ff;
    
    text-decoration: none;
}

.footer-last a:hover {
    
    text-decoration:underline;
}


.input-group .form-control::placeholder{
    color: #116976;
}

/* footer */




/* bottom to top button */


.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #116976;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}

.scroll-to-top:hover {
    background-color: #177786;
}

/* bottom to top button */