/*
-------------------------------------------------------------------------
* Template Name    : Creezy - Responsive One Page Multipurpose Template * 
* Author           : ThemesBoss                                         *
* Version          : 1.0.0                                              *
* Created          : December 2018                                      * 
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/

/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
    5. ABOUT US        *
    6. CTA SECTION     *
    7. SERVICES        *
    8. FUNFACTS        *
    9. PORTFOLIO       *
    10.WORK PROCESS    *
    11.ABOUT AGENCY    *
    12.PRICING         *
    13.TEAM            *
    14.CLIENT          *
    15.CALL CTA        *
    16.BLOG            *
    17.SUBCRIBE        *
    18.CONTACT US      *
    19.FOOTER          *
    20.RESPONSIVE      *
************************/

@import url('../css-1');

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

body {
    font-family: 'Noto Sans', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}

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

.font_italic{
    font-family: 'Playfair Display', 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; 
}

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

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: #1ecb67;
    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;
}

.sec_small_title{
    font-size: 12px;
}

.section_title h3 {
    text-transform: capitalize;
}

.section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 3px;
    background-color: #000;
}

.section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 3px;
    background-color: #000;
}

.sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.8;
}

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

.bg-custom {
    background-color: #1ecb67;
}

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

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

.text-custom {
    color: #1ecb67 !important;
}

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

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

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

.bg-gradient{
    background: #1ecb67;
    background: -webkit-linear-gradient(to top right, #21c1bb, #1ecb67);
    background: linear-gradient(to top right, #21c1bb, #1ecb67);
}

.bg-overlay-gradient {
    background: #1ecb67;
    background: -webkit-linear-gradient(to top right, #21c1bb, #1ecb67);
    background: linear-gradient(to top right, #21c1bb, #1ecb67);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.over_margin{
    margin: 20px;
}


.bg-overlay {
    background:rgba(31, 35, 45, 0.90);
    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 #1ecb67;
    color: #1ecb67;
    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: #1ecb67;
    border: 2px solid #1ecb67;
    color: #fff;
    font-size: 13px;
    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: #1bad59;
    border-color: #1bad59;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #1ecb67;
    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: #efefef;
    border-color: #efefef;
    color: #1ecb67;
}


.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: 22px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

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

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 12px;
    transition: all 0.4s;
}

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

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a,
.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #1ecb67;
}

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

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

.custom-nav .sign_btn {
    background-color: rgba(19, 206, 103, 0.19);
    color: #1ecb67;
}

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

.home-bg {
    background-image: url('../images/home-bg1.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

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

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

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

.small_title span{
    border: 1px solid #ffffff38;
    padding: 8px 30px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
}

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

.learn_more {
    position: relative;
    top: 6px;
}

.learn_more i {
    background: #fff;
    border-radius: 50px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #000;
    font-size: 26px;
    display: inline-block;
}

.header_btn span {
    font-size: 18px;
}

.img_logo.bg-light{
    border:1px solid #f3f3f3;
}

.logo_img{
    padding: 6px;
}

/*--- DEMO 2 ---*/

.home-half {
    padding: 200px 0px; 
}

/*--- DEMO 5 ---*/

.home-gradient-overlay{
    background: #182848; 
    background: -webkit-linear-gradient(to right, #182848, #5758bb);
    background: linear-gradient(to right, #182848, #5758bb);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/*--- DEMO 6 ---*/

.home-gradient{
    background: #182848; 
    background: -webkit-linear-gradient(to right, #182848, #5758bb);
    background: linear-gradient(to right, #182848, #5758bb);
}

/*--- DEMO 10---*/

.bg-home-slider {
    position: relative;
}

.bg-home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

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

.carousel-control-prev>span,.carousel-control-next>span{
    font-size: 50px;
}

/*--- DEMO 11---*/

.half-slider{
    padding: 200px 0px;
}

/*--- DEMO 15---*/

.clip-demo-top{
    clip-path: polygon(0 10%, 30% 0, 100% 10%, 100% 100%, 0 100%);
}

.clip-demo-bottom{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 90%);
}

/*==========================
        5.ABOUT US
============================*/

.about_boxes {
    border: 1px dotted #e7e7e7;
    padding: 45px 30px;
    border-bottom: 3px solid #1ecb67;
}

.about_boxes .about_icon i{
    font-size: 42px;
    height: 60px;
    border-radius: 5px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
    color: #1ecb67;
    background-color: rgba(30, 203, 103, 0.19);
}

.about_content {
    max-width: 825px; 
}

.about_content .about_con_title{
    max-width: 700px;
    line-height: 1.4;
}

.video_presentation_play {
    border: 3px solid #1ecb67;
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
}

.video_presentation_play .presentation_icon {
    outline: none !important;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #1ecb67;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-size: 28px;
    line-height: 56px;
    transition: all 0.5s;
}

.video_presentation_play .presentation_icon:hover {
    background-color: #fff;
    color: #1ecb67 !important;
}

.about_boxes .about_btn a {
    font-size: 20px;
    color: #000 !important;
}

/*==========================
        6.CTA SECTION
============================*/

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

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

/*==========================        
        7.SERVICES
============================*/

.services_bg{
    background-image: url(../images/services-bg.jpg);
    background-position: center center;
}

.services_box {
    position: relative;
    margin-top: 32px;
}

.services_box .services-icon {
    float: left;
    font-size: 38px;
    text-align: center;
    position: absolute;
    top: 26%;
    transform: translateY(-50%);
}

.services_box .services-desc {
    margin-left: 11%;
}

.services_box .services-desc .services-title {
    font-size: 20px;
}

.services_box .services-desc .services-sub-title {
    font-size: 15px;
    line-height: 1.6;
    max-width: 370px;
}

/*==========================
        8.FUNFACTS
============================*/

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

.lan_fun_icon i {
    font-size: 50px;
}

/*==========================
        9.PORTFOLIO
============================*/

.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;
    font-weight: 400;
    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: #1ecb67;
    color: #fff;
}

.work_menu li a:hover {
    background-color: #1ecb67;
    color: #fff !important;
}

.work_img_box {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.work_img_box a.img-zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.work_img_box .work_images {
    position: relative;
}

.work_img_box .work_images img {
    width: 100%;
    transition: all .3s;
}

.work_img_box .work_images .work_overlay {
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.work_img_box .work_images .work_overlay:after {
    content: '';
    transition: all 150ms ease-in-out 200ms;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    height: 50%;
    width: 100%;
    left: -100%;
}

.work_img_box .work_images .work_overlay:before {
    content: '';
    transition: all 150ms ease-in-out 200ms;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50%;
    background: rgba(255, 255, 255, 0.95);
    right: -100%;
}

.work_img_box .work_images .work_overlay a {
    width: 100%;
    height: 100%;
}

.work_img_box .work_images .work_overlay h4 {
    color: transparent;
    overflow: hidden;
    z-index: 2;
    padding: 0 10px;
    font-weight: normal;
    position: absolute;
    top: 54px;
    right: 25px;
    font-size: 14px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
}

.work_img_box .work_images .work_overlay h4:before {
    content: '';
    background: #000;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: right 600ms ease-in-out 0s;
    right: 100%;
}

.work_img_box .work_images .work_overlay h6 {
    color: transparent;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    top: 30px;
    text-align: center;
    right: 25px;
    transition: color 150ms ease-in-out 200ms;
    font-size: 18px;
    z-index: 2;
}

.work_img_box .work_images .work_overlay h6::before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: left 600ms ease-in-out 0s;
    left: 100%;
    top: 0;
    right: auto;
}

.work_img_box:hover img {
    transform: scale(1.06);
}

.work_img_box:hover .work_overlay:after {
    left: 0;
    opacity: 1;
    transition: all .8s;
}

.work_img_box:hover .work_overlay:before {
    right: 0;
    opacity: 1;
    width: 100%;
    height: 50%;
    transition: all .8s;
}

.work_img_box:hover .work_overlay h4 {
    color: rgba(0, 0, 0, 0.6);
}

.work_img_box:hover .work_overlay h4:before {
    right: -100%;
}

.work_img_box:hover .work_overlay h6 {
    color: #000;
}

.work_img_box:hover .work_overlay h6:before {
    left: -100%;
}

/*==========================
        10.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_number h5 {
    font-size: 26px !important;    
    color: #1ecb67;
    background-color: #1ecb6721;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
}

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

/*==========================
        11.ABOUT AGENCY
============================*/

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

.about_skill{
    max-width: 550px;
}

.features_small_title{
    font-size: 12px !important;
}

.features_subtitle {
    line-height: 1.6;
}

.skill-custom .progress {
    height: 6px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-top: 6px;
    border: 1px solid #e0e0e0;
}

.skill-custom .progress-bar {
    background: #1ecb67;
    background: -webkit-linear-gradient(to top right, #21c1bb, #1ecb67);
    background: linear-gradient(to top right, #21c1bb, #1ecb67);
}

/*==========================  
        12.PRICING
============================*/

.price_box{
    box-shadow: 0 5px 30px -2px rgba(154,161,171,.1);
    position: relative;
    overflow: hidden;
    padding: 58px;
}

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

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

.plan_price{
    border-bottom: 1px solid #efefef;
}

.price_box .btn-custom {
    box-shadow: 0 8px 40px -2px #1ecb67!important;
}

.price_box.active .plan_price{
    border-color: #61d8a8 !important;
}

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

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

/*==========================
        13.TEAM
============================*/
.talent_team_box{
    border:1px solid #f1f1f1;
    transition: all 0.5s;
}

.talent_team_box.active{
    background: #1ecb67;
    background: linear-gradient(to top right, #21c1bb, #1ecb67);
    transition: all 0.5s;
}

.talent_team_box .talent_team_bor{
    height: 2px;
    width: 30px;
    margin: 8px 0;
    background: #1ecb67;
}

.talent_team_box .talent_team_img img{
    max-width: 140px;
    padding: 6px;
    border:1px solid #e8e8e8;
    background-color: #fff;
}

.talent_team_box .talent_team_work{
    font-size: 12px !important;
}

.talent_team_box .follow_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;
}

.talent_team_box .follow_team_social li:hover a {
    border-color: #1ecb67;
    background: #1ecb67;
    background: linear-gradient(to top right, #21c1bb, #1ecb67);
    color: #fff; 
}

.talent_team_box.active .follow_team_social li a {
    border: 1px solid #fff;
    color: #1ecb67;
    background-color: #fff;
}

.talent_team_box.active .follow_team_social li:hover a {
    border: 1px solid #fff;
    color: #1ecb67;
    background: #fff !important;
}

/*==========================
        14.CLIENT
============================*/

.bg-client{
    background-image: url(../images/clients-bg.jpg);
    background-position: center center;
}

.bg-client .testi_boxes {
    padding: 30px 20px;
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 15px !important;
    box-shadow: 0 5px 30px -2px rgba(154,161,171,.1);
}

.bg-client .testi_boxes .bus_testi_icon {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: -15px;
    color: #1ecb67 !important;
    height: 60px;
    width: 80px;
    border-radius: 14px;
}

.bg-client .testi_boxes .testi_img img {
    max-width: 70px;
}

.bg-client .testi_boxes .client_review {
    font-size: 17px !important;
}

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

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    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: #1ecb67 !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

/*==========================
        15.CALL CTA
============================*/

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

/*==========================
        16.BLOG
============================*/

.blog_boxes{
    box-shadow: 0 5px 30px -2px rgba(154,161,171,.1);
}

.blog_boxes .blog_detail .blog_date{
    font-size: 14px;
}

.blog_boxes .blog_detail .blog_date span{
    background: #1ecb67;
    background: linear-gradient(to top right, #21c1bb, #1ecb67);
    color: #fff;
    border-radius: 5px;
    font-size: 12px !important;
    position: relative;
    top: -2px;
    margin-right: 6px;
    padding: 3px 8px;
}

.blog_boxes.active .blog_detail .blog_date span{
    background: #fff;
    color: #1ecb67;
}

.blog_boxes .blog_border{
    height: 1px;
    width: 30px;
    background: #1ecb67;
    display: inline-block;
    position: relative;
    top: -4px;
}

.blog_boxes .read_more{
    font-size: 14px;
    font-weight: bold;
}

.blog_video .blog_play {
    position: absolute;
    top: 52%;
    left: 52%;
    margin-left: -40px;
    margin-top: -40px;
}

.blog_play {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #000 !important;
    font-size: 35px;
    line-height: 65px;
    background-color: #fff;
}

.blog_img .carousel-control-prev span,.blog_img .carousel-control-next span{
    font-size: 50px;
    color: #000;
}

/*==========================
        17.SUBCRIBE
============================*/

.bg-subcribe{
    background-image: url(../images/subcribe.jpg);
    background-position: center center;
}

.subcribe-newslatter input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 150px;
    padding-left: 30px;
    border-radius: 30px;
    background-color: #f8f9fa;
}

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

/*==========================
        18.CONTACT US
============================*/

.contact_form{
    padding: 4px;
    max-width: 600px;
}

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

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

.contact_form .form-control:focus {
    border-color: #1ecb67;
}

.contact_detail{
    background: #1ecb67;
    background: linear-gradient(to top right, #21c1bb, #1ecb67);
    padding: 40px 20px;
    max-width: 350px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700;
}

.gig_loader {
    display: none;
}

#success_msg {
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #0dba26;
    font-size: 22px;
}

/*==========================
        19.FOOTER
============================*/

.footer_detail {
    background-color: #222527;
    position: relative;
    background-size: cover;
}

.footer_detail .footer_logo{
    height: 200px;
}

.footer_detail .footer_title_border {
    background-color: rgba(255, 255, 255, 0.22);
    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);
}

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

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


/*==========================
        20.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: #1ecb67;
    }
    .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: 14px !important;
        line-height: 1.8;
    }
    .h-100vh {
        height: auto;
    }
    .over_margin{
        margin: 0px;
    }
    .logo_img {
        padding: 15px;
    }
    .vertical-content {
        display: inherit;
    }
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 125px 0 130px 0;
    }
    .bg-home-slider .carousel-control-next, .carousel-control-prev{
        width: 10%;
    }
    .services_box .services-icon {
        top: 20%;
    }
    .services_box .services-desc {
        margin-left: 18%;
    }
    .services_box .services-desc .services-sub-title {
        max-width: none;
    }
    .work_process::after {
        margin: 0;
    }
    .work_right img,
    .work_left img {
        max-width: 250px;
    }
    .work_box .timeline_icon {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
        position: relative;
    }
    .work_box .timeline_icon::after {
        left: -24px !important;
    }
    .work_box .work_detail {
        text-align: left !important;
        margin-left: 15px;
    }
    .price_box{
        padding: 30px;
    }
    .about_content .about_con_title{
        font-size: 20px;
    }
    .clip-demo-top,.clip-demo-bottom{
        clip-path: none;
    }
    .cta_title{
        font-size: 26px;   
    }
    .features_title{
        font-size: 24px;
    }
}

@media (max-width: 768px) and (min-width: 426px) {
    .services_box .services-icon {
        top: 25% !important;
    }
    .services_box .services-desc {
        margin-left:10% !important;
    }
}