/*
------------------------------------------------------------------------
* Template Name    : Oxcer | Responsive Bootstrap 4 Landing Template  * 
* Author           : ThemesBoss                                       *
* Version          : 1.0.0                                            *
* Created          : November 2018                                   *
* File Description : Main Css file of the template                    *
*-----------------------------------------------------------------------
*/

/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
    5.TRUSTED CLIENT   *
    6.SERVICES         *
    7.CTA SECTION      *
    8.FEATURES         *
    9.HOW IT WORKS     *
    10.PORTFOLIO       *
    11.VIDEO           *
    12.IMG CTA         *
    13.TESTIMONIAL     *
    14.PRICING         *
    15.TEAM            *
    16.FAQ             *
    17.BLOG            *
    18.CONTACT         *
    19.FOOTER          *
    20.RESPONSIVE      *
************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/*======================
        1.BASIC
========================*/

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

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: 400 !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: #21c87a;
    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;
}

.main-title-border::after,
.main-title-border::before {
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
    content: "";
    background-color: #d0d0d0;
    width: 30px;
    height: 1px;
}

.main-title-border i {
    font-size: 20px;
}

.sec_small_title {
    font-size: 14px;
}

.sec_subtitle {
    max-width: 520px;
    font-size: 15px;
}

.bg-dark {
    background-color: #000;
}

.bg-custom {
    background-color: #21c87a;
}

.text-dark {
    color: #000 !important;
}

.text-muted {
    color: #646f79 !important;
}

.text-custom {
    color: #21c87a !important;
}

.text-custom-blue {
    color: #2f45c7;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #000;
}

.bg-overlay-gradient {
    background: #3839c3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #3839c3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #3839c3);
    /* 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%;
}

.bg-overlay {
    background: rgba(53, 58, 64, 0.89);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 10px 24px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-custom {
    border: 2px solid #21c87a;
    color: #21c87a;
    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: rgba(52, 78, 234, 0.17);
    border-color: #21c87a !important;
    color: #21c87a !important;
}

.btn-custom {
    background-color: #21c87a;
    border: 2px solid #21c87a;
    color: #fff;
    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: #2f45c7;
    border-color: #2f45c7;
    color: #fff;
}

.btn-custom-blue {
    background-color: #2f45c7;
    border: 2px solid #2f45c7;
    color: #fff;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-custom-blue:hover,
.btn-custom-blue:focus,
.btn-custom-blue:active,
.btn-custom-blue.active,
.btn-custom-blue.focus,
.btn-custom-blue:active,
.btn-custom-blue:focus,
.btn-custom-blue:hover,
.open>.dropdown-toggle.btn-custom-blue {
    background-color: #21c87a;
    border-color: #21c87a;
    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: 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: 15px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 12px;
    font-weight: 400;
    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 {
    border-color: #21c87a;
    color: #21c87a;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a {
    border-color: #21c87a;
    color: #21c87a;
}

.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: #21c87a;
}

.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: #21c87a;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 28px;
}

.custom-nav .sign_btn {
    background-color: rgba(19, 206, 103, 0.19);
    color: #21c87a;
}

/*==========================
        4.HOME
============================*/

.home-bg-img {
    background-image: url(../images/home-bg3.jpg);
    background-size: cover;
    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: 62px;
    line-height: 1.2;
    max-width: 750px;
    text-transform: capitalize;
}

.home_divider {
    height: 5px;
    width: 60px;
    background-color: #fff;
    border-radius: 50px;
}

.learn_more i {
    position: relative;
    font-size: 20px;
    top: 3px;
}

.header_subtitle {
    line-height: 1.8;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.play-btn {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff !important;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 30px;
    line-height: 66px;
    margin-top: 10px;
    text-align: center;
    transition: all 0.5s;
}

.play-btn:hover {
    background-color: #21c87a;
    color: #fff !important;
    border-color: #21c87a;
}

/*--- DEMO 2 ---*/

.home-half {
    padding: 200px 0px;
}

/*--- DEMO 6 ---*/

.home-bg-gradient {
    background: #3839c3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #3839c3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #3839c3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*--- DEMO 7---*/

.bg-pattern {
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*--- DEMO 8---*/

.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 9---*/

.half-slider {
    padding: 200px 0px;
}

/*--- DEMO 15---*/

.home-clip {
    clip-path: polygon(0 0, 100% 0, 100% 86%, 30% 100%, 0 86%);
}

/*--- DEMO 16---*/

.curv-img {
    height: 20%;
    width: 100%;
    background-image: url(../images/curv-img.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    bottom: 0;
    left: 0;
    position: absolute;
}

/*==========================
        5.TRUSTED CLIENT
============================*/

.logo_img img {
    max-height: 60px;
    width: auto !important;
    opacity: 0.6;
    transition: all 0.5s;
}

.logo_img img:hover {
    opacity: 1;
}

/*==========================
        6.SERVICES
============================*/

.services_boxes {
    border: 1px solid #e3e6f0;
}

.services_boxes .services_icon i {
    font-size: 190px;
    color: #dedfe6;
}

.services_boxes .services_content p {
    max-width: 330px;
}

/*==========================
        7.CTA SECTION
============================*/

.cta-desc {
    max-width: 635px;
}

.free-trial-form .form-control {
    height: 50px;
    box-shadow: none;
}

.free-trial-form .form-control:focus {
    border-color: #21c87a;
}

.modal-open .modal {
    background: rgba(27, 31, 37, 0.8);
}

/*==========================
        8.FEATURES
============================*/

.features_box .features_heading h2 {
    line-height: 1.4;
    font-size: 28px;
}

.features_box .features_heading .features_small_title {
    font-size: 14px;
    background: rgba(33, 200, 122, 0.12);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
}

.features_list .features_list_num {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: rgba(33, 200, 122, 0.25);
    color: #21c87a;
    font-size: 22px;
    border-radius: 7px;
    text-align: center;
}

/*==========================
        9.HOW IT WORKS
============================*/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #21c87a;
    border-color: #21c87a;
}

.nav-pills .nav-link {
    color: #000;
    font-weight: 400;
    border: 1px solid #e3e6f0;
    padding: 15px 10px;
}

.hit-content .hit-icon {
    font-size: 32px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    display: inline-block;
    line-height: 65px;
    background-color: rgba(33, 200, 122, 0.16);
}

.hit-content p {
    max-width: 350px;
}

/*==========================
        10.PORTFOLIO
============================*/

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "*";
    margin: 0px 8px;
    position: relative;
    display: inline-block;
    top: 3px;
    color: #bbb;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu li a {
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #9a9a9a;
    display: inline-block;
    transition: all 0.5s;
    margin-top: 5px;
    padding: 6px 16px;
    border-radius: 5px;
}

.work_menu li a.active {
    background-color: rgba(33, 200, 122, 0.14);
    color: #21c87a;
}

.work_menu li a:hover {
    background-color: rgba(33, 200, 122, 0.14);
    color: #21c87a !important;
}

.work_item {
    padding: 15px;
}

.work_item .work_box {
    border: 1px solid #e3e6f0;
}

.work_item .work_box .work_detail p {
    font-size: 13px;
}

.work_item .work_box .work_detail h4 {
    font-size: 18px;
}

/*==========================
        11.VIDEO
============================*/

.video_section {
    max-width: 650px;
}

.video_section .presentation_icon {
    position: absolute;
    top: 53%;
    left: 51%;
    margin-left: -40px;
    margin-top: -40px;
}

.presentation_icon {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    background-color: #2ed078;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    font-size: 35px;
    line-height: 65px;
}

/*==========================
        12.IMG CTA
============================*/

.bg-img-cta {
    background-image: url('../images/cta-2.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}

.bg-img-cta p {
    color: rgba(255, 255, 255, 0.60);
}

/*==========================
        13.TESTIMONIAL
============================*/

.client_section {
    padding-bottom: 0px !important;
}

.client_box .clients_content_box p {
    font-size: 24px;
}

.client_box {
    max-width: 600px;
}

.client_box .clients_detail p {
    font-size: 13px;
}

.client_box .clients_detail h5 {
    font-size: 15px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #21c87a !important;
}

.client_section .owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

/*===========================
        14.PRICING
=============================*/

.price_box {
    border: 1px solid #e3e6f0;
}

.price_box .price_divider {
    width: 100%;
    height: 2px;
    background: #e3e6f0;
    margin: 40px 0px;
}

.price_box .price_name p {
    border-radius: 30px;
    background-color: rgba(33, 200, 122, 0.13);
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
}

.price_box.active .price_name p {
    border-radius: 30px;
    background-color: rgba(47, 69, 199, 0.13);
    padding: 8px 15px;
    display: inline-block;
}

.price_box .plan_price h3 sub {
    font-size: 14px;
}

.price_box .price_desc {
    max-width: 250px;
}

.price_box .price_features p {
    margin-bottom: 10px;
}

/*===========================
        15.TEAM
=============================*/

.team_box {
    border: 1px solid #e3e6f0;
}

.team_box .team_img img {
    max-width: 120px;
}

.team_work {
    font-size: 13px;
}

.team_social ul {
    border-top: 1px solid #e3e6f0;
}

.team_social ul li:not(:last-child) {
    margin-right: 0px;
}

.team_social_border {
    border-right: 1px solid #e3e6f0;
}

.team_social ul li a {
    color: #bbbbbb;
    display: inline-block;
    transition: all 0.5s;
    padding: 6px 32px;
    text-align: center;
}

.team_social ul li:hover a {
    color: #21c87a;
}

/*===========================
        16.FAQ
=============================*/

.faq_boxes {
    border: 1px solid #e3e6f0;
}

.faq_boxes .faq_details .small_title {
    font-size: 13px;
}

.faq_boxes .faq_details h5 {
    font-size: 18px;
}

/*===========================
        17.BLOG
=============================*/

.blog_box_contant {
    border: 1px solid #e3e6f0;
}

.blog_box_detail h6 {
    line-height: 1.6;
    text-transform: capitalize;
}

.blog_box_detail .blog_detail_badge {
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    background: rgba(33, 200, 122, 0.14);
    color: #21c87a;
    border-radius: 30px;
    letter-spacing: 2px;
}

.blog_box_detail .blog_detail_devider {
    height: 1px;
    width: 100%;
    background-color: #e8e8e8;
}

/*==========================
        18.CONTACT
============================*/

.contact_form {
    border: 1px solid #e3e6f0;
    padding: 40px;
    max-width: 500px;
}

.contact_form .form-control {
    box-shadow: none !important;
    height: 44px;
    border-radius: 0px;
    border: 1px solid #e3e6f0;
}

.contact_form .form-control:focus {
    border-color: #21c87a;
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_section {
    padding-bottom: 0px;
}

/*==========================
        19.FOOTER
============================*/

.footer_detail {
    background-color: #161821;
}

.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: #6c757d;
}

.footer_detail .about_oxcer {
    color: #6c757d;
    max-width: 420px;
}

.footer_detail ul.footer_menu_list li a:hover {
    color: #21c87a;
    transition: all 0.3s;
}

.footer_detail ul.footer_menu_list li a {
    color: #6c757d;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    text-decoration: none !important;
}

.footer_detail .fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(241, 241, 241, 0.05);
    transition: all 0.5s;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}

.footer_detail .fot_social .social-icon:hover {
    color: #21c87a !important;
}

.footer_detail .footer_logo {
    height: 34px;
}

.footer_detail .copy-rights {
    color: #6c757d;
    font-size: 14px;
}

.footer_detail .fot_bor {
    height: 2px;
    background: rgba(34, 36, 44, 0.65);
    width: 100%;
}

/*==========================
        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:before {
        content: '';
        display: none;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }
    .custom-nav .navbar-nav li.active a {
        color: #21c87a;
    }
    .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;
    }
    .clip-home {
        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;
    }
    .copy-rights {
        line-height: 26px;
    }
    .float_none.float-right,
    .float_none.float-left {
        float: none !important;
        text-align: center;
    }
    .carousel-control-prev>span,
    .carousel-control-next>span {
        font-size: 30px;
    }
    .bg-home-slider .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }
    .home-clip {
        clip-path: none;
    }
    .contact_img {
        display: none;
    }
    .contact_section {
        padding-bottom: 80px;
    }
    .services_boxes .services_icon i {
        font-size: 130px;
    }
    .services_icon,
    .services_content {
        margin-top: 15px;
    }
    .services_boxes {
        margin-right: 7px !important;
        margin-left: 7px !important;
    }    
    .curv-img{
        display: none;
    }
}