/*  Theme Name: Oflox - Responsive Multipurpose Business Template
    Author: Saptavarana
    Version: 1.0.0
    Created:October 2018
    File Description:Main Css file of the template
*/


/***************

1.BASIC
2.HELPER
3.NAVBAR
4.HOME
5.ABOUT
6.SERVICES
7.CTA
8.WORK PROCESS
9.FEATURES
10.PORTFOLIO
11.TESTIMONIAL
12.TEAM
13.COUNTER
14.PRICING PLAN
15.BLOG
16.GREAT PEOPLE
17.CONTACT US
18.FOOTER 
19.RESPONSIVE

*****************/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700|Rubik:400,500');

/*=================
    01.BASIC
===================*/

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', 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 {
    font-size: 15px;
    line-height: 1.6;
}


/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
    background-color: rgba(42, 44, 46, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.section_title_all h3 {
    text-transform: capitalize;
    font-weight: 500;
}

.section_subtitle {
    max-width: 550px;
}

.section_title_all span {
    color: #95be49;
}

.text_custom {
    color: #95be49;
}

.btn {
    padding: 13px 32px;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_custom {
    border: 1px solid #f52a50;
    background-color: #f52a50;
    border-radius: 0px;
}

.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: #f2395c;
    border-color: #f2395c;
}

.btn_outline {
    border: 2px solid #f52a50;
    color: #000;
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.btn_outline:active,
.btn_outline:focus,
.btn_outline:hover,
.open > .dropdown-toggle.btn_outline {
    background-color: #f52a50;
    border-color: #f52a50;
    color: #ffffff;
}

.btn_rounded {
    border-radius: 30px;
}

.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: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.btn_small {
    padding: 7px 14px;
}

.navbar-brand img {
    height: 34px;
}

.btn-rounded {
    border-radius: 35px;
}


/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.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: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    font-weight: 500;
    transition: all 0.4s;
}

.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: 26px;
}

.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: #f52a50 !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;
}


/*================
    04.HOME
==================*/

.bg_home_cover {
    background-image: url(../images/bg_home-2.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.home_title {
    font-size: 52px;
    line-height: 1.2;
    max-width: 800px;
}

.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%;
}

.full_height_100vh_home {
    height: 100vh;
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 28px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}


/*-----------------
    HOME - 2
------------------*/

.home_half_cover {
    padding: 175px 0px;
}


/*-------------------
    HOME - 7
--------------------*/

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


/*------------------
    HOME - 10
-------------------*/

.home_clip_path {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0 0);
    clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0 0);
}


/*=================
    0.5  ABOUT
===================*/

.about_icon i {
    font-size: 30px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
    line-height: 1.4;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}


/*====================
   0.6 SERVICES
=====================*/

.business_services_boxes {
    border: 1px dotted #e7e7e7;
    border-radius: 10px;
}

.business_services_boxes .business_services_icon i {
    font-size: 44px;
}

.business_services_content p {
    line-height: 1.6;
}


/*===================
    0.7  CTA
====================*/

.bg-cta-img {
    background-image: url(../images/bg_cta_section.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.cta_details {
    max-width: 635px;
    line-height: 2.0;
}


/*-------------------
    VIDEO CTA
--------------------*/

.bg-video {
    background-image: url(../images/bg_video_cta.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.all_section_heading_details {
    color: #dadada;
    line-height: 1.8;
}

.cta_max_width {
    max-width: 635px;
}

.play-btn-white i {
    background: #95be49;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}


/*====================
  08. WORK PROCESS
====================*/

.work_process_box span {
    float: left;
    margin-right: 20px;
    font-size: 24px;
}

.work_process_details {
    overflow: hidden;
}


/*=========================
    0.9 FEATURES
==========================*/

.description_header_main {
    max-width: 500px;
}

.features_box {
    box-shadow: 0 0 16px 1px rgba(218, 218, 218, 0.25);
}

.features_box i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 20px;
}

.features_details {
    overflow: hidden;
}


/*=====================
  10.  PORTFOLIO
======================*/

.work_menu li a {
    cursor: pointer;
    display: block;
    border-radius: 8px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    transition: all 0.5s;
    /* margin-top: 5px; */
}

.work_menu a.active,
.work_menu a:hover {
    background-color: #95be49;
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

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

.work_box .work_img {
    position: relative;
    overflow: hidden;
}

.work_box .work_img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.work_box .work_detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
    font-size: 22px;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
}

.work_box:hover .work_detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.work_box:hover .work_img:after {
    background: rgba(20, 20, 20, 0.8);
}

.work_box:hover .work_img>img {
    transform: scale(1.05);
}


/*=====================
   11. TESTIMONIAL
======================*/

.bg_client_cover {
    background-image: url(../images/bg_testi.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.client_box_img img {
    max-width: 80px;
}

.clients_name h5 {
    font-size: 16px;
}

.business_client_box p {
    max-width: 600px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 7px;
    margin: 20px 5px;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 0.4;
}

.logo_img img {
    opacity: 0.6;
}

/*====================
  12. OUR TEAM
=====================*/

.team_social ul li:not(:last-child) {
    margin-right: 0px;
}

.team_social ul li a {
    color: #bbbbbb;
    display: inline-block;
    transition: all 0.5s;
    padding: 6px 12px;
    text-align: center;
}

.team_social ul li:hover a {
    color: #95be49;
}


/*==================
  13. COUNTER
===================*/

.bg_counter_cover {
    background-image: url(../images/bg_counter_cover.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.counter_box .info_name {
    font-size: 16px;
    color: #ededed;
}

.counter_box .counter_icon {
    font-size: 38px;
}


/*====================
  14. PRICING PLAN
=====================*/

.business_price_box {
    padding: 40px 25px;
}

.business_price_features p {
    font-size: 16px;
}

.business_plan-price h6 {
    font-size: 14px;
}

.price_active {
    box-shadow: 0 0 38px -5px rgba(0, 0, 0, 0.08);
}

.plan_price_tag li {
    color: #6c757d;
    font-size: 14px;
}

.plan_price_tag li::after {
    content: "-";
    margin: 0 8px;
}

.plan_price_tag li:last-child:after {
    content: "";
    margin: 0px;
}


/*===================
   15. BLOG
====================*/

.labal {
    font-size: 12px;
    margin-top: 10px;
}

.blog_box_detail span {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: normal;
}

.img_blog span {
    font-size: 35px;
}

.space_date {
    font-size: 16px;
}


/*====================
  16. GREAT PEOPLE
====================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

/*=====================
    17. 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: #f52a50 !important;
    box-shadow: none;
    outline: 0;
}

.contact_details_content {
    border-radius: 4px;
}

.contact_detail p {
    overflow: hidden;
}


/*==================
    18.FOOTER
====================*/

.bg_footer {
    background-color: #2e3234;
}

.footer_menu_list li a {
    color: #6c757d;
    font-size: 16px;
    font-weight: bold;
}

.footer_menu_list li::after {
    content: "|";
    margin: 0 8px;
    color: #6c757d;
}

.footer_menu_list li:last-child:after {
    content: "";
    margin: 0px;
}

.footer_alt_cpy {
    color: #6c757d;
}


/*=====================
    19. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .vertical_content_manage {
        display: inherit;
    }
    .home_title {
        font-size: 34px;
    }
    .section_main_box h3 {
        font-size: 24px;
    }
    .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: #f52a50 !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,
    .full_height_100vh_home {
        height: auto;
    }
    .full_height_100vh_home {
        padding: 125px 0px;
    }
    .pricing_plan_box {
        padding: 18px;
    }
    .float_none {
        float: none !important;
    }
    .home_half_cover {
        padding: 125px 0 130px 0;
    }
}