﻿

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');

/*=================
    01.BASIC
===================*/

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}

    h1.font-weight-bold,
    h2.font-weight-bold,
    h3.font-weight-bold,
    h4.font-weight-bold,
    h5.font-weight-bold,
    h6.font-weight-bold {
        font-weight: 700 !important;
    }

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}

p {
    line-height: 1.6;
    color: #7b7b7b;
}

.back_top_angle_up {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #ff0000;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 35px;
    transition: all 0.5s;
}

    .back_top_angle_up i {
        color: #fff;
        line-height: 35px;
        font-size: 14px;
        display: block;
    }



.owl-carousel .owl-item {
    opacity: 0.5;
}

    .owl-carousel .owl-item.active {
        opacity: 1;
    }
/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
    background-color: rgba(255, 255,255, 0.63);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}



.bg_overlay_gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #555e9a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.text_custom {
    color: #ff0000;
}

.bg_cover_custom {
    background-color: #ff0000;
}

.btn {
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    /*color: #ff0000;*/
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_custom {
    border: 1px solid #ff0000;
    background: #fff;
}

    .btn_custom.btn-sm {
        padding: 5px 12px;
        font-size: 12px;
    }

    .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 {
        color: #f3f3f3;
        background-color: #ff0000;
        border-color: #ff0000;
    }

.btn_outline_custom {
    border: 2px solid #f5f5f5;
}

    .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 {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    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;
}

.section_all {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-light {
    background-color: #ececec !important;
}

.all_section_heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}

    .all_section_heading span {
        font-size: 13px;
        display: block;
        color: #7b7b7b;
        text-transform: capitalize;
        line-height: 2;
    }

.all_section_heading_details {
    max-width: 600px;
}

.section_heading i {
    font-size: 22px;
}

.section_heading > div {
    margin-top: 5px;
}

.section_heading i.line {
    width: 75px;
    height: 3px;
    background: #ff0000;
    display: block;
    margin: 0 auto;
}



.btn_small {
    padding: 10px 14px;
}

.navbar-brand img {
    height: 34px;
}

.form-group {
    position: relative;
}

    .form-group small {
        position: absolute;
        width: 100%;
        padding-left: 0;
        left: 0;
        right: 0;
        bottom: -17px;
    }

.time p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

.time .radio {
    float: left;
    margin: 7px;
    font-size: 12px;
    font-weight: bold;
}

    .time .radio label label {
        padding-left: 0;
        font-size: 16px;
    }


.form-group span {
    position: absolute;
    color: #000;
    width: 100%;
    left: 16px;
    bottom: 0px;
    color: red;
    font-size: 11px;
}

/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
    padding: 3px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 99;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background: #00000054;
}

    .custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
        margin-right: 8px;
    }

    .custom_nav_menu .navbar-nav li a {
        color: #fff;
        font-size: 14px;
        background-color: transparent !important;
        padding: 15px 0;
        margin: 0 3px;
        transition: all 0.4s;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom_nav_menu .navbar-nav li a {
    color: rgba(0, 0, 0, 0.75);
}

.custom_nav_menu .navbar-brand.logo img {
    height: 60px;
}

.stickyadd.custom_nav_menu {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom_nav_menu .navbar-nav li.active a,
.custom_nav_menu .navbar-nav li a:hover,
.custom_nav_menu .navbar-nav li a:active {
    color: #ff0000 !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom_nav_menu .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.call-btn {
    color: #fff;
}

call-btn a:hover {
    color: #28e088;
}

.stickyadd .call-btn {
    color: #000;
}

/*================
    04.HOME
==================*/

.bg_home_lan_img {
    /*background-image: url(../images/home-bg-3.jpg);*/
    position: relative;
    background-size: cover;
    background-position: center center;
}

.bg_inner_img {
    background-image: url(../images/home-bg-3.html);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.carousel {
    position: absolute;
    height: 100vh;
}

.carousel-inner {
    height: 100vh;
}

.home_small_budget {
    background: #ff0000;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
}

.home_big_budget {
    padding: 8px 12px 8px 5px;
    background-color: rgba(39, 40, 45, 0.55);
    border-radius: 30px;
    font-size: 12px;
}

.home_title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 700px;
}

.home_subtitle {
    color: #dadada;
    max-width: 600px;
    line-height: 1.8;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

.full_height_100vh_home {
    height: 100vh;
}

.innerpage_50vh {
    height: 50vh;
}

.innerpage_80vh {
    height: 80vh;
}


/*-------------------
    HOME - 3
--------------------*/

.up-index {
    z-index: 2;
}


/*------------------
    HOME DEMO -5
------------------*/

.bg_clip_home {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 25% 100%, 0 88%);
}

/*------------------
    HOME DEMO -9
------------------*/

.bg_gradient_lan {
    background: #101010;
    background: linear-gradient(to right, #3c405a, #101010);
}

/*====================
  05.  FEATURES
====================*/

.features_box_title_top {
    max-width: 400px;
    line-height: 1.4;
}

.features_box_subtitle {
    line-height: 1.8;
}

.features_border_top {
    height: 4px;
    background: #ff0000;
    width: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.features_video .features_video_icon {
    height: 46px;
    width: 46px;
    background-color: #ff0000;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 23px;
}

.features_video span {
    font-size: 14px;
    position: relative;
    top: -3px;
    color: #000 !important;
}

/*====================
   06. SERVICES
=====================*/
.services_box {
    border: solid 1px #828282;
    border-radius: 3px;
}

    .services_box .service_icon img {
        max-width: 100%;
        max-height: 80px;
    }

    .services_box .service_content h5 {
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
    }

.services_read_more i {
    font-size: 26px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #e7e7e7;
    display: inline-block;
}

/*--------------------- New Css -----------------------*/

#project .thumbs-warp {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 28px;
}

    #project .thumbs-warp img {
        object-fit: cover;
        object-position: center;
        height: 335px;
        width: 100%;
    }

    #project .thumbs-warp .thumb-dtls {
        position: absolute;
        bottom: 0px;
        left: 25%;
        background: #fff;
        padding: 21px 21px;
        width: 75%;
        transform: translateY(72%);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

        #project .thumbs-warp .thumb-dtls.smll {
            transform: translateY(42%);
        }

        #project .thumbs-warp .thumb-dtls h3 {
            font-size: 16px;
            color: #000;
            margin-bottom: 9px;
            text-transform: uppercase;
            letter-spacing: 0;
            font-weight: bold;
        }

            #project .thumbs-warp .thumb-dtls h3 span {
                text-transform: capitalize;
                font-weight: normal;
                color: #868686;
                font-size: 12px;
                display: block;
            }

        #project .thumbs-warp .thumb-dtls p {
            font-size: 12px;
        }

        #project .thumbs-warp .thumb-dtls span {
            text-transform: uppercase;
            font-size: 14px;
            color: #000;
        }

    #project .thumbs-warp .fa-angle-right {
        position: absolute;
        font-weight: bold;
        right: 15px;
        bottom: 19px;
        z-index: 2;
        color: #000;
    }

    #project .thumbs-warp a:hover .thumb-dtls {
        transform: translateY(0%);
        padding: 25px 30px 13px 30px;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

#project .price {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    border: solid 1px #5a5a5a;
    padding: 4px 10px;
    background: #ecb83e;
}

    #project .price span {
        display: block;
        font-size: 11px;
        color: #000;
        font-weight: normal;
        text-transform: uppercase;
    }

#project .thm-warp {
    margin-bottom: 5px;
}

    #project .thm-warp span.type {
        font-size: 9px;
        color: #989696;
        line-height: 1;
    }

    #project .thm-warp h5 {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        line-height: 1;
    }

#project h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    border-left: solid 5px #1da1f2;
    padding-left: 15px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
/*---------------------------- end project css ---------------------------------*/






#project .summary {
    border: 1px solid #c3c3c3;
    padding: 0 15px;
    border-bottom: 0;
}

    #project .summary .row [class*=col-] {
        border-right: 1px solid #c3c3c3;
        padding: 3px 10px;
        border-bottom: 1px solid #c3c3c3;
        text-align: center;
        background: #fff;
    }

    #project .summary label {
        color: #737373;
        font-size: 10px;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 0;
        padding-left: 0;
    }

    #project .summary p {
        color: #2b2b2b;
        font-weight: bold;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1;
        margin-top: 7px;
    }

    #project .summary .row [class*=col-]:last-child, #project .summary .row [class*=col-]:nth-child(3) {
        border-right: 0;
    }

#project .pro_title h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

#project .pro_title p {
    font-size: 16px;
}

.loc_warp {
}

    .loc_warp figure {
        margin-bottom: 0;
    }

        .loc_warp figure img {
            max-height: 60px;
        }

.f-proj .proj_warp a {
    color: #000;
}

.f-proj .proj_warp img {
}

.f-proj .proj_warp h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.f-proj .proj_warp p {
    font-style: italic;
    color: #828282;
}

.f-proj .owl-prev, .f-proj .owl-next {
    position: absolute;
    left: -55px;
    top: 35%;
    /* background: #08080891; */
    padding: 0px;
    /* width: 43px; */
    /* height: 40px; */
    color: #969696;
    font-size: 58px;
    border-radius: 3px;
}

.f-proj .owl-next {
    right: -55px;
    left: inherit;
}

/*==========================
    07. CTA 
===========================*/
.bg_video_img_cover {
    background-image: url(../images/bg_cta_section.html);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.all_section_heading_details {
    /*color: #dadada;*/
    line-height: 1.8;
}

.cta_max_width {
    max-width: 635px;
}



/*=====================
   08. features
======================*/
.values {
    margin: 0;
    padding: 50px 0 0;
    text-align: center;
}

    .values li:nth-child(3n+1) {
        clear: left;
    }

    .values li {
        font-size: 14px;
        font-family: Roboto,sans-serif;
        font-weight: 300;
        color: #aaa;
        padding-right: 10%;
        padding-bottom: 50px;
        list-style: none;
    }

        .values li strong {
            display: block;
            font-size: 1.25em;
            font-weight: 400;
            color: #222;
            padding: 75px 0px 0px;
            background: no-repeat center;
            background-size: auto 60px;
            text-align: center;
            margin: 0 auto;
            background-position: top;
        }


/*=====================
   08. TESTIMONIAL
======================*/

.client_box_img img {
    max-width: 80px;
}

.clients_name h5 {
    font-size: 16px;
}

.business_client_box p {
    line-height: 1.8;
    max-width: 600px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 7px;
    margin: 20px 5px;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    opacity: 0.4;
}

/*====================
  09. OUR TEAM
=====================*/

.team_box_all {
    border: 1px solid #e0e0e0;
}

    .team_box_all .team_img img {
        max-width: 90px;
    }

.team_social ul li a {
    color: #fff;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 33px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
}

.bg_fb_color {
    background-color: #3b5998;
}

.bg_google_color {
    background-color: #D34338;
}

.bg_twitter_color {
    background-color: #1da1f2;
}

.bg_pinterest_color {
    background-color: #BD081B;
}

/*====================
  10. PRICING PLAN
=====================*/

.pricing_plan_box {
    border-radius: 10px;
    /*overflow: hidden;*/
    position: relative;
}

    .pricing_plan_box .img {
        width: 50%;
        float: left;
        overflow: hidden;
    }

.cluster_pg_list .img {
    width: auto;
    overflow: hidden;
    border-radius: 10px;
}

    .cluster_pg_list .img img {
        max-height: 260px;
    }

.pricing_plan_box .img img {
    transition: all .3s;
    transition-timing-function: ease-out;
}

.pricing_plan_box:hover .img img {
    margin: 0;
    width: auto;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing_plan_box .text {
    width: 50%;
    float: left;
}

    .pricing_plan_box .text h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 1.1;
    }

    .pricing_plan_box .text p.loc {
        font-size: 12px;
        color: #4e4e4e;
        margin-bottom: 5px;
    }

    .pricing_plan_box .text label {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #7b7a7a;
        margin-bottom: 0;
    }

    .pricing_plan_box .text p {
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .pricing_plan_box .text a {
        background: #ffffff;
        padding: 4px 12px;
        text-transform: uppercase;
        font-size: 11px;
        color: #000;
        /* border-radius: 2px; */
        letter-spacing: 1px;
        transition: all .3s;
        transition-timing-function: ease-out;
        border-bottom: solid 1px #000;
        border-top: solid 1px #000;
    }

        .pricing_plan_box .text a:hover {
            background: #333;
            color: #fff;
        }


.avl-type {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    opacity: 0;
}

.pricing_plan_box:hover .avl-type {
    opacity: 1;
    bottom: -134px;
}

.avl-type label {
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
    margin-bottom: 2px;
}

.avl-type ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .avl-type ul li:first-child {
        margin-left: 0;
    }

    .avl-type ul li {
        float: left;
        border: dotted 1px #ccc;
        margin: 0 4px;
        padding: 1px 10px;
        font-size: 10px;
        background: #f3f3f3;
        border-radius: 15px;
    }

        .avl-type ul li a {
            color: #0e0e0e;
            font-weight: 600;
        }

.avail_clus {
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 1rem;
    color: #00ad40;
}

    .avail_clus i {
        margin-right: 10px;
    }

    .avail_clus a {
        text-transform: uppercase;
        color: #000;
        font-size: 12px;
    }



.list_price_features {
    padding: 20px 40px;
}

.pricing_devider {
    height: 3px;
    width: 70px;
    display: block;
    background: #6c757d;
}

.price_tag_heading span {
    font-size: 14px;
}

.icon_success_color {
    color: #ff0000;
    margin-right: 12px;
}

.pricing_plan_box.active {
    background: #ff0000;
}

.pricing_plan_box.active {
    position: relative;
    overflow: hidden;
    border-color: #ff546c;
}

    .pricing_plan_box.active i {
        color: #fff;
        margin-right: 12px;
    }

    .pricing_plan_box.active .lable h6 {
        color: #ff0000;
        font-size: 10px;
        font-weight: bold;
    }

    .pricing_plan_box.active .lable {
        background: #fff;
        padding: 8px 0;
        text-align: center;
        width: 200px;
        position: absolute;
        top: 22px;
        right: -60px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/*.enq-form {
    padding: 25px 25px 25px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.03);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.03);
    background: #fff;
    position: relative;
    position: sticky;
    top: 80px;
}*/

/*.enq-form .widget-title {
        position: relative;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        
        margin: 0 0 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f5f5f5;
        text-transform: uppercase;
    }

        .enq-form .widget-title::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 65px;
            height: 1px;
            background-color: #f26c61;
        }

    .enq-form .contact-form input, .enq-form .contact-form textarea {
        padding: 8px 15px;
        border: 1px solid #d2d2d2;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        width: 100%;
        margin-bottom: 5px;
    }

    .enq-form .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .enq-form [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .enq-form .contact-form .phone-code {
        border: solid 1px #d2d2d2;
        padding: 8px;
        width: 100%;
    }*/

.avl-tbl {
    font-size: 12px;
}

    .avl-tbl td {
        padding: 10px;
    }

/*===============
    11.FAQ
=================*/

.faq_contant {
    border-radius: 6px;
}

/*=====================
    12. CONTACT US
======================*/

.business_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.business_form_custom .form-control:focus {
    border-color: #ff0000 !important;
    box-shadow: none;
    outline: 0;
}

.business_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 40px;
}

.contact_icon {
    font-size: 30px;
    background: rgba(51, 208, 133, 0.1);
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    border-radius: 50px;
}

/*==================
     13.sidebar
====================*/
.simlar-pro .row {
    margin-right: -5px;
    margin-left: -5px;
}

.simlar-pro [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.simlar-pro h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

.simlar-pro label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7b7a7a;
    margin-bottom: 0;
    line-height: 1;
}

.simlar-pro p.text {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-bottom: 5px;
}

.simlar-pro a.link {
    background: #ffffff;
    padding: 2px 12px;
    text-transform: uppercase;
    font-size: 8px;
    color: #000;
    letter-spacing: 1px;
    transition: all .3s;
    transition-timing-function: ease-out;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

    .simlar-pro a.link:hover {
        background: #333;
        color: #fff;
    }

.simlar-pro figure {
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 0;
}

.simlar-pro img {
    transition: all .3s;
    transition-timing-function: ease-out;
}

    .simlar-pro img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.simlar-pro hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

/*==================
     13.FOOTER
====================*/

.footer_detail {
    background-color: #242424;
}

    .footer_detail h6 {
        font-size: 0.9rem;
    }

.subcribe-newslatter input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #fff !important;
    border: none;
    outline: none !important;
    padding-right: 150px;
    padding-left: 30px;
    border-radius: 30px;
    background-color: rgba(241, 241, 241, 0.05);
}

.subcribe-newslatter button {
    position: absolute;
    top: 4px;
    right: 5px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.subcribe-newslatter form {
    max-width: 550px;
}

.footer_about p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail ul.footer_menu_list li {
    color: #ccc;
    font-size: 14px;
}

    .footer_detail ul.footer_menu_list li a:hover {
        color: #fff;
        transition: all 0.3s;
    }

    .footer_detail ul.footer_menu_list li a {
        color: rgba(255, 255, 255, 0.58);
        display: inline-block;
        padding: 3px 0;
        text-decoration: none !important;
    }

.footer_detail .footer_logo {
    height: 34px;
}

.footer_detail .copy-rights {
    line-height: 43px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail .fot_bor {
    height: 2px;
    background: #2f2f2f;
    width: 100%;
}

.copyright {
    font-size: 12px;
    letter-spacing: 0.7px;
}

.social ul {
    padding-left: 0px;
}

    .social ul li {
        list-style: none;
        display: inline-block;
        margin: 0 2px;
    }

        .social ul li a {
            background: #828284;
            width: 30px;
            height: 30px;
            padding: 5px;
            color: #fff;
            display: block;
            text-align: center;
        }

            .social ul li a:hover {
                background: #333;
            }

/*=====================
    14. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }

    .vertical_content_manage {
        display: inherit;
    }

    .cluster_pg_list .img img {
        max-height: inherit;
    }

    .home_title {
        font-size: 32px;
    }

    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.55) !important;
    }

    .custom_nav_menu .navbar-nav li.active a {
        color: #ff0000 !important;
    }

    .custom_nav_menu > .container {
        width: 90%;
    }

    .custom_nav_menu .logo .logo-dark {
        display: inline-block;
    }

    .custom_nav_menu .logo .logo-light {
        display: none;
    }

    .custom_nav_menu .navbar-brand.logo img {
        height: 26px;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .navbar-toggler {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

    .h-100vh {
        height: auto;
    }

    .full_height_100vh_home {
        padding: 61px 0px;
    }

        .full_height_100vh_home .carousel-item img {
            height: 90.5vh;
            object-fit: cover;
        }

    .pricing_plan_box {
        padding: 18px;
    }

    .enq-form .col-md-4 {
        max-width: 33.333333%;
    }

    .enq-form .col-md-8 {
        max-width: 66.666667%;
    }

    .section_all {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .all_section_heading {
        font-size: 18px;
    }

    .pricing_plan_box .img {
        width: 100%;
    }

    .pricing_plan_box .text {
        width: 100%;
    }

    .simlar-pro figure {
        margin-bottom: 10px;
    }

    .mt-xs-2 {
        margin-top: 10px !important;
    }

    .call-btn {
        color: #000;
    }

        .call-btn img {
            display: none;
        }

    .business_form_custom {
        padding: 25px;
    }
}
