 /**
* Template Name: SoonAs - v4.3.0
* Template URL: https://SoonAs.com/SoonAs-free-bootstrap-html-template-corporate/
* Author: SoonAs.com
* License: https://SoonAs.com/license/
*/
/*--------------------------------------------------------------
# Global Styling SoonAs
--------------------------------------------------------------*/
@font-face {
    font-family:Caviar Dreams;
    src: url(fonts/caviar_dreams/CaviarDreams.ttf);
}

body {
    font-family:Caviar Dreams;
    color: #01006A;
}

a {
    color: #56FBE5;
    text-decoration: none;
}

    a:hover {
        color: #73c5eb;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Franklin Gothic Medium';
}

h1 {
    margin: 0 0 10px 0;
    font-size: 68px;
    font-weight: 700;
    line-height: 56px;
    color: #01006A;
}

@media (max-width: 776px) {
    h1 {
        font-weight: 500;
        font-size: 20px;
    }
}

p {
    font-weight: 500;
    font-size: 19px;
}

@media (max-width: 776px) {
    p {
        font-weight: 500;
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Global Styling SoonAs
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#Animated Button
--------------------------------------------------------------*/

.btn {
    color: #e7e7e7;
    border-radius: 8px;
    padding: 5px 30px;
    background-color: #01006A;
}

    .btn:hover {
        color:#000000;
        background: transparent linear-gradient(90deg, #56FBE5 0%, #29FAAF 100%);
    }


  
/*--------------------------------------------------------------
#Animated Button
--------------------------------------------------------------*/
.btnDark {
    display: inline-block;
    padding:  0.5rem 1rem;
    color: #ffffff;
    border: 2px solid #f7f7f7 !important;
    background-color: #01006A;
    font-size: 1rem;
    font-weight: 700;
    border-width: 0rem;
    border-radius: 8px;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .btnDark:after {
    content: "";
    color:#00FFC5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #01006A;
    border-radius: 8px;
    z-index: -2;
  }
  .btnDark:before {
    content: "";
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00FFC5;
    transition: all 0.3s;
    border-radius: 5px;
    z-index: -1;
  }
  .btnDark:hover {
    border: 2px solid #f7f7f7;
    color: #000000;
    background-color: #00FFC5;
  }
  .btnDark:hover:before {
    width: 100%;
  }


  
/*--------------------------------------------------------------
#Animated Gray Button
--------------------------------------------------------------*/
.btnLight {
    padding: 0.5rem 1rem;
    color: #01006A;
    background-color:#f7f7f7;
    border: 2px solid #f7f7f7 !important;
    font-size: 1rem;
    font-weight: 700;
    border-width: 0rem;
    border-radius: 8px;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .btnLight:after {
    content: "";
    color: #01006A;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: f7f7f7; 
    border-radius: 8px;
    z-index: -2;
  }
  .btnLight:before {
    content: "";
    color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #01006A; 
    transition: all 0.3s;
    border-radius: 5px;
    z-index: -1;
  }
  .btnLight:hover {
    color: #f7f7f7; 
    border: 2px solid #f7f7f7; 
    background-color: #01006A;
  }
  .btnLight:hover:before {
    width: 100%;
  }




/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #01006A;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #01006A;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #56FBE5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6bc1e9;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 997;
    padding-top: 5px;
    padding-bottom: 10px;
}

    #header.header-scrolled, #header.header-inner-pages {
        background: rgba(40, 58, 90, 0.9);
    }

    /* #header .logo2 {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
*/
    #header .logo2 a {
        color: #fff;
    }

@media (max-width: 700px) {
    #header .logo2 img {
        max-height: 70px;
    }
}

    #header .logo a {
        color: #01006A;
    }

    #header .logo img {
        /*max-height: 50px;*/
    }

    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /**
* Desktop Navigation 
*/
    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar a, .navbar {
            display: revert;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0 10px 30px;
            font-size: 20px;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
            transition: 0.3s;
        }


    @media (max-width: 5920px) {
        .navbar a, .navbar {
            display: revert;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0 10px 30px;
            font-size: 40px;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
            transition: 0.3s;
        }
    }

    @media (max-width: 1920px) {
        .navbar a, .navbar {
            display: revert;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0 10px 30px;
            font-size: 25px;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
            transition: 0.3s;
        }
    }

    @media (max-width: 1636px) {
        .navbar a, .navbar {
            display: revert;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0 10px 20px;
            font-size: 19px;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
            transition: 0.3s;
        }
    }

    @media (max-width: 1058px) {
        .navbar a, .navbar {
            display: revert;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0 10px 10px;
            font-size: 20px;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
            transition: 0.3s;
        }
    }

    @media (max-width: 1023px) {
        .navbar a, .navbar {
            display: revert;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0 10px 30px;
            font-size: 20px;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
            transition: 0.3s;
        }


            .navbar a i, .navbar i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }
    }

    @media (max-width: 5920px) {
        .navbar a i, .navbar i {
            font-size: 22px;
            line-height: 0;
            margin-left: 5px;
        }
    }

    @media (max-width: 2020px) {
        .navbar a i, .navbar i {
            font-size: 14px;
            line-height: 0;
            margin-left: 5px;
        }
    }

    @media (max-width: 1700px) {
        .navbar a i, .navbar i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }
    }

    @media (max-width: 990px) {
        .navbar a i{
            font-size: 32px;
            line-height: 0;
            margin-left: 5px;
        }

        .mobile-nav-toggle {
            color: #01006A;
            font-size: 28px;
            cursor: pointer;
            display: none;
            line-height: 0;
            transition: 0.5s;
        }
    }

@media (max-width: 890px) {
    .navbar a i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .mobile-nav-toggle {
        color: #01006A;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
        transition: 0.5s;
    }
}

.navbar a:hover, .navbar .active, .navbar , .navbar li:hover > a {
    color: #56FBE5;
}

        .navbar .getstarted {
            padding: 8px 19px;
            margin-left: 15px;
            border-radius: 50px;
            color: #51FBDF;
            font-size: 20px;
            border: 3px solid #00FFC5;
        }


    @media (max-width: 5920px) {
        .navbar .getstarted {
            padding: 8px 19px;
            margin-left: 15px;
            border-radius: 50px;
            color: #51FBDF;
            font-size: 40px;
            border: 3px solid #00FFC5;
        }
    }


    @media (max-width: 1920px) {
        .navbar .getstarted {
            padding: 8px 19px;
            margin-left: 15px;
            border-radius: 50px;
            color: #51FBDF;
            font-size: 25px;
            border: 3px solid #00FFC5;
        }
    }

    @media (max-width: 1636px) {
        .navbar .getstarted {
            padding: 8px 19px;
            margin-left: 15px;
            border-radius: 50px;
            color: #51FBDF;
            font-size: 19px;
            border: 3px solid #00FFC5;
        }
    }

    @media (max-width: 1058px) {
        .navbar .getstarted {
            padding: 8px 19px;
            margin-left: 15px;
            border-radius: 50px;
            color: #51FBDF;
            font-size: 20px;
            border: 3px solid #00FFC5;
        }
    }

    @media (max-width: 1023px) {
        .navbar .getstarted {
            padding: 8px 19px;
            margin-left: 15px;
            border-radius: 50px;
            color: #51FBDF;
            font-size: 20px;
            border: 3px solid #00FFC5;
        }
    }

    .navbar .getstarted2 {
        padding: 8px 20px;
        margin-left: 15px;
        border-radius: 50px;
        color: #01006A;
        font-size: 20px;
        background: transparent linear-gradient(90deg, #56FBE5 0%, #29FAAF 100%);
        border: 3px solid #00FFC5;
    }

    @media (max-width: 5920px) {
        .navbar .getstarted2 {
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 50px;
            color: #01006A;
            font-size: 40px;
            background: transparent linear-gradient(90deg, #56FBE5 0%, #29FAAF 100%);
            border: 3px solid #00FFC5;
        }
    }


    @media (max-width: 1920px) {
        .navbar .getstarted2 {
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 50px;
            color: #01006A;
            font-size: 25px;
            background: transparent linear-gradient(90deg, #56FBE5 0%, #29FAAF 100%);
            border: 3px solid #00FFC5;
        }
    }

    @media (max-width: 1636px) {
        .navbar .getstarted2 {
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 50px;
            color: #01006A;
            font-size: 19px;
            background: transparent linear-gradient(90deg, #56FBE5 0%, #29FAAF 100%);
            border: 3px solid #00FFC5;
        }
    }

    @media (max-width: 1058px) {
        .navbar .getstarted2 {
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 50px;
            color: #01006A;
            font-size: 20px;
            background: transparent linear-gradient(90deg, #56FBE5 0%, #29FAAF 100%);
            border: 3px solid #00FFC5;
        }
    }

    @media (max-width: 1023px) {
        .navbar .getstarted {
            padding: 8px 19px;
            margin-left: 15px;
            border-radius: 50px;
            color: #fff;
            font-size: 20px;
            border: 3px solid #00FFC5;
        }
    }

    .navbar .getstarted:hover {
        color: #fff;
        background: #00FFC5;
    }

    .navbar .getstarted2:hover {
        color: #fff;
        background-color: color|transparent|initial|inherit;
    }

    /*DRIVER button content NAVBAR:*/

    .navbar .getstarted3 {
        padding: 8px 20px;
        margin-left: 15px;
        border-radius: 50px;
        border: 3px solid #AF66FF;
        font-size: 20px;
        color: #AF66FF;
    }

    @media (max-width: 5920px) {
        .navbar .getstarted3 {
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 50px;
            border: 3px solid #AF66FF;
            font-size: 40px;
            color: #AF66FF;
        }
    }


    @media (max-width: 1920px) {
        .navbar .getstarted3 {
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 50px;
            border: 3px solid #AF66FF;
            font-size: 25px;
            color: #AF66FF;
        }
    }

    @media (max-width: 1636px) {
        .navbar .getstarted3 {
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 50px;
            border: 3px solid #AF66FF;
            font-size: 19px;
            color: #AF66FF;
        }
    }

    @media (max-width: 1058px) {
        .navbar .getstarted3 {
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 50px;
            border: 3px solid #AF66FF;
            font-size: 20px;
            color: #AF66FF;
        }
    }

    .navbar .getstarted3:hover {
        color: #fff;
        background-color: #AF66FF;
    }

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    padding: 2px 0;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    visibility: hidden;
    /*'visibility: visible; 'margin: 0; z-index: 199;*/
}

        .navbar .dropdown ul li {
            min-width: 200px;
            font-size: 18px;
            'z-index: 999;
        }

        .navbar .dropdown ul a {
            padding: 5px 20px;
            font-size: 12px;
            text-transform: none;
            font-weight: 500;
            color: #0c3c53;
        }

    @media (max-width: 5920px) {
        .navbar .dropdown ul a {
            padding: 5px 5px;
            font-size: 20px;
            text-transform: none;
            font-weight: 500;
            color: #0c3c53;
        }
    }

    @media (max-width: 1920px) {
        .navbar .dropdown ul a {
            padding: 3px 3px;
            font-size: 16px;
            text-transform: none;
            font-weight: 500;
            color: #0c3c53;
        }
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
        color: #56FBE5;
    }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
}

    @media (max-width: 1366px) {
        .navbar .dropdown .dropdown ul {
            left: -90%;
        }

        .navbar .dropdown .dropdown:hover > ul {
            left: -100%;
        }
    }

    /**
* Mobile Navigation 
*/
    .mobile-nav-toggle {
        color: #01006A;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
        transition: 0.5s;
    }

        .mobile-nav-toggle.bi-x {
            color: #fff;
        }

    @media (max-width: 991px) {
        .mobile-nav-toggle {
            display: block;
            color: #01006A;
        }


        .navbar i {
            font-size: 56px;
        }

        .navbar ul {
            display: none;
        }

        .navbar {
            font-size: 12px;
            font-weight: 500;
            white-space: nowrap;
        }
    }

    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(40, 58, 90, 0.9);
        transition: 0.3s;
        z-index: 999;
        line-height: 3;
    }

        .navbar-mobile .mobile-nav-toggle {
            position: absolute;
            top: 15px;
            right: 15px;
        }

        .navbar-mobile ul {
            display: block;
            position: absolute;
            top: 55px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            padding: 10px 0;
            border-radius: 10px;
            background-color: #fff;
            overflow-y: auto;
            transition: 0.3s;
        }

        .navbar-mobile a {
            padding: 10px 20px;
            font-size: 15px;
            color: #01006A;
        }

            .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
                color: #56FBE5;
            }

        .navbar-mobile .getstarted {
            margin: 15px;
            color: #01006A;
        }

        .navbar-mobile .dropdown ul {
            position: static;
            display: none;
            margin: 10px 20px;
            padding: 10px 0;
            z-index: 99;
            opacity: 1;
            visibility: visible;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        }

            .navbar-mobile .dropdown ul li {
                min-width: 200px;
            }

            .navbar-mobile .dropdown ul a {
                padding: 10px 20px;
            }

                .navbar-mobile .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                    color: #56FBE5;
                }

        .navbar-mobile .dropdown > .dropdown-active {
            display: block;
        }

        .navbar-mobile logo {
            max-block-size: 50px;
        }


    .btn-get-started {
        font-family: 'Caviar Dreams';
        font-weight: 500;
        font-size: 19px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        border-radius: 50px;
        transition: 0.5s;
        color: #fff;
        background: transparent linear-gradient(270deg, #F790FF 0%, #6038FE 100%);
    }

        .btn-get-started:hover {
            background: #F790FF;
        }

    .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }

    .fixed-top {
        background-color: #01006A;
        padding-bottom: 8px;
        padding-top: 2px;
    }

    @media (max-width: 991px) {
        .fixed-top {
            position: static;
            background-color: transparent;
        }
    }

    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    #hero {
        width: 100%;
        height: 100%;
        /*padding-top: 0px;
    padding-bottom: 0px;*/
    }

        #hero .container-fluid {
            padding-top: 12px;
        }

        #hero h1 {
            margin: 0 0 10px 0;
            font-size: 48px;
            font-weight: 700;
            line-height: 56px;
            color: #01006A;
            font-size: 4vw;
        }

        #hero h2 {
            color: #01006A;
            font-size: 24px;
            font-size: 2vw;
            /*margin-bottom: 50px;*/
        }

        #hero .btn-get-job {
            font-family: 'Caviar Dreams';
            font-weight: bold;
            font-size: 17px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 10px 11px 10px;
            transition: 0.5s;
            margin: 10px 0 0 0;
            color: #53FBE1;
            background: #01006A;
            border-radius: 10px;
        }

        #hero .btn-watch-video {
            font-size: 16px;
            display: flex;
            align-items: center;
            transition: 0.5s;
            margin: 10px 0 0 25px;
            color: #fff;
            line-height: 1;
        }

            #hero .btn-watch-video i {
                line-height: 0;
                color: #fff;
                font-size: 32px;
                transition: 0.3s;
                margin-right: 8px;
            }

            #hero .btn-watch-video:hover i {
                color: #56FBE5;
            }

        #hero .animated {
            animation: up-down 2s ease-in-out infinite alternate-reverse both;
        }

        #hero .heropadd {
            padding-right: 0px;
        }

    @media (max-width: 1920px) {
        #hero .heropadd {
            padding-right: 70px;
        }
    }

    @media (max-width: 1536px) {
        #hero .heropadd {
            padding-right: 0px;
        }
    }

    @media (max-width: 991px) {
        #hero {
            height: 100vh;
            text-align: center;
            background-image: none;
        }

            #hero .animated {
                -webkit-animation: none;
                animation: none;
            }

            #hero .hero-img {
                text-align: center;
            }

                #hero .hero-img img {
                    width: 50%;
                }

            #hero .container-fluid {
                padding-top: 12px;
            }
    }

    @media (max-width: 768px) {

        #hero {
            height: 50vh;
            text-align: center;
            background-image: none;
        }

            #hero h1 {
                font-size: 38px;
                line-height: 36px;
            }

            #hero h2 {
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 30px;
            }

            #hero .hero-img img {
                display: none;
            }

            #hero .container-fluid {
                padding-top: 12px;
            }
    }

    @media (max-width: 575px) {
        #hero .hero-img img {
            padding-top: 10px;
            width: 100%;
        }

        #hero .container-fluid {
            padding-top: 12px;
        }

        /*        .btn-get-started {
            font-size: 16px;
            padding: 10px 24px 11px 24px;
        }*/
    }

    @-webkit-keyframes up-down {
        0% {
            transform: translateY(10px);
        }

        100% {
            transform: translateY(-10px);
        }
    }

    @keyframes up-down {
        0% {
            transform: translateY(10px);
        }

        100% {
            transform: translateY(-10px);
        }
    }

.heropaddNew {
    padding-right: 0px;
}

@media (max-width: 1920px) {
    .heropaddNew {
        padding-right: 70px;
    }
}

@media (max-width: 1536px) {
    .heropaddNew {
        padding-right: 0px;
    }
}

    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    section {
        padding-top: 10px;
        overflow: inherit;
    }

    .section-bg {
        background-color: #1B1464;
    }

    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .section-title h1 {
            font-size: 47px;
            font-weight: bold;
            text-transform: capitalize;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
            color: #01006A;
            padding-top: 30px;
        }

    @media (max-width: 991px) {
        .section-title h1 {
            font-size: 26px;
            font-weight: bold;
            text-transform: capitalize;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
            color: #01006A;
            padding-top: 30px;
        }
    }

    .section-title h1::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .section-title h1::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #56FBE5;
        bottom: 0;
        left: calc(50% - 20px);
    }

    .section-title p {
        margin-bottom: 0;
    }

    /*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
    .cliens {
        padding-top: 12px;
        padding-bottom: 12px;
        /*text-align: center;*/
    }

        .cliens img {
            max-width: 45%;
            transition: all 0.4s ease-in-out;
            display: inline-block;
            padding: 15px 0;
            filter: grayscale(100);
        }

            .cliens img:hover {
                filter: none;
                transform: scale(1.1);
            }

    @media (max-width: 768px) {
        .cliens img {
            max-width: 40%;
        }
    }

    /*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
    .about .content h3 {
        font-weight: 600;
        font-size: 26px;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-left: 28px;
            position: relative;
        }

            .about .content ul li + li {
                margin-top: 10px;
            }

        .about .content ul i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 20px;
            color: #56FBE5;
            line-height: 1;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

    .about .content .btn-learn-more {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 4px;
        transition: 0.3s;
        line-height: 1;
        color: #56FBE5;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        margin-top: 6px;
        border: 2px solid #56FBE5;
    }

        .about .content .btn-learn-more:hover {
            background: #56FBE5;
            color: #fff;
            text-decoration: none;
        }

    /*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
    .why-us .content {
        padding: 60px 100px 0 100px;
    }

        .why-us .content h3 {
            font-weight: 400;
            font-size: 54px;
            color: #01006A;
        }

    @media (max-width: 991px) {
        .why-us .content h3 {
            font-weight: 400;
            font-size: 26px;
            color: #01006A;
        }
    }

    .why-us .content h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
    }

    .why-us .content p {
        font-weight: 500;
        font-size: 19px;
    }

    @media (max-width: 776px) {
        .why-us .content p {
            font-weight: 500;
            font-size: 14px;
        }
    }

    .why-us .img {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .why-us .accordion-list {
        padding: 0 100px 60px 100px;
    }

        .why-us .accordion-list ul {
            padding: 0;
            list-style: none;
        }

        .why-us .accordion-list li + li {
            margin-top: 15px;
        }

        .why-us .accordion-list li {
            padding: 20px;
            background: #fff;
            border-radius: 4px;
        }

        .why-us .accordion-list a {
            display: block;
            position: relative;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding-right: 30px;
            outline: none;
            cursor: pointer;
        }

        .why-us .accordion-list span {
            color: #56FBE5;
            font-weight: 600;
            font-size: 18px;
            padding-right: 10px;
        }

        .why-us .accordion-list i {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .why-us .accordion-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .why-us .accordion-list .icon-show {
            display: none;
        }

        .why-us .accordion-list a.collapsed {
            color: #343a40;
        }

            .why-us .accordion-list a.collapsed:hover {
                color: #56FBE5;
            }

            .why-us .accordion-list a.collapsed .icon-show {
                display: inline-block;
            }

            .why-us .accordion-list a.collapsed .icon-close {
                display: none;
            }

    @media (max-width: 1024px) {
        .why-us .content, .why-us .accordion-list {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media (max-width: 992px) {
        .why-us .img {
            min-height: 400px;
        }

        .why-us .content {
            padding-top: 30px;
        }

        .why-us .accordion-list {
            padding-bottom: 30px;
        }
    }

    @media (max-width: 575px) {
        .why-us .img {
            min-height: 200px;
        }
    }

    /*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
    .skills .content h3 {
        font-weight: 700;
        font-size: 42px;
        color: #01006A;
        font-family: "Franklin Gothic";
        padding-top: 140px;
        'font-size: 4vw;
    }

    @media (max-width: 575px) {
        .skills .content h3 {
            padding-top: 0px;
        }
    }

    .skills .h1text {
        font-weight: 700;
        font-size: 66px;
        color: #01006A;
        font-family: "Franklin Gothic";
        padding-top: 14px;
    }

    @media (max-width: 575px) {
        .skills .h1text {
            font-weight: 700;
            font-size: 42px;
            padding-top: 0px;
        }
    }

    .skills .padding {
        padding-top: 50px;
    }

    @media (max-width: 575px) {
        .skills .padding {
            padding-top: 0px;
        }
    }

    .skills .content ul {
        list-style: none;
        padding: 0;
    }

        .skills .content ul li {
            padding-bottom: 10px;
        }

        .skills .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #56FBE5;
        }

    .skills .content p:last-child {
        margin-bottom: 0;
    }

    .skills .progress {
        height: 60px;
        display: block;
        background: none;
        border-radius: 0;
    }

        .skills .progress .skill {
            padding: 0;
            margin: 0 0 6px 0;
            text-transform: uppercase;
            display: block;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            color: #01006A;
        }

            .skills .progress .skill .val {
                float: right;
                font-style: normal;
            }

    .skills .progress-bar-wrap {
        background: #e8edf5;
        height: 10px;
    }

    .skills .progress-bar {
        width: 1px;
        height: 10px;
        transition: .9s;
        background-color: #4668a2;
    }

    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
    .services .icon-box {
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0);
        padding: 50px 30px;
        transition: all ease-in-out 0.4s;
        background: #fff;
        text-align: center;
    }

        .services .icon-box .icon {
            margin-bottom: 10px;
        }

            .services .icon-box .icon i {
                color: #56FBE5;
                font-size: 36px;
                transition: 0.3s;
            }

        .services .icon-box h4 {
            font-weight: 500;
            margin-bottom: 15px;
            font-size: 24px;
        }

            .services .icon-box h4 a {
                color: #01006A;
                transition: ease-in-out 0.3s;
            }

        .services .icon-box p {
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

        .services .icon-box:hover {
            transform: translateY(-10px);
        }

            .services .icon-box:hover h4 a {
                color: #56FBE5;
            }


    /*--------------------------------------------------------------
# Instant prices
--------------------------------------------------------------*/
    .Instantprices .icon-box {
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0);
        padding: 50px 30px;
        transition: all ease-in-out 0.4s;
        background: #fff;
        text-align: center;
    }

        .Instantprices .icon-box .icon {
            margin-bottom: 10px;
        }

            .Instantprices .icon-box .icon i {
                color: #56FBE5;
                font-size: 36px;
                transition: 0.3s;
            }

        .Instantprices .icon-box h4 {
            font-weight: 500;
            margin-bottom: 15px;
            font-size: 24px;
        }

            .Instantprices .icon-box h4 a {
                color: #01006A;
                transition: ease-in-out 0.3s;
            }

        .Instantprices .icon-box p {
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

        .Instantprices .icon-box:hover {
            transform: translateY(-10px);
        }

            .Instantprices .icon-box:hover h4 a {
                color: #56FBE5;
            }


    /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
    .cta {
        background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
        background-size: cover;
        padding: 120px 0;
    }

        .cta h3 {
            color: #fff;
            font-size: 28px;
            font-weight: 700;
        }

        .cta p {
            color: #fff;
        }

        .cta .cta-btn {
            font-family: "Jost", sans-serif;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 12px 40px;
            border-radius: 50px;
            transition: 0.5s;
            margin: 10px;
            border: 2px solid #fff;
            color: #fff;
        }

            .cta .cta-btn:hover {
                background: #56FBE5;
                border: 2px solid #56FBE5;
            }

    @media (max-width: 1024px) {
        .cta {
            background-attachment: scroll;
        }
    }

    @media (min-width: 769px) {
        .cta .cta-btn-container {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
    }

    /*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
    .portfolio #portfolio-flters {
        list-style: none;
        margin-bottom: 20px;
    }

        .portfolio #portfolio-flters li {
            cursor: pointer;
            display: inline-block;
            margin: 10px 5px;
            font-size: 15px;
            font-weight: 500;
            line-height: 1;
            color: #01006A;
            transition: all 0.3s;
            padding: 8px 20px;
            border-radius: 50px;
            font-family: "Poppins", sans-serif;
        }

            .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
                background: #56FBE5;
                color: #fff;
            }

    .portfolio .portfolio-item {
        margin-bottom: 30px;
    }

        .portfolio .portfolio-item .portfolio-img {
            overflow: hidden;
        }

            .portfolio .portfolio-item .portfolio-img img {
                transition: all 0.6s;
            }

        .portfolio .portfolio-item .portfolio-info {
            opacity: 0;
            position: absolute;
            left: 15px;
            bottom: 0;
            z-index: 3;
            right: 15px;
            transition: all 0.3s;
            background: rgba(55, 81, 126, 0.8);
            padding: 10px 15px;
        }

            .portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
                color: #fff;
                margin-bottom: 0px;
            }

            .portfolio .portfolio-item .portfolio-info p {
                color: #f9fcfe;
                font-size: 14px;
                margin-bottom: 0;
            }

            .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
                position: absolute;
                right: 40px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: #fff;
                transition: 0.3s;
            }

                .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                    color: #56FBE5;
                }

            .portfolio .portfolio-item .portfolio-info .details-link {
                right: 10px;
            }

        .portfolio .portfolio-item:hover .portfolio-img img {
            transform: scale(1.15);
        }

        .portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
        }

    /*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
    .portfolio-details {
        padding-top: 40px;
    }

        .portfolio-details .portfolio-details-slider img {
            width: 100%;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination {
            margin-top: 20px;
            position: relative;
        }

            .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background-color: #fff;
                opacity: 1;
                border: 1px solid #56FBE5;
            }

            .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #56FBE5;
            }

        .portfolio-details .portfolio-info {
            padding: 30px;
            box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
        }

            .portfolio-details .portfolio-info h3 {
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #eee;
            }

            .portfolio-details .portfolio-info ul {
                list-style: none;
                padding: 0;
                font-size: 15px;
            }

                .portfolio-details .portfolio-info ul li + li {
                    margin-top: 10px;
                }

        .portfolio-details .portfolio-description {
            padding-top: 30px;
        }

            .portfolio-details .portfolio-description h2 {
                font-size: 26px;
                font-weight: 700;
                margin-bottom: 20px;
            }

            .portfolio-details .portfolio-description p {
                padding: 0;
            }

    /*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
    .team .member {
        position: relative;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 30px;
        border-radius: 5px;
        background: #fff;
        transition: 0.5s;
    }

        .team .member .pic {
            overflow: hidden;
            width: 180px;
            border-radius: 50%;
        }

            .team .member .pic img {
                transition: ease-in-out 0.3s;
            }

        .team .member:hover {
            transform: translateY(-10px);
        }

        .team .member .member-info {
            padding-left: 30px;
        }

        .team .member h4 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 20px;
            color: #01006A;
        }

        .team .member span {
            display: block;
            font-size: 15px;
            padding-bottom: 10px;
            position: relative;
            font-weight: 500;
        }

            .team .member span::after {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 1px;
                background: #cbd6e9;
                bottom: 0;
                left: 0;
            }

        .team .member p {
            margin: 10px 0 0 0;
            font-size: 14px;
        }

        .team .member .social {
            margin-top: 12px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .team .member .social a {
                transition: ease-in-out 0.3s;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50px;
                width: 32px;
                height: 32px;
                background: #eff2f8;
            }

                .team .member .social a i {
                    color: #01006A;
                    font-size: 16px;
                    margin: 0 2px;
                }

                .team .member .social a:hover {
                    background: #56FBE5;
                }

                    .team .member .social a:hover i {
                        color: #fff;
                    }

                .team .member .social a + a {
                    margin-left: 8px;
                }

    /*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
    .pricing .row {
        padding-top: 40px;
    }

    .pricing .box {
        padding: 60px 40px;
        box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
        background: #fff;
        height: 100%;
        border-top: 4px solid #fff;
        border-radius: 5px;
    }

    .pricing h3 {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 20px;
        color: #01006A;
    }

    .pricing h4 {
        font-size: 48px;
        color: #01006A;
        font-weight: 400;
        font-family: "Jost", sans-serif;
        margin-bottom: 25px;
    }

        .pricing h4 sup {
            font-size: 28px;
        }

        .pricing h4 span {
            color: #56FBE5;
            font-size: 18px;
            display: block;
        }

    .pricing ul {
        padding: 20px 0;
        list-style: none;
        color: #999;
        text-align: left;
        line-height: 20px;
    }

        .pricing ul li {
            padding: 10px 0 10px 30px;
            position: relative;
        }

        .pricing ul i {
            color: #28a745;
            font-size: 24px;
            position: absolute;
            left: 0;
            top: 6px;
        }

        .pricing ul .na {
            color: #ccc;
        }

            .pricing ul .na i {
                color: #ccc;
            }

            .pricing ul .na span {
                text-decoration: line-through;
            }

    .pricing .buy-btn {
        display: inline-block;
        padding: 12px 35px;
        border-radius: 50px;
        color: #56FBE5;
        transition: none;
        font-size: 16px;
        font-weight: 500;
        font-family: "Jost", sans-serif;
        transition: 0.3s;
        border: 1px solid #56FBE5;
    }

        .pricing .buy-btn:hover {
            background: #56FBE5;
            color: #fff;
        }

    .pricing .featured {
        border-top-color: #56FBE5;
    }

        .pricing .featured .buy-btn {
            background: #56FBE5;
            color: #fff;
        }

            .pricing .featured .buy-btn:hover {
                background: #23a3df;
            }


    @media (max-width: 992px) {
        .pricing .box {
            max-width: 60%;
            margin: 0 auto 30px auto;
        }
    }

    @media (max-width: 767px) {
        .pricing .box {
            max-width: 80%;
            margin: 0 auto 30px auto;
        }
    }

    @media (max-width: 420px) {
        .pricing .box {
            max-width: 100%;
            margin: 0 auto 30px auto;
        }
    }

    /*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
    .faq .faq-list {
        padding: 0 10px;
    }

        .faq .faq-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .faq-list li + li {
            margin-top: 15px;
        }

        .faq .faq-list li {
            padding: 20px;
            border-radius: 4px;
            position: relative;
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            + font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding: 0 30px;
            outline: none;
            cursor: pointer;
        }

        .faq .faq-list .icon-help {
            font-size: 24px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #56FBE5;
        }

        .faq .faq-list .icon-show, .faq .faq-list .icon-close {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list a.collapsed {
            color: #01006A;
            transition: 0.3s;
        }

            .faq .faq-list a.collapsed:hover {
                color: #56FBE5;
            }

            .faq .faq-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .faq-list a.collapsed .icon-close {
                display: none;
            }

    @media (max-width: 1200px) {
        .faq .faq-list {
            padding: 0;
        }
    }

    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    .contact .info {
        border-top: 3px solid #56FBE5;
        border-bottom: 3px solid #56FBE5;
        padding: 30px;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    }

        .contact .info i {
            font-size: 20px;
            color: #56FBE5;
            float: left;
            width: 44px;
            height: 44px;
            background: #e7f5fb;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
        }

        .contact .info h4 {
            padding: 0 0 0 60px;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #01006A;
        }

        .contact .info p {
            padding: 0 0 10px 60px;
            margin-bottom: 20px;
            font-size: 14px;
            color: #6182ba;
        }

        .contact .info .email p {
            padding-top: 5px;
        }

        .contact .info .social-links {
            padding-left: 60px;
        }

            .contact .info .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #333;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
                margin-right: 10px;
            }

                .contact .info .social-links a:hover {
                    background: #56FBE5;
                    color: #fff;
                }

        .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
            background: #56FBE5;
            color: #fff;
        }

    .contact .php-email-form {
        width: 100%;
        border-top: 3px solid #56FBE5;
        border-bottom: 3px solid #56FBE5;
        padding: 30px;
        background: #fff;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    }

    .contact .driverphp-email-form {
        width: 100%;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        padding: 30px;
        background: #fff;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    }

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form .form-group {
        margin-bottom: 20px;
    }

    .contact .php-email-form label {
        padding-bottom: 8px;
    }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #56FBE5;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type="submit"] {
        background: #01006A;
        border: 0;
        padding: 10px 30px;
        color: #AF66FF;
        transition: 0.4s;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 8px;
    }

        .contact .php-email-form button[type="submit"]:hover {
            background: transparent;
        }

    .contact .php-email-form button[type="driver"] {
        background: transparent linear-gradient(270deg, #F790FF 0%, #6038FE 100%);
        border: 0;
        padding: 12px 34px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .php-email-form button[type="driver"]:hover {
            background: transparent linear-gradient(270deg, #F790FF 0%, #6038FE 100%);
        }

    .driver {
        background: transparent linear-gradient(270deg, #F790FF 0%, #6038FE 100%);
        border: 0;
        padding: 12px 34px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .driver:hover {
            background: transparent linear-gradient(270deg, #F790FF 0%, #6038FE 100%);
        }

    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    .breadcrumbs {
        padding: 15px 0;
        background: #f3f5fa;
        min-height: 40px;
        margin-top: 72px;
    }

    @media (max-width: 992px) {
        .breadcrumbs {
            margin-top: 68px;
        }
    }

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 600;
        color: #01006A;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #4668a2;
                content: "/";
            }

    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    #footer {
        font-size: 14px;
        background: #1B1464;
    }

        #footer .footer-newsletter {
            padding: 50px 0;
            background: #f3f5fa;
            text-align: center;
            font-size: 15px;
            color: #01006A;
        }

            #footer .footer-newsletter h4 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 0;
                line-height: 1;
                font-weight: 600;
                color: #01006A;
            }

            #footer .footer-newsletter form {
                margin-top: 30px;
                background: #fff;
                padding: 6px 10px;
                position: relative;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
                text-align: left;
            }

                #footer .footer-newsletter form input[type="email"] {
                    border: 0;
                    padding: 4px 8px;
                    width: calc(100% - 100px);
                }

                #footer .footer-newsletter form input[type="submit"] {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 20px;
                    background: #56FBE5;
                    color: #fff;
                    transition: 0.3s;
                    border-radius: 50px;
                    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
                }

                    #footer .footer-newsletter form input[type="submit"]:hover {
                        background: #209dd8;
                    }

        #footer .footer-top {
            padding: 60px 0 30px 0;
            background: #1B1464;
        }

            #footer .footer-top .footer-contact {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-contact h3 {
                    font-size: 28px;
                    margin: 0 0 10px 0;
                    padding: 2px 0 2px 0;
                    line-height: 1;
                    text-transform: uppercase;
                    font-weight: 600;
                    color: #fff;
                }

                #footer .footer-top .footer-contact p {
                    font-size: 14px;
                    line-height: 24px;
                    margin-bottom: 0;
                    font-family: 'Caviar Dreams';
                    color: #fff;
                }

            #footer .footer-top h4 {
                font-size: 16px;
                font-weight: bold;
                color: #fff;
                position: relative;
                padding-bottom: 12px;
            }

            #footer .footer-top .footer-links {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-links ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    #footer .footer-top .footer-links ul i {
                        padding-right: 8px;
                        color: #53DDF4;
                        font-size: 7px;
                        line-height: 1;
                    }

                    #footer .footer-top .footer-links ul li {
                        padding: 10px 0;
                        display: flex;
                        align-items: center;
                    }

                        #footer .footer-top .footer-links ul li:first-child {
                            padding-top: 0;
                        }

                    #footer .footer-top .footer-links ul a {
                        color: #fff;
                        transition: 0.3s;
                        display: inline-block;
                        line-height: 1;
                    }

                        #footer .footer-top .footer-links ul a:hover {
                            text-decoration: none;
                            color: #56FBE5;
                        }

            #footer .footer-top .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #56FBE5;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #209dd8;
                    color: #fff;
                    text-decoration: none;
                }

        #footer .footer-bottom {
            padding-top: 30px;
            padding-bottom: 30px;
            color: #fff;
        }

        #footer .copyright {
            float: left;
        }

        #footer .credits {
            float: right;
            padding-left: .5rem;
            font-size: 13px;
        }

            #footer .credits a {
                transition: 0.3s;
            }

    @media (max-width: 768px) {
        #footer .footer-bottom {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        #footer .copyright, #footer .credits {
            text-align: center;
            float: none;
        }

        #footer .credits {
            padding-top: 4px;
        }
    }

    .pd-20 {
        padding-top: 20px;
    }

    /*--------------------------------------------------------------
# DATA GRID
--------------------------------------------------------------*/

    .mydatagrid {
        width: 100%;
        border: solid 2px #01006A;
        overflow-y: scroll;
        /*min-width: 80%;*/
    }

        .mydatagrid a /** FOR THE PAGING ICONS **/ {
            background-color: Transparent;
            padding: 5px 5px 5px 5px;
            color: #01006A;
            text-decoration: none;
            font-weight: bold;
        }

            .mydatagrid a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
                background-color: #55FBE3;
                color: #fff;
            }

        .mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
            background-color: #fff;
            color: #01006A;
            padding: 5px 5px 5px 5px;
        }

        .mydatagrid td {
            padding: 5px;
            border: 1px solid black;
        }

        .mydatagrid th {
            background-color: #55FBE3;
            padding: 10px 10px;
            border: 1px solid black;
        }


    .DropDownList {
        display: block;
        width: 100%;
        padding: .75rem .25rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -moz-appearance: none;
        background-color: #fff;
    }


    .DropDownListFalse {
        display: block;
        width: 100%;
        padding: .55rem .5rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -moz-appearance: none;
        background-color: #e9ecef;
    }

    .DropDownListQuote {
        display: block;
        width: 100%;
        padding: .55rem .5rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -moz-appearance: none;
        background-color: #fff;
    }

    .DropDownListQuoteFalse {
        display: block;
        width: 100%;
        padding: .55rem .5rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -moz-appearance: none;
        background-color: #e9ecef;
    }

    .DropDownListContact {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -moz-appearance: none;
        background-color: #fff;
    }

.DropDownListQuotePN {
    display: block;
    width: 100%;
    padding: .1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    background-color: #fff;
}

.DropDownListQuotePNFalse {
    display: block;
    width: 100%;
    padding: .1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    background-color: #e9ecef;
}


    .bannerpicture {
        background-image: url(../img/home/sect.png);
        background-color: white;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 299px;
        width: 100%;
        height: auto;
    }

    @media (max-width:2560px) {
        .bannerpicture {
            background-color: white;
            padding: 260px;
            width: auto;
            height: auto;
        }
    }


    @media (max-width:1920px) {
        .bannerpicture {
            padding: 198px;
            width: auto;
            height: auto;
        }
    }

    @media (max-width:1536px) {
        .bannerpicture {
            padding: 158px;
            width: 100%;
            height: auto;
        }
    }

    @media (max-width:1024px) {
        .bannerpicture {
            padding: 104px;
            width: 100%;
            height: auto;
        }
    }

    @media (max-width:980px) {
        .bannerpicture {
            padding: 79px;
            width: 100%;
            height: auto;
        }
    }

    @media (max-width:599px) {
        .bannerpicture {
            padding: 55px;
            width: 100%;
            height: auto;
        }
    }

    @media (max-width:470px) {
        .bannerpicture {
            background-image: none;
            background-size: 0;
            background-repeat: no-repeat;
            padding: 0;
            width: 0;
            height: 0;
        }
    }

    @media (max-width:375px) {
        .bannerpicture {
            background-image: none;
            background-size: 0;
            background-repeat: no-repeat;
            padding: 0;
            width: 0;
            height: 0;
        }
    }


    /*ADD SPACE SECTION */

    .AddSpace {
        padding-top: 0;
    }

    @media (max-width:1920px) {
        .AddSpace {
            padding-top: 0;
        }
    }

    @media (max-width:1536px) {
        .AddSpace {
            padding-top: 20px;
        }
    }

    @media (max-width:1024px) {
        .AddSpace {
            padding-top: 20px;
        }
    }

    @media (max-width:980px) {
        .AddSpace {
            padding-top: 30px;
        }
    }

    @media (max-width:768px) and (orientation:portrait) {
        .AddSpace {
            padding-top: 100px;
        }
    }

    @media (max-width:768px) and (orientation:Landscape) {
        .AddSpace {
            padding-top: 170px;
        }
    }

    @media (max-width:599px) and (orientation:portrait) {
        .AddSpace {
            padding-top: 90px;
        }
    }

    @media (max-width:599px) and (orientation:Landscape) {
        .AddSpace {
            padding-top: 170px;
        }
    }

    @media (max-width:470px) and (orientation:portrait) {
        .AddSpace {
            padding-top: 190px;
        }
    }

    @media (max-width:470px) and (orientation:Landscape) {
        .AddSpace {
            padding-top: 170px;
        }
    }

    @media (max-width:430px) and (orientation:portrait) {
        .AddSpace {
            padding-top: 60px;
        }
    }

    @media (orientation:Landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
        .AddSpace {
            padding-top: 170px;
        }
    }

    @media (max-width:375px) and (orientation:portrait) {
        .AddSpace {
            padding-top: 60px;
        }
    }

    @media (max-width:375px) and (orientation:Landscape) {
        .AddSpace {
            padding-top: 170px;
        }
    }

    @media (max-width:330px) and (orientation:portrait) {
        .AddSpace {
            padding-top: 170px;
        }
    }

    @media (max-width:330px) and (orientation:Landscape) {
        .AddSpace {
            padding-top: 170px;
        }
    }

    /*ADD SPACE DIV */

    .AddDiv {
        padding-right: 1px;
        padding-left: 1px;
    }

    @media screen and (max-width:1920px) {
        .AddDiv {
            padding-right: 1px;
            padding-left: 1px;
        }
    }

    @media screen and (max-width:1536px) {
        .AddDiv {
            padding-right: 1px;
            padding-left: 1px;
        }
    }

    @media screen and (max-width:1024px) {
        .AddDiv {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    @media screen and (max-width:980px) {
        .AddDiv {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    @media screen and (max-width:599px) {
        .AddDiv {
            padding-right: 1px;
            padding-left: 1px;
        }
    }

    @media screen and (max-width:470px) {
        .AddDiv {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    @media screen and (max-width:375px) {
        .AddDiv {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    @media screen and (max-width:330px) {
        .AddDiv {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    /*extra padding on pic background*/

    .XtraSpace {
        padding: 250px;
        background-image: url(../img/home/border.jpg);
        background-size: auto;
        width: auto;
    }


    @media screen and (max-width:5024px) {
        .XtraSpace {
            padding: 340px;
            background-image: url(../img/home/border.jpg);
            width: auto;
            background-repeat: no-repeat;
            background-size: contain;
        }
    }

    @media screen and (max-width:1536px) {
        .XtraSpace {
            padding: 200px;
            background-image: url(../img/home/border.jpg);
            background-size: contain;
            width: auto;
        }
    }

    @media screen and (max-width:1024px) {
        .XtraSpace {
            padding: 200px;
            background-image: url(../img/home/border.jpg);
            width: auto;
            background-repeat: no-repeat;
            background-size: contain;
        }
    }

    @media screen and (max-width:980px) {
        .XtraSpace {
            padding: 180px;
            background-image: url(../img/home/border.jpg);
            width: auto;
            background-repeat: no-repeat;
            background-size: contain;
        }
    }

    @media screen and (max-width:599px) {
        .XtraSpace {
            padding: 50px;
            background-image: url(../img/home/border.jpg);
            width: auto;
            background-repeat: no-repeat;
            background-size: contain;
        }
    }

    @media screen and (max-width:470px) {
        .XtraSpace {
            background-image: none;
            padding: 50px;
        }
    }

    @media screen and (max-width:375px) {
        .XtraSpace {
            background-image: none;
            padding: 50px;
        }
    }

    @media screen and (max-width:330px) {
        .XtraSpace {
            background-image: none;
            padding: 50px;
        }
    }


    .XtraSpace2 {
        padding: 250px;
    }

    @media screen and (max-width:1536px) {
        .XtraSpace2 {
            padding: 210px;
        }
    }


    @media screen and (max-width:1024px) {
        .XtraSpace2 {
            padding: 200px;
        }
    }

    @media screen and (max-width:980px) {
        .XtraSpace2 {
            padding: 220px;
        }
    }

    @media screen and (max-width:599px) {
        .XtraSpace2 {
            padding: 50px;
        }
    }

    @media screen and (max-width:470px) {
        .XtraSpace2 {
            padding: 50px;
        }
    }

    @media screen and (max-width:375px) {
        .XtraSpace2 {
            padding: 50px;
        }
    }

    @media screen and (max-width:330px) {
        .XtraSpace2 {
            padding: 50px;
        }
    }

    .imgbox1 {
        background-image: url(../img/home/signup1.png);
        background-position: left;
        background-repeat: no-repeat;
        padding: 50px;
        padding-top: 300px;
        background-size: contain;
    }

    @media screen and (max-width:470px) {
        .imgbox1 {
            padding-top: 0px;
            padding: 20px 20px 10px 20px;
        }
    }

    .imgbox2 {
        background-image: url(../img/home/signup2.png);
        background-position: left;
        background-repeat: no-repeat;
        padding: 50px;
        padding-top: 300px;
        background-size: contain;
    }

    @media screen and (max-width:470px) {
        .imgbox2 {
            padding-top: 0px;
            padding: 20px 20px 10px 20px;
        }
    }

    .imgbox3 {
        background-image: url(../img/home/signup3.png);
        background-position: left;
        background-repeat: no-repeat;
        padding: 50px;
        padding-top: 300px;
        background-size: contain;
    }

    @media screen and (max-width:470px) {
        .imgbox3 {
            padding-top: 0px;
            padding: 20px 20px 10px 20px;
        }
    }

    .imgbox4 {
        background-image: url(../img/home/signup4.png);
        background-position: left;
        background-repeat: no-repeat;
        padding: 50px;
        padding-top: 300px;
        background-size: contain;
    }

    @media screen and (max-width:470px) {
        .imgbox4 {
            padding-top: 0px;
            padding: 20px 20px 10px 20px;
        }
    }

    .standard {
        color: #FFFFFF;
        text-align: left;
        padding-right: 80px;
    }

    .NewImgs {
        background-image: url(../img/about/easy.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 15px;
        background-size: 491px 301px;
    }

    @media (max-width:470px) {
        .NewImgs {
            background-image: url(../img/about/easy.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            padding: 95px;
            background-size: 70%;
        }
    }

    .NewImgs1 {
        background-image: url(../img/about/scientists.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        padding: 15px;
        background-size: 491px 301px;
    }

    @media (max-width:470px) {
        .NewImgs1 {
            background-image: url(../img/about/scientists.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            padding: 95px;
            background-size: 70%;
        }
    }


    .NewImgs2 {
        background-image: url(../img/about/innovation.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 15px;
        background-size: 491px 301px;
    }

    @media (max-width:470px) {
        .NewImgs2 {
            background-image: url(../img/about/innovation.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            padding: 95px;
            background-size: 70%;
        }
    }

    .NewImgs3 {
        background-image: url(../img/about/drive.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        padding: 15px;
        background-size: 491px 301px;
    }

    @media (max-width:470px) {
        .NewImgs3 {
            background-image: url(../img/about/drive.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            padding: 95px;
            background-size: 70%;
        }
    }

    .Footer-icon {
        Width: 90%;
    }

    @media screen and (max-width:470px) {
        .Footer-icon {
            Width: 40%;
        }
    }

    footericon2 {
        background-image: url(../img/footer/email-icon.png);
        background-size: 400px 731px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    footericon3 {
        background-image: url(../img/about/drive.png);
        background-size: 40px 31px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    footericon4 {
        background-image: url(../img/footer/phone-white.png);
        background-size: 400px 131px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #hero1 h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 66px;
        color: #01006A;
        font-size: 4vw;
    }

    @media (max-width: 768px) {
        #hero1 h1 {
            font-size: 38px;
            line-height: 36px;
        }

        #hero1 h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }

        #hero1 .hero-img img {
            width: 70%;
        }
    }

    .btn-get-jobs {
        font-family: 'Caviar Dreams';
        font-weight: bold;
        font-size: 17px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 10px 11px 10px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #53FBE1;
        background: #01006A;
    }

    .bannerpicturebottom {
        background-image: url(../img/locations/divider.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 296px;
    }

    @media screen and (max-width:1920px) {
        .bannerpicturebottom {
            padding: 185px;
        }
    }

    @media screen and (max-width:1536px) {
        .bannerpicturebottom {
            padding: 147.6px;
        }
    }

    @media screen and (max-width:1024px) {
        .bannerpicturebottom {
            padding: 104px;
        }
    }

    @media screen and (max-width:980px) {
        .bannerpicturebottom {
            padding: 77px;
        }
    }

    @media screen and (max-width:599px) {
        .bannerpicturebottom {
            padding: 53px;
        }
    }

    @media screen and (max-width:470px) {
        .bannerpicturebottom {
            padding: 40.5px;
        }
    }

    @media screen and (max-width:375px) {
        .bannerpicturebottom {
            padding: 36.5px;
        }
    }

    @media screen and (max-width:365px) {
        .bannerpicturebottom {
            padding: 31px;
        }
    }

    #hero2 h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #01006A;
        font-size: 4vw;
    }

    #hero2 p {
        color: #01006A;
    }

    @media (max-width: 768px) {
        #hero2 h1 {
            font-size: 38px;
            line-height: 36px;
        }

        #hero2 h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }
    }

    #hero3 h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 60px;
        color: #54FBE2;
        font-size: 3vw;
    }

    @media (max-width: 768px) {
        #hero3 h1 {
            font-size: 38px;
            line-height: 36px;
        }

        #hero3 h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
            color: #54FBE2;
        }
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 95%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    @media screen and (max-width: 600px) {
        .hide-onmobile {
            visibility: hidden;
        }
    }

    #signup h1 {
        margin: 0 0 10px 0;
        font-size: 40px;
        font-weight: 700;
        line-height: 66px;
        font-size: 3vw;
    }

    @media (max-width: 768px) {
        #signup h1 {
            font-size: 25px;
            line-height: 36px;
        }
    }

    .hiddenonsmall {
        background-image: url(../img/faqs/arrow.png);
        background-size: cover;
    }

    @media (max-width: 768px) {
        .hiddenonsmall {
            background-image: none;
        }
    }

.hiddenonsmallnew {
    background-image: url(../img/faqs/arrownew.png);
    background-size: cover;
}

@media (max-width: 768px) {
    .hiddenonsmallnew {
        background-image: none;
    }
}

    .AddPadding {
        padding-top: 590px;
    }

    @media (max-width: 768px) {
        .AddPadding {
            padding-top: 10px;
        }
    }

.AddPaddingTop {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .AddPaddingTop {
        padding-top: 10px;
    }
}
    .imgSignUp {
        width: auto;
        height: auto;
    }

    @media (max-width:999px) {
        .imgSignUp {
            width: 90%;
            height: auto;
        }
    }


    @media (max-width:599px) {
        .imgSignUp {
            width: 90%;
            height: auto;
        }
    }

    @media (max-width:470px) {
        .imgSignUp {
            width: 90%;
            height: auto;
        }
    }

    @media (max-width:375px) {
        .imgSignUp {
            width: 90%;
            height: auto;
        }
    }

    @media (max-width:330px) {
        .imgSignUp {
            width: 90%;
            height: auto;
        }
    }

    .cookieMsg {
        /*width: 100% !important;
    height: 12% !important;
    margin: 0 auto !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: #01006A !important;
    font-family: Caviar Dreams, serif !important;
    z-index: 100 !important;*/
        /*overflow-y: auto !important;*/
        /*padding-left: 100px;
    padding-right: 50px;*/

        background-color: #01006A;
        line-height: 1.5rem;
        font-size: 1rem;
        padding: 1.5rem 1rem;
        position: fixed;
        z-index: 100;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .quickQuoteBtn {
        text-decoration-color: #01006A;
        background: transparent linear-gradient(90deg, #56FBE5 0%, #29FAAF 100%);
        border-radius: 35px;
        opacity: 1;
        padding: 10px 20px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        margin: 4px 2px;
    }

    .button1:hover {
        background: white;
        border: solid 1px grey;
        font-family: 'Caviar Dreams';
        font-weight: bold;
    }

    .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2
    }

        .close:focus, .close:hover {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .5
        }

    button.close {
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .modal-open {
        overflow: hidden
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0
    }

        .modal.fade .modal-dialog {
            -webkit-transform: translate(0,-25%);
            -ms-transform: translate(0,-25%);
            -o-transform: translate(0,-25%);
            transform: translate(0,-25%);
            -webkit-transition: -webkit-transform .3s ease-out;
            -o-transition: -o-transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            transition: transform .3s ease-out;
            transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
        }

        .modal.in .modal-dialog {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0)
        }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
        box-shadow: 0 3px 9px rgba(0,0,0,.5);
        outline: 0
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000
    }

        .modal-backdrop.fade {
            filter: alpha(opacity=0);
            opacity: 0
        }

        .modal-backdrop.in {
            filter: alpha(opacity=50);
            opacity: .5
        }

    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5
    }

        .modal-header .close {
            margin-top: -2px
        }

    .modal-title {
        margin: 0;
        line-height: 1.42857143
    }

    .modal-body {
        position: relative;
        padding: 15px
    }

    .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5
    }

        .modal-footer .btn + .btn {
            margin-bottom: 0;
            margin-left: 5px
        }

        .modal-footer .btn-group .btn + .btn {
            margin-left: -1px
        }

        .modal-footer .btn-block + .btn-block {
            margin-left: 0
        }

    .modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll
    }

    @media (min-width:768px) {
        .modal-dialog {
            width: 600px;
            margin: 30px auto
        }

        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
            box-shadow: 0 5px 15px rgba(0,0,0,.5)
        }

        .modal-sm {
            width: 300px
        }
    }

    @media (min-width:992px) {
        .modal-lg {
            width: 900px
        }
    }

    .quickquotepadding {
        background: #EBFBFF 0% 0% no-repeat padding-box;
        border: 3px solid #01006A;
        border-radius: 8px;
        padding: 40px;
    }

    @media (max-width:668px) {
        .quickquotepadding {
            background: #EBFBFF 0% 0% no-repeat padding-box;
            border: 2px solid #01006A;
            border-radius: 3px;
            padding: 0px;
        }

        #contact-section2 .row {
            max-width: 95%;
        }
    }


    /* INSTANT PRICES */

    .filterDiv {
        float: left;
        width: 10000px;
        display: none;
    }

    .show {
        display: block;
    }

    .single {
        background-color: white;
    }

        .single:hover {
            background-color: #53FBE1;
        }

        .single:focus {
            background-color: #53FBE1;
            border-color: red;
        }

    .tableAlignCenter {
        text-align: center;
    }

    .centerParagraph {
        padding-right: 50px;
        padding-left: 50px;
    }

    @media (max-width: 2920px) {
        .centerParagraph {
            padding-right: 650px;
            padding-left: 650px;
        }
    }

    @media (max-width: 1920px) {
        .centerParagraph {
            padding-right: 450px;
            padding-left: 450px;
        }
    }

    @media (max-width: 1736px) {
        .centerParagraph {
            padding-right: 270px;
            padding-left: 270px;
        }
    }

    @media (max-width: 1023px) {
        .centerParagraph {
            padding-right: 50px;
            padding-left: 50px;
        }
    }


    @media (max-width: 991px) {
        .centerParagraph {
            padding-right: 50px;
            padding-left: 50px;
        }
    }

    .slidecontainer {
        width: 100%;
    }

    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 25px;
        background: #d3d3d3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        .slider:hover {
            opacity: 1;
        }

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 25px;
            height: 25px;
            background: #04AA6D;
            cursor: pointer;
        }

        .slider::-moz-range-thumb {
            width: 25px;
            height: 25px;
            background: #04AA6D;
            cursor: pointer;
        }

    .MyTextBox::placeholder {
        color: red;
        font-style: italic; /*I see you needed an example for italic text*/
    }

    @media (max-width:350px) {
        .MyTextBox::placeholder {
            color: red;
            font-size: 9px;
            font-style: italic; /*I see you needed an example for italic text*/
        }
    }

    .phoneBtnQuOTE {
    }

    @media (max-width:350px) {
        .phoneBtnQuOTE {
            font-size: 11px;
        }
    }

    @media (max-width:668px) {
        .phoneBtnQuOTE {
            font-size: 11px;
        }
    }

    @media (max-width:991px) {
        .phoneBtnQuOTE {
            font-size: 12px;
            padding-right: inherit;
            padding-left: initial;
        }
    }

    .paddingphone {
    }

    @media (max-width:400px) {
        .paddingphone {
            padding-right: 0px;
        }
    }


    .paddingTopMobileOnly {
    }

    @media (max-width:600px) {
        .paddingTopMobileOnly {
            padding-top: 20px;
        }
    }
    /*
.p.ex1 {
    max-width: 375px;
}*/

    @media screen and (max-width: 600px) {
        .MainPictureHiddenOnMobile {
            visibility: hidden;
            display: none;
        }
    }

    @media screen and (max-width: 2000px) {
        .MainPictureHiddenOnWeb {
            visibility: hidden;
            display: none;
        }
    }

    @media screen and (max-width: 4000px) {
        .MainPictureHiddenOnWeb {
            visibility: hidden;
            display: none;
        }
    }

    @media screen and (max-width: 10000px) {
        .MainPictureHiddenOnWeb {
            visibility: hidden;
            display: none;
        }
    }

    @media screen and (max-width: 800px) {
        .MainPictureHiddenOnWeb {
            visibility: visible;
            padding: 0px
        }
    }

    .overflowme {
    }

    @media screen and (max-width: 800px) {
        .overflowme {
            max-width: 62%;
        }
    }


    @media screen and (max-width: 600px) {
        .HiddenOnMobile {
            visibility: hidden;
            display: none;
        }
    }

    /*@media screen and (max-width: 2000px) {
    .HiddenOnMobile {
        visibility: hidden;
    }
}
*/
    @media screen and (max-width: 800px) {
        .HiddenOnMobile {
            visibility: hidden;
            display: none;
        }
    }

    @media screen and (max-width: 700px) {
        .PaddingOnMobile {
            padding-bottom: inherit;
        }
    }


    /*HIDDEN FEATURE ON WEB*/
    @media screen and (max-width: 200px) {
        .HiddenOnWeb {
            visibility: visible;
            display: block;
        }
    }

    @media screen and (max-width: 300px) {
        .HiddenOnWeb {
            visibility: visible;
            display: block;
        }
    }

    @media screen and (max-width: 400px) {
        .HiddenOnWeb {
            visibility: visible;
            display: block;
        }
    }

    @media screen and (max-width: 500px) {
        .HiddenOnWeb {
            visibility: visible;
            display: block;
        }
    }

    @media screen and (max-width: 600px) {
        .HiddenOnWeb {
            visibility: visible;
            display: block;
        }
    }

    @media screen and (max-width: 700px) {
        .HiddenOnWeb {
            visibility: visible;
            display: block;
        }
    }

    @media screen and (max-width: 2000px) {
        .HiddenOnWeb {
            visibility: hidden;
            display: none;
        }
    }

    @media screen and (max-width: 4000px) {
        .HiddenOnWeb {
            visibility: hidden;
            display: none;
        }
    }

    @media screen and (max-width: 10000px) {
        .HiddenOnWeb {
            visibility: hidden;
            display: none;
        }
    }

    @media screen and (max-width: 800px) {
        .HiddenOnWeb {
            visibility: hidden;
            padding: 0px
        }
    }


    /*HIDDEN FEATURE ON WEB FOR APP*/


    .AppMobileOnly {
        visibility: hidden;
        display: none;
    }

    @media screen and (max-width: 800px) {
        .AppMobileOnly {
            visibility: visible;
            display: contents;
        }
    }

    .autocomplete_completionListElement {
        background-color: white;
        color: windowtext;
        border-width: 1px;
        border-style: solid;
        overflow: auto;
        max-height: 100px;
        text-align: left;
        list-style-type: none;
        padding: 0px;
    }

.paddingonlyforweb {
    padding-top: 100px;
    background-image: url(../img/home/background.jpg);
    background-position: center;
    padding-bottom: 100px;
    background-size: cover;
    object-fit: cover;
    width: 100%;
}

    @media (max-width: 2920px) {
        .paddingonlyforweb {
            padding-top: 200px;
            background-image: url(../img/home/background.jpg);
            background-position: center;
            padding-bottom: 200px;
            background-size: cover;
            object-fit: cover;
            width: 100%;
        }
    }

    @media (max-width: 1820px) {
        .paddingonlyforweb {
            padding-top: 100px;
            background-image: url(../img/home/background.jpg);
            background-position: center;
            padding-bottom: 100px;
            background-size: cover;
            width: 100%;
        }
    }

    @media screen and (max-width: 900px) {
        .paddingonlyforweb {
            padding-top: 0px;
            padding-bottom: 30px;
            background-image: none;
        }
    }

/*Padding form services page*/

.paddingonlyforwebServices {
    padding-top: 10px;
    background-image: none;
    background-position: center;
    padding-bottom: 90px;
    background-size: cover;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 2920px) {
    .paddingonlyforwebServices {
        padding-top: 10px;
        background-image: none;
        background-position: center;
        padding-bottom: 100px;
        background-size: cover;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 1820px) {
    .paddingonlyforwebServices {
        padding-top: 10px;
        background-image: none;
        background-position: center;
        padding-bottom: 90px;
        background-size: cover;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .paddingonlyforwebServices {
        padding-top: 0px;
        padding-bottom: 50px;
        background-image: none;
    }
}

    .responsive-iframe {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.responsive-iframeMap {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 600px) {
    .responsive-iframeMap {
        visibility: hidden;
        display: none;
    }
}


.paddingonlyHome {
    padding-top: 0px;
}

@media (max-width: 2920px) {
    .paddingonlyHome {
        padding-top: 250px;
        
    }
}

@media (max-width: 1820px) {
    .paddingonlyHome {
        padding-top: 160px;
       
    }
}
@media screen and (max-width: 900px) {
    .paddingonlyHome {
        padding-top: 28px;
    }
}
@media screen and (max-width: 700px) {
    .paddingonlyHome {
        padding-top: 10px;
    }
}


.paddingright {
    padding-right: 0px;
}

@media (max-width: 2920px) {
    .paddingright {
       padding-right: 200px;
    }
}

@media (max-width: 1820px) {
    .paddingright {
       padding-right: 150px;
    }
}

@media screen and (max-width: 900px) {
    .paddingright {
       padding-right: 28px;
    }
}

@media screen and (max-width: 700px) {
    .paddingright {
       padding-right: 10px;
    }
}


.AddedItemsPageBox {
    width: 8%;
}

@media (max-width: 2920px) {
    .AddedItemsPageBox {
        width: 7%;
    }
}

@media (max-width: 1820px) {
    .AddedItemsPageBox {
        width:7%;
    }
}

@media (max-width: 1050px) {
    .AddedItemsPageBox {
        width: 10%;
    }
}


@media screen and (max-width: 900px) {
    .AddedItemsPageBox {
        width: 11%;
    }
}

@media screen and (max-width: 700px) {
    .AddedItemsPageBox {
        width: 11%;
    }
}

.centerheader {
    /*margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;*/
}
@media (max-width: 2920px) {
    .centerheader {
        margin: auto;
        width: 80%;
        padding: 10px;
        padding-bottom: 60px;
        text-align: center;
    }
}

@media (max-width: 1820px) {
    .centerheader {
        margin: auto;
        width: 80%;
        padding: 10px;
        padding-bottom: 60px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .centerheader {
        margin: auto;
        width: 95%;
        padding: 0px;
        padding-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    .centerheader {
        margin: auto;
        width: 80%;
        padding: 10px;
        padding-bottom: 60px;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .centerheader {
        margin: auto;
        width: 100%;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        text-align: left;
    }
}


.MainPageHeader {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 2920px) {
    .MainPageHeader {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }
}

@media (max-width: 1820px) {
    .MainPageHeader {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }
}

@media (max-width: 1050px) {
    .MainPageHeader {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }
}


@media screen and (max-width: 900px) {
    .MainPageHeader {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }
}

@media screen and (max-width: 700px) {
    .MainPageHeader {
        display: none;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
        align-items: unset;
        
    }
}

.PaddingServicePage {
    padding-bottom: 90px;
    padding-top: 150px;
}

@media (max-width: 2920px) {
    .PaddingServicePage {
        padding-bottom: 90px;
        padding-top: 150px;
    }
}

@media (max-width: 1820px) {
    .PaddingServicePage {
        padding-bottom: 90px;
        padding-top: 150px;
    }
}

@media (max-width: 1050px) {
    .PaddingServicePage {
        padding-bottom: 90px;
        padding-top: 120px;
    }
}


@media screen and (max-width: 900px) {
    .PaddingServicePage {
        padding-bottom: 90px;
        padding-top: 130px;
    }
}

@media screen and (max-width: 700px) {
    .PaddingServicePage {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}


.PaddingComplaintsPage {
    padding-bottom: 10px;
    padding-top: 110px;
}

@media (max-width: 2920px) {
    .PaddingComplaintsPage {
        padding-bottom: 10px;
        padding-top: 110px;
    }
}

@media (max-width: 1820px) {
    .PaddingComplaintsPage {
        padding-bottom: 10px;
        padding-top: 110px;
    }
}

@media (max-width: 1050px) {
    .PaddingComplaintsPage {
        padding-bottom: 10px;
        padding-top: 110px;
    }
}


@media screen and (max-width: 900px) {
    .PaddingComplaintsPage {
        padding-bottom: 10px;
        padding-top: 110px;
    }
}

@media screen and (max-width: 700px) {
    .PaddingComplaintsPage {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

.MainPageBlueBackGrd {
    background: #EFFFFD; 
    box-shadow: 0px 3px 6px #00000029; 
    border-radius: 10px; 
    opacity: 1;
}

@media (max-width: 2920px) {
    .MainPageBlueBackGrd {
        background: #EFFFFD;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        opacity: 1;
    }
}

@media (max-width: 1820px) {
    .MainPageBlueBackGrd {
        background: #EFFFFD;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        opacity: 1;
    }
}

@media (max-width: 1050px) {
    .MainPageBlueBackGrd {
        background: #EFFFFD;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        opacity: 1;
    }
}


@media screen and (max-width: 900px) {
    .MainPageBlueBackGrd {
        background: #EFFFFD;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        opacity: 1;
    }
}

@media screen and (max-width: 700px) {
    .MainPageBlueBackGrd {
        background: #EFFFFD;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        opacity: 1;
    }
}

.paddingtopMobilePictures{
    padding-top:0px;
}

@media screen and (max-width: 700px) {
    .paddingtopMobilePictures {
        padding-top: 30px;
    }
}

.paddingtopPriceButtton {
    padding-top: 20px;
}

.btnSelect labelStyle {
    font-size: 79px;
}

@media (max-width: 776px) {
    .btnSelect labelStyle {
        font-size: 5px;
    }
}

@media screen and (max-width:600px) {

    .btnSelect labelStyle {
        font-size: 5px;
    }
}

.driverCol h1 {

}
.driverCol h2 {

}

.driverCol Corner {
    padding-left: 70px;
    padding-right: 70px;
}

@media screen and (max-width:600px) {
    .driverCol h1 {
    }
    .driverCol h2 {
    }
    .driverCol Corner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.phonePaddingTop {
    padding-top:150px;
}

@media screen and (max-width:600px) {
    .phonePaddingTop {
        padding-top: 10px;
    }
}

.inputWithIcon input[type="text"] {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

    .inputWithIcon i {
        position: absolute;
        right: 0;
        top: 8px;
        padding: 9px 8px;
        color: #aaa;
        transition: 0.3s;
    }

    .inputWithIcon input[type="text"]:focus + i {
        color: dodgerBlue;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

    .inputWithIcon.inputIconBg input[type="text"]:focus + i {
        color: #fff;
        background-color: dodgerBlue;
    }

