/* CSS Document */

body,
p,
span,
li,
a,
.lead,
.heading-text p,
.icon-box p,
.widget p,
.widget li,
.copyright-text {
    font-family: 'Open Sans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-text h2,
.heading-text h1,
.heading-section h2,
.heading-section h1,
.icon-box h3,
.widget h4,
.page-title h1,
.text-medium,
.text-large {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    color: #222 !important;
}

/* ===========================================
   NAAZ CONSULTANCY PREMIUM TYPOGRAPHY
   =========================================== */

/* General Body */

body{
    font-family:'Open Sans',sans-serif;
    font-size:17px;
    line-height:1.8;
    color:#666;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

/* Headings */

h1,h2,h3,h4,h5,h6{
    font-family:'Raleway',sans-serif;
    font-weight:700;
    color:#222;
    letter-spacing:.5px;
    line-height:1.3;
}

/* Hero Slider */

.slide-captions h1{
    font-size:58px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:1.15;
    margin-bottom:20px;
}

.slide-captions p{
    font-size:20px;
    line-height:34px;
    font-weight:400;
    max-width:820px;
    margin:0 auto 35px;
    color:#fff;
}

/* Section Heading */

.heading-section h2{
    font-size:36px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
    margin-bottom:20px;
}

/* Section Subtitle */

.heading-section strong{
    display:block;
    font-size:22px;
    font-weight:600;
    color:#444;
    margin-bottom:20px;
}

/* Section Paragraph */

.heading-section .lead,
.heading-section p{
    font-size:17px;
    line-height:32px;
    color:#666;
}

/* Service Boxes */

.icon-box h3{
    font-size:22px;
    font-weight:700;
    margin-top:25px;
    margin-bottom:15px;
}

.icon-box p{
    font-size:15px;
    line-height:28px;
    color:#666;
}

/* Icons */

.icon-box .icon i{
    color:inherit;
}

/* Navigation */

#mainMenu nav > ul > li > a{
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.8px;
}

/* Dropdown */

.dropdown-menu a{
    font-size:14px;
    font-weight:500;
}

/* Buttons */

.btn{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:14px 34px;
    border-radius:3px;
}

/* Counter */

.counter{
    font-family:'Raleway',sans-serif;
    font-size:56px;
    font-weight:700;
}

.counter + .seperator + p{
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

/* Footer */

#footer .widget-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
}

#footer p,
#footer li a{
    font-size:15px;
    line-height:28px;
}

/* Section Spacing */

section{
    padding:90px 0;
}

/* Welcome Section */

#welcome p{
    max-width:1050px;
    margin:0 auto 25px;
}

/* Better Service Boxes */

.icon-box{
    transition:.35s ease;
}

.icon-box:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

/* Better Paragraph Width */

.lead{
    max-width:1080px;
    margin:auto;
}

/* Mobile */

@media(max-width:991px){

.slide-captions h1{
    font-size:38px;
    letter-spacing:1px;
}

.slide-captions p{
    font-size:17px;
    line-height:30px;
}

.heading-section h2{
    font-size:30px;
}

.heading-section strong{
    font-size:20px;
}

body{
    font-size:16px;
}

}

@media(max-width:767px){

.slide-captions h1{
    font-size:30px;
}

.slide-captions p{
    font-size:16px;
    line-height:28px;
}

.heading-section h2{
    font-size:26px;
}

.icon-box h3{
    font-size:20px;
}

}


/* Premium spacing */

.heading-section{
    margin-bottom:70px;
}

.icon-box{
    margin-bottom:35px;
}

.container{
    max-width:1200px;
}

/* Footer Headings */
#footer .widget-title,
#footer h4{
    color:#ffffff !important;
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
}

/* ==========================================
   Footer Social Icons
   ========================================== */

#footer .social-icons ul li a{
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.25);
    background:transparent !important;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    transition:all .3s ease;
}

#footer .social-icons ul li a:hover{
    color:#ffffff !important;
    background:rgba(255,255,255,.10) !important;
    border-color:#ffffff;
}

/* Same icon size for all icons */

#footer .social-icons ul li a i{
    font-size:18px !important;
    line-height:42px;
    color:#ffffff !important;
}

/* WhatsApp icon alignment */

#footer .fa-whatsapp{
    font-size:19px !important;
}

/* Remove all brand colours */

#footer .social-facebook a,
#footer .social-instagram a,
#footer .social-linkedin a,
#footer .social-whatsapp a{
    background:transparent !important;
    color:#ffffff !important;
}

background: #0d6efd;
color: #fff;
border: 1px solid #0d6efd;

}

/* Inner Page Banner */

#page-title.text-light .page-title h1{
    color:#ffffff !important;
}

#page-title.text-light .page-title span{
    color:rgba(255,255,255,.9) !important;
}

#page-title.text-light .breadcrumb li,
#page-title.text-light .breadcrumb li a{
    color:#ffffff !important;
}

/* ONLY the Inner Banner */

#page-title h1{
    color:#fff !important;
}

#page-title .page-title span{
    color:#fff !important;
}

#page-title .breadcrumb li,
#page-title .breadcrumb li a{
    color:#fff !important;
}

.icon-box.small .icon{
    margin-bottom:20px;
}

.icon-box.small .icon i{
    font-size:42px;
    line-height:42px;
    color:#0d6efd;
}

.icon-box.small h3{
    margin-top:10px;
    margin-bottom:15px;
}

/* Features Section */

.feature-box{
    border:1px solid #e8e8e8;
    padding:30px;
    border-radius:6px;
    background:#fff;
    margin-bottom:30px;
    transition:all .3s ease;
}

.feature-box:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transform:translateY(-5px);
}

.feature-box h3{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:22px;
    font-weight:600;
}

.feature-box h3 i{
    font-size:24px;
    color:#333;
    width:28px;
    text-align:center;
}

.feature-box p{
    margin:0;
    color:#666;
    line-height:1.8;
}

/* OUR SERVICES */

.icon-box.effect.medium .icon i{
    font-size:20px !important;
    color:#333;
}

.icon-box.effect.medium .icon{
    margin-bottom:18px;
}

.icon-box.effect.medium h3{
    margin-top:10px;
}

/* OUR SERVICES - Reduce Icon Circle */

.icon-box.effect.medium .icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 30px !important;
    margin: 0 auto 10px;
}

.icon-box.effect.medium .icon i {
    font-size: 20px !important;
    line-height: 45px !important;
}

.icon-box.effect.medium.border .icon {
    border-width: 2px;
}


/* ==========================================================
   TOP NOTICE BAR
========================================================== */

.top-notice{
    background:linear-gradient(90deg,#00adef,#00adef);
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-align:center;
    padding:10px 15px;
    letter-spacing:.3px;
    position:relative;
    z-index:9999;
}

.top-notice i{
    color:#FFD43B;
    margin-right:8px;
}

.top-notice strong{
    color:#fff;
}

#footer{
background:linear-gradient(#00adef,#00adef,#00adef 100%);
}


/* Main Section Headings */

.heading-section h2{
    color:#00adef !important;
}


/* Countries Cards */

.country-card{
    background:#fff;
    border-radius:12px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    border-top:4px solid #00adef;
    transition:.3s;
    height:100%;
}

.country-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.country-icon{
    font-size:42px;
    color:#00adef;
    margin-bottom:20px;
}

.country-card h3{
    color:#0D6EFD;
    font-size:22px;
    margin-bottom:15px;
}

.country-card p{
    color:#666;
    line-height:28px;
    min-height:70px;
}

.country-card .btn{
    margin-top:15px;
    border-radius:30px;
    padding:10px 25px;
}

@media(max-width:767px){

.country-card{
    margin-bottom:25px;
}

}