/*

*/
/* ================ common style =============== */
body {
    line-height: 27px;
    font-size: 14px;
    font-family: "Quicksand", serif;
    font-weight: normal;
    color: #797979;
}
/* ================= header ================ */
.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear; 
}
.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; 
}
.header_area .navbar .logo_h {
    color: #fff;
    height: 80px;
    text-align: center;
    line-height: 69px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700; 
}
.header_area .navbar .navbar-brand {
padding-top: 0; 
}
.header_area .navbar .nav .nav-item {
margin-right: 45px; 
}
.header_area .navbar .nav .nav-item .nav-link {
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    color: #555556;
    padding: 0px;
    display: inline-block;
    font-size: 14px; 
    font-weight: 700;
}
button.navbar-toggler:focus {
    outline: none;
}
.header_area .navbar .nav .nav-item .nav-link:after {
display: none; }
.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
color: #0051d2; }
.header_area .navbar .nav .nav-item:last-child {
margin-right: 0px; }
.header_area + section, .header_area + row, .header_area + div {
margin-top: 122px; }

/* =================== responsive menu ================= */
.navbar-collapse .navbar-nav{
    padding: 22px;
    background: #fff;
}
.navbar-toggler{
    font-size: 1.5rem;
    background-color: transparent;
    padding-right: 25px;
}
.navbar-light .navbar-toggler{
    border: none;
}
@media (max-width: 575px) {
    .header_area + section, .header_area + row, .header_area + div {
        margin-top: 71px;
    }
}
@media (max-width: 767px) {
    .header_area + section, .header_area + row, .header_area + div {
        margin-top: 80px;
    }
    .logo_h{
        margin-left: 11px;
    }
}

.top_menu {
border-bottom: 1px solid #e8edf1; 
}
.top_menu .dn_btn {
line-height: 42px;
display: inline-block;
font-size: 14px;
margin-right: 50px;
font-family: "Quicksand", serif;
font-weight: normal;
color: #414141;
transition: all 300ms linear 0s; }
.top_menu .dn_btn:hover {
color: #0051d2; }
.top_menu .dn_btn:last-child {
margin-right: 0px; }
.top_menu .btn_appointment{
    background: #02058a;
    color: #fff;
    padding: 0px 27px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}
.top_menu .dn_btn i {
margin-right: 10px; }
@media (max-width: 991px) {
.top_menu .dn_btn {
margin-right: 5px;
font-size: 13px; } }
.top_menu .follow_us {
float: left;
color: #777;
font-size: 14px;
line-height: 42px;
margin-right: 17px; }

@media (max-width: 767px) {
.top_menu {
display: none; } }
.right-button {
margin-left: 60px;
margin-top: 15px; }
.right-button ul {
padding: 0;
list-style: none; }
.right-button ul li {
display: inline-block;
margin-left: 30px;
font-size: 16px; }
.right-button ul li a {
color: #777; }
.right-button .shop-icon {
position: relative; }
.right-button .shop-icon span {
position: absolute;
background: #e22104;
right: -10px;
top: -4px;
border-radius: 50px;
color: #fff;
width: 15px;
height: 15px;
font-size: 10px;
text-align: center;
line-height: 14px; }
@media (max-width: 991px) {
.right-button {
display: none; } }

/* ======================= home banner ===================== */
.banner-area {
    min-height: 700px;
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex !important;
    align-items: center !important;
}
.banner-text h1{
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Quicksand", serif;
}
.banner-text p{
    color: #f0ffff;
    margin-bottom: 50px;
}
.btn_primary{
    display: inline-block;
    background: #02058a;
    padding: 15px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #02058a;
    text-transform: capitalize;
    transition: all 300ms linear 0s;
    margin-right: 10px;
    margin-bottom: 15px;
}
.btn_primary:hover {
    background: #02058a;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}
.btn_primary_2{
    display: inline-block;
    padding: 15px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #02058a;
    text-transform: capitalize;
    transition: all 300ms linear 0s;
}
.btn_primary_2:hover {
    background: #02058a;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}
/* ===================== features ================= */
.section-features {
    background: url(../img/bg-pattern.png) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.card{
	box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
	margin-bottom: 10px;
}
.card-title{
	font-size: 23px;
    font-weight: 600;
    color: #02058a;
    margin-bottom: 5px;
}
.card-icon{
	margin-bottom: 12px;
	margin-right: 5px;
    display: inline-block;
    color: #2674a6;
}
.feature-text{
	font-size: 14px;
	/*text-align: justify;*/
	margin-bottom: 0px;
}
.dept-icon{
    color: #ffffff;
    background: #02058a;
    padding: 20px;
}
 /* ========================= about =================== */
 .section-sub-heading{
 	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #2674a675;
    width: max-content;
    padding: 7px 12px;
    color: #02058a;
 }
 .heading-main{
 	font-size: 42px;
    color: #000000cf;
    font-family: "Quicksand", serif;
    font-weight: 700;
 }
.section-about h5{
	font-size: 18px;
    font-weight: 600;
    color: #02058a;
    line-height: 25px;
    margin-bottom: 25px;
    line-height: 30px;
}
.service-features-list{
    list-style-type: none;
    padding-left: 0;
}
.service-features-list i{
    margin-right: 14px;
    padding: 8px;
    background: #2674a675;
    margin-bottom: 5px;
    border-radius: 20px;
    display: inline-flex;
    color: #02058a;
}
.btn_read_more{
    display: inline-block;
    background: #02058a;
    padding: 8px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    outline: none !important;
    border: 1px solid #02058a;
    box-shadow: none !important;
    text-transform: capitalize;
    transition: all 300ms linear 0s;
}
.btn_read_more:hover{
    color: #fff;
   /* background: #fff;
    border: 1px solid #02058a;*/
    text-decoration: none;
}
.about-sub-heading{
    background: #7caecb;
    width: fit-content;
    padding: 13px;
    border-radius: 25px 3px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 15px;
}

/* ======================== appoinment form ================= */
.bg-dark-section{
    background: #7caecb;
    color: #000000;
}
.form-holder{
    background: #7caecb;
    color: #000000;
    width: 100%;
    font-size: 14px;
    padding: 24px 40px;
}
.form-control{
    font-size: 14px;
    border-radius: 0px;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}
.form-group label{
    font-weight: 700;
}
/* ======================== testimonials ===================== */
.section-testimonials .testimonials{
    max-width: 950px;
    margin: auto !important; 
    /*position: relative;*/
    text-align: center;
}
.testimonial-wrapper, .testimonial-wrapper .testimonial-img img{
    text-align: center;
}
.testimonial-img img{
    width: 80px !important;
    text-align: center;
    margin: auto;
    border-radius: 50px;
}
.testimonial-content{
    padding: 15px 20px;
}
.testimonial-content p{
    font-style: italic;
    font-weight: 500;
    color: #3e3e3e;
    font-size: 17px;
    margin-bottom: 30px;
}
.testimonial-content span.testimonial-name {
    font-size: 19px;
    font-weight: 600;
    color: black;
    font-family: monospace; 
}
.testimonial-content span small {
    font-family: 'Quicksand';
    font-weight: 600;
    color: #059691;
    font-size: 14px;
}
/* ======================= CTA =========================== */
.section-cta h6{
    font-size: 15px;
    text-align: center;
}
.section-cta h2{
    font-size: 60px;
    font-weight: 700;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.section-cta p{
    text-align: center;
    font-size: 18px;
}
/* ========================= page banner =================== */
.section-page-banner{
    background: url(../img/bg-pattern.png) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.section-page-banner .breadcrumbs{
    list-style-type: none;
    display: inline-block;
}
.section-page-banner .breadcrumbs li{
    display: inline-block;
    color: #fff;
}
.section-page-banner .page-title{
    color: #fff;
    font-weight: 700;
}
/* ========================= footer ========================= */
.footer{
    padding-top: 40px;
}
.footer-bottom{
    border-top: 2px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    color: #414141;
    font-size: 15px;
}
.sub-heading{
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 16px;
}
.footer .contact-section p, .about-section p{
    font-size: 17px;
}
.footer-navbar{
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
}
.footer-navbar li a{
    color: #555556;
}
.social-list{
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
}
.social-list li{
    display: inline-block;
}
.social-list li img{
    width: 30px;
}
/* ============================== contact us ============================== */
.contact-form{
    padding: 0px 20px;
    border-right: 1px solid #ccc;
}
.contact-details-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-details-wrapper .contact-icon{
    padding: 10px;
    font-size: 25px;
    border: 2px solid #ccc;
    border-radius: 28px;
    margin-right: 25px;
    /*margin-bottom: 20px;*/
}
.contact-details-wrapper .contact-icon i{
    color: #02058a;
}
.contact-content {
    font-size: 17px;
    font-weight: 500;
}





