html {
    font-size: 15px;
}

:root {
    scroll-behavior: unset;
}

body {
    font-family: "DM Sans", sans-serif;
    background-color: #fff;
    font-size: 15px;
    overflow-x: hidden;
}
.fs-14{
    font-size: 1.4rem !important;
}
p {
    font-size: 16px;
    color: #222;
    line-height: 1.4;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

/* 1.2 Global Elements */
.main_page_wrapper {
    position: relative;
    /* overflow: hidden; */
}

.wow {
    visibility: hidden;
}

.section_space {
    padding: 40px 0;
}

@media (max-width: 991px) {
    .section_space {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .section_space {
        padding: 40px 0;
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotating 5s alternate infinite;
}

.top_title {
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .top_title {
        margin-bottom: 20px;
    }
}

.top_title span {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.76px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .top_title span {
        font-size: 13px;
    }
}

.top_title span img {
    margin-right: 5px;
}

.top_title h2 {
    position: relative;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .top_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .top_title h2 {
        font-size: 30px;
    }
}

.top_title p {
    font-size: 18px;
}

.btn_primary {
    background: #012c4b;
    display: inline-block;
    padding: 15px 45px;
    border: 0;
    border-radius: 7px;
    z-index: 1;
    position: relative;
    color: #fff;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.btn_primary:hover,
.btn_primary:focus,
.btn_primary:active {
    color: #fff;
    background: rgba(0, 85, 255, 0.8784313725);

}

@media (max-width: 991px) {
    .btn_primary {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .btn_primary {
        padding: 12px 18px;
        font-size: 14px;
    }
}

.btn_secondary {
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 10px;
    color: white;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    padding: 14px 50px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    text-transform: capitalize;
}

.btn_secondary::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #e67657 0%, #f1b853 97%);
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.btn_secondary:hover {
    color: #fff;
}

.btn_secondary:hover::before {
    background: linear-gradient(90deg, #f1b853 0%, #e67657 97%);
}

#button {
    display: inline-block;
    background-color: #012c4b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\e627";
    font-family: themify;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #c6832c;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.breadcumb-section {
    background: url(../images/breadcumb-bg.jpg) no-repeat center top/cover;
    height: 130px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

@media (max-width: 767px) {
    .breadcumb-section {
        min-height: auto;
    }
}
.fs-18{
    font-size: 18px !important;
}
.breadcumb-section .breadcumb-wrap {
    text-align: left;
}

@media (max-width: 767px) {
    .breadcumb-section .breadcumb-wrap {
        padding-top: 0px;
    }
}

.breadcumb-section .breadcumb-wrap span {
    color: #fff;
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
}

@media (max-width: 767px) {
    .breadcumb-section .breadcumb-wrap span {
        font-size: 13px;
        line-height: 25px;
    }
}

.breadcumb-section .breadcumb-wrap h1 {
    color: #fff;
    font-family: Raleway;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.7px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .breadcumb-section .breadcumb-wrap h1 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
}

.breadcumb-section .breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    position: relative;
    font-size: 20px;
}

@media (max-width: 767px) {
    .breadcumb-section .breadcumb-wrap ul li {
        font-size: 18px;
    }
}

.breadcumb-section .breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-section .breadcumb-wrap ul li:last-child span {
    color: #cbd4fd;
}

.breadcumb-section .breadcumb-wrap ul li:last-child:after {
    display: none;
}

.breadcumb-section .breadcumb-wrap ul li a {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s;
}

.breadcumb-section .breadcumb-wrap ul li a:hover {
    color: #012c4b;
}

.about-section.about-section-s2 {
    padding-top: 170px;
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
    font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #012c4b;
    box-shadow: #3379ff, 5px, 0;
}

.form select {
    font-style: normal;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.form ::-moz-placeholder {
    font-style: normal;
}

.form ::placeholder {
    font-style: normal;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.social-links li a {
    background-color: #3379ff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}

.social-links li a:hover {
    background-color: #012c4b;
}

.blog-sidebar .blog-widget {
    background: #f4f6f8;
    padding: 35px 30px;
    margin-bottom: 30px;
}

.blog-sidebar .blog-widget .title {
    color: #012c4b;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    /* 136.364% */
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}

.blog-sidebar .blog-widget .title::before {
    position: absolute;
    content: "";
    width: 1.907px;
    height: 21px;
    background: #012c4b;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-sidebar .bloger-profile .bloger-img {
    text-align: center;
    margin: 30px 0 20px;
}

.blog-sidebar .bloger-profile .bloger-img img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-sidebar .bloger-profile .name {
    color: #012c4b;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-sidebar .bloger-profile .bloger-title {
    color: #727a7d;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.blog-sidebar .bloger-profile .bloger-info {
    color: #727a7d;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-sidebar .bloger-profile .bloger-social {
    margin-bottom: 30px;
    list-style: none;
    display: flex;
    align-items: center;
    -moz-column-gap: 13px;
    column-gap: 13px;
    justify-content: center;
}

.blog-sidebar .bloger-profile .bloger-social li {
    list-style: none;
}

.blog-sidebar .bloger-profile .bloger-social li a {
    width: 42px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    color: #7d7e80;
    transition: all 0.3s ease;
}

.blog-sidebar .bloger-profile .bloger-social li a:hover {
    color: #fff;
    background: #012c4b;
}

.blog-sidebar .blog-search .search-option {
    position: relative;
    height: 55px;
    width: 100%;
}

.blog-sidebar .blog-search .search-option input {
    width: 100%;
    height: 55px;
    background: #fff;
    padding: 15px;
    border: none;
    outline: none;
}

.blog-sidebar .blog-search .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.blog-sidebar .blog-search .search-icon i {
    color: #000;
    width: 14.961px;
    height: 15px;
}

.blog-sidebar .recent-blog .recent-post-list .single-post {
    display: flex;
    align-items: start;
    -moz-column-gap: 23px;
    column-gap: 23px;
    margin-bottom: 30px;
}

.blog-sidebar .recent-blog .recent-post-list .single-post:last-child {
    margin-bottom: 0;
}

.blog-sidebar .recent-blog .recent-post-list .single-post .post-img img {
    min-width: 100px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-sidebar .recent-blog .recent-post-list .single-post .post-info .date {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #888686;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    text-transform: capitalize;
}

.blog-sidebar
    .recent-blog
    .recent-post-list
    .single-post
    .post-info
    .date
    .icon
    img {
    width: 15px;
    height: 15px;
}

.blog-sidebar
    .recent-blog
    .recent-post-list
    .single-post
    .post-info
    .post-title
    a {
    color: #012c4b;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    /* 180% */
}

@media (max-width: 576px) {
    .blog-sidebar
        .recent-blog
        .recent-post-list
        .single-post
        .post-info
        .post-title
        a {
        font-size: 14px;
        line-height: 20.8px;
    }
}

.blog-sidebar .blog-category-list .category-item {
    list-style: none;
}

.blog-sidebar .blog-category-list .category-item li {
    margin-bottom: 20px;
}

.blog-sidebar .blog-category-list .category-item li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .blog-category-list .category-item li a {
    color: #445658;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #ededed;
    background: #fff;
    transition: all 0.3s ease;
}

.blog-sidebar .blog-category-list .category-item li a:hover {
    background: #012c4b;
    color: #fff;
}

.blog-sidebar .tag-list .tag-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 13px;
    column-gap: 13px;
    row-gap: 13px;
    flex-wrap: wrap;
    list-style: none;
}

.blog-sidebar .tag-list .tag-item li a {
    padding: 10px 20px;
    color: #77787b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background: #fff;
    transition: all 0.3s ease;
    display: block;
}

.blog-sidebar .tag-list .tag-item li a:hover {
    color: #fff;
    background: #012c4b;
}

/* 2. header */
/* header_section */
.topbar {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
/* .floating-menu {
    position: absolute;
    top: 20px;
} */

.floating-menu .menu_bar .wraper {
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .topbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .topbar {
        text-align: center;
        padding: 0;
    }
}

.topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .topbar ul {
        float: none;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.topbar ul li {
    font-size: 15px;
    float: left;
    padding: 13px 10px;
    color: #ffffff;
    line-height: 1em;
}

@media (max-width: 991px) {
    .topbar ul li {
        padding: 15px 10px;
    }
}

.topbar ul li img {
    margin-right: 5px;
}

.topbar .contact-info {
    position: relative;
    z-index: 1;
}

.topbar .contact-info ul {
    background: #012c4b;
    text-align: center;
    margin: 5px 0;
    padding: 0 33px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .topbar .contact-info ul {
        margin: 0;
        padding: 0;
    }
}

.topbar .contact-info .shape {
    position: absolute;
    left: 55%;
    bottom: -61px;
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 991px) {
    .topbar .contact-info .shape {
        display: none;
    }
}

.topbar .contact-info ul li a {
    color: #e4e4e4;
}

.topbar ul li:first-child {
    padding-left: 0;
}

.topbar .contact-intro ul {
    float: left;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .topbar .contact-intro ul {
        float: none;
    }
}

@media (max-width: 1200px) {
    .topbar ul li {
        font-size: 12px;
        padding: 15px 10px;
    }
}

@media (max-width: 991px) {
    .topbar ul li {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .topbar ul li {
        float: left;
        border: none;
        padding: 8px 6px;
        font-size: 13px;
    }
}

@media (max-width: 590px) {
    .topbar ul li {
        float: none;
    }

    .topbar .contact-info ul li {
        float: left;
    }

    .topbar ul {
        flex-wrap: wrap;
    }
}

.topbar .theme-btn-s2 {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -3px;
    color: #fff !important;
}

.topbar ul .fi {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 3px;
}

.topbar ul .fi:before {
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
}

.header_section {
    width: 100%;
    z-index: 20;
}

.menu_bar {
    padding: 0 260px;
}

@media (max-width: 1850px) {
    .menu_bar {
        padding: 0 220px;
    }
}

@media (max-width: 1799px) {
    .menu_bar {
        padding: 0 200px;
    }
}

@media (max-width: 1749px) {
    .menu_bar {
        padding: 0 160px;
    }
}

@media (max-width: 1649px) {
    .menu_bar {
        padding: 0 120px;
    }
}

@media (max-width: 1599px) {
    .menu_bar {
        padding: 0 80px;
    }
}

@media (max-width: 1499px) {
    .menu_bar {
        padding: 0 20px;
    }
}

@media (max-width: 1399px) {
    .menu_bar {
        padding: 0;
    }
}

.menu_bar .wraper {
    background: #fff;
    padding: 10px 40px;
    border-radius: 0px 0px 10px 10px;
}

@media (max-width: 1199px) {
    .menu_bar .wraper {
        padding: 20px 20px;
    }
}

.menu_bar .logo {
    position: relative;
}

.menu_bar .logo::before {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    width: 1px;
    height: 87px;
    background: rgba(112, 116, 128, 0.08);
}

.menu-open {
    display: none;
}

@media (max-width: 991px) {
    .menu-open {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border: 1px solid #012c4b;
        color: #012c4b;
        font-size: 20px;
        margin-left: auto;
        position: relative;
        z-index: 1111;
    }
}

@media (max-width: 450px) {
    .menu-open {
        width: 40px;
        height: 40px;
    }
    .brand-section {

        padding: 15px 0 !important;
    }
}

.menu-wrap {
    position: relative;
    z-index: 11;
}

.menu-wrap .menu-main li {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 16px 14px;
}

@media (max-width: 1399px) {
    .menu-wrap .menu-main li {
        padding: 10px 10px;
    }
}

.menu-wrap .menu-main li a {
    transition: all 0.3s ease-in-out;
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.menu-wrap .menu-main li a:hover {
    color: #012c4b;
}

@media (max-width: 1399px) {
    .menu-wrap .menu-main li a {
        font-size: 15px;
    }
}

.menu-wrap .menu-main li:hover a {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .menu-wrap .menu-main li:hover a {
        text-decoration: none;
    }
}

.menu-wrap .menu-main li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 120%;
}

.menu-wrap .menu-main li:hover .submenu li a {
    text-decoration: unset;
}

.menu-wrap .submenu {
    position: absolute;
    width: max-content;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #fff;
    left: 0;
    text-align: left;
    top: 170%;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.menu-wrap .submenu li {
    display: block;
    padding: 0;
}

.menu-wrap .submenu li a {
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    display: block;
    border-bottom: 1px solid #e8ebed;
    transition: all 0.3s ease-in-out;
}

.menu-wrap .submenu li a:hover {
    padding-left: 30px;
    color: #012c4b;
}

.menu-wrap .submenu li:last-child a {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .menu-wrap {
        position: absolute;
        width: 300px;
        background: #fff;
        padding: 20px;
        height: 100vh;
        overflow-y: auto;
        left: -100%;
        top: 0;
        z-index: 11;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px,
            rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .menu-wrap.open-mobilemenu {
        left: -10px;
        opacity: 1;
        visibility: visible;
    }

    .menu-wrap .menu-main li {
        display: block;
        padding: 10px 0px;
    }

    .menu-wrap .submenu {
        position: unset;
        width: 100%;
        box-shadow: 0px 3px 6px transparent;
        background: transparent;
        padding: 5px 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in-out;
    }

    .menu-wrap .submenu li {
        padding: 0;
    }

    .menu-wrap .submenu li a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .submenu {
        display: none;
        transition: all 0.3s ease-in-out;
    }
}

.submenu-open {
    cursor: pointer;
    position: absolute;
    right: 0;
}

@media (min-width: 992px) {
    .submenu-open {
        display: none;
    }
}

.submenu-open::after {
    border: 1px solid #e8ebed;
    position: absolute;
    right: 0;
    top: 50%;
    content: "\e64b";
    font-family: themify;
    font-size: 15px;
    padding: 8px;
    line-height: 15px;
    transition: all 0.3s ease-in-out;
}

.submenu-open.active {
    transition: all 0.3s ease-in-out;
}

.submenu-open.active::after {
    transform: rotate(180deg);
}

.submenu-open.active + .submenu {
    display: block;
    transition: all 0.3s ease-in-out;
}

/* header-right */
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 991px) {
    .header-right {
        display: none;
    }
}

.header-right .shope_btn {
    padding-right: 18px;
    position: relative;
}

.header-right .shope_btn::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 68px;
    background: rgba(112, 116, 128, 0.08);
}

.header-right .shope_btn a {
    position: relative;
    width: 45px;
    height: 44px;
    border-radius: 22px;
    background: #f2f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .shope_btn a .count {
    position: absolute;
    right: 0;
    top: -6px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 100px;
    background: #012c4b;
    color: #fff;
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-transform: lowercase;
}

.header-right .header-search {
    width: 45px;
    height: 44px;
    border-radius: 22px;
    background: #f2f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.header-right .btn_primary {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 0;
    background: #ED2F6B;
    background: linear-gradient(90deg,rgba(237, 47, 107, 1) 50%, rgba(237, 47, 107, 1) 100%);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .header-right .btn_primary {
        padding: 15px 20px;
    }
}

.header-right .btn_primary:hover {
    background: rgba(10, 20, 38, 0.7921568627);
}

/* header_section_s2 */
.header_section_s2 {
    position: unset;
}

.header_section_s2 .topbar {
    background: #012c4b;
}

.header_section_s2 .topbar .contact-info ul {
    background: transparent;
    margin: 0;
    padding: 0;
}

.header_section_s2 .topbar .contact-info ul:last-child span {
    color: #fff;
    text-align: center;
    font-family: DM Sans;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    background: #012c4b;
    padding: 14px 20px;
}

.header_section_s2 .menu_bar .logo::before {
    display: none;
}

.header_section_s2 .header-right .shope_btn::before {
    right: -89px;
}

@media (max-width: 1199px) {
    .header_section_s2 .header-right .shope_btn::before {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header_section_s2 .header-right .header-search {
        margin: 0;
    }
}

.header_section_s2 .call-btn {
    display: flex;
    align-items: center;
    padding-left: 25px;
}

@media (max-width: 1199px) {
    .header_section_s2 .call-btn {
        display: none;
    }
}

.header_section_s2 .call-btn .text {
    margin-left: 10px;
}

.header_section_s2 .call-btn .text span {
    color: #012c4b;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.header_section_s2 .call-btn .text P {
    margin-bottom: 0;
    color: #012c4b;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* header_section_s3 */
.header_section_s3 .topbar {
    background: #012c4b;
}

.header_section_s3 .topbar .contact-info ul {
    margin: 0;
}

.header_section_s3 .menu_bar.s2 {
    background: #fff;
}

@media (max-width: 991px) {
    .header_section_s3 .menu_bar.s2 {
        display: none;
    }
}

.header_section_s3 .menu_bar.s2 .logo {
    display: block;
}

@media (max-width: 991px) {
    .header_section_s3 .menu_bar.s2 .logo {
        display: none;
    }
}

.header_section_s3 .menu_bar.s2 .wraper {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .header_section_s3 .menu_bar.s2 {
        padding-top: 30px;
    }
}

.header_section_s3 .menu_bar.s2 .logo::before {
    display: none;
}

.header_section_s3 .menu_bar.s2 .midnar-logo {
    background: #000;
    height: 95px;
    line-height: 95px;
    text-align: center;
    margin-right: 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

@media (max-width: 1199px) {
    .header_section_s3 .menu_bar.s2 .midnar-logo {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .header_section_s3 .menu_bar.s2 .midnar-logo {
        display: none;
    }
}

.header_section_s3 .menu_bar.s2 .info {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .header_section_s3 .menu_bar.s2 .info {
        justify-content: left;
        width: 320px;
        margin: 0 auto;
        max-width: 214px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .header_section_s3 .menu_bar.s2 .info .icon {
        width: 30px;
    }
}

.header_section_s3 .menu_bar.s2 .info .text {
    padding-left: 20px;
}

@media (max-width: 1199px) {
    .header_section_s3 .menu_bar.s2 .info .text {
        padding-left: 10px;
    }
}

.header_section_s3 .menu_bar.s2 .info .text h3 {
    color: #012c4b;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .header_section_s3 .menu_bar.s2 .info .text h3 {
        margin-bottom: 0px;
    }
}

.header_section_s3 .menu_bar.s2 .info .text span {
    color: #404556;
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.header_section_s3 .menu_bar .wraper {
    background: #fff;
    padding: 10px 0;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: -65px;
    position: relative;
    z-index: 111;
}

@media (max-width: 1199px) {
    .header_section_s3 .menu_bar .wraper {
        padding: 20px 20px;
    }
}

.header_section_s3 .menu_bar .wraper .logo::before {
    display: none;
}

.header_section_s3 .menu_bar .wraper .logo {
    display: none;
}

@media (max-width: 991px) {
    .header_section_s3 .menu_bar .wraper .logo {
        display: block;
    }
}

.header_section_s3 .menu_bar.s2 .wraper .logo {
    display: block;
}

.header_section_s3 .header-right {
    margin-right: 10px;
}

/*--------------------------------------------------------------
3. sections
--------------------------------------------------------------*/
/*-------------------------------------------
3.1 hero_section
--------------------------------------------*/
.hero-section,
.hero-section-s3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 874px;
    position: relative;
    z-index: 1;
}

.hero-section .bg-img,
.hero-section-s3 .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.hero-section .bg-img img,
.hero-section-s3 .bg-img img {
    -webkit-animation: kenburn 25s 2s alternate infinite;
    -animation: kenburn 25s 2s alternate infinite;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .hero-section,
    .hero-section-s3 {
        height: 780px;
    }
}

@media (max-width: 991px) {
    .hero-section,
    .hero-section-s3 {
        height: 750px;
    }
}

@media (max-width: 767px) {
    .hero-section,
    .hero-section-s3 {
        height: 600px;
    }
}

.hero-section .hreo-content,
.hero-section-s3 .hreo-content {
    margin-top: 285px;
}

@media (max-width: 767px) {
    .hero-section .hreo-content,
    .hero-section-s3 .hreo-content {
        margin-top: 250px;
    }
}

@media (max-width: 576px) {
    .hero-section .hreo-content,
    .hero-section-s3 .hreo-content {
        margin-top: 200px;
    }
}

.hero-section .hreo-content span,
.hero-section-s3 .hreo-content span {
    color: #fff;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    padding: 5px 10px;
}

.hero-section .hreo-content h2,
.hero-section-s3 .hreo-content h2 {
    color: #fff;
    font-family: Raleway;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.04);
    padding: 13px;
    padding-top: 2px;
    display: inline-block;
}

@media (max-width: 1399px) {
    .hero-section .hreo-content h2,
    .hero-section-s3 .hreo-content h2 {
        font-size: 65px;
    }
}

@media (max-width: 1199px) {
    .hero-section .hreo-content h2,
    .hero-section-s3 .hreo-content h2 {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 767px) {
    .hero-section .hreo-content h2,
    .hero-section-s3 .hreo-content h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 0;
    }
}

.hero-section .hreo-content h3,
.hero-section-s3 .hreo-content h3 {
    color: #fff;
    font-family: Raleway;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .hero-section .hreo-content h3,
    .hero-section-s3 .hreo-content h3 {
        font-size: 65px;
    }
}

@media (max-width: 1199px) {
    .hero-section .hreo-content h3,
    .hero-section-s3 .hreo-content h3 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .hero-section .hreo-content h3,
    .hero-section-s3 .hreo-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

.hero-section .hreo-content h3 span,
.hero-section-s3 .hreo-content h3 span {
    color: #c6832c;
    font-family: Raleway;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    border: 1px dashed transparent;
    padding: 0;
}

@media (max-width: 1199px) {
    .hero-section .hreo-content h3 span,
    .hero-section-s3 .hreo-content h3 span {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .hero-section .hreo-content h3 span,
    .hero-section-s3 .hreo-content h3 span {
        font-size: 30px;
        line-height: 40px;
    }
}

.hero-section .hreo-content .hero-btn .btn_primary,
.hero-section-s3 .hreo-content .hero-btn .btn_primary {
    color: #fff;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 20px 45px;
}

@media (max-width: 991px) {
    .hero-section .hreo-content .hero-btn .btn_primary,
    .hero-section-s3 .hreo-content .hero-btn .btn_primary {
        font-size: 15px;
        padding: 15px 30px;
    }
}

@media (max-width: 767px) {
    .hero-section .hreo-content .hero-btn .btn_primary,
    .hero-section-s3 .hreo-content .hero-btn .btn_primary {
        padding: 12px 18px;
        font-size: 14px;
    }
}

.hero-section .hreo-content .hero-btn .btn_primary::after,
.hero-section-s3 .hreo-content .hero-btn .btn_primary::after {
    display: none;
}

.hero-section .hreo-content .hero-btn .btn_primary span,
.hero-section-s3 .hreo-content .hero-btn .btn_primary span {
    position: absolute;
    right: -5px;
    bottom: -5px;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border: 1px dashed #012c4b;
    z-index: -11;
    transition: opacity 0.5s ease-out;
}

.hero-section .hreo-content .hero-btn .btn_primary:hover span,
.hero-section-s3 .hreo-content .hero-btn .btn_primary:hover span {
    border: 1px dashed #004ee6;
}

.hero-section .hero-botom,
.hero-section-s3 .hero-botom {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.hero-section .video-btn,
.hero-section-s3 .video-btn {
    display: block;
    width: 77px;
    height: 77px;
    line-height: 61px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin-left: 30px;
    border: 10px solid rgba(18, 18, 18, 0.06);
}

@media (max-width: 767px) {
    .hero-section .video-btn,
    .hero-section-s3 .video-btn {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
}

.hero-section .video-btn:after,
.hero-section-s3 .video-btn:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #012c4b;
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-section .video-btn i,
.hero-section-s3 .video-btn i {
    font-size: 25px;
    color: #fff;
}

.hero-section .shape,
.hero-section-s3 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation: bounce-1 6s infinite;
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    }

    to {
        box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    }
}

/* hero-section-s2 */
.hero-section-s2 {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 770px;
}

.hero-section-s2 .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.hero-section-s2 .bg-img img {
    -webkit-animation: kenburn 25s 2s alternate infinite;
    -animation: kenburn 25s 2s alternate infinite;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .hero-section-s2 {
        height: 700px;
        background: unset;
    }
}

@media (max-width: 767px) {
    .hero-section-s2 {
        height: 600px;
    }
}

@media (max-width: 575px) {
    .hero-section-s2 {
        height: 500px;
    }
}

.hero-section-s2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(
        143deg,
        rgba(242, 244, 246, 0.68) 0%,
        rgba(242, 244, 246, 0) 30.54%,
        rgba(242, 244, 246, 0) 100%
    );
}

.hero-section-s2 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.hero-section-s2 .shape-2 {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: -1;
}

@media (max-width: 991px) {
    .hero-section-s2 .shape-2 {
        display: none;
    }
}

.hero-section-s2 .hero-wrap {
    position: relative;
}

.hero-section-s2 .hreo-content {
    margin-top: 120px;
}

@media (max-width: 575px) {
    .hero-section-s2 .hreo-content {
        margin-top: 50px;
    }
}

.hero-section-s2 .hreo-content span {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.76px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .hero-section-s2 .hreo-content span {
        font-size: 15px;
    }
}

.hero-section-s2 .hreo-content span img {
    margin-right: 5px;
}

.hero-section-s2 .hreo-content h2 {
    color: #012c4b;
    font-family: Raleway;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .hero-section-s2 .hreo-content h2 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .hero-section-s2 .hreo-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.hero-section-s2 .hreo-content h3 {
    color: #012c4b;
    font-family: Raleway;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .hero-section-s2 .hreo-content h3 {
        font-size: 66px;
    }
}

@media (max-width: 767px) {
    .hero-section-s2 .hreo-content h3 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .hero-section-s2 .hreo-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .hero-section-s2 .hreo-content h3 {
        margin-bottom: 10px;
    }
}

.hero-section-s2 .hreo-content p {
    color: #5e5f63;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    max-width: 557px;
    margin-bottom: 40px;
}

.hero-section-s2 .hreo-content .hero-btn .btn_primary {
    color: #fff;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: #c6832c;
    color: #fff;
    padding: 20px 45px;
}

@media (max-width: 991px) {
    .hero-section-s2 .hreo-content .hero-btn .btn_primary {
        font-size: 15px;
        padding: 15px 30px;
    }
}

@media (max-width: 767px) {
    .hero-section-s2 .hreo-content .hero-btn .btn_primary {
        padding: 12px 18px;
        font-size: 14px;
    }
}

.hero-section-s2 .argent-btn {
    position: absolute;
    z-index: 1;
    width: 247px;
    height: 142px;
    right: 0;
    top: 67%;
    text-align: center;
    padding-top: 13px;
}

@media (max-width: 991px) {
    .hero-section-s2 .argent-btn {
        right: -100px;
        top: 78%;
    }
}

@media (max-width: 767px) {
    .hero-section-s2 .argent-btn {
        display: none;
    }
}

.hero-section-s2 .argent-btn .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-section-s2 .argent-btn span {
    color: #fff;
    font-family: DM Sans;
    font-size: 26px;
    font-weight: 500;
    line-height: 57px;
}

.hero-section-s2 .argent-btn h2 {
    color: #fff;
    font-family: DM Sans;
    font-size: 56px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 0;
}

.hero-section-s2 .argent-btn h2 span {
    color: #fff;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 57px;
}

/* hero-section-s3 */
.hero-section-s3 {
    background: url(../images/slider/slide-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 776px;
    z-index: 1;
}

@media (max-width: 991px) {
    .hero-section-s3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-section-s3 {
        height: 500px;
    }
}

.hero-section-s3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(
        143deg,
        rgba(242, 244, 246, 0.68) 0%,
        rgba(242, 244, 246, 0) 30.54%,
        rgba(242, 244, 246, 0) 100%
    );
    z-index: -1;
}

.hero-section-s3 .hreo-content {
    margin-top: 180px;
}

@media (max-width: 991px) {
    .hero-section-s3 .hreo-content {
        margin-top: 150px;
    }
}

.hero-section-s3 .hreo-content span {
    color: #0b0909;
    border: 1px dashed transparent;
    background: #fff;
}

.hero-section-s3 .hreo-content h2 {
    color: #012c4b;
    background: #fff;
}

.hero-section-s3 .hreo-content h3 {
    color: #012c4b;
}

.hero-section-s3 .hreo-content h3 span {
    color: #012c4b;
    background: transparent;
}

.hero-section-s3 .hreo-content .hero-btn .btn_primary span {
    display: none;
}

@media (max-width: 991px) {
    .hero-section-s3 .shape {
        display: none;
    }
}

/* bounce-1 */
@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0);
    }
}

.animated {
    animation-duration: 1.25s;
}

/* right bounce */
@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(-15px);
    }
}

/* /right bounce */
/*   shake  */
@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

/*   pulse */
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/*   left-to-right-anime */
@keyframes left-to-right-anime {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes bounce2 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/* 4. footer_section */
.footer-section {
    background: #012c4b;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 60px;
}

.footer-section ul {
    list-style: none;
}

.footer-section p {
    color: #fff;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.footer-section li {
    color: #fff;
}

.footer-section .container {
    position: relative;
}



@media (max-width: 991px) {
    .footer-section .footer_top {
        padding: 50px 0 0;
    }
}

@media (max-width: 767px) {
    .footer-section .footer_top {
        padding: 0px 0 0;
    }
}

@media (max-width: 991px) {
    .footer-section .footer_top .col {
        min-height: 235px;
        /* margin-bottom: 70px; */
    }
}

@media (max-width: 767px) {
    .footer-section .footer_top .col {
        min-height: auto;
        /* margin-bottom: 60px; */
    }
}

.footer-section .widget_title {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .footer-section .widget_title {
        margin-bottom: 10px;
    }
}

.footer-section .widget_title h3 {
    color: #fff;
    margin: 0;
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-section .about_widget .logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-section .about_widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.footer-section .about_widget p:last-child {
    margin-bottom: 0;
}

.footer-section .about_widget ul li {
    list-style: none;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
}

.footer-section .about_widget ul li img {
    margin-right: 5px;
}

.footer-section .link_widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .footer-section .link_widget {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .footer-section .link_widget {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .footer-section .link_widget {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-section .link_widget {
        max-width: 350px;
    }
}

.footer-section .link_widget ul li {
    position: relative;
}

.footer-section .link_widget ul li a {
    color: #fff;
    font-size: 15px;
}

.footer-section .link_widget ul li a:hover {
    color: #9ce5e3;
}

.footer-section .link_widget ul li + li {
    padding-top: 15px;
}

.footer-section .social_widget ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}

.footer-section .social_widget ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.footer-section .social_widget ul li a:hover {
    color: #012c4b;
}

.footer-section .social_widget ul li a i {
    margin-right: 10px;
}

.footer-section .instagram ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -3px;
}

.footer-section .instagram ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 7px;
}

.footer-section .instagram ul li img {
    width: 100%;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.footer-section .newsletter {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .footer-section .newsletter {
        padding-left: 0;
    }
}

.footer-section .newsletter .form-control {
    border-radius: 29.5px;
    background: #112f67;
    border: none;
    color: #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 12px;
    padding-left: 20px;
    /* 173.333% */
}

.footer-section .newsletter .form-control:focus {
    box-sizing: none;
    border: none;
    box-shadow: 0 0 0 0.25rem transparent;
}

.footer-section .newsletter p,
.footer-section .newsletter label {
    color: #b4b4b4;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.footer-section .newsletter p img,
.footer-section .newsletter label img {
    margin-right: 15px;
}

.footer-section .footer_bottom {
    text-align: center;
    position: relative;
}

.footer-section .footer_bottom .row {
    padding: 20px 0;
    position: relative;
    border-top: 1px solid rgba(242, 242, 242, 0.07);
}

.footer-section .footer_bottom .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    color: #fff;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
}

.footer-section .footer_bottom .copyright a {
    color: #012c4b;
    text-decoration: none;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .footer-section .footer_bottom .copyright {
        float: none;
        display: block;
    }
}

.footer-section .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer-section .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.footer-section .shape-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation-name: left-to-right-anime;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (max-width: 767px) {
    .footer-section .shape-3 {
        display: none;
    }
}

.footer-section .shape-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation-name: left-to-right-anime;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (max-width: 767px) {
    .footer-section .shape-4 {
        display: none;
    }
}

/*3.2 features-section */
.features-section {
    padding-top: 55px;
    padding-bottom: 85px;
}

@media (max-width: 991px) {
    .features-section {
        padding-top: 90px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .features-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.features-card {
    background: #012c4b;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .features-card {
        padding: 20px 15px;
    }
}

.features-card::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 77px;
    content: "";
    background: #012c4b;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.features-card::after {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100%;
    height: 80%;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.19);
    z-index: -11;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.features-card .text {
    max-width: 191px;
}

@media (max-width: 1199px) {
    .features-card .text {
        max-width: 180px;
        padding-left: 8px;
    }
}

.features-card .text span {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}

.features-card .text span img {
    margin-right: 5px;
}

.features-card .text h2 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 13px;
}

@media (max-width: 1199px) {
    .features-card .text h2 {
        line-height: 25px;
        font-size: 18px;
        margin-top: 0;
    }
}

.features-card .icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 100px;
}

@media (max-width: 1199px) {
    .features-card .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.features-card .icon img {
    width: 56.32px;
    height: 48.64px;
}

.features-card .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.features-card:hover::before {
    background: #c6832c;
    border-bottom-left-radius: 20px 80px;
    border-top-left-radius: 20px 80px;
}

.features-card:hover::after {
    opacity: 1;
    visibility: visible;
}

/*3.3 about-section */
.about-section {
    padding-top: 0;
    padding-bottom: 110px;
}

@media (max-width: 991px) {
    .about-section {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .about-section {
        padding-bottom: 80px;
    }
}

.about-left-wrap {
    position: relative;
}

@media (max-width: 991px) {
    .about-left-wrap {
        margin-bottom: 150px;
    }
}

@media (max-width: 575px) {
    .about-left-wrap {
        margin-bottom: 60px;
    }
}

.about-left-wrap .image-on {
    position: relative;
    z-index: 1;
    width: 372px;
    height: 449px;
    display: inline-block;
    overflow: hidden;
}

.about-left-wrap .image-on img {
    width: 100%;
}

.about-left-wrap .image-on .quate-on {
    padding: 20px;
    padding-left: 40px;
    background: #c6832c;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
    position: absolute;
    left: -45%;
    top: 36%;
    transform: rotate(-90deg);
}

.about-left-wrap .image-on .quate-on .info h3 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about-left-wrap .image-on .quate-on .info h3 span {
    font-weight: 600;
}

.about-left-wrap .image-two {
    position: absolute;
    z-index: 1;
    width: 349px;
    height: 459px;
    display: inline-block;
    left: 220px;
    top: 110px;
}

@media (max-width: 1399px) {
    .about-left-wrap .image-two {
        left: 175px;
        top: 95px;
    }
}

@media (max-width: 1199px) {
    .about-left-wrap .image-two {
        width: 300px;
        height: 420px;
        left: 135px;
        top: 170px;
    }
}

@media (max-width: 991px) {
    .about-left-wrap .image-two {
        width: 350px;
        height: 450px;
        left: 180px;
        top: 80px;
    }
}

@media (max-width: 575px) {
    .about-left-wrap .image-two {
        display: none;
    }
}

.about-left-wrap .image-two img {
    width: 100%;
}

.about-left-wrap .image-two .quate-two {
    width: 170px;
    height: 150px;
    padding: 5px;
    padding-top: 10px;
    background: #fff;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 10%;
    transform: translateX(-50%);
    border: 2px dashed #e3e5e4;
    background: #fff;
}

.about-left-wrap .image-two .quate-two .info {
    text-align: center;
}

.about-left-wrap .image-two .quate-two .info h3 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about-left-wrap .image-two .quate-two .info h3 span {
    font-weight: 600;
}

.about-left-wrap .image-two .quate-two .info p {
    margin-bottom: 0;
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.about-right-wrap {
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .about-right-wrap {
        margin-bottom: 0;
    }
}

.about-right-wrap .top_title {
    text-align: left;
}

.about-right-wrap .top_title span {
    color: #012c4b;
}

.about-right-wrap .top_title h2 {
    color: #012c4b;
}

@media (max-width: 1399px) {
    .about-right-wrap .top_title h2 {
        font-size: 39px;
        line-height: 49px;
    }
}

@media (max-width: 575px) {
    .about-right-wrap .top_title h2 {
        font-size: 25px;
        line-height: 36px;
    }
}

.about-right-wrap .top_title p {
    color: #222;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.about-right-wrap .about-scervice {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .about-right-wrap .about-scervice {
        display: block;
    }
}

.about-right-wrap .about-card {
    display: flex;
    align-items: center;
    width: 233px;
    height: 73px;
    margin-left: -10px;
}

@media (max-width: 575px) {
    .about-right-wrap .about-card {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.about-right-wrap .about-card:last-child {
    margin-left: 20px;
}

@media (max-width: 575px) {
    .about-right-wrap .about-card:last-child {
        margin-left: 0;
        margin-bottom: 0px;
    }
}

.about-right-wrap .about-card .icon img {
    width: 100%;
}

.about-right-wrap .about-card .text {
    margin-left: 20px;
}

.about-right-wrap .about-card .text h2 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .about-right-wrap .about-card .text h2 {
        font-size: 16px;
        line-height: 20px;
    }
}

.about-right-wrap .left-contnet {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.about-right-wrap .left-contnet .images {
    width: 159px;
    height: 110px;
    border-radius: 10px;
    background: url(../img/stock/s3.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .about-right-wrap .left-contnet .images {
        display: none;
    }
}

.about-right-wrap .left-contnet .images .video-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-right-wrap .left-contnet .images .video-right .video-item {
    display: inline-block;
}

.about-right-wrap .left-contnet .images .video-right .video-item .video-btn {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border: 10px solid rgba(255, 255, 255, 0.432);
}

.about-right-wrap .left-contnet .images .video-right .video-item .video-btn i {
    font-size: 18px;
    color: #012c4b;
}

.about-right-wrap .left-contnet ul {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .about-right-wrap .left-contnet ul {
        margin-right: 0;
    }
}

.about-right-wrap .left-contnet ul li {
    list-style: none;
    color: #012c4b;
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
    text-transform: capitalize;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .about-right-wrap .left-contnet ul li {
        font-size: 13px;
        line-height: 25px;
    }
}

.about-right-wrap .left-contnet ul li::before {
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 50%;
    font-size: 8px;
    line-height: 15px;
    font-family: themify;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    text-align: center;
    transform: translateY(-50%);
    border: 1px solid #012c4b;
}

.about-right-wrap .about-btn {
    margin-top: 30px;
}

.about-right-wrap .about-btn .btn_primary::after {
    display: none;
}

.about-right-wrap .about-btn .btn_primary span {
    position: absolute;
    right: -5px;
    bottom: -5px;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border: 1px dashed #012c4b;
    z-index: -11;
    transition: opacity 0.5s ease-out;
}

.about-right-wrap .about-btn .btn_primary:hover span {
    border: 1px dashed #004ee6;
}

/*3.4 servces-section */
.servces-section {
    background: url(../images/servces/service_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 80px;
}

@media (max-width: 991px) {
    .servces-section {
        padding: 90px 0 60px;
    }
}

@media (max-width: 767px) {
    .servces-section {
        padding: 80px 0 70px;
    }
}

.servces-section.s3 {
    background: #fff;
}

.servces-section.s3 .section-title span {
    color: #012c4b;
}

.servces-section.s3 .section-title h2 {
    color: #012c4b;
}

.servces-section.s3 .servces-card {
    outline: 1px solid transparent;
    outline-offset: 0;
    min-height: 360px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}
.warning{
    color: #b7882e;
}

.servces-section .owl-nav {
    display: none;
}

.servces-card {
    position: relative;
    background: #fff;
    outline: 1px solid #e0e0e0;
    outline-offset: -10px;
    border: 2px solid #092f75;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .servces-card {
        padding: 0 15px 20px;
    }
}

.servces-card .shape {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.servces-card .icon {
    width: 100%;
    height: auto;
    background: #012c4b;
    position: relative;
    top: 0px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.servces-card .icon::before {
    position: absolute;
    left: 50%;
    bottom: -11px;
    content: "";
    width: 14px;
    height: 11px;
    background: #012c4b;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transition: all 0.3s ease-in-out;
}

.servces-card .text {
    padding: 20px;
}

.servces-card .text p a {
    color: #001c4c;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.servces-card:hover .text p a {
    color: #c6832c;
    background-color: transparent;
}

.servces-card:hover .text a {
    background-color: #c6832c;
}

.servces-card:hover {
    border: 2px solid #c6832c;
    outline: 1px solid transparent;
}

.servces-card:hover .shape {
    opacity: 1;
    visibility: visible;
}

.servces-card:hover .icon {
    background: #c6832c;
    /* top: 20px; */
}

.servces-card:hover .icon::before {
    background: #c6832c;
}

.servces-section.s3 .top_title h2 {
    color: #012c4b;
}

.servces-section.s3 .top_title span {
    color: #012c4b;
}

/*3.5 brand-section */
.brand-section {
    background: url(../images/brand/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

@media (max-width: 991px) {
    .brand-section .title {
        margin-bottom: 30px;
        text-align: center;
    }
}

.brand-section .title h2 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.brand-section .brand-wrap .brand-item .images img {
    border-radius: 10px;
}

.brand-section .brand-wrap .brand-item .images {
    width: 125px;
    padding: 10px 20px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
}

.brand-section .brand-wrap .brand-item:hover .images {
    background: #fff;
}

.brand-section .brand-wrap .owl-nav.disabled {
    display: none;
}

.brand-section .brand-wrap .owl-dots.disabled {
    display: none;
}

/*3.6 trusted-section */
.trusted-section {
    position: relative;
    margin-bottom: -47px;
    z-index: -1;
}

@media (max-width: 991px) {
    .trusted-section {
        margin-bottom: 0;
    }
}

.trusted-section .trusted-left-wrap {
    overflow: hidden;
}

.trusted-section .trusted-left-wrap .imgage {
    position: relative;
    max-width: 510px;
    max-height: 620px;
}

.trusted-section .trusted-left-wrap .imgage img {
    width: 100%;
}

.trusted-section .trusted-left-wrap .imgage .quate-on .info {
    padding: 20px;
    padding-left: 40px;
    background: #012c4b;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
    position: absolute;
    right: -31%;
    top: 27%;
    transform: rotate(-90deg);
}

@media (max-width: 499px) {
    .trusted-section .trusted-left-wrap .imgage .quate-on .info {
        display: none;
    }
}

.trusted-section .trusted-left-wrap .imgage .quate-on .info h3 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.trusted-section .trusted-left-wrap .imgage .quate-on .info h3 span {
    font-weight: 600;
}

.trusted-section .trusted-left-wrap .imgage .quate-two .info {
    padding: 15px 30px;
    background: #012c4b;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 221px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.trusted-section .trusted-left-wrap .imgage .quate-two .info h3 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.trusted-section .trusted-left-wrap .imgage .quate-two .info h3 span {
    font-weight: 600;
}

.trusted-section .trusted-right-wrap {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .trusted-section .trusted-right-wrap {
        margin-left: 0;
    }
}

.trusted-section .trusted-right-wrap .top_title {
    text-align: left;
    max-width: 502px;
    margin-top: 100px;
}

@media (max-width: 991px) {
    .trusted-section .trusted-right-wrap .top_title {
        margin-top: 50px;
    }
}

.trusted-section .trusted-right-wrap .top_title span {
    color: #012c4b;
}

.trusted-section .trusted-right-wrap .top_title h2 {
    color: #012c4b;
}

.trusted-section .trusted-right-wrap .inner-Content {
    max-width: 675px;
    max-height: 383px;
    background: #c6832c;
    padding: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    position: relative;
    z-index: 11;
}

@media (max-width: 1199px) {
    .trusted-section .trusted-right-wrap .inner-Content {
        padding: 30px;
    }
}

@media (max-width: 499px) {
    .trusted-section .trusted-right-wrap .inner-Content {
        display: block;
        max-height: 100%;
    }
}

.trusted-section .trusted-right-wrap .inner-Content ul li {
    list-style: none;
}

.trusted-section .trusted-right-wrap .inner-Content ul li a {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    transition: all 0.3 ease-in-out;
}

.trusted-section .trusted-right-wrap .inner-Content ul li:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .trusted-section .trusted-right-wrap .inner-Content ul li {
        font-size: 17px;
        line-height: 34px;
    }
}

.trusted-section .trusted-right-wrap .inner-Content .shape {
    position: absolute;
    left: -30px;
    top: 70px;
}

@media (max-width: 575px) {
    .trusted-section .trusted-right-wrap .inner-Content .shape {
        display: none;
    }
}

.trusted-section .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*3.7 counter-section */
.counter-section {
    background: #012c4b;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 205px;
}

@media (max-width: 991px) {
    .counter-section {
        margin-bottom: 0;
        padding-top: 35px;
    }
}

@media (max-width: 575px) {
    .counter-section {
        padding-bottom: 205px;
    }
}

.counter-section .row {
    border-bottom: 1px solid #fff;
}

.counter-section .shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.counter-left-wrap {
    margin-right: 95px;
    margin-bottom: 65px;
}

@media (max-width: 1399px) {
    .counter-left-wrap {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .counter-left-wrap {
        margin-bottom: 50px;
    }
}

.counter-left-wrap .top_title {
    text-align: left;
}

.counter-left-wrap .top_title span {
    color: #c6832c;
}

@media (max-width: 1199px) {
    .counter-left-wrap .top_title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .counter-left-wrap .top_title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

.counter-left-wrap .top_title p {
    color: #fff;
    margin-top: 20px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
}

.counter-left-wrap .left-contnet {
    display: flex;
    align-items: center;
}

.counter-left-wrap .left-contnet .images {
    width: 146px;
    border: 10px solid rgba(255, 255, 255, 0.04);
}

@media (max-width: 575px) {
    .counter-left-wrap .left-contnet .images {
        display: none;
    }
}

.counter-left-wrap .left-contnet .images img {
    width: 100%;
}

.counter-left-wrap .left-contnet ul {
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .counter-left-wrap .left-contnet ul {
        margin-left: 10px;
    }
}

@media (max-width: 575px) {
    .counter-left-wrap .left-contnet ul {
        margin-left: 0px;
    }
}

.counter-left-wrap .left-contnet ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    text-transform: capitalize;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .counter-left-wrap .left-contnet ul li {
        font-size: 15px;
    }
}

.counter-left-wrap .left-contnet ul li::before {
    background: #012c4b;
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 50%;
    font-size: 8px;
    line-height: 16px;
    font-family: themify;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    text-align: center;
    transform: translateY(-50%);
}

.counter-right-wrap {
    margin-left: 95px;
}

@media (max-width: 1399px) {
    .counter-right-wrap {
        margin-left: 0;
    }
}

.counter-right-wrap ul li {
    list-style: none;
    width: 250px;
    height: 150px;
    border: 1px dashed #aaa;
    border-left: transparent;
    border-top: transparent;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 1199px) {
    .counter-right-wrap ul li {
        width: 220px;
    }
}

@media (max-width: 991px) {
    .counter-right-wrap ul li {
        width: 240px;
    }
}

@media (max-width: 575px) {
    .counter-right-wrap ul li {
        width: 48%;
        height: 48%;
        padding: 10px 0;
    }
}

.counter-right-wrap ul li:nth-child(1) {
    position: relative;
    z-index: 1;
}

.counter-right-wrap ul li:nth-child(1)::before {
    position: absolute;
    left: 50px;
    top: 50px;
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.14);
    z-index: -1;
}

.counter-right-wrap ul li:nth-child(2) {
    border: transparent;
}

.counter-right-wrap ul li:nth-child(3) {
    border: 0;
}

.counter-right-wrap ul li:nth-child(4) {
    border: transparent;
    border-left: 1px dashed #aaa;
    border-top: 1px dashed #aaa;
    margin-left: -5px;
    margin-top: -2px;
}

.counter-right-wrap ul li h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
}

.counter-right-wrap ul li h3 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 49px;
    text-transform: lowercase;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .counter-right-wrap ul li h3 {
        font-size: 40px;
    }
}

@media (max-width: 499px) {
    .counter-right-wrap ul li h3 {
        font-size: 30px;
        line-height: 39px;
    }
}

.counter-right-wrap ul li h3 span {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 49px;
    text-transform: lowercase;
}

@media (max-width: 767px) {
    .counter-right-wrap ul li h3 span {
        font-size: 45px;
    }
}

@media (max-width: 499px) {
    .counter-right-wrap ul li h3 span {
        font-size: 30px;
        line-height: 35px;
    }
}

/*3.8 project-section */
.project-section {
    position: relative;
    z-index: 1;
    margin-top: -170px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .project-section {
        padding-bottom: 50px;
    }
}

.project-section .top_title span {
    color: #c6832c;
}

@media (max-width: 1199px) {
    .project-section .top_title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .project-section .top_title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .project-section .top_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

.project-wrap {
    padding: 0 180px;
    margin-top: 5px;
}

@media (max-width: 1720px) {
    .project-wrap {
        padding: 0 160px;
    }
}

@media (max-width: 1699px) {
    .project-wrap {
        padding: 0 140px;
    }
}

@media (max-width: 1599px) {
    .project-wrap {
        padding: 0 120px;
    }
}

@media (max-width: 1499px) {
    .project-wrap {
        padding: 0 80px;
    }
}

@media (max-width: 1399px) {
    .project-wrap {
        padding: 0 50px;
    }
}

@media (max-width: 1199px) {
    .project-wrap {
        padding: 0;
    }
}

.project-single {
    overflow: hidden;
    padding-bottom: 30px;
}

.project-single .image {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.project-single .image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.project-single .text {
    max-width: 325px;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
    padding: 20px 30px;
    margin-left: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .project-single .text {
        padding: 20px 20px;
    }
}

.project-single .text .shape {
    position: absolute;
    right: 0;
    top: 0;
}

.project-single .text .shape svg path {
    fill: #c6832c;
    transition: all 0.3s ease-in-out;
}

.project-single .text h2 {
    margin-bottom: 0;
}

.project-single .text h2 a {
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.project-single .text h2:hover a {
    color: #012c4b;
}

.project-single .text span {
    color: rgba(94, 95, 99, 0.6);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.project-single:hover .image img {
    transform: scale(1.1);
}

.project-single:hover .text {
    border-bottom: 1px solid #012c4b;
}

.project-single:hover .text .shape svg path {
    fill: #012c4b;
}

.project-single .image {
    position: relative;
}

.project-single .image .img-link {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background: rgba(2, 34, 93, 0.67);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.project-single .image .img-link i {
    font-size: 45px;
    color: #fff;
}

.project-single:hover .image {
    position: relative;
}

.project-single:hover .image .img-link {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

/*3.9 get-quate-section */
.get-quate-section {
    position: relative;
    margin-bottom: -60px;
    z-index: 11;
}

@media (max-width: 991px) {
    .get-quate-section {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .get-quate-section {
        margin-bottom: 80px;
    }
}

.get-quate-section.s2 {
    margin-bottom: -60px;
}

@media (max-width: 767px) {
    .get-quate-section.s2 {
        margin-bottom: -110px;
    }
}

.get-quate-section.s3 {
    margin-bottom: 0;
}

.get-quate-section .wraper {
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: 1px solid #e0e5ef;
}

.get-quate-section .wraper .content {
    padding: 50px;
    border: 10px solid #fff;
    background: #012c4b;
}

@media (max-width: 1199px) {
    .get-quate-section .wraper .content {
        padding: 45px;
    }
}

@media (max-width: 575px) {
    .get-quate-section .wraper .content {
        padding: 20px 20px;
        padding-bottom: 25px;
    }
}

.get-quate-section .wraper .content .left-text h2 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 55px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .get-quate-section .wraper .content .left-text h2 {
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .get-quate-section .wraper .content .left-text h2 {
        font-size: 24px;
        line-height: 40px;
    }
}

.get-quate-section .wraper .content .right-content {
    display: flex;
    align-items: center;
    justify-content: right;
}

@media (max-width: 991px) {
    .get-quate-section .wraper .content .right-content {
        display: block;
        text-align: center;
    }
}

.get-quate-section .wraper .content .right-content .call {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .get-quate-section .wraper .content .right-content .call {
        justify-content: center;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.get-quate-section .wraper .content .right-content .call .icon {
    animation: shake 8s ease infinite;
}

.get-quate-section .wraper .content .right-content .call .text {
    margin-left: 10px;
}

.get-quate-section .wraper .content .right-content .call .text h3 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.get-quate-section .wraper .content .right-content .call .text span {
    color: #cbcdd6;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/*3.10 video-section */
.video-section {
    background: url(../images/video_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.video-wrap .video-left .top_title {
    text-align: left;
    margin-right: 100px;
}

@media (max-width: 991px) {
    .video-wrap .video-left .top_title {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 600px;
    }
}

.video-wrap .video-left .top_title span {
    color: #012c4b;
}

.video-wrap .video-left .top_title h2 {
    color: #012c4b;
    font-size: 60px;
    font-weight: 700;
    line-height: 67px;
}

@media (max-width: 767px) {
    .video-wrap .video-left .top_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .video-wrap .video-left .top_title h2 {
        font-size: 30px;
    }
}

.video-wrap .video-left .top_title h2 span {
    color: #c6832c;
    margin: 0;
    margin-top: 15px;
    position: relative;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 67px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .video-wrap .video-left .top_title h2 span {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .video-wrap .video-left .top_title h2 span {
        font-size: 30px;
    }
}

.video-wrap .video-right-wrap {
    display: flex;
    justify-content: end;
    margin-right: 70px;
}

@media (max-width: 991px) {
    .video-wrap .video-right-wrap {
        justify-content: center;
        margin-right: 0;
    }
}

.video-wrap .video-right-wrap .video-right {
    width: 214px;
    height: 355px;
    text-align: right;
    border: 3px solid #c6832c;
    background: rgba(212, 181, 181, 0.43);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .video-wrap .video-right-wrap .video-right {
        height: 255px;
    }
}

.video-wrap .video-right-wrap .video-right .video-item {
    display: inline-block;
}

.video-wrap .video-right-wrap .video-right .video-item .video-btn {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 61px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.video-wrap .video-right-wrap .video-right .video-item .video-btn:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 129%;
    height: 129%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s linear infinite;
}

.video-wrap .video-right-wrap .video-right .video-item .video-btn i {
    font-size: 18px;
    color: #c6832c;
}

.strip-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.strip-wrap ul {
    background: #c6832c;
    text-align: center;
}

@media (max-width: 1650px) {
    .strip-wrap ul {
        padding: 0 75px;
    }
}

@media (max-width: 1599px) {
    .strip-wrap ul {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .strip-wrap ul {
        padding: 10px 0;
    }
}

.strip-wrap ul li {
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
}

@media (max-width: 1880px) {
    .strip-wrap ul li {
        font-size: 16px;
    }
}

@media (max-width: 1720px) {
    .strip-wrap ul li {
        font-size: 15px;
    }
}

@media (max-width: 1650px) {
    .strip-wrap ul li {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .strip-wrap ul li {
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    .strip-wrap ul li {
        font-size: 10px;
        line-height: 25px;
    }
}

.strip-wrap ul li .shape {
    width: 28.365px;
    display: inline;
    margin: 0 25px;
}

@media (max-width: 1700px) {
    .strip-wrap ul li .shape {
        margin: 0 10px;
    }
}

@media (max-width: 991px) {
    .strip-wrap ul li .shape {
        display: none;
    }
}

/*3.11 faq-section */
.faq-section {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .faq-section {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding-top: 80px;
    }
}

.faq-section .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    animation: bounce2 3s ease infinite;
}

.faq-section .shape-2 {
    position: absolute;
    left: 46%;
    top: 20%;
    z-index: -1;
}

.faq-section .image {
    position: absolute;
    bottom: -2px;
    z-index: -1;
    left: 35px;
}

@media (max-width: 1790px) {
    .faq-section .image {
        left: 0;
    }
}

@media (max-width: 1600px) {
    .faq-section .image {
        display: none;
    }
}

.faq-contact-wrap {
    background: #fff;
    margin-right: 70px;
    box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.02);
}

@media (max-width: 1199px) {
    .faq-contact-wrap {
        margin-right: 0;
    }
}

.faq-contact-wrap .top img {
    width: 100%;
}

.faq-contact-wrap .contact {
    padding: 50px;
    padding-top: 35px;
}

@media (max-width: 575px) {
    .faq-contact-wrap .contact {
        padding: 20px;
        padding-top: 35px;
    }
}

.faq-contact-wrap .contact .title {
    margin-bottom: 40px;
}

.faq-contact-wrap .contact .title h2 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
}

.faq-contact-wrap .contact .title span {
    color: #222;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.faq-contact-wrap .contact .form-control {
    padding: 15px;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #dae6fb;
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.faq-contact-wrap .contact .form-control:focus {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
    border-bottom: 1px solid #dae6fb;
}

.faq-contact-wrap .contact .input-text {
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .faq--wrap {
        margin-top: 60px;
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .faq--wrap {
        margin-bottom: 80px;
    }
}

.faq--wrap .top_title {
    text-align: left;
}

.faq--wrap .top_title span {
    color: #012c4b;
    display: inline-flex;
}

.faq--wrap .top_title span .icon {
    margin-right: 5px;
}

.faq--wrap .top_title h2 {
    color: #012c4b;
}

@media (max-width: 1199px) {
    .faq--wrap .top_title h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .faq--wrap .top_title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .faq--wrap .top_title h2 {
        font-size: 30px;
    }
}

.faq--wrap .accordion-item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 14px 50px 0px #e4e9f1;
    border: transparent;
    transition: all 500ms ease;
}

.faq--wrap .accordion-button {
    border: 1px solid rgba(4, 18, 31, 0.08);
    background: #fff;
    padding: 20px 25px;
    color: #000d44;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

@media (max-width: 1199px) {
    .faq--wrap .accordion-button {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq--wrap .accordion-button {
        padding: 15px 10px;
    }
}

.faq--wrap .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq--wrap .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.faq--wrap .accordion-button::after {
    content: "\e64b";
    background: #012c4b;
    font-family: themify;
    background-repeat: no-repeat;
    background-position: center;
    width: 37px;
    height: 36px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    padding-left: 7px;
    padding-top: 7px;
}

@media (max-width: 1199px) {
    .faq--wrap .accordion-button::after {
        padding-left: 10px;
        padding-top: 9px;
    }
}

.faq--wrap .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-arrosw-top.png);
    transform: rotate(0deg);
    background: #012c4b;
    content: "\e648";
    font-family: themify;
    color: #fff;
    transition: all 0.3s ease-in-out;
    padding-left: 7px;
    padding-top: 7px;
}

@media (max-width: 1199px) {
    .faq--wrap .accordion-button:not(.collapsed)::after {
        padding-left: 10px;
        padding-top: 9px;
    }
}

.faq--wrap .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 transparent;
    border: transparent;
}

.faq--wrap .accordion-body {
    padding: 1rem 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

@media (max-width: 767px) {
    .faq--wrap .accordion-body {
        padding: 15px 10px;
    }
}

.faq--wrap .accordion-body .text {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq--wrap .accordion-body .text p {
    color: #5a627d;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

/*3.12 process-section */
.process-section {
    background: #fff;
    box-shadow: 0px 24px 34px 0px rgba(55, 84, 128, 0.07);
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .process-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .process-section {
        padding-bottom: 50px;
    }
}

.process-section .shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.process-section .video-left .top_title {
    text-align: center;
}

.process-section .video-left .top_title span {
    color: #012c4b;
}

.process-section .video-left .top_title h2 {
    color: #012c4b;
}

@media (max-width: 1199px) {
    .process-section .video-left .top_title h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .process-section .video-left .top_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .process-section .video-left .top_title h2 {
        font-size: 30px;
    }
}

.process-wrap .row {
    position: relative;
    z-index: 1;
}

.process-wrap .row .shape-two {
    position: absolute;
    left: 57%;
    bottom: -55%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
    .process-wrap .row .shape-two {
        left: 50%;
    }
}

@media (max-width: 1199px) {
    .process-wrap .row .shape-two {
        display: none;
    }
}

.process-single {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.process-single::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateY(-50%);
    border: 1px dashed #c6832c;
    height: 40px;
    top: 45px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.process-single .number {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #001c4c;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    border: 2px solid #012c4b;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.process-single .content {
    position: relative;
    min-height: 338px;
    border-radius: 0px 0px 25px 25px;
    background: #fff;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.07);
    padding: 45px 30px;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .process-single .content {
        padding: 30px 15px;
    }
}

.process-single .content .icon {
    position: relative;
    width: 85px;
    height: 75px;
    border-radius: 9px;
    background: #012c4b;
    margin: 0 auto;
    line-height: 75px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.process-single .content .icon .shape-icon {
    position: absolute;
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.process-single .content .icon .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.process-single .content .text {
    margin-top: 30px;
}

.process-single .content .text h2 {
    color: #001c4c;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.process-single .content .text span {
    color: #5e5f63;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.process-single:hover::before {
    opacity: 1;
    visibility: visible;
}

.process-single:hover .number {
    color: #c6832c;
    border: 2px solid #c6832c;
}

.process-single:hover .content {
    background: #012c4b;
}

.process-single:hover .content .icon {
    background: transparent;
}

.process-single:hover .content .icon .shape-icon {
    opacity: 0;
    visibility: hidden;
}

.process-single:hover .content .icon .bg {
    opacity: 1;
    visibility: visible;
}

.process-single:hover .content .text h2 {
    color: #fff;
}

.process-single:hover .content .text span {
    color: #fff;
}

/*3.13 testiminial-section */
.testiminial-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .testiminial-section.s2 {
        padding-bottom: 0;
    }
}

.testiminial-section .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .testiminial-section .shape {
        display: none;
    }
}

.testiminial-section .shape-2 {
    position: absolute;
    left: 250px;
    top: 150px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .testiminial-section .shape-2 {
        display: none;
    }
}

.testiminial-section .feed {
    position: absolute;
    left: 12.7%;
    top: 65%;
    z-index: -1;
    transform: rotate(48deg);
    width: 222px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #012c4b;
}

@media (max-width: 1499px) {
    .testiminial-section .feed {
        display: none;
    }
}

.testiminial-section .feed span {
    color: #fff;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
}

.testiminial-section .left-image {
    position: absolute;
    left: 85px;
    top: 85px;
    z-index: -1;
    width: 78px;
    height: 78px;
    border-radius: 78px;
    border: 7px solid #fff;
    box-shadow: 0px 10px 15px 0px rgba(97, 111, 134, 0.09);
}

@media (max-width: 1399px) {
    .testiminial-section .left-image {
        display: none;
    }
}

.testiminial-section .left-image img {
    border-radius: 78px;
}

.testiminial-section .right-image {
    position: absolute;
    right: 85px;
    bottom: 85px;
    z-index: -1;
    width: 78px;
    height: 78px;
    border-radius: 78px;
    border: 7px solid #fff;
    box-shadow: 0px 10px 15px 0px rgba(97, 111, 134, 0.09);
}

@media (max-width: 1399px) {
    .testiminial-section .right-image {
        display: none;
    }
}

.testiminial-section .right-image img {
    border-radius: 78px;
}

.testiminial-section .active-item {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 777px;
    margin: 0 auto;
    margin-left: 397px;
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .testiminial-section .active-item {
        margin-left: 320px;
    }
}

@media (max-width: 1199px) {
    .testiminial-section .active-item {
        margin-left: 200px;
    }
}

@media (max-width: 991px) {
    .testiminial-section .active-item {
        margin-left: 0px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .testiminial-section .active-item {
        width: 100%;
    }
}

.testiminial-section .active-item .nav-item {
    cursor: pointer;
}

.testiminial-section .active-item .content {
    height: 41px;
    width: 189px;
    border-radius: 30.5px;
    border: 1px dashed #d9d9d9;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .testiminial-section .active-item .content {
        margin-right: 0;
    }
}

.testiminial-section .active-item .content .image {
    width: 54px;
    height: 54px;
    border-radius: 54px;
    border: 3px solid #fff;
    box-shadow: 0px 10px 15px 0px rgba(97, 111, 134, 0.09);
    margin-left: -10px;
}

.testiminial-section .active-item .content .image img {
    border-radius: 54px;
}

.testiminial-section .active-item .content .text {
    color: #0f0f2d;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 10px;
}

.testiminial-section .nav-link.active {
    color: transparent;
    background-color: transparent;
}

.testiminial-section .nav-link.active .content {
    border: 1px dashed #d9d9d9;
    background: #0f0f2d;
}

.testiminial-section .nav-link.active .content .text {
    color: #fff;
}

.testiminial-left-content {
    position: relative;
    z-index: 1;
}

.testiminial-left-content .image-slider {
    margin: 0 auto;
}

@media (max-width: 1699px) {
    .testiminial-left-content .image-slider {
        margin-left: 110px;
    }
}

@media (max-width: 1399px) {
    .testiminial-left-content .image-slider {
        margin-left: 0px;
    }
}

.testiminial-left-content .image-slider .single-img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    border: 10px solid #fff;
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
}

.testiminial-left-content .image-slider .single-img img {
    width: 100%;
    border-radius: 250px;
}

.testiminial-left-content .quate-icon {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 85px;
    box-shadow: 0px 7px 29px 0px rgba(13, 39, 69, 0.05);
    text-align: center;
    line-height: 90px;
    position: absolute;
    left: 18%;
    top: 45%;
}

@media (max-width: 1699px) {
    .testiminial-left-content .quate-icon {
        left: 30%;
    }
}

@media (max-width: 1399px) {
    .testiminial-left-content .quate-icon {
        left: 18%;
    }
}

@media (max-width: 991px) {
    .testiminial-left-content .quate-icon {
        display: none;
    }
}

.testiminial-left-content .retin {
    text-align: center;
    margin-top: 20px;
}

.testiminial-left-content .retin li {
    list-style: none;
    display: inline-block;
}

@media (max-width: 991px) {
    .testiminial-slider .item {
        text-align: center;
        margin-top: 20px;
    }
}

.testiminial-slider .item h3 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .testiminial-slider .item h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

.testiminial-slider .item h2 {
    color: #0f0f2d;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.testiminial-slider .item span {
    color: #c6832c;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

/*3.14 blog-section */
.blog-section,
.blog-section-s2 {
    position: relative;
    z-index: 1;
    padding: 110px 0;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .blog-section,
    .blog-section-s2 {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .blog-section,
    .blog-section-s2 {
        padding-bottom: 40px;
    }
}

.blog-section .bg,
.blog-section-s2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

.blog-section .bg img,
.blog-section-s2 .bg img {
    width: 100%;
}

.blog-section .top_title,
.blog-section-s2 .top_title {
    padding: 0 50px;
}

@media (max-width: 1199px) {
    .blog-section .top_title,
    .blog-section-s2 .top_title {
        padding: 0;
    }
}

.blog-section .top_title span,
.blog-section-s2 .top_title span {
    color: #c6832c;
}

.blog-section .top_title h2,
.blog-section-s2 .top_title h2 {
    color: #012c4b;
}

@media (max-width: 1399px) {
    .blog-section .top_title h2,
    .blog-section-s2 .top_title h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .blog-section .top_title h2,
    .blog-section-s2 .top_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .blog-section .top_title h2,
    .blog-section-s2 .top_title h2 {
        font-size: 26px;
    }
}

.blog-single-item {
    margin-bottom: 30px;
}

.blog-single-item .image {
    position: relative;
    z-index: 1;
}

.blog-single-item .image img {
    width: 100%;
}

.blog-single-item .image span {
    width: 128px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #012c4b;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.62px;
    text-transform: uppercase;
}

.blog-single-item .image span img {
    width: 14px;
    height: 13px;
    margin-top: -4px;
}

.blog-single-item .text {
    margin: 0 20px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 25px;
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

@media (max-width: 1199px) {
    .blog-single-item .text {
        margin: 0 5px;
        padding: 15px;
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    .blog-single-item .text {
        margin: 0 5px;
        margin-top: -50px;
    }
}

.blog-single-item .text .coment {
    display: flex;
    align-items: center;
    max-width: 255px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8ebed;
}

.blog-single-item .text .coment span {
    color: rgba(0, 0, 0, 0.6);
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-right: 10px;
}

.blog-single-item .text .coment span img {
    margin-right: 5px;
}

.blog-single-item .text h2 {
    padding-top: 10px;
}

.blog-single-item .text h2 a {
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: #012c4b;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.blog-single-item .text h2:hover a {
    color: #012c4b;
}

.blog-single-item .text .blog-btn {
    margin-top: 20px;
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.blog-single-item .text .blog-btn .icon {
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 20px;
    border-radius: 100px;
    background: #012c4b;
    text-align: center;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.blog-single-item .text .blog-btn .icon i {
    color: #fff;
}

.blog-single-item:hover .image span {
    background: #012c4b;
}

.blog-single-item:hover .text .blog-btn {
    color: #012c4b;
}

.blog-single-item:hover .text .blog-btn .icon {
    background: #012c4b;
}

/*3.15 cta-section */
.cta-section {
    position: relative;
    z-index: 10;
    margin-bottom: -90px;
}

.cta-section .wrap {
    background: #012c4b;
    padding: 30px 25px;
    border: 10px solid #fff;
    position: relative;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

@media (max-width: 575px) {
    .cta-section .wrap {
        padding: 15px 15px;
    }
}

.cta-section .wrap .shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 575px) {
    .cta-section .wrap .shape {
        display: none;
    }
}

.cta-section .left-content {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .cta-section .left-content {
        justify-content: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .cta-section .left-content {
        display: block;
        text-align: center;
    }
}

.cta-section .left-content .icon {
    margin-left: 20px;
    margin-right: 25px;
}

@media (max-width: 575px) {
    .cta-section .left-content .icon {
        margin-bottom: 20px;
    }
}

.cta-section .left-content .text {
    border-radius: 66.5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 20px;
}

.cta-section .left-content .text h3 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .cta-section .left-content .text h3 {
        font-size: 20px;
    }
}

.cta-section .left-content .text h3 a {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-decoration-line: underline;
}

@media (max-width: 1199px) {
    .cta-section .left-content .text h3 a {
        font-size: 18px;
    }
}

.cta-section .right-content {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 991px) {
    .cta-section .right-content {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .cta-section .right-content {
        display: block;
        text-align: center;
    }
}

.cta-section .right-content .right-btn .btn_primary {
    border-radius: 7px;
    background: #c6832c;
    color: #fff;
}

@media (max-width: 1199px) {
    .cta-section .right-content .right-btn .btn_primary {
        padding: 10px 10px;
    }
}

@media (max-width: 575px) {
    .cta-section .right-content .right-btn .btn_primary {
        margin-bottom: 20px;
        padding: 15px 25px;
    }
}

.cta-section .right-content .right-btn .btn_primary::after {
    background: #c6832c;
}

.cta-section .right-content .right-btn .btn_primary:hover::after {
    background: rgba(0, 204, 133, 0.768627451);
}

.cta-section .right-content .right-coll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 85px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 15px;
    margin-left: 30px;
}

@media (max-width: 575px) {
    .cta-section .right-content .right-coll-btn {
        margin-left: 0;
        margin: 0 auto;
    }
}

.cta-section .right-content .right-coll-btn .icon {
    width: 46px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.cta-section .right-content .right-coll-btn .text {
    padding-left: 15px;
}

.cta-section .right-content .right-coll-btn .text span {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.cta-section .right-content .right-coll-btn .text h3 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* 5. Home-style-2 */
/*5.1 features-section-s2 */
.features-section-s2 {
    position: relative;
    margin-top: -70px;
    z-index: 1;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .features-section-s2 {
        margin-top: 90px;
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .features-section-s2 {
        margin-top: 80px;
        padding-bottom: 50px;
    }
}

.features-section-s2 .item {
    display: flex;
    background: #fff;
    box-shadow: 0px 9px 29px 0px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .features-section-s2 .item {
        margin-bottom: 30px;
    }
}

.features-section-s2 .item .icon {
    position: relative;
    width: 121px;
    height: 100px;
    background: rgba(0, 102, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(100% 0, 100% 78%, 82% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 78%, 82% 100%, 0 100%, 0 0);
    margin-top: 22px;
    transition: all 0.3s ease-in-out;
}

.features-section-s2 .item .icon .img-1,
.features-section-s2 .item .icon .img-2 {
    width: 75px;
    height: 65px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-section-s2 .item .icon .img-2 {
    display: none;
    transition: all 0.3s ease-in-out;
}

.features-section-s2 .item .text {
    padding-left: 35px;
    padding-top: 46px;
    padding-right: 65px;
    padding-bottom: 30px;
}

@media (max-width: 499px) {
    .features-section-s2 .item .text {
        padding-right: 20px;
    }
}

@media (max-width: 499px) {
    .features-section-s2 .item .text {
        padding: 20px;
    }
}

.features-section-s2 .item .text h3 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 499px) {
    .features-section-s2 .item .text h3 {
        font-size: 20px;
    }
}

.features-section-s2 .item .text P {
    color: #5e5f63;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 499px) {
    .features-section-s2 .item .text P {
        font-size: 14px;
        line-height: 24px;
    }
}

.features-section-s2 .item .text a {
    display: flex;
    align-items: center;
    width: 136px;
    height: 27px;
    color: #012c4b;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    background: transparent;
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding-left: 10px;
}

.features-section-s2 .item .text a .icon-arrow {
    padding-left: 5px;
}

.features-section-s2 .item:hover {
    background: #0a1426;
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.08);
}

.features-section-s2 .item:hover .icon {
    background: #012c4b;
}

.features-section-s2 .item:hover .icon .img-1 {
    display: none;
}

.features-section-s2 .item:hover .icon .img-2 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-section-s2 .item:hover .text h3 {
    color: #fff;
}

.features-section-s2 .item:hover .text P {
    color: #fff;
}

.features-section-s2 .item:hover .text a {
    background: rgba(255, 255, 255, 0.07);
}

/*5.2 about-section-s2 */
.about-section-s2 {
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.about-section-s2.s2 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .about-section-s2.s2 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .about-section-s2.s2 {
        padding-top: 80px;
    }
}

.about-section-s2 .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-section-s2 .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-section-s2 .about-image {
    position: relative;
    z-index: 1;
}

.about-section-s2 .about-image .image-1 {
    position: relative;
    max-width: 437px;
    max-height: 510px;
}

.about-section-s2 .about-image .image-1 img {
    width: 100%;
}

.about-section-s2 .about-image .image-1 .image-shape {
    position: absolute;
    right: -27px;
    bottom: -29px;
    z-index: -1;
}

@media (max-width: 575px) {
    .about-section-s2 .about-image .image-1 .image-shape {
        display: none;
    }
}

.about-section-s2 .about-image .image-2 {
    position: absolute;
    right: 0;
    bottom: -82px;
    z-index: 1;
    max-width: 295px;
    max-height: 279px;
}

@media (max-width: 575px) {
    .about-section-s2 .about-image .image-2 {
        display: none;
    }
}

.about-section-s2 .about-image .item {
    width: 254px;
    height: 152px;
    background: #012c4b;
    z-index: 11;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    left: -120px;
    bottom: -60px;
}

@media (max-width: 1550px) {
    .about-section-s2 .about-image .item {
        left: -40px;
    }
}

@media (max-width: 575px) {
    .about-section-s2 .about-image .item {
        height: 125px;
    }
}

.about-section-s2 .about-image .item .hsape {
    position: absolute;
    right: -30px;
    top: 0;
}

.about-section-s2 .about-image .item p {
    color: #fff;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.about-section-s2 .about-image .item h3 {
    color: #fff;
    font-family: Raleway;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
}

@media (max-width: 575px) {
    .about-section-s2 .about-image .item h3 {
        font-size: 30px;
    }
}

.about-section-s2 .about-image .item h3 span {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 575px) {
    .about-section-s2 .about-image .item h3 span {
        font-size: 40px;
    }
}

.about-section-s2 .about-right-content {
    margin-left: 70px;
}

@media (max-width: 1399px) {
    .about-section-s2 .about-right-content {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .about-section-s2 .about-right-content {
        margin-top: 150px;
    }
}

@media (max-width: 575px) {
    .about-section-s2 .about-right-content {
        margin-top: 100px;
    }
}

.about-section-s2 .about-right-content .top_title {
    text-align: left;
}

.about-section-s2 .about-right-content .top_title span {
    color: #012c4b;
}

.about-section-s2 .about-right-content .top_title h2 {
    color: #012c4b;
}

@media (max-width: 1199px) {
    .about-section-s2 .about-right-content .top_title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .about-section-s2 .about-right-content .top_title h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.about-section-s2 .about-right-content .top_title h4 {
    color: #012c4b;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0;
}

@media (max-width: 1199px) {
    .about-section-s2 .about-right-content .top_title h4 {
        font-size: 20px;
        line-height: 35px;
    }
}

@media (max-width: 575px) {
    .about-section-s2 .about-right-content .top_title h4 {
        font-size: 15px;
        line-height: 25px;
    }
}

.about-section-s2 .about-right-content .top_title p {
    color: #16243d;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .about-section-s2 .about-right-content .top_title p {
        font-size: 15px;
        line-height: 25px;
    }
}

.about-section-s2 .about-right-content ul li {
    list-style: none;
    color: #012c4b;
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
    text-transform: capitalize;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .about-section-s2 .about-right-content ul li {
        font-size: 12px;
    }
}

.about-section-s2 .about-right-content ul li::before {
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 50%;
    font-size: 8px;
    line-height: 15px;
    font-family: themify;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    text-align: center;
    transform: translateY(-50%);
    background: #c6832c;
    color: #fff;
}

.about-section-s2 .about-right-content .about-bottom {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .about-section-s2 .about-right-content .about-bottom {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .about-section-s2 .about-right-content .about-bottom {
        display: block;
    }
}

.about-section-s2 .about-right-content .about-bottom .image-1 {
    width: 76px;
    height: 76px;
    border-radius: 100px;
    border-radius: 76px;
    border: 4px solid #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.about-section-s2 .about-right-content .about-bottom .image-1 img {
    border-radius: 100px;
}

.about-section-s2 .about-right-content .about-bottom .image-1 img img {
    width: 100%;
}

.about-section-s2 .about-right-content .about-bottom .image-2 {
    width: 180px;
    margin-left: 10px;
}

@media (max-width: 575px) {
    .about-section-s2 .about-right-content .about-bottom .image-2 {
        margin-left: 0;
    }
}

.about-section-s2 .about-right-content .about-bottom .image-2 img {
    width: 100%;
}

.about-section-s2 .about-right-content .about-bottom .about-btn {
    margin-left: 30px;
}

@media (max-width: 575px) {
    .about-section-s2 .about-right-content .about-bottom .about-btn {
        margin-left: 0;
    }
}

.about-section-s2 .about-right-content .about-bottom .btn_primary {
    background: #c6832c;
    color: #fff;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .about-section-s2 .about-right-content .about-bottom .btn_primary {
        padding: 15px 18px;
        font-size: 14px;
    }
}

/*5.3 more-catagroeis-section */
.more-catagroeis-section {
    margin: 0 30px;
}

@media (max-width: 600px) {
    .more-catagroeis-section {
        margin: 0;
    }
}

.more-catagroeis-section .item {
    padding: 50px 70px;
    padding-left: 0;
    background: #fff;
    box-shadow: -32px -1px 33px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

@media (max-width: 1880px) {
    .more-catagroeis-section .item {
        padding-right: 60px;
    }
}

@media (max-width: 1750px) {
    .more-catagroeis-section .item {
        padding-right: 40px;
    }
}

@media (max-width: 1600px) {
    .more-catagroeis-section .item {
        padding: 40px 0;
        padding-left: 0;
        padding-right: 20px;
    }
}

@media (max-width: 1399px) {
    .more-catagroeis-section .item {
        padding: 30px 0;
    }
}

@media (max-width: 1199px) {
    .more-catagroeis-section .item {
        padding: 30px 20px;
        display: block;
    }
}

@media (max-width: 991px) {
    .more-catagroeis-section .item {
        display: flex;
        padding: 30px 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .more-catagroeis-section .item {
        padding: 30px 20px;
        display: block;
    }
}

.more-catagroeis-section .item .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.more-catagroeis-section .item .icon {
    width: 250px;
    height: 186px;
    background: url(../images/catagroeis/shape-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 110px 116.5px 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    transition: all 0.3s ease-in-out;
    padding-left: 50px;
    box-shadow: 0px 9px 29px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1600px) {
    .more-catagroeis-section .item .icon {
        width: 200px;
    }
}

@media (max-width: 1499px) {
    .more-catagroeis-section .item .icon {
        width: 155px;
        height: 130px;
    }
}

@media (max-width: 1399px) {
    .more-catagroeis-section .item .icon {
        width: 120px;
        height: 120px;
        padding-left: 27px;
    }
}

@media (max-width: 1199px) {
    .more-catagroeis-section .item .icon {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .more-catagroeis-section .item .icon {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .more-catagroeis-section .item .icon {
        margin-bottom: 15px;
    }
}

.more-catagroeis-section .item .icon .image {
    width: 165px;
    height: 166px;
    border-radius: 166px;
    border: 4px solid #fff;
    box-shadow: 0px 8px 31px 0px rgba(0, 0, 0, 0.07);
    margin-right: 12px;
}

@media (max-width: 1600px) {
    .more-catagroeis-section .item .icon .image {
        height: 139px;
    }
}

@media (max-width: 1499px) {
    .more-catagroeis-section .item .icon .image {
        height: 93px;
    }
}

@media (max-width: 1399px) {
    .more-catagroeis-section .item .icon .image {
        width: 100px;
        height: 80px;
    }
}

.more-catagroeis-section .item .icon .image img {
    border-radius: 166px;
    width: 100%;
}

.more-catagroeis-section .item .text {
    margin-left: 35px;
}

@media (max-width: 1799px) {
    .more-catagroeis-section .item .text {
        margin-left: 10px;
    }
}

@media (max-width: 1750px) {
    .more-catagroeis-section .item .text {
        margin-left: 10px;
    }
}

@media (max-width: 1199px) {
    .more-catagroeis-section .item .text {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .more-catagroeis-section .item .text {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .more-catagroeis-section .item .text {
        margin-left: 0;
    }
}

.more-catagroeis-section .item .text h2 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1880px) {
    .more-catagroeis-section .item .text h2 {
        font-size: 20px;
    }
}

.more-catagroeis-section .item .text p {
    color: #5e5f63;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1499px) {
    .more-catagroeis-section .item .text p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .more-catagroeis-section .item .text p {
        max-width: 400px;
    }
}

.more-catagroeis-section .item .text a {
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.more-catagroeis-section .item .text a i {
    font-size: 12px;
    margin-left: 5px;
}

.more-catagroeis-section .item .text ul {
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    display: none;
}

.more-catagroeis-section .item .text ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 1600px) {
    .more-catagroeis-section .item .text ul li {
        font-size: 15px;
    }
}

.more-catagroeis-section .item .text ul li::before {
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 50%;
    font-size: 13px;
    line-height: 15px;
    font-family: themify;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    text-align: center;
    transform: translateY(-50%);
    color: #012c4b;
}

@media (max-width: 1600px) {
    .more-catagroeis-section .item .text ul li::before {
        font-size: 10px;
    }
}

.more-catagroeis-section .item:hover,
.more-catagroeis-section .item.active {
    background: #02225d;
    box-shadow: 0px 9px 29px 0px rgba(0, 0, 0, 0.06);
}

.more-catagroeis-section .item:hover .shape,
.more-catagroeis-section .item.active .shape {
    opacity: 1;
    visibility: visible;
}

.more-catagroeis-section .item:hover .icon,
.more-catagroeis-section .item.active .icon {
    background: #012c4b;
}

.more-catagroeis-section .item:hover .text h2,
.more-catagroeis-section .item.active .text h2 {
    color: #fff;
}

.more-catagroeis-section .item:hover .text p,
.more-catagroeis-section .item.active .text p {
    display: none;
}

.more-catagroeis-section .item:hover .text ul,
.more-catagroeis-section .item.active .text ul {
    display: block;
}

/*5.4 call-message-section */
.call-message-section {
    position: relative;
    z-index: 1;
    background: url(../images/call-message/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.call-message-section .left-content {
    margin-right: 70px;
    padding-top: 120px;
}

@media (max-width: 1399px) {
    .call-message-section .left-content {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .call-message-section .left-content {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .call-message-section .left-content {
        padding-top: 80px;
    }
}

.call-message-section .left-content .top_title {
    text-align: left;
}

.call-message-section .left-content .top_title span {
    color: #012c4b;
}

.call-message-section .left-content .top_title h2 {
    color: #012c4b;
}

@media (max-width: 1199px) {
    .call-message-section .left-content .top_title h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .call-message-section .left-content .top_title h2 {
        font-size: 30px;
    }
}

.call-message-section .left-content .top_title p {
    color: #5e5f63;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .call-message-section .left-content .top_title p {
        margin-top: 20px;
    }
}

.call-message-section .left-content .item {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .call-message-section .left-content .item {
        display: block;
    }
}

.call-message-section .left-content .item .images {
    width: 146px;
    border: 10px solid #fff;
}

.call-message-section .left-content .item .images img {
    width: 100%;
}

.call-message-section .left-content .item ul {
    margin-left: 20px;
}

@media (max-width: 575px) {
    .call-message-section .left-content .item ul {
        margin-left: 0;
        margin-top: 20px;
    }
}

.call-message-section .left-content .item ul li {
    list-style: none;
    color: #051a53;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    text-transform: capitalize;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .call-message-section .left-content .item ul li {
        font-size: 15px;
        line-height: 30px;
    }
}

.call-message-section .left-content .item ul li::before {
    background: #fff;
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 50%;
    font-size: 8px;
    line-height: 16px;
    font-family: themify;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    text-align: center;
    transform: translateY(-50%);
}

.call-message-section .left-content .two-btn {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

@media (max-width: 575px) {
    .call-message-section .left-content .two-btn {
        display: block;
    }
}

.call-message-section .left-content .two-btn li {
    list-style: none;
}

.call-message-section .left-content .two-btn li .btn_primary {
    text-transform: uppercase;
    margin-right: 30px;
    padding: 20px 30px;
}

@media (max-width: 575px) {
    .call-message-section .left-content .two-btn li .btn_primary {
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px 25px;
    }
}

.call-message-section .left-content .two-btn li:last-child .btn_primary {
    background: #fff;
    color: #121010;
}

.call-message-section .left-content .two-btn li:last-child .btn_primary:hover {
    color: #fff;
    background: #012c4b;
}

.call-message-section .right-content .image {
    width: 667px;
    height: 728px;
    position: relative;
}

@media (max-width: 767px) {
    .call-message-section .right-content .image {
        width: 400px;
        height: 400px;
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .call-message-section .right-content .image {
        display: none;
    }
}

.call-message-section .right-content .image img {
    width: 100%;
}

.call-message-section .right-content .image .round {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: -1;
    border-radius: 320px;
    background: #fff;
    width: 320px;
    height: 320px;
}

.call-message-section .right-content .sing {
    position: absolute;
    left: 0;
    bottom: 170px;
}

@media (max-width: 1199px) {
    .call-message-section .right-content .sing {
        display: none;
    }
}

.call-message-section .call-message {
    border-top-left-radius: 39px;
    background: #012c4b;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 874px;
    padding: 40px 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .call-message-section .call-message {
        padding: 20px 30px;
    }
}

@media (max-width: 1199px) {
    .call-message-section .call-message {
        display: block;
    }
}

@media (max-width: 575px) {
    .call-message-section .call-message {
        position: unset;
        width: 100%;
        height: 100%;
    }
}

.call-message-section .call-message::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/call-message/documents-two-bg.png);
}

.call-message-section .call-message .call {
    display: flex;
    align-items: center;
}

@media (max-width: 1399px) {
    .call-message-section .call-message .call {
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
    .call-message-section .call-message .call {
        margin-bottom: 20px;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .call-message-section .call-message .call {
        display: block;
    }
}

.call-message-section .call-message .call .icon {
    width: 82px;
    height: 80px;
    border-radius: 40px;
    background: #fff;
    text-align: center;
    line-height: 80px;
}

@media (max-width: 575px) {
    .call-message-section .call-message .call .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.call-message-section .call-message .call .text {
    margin-left: 20px;
}

@media (max-width: 575px) {
    .call-message-section .call-message .call .text {
        margin-left: 0;
        margin-top: 10px;
    }
}

.call-message-section .call-message .call .text h3 {
    color: #fff;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 0;
}

.call-message-section .call-message .call .text span {
    color: #fff;
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.call-message-section .call-message .sms {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .call-message-section .call-message .sms {
        display: block;
    }
}

.call-message-section .call-message .sms .icon {
    width: 82px;
    height: 80px;
    border-radius: 40px;
    background: #fff;
    text-align: center;
    line-height: 80px;
}

@media (max-width: 575px) {
    .call-message-section .call-message .sms .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.call-message-section .call-message .sms .text {
    margin-left: 20px;
}

@media (max-width: 575px) {
    .call-message-section .call-message .sms .text {
        margin-left: 0;
    }
}

.call-message-section .call-message .sms .text h3 {
    color: #fff;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 0;
}

.call-message-section .call-message .sms .text span {
    color: #fff;
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

/*5.5 service-section-s2 */
.service-section-s2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 110px 0;
}

@media (max-width: 991px) {
    .service-section-s2 {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .service-section-s2 {
        padding: 80px 0;
    }
}

.service-section-s2 .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.service-section-s2 .shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.service-section-s2 .top_title {
    padding: 0 50px;
}

@media (max-width: 1399px) {
    .service-section-s2 .top_title {
        padding: 0;
    }
}

.service-section-s2 .top_title span {
    color: #012c4b;
}

.service-section-s2 .top_title h2 {
    color: #012c4b;
}

.service-section-s2 .single-item {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    padding: 30px;
    margin-bottom: 30px;
    padding-right: 40px;
}

@media (max-width: 1399px) {
    .service-section-s2 .single-item {
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .service-section-s2 .single-item {
        padding: 20px 10px;
    }
}

@media (max-width: 991px) {
    .service-section-s2 .single-item {
        padding: 20px;
    }
}

.service-section-s2 .single-item span {
    color: rgba(255, 255, 255, 0.5);
    font-family: Raleway;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    right: 50px;
    top: 50px;
}

.service-section-s2 .single-item .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.service-section-s2 .single-item .icon svg path {
    fill: #012c4b;
    transition: all 0.3s ease-in-out;
}

.service-section-s2 .single-item .text h2 a {
    color: #012c4b;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .service-section-s2 .single-item .text h2 a {
        font-size: 20px;
    }
}

.service-section-s2 .single-item .text p {
    color: #5e5f63;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .service-section-s2 .single-item .text p {
        font-size: 15px;
    }
}

.service-section-s2 .single-item .text .service-btn {
    transform: rotate(-42deg);
    border-radius: 100px;
    border: 1px solid #e8ebed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.service-section-s2 .single-item .text .service-btn i {
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    color: #012c4b;
}

.service-section-s2 .single-item .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.service-section-s2 .single-item:hover {
    background: #012c4b;
}

.service-section-s2 .single-item:hover .icon svg path {
    fill: #fff;
}

.service-section-s2 .single-item:hover .text h2 a {
    color: #fff;
}

.service-section-s2 .single-item:hover .text p {
    color: #fff;
}

.service-section-s2 .single-item:hover .text .service-btn {
    transform: rotate(0deg);
    border: 1px solid #fff;
}

.service-section-s2 .single-item:hover .text .service-btn i {
    color: #fff;
}

.service-section-s2 .single-item:hover .shape {
    opacity: 1;
    visibility: visible;
}

.service-section-s2 .bottom-text {
    text-align: center;
    color: #012c4b;
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-top: 10px;
}

.service-section-s2 .bottom-text a {
    color: #012c4b;
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

.service-section-s2 .bottom-text a strong {
    text-decoration-line: underline;
}

.service-section-s2 .bottom-text a i {
    width: 25px;
    height: 25px;
    line-height: 20px;
    margin-left: 10px;
    font-size: 15px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11);
    border-radius: 100px;
}

/*5.6 counter-section-s2 */
.counter-section-s2,
.counter-section-s3 {
    background: #02225d;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.03);
}

.counter-section-s2::before,
.counter-section-s3::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/counter/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-section-s2 .item,
.counter-section-s3 .item {
    text-align: center;
    margin: 40px 0;
}

.counter-section-s2 .item h3,
.counter-section-s3 .item h3 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}

.counter-section-s2 .item p,
.counter-section-s3 .item p {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

/*5.7 process-section-s2 */
.process-section-s2 {
    background: url(../images/process/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px 0;
}

@media (max-width: 991px) {
    .process-section-s2 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .process-section-s2 {
        padding-bottom: 50px;
    }
}

.process-section-s2 .top_title {
    text-align: left;
}

@media (max-width: 991px) {
    .process-section-s2 .top_title {
        text-align: center;
    }
}

.process-section-s2 .top_title span {
    color: #012c4b;
}

.process-section-s2 .top_title h2 {
    color: #012c4b;
}

@media (max-width: 1199px) {
    .process-section-s2 .top_title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .process-section-s2 .top_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .process-section-s2 .top_title h2 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .process-section-s2 .top_title p {
        margin-top: -30px;
    }
}

.process-section-s2 .process-wrap {
    position: relative;
}

.process-section-s2 .process-wrap .border-shape {
    position: absolute;
    left: 9%;
    top: 20%;
    width: 100%;
}

@media (max-width: 991px) {
    .process-section-s2 .process-wrap .border-shape {
        display: none;
    }
}

.process-section-s2 .col:nth-child(2) .process-item {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .process-section-s2 .col:nth-child(2) .process-item {
        margin-top: 0;
    }
}

.process-section-s2 .col:nth-child(3) .process-item {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .process-section-s2 .col:nth-child(3) .process-item {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .process-item {
        margin-bottom: 30px;
    }
}

.process-item .top-contnent {
    width: 190px;
    height: 190px;
    background: #fff;
    box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.07);
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.process-item .top-contnent .item-shape {
    position: absolute;
    left: 38%;
    top: 38%;
    width: 145%;
    height: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.process-item .top-contnent .item-shape img {
    width: 100%;
}

.process-item .top-contnent .icon {
    width: 75px;
    height: 75px;
    border: 1px solid rgba(22, 36, 61, 0.08);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.process-item .top-contnent .text {
    position: relative;
    z-index: 1;
    width: 170.53px;
    height: 70px;
    background: #012c4b;
    margin: 0 auto;
    -webkit-clip-path: polygon(0 0, 100% 19%, 95% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 19%, 95% 100%, 10% 100%);
    transform: rotate(-9.938deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.process-item .top-contnent .text span {
    color: #fff;
    text-align: center;
    font-family: DM Sans;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.process-item .top-contnent .shape-1 {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
}

.process-item .top-contnent .shape-2 {
    position: absolute;
    right: 14px;
    bottom: 15px;
}

.process-item .top-contnent .shape-2 svg path {
    fill: #0649cb;
    transition: all 0.3s ease-in-out;
}

.process-item .content {
    text-align: center;
    margin-top: 30px;
}

.process-item .content h2 {
    color: #012c4b;
    font-family: DM Sans;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.process-item .content p {
    color: #5e5f63;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

.process-item:hover .top-contnent .item-shape {
    opacity: 1;
    visibility: visible;
}

.process-item:hover .top-contnent .text {
    background: #0a1426;
}

.process-item:hover .top-contnent .shape-2 svg path {
    fill: #0a1426;
}

/*5.8 brand-section-s2 */
.brand-section-s2 {
    padding: 110px 0;
}

@media (max-width: 991px) {
    .brand-section-s2 {
        padding: 90px 0;
    }
}

.brand-section-s2 .top-text {
    margin-bottom: 50px;
}

.brand-section-s2 .top-text h4 {
    position: relative;
    color: #8d8f97;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.brand-section-s2 .top-text h4::before {
    position: absolute;
    content: "";
    left: 22%;
    top: 50%;
    width: 34%;
    height: 1px;
    background: rgba(217, 217, 217, 0.56);
    transform: translate(-50%, -50%);
}

.brand-section-s2 .top-text h4::after {
    position: absolute;
    content: "";
    right: -13%;
    top: 50%;
    width: 34%;
    height: 1px;
    background: rgba(217, 217, 217, 0.56);
    transform: translate(-50%, -50%);
}

.brand-section-s2 .brand-wrap .brand-item .images {
    height: 90px;
    display: flex;
    align-items: center;
}

.brand-section-s2 .brand-wrap .brand-item .images img {
    width: auto;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.brand-section-s2 .brand-wrap .owl-nav.disabled {
    display: none;
}

.brand-section-s2 .brand-wrap .owl-dots.disabled {
    display: none;
}

/*5.9 testimonial-section-s2 */
.testimonial-section-s2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.testimonial-section-s2 .shape-2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.testimonial-section-s2 .testimonial-wrap {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .testimonial-section-s2 .testimonial-wrap {
        padding: 80px 0;
    }
}

.testimonial-section-s2 .testimonial-wrap .item {
    margin-left: 10px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .testimonial-section-s2 .testimonial-wrap .item {
        margin-left: 0;
    }
}

.testimonial-section-s2 .testimonial-wrap .item .icon {
    width: 97px;
    height: 89px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section-s2 .testimonial-wrap .item h3 {
    border-top: 3px solid #012c4b;
    padding-top: 27px;
    color: #012c4b;
    font-family: DM Sans;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 50px;
    line-height: 52px;
}

@media (max-width: 991px) {
    .testimonial-section-s2 .testimonial-wrap .item h3 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-section-s2 .testimonial-wrap .item h3 {
        font-size: 25px;
        line-height: 40px;
    }
}

@media (max-width: 399px) {
    .testimonial-section-s2 .testimonial-wrap .item h3 {
        font-size: 20px;
        line-height: 35px;
    }
}

.testimonial-section-s2 .testimonial-wrap .item h3 span {
    color: #012c4b;
}

.testimonial-section-s2 .testimonial-wrap .item .bottom-content {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 399px) {
    .testimonial-section-s2 .testimonial-wrap .item .bottom-content {
        padding-left: 5px;
    }
}

.testimonial-section-s2 .testimonial-wrap .item .bottom-content .image {
    width: 77px;
    height: 70px;
    position: relative;
    z-index: 1;
    margin-right: 45px;
}

@media (max-width: 399px) {
    .testimonial-section-s2 .testimonial-wrap .item .bottom-content .image {
        margin-right: 20px;
    }
}

.testimonial-section-s2 .testimonial-wrap .item .bottom-content .image::before {
    position: absolute;
    left: -4px;
    bottom: -8%;
    content: "";
    width: 100%;
    height: 100%;
    background: #012c4b;
    z-index: -1;
}

.testimonial-section-s2 .testimonial-wrap .item .bottom-content .text h4 {
    color: #0f0f2d;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-section-s2 .testimonial-wrap .item .bottom-content .text p {
    color: #0f0f2d;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.testimonial-section-s2 .testimonial-wrap .item .bottom-content .text p span {
    color: #012c4b;
}

@media (max-width: 991px) {
    .testimonial-section-s2 .owl-nav {
        display: none;
    }
}

.testimonial-section-s2 .owl-nav button.owl-next,
.testimonial-section-s2 .owl-nav button.owl-prev {
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 66px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    color: #1d1818;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: -30%;
    top: 40%;
}

.testimonial-section-s2 .owl-nav button.owl-next:hover,
.testimonial-section-s2 .owl-nav button.owl-prev:hover {
    border: 1px solid transparent;
    background: #012c4b;
    color: #fff;
}

.testimonial-section-s2 .owl-nav button.owl-prev {
    top: 55%;
}

@media (min-width: 992px) {
    .testimonial-section-s2 .owl-dots {
        display: none;
    }
}

.testimonial-section-s2 .owl-dot {
    width: 10px;
    height: 15px;
    border-radius: 100px;
    margin-right: 10px;
    border: 1px solid #012c4b;
    background: transparent;
}

@media (max-width: 767px) {
    .testimonial-section-s2 .owl-dot {
        width: 10px;
        height: 10px;
    }
}

.testimonial-section-s2 .owl-dot.active {
    background: #012c4b;
}

/*5.10 team-section */
.team-section {
    position: relative;
    z-index: 1;
    padding: 110px 0;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .team-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

.team-section .shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.team-section .shape.s2 {
    right: auto;
    left: 0;
    z-index: -1;
}

.team-section .top_title {
    padding: 0 50px;
}

@media (max-width: 1399px) {
    .team-section .top_title {
        padding: 0;
    }
}

.team-section .top_title span {
    color: #012c4b;
}

.team-section .top_title h2 {
    color: #012c4b;
}

@media (max-width: 1199px) {
    .team-section .top_title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .team-section .top_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .team-section .top_title h2 {
        font-size: 25px;
    }
}

.team-section .team-top {
    margin-bottom: 50px;
}

.team-section .team-top .meet-team-card {
    text-align: center;
    background: #c6832c;
    padding: 55px;
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}

@media (max-width: 575px) {
    .team-section .team-top .meet-team-card {
        padding: 30px 15px;
    }
}

.team-section .team-top .meet-team-card span {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}

.team-section .team-top .meet-team-card h2 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .team-section .team-top .meet-team-card h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

.team-section .team-top .meet-team-card p {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .team-section .team-top .meet-team-card p {
        font-size: 15px;
        line-height: 25px;
    }
}

.team-section .team-top .meet-team-card .icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    display: block;
    background: #fff;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 575px) {
    .team-section .team-top .meet-team-card .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.team-section .team-top .meet-team-card .icon i {
    color: #051a53;
}

.team-section .team-top .meet-team-card.s2 {
    background: #012c4b;
}

@media (max-width: 991px) {
    .team-section .team-top .meet-team-card.s2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .team-section .team-top .meet-team-card.s2 {
        margin-bottom: 0px;
    }
}

.team-section .team-top .meet-team-card.s2 .shape {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: -1;
}

.team-section .team-top .meet-team-card.s2 .shape.s2 {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: -1;
}

.team-section .team-top .meet-team-card.s2 .icon i {
    color: #012c4b;
}

.team-single {
    margin-right: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.team-single .image {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.team-single .image::before {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px dotted #012c4b;
    border-radius: 13px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.team-single .image img {
    width: 100%;
    border-radius: 13px;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.team-single .image ul {
    width: 52px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-single .image ul li {
    background: #012c4b;
    list-style: none;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.team-single .image ul li:first-child {
    padding-top: 15px;
}

.team-single .image ul li:last-child {
    padding-bottom: 15px;
}

.team-single .image ul li a i {
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.team-single .image ul li:hover {
    background: #fff;
}

.team-single .image ul li:hover a i {
    color: #012c4b;
}

.team-single .text {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    width: 287px;
    border-radius: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: transparent;
    transition: all 0.3s ease-in-out;
}

.team-single .text span {
    color: #012c4b;
    font-family: DM Sans;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.team-single .text h2 {
    margin-bottom: 20px;
}

.team-single .text h2 a {
    color: #012c4b;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.team-single .text h2:hover a {
    color: #012c4b;
}

.team-single:hover .image::before {
    border: 1px dotted #012c4b;
    transform: rotate(-3.136deg);
}

.team-single:hover .image img {
    filter: grayscale(0);
}

.team-single:hover .image ul {
    left: -15px;
    opacity: 1;
    visibility: visible;
}

.team-single:hover .text {
    border: 1px solid transparent;
}

/*5.11 project-section-s2 */
.project-section-s2 {
    position: relative;
    z-index: 1;
    background: url(../images/project/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project-section-s2 .shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.project-section-s2 .project-content .top_title {
    margin-right: 50px;
    text-align: left;
}

@media (max-width: 575px) {
    .project-section-s2 .project-content .top_title {
        margin-right: 0;
    }
}

.project-section-s2 .project-content .top_title span {
    color: #012c4b;
}

.project-section-s2 .project-content .top_title h2 {
    color: #012c4b;
    margin-bottom: 25px;
}

.project-section-s2 .project-content .top_title p {
    color: #5e5f63;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-right: 50px;
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .project-section-s2 .project-content .top_title p {
        margin-right: 0;
    }
}

.project-section-s2 .project-content .project-btn {
    display: flex;
}

@media (max-width: 575px) {
    .project-section-s2 .project-content .project-btn {
        display: grid;
    }
}

.project-section-s2 .project-content .project-btn span {
    color: #051a53;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 45px;
    padding-left: 55px;
    background: #fff;
    position: relative;
    border-left: 2px solid #012c4b;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .project-section-s2 .project-content .project-btn span {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.project-section-s2 .project-content .project-btn span:before {
    background: #012c4b;
    position: absolute;
    content: "\e64c";
    left: 20px;
    top: 50%;
    font-size: 8px;
    line-height: 16px;
    font-family: themify;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.project-section-s2 .project-content .btn_primary {
    text-transform: uppercase;
    margin-top: 40px;
}

.project-section-s2 .owl-nav {
    display: none;
}

.project-section-s2 .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.project-section-s2 .owl-dot {
    width: 10px;
    height: 15px;
    border-radius: 100px;
    margin-right: 10px;
    border: 1px solid #012c4b;
    background: transparent;
}

@media (max-width: 767px) {
    .project-section-s2 .owl-dot {
        width: 10px;
        height: 10px;
    }
}

.project-section-s2 .owl-dot.active {
    background: #012c4b;
}

.project-slider-wrap {
    max-width: 869px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
}

@media (max-width: 1800px) {
    .project-slider-wrap {
        max-width: 800px;
        left: 20px;
    }
}

@media (max-width: 1699px) {
    .project-slider-wrap {
        max-width: 750px;
        left: 20px;
    }
}

@media (max-width: 1569px) {
    .project-slider-wrap {
        max-width: 450px;
        left: 10%;
    }
}

@media (max-width: 1199px) {
    .project-slider-wrap {
        max-width: 450px;
        left: 20px;
    }
}

@media (max-width: 991px) {
    .project-slider-wrap {
        max-width: 90%;
        position: unset;
        margin: 0 auto;
        padding-top: 50px;
        transform: none;
    }
}

.project-slider-wrap .project-slider .item {
    position: relative;
    max-width: 414px;
}

@media (max-width: 767px) {
    .project-slider-wrap .project-slider .item {
        max-width: 100%;
    }
}

.project-slider-wrap .project-slider .item .image {
    border-radius: 7px;
    border: 10px solid #fff;
}

.project-slider-wrap .project-slider .item .image img {
    width: 100%;
}

.project-slider-wrap .project-slider .item .text {
    border-radius: 6px;
    background: #fff;
    width: 340px;
    position: absolute;
    padding: 35px;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

@media (max-width: 400px) {
    .project-slider-wrap .project-slider .item .text {
        width: 250px;
    }
}

.project-slider-wrap .project-slider .item .text span {
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.project-slider-wrap .project-slider .item .text span::before {
    position: absolute;
    right: -20px;
    content: "";
    top: 10px;
    width: 14px;
    height: 1px;
    background: #012c4b;
}

.project-slider-wrap .project-slider .item .text h2 {
    margin-bottom: 0;
}

.project-slider-wrap .project-slider .item .text h2 a {
    color: #001c4c;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 400px) {
    .project-slider-wrap .project-slider .item .text h2 a {
        font-size: 20px;
    }
}

.project-slider-wrap .project-slider .item:hover .text {
    opacity: 1;
    visibility: visible;
}

/*5.12 blog-section-s2 */
.blog-section-s2 .top_title {
    padding: 0 50px;
}

@media (max-width: 1199px) {
    .blog-section-s2 .top_title {
        padding: 0;
    }
}

.blog-section-s2 .top_title span {
    color: #012c4b;
}

.blog-section-s2 .blog-single-item .image span {
    left: 0;
    top: auto;
    bottom: 0;
    background: #012c4b;
}

.blog-section-s2 .blog-single-item .text {
    margin: 0;
    border: 1px solid #e0e4e8;
    border-top: 1px solid transparent;
    box-shadow: 0px 4px 30px 0px transparent;
    transition: all 0.3s ease-in-out;
}

.blog-section-s2 .blog-single-item .text .coment {
    max-width: 100%;
    border-bottom: transparent;
}

.blog-section-s2 .blog-single-item .text h2 {
    padding-top: 0;
}

.blog-section-s2 .blog-single-item .text h2 a {
    color: #012c4b;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}

.blog-section-s2 .blog-single-item .text p {
    color: #707481;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
}

.blog-section-s2 .blog-single-item:hover .text {
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.11);
    border: 1px solid transparent;
}

/*--------------------------------------------------------------
6. Home-style-3
---------------------------------------------------------------- */
/*6.1 quate-info-section */
.quate-info-section {
    position: relative;
    z-index: 1;
    margin-top: -60px;
}

@media (max-width: 991px) {
    .quate-info-section {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .quate-info-section {
        margin-top: 80px;
    }
}

.quate-info-section .wraper {
    padding: 45px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

@media (max-width: 991px) {
    .quate-info-section .wraper {
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .quate-info-section .wraper {
        padding: 45px 10px;
        padding-bottom: 20px;
    }
}

.quate-info-section .wraper span {
    color: #012c4b;
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 12px 12px 0px 0px;
    background: #fff;
    padding: 0 15px;
    position: relative;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px -2px 0 0px rgba(0, 0, 0, 0.06);
}

.quate-info-section .wraper .info {
    position: relative;
}

@media (max-width: 991px) {
    .quate-info-section .wraper .info {
        margin-bottom: 30px;
    }
}

.quate-info-section .wraper .info .form-control {
    padding: 16px 25px;
    padding-right: 35px;
    color: rgba(20, 33, 43, 0.8);
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #eee;
}

.quate-info-section .wraper .info .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem transparent;
    border: 1px solid #eee;
}

.quate-info-section .wraper .info.info-btn {
    width: 100%;
}

.quate-info-section .wraper .info.info-btn .btn_primary {
    width: 100%;
}

.quate-info-section .wraper .info .icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

/*6.2 about-section-s3 */
.about-section-s3 .about-left-wrap {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .about-section-s3 .about-left-wrap {
        margin-left: 0px;
    }
}

@media (max-width: 575px) {
    .about-section-s3 .about-left-wrap {
        margin-left: 10px;
    }
}

.about-section-s3 .about-left-wrap .image {
    position: relative;
    max-width: 474px;
    max-height: 551px;
}

.about-section-s3 .about-left-wrap .image img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
    width: 100%;
}

.about-section-s3 .about-left-wrap .item {
    width: 254px;
    height: 152px;
    background: #012c4b;
    z-index: 11;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    left: -120px;
    bottom: -10px;
    border-radius: 10px;
}

@media (max-width: 1550px) {
    .about-section-s3 .about-left-wrap .item {
        left: -40px;
    }
}

@media (max-width: 575px) {
    .about-section-s3 .about-left-wrap .item {
        display: none;
    }
}

.about-section-s3 .about-left-wrap .item .hsape {
    position: absolute;
    right: -30px;
    top: 0;
}

.about-section-s3 .about-left-wrap .item p {
    color: #fff;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.about-section-s3 .about-left-wrap .item h3 {
    color: #fff;
    font-family: Raleway;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
}

@media (max-width: 575px) {
    .about-section-s3 .about-left-wrap .item h3 {
        font-size: 30px;
    }
}

.about-section-s3 .about-left-wrap .item h3 span {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 575px) {
    .about-section-s3 .about-left-wrap .item h3 span {
        font-size: 40px;
    }
}

.about-section-s3 .about-left-wrap .shape {
    position: absolute;
    left: -15px;
    bottom: -15px;
    z-index: -1;
}

.about-section-s3 .about-left-wrap .shape-2 {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .about-section-s3 .about-left-wrap .shape-2 {
        bottom: -30px;
    }
}

@media (max-width: 575px) {
    .about-section-s3 .about-left-wrap .shape-2 {
        display: none;
    }
}

.about-section-s3 .about-right-wrap .top_title p {
    margin-right: 70px;
}

@media (max-width: 767px) {
    .about-section-s3 .about-right-wrap .top_title p {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about-section-s3 .about-right-wrap .noun-electricit .icon {
        width: 80px;
    }
}

.about-section-s3 .about-right-wrap .noun-electricit {
    display: flex;
    align-items: center;
    margin-right: 120px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .about-section-s3 .about-right-wrap .noun-electricit {
        margin-right: 0;
    }
}

.about-section-s3 .about-right-wrap .noun-electricit h3 {
    padding-left: 20px;
    color: #012c4b;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

@media (max-width: 767px) {
    .about-section-s3 .about-right-wrap .noun-electricit h3 {
        font-size: 15px;
        line-height: 25px;
    }
}

.about-section-s3 .btn_primary {
    color: #fff;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/*6.3 servces-section-s3 */
.servces-section-s3 {
    background: #012c4b;
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .servces-section-s3 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .servces-section-s3 {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

.servces-section-s3 .shape-4 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
}

.servces-section-s3 .top_title {
    text-align: left;
}

.servces-section-s3 .top_title span {
    color: #c6832c;
}

.servces-section-s3 .top_title h2 {
    margin-right: 100px;
}

@media (max-width: 1399px) {
    .servces-section-s3 .top_title h2 {
        margin-right: 0px;
    }
}

.servces-section-s3 .top_title p {
    color: #d0d4e1;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-left: 100px;
}

@media (max-width: 991px) {
    .servces-section-s3 .top_title p {
        margin-left: 0;
    }
}

.servces-single-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dotted #fff;
    background: transparent;
    padding: 30px 40px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .servces-single-card {
        padding: 30px 20px;
    }
}

.servces-single-card .text {
    margin-right: 100px;
}

@media (max-width: 1199px) {
    .servces-single-card .text {
        margin-right: 20px;
    }
}

.servces-single-card .text span {
    color: #cfd2d8;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.servces-single-card .text h3 {
    margin-bottom: 0;
}

.servces-single-card .text h3 a {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.servces-single-card .icon img {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

.servces-single-card .icon .active {
    transition: all 0.3s ease-in-out;
}

.servces-single-card .icon .hover {
    display: none;
    transition: all 0.3s ease-in-out;
}

.servces-single-card:hover {
    border: 1px solid #fff;
    background: #c6832c;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05);
}

.servces-single-card:hover .icon .active {
    display: none;
}

.servces-single-card:hover .icon .hover {
    display: block;
}

.servces-single-card.btn {
    background: #c6832c;
    position: relative;
    height: 160px;
    text-align: left;
}

@media (max-width: 991px) {
    .servces-single-card.btn {
        height: 126px;
    }
}

.servces-single-card.btn .shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.servces-single-card.btn .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*6.4 features-section-s3 */
.features-section-s3 {
    padding-bottom: 84px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .features-section-s3 {
        padding: 90px 0;
        padding-bottom: 60px;
    }
}

.features-section-s3::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: url(../images/features/shape-3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.features-section-s3 .side-image {
    position: absolute;
    left: -55px;
    top: 0;
    z-index: -1;
    width: 844px;
}

@media (max-width: 1830px) {
    .features-section-s3 .side-image {
        left: -155px;
    }
}

@media (max-width: 1630px) {
    .features-section-s3 .side-image {
        left: -255px;
    }
}

@media (max-width: 1430px) {
    .features-section-s3 .side-image {
        left: -355px;
    }
}

@media (max-width: 1199px) {
    .features-section-s3 .side-image {
        left: -455px;
    }
}

@media (max-width: 991px) {
    .features-section-s3 .side-image {
        display: none;
    }
}

.features-section-s3 .side-image img {
    width: 100%;
}

.features-section-s3 .features-content {
    margin-right: 70px;
}

@media (max-width: 1199px) {
    .features-section-s3 .features-content {
        margin-right: 0;
    }
}

.features-section-s3 .top_title {
    text-align: left;
}

.features-section-s3 .top_title span {
    color: #012c4b;
}

.features-section-s3 .top_title h2 {
    color: #012c4b;
}

@media (max-width: 499px) {
    .features-section-s3 .top_title h2 {
        font-size: 26px;
        line-height: 35px;
    }
}

.features-section-s3 .top_title p {
    color: #5e5f63;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 499px) {
    .features-section-s3 .top_title p {
        margin-top: 10px;
    }
}

.features-section-s3 .features-item {
    max-width: 525px;
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 499px) {
    .features-section-s3 .features-item {
        display: block;
    }
}

.features-section-s3 .features-item .icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 499px) {
    .features-section-s3 .features-item .icon {
        margin-bottom: 20px;
    }
}

.features-section-s3 .features-item .text {
    width: calc(100% - 70px);
    margin-left: 30px;
}

@media (max-width: 499px) {
    .features-section-s3 .features-item .text {
        margin-left: 0;
        width: 100%;
    }
}

.features-section-s3 .features-item .text h3 {
    color: #012c4b;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
}

@media (max-width: 399px) {
    .features-section-s3 .features-item .text h3 {
        font-size: 20px;
    }
}

.features-section-s3 .features-item .text p {
    color: #5e5f63;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
}

/*6.5 testiminial-section-s3 */
.testiminial-section-s3 {
    position: relative;
    z-index: 1;

}

@media (max-width: 991px) {
    .testiminial-section-s3 {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .testiminial-section-s3 {
        padding: 70px 0;
    }
}

.testiminial-section-s3 .testiminial-left-content .top_title {
    text-align: left;
}

.testiminial-section-s3 .testiminial-left-content .top_title span {
    color: #012c4b;
}

.testiminial-section-s3 .testiminial-left-content .top_title h2 {
    color: #012c4b;
    margin-bottom: 10px;
}

.testiminial-section-s3 .testiminial-left-content .top_title p {
    color: #5e5f63;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.testiminial-section-s3 .testiminial-left-content .top_title .testiminial-btn {
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.testiminial-section-s3
    .testiminial-left-content
    .top_title
    .testiminial-btn
    i {
    padding-left: 5px;
}

.testiminial-section-s3 .testiminial-right-slider {
    width: 784px;
}

@media (max-width: 1399px) {
    .testiminial-section-s3 .testiminial-right-slider {
        width: 650px;
    }
}

@media (max-width: 1199px) {
    .testiminial-section-s3 .testiminial-right-slider {
        width: 550px;
    }
}

@media (max-width: 991px) {
    .testiminial-section-s3 .testiminial-right-slider {
        width: 100%;
        margin-top: 20px;
    }
}

.testiminial-section-s3 .testiminial-right-slider .item {
    max-width: 376px;
    max-height: 401px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 4, 88, 0.1019607843);
    padding: 40px 35px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .testiminial-section-s3 .testiminial-right-slider .item {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .testiminial-section-s3 .testiminial-right-slider .item {
        max-width: 100%;
    }
}

.testiminial-section-s3 .testiminial-right-slider .item .retin li {
    list-style: none;
    display: inline-block;
}

.testiminial-section-s3 .testiminial-right-slider .item h3 {
    color: #3a3c45;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.72px;
    padding: 30px 0;
    padding-top: 28px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
}

.testiminial-section-s3 .testiminial-right-slider .item .bottom-content {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.testiminial-section-s3 .testiminial-right-slider .item .bottom-content .image {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.13);
}

.testiminial-section-s3
    .testiminial-right-slider
    .item
    .bottom-content
    .image
    img {
    width: 100%;
    border-radius: 100px;
}

.testiminial-section-s3 .testiminial-right-slider .item .bottom-content .text {
    margin-left: 25px;
}

.testiminial-section-s3
    .testiminial-right-slider
    .item
    .bottom-content
    .text
    h2 {
    margin-bottom: 0;
    color: #012c4b;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.testiminial-section-s3
    .testiminial-right-slider
    .item
    .bottom-content
    .text
    span {
    color: #012c4b;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.testiminial-section-s3 .testiminial-right-slider .item .shape {
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.testiminial-section-s3 .testiminial-right-slider .item:hover .shape {
    opacity: 1;
    visibility: visible;
}

.testiminial-section-s3 .testiminial-right-slider .owl-nav {
    display: none;
}

.testiminial-section-s3 .testiminial-right-slider .owl-stage-outer {
    margin: -15px;
}

.testiminial-section-s3 .testiminial-right-slider .owl-stage {
    margin: 15px;
}

.testiminial-section-s3 .testiminial-right-slider .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.testiminial-section-s3 .testiminial-right-slider .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.testiminial-section-s3 .testiminial-right-slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: inline-block;
    background: #d6d1d1;
    margin: 0 7px;
    border: transparent;
    position: relative;
}

.testiminial-section-s3
    .testiminial-right-slider
    .owl-dots
    button.owl-dot::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 1px solid #012c4b;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .testiminial-section-s3
        .testiminial-right-slider
        .owl-dots
        button.owl-dot::before {
        top: 46%;
    }
}

@media (max-width: 767px) {
    .testiminial-section-s3
        .testiminial-right-slider
        .owl-dots
        button.owl-dot::before {
        top: 50%;
        left: 46%;
    }
}

@media (max-width: 575px) {
    .testiminial-section-s3
        .testiminial-right-slider
        .owl-dots
        button.owl-dot::before {
        display: none;
    }
}

.testiminial-section-s3
    .testiminial-right-slider
    .owl-dots
    button.owl-dot.active {
    background-color: #012c4b;
}

.testiminial-section-s3
    .testiminial-right-slider
    .owl-dots
    button.owl-dot.active::before {
    opacity: 1;
    visibility: visible;
}

.testiminial-section-s3
    .testiminial-right-slider
    .owl-dots
    button.owl-dot:focus {
    outline: none;
}

.testiminial-section-s3 .testiminial-right-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.testiminial-section-s3 .testiminial-right-slider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.testiminial-section-s3 .testiminial-right-slider .owl-nav button:focus {
    outline: none;
}

.testiminial-section-s3 .image-1 {
    position: absolute;
    right: 5%;
    bottom: 20%;
    width: 55px;
    height: 55px;
    line-height: 55px;
}

@media (max-width: 1699px) {
    .testiminial-section-s3 .image-1 {
        right: 20px;
    }
}

@media (max-width: 1549px) {
    .testiminial-section-s3 .image-1 {
        display: none;
    }
}

.testiminial-section-s3 .image-1 img {
    border: 3px solid #fff;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.13);
    border-radius: 56.558px;
    width: 100%;
}

.testiminial-section-s3 .image-2 {
    position: absolute;
    right: 5%;
    top: 20%;
    width: 55px;
    height: 55px;
    line-height: 55px;
}

@media (max-width: 1699px) {
    .testiminial-section-s3 .image-2 {
        right: 20px;
    }
}

@media (max-width: 1549px) {
    .testiminial-section-s3 .image-2 {
        display: none;
    }
}

.testiminial-section-s3 .image-2 img {
    border: 3px solid #fff;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.13);
    border-radius: 56.558px;
    width: 100%;
}

/*6.6 team-section-s2 */
.team-section-s2 {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .team-section-s2 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .team-section-s2 {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

.team-section-s2 .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.team-section-s2 .shape img {
    width: 100%;
}

.team-section-s2 .top_title span {
    color: #012c4b;
}

.team-section-s2 .top_title h2 {
    color: #012c4b;
}

.team-section-s2 .team-single {
    position: relative;
}

.team-section-s2 .team-single .image img {
    border-radius: 0;
}

.team-section-s2 .team-single .image::before {
    display: none;
}

.team-section-s2 .team-single .image ul {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.team-section-s2 .team-single .image ul li {
    background: #094ac7;
    opacity: 0;
    visibility: hidden;
}

.team-section-s2 .team-single .image ul li:last-child {
    opacity: 1;
    visibility: visible;
    background: #012c4b;
}

.team-section-s2 .team-single .image ul li:last-child:hover {
    background: #012c4b;
}

.team-section-s2 .team-single .image ul li:hover {
    background: #fff;
}

.team-section-s2 .team-single .image ul li:hover a i {
    color: #012c4b;
}

.team-section-s2 .team-single::before {
    position: absolute;
    right: -18px;
    top: auto;
    bottom: -10px;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #012c4b;
    border-radius: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-section-s2 .team-single .text {
    width: 100%;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 20px;
    background: #fff;
}

.team-section-s2 .team-single .text span {
    color: #012c4b;
}

.team-section-s2 .team-single .text h2 {
    margin-bottom: 5px;
}

.team-section-s2 .team-single .text h2 a {
    color: #16243d;
}

.team-section-s2 .team-single:hover .image ul li {
    opacity: 1;
    visibility: visible;
}

.team-section-s2 .team-single:hover::before {
    opacity: 1;
    visibility: visible;
}

.team-section-s2 .team-single:hover .text {
    border: 1px solid transparent;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.09);
}

.team-section-s2 .team-single.active .image img {
    filter: grayscale(0);
}

.team-section-s2 .team-single.active .image ul li {
    opacity: 1;
    visibility: visible;
}

.team-section-s2 .team-single.active::before {
    opacity: 1;
    visibility: visible;
}

.team-section-s2 .team-single.active .text {
    border: 1px solid transparent;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.09);
}

/*6.7 faq-section-s2 */
.faq-section-s2 {
    background: url(../images/faq/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .faq-section-s2 {
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .faq-section-s2 .faq--wrap {
        margin-top: 60px;
        margin-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .faq-section-s2 .faq--wrap {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .faq-section-s2 .faq--wrap {
        margin-bottom: 80px;
    }
}

.faq-section-s2 .faq--wrap .top_title {
    text-align: left;
}

.faq-section-s2 .faq--wrap .top_title span {
    color: #c6832c;
    display: inline-flex;
}

.faq-section-s2 .faq--wrap .top_title span .icon {
    margin-right: 5px;
}

.faq-section-s2 .faq--wrap .top_title h2 {
    color: #012c4b;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .faq-section-s2 .faq--wrap .top_title h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .faq-section-s2 .faq--wrap .top_title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .faq-section-s2 .faq--wrap .top_title h2 {
        font-size: 30px;
    }
}

.faq-section-s2 .faq--wrap .accordion-item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 14px 50px 0px #e4e9f1;
    border: transparent;
    padding: 0 25px;
}

.faq-section-s2 .faq--wrap .accordion-button {
    border: transparent;
    background: #fff;
    padding: 20px 0;
    color: #000d44;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .faq-section-s2 .faq--wrap .accordion-button {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq-section-s2 .faq--wrap .accordion-button {
        padding: 15px 10px;
    }
}

.faq-section-s2 .faq--wrap .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-section-s2 .faq--wrap .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.faq-section-s2 .faq--wrap .accordion-button::after {
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 37px;
    height: 36px;
    line-height: 36px;
    color: #001c4c;
    content: "\e61a";
    font-family: themify;
    font-size: 15px;
}

@media (max-width: 767px) {
    .faq-section-s2 .faq--wrap .accordion-button::after {
        padding-left: 20px;
    }
}

.faq-section-s2 .faq--wrap .accordion-button:not(.collapsed)::after {
    background-image: transparent;
    transform: none;
    content: "\e622";
    color: #012c4b;
}

.faq-section-s2 .faq--wrap .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 transparent;
    border: transparent;
    border-bottom: 1px solid #d2d2d2;
}

.faq-section-s2 .faq--wrap .accordion-body {
    padding: 0px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .faq-section-s2 .faq--wrap .accordion-body {
        padding: 15px 0;
    }
}

.faq-section-s2 .faq--wrap .accordion-body .text p {
    color: #5e5f63;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 50px;
}

@media (max-width: 1399px) {
    .faq-section-s2 .faq--wrap .accordion-body .text p {
        padding-right: 0;
    }
}

.faq-section-s2 .faq-right-content {
    position: relative;
    z-index: 1;
}

.faq-section-s2 .faq-right-content .image {
    width: 666px;
    max-height: 624px;
    text-align: right;
    margin-left: 100px;
}

@media (max-width: 1599px) {
    .faq-section-s2 .faq-right-content .image {
        margin-left: 20px;
    }
}

@media (max-width: 1399px) {
    .faq-section-s2 .faq-right-content .image {
        margin-left: 0px;
        width: 500px;
        margin-top: 100px;
    }
}

@media (max-width: 1199px) {
    .faq-section-s2 .faq-right-content .image {
        margin-top: 200px;
    }
}

@media (max-width: 991px) {
    .faq-section-s2 .faq-right-content .image {
        margin-top: 0px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .faq-section-s2 .faq-right-content .image {
        width: 300px;
    }
}

.faq-section-s2 .faq-right-content .image img {
    width: 100%;
}

.faq-section-s2 .faq-right-content .shape-1 {
    position: absolute;
    right: -47%;
    top: 0;
    z-index: 1;
}

@media (max-width: 1399px) {
    .faq-section-s2 .faq-right-content .shape-1 {
        display: none;
    }
}

.faq-section-s2 .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1699px) {
    .faq-section-s2 .shape-2 {
        right: -120px;
    }
}

@media (max-width: 1399px) {
    .faq-section-s2 .shape-2 {
        right: -250px;
    }
}

@media (max-width: 1199px) {
    .faq-section-s2 .shape-2 {
        right: -450px;
    }
}

@media (max-width: 991px) {
    .faq-section-s2 .shape-2 {
        display: none;
    }
}

/*6.8 counter-section-s3 */
.counter-section-s3 {
    background: #02225d;
}

@media (max-width: 991px) {
    .counter-section-s3 {
        padding: 35px 0;
    }
}

.counter-section-s3::before {
    display: none;
}

@media (max-width: 991px) {
    .counter-section-s3 .item {
        margin: 20px 0;
    }
}

.counter-section-s3 .item .icon {
    width: 50px;
    height: 46px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.counter-section-s3 .item h3 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}

.counter-section-s3 .item p {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.counter-section-s3 .left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .counter-section-s3 .left-shape {
        display: none;
    }
}

.counter-section-s3 .right-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .counter-section-s3 .right-shape {
        display: none;
    }
}

.counter-section-s3 .left-shape-2 {
    position: absolute;
    left: 110px;
    bottom: 40px;
    animation-name: left-to-right-anime;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (max-width: 1599px) {
    .counter-section-s3 .left-shape-2 {
        display: none;
    }
}

.counter-section-s3 .right-shape-2 {
    position: absolute;
    right: 150px;
    bottom: 20px;
    animation-name: left-to-right-anime;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (max-width: 1599px) {
    .counter-section-s3 .right-shape-2 {
        display: none;
    }
}

/*6.9 project-section-s3 */
.project-section-s3 {
    padding: 115px 0;
}

@media (max-width: 991px) {
    .project-section-s3 {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .project-section-s3 {
        padding: 70px 0;
    }
}

.project-section-s3 .top_title span {
    color: #012c4b;
}

.project-section-s3 .top_title h2 {
    color: #012c4b;
}

.project-section-s3 .project-single .image {
    position: relative;
}

.project-section-s3 .project-single .image .img-link {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background: rgba(2, 34, 93, 0.67);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.project-section-s3 .project-single .image .img-link i {
    font-size: 45px;
    color: #fff;
}

.project-section-s3 .project-single:hover .image {
    position: relative;
}

.project-section-s3 .project-single:hover .image .img-link {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.project-section-s3 .project-btn {
    text-align: center;
    margin-top: 30px;
}

.project-section-s3 .project-btn .btn_primary {
    color: #fff;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: #c6832c;
    color: #fff;
}

/*6.10 blog-section-s2 */
.blog-section-s2.s3 .bg {
    display: block;
    position: absolute;
}

@media (max-width: 767px) {
    .blog-section-s2.s3 .bg {
        background-position: center;
        background-size: cover;
    }
}

.blog-section-s2.s3 .bg img {
    width: 100%;
}

@media (max-width: 767px) {
    .blog-section-s2.s3 .bg img {
        height: 300px;
    }
}

/*6.11 Map-section */
.Map-section {
    height: 394px;
    position: relative;
    margin-bottom: -75px;
}

@media (max-width: 991px) {
    .Map-section {
        height: 494px;
        margin-bottom: -175px;
    }
}

@media (max-width: 767px) {
    .Map-section {
        height: 694px;
        margin-bottom: -375px;
    }
}

.Map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

/*6.12 proejct-all-section */
.proejct-all-section {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .proejct-all-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .proejct-all-section {
        padding-bottom: 50px;
    }
}

.proejct-all-section .project-single .text {
    max-width: 510px;
    margin: 0 auto;
    margin-top: -60px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .proejct-all-section .project-single .text {
        max-width: 430px;
    }
}

@media (max-width: 991px) {
    .proejct-all-section .project-single .text {
        max-width: 510px;
    }
}

@media (max-width: 575px) {
    .proejct-all-section .project-single .text {
        max-width: 350px;
    }
}

@media (max-width: 425px) {
    .proejct-all-section .project-single .text {
        max-width: 280px;
    }
}

.proejct-all-section .project-single .text span {
    color: #969fa5;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.proejct-all-section .project-single .text h2 {
    margin-bottom: 10px;
}

.proejct-all-section .project-single .text h2 a {
    color: #012c4b;
    font-family: Raleway;
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 425px) {
    .proejct-all-section .project-single .text h2 a {
        font-size: 20px;
    }
}

.proejct-all-section .project-single .text .project-btn a {
    color: #012c4b;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.proejct-all-section .project-single .text .project-btn a i {
    padding-left: 20px;
}

.proejct-all-section .project-single:hover .text {
    background: #012c4b;
    border-bottom: transparent;
}

.proejct-all-section .project-single:hover .text span {
    color: #fff;
}

.proejct-all-section .project-single:hover .text h2 a {
    color: #fff;
}

.proejct-all-section .project-single:hover .text .project-btn a {
    color: #fff;
}

/* 7. service-single-section */
.service-side-bar {
    padding: 115px 0;
}

@media (max-width: 991px) {
    .service-side-bar {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .service-side-bar {
        padding: 70px 0;
    }
}

.service-side-bar .service-list-widget li {
    list-style: none;
}

.service-side-bar .service-list-widget li a {
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.service-side-bar .service-list-widget li a .text {
    color: #012c4b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.service-side-bar .service-list-widget li a .arrow {
    height: 45px;
    width: 45px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-side-bar .service-list-widget li a .arrow svg {
    width: 23px;
    height: 12px;
    fill: #8893a8;
    transition: all 0.3s ease;
}

.service-side-bar .service-list-widget li a .arrow svg path {
    transition: all 0.3s ease;
}

.service-side-bar .service-list-widget li a:hover,
.service-side-bar .service-list-widget li a.active {
    background: #012c4b;
}

.service-side-bar .service-list-widget li.heading {
    background: #c6832c;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 15px 10px;
}

.service-side-bar .service-list-widget li a:hover .text,
.service-side-bar .service-list-widget li a.active .text {
    color: #fff;
}

.service-side-bar .service-list-widget li a:hover .arrow,
.service-side-bar .service-list-widget li a.active .arrow {
    background: rgba(255, 255, 255, 0.08);
}

.service-side-bar .service-list-widget li a:hover .arrow svg path,
.service-side-bar .service-list-widget li a.active .arrow svg path {
    fill: #fff;
}

.service-side-bar .service-cta {
    background: url("../images/single-service/01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 40px 0;
    margin: 30px 0;
}

.service-side-bar .service-cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 32, 96, 0.92);
}

.service-side-bar .service-cta .icon {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.09);
    width: 80px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    z-index: 11;
}

.service-side-bar .service-cta .icon img {
    width: 35px;
}

.service-side-bar .service-cta .text {
    position: relative;
    z-index: 11;
    padding: 0 25px;
}

.service-side-bar .service-cta .text h5 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    max-width: 190px;
    margin: 0 auto 40px;
}

.service-side-bar .service-cta .text p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin: 0 auto 5px;
}

.service-side-bar .service-cta .text a {
    border-radius: 25px;
    background: #012c4b;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.service-details-wrap .service-thumbnil {
    margin-bottom: 30px;
}

.service-details-wrap .service-thumbnil img {
    width: 100%;
}

.service-details-wrap .tex-wrapper {
    margin-bottom: 30px;
}

.service-details-wrap .tex-wrapper .title {
    color: #012c4b;
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.service-details-wrap .tex-wrapper p {
    color: #83827f;
    font-size: 16px;
    font-weight: 400;
    line-height: 30.8px;
    margin-bottom: 30px;
}

.service-details-wrap .tex-wrapper .second-title {
    color: #012c4b;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 15px;
}

.service-details-wrap .tex-wrapper .marketing-seciton {
    display: flex;
    -moz-column-gap: 35px;
    column-gap: 35px;
    margin-bottom: 45px;
}

@media (max-width: 1200px) {
    .service-details-wrap .tex-wrapper .marketing-seciton {
        flex-direction: column;
    }
}

.service-details-wrap .tex-wrapper .marketing-seciton .images {
    width: 350px;
    height: 275px;
    background: url(../images/single-service/03.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .service-details-wrap .tex-wrapper .marketing-seciton .images {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .service-details-wrap .tex-wrapper .marketing-seciton .images {
        width: 300px;
        height: 275px;
    }
}

.service-details-wrap .tex-wrapper .marketing-seciton .images .video-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details-wrap
    .tex-wrapper
    .marketing-seciton
    .images
    .video-right
    .video-item {
    display: inline-block;
}

.service-details-wrap
    .tex-wrapper
    .marketing-seciton
    .images
    .video-right
    .video-item
    .video-btn {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border: 10px solid rgba(255, 255, 255, 0.432);
}

.service-details-wrap
    .tex-wrapper
    .marketing-seciton
    .images
    .video-right
    .video-item
    .video-btn
    i {
    font-size: 18px;
    color: #012c4b;
}

.service-details-wrap .tex-wrapper .marketing-seciton .marketing-condition {
    flex-basis: 60%;
}

@media (max-width: 1200px) {
    .service-details-wrap .tex-wrapper .marketing-seciton .marketing-condition {
        flex-basis: 100%;
    }
}

.service-details-wrap
    .tex-wrapper
    .marketing-seciton
    .marketing-condition
    .condition-title {
    color: #051a53;
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.service-details-wrap
    .tex-wrapper
    .marketing-seciton
    .marketing-condition
    .description {
    color: #5e5f63;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 20px;
}

.service-details-wrap
    .tex-wrapper
    .marketing-seciton
    .marketing-condition
    .condition-list
    li {
    color: #5e5f63;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    list-style: none;
}

.service-details-wrap
    .tex-wrapper
    .marketing-seciton
    .marketing-condition
    .condition-list
    li::before {
    content: "\e64c";
    position: absolute;
    font-family: themify;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
    width: 26.302px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012c4b;
    border-radius: 100%;
    transition: all 0.3s ease;
}

.service-details-wrap .tex-wrapper .advertisment {
    color: #051a53;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 22px;
    border-left: 4px solid #012c4b;
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    margin: 30px 0 60px;
}

.service-details-wrap .tex-wrapper .checklist-img img {
    height: 275px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .service-details-wrap .faq--wrap {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .service-details-wrap .faq--wrap {
        margin-bottom: 0px;
    }
}

.service-details-wrap .faq--wrap .accordion-item:last-child {
    margin-bottom: 0;
}

/*8. proejct-single-section */
.proejct-single-section {
    padding: 115px 0;
}

@media (max-width: 991px) {
    .proejct-single-section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .proejct-single-section {
        padding: 70px 0;
    }
}

.proejct-single-section .top-content .image {
    margin-bottom: 30px;
}

.proejct-single-section .top-content .image img {
    width: 100%;
}

.proejct-single-section .top-content .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .proejct-single-section .top-content .content {
        display: block;
    }
}

.proejct-single-section .top-content .content ul {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .proejct-single-section .top-content .content ul {
        flex-wrap: wrap;
    }
}

.proejct-single-section .top-content .content ul li {
    list-style: none;
    margin-right: 70px;
}

@media (max-width: 1199px) {
    .proejct-single-section .top-content .content ul li {
        margin-right: 20px;
    }
}

.proejct-single-section .top-content .content ul li .item {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .proejct-single-section .top-content .content ul li .item {
        display: block;
    }
}

@media (max-width: 575px) {
    .proejct-single-section .top-content .content ul li .item {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.proejct-single-section .top-content .content ul li .item .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .proejct-single-section .top-content .content ul li .item .icon {
        margin-bottom: 10px;
    }
}

.proejct-single-section .top-content .content ul li .item .text {
    padding-left: 10px;
}

@media (max-width: 991px) {
    .proejct-single-section .top-content .content ul li .item .text {
        padding-left: 0;
    }
}

.proejct-single-section .top-content .content ul li .item .text h2 {
    color: #012c4b;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    margin-bottom: 0;
}

.proejct-single-section .top-content .content ul li .item .text span {
    color: #949392;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.proejct-single-section .top-content .content .content-btn {
    width: 247px;
    height: 52px;
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background: #012c4b;
    cursor: pointer;
}

@media (max-width: 767px) {
    .proejct-single-section .top-content .content .content-btn {
        margin-top: 30px;
    }
}

.proejct-single-section .proejct-single-wrap {
    margin-top: 50px;
}

.proejct-single-section .left-content h2 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .proejct-single-section .left-content h2 {
        font-size: 25px;
    }
}

.proejct-single-section .left-content p {
    color: #5c727d;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.proejct-single-section .description {
    margin-top: 40px;
}

.proejct-single-section .description h3 {
    color: #012c4b;
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.52px;
    margin-bottom: 15px;
}

.proejct-single-section .description ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    color: #5c727d;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 8px;
}

.proejct-single-section .description ul li::before {
    position: absolute;
    left: 0;
    content: "\e64c";
    font-family: themify;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #012c4b;
}

.proejct-single-section .proejct-side-card {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 60px 35px;
}

@media (max-width: 1199px) {
    .proejct-single-section .proejct-side-card {
        padding: 60px 15px;
    }
}

@media (max-width: 991px) {
    .proejct-single-section .proejct-side-card {
        margin-top: 30px;
    }
}

.proejct-single-section .proejct-side-card ul li {
    list-style: none;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(21, 19, 19, 0.11);
    margin-bottom: 30px;
    padding-left: 15px;
}

.proejct-single-section .proejct-side-card ul li .item .title {
    display: flex;
    margin-bottom: 10px;
}

.proejct-single-section .proejct-side-card ul li .item .title .text {
    padding-left: 10px;
}

.proejct-single-section .proejct-side-card ul li .item .title h2 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26.8px;
    text-transform: capitalize;
}

.proejct-single-section .proejct-side-card ul li p {
    color: #696969;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29.8px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.proejct-single-section .proejct-side-card ul li:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}

.proejct-single-section .proejct-side-card ul li:last-child .item .title .icon {
    border-radius: 3px;
    background: #012c4b;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proejct-single-section
    .proejct-side-card
    ul
    li:last-child
    .item
    .title
    .text
    h2 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.proejct-single-section .proejct-side-card ul li .social-widget {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

.proejct-single-section .proejct-side-card ul li .social-widget li {
    border: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    background: rgba(72, 164, 185, 0.06);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

/* 9. blog-page-section */
.blog-section {
    padding: 115px 0;
}

@media (max-width: 991px) {
    .blog-section {
        padding: 80px 0 50px;
    }
}

@media (max-width: 767px) {
    .blog-section {
        padding: 70px 0 40px;
    }
}

.blog-list-item {
    margin-bottom: 65px;
}

.blog-list-item .image {
    position: relative;
    margin-bottom: 30px;
}

.blog-list-item .image img {
    width: 100%;
}

.blog-list-item .image .published-date {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 75px;
    height: 70px;
    background: #012c4b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-list-item .image .published-date span {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    max-width: 36px;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .blog-list-item .image .published-date {
        height: 60px;
        width: 60px;
    }

    .blog-list-item .image .published-date p {
        font-size: 16px;
        line-height: 20px;
    }
}

.blog-list-item .text .tag-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog-list-item .text .tag-list span {
    color: #676a7d;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    padding-right: 25px;
    position: relative;
}

.blog-list-item .text .tag-list span::after {
    position: absolute;
    content: ">";
    color: #676a7d;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

@media (max-width: 576px) {
    .blog-list-item .text .tag-list span::after {
        display: none;
    }
}

.blog-list-item .text .tag-list span:last-child::after {
    display: none;
}

.blog-list-item .text .tag-list span img {
    width: 15px;
    margin-right: 8px;
}

@media (max-width: 576px) {
    .blog-list-item .text .tag-list {
        flex-direction: column;
        align-items: baseline;
        row-gap: 7px;
    }
}

.blog-list-item .text h2 a {
    color: #012c4b;
    font-size: 32px;
    font-weight: 700;
    line-height: 44.2px;
    /* 138.125% */
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.blog-list-item .text h2 a:hover {
    color: #012c4b;
}

@media (max-width: 576px) {
    .blog-list-item .text h2 a {
        font-size: 22px;
        line-height: 32.2px;
    }
}

.blog-list-item .text p {
    color: #5e5f63;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    /* 183.333% */
    margin-bottom: 35px;
}

@media (max-width: 576px) {
    .blog-list-item .text p {
        font-size: 16px;
        line-height: 28px;
    }
}

.blog-list-item .text .blog-btn {
    color: #132047;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 2.52px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    transition: all 0.3s ease;
}

.blog-list-item .text .blog-btn svg {
    width: 50px;
}

.blog-list-item .text .blog-btn svg path {
    transition: all 0.3s ease;
}

.blog-list-item .text .blog-btn:hover {
    color: #012c4b;
}

.pagination {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    justify-content: center;
}

@media (max-width: 991px) {
    .pagination {
        margin-bottom: 60px;
    }
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #071c34;
    font-size: 15px;
    font-weight: 900;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #ededed;
}

.pagination li a:hover {
    color: #fff;
    background: #012c4b;
}

/* 10.blog-single-section */
.blog-section.blog-single-section {
    padding-bottom: 55px;
}

@media (max-width: 991px) {
    .blog-section.blog-single-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .blog-section.blog-single-section {
        padding-bottom: 50px;
    }
}

.blog-section.blog-single-section .blog-list-item.single-blog-itmes .text p {
    margin-bottom: 20px;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-quote {
    padding: 30px 20px 30px 30px;
    background: #f4f6f8;
    position: relative;
    margin: 20px 0;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-quote
    p {
    color: #012c4b;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .text
        .blog-quote
        p {
        font-size: 18px;
        line-height: 32px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-quote
    .quotes-name {
    color: #012c4b;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-quote
    .quotes-name::before {
    content: "";
    position: absolute;
    width: 15.797px;
    height: 2px;
    background: #191515;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-quote
    .quotation-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-quote
    .quotation-icon
    img {
    width: 35px;
    height: 30px;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .title {
    color: #012c4b;
    font-size: 28px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 45px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .text
        .blog-process
        .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .proccess-list {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .proccess-list
    .list-item {
    list-style: none;
    width: 55%;
    margin-bottom: 80px;
}

@media (max-width: 776px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .text
        .blog-process
        .proccess-list
        .list-item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .proccess-list
    .list-item
    li {
    position: relative;
    padding-left: 36px;
    color: #445658;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .text
        .blog-process
        .proccess-list
        .list-item
        li {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .proccess-list
    .list-item
    li:hover::before {
    background: #012c4b;
    color: #fff;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .proccess-list
    .list-item
    li::before {
    content: "\e64c";
    position: absolute;
    font-family: themify;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
    width: 26.302px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012c4b;
    border-radius: 100%;
    transition: all 0.3s ease;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .proccess-list
    .img
    img {
    max-width: 270px;
}

@media (max-width: 776px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .text
        .blog-process
        .proccess-list
        .img
        img {
        display: none;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .process-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .text
        .blog-process
        .process-img {
        flex-direction: column;
        row-gap: 20px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .text
    .blog-process
    .process-img
    img {
    max-width: 48%;
    width: 100%;
    max-height: 425px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .text
        .blog-process
        .process-img
        img {
        max-width: 100%;
        width: 100%;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share-widgets
    .common-title {
    color: #121416;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.blog-section.blog-single-section .blog-list-item.single-blog-itmes .tag-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0;
    border-bottom: 1px solid #f7f7f7;
}

@media (max-width: 991px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .tag-share {
        flex-direction: column;
        row-gap: 20px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .tag-widget {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .tag-share
        .tag-widget {
        max-width: 90%;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .tag-widget
    .tag-list {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .tag-share
        .tag-widget
        .tag-list {
        flex-wrap: wrap;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .tag-widget
    .tag-list
    li {
    list-style: none;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .tag-widget
    .tag-list
    li
    a {
    padding: 5px 20px;
    color: #838383;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    border: 1px solid #f6f3ee;
    transition: all 0.3s ease;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .tag-widget
    .tag-list
    li
    a:hover {
    background: #012c4b;
    color: #fff;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .social-widgets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .social-widgets
    .social-list {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .social-widgets
    .social-list
    li {
    list-style: none;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .social-widgets
    .social-list
    li
    a {
    height: 38px;
    width: 35px;
    color: #020626;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    border: 1px solid #f6f3ee;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .tag-share
    .social-widgets
    .social-list
    li
    a:hover {
    background: #012c4b;
    color: #fff;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area {
    padding: 55px 0;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .comment-title {
    color: #012c4b;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .comment-area
        .comment-title {
        font-size: 20px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment {
    padding: 0px 0 15px 100px;
    position: relative;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment
    .comment-img {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment
    .comment-img
    img {
    width: 65px;
    width: 65px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .comment-area
        .single-comment
        .comment-img
        img {
        width: 60px;
        height: 60px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment
    .comment-details {
    position: relative;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment
    .comment-details
    .comment-name {
    color: #012c4b;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .comment-area
        .single-comment
        .comment-details
        .comment-name {
        font-size: 16px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment
    .comment-details
    .replay-coment {
    position: absolute;
    top: 5px;
    right: 75px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .comment-area
        .single-comment
        .comment-details
        .replay-coment {
        right: 10px;
    }
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment
    .comment-details
    .replay-coment
    img {
    width: 23px;
    height: 25px;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment
    .comment-details
    .comments {
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .single-comment
    .comment-details
    .comment-time {
    color: #949392;
    font-size: 12px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blog-section.blog-single-section
    .blog-list-item.single-blog-itmes
    .comment-area
    .child-comment {
    padding-left: 95px;
}

@media (max-width: 576px) {
    .blog-section.blog-single-section
        .blog-list-item.single-blog-itmes
        .comment-area
        .child-comment {
        padding-left: 20px;
    }
}

.new-coment-form {
    padding: 65px 45px 80px;
    background: #f8f8f9;
}

@media (max-width: 576px) {
    .new-coment-form {
        padding: 30px;
    }
}

.new-coment-form .comment-title {
    color: #012c4b;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.56px;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .new-coment-form .comment-title {
        font-size: 20px;
    }
}

.new-coment-form input,
.new-coment-form textarea,
.new-coment-form select {
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px;
    width: 100%;
    height: 65px;
    border: 1px solid #e5e5e5;
    outline: none;
    background: #fff;
    box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
    margin-bottom: 30px;
}

.new-coment-form textarea {
    height: 280px;
    padding: 25px 15px;
}

.new-coment-form .saveing {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 75px;
    padding-left: 20px;
}

.new-coment-form .saveing input {
    width: 15px;
    height: 17px;
    margin-bottom: 0;
}

.new-coment-form .saveing p {
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.new-coment-form .coment-submit-btn {
    width: 220px;
    height: 60px;
    background: #012c4b;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    text-transform: capitalize;
}

/* 11. contact-pg-section */
@media (max-width: 767px) {
    .contact-address {
        margin-bottom: 50px;
    }
}

.contact-address li {
    padding: 25px 40px 25px 50px;
    background: #fff;
    display: flex;
    align-items: center;
    -moz-column-gap: 39px;
    column-gap: 39px;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

@media (max-width: 1400px) {
    .contact-address li {
        padding: 25px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media (max-width: 1200px) {
    .contact-address li {
        padding: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1000px) {
    .contact-address li {
        flex-direction: column;
        row-gap: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .contact-address li {
        margin-bottom: 30px;
    }
}

.contact-address li .img {
    width: 65px;
}

@media (max-width: 1200px) {
    .contact-address li .img {
        width: 50px;
    }
}

.contact-address li .img svg {
    width: 65px;
    height: 50px;
}

@media (max-width: 1200px) {
    .contact-address li .img svg {
        width: 50px;
    }
}

.contact-address li .img svg g path {
    fill: #012c4b;
    transition: all 0.3s ease;
}

.contact-address li .img svg path {
    fill: #012c4b;
    transition: all 0.3s ease;
}

.contact-address li .text h5 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

@media (max-width: 1200px) {
    .contact-address li .text h5 {
        font-size: 20px;
    }
}

.contact-address li .text p {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    margin-bottom: 0;
    transition: all 0.3s ease;
}

@media (max-width: 1200px) {
    .contact-address li .text p {
        font-size: 14px;
    }
}

.contact-address li:hover,
.contact-address li.active {
    background: #012c4b;
}

.contact-address li:hover .img svg g path,
.contact-address li.active .img svg g path {
    fill: #fff;
}

.contact-address li:hover .img svg path,
.contact-address li.active .img svg path {
    fill: #fff;
    transition: all 0.3s ease;
}

.contact-address li:hover .text h5,
.contact-address li.active .text h5 {
    color: #fff;
}

.contact-address li:hover .text p,
.contact-address li.active .text p {
    color: #fff;
}

.contact-map {
    line-height: 1px;
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .contact-map {
        margin-left: 0px;
    }
}

.contact-map iframe {
    height: 500px;
    width: 100%;
}

@media (max-width: 1000px) {
    .contact-map iframe {
        height: 628px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .contact-map iframe {
        height: 629px;
    }
}

.contact-us-section .new-coment-form {
    margin-top: 90px;
}

.contact-us-section .new-coment-form p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    margin-bottom: 15px;
}

/* 12. error_page  */
.error-section {
    padding: 115px 0;
}

@media (max-width: 991px) {
    .error-section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .error-section {
        padding: 70px 0;
    }
}

.error-wrap {
    text-align: center;
}

.error-wrap img {
    margin-bottom: 85px;
}

@media (max-width: 991px) {
    .error-wrap img {
        margin-bottom: 40px;
    }
}

.error-wrap h2 {
    margin-bottom: 25px;
    color: #012c4b;
    font-size: 50px;
    font-weight: 700;
}

.error-wrap h2 span {
    color: #012c4b;
}

@media (max-width: 991px) {
    .error-wrap h2 {
        font-size: 30px;
    }
}

.error-wrap p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 65px;
}

@media (max-width: 991px) {
    .error-wrap p {
        margin-bottom: 20px;
    }
}

.banner {
    height: 550px;
    background-color: #012c4b;
}

.uni-bg {
    background-image: url("../img/uni.png");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.uni-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.uni-imgs .img-outer {
    position: absolute;
    width: 150px;
    transition: all 1s ease-in;
    display: block;
    z-index: 0;
    /* animation: fadeInGrow 2s ease-in-out infinite; */
}

.marquee .img-outer {
    width: 150px;
    transition: all 1s ease-in;
    display: block;
    z-index: 0;
    animation: fadeInGrow 2s ease-in-out infinite;
    margin: 0 10px;
}

.marquee .img-outer img {
    background-color: #fff;
}

@keyframes fadeInGrow {
    0% {
        opacity: 0.3;
        /* transform: scale(0.1); */
    }

    50% {
        opacity: 0.3;
        /* transform: scale(0.9); */
    }

    100% {
        opacity: 0.3;
        /* transform: scale(0.1); */
    }
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
}

.marquee_group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    animation: Scroll 50s linear infinite;
}

@keyframes Scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        /* transform: translateX(calc(-100% - .2rem)); */
    }
}

.marquee_group_ltr {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    animation: ltr 60s linear infinite;
}

@keyframes ltr {
    0% {
        transform: translateX(-100%);
    }

    100% {
        /* transform: translateX(calc(100% + .2rem)); */
        transform: translateX(0%);
    }
}

.banner h1 {
    font-size: 48px;
}

.banner h2 {
    color: #fff;
}

.banner input {
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .banner {
        height: 475px;
        background-color: #00385f;
    }

    .marquee .img-outer {
        width: 75px;
        transition: all 1s ease-in;
        display: block;
        z-index: 0;
        animation: fadeInGrow 2s ease-in-out infinite;
        margin: 0 10px;
    }

    .banner input {
        height: 35px;
    }

    .menu-logo {
        width: 125px;
    }

    .course-slider .owl-nav {
        display: none;
    }
}

.pt-100 {
    padding-top: 100px;
}

.rounded-10 {
    border-radius: 10px !important;
}

.course-card .badge {
    font-size: 12px;
}

.course-card p {
    font-weight: 500;
}

.course-card .shape {
    position: absolute;
    right: 0;
    top: 0;
}

.course-card .shape svg path {
    fill: #00cc83;
    transition: all 0.3s ease-in-out;
}

.txt-primary {
    color: #012c4b !important;
}

.txt-secondary {
    color: #c6832c !important;
}

.bg_primary {
    background-color: #012c4b !important;
}

.bg_secondary {
    background-color: #c6832c !important;
}

.text-justify {
    text-align: justify !important;
}

.course-card .card-back {
    width: 100%;
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 3px solid #39d4d6;
    z-index: 3;
    transition: all 400ms ease-in-out;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.course-card:hover .card-back {
    transform: scaleY(1);
}
/* .course-card:hover .course-btn{


} */
 .owl-carousel .owl-nav button {
    display: none;
}
/* .owl-nav {
    display: flex;
    margin-top: 1rem;
    justify-content: end;
}



.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.course-slider .owl-dot {
    display: none;
} */

.footer-link-secondary {
    color: #c6832c !important;
}

.footer-link-secondary:hover {
    color: #fff !important;
}

.team-single .experience {
    padding: 8px 16px;
    width: max-content;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-in-out;
    background-color: #012c4b;
    color: #fff;
    font-weight: 700;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.team-single:hover .experience {
    background-color: #fff;
    color: #012c4b;
}

.program-pills.nav-pills .nav-link {
    color: #c6832c;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}

.program-pills.nav-pills .nav-link.active {
    background-color: #012c4b;
    color: #fff;
}

.program-pills {
    max-width: 100vw;
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    overscroll-behavior: contain;
}

.course-detail-banner {
    background-color: #eef4ff;
}

.course-detail-banner .short-desc {
    text-align: justify;
    font-weight: 500;
}

.course-detail-banner .uni-slider img {
    border-radius: 10px;
    padding: 2px;
    background-color: #fff;
}

.course-detail-banner .course-img {
    position: relative;
    border: 5px solid #012c4b;
}

.apply_btn {
    background-color: #012c4b;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translate(-50%, 5%);
}

.features-section {
    background-color: #012c4b;
}

.feature-outer > div {
    border-right: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-outer > div > .feature {
    padding: 1rem;
}

.feature-outer > div:last-child {
    border-right: none;
}

.feature > p:first-child {
    font-size: 28px;
}

.feature > p:last-child {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .feature-outer > div:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .feature-outer > div:nth-child(1) {
        border-bottom: 1px solid #fff;
    }

    .feature-outer > div {
        min-height: 160px;
    }
}

.explore-course-card:hover {
    background-color: #c6832c;
}

.explore-course-card:hover p {
    color: #fff;
}

.explore-course-card:hover a {
    color: #fff;
}

.similiar-slider-card {
    background-color: transparent;
    border: 1px solid #fff;
}

.wrapper {
    max-height: 600px;
    overflow: hidden;
    padding: 50px 0;
}

.similar-slider {
    transform: rotate3d(0, 0, 1, 90deg);
}

.similar-slider .owl-stage {
    padding: 100px 0;
}

.similar-slider .owl-item {
    transform: rotate3d(0, 0, 1, -90deg);
}
.similar-slider .owl-item img {
    filter: grayscale(0.8);
}
.similar-slider .owl-item.active.center img {
    filter: unset;
}

.similar-slider .owl-nav {
    display: none;
}

.single-slider .owl-nav {
    display: none;
}
#pop .modal-header {
    border-bottom: 1px solid #c6832c !important;
}
#pop .modal-footer {
    border-top: 1px solid #c6832c !important;
}
#pop .input-group {
    border: 1px solid #111 !important;
    overflow: hidden;
    border-radius: 10px;
}
#pop .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #fff;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c6832c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: unset;
}
.enquiryToast {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1061;
}
.toast:not(.showing):not(.show) {
    display: none;
    opacity: 0;
}
.toast.show {
    display: block;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .wrapper {
        max-height: 100%;
        overflow: unset;
        padding: unset;
    }

    .similar-slider {
        transform: unset;
    }

    .similar-slider .owl-stage {
        padding: unset;
    }

    .similar-slider .owl-item {
        transform: unset;
    }

    .similar-slider .owl-nav {
        display: none;
    }
}
.fs-12 {
    font-size: 0.75rem;
}
.counsellor-slider .owl-nav {
    display: none;
}
.testimonial-slider-s3 .item .shape svg {
    border-bottom-left-radius: 10px;
}

.resultCard a {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e4e4e4;
}
.resultCard a:hover {
    background-color: #012c4b;
}
.resultCard a:hover * {
    color: #fff;
}
#resultDiv {
    z-index: 10;
}
