    /*
@File: Axolot Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

*** - Default CSS
*** - Prealoader CSS 
*** - Navbar CSS
*** - Main Banner CSS
*** - Features CSS
*** - About CSS
*** - Services CSS
*** - Vision CSS
*** - Fun Facts CSS
*** - Join Now CSS
*** - How It Works CSS
*** - Team CSS
*** - Testimonials CSS
*** - FAQ CSS
*** - Pricing CSS
*** - Partner CSS
*** - Subscribe CSS
*** - Page Title CSS
*** - Contact CSS
*** - Footer Area CSS
*** - Go Top CSS
*/
    /* ==============
    Start Default CSS 
==================================== */
    
    @import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
    body {
        padding: 0;
        margin: 0;
        font-family: "Fira Sans", sans-serif;
        font-size: 15px;
    }
    
    img {
        max-width: 100%;
    }
    
    .d-table {
        width: 100%;
        height: 100%;
    }
    
    .d-table-cell {
        vertical-align: middle;
    }
    
    a {
        text-decoration: none;
        -ms-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
    }
    
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #222222;
    }
    
    p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.8;
        color: #6F8BA4;
    }
    
    .ptb-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }
    
    .mt-30 {
        margin-top: 30px;
    }
    
    .mt-100 {
        margin-top: 100px;
    }
    
    .bg-fbf9f8 {
        background-color: #fbf9f8;
    }
    /* Section Title */
    
    .section-title {
        margin-bottom: 60px;
        text-align: center;
        margin-top: -6px;
    }
    
    .section-title h3 {
        font-size: 30px;
        position: relative;
        padding-bottom: 20px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    
    .section-title h3::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 75px;
        height: 3px;
        border-radius: 5px;
        right: 0;
        margin: 0 auto;
    }
    
    .section-title span {
        text-transform: uppercase;
        display: block;
        font-size: 15px;
        margin-bottom: 6px;
    }
    
    .section-title p {
        max-width: 550px;
        margin: 0 auto;
    }
    /* Owl Carousel Btn */
    
    .owl-theme .owl-nav {
        margin-top: 0;
    }
    
    .owl-theme .owl-nav [class*="owl-"] {
        font-size: 17px;
        margin: 0;
        padding: 0;
        background: #ffffff;
        display: inline-block;
        border-radius: 0;
        position: absolute;
        left: 20px;
        top: 22%;
        height: 150px;
        opacity: 0;
        overflow: hidden;
        width: 15px;
        line-height: 150px;
        -ms-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .owl-theme .owl-nav .owl-next {
        left: auto;
        right: 20px;
    }
    
    .owl-theme:hover .owl-nav [class*="owl-"] {
        opacity: 1;
        overflow: visible;
        left: 0;
    }
    
    .owl-theme:hover .owl-nav .owl-next {
        left: auto;
        right: 0;
    }
    
    .owl-theme .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
    }
    /* Btn Button */
    
    .btn {
        font-size: 16px;
        border-radius: 5px;
        padding: 12px 27px;
        position: relative;
        overflow: hidden;
    }
    
    .btn::before {
        content: '';
        position: absolute;
        display: block;
        width: 200px;
        height: 100px;
        -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
        -ms-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
        transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
        transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
        background: rgba(255, 255, 255, 0.5);
        left: 0;
        top: 0;
    }
    
    .btn:hover::before {
        background: #ffffff;
        -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
        -ms-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
        transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    }
    
    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }
    
    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: none;
    }
    
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
        color: #ffffff;
    }
    
    .btn-primary:hover {
        color: #ffffff;
    }
    
    .btn-primary {
        color: #ffffff;
    }
    
    .btn-primary.disabled,
    .btn-primary:disabled {
        opacity: 1;
    }
    
    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .show>.btn-secondary.dropdown-toggle:focus {
        box-shadow: none;
    }
    
    .btn-secondary.focus,
    .btn-secondary:focus {
        box-shadow: none;
    }
    
    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show>.btn-secondary.dropdown-toggle {
        color: #ffffff;
        background-color: #f06334;
        border-color: #f06334;
    }
    
    .btn-secondary:hover {
        color: #ffffff;
        background-color: #f06334;
        border-color: #f06334;
    }
    
    .btn-secondary {
        color: #ffffff;
        background-color: #f06334;
        border-color: #f06334;
    }
    /* ==============
    End Default CSS 
==================================== */
    /* ==============
    Start Preloader CSS 
==================================== */
    
    .preloader {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
        background: #ffffff;
    }
    
    .preloader .loader {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -60px;
        margin-left: -45px;
    }
    
    .preloader .loader .spinner {
        width: 60px;
        height: 60px;
        position: relative;
    }
    
    .preloader .loader .spinner .double-bounce1,
    .preloader .loader .spinner .double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out;
    }
    
    .preloader .loader .spinner .double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }
    
    @-webkit-keyframes sk-bounce {
        0%,
        100% {
            -webkit-transform: scale(0);
        }
        50% {
            -webkit-transform: scale(1);
        }
    }
    
    @keyframes sk-bounce {
        0%,
        100% {
            transform: scale(0);
            -webkit-transform: scale(0);
        }
        50% {
            transform: scale(1);
            -webkit-transform: scale(1);
        }
    }
    /* ==============
    End Preloader CSS 
==================================== */
    /* ==============
    Start Top Header CSS 
==================================== */
    
    .top-header {
        background-color: #4457c3;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    
    .top-header .header-social {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
    
    .top-header .header-social li {
        display: inline-block;
        color: #ffffff;
    }
    
    .top-header .header-social li span {
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 5px;
    }
    
    .top-header .header-social li a {
        font-size: 16px;
        color: #ffffff;
        margin-right: 4px;
    }
    
    .top-header .header-social li a:hover,
    .top-header .header-social li a:focus {
        text-decoration: none;
        color: #f06334;
    }
    
    .top-header .location {
        text-align: right;
    }
    
    .top-header .location span {
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
    }
    /* ==============
    End Top Header CSS 
==================================== */
    /* ==============
    Start Navbar CSS 
==================================== */
    
    .navbar.is-sticky {
        background: #ffffff;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    }
    
    .navbar {
        z-index: 10;
        padding: 12px 0;
        border-bottom: 1px solid #f6f6f6;
        font-size: 17px;
    }
    
    .bg-light {
        background-color: #ffffff !important;
    }
    
    .navbar-light .navbar-brand {
        color: #222222;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 700;
    }
    
    .navbar-light .navbar-toggler {
        border-radius: 0;
    }
    
    .navbar-light .navbar-nav .nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .navbar-light .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .navbar-light .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: #222222;
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }
    /* ==============
    End Navbar CSS 
==================================== */
    /* ==============
    Start Main Banner CSS 
==================================== */
    
    .main-banner {
        height: 780px;
        position: relative;
        z-index: 1;
    }
    
    .main-banner-content {
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -10px;
    }
    
    .main-banner-content h1 {
        font-size: 45px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .main-banner-content p {
        margin-bottom: 30px;
        font-size: 20px;
    }
    
    .main-banner-content .btn-primary {
        margin-right: 10px;
    }
    
    .main-banner-form {
        position: relative;
        z-index: 2;
        background: #ffffff;
        padding: 0 0 35px;
        text-align: center;
        border-radius: 5px;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    }
    
    .main-banner-form h3 {
        font-size: 25px;
        text-transform: capitalize;
        margin-bottom: 35px;
        background: #f06334;
        color: #ffffff;
        border-radius: 2px;
        padding: 25px 0;
    }
    
    .main-banner-form form {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .main-banner-form form .form-control {
        border: 1px solid #eeeeee;
        font-size: 14px;
        border-radius: 2px;
    }
    
    .main-banner-form form select.form-control {
        height: 50px;
        cursor: pointer;
    }
    
    .main-banner-form form .btn {
        margin-top: 10px;
    }
    
    .banner-form {
        background: #ffffff;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
        padding: 40px 25px;
        position: relative;
        z-index: 2;
    }
    
    .banner-form::before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #ffffff;
        width: 96%;
        opacity: .62;
        height: 50%;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 3px;
    }
    
    .banner-form form .form-control {
        border: 1px solid #eeeeee;
        font-size: 14px;
        border-radius: 2px;
    }
    
    .banner-form form label {
        color: #6F8BA4;
        margin-bottom: 8px;
        font-size: 15px;
    }
    
    .banner-form form select.form-control {
        height: 50px;
        cursor: pointer;
    }
    
    .banner-form form .btn {
        margin-top: 10px;
    }
    
    .hero-form {
        background: #ffffff;
        padding: 40px 25px;
        position: relative;
        z-index: 2;
        border: 5px solid #f06334;
    }
    
    .hero-form form .form-control {
        border: 1px solid #eeeeee;
        font-size: 14px;
        border-radius: 2px;
    }
    
    .hero-form form label {
        color: #6F8BA4;
        margin-bottom: 8px;
        font-size: 15px;
    }
    
    .hero-form form select.form-control {
        height: 50px;
        cursor: pointer;
    }
    
    .hero-form form .btn {
        display: block;
        width: 100%;
        margin-top: 25px;
    }
    
    .hero-form form .btn::before,
    .hero-form form .btn::after {
        display: none;
    }
    
    .banner-img {
        text-align: center;
    }
    
    .pattern {
        background: url(../../assets/img/pattern.png);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 210px;
        z-index: -1;
    }
    
    .pattern-2 {
        background: url(../../assets/img/pattern-2.png);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 160px;
    }
    
    .creative-bg {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
        border-radius: 100% 0 0 0;
        z-index: -1;
    }
    
    .creative-bg-two {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        border-radius: 0 0 0 100%;
        z-index: -1;
    }
    /* ==============
    End Main Banner CSS 
==================================== */
    /* ==============
    Start Features CSS 
==================================== */
    
    .features-area {
        padding-bottom: 70px;
    }
    
    .single-features {
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
        background: #ffffff;
        padding: 30px;
        border-radius: 30px;
        margin-bottom: 30px;
        cursor: pointer;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-features i {
        font-size: 40px;
        display: inline-block;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-features h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-features p {
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-features:hover i,
    .single-features:hover h3,
    .single-features:hover p {
        color: #ffffff;
    }
    /* ==============
    End Features CSS 
==================================== */
    /* ==============
    Start About CSS 
==================================== */
    
    .about-area {
        position: relative;
        background-image: url(../../assets/img/pattern-4.png);
        background-attachment: fixed;
    }
    
    .about-content {
        margin-top: 20px;
    }
    
    .about-content h3 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    
    .about-content p {
        margin-bottom: 25px;
    }
    
    .about-content .pull-left {
        float: left;
        margin-right: 45px !important;
    }
    
    .about-content ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    
    .about-content ul li {
        color: #666666;
        margin-top: 10px;
        font-weight: 400;
    }
    
    .about-content ul li:first-child {
        margin-top: 0;
    }
    
    .about-content .btn {
        margin-top: 25px;
    }
    
    .about-text span {
        display: inline-block;
        font-size: 20px;
        font-weight: 900;
        color: #ffffff;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
    }
    
    .about-text h3 {
        font-size: 26px;
        margin-bottom: 15px;
        margin-top: 25px;
    }
    
    .about-text ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        margin-top: 15px;
    }
    
    .about-text > ul > li {
        color: #666666;
        font-weight: 400;
    }

    .about-text > ul > li > h6{
        margin-top: 20px;
    }
    
    .about-text ul li:first-child {
        margin-top: 0;
    }

    .about-text ul li > ul{
        margin-top: 10px;
    }

    .about-text ul li > ul li{
        list-style: disc;
        margin-left: 20px;
        margin-top: 6px;
        line-height: normal;
        font-size: 13px;
        color: #6F8BA4;
    }

    .about-text ul.check{
        list-style: disc;
        margin-left: 20px;
    }
    .tabs_item_content ul.check,
    .tabs_item_content ul.check li{
        margin-top: 2px;
    }
    
    .about-text .blockquote {
        margin-bottom: 0;
        padding: 15px;
        margin-top: 15px;
        border-radius: 5px;
    }
    
    .about-text .blockquote p {
        color: #737373;
    }
    /* ==============
    End About CSS 
==================================== */
    /* ==============
    Start Services CSS 
==================================== */
    
    .services-area {
        padding-bottom: 70px;
    }
    
    .single-services {
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
        background: #ffffff;
        border-radius: 5px;
        padding: 30px;
        cursor: pointer;
        margin-bottom: 30px;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-services i {
        font-size: 30px;
        color: #ffffff;
        width: 65px;
        height: 65px;
        text-align: center;
        line-height: 65px;
        border-radius: 50%;
        display: inline-block;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-services h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 20px;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-services p {
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-services:hover i {
        background: #ffffff;
    }
    
    .single-services:hover h3,
    .single-services:hover p {
        color: #ffffff;
    }
    /* ==============
    End Services CSS 
==================================== */
    /* ==============
    Start Vision CSS 
==================================== */
    
    .vision-area {
        background-image: url(../../assets/img/pattern-4.png);
        background-attachment: fixed;
    }
    
    .tab {
        overflow: hidden;
    }
    
    .tabs {
        list-style-type: none;
        margin-bottom: 40px;
        padding-left: 0;
        border-bottom: 2px solid #edf5ff;
        padding-bottom: 35px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .tabs li {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
    
    .tabs li:first-child {
        padding-left: 0;
    }
    
    .tabs li:last-child {
        padding-right: 0;
    }
    
    .tabs a {
        color: #222222;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
    }
    
    .tabs a:hover i {
        color: #ffffff;
    }
    
    .tabs a i {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #edf5ff;
        text-align: center;
        font-size: 30px;
        border-radius: 50%;
        margin-bottom: 15px;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .tabs .current a i {
        color: #ffffff;
    }
    
    .tabs_item {
        display: none;
    }
    
    .tabs_item:first-child {
        display: block;
    }
    
    .tabs_item_content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .tabs_item_content ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        margin-top: 15px;
    }
    
    .tabs_item_content ul li {
        color: #666666;
        margin-top: 10px;
        font-weight: 400;
    }
    
    .tabs_item_content ul li:first-child {
        margin-top: 0;
    }
    /* ==============
    End Vision CSS 
==================================== */
    /* ==============
    Start Fun Facts CSS 
==================================== */
    
    .funfacts-area {
        background-image: url(../../assets/img/funfact.jpg);
        position: relative;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }
    
    .funfacts-area::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: .84;
    }
    
    .funFact {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .funFact i {
        font-size: 28px;
        background: #ffffff;
        display: inline-block;
        width: 60px;
        height: 60px;
        border: 1px solid #ffffff;
        line-height: 61px;
        border-radius: 50%;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .funFact h3 {
        font-size: 40px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .funFact p {
        color: #ffffff;
        font-size: 20px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 0;
    }
    
    .funFact:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    
    .funFact::before,
    .funFact::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 75px;
        background: #ffffff;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .funFact::after {
        top: auto;
        bottom: 0;
    }
    
    .funFact:hover::before,
    .funFact:hover::after {
        height: 0;
    }
    
    .funFact:hover i {
        color: #ffffff;
        background: transparent;
    }
    /* Fun Fact Two */
    
    .fun-fact {
        position: relative;
        padding-left: 80px;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .fun-fact i {
        font-size: 28px;
        background: #ffffff;
        display: inline-block;
        width: 60px;
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        border: 1px solid #ffffff;
        line-height: 61px;
        text-align: center;
        border-radius: 50%;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .fun-fact h3 {
        font-size: 40px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .fun-fact p {
        color: #ffffff;
        font-size: 20px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 0;
    }
    
    .fun-fact:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    
    .fun-fact:hover i {
        color: #ffffff;
        background: transparent;
    }
    /* ==============
    End Fun Facts CSS 
==================================== */
    /* ==============
    Start Join Now CSS 
==================================== */
    
    .join-content {
        margin-top: 45px;
    }
    
    .join-content h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    
    .join-content p {
        margin-bottom: 25px;
    }
    /* ==============
    End Join Now CSS 
==================================== */
    /* ==============
    Start How It Works CSS 
==================================== */
    
    .single-box {
        -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        background: #ffffff;
        padding: 30px;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
    }
    
    .single-box span {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 84px;
        text-align: center;
        font-size: 30px;
        margin-bottom: 25px;
        background: #edf5ff;
        border-radius: 50%;
        font-weight: 700;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-box h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .single-box.with-line::before {
        content: '';
        position: absolute;
        z-index: 1;
        background: url(../../assets/img/arrow-big.png) no-repeat center center;
        width: 217px;
        height: 210px;
        top: 10px;
        right: -85px;
    }
    
    .single-box:hover span {
        color: #ffffff;
    }
    /* ==============
    End How It Works CSS 
==================================== */
    /* ==============
    Start Team CSS 
==================================== */
    
    .our-team {
        text-align: center;
        position: relative;
    }
    
    .our-team .pic {
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    
    .our-team .pic::before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(53, 53, 53, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        transform: scale(1);
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .our-team img {
        border-radius: 50%;
        transform: scale(1);
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .our-team .social {
        width: 100%;
        position: absolute;
        top: 45%;
        left: 0;
        padding: 0;
        margin: 0;
        z-index: 2;
        list-style-type: none;
        opacity: 0;
        transform: scale(1.2);
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .our-team .social li {
        display: inline-block;
    }
    
    .our-team .social li a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        background: #ffffff;
        text-decoration: none;
    }
    
    .our-team .social li a:hover {
        color: #ffffff;
    }
    
    .our-team .title {
        font-size: 22px;
        font-weight: 700;
        color: #2a2b2f;
        text-transform: capitalize;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    
    .our-team .post {
        display: inline-block;
        color: #6F8BA4;
    }
    
    .our-team:hover .pic::before {
        opacity: 1;
        transform: scale(0.95);
        visibility: visible;
    }
    
    .our-team:hover img {
        transform: scale(1.3);
    }
    
    .our-team:hover .social {
        opacity: 1;
        transform: scale(1);
    }
    /* Team Style Two */
    
    .single-team {
        text-align: center;
    }
    
    .single-team .pic {
        position: relative;
    }
    
    .single-team .pic::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.55);
        opacity: 0;
        z-index: 1;
        visibility: hidden;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-team .pic::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 2;
        visibility: hidden;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-team .social-links {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 40px;
        left: 0;
        opacity: 0;
        z-index: 6;
        visibility: hidden;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .single-team .social-links li {
        display: inline-block;
    }
    
    .single-team .social-links li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        color: #ffffff;
        border: 1px solid #ffffff;
        text-decoration: none;
    }
    
    .single-team .team-content {
        padding: 20px 0;
        background: #edf5ff;
    }
    
    .single-team .title {
        font-size: 22px;
        font-weight: 700;
        color: #2a2b2f;
        text-transform: capitalize;
        margin-bottom: 10px;
        position: relative;
    }
    
    .single-team .post {
        display: inline-block;
        color: #6F8BA4;
        position: relative;
    }
    
    .single-team:hover .pic::before,
    .single-team .single-team:hover .pic::after {
        opacity: 1;
        visibility: visible;
    }
    
    .single-team:hover .pic::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .single-team:hover .pic::after {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    .single-team:hover .social-links {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    /* ==============
    End Team CSS 
==================================== */
    /* ==============
    Start Testimonials CSS 
==================================== */
    
    .testimonials-area {
        padding-bottom: 70px;
        position: relative;
    }
    
    .testimonials-item {
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
        padding: 30px;
        position: relative;
        background: #ffffff;
        border-radius: 5px;
        margin-bottom: 30px;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        min-height: 350px;
    }
    
    .testimonials-item:hover .client-info .client-title span,
    .testimonials-item:hover .client-info .client-title h4,
    .testimonials-item:hover p {
        color: #ffffff;
    }
    
    .testimonials-item i {
        position: absolute;
        right: 28px;
        bottom: 20px;
        font-size: 98px;
        color: #edf5ff;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .testimonials-item:hover i {
        color: #636363;
    }
    
    .testimonials-item:hover .overlay {
        background-color: red;
    }
    
    .client-info {
        position: relative;
        padding-left: 110px;
        margin-bottom: 40px;
    }
    
    .client-info .img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .client-info .img img {
        border-radius: 50%;
    }
    
    .client-info .client-title {
        display: inline-block;
        margin-top: 14px;
    }
    
    .client-info .client-title h4 {
        font-size: 20px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }
    
    .client-info .client-title span {
        display: inline-block;
    }
    
    .client-info .client-title span,
    .client-info .client-title h4,
    .testimonials-item p {
        position: relative;
        z-index: 1;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    /* ==============
    End Testimonials CSS 
==================================== */
    /* ==============
    Start FAQ CSS 
==================================== */
    
    .accordion {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .accordion .accordion-item {
        display: block;
        margin-bottom: 15px;
    }
    
    .accordion .accordion-item:last-child {
        margin-bottom: 0;
    }
    
    .accordion .accordion-title {
        display: block;
        color: #ffffff;
        padding: 10px 20px;
        border-radius: 30px;
        text-decoration: none;
    }
    
    .accordion .accordion-title:hover {
        background-color: #f06334;
    }
    
    .accordion .accordion-title.active {
        background: #f06334;
        border-radius: 0;
    }
    
    .accordion .accordion-content {
        display: none;
        position: relative;
        overflow: hidden;
        padding: 15px 15px 0;
    }
    
    .accordion .accordion-content.show {
        display: block;
    }
    /* ==============
    End FAQ CSS 
==================================== */
    /* ==============
    Start Pricing CSS 
==================================== */
    
    .pricingTable {
        padding-bottom: 30px;
        background: #ffffff;
        border-radius: 5px;
        text-align: center;
        position: relative;
        -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .pricingTable .title {
        padding: 30px 20px 192px;
        margin: 0 0 30px 0;
        font-size: 25px;
        color: #ffffff;
        text-transform: uppercase;
        overflow: hidden;
        position: relative;
    }
    
    .pricingTable .title::before,
    .pricingTable .title::after {
        content: '';
        width: 280px;
        height: 200px;
        border-radius: 80px;
        background: #ffffff;
        position: absolute;
        bottom: -175px;
        left: -46px;
        transform: rotate(-85deg);
    }
    
    .pricingTable .title::after {
        border-radius: 100px;
        bottom: auto;
        top: 150px;
        left: auto;
        right: -70px;
        transform: rotate(-40deg);
    }
    
    .pricingTable .price-value {
        display: inline-block;
        width: 140px;
        height: 140px;
        line-height: 65px;
        border-radius: 50%;
        background: #ffffff;
        -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3);
        padding: 30px 0;
        font-size: 30px;
        font-weight: 600;
        position: absolute;
        top: 100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .pricingTable .month {
        display: block;
        font-size: 16px;
        font-weight: normal;
        line-height: 0;
    }
    
    .pricingTable .pricing-content {
        list-style: none;
        padding: 0;
        padding-bottom: 25px;
        border-bottom: 1px solid #eee;
        margin-bottom: 25px;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .pricingTable .pricing-content li {
        margin-bottom: 12px;
        color: #737373;
    }
    
    .pricingTable .pricing-content li:last-child {
        margin-bottom: 0;
    }
    
    .pricingTable:hover .price-value {
        color: #ffffff;
    }
    /* Pricing Style Two */
    
    .pricing-table {
        -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        padding: 50px 0 30px;
        text-align: center;
        margin-top: 33px;
        border-radius: 5px;
        position: relative;
        background: #ffffff;
        cursor: pointer;
    }
    
    .pricing-table .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        background: #ffffff;
        -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        margin: 0 auto;
        font-size: 25px;
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .pricing-table .pricing-table-header {
        margin-bottom: 25px;
        margin-top: 20px;
        padding: 20px 0;
    }
    
    .pricing-table .title {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 15px 0;
        color: #ffffff;
    }
    
    .pricing-table .price-value {
        display: inline-block;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        border-bottom: 3px solid #ffffff;
    }
    
    .pricing-table .price-value b {
        font-weight: 500;
        font-size: 15px;
    }
    
    .pricing-table .pricing-content {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }
    
    .pricing-table .pricing-content li {
        margin-bottom: 12px;
        color: #737373;
    }
    
    .pricing-table .pricing-content li:last-child {
        margin-bottom: 0;
    }
    
    .pricing-table:hover .icon {
        color: #ffffff;
    }
    /* ==============
    End Pricing CSS 
==================================== */
    /* ==============
    Start Partner CSS 
==================================== */
    
    .partner-area .item {
        text-align: center;
    }
    
    .partner-area .item a img {
        display: inline-block;
    }
    /* ==============
    End Partner CSS 
==================================== */
    /* ==============
    End Subscribe CSS 
==================================== */
    
    .subscribe-area {
        text-align: center;
        position: relative;
        z-index: 1;
    }
    
    .newsletter {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
        background: #ffffff;
        padding: 35px;
        border-radius: 5px;
    }
    
    .newsletter h4 {
        text-transform: capitalize;
        margin-bottom: 30px;
        font-size: 30px;
    }
    
    .newsletter h4 span {
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .newsletter form {
        position: relative;
    }
    
    .newsletter form .validation-danger {
        margin-top: 20px;
        color: red;
    }
    
    .newsletter form .validation-success {
        margin-top: 20px;
    }
    
    .newsletter form .form-control {
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        border: none;
        height: 75px;
        border-radius: 50px;
        padding-left: 20px;
        font-size: 17px;
    }
    
    .newsletter form .btn {
        position: absolute;
        right: 7px;
        border-radius: 30px;
        top: 8px;
        height: 60px;
        text-transform: uppercase;
        width: 175px;
    }
    
    .bg-top {
        position: absolute;
        width: 290px;
        height: 393px;
        top: 0px;
        left: 0px;
        background: url(../../assets/img/bg-top.png);
    }
    
    .bg-bottom {
        z-index: -1;
        position: absolute;
        width: 350px;
        height: 393px;
        bottom: 0px;
        right: 0px;
        background: url(../../assets/img/bg-bottom.png);
    }
    
    .subscribe-area .pattern-2 {
        height: 100px;
    }
    
    .subscribe-area .pattern {
        height: 135px;
    }
    /* ==============
    End Subscribe CSS 
==================================== */
    /* ==============
    Start Page Title CSS 
==================================== */
    
    .page-title {
        position: relative;
        height: 350px;
        z-index: 1;
    }
    
    .page-title-content {
        text-align: center;
        position: relative;
        margin-top: -50px;
    }
    
    .page-title-content h3 {
        font-size: 25px;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #ffffff;
    }
    
    .page-title-content ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    
    .page-title-content ul li {
        display: inline-block;
        color: #eee;
        font-size: 16px;
    }
    
    .page-title-content ul li a {
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
    }
    /* ==============
    End Page Title CSS 
==================================== */
    /* ==============
    Start Contact CSS 
==================================== */
    
    .contact-box {
        background: #ffffff;
        padding: 20px 20px 20px 90px;
        border-radius: 5px;
        position: relative;
        -ms-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .contact-box .icon {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 47px;
        border-radius: 50%;
        font-size: 22px;
        -ms-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .contact-box .content h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .contact-box .content p a {
        color: #777777;
        text-decoration: none;
    }
    
    .contact-box:hover {
        box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    
    .contact-box:hover .icon {
        color: #ffffff;
    }
    
    #map {
        width: 100%;
        height: 400px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .contact-text h3 {
        font-size: 22px;
        margin-bottom: 0;
    }
    
    .contact-text p {
        margin-top: 20px;
    }
    
    .form-control {
        height: 45px;
        padding: 15px;
        border: none;
        border-radius: 5px;
        font-weight: 300;
        font-size: 16px;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .form-control:focus {
        box-shadow: unset;
        padding-left: 20px;
    }
    
    #contactForm .list-unstyled li {
        color: red;
    }
    
    #contactForm .btn {
        text-transform: uppercase;
        padding: 10px 35px;
        margin-top: 15px;
        font-weight: 500;
        font-size: 18px;
    }
    /* ==============
    End Contact CSS 
==================================== */
    /* ==============
    Start Repair Main Banner CSS 
==================================== */
    
    .repair-main-banner {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        padding-top: 200px;
        padding-bottom: 300px;
    }
    
    .repair-main-banner::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        z-index: -1;
        opacity: .60;
    }
    
    .repair-banner-content h2 {
        color: #ffffff;
        line-height: 1.2;
        font-size: 55px;
        font-weight: 700;
        margin-bottom: 25px;
    }
    
    .repair-banner-content p {
        max-width: 550px;
        margin-bottom: 25px;
        color: #ffffff;
        font-size: 17px;
    }
    
    .repair-banner-content .btn {
        text-transform: uppercase;
    }
    
    .banner-video a {
        width: 100px;
        display: inline-block;
        height: 100px;
        line-height: 100px;
        font-size: 30px;
        text-align: center;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: 1;
        color: #4457c3;
        margin-left: -40px;
        position: relative;
        transition: .5s;
    }
    
    .banner-video a::after {
        z-index: -1;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100px;
        animation: ripple 1.6s ease-out infinite;
        opacity: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
    }
    
    .banner-video a:hover,
    .banner-video a:focus {
        background-color: #4457c3;
        color: #ffffff;
    }
    
    .item-bg1 {
        background-image: url(../../assets/img/main-banner1.jpg);
    }
    
    .item-bg2 {
        background-image: url(../../assets/img/main-banner2.jpg);
    }
    
    .item-bg3 {
        background-image: url(../../assets/img/main-banner3.jpg);
    }
    
    .repair-home-slides.owl-theme .owl-dots {
        line-height: .1;
        margin-top: 0;
        position: absolute;
        left: 9.5%;
        bottom: 28%;
    }
    
    .repair-home-slides.owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 4px;
        margin: 0 3px;
        background: #d5d6d6;
        transition: .4s;
        border-radius: 0;
    }
    
    .repair-home-slides.owl-theme .owl-dots .owl-dot:hover span,
    .repair-home-slides.owl-theme .owl-dots .owl-dot:focus span {
        background: #ffffff;
    }
    
    .repair-home-slides.owl-theme .owl-dots .owl-dot.active span {
        width: 30px;
        background: #ffffff;
    }
    
    @keyframes ripple {
        0%,
        35% {
            transform: scale(0);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.8;
        }
        100% {
            opacity: 0;
            transform: scale(2);
        }
    }
    /* ==============
    End Repair Main Banner CSS 
==================================== */
    /* ==============
    Start Repair Boxes CSS 
==================================== */
    
    .repair-boxes-area {
        background-color: transparent;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-top: -150px;
        margin-bottom: -45px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .repair-boxes-area::before {
        content: '';
        position: absolute;
        left: 0;
        height: 90%;
        bottom: 0;
        width: 201%;
        background: #ffffff;
        z-index: -1;
        transform: skewY(177deg);
    }
    
    .single-repair-box {
        text-align: center;
        border-radius: 5px;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
        padding: 45px 25px;
        margin-bottom: 45px;
    }
    
    .single-repair-box i {
        font-size: 50px;
        color: #f06334;
        transition: .5s;
    }
    
    .single-repair-box h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 15px;
        transition: .5s;
    }
    
    .single-repair-box a {
        font-weight: 600;
        margin-top: 20px;
        color: #222222;
        display: inline-block;
        transition: .5s;
    }
    
    .single-repair-box a:hover,
    .single-repair-box a:focus {
        color: #4457c3;
        text-decoration: none;
        letter-spacing: 1.5px;
    }
    
    .single-repair-box .img-box img:first-child {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        opacity: .70;
        transition: .5s;
    }
    
    .single-repair-box .img-box img:last-child {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    
    .single-repair-box::before,
    .single-repair-box::after {
        content: '';
        position: absolute;
        top: -40px;
        left: 0;
        height: 40px;
        width: 100%;
        background: #4457c3;
        border-radius: 5px 5px 0 0;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }
    
    .single-repair-box::after {
        top: auto;
        bottom: -40px;
        border-radius: 0 0 5px 5px;
    }
    
    .single-repair-box.active {
        border-radius: 0;
        background-color: #4457c3;
    }
    
    .single-repair-box.active i {
        color: #ffffff;
    }
    
    .single-repair-box.active h3 {
        color: #ffffff;
    }
    
    .single-repair-box.active p {
        color: #ffffff;
    }
    
    .single-repair-box.active a {
        color: #ffffff;
    }
    
    .single-repair-box.active::before,
    .single-repair-box.active::after {
        opacity: 1;
        visibility: visible;
    }
    
    .single-repair-box.active .img-box img:first-child {
        opacity: 0;
        visibility: hidden;
    }
    
    .single-repair-box.active .img-box img:last-child {
        opacity: .35;
        visibility: visible;
    }
    /* ==============
    End Repair Boxes CSS 
==================================== */
    /* ==============
    Start Repair About CSS 
==================================== */
    
    .repair-about-content .section-title {
        text-align: left;
        margin-bottom: 25px;
    }
    
    .repair-about-content .section-title h3 {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
    }
    
    .repair-about-content .section-title h3::before {
        display: none;
    }
    
    .repair-about-content .section-title p {
        margin-left: 0;
        margin-right: 0;
    }
    
    .repair-about-content ul {
        padding-left: 0;
        list-style-type: none;
        overflow: hidden;
        margin-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .repair-about-content ul li {
        float: left;
        width: 50%;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
        font-weight: 600;
    }
    
    .repair-about-content ul li i {
        color: #f06334;
        margin-right: 3px;
    }
    
    .repair-about-content .read-more-btn {
        display: inline-block;
        margin-top: 20px;
        text-transform: uppercase;
        color: #f06334;
        font-size: 14px;
        font-weight: 700;
    }
    
    .repair-about-content .read-more-btn:hover {
        color: #4457c3;
        text-decoration: none;
    }
    
    .repair-about-image {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .repair-about-image img {
        position: absolute;
    }
    
    .repair-about-image img:nth-child(1) {
        left: 0;
        top: 0;
        z-index: 1;
    }
    
    .repair-about-image img:nth-child(2) {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        text-align: center;
        z-index: 2;
        margin: 0 auto;
        border: 5px solid #f8fbff;
        width: 350px;
    }
    
    .repair-about-image img:nth-child(3) {
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .repair-about-image img:nth-child(4) {
        right: 0;
        top: 0;
    }
    
    .repair-about-image img:nth-child(5) {
        left: 0;
        bottom: 0;
    }
    /* ==============
    End Repair About CSS 
==================================== */
    /* ==============
    Start Repair Services CSS 
==================================== */
    
    .repair-services-area {
        position: relative;
        z-index: 1;
        background-color: #4457c3;
        background-image: url(../../assets/img/services-bg.jpg);
        background-position: center center;
        background-size: contain;
        background-repeat: repeat;
    }
    
    .repair-services-area .section-title span {
        color: #f06334;
    }
    
    .repair-services-area .section-title h3 {
        color: #ffffff;
    }
    
    .repair-services-area .section-title h3::before {
        background: #ffffff;
    }
    
    .repair-services-area .section-title p {
        color: #ffffff;
    }
    
    .repair-services-area::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: -1;
        height: 11%;
    }
    
    .single-repair-services {
        border: 1px solid #8096b0;
        padding: 30px;
        border-radius: 5px;
        transition: .5s;
    }
    
    .single-repair-services i {
        color: #ffffff;
        font-size: 40px;
        transition: .5s;
    }
    
    .single-repair-services h3 {
        font-size: 20px;
        font-weight: 600;
        transition: .5s;
        color: #ffffff;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    
    .single-repair-services p {
        color: #ffffff;
        opacity: .95;
        transition: .5s;
    }
    
    .single-repair-services .read-more-btn {
        margin-top: 20px;
        display: inline-block;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }
    
    .single-repair-services .read-more-btn:hover {
        text-decoration: none;
    }
    
    .single-repair-services:hover,
    .single-repair-services:focus {
        background-color: #ffffff;
        border-color: #ffffff;
    }
    
    .single-repair-services:hover i,
    .single-repair-services:focus i {
        color: #f06334;
    }
    
    .single-repair-services:hover h3,
    .single-repair-services:focus h3 {
        color: #222222;
    }
    
    .single-repair-services:hover p,
    .single-repair-services:focus p {
        color: #6F8BA4;
    }
    
    .single-repair-services:hover .read-more-btn,
    .single-repair-services:focus .read-more-btn {
        color: #4457c3;
    }
    
    .single-repair-services:hover .read-more-btn:hover,
    .single-repair-services:hover .read-more-btn:focus,
    .single-repair-services:focus .read-more-btn:hover,
    .single-repair-services:focus .read-more-btn:focus {
        color: #f06334;
    }
    
    .repair-services-inner {
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
        border-radius: 5px;
        margin-top: 80px;
        background-color: #ffffff;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .repair-services-inner .single-inner-services {
        position: relative;
        padding-left: 60px;
    }
    
    .repair-services-inner .single-inner-services i {
        font-size: 40px;
        color: #4457c3;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .repair-services-inner .single-inner-services h3 {
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    .repair-services-inner .col-lg-4:nth-child(2) {
        border-left: 1px solid #d1d9e2;
        border-right: 1px solid #d1d9e2;
    }
    
    .repair-services-slides.owl-theme .owl-dots {
        line-height: .1;
        margin-top: 45px;
    }
    
    .repair-services-slides.owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 4px;
        margin: 0 3px;
        background: #8c96cc;
        transition: .4s;
        border-radius: 0;
    }
    
    .repair-services-slides.owl-theme .owl-dots .owl-dot:hover span,
    .repair-services-slides.owl-theme .owl-dots .owl-dot:focus span {
        background: #ffffff;
    }
    
    .repair-services-slides.owl-theme .owl-dots .owl-dot.active span {
        width: 30px;
        background: #ffffff;
    }
    
    /* ==============
    End Repair Services CSS 
==================================== */
    /* ==============
    Start Repair Feedback CSS 
==================================== */
    
    .feedback-area {
        position: relative;
        z-index: 1;
    }
    
    .single-repair-feedback {
        background-color: #f8fbff;
        padding: 30px;
        border-radius: 5px;
        position: relative;
        z-index: 1;
    }
    
    .single-repair-feedback .client-info {
        margin-bottom: 25px;
        position: relative;
        padding-left: 90px;
        padding-top: 18px;
    }
    
    .single-repair-feedback .client-info img {
        display: inline-block !important;
        width: 70px !important;
        height: 70px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .single-repair-feedback .client-info h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    
    .single-repair-feedback .client-info span {
        display: block;
        color: #4457c3;
    }
    
    .single-repair-feedback ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 15px;
    }
    
    .single-repair-feedback ul li {
        display: inline-block;
        color: #ff5202;
    }
    
    .single-repair-feedback .icofont-quote-left {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        opacity: .05;
        font-size: 180px;
    }
    
    .repair-feedback-slides.owl-theme .owl-dots {
        line-height: .1;
        margin-top: 45px;
    }
    
    .repair-feedback-slides.owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 4px;
        margin: 0 3px;
        background: #e7e7e7;
        transition: .4s;
        border-radius: 0;
    }
    
    .repair-feedback-slides.owl-theme .owl-dots .owl-dot:hover span,
    .repair-feedback-slides.owl-theme .owl-dots .owl-dot:focus span {
        background: #4457c3;
    }
    
    .repair-feedback-slides.owl-theme .owl-dots .owl-dot.active span {
        width: 30px;
        background: #4457c3;
    }
    
    .map-box {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        text-align: center;
        z-index: -1;
    }
    /* ==============
    End Repair Feedback CSS 
==================================== */
    /* ==============
    Start Gallery CSS 
==================================== */
    
    .gallery-area {
        padding-bottom: 70px;
    }
    
    .gallery-area .section-title {
        margin-bottom: 40px;
    }
    
    .single-gallery-item {
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .single-gallery-item a {
        display: block;
    }
    
    .single-gallery-item a img {
        transition: all 1.5s ease-out;
    }
    
    .single-gallery-item:hover a img,
    .single-gallery-item:focus a img {
        transform: scale(1.4);
    }
    
    .shorting .mix {
        display: none;
    }
    
    .gallery-shorting-menu {
        display: block;
        text-align: center;
        margin-bottom: 40px;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }
    
    .gallery-shorting-menu .filter {
        border-radius: 0;
        outline: 0;
        background-color: transparent;
        border: 1px solid #eeeeee;
        color: #222222;
        text-transform: capitalize;
        margin: 0 3px;
        padding: 9px 24px;
        -o-transition: .4s;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
    }
    
    .gallery-shorting-menu .filter:hover,
    .gallery-shorting-menu .filter:focus,
    .gallery-shorting-menu .filter.active {
        background-color: #4457c3;
        color: #ffffff;
        border-color: #4457c3;
    }
    /* ==============
    End Gallery CSS 
==================================== */
    /*=============================
Start Repair Partner CSS
===============================*/
    
    .repair-partner-area {
        background-color: #edf5ff;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .single-repain-client {
        text-align: center;
    }
    
    .single-repain-client img {
        width: auto !important;
        height: auto;
        display: inline-block !important;
    }
    /* ==============
    End Repair Partner CSS 
==================================== */
    /* ==============
    Start Repair Blog CSS 
==================================== */
    
    .repair-blog-area {
        padding-bottom: 70px;
    }
    
    .single-repair-blog-post {
        margin-bottom: 30px;
    }
    
    .single-repair-blog-post .blog-image {
        overflow: hidden;
        position: relative;
    }
    
    .single-repair-blog-post .blog-image a {
        display: block;
    }
    
    .single-repair-blog-post .blog-image a img {
        transition: all 1.5s ease-out;
    }
    
    .single-repair-blog-post .blog-image .tags {
        position: absolute;
        left: 15px;
        z-index: 2;
        top: 15px;
        transition: .4s;
    }
    
    .single-repair-blog-post .blog-image .tags a {
        background: #f06334;
        color: #ffffff;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 5px 10px 3px;
        text-decoration: none;
        font-weight: 600;
        font-size: 13px;
    }
    
    .single-repair-blog-post .blog-content {
        margin-top: 20px;
    }
    
    .single-repair-blog-post .blog-content h3 {
        line-height: 1.4;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }
    
    .single-repair-blog-post .blog-content h3 a {
        color: #222222;
    }
    
    .single-repair-blog-post .blog-content h3 a:hover,
    .single-repair-blog-post .blog-content h3 a:focus {
        color: #4457c3;
        text-decoration: none;
    }
    
    .single-repair-blog-post .blog-content ul {
        list-style-type: none;
        margin-top: 15px;
        margin-bottom: 0;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 0;
    }
    
    .single-repair-blog-post .blog-content ul li {
        display: inline-block;
        color: #6F8BA4;
        position: relative;
        margin-right: 18px;
    }
    
    .single-repair-blog-post .blog-content ul li::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 7px;
        height: 2px;
        background: #4457c3;
        left: -13px;
    }
    
    .single-repair-blog-post .blog-content ul li a {
        color: #6F8BA4;
    }
    
    .single-repair-blog-post .blog-content ul li a:hover,
    .single-repair-blog-post .blog-content ul li a:focus {
        color: #4457c3;
        text-decoration: none;
    }
    
    .single-repair-blog-post .blog-content ul li:first-child::before {
        display: none;
    }
    
    .single-repair-blog-post .blog-content ul li:last-child {
        float: right;
        margin-right: 0;
    }
    
    .single-repair-blog-post .blog-content ul li:last-child::before {
        display: none;
    }
    
    .single-repair-blog-post .blog-content ul li:last-child a {
        text-transform: uppercase;
        color: #f06334;
    }
    
    .single-repair-blog-post .blog-content ul li:last-child a:hover,
    .single-repair-blog-post .blog-content ul li:last-child a:focus {
        color: #4457c3;
    }
    
    .single-repair-blog-post:hover .blog-image a img,
    .single-repair-blog-post:focus .blog-image a img {
        transform: scale(1.3);
    }
    /* ==============
    End Repair Blog CSS 
==================================== */
    /* ==============
    Start Footer CSS 
==================================== */
    
    .footer-area {
        padding-bottom: 0;
        /*background-image: url(../../assets/img/pattern-4.png);*/
        background-attachment: fixed;
    }
    
    .single-footer .logo {
        margin-top: -6px;
        margin-bottom: 15px;
    }
    
    .single-footer .logo a {
        color: #222222;
        text-transform: uppercase;
        font-size: 25px;
        text-decoration: none;
        font-weight: 700;
    }
    
    .single-footer .btn {
        margin-top: 15px;
    }
    
    .single-footer h3 {
        font-size: 24px;
        margin-top: -5px;
        margin-bottom: 25px;
    }
    
    .single-footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .single-footer ul li a {
        color: #6F8BA4;
        margin-top: 8px;
        display: block;
        text-decoration: none;
        font-size: 17px;
    }
    
    .single-footer ul li a:hover {
        padding-left: 7px;
    }
    
    .single-footer ul li:first-child a {
        margin-top: 0;
    }
    
    .single-footer .contact-info {
        margin-top: 15px;
    }
    
    .single-footer .contact-info li {
        margin-bottom: 10px;
        color: #737373;
        position: relative;
        padding-left: 25px;
    }
    
    .single-footer .contact-info li i {
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 20px;
    }
    
    .single-footer .contact-info li:last-child {
        margin-bottom: 0;
    }
    
    .copyright-area {
        margin-top: 100px;
        background: #ebebeb;
        padding: 40px 0;
    }
    
    .copyright-area p {
        color: #222222;
        margin-top: 3px;
    }
    
    .copyright-area ul {
        text-align: right;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .copyright-area ul li {
        display: inline-block;
    }
    
    .copyright-area ul li a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        border-radius: 50%;
        text-decoration: none;
    }
    
    .copyright-area ul li a:hover {
        color: #ffffff;
    }
    /* ==============
    End Footer CSS 
==================================== */
    /* ==============
    Start Repair Subscribe CSS 
==================================== */
    
    .repair-subscribe-area {
        position: relative;
        margin-top: -100px;
        margin-bottom: 100px;
    }
    
    .repair-subscribe-content {
        background-color: #4457c3;
        background-image: url(../../assets/img/services-bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        border-radius: 5px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .repair-subscribe-content h2 {
        color: #ffffff;
        margin-bottom: 30px;
        font-size: 30px;
    }
    
    .repair-subscribe-content form {
        overflow: hidden;
    }
    
    .repair-subscribe-content form .form-group {
        float: left;
        margin-bottom: 0;
        width: 29%;
        padding-right: 15px;
    }
    
    .repair-subscribe-content form .form-group .input-newsletter {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ffffff;
        background: transparent;
        outline: 0;
        color: #ffffff;
        padding-bottom: 10px;
        padding-top: 12px;
    }
    
    .repair-subscribe-content form .form-group .input-newsletter::placeholder {
        color: #ffffff;
    }
    
    .repair-subscribe-content form .validation-danger,
    .repair-subscribe-content form .validation-success {
        color: #ffffff;
    }
    
    .repair-subscribe-content form .btn {
        float: left;
        width: 13%;
    }
    
    .repair-subscribe-content form .btn-primary {
        color: #ffffff;
        border-color: #f06334;
        background-color: #f06334;
    }
    
    .repair-subscribe-content form .btn-primary.disabled,
    .repair-subscribe-content form .btn-primary:disabled {
        color: #ffffff;
        background-color: #f06334;
        border-color: #f06334;
    }
    /* ==============
    End Repair Subscribe CSS 
==================================== */
    /* ==============
    Start Repair Footer CSS 
==================================== */
    
    .repair-footer-area {
        padding-top: 100px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .repair-footer-area::after {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        width: 201%;
        background: #161616;
        z-index: -2;
        transform: skewY(177deg);
    }
    
    .single-footer-widget .logo {
        margin-top: -10px;
    }
    
    .single-footer-widget .logo a {
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        font-size: 30px;
        font-weight: 700;
    }
    
    .single-footer-widget .logo a span {
        color: #4457c3;
        display: inline-block;
    }
    
    .single-footer-widget p {
        color: #f2f2f2;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    
    .single-footer-widget ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    
    .single-footer-widget h3 {
        color: #ffffff;
        margin-bottom: 27px;
        font-size: 20px;
        font-weight: 600;
    }
    
    .single-footer-widget .services-list li a {
        margin-bottom: 12px;
        display: inline-block;
        color: #f2f2f2;
    }
    
    .single-footer-widget .services-list li a:hover {
        padding-left: 10px;
        color: #f06334;
    }
    
    .single-footer-widget .services-list li:last-child a {
        margin-bottom: 0;
    }
    
    .single-footer-widget .usefull-links li a {
        margin-bottom: 12px;
        display: inline-block;
        color: #f2f2f2;
    }
    
    .single-footer-widget .usefull-links li a:hover {
        padding-left: 10px;
        color: #f06334;
    }
    
    .single-footer-widget .usefull-links li:last-child a {
        margin-bottom: 0;
    }
    
    .single-footer-widget .contact-list li {
        margin-bottom: 12px;
        color: #f2f2f2;
        position: relative;
    }
    
    .single-footer-widget .contact-list li a {
        color: #f2f2f2;
        display: inline-block;
    }
    
    .single-footer-widget .contact-list li a:hover {
        color: #f06334;
    }
    
    .single-footer-widget .contact-list li:last-child {
        margin-bottom: 0;
    }
    
    .single-footer-widget .contact-list li span {
        font-weight: 600;
    }
    
    .single-footer-widget .working-hours li {
        margin-bottom: 12px;
        color: #f2f2f2;
        position: relative;
    }
    
    .single-footer-widget .working-hours li:last-child {
        margin-bottom: 0;
    }
    
    .social-links li {
        display: inline-block;
        margin-right: 2px;
    }
    
    .social-links li a {
        width: 35px;
        height: 35px;
        text-align: center;
        display: inline-block;
        line-height: 35px;
        border-radius: 50%;
        font-size: 14px;
        background-color: #343434;
        color: #ffffff;
    }
    
    .social-links li a:hover,
    .social-links li a:focus {
        background: #f06334;
        color: #ffffff;
    }
    
    .social-links li:last-child {
        margin-right: 0;
    }
    
    .repair-copyright-area {
        background: #000000;
        margin-top: 100px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .repair-copyright-area p {
        color: #ffffff;
        font-size: 15px;
    }
    
    .repair-copyright-area ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .repair-copyright-area ul li {
        display: inline-block;
        position: relative;
        padding-right: 20px;
        font-size: 15px;
    }
    
    .repair-copyright-area ul li::before {
        content: '';
        position: absolute;
        left: -13px;
        top: 5px;
        background: #7c7c7c;
        width: 2px;
        height: 14px;
    }
    
    .repair-copyright-area ul li:first-child::before {
        display: none;
    }
    
    .repair-copyright-area ul li a {
        display: inline-block;
        color: #f8f8f8;
    }
    
    .repair-copyright-area ul li a:hover {
        color: #f06334;
    }
    /* ==============
    End Repair Footer CSS 
==================================== */
    /* ==============
    Start Go Top CSS 
==================================== */
    
    .go-top {
        position: fixed;
        cursor: pointer;
        bottom: 30px;
        right: 20px;
        font-size: 25px;
        color: #ffffff;
        background-color: #000;
        z-index: 1;
        display: none;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 39px;
        border-radius: 50%;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .go-top:hover {
        color: #ffffff;
    }
    /* ==============
    End Go Top CSS 
==================================== */
    
    .content .wow img {
        width: 100%;
    }
    
    .content .card {
        border-left: 20px solid #0052CC;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
        padding: 15px;
        transition: all 150ms ease-in;
        box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
        transition: all 150ms ease-in;
    }
    
    .content .nav-pills .nav-link.active {
        color: inherit;
        background-color: transparent;
    }
    
    .content .nav-link {
        padding: .5rem 0;
    }
    
    .content .nav-link:not(.active) {
        opacity: 0.4;
    }
    
    @media (min-width: 992px) {
        .vertical-center {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
        }
        .dropdown-menu {
            width: 100%;
            padding: 20px;
            margin-top: -1px;
        }
        .dropdown {
            position: static;
        }
        .img-container {
            display: table;
            width: 50px;
            height: 50px;
            text-align: center;
            min-width: 50px;
            min-height: 50px;
            margin-right: 20px;
            align-items: center;
            background-color: #DFE1E5;
            border-radius: 3px;
            background-color: #C1C7D0;
            float: left;
        }
        .text-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .text-container h4 {
            font-weight: 400;
            margin-top: 0;
            letter-spacing: .3px;
            font-style: normal;
            color: #091E42;
            font-size: 1rem;
            line-height: 20px;
            margin-bottom: 0;
        }
        .menu-card {
            margin: 10px 0;
            min-height: 64.58px;
        }
        p.card-text {
            font-size: 13px;
        }
    }
    
    #recruiter .client-info {
        position: relative;
        padding-left: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .funfacts-area h2 {
        color: #000;
        font-size: 54px;
        text-align: center;
    }
    
    .funfacts-area p {
        color: #000;
        text-align: center;
        font-size: 1.5rem;
    }
    
    .page-title-content h3,
    .page-title-content h4 {
        color: rgb(49, 47, 47);
        text-transform: uppercase;
    }
    
    ul.custom-ul {
        margin-bottom: 2rem;
    }
    
    ul.custom-ul li {
        font-size: 15px;
        line-height: 27.5px;
        color: #6F8BA4;
        margin-top: 0;
    }
    
    .contact-area h4 {
        margin-top: 20px;
    }
    
    .vision-area .tabs {
        justify-content: center;
    }
    
    .partner-area .owl-item img {
        border: none !important;
    }
    
    .client-info .img img {
        width: 80px;
    }
    
    .single-services {
        text-align: center;
        cursor: auto;
    }
    
    .reference-area img {
        width: 95%;
        /* height: 250px; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 140px;
        object-fit: contain;
        height: 100px;
    }
    
    .reference-area .card {
        border-radius: 0;
        height: 135px;
        margin: 0 auto;
        width: 179px;
        padding: 5px;
        margin: 30px auto;
    }
    
    .content-middle img {
        height: 70vh;
        object-fit: contain;
    }
    
    .content-list p {
        margin-left: 30px;
    }
    
    .content-list p:before {
        content: "";
        width: 20px;
        background: #ffc107;
        position: absolute;
        left: 0;
        height: 20px;
        border-radius: 50%;
    }
    
    .menu-card i {
        font-size: 42px;
        margin-top: 4px;
        display: block;
    }

    .menu-card img {
        width: 50px;
        max-height: 50px;
        object-fit: cover;
    }
    
    .navbar-nav {
        margin-right: 20px;
    }
    
    .tabs_item_content ul li {
        color: #6F8BA4;
    }
    
    .tabs_item_img img {
        height: 360px;
        margin: 0 auto;
        object-fit: contain;
    }
    
    .contact-box {
        height: 174px;
    }
    
    .underline {
        text-decoration: underline;
    }
    
    .linkedin {
        display: inline;
    }
    
    .content-bottom {
        margin-top: 15px;
    }
    
    .content-bottom .bottom-text {
        text-decoration: underline;
        position: relative;
        top: -24px;
        left: 21px;
    }
    
    .content-bottom a {
        color: #0056b3
    }
    
    .career img {
        height: 293px;
        object-fit: contain;
    }
    
    .pt-50 {
        padding-top: 50px;
    }
    
    .lang img {
        width: 50px;
    }
    
    .custom-select-wrapper {
        position: relative;
        user-select: none;
        width: auto;
    }
    
    .custom-select {
        position: relative;
        display: flex;
        flex-direction: column;
        /* border-width: 0 2px 0 2px; */
        /* border-style: solid; */
        /* border-color: #394a6d; */
        border: 0;
        background: #fff;
    }
    
    .custom-select__trigger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* padding: 0 22px; */
        /* font-size: 20px; */
        font-weight: 300;
        color: #3b3b3b;
        /* height: 60px; */
        /* line-height: 60px; */
        background: #ffffff;
        cursor: pointer;
        border-width: 0;
        border-style: solid;
        border-color: #394a6d;
    }
    
    .custom-options {
        position: absolute;
        display: block;
        top: 100%;
        left: 0;
        right: 0;
        border: 1px solid #ccc;
        border-top: 0;
        background: #fff;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 2;
        padding: 5px;
    }
    
    .custom-select.open .custom-options {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    
    .custom-option {
        position: relative;
        display: block;
        font-weight: 300;
        color: #3b3b3b;
        cursor: pointer;
        transition: all 0.5s;
        border-bottom: 1px solid gray;
        padding: 5px;
    }
    
    .custom-option:last-child {
        border-bottom: none;
    }
    
    .custom-option:hover {
        cursor: pointer;
        background-color: #b2b2b2;
    }
    
    .custom-option.selected {
        color: #ffffff;
        background-color: #305c91;
    }
    
    .arrow {
        position: relative;
        height: 10px;
        width: 10px;
        margin-left: 15px;
    }
    
    .arrow::before,
    .arrow::after {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 0.1rem;
        height: 100%;
        transition: all 0.5s;
    }
    
    .arrow::before {
        left: -1px;
        transform: rotate(45deg);
        background-color: #394a6d;
    }
    
    .arrow::after {
        left: 5px;
        transform: rotate(-45deg);
        background-color: #394a6d;
    }
    
    .open .arrow::before {
        left: -1px;
        transform: rotate(-45deg);
    }
    
    .open .arrow::after {
        left: 5px;
        transform: rotate(45deg);
    }
    
    .custom-select-wrapper img {
        width: 20px;
        margin-right: 5px;
    }
    
    .partner-area .owl-item img {
        height: 225px;
        object-fit: contain;
        margin: 70px 0;
    }
    
    .owl-stage {
        margin: 0 auto;
    }
    
    .testimonials-item i {
        position: static;
        right: 28px;
        bottom: 20px;
        font-size: inherit;
        color: #EF4545;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        margin-right: 5px;
    }
    
    .testimonials-item li {
        list-style: none;
    }
    
    .single-services {
        margin: 25px 0;
    }
    
    .dropdown-menu .row {
        justify-content: center;
    }
    
    
    @media (max-width: 767px) {
        .dropdown-menu.services{
            margin:0 !important;
            padding: 0;
        }
        .menu-card {
            margin:0 !important;
            padding: 8px 15px !important;
            min-height: 66px !important;
        }
    }

    @media (max-width: 991px) {
        .content-list p:before {
            left: 10px;
        }
        .content .about-area {
            padding-top: 0;
        }
        .menu-card {
            border: none;
            padding: 15px;
            min-height: 88px;
            margin: 5px;
            border-bottom: 1px solid #25323838 !important;
        }
        .dropdown-menu.services .img-container{
            background:none;
        }
        .img-container {
            /* width: 100px; */
            /* background: yellow; */
            float: left;
            background-color: #C1C7D0;
            margin-right: 10px;
        }
    }

    @media (max-width: 992px) {
        .card-title {
            margin-bottom: 0;
            font-size: 1.2rem;
        }
        .navbar-nav .dropdown-menu {
            border: none;
        }
        .custom-select__trigger {
            justify-content: end;
        }
        .contact-box {
            height: auto;
            margin-bottom: 10px;
        }
        .partner-area .owl-item img {
            height: 225px;
            margin: auto;
        }
        .funfacts-area h2 {
            font-size: 30px;
        }
    }

    @media screen and (min-width: 1200px){
        .owl-theme .owl-nav [class*="owl-"]{
            top:29%;
        }
    }
    
    @media screen and (min-width: 768px) and (max-width: 992px) {
        .reference-area .card {
            height: 90px;
            width: 80px;
        }
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1200px) {
        .reference-area .card {
            height: 90px;
            width: 110px;
        }
        .img-container {
            width: 35px;
            height: 35px;
            min-width: 35px;
            min-height: 35px;
            margin-right: 5px;
        }
        .menu-card img {
            width: 35px;
            max-height: 35px;
        }
        .text-container {
            height: auto;
        }
        .text-container h4 {
            font-size: 14px;
            line-height: normal;
        }
        p {
            font-size: 13px;
        }
        .partner-area .owl-item img {
            height: 225px;
            margin: auto;
        }
    }