:root {
    /* --primary: #f87000; */
    --primary: #064f73;
    --secondary: #0080ff;
    /* --primary-hover: #ca6009; */
    --primary-hover: #0a79af;
    --black: #1d1e1a;
}


/*---=======================
   	Start Hero  css 
===========================---*/

.hero-slider-one:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.hero-slider-one:hover .slick-arrow.prev {
    left: 20px;
}

.hero-slider-one:hover .slick-arrow.next {
    right: 20px;
}

.hero-slider-one .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--heading-color);
    background-color: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.hero-slider-one .slick-arrow.prev {
    left: 0;
}

.hero-slider-one .slick-arrow.next {
    right: 0;
}

.single-hero-slider {
    position: relative;
    z-index: 1;
    padding: 240px 0 250px;
}

.single-hero-slider:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.single-hero-slider .hero-content h1 {
    color: var(--white);
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 30px;
}

.single-hero-slider .hero-content p {
    color: var(--white);
    padding: 0 25%;
    margin-bottom: 20px;
}

.single-hero-slider .hero-search-wrapper {
    padding: 25px 30px 5px;
    background: rgba(0, 0, 0, 0.46);
}

.hero-search-wrapper .form_control {
    margin-bottom: 20px;
    color: var(--body-color);
}

.hero-search-wrapper .form_control::placeholder {
    color: var(--body-color);
}

.hero-search-wrapper .nice-select {
    margin-bottom: 20px;
    height: 50px;
    line-height: 40px;
    border-radius: 0px;
    color: var(--body-color);
    width: 100%;
    font-size: 20px;
    font-weight: 800;
}

.hero-search-wrapper .search-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 0px;
}

.hero-search-wrapper .search-btn:hover {
    background: #043d57 !important;
}

.hero-wrapper-two {
    position: relative;
    z-index: 1;
    padding: 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-wrapper-two:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .7;
    z-index: -1;
}

.hero-wrapper-two .hero-content h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.hero-wrapper-two .hero-content p {
    padding-right: 25%;
    margin-bottom: 55px;
    color: #fff;
}

.hero-wrapper-two .hero-search-wrapper {
    padding: 70px 45px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.hero-wrapper-two .hero-search-wrapper h3 {
    color: var(--heading-color);
    margin-bottom: 40px;
}

.hero-wrapper-two .hero-search-wrapper .main-btn {
    width: 100%;
    text-align: center;
    background-color: var(--primary);
}

.hero-wrapper-two .hero-search-wrapper .main-btn:hover:before {
    background-color: var(--white);
}

.hero-wrapper-two .hero-search-wrapper .main-btn:hover:after {
    background-color: var(--primary-color);
}

.hero-wrapper-two .hero-search-wrapper .main-btn:after {
    background-color: var(--white);
}

.hero-wrapper-two .hero-content .main-btn:hover:before {
    background-color: var(--white);
}

.hero-wrapper-two .hero-content .main-btn:hover:after {
    background-color: var(--primary-color);
}

.hero-wrapper-two .hero-content .main-btn:hover {
    color: var(--heading-color);
}

.hero-wrapper-two .hero-content .main-btn:after {
    background-color: var(--white);
}

.hero_inner {
    display: block;
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 40px !important
    }
    .hero-wrapper-two {
        height: 855px;
    }
    .hero_inner {
        position: relative;
        bottom: 100px;
    }
}

.process-column:last-child .process-item-one:after {
    display: none;
}

.process-item-one {
    position: relative;
    margin-top: 30px;
}

.process-item-one:after {
    position: absolute;
    right: -90%;
    top: 40%;
    content: '';
    transform: translateY(-50%);
    width: 80%;
    height: 100%;
    background: url(/assets/landing/img/line-1.png) no-repeat center;
    background-size: contain;
}

.process-item-last::after {
    content: none;
}

.process-item-one .count-box {
    position: relative;
    background-color: var(--primary);
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.process-item-one .count-box .icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #92c9d1;
    border: 3px solid var(--white);
}

.process-item-one .count-box .icon i {
    font-size: 24px;
    line-height: 1;
    color: var(--heading-color);
}

.process-item-one .count-box .process-count {
    padding-top: 20px;
    font-size: 60px;
    color: #e7f7fe;
    font-weight: 700;
}

.process-item-one .content h4 {
    font-weight: 500;
}

.process-item-two {
    position: relative;
}

.process-item-two .count-box .process-count {
    font-size: 100px;
    -webkit-text-stroke: 1px #c4c4c4;
    -webkit-text-fill-color: #fff;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 20px;
}

.process-item-two .count-box .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #92c9d1;
    margin: auto;
    margin-bottom: 20px;
}

.process-item-two .count-box .icon i {
    font-size: 20px;
    /* color: var(--heading-color); */
}

.process-item-two .content {
    padding: 0 15px;
}

.process-item-two .content h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.process-column .process-item-two {
    position: relative;
}

.process-column .process-item-two:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--bc);
    top: 62%;
    transform: translateY(-62%);
    right: 0;
    z-index: -1;
}

.section-title span.sub-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    display: block;
    color: var(--primary-color);
    margin-bottom: 23px;
}

.section-title span.sub-title span.sub-bg {
    position: relative;
    padding: 5px 10px;
    z-index: 1;
}

.section-title span.sub-title span.sub-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
}

.section-title span.sub-title span.sub-bg-2 {
    color: var(--heading-color);
}

.section-title span.sub-title span.sub-bg-2:before {
    background-color: var(--primary);
}

.section-title h2 {
    margin-bottom: 10px;
}

.section-title P {
    padding-top: 20px;
}

.services-area {
    background: var(--primary) !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
}

.services-area .section-title {
    margin-bottom: 45px;
}

.single-services-item {
    position: relative;
    padding: 18px 30px 18px;
    text-align: left;
    margin-top: 30px;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    transition: all 0.4s ease 0s;
    height: 313px;
}

.single-services-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.services-icon {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    left: 90%;
    top: 13px;
}

.services-icon::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -15px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* background-color: rgb(243, 84, 22, 0.05); */
    -webkit-transition: .5s;
    transition: .5s;
}

.services-icon i {
    font-size: 40px;
    color: var(--primary-hover);
}

.services-info h6 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.services-info p {
    color: #444;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.single-services-item .services-details-btn {
    margin-top: 20px;
    text-align: right;
}

.single-services-item .services-details-btn .more-btn {
    display: inline-block;
    font-size: 15px;
    color: #5764ec;
    font-weight: 700;
}

.counter-area {
    text-align: center;
    background-color: #f9f9fa;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.counter-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: #000;
}

.counter-area .section-title h5 {
    color: #ffffff;
}

.counter-area .section-title h2 {
    color: #fff;
}

.counter-contents h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    word-spacing: -10px;
}

.counter-contents h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}