/*
-------------------------------------------------------------------------
* Template Name    : Softes - SaaS & Software Html5 Landing Page        * 
* Author           : ThemesBoss                                         *
* Version          : 1.0.1                                              *
* Created          : March 2023                                         * 
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/


/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
    5. SERVICES        *
    6. FEATURES        *
    7. DESCRIPTION     *
    8. HOW IT WORK     *
    9. TESTIMONIAL     *
    10.FAQ             *
    11.PRICING         *
    12.DOWNLOAD        *
    13.FOOTER          *
    14.RESPONSIVE      *
************************/

@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto);

/*
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-light.eot");
    src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-regular.eot");
    src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-medium.eot");
    src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-semibold.eot");
    src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-bold.eot");
    src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
    font-weight: 700;
}*/


/*======================
        1.BASIC
========================*/

body {
    font-family: "Roboto,sans-serif";
    overflow-x: hidden;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto,sans-serif";
}

h1.fw-bold,
h2.fw-bold,
h3.fw-bold,
h4.fw-bold,
h5.fw-bold,
h6.fw-bold {
    font-weight: 500 !important;
}

p {
    line-height: 1.6;
    font-size: 15px;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}


/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.container{
    position: relative;
}

.section_title_icon {
    font-size: 32px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50% 50% 0%;
    line-height: 18px;
}

.section_title_icon i {
    padding-left: 20px;
}

.section_subtitle {
    max-width: 500px;
    font-size: 16px;
    padding-top: 6px;
    line-height: 1.8;
}

.bg-dark {
    background-color: #22232f;
}

.bg-custom {
    background-color: #0ebdca;
}

.text-muted {
    color: #94989a !important;
}

.text-dark {
    color: #000 !important;
}

.text-custom {
    color: #3ecf8e !important;
}

.text-custom-blue {
    color: #4e74d6;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.over_margin {
    margin: 20px;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.btn {
    padding: 12px 28px;
}

.btn-sm {
    padding: 8px 15px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-custom {
    border: 2px solid #0ebdca;
    color: #0ebdca;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background: #1ba555;
    border-color: #1ba555 !important;
    color: #fff !important;
}

.btn-custom {
    background-color: #3ecf8e;
    border: 2px solid #3ecf8e;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #38c284;
    border-color: #38c284;
    color: #fff;
}

.btn-gradient {
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient.active,
.btn-gradient.focus,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover,
.open>.dropdown-toggle.btn-gradient {
    transition: all 0.5s;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    color: #fff;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}


/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 18px 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

.custom-nav .container-fluid {
    width: 90%;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 12px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding: 6px 16px !important;
    position: relative;
    margin: 0 3px;
    transition: all 0.4s;
}

.navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000;
    border: none;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: rgba(0, 0, 0, 0.53) !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav .navbar-nav li a.active,
.custom-nav .navbar-nav li a:hover,
.custom-nav .navbar-nav li a:active {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.09);
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a.active,
.custom-nav.stickyadd .navbar-nav li a:hover,
.custom-nav.stickyadd .navbar-nav li a:active {
    border-radius: 30px;
    background-color: rgba(56, 194, 132, 0.09);
    color: #38c284 !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #0ebdca;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 28px;
}

.custom-nav .sign_btn {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.custom-nav.stickyadd .sign_btn {
    background-color: rgba(56, 194, 132, 0.09);
    color: #38c284;
}

.custom-nav .log_btn {
    background-color: transparent;
    color: #fff;
}

.custom-nav.stickyadd .log_btn {
    color: #000;
}


/*==========================
        4.HOME
============================*/

.home-bg {
    position: relative;
    padding: 180px 0px 100px 0px;
}

.bg-overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.curv-img {
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 1;
}

.bg-overlay-home {
    background-size: auto;
    -webkit-animation: bg-animation 7s ease-in-out infinite;
    animation: bg-animation 7s ease-in-out infinite;
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-size: 36px;
    line-height: 1.4;
    max-width: 850px;
    text-transform: capitalize;
}

.small_title p {
    font-size: 14px;
    border-radius: 30px;
    padding: 4px 18px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    color: rgba(255, 255, 255, 0.72);
}

.header_subtitle {
    line-height: 1.8;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.scoial_home .social_icon_main .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.scoial_home .social_icon_main .social-icon:hover {
    color: #3ecf8e !important;
    z-index: 100;
    background-color: #fff;
}


/*DEMO 2*/

.home_curv {
    position: relative;
    padding-bottom: 0px;
    padding-top: 180px;
}

.home-desk {
    position: relative;
    top: 60px;
    z-index: 100;
}

.home_curv .curv-img {
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 1;
}

.curv-img svg {
    display: block;
}


/*DEMO 5*/

.subcribe-home form {
    max-width: 450px;
}

.subcribe-home form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 30px;
}

.subcribe-home form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}


/*==========================
        5.SERVICES
============================*/

.about_boxes .about_icon i {
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50% 50% 0%;
    padding-left: 40px;
    font-size: 46px;
    padding-top: -15px;
    line-height: 40px;
}

.about_boxes .about_btn a {
    border: 1px solid #f0efef;
    padding: 12px 30px;
    color: #94989a;
    border-radius: 30px;
    transition: all 0.5s;
}

.about_boxes .about_btn:hover a {
    color: #000;
}


/*==========================
        6.FEATURES
============================*/

.features_one .features_icon {
    height: 56px;
    width: 56px;
    font-size: 44px;
    line-height: 33px;
    padding-left: 30px;
    border-radius: 50% 50% 0%;
}

.features_one .features_detail h6 {
    font-size: 13px;
}

.features_one .fea_read_more {
    font-size: 14px;
    font-weight: 500;
}

.features_one .features_detail h6 {
    font-size: 12px;
    letter-spacing: 4px;
}

.features_more {
    border-bottom: 1px solid #3ecf8e;
    display: inline-block;
}

.features_one .features_desc {
    max-width: 400px;
}

.features_one .features_list .features_list_icon i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}

.features_one .features_list .features_list_icon {
    border-radius: 30px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 6px 20px 6px 6px;
}

.features_one .features_list .features_list_icon span {
    position: relative;
    top: -2px;
    padding-left: 10px;
}

.features_border {
    height: 3px;
    border-radius: 30px;
    width: 40px;
}

.features_list_two span i {
    background-color: rgba(56, 194, 132, 0.09);
    height: 34px;
    width: 34px;
    line-height: 34px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #3ecf8e;
}

.fe_three {
    max-width: 400px;
}

.in_features {
    height: 42px;
    font-size: 22px;
    width: 42px;
    line-height: 42px;
    display: inline-block;
    border-radius: 50%;
}


/*==========================
        7.DESCRIPTION
============================*/

.bg-features {
    position: relative;
    overflow: hidden;
}

.bg-features-overlay {
    background: url(../images/wave-mask.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.features_side_mockup {
    position: absolute;
    right: 50vw;
    width: calc(50vw + 215px);
    top: 50%;
    transform: translateY(-50%);
}

.pro_desc .section_title .section_subtitle {
    color: rgba(255, 255, 255, 0.6);
}

.pro_best_fet p {
    border-radius: 3px;
    border: 1px solid rgba(247, 247, 247, 0.14);
    padding: 10px 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.86);
    cursor: pointer;
    transition: all 0.5s;
}

.pro_best_fet p:hover {
    color: #38c284;
    background-color: #fff;
    transform: translate(0, -4px)
}

.pro_best_fet {
    max-width: 350px;
}


/*==========================
        8.HOW IT WORK
============================*/

.work_process {
    padding: 10px 0;
    position: relative;
    margin-top: 35px;
}

.work_process::after {
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #f3f3f3;
}

.work_box {
    margin-bottom: 50px;
}

.work_process .work_box .work_left {
    margin-right: 20px;
}

.work_process .work_box .work_left::after,
.work_process .work_box .work_right::after {
    border: 3px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    box-shadow: 0 0 0 1px #f3f3f3;
    position: absolute;
    top: 20px;
    width: 20px;
    background-color: #01bf81;
    z-index: 1;
}

.work_process .work_box .work_left::after {
    right: -42px;
}

.work_process .work_box .work_right::after {
    left: -42px;
}

.work_process .work_box .work_detail_right {
    text-align: center;
    margin-left: 15px;
    float: left;
    padding: 20px;
    border: 1px solid #f3efef;
}

.work_process .work_box .work_right {
    text-align: center;
    margin-left: 20px;
    padding: 20px 0px;
    position: relative;
}

.work_process .work_box .work_left,
.work_process .work_box .work_right {
    text-align: center;
    padding: 20px 0px;
    position: relative;
}

.work_process .work_box .work_detail_left {
    text-align: center;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 20px;
    border: 1px solid #f3f3f3;
}

.work_icon i {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50% 50% 0%;
}

.work_pat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.work_detail {
    overflow: hidden;
    position: relative;
}

.work_process h4,
.work_detail_left h4 {
    font-size: 20px;
    margin-top: 0;
    text-transform: capitalize;
}

.work_right img,
.work_left img {
    max-width: 300px;
}


/*==========================
        9.TESTIMONIAL
============================*/

.swiper-button-next {
    background-image: none;
}

.swiper-button-prev {
    background-image: none;
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 0px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    font-size: 30px;
    color: #3ecf8e;
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 30px;
    color: #3ecf8e;
}

.testi_boxes {
    padding: 30px 40px;
    margin: 0px 15px;
    border-radius: 10px;
    max-width: 450px;
    position: relative;
    margin: 0 auto;
}

.testi_boxes .client_review {
    font-size: 18px;
}

.swiper-slide {
    opacity: 0.04;
}

.swiper-slide-active {
    opacity: 1;
}

.client_user {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.testi_img img {
    max-width: 50px;
}

.dot-one {
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 50%;
    background-color: #3ecf8e;
    margin: 6px auto;
}

.dot-two {
    height: 14px;
    width: 14px;
    display: block;
    border-radius: 50%;
    background-color: #3ecf8e;
    margin: 6px auto;
}

.testi_boxes .bus_testi_icon i {
    font-size: 127px;
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    text-align: center;
    z-index: 0;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 0px;
    transform: translateY(-50%);
}

.testi_boxes .client_user {
    font-size: 14px;
    position: relative;
    top: -5px;
}

.testi_boxes .client_star {
    line-height: 0px;
}

.testi_boxes .client_name {
    font-size: 16px;
}


/*==========================
        10.FAQ
============================*/

.faq {
    max-width: 650px;
}

.faq.accordion [data-bs-toggle=collapse] {
    color: #38c284;
}

.faq h6 > span.float-right {
    position: absolute;
    right: 0;
    top: 0;
}

.faq h6 i {
    font-size: 12px;
    color: #626262
}

.faq h6 {
    cursor: pointer;
}

.accordion .accordion-header .faq_head:after {
    font-family: 'Material Design Icons';
    content: "\F374";
    float: right;
}

.accordion .accordion-header .faq_head.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\F415";
}

.faq.accordion .collapsed {
    color: #000;
}

.faq .accordion-item {
    border: 1px solid #ecf0f3 !important;
    margin: 10px 0;
    border-radius: 0px;
}

.accordion-body {
    border-top: none !important;
}

.faq .accordion-header {
    background-color: #f8f9fa;
    border-bottom: none !important;
    padding: 0.75rem 1.25rem;
}


/*==========================
        11.PRICING
============================*/

.price_box {
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    position: relative;
    overflow: hidden;
    padding: 40px 46px;
}

.price_box.active {
    overflow: hidden;
    position: relative;
}

.price_box.active .lable {
    background: #3ecf8e;
    padding: 6px 0;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 20px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price_box.active .lable h6 {
    color: #ffffff;
    font-size: 12px;
}

.price_box .price_name {
    border: 1px solid #efefef;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 14px;
    display: inline-block;
}

.price_box .price_features {
    border: 1px solid #f4f4f4;
}

.price_box .price_features p {
    font-size: 14px;
    margin-bottom: 8px;
}

.price_box .price_features p i {
    position: relative;
    top: 1px;
    font-size: 15px;
}

.price_box .plan_price h1 {
    font-size: 54px;
}

.price_box .plan_price h1 sub {
    font-size: 12px;
}


/*==========================
        12.DOWNLOAD
============================*/

.contact_form {
    padding: 30px;
    max-width: 460px;
    background-color: #f8f9fa;
    border: 1px solid #ecf0f3;
}

.contact_form .form-control {
    box-shadow: none !important;
    height: 48px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #ecf0f3;
    font-size: 14px;
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_form .form-control:focus {
    border-color: #38c284;
}


/*==========================
        13.FOOTER
============================*/

.footer {
    background-color: #f9fafb;
    border-top: 1px solid #e0ebf2;
}

.footer .foot_logo img {
    height: 26px;
}

.footer .footer_menu_list li a {
    color: rgba(0, 0, 0, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer .footer_menu_list li a:hover {
    color: #38c284 !important;
}

.footer .subcribe-newslatter form {
    max-width: 450px;
}

.footer .subcribe-newslatter form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 50px;
    padding-left: 20px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

.footer .subcribe-newslatter form button {
    position: absolute;
    top: 4px;
    right: 4px;
    outline: none !important;
    border-radius: 5px;
    padding: 9px 20px;
    color: #000 !important;
}

.footer .fot_social .social-icon {
    border-radius: 50%;
    background-color: #3ecf8e;
    transition: all 0.5s;
    width: 38px;
    color: rgb(255, 255, 255);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.footer .fot_social .social-icon:hover {
    color: #fff !important;
}


/*==========================
        14.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }
    .custom-nav .navbar-nav li a.active{
        background-color: rgba(56, 194, 132, 0.09);
        color: rgb(56, 194, 132) !important;
        border-radius: 30px;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .custom-nav .logo {
        padding-top: 0px;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .hide_phone {
        display: none;
    }
    .custom-nav .sign_btn {
        background-color: rgba(14, 189, 202, 0.12);
        color: #0ebdca;
        display: inline-block;
    }
    .custom-nav .log_btn {
        background-color: transparent;
        color: #000;
        display: inline-block;
    }
    .header_title {
        font-size: 30px;
        line-height: 1.2;
    }
    .header_subtitle {
        font-size: 14px !important;
        line-height: 1.8;
    }
    .h-100vh {
        height: auto;
    }
    .home-bg {
        padding: 120px 0;
    }
    .home-bg.home_curv{
        padding: 140px 0 0;
    }
    .side_img{
        margin-top: 20px;
    }
    .header_btn span {
        display: block;
    }
    .sof_count {
        font-size: 58px;
        letter-spacing: 10px;
    }
    .section_subtitle {
        line-height: 1.6;
    }
    .price_box {
        padding: 30px;
    }
    .section_title h3 {
        font-size: 22px;
    }
    .home_side_img {
        padding: 110px 0px 84px;
    }
    .home_clip {
        clip-path: none;
    }
    .h-100vh {
        padding: 125px 0 130px 0;
    }
    .curv-img {
        display: none;
    }
    .features_one .features_list .features_list_icon {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {    
    .work_process::after {
        margin: 0;
    }
    .work_box .work_images {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
        position: relative;
    }
    .work_box .work_images::after {
        left: -24px !important;
    }
    .work_box .work_detail {
        text-align: left !important;
        margin-left: 15px;
    }
    .work_icon i {
        text-align: center;
    }
}
@media screen and (min-width:1200px){
    .container{
        max-width: 1140px;
    }
} 

#color-switcher div h3 {
    font-size: 16px;
    margin: 8px 3px 12px
}

#color-switcher {
    background: none repeat scroll 0 0 #ffff;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#color-switcher div {
    padding: 5px 10px
}

#color-switcher .bottom {
    background: none repeat scroll 0 0 #fff;
    color: #252525;
    padding: 0
}

#color-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #2b2424;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px
}

#color-switcher .bottom a {
    text-decoration: none
}

#color-switcher .bottom a.settings i {
    margin-left: 5px;
    color: #fff;
    font-size: 24px;
    position: absolute
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
    border-radius: 0
}

ul.pattern li {
    float: left;
    margin: 2px
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 16px 16px 0;
    margin: 5px
}

ul.pattern .color1 {
    background: #0e377d;
    background: -webkit-linear-gradient(left, #0e377d 0, #26d3b6 100%);
    background: linear-gradient(to right, #0e377d 0, #26d3b6 100%)
}

ul.pattern .color2 {
    background: #606c88;
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);
    background: linear-gradient(to right, #3f4c6b, #606c88)
}

ul.pattern .color3 {
    background: #4b6cb7;
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    background: linear-gradient(to right, #182848, #4b6cb7)
}

ul.pattern .color4 {
    background: #000046;
    background: -webkit-linear-gradient(to right, #1cb5e0, #000046);
    background: linear-gradient(to right, #1cb5e0, #000046)
}

ul.pattern .color5 {
    background: #26a0da;
    background: -webkit-linear-gradient(to right, #314755, #26a0da);
    background: linear-gradient(to right, #314755, #26a0da)
}

ul.pattern .color6 {
    background: #000428;
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    background: linear-gradient(to right, #004e92, #000428)
}

@media only screen and (max-width:479px) {
    #color-switcher {
        display: none
    }
}