/*
------------------------------------------------------------------------
* Template Name    : Carton - Responsive Multipurpose HTML5 Template  * 
* Author           : ThemesBoss                                       *
* Version          : 1.0.0                                            *
* Created          : October 2018                                     *
* File Description : Main Css file of the template                    *
*-----------------------------------------------------------------------
*/

/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
        -DEMO          *
        -ABOUT US      *
        -SERVICES      *
        -FEATURES      *
        -WORK PROCESS  *
        -FUNFACTS      *
        -WORK          *
        -TEAM          *
        -VIDEO         *
        -PRICING       *
        -CTA SECTION   *
        -TESTIMONIAL   *
        -BLOG          *
        -CONTACT       *
    5. BLOG            *
        -SIDEBAR       *
    6. BLOG SINGLE     *
    7. CONTACT PAGE    *
    8. FOOTER          *
    9. RESPONSIVE      *
************************/

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700|Open+Sans:400,600,700|Rubik:400,500,700');

/*======================
        1.BASIC
========================*/

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

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: 500 !important;
}

.fonts-italic {
    font-family: 'Merriweather', serif;
}

p {
    font-size: 15px !important;
}

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;
    background-color: #01BF81;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #01BF81, #41C3D3);
    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;
}

.section_title h3 {
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 10px;
}

.section_title .small_title {
    font-size: 12px !important;
    letter-spacing: 3px;
}

.sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.6;
}

.header_section {
    padding: 200px 0px 120px;
    background-image: url(../images/header_img.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.page_link a {
    color: rgba(255, 255, 255, 0.55);
}

.page_link {
    font-size: 14px;
}

.bg-dark {
    background-color: #000;
}

.bg-custom {
    background-color: #01BF81;
}

.text-dark {
    color: #000 !important;
}

.text-muted {
    color: #646f79 !important;
}

.text-custom {
    color: #01BF81 !important;
}

.text-custom-blue {
    color: #03af53;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #01BF81;
}

.bg-gradient {
    background-color: #01BF81;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #01BF81, #41C3D3);
}

.bg-overlay-gradient {
    background-color: #145231;
    background: -webkit-linear-gradient(to right, #145231, #5976ad);
    background: linear-gradient(to bottom right, #145231, #5976ad);
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    background: rgba(31, 32, 35, 0.76);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 11px 26px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 1px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.open>.dropdown-toggle.btn-outline-white {
    border-color: #fff !important;
    background-color: #fff;
    color: #000 !important;
}

.btn-custom {
    background-color: #01BF81;
    border: 2px solid #01BF81;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 1px;
    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: #04a772;
    border-color: #04a772;
    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-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 14px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 12px;
    transition: all 0.4s;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #01BF81;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a {
    color: #01BF81;
}

.custom-nav .social_menu li:hover a {
    color: #01BF81;
}

.custom-nav .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

.navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #01BF81;
}

.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: 26px;
}

.custom-nav .social_menu li a {
    color: #fff;
    transition: all 0.5s;
    font-size: 18px;
}

.custom-nav.stickyadd .social_menu li a {
    color: #000;
}

.custom-nav .social_menu li:hover a {
    color: #344eea;
}

.custom-nav .navbar-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    margin-right: 13px;
}

.custom-nav.stickyadd .navbar-nav {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.custom-nav .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

/*==========================
        4.HOME
============================*/

.home-bg-img {
    background-image: url(../images/home-bg2.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-size: 50px;
    line-height: 1.2;
    max-width: 800px;
    text-transform: capitalize;
}

.home_divider {
    height: 4px;
    width: 50px;
    background-color: #01BF81;
    border-radius: 50px;
}

.header_subtitle {
    line-height: 1.6;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.6) !important;
}

/*===========
     DEMO
=============*/

/*--- DEMO 2 ---*/
.home-half {
    padding: 200px 0px;
}

/*--- DEMO 7 ---*/

.bg-home-slider {
    position: relative;
}

.bg-home-slider .carousel-control-next,
.bg-home-slider .carousel-control-prev {
    width: 6%;
}

.bg-home-slider .carousel-control-next>span,
.bg-home-slider .carousel-control-prev>span {
    font-size: 50px;
}

.bg-home-slider .carousel-item,
.bg-home-slider .carousel {
    width: 100%;
}

.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

/*--- DEMO 8 ---*/

.half-slider {
    padding: 200px 0px; 
}

/*--- DEMO 11 ---*/

.home-clip{
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}

/*----- ABOUT US -----*/

.about_content {
    max-width: 825px;
}

.about_box .about_icon i {
    font-size: 52px;
    line-height: 28px;
}

.about_detail h5 {
    font-size: 18px;
}

.read_more {
    font-size: 13px;
}

/*----- SERVICES -----*/

.services_img_bg {
    background: url(../images/showcase-1.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.services_clip {
    clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
}

.services_boxes .services_icon i {
    font-size: 42px;
}

.services_bg_pad {
    padding: 10% 0;
}

.services_boxes .services_content h5 {
    font-size: 18px;
}

.services_boxes .services_content p {
    color: rgba(255, 255, 255, 0.84);
}

/*----- FEATURES -----*/

.features_title {
    line-height: 1.2;
    font-size: 30px;
}

.features_small_title {
    font-size: 14px !important;
}

.features_subtitle {
    line-height: 2.0;
}

.skill-custom .progress {
    height: 6px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-top: 6px;
    border: 1px solid #e0e0e0;
}

.skill-custom .progress-bar {
    background-color: #01BF81;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #01BF81, #41C3D3);
}

/*----- WORK PROCESS -----*/

.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: #e6e6e6;
}

.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: 4px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    box-shadow: 0 0 0 1px #e6e6e6;
    position: absolute;
    top: 20px;
    width: 20px;
    background-color: #01bf81;
    z-index: 1;
}

.work_process .work_box .work_left::after {
    right: -45px;
    background-color: #01bf81;
}

.work_process .work_box .work_right::after {
    left: -45px;
    background-color: #01bf81;
}

.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 #f3efef;
}

.work_icon i {
    font-size: 60px;
    line-height: 1.2;
    color: #01bf81;
}

.work_process h4,
.work_detail_left h4 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.work_right img,
.work_left img {
    max-width: 300px;
}

/*---- FUNFACTS -----*/

.lan_fun_icon i {
    font-size: 50px;
}

.lan_funfact .lan_fun_name {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
}

.logo_img img {
    padding: 20px 0px;
}

/*----- WORK -----*/

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "*";
    top: 3px;
    position: relative;
    display: inline-block;
    color: #bbb;
    margin: 0px 8px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 5px;
    transition: all 0.5s;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.work_menu li a.active {
    background-color: #01BF81;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #01BF81, #41C3D3);
    color: #ffffff;
}

.work_menu li a:hover {
    background-color: #01BF81;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #01BF81, #41C3D3);
    color: #ffffff !important;
}

.work_img_box {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.work_img_box {
    position: relative;
    overflow: hidden;
}

.work_img_box a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.work_img_box .work_images {
    position: relative;
}

.work_img_box .work_images img {
    transition: all 0.5s;
    width: 100%;
}

.work_img_box .work_images .work_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.work_img_box .work_images .work_overlay a {
    height: 100%;
    width: 100%;
}

.work_img_box .work_images .work_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background-color: rgb(0, 0, 0, 0.85);
    border-radius: 0px;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.work_img_box .work_images .work_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 54px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.work_img_box .work_images .work_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}

.work_img_box .work_images .work_overlay h4:before {
    content: '';
    background: #fff;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    transition: right 600ms ease-in-out 0s;
}

.work_img_box .work_images .work_overlay h6::before {
    content: '';
    background: #fff;
    bottom: 0;
    right: auto;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: left 600ms ease-in-out 0s;
}

.work_img_box:hover img {
    transform: scale(1.1);
}

.work_img_box:hover .work_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.work_img_box:hover .work_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.work_img_box:hover .work_overlay h4:before {
    right: -100%;
}

.work_img_box:hover .work_overlay h6 {
    color: white;
}

.work_img_box:hover .work_overlay h6:before {
    left: -100%;
}

/*---- TEAM ------*/

.team_desc h6 {
    font-size: 16px;
    background-color: #01BF81;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #01BF81, #41C3D3);
    display: inline-block;
    color: #fff;
    padding: 7px 24px;
    border-radius: 30px;
}

.team_desc p {
    font-size: 14px !important;
}

.team_social li a {
    border: 1px solid #e8e7e7;
    color: rgba(0, 0, 0, 0.41);
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
}

.team_social li:hover a {
    border-color: #01BF81;
    background-color: #01BF81;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #01BF81, #41C3D3);
    color: #fff;
}

.team_box {
    margin: 0 15px;
}

#owl-team .owl-controls .owl-page {
    margin: 20px 0px;
}

#owl-team .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #01BF81 !important;
}

#owl-team .owl-controls .owl-page.active span {
    opacity: 1;
}

/*---- VIDEO -----*/

.presentation_icon {
    outline: none !important;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #01BF81;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-size: 35px;
    line-height: 65px;
    transition: all 0.8s;
}

.video_presentation_play {
    border: 3px solid;
    border-color: #01BF81;
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
}

.bg-video {
    background-image: url(../images/video.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.video_desc {
    max-width: 700px;
}

.video_desc h1 {
    font-size: 46px;
}

.video_desc p {
    color: rgba(255, 255, 255, 0.6);
}

/*---- PRICING ----*/

.price_box {
    background-color: #fff;
    border: 1px solid #efefef;
    border-top: 3px solid #01BF81;
}

.price_box {
    position: relative;
    overflow: hidden;
}

.price_box p {
    font-size: 14px !important;
}

.price_box .btn-custom {
    box-shadow: 0 8px 40px -2px rgb(1, 191, 129) !important;
}

.price_box .price_name h5 {
    font-size: 22px;
}

.price_box .plan_price h1 {
    font-size: 60px;
}

.price_box .plan_price {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.price_features p {
    margin-bottom: 10px !important;
}

.price_features {
    padding: 0 25px;
}

.features_bold {
    height: 6px;
    margin-right: 16px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #01BF81;
    position: relative;
    top: -2px;
}

.price_box.active .lable h6 {
    color: #fff;
    font-size: 12px;
}

.price_box.active .lable {
    background: #01BF81;
    padding: 6px 0;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 20px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---- CTA SECTION ----*/

.cta-desc {
    max-width: 635px;
    line-height: 2.0;
}

/*----- TESTIMONIAL ----*/

.testi_boxes {
    margin: 15px;
    padding: 35px;
    position: relative;
    z-index: 10;
}

.testi_boxes .bus_testi_icon i {
    font-size: 78px;
    line-height: 20px;
    position: relative;
}

.testi_boxes .testi_ic_bg i {
    font-size: 200px;
    position: absolute;
    top: -54px;
    left: 20%;
    color: rgba(230, 230, 230, 0.41);
}

#owl-testi .owl-controls .owl-page {
    margin: 20px 0px;
}

#owl-testi .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #fff !important;
}

#owl-testi .owl-controls .owl-page.active span {
    opacity: 1;
}

/*---- BLOG -----*/

.blog_box {
    position: relative;
    border: 1px solid #e8e7e7;
}

.blog_box h6 .blog_detail_badge {
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    font-size: 12px;
    background-color: #01BF81;
    background: -webkit-linear-gradient(to right, #01BF81, #41C3D3);
    background: linear-gradient(to bottom right, #01BF81, #41C3D3);
    color: #ffffff;
    border-radius: 30px;
    letter-spacing: 2px;
    top: 12px;
    right: 12px;
}

.blog_detail h5 {
    line-height: 1.4;
}

.blog_detail .blog_more {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff !important;
    background-color: #01BF81;
    display: inline-block;
    border-radius: 30px;
}

.blog_box .blog_detail .blog_detail_devider {
    height: 1px;
    width: 100%;
    background-color: #e8e8e8;
}

/*---- CONTACT ----*/

.contact_form .form-control {
    box-shadow: none !important;
    height: 48px;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #e8e8e8;
}

.contact_form .form-control:focus {
    border-color: #01BF81;
}

.contact_form textarea.form-control {
    height: auto;
}

/*==========================
        5.BLOG
============================*/

.pagination>li {
    display: inline-block;
    margin-right: 2px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 3px;
    color: #777777;
    display: block;
    float: none;
    padding: 8px 15px;
    transition: all 0.5s;
}

.pagination>.active>a,
.pagination>.active>span {
    color: #01BF81;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #01BF81;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    cursor: default;
    background-color: #01bf81;
    color: #fff;
    border-color: #01bf81;
    z-index: 3;
}

/*---- SIDEBAR ----*/

.blog_sidebar {
    border: 1px solid #e8e7e7;
}

.blog_sidebar .sidebar_widget_title {
    font-size: 14px;
}

.side_widget_search form {
    position: relative;
    box-shadow: none;
}

.side_widget_search form input {
    box-shadow: none !important;
    height: 46px;
    border-radius: 0px;
}

.side_widget_search form input:focus {
    border-color: #01BF81;
}

.search_icon {
    top: 0;
    font-size: 20px;
    height: 100%;
    background-color: transparent;
    border: none;
    position: absolute;
    transition: all .3s ease-out;
    cursor: pointer;
    right: 10px;
}

.search_icon:focus,
.search_icon.focus,
.search_icon.active.focus,
.search_icon.active:focus,
.search_icon:active.focus,
.search_icon:active:focus {
    outline: 0;
}

.search_icon:hover {
    color: #01BF81;
}

.blog_sidebar .widget_list li a {
    color: #777;
    font-size: 14px;
    transition: all 0.5s;
    padding: 5px 0px;
    display: inline-block;
}

.blog_sidebar .widget_list li a:hover {
    color: #01BF81;
}

.widget_recent_entries_custom ul li {
    border-bottom: 1px solid rgba(238, 238, 238, .7);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget ul li:last-child {
    border: 0;
}

.widget_recent_entries_custom .re_post_img {
    float: left;
    width: 68px;
}

.widget_recent_entries_custom .re_post_desc {
    margin-left: 80px;
}

.widget_recent_entries_custom .re_post_desc a {
    color: #303133;
    font-size: 14px;
    display: block;
}

.widget_recent_entries_custom .re_post_desc span {
    font-size: 12px;
    color: #777;
}

.blog_tag a {
    background: #f8f9fa;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    color: #9c9c9c;
    display: inline-block;
    transition: all 0.5s;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
}

.blog_tag a:hover {
    border-color: #01BF81;
    color: #01BF81;
}

/*==========================
        6.BLOG SINGLE
============================*/

.blockquote {
    border: 1px solid #e7e7e7;
    border-left: 4px solid #d6d6d6;
    background-color: #f8f9fa;
    padding: 14px 20px;
}

.comment_blog .comment_read {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.comment_blog .comment_read:nth-child(odd) {
    margin-left: 80px;
}

.comment_blog .comment_read:last-child {
    margin-bottom: 0;
}

.comment_blog .comment_read .comment_img {
    width: 80px;
    float: left;
}

.comment_blog .comment_read .comment_data {
    margin-left: 100px;
}

.comment_blog .comment_read .comment_data h6 {
    font-size: 14px;
}

.comment_data h6 span {
    font-size: 12px;
    margin-top: 8px;
    color: #777;
}

.comment_blog .comment_read .comment_data .comment_reply {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.comment_blog .comment_read .comment_data .comment_reply i {
    padding-right: 2px;
    font-size: 14px;
}

.comments-form .comment-form-input .form-control {
    height: 46px;
    box-shadow: none !important;
}

.comments-form .comment-form-input .form-control:focus {
    border-color: #01BF81;
}

.comments-form .comment-form-input textarea.form-control {
    height: auto;
}

/*==========================
        7.CONTACT PAGE 
============================*/

.contact-icon i {
    font-size: 44px;
}

.contact_icon_box {
    border: 1px solid #e8e7e7;
}

/*==========================
        8.FOOTER
============================*/

.footer_detail {
    background-color: #1b1d1f;
    position: relative;
    background-size: cover;
}

.footer_detail .footer_title_border {
    background-color: #01BF81;
    height: 2px;
    width: 26px;
}

.footer_detail h6 {
    font-size: 18px;
}

.footer_detail .footer_menu_list li a {
    color: rgba(255, 255, 255, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer_detail .footer_menu_list li a:hover {
    color: #fff !important;
}

.footer_detail p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 10px;
}

.fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.03);
    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;
}

.fot_social .social-icon:hover {
    color: #fff !important;
}

.footer_divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.03);
    width: 100%;
    margin: 20px 0px;
}

.copy-rights {
    line-height: 38px;
}

/*==========================
        9.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.active a {
        color: #01BF81;
    }
    .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;
    }
    .header_title {
        font-size: 38px;
        line-height: 1.2;
    }
    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }
    .logo_img {
        margin-top: 20px;
    }
    .h-100vh {
        height: auto;
    }
    .home-clip,
    .services_clip {
        clip-path: none;
    }
    .vertical-content {
        display: inherit;
    }
    .home-bg-color,
    .h-100vh.jarallax,
    .home-bg-img,
    .home-bg-color-gradient,
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 125px 0 130px 0;
    }
    .custom-nav .social_menu {
        display: none;
    }
    .custom-nav .navbar-nav,
    .custom-nav.stickyadd .navbar-nav {
        border-right: none;
    }
    .services_img_bg {
        background: none;
    }
    .float_none.float-right,
    .float_none.float-left {
        float: none !important;
        text-align: center;
    }
    .copy-rights {
        line-height: 26px;
        margin-bottom: 15px !important;
    }
    .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;
    }
    .video_desc h1 {
        font-size: 32px;
    }
    .comment_blog .comment_read:nth-child(odd) {
        margin-left: 34px;
    }
}