/*-----------------------------------------------------------------------------------

     Template Name: Borex
    Template URI: https://webtend.biz/
    Description: Finance & Insurance HTML Tempalte
    Author: WebTend
    Author URI: https://themeforest.net/user/webtend/portfolio
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif, 'Open Sans';
    font-weight: 700;
    color: #041c4c;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.services-details-area ul, .services-details-area ol {
	margin: 0px;
	padding: 10px 2.9rem;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slick-slide {
    outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    border: 0;
    overflow: hidden;
    background: #52b6ec;
}
.main-btn i {
    padding-left: 38px;
    font-size: 18px;
}
.main-btn.match {
    background:#062d58!important;
}
.main-btn.match:hover {
    background:#062d58!important;
}
.main-btn:hover {
    background:#1586c3!important;
    color:#fff!important;
}
.main-btn1 {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 15px 28px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    border: 0;
    overflow: hidden;
    background: #52b6ec;
}
.main-btn1 i {
    padding-left: 38px;
    font-size: 18px;
}
.main-btn1.match {
    background:#062d58!important;
}
.main-btn1.match:hover {
    background:#062d58!important;
}
.main-btn1:hover {
    background:#1586c3!important;
    color:#fff!important;
}
.section-title {
    padding-bottom: 25px;
}
.section-title span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}
.section-title span::before {
    position: absolute;
    content: "";
    top: 0;
    height: 2px;
    width: 60px;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
@media (max-width: 767px) {
    .section-title span::before {
        width: 30px;
        /*left: -50px;*/
    }
    .pg-position .section-title span::after,
    .pg-position .section-title span::before {
        display: none;
    }
    .navigation .navbar .navbar-nav .nav-item a p {
        color:#000!important;
    }
}
.section-title span::after {
    position: absolute;
    content: "";
    top: 0;
    height: 2px;
    width: 60px;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
@media (max-width: 767px) {
    .section-title span::after {
        width: 30px;
        right: -50px;
    }
}
.section-title .title {
    color: #fff;
    line-height: 56px !important;
    font-size: 50px;
    padding-top: 9px;
}
@media (max-width: 767px) {
    .section-title .title {
        font-size: 35px;
        line-height: 40px;
    }
}
.section-title h1 {
    padding-bottom: 28px !important;
    text-transform: none !important;
}
.section-title.section-title-2 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.section-title.section-title-2 span::before {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.section-title.section-title-2 span::after {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.section-title.section-title-2 .title {
    color: #041c4c;
}
.section-title.section-title-3 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.section-title.section-title-3 span::before {
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.section-title.section-title-3 span::after {
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.section-title.section-title-3 .title {
    color: #4b5d73;
}

/*===== page preloader Style =====*/
#loading {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 140px;
    margin-top: -10px;
    margin-left: -70px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #fff;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.object:last-child {
    margin-right: 0px;
}

#object_one {
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}

#object_two {
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}

#object_three {
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}

#object_four {
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}
@keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}
@-webkit-keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}
@keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}
@-webkit-keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}
@keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}
@-webkit-keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}
@keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}
/*===========================
    2.HEADER css 
===========================*/
/* ===== HEADER STYLES ===== */
.header-area {
    position: relative;
    width: 100%;
    z-index: 999;
    font-family: 'Rubik', sans-serif;
}

/* Header 3 Specific Styles */
.header-area.header-3-area {
    background: #042140;
}

.header-area.header-3-area .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    border-bottom: 1px solid rgba(0, 255, 255, 0.25);
}

.header-area.header-3-area .header-top-logo img {
    max-height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

.header-area.header-3-area .header-top-logo img:hover {
    opacity: 0.9;
}

/* ===== NAVIGATION ===== */
.header-area.header-3-area .navigation {
    display: flex;
    justify-content: center;
    background: #f0f4f9;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-area.header-3-area .navigation .navbar {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    background: transparent;
}

.header-area.header-3-area .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header-area.header-3-area .nav-item {
    position: relative;
    margin: 0 15px;
}

.header-area.header-3-area .nav-item > a {
    color: #041c4c;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 5px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
}

.header-area.header-3-area .nav-item > a:hover {
    color: #216db7;
}

.header-area.header-3-area .nav-item > a span {
    margin-left: 5px;
}

/* ===== DROPDOWN MENU - UPDATED STYLE ===== */
.header-area.header-3-area .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background: #1a2a3a; /* Dark blue-gray background */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 91, 187, 0.1);
    z-index: 999;
    border-radius: 0 0 8px 8px;
    border-top: 3px solid #216db7;
}

.header-area.header-3-area .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-area.header-3-area .sub-menu li {
    border-bottom: 1px solid #d6e7ff;
}

.header-area.header-3-area .sub-menu li:last-child {
    border-bottom: none;
}

.header-area.header-3-area .sub-menu li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.header-area.header-3-area .sub-menu li a:hover {
    background: #d6e7ff;
    color: #216db7;
    padding-left: 25px;
}

/* ===== LANGUAGE SELECTOR ===== */
.header-area.header-3-area .absolute-r {
    position: absolute;
    right: 5%;
    top: 25px;
    z-index: 1000;
}

/* ===== CONTACT INFO ===== */
.header-area.header-3-area .header-top-info {
    display: none;
}

.header-area.header-3-area .info-contact {
    display: none;
}

/* ===== MOBILE STYLES ===== */
@media (max-width: 991px) {
    .header-area.header-3-area .header-top {
        flex-direction: column;
        padding: 15px;
    }
    
    .header-area.header-3-area .header-top-logo {
        margin-bottom: 15px;
    }
    
    .header-area.header-3-area .absolute-r {
        position: static;
        margin: 15px 0;
        text-align: center;
    }
    
    .header-area.header-3-area .navigation {
        padding: 0;
    }
    
    .header-area.header-3-area .navbar {
        padding: 0 15px;
    }
    
    .header-area.header-3-area .navbar-toggler {
        border: 1px solid #ccc;
        padding: 5px 10px;
        margin-right: 15px;
    }
    
    .header-area.header-3-area .toggler-icon {
        display: block;
        width: 25px;
        height: 2px;
        background: #333;
        margin: 5px 0;
        transition: all 0.3s ease;
    }
    
    .header-area.header-3-area .navbar-toggler.active .toggler-icon:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .header-area.header-3-area .navbar-toggler.active .toggler-icon:nth-child(2) {
        opacity: 0;
    }
    
    .header-area.header-3-area .navbar-toggler.active .toggler-icon:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .header-area.header-3-area .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background: #fff;
        padding: 20px;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        z-index: 9999;
        overflow-y: auto;
    }
    
    .header-area.header-3-area .navbar-collapse.show {
        left: 0;
    }
    
    .header-area.header-3-area .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .header-area.header-3-area .nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    
    .header-area.header-3-area .nav-item > a {
        display: block;
        padding: 15px 0;
    }
    
    .header-area.header-3-area .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        display: none;
        padding-left: 20px;
        background: #f8fafd; /* Lighter blue for mobile */
        border-top: none;
        border-radius: 0;
    }
    
    .header-area.header-3-area .sub-menu.show {
        display: block;
    }
    
    .header-area.header-3-area .info-contact {
        display: block;
        margin-top: 20px;
        padding: 15px;
        background: #f0f7ff;
        border-radius: 5px;
    }
    
    .header-area.header-3-area .info-contact a {
        display: block;
        color: #333;
        padding: 8px 0;
    }
    
    .header-area.header-3-area .info-contact a i {
        margin-right: 10px;
        color: #216db7;
    }
}

/* ===== DESKTOP CONTACT INFO ===== */
@media (min-width: 992px) {
    .header-area.header-3-area .header-top-info {
        display: block;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .header-area.header-3-area .header-top-info ul {
        display: flex;
        align-items: center;
    }
    
    .header-area.header-3-area .header-top-info ul li {
        margin-left: 20px;
    }
    
    .header-area.header-3-area .header-top-info ul li a {
        color: #fff;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    
    .header-area.header-3-area .header-top-info ul li a:hover {
        color: #4fc1e9;
    }
    
    .header-area.header-3-area .header-top-info ul li i {
        margin-right: 5px;
    }
}
/*===========================
    3.BANNER css 
===========================*/
.banner-area {
            height: 800px;
            position: relative;
            margin-top: 105px;
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner-area {
                margin-top: 83px;
            }
        }
        @media (max-width: 767px) {
            .banner-area {
                margin-top: 68px;
                height: 600px;
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-area {
                margin-top: 83px;
            }
        }
        .banner-area::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
        }
        .banner-area .banner-content {
            overflow: hidden;
        }
        .banner-area .banner-content .title {
            font-size: 100px;
            line-height: 100px;
            color: #fff;
        }
        @media (max-width: 767px) {
            .banner-area .banner-content .title {
                font-size: 45px;
                line-height: 50px;
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-area .banner-content .title {
                font-size: 80px;
                line-height: 80px;
            }
        }
        .banner-area .banner-content p {
            color: #fff;
            padding-top: 57px;
            padding-right: 200px;
            padding-bottom: 40px;
        }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .banner-area .banner-content p {
                padding-right: 50px;
            }
        }
        @media (max-width: 767px) {
            .banner-area .banner-content p {
                padding-right: 0px;
                font-size: 15px;
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-area .banner-content p {
                padding-right: 65px;
                font-size: 16px;
            }
        }
        .banner-area.banner-2-area {
            margin-top: 45px;
            height: 900px;
        }
        @media (max-width: 767px) {
            .banner-area.banner-2-area {
                height: 700px;
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-area.banner-2-area {
                height: 600px;
            }
        }
        .banner-area.banner-2-area::before {
            background-color: rgba(0, 0, 0, 0.6);
        }
        .banner-area.banner-2-area .banner-content span {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 18px;
            text-transform: uppercase;
            color: #fff;
            padding-bottom: 8px;
        }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .banner-area.banner-2-area .banner-content .title {
                font-size: 85px;
            }
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner-area.banner-2-area .banner-content .title {
                font-size: 90px;
            }
        }
        @media (max-width: 767px) {
            .banner-area.banner-2-area .banner-content .title {
                font-size: 70px;
                line-height: 80px;
            }
        }
        .banner-area.banner-2-area .banner-content p {
            padding-top: 27px;
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner-area.banner-2-area .banner-content p {
                padding-right: 150px;
            }
        }
        @media (max-width: 767px) {
            .banner-area.banner-2-area .banner-content p {
                font-size: 14px;
            }
        }
        .banner-area.banner-2-area .banner-content a.main-btn {
            background: -webkit-linear-gradient(
                left,
                #2b77eb 0%,
                #164a99 50%,
                #2b77eb 100%
            );
            overflow: hidden;
            background-position: center;
            background-position-x: 0%;
            background-position-y: 0%;
            background-size: auto;
            background-size: 200% auto;
            padding: 0 45px;
        }
        .banner-area.banner-2-area .banner-content a.main-btn:hover {
            background-position: right center;
        }
        .banner-area.banner-2-area .banner-content ul li {
            display: inline-block;
        }
        .banner-area.banner-2-area .banner-content ul li:last-child a {
            border: 2px solid #fff;
            margin-left: 25px;
            padding: 0 36px;
            line-height: 55px;
            border-radius: 5px;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            text-transform: capitalize;
            font-family: 'Open Sans', sans-serif;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }
        @media (max-width: 767px) {
            .banner-area.banner-2-area .banner-content ul li:last-child a {
                margin-left: 0;
                margin-top: 20px;
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-area.banner-2-area .banner-content ul li:last-child a {
                margin-left: 25px;
                margin-top: 0px;
            }
        }
        .banner-area.banner-2-area .banner-content ul li:last-child a:hover {
            background: #fff;
            color: #216db2;
        }
        .banner-area.banner-3-area {
            margin-top: 0;
            height: 945px;
        }

        .banner-area.banner-3-area .banner-content span {
            color: #042140;
            font-family: 'Open Sans', sans-serif;
            font-weight: 700;
            position: relative;
        }
        .banner-area.banner-3-area .banner-content span::before {
            position: absolute;
            content: "";
            right: -85px;
            top: 50%;
            transform: translateY(-50%);
            height: 2px;
            width: 60px;
            background: #042140;
        }
        .banner-area.banner-3-area .banner-content .title {
            font-size: 80px;
            line-height: 100px;
            padding-top: 20px;
            padding-bottom: 42px;
        }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .banner-area.banner-3-area .banner-content .title {
                font-size: 70px;
                line-height: 80px;
            }
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner-area.banner-3-area .banner-content .title {
                font-size: 70px;
                line-height: 80px;
            }
        }
        @media (max-width: 767px) {
            .banner-area.banner-3-area .banner-content .title {
                font-size: 44px;
                line-height: 54px;
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-area.banner-3-area .banner-content .title {
                font-size: 50px;
                line-height: 60px;
            }
        }
        .banner-area.banner-3-area .banner-content ul li {
            display: inline-block;
        }
        @media (max-width: 767px) {
            .banner-area.banner-3-area .banner-content ul li {
                display: block;
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-area.banner-3-area .banner-content ul li {
                display: inline-block;
            }
        }
        .banner-area.banner-3-area .banner-content ul li a {
            background: #042140;
            border: 2px solid #042140;
            border-radius: 5px;
            color:#000000!important;
        }
        .banner-area.banner-3-area .banner-content ul li a:hover {
            border-color: rgba(240, 240, 240, 0.2);
            background-color: transparent;
             color:#fff!important;
        }
        .banner-area.banner-3-area .banner-content ul li:last-child a {
            background-color: #52b6ec;
            text-transform: uppercase;
            font-size: 1rem;
            font-weight: 500;
            padding: 1.2rem 2rem;
            border:none!important;
            color:#062d58;
        }

        .banner-area.banner-3-area .banner-content ul li:last-child a:hover {
            background-color: #1586c3!important;
            color:#fff;
        }
        @media (max-width: 767px) {
            .banner-area.banner-3-area .banner-content ul li:last-child a {
                margin-left: 0;
                /*margin-top: 20px;*/
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-area.banner-3-area .banner-content ul li:last-child a {
                margin-left: 30px;
                margin-top: 0px;
            }
        }
        .banner-area.banner-3-area .banner-content ul li:last-child a:hover {
            background: #042140;
            border-color: #042140;
        }

        .page-title-area {
            height: 180px;
            /*height: 470px;*/
            position: relative;
            /*margin-top: 105px;*/
        }
        .page-title-area::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
        }
        .page-title-area .page-title-content .title {
            color: #fff;
            font-size: 100px;
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .page-title-area .page-title-content .title {
                font-size: 80px;
            }
        }
        @media (max-width: 767px) {
            .page-title-area .page-title-content .title {
                font-size: 40px;
            }
        }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .page-title-area .page-title-content .title {
                font-size: 60px;
            }
        }
        .page-title-area .page-title-content nav {
            display: inline-block;
            padding-top: 7px;
        }
        .page-title-area .page-title-content nav ol {
            background-color: transparent;
        }
        .page-title-area .page-title-content nav ol li {
            font-size: 20px;
            font-weight: 700;
            font-family: 'Open Sans', sans-serif;
            text-transform: capitalize;
            color: #fff;
        }
        @media (max-width: 767px) {
            .page-title-area .page-title-content nav ol li {
                font-size: 18px;
            }
        }
        .page-title-area .page-title-content nav ol li a {
            color: #fff;
            opacity: 0.4;
        }

        .breadcrumb-item + .breadcrumb-item::before {
            display: inline-block;
            padding-right: 15px;
            color: #fff;
            content: "\f10a";
            font-family: Flaticon;
        }

        .breadcrumb-item + .breadcrumb-item {
            padding-left: 15px;
        }

        /* New Banner Content Section Styles */
        .banner-content-section {
            position: relative;
            z-index: 1;
            padding: 20px 0;
            background: linear-gradient(to right, #042140 0%, #0a3a6b 100%);
            margin-top: 0px;
            text-align: center;
        }

        .banner-content-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://maksimconsulting.com/public/assets/images/pattern-bg.png') repeat;
            opacity: 0.05;
            z-index: -1;
        }

        .banner-content-section .container {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .banner-content-section .banner-content {
            position: relative;
            z-index: 2;
            padding: 0 20px;
        }

        .banner-content-section .banner-content .title {
            font-size: 60px;
            line-height: 1.2;
            color: #fff;
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
            font-weight: 700;
        }

        .banner-content-section .banner-content .title::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: #52b6ec;
        }

        .banner-content-section .banner-image {
            margin: 50px auto;
            max-width: 800px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
            border: 5px solid rgba(255,255,255,0.1);
            transition: all 0.3s ease;
        }

        .banner-content-section .banner-image:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0,0,0,0.4);
        }

        .banner-content-section .banner-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .banner-content-section ul {
            margin-top: 40px;
            padding: 0;
            list-style: none;
        }

        .banner-content-section .main-btn {
            background: #52b6ec;
            border: 2px solid #52b6ec;
            border-radius: 5px;
            color: #042140 !important;
            font-weight: 600;
            font-size: 18px;
            padding: 15px 40px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }

        .banner-content-section .main-btn:hover {
            background: transparent;
            color: #52b6ec !important;
            transform: translateY(-3px);
        }

        /* Responsive Adjustments */
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .banner-content-section .banner-content .title {
                font-size: 50px;
            }
            
            .banner-content-section .banner-image {
                max-width: 700px;
            }
        }

        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner-content-section .banner-content .title {
                font-size: 42px;
            }
            
            .banner-content-section .banner-image {
                max-width: 90%;
            }
        }

        @media (max-width: 767px) {
            .banner-content-section {
                padding: 80px 0;
            }
            
            .banner-content-section .banner-content .title {
                font-size: 36px;
            }
            
            .banner-content-section .main-btn {
                padding: 12px 30px;
                font-size: 16px;
            }
            
            .banner-content-section .banner-image {
                margin: 30px auto;
            }
        }

        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner-content-section .banner-content .title {
                font-size: 32px;
            }
        }

/*===========================
    4.SUB css 
===========================*/
.sub-area {
    position: relative;
    padding-top: 90px;
    padding-bottom: 120px;
    background: #f2f5f8;
}
.sub-area .sub-thumb {
    background: #fff;
}
.sub-area .sub-thumb img {
    width: 100%;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}
.sub-area .sub-item {
    padding: 28px 38px 38px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    border-radius: 5px;
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-area .sub-item {
        min-height: 330px;
    }
}
.sub-area .sub-item::before {
    position: absolute;
    content: "\f101";
    font-family: Flaticon;
    right: 0;
    top: 0;
    font-size: 120px;
    color: #f7f6fe;
    line-height: 120px;
    z-index: -1;
}
.sub-area .sub-item a {
    position: absolute;
    right: 30px;
    bottom: 38px;
}
.sub-area .sub-item a i {
    color: #c9c9c9;
    font-size: 20px;
}
.sub-area .sub-item .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-area .sub-item .title {
        font-size: 19px;
        line-height: 26px;
    }
}
.sub-area .sub-item > i {
    font-size: 80px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    padding-top: 20px;
}
.sub-area .sub-item.item-3::before {
    content: "\f105";
}
.sub-area .sub-item.item-4::before {
    content: "\f104";
}

/*===========================
    5.WHY CHOOSE css 
===========================*/
.why-choose-area {
    background: #f2f5f8;
    padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area .why-choose-content {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .why-choose-area .why-choose-content {
        margin-bottom: 30px;
    }
}
.why-choose-area .why-choose-content .content span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    position: relative;
}
.why-choose-area .why-choose-content .content span::before {
    position: absolute;
    content: "";
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.why-choose-area .why-choose-content .content .title {
    font-size: 50px;
    line-height: 57px;
    padding-top: 18px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-area .why-choose-content .content .title {
        font-size: 48px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .why-choose-area .why-choose-content .content .title {
        font-size: 31px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-area .why-choose-content .content .title {
        font-size: 50px;
        line-height: 57px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-area .why-choose-content .content p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area .why-choose-content .content p {
        font-size: 15px;
    }
}
.why-choose-area .why-choose-content .choose-list {
    margin-top: 37px;
}
.why-choose-area .why-choose-content .choose-list .item {
    padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-area .why-choose-content .choose-list .item {
        padding-right: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area .why-choose-content .choose-list .item {
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .why-choose-area .why-choose-content .choose-list .item {
        padding-right: 45px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-area .why-choose-content .choose-list .item {
        margin-top: 0px;
    }
}
.why-choose-area .why-choose-content .choose-list .item i {
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    color: #062d58;
    font-size: 34px;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}
.why-choose-area .why-choose-content .choose-list .item .title {
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 9px;
}
.why-choose-area .why-choose-content .choose-list .item p {
    line-height: 30px;
}
.why-choose-area .why-choose-content ul {
    margin-top: 43px;
}
.why-choose-area .why-choose-content ul li {
    display: inline-block;
}
.why-choose-area .why-choose-content ul li:last-child a {
    margin-left: 35px;
    color: #041c4c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .why-choose-area .why-choose-content ul li:last-child a {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-area .why-choose-content ul li:last-child a {
        margin-top: 0px;
        margin-left: 35px;
    }
}
.why-choose-area .why-choose-content ul li:last-child a i {
    padding-right: 6px;
}
.why-choose-area .why-choose-thumb {
    position: relative;
}
.why-choose-area .why-choose-thumb .play {
    height: 150px;
    width: 150px;
    background: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    position: absolute;
    top: 40px;
    right: 40px;
    border-radius: 5px;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area .why-choose-thumb .play {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .why-choose-area .why-choose-thumb .play {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
.why-choose-area .why-choose-thumb .play a {
    text-align: center;
}
.why-choose-area .why-choose-thumb .play a i {
    color: #fff;
    background: #b13322;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 23px;
}
.why-choose-area .why-choose-thumb .play a span {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-top: 10px;
}
.why-choose-area .why-choose-thumb img {
    width: 100%;
}
.why-choose-area.why-choose-2-area {
    background-color: transparent;
    padding-bottom: 165px;
}
.why-choose-area.why-choose-2-area .why-choose-content {
    margin-right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .why-choose-area.why-choose-2-area .why-choose-content {
        margin-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-area.why-choose-2-area .why-choose-content {
        margin-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area.why-choose-2-area .why-choose-content {
        margin-right: 0;
        padding-left: 0;
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .why-choose-area.why-choose-2-area .why-choose-content {
        margin-right: 0;
        padding-left: 0;
        margin-top: 70px;
    }
}
.why-choose-area.why-choose-2-area .why-choose-content .content span {
    background-image: linear-gradient(90deg, #428cd4 0%, #004e9a 100%);
}
.why-choose-area.why-choose-2-area .why-choose-content .content span::before {
    background-image: linear-gradient(90deg, #428cd4 0%, #004e9a 100%);
}
.why-choose-area.why-choose-2-area .why-choose-content .content .title {
    color: #4b5d73;
}
@media (max-width: 767px) {
    .why-choose-area.why-choose-2-area .why-choose-content .content .title {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .why-choose-area.why-choose-2-area .why-choose-content .content p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-area.why-choose-2-area .why-choose-content .content p {
        font-size: 16px;
    }
}
.why-choose-area.why-choose-2-area .why-choose-content .choose-list .item i {
    color: #216db2;
}
.why-choose-area.why-choose-2-area .why-choose-content ul li a.main-btn {
    background: -webkit-linear-gradient(
        left,
        #2b77eb 0%,
        #164a99 50%,
        #2b77eb 100%
    );
    overflow: hidden;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% auto;
}
.why-choose-area.why-choose-2-area .why-choose-content ul li a.main-btn:hover {
    background-position: right center;
}
.why-choose-area.why-choose-2-area .why-choose-thumb {
    position: relative;
}
.why-choose-area.why-choose-2-area .why-choose-thumb::before {
    position: absolute;
    content: "";
    right: 55px;
    top: -20px;
    height: 50px;
    width: 90px;
    background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    border-radius: 5px;
    transform: skewX(-28deg);
}
.why-choose-area.why-choose-2-area .why-choose-thumb .why-choose-thumb-item {
    position: absolute;
    left: 0;
    bottom: -45px;
    display: flex;
    padding: 26px 60px;
    z-index: 10;
}
@media (max-width: 767px) {
    .why-choose-area.why-choose-2-area
        .why-choose-thumb
        .why-choose-thumb-item {
        padding: 26px 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-area.why-choose-2-area
        .why-choose-thumb
        .why-choose-thumb-item {
        padding: 26px 60px;
    }
}
.why-choose-area.why-choose-2-area
    .why-choose-thumb
    .why-choose-thumb-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    border-radius: 5px;
    z-index: -1;
    transform: skewX(-25deg);
}
.why-choose-area.why-choose-2-area
    .why-choose-thumb
    .why-choose-thumb-item
    .icon {
    text-align: center;
}
.why-choose-area.why-choose-2-area
    .why-choose-thumb
    .why-choose-thumb-item
    .icon
    ul
    li {
    display: inline-block;
    color: #fff;
}
.why-choose-area.why-choose-2-area
    .why-choose-thumb
    .why-choose-thumb-item
    .icon
    > i {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
}
.why-choose-area.why-choose-2-area
    .why-choose-thumb
    .why-choose-thumb-item
    .text
    .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.why-choose-area.why-choose-2-area
    .why-choose-thumb
    .why-choose-thumb-item
    .text
    .title
    span {
    font-size: 30px;
}
.why-choose-area.why-choose-about {
    background: #fff;
}

.why-choose-3-area .why-choose-title {
    padding-bottom: 13px;
}
.why-choose-3-area .why-choose-title span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #042140;
    position: relative;
}
.why-choose-3-area .why-choose-title span::before {
    position: absolute;
    content: "";
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background: #042140;
}
.why-choose-3-area .why-choose-title .title {
    font-size: 50px;
    line-height: 57px;
    color: #062d58;
    padding-top: 6px;
}
@media (max-width: 767px) {
    .why-choose-3-area .why-choose-title .title {
        font-size: 36px;
    }
}
.why-choose-3-area .why-choose-title p {
    line-height: 30px;
}
.why-choose-3-area .why-choose-list .why-choose-list-item {
    padding: 29px 30px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-3-area .why-choose-list .why-choose-list-item {
        padding: 15px 10px;
    }
}
.why-choose-3-area .why-choose-list .why-choose-list-item .title {
    font-size: 24px;
    color: #062d58;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.why-choose-3-area .why-choose-list .why-choose-list-item p {
    line-height: 30px;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-choose-3-area .why-choose-list .why-choose-list-item p {
        font-size: 14px;
    }
}
.why-choose-3-area .why-choose-list .why-choose-list-item:hover {
    background: #042140;
}
.why-choose-3-area .why-choose-list .why-choose-list-item:hover .title {
    color: #fff;
}
.why-choose-3-area .why-choose-list .why-choose-list-item:hover p {
    color: #fff;
}

/*===========================
    6.CLEAN DESIGNS css 
===========================*/
.clean-designs-area .clean-designs-thumb {
    margin-left: -20px;
    margin-right: 20px;
    padding-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .clean-designs-area .clean-designs-thumb {
        margin-right: -30px;
    }
}
@media (max-width: 767px) {
    .clean-designs-area .clean-designs-thumb {
        margin-right: 0px;
        margin-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area .clean-designs-thumb {
        margin-left: -20px;
        margin-right: 20px;
    }
}
.clean-designs-area .clean-designs-thumb .item {
    height: 515px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    border-radius: 5px;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clean-designs-area .clean-designs-thumb .item {
        height: 475px;
    }
}
@media (max-width: 767px) {
    .clean-designs-area .clean-designs-thumb .item {
        height: 510px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area .clean-designs-thumb .item {
        height: 420px;
    }
}
.clean-designs-area .clean-designs-thumb .item img {
    position: absolute;
    left: 20px;
    top: -45px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .clean-designs-area .clean-designs-thumb .item img {
        left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area .clean-designs-thumb .item img {
        left: 20px;
    }
}
.clean-designs-area .clean-designs-thumb .item .clean-designs-thumb-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.clean-designs-area
    .clean-designs-thumb
    .item
    .clean-designs-thumb-content
    .icon
    ul
    li {
    display: inline-block;
    color: #fff;
}
.clean-designs-area
    .clean-designs-thumb
    .item
    .clean-designs-thumb-content
    .icon
    > i {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
}
.clean-designs-area
    .clean-designs-thumb
    .item
    .clean-designs-thumb-content
    .text
    .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.clean-designs-area
    .clean-designs-thumb
    .item
    .clean-designs-thumb-content
    .text
    .title
    span {
    font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clean-designs-area .clean-designs-content {
        margin-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .clean-designs-area .clean-designs-content {
        margin-left: 0;
        margin-top: 30px;
    }
}
.clean-designs-area .clean-designs-content .content span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    position: relative;
}
.clean-designs-area .clean-designs-content .content span::before {
    position: absolute;
    content: "";
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.clean-designs-area .clean-designs-content .content .title {
    font-size: 50px;
    line-height: 57px;
    padding-top: 23px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .clean-designs-area .clean-designs-content .content .title {
        font-size: 35px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area .clean-designs-content .content .title {
        font-size: 50px;
        line-height: 57px;
    }
}
.clean-designs-area .clean-designs-content .clean-counter {
    margin-top: 33px;
}
@media (max-width: 767px) {
    .clean-designs-area .clean-designs-content .clean-counter .item {
        margin-right: 23px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area .clean-designs-content .clean-counter .item {
        margin-right: 90px;
    }
}
.clean-designs-area .clean-designs-content .clean-counter .item .title {
    font-size: 40px;
    font-weight: 400;
    color: #062d58;
}
.clean-designs-area .clean-designs-content .clean-counter .item .title span {
    font-size: 70px;
}
@media (max-width: 767px) {
    .clean-designs-area
        .clean-designs-content
        .clean-counter
        .item
        .title
        span {
        font-size: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .clean-designs-area
        .clean-designs-content
        .clean-counter
        .item
        .title
        span {
        font-size: 70px;
    }
}
.clean-designs-area .clean-designs-content .clean-counter .item > span {
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #000000;
}

/*===========================
    6.SERVICES css 
===========================*/
.services-area {
    background: #f2f5f8;
    padding-top: 40px;
    padding-bottom: 120px;
}
.services-area .services-content span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    position: relative;
}
.services-area .services-content span::before {
    position: absolute;
    content: "";
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-area .services-content .title {
    font-size: 50px;
    line-height: 57px;
    padding-right: 40px;
    padding-top: 18px;
    padding-bottom: 23px;
}
@media (max-width: 767px) {
    .services-area .services-content .title {
        font-size: 32px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area .services-content .title {
        font-size: 50px;
    }
}
.services-area .services-content p {
    padding-right: 50px;
    padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-area .services-content p {
        padding-right: 0;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .services-area .services-content p {
        padding-right: 0;
    }
}
.services-area .services-item {
    z-index: 10;
    position: relative;
}
.services-area .services-item .services-thumb {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.services-area .services-item .services-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-area .services-item .services-item-content {
    margin-left: 37px;
    margin-right: 37px;
    margin-top: -30px;
    background: #fff;
    padding: 30px 20px 35px 35px;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-area .services-item .services-item-content {
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px 0px 35px 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area .services-item .services-item-content {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .services-area .services-item .services-item-content {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 30px 0px 35px 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area .services-item .services-item-content {
        margin-left: 37px;
        margin-right: 37px;
        margin-top: -30px;
    }
}
.services-area .services-item .services-item-content i {
    font-size: 52px;
    line-height: 52px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-area .services-item .services-item-content .title {
    color: #222;
    font-size: 18px;
    line-height: 26px;
    padding-top: 12px;
    padding-bottom: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-area .services-item .services-item-content .title {
        font-size: 15px;
        line-height: 24px;
    }
}
.services-area .services-item .services-item-content a {
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-area .services-item:hover .services-item-content {
    margin-top: -35px;
}
.services-area .services-item:hover .services-thumb img {
    transform: scale(1.1);
}

.services-2-area {
    background: #f2f5f8;
    padding-top: 115px;
    padding-bottom: 120px;
}
.services-2-area .services-item {
    background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    padding: 40px;
    position: relative;
    z-index: 10;
}
@media (max-width: 767px) {
    .services-2-area .services-item {
        padding: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-2-area .services-item {
        padding: 40px;
    }
}
.services-2-area .services-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-2-area .services-item i {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #e8eff7;
    font-size: 38px;
    color: #216db2;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-2-area .services-item .title {
    font-size: 22px;
    color: #222;
    padding-top: 33px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-2-area .services-item .title {
        font-size: 20px;
    }
}
.services-2-area .services-item p {
    line-height: 30px;
    padding-right: 40px;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-2-area .services-item p {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .services-2-area .services-item p {
        padding-right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-2-area .services-item p {
        padding-right: 40px;
    }
}
.services-2-area .services-item a {
    background: #e6eef6;
    line-height: 50px;
    border: 0;
    padding: 0 45px;
    text-transform: capitalize;
    color: #216db2;
}
.services-2-area .services-item:hover::before {
    opacity: 0;
}
.services-2-area .services-item:hover i {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.services-2-area .services-item:hover .title {
    color: #fff;
}
.services-2-area .services-item:hover p {
    color: #fff;
}
.services-2-area .services-item:hover a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.services-2-area.services-about .section-title span {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-2-area.services-about .section-title span::before {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-2-area.services-about .section-title span::after {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-2-area.services-about .section-title .title {
    color: #041c4c;
}
.services-2-area.services-about .services-item {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-2-area.services-about .services-item i {
    background: #f9ebe9;
    color: #062d58;
}
.services-2-area.services-about .services-item a {
    background: #f9ebe9;
    color: #062d58;
}
.services-2-area.services-about .services-item:hover i {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.services-2-area.services-about .services-item:hover a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.services-3-area {
    background: #062d58;
    padding-top: 115px;
}
.services-3-area .section-title {
    padding-bottom: 0;
}
.services-3-area .section-title span {
    color: #042140;
}
.services-3-area .section-title span::before {
    background: #042140;
}
.services-3-area .section-title span::after {
    background: #042140;
}
.services-3-area .section-title .nav {
    display: inline-block;
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
}
.services-3-area .section-title .nav li a {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #042140;
    color: #fff;
    line-height: 70px;
    padding: 0 64px;
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-3-area .section-title .nav li a {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-3-area .section-title .nav li a {
        padding: 0 15px;
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .services-3-area .section-title .nav li a {
        padding: 0 40px;
        margin-top: 10px;
    }
}
.services-3-area .section-title .nav li a.active {
    background: #fff;
    color: #222;
}
.services-3-area.services-page {
    background: #f0f4f9;
}
.services-3-area.services-page .section-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-3-area.services-page .section-title span::before {
    display: none;
}
.services-3-area.services-page .section-title span::after {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-3-area.services-page .section-title .title {
    color: #041c4c;
}
.services-3-area.services-page .section-title .nav li a {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-3-area.services-page .section-title .nav li a.active {
    background: #fff;
}

.services-3-box {
    padding-bottom: 111px;
}
.services-3-box .services-item .services-thumb {
    overflow: hidden;
    border-radius: 5px;
}
.services-3-box .services-item .services-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-3-box .services-item .services-content .services-title {
    border-radius: 5px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    margin-left: 25px;
    margin-right: 25px;
    background: #fff;
    margin-top: -28px;
    position: relative;
}
.services-3-box .services-item .services-content .services-title img {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-3-box .services-item .services-content .services-title img {
        left: 15px;
    }
}
.services-3-box .services-item .services-content .services-title .title {
    font-size: 20px;
    line-height: 26px;
    padding: 13px 40px 13px 90px;
    color: #222;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-3-box .services-item .services-content .services-title .title {
        font-size: 18px;
        padding: 13px 0 13px 70px;
    }
}
.services-3-box .services-item .services-content .text-center p {
    line-height: 30px;
    padding: 20px 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-3-box .services-item .services-content .text-center p {
        padding: 20px 5px 0;
    }
}
.services-3-box .services-item:hover .services-thumb img {
    transform: scale(1.1);
}

.services-details-area .services-details-sedebar {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .services-details-area .services-details-sedebar {
        margin-right: 0;
    }
}
.services-details-area .services-details-sedebar .services-items {
    border: 2px solid #f0f4f9;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-items-title {
    background: #f0f4f9;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-items-title
    .title {
    line-height: 90px;
    padding-left: 50px;
    display: inline-block;
    position: relative;
    color: #222;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-items-title
    .title::before {
    position: absolute;
    content: "";
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-items-list {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 767px) {
    .services-details-area
        .services-details-sedebar
        .services-items
        .services-items-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-details-area
        .services-details-sedebar
        .services-items
        .services-items-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-items-list
    .item {
    padding: 20px;
    position: relative;
    border-bottom: 2px solid #f0f4f9;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-details-area
        .services-details-sedebar
        .services-items
        .services-items-list
        .item {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .services-details-area
        .services-details-sedebar
        .services-items
        .services-items-list
        .item {
        padding: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-details-area
        .services-details-sedebar
        .services-items
        .services-items-list
        .item {
        padding: 20px;
    }
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-items-list
    .item
    i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #062d58;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-items-list
    .item
    .title {
    color: #222;
    line-height: 26px;
    font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-details-area
        .services-details-sedebar
        .services-items
        .services-items-list
        .item
        .title {
        font-size: 14px;
        line-height: 24px;
    }
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-items-list
    .item:last-child {
    border-bottom: 0;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-search {
    padding: 23px;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-search
    .input-box {
    position: relative;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-search
    .input-box
    input {
    width: 100%;
    line-height: 60px;
    padding-left: 18px;
    border: 2px solid #f0f0f0;
    color: #000000;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-search
    .input-box
    input::placeholder {
    opacity: 1;
}
.services-details-area
    .services-details-sedebar
    .services-items
    .services-search
    .input-box
    button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    width: 60px;
    color: #fff;
    border-radius: 4px;
}
.services-details-area .services-details-content .services-details-thumb img {
    width: 100%;
}
.services-details-area .services-details-content .services-details-thumb span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    position: relative;
}
.services-details-area
    .services-details-content
    .services-details-thumb
    span::before {
    position: absolute;
    content: "";
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.services-details-area
    .services-details-content
    .services-details-thumb
    .title {
    font-size: 40px;
    color: #041c4c;
    padding-top: 8px;
    padding-bottom: 12px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .services-details-area
        .services-details-content
        .services-details-thumb
        .title {
        font-size: 34px;
    }
}
p strong {
    display: block;
}
.services-details-area {
    background-color: #F7F7F7;
}
.services-details-area table td {
    padding: 1rem;
}

p strong span,
p span strong {
    display: block;
    margin: 1rem 0;
}

.services-details-area .services-details-content .services-details-thumb p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
}
.services-details-area .services-details-play {
    position: relative;
}
.services-details-area .services-details-play a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    color: #fff;
    font-size: 24px;
}
@media (max-width: 767px) {
    .services-details-area .services-details-play a {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 18px;
    }
}
.services-details-area .services-details-play img {
    width: 100%;
}
@media (max-width: 767px) {
    .services-details-area .services-details-play-content {
        margin-top: 30px;
    }
}
.services-details-area .services-details-play-content .title {
    font-size: 20px;
}
.services-details-area .services-details-play-content p {
    font-size: 15px;
    line-height: 24px;
    padding-top: 12px;
}

/*===========================
    7.TESTIMONIALS css 
===========================*/
.testimonials-area {
    padding-top: 115px;
    padding-bottom: 164px;
    position: relative;
    background-attachment: fixed;
}
.testimonials-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(209, 101, 26, 0.9) 0%,
        rgba(193, 40, 42, 0.9) 100%
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(209, 101, 26, 0.9) 0%,
        rgba(193, 40, 42, 0.9) 100%
    );
    background-image: linear-gradient(
        to top,
        rgba(209, 101, 26, 0.9) 0%,
        rgba(193, 40, 42, 0.9) 100%
    );
}

.testimonials-slider {
    position: relative;
    margin-top: -120px;
    padding-bottom: 65px;
}
.testimonials-slider .testimonials-active img {
    display: inline-block;
}

.testimonials-item {
    margin-bottom: 50px;
    position: relative;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials-item {
        padding: 50px 20px;
    }
}
@media (max-width: 767px) {
    .testimonials-item {
        padding: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonials-item {
        padding: 50px;
    }
}
.testimonials-item p {
    padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials-item p {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .testimonials-item p {
        padding: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonials-item p {
        padding-left: 50px;
    }
}
.testimonials-item i {
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 24px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials-item i {
        left: 15px;
    }
}
@media (max-width: 767px) {
    .testimonials-item i {
        left: 0;
        top: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonials-item i {
        left: 50px;
        top: 50px;
    }
}
.testimonials-item .info {
    margin-top: 32px;
}
.testimonials-item .info span {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #041c4c;
    text-transform: capitalize;
    padding-left: 24px;
}
@media (max-width: 767px) {
    .testimonials-item .info span {
        font-size: 18px;
    }
}

.testimonials-2-area {
    background: #f0f4f9;
    padding-top: 120px;
    padding-bottom: 115px;
    position: relative;
}
.testimonials-2-area::before {
    position: absolute;
    content: "";
    left: -330px;
    top: 0;
    height: 100%;
    width: 55%;
    background-image: url(../images/testimonials-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .testimonials-2-area::before {
        width: 61%;
        left: -360px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials-2-area::before {
        width: 78%;
        left: -470px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials-2-area::before {
        width: 0;
    }
}
@media (max-width: 767px) {
    .testimonials-2-area::before {
        width: 0;
    }
}
.testimonials-2-area .testimonials-item-2 img {
    border-radius: 50%;
    border: 6px solid #fff;
}
.testimonials-2-area .testimonials-item-2 p {
    line-height: 30px;
    padding-top: 33px;
    padding-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials-2-area .testimonials-item-2 p {
        font-size: 14px;
    }
}
.testimonials-2-area .testimonials-item-2 .info .title {
    font-size: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
    padding-bottom: 6px;
}
.testimonials-2-area.testimonials-about::before {
    background-image: url(../images/testimonials-shape-2.png);
}
.testimonials-2-area.testimonials-about .testimonials-item-2 .info .title {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}

.testimonials-3-area {
    background: #f2f5f8;
    padding-top: 90px;
    padding-bottom: 116px;
}
.testimonials-3-area .testimonials-content span {
    color: #042140;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
}
.testimonials-3-area .testimonials-content span::before {
    position: absolute;
    content: "";
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background: #042140;
}
.testimonials-3-area .testimonials-content .title {
    font-size: 50px;
    line-height: 57px;
    color: #062d58;
    padding-top: 10px;
    padding-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials-3-area .testimonials-content .title {
        font-size: 50px;
        line-height: 51px;
    }
}
.testimonials-3-area .testimonials-content p {
    line-height: 30px;
    padding-right: 40px;
    padding-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials-3-area .testimonials-content p {
        padding-right: 0;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .testimonials-3-area .testimonials-content p {
        padding-right: 0;
        font-size: 14px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonials-3-area .testimonials-content p {
        padding-right: 40px;
        font-size: 16px;
    }
}
.testimonials-3-area .testimonials-content a {
    background: #042140;
}
.testimonials-3-area .testimonials-3-item .testimonials-box {
    text-align: center;
    padding: 36px 40px 35px;
    background: #fff;
    border: 4px solid #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials-3-area .testimonials-3-item .testimonials-box {
        padding: 36px 25px 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials-3-area .testimonials-3-item .testimonials-box {
        padding: 36px 20px 35px;
    }
}
@media (max-width: 767px) {
    .testimonials-3-area .testimonials-3-item .testimonials-box {
        padding: 36px 20px 35px;
    }
}
.testimonials-3-area .testimonials-3-item .testimonials-box i {
    color: #042140;
    font-size: 24px;
}
.testimonials-3-area .testimonials-3-item .testimonials-box p {
    line-height: 30px;
    padding-top: 24px;
}
.testimonials-3-area .testimonials-3-item .testimonials-3-item-text {
    padding-top: 44px;
}
.testimonials-3-area .testimonials-3-item .testimonials-3-item-text img {
    border-radius: 50%;
    display: inline-block;
}
.testimonials-3-area .testimonials-3-item .testimonials-3-item-text .title {
    font-weight: 600;
    font-size: 20px;
    color: #062d58;
    padding-top: 20px;
    padding-bottom: 5px;
}
.testimonials-3-area .testimonials-3-item:hover .testimonials-box {
    border-color: #042140;
}

/*===========================
    8.PORTFOLIO css 
===========================*/
.portfolio-area .section-title {
    padding-bottom: 56px;
}
.portfolio-area .portfolio-item {
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-item img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-area .portfolio-item .portfolio-content {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 320px;
    transform: translateX(-50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-area .portfolio-item .portfolio-content {
        width: 90%;
        padding: 30px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-area .portfolio-item .portfolio-content {
        width: 290px;
    }
}
@media (max-width: 767px) {
    .portfolio-area .portfolio-item .portfolio-content {
        width: 250px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-area .portfolio-item .portfolio-content {
        width: 290px;
    }
}
.portfolio-area .portfolio-item .portfolio-content span {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    text-transform: capitalize;
    position: relative;
    padding-left: 37px;
}
.portfolio-area .portfolio-item .portfolio-content span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 24px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.portfolio-area .portfolio-item .portfolio-content .title {
    font-size: 20px;
    color: #222;
    padding-top: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-area .portfolio-item .portfolio-content .title {
        font-size: 18px;
    }
}
.portfolio-area .portfolio-item:hover img {
    transform: scale(1);
}
.portfolio-area .portfolio-item:hover .portfolio-content {
    opacity: 1;
}
.portfolio-area.portfolio-3-area {
    background: #f2f5f8;
    padding-top: 115px;
}
.portfolio-area.portfolio-3-area .section-title span {
    color: #042140;
    background-image: none;
    -webkit-text-fill-color: #042140;
}
.portfolio-area.portfolio-3-area .section-title span::before {
    background: #042140;
}
.portfolio-area.portfolio-3-area .section-title span::after {
    background: #042140;
}
.portfolio-area.portfolio-3-area .section-title .title {
    color: #041c4c;
}
.portfolio-area.portfolio-3-area .portfolio-item .portfolio-content span {
    background-image: linear-gradient(90deg, #89d32a 0%, #89d32a 100%);
}
.portfolio-area.portfolio-3-area
    .portfolio-item
    .portfolio-content
    span::before {
    background: #042140;
}

.portfolio-2-area .section-title {
    padding-bottom: 56px;
}
.portfolio-2-area .portfolio-active .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}
.portfolio-2-area.portfolio-about .section-title span {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.portfolio-2-area.portfolio-about .section-title span::before {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.portfolio-2-area.portfolio-about .section-title span::after {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.portfolio-2-area.portfolio-about .section-title .title {
    color: #041c4c;
}
.portfolio-2-area .portfolio-thumb {
    overflow: hidden;
}
.portfolio-2-area .portfolio-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-2-area .portfolio-thumb:hover img {
    transform: scale(1.2);
}

.portfolio-details-area .portfolio-details-thumb {
    padding-bottom: 15px;
}
.portfolio-details-area .portfolio-details-thumb img {
    width: 100%;
}
.portfolio-details-area .portfolio-details-content span {
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    position: relative;
}
.portfolio-details-area .portfolio-details-content span::before {
    position: absolute;
    content: "";
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.portfolio-details-area .portfolio-details-content .title {
    font-size: 40px;
    color: #222;
    padding-top: 7px;
    padding-bottom: 16px;
}
@media (max-width: 767px) {
    .portfolio-details-area .portfolio-details-content .title {
        font-size: 34px;
    }
}
.portfolio-details-area .portfolio-details-content p {
    line-height: 30px;
    padding-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-area .portfolio-details-sidebar {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .portfolio-details-area .portfolio-details-sidebar {
        margin-left: 0;
    }
}
.portfolio-details-area .portfolio-details-sidebar .services-items {
    border: 2px solid #f0f4f9;
}
.portfolio-details-area
    .portfolio-details-sidebar
    .services-items
    .services-items-title {
    background: #f0f4f9;
}
.portfolio-details-area
    .portfolio-details-sidebar
    .services-items
    .services-items-title
    .title {
    line-height: 90px;
    padding-left: 50px;
    display: inline-block;
    position: relative;
    color: #222;
}
.portfolio-details-area
    .portfolio-details-sidebar
    .services-items
    .services-items-title
    .title::before {
    position: absolute;
    content: "";
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.portfolio-details-area
    .portfolio-details-sidebar
    .services-items
    .services-items-list {
    padding-top: 16px;
    padding-bottom: 16px;
}
.portfolio-details-area
    .portfolio-details-sidebar
    .services-items
    .services-items-list
    .item {
    padding: 16px 0px 16px 28px;
    position: relative;
}
.portfolio-details-area
    .portfolio-details-sidebar
    .services-items
    .services-items-list
    .item
    .title {
    font-weight: 600;
    color: #222;
    font-size: 16px;
    padding-bottom: 4px;
}
.portfolio-details-area .portfolio-post-bar {
    padding: 30px;
    margin-top: 105px;
    background: #f0f4f9;
}
@media (max-width: 767px) {
    .portfolio-details-area .portfolio-post-bar {
        padding: 20px;
    }
}
.portfolio-details-area .portfolio-post-bar .prev-item {
    padding-left: 64px;
    position: relative;
}
@media (max-width: 767px) {
    .portfolio-details-area .portfolio-post-bar .prev-item {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-details-area .portfolio-post-bar .prev-item {
        margin-bottom: 0px;
    }
}
.portfolio-details-area .portfolio-post-bar .prev-item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.portfolio-details-area .portfolio-post-bar .prev-item .title {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    padding-top: 4px;
}
.portfolio-details-area .portfolio-post-bar .next-item {
    padding-right: 64px;
    position: relative;
}
.portfolio-details-area .portfolio-post-bar .next-item i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.portfolio-details-area .portfolio-post-bar .next-item .title {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    padding-top: 4px;
}
.portfolio-details-area .portfolio-post-bar .icon a {
    color: #062d58;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background: #fff;
}

/*===========================
    9.TEAM css 
===========================*/
/* Team Section Styles */
/* Improved CSS for full device responsiveness (including iPhones) */

.team-2-area {
    background: linear-gradient(135deg, #4f9fb9 0%, #2c6d8a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.team-2-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,...');
    opacity: 0.5;
    z-index: 0;
}

.section-title-2 .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-title-2 .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #fff;
}

.section-title-2 .subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    margin-top: 15px;
}

.team-card, .team-item {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
    background: #689aa8;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-card:hover, .team-page .team-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    transition: all 0.5s ease;
    border-radius: 0;
}

.team-card:hover .team-img {
    transform: scale(1.03);
}

.team-bg {
    background-color: #041c4c;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}

.team-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 25px;
    color: black;
}

.team-bg h3 {
    color: #689aa8;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-divider {
    width: 50px;
    height: 3px;
    background: #1586c3;
    margin: 10px 0;
}

.team-position {
    color: #1586c3 !important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.team-description {
    font-size: 15px;
    line-height: 1.6;
    flex-grow: 1;
    color: white !important;
}

.main-btn {
    display: inline-block;
    padding: 10px 25px;
    background: transparent;
    color: #689aa8 !important;
    border: 2px solid #1586c3;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.main-btn:hover {
    background: #1586c3;
    color: #fff !important;
}

.view-all-btn {
    display: inline-block;
    padding: 12px 35px;
    background: #fff;
    color: #041c4c !important;
    border: 2px solid #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.view-all-btn:hover {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}

.view-all-btn i {
    transition: all 0.3s ease;
}

.view-all-btn:hover i {
    transform: translateX(5px);
}

.wrap-pad {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

/* Responsive Fixes */
@media (max-width: 991.98px) {
    .team-card .row.no-gutters {
        flex-direction: column;
    }
    .team-img {
        height: 250px !important;
    }
    .team-bg {
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .section-title-2 .title {
        font-size: 24px;
    }
    .section-title-2 .subtitle {
        font-size: 15px;
    }
    .team-img {
        height: 200px !important;
    }
    .team-content {
        padding: 15px;
    }
    .main-btn, .view-all-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
    .team-content h3 {
        font-size: 20px;
    }
    .team-description {
        font-size: 13px;
    }
    .team-position {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .team-img {
        height: 180px !important;
    }
    .team-content h3 {
        font-size: 18px;
    }
    .team-description {
        font-size: 12px;
    }
    .view-all-btn {
        padding: 6px 10px;
        font-size: 13px;
    }
    .main-btn {
        padding: 6px 10px;
        font-size: 13px;
    }
}

@media (max-width: 374px) {
    .section-title-2 .title {
        font-size: 20px;
    }
    .team-img {
        height: 160px !important;
    }
}


/*===========================
    10.BLOG css 
===========================*/
.blog-area .section-title {
    padding-bottom: 56px;
}
.blog-area .blog-item {
    background: #fff;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.06);
}
.blog-area .blog-item .blog-content {
    padding-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-area .blog-item .blog-content {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .blog-area .blog-item .blog-content {
        padding-left: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.blog-area .blog-item .blog-content span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-area .blog-item .blog-content span {
        font-size: 14px;
    }
}
.blog-area .blog-item .blog-content .title {
    font-size: 24px;
    color: #222;
    line-height: 34px;
    padding-right: 50px;
    padding-top: 11px;
    padding-bottom: 6px;
}
.blog-area .blog-item .blog-content .title a {
    color: #222;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-area .blog-item .blog-content .title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .blog-area .blog-item .blog-content .title {
        font-size: 23px;
    }
}
.blog-area .blog-item .blog-content p {
    line-height: 30px;
    padding-right: 30px;
    padding-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-area .blog-item .blog-content p {
        padding-right: 25px;
    }
}
.blog-area .blog-item .blog-content > a {
    font-weight: 700;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.blog-area .blog-item .blog-content > a i {
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    border-radius: 50%;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 14px;
    margin-right: 7px;
}
.blog-area .blog-item .blog-thumb {
    margin-left: -28px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .blog-area .blog-item .blog-thumb {
        margin-left: 0;
    }
}
.blog-area .blog-item .blog-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog-area .blog-item:hover .blog-thumb img {
    transform: scale(1.1);
}
.blog-area.blog-2-area {
    padding-top: 112px;
}
.blog-area.blog-2-area .blog-item .blog-content span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.blog-area.blog-2-area .blog-item .blog-content > a {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.blog-area.blog-2-area .blog-item .blog-content > a i {
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}

/*===========================
    SUBSCRIBE BOX css 
===========================*/
.subscribe-area {
    margin-bottom: -115px;
}
.subscribe-area .subscribe-box {
    background-image: -moz-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -webkit-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -ms-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    padding: 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .subscribe-area .subscribe-box .subscribe-info {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .subscribe-box .subscribe-info {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .subscribe-area .subscribe-box .subscribe-info {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-area .subscribe-box .subscribe-info {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.subscribe-area .subscribe-box .subscribe-info .title {
    color: #fff;
    font-size: 30px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .subscribe-area .subscribe-box .subscribe-info .title {
        font-size: 21px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-area .subscribe-box .subscribe-info .title {
        font-size: 30x;
    }
}
.subscribe-area .subscribe-box .subscribe-info ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
}
.subscribe-area .subscribe-box .subscribe-info .input-box {
    position: relative;
}
.subscribe-area .subscribe-box .subscribe-info .input-box input {
    width: 100%;
    border: 0;
    background: #b23521;
    line-height: 60px;
    padding-left: 22px;
    color: #fff;
}
.subscribe-area .subscribe-box .subscribe-info .input-box input::placeholder {
    opacity: 0.5;
    color: #fff;
}
.subscribe-area .subscribe-box .subscribe-info .input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 48px;
    margin: 0;
    background: #fff;
    border: 0;
    color: #062d58;
    z-index: 10;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .subscribe-area .subscribe-box .subscribe-info .input-box button {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-area .subscribe-box .subscribe-info .input-box button {
        padding: 0 30px;
    }
}
.subscribe-area .subscribe-box .subscribe-info.pl-50 {
    border-left: 1px solid #d97f65;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .subscribe-box .subscribe-info.pl-50 {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .subscribe-area .subscribe-box .subscribe-info.pl-50 {
        margin-top: 40px;
    }
}

.newsletter-area {
    background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-area .newsletter-item .newsletter-content {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .newsletter-area .newsletter-item .newsletter-content {
        padding-bottom: 30px;
    }
}
.newsletter-area .newsletter-item .newsletter-content .title {
    font-size: 24px;
    color: #fff;
}
.newsletter-area .newsletter-item .newsletter-content p {
    color: #fff;
    padding-top: 7px;
}
.newsletter-area .newsletter-item .newsletter-form .input-box {
    position: relative;
}
.newsletter-area .newsletter-item .newsletter-form .input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    background: #fff;
    padding: 0 40px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #09316f;
}
@media (max-width: 767px) {
    .newsletter-area .newsletter-item .newsletter-form .input-box button {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsletter-area .newsletter-item .newsletter-form .input-box button {
        padding: 0 40px;
    }
}
.newsletter-area .newsletter-item .newsletter-form .input-box input {
    width: 570px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    padding-left: 30px;
    line-height: 60px;
    color: #d2d2d2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .newsletter-area .newsletter-item .newsletter-form .input-box input {
        width: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-area .newsletter-item .newsletter-form .input-box input {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .newsletter-area .newsletter-item .newsletter-form .input-box input {
        width: 100%;
        padding-left: 20px;
    }
}
.newsletter-area
    .newsletter-item
    .newsletter-form
    .input-box
    input::placeholder {
    opacity: 1;
    color: #d2d2d2;
}

.blog-3-area {
    padding-top: 115px;
    padding-bottom: 120px;
}
.blog-3-area .section-title {
    padding-bottom: 56px;
}
.blog-3-area .section-title span {
    color: #042140;
}
.blog-3-area .section-title span::before {
    background: #042140;
}
.blog-3-area .section-title span::after {
    background: #042140;
}
.blog-3-area .section-title .title {
    color: #062d58;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-3-area .section-title .title {
        font-size: 52px;
        line-height: 52px;
    }
}
.blog-3-area .blog-item {
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    border-radius: 4px;
    overflow: hidden;
}
.blog-3-area .blog-item .blog-thumb {
    position: relative;
    overflow: hidden;
}
.blog-3-area .blog-item .blog-thumb a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #042140;
    color: #fff;
    line-height: 30px;
    padding: 0 29px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.blog-3-area .blog-item .blog-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog-3-area .blog-item .blog-content {
    padding: 40px 32px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-3-area .blog-item .blog-content {
        padding: 40px 20px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-3-area .blog-item .blog-content {
        padding: 40px 36px 20px;
    }
}
@media (max-width: 767px) {
    .blog-3-area .blog-item .blog-content {
        padding: 40px 20px 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-3-area .blog-item .blog-content {
        padding: 40px 32px 20px;
    }
}
.blog-3-area .blog-item .blog-content .title {
    font-size: 20px;
    line-height: 32px;
    color: #062d58;
    padding-bottom: 24px;
    position: relative;
}
.blog-3-area .blog-item .blog-content .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 11px;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-3-area .blog-item .blog-content .title {
        font-size: 18px;
    }
}
.blog-3-area .blog-item .blog-content ul li {
    display: inline-block;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
}
.blog-3-area .blog-item .blog-content ul li a {
    color: #222;
}
.blog-3-area .blog-item .blog-content ul li i {
    padding-right: 5px;
}
.blog-3-area .blog-item .blog-content ul li:first-child {
    margin-right: 24px;
}
.blog-3-area .blog-item:hover .blog-thumb img {
    transform: scale(1.1);
}
.blog-3-area.blog-page {
    padding-top: 40px;
}
.blog-3-area.blog-page .blog-item .blog-thumb a {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}

.blog-standard-area .blog-standard .blog-standard-item {
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}
.blog-standard-area
    .blog-standard
    .blog-standard-item
    .blog-standard-thumb
    img {
    width: 100%;
}
.blog-standard-area .blog-standard .blog-standard-item .blog-standard-content {
    padding: 35px 35px 45px 50px;
}
@media (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content {
        padding: 20px;
    }
}
.blog-standard-area
    .blog-standard
    .blog-standard-item
    .blog-standard-content
    span {
    line-height: 30px;
    padding: 0 30px;
    background: #faede8;
    color: #062d58;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.blog-standard-area
    .blog-standard
    .blog-standard-item
    .blog-standard-content
    ul {
    display: inline-block;
}
@media (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content
        ul {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content
        ul {
        margin-top: 0px;
    }
}
.blog-standard-area
    .blog-standard
    .blog-standard-item
    .blog-standard-content
    ul
    li {
    display: inline-block;
    margin-left: 25px;
    font-size: 12px;
    color: #222;
}
.blog-standard-area
    .blog-standard
    .blog-standard-item
    .blog-standard-content
    ul
    li
    i {
    padding-right: 5px;
}
@media (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content
        ul
        li {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content
        ul
        li:first-child {
        margin-right: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content
        ul
        li:first-child {
        margin-right: 25px;
        margin-left: 25px;
    }
}
.blog-standard-area
    .blog-standard
    .blog-standard-item
    .blog-standard-content
    .title {
    font-size: 38px;
    line-height: 48px;
    color: #222;
    padding-top: 30px;
    padding-bottom: 9px;
}
@media (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content
        .title {
        font-size: 21px;
        line-height: 31px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content
        .title {
        font-size: 28px;
        line-height: 38px;
    }
}
.blog-standard-area
    .blog-standard
    .blog-standard-item
    .blog-standard-content
    p {
    line-height: 30px;
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .blog-standard-area
        .blog-standard
        .blog-standard-item
        .blog-standard-content
        p {
        font-size: 15px;
    }
}
.blog-standard-area .blog-standard nav ul li span,
.blog-standard-area .blog-standard nav ul li a {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #f0f4f9;
    color: #000000;
    border: 0;
    margin-right: 10px;
}
.blog-standard-area .blog-standard nav ul li:last-child a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.blog-standard-area .blog-standard nav ul li:first-child span {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.blog-standard-area .blog-standard nav ul li.active span {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    color: #fff;
}
.blog-standard-area .blog-sidebar {
    margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-standard-area .blog-sidebar {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-standard-area .blog-sidebar {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .blog-standard-area .blog-sidebar {
        margin-left: 0;
    }
}
.blog-standard-area .blog-sidebar .box {
    border: 2px solid #f0f4f9;
}
.blog-standard-area .blog-sidebar .box .blog-sidebar-title .title {
    background: #f0f4f9;
    line-height: 90px;
    padding-left: 48px;
    font-size: 24px;
    color: #222;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-standard-area .blog-sidebar .box .blog-sidebar-title .title {
        font-size: 20px;
    }
}
.blog-standard-area .blog-sidebar .box .blog-sidebar-title .title::before {
    position: absolute;
    content: "";
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.blog-standard-area .blog-sidebar .blog-search-item .blog-search {
    padding: 23px;
}
.blog-standard-area .blog-sidebar .blog-search-item .blog-search .input-box {
    position: relative;
}
.blog-standard-area
    .blog-sidebar
    .blog-search-item
    .blog-search
    .input-box
    button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    width: 60px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    border-radius: 4px;
    color: #fff;
}
.blog-standard-area
    .blog-sidebar
    .blog-search-item
    .blog-search
    .input-box
    input {
    width: 100%;
    line-height: 60px;
    padding-left: 20px;
    border: 2px solid #f0f0f0;
    color: #000000;
}
.blog-standard-area
    .blog-sidebar
    .blog-search-item
    .blog-search
    .input-box
    input::placeholder {
    opacity: 1;
}
.blog-standard-area .blog-sidebar .blog-post-item .blog-post {
    padding-left: 23px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog-standard-area .blog-sidebar .blog-post-item .blog-post .item {
    padding-left: 85px;
    position: relative;
    margin: 26px 0;
}
.blog-standard-area .blog-sidebar .blog-post-item .blog-post .item img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-standard-area .blog-sidebar .blog-post-item .blog-post .item .title {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    padding-bottom: 3px;
}
.blog-standard-area .blog-sidebar .blog-post-item .blog-post .item ul li {
    display: inline-block;
    font-size: 12px;
    color: #000000;
    margin-right: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-standard-area .blog-sidebar .blog-post-item .blog-post .item ul li {
        margin-right: 3px;
    }
}
.blog-standard-area .blog-sidebar .blog-post-item .blog-post .item ul li i {
    padding-right: 4px;
}
.blog-standard-area .blog-sidebar .blog-tag-item .blog-tag {
    padding-left: 28px;
    padding-bottom: 40px;
    padding-top: 30px;
}
.blog-standard-area .blog-sidebar .blog-tag-item .blog-tag ul {
    display: flex;
}
.blog-standard-area .blog-sidebar .blog-tag-item .blog-tag ul li {
    margin-top: 10px;
    margin-right: 7px;
}
.blog-standard-area .blog-sidebar .blog-tag-item .blog-tag ul li a {
    line-height: 28px;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    color: #000000;
    font-size: 12px;
    border-radius: 3px;
    padding: 0 19px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-standard-area .blog-sidebar .blog-tag-item .blog-tag ul li a {
        padding: 0 11px;
    }
}
@media (max-width: 767px) {
    .blog-standard-area .blog-sidebar .blog-tag-item .blog-tag ul li a {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-standard-area .blog-sidebar .blog-tag-item .blog-tag ul li a {
        padding: 0 17px;
    }
}
.blog-standard-area .blog-sidebar .blog-tag-item .blog-tag ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #f0f4f9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog-standard-area .blog-sidebar .blog-tag-item .blog-tag ul li a:hover {
    color: #fff;
}
.blog-standard-area
    .blog-sidebar
    .blog-tag-item
    .blog-tag
    ul
    li
    a:hover::before {
    opacity: 0;
}
.blog-standard-area .blog-sidebar .blog-categories-item .categories-item {
    padding-left: 28px;
    padding-top: 31px;
    padding-bottom: 31px;
}
.blog-standard-area
    .blog-sidebar
    .blog-categories-item
    .categories-item
    ul
    li
    a {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 36px;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog-standard-area
    .blog-sidebar
    .blog-categories-item
    .categories-item
    ul
    li
    a:hover {
    color: #062d58;
}
.blog-standard-area
    .blog-sidebar
    .blog-categories-item
    .categories-item
    ul
    li
    a
    i {
    padding-right: 5px;
}
.blog-standard-area .blog-sidebar .blog-instagram-item .instagram-item {
    padding-left: 28px;
    padding-top: 25px;
    padding-bottom: 40px;
}
.blog-standard-area .blog-sidebar .blog-instagram-item .instagram-item ul {
    display: flex;
}
.blog-standard-area .blog-sidebar .blog-instagram-item .instagram-item ul li {
    margin-top: 15px;
    margin-right: 15px;
}
.blog-standard-area
    .blog-sidebar
    .blog-instagram-item
    .instagram-item
    ul
    li
    a
    img {
    width: 100%;
}
.blog-standard-area .blog-sidebar .blog-social-item .social-item {
    text-align: center;
    padding: 40px 0;
}
.blog-standard-area .blog-sidebar .blog-social-item .social-item ul {
    display: inline-block;
}
.blog-standard-area .blog-sidebar .blog-social-item .social-item ul li {
    display: inline-block;
}
.blog-standard-area .blog-sidebar .blog-social-item .social-item ul li a {
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    color: #000000;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #f0f4f9;
    margin: 0 2px;
}
.blog-standard-area
    .blog-sidebar
    .blog-social-item
    .social-item
    ul
    li
    a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog-standard-area .blog-sidebar .blog-social-item .social-item ul li a:hover {
    color: #fff;
}
.blog-standard-area
    .blog-sidebar
    .blog-social-item
    .social-item
    ul
    li
    a:hover::before {
    opacity: 1;
}

.blog-details-area .blog-standard .blog-standard-item {
    box-shadow: none;
}
.blog-details-area .blog-details-item .blog-details-title {
    padding: 35px 0px 13px 0px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-title {
        padding: 20px;
    }
}
.blog-details-area .blog-details-item .blog-details-title span {
    line-height: 30px;
    padding: 0 30px;
    background: #faede8;
    color: #062d58;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.blog-details-area .blog-details-item .blog-details-title ul {
    display: inline-block;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-title ul {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-title ul {
        margin-top: 0px;
    }
}
.blog-details-area .blog-details-item .blog-details-title ul li {
    display: inline-block;
    margin-left: 25px;
    font-size: 12px;
    color: #222;
}
.blog-details-area .blog-details-item .blog-details-title ul li i {
    padding-right: 5px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-title ul li {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .blog-details-area
        .blog-details-item
        .blog-details-title
        ul
        li:first-child {
        margin-right: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area
        .blog-details-item
        .blog-details-title
        ul
        li:first-child {
        margin-right: 25px;
        margin-left: 25px;
    }
}
.blog-details-area .blog-details-item .blog-details-title .title {
    font-size: 38px;
    line-height: 48px;
    color: #222;
    padding-top: 30px;
    padding-bottom: 9px;
    margin-right: 40px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-title .title {
        font-size: 21px;
        line-height: 31px;
        margin-right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-title .title {
        font-size: 28px;
        line-height: 38px;
        margin-right: 40px;
    }
}
.blog-details-area .blog-details-item .blog-details-title p {
    line-height: 30px;
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-title p {
        font-size: 15px;
    }
}
.blog-details-area .blog-details-item .blog-details-quote {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
    padding: 35px 40px 35px 100px;
    position: relative;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-quote {
        padding: 35px 40px 35px 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-quote {
        padding: 35px 40px 35px 100px;
    }
}
.blog-details-area .blog-details-item .blog-details-quote i {
    position: absolute;
    content: "";
    left: 42px;
    top: 40px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-quote i {
        left: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-quote i {
        left: 40px;
    }
}
.blog-details-area .blog-details-item .blog-details-quote p {
    color: #fff;
    line-height: 30px;
    padding-bottom: 12px;
}
.blog-details-area .blog-details-item .blog-details-quote span {
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding-left: 58px;
    position: relative;
}
.blog-details-area .blog-details-item .blog-details-quote span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 40px;
    background: #fff;
}
.blog-details-area .blog-details-item .blog-details-text p {
    line-height: 30px;
    padding-top: 35px;
}
.blog-details-area .blog-details-item .blog-details-tags {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    margin-top: 55px;
}
.blog-details-area .blog-details-item .blog-details-tags .tag-item ul li {
    display: inline-block;
}
.blog-details-area .blog-details-item .blog-details-tags .tag-item ul li span {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.blog-details-area .blog-details-item .blog-details-tags .tag-item ul li a {
    color: #000000;
    margin-left: 6px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-tags .tag-item ul li a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-tags .social-item {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-tags .social-item {
        margin-top: 0px;
    }
}
.blog-details-area .blog-details-item .blog-details-tags .social-item ul li {
    display: inline-block;
}
.blog-details-area .blog-details-item .blog-details-tags .social-item ul li a {
    height: 40px;
    width: 40px;
    background: #3b5998;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 3px;
}
.blog-details-area
    .blog-details-item
    .blog-details-tags
    .social-item
    ul
    li:nth-child(2)
    a {
    background: #00aced;
}
.blog-details-area
    .blog-details-item
    .blog-details-tags
    .social-item
    ul
    li:nth-child(3)
    a {
    background: #dd4b39;
}
.blog-details-area
    .blog-details-item
    .blog-details-tags
    .social-item
    ul
    li:nth-child(4)
    a {
    background: #1483a6;
}
.blog-details-area .blog-details-item .blog-details-manager {
    background: #f0f4f9;
    margin-top: 110px;
    padding: 0 35px 45px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-manager {
        padding: 0 5px 45px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-manager {
        padding: 0 35px 45px;
    }
}
.blog-details-area .blog-details-item .blog-details-manager img {
    margin-top: -54px;
    border-radius: 50%;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.11);
}
.blog-details-area .blog-details-item .blog-details-manager .title {
    font-size: 20px;
    color: #222;
    padding-top: 23px;
}
.blog-details-area .blog-details-item .blog-details-manager span {
    color: #565969;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.blog-details-area .blog-details-item .blog-details-manager p {
    line-height: 30px;
    padding-top: 21px;
}
.blog-details-area .blog-details-item .blog-details-comments {
    padding-top: 110px;
}
.blog-details-area .blog-details-item .blog-details-comments .comments-title {
    padding-bottom: 17px;
}
.blog-details-area
    .blog-details-item
    .blog-details-comments
    .comments-title
    .title {
    font-size: 24px;
    color: #222;
}
.blog-details-area .blog-details-item .blog-details-comments .item {
    position: relative;
    padding-left: 130px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-comments .item {
        padding-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-comments .item {
        padding-left: 130px;
    }
}
.blog-details-area .blog-details-item .blog-details-comments .item img {
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-comments .item img {
        position: inherit;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-comments .item img {
        position: absolute;
        padding-bottom: 0px;
    }
}
.blog-details-area .blog-details-item .blog-details-comments .item ul li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #222;
}
.blog-details-area .blog-details-item .blog-details-comments .item ul li span {
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    padding-left: 12px;
    color: #000000;
}
.blog-details-area .blog-details-item .blog-details-comments .item p {
    line-height: 30px;
    padding-top: 7px;
}
.blog-details-area .blog-details-item .blog-details-comments .item a {
    font-weight: 700;
    color: #222;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
}
.blog-details-area .blog-details-item .blog-details-comments .item.center {
    margin-left: 130px;
    margin-top: 42px;
    margin-bottom: 42px;
}
@media (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-comments .item.center {
        margin-left: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-item .blog-details-comments .item.center {
        margin-left: 70px;
    }
}
.blog-details-area .blog-details-item .blog-details-form {
    padding-top: 36px;
}
.blog-details-area .blog-details-item .blog-details-form .form-title .title {
    font-size: 24px;
    color: #222;
}
.blog-details-area .blog-details-item .blog-details-form .input-box input {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #ebebeb;
    color: #000000;
}
.blog-details-area
    .blog-details-item
    .blog-details-form
    .input-box
    input::placeholder {
    opacity: 1;
}
.blog-details-area
    .blog-details-item
    .blog-details-form
    .input-box
    input:focus {
    border-color: #d1641a;
}
.blog-details-area .blog-details-item .blog-details-form .input-box textarea {
    height: 100px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #ebebeb;
    padding-top: 6px;
    resize: none;
    color: #000000;
}
.blog-details-area
    .blog-details-item
    .blog-details-form
    .input-box
    textarea::placeholder {
    opacity: 1;
}
.blog-details-area
    .blog-details-item
    .blog-details-form
    .input-box
    textarea:focus {
    border-color: #d1641a;
}
.blog-details-area .blog-details-item .blog-details-form .input-box button {
    line-height: 50px;
    font-size: 15px;
    padding: 0 36px;
    margin-top: 29px;
}

/*===========================
    11.FOOTER css 
===========================*/
.footer-area {
    background: #222933;
    padding-top: 165px;
}
.footer-area .footer-content p {
    line-height: 30px;
    color: #fff;
    opacity: 0.5;
    padding-right: 70px;
    padding-top: 25px;
    padding-bottom: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-area .footer-content p {
        padding-right: 20px;
    }
}
.footer-area .footer-content ul li {
    display: inline-block;
}
.footer-area .footer-content ul li a {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-right: 50%;
    border: 1px solid #7a7f85;
    color: #7a7f85;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-right: 13px;
}
.footer-area .footer-content ul li a::before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    height: 105%;
    width: 105%;
    border-radius: 50%;
    background-image: -moz-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -webkit-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -ms-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    transform: scale(0);
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-area .footer-content ul li a:hover {
    color: #fff;
}
.footer-area .footer-content ul li a:hover::before {
    transform: scale(1);
}
.footer-area .footer-list .title {
    color: #fff;
    font-size: 24px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.footer-area .footer-list ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-area .footer-list ul li a:hover {
    color: #062d58;
    opacity: 1;
}
.footer-area .footer-list.item-2 {
    padding-left: 0;
}
.footer-area .footer-instagram .title {
    color: #fff;
    font-size: 24px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.footer-area .footer-instagram ul {
    display: flex;
}
.footer-area .footer-instagram ul li {
    margin-top: 13px;
    margin-right: 13px;
}
.footer-area .footer-instagram ul li a img {
    width: 100%;
}
.footer-area .footer-copyright {
    border-top: 1px solid #393f48;
    margin-top: 70px;
}
.footer-area .footer-copyright .footer-copyright-item {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .footer-area .footer-copyright .footer-copyright-item {
        display: block;
        text-align: center;
    }
}
.footer-area .footer-copyright .footer-copyright-item p {
    color: #fff;
    opacity: 0.4;
}
@media (max-width: 767px) {
    .footer-area .footer-copyright .footer-copyright-item p {
        padding-bottom: 20px;
    }
}
.footer-area .footer-copyright .footer-copyright-item ul li {
    display: inline-block;
}
.footer-area .footer-copyright .footer-copyright-item ul li a {
    padding-left: 12px;
    margin-left: 12px;
    color: #fff;
    opacity: 0.4;
    border-left: 1px solid #7a7f85;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-copyright .footer-copyright-item ul li a {
        margin-left: 8px;
        padding-left: 8px;
    }
}
@media (max-width: 767px) {
    .footer-area .footer-copyright .footer-copyright-item ul li a {
        margin: 0;
        padding: 0 8px;
    }
}
.footer-area .footer-copyright .footer-copyright-item ul li a:hover {
    color: #062d58;
    opacity: 1;
}
.footer-area .footer-copyright .footer-copyright-item ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}
.footer-area.footer-2-area {
    padding-top: 90px;
    background: #f0f4f9;
}
.footer-area.footer-2-area .footer-content p {
    color: #222933;
    opacity: 1;
}
@media (max-width: 767px) {
    .footer-area.footer-2-area .footer-content p {
        padding-right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area.footer-2-area .footer-content p {
        padding-right: 70px;
    }
}
.footer-area.footer-2-area .footer-content ul li a {
    border-color: #ccc;
    color: #ccc;
}
.footer-area.footer-2-area .footer-content ul li a:hover {
    color: #fff;
}
.footer-area.footer-2-area .footer-content ul li a::before {
    background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
}
.footer-area.footer-2-area .footer-list .title {
    color: #4b5d73;
}
.footer-area.footer-2-area .footer-list ul li a {
    color: #222933;
    opacity: 1;
}
.footer-area.footer-2-area .footer-list ul li a:hover {
    color: #216db2;
}
.footer-area.footer-2-area .footer-instagram .title {
    color: #4b5d73;
}
.footer-area.footer-2-area .footer-copyright {
    border-top-color: #dddfe2;
}
.footer-area.footer-2-area .footer-copyright .footer-copyright-item p {
    color: #4b5d73;
    opacity: 1;
}
.footer-area.footer-2-area .footer-copyright .footer-copyright-item ul li a {
    color: #4b5d73;
    opacity: 1;
    border-left-color: #4b5d73;
}

.footer-area.footer-3-area {
    padding-top: 30px;
    background: #062d58;
    position: relative;
}

.footer-area.footer-3-area .footer-copyright .footer-copyright-item {
    border-top: 1px solid #39446b;
}
.footer-area.footer-3-area
    .footer-copyright
    .footer-copyright-item
    ul
    li
    a:hover {
    color: #042140;
}

/*===== Go Top =====*/
.go-top-area {
    position: relative;
    z-index: 999;
}
.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -webkit-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -ms-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}
.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -webkit-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -ms-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 10px;
}
.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
    color: #fff;
}
.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}
.go-top-area.go-top-2-area .go-top {
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.go-top-area.go-top-2-area .go-top::before {
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.go-top-area.go-top-3-area .go-top {
    background: #042140;
}
.go-top-area.go-top-3-area .go-top::before {
    background: #042140;
}

.go-top-wrap {
    position: relative;
}
.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -webkit-linear-gradient(0deg, #062d58 0%, #007bff 100%);
    background-image: -ms-linear-gradient(0deg, #062d58 0%, #007bff 100%);
}
.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
/*.go-top-wrap .go-top-btn::after {*/
/*  z-index: -1;*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 45px;*/
/*  height: 45px;*/
/*  -webkit-animation: ripple 1.6s ease-out infinite;*/
/*  -moz-animation: ripple 1.6s ease-out infinite;*/
/*  -o-animation: ripple 1.6s ease-out infinite;*/
/*  animation: ripple 1.6s ease-out infinite;*/
/*  opacity: 0;*/
/*  background-image: -moz-linear-gradient(0deg, #062d58 0%, #007bff 100%);*/
/*  background-image: -webkit-linear-gradient(0deg, #062d58 0%, #007bff 100%);*/
/*  background-image: -ms-linear-gradient(0deg, #062d58 0%, #007bff 100%);*/
/*  border-radius: 10px; }*/
.go-top-wrap .go-top-btn:hover {
    background-color: #222;
    color: #fff;
}
.go-top-wrap.go-top-2-wrap .go-top-btn {
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.go-top-wrap.go-top-2-wrap .go-top-btn::after {
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.go-top-wrap.go-top-3-wrap .go-top-btn {
    background: #042140;
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
/*===========================
    12.FUN FACTS css 
===========================*/
.fun-facts-area {
    background: #f2f5f8;
    padding-top: 115px;
    padding-bottom: 120px;
}
.fun-facts-area .fun-facts-content {
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-facts-area .fun-facts-content {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .fun-facts-area .fun-facts-content {
        padding-bottom: 50px;
    }
}
.fun-facts-area .fun-facts-content span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
    position: relative;
}
.fun-facts-area .fun-facts-content span::before {
    position: absolute;
    content: "";
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #2b77eb 0%, #164a99 100%);
}
.fun-facts-area .fun-facts-content .title {
    font-size: 50px;
    line-height: 66px;
    color: #4b5d73;
    padding-right: 40px;
    padding-top: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .fun-facts-area .fun-facts-content .title {
        font-size: 48px;
        line-height: 58px;
    }
}
@media (max-width: 767px) {
    .fun-facts-area .fun-facts-content .title {
        font-size: 29px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fun-facts-area .fun-facts-content .title {
        font-size: 50px;
        line-height: 66px;
    }
}
.fun-facts-area .fun-facts-content p {
    line-height: 30px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .fun-facts-area .fun-facts-content p {
        padding-right: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-facts-area .fun-facts-content p {
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .fun-facts-area .fun-facts-content p {
        padding-right: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fun-facts-area .fun-facts-content p {
        padding-right: 100px;
    }
}
.fun-facts-area .fun-facts-content a {
    background: -webkit-linear-gradient(
        left,
        #2b77eb 0%,
        #164a99 50%,
        #2b77eb 100%
    );
    overflow: hidden;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% auto;
}
.fun-facts-area .fun-facts-content a:hover {
    background-position: right center;
}
.fun-facts-area .fun-facts-progress .progress-item {
    position: relative;
}
.fun-facts-area .fun-facts-progress .progress-item::before {
    position: absolute;
    content: "";
    left: 61%;
    top: 50%;
    height: 170px;
    width: 1px;
    background: #d1d7dd;
    transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-facts-area .fun-facts-progress .progress-item::before {
        display: none;
    }
}
@media (max-width: 767px) {
    .fun-facts-area .fun-facts-progress .progress-item::before {
        display: none;
    }
}
@media (max-width: 767px) {
    .fun-facts-area .fun-facts-progress .progress-item .item {
        margin-left: 0;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fun-facts-area .fun-facts-progress .progress-item .item {
        margin-left: 60px;
        margin-top: 0px;
    }
}
.fun-facts-area .fun-facts-progress .progress-item .item .box {
    position: relative;
    text-align: center;
}
.fun-facts-area .fun-facts-progress .progress-item .item .box .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #222;
}
.fun-facts-area .fun-facts-progress .progress-item .item .box .title span {
    font-size: 50px;
}
.fun-facts-area .fun-facts-progress .progress-item .item .content span {
    font-size: 18px;
    padding-top: 9px;
}
.fun-facts-area.fun-facts-about .fun-facts-content span {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.fun-facts-area.fun-facts-about .fun-facts-content span::before {
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.fun-facts-area.fun-facts-about .fun-facts-content .title {
    color: #041c4c;
}
.fun-facts-area.fun-facts-about .fun-facts-content a {
    background: -webkit-linear-gradient(
        left,
        #062d58 0%,
        #007bff 50%,
        #062d58 100%
    );
    overflow: hidden;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% auto;
}
.fun-facts-area.fun-facts-about .fun-facts-content a:hover {
    background-position: right center;
}

/*===========================
    13.FAQ css 
===========================*/
.faq-area {
    position: relative;
    padding-bottom: 495px;
}
.faq-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
        90deg,
        rgba(66, 140, 212, 0.9) 0%,
        rgba(0, 78, 154, 0.9) 100%
    );
}
.faq-area.faq-about::before {
    background: linear-gradient(
        90deg,
        rgba(4, 29, 79, 0.8) 0%,
        rgba(9, 64, 116, 0.8) 100%
    );
}
.reach-us p {
    padding: 0.2rem 0;
}
.reach-us p i {
    font-size: 22px;
    margin-right: 5px;
}
.faq-box-area {
    position: relative;
    margin-top: -460px;
}
.faq-box-area .faq-box {
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}
@media (max-width: 767px) {
    .faq-box-area .faq-box {
        padding: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-box-area .faq-box {
        padding: 45px;
    }
}
.faq-box-area .faq-box .faq-accordion .faq-accordion-content {
    padding-top: 13px;
    padding-bottom: 55px;
}
.faq-box .title {
    font-size: 28px !important;
    color: #222;
}
.faq-box-area .faq-box .faq-accordion .faq-accordion-content p {
    line-height: 27px;
    padding-top: 13px;
}
.faq-box-area .faq-form {
    background: #fafbff;
    padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-box-area .faq-form {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .faq-box-area .faq-form {
        margin-top: 50px;
        padding: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-box-area .faq-form {
        padding: 50px;
    }
}
.faq-box-area .faq-form .faq-title {
    padding-bottom: 25px;
}
.faq-box-area .faq-form .faq-title .title {
    font-size: 24px;
    color: #222;
}
.faq-box-area .faq-form .input-box input {
    width: 100%;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    padding-left: 20px;
    height: 50px;
    color: #000000;
}
.faq-box-area .faq-form .input-box input::placeholder {
    opacity: 1;
    color: #000000;
}
.faq-box-area .faq-form .input-box textarea {
    width: 100%;
    height: 186px;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    resize: none;
    padding-left: 20px;
    padding-top: 15px;
    color: #000000;
}

#slide-head {
    padding: 100px 0px 50px 0px;
    color: #062d58;
    background-image: url("../images/25bkgj5p.png");
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.carousel-inner.slick-initialized.slick-slider {
    height: 120px !important;
}
#slide-head h1 {
    font-size: 58px;
    text-shadow: 0 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 400;
}
#slide-head .prev {
    left: 10px;
}
#slide-head .prev,
#slide-head .next {
    position: absolute;
    top: 65%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: flex !important;
    margin-top: -70px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    z-index: 5;
}
#slide-head .next {
    right: 10px;
}
#slide-head .prev:hover,
#slide-head .next:hover {
    background-color: #4f9fb9;


}
.faq-box-area .faq-form .input-box textarea::placeholder {
    opacity: 1;
    color: #000000;
}
.faq-box-area .faq-form .input-box button {
    background: -webkit-linear-gradient(
        left,
        #2b77eb 0%,
        #164a99 50%,
        #2b77eb 100%
    );
    overflow: hidden;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% auto;
    padding: 14px 40px;
}
.faq-box-area .faq-form .input-box button:hover {
    background-position: right center;
}
.faq-box-area.faq-box-about .faq-form .input-box button {
    background: -webkit-linear-gradient(
        left,
        #062d58 0%,
        #007bff 50%,
        #062d58 100%
    );
    background: -o-linear-gradient(left, #062d58 0%, #007bff 50%, #062d58 100%);
    background: linear-gradient(
        to right,
        #062d58 0%,
        #007bff 50%,
        #062d58 100%
    );
    overflow: hidden;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% auto;
}
.faq-box-area.faq-box-about .faq-form .input-box button:hover {
    background-position: right center;
}

.faq-accordion {
    padding-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accordion {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-accordion {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .faq-accordion {
        padding-top: 30px;
    }
    .section-title .title {
        text-align: center;
    }
}
.faq-accordion .accordion {
    border: 0px;
}
.faq-accordion .accordion .card {
    border-radius: 0px !important;
    border: 0;
    margin-top: 20px;
    background-color: transparent;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    border: 0;
}
.faq-accordion .accordion .card:first-child {
    border-top: 0;
}
.faq-accordion .accordion .card .card-header {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.faq-accordion .accordion .card .card-header a {
    line-height: 70px;
    padding: 0 0 0 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    color: #041c4c;
    position: relative;
}
.faq-accordion .accordion .card .card-header a span {
    color: #062d58;
    padding-right: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accordion .accordion .card .card-header a span {
        padding-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accordion .accordion .card .card-header a {
        padding: 0 0 0 20px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-accordion .accordion .card .card-header a {
        padding: 15px 0 15px 20px;
        line-height: 26px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .faq-accordion .accordion .card .card-header a {
        padding: 15px 30px 15px 20px;
        line-height: 26px;
        font-size: 14px;
    }
}
.faq-accordion .accordion .card .card-header a i {
    color: #fff;
    padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accordion .accordion .card .card-header a i {
        padding-right: 10px;
    }
}
.faq-accordion .accordion .card .card-header a.collapsed {
    font-size: 16px;
    color: #041c4c;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accordion .accordion .card .card-header a.collapsed {
        padding: 0 0 0 20px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-accordion .accordion .card .card-header a.collapsed {
        padding: 15px 0 15px 20px;
        line-height: 26px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .faq-accordion .accordion .card .card-header a.collapsed {
        padding: 15px 30px 15px 20px;
        line-height: 26px;
        font-size: 14px;
    }
}
.faq-accordion .accordion .card .card-header a.collapsed::before {
    content: "\f111";
    color: #99b1c8;
}
.faq-accordion .accordion .card .card-header a::before {
    position: absolute;
    content: "\f112";
    right: 36px;
    font-size: 16px;
    font-family: Flaticon;
    color: #99b1c8;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accordion .accordion .card .card-header a::before {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .faq-accordion .accordion .card .card-header a::before {
        right: 10px;
    }
}
.faq-accordion .accordion .card .card-body {
    padding: 0 20px 25px 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accordion .accordion .card .card-body {
        padding: 0 20px 25px 30px !important;
    }
}
.faq-accordion .accordion .card .card-body p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.faq-accordion .accordion .card.show .card-body {
    padding: 0 40px 14px 40px !important;
}
.faq-accordion .accordion .card.show .card-body p {
    margin-top: -10px;
    font-size: 14px;
    color: #000000;
}

.brand-area {
    padding-bottom: 120px;
}
.brand-area .brand-item img {
    display: inline-block;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.brand-area .brand-item img:hover {
    opacity: 1;
}
.brand-area.brand-2-area {
    background: #042140;
    padding-top: 80px;
    padding-bottom: 80px;
}
.brand-area.brand-2-area .brand-item img {
    opacity: 1;
}

.faq-page-area .faq-accordion .accordion .card .card-header a {
    color: #222;
    font-size: 18px;
}
.faq-page-area .faq-accordion .accordion .card .card-body {
    padding: 0 50px 25px 30px !important;
}

/*===========================
    14.BUSINESS WAY css 
===========================*/
.business-way-area {
    position: relative;
    margin-top: -110px;
}
.business-way-area .business-way-box {
    padding: 30px;
    background: #042140;
    border-radius: 5px;
}
.business-way-area .business-way-box .business-way-content {
    padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .business-way-area .business-way-box .business-way-content {
        padding-left: 0;
        margin-right: -30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .business-way-area .business-way-box .business-way-content {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .business-way-area .business-way-box .business-way-content {
        padding-bottom: 30px;
        padding-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .business-way-area .business-way-box .business-way-content {
        padding-bottom: 30px;
        padding-left: 20px;
    }
}
.business-way-area .business-way-box .business-way-content .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
}
@media (max-width: 767px) {
    .business-way-area .business-way-box .business-way-content .title {
        font-size: 27px;
    }
}
.business-way-area .business-way-box .business-way-content a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    line-height: 50px;
    padding: 0 25px;
    margin-top: 28px;
}
.business-way-area .business-way-box .business-way-slide {
    margin-right: 65px;
    margin-left: 65px;
}
@media (max-width: 767px) {
    .business-way-area .business-way-box .business-way-slide {
        margin-right: 0;
        margin-left: 0;
    }
}
.business-way-area .business-way-box .business-way-slide .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.business-way-area .business-way-box .business-way-slide .slick-arrow:hover {
    background: #fff;
    color: #222;
}
.business-way-area .business-way-box .business-way-slide .slick-arrow.prev {
    left: -45px;
}
.business-way-area .business-way-box .business-way-slide .slick-arrow.next {
    right: -45px;
}
.business-way-area .business-way-box .business-way-slide .business-way-item {
    padding: 13px 0px 32px;
    border-radius: 10px;
}
.business-way-area .business-way-box .business-way-slide .business-way-item i {
    font-size: 60px;
    color: #062d58;
    position: relative;
    z-index: 10;
}
.business-way-area
    .business-way-box
    .business-way-slide
    .business-way-item
    i::after {
    position: absolute;
    content: "";
    right: 3px;
    bottom: 18px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #042140;
    z-index: -1;
}
.business-way-area
    .business-way-box
    .business-way-slide
    .business-way-item
    .title {
    font-size: 18px;
    line-height: 26px;
    color: #222;
}

/*===========================
    15.COUNTER css 
===========================*/
.counter-area {
    position: relative;
}
.counter-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}
.counter-area .counter-item i {
    font-size: 100px;
    line-height: 100px;
    color: #042140;
}
.counter-area .counter-item .title {
    font-size: 50px;
    color: #062d58;
    padding-top: 50px;
    position: relative;
    z-index: 10;
}
.counter-area .counter-item .title::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    height: 11px;
    width: 11px;
    background: #042140;
    border-radius: 50%;
    z-index: 1;
}
.counter-area .counter-item .title::after {
    position: absolute;
    content: "";
    left: 0;
    top: 27px;
    height: 2px;
    width: 100%;
    background: #eee;
    z-index: -1;
}
.counter-area .counter-item span {
    font-size: 14px;
    color: #062d58;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

/*===========================
    16.WRITE css 
===========================*/
.write-area .section-title {
    padding-bottom: 38px;
}
.write-area .section-title span {
    color: #042140;
}
.write-area .section-title span::before {
    display: none;
}
.write-area .section-title span::after {
    background: #042140;
}
.write-area form .input-box input {
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    line-height: 48px;
    padding-left: 20px;
    border: 2px solid rgba(239, 239, 239, 0.2);
    color: #fff;
    opacity: 0.6;
}
.write-area form .input-box input::placeholder {
    color: #fff;
    opacity: 0.6;
}
.write-area form .input-box textarea {
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid rgba(239, 239, 239, 0.2);
    padding-left: 20px;
    color: #fff;
    opacity: 0.6;
    resize: none;
    height: 145px;
    padding-top: 10px;
}
.write-area form .input-box textarea::placeholder {
    color: #fff;
    opacity: 0.6;
}
.write-area form .input-box button {
    left: 50px;
    padding: 0 90px;
    border-radius: 4px;
    margin-top: 20px;
    background: #042140;
    border: 2px solid #042140;
    text-transform: capitalize;
}
.write-area form .input-box button:hover {
    background-color: transparent;
    border-color: rgba(239, 239, 239, 0.2);
}
.write-area.write-faq .section-title span {
    color: #fff;
}
.write-area.write-faq .section-title span::after {
    background: #fff;
}
.write-area.write-faq form .input-box button {
    background: -webkit-linear-gradient(
        left,
        #062d58 0%,
        #007bff 50%,
        #062d58 100%
    );
    background: -o-linear-gradient(left, #062d58 0%, #007bff 50%, #062d58 100%);
    background: linear-gradient(
        to right,
        #062d58 0%,
        #007bff 50%,
        #062d58 100%
    );
    overflow: hidden;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% auto;
    border: 0;
}
.write-area.write-faq form .input-box button:hover {
    background-position: right center;
}

/*===========================
    17.CONTACT css 
===========================*/
.contact-area .contact-item i {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    border-radius: 20px;
    font-size: 44px;
    color: #062d58;
}
.contact-area .contact-item .title {
    font-size: 24px;
    color: #222;
    padding-top: 22px;
    padding-bottom: 16px;
}
.contact-area .contact-item ul li {
    line-height: 30px;
}
.contact-area .contact-item a {
    line-height: 50px;
    padding: 0 64px;
    position: relative;
    z-index: 10;
    color: #062d58;
    overflow: hidden;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 30px;
}
.contact-area .contact-item a::before {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-area .contact-item a:hover {
    color: #fff;
}
.contact-area .contact-item a:hover::before {
    opacity: 0;
}

.google-map iframe {
    height: 660px;
    width: 100%;
    margin-bottom: -7px;
}

/*# sourceMappingURL=style.css.map */
.navigation .navbar .navbar-nav .nav-item a ,.navigation .navbar .navbar-nav .nav-item a p{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.business-way-area
    .business-way-box
    .business-way-slide
    .business-way-item
    .title {
    font-size: 13px;
    line-height: 18px;
    padding: 0 10px;
    font-weight: 600;
}
.business-way-content p {
    color: #ffffff;
    margin-bottom: 0px;
}
.business-way-area .business-way-box .business-way-slide .business-way-item {
    min-height: 200px;
}
#pills-tab {
    display: inline-block;
}
#pills-tab li {
    display: inline-block;
}
.services-3-box .services-item .services-content .services-title .title {
    font-size: 14px;
    line-height: 42px;
    padding: 13px 20px 13px 80px;
}
#reg-section .container-fluid {
    padding: 0;
    overflow: hidden;
}
.brand-area2 {
    background: #062d58;
    padding-top: 80px;
    padding-bottom: 74px;
}
.section-title .title {
    line-height: 60px;
}
.banner-area.banner-3-area .banner-content .title {
    color: #fff !important;
    font-size: 100px !important;
    font-weight: 400 !important;
    font-family:'Open Sans', sans-serif;
}
.services-3-box .services-item .services-content .text-center p {
    line-height: 24px;
    padding: 20px 25px 0;
    margin-bottom: 20px;
}
.brand-area.brand-2-area .brand-item img,
.brand-area2 .brand-item img {
    border-radius: 30px;
}

.floating-wpp {
    z-index: 99999;
}
.float {
    position: fixed;
    width: 52px;
    height: 52px;
    bottom: 25px;
    right: 135px;
    background-color: green;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    z-index: 999;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
}
.float:hover {
    background-color: green;
    color: #ffffff;
}
.float2 {
    position: fixed;
    width: 52px;
    height: 52px;
    bottom: 15px;
    right: 145px;
    background-color: #062d58;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    z-index: 999;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
}
.float2:hover {
    background-color: #062d58;
    color: #ffffff;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    width: 70% !important;
}

.float i {
    font-size: 30px;
    margin-top: 12px;
}
.float2 i {
    font-size: 22px;
    margin-top: 15px;
}
#WAButton div.floating-wpp-button[style] {
    width: 52px !important;
    height: 52px !important;
}
.package-box {
    border-radius: 10px 10px 0 0;
}
.package-box {
    background: #ffffff;
}
.package-head {
    background: #041c4c;
    padding: 18px 15px;
    border-radius: 10px 10px 0 0;
}
.package-head h3 {
    color: #ffffff;
}
.package-list {
}
.package-list li {
    border-bottom: 1px #eee solid;
    padding: 5px 15px;
    font-size: 14px;
}
.packAmt {
    color: #062d58;
    padding: 10px 15px;
    font-size: 20px;
    border-bottom: 1px #eee solid;
    font-weight: 400;
    text-decoration: line-through !important;
    text-decoration-color: red !important;
}
.packDis {
    background: #f0f4f9;
    padding: 10px 15px;
    font-size: 15px;
    font-style: italic;
    color: #000;
    border-bottom: 1px #eee solid;
}
.packDisAmt {
    border-bottom: 1px #eee solid;
    color: #042140;
    font-size: 22px;
    padding: 16px 15px;
    font-weight: 500;
}
.process-area {
    padding-bottom: 60px;
    padding-top: 60px;
}
.timeline__item {
    display: table;
    width: 100%;
    margin-bottom: 2px;
}
.timeline__item__icon-wrap {
    display: table-cell;
    vertical-align: top;
    width: 0;
    position: relative;
    overflow: hidden;
}
.timeline__item__icon-wrap::before {
    content: " ";
    display: block;
    border-left: 1px solid #cccccc;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}
.last-item .timeline__item__icon-wrap:before {
    display: none;
}
.timeline__item__icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 60px;
    background: #042140;
    border-radius: 100%;
    text-align: center;
    font-size: 1.467em;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 12px 1px #bcbcbc;
    margin: 0 10px;
}
.timeline__item__icon::before {
    content: " ";
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
}
.timeline__item__content {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 50px;
}
.padding-left {
    padding-left: 10px;
}
.timeline__item__title {
    margin: 0px 0 5px 0 !important;
    font-weight: 800;
    font-style: normal;
    font-size: 1.2em;
    color: #343333;
}
.tours-tabs__content {
    margin-top: 30px;
}
#associates-section .title {
    font-size: 50px;
    line-height: 57px;
    color: #062d58;
    padding-top: 6px;
}
.page-title-area .page-title-content .title {
    font-size: 60px;
}
.hlTxt {
    color: red;
    font-size: 14px;
}
.why-choose-area p {
    margin-bottom: 15px;
}
.carousel-caption {
    top: 30px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
    max-width: 900px;
    width: 100%;
}
.banner-area.banner-3-area {
    margin-top: 0;
    height: 505px;
    background-size:cover;
    background-position:bottom;
}
.call-form {
    background: #ffffff;
    border: 1px #ddd solid;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 24px -12px #333;
    text-align: center;
}
.call-form-box {
    position: relative;
    top: 150px;
    z-index: 99;
}
.pg-position {
    position: relative;
    top: 10px;
}
#contact-form .form-control {
    border: 1px solid #eeeeee;
    color: #263860 !important;
    font-size: 14px !important;
    margin-bottom: 10px;
    text-align: center;
    padding: 1.5rem 0.95rem !important;
    box-shadow: 0 4px 20px -16px #000;
    border-radius: 10px;
}
.form-hd-ctn {
    font-size: 14px;
}
.call-form h4 {
    font-size: 28px;
}
#stlist .form-control {
    width: 100% !important;
    padding: 0.4rem 0.95rem !important;
    height: 53px;
}
#stlist .form-control ul,
#stlist .form-control ul li {
    width: 100%;
}
#stlist .form-control ul {
    height: 200px;
    overflow-y: scroll;
}
.call-form-ctn,
.call-form-ctn p,
.call-form-ctn h1,
.call-form-ctn h2 {
    color: #ffffff;
}
.call-form-ctn h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
.call-form-ctn h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #042140;
    font-weight: 400;
}
.call-form-ctn p {
    font-size: 18px;
    margin-bottom: 20px;
}
.pg-position .section-title span::after {
    position: absolute;
    content: "";
    top: 0;
    height: 2px;
    width: 60px;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(90deg, #062d58 0%, #007bff 100%);
}
.pg-position h3.title {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 40px;
}
.pg-position h4 {
    margin-bottom: 20px;
}
.bg-box {
    background: #f7f7f7;
    padding: 30px;
    box-shadow: 0 4px 20px -16px #000;
}
.services-details-area .services-details-play-content h2.title {
    font-size: 28px;
}
.benBox {
    padding: 30px;
    box-shadow: 0 4px 20px -16px #000;
    text-align: center;
    margin-bottom: 30px;
    min-height: 360px;
}
.benBox h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}
.step_con {
    padding: 45px 20px;
    background: #f6f6f6;
    border-radius: 0px;
    /* position:relative;*/
    min-height: 200px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px -16px #000;
}
.step_con .step_no {
    background: #042140;
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -20px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.step_con .step_no::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    border-left: solid 15px #639e18;
    border-top: solid 20px transparent;
    border-bottom: solid 0 transparent;
}
.step_con h3 {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
    line-height: 22px;
}
.preBox {
    text-align: center;
}
.preBox a {
    color: #000000 !important;
}
.preBox-ctn {
    background: #042140;
    margin-top: -60px;
    padding: 55px 20px 30px 20px;
    box-shadow: 0 4px 20px -10px #000;
    min-height: 300px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.preBox-ctn h3 {
    color: #ffffff;
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.preBox-ctn p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}
.preBox-img {
    background: #042140;
    width: 100px;
    height: 100px;
    border-radius: 90px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    box-shadow: 0 5px -20px -30px #000;
}
.preBox-img i {
    padding: 30px 35px;
    font-size: 34px;
    color: #ffffff;
}
.doc-box {
    box-shadow: 0 4px 20px -16px #000;
    margin-bottom: 30px;
}
.doc-box i {
    background: #041c4c;
    color: #ffffff;
    height: 100px;
    width: 100px;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 30px;
}
.doc-box .media-body {
    padding-top: 10px;
}
.doc-box .media-body h5 {
    font-size: 30px;
}
.doc-box .media-body p {
    font-size: 14px;
    line-height: 20px;
}
.services-details-play-content h5 {
    color: #042140;
}
.compliance-box {
    border: 1px #969696 dashed;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 480px;
}
.compliance-box h5 {
    margin-bottom: 10px;
}
.compliance-box i {
    font-size: 50px;
    color: #dddddd;
    margin-bottom: 15px;
}
.banner-list {
    display: inline-block;
}
.banner-list li {
    display: inline-block;
}
.banner-list li a {
    font-size: 14px;
}

.fx-height {
    min-height: 150px;
}
.fx-height2 {
    min-height: 280px;
}
.rm-link {
    color: #89d32a !important;
}
.modal-header {
    border-bottom: 0;
}
.img-border img {
    border-radius: 20px;
}
.forComp {
    display: none !important;
}
.header-area.header-3-area .navigation {
    background: none;
}
.navbar-brand img,
.footer-content img {
    border-radius: 10px;
}
.header-area.header-3-area .navigation.sticky {
    top: 0;
    background: #042140;
}
.table-bordered thead td,
.table-bordered thead th {
    vertical-align: middle;
}
.boxserv p {
    margin-bottom: 10px;
}
@media all and (max-width: 992px) {
    p strong span, p span strong {
        line-height: 2rem;
    }
    p span {
        line-height:2.2rem;
    }
    .navigation .navbar .navbar-nav .nav-item a {
        color: #000;
    }
    .banner-list li a {
        font-size: 10px;
    }
    .call-form-ctn,
    .call-form-ctn p,
    .call-form-ctn h1 {
        color: #000;
    }
    .call-form-ctn {
        text-align: center;
        color: #000;
        margin-top: 60px;
    }
    .call-form {
        margin-top: 280px;
    }
    .page-title-area {
        /*height: auto;*/
    }
    .call-form-box {
        top: 200px;
    }
    .forComp {
        display: none !important;
    }
    .call-form-ctn h1 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .call-form-ctn h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .business-way-area {
        margin-top: 60px;
    }
    .banner-area.banner-3-area .banner-content .title {
        font-size: 20px;
        line-height: 24px;
    }
    .header-area.header-3-area .navigation {
        top: 110px;
    }
    .banner-area.banner-3-area .banner-content .title {
      padding: 0px 50px;
      font-size: 1.5rem !important;
      line-height: 42px;
    }
}
@media (min-width: 992px) and (max-width: 1191px) {
    .forMob {
        display: none !important;
    }
    .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item {
        margin: 0 5px;
    }
}
@media (min-width: 1191px) and (max-width: 1280px) {
    .forMob {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    .forMob {
        display: none !important;
    }
}

.sticky .navbar-brand {
    padding-left: 0.5rem;
}
.nopadding {
    padding: 0px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.green-color {
    color:green;
}

.header-top-info ul {
    list-style:none;
}


/* Banner Slider Section */
#banner-slider .carousel-item {
    height: 505px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#banner-slider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    /*left: 15%;*/
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

#banner-slider .banner-content .title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.team-bg .team-description p { color: #fff; }

html body .footer-area .footer-content ul li a { border: none !important; 
outline: none;background: inherit;padding: 0;}


@media only screen and (max-width:767px) {
   h4 {font-size: 17px;}
   .services-details-area h2 { font-size: 19px !important; }
  #payroll-solutions-section h2 { margin-top: 10px !important; }
  #payroll-solutions-section h3 { font-size: 15px !important }
  #payroll-solutions-section h2 { font-size: 18px !important }
  #payroll-solutions-section .hero { padding: 20px !important; }
  #payroll-solutions-section .hero h1 { font-size: 22px; }
 .cta-section h3 {color: #fff !important} 
 p { margin-left: 0 !important; margin-right: 0 !important } 
 html body h1 { font-size: 20px;line-height: normal; }
 html body h3 { font-size: 20px;line-height: normal; }
  .section-title { padding-bottom: 15px !important }
 .faq-box .title,.faq-box-area .faq-form .faq-title .title { font-size: 19px !important } 
.section-title .title { font-size: 20px; }  
#banner-slider .carousel-item {height: 300px !important;}
.header-area.header-3-area .toggler-icon { margin-left: auto;
  margin-right: auto; }
 .header-area.header-3-area .header-top { flex-direction: row; } 
.header-area.header-3-area .header-top-logo { margin-bottom: 0px; }
.header-area.header-3-area .header-top {padding: 10px;}
.header-area.header-3-area .absolute-r { margin: 0px; }
.header-area.header-3-area .navbar-toggler { margin: 0;
width: 100%; text-align: center;margin: 8px 0;         background: #ffed60;
        text-align: center;}
.header-area.header-3-area .header-top-logo img {max-height: 40px;}
.banner-content-section { padding: 40px 0; } 
.banner-content-section ul { margin: 0; margin-top: 20px; }
.banner-content-section .banner-content .title { font-size: 22px; }
.team-2-area { padding: 15px 0 30px; }
.team-img { height: auto !important; }
.section-title-2 .subtitle {font-size: 14px;}
.team-about .row.mt-5 { margin-top: 10px !important; }
#slide-head h1 { font-size: 24px; line-height: normal; }
#slide-head { padding: 50px 0  15px; }
#slide-head { height: auto !important; }
#slide-head .carousel-inner.slick-initialized.slick-slider .slick-arrow { display: none !important; }
#slide-head .carousel-inner.slick-initialized.slick-slider { height: auto !important }
.section-title .title { line-height: 100% !important;padding: 0px; }
.faq-box-area .faq-form { margin: 0px; }
.faq-box-area h3 { font-size: 18px; }
.float {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: inherit;
    top: 31px;
    right: 20px;}
.float i {
    font-size: 26px;
    margin-top: 10px;
} 
.go-top-wrap.go-top-3-wrap .go-top-btn{top: inherit;
    bottom: -21px;
    width: 30px;
    height: 30px;
    display: none;
}
.footer-area .footer-content p { font-size: 11px; }
html body .widget-visible.widget-visible { bottom: -39px !important;
transform: scale(0.8) !important; }  
.footer-area .footer-content p {font-size: 9px;
    text-align: left !important;width: 100%;} 
    .faq-accordion {padding-top: 0px;}
    .reach-us p { font-size: 13px; }

.faq-box-area .faq-form .faq-title { padding-bottom: 8px !important; }    
.services-details-area .services-details-content .services-details-thumb .title
{ font-size: 18px;line-height: normal; text-align: left; }
.main-btn1 {padding: 15px 15px;font-size: 12px;line-height: 22px;}
body { padding: 0px !important; }
.main-btn1 i { padding: 0; }
.breadcrumb-item + .breadcrumb-item::before { display: none; }
.breadcrumb { text-align: center; }
.breadcrumb-item + .breadcrumb-item { padding: 0; margin-top: 5px;
font-size: 10px; }
html body .container { padding: 0 15px !important; }
html body .content-section { background: transparent !important;box-shadow: none !important; }
html body .content-section { padding-bottom: 0 !important; margin-bottom: 0 !important }
.step { padding: 0px !important;margin: 0px !important; }
.step::before { position: static !important;font-size: 13px !important;width: 65px !important;height: 65px !important; }
.services-details-area ul, .services-details-area ol { padding: 10px 0 !important }
.page-title-area .page-title-content .title { font-size: 20px; }
.breadcrumb { display: block; }
.why-choose-area {padding: 30px 0 !important;}
#payroll-solutions-section .content-section { padding: 10px 0 !important; margin: 0 !important }
#payroll-solutions-section .hero h1 { font-size: 20px !important; }
.intro-highlight {padding: 10px !important}
#office-solutions-section h1 { font-size: 20px !important }
.footer-area .footer-content ul li a {width: 30px!important; height: 30px!important;}
}







