/**
*

    Template Name: Vime - Cleaning Services HTML Template
    Author: TwinkleTheme
    Description: Vime - Cleaning Services HTML Template
    Version: 1.0
    �������أ�http://www.bootstrapmb.com
*/


/*

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

    01. Default
    02. Preloader
    03. Common Classes
    04. Section Title
    05. Header
    06. Hero area
    07. Service
    08. About
    09. Fun Fact
    10. Project
    11. Why Choose Us
    12. Testimonial
    13. Book Appointment
    14. How It Works
    15. Blog
    16. Footer
    17. Breadcrumb
    18. CTA
    19. Widgets
    20. FAQ
    21. Service/Project Details
    22. Pricing
    23. Error 404
    24. Blog Details
    25. Newsletter
    26. Features
    27. Team
    28. Quote Form
    29. Contact


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


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


/**
*   01. Default
*/

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #646464;
    font-size: 16px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    color: #14287b;
    margin-top: 0px;
    font-weight: 700;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #14287b;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #287FF9;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #686868;
    margin-bottom: 15px;
}

input,
select {
    transition: 0.3s;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.img,
img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
.button,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

a:focus {
    text-decoration: none;
}

a:hover {
    color: #287FF9;
}

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

*::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #111;
    font-size: 14px;
    opacity: .60;
}

*::placeholder {
    color: #111;
    font-size: 14px;
    opacity: .60;
}

[data-overlay="theme-1"]::before {
    background-color: #14287b;
}

[data-overlay="theme-2"]::before {
    background-color: #287FF9;
}

[data-overlay="black"]::before {
    background-color: #000;
}

#scrollUp {
    bottom: 100px;
    right: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    background-color: #287FF9;
    color: #fff;
}


/**
*   02. Preloader
*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #287FF9;
    z-index: 99;
}

.preloader .sk-plane,
.preloader .sk-chase,
.preloader .sk-bounce,
.preloader .sk-wave,
.preloader .sk-pulse,
.preloader .sk-flow,
.preloader .sk-swing,
.preloader .sk-circle,
.preloader .sk-circle-fade,
.preloader .sk-grid,
.preloader .sk-fold,
.preloader .sk-wander {
    position: absolute;
    left: 50%;
    top: 45%;
    margin: 0;
    margin-left: -20px;
    margin-top: -20px;
}

.sk-plane,
.sk-chase-dot:before,
.sk-bounce-dot,
.sk-wave-rect,
.sk-pulse,
.sk-flow-dot,
.sk-swing-dot,
.sk-circle-dot:before,
.sk-circle-fade-dot:before,
.sk-grid-cube,
.sk-fold-cube:before,
.sk-wander-cube {
    background-color: #14287b;
}


/**
*   03. Common Classes
*/

.fix {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.text-right {
    text-align: right;
}

.height-592 {
    height: 592px;
}

.height-800 {
    height: 800px;
}

.height-680 {
    height: 680px;
}

.bg-property {
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f1f1f1;
}

.gray-bg-2 {
    background: #f9f9f9;
}

.theme-bg-1 {
    background: #14287b;
}

.theme-bg-2 {
    background: #287FF9;
}

.theme-bg-3 {
    background: #fef22e;
}

.theme-bg-4 {
    background: #f9fafa;
}

.theme-bg-5 {
    background: #ededed;
}

.b-color-1 {
    border-color: #273fa1;
}

.b-color-2 {
    border-color: #f1f1f1;
}

.border-radius-5 {
    border-radius: 5px;
}

.box-shadow-1 {
    box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
}

.box-shadow-2 {
    box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.box-shadow-3 {
    box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.09);
}

.white-color {
    color: #ffffff;
}

.theme-btn-1 {
    background-color: #fef22e;
    color: #111;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 35px;
    border-radius: 5px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    border: none;
}

.theme-btn-1:hover {
    background-color: #14287b;
    color: #fff;
}


/**
*   04. Section Title
*/

.section-title span {
    display: block;
    font-size: 18px;
    color: #287FF9;
    line-height: 28px;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 46px;
    line-height: 56px;
    color: #333  !important;
}


/**
*   05. Header
*/

.header-info ul li {
    color: #f1f1f1;
    margin-right: 40px;
    display: inline-block;
}

.header-info ul li i {
    color: #fef22e;
    padding-right: 10px;
}

.header-social a {
    color: #f1f1f1;
    margin: 0 8px;
}

.header-info ul li a:hover,
.header-social a:hover {
    color: #fef22e;
}

.header-top.style-2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #287FF9;
    width: 550px;
    height: 54px;
}

.header-top.style-2 ul li,
.header-top.style-3 ul li {
    margin-left: 20px;
    margin-right: 0;
}

.header-btn {
    padding: 22px 0;
}

.header-call-btn {
    padding: 18px 0;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 45px;
    position: relative;
}

.main-menu ul li a {
    color: #14287b;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 40px 0;
}

.main-menu ul li:hover>a,
.main-menu ul li .submenu li:hover>a {
    color: #287FF9;
}

.main-menu ul li .submenu {
    position: absolute;
    background-color: #fff;
    width: 230px;
    padding: 15px 25px;
    border-top: 4px solid #287FF9;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3;
}

.main-menu ul li:hover>.submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.main-menu ul li .submenu li {
    display: block;
    margin-left: 0px;
    text-align: left;
    transition: .3s;
}

.main-menu ul li .submenu li:hover {
    padding-left: 10px;
    transition: .3s;
}

.main-menu ul li .submenu li a {
    display: block;
    color: #14287b;
    padding: 8px 0;
}

.sidebar_area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    overflow-y: scroll;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

.sidebar_area.sidebar-opened {
    right: 0px;
}

.sidebar_wrapper {
    position: relative;
    padding: 45px;
    background: #ffffff;
}

.sidebar_close {
    position: absolute;
    top: 48px;
    right: 45px;
}

.sidebar_close-btn {
    display: inline-block;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    background: #ffffff;
    color: #111;
    border: 1px solid #eceff8;
    transition: 0.3s;
}

.sidebar_close-btn:hover {
    background: #287FF9;
    border-color: #287FF9;
    color: #ffffff;
}

.side-menu-icon i {
    color: #14287b;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    right: 20px;
}

.sidebar_logo {
    padding-bottom: 40px;
    border-bottom: 1px solid #eceff8;
}

@media (max-width: 575px) {
    .sidebar_area {
        width: 300px;
    }
    .sidebar_wrapper {
        padding: 20px;
    }
    .mean-container a.meanmenu-reveal {
        margin-top: -36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mean-container a.meanmenu-reveal {
        margin-top: -48px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 576px) {
    .sidebar_close {
        top: 20px;
        right: 20px;
    }
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}


/* mean menu customize */

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #222;
    border-top: 1px solid #eceff8;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
    color: #287FF9;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid #eceff8!important;
    height: 30px;
    width: 30px;
    color: #222;
    line-height: 32px;
    top: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #287FF9;
    color: #fff;
    border-color: #287FF9;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    transition: 0.8s;
    font-size: 13px;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.header-call-btn img {
    margin-right: 12px;
}

.header-call-btn a {
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
    color: #14287b;
    font-family: "Nunito Sans", sans-serif;
}

.header-call-btn a:hover {
    color: #287FF9;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background: #fff;
}


/**
*   06. Hero area
*/


/*Style 1*/

.hero-form {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.hero-form h2 {
    margin-bottom: 25px;
}

.hero-form span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #287FF9;
}

.hero-form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 20px;
    margin-bottom: 15px;
}

.hero-form textarea {
    font-size: 16px;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.hero-form .theme-btn-1 i {
    margin-right: 12px;
}


/*Style 2*/

.hero-wrapper h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 85px;
    color: #fff;
    margin-bottom: 40px;
}

.hero-wrapper p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.hero-popup-content img {
    width: 400px;
    border-radius: 350px 0px 350px 350px;
    border-width: 20px;
    border-style: solid;
    border-color: #fef22e;
}

.hero-popup-content {
    position: relative;
    padding: 20px;
    margin-left: 200px;
}

.hero-popup-content:before {
    content: '';
    display: block;
    width: 440px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 350px 0 350px 350px;
    border-width: 20px;
    border-style: solid;
    border-color: #fff;
}

a.popup-video {
    display: block;
    background-color: #fbfbfa;
    color: #fef22e;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    left: 44%;
}

.pulse-effect {
    animation: pulse-effect 1s infinite;
}

@keyframes pulse-effect {
    0% {
        box-shadow: 0 0 0 0px #fff;
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


/*Style 2*/

.hero-slider-1 .single-slider-style-1 {
    position: relative;
    z-index: 2;
}

.hero-slider-1 .single-slider-style-1:before {
    content: '';
    display: block;
    background: rgb(40, 127, 249);
    background: linear-gradient(97deg, rgba(40, 127, 249, 1) 25%, rgba(5, 0, 36, 0) 70%);
    position: absolute;
    left: 0px;
    top: 0;
    width: 1920px;
    height: 100%;
    z-index: -1;
    opacity: .6;
}

.hero-slider-1 .slide-content-wrapper-1 h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
}

.hero-slider-1 .slide-content-wrapper-1 p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
}

.hero-slider-1 ul.slick-dots li {
    display: inline-block;
    margin-left: 10px;
}

.hero-slider-1 ul.slick-dots {
    position: absolute;
    bottom: 10%;
    right: 18%;
}

.hero-slider-1 ul.slick-dots li button {
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
}

.hero-slider-1 ul.slick-dots li.slick-active button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #111;
}

.hero-slider-1 .slick-next,
.hero-slider-1 .slick-prev {
    background-color: #14287b;
    color: #fff;
    border: none;
    font-size: 18px;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.hero-slider-1 .slick-next {
    right: 9%;
}

.hero-slider-1 .slick-prev {
    left: 9%;
}

.hero-slider-1 button:hover {
    background-color: #287FF9;
    color: #fff;
}


/**
*   07. Service
*/

.single-service-style-1 {
    background-color: #fff;
}

.single-service-img-1 {
    position: relative;
}

.single-service-icon-1 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-service-icon-1 img {
    background-color: #14287b;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100px;
    padding: 25px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.single-service-style-1 a {
    color: #646464;
}

.single-service-style-1 a i {
    opacity: 0;
    visibility: hidden;
    padding-left: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-service-style-1:hover .single-service-icon-1 img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #287FF9;
}

.single-service-style-1:hover a i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding-left: 5px;
}

.single-service-style-2 {
    padding: 40px 25px;
    margin-bottom: 25px;
}

.single-service-style-2 .service-icon {
    background-color: #14287b;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    float: left;
    margin-right: 25px;
}

.single-service-style-2 .service-icon img {
    padding: 18px;
}

.single-service-style-2 .service-content {
    overflow: hidden;
}

.single-service-style-2 .service-content h3 {
    margin-bottom: 15px;
}

.single-service-style-2 .service-content a {
    color: #646464;
}

.single-service-style-2 .service-content a i {
    margin-left: 5px;
}


/**
*   08. About
*/


/* Style 1*/

.about-img {
    position: relative;
    z-index: 2;
}

.about-img img {
    width: 100%;
}

.about-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    border: 10px solid #287FF9;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-award {
    position: absolute;
    bottom: 23px;
    right: 25px;
    transform: translate(5%, 5%);
    background: #287FF9;
    width: 260px;
    height: 160px;
    text-align: center;
    border-radius: 5px;
}

.about-award h3 {
    font-size: 24px;
    color: #fff;
    padding: 46px 0;
    line-height: 34px;
}

.service-bullet-list ul li {
    margin-bottom: 15px;
}

.service-bullet-list ul li i {
    padding-right: 10px;
    color: #287FF9;
}


/* Style 2*/

.about-block-img-1 {
    position: relative;
}

.about-block-img-1 a {
    background-color: #287FF9;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 45%;
    left: 93%;
    border-radius: 50px;
    transform: translate(0, -15%);
}


/**
*   09. Fun Fact
*/

.single-counter h2 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 20px;
}

.single-counter p {
    color: #fff;
    font-size: 20px;
}


/**
*   10. Project
*/

.single-project {
    background-color: #fff;
    box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.single-project-img {
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

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

.single-project-img-content {
    display: block;
    background-color: #287FF9;
    width: 75%;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 55px;
    padding: 15px;
    border-radius: 3px;
}

.single-project-img-content h4 {
    color: #fff;
    margin-bottom: 0;
}

.single-project-content a {
    color: #646464;
}

.single-project-content a i {
    padding-left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.single-project:hover .single-project-content a i {
    padding-left: 8px;
    visibility: visible;
    opacity: 1;
    transition: .3s;
}


/*Project Masonry Style*/

.single-project-style-2 {
    position: relative;
    height: 210px;
}

.portfolio-content-2 {
    opacity: 0;
    visibility: hidden;
    padding: 60px 40px;
    transform: scale(1);
    transition: .3s;
    overflow: hidden;
    height:190px;
    position: absolute;
    top: 8px;
    left: 0;
}

.portfolio-content-2 h3 {
    margin-bottom: 20px;
}

.portfolio-content-2 p {
    margin-bottom: 20px;
}

.single-project-style-2:hover .portfolio-content-2 {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    transform: scale(.9);
    overflow: hidden;
    transition: .3s;
}

.portfolio-content-2 a {
    color: #646464;
}

.portfolio-content-2 a i {
    margin-left: 5px;
}

.portfolio-menu button {
    border: none;
    background-color: #14287b;
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 14px;
    margin-left: 15px;
}

.portfolio-menu button.active {
    background-color: #287FF9;
    color: #fff;
}


/**
*   12. Why Choose Us
*/

.single-choose-us .icon {
    display: inline-block;
    background-color: #14287b;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    float: left;
    margin-right: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-choose-us .content {
    overflow: hidden;
}

.single-choose-us:hover .icon {
    background-color: #287FF9;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.why-choose-img-1 img,
.why-choose-img-2 img,
.why-choose-img-3 img,
.why-choose-img-4 img {
    border-radius: 3px;
}


/**
*   12. Testimonial
*/

.single-testimonial {
    background-color: #fff;
    padding: 36px 56px;
    margin-bottom: 20px;
    text-align: center;
}

.single-testimonial-style-2 {
    background-color: #fff;
    padding: 36px 35px;
    margin-bottom: 20px;
}

.single-testimonial img {
    width: 110px;
    border-radius: 100%;
    margin-bottom: 30px!important;
    margin: 0 auto;
}

.single-testimonial h3,
.single-testimonial-style-2 h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.single-testimonial span,
.single-testimonial-style-2 span {
    display: block;
    color: #287FF9;
    margin-bottom: 25px;
    font-size: 18px;
}

.single-testimonial p,
.single-testimonial-style-2 p {
    margin-bottom: 18px;
}

.star-rating i {
    color: #ffd600;
}

.testimonial-style-1 .slick-prev,
.testimonial-style-1 .slick-next {
    position: absolute;
    top: -160px;
    background-color: #fff;
    color: #111;
    border: none;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.testimonial-style-1 .slick-prev {
    right: 90px;
}

.testimonial-style-1 .slick-next {
    right: 20px;
}

.testimonial-style-1 .slick-prev:hover,
.testimonial-style-1 .slick-next:hover {
    background-color: #287FF9;
    color: #fff;
}

.testimonial-style-1 .slick-slide {
    margin: 0 10px;
}

.testimonial-quote-icon {
    position: absolute;
    top: -60px;
    left: 40px;
}

.testimonial-quote-icon i {
    font-size: 70px;
    color: #646464;
    opacity: .1;
}

.single-testimonial-img-2 img {
    float: left;
    width: 90px;
    border-radius: 50px;
    margin-right: 15px;
}

.single-testimonial-content-2 {
    overflow: hidden;
}


/**
*   13. Book Appointment
*/

.quote-area {
    position: relative;
}

.quote-area-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.quote-form input[type="text"],
.quote-form input[type="email"] {
    margin-right: 20px;
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form textarea {
    background-color: #f9f9f9;
    border: none;
    padding: 20px 18px;
    width: 90%;
    margin-bottom: 18px;
}

.quote-form textarea {
    height: 150px;
}

.quote-form a.theme-btn-1 {
    width: 100%;
    border-radius: 0;
    padding: 20px 17px;
}

.quote-form a.theme-btn-1 i {
    margin-right: 10px;
}


/**
*   15. Blog
*/

.post-meta li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.post-meta li a {
    color: #646464;
}

.post-meta li:last-child:after {
    display: none;
}

.post-meta li:after {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background-color: #14287b;
    position: absolute;
    top: 4px;
    right: -18px;
}

.post-meta li i {
    color: #14287b;
    margin-right: 10px;
}

.single-blog-style-1 .content p {
    padding: 10px 0;
}

.single-blog-style-1 .content .l-read-more {
    position: relative;
}

.single-blog-style-1 .content a.l-read-more {
    color: #111;
}

.single-blog-style-1 .content a.l-read-more i {
    padding-left: 5px;
}

.single-blog-style-1 .content .l-read-more:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffd600;
    position: absolute;
    top: 24px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-blog-style-1 .content .l-read-more:hover:after {
    background-color: #ffd600;
    width: 80px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.vime-pagination ul li {
    display: inline-block;
}

.vime-pagination ul li {
    margin: 0 3px;
}

.vime-pagination ul li a {
    display: block;
    background-color: #ededed;
    color: #111;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}

.vime-pagination ul li a:hover {
    background-color: #287FF9;
    color: #fff;
}

.vime-pagination ul li span.current {
    display: block;
    background-color: #287FF9;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}


/**
*   16. Footer
*/

.footer-title {
    margin-bottom: 50px;
}

.footer-widget-1 {
    padding-right: 110px;
}

.footer-widget-4 {
    padding-left: 130px;
}

.footer-title h4 {
    font-size: 24px;
    color: #fff;
}

.footer-text p {
    color: #dcdcdc;
}

.footer-info a {
    display: block;
    font-size: 20px;
    color: #dcdcdc;
    margin-bottom: 28px;
}

.footer-info a i {
    color: #fef22e;
    padding-right: 10px;
}

.footer-menu ul li {
    margin-bottom: 20px;
}

.footer-menu ul li a {
    display: block;
    color: #dcdcdc;
}

.footer-menu ul li a:hover {
    color: #fff;
}

.footer-social h5 {
    display: inline-block;
    color: #fef22e;
    margin-right: 15px;
    font-size: 20px;
}

.footer-social ul,
.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    color: #dcdcdc;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #465bb38c;
    display: inline-block;
    border-radius: 50px;
}

.footer-social ul li a:hover {
    color: #fff;
    background-color: #1835b1;
}

.footer-contact-info ul li a:hover {
    color: #fff;
}

.footer-newsletter {
    position: relative;
}

.footer-newsletter input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
}

.footer-newsletter button {
    width: 110px;
    height: 50px;
    background-color: #fef22e;
    color: #111;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}

.footer-newsletter button i {
    margin-right: 10px;
}

.footer-contact-info ul li {
    margin-bottom: 20px;
}

.footer-contact-info ul li i {
    float: left;
    color: #fef22e;
    line-height: 28px;
    padding-right: 13px;
}

.footer-contact-info ul li a,
.footer-contact-info ul li span {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.copyright p {
    color: #dcdcdc;
    margin-bottom: 0;
}

.copyright p a {
    color: #dcdcdc;
}

.copyright p a:hover {
    color: #fef22e;
}

.footer-bottom .footer-menu li {
    display: inline-block;
    padding-left: 25px;
    color: #dcdcdc;
    margin-bottom: 0;
}


/**
*   17. Breadcrumb
*/

.breadcrumb-content-wrapper h2 {
    color: #fff;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 15px;
}

.breadcrumb-navigation .breadcrumb-item+.breadcrumb-item::before {
    padding-left: 5px;
    padding-right: 7px;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

.breadcrumb-content-wrapper p {
    color: #fff;
    font-size: 20px;
}

.breadcrumb-content-wrapper ul.post-meta li:after {
    background-color: #fef22e;
}

.breadcrumb-content-wrapper ul li,
.breadcrumb-content-wrapper ul li a {
    color: #fff;
}

.breadcrumb-navigation ul li {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.breadcrumb-navigation ul li {
    display: inline-block;
    color: #fff;
}

.breadcrumb-navigation ul li:hover a {
    color: #fef22e;
}

.breadcrumb-navigation ul li.active {
    color: #fef22e;
}


/**
*   18. CTA
*/

.cta-style-1 h2 {
    color: #fff;
    font-size: 30px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 0;
}

.cta-style-1 span {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: capitalize;
}

.cta-style-1 span a {
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
}

.cta-style-2 h2 {
    color: #fff;
    margin-bottom: 25px;
}

.cta-style-2 p {
    color: #fff;
    margin-bottom: 30px;
}


/**
*   19. Widgets
*/

.widget {
    position: relative;
}

.widget-title {
    font-size: 30px;
    line-height: 32px;
    border-left: 4px solid;
    border-color: #287FF9;
    height: 30px;
    padding-left: 20px;
    margin-bottom: 40px;
}

.quote-widget input {
    width: 100%;
    height: 60px;
    padding: 0 22px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
    margin: 7px 0;
    background-color: #fff;
}

.quote-widget textarea {
    width: 100%;
    border: none;
    padding: 15px 22px;
    font-size: 16px;
    margin: 7px 0;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.quote-widget button {
    background-color: #14287b;
    color: #fff;
    padding: 15px 20px;
    display: block;
    border: none;
    width: 100%;
    text-align: left;
    line-height: 30px;
}

.quote-widget button:hover {
    background-color: #287FF9;
}

.quote-widget i {
    float: right;
    line-height: 30px;
}

.search-widget input {
    height: 66px;
    width: 100%;
    border: none;
    padding: 0 20px;
    color: #111;
    background-color: #f9f9f9;
}

.search-widget button {
    position: absolute;
    right: 0;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border: none;
    background-color: transparent;
    color: #287FF9;
    font-size: 20px;
    text-align: center;
}

.project-info-widget ul li,
.service-list-widget ul li,
.category-widget ul li {
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    color: #14287b;
}

.project-info-widget ul li:last-child,
.service-list-widget ul li:last-child,
.category-widget ul li:last-child {
    margin-bottom: 0;
}

.service-list-widget ul li a,
.category-widget ul li a {
    display: inline-block;
}

.project-info-widget ul li span {
    font-weight: 400;
    color: #646464;
}

.service-list-widget ul li:hover,
.category-widget ul li:hover,
.service-list-widget ul li:hover a,
.category-widget ul li:hover a {
    color: #287FF9;
}

.service-list-widget ul li span,
.category-widget ul li span {
    float: right;
}

.single-latest-post-widget {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.single-latest-post-widget .image img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 20px;
}

.single-latest-post-widget .content {
    overflow: hidden;
}

.single-latest-post-widget:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.single-latest-post-widget h5 a {
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.single-latest-post-widget span {
    display: block;
    color: #14287b;
}

.single-latest-post-widget span:last-child {
    border: none;
}

.tag-cloud-widget a {
    background-color: #14287b;
    color: #fff;
    padding: 11px 25px;
    line-height: 18px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
    clear: both;
    overflow: hidden;
}

.tag-cloud-widget a:hover {
    background-color: #287FF9;
    color: #fff;
}


/**
*   20. FAQ
*/

.faq .accordion-button {
    color: #14287b;
    font-size: 20px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    background-color: #fff;
    outline: none;
    box-shadow: none;
}

.faq .accordion-body {
    border-top: 1px solid #e5e1da;
}

.faq .accordion-button:not(.collapsed)::after {
    transform: var(--bs-accordion-btn-icon-transform);
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
}

.faq .accordion-button::after {
    width: unset;
    height: unset;
    margin-left: auto;
    content: "";
    background-image: none;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
}

.faq h2 {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: none;
    color: #686868;
    margin-bottom: 10px;
    padding: 0 20px;
    box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.faq .accordion-button:focus {
    outline: none;
}


/**
*   21. Service/Project Details
*/

.service-details-wrapper h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 33px;
}

.accordion-item h2 {
    margin-bottom: 0;
    line-height: 30px;
}

.service-details-wrapper img,
.project-details-wrapper img {
    width: 100%;
}


/**
*   22. Pricing
*/

.single-pricing-box {
    padding: 40px 40px 80px;
    position: relative;
}

.single-pricing-box svg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.single-pricing-box h3 {
    font-size: 36px;
}

.single-pricing-box h4 {
    font-size: 45px;
}

.single-pricing-box a i {
    padding-left: 7px;
}

.single-pricing-box ul li {
    margin: 16px 0;
}

.single-pricing-box ul li i {
    color: #14287b;
    padding-right: 10px;
}


/**
*   23. Error 404
*/

.error-404-wrapper h2 {
    font-size: 150px;
    color: #287FF9;
}

.error-404-wrapper h3 {
    font-size: 46px;
    margin-bottom: 30px;
}

.error-404-wrapper p {
    margin-bottom: 40px;
}


/**
*   24. Blog Details
*/

.quote-block {
    background-color: #f9f9f9;
    padding: 40px;
    border-left: 3px solid #14287b;
    margin-bottom: 30px;
    margin-top: 30px;
}

.quote-icon i {
    font-size: 40px;
    color: #287FF9;
    margin-top: 10px;
    margin-bottom: 20px;
}

.post-tags h5,
.post-share h5 {
    margin-bottom: 16px;
}

.post-tags ul li {
    display: inline-block;
}

.post-tags ul li a {
    display: inline-block;
    background-color: #f1f1f1;
    color: #14287b;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 8px;
}

.post-share ul li {
    display: inline-block;
}

.post-share ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #f1f1f1;
    color: #111;
    border-radius: 3px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
}

.post-tags ul li a:hover,
.post-share ul li a:hover {
    background-color: #287FF9;
    color: #fff;
}

.previous-post,
.next-post {
    background-color: #f9f9f9;
    padding: 30px;
}

.previous-post a,
.next-post a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    color: #287FF9;
    font-weight: 500;
}

.previous-post h5,
.next-post h5 {
    line-height: 28px;
}

.previous-post a i {
    margin-right: 10px;
}

.next-post a i {
    margin-left: 10px;
}

.post-author-avatar img {
    border-radius: 5px;
}

.post-author-bio h5 a {
    font-size: 20px;
}

.post-author-bio h5 a:hover,
.post-author-bio a:hover {
    color: #287FF9;
}

.post-author-bio a {
    color: #14287b;
    font-size: 14px;
    margin-right: 10px;
}

.comment-body {
    background-color: #fff;
    padding: 27px;
    margin-bottom: 35px;
    box-shadow: 0px 3px 81px 0px rgb(0 0 0 / 9%);
}

.comments-area h2,
.comments-form h2 {
    font-size: 30px;
    margin-bottom: 35px;
}

.comment-avatar {
    float: left;
    margin-right: 30px;
}

.comment-avatar img {
    width: 90px;
    border-radius: 50px;
}

.comment-content {
    overflow: hidden;
}

.comment-content h5 a {
    font-size: 20px;
}

.comment-metadata a {
    display: inline-block;
    color: #287FF9;
    margin-bottom: 10px;
}

.comment-reply a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    text-transform: capitalize;
    color: #14287b;
}

.comment-reply a:hover {
    color: #287FF9;
}

.comment-reply a i {
    margin-right: 10px;
}

.comments-area li ul.children {
    padding-left: 40px;
}

.comments-form input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    color: #14287b;
    border: 1px solid #f1efeb;
    margin-bottom: 20px;
    border-radius: 5px;
}

.comments-form textarea {
    width: 100%;
    height: 120px;
    padding: 20px;
    color: #14287b;
    border: 1px solid #f1efeb;
    border-radius: 5px;
    margin-bottom: 20px;
}

.comments-form input:focus,
.comments-form textarea:focus {
    border: 1px solid #14287b;
}

.comments-form button {
    width: 270px;
    height: 60px;
    border-radius: 5px;
    display: inline-block;
}

.comments-form button i {
    padding-left: 10px;
}


/**
*   25. Newsletter
*/

.newsletter-style-1 {
    position: relative;
    display: block;
    bottom: -85px;
    margin-top: -170px;
    z-index: 2;
}

.newsletter-style-1 h2 {
    color: #fff;
}

.newsletter-style-1 input {
    width: 50%;
    height: 50px;
    padding: 12px 20px;
    border: none;
    font-size: 13px;
}

.newsletter-style-1 button {
    border: none;
    width: 120px;
    height: 50px;
    background-color: #fef22e;
    color: #111;
    font-weight: 600;
    margin-left: -4px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px;
}

.subscribe-form i {
    position: absolute;
    top: 16px;
    right: 39%;
    color: #111;
    opacity: .60;
}


/**
*   26. Features
*/

.single-feature {
    transition: all 0.3s ease-out 0s;
}

.single-feature img {
    margin-bottom: 25px;
}

.single-feature:hover {
    background-color: #523906;
}

.single-feature:hover h5,
.single-feature:hover p {
    color: #fff;
}


/**
*   27. Team
*/

.single-team-content-style-1 {
    padding: 30px;
}

.single-team-content-style-1 .team-social-style-1 a {
    background-color: #14287b;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 5px;
}

.single-team-content-style-1 .team-social-style-1 a:hover {
    background-color: #287FF9;
    color: #fff;
}

.team-social-style-1 {
    margin-top: 20px;
}


/**
*   28. Quote Form
*/

.quote-title h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #fef22e;
    margin-top: 25px;
}

.quote-title h2 {
    color: #fff;
    margin-bottom: 30px;
}

.quote-title p {
    color: #fff;
}

.quote-area-form h3 {
    font-size: 24px;
    margin-bottom: 40px;
}

.quote-area-form input,
.contact-form input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: none;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

.quote-area-form textarea,
.contact-form textarea {
    width: 100%;
    height: 178px;
    background-color: #f1f1f1;
    border: none;
    padding: 20px;
    margin-bottom: 15px;
}

.quote-area-form button {
    width: 100%;
    border-radius: 0;
    font-weight: 400;
}


/**
*   29. Contact
*/

.contact-form .section-title span {
    margin-bottom: 20px;
}

.contact-form .theme-btn-1 {
    text-align: left;
}

.contact-form .theme-btn-1 i {
    padding-right: 10px;
}

.contact-form input,
.contact-form textarea {
    background-color: transparent;
    border: 1px solid #edebe6;
}

.map-area iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
}

.info-box .icon {
    background-color: #14287b;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    float: left;
    margin-right: 30px;
    transition: .3s;
}

.info-box:hover .icon {
    background-color: #287FF9;
    color: #fff;
    transition: .3s;
}

.info-box .text {
    overflow: hidden;
}

.info-box .text h5 {
    color: #111;
}

.info-box .text ul li a,
.info-box .text p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}


.badge-success {background:#28a745;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;}
.badge-secondary{background:#6c757d;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;}
.single-project-style-2{position:relative;overflow:hidden;border-radius:8px;}
.single-project-style-2 .portfolio-content-2{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.55);color:#fff;padding:20px;}
.single-project-style-2 .portfolio-content-2 h3{color:#fff;font-size:18px;margin-bottom:8px;}
