@charset "utf-8";
/* [ Shortcode Stylesheet] <?xml version="1.0" encoding="UTF-8"?> Theme Name: Plumbros - Plumbing Template Version: 1.0 Author: WPThemeBooster Author URI: www.wpthemebooster.com Description: This template usable to build website for Plumber Service company. Date: 10/10/2018*//*-------------------------------------------------------------->>> TABLE OF CONTENTS:----------------------------------------------------------------#01 Fonts and Other Styles Import#02 Theme Reset Style#03 Slider Style#04 About Section#05 Services Section#06 Portfolio Section#07 Testimonial Section#08 Subscribe Section#09 Blog Section and Blog Page#10 Sidebar Style#11 Comment and Contact Form#12 Footer CSS#13 Others-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Lora:400,400i,700|Poppins:400,500,600,700');
@import url('fonts/font-awesome/css/font-awesome.css');
@import url('fonts/etlinefont/etline.css');
@import url('bootstrap.css');
@import url('menu.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.css');
@import url('jquery.fancybox.css');
@import url('animate.css');

@font-face {
    font-family: 'GT Walsheim Bold';
    src: url('../fonts/GT-Walsheim-Bold.otf');
}

@font-face {
    font-family: 'GT Walsheim Medium';
    src: url('../fonts/GT Walsheim Medium.ttf');
}

@font-face {
    font-family: 'GT Walsheim Regular';
    src: url('../fonts/GT Walsheim Regular.ttf');
}

/*---------- Reset ---------*/
* {
    margin: 0;
    text-decoration: none
}

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    color: #414857;
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, a, i, .btn, p, ul, li, div {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, :hover, a:hover, a:focus, i:hover, p:hover, ul:hover, li:hover, div:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a {
    color: #1c1e4e;
    text-decoration: none;
}

a:hover {
    color: #ff7d15;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'GT Walsheim Bold';
    color: #1c1e4e;
}

.clearfix {
    clear: both;
}

.divider {
    margin: 30px 0px;
    display: inline-block;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

table {
    margin-bottom: 10px;
    border: 1px solid #eee;
}

table td, table th {
    padding: 3px 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

img {
    max-width: 100%;
}

.bg-transparent {
    background: transparent !important;
}

.no-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.section-title {
    position: relative;
    text-align: center;
    margin-bottom: 90px;
}

.section-title.left-align {
    text-align: left;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 60px;
    height: 1px;
    background: #ebebeb;
    margin-top: 25px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title.left-align:after {
    left: 0;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.section-title h2 {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.section-title p {
    font-size: 18px;
    color: #ff7d15;
    font-style: italic;
    line-height: 30px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-title {
        margin-bottom: 60px;
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

/*---------- Breadcrumb Section ------------*/
.page-header {
    position: relative;
    background: url("../images/header-bg.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 140px 0px 135px 0px;
}

.page-header-content {
    position: relative;
    z-index: 2;
}

.page-header-content .heading {
    font-size: 46px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #fff;
}

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
    background: transparent;
}

.breadcrumb li {
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
}

.breadcrumb li:before {
    content: "/";
    padding: 0px 5px;
    color: #ff7d15;
}

.breadcrumb li:first-child:before {
    display: none;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li a:hover, .breadcrumb li.active {
    color: #ff7d15;
    font-weight: 500;
}

/*---------- Slider Section ------------*/
#slider {
    padding-top: 0px;
    padding-bottom: 0px;
}

.slider {
    position: relative;
    background-position: right;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.slide-content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-content .heading {
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -1px;
    margin-bottom: 45px;
}

.slide-content p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

.slide-content .more_btn {
    margin-top: 50px;
}

.slide-content .more_btn a {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    padding: 12px 60px 14px 60px;
    border-radius: 40px;
    display: inline-block;
    color: #fff;
    border: 1px solid #ff7d15;
    background: #ff7d15;
    letter-spacing: 1px;
}

.slide-content .more_btn a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #3161ff;
}

.slider_type2 .slide-content .more_btn a:hover {
    border: 1px solid #3161ff;
    background: #3161ff;
    color: #fff;
}

.slider_type2 .slider:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 60px;
    height: 100%;
}

.slider_type2 .slide-content {
    position: absolute;
    top: 50%;
    left: auto;
    width: 100%;
    text-align: left;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_type2 .slide-content .heading {
    font-size: 92px;
    line-height: 92px;
    color: #1c1e4e;
    text-shadow: 0px 5px 0px rgba(255, 125, 21, 0.2);
}

.slider_type2 .slide-content p {
    color: #414857;
}

.owl-theme.slider_carousel .owl-item.active h2 {
    -webkit-animation: fadeInDown 0.8s;
    animation: fadeInDown 0.8s;
}

.owl-theme.slider_carousel .owl-item.active p {
    -webkit-animation: fadeInRight 1.1s;
    animation: fadeInRight 1.1s;
}

.owl-theme.slider_carousel .owl-item.active .more_btn {
    -webkit-animation: fadeInLeft 1.2s;
    animation: fadeInLeft 1.2s;
}

#slider .owl-theme .owl-dots {
    display: inline-grid;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slider .owl-theme .owl-dots .owl-dot {
    border: 1px solid transparent;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: 10px 0px;
    outline: none;
}

#slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}

#slider .owl-theme .owl-dots .owl-dot.active, #slider .owl-theme .owl-dots .owl-dot:hover {
    border: 1px solid #ff7d15;
}

#slider .owl-theme .owl-dots .owl-dot span {
    margin: 0 auto;
}

#slider .owl-theme .owl-dots .owl-dot.active span, #slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7d15;
}

.owl-theme.slider_carousel .owl-nav {
    margin-top: 0;
    margin-left: 0;
    text-align: left;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-theme.slider_carousel .owl-nav button.owl-prev {
    float: left;
}

.owl-theme.slider_carousel .owl-nav button.owl-next {
    float: right;
}

.owl-theme.slider_carousel .owl-nav button.owl-prev, .owl-theme.slider_carousel .owl-nav button.owl-next {
    background: rgba(67, 75, 157, 0.3);
    margin: 0;
    width: 40px;
    height: 60px;
    padding: 0px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    border-radius: 0px;
}

.owl-theme.slider_carousel .owl-nav [class*='owl-']:hover {
    background: rgba(67, 75, 157, 0.9);
    color: #fff;
    text-decoration: none;
    outline: none;
}

.owl-theme.slider_carousel .owl-nav [class*='owl-']:focus {
    outline: none;
}

@media screen and (max-width: 991px) {
    .slider_type2 .slide-content .heading {
        font-size: 60px;
        line-height: 66px;
    }

    .slider_type2 .slider:after {
        display: none;
    }

    #slider .owl-theme .owl-dots {
        display: inline-flex;
        position: absolute;
        top: 100%;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    #slider .owl-theme .owl-dots .owl-dot {
        margin: 10px 10px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1191px) {
    .slider_type2 .slide-content {
        width: 65%;
    }
}

@media screen and (max-width: 767px) {
    .slide-content .heading {
        font-size: 48px;
        line-height: 52px;
    }

    .slide-content {
        padding: 0px 30px;
    }

    .slide-content p br {
        display: none;
    }

    .slider_type2 .slide-content {
        left: 0;
        padding: 0px 20px;
    }

    .slide-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .slide-content .more_btn a {
        padding: 10px 35px;
        font-size: 16px;
        line-height: 26px;
    }

    .slider_type2 .slide-content .more_btn a {
        padding: 10px 50px;
    }
}

@media screen and (max-width: 400px) {
    .slide-content .heading, .slider_type2 .slide-content .heading {
        font-size: 36px;
        line-height: 40px;
    }
}

/*---- Intro Banner ----*/
.intro {
    position: relative;
}

.intro:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../images/layer1.png) no-repeat center;
    width: 275px;
    height: 100%;
    z-index: -1;
}

.intro:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/icon-badge.png) no-repeat center;
    width: 75px;
    height: 95px;
    z-index: -2;
    opacity: 0.27;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.intro .banner_content {
    text-align: center;
}

.intro .banner_content h1 {
    font-size: 60px;
    color: #1c1e4e;
    line-height: 66px;
    margin-bottom: 40px;
}

.intro .banner_content h4 {
    font-family: 'GT Walsheim Medium';
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #3161ff;
    letter-spacing: 6px;
    margin-bottom: 30px;
}

.intro .banner_content p {
    font-size: 18px;
    line-height: 28px;
}

.intro .banner_content .btn_more a {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    color: #ff7d15;
    padding-top: 30px;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .intro:before {
        display: none;
    }

    .intro .banner_content h1 {
        font-size: 44px;
        line-height: 48px;
    }

    .intro .banner_content p br {
        display: none;
    }
}

/*---- Banner 8 ----*/
.banner_8 {
    background: #ff7d15;
    padding: 57px 0px;
}

.banner_8 .banner_content {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_8 .banner_content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 0px 5px 0px;
}

.banner_8 .banner_content p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #fff;
}

.banner_8 .banner_form-box-input {
    margin-left: auto;
    display: flex;
}

.banner_8 .form_btn {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    border: 2px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    background: #ff7d15;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 200px;
    max-width: 100%;
    outline: none;
    box-shadow: none;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.banner_8 .form_btn.btn_2 {
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.banner_8 .btn_input {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0px 50px;
}

.banner_8 .btn_input:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.banner_8 .btn_input:last-child {
    padding-right: 0px;
}

.banner_8 .btn_input h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
}

.banner_8 .form_btn.btn_2 {
    border: 2px solid #fff;
    background: #fff;
    color: #ff7d15;
    text-transform: uppercase;
}

.banner_8 .form_btn:focus, .banner_8 .form_btn:active, .banner_8 .form_btn:hover {
    background: #fff;
    color: #ff7d15;
    outline: none;
    box-shadow: none;
}

.banner_8 .form_btn.btn_2:focus, .banner_8 .form_btn.btn_2:active, .banner_8 .form_btn.btn_2:hover {
    background: #ff7d15;
    color: #fff;
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 991px) {
    .banner_8 .form_btn, .banner_8 .form_btn.btn_2 {
        margin: 10px 10px !important;
    }

    .banner_8 .banner_content {
        text-align: center;
        display: block;
    }

    .banner_8 .banner_form-box-input {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .banner_8 .banner_form-box-input {
        display: block;
    }

    .banner_8 .btn_input {
        text-align: center;
        border-left: 0px solid #8ace8a;
        padding: 20px 0px;
    }
}

/*--------- Service Type 1 ---------*/
.services_type1.srv_inner {
    padding-bottom: 55px;
}

.services_type1 .servicebox {
    position: relative;
    margin-bottom: 60px;
}

.services_type1 .servicebox .srv_img img {
    width: 100%;
}

.services_type1 .srv_content {
    padding: 27px 0px;
    border-bottom: 1px solid #ebebeb;
}

.services_type1 .servicebox:hover .srv_content {
    border-bottom: 1px solid #ff7d15;
}

.services_type1 .srv_content img {
    float: left;
    margin-top: 8px;
}

.services_type1 .srv_content .srv_full {
    padding-left: 65px;
}

.services_type1 .srv_content .srv_full h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.services_type1 .srv_content .srv_full h3 a {
    color: #1c1e4e;
    text-decoration: none;
}

.services_type1 .servicebox:hover .srv_content .srv_full h3 a {
    color: #ff7d15;
}

.services_type1 .srv_content .srv_full p {
    font-size: 16px;
    color: #414857;
    line-height: 26px;
}

.services_type1 .all_srv_btn {
    text-align: center;
    margin-top: 0px;
}

.services_type1 .all_srv_btn a {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    display: inline-block;
    background: #3161ff;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    padding: 17px 60px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.services_type1 .all_srv_btn a:hover {
    background: #ff7d15;
}

@media screen and (max-width: 991px) {
    .services_type1 .servicebox {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .services_type1 .srv_content .srv_full h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

/*--------- Services Type 2 ---------*/
#titulo-servicio {
    padding-bottom: 20px !important;
}

.services_type2 {
    position: relative;
    background: url(../images/service-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services_type2:before {
    content: "";
    position: absolute;
    background: rgba(28, 30, 78, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.services_type2.srv_inner {
    background: #fff;
}

.services_type2.srv_inner:before {
    display: none;
}

.services_type2 > div {
    position: relative;
    z-index: 1;
}

.services_type2 .section-title h2 {
    color: #fff;
}

.services_type2 .servicebox {
    background: #fff;
    padding: 50px 40px;
    border-bottom: 3px solid #3161ff;
    border-radius: 10px;
    margin: 15px 0px;
    -moz-box-shadow: 0px 2px 20px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 2px 20px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 2px 20px rgba(153, 153, 153, 0.2);
}

.services_type2 .servicebox .srv_top {
    display: flex;
    margin-bottom: 30px;
}

.services_type2 .servicebox .srv_top .srv_icon_box {
    position: relative;
}

.services_type2 .servicebox .srv_top .srv_icon_box .secondary_img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.services_type2 .servicebox:hover .srv_top .srv_icon_box .primary_img {
    opacity: 0;
    visibility: hidden;
}

.services_type2 .servicebox:hover .srv_top .srv_icon_box .secondary_img {
    opacity: 1;
    visibility: visible;
}

.services_type2 .servicebox .srv_desc h5 {
    margin-left: auto;
    color: #afd7fc;
    font-size: 18px;
    line-height: 52px;
    text-align: right;
    margin-bottom: 0;
}

.services_type2 .servicebox .srv_desc h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.services_type2 .servicebox .srv_desc h4 a {
    color: #ff7d15;
    text-decoration: none;
}

.services_type2 .servicebox .srv_desc p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.services_type2 .servicebox:hover {
    padding-top: 70px;
    background: #1c1e4e;
    border-bottom: 3px solid #ff7d15;
    margin-top: -5px;
    margin-bottom: 0;
}

.services_type2 .servicebox:hover .srv_desc h5 {
    color: #3161ff;
}

.services_type2 .servicebox:hover .srv_desc h4 a, .services_type2 .servicebox:hover .srv_desc p {
    color: #fff;
}

/*------ Service Details Type 1-----*/
.service_details_type1 .full_content {
    padding-right: 20px;
}

.service_details_type1 .full_content h6 {
    text-transform: uppercase;
    line-height: 24px;
}

.service_details_type1 .full_content h2 {
    font-size: 46px;
    line-height: 42px;
    letter-spacing: -1px;
    color: #1c1e4e;
    margin-top: 0px;
    margin-bottom: 10px;
}

.service_details_type1 .full_content p.sub_title {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #ff7d15;
    letter-spacing: 0.5px;
    margin-bottom: 60px;
}

.service_details_type1 .full_content p {
    font-size: 18px;
    line-height: 28px;
}

.funfact {
    margin-top: 60px;
    margin-bottom: 20px;
}

.funfact .funbox {
    text-align: left;
    float: left;
    width: 100%;
}

.funfact .funbox .fun-left {
    float: left;
    margin-right: 25px;
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 90px;
    -webkit-box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.1);
}

.funfact .fun_content {
    margin-top: 20px;
}

.funfact .funbox h1 {
    font-family: 'Lora', serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #ff7d15;
}

.funfact .funbox p {
    font-family: 'GT Walsheim Bold';
    color: #1c1e4e;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.funfact .funbox i {
    font-size: 48px;
    color: #42b95e;
}

@media screen and (max-width: 991px) {
    .funfact .funbox {
        text-align: center;
    }

    .funfact .funbox .fun-left {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .service_details_type1 .full_content p {
        font-size: 16px;
        line-height: 26px;
    }

    .funfact .funbox {
        margin-bottom: 40px;
    }

    .service_details_type1 .full_content h2 {
        font-size: 40px;
        line-height: 36px;
    }
}

.service_details_type1 .blockquote {
    background: #f9f9f9;
    padding: 30px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: 'GT Walsheim Medium';
    font-style: italic;
    letter-spacing: -0.5px;
    display: inline-block;
}

.service_details_type1 .project_desc_inner {
    margin-top: 35px;
    margin-bottom: 35px;
    display: inline-block;
}

.service_details_type1 .desc_txt p {
    font-size: 14px;
    line-height: 24px;
}

.service_details_type1 .desc_txt ul {
    padding-left: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.service_details_type1 .desc_txt ul li {
    position: relative;
    list-style: none;
    padding: 2px 0px 2px 20px;
}

.service_details_type1 .desc_txt ul li:before {
    content: "\f20f";
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: 50%;
    color: #1c1e4e;
    transform: translateY(-50%);
}

.service_details_type1 .video-banner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.service_details_type1 .video_btn a {
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    font-size: 16px;
    background: #fff;
    color: #ff7d15;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/*--------- Tab ---------*/
.tabset .nav-tabs {
    border-bottom: 0px;
}

.tabset .nav-tabs .nav-link {
    font-family: 'GT Walsheim Bold';
    font-size: 16px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #1c1e4e;
    border-radius: 0px;
    margin-right: 5px;
    padding: 10px 25px;
}

.tabset .nav-tabs .nav-link:last-child {
    margin-right: 0px;
}

.tabset .nav-tabs .nav-link.active, .tabset .nav-tabs .nav-item.show .nav-link {
    background: #fff;
    color: #ff7d15;
    border: 1px solid #ebebeb;
}

.tabset .tab-content {
    padding: 30px;
    margin-top: 5px;
    border: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
    .tabset .nav-tabs {
        display: block;
    }

    .tabset .nav-tabs .nav-link {
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

/*--------- Content 5 ---------*/
.content_5 .servicebox {
    position: relative;
    margin-bottom: 40px;
}

.content_5 .servicebox .srv_img {
    border: 1px solid #efefef;
    border-radius: 100%;
    background: #fff;
    color: #1c1e4e;
    width: 70px;
    height: 70px;
    line-height: 2;
    text-align: center;
    font-size: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content_5 .srv_content {
    background: #fff;
    padding: 20px 15px 20px 45px;
    border: 1px solid #eee;
    margin-left: 35px;
}

.content_5 .servicebox:hover .srv_img {
    border: 1px solid #3161ff;
    background: #3161ff;
    color: #fff;
}

.content_5 .srv_content .srv_full h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
}

.content_5 .srv_content .srv_full p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .content_5 .srv_content {
        padding: 60px 30px 30px 30px;
        margin-left: 0px;
    }

    .content_5 .servicebox .srv_img {
        left: 50%;
        top: -35px;
        transform: translatex(-50%);
    }


}




@media (min-width: 1200px){



}

.cuarentena , #intro2 , #slider2{
    display: none;}


.service_details_type1 .communication {
    background: #fafcff;
}

.service_details_type1 .communication .communication_body {
    padding: 30px 30px 30px 30px;
}

.service_details_type1 .communication img {
    margin-right: 10px;
}

.service_details_type1 .communication h4 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.service_details_type1 .communication h4 + p {
    margin-bottom: 20px;
}

.service_details_type1 .communication h5 {
    font-family: 'Lora', serif;
    font-size: 28px;
    color: #fff;
    background: #ff7d15;
    padding: 23px 30px;
    margin-bottom: 0;
}

.service_details_type1 .communication p {
    font-size: 14px;
    color: #1c1e4e;
    margin-bottom: 10px;
}

.service_details_type1 .communication i {
    float: left;
    color: #1c1e4e;
}

.service_details_type1 .communication .schedule_box {
    padding-left: 30px;
}

.service_details_type1 .communication .schedule_box h6 {
    font-size: 16px;
    margin-bottom: 0px;
}

.service_details_type1 .communication .info-body:last-child p {
    margin-bottom: 0px;
}

/*--------*/
.service_details_type1 .accordion2 .item.active .title {
    background: #fff;
}

.service_details_type1 .accordion2 .item.active .title h3 {
    color: #1c1e4e;
}

.service_details_type1 .accordion2 .item.active .title:after {
    content: "\f1fb";
    color: #1c1e4e;
}

.service_details_type1 .accordion2 .item .accor-info {
    padding: 25px 25px 10px 25px;
}

.service_details_type1 .accordion2 .item .accor-info p {
    font-size: 14px;
    line-height: 24px;
}

.graph-chart {
    text-align: center;
}

/*------ Service Details Type 2-----*/
.service_details_type2 .top_txt_box {
    margin-bottom: 40px;
}

.service_details_type2 .top_txt_box:last-child {
    margin-bottom: 0px;
}

.service_details_type2 .top_txt_box h5 {
    margin-bottom: 20px;
}

.service_details_type2 .top_txt_box p {
    font-size: 18px;
    line-height: 28px;
}

.service_details_type2 .image_box {
    margin-bottom: 30px;
}

.service_details_type2 .image_box:last-child {
    margin-bottom: 0px;
}

.service_details_type2 .accordion2 .item {
    margin-bottom: 15px;
}

.service_details_type2 .accordion2 .item.active .title {
    background: #fff;
}

.service_details_type2 .accordion2 .item.active .title h3 {
    color: #1c1e4e;
}

.service_details_type2 .accordion2 .item.active .title:after {
    content: "\f1fb";
    color: #1c1e4e;
}

.service_details_type2 .accordion2 .item .accor-info {
    padding: 25px 25px 10px 25px;
}

.service_details_type2 .accordion2 .item .accor-info p {
    font-size: 14px;
    line-height: 24px;
}

.service_details_type2 .desc_txt ul {
    padding: 0px;
    margin: 0px;
}

.service_details_type2 .desc_txt ul li {
    position: relative;
    list-style: none;
    padding: 5px 0px 5px 20px;
}

.service_details_type2 .desc_txt ul li:before {
    content: "\f20f";
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: 50%;
    color: #ff7d15;
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    .service_details_type2 .accordion2 {
        margin-bottom: 30px;
    }

    .service_details_type2 .desc_txt {
        margin-bottom: 0px;
    }

    .service_details_type3 .top_txt_box p {
        font-size: 16px;
        line-height: 24px;
    }
}

/*---- Banner 5 ----*/
.banner_5 {
    position: relative;
    background: url('../images/banner-bg2.jpg');
    background-size: cover;
    background-position: center;
    padding: 50px 50px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.banner_5:before {
    content: "";
    background: rgba(28, 30, 78, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_5 > div {
    position: relative;
}

.banner_5 .banner_content {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_5 .banner_content h4 {
    color: #fff;
    font-size: 24px;
    margin: 8px 0px 0px 0px;
}

.banner_5 .banner_content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.banner_5 .banner_form-box-input {
    margin-left: auto;
}

.banner_5 .form_btn {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    font-size: 16px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    background: #ff7d15;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 200px;
    max-width: 100%;
    outline: none;
    box-shadow: none;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.banner_5 .form_btn:hover {
    background: #fff;
    color: #ff7d15;
}

/*------ Service Details Type 3-----*/
.service_details_type3 .offer_image {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.img-diferen-index {
    background: url('../images/about/img2.jpg');
}

.img-aum-presion {
    background: url('../images/services/banner/presion-de-agua.jpg');
}

.img-calent {
    background: url('../images/services/banner/reparaciondecalentadores2.jpg');
}

.img-desinund {
    background: url('../images/services/banner/motobombas.jpg');
}

.img-dest-caneria {
    background: url('../images/services/banner/destapa-caneria.jpg');
}

.img-deteccion-fugas {
    background: url('../images/services/banner/detectamos-fugas-con-geofono2.jpg');
}

.img-griferias {
    background: url('../images/services/banner/griferias.jpg');
}

.img-impermeabilizacion {
    background: url('../images/services/banner/impermeabilizacion.jpg');
}

.img-ins-tuberia {
    background: url('../images/services/banner/camara-de-inspeccion2.jpg');
}

.img-motobombas {
    background: url('../images/services/banner/motobombas2.jpg');
}

.img-tanques {
    background: url('../images/services/banner/lavado-de-tanque2.jpg');
}

.img-soldadura-cobre {
    background: url('../images/services/banner/soldadura-de-tuberias2.jpg');
}

.img-reparacion-tuberias {
    background: url('../images/services/srv_post6.jpg');
}

.img-24HorasBogota {
    background: url('../images/services/banner/plomero-24-horas.jpg');
}

.img-servicio-plomeria {
    background: url('../images/services/banner/servicio-plomeria.jpg');
}

.service_details_type3 .offer_list {
    padding: 0px 0px 30px 30px;
    max-width: 580px;
}

.service_details_type3 .offer_list .project_desc_inner_header {
    padding-top: 0px;
}

.service_details_type3 .offer_list .project_desc_inner_header h4 {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 46px;
    line-height: 42px;
    letter-spacing: -1px;
}

.service_details_type3 .offer_list .project_desc_inner_header h4:after {
    display: none;
}

.service_details_type3 .offer_list .project_desc_inner_header p {
    font-size: 18px;
    color: #ff7d15;
    font-style: italic;
}

.service_details_type3 .top_txt_box {
    margin-top: 40px;
    margin-bottom: 40px;
}

.service_details_type3 .top_txt_box p {
    font-size: 18px;
    line-height: 28px;
}

.service_details_type3 .offer_list_item {
    margin-bottom: 20px;
}

.service_details_type3 .offer_list_item img {
    float: left;
    width: 20px;
}

.service_details_type3 .offer_list_item .offer_list_item_txt {
    padding-left: 40px;
}

.service_details_type3 .offer_list_item .offer_list_item_txt h4 {
    font-family: 'GT Walsheim Medium';
    font-size: 20px;
}

.service_details_type3 .banner_5 {
    margin-top: 0px;
    padding: 85px 50px;
}

.service_details_type3 .banner_5 .banner_content .banner_offer_box {
    border: 2px solid #ff7d15;
    width: 135px;
    height: 100px;
    text-align: center;
    padding: 15px;
    margin-right: 30px;
}

.service_details_type3 .banner_5 .banner_content .banner_offer_box h2 {
    font-size: 30px;
    color: #ff7d15;
}

.service_details_type3 .banner_5 .banner_content .banner_offer_box p {
    font-family: 'GT Walsheim Bold';
    font-size: 18px;
    letter-spacing: 4px;
    color: #ff7d15;
}

.service_details_type3 .banner_5 .banner_content h4 {
    color: #fff;
    font-size: 30px;
    margin: 8px 0px 20px 0px;
    line-height: 36px;
    letter-spacing: 1px;
}

.service_details_type3 .banner_5 .banner_content p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0px;
}

.service_details_type3 .banner_5 .form_btn {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 280px;
    max-width: 100%;
    padding: 20px 0px 20px 0px;
    margin-top: 15px;
}

.service_details_type3 .accordion2 .item {
    margin-bottom: 15px;
}

.service_details_type3 .accordion2 .item .title {
    padding: 18px 25px;
    border-radius: 3px;
}

.service_details_type3 .accordion2 .item .title h3 {
    font-family: 'GT Walsheim Medium';
    font-size: 18px;
}

.service_details_type3 .accordion2 .item.active .title h3 {
    color: #fff;
}

.service_details_type3 .accordion2 .item .title:after {
    content: "\f3d1";
    font-family: 'Ionicons';
    color: #1c1e4e;
}

.service_details_type3 .accordion2 .item.active .title:after {
    content: "\f3d0";
    color: #ff7d15;
}

.service_details_type3 .accordion2 .item .accor-info {
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #f4f4f4;
    border-radius: 0px 0px 3px 3px;
}

.service_details_type3 .accordion2 .item .accor-info p {
    font-size: 16px;
}

/*------ Service Details Type 4-----*/
.service_details_type4 {
    padding-bottom: 0px;
}

.service_details_type4 .project_desc_inner_header {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 60px;
}

.service_details_type4 .project_desc_inner_header h4 {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 46px;
    line-height: 42px;
    letter-spacing: -1px;
}

.service_details_type4 .project_desc_inner_header h4:after {
    display: none;
}

.service_details_type4 .project_desc_inner_header p {
    font-size: 18px;
    color: #ff7d15;
    font-style: italic;
}

.service_details_type4 .offer {
    margin-top: 50px;
    margin-bottom: 50px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service_details_type4 .offer_list {
    padding-left: 0px;
    padding-bottom: 0px;
}

.service_details_type4 .testimonials2 {
    padding-top: 115px;
    padding-bottom: 130px;
    margin-top: 150px;
    background: #f6faff;
}

@media screen and (max-width: 991px) {
    .banner_5 .banner_content {
        text-align: center;
        display: block;
        justify-content: center;
    }

    .service_details_type3 .banner_5 .banner_content .banner_offer_box, .banner_5 .banner_content .banner_offer_box {
        margin: 0 auto;
    }

    .banner_5 .banner_content h4 {
        margin: 0px 0px 15px 0px;
    }

    .service_details_type3 .banner_5 .banner_content h4 {
        margin: 10px 0px 10px 0px;
        font-size: 24px;
    }

    .graph-chart {
        margin-top: 30px;
    }

    .service_details_type3 .banner_5 .form_btn {
        padding: 12px 0px 12px 0px;
    }
}

@media screen and (max-width: 767px) {
    .srv_sidebar {
        margin-bottom: 50px;
    }

    .project_desc_inner {
        margin-bottom: 30px;
    }

    .accordion2 {
        margin-bottom: 30px;
    }

    .service_details_type4 .testimonials2 {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: 50px;
    }
}

/*----- Innerpage Sidenav ------*/
.innerpage_sidenav ul {
    padding: 0px;
    margin: 0px;
}

.innerpage_sidenav ul li {
    list-style: none;
}

.innerpage_sidenav ul li a {
    position: relative;
    list-style: none;
    background: #f6faff;
    padding: 18px 25px 18px 30px;
    border-bottom: 1px solid #e0e6ec;
    font-family: 'GT Walsheim Bold';
    font-size: 16px;
    line-height: 24px;
    color: #1c1e4e;
    display: flex;
}

.innerpage_sidenav ul li:last-child a {
    border-bottom: 0px;
}

.innerpage_sidenav ul li a i {
    font-size: 0px;
    margin-right: 0px;
    line-height: 20px;
}

.innerpage_sidenav ul li a:after {
    content: "\f284";
    font-family: "Ionicons";
    font-size: 20px;
    color: #f17714;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.innerpage_sidenav ul li.active a, .innerpage_sidenav ul li a:hover {
    background: #1c1e4e;
    color: #f17714;
}

.innerpage_sidenav ul li.active a i, .innerpage_sidenav ul li a:hover i {
    color: #3161ff;
    font-size: 24px;
    margin-right: 20px;
}

.innerpage_sidenav ul li.active a:after, .innerpage_sidenav ul li a:hover:after {
    opacity: 1;
    visibility: visible;
}

.innerpage_sidenav.reverse ul li a {
    justify-content: flex-end;
}

.innerpage_sidenav.reverse ul li a i {
    margin-right: 0px;
}

.innerpage_sidenav.reverse ul li.active a i, .innerpage_sidenav.reverse ul li a:hover i {
    color: #3161ff;
    font-size: 24px;
    margin-left: 20px;
}

.innerpage_sidenav.reverse ul li a:after {
    display: none;
}

.innerpage_sidenav.reverse ul li a:before {
    content: "\f282";
    font-family: "Ionicons";
    font-size: 20px;
    color: #f17714;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.innerpage_sidenav.reverse ul li.active a:before, .innerpage_sidenav.reverse ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}

.service_details_type2 .innerpage_sidenav ul li a {
    background: transparent;
}

.service_details_type2 .innerpage_sidenav ul li.active a, .service_details_type2 .innerpage_sidenav ul li a:hover {
    background: #1c1e4e;
    color: #f17714;
}

.service_details_type2 .innerpage_sidenav ul li a i {
    display: none;
}

.service_details_type5 .innerpage_sidenav ul li.active a, .service_details_type5 .innerpage_sidenav ul li a:hover {
    background: #1c1e4e;
    color: #f17714;
    border-right: 5px solid #f17714;
    border-bottom: 1px solid transparent;
}

.service_details_type5 .innerpage_sidenav ul li a:after {
    display: none;
}

.file_download {
    display: flex;
    border: 1px solid #e0e6ec;
    padding: 15px;
    margin-top: 40px;
    align-items: center;
}

.file_download h6 {
    font-family: 'GT Walsheim Medium';
    margin-bottom: 2px;
}

.file_download p {
    font-size: 14px;
    margin-bottom: 0px;
}

.file_download i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 15px;
    display: inline-table;
}

.service_details_type2 .file_download {
    background: #f6faff;
    border: 1px solid transparent;
}

.testimonials.testimonials4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.testimonials.testimonials4 .testibox {
    padding: 30px;
    margin: 0px;
    background: transparent;
}

.testimonials .testibox:before {
    display: none;
}

.testimonials.testimonials4 .testibox .testi-img {
    margin: 0;
    float: left;
    width: 50px;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
    border: 0px solid #3161ff;
    position: relative;
    top: 15px;
    left: auto;
    transform: translateX(0);
}

.testimonials.testimonials4 .testi-content {
    margin-top: 20px;
}

.testimonials.testimonials4 .testi-inner {
    padding-left: 65px;
    text-align: left;
}

.testimonials.testimonials4 .testibox ul {
    margin-bottom: 0px;
}

.testimonials.testimonials4 .testibox li {
    font-size: 14px;
    line-height: 16px;
}

.testimonials.testimonials4 .testibox h4 {
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-top: 5px;
    margin-bottom: 3px;
    color: #fff;
}

.testimonials.testimonials4 .testibox p, .testimonials.testimonials4 .testibox q {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.testimonials.testimonials4 .testibox h6 {
    font-size: 12px;
    color: #fff;
}

.testimonials.testimonials4 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -5px;
    margin-right: 30px;
    padding-bottom: 15px;
    text-align: right;
}

.testimonials.testimonials4 .owl-theme .owl-dots .owl-dot {
    margin: 0px;
    border: 0px;
}

.testimonials.testimonials4 .owl-theme .owl-dots .owl-dot.active, .testimonials.testimonials4 .owl-theme .owl-dots .owl-dot:hover {
    border: 0px;
}

.testimonials.testimonials4 .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
}

@media screen and (min-width: 768px) {
    .service_details_type6 .testimonials.testimonials4 .testibox .testi-img {
        float: right;
    }

    .service_details_type6 .testimonials.testimonials4 .testi-inner {
        padding-left: 0px;
        padding-right: 65px;
        text-align: right;
    }

    .service_details_type6 .testimonials.testimonials4 .owl-theme .owl-nav.disabled + .owl-dots {
        margin-right: 0px;
        margin-left: 30px;
        text-align: left;
    }
}

/*----- About Section ------*/
.about {
    -moz-box-shadow: 0px -10px 15px rgba(5, 35, 74, 0.02);
    -webkit-box-shadow: 0px -10px 15px rgba(5, 35, 74, 0.02);
    box-shadow: 0px -10px 15px rgba(5, 35, 74, 0.02);
    padding-bottom: 0px;
}

.about_image {
    background: url('../images/about/img1.jpg');
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    -moz-box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.1);
    box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.1);
}

.about_inner {
    padding-left: 20px;
    max-width: 525px;
    padding-bottom: 40px;
}

.about_quote {
    position: relative;
    padding: 30px 0px 0px 30px;
    margin-bottom: 60px;
}

.about_quote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    background: #f6faff;
    z-index: -1;
}

.about_quote i {
    font-size: 30px;
    color: #ff7d15;
}

.about_inner .quote {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 18px;
    padding-left: 30px;
}

.about_inner .info {
    margin-top: 20px;
}

.about_inner .info span {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
}

.about_inner h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.about_inner p.shortdesc {
    font-size: 18px;
    line-height: 28px;
}

.about_inner .abt_btn {
    margin-top: 60px;
}

.about_inner .abt_btn a {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    display: inline-block;
    background: #3161ff;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    padding: 17px 60px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.about_inner .abt_btn a:hover {
    background: #ff7d15;
}

@media screen and (max-width: 991px) {
    .about_image {
        display: none;
    }

    .about_inner {
        max-width: 100%;
        padding-bottom: 0px;
        padding-right: 20px;
    }

    .about_quote {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 767px) {
    .about_inner h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .about_inner p.shortdesc {
        font-size: 16px;
        line-height: 26px;
    }
}

/*--------- Offers ---------*/
.offer {
    -moz-box-shadow: 0px 5px 10px rgba(5, 35, 74, 0.05);
    -webkit-box-shadow: 0px 5px 10px rgba(5, 35, 74, 0.05);
    box-shadow: 0px 5px 10px rgba(5, 35, 74, 0.05);
    padding-bottom: 0px;
}

.offer_image { /* background: url('../images/about/img2.jpg');*/
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    -moz-box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.1);
    box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.1);
}

.offer_list {
    padding-left: 40px;
    max-width: 550px;
    padding-bottom: 20px;
}

.offer_list_item {
    margin-bottom: 80px;
}

.offer_list_item img {
    float: left;
}

.offer_list_item .offer_list_item_txt {
    padding-left: 75px;
}

.offer_list_item .offer_list_item_txt h4 {
    color: #1c1e4e;
    line-height: 20px;
    margin-bottom: 15px;
}

.offer_list_item .offer_list_item_txt p {
    font-size: 18px;
    line-height: 28px;
    word-break: break-all;
}

@media screen and (max-width: 991px) {
    .offer_image {
        display: none;
    }

    .service_details_type3 .offer_list, .offer_list {
        padding: 0px 30px 0px 30px;
        max-width: 100%;
    }

    .offer_list_item {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .offer_list {
        padding: 40px 15px 40px 15px;
    }
}

@media screen and (max-width: 575px) {
    .offer_list_item img {
        float: none;
        margin-bottom: 15px;
    }

    .offer_list_item .offer_list_item_txt {
        padding-left: 0px;
    }

    .slider {
        background-position: center !important;
    }
}

/*--------- Feature Type 1 ---------*/
.feature_type1 .servicebox {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 30px 30px 30px 30px;
}

.feature_type1 .servicebox:hover, .feature_type1 .servicebox.active {
    -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
}

.feature_type1 .servicebox .srv_img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    background: #3161ff;
}

.feature_type1 .servicebox:hover .srv_img, .feature_type1 .servicebox.active .srv_img {
    color: #fff;
    background: #ff7d15;
}

.feature_type1 .srv_content {
    position: relative;
    z-index: 1;
}

.feature_type1 .servicebox:after {
    content: "";
    background: #ebebeb;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30%;
    height: 1px;
    margin-top: 0;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
}

.feature_type1 .servicebox:hover:after, .feature_type1 .servicebox.active:after {
    background: #ff7d15;
    width: 100%;
    height: 2px;
    margin-top: 0;
    -webkit-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
}

.feature_type1 .srv_content .srv_full {
    padding: 30px 0px 0px 0px;
}

.feature_type1 .srv_content .srv_full h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.feature_type1 .srv_content .srv_full p {
    font-size: 16px;
    color: #414857;
    line-height: 26px;
    margin-bottom: 0px;
}

.feature_type1 .servicebox .btn_more {
    line-height: 0;
}

.feature_type1 .servicebox .btn_more a {
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    padding-top: 0px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
}

.feature_type1 .servicebox:hover .btn_more, .feature_type1 .servicebox.active .btn_more {
    line-height: 16px;
}

.feature_type1 .servicebox:hover .btn_more a, .feature_type1 .servicebox.active .btn_more a {
    padding-top: 25px;
    opacity: 1;
    visibility: visible;
}

.feature_type1 .servicebox.active .btn_more a {
    color: #ff7d15;
}

.feature_type1 .servicebox .shadow_img {
    font-size: 200px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    opacity: 0;
}

.feature_type1 .servicebox:hover .shadow_img, .feature_type1 .servicebox.active .shadow_img {
    opacity: 0.05;
}

@media screen and (max-width: 991px) {
    .feature_type1 .servicebox {
        margin-bottom: 40px;
    }
}

/*---- Banner 3 ----*/
.banner_3 {
    position: relative;
    background: url('../images/banner-bg2.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 95px;
}

.banner_3:before {
    content: "";
    position: absolute;
    background: rgba(28, 30, 78, 0.78);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_3 > div {
    position: relative;
}

.banner_3 .banner_content {
    text-align: center;
}

.banner_3 .banner_content h4 {
    color: #fff;
    font-size: 36px;
    margin: 0px 0px 20px 0px;
    letter-spacing: 1px;
}

.banner_3 .banner_content p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 1px;
}

.banner_3 .banner_form-box-input {
    padding: 35px 0px 0px 0px;
}

.banner_3 .form_btn {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    display: inline-block;
    background: #ff7d15;
    border-bottom: 5px solid #f97613;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    padding: 15px 60px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.banner_3 .form_btn:hover {
    background: #fff;
    border-bottom: 5px solid #fafafa;
    color: #3161ff;
}

/*--------- Portfolio Section ---------*/
.works div {
    -webkit-transition: none;
    transition: none;
}

ul#filters {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0px auto 35px;
}

ul#filters li {
    font-family: 'GT Walsheim Medium';
    display: inline-block;
}

.filter {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #1c1e4e;
    cursor: pointer;
    padding: 0px 30px 10px 30px;
    border-bottom: 1px solid #ebebeb;
    margin: 0px -3px;
}

.filter:hover, .filter.active {
    color: #ff7d15;
    border-bottom: 1px solid #ff7d15;
}

.filter:hover:after, .filter.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ff7d15;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#portfoliolist > .row {
    justify-content: center;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0px 3px;
    display: none;
    float: left;
}

.portfolio img {
    width: 100%;
}

.portfolio-wrapper {
    position: relative;
}

.works .works-info {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.works .portfolio:hover .works-info {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.works-info .label-text {
    background: #1c1e4e;
    padding: 30px;
    border-bottom: 2px solid #ff7d15;
}

.works-info .label-text h4 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 90px;
    margin-bottom: 18px;
    color: #fff;
}

.works-info .label-text a.popup {
    font-size: 24px;
    color: #ff7d15;
}

.works-info .label-text a.link {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
    color: #ff7d15;
    text-decoration: none;
}

.works .all_project_btn {
    text-align: center;
    margin-top: 60px;
}

.works .all_project_btn a {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    display: inline-block;
    background: #3161ff;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    padding: 17px 60px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.works .all_project_btn a:hover {
    background: #ff7d15;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 767px) {
    .filter {
        font-size: 14px;
        padding: 0px 10px 5px 10px;
        margin: 0px 0px 10px 0px;
    }
}

/*------ Portfolio Details -----*/
.portfolio-details .full_content {
    padding-right: 20px;
}

.portfolio-details .full_content h6 {
    text-transform: uppercase;
    line-height: 24px;
}

.portfolio-details .full_content h2 {
    font-size: 46px;
    line-height: 42px;
    letter-spacing: -1px;
    color: #1c1e4e;
    margin-top: 0px;
    margin-bottom: 10px;
}

.portfolio-details .full_content .sub_title {
    font-size: 18px;
    font-style: italic;
    color: #ff7d15;
    letter-spacing: 0.5px;
    margin-bottom: 45px;
}

.portfolio-details .client_rating {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.portfolio-details .client_rating h5 {
    margin-bottom: 0px;
    margin-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.portfolio-details .client_rating i {
    color: #ff7d15;
    padding: 0px 3px;
}

.portfolio-details .full_content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.portfolio-details .full_content p:last-child {
    margin-bottom: 0px;
}

.portfolio-details .project_info_grid .info_grid {
    position: relative;
    padding: 13px 30px;
    background: #1c1e4e;
    border: 1px solid #1c1e4e;
    margin-bottom: 15px;
}

.portfolio-details .project_info_grid {
    margin-top: 40px;
}

.portfolio-details .project_info_grid .info_grid i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ff7d15;
    font-size: 18px;
}

.portfolio-details .project_info_grid .info_grid_inner {
    padding-left: 40px;
}

.portfolio-details .project_info_grid .info_grid h5 {
    font-family: 'GT Walsheim Medium';
    font-size: 16px;
    color: #fff;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.portfolio-details .project_info_grid .info_grid p {
    color: #ff7d15;
    margin-bottom: 0px;
    font-size: 14px;
}

/*------ Details_type_1 -----*/
.details_type1 .portfolio-details .project_info_grid {
    margin-top: 0px;
}

.details_type1 .portfolio-details .project_info_grid .info_grid {
    background: #fff;
    border: 1px solid #e0e6ec;
}

.details_type1 .portfolio-details .project_info_grid .info_grid i, .details_type1 .portfolio-details .project_info_grid .info_grid h5, .details_type1 .portfolio-details .project_info_grid .info_grid p {
    color: #1c1e4e;
}

.details_type1 .portfolio-details .client_rating {
    padding-left: 45px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.details_type1 .project_desc_bottom {
    background: #f9fbfd;
    padding: 0px 0px 430px 0px;
    margin-top: 130px;
}

.details_type1 .project_desc_inner {
    margin-top: 135px;
}

.project_desc_inner_header h4 {
    position: relative;
    margin-bottom: 35px;
    margin-top: 0px;
    padding-bottom: 20px;
}

.project_desc_inner_header h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background: #ff7d15;
}

.details_type1 .desc_txt p {
    font-size: 14px;
    line-height: 24px;
}

.details_type1 .desc_txt ul {
    padding-left: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.details_type1 .desc_txt ul li {
    position: relative;
    list-style: none;
    padding: 4px 0px 4px 20px;
}

.details_type1 .desc_txt ul li:before {
    content: "\f20f";
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: 50%;
    color: #1c1e4e;
    transform: translateY(-50%);
}

.details_type1 .accordion2 .item.active .title {
    background: #fff;
}

.details_type1 .accordion2 .item.active .title h3 {
    color: #1c1e4e;
}

.details_type1 .accordion2 .item.active .title:after {
    content: "\f1fb";
    color: #1c1e4e;
}

.details_type1 .testimonials {
    margin-top: -290px;
}

.details_type1 .testimonials.testimonials3 .testibox {
    padding: 80px 60px 50px 60px;
    -moz-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
    -webkit-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
    box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
}

.details_type1 .pagination-div {
    margin-top: 135px;
}

/*------ Details_type_2 -----*/
.details_type2 .portfolio-details .project_info_grid {
    margin-top: 0px;
    background: #1c1e4e;
    padding: 30px 40px;
}

.details_type2 .portfolio-details .project_info_grid h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.details_type2 .portfolio-details .project_info_grid .info_grid {
    position: relative;
    margin-bottom: 0px;
    padding: 15px 0px;
}

.details_type2 .portfolio-details .project_info_grid .info_grid_inner {
    padding-left: 0px;
}

.details_type2 .portfolio-details .project_info_grid .info_grid h5 span {
    position: relative;
    font-family: 'GT Walsheim Bold';
    text-transform: uppercase;
    color: #ff7d15;
    width: 120px;
    display: table;
    margin-right: 10px;
}

.details_type2 .portfolio-details .project_info_grid .info_grid h5 span:after {
    content: ":";
    position: absolute;
    top: 37%;
    right: 0;
    left: auto;
    color: #ff7d15;
    font-size: 18px;
    transform: translateY(-50%);
}

.details_type2 .portfolio-details .client_rating {
    margin-bottom: 0px;
    margin-top: 35px;
}

.details_type2 .portfolio-details .client_rating h5 {
    color: #fff;
    margin-right: 10px;
}

.details_type2 .portfolio-details .client_rating i {
    padding: 0px 1px;
    font-size: 24px;
}

.details_type2 .project_desc_bottom {
    background: #f9fbfd;
    padding: 0px 0px 430px 0px;
    margin-top: 130px;
}

.details_type2 .project_desc_inner {
    margin-top: 135px;
}

.details_type2 .desc_txt p {
    font-size: 14px;
    line-height: 24px;
}

.details_type2 .desc_txt ul {
    padding-left: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.details_type2 .desc_txt ul li {
    position: relative;
    list-style: none;
    padding: 2px 0px 2px 20px;
}

.details_type2 .desc_txt ul li:before {
    content: "\f20f";
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: 50%;
    color: #1c1e4e;
    transform: translateY(-50%);
}

.details_type2 .accordion2 .item.active .title {
    background: #fff;
}

.details_type2 .accordion2 .item.active .title h3 {
    color: #1c1e4e;
}

.details_type2 .accordion2 .item.active .title:after {
    content: "\f1fb";
    color: #1c1e4e;
}

.details_type2 .testimonials {
    margin-top: -290px;
}

.details_type2 .testimonials.testimonials3 .testibox {
    padding: 80px 60px 50px 60px;
    -moz-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
    -webkit-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
    box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
}

.details_type2 .pagination-div {
    margin-top: 135px;
}

/*------ Details_type_3 -----*/
.details_type3 .project_desc_bottom {
    background: #f9fbfd;
    padding: 130px 0px 400px 0px;
    margin-top: 130px;
}

.details_type3 .desc_txt p {
    font-size: 14px;
    line-height: 24px;
}

.details_type3 .desc_txt ul {
    padding-left: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.details_type3 .desc_txt ul li {
    position: relative;
    list-style: none;
    padding: 2px 0px 2px 20px;
}

.details_type3 .desc_txt ul li:before {
    content: "\f20f";
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: 50%;
    color: #1c1e4e;
    transform: translateY(-50%);
}

.details_type3 .accordion2 .item.active .title {
    background: #fff;
}

.details_type3 .accordion2 .item.active .title h3 {
    color: #1c1e4e;
}

.details_type3 .accordion2 .item.active .title:after {
    content: "\f1fb";
    color: #1c1e4e;
}

.details_type3 .testimonials {
    margin-top: -290px;
}

.details_type3 .testimonials.testimonials3 .testibox {
    padding: 80px 60px 50px 60px;
    -moz-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
    -webkit-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
    box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
}

.details_type3 .pagination-div {
    margin-top: 135px;
}

/*------ Details_type_4 -----*/
.portfolio-details-img {
    position: relative;
    margin-bottom: 35px;
}

.portfolio-details-img .col-lg-5 {
    padding-left: 0px;
}

.portfolio-details-img .col-lg-5 .image_box:first-child {
    margin-bottom: 15px;
}

.details_type4 .portfolio-details .portfolio-content-info {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
}

.details_type4 .portfolio-details .full_content {
    padding-right: 0px;
}

.details_type4 .portfolio-details .project_info_grid {
    margin-top: 0px;
    background: #1c1e4e;
    padding: 30px 40px;
}

.details_type4 .portfolio-details .project_info_grid h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.details_type4 .portfolio-details .project_info_grid .info_grid {
    position: relative;
    margin-bottom: 0px;
    padding: 15px 0px;
}

.details_type4 .portfolio-details .project_info_grid .info_grid_inner {
    padding-left: 0px;
}

.details_type4 .portfolio-details .project_info_grid .info_grid h5 span {
    position: relative;
    font-family: 'GT Walsheim Bold';
    text-transform: uppercase;
    color: #ff7d15;
    width: 120px;
    display: inline-block;
    margin-right: 10px;
}

.details_type4 .portfolio-details .project_info_grid .info_grid h5 span:after {
    content: ":";
    position: absolute;
    top: 37%;
    right: 0;
    left: auto;
    color: #ff7d15;
    font-size: 18px;
    transform: translateY(-50%);
}

.details_type4 .portfolio-details .client_rating {
    margin-bottom: 0px;
    margin-top: 35px;
}

.details_type4 .portfolio-details .client_rating h5 {
    color: #fff;
    margin-right: 10px;
}

.details_type4 .portfolio-details .client_rating i {
    padding: 0px 1px;
    font-size: 24px;
}

/*------ Details_type_5 -----*/
.details_type5 .portfolio-details h2.project_title {
    font-size: 46px;
    line-height: 42px;
    letter-spacing: -1px;
    color: #1c1e4e;
    margin-top: 0px;
    margin-bottom: 10px;
}

.details_type5 .portfolio-details p.sub_title {
    font-size: 18px;
    font-style: italic;
    color: #ff7d15;
    letter-spacing: 0.5px;
    margin-bottom: 45px;
}

.accordion2 .item {
    position: relative;
    border-radius: 0px;
    margin-bottom: 20px;
}

.accordion2 .item:last-child {
    margin-bottom: 0px;
}

.accordion2 .item .title {
    position: relative;
    margin-bottom: 0px;
    padding: 15px 25px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f4f4f4;
}

.accordion2 .item .title h3 {
    font-size: 16px;
    color: #1c1e4e;
    margin-bottom: 0;
}

.accordion2 .item .title:after {
    content: "\f272";
    font-family: 'Ionicons';
    position: absolute;
    color: #e0e6ec;
    font-size: 18px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.accordion2 .item.active .title {
    background: #1c1e4e;
}

.accordion2 .item.active .title h3 {
    color: #ff7d15;
}

.accordion2 .item.active .title:after {
    content: "\f1fc";
    color: #fff;
}

.accordion2 .item .accor-info {
    display: none;
    padding: 30px 30px 10px 30px;
    line-height: 24px;
}

.accordion2 .item .accor-info p {
    margin-bottom: 0px;
}

.accordion2 .item .accor-info.active {
    display: block;
}

.details_type5 .project_desc_bottom {
    background: #f9fbfd;
    padding: 65px 0px 370px 0px;
    margin-top: 30px;
}

.details_type5 .testimonials {
    margin-top: -290px;
}

.details_type5 .testimonials.testimonials3 .testibox {
    padding: 80px 60px 50px 60px;
    -moz-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
    -webkit-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
    box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.1);
}

.details_type5 .pagination-div {
    margin-top: 135px;
}

@media screen and (max-width: 991px) {
    .portfolio-content-info {
        margin-top: 30px;
    }

    .portfolio-details-img .image_box img {
        width: 100%;
    }

    .portfolio-details-img .col-lg-5.pl-0 {
        padding-left: 15px !important;
    }

    .portfolio-details-img .col-lg-5 .image_box:first-child {
        margin-top: 15px
    }

    .portfolio-details-img .col-lg-5 .image_box img {
        width: 100%
    }

    .accordion2 .item .accor-info {
        font-size: 16px;
        line-height: 24px;
    }

    .desc_txt {
        margin-bottom: 30px;
    }

    .portfolio-details .full_content {
        margin-bottom: 30px;
    }

    .details_type1 .portfolio-details .client_rating {
        padding-left: 0px;
    }

    .details_type1 .project_desc_bottom {
        padding: 0px 0px 330px 0px;
    }

    .details_type3 .project_desc_bottom {
        padding: 130px 0px 300px 0px;
    }

    .details_type4 .portfolio-details .portfolio-content-info {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0%);
        margin-top: 30px;
    }

    .details_type4 .portfolio-details .project_info_grid h4 {
        text-align: left;
    }

    .details_type4 .testimonials.testimonials3 {
        margin-top: 100px;
    }
}

@media screen and (max-width: 600px) {
    .portfolio-details .project_info_grid .info_grid h5 {
        display: block;
    }

    .details_type2 .portfolio-details .project_info_grid .info_grid h5 span {
        display: inline-block;
    }
}

/*------ Testimonial section -----*/
.testimonials {
    position: relative;
    background: url('../images/testimonial-bg.jpg');
    background-position: center;
    background-size: cover;
}

.testimonials:before {
    content: "";
    position: absolute;
    background: rgba(28, 30, 78, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonials > div {
    position: relative;
}

.testimonials .section-title {
    color: #fff;
    margin-bottom: 100px;
}

.testimonials .section-title h2 {
    color: #fff;
}

.testimonials .testibox {
    background: #1c1e4e;
    padding: 80px 100px 60px 100px;
    margin: 80px 20px 40px 20px;
    text-align: center;
    -moz-box-shadow: 0px 15px 50px rgba(21, 21, 21, 0.5);
    -webkit-box-shadow: 0px 15px 50px rgba(21, 21, 21, 0.5);
    box-shadow: 0px 15px 50px rgba(21, 21, 21, 0.5);
}

.testimonials .testibox .testi-img {
    margin: 0 auto;
    width: 140px;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #3161ff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials .testibox h4 {
    font-family: 'GT Walsheim Medium';
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-top: 50px;
    color: #ff7d15;
}

.testimonials .testibox h6 {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #b4c5ff;
    margin-bottom: 0px;
}

.testimonials .testibox p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-style: italic;
}

.testimonials .testibox ul {
    padding: 0px;
}

.testimonials .testibox li {
    display: inline-block;
    font-size: 22px;
    color: #ff7d15;
}

.testimonials .testibox:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 120px;
    color: #f9fbfd;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonials .owl-theme .owl-dots .owl-dot {
    border: 1px solid transparent;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: 0px 10px;
    outline: none;
}

.testimonials .owl-theme .owl-dots .owl-dot.active, .testimonials .owl-theme .owl-dots .owl-dot:hover {
    border: 1px solid #ff7d15;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0 auto;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7d15;
}

@media screen and (max-width: 991px) {
    .testimonials .testibox {
        padding: 80px 60px 60px 60px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials .testibox {
        padding: 80px 20px 40px 20px;
    }
}

/*---- Banner 6 ----*/
.banner_6 {
    position: relative;
    background: url('../images/banner-bg1.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 55px;
}

.banner_6:before {
    content: "";
    position: absolute;
    background: rgba(28, 30, 78, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_6 > div {
    position: relative;
}

.banner_6 .banner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    align-items: center;
}

.banner_6 .banner_content .banner_award_box {
    margin-right: 50px;
    width: calc(100% - 75%);
}

.banner_6 .banner_content h4 {
    font-family: 'Lora', serif;
    color: #fff;
    font-size: 36px;
    margin: 0px 0px 20px 0px;
}

.banner_6 .banner_content h4 span {
    font-family: 'GT Walsheim Bold';
}

.banner_6 .banner_content .banner_form-box-top {
    padding-top: 15px;
    width: calc(100% - 25%)
}

.banner_6 .banner_content p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.banner_6 .banner_form-box-input {
    padding: 40px 0px 0px 0px;
}

.banner_6 .form_btn {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    display: inline-block;
    background: #ff7d15;
    border-bottom: 5px solid #f97613;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    padding: 11px 55px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.banner_6 .form_btn:hover {
    background: #fff;
    border-bottom: 5px solid #fafafa;
    color: #ff7d15;
}

@media screen and (max-width: 767px) {
    .banner_6 .banner_content {
        display: block;
        text-align: center;
    }

    .banner_6 .banner_content .banner_award_box {
        width: calc(100% - 50%);
        margin: 0 auto;
    }

    .banner_6 .banner_content .banner_form-box-top {
        width: 100%;
    }
}

/*---------- Video Banner ---------*/
.video-banner {
    position: relative;
    background: url(../images/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 190px;
    padding-bottom: 190px;
}

.video-banner:before {
    content: "";
    position: absolute;
    background: rgba(28, 30, 78, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-banner > div {
    position: relative;
    z-index: 1;
}

.video-content {
    font-family: 'GT Walsheim Regular';
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 5px;
    text-align: center;
    color: #fff;
}

.video_btn {
    display: inline-block;
    margin: 0px 15px;
}

.video_btn a {
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    background: #ff7d15;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.video_btn a:hover {
    background: #3161ff;
}

.video_btn a i {
    margin-left: 5px;
}

@media screen and (max-width: 991px) {
    .video_btn {
        display: block;
    }

    .video_btn a {
        margin: 15px auto;
    }
}

/*------ Testimonial 2 section -----*/
.testimonials2 .testibox {
    padding: 75px 100px 60px 100px;
    margin: 80px 20px 20px 20px;
    text-align: center;
    -moz-box-shadow: 1px 5px 20px rgba(0, 52, 129, 0.1);
    -webkit-box-shadow: 1px 5px 20px rgba(0, 52, 129, 0.1);
    box-shadow: 1px 5px 20px rgba(0, 52, 129, 0.1);
}

.testimonials2 .testibox .testi-img {
    margin: 0 auto;
    width: 140px;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
    border: 8px solid #e1e5e9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials2 .testibox h4 {
    font-family: 'GT Walsheim Medium';
    font-size: 22px;
    margin-top: 50px;
}

.testimonials2 .testibox h6 {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #3161ff;;
    margin-bottom: 15px;
}

.testimonials2 .testibox p {
    font-size: 18px;
    line-height: 28px;
}

.testimonials2 .testibox ul {
    padding: 0px;
    margin-bottom: 0px;
}

.testimonials2 .testibox li {
    display: inline-block;
    font-size: 22px;
    color: #ff7d15;
}

.testimonials2 .testibox {
    padding: 90px 40px 30px 40px;
    background: #fff;
}

.testimonials2 .testibox:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 120px;
    color: #f9fbfd;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonials2 .testibox p {
    line-height: 30px;
}

@media screen and (max-width: 991px) {
    .testimonials2 .testibox {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .testimonials2 .testibox {
        padding: 75px 20px 40px 20px;
    }
}

/*---------- Testimonial 3---------*/
.testimonials.testimonials3 {
    position: relative;
    background: transparent;
}

.testimonials.testimonials3:before {
    display: none;
}

.testimonials.testimonials3 .testibox {
    background: #fff;
    padding: 80px 15px 50px 15px;
    margin: 80px 15px 20px 15px;
    text-align: center;
    -moz-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.05);
    -webkit-box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.05);
    box-shadow: -3px 2px 20px rgba(21, 21, 21, 0.05);
}

.testimonials.testimonials3 .testibox .testi-img {
    border: 7px solid #e1e5e9;
}

.testimonials.testimonials3 .testibox h4 {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-top: 50px;
    color: #1c1e4e;
}

.testimonials.testimonials3 .testibox h6 {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #a2a2a2;
    margin-bottom: 0px;
}

.testimonials.testimonials3 .testibox p {
    font-size: 18px;
    line-height: 28px;
    color: #1c1e4e;
    font-style: italic;
}

/*---------- Blog Page---------*/
.flex-dir-reverse {
    flex-direction: row-reverse;
}

.main-content.blog_has_left_sidebar {
    padding-left: 35px;
}

.main-content.blog_has_right_sidebar {
    padding-right: 35px;
}

.blog.inner-page {
    padding-bottom: 85px;
}

.blog_post .post_img {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 40px 0px;
}

p.img_caption {
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    line-height: 20px;
}

.blog_post .post_img a {
    display: block;
}

.blog_post .post_img img {
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog_post:hover .post_img img {
    opacity: 0.92;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog_post .post_gallery {
    position: relative;
    overflow: hidden;
    margin: 40px 0px 20px 0px;
}

.blog_post .post_video, .blog_post .post_audio {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin: 40px 0px 20px 0px;
}

.blog_post .post_video p {
    max-width: 100%;
    height: 100%;
}

.blog_post .post_video iframe, .blog_post .post_video object, .blog_post .post_video embed, .blog_post .post_audio iframe, .blog_post .post_audio object {
    width: 100%;
    height: 100%;
}

.blog_post .post_cat {
    font-family: 'GT Walsheim Medium';
    font-size: 16px;
    line-height: 28px;
    color: #ff7d15;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog_post .post_cat a {
    color: #ff7d15;
}

.blog_post .post_cat a:hover {
    color: #ff7d15;
}

.inner-page .blog_post {
    margin-bottom: 50px;
}

.blog-list .blog_post .post_header {
    margin-bottom: 30px;
    text-align: center;
}

.blog_post .post_header h2.post_title, .blog_post .post_header h2.post_title a {
    font-size: 30px;
    line-height: 40px;
}

.blog-list .blog_post .post_header h2 {
    font-family: 'GT Walsheim Medium';
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: -0.25px;
}

.post_footer {
    margin-top: 30px;
    padding: 15px 0px;
    border-bottom: 1px solid #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.blog_post .post_meta {
    display: flex;
    margin-bottom: 0px;
    padding: 0px;
    align-items: center;
}

.blog_post .post_meta li {
    list-style-type: none;
}

.blog_post .post_meta li span {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.blog_post .post_meta li span.author img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 10px;
}

.blog_post .post_meta li span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #414857;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
}

.blog_post .post_meta li:last-child span {
    margin-right: 0px;
    padding-right: 0px;
}

.blog_post .post_meta li:last-child span:after {
    display: none;
}

.post_intro {
    line-height: 26px;
}

.blog-list .blog_post .read_more {
    margin-top: 35px;
    text-align: center;
}

.blog-list .blog_post .read_more a {
    background: #ff7d15;
    color: #fff;
    font-size: 12px;
    padding: 10px 45px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}

.blog-list .blog_post .read_more a:hover {
    color: #fff;
    background: #3161ff;
}

.blog_post .post_share {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.blog_post .share_list {
    display: flex;
    margin-bottom: 0px;
    padding: 0px;
    align-items: center;
}

.blog_post .share_list li {
    list-style-type: none;
    display: inline-block;
}

.blog_post .share_list li a {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0px 15px;
}

.blog_post .share_list li:first-child a {
    padding-left: 0px;
}

.blog_post .share_list li:last-child a {
    padding-right: 0px;
}

.blog_post .share_list li a:hover {
    color: #ff7d15;
}

.pagination-div {
    margin-top: 30px;
    border-top: 1px solid #f4f4f4;
    padding-top: 30px;
}

.pagination {
    display: flex;
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
}

.pagination li:last-child {
    margin-left: auto;
}

.pagination li a {
    font-family: 'GT Walsheim Bold';
    background: #fff;
    border: 1px solid #f4f4f4;
    display: inline-block;
    text-align: center;
    width: 170px;
    height: 50px;
    line-height: 45px;
}

.pagination li a i {
    margin: 0px 5px;
}

.pagination li a:hover {
    background: #3161ff;
    color: #fff;
    border: 1px solid #3161ff;
}

@media screen and (max-width: 991px) {
    .blog_post .post_header h2.post_title, .blog_post .post_header h2.post_title a {
        font-size: 24px;
        line-height: 26px;
    }

    .post_footer {
        display: block;
        margin-top: 30px;
    }

    .blog_post .post_meta {
        display: block;
        margin-top: 15px;
    }

    .blog_post .post_share {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    #blog {
        padding-bottom: 50px;
    }

    .blog_post .post_meta {
        display: block;
        margin-bottom: 0px;
    }

    .blog_post .post_meta li {
        margin-bottom: 15px;
    }

    .blog_post .post_meta li span:after {
        display: none;
    }

    .pagination li a {
        width: 130px;
    }
}

/*-------- Blog Sidebar ------------*/
.sidebar .widget {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .sidebar {
        margin-top: 50px;
    }
}

h4.widget_title {
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 35px;
    margin-top: 0px;
    padding-bottom: 20px;
    letter-spacing: 0px;
    color: #1c1e4e;
}

h4.widget_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #ff7d15;
    z-index: -1;
}

.sidebar .widget h4.widget_title {
    font-family: 'GT Walsheim Medium';
    letter-spacing: 0px;
}

.sidebar .widget ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.sidebar .widget ul ul {
    padding-left: 10px;
}

.sidebar .widget ul li {
    float: left;
    width: 100%;
    font-family: 'GT Walsheim Medium';
    list-style-type: none;
}

.sidebar .widget ul li:last-child {
    margin-bottom: 0px;
}

.sidebar .widget ul li a:hover {
    color: #ff7d15;
}

.sidebar .widget select {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    outline: none;
    box-shadow: none;
    background: #f4f4f4;
    border: 1px solid #f2f2f2;
}

/*-----------------------*/
.sidebar_search_form {
    position: relative;
}

.sidebar_search_form .form-control {
    height: 50px;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #000;
}

.sidebar_search_form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.sidebar_search_form .form-control-submit {
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
    border: 0;
    border-bottom: 2px solid #ff7d15;
    background: transparent;
    font-size: 24px;
    line-height: 40px;
    color: #3161ff;
    padding: 5px 12px;
    cursor: pointer;
}

/*-----------------------*/
.recent_posts_list li:last-child {
    margin-bottom: 0px;
}

.recent_posts_list li h6 {
    font-size: 16px;
    line-height: 20px;
}

.recent_posts_list li img {
    margin-right: 20px;
    float: left;
}

.recent_posts_list li {
    margin-bottom: 35px;
}

.recent_posts_list .post_content {
    display: table;
}

.recent_posts_list li p.date {
    font-family: 'Lora', Serif;
    color: #414857;
    letter-spacing: 0.5px;
    margin-top: 0px;
}

.recent_posts_list li .read_more a {
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: underline;
}

/*-----------------------*/
.widget_archive ul li a {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0px 10px 0px;
    line-height: 24px;
    display: block;
    color: #414857;
}

.widget_archive ul li:first-child a {
    padding-top: 0px;
}

.widget_archive ul li a span {
    color: #ff7d15;
    float: right;
}

/*-----------------------*/
.widget_categories ul li a {
    display: block;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    line-height: 24px;
    padding: 10px 0px 10px 0px;
    color: #414857;
}

.widget_categories ul li:first-child a {
    padding-top: 0px;
}

.widget_categories ul li a span {
    font-family: 'Lora', serif;
    color: #ff7d15;
    float: right;
}

/*-----------------------*/
.sidebar_top_news {
    margin-bottom: 35px;
}

.sidebar_top_news img {
    max-width: 100%;
    margin-bottom: 20px;
}

.sidebar_top_news h4 {
    font-size: 18px;
    line-height: 26px;
}

/*-----------------------*/
.sidebar .widget .sidebar_tags ul li, .tagcloud li {
    display: inline-block;
    width: auto;
}

.sidebar .widget .sidebar_tags ul.tag_list li a, .tagcloud a {
    font-family: 'GT Walsheim Medium';
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 20px;
    background: #1c1e4e;
    color: #ff7d15;
    line-height: 30px;
    letter-spacing: 1px;
}

.sidebar .widget .sidebar_tags ul.tag_list li a:hover, .tagcloud a:hover {
    background: #ff7d15;
    color: #fff;
}

/*-------- Blog Details ------------*/
.blog_author {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
}

.blog_author img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin-right: 30px;
}

.blog_author h4 {
    color: #1c1e4e;
}

.blog_author h6 {
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #1c1e4e;
}

.blog_author_inner p {
    line-height: 24px;
    color: #666;
    margin-top: 15px;
}

.like_post {
    margin: 0px -10px;
}

.like_post img {
    max-width: 100%;
    margin-bottom: 20px;
}

.like_post h4 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0px 10px;
}

@media screen and (max-width: 767px) {
    .blog_author {
        display: block;
    }
}

/*-------- Comments ------------*/
ul.comment-area {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
}

.comment-sec h4 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
}

.comment-sec ul {
    list-style-type: none;
    padding-left: 0;
}

.comment-sec ul ul {
    padding-left: 30px;
}

.comment-area li {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
}

.comment-area li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.comment-area li p {
    margin-bottom: 0px;
}

.comment-area .children {
    border-top: 1px dotted #c2c2c2;
    border-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.comment-area .commenter {
    float: left;
    height: 110px;
    margin-right: 20px;
}

.comment-area .commenter img {
    border-radius: 100%;
    height: 65px;
    width: 65px;
}

.comment-area .comment-block h4 {
    display: block;
    font-size: 16px;
    margin-top: 0px;
    color: #1c1e4e;
    text-transform: capitalize;
}

.comment-area .comment-block h6 {
    font-family: 'Lora', serif;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #1c1e4e;
}

.comment-area .comment-block h6 span {
    position: relative;
    color: #ff7d15;
}

.comment-area .comment-block .reply {
    font-family: 'Lora', serif;
    float: right;
    font-size: 14px;
    font-weight: 400;
}

.comment-area .comment-block .reply a {
    color: #ff7d15;
    line-height: 20px;
}

.comment-area .comment-block .reply a:hover {
    color: #3161ff;
}

.comments-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    align-items: center;
}

.comments-pagination a, .comments-pagination span {
    min-width: 50px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin-left: -1px;
    display: block;
    font-weight: 500;
    text-align: center;
}

.comments-pagination a:hover, .comments-pagination span.current {
    background: #3161ff;
    color: #fff;
    border: 1px solid #3161ff;
}

.comment_form {
    border: 1px solid #f4f4f4;
    padding: 35px;
}

.comment-form .form-control {
    font-size: 14px;
    color: #1c1e4e;
    display: inline-block;
    height: 50px;
    background: none;
    border: 1px solid #f4f4f4;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 12px 15px;
}

.comment-form textarea.form-control {
    height: 120px;
}

.comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form .submit-btn .btn {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    background: #ff7d15;
    color: #fff;
    border-radius: 40px;
    padding: 12px 50px;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    height: auto;
}

.comment-form ::-webkit-input-placeholder {
    font-family: 'Lora', serif;
    font-size: 12px;
    font-style: italic;
    color: #1c1e4e;
}

.comment-form ::-moz-placeholder {
    font-family: 'Lora', serif;
    font-size: 12px;
    font-style: italic;
    color: #1c1e4e;
}

.comment-form :-ms-input-placeholder {
    font-family: 'Lora', serif;
    font-size: 12px;
    font-style: italic;
    color: #1c1e4e;
}

.comment-form :-moz-placeholder {
    font-family: 'Lora', serif;
    font-size: 12px;
    font-style: italic;
    color: #1c1e4e;
}

.comment-form :placeholder {
    font-family: 'Lora', serif;
    font-size: 12px;
    font-style: italic;
    color: #1c1e4e;
}

.inner_posts {
    padding: 35px;
    border: 1px solid #f4f4f4;
}

.inner_posts .inner-post {
    float: left;
    width: 100%;
}

.inner_posts .inner-post img {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 25px;
}

.inner_posts .inner-post.next_post img {
    float: right;
    margin-right: 0px;
    margin-left: 25px;
}

.inner_posts .inner-post.next_post .post_block {
    text-align: right;
}

.inner_posts .inner-post h4 {
    font-size: 16px;
    line-height: 24px;
    color: #1c1e4e;
}

.inner_posts .inner-post a.link_to {
    font-family: 'GT Walsheim Medium';
    font-size: 16px;
    line-height: 28px;
    color: #1c1e4e;
    display: block;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .blog_author {
        text-align: center;
    }

    .blog_author img {
        float: none;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .like_posts {
        text-align: center;
    }

    .like_posts .like_post {
        margin: 20px -10px;
    }

    .inner_posts .inner-post.prev_post {
        margin-bottom: 25px;
    }

    .comment-area {
        margin-left: 25px;
    }

    .comment-area .commenter {
        float: none;
        height: 80px;
        margin-right: 20px;
    }

    .comment-sec ul ul {
        padding-left: 10px;
    }

    .comment-area .comment-block h6 span {
        margin-left: 30px;
    }

    .comment-area .comment-block h6 span:before {
        width: 20px;
    }

    .inner_posts .inner-post img {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .inner_posts .inner-post {
        float: left;
        width: 100%;
    }

    .inner_posts .inner-post.next_post img {
        float: left;
        margin-right: 25px;
        margin-left: 0;
    }

    .inner_posts .inner-post .post_block, .inner_posts .inner-post.next_post .post_block {
        text-align: left;
        float: left;
    }
}

/*-------- Blog Grid Columns ---------*/
.blog_grid .blog_post .post_content {
    position: relative;
    display: flex;
}

.blog_grid .blog_post .post_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.blog_grid .blog_post .calendar {
    font-family: 'Poppins', sans-serif;
    height: 110px;
    padding: 50px 20px 0px 20px;
    background: #f6faff;
    text-align: center;
    border-radius: 0px 0px 30px 30px;
}

.blog_grid .blog_post:hover .calendar {
    background: #ff7d15;
}

.blog_grid .blog_post .calendar .date {
    font-size: 21px;
    font-weight: 700;
    color: #ff7d15;
    letter-spacing: 1px;
}

.blog_grid .blog_post:hover .date, .blog_grid .blog_post:hover .month {
    color: #fff;
}

.blog_grid .blog_post .calendar .month {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.blog_grid .blog_post .post_content_inner {
    padding-top: 30px;
    padding-left: 30px;
}

.blog_grid .blog_post .post_video p {
    max-width: 100%;
    height: 100%;
}

.blog_grid .blog_post .post_cat {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ff7d15;
}

.blog_grid .blog_post .post_cat a {
    color: #ff7d15;
    font-style: italic;
}

.blog_grid .blog_post .post_cat a:hover {
    color: #fa9a83;
}

.blog_grid .blog_post .post_header h2.post_title, .blog_grid .blog_post .post_header h2.post_title a {
    font-size: 18px;
    line-height: 28px;
    color: #1c1e4e;
}

.blog_grid .blog_post .post_header h2 {
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}

.blog_grid .blog_post .post_meta {
    font-family: 'GT Walsheim Medium';
    font-size: 14px;
    display: flex;
    margin-bottom: 0px;
    padding: 0px;
    align-items: center;
}

.blog_grid .blog_post .post_meta li {
    list-style-type: none;
}

.blog_grid .blog_post .post_meta li, .blog_grid .blog_post .post_meta li a {
    color: #a0a4ab;
}

.blog_grid .blog_post .post_meta li span.author img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 10px;
}

.blog_grid .blog_post .post_intro {
    margin-top: 15px;
}

.blog_grid .blog_post .post_intro p {
    font-size: 14px;
    line-height: 24px;
}

.blog_post .read_more {
    margin-top: 12px;
}

.blog_post .read_more a:hover {
    color: #ff7d15;
}

.blog_grid .blog_post .read_more {
    margin-top: 15px;
}

.blog_grid .blog_post .read_more a {
    color: #ff7d15;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.blog_grid .blog_post:hover .read_more a {
    letter-spacing: 1.5px;
}

.blog_grid.blog_grid2 .blog_post .calendar {
    background: #3161ff;
}

.blog_grid.blog_grid2 .blog_post:hover .calendar {
    background: #ff7d15;
}

.blog_grid.blog_grid2 .blog_post .calendar .date, .blog_grid.blog_grid2 .blog_post .calendar .month {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .blog_post .post_meta li span {
        position: relative;
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .blog_post {
        margin-bottom: 40px;
    }

    .blog-list .blog_post .post_meta {
        display: flex;
    }

    .blog-list .blog_post .post_meta li span:after {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .post_footer {
        margin-top: 15px;
        text-align: center;
    }

    .blog-list .blog_post .post_meta {
        display: block;
        margin-top: 0px;
    }

    .blog_post .post_share {
        justify-content: center;
    }
}

/*--------- FunFact 3 ---------*/
.funfact_3 {
    position: relative;
    background: url("../images/funfact-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.funfact_3:before {
    content: "";
    position: absolute;
    background: rgba(28, 30, 78, 0.96);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.funfact_3 .funbox {
    text-align: left;
    float: left;
    width: 100%;
}

.funfact_3 .funbox .fun-left {
    float: left;
    margin-right: 25px;
    background: #1c1e4e;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 90px;
    border: 1px solid rgba(49, 97, 255, 0.35);
}

.funfact_3 .fun_content {
    margin-top: 20px;
}

.funfact_3 .funbox h1 {
    font-family: 'Lora', serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #3161ff;
}

.funfact_3 .funbox p {
    font-family: 'GT Walsheim Medium';
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.funfact_3 .funbox i {
    font-size: 48px;
    color: #42b95e;
}

@media screen and (max-width: 991px) {
    .funfact_3 .funbox {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .funfact_3 .funbox .fun-left {
        float: none;
        margin: 0 auto;
    }
}

/*------- Team -------*/
.team {
    background: #f9fbfd;
    padding-top: 85px;
    padding-bottom: 85px;
}

.teambox {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}

.teambox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #ebebeb;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.teambox_inner {
    position: relative;
    width: calc(100% - 40px);
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.teambox .teambox_intro {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.teambox .teambox_intro h4 {
    color: #1c1e4e;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 13px;
}

.teambox .teambox_intro p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.teambox .details {
    position: absolute;
    bottom: 0;
    top: -100%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #1c1e4e;
    padding: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.teambox:hover .details {
    top: 0%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.teambox .details .details-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.teambox .details h5 {
    color: #ff7d15;
    font-size: 18px;
}

/*---------- Team 2 ---------*/
.team2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.team2 .team_section-title {
    text-align: right;
    margin-bottom: 0px;
}

.team2 .team_section-title h2 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -2px;
}

.team2 .team_section-title p {
    font-family: 'GT Walsheim Medium';
    font-size: 14px;
    text-transform: uppercase;
    color: #1c1e4e;
}

.team2 .team_member {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}

.team2 .team_member img {
    width: 130px;
    height: 130px;
    margin-right: 20px;
}

.team2 .team_member_inner {
    margin-top: 15px;
}

.team2 .team_member_inner h4 {
    margin-bottom: 5px;
    font-size: 22px;
}

.team2 .team_member_inner h6 {
    font-family: 'Roboto', sans-serif;
    color: #7d7d7d;
}

.team2 .team_member_inner p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .team2 .row {
        flex-direction: column-reverse;
    }

    .team2 .team_section-title {
        text-align: left;
        margin-bottom: 65px;
    }

    .service_details_type1 .project_desc_inner {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .service_details_type6 .alt_col {
        flex-direction: column-reverse;
    }

    .innerpage_sidenav.alt ul li a i {
        display: none;
    }
}

/*---- Clients ----*/
.clients {
    background: #f6faff;
    padding: 63px 0px;
}

.clients_carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

/*---- Banner 2 ----*/
.banner_2 {
    position: relative;
    background: url(../images/subscribe-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.banner_2 .banner_content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 0px 5px 0px;
}

.banner_2 .banner_content p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #fff;
    margin-bottom: 0px;
}

.banner_2 .banner_form-box-input {
    float: left;
    width: 100%;
    margin-top: 6px;
}

.banner_2 .form-checkin {
    position: relative;
}

.banner_2 .form-checkin input.form-control {
    float: left;
    padding: 15px 30px;
    border: 2px solid #fff;
    background: transparent;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 63%;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.banner_2 .form-checkin input.form_btn {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    float: right;
    width: 35%;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ff7d15;
    border: 2px solid #fff;
    border-bottom: 5px solid #f6faff;
    background: #fff;
    padding: 11px 15px;
    text-align: center;
    border-radius: 30px;
    margin-left: auto;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.banner_2 ::-webkit-input-placeholder {
    color: #fff;
}

.banner_2 ::-moz-placeholder {
    color: #fff;
}

.banner_2 :-ms-input-placeholder {
    color: #fff;
}

.banner_2 :-moz-placeholder {
    color: #fff;
}

.banner_2 :placeholder {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .banner_2 .form-checkin input.form-control {
        width: 100%;
        margin: 20px 0px
    }

    .banner_2 .form-checkin input.form_btn {
        float: left;
    }

    .banner_2 .form-checkin input.form_btn {
        width: 100%;
    }
}

/*---- Contact Section----*/
.contact {
    position: relative;
    background: url("../images/contact-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact:before {
    content: "";
    position: absolute;
    background: rgba(28, 30, 78, 0.95);
    top: 0;
    left: 0;
    width: 83%;
    height: 100%;
}

.contact:after {
    content: "";
    position: absolute;
    background: url('../images/man.png');
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    left: calc(95% - 420px);
    width: 420px;
    max-width: 100%;
    height: 100%;
}

.contact > div {
    position: relative;
    z-index: 1;
}

.contact .section-title {
    margin-bottom: 80px;
    color: #fff;
}

.contact .section-title h2 {
    color: #fff;
}

.contact.contact2 .section-title h2 {
    color: #1c1e4e;
}

.contact-form .form-control {
    color: #fff;
    display: inline-block;
    height: 50px;
    background: none;
    border: 1px solid #2b2f8f;
    background: #1c1e4e;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 12px 15px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .submit-btn .btn {
    font-family: 'GT Walsheim Regular';
    text-transform: uppercase;
    background: #ff7d15;
    border-bottom: 5px solid #f97613;
    color: #fff;
    border-radius: 40px;
    padding: 13px 60px;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
}

.contact-form .submit-btn .btn:hover {
    background: #fff;
    border-bottom: 5px solid #fafafa;
    color: #3161ff;
}

.contact ::-webkit-input-placeholder {
    font-style: italic;
    color: #b4c5ff;
}

.contact ::-moz-placeholder {
    font-style: italic;
    color: #b4c5ff;
}

.contact :-ms-input-placeholder {
    font-style: italic;
    color: #b4c5ff;
}

.contact :-moz-placeholder {
    font-style: italic;
    color: #b4c5ff;
}

.contact :placeholder {
    font-style: italic;
    color: #b4c5ff;
}

/*---- Contact 2 ----*/
.feature_type1.contact_info {
    padding-bottom: 80px;
}

.contact.contact2 {
    background: transparent;
    padding-top: 135px;
    padding-bottom: 135px;
}

.contact.contact2:before {
    display: none;
}

.contact.contact2 .section-title {
    color: #1c1e4e;
}

.contact.contact2 .contact-form .form-control {
    color: #414857;
    display: inline-block;
    height: 50px;
    background: none;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 12px 15px;
}

.contact.contact2 .contact-form textarea.form-control {
    height: 210px;
    margin-bottom: 0px;
}

.contact.contact2 .contact-form .submit-btn .btn {
    width: 100%;
    background: #1c1e4e;
    border-bottom: 5px solid #2e3073;
    border-radius: 40px;
    padding: 10px 70px;
}

.contact.contact2 .contact-form .submit-btn .btn:hover {
    background: #3161ff;
    border-bottom: 5px solid #2f58dc;
    color: #fff;
}

.contact.contact2 ::-webkit-input-placeholder {
    font-style: italic;
    color: #414857;
}

.contact.contact2 ::-moz-placeholder {
    font-style: italic;
    color: #414857;
}

.contact.contact2 :-ms-input-placeholder {
    font-style: italic;
    color: #414857;
}

.contact.contact2 :-moz-placeholder {
    font-style: italic;
    color: #414857;
}

.contact.contact2 :placeholder {
    font-style: italic;
    color: #414857;
}

.keepintouch {
    padding: 0px 50px;
    margin-top: -160px;
}

.keepintouch .communication {
    background: #1c1e4e;
    padding: 30px 30px;
}

.keepintouch .communication img {
    margin-right: 10px;
}

.keepintouch .communication h4 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
}

.keepintouch .communication h5 {
    font-family: 'Lora', serif;
    font-size: 28px;
    color: #fff;
}

.keepintouch .communication p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.keepintouch .communication i {
    float: left;
    color: #3161ff;
}

.keepintouch .communication .schedule_box {
    padding-left: 30px;
}

.keepintouch .communication .schedule_box h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}

.keepintouch .communication.schedule p {
    font-size: 14px;
}

.keepintouch .communication.schedule .info-body:last-child p {
    margin-bottom: 0px;
}

.gmap {
    width: 100%;
    height: 460px;
}

@media screen and (max-width: 991px) {
    .keepintouch .communication.schedule {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact:before {
        width: 100%;
    }

    .keepintouch {
        padding: 0px 0px;
        margin-top: 30px;
    }

    .contact.contact2 {
        background: transparent;
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 575px) {
    .contact:after {
        display: none;
    }
}

/*===========History=========*/
.timeline .time_panel {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.timeline .time_panel:last-child {
    padding-bottom: 0px;
}

.timeline .time_panel.reverse_direction {
    flex-direction: row-reverse;
}

.timeline .panelbox {
    width: 50%
}

.timeline .time_panel .content {
    position: relative;
    padding-left: 60px;
}

.timeline .time_panel.reverse_direction .content {
    padding-left: 0px;
    padding-right: 60px;
}

.timeline .time_panel .content h1 {
    position: absolute;
    top: 0;
    z-index: -1;
    font-size: 120px;
    color: #f4f4f4;
    line-height: 90px;
    letter-spacing: 3px;
}

.timeline .time_panel .content h3 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #1c1e4e;
    padding-top: 45px;
    margin-bottom: 18px;
}

.timeline .time_panel .content p {
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width: 991px) {
    .timeline .panelbox {
        width: 100%
    }

    .timeline .time_panel {
        padding-bottom: 50px;
    }

    .timeline .time_panel .content, .timeline .time_panel.reverse_direction .content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*------- FAQ ----------*/
.accordion div, .accordion2 div {
    transition: none;
}

.accordion .item {
    position: relative;
    border-radius: 0px;
    margin-bottom: 45px;
}

.accordion .item:last-child {
    margin-bottom: 0px;
}

.accordion .item .title {
    position: relative;
    margin-bottom: 0px;
    padding: 10px 90px;
    cursor: pointer;
}

.accordion .item .title h3 {
    font-size: 20px;
    color: #1c1e4e;
}

.accordion .item .title:before {
    content: "";
    background-image: url(../images/faq-icon1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f6faff;
    position: absolute;
    color: #cbd2d9;
    display: inline-block;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.accordion .item.active .title:before {
    background-image: url(../images/faq-icon2.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3161ff;
    color: #ff7d15;
}

.accordion .item .title:after {
    content: "\f287";
    font-family: 'Ionicons';
    position: absolute;
    color: #3161ff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    line-height: 20px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.accordion .item.active .title:after {
    content: "\f27e";
    color: #ff7d15;
}

.accordion .item .accor-info, .accordion .item .dion-info {
    display: none;
    padding: 5px 0px 5px 90px;
    font-size: 18px;
    line-height: 26px;
}

.accordion .item .accor-info.active, .accordion .item .dion-info.active {
    display: block;
}

@media screen and (max-width: 991px) {
    .accordion .dion {
        margin-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .accordion .item {
        margin-bottom: 25px;
    }

    .accordion .item .title {
        padding: 10px 40px 10px 70px;
    }

    .accordion .item .title h3 {
        font-size: 16px;
    }

    .accordion .item .title:before {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .accordion .item .accor-info, .accordion .item .dion-info {
        padding: 10px 15px 10px 15px;
        font-size: 14px;
        line-height: 22px;
    }
}

/*===========Footer 2=========*/
.footer {
    position: relative;
    background: url("../images/footer-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer:before {
    content: "";
    position: absolute;
    background: rgba(28, 30, 78, 0.90);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer > div {
    position: relative;
    z-index: 1;
}

.footer-above {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-bottom {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #ff7d15;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

.footer_2 .footer-bottom {
    background: #1c1e4e;
}

.footer_2 .footer-bottom a {
    color: #ff7d15;
}

.footer-bottom a:hover, .footer_2 .footer-bottom a:hover {
    color: #fff;
}

.copyright p {
    margin-bottom: 0px;
}

.widget-title {
    margin-bottom: 30px;
}

.widget-title h4 {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.widget-title h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 45px;
    height: 1px;
    background: #ff7d15;
}

.footer ul {
    padding: 0;
    margin-bottom: 0px;
    list-style-type: none;
}

.footer ul li {
    list-style-type: none;
}

.footer-social {
    margin-top: 60px;
}

.footer-social .social-item {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.footer-social .social-item:last-child {
    margin-right: 0px;
}

.footer-social .social-item a {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 100%;
    border: 1px solid #ff7d15;
    color: #ff7d15;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    -webkit-transition: all 0.05s;
    -moz-transition: all 0.05s;
    -o-transition: all 0.05s;
    transition: all 0.05s;
}

.footer-social .social-item a:hover {
    background: #ff7d15;
    color: #1c1e4e;
    -webkit-transition: all 0.05s;
    -moz-transition: all 0.05s;
    -o-transition: all 0.05s;
    transition: all 0.05s;
}

.footer_widget.footer_nav_menu .menu-item {
    position: relative;
    font-family: 'GT Walsheim Regular';
    color: #cbd2d9;
    padding: 5px 0px;
}

.footer_widget.footer_nav_menu .menu-item:first-child {
    padding-top: 0px;
}

.footer_widget.footer_nav_menu .menu-item:last-child {
    padding-bottom: 0px;
}

.footer_widget.footer_nav_menu .menu-item a {
    position: relative;
    color: #cbd2d9;
    display: block;
    padding-left: 20px;
    text-decoration: none;
}

.footer_widget.footer_nav_menu .menu-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #4d61d6;
    transform: translateY(-50%);
}

.footer_widget.footer_nav_menu .menu-item a:hover:before {
    background: #ff7d15;
}

.footer_widget.footer_nav_menu.footer_contact li {
    padding: 12px 0px;
}

@media screen and (max-width: 991px) {
    .footer-social .social-item {
        margin: 5px 2px;
    }

    .footer-above {
        padding-bottom: 40px;
    }

    .footer_widget {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer_widget {
        margin-bottom: 50px;
    }

}


@media screen and (max-width: 787px) {

    .cuarentena , .boton-llamada , #intro2 , #slider2{display:block !important;}
    .logo {display: none;}

    #slider, #intro, #slider {display: none;}

    .metodos-pago {display: inline-block !important;}
}

/*-------- 404 ------*/
.not-found h1 {
    font-size: 100px;
    font-weight: 600;
    color: #4759d8;
    line-height: 80px;
    margin-bottom: 30px;
    text-align: center;
}

.not-found h5 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 10px;
}

.not-found p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.not-found a.btn {
    color: #4759d8;
    border: 1px solid #4759d8;
    outline: none;
    box-shadow: none;
}

.not-found a.btn:hover, .not-found a.btn:focus, .not-found .btn-outline-primary:not(:disabled):not(.disabled):active {
    background: #4759d8;
    border: 1px solid #4759d8;
    color: #fff;
    box-shadow: none;
}

/* ----- Last Added CSS ----- */
.sidebar .widget ul li a {
    font-family: 'GT Walsheim Medium';
    font-size: 16px;
    line-height: 24px;
}

.widget table#wp-calendar {
    width: 100%;
}

.recent-posts-widget-with-thumbnails ul li {
    line-height: 20px;
}

.recent-posts-widget-with-thumbnails ul li a .rpwwt-post-title {
    font-family: 'GT Walsheim Medium';
    font-size: 16px;
}

.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
    margin: 12px 0px 0px 0px;
    color: #414857;
}

.widget_meta ul li, .widget_recent_comments ul li, .widget_rss ul li {
    display: block;
    border-bottom: 1px solid #f4f4f4;
    padding: 13px 0px 13px 0px;
}

.widget_meta ul li:first-child, .widget_recent_comments ul li:first-child, .widget_rss ul li:first-child {
    padding-top: 0px;
}

.widget_pages ul li a, .widget_nav_menu ul li a, .footer-widget ul li a {
    font-family: 'GT Walsheim Medium';
    display: block;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0px 13px 0px;
    color: #111a22;
}

.sidebar .widget.widget_categories ul li, .sidebar .widget_pages ul li, .sidebar .widget_nav_menu ul li {
    border-bottom: 0px;
    padding: 0px;
}

.sidebar .widget.widget_calendar caption {
    padding-bottom: 0px;
    line-height: 16px;
    font-weight: 600;
    color: #4759d8;
}

.widget_text img {
    width: 100%;
    height: auto;
}

.rssSummary, .rpwwt-post-date, .rpwwt-post-comments-number {
    font-family: 'Roboto', sans-serif;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 30px;
}

.wp-caption img {
    width: 100%;
}

/* Text meant only for screen readers. */
.page-links {
    clear: both;
}

.page-links span {
    font-weight: 600;
    padding-left: 10px;
    display: inline-block;
}

.page-links span.page-links-title {
    color: #000;
    padding-left: 0px;
}

.page-links span {
    color: #4759d8;
}

.page-links a span {
    color: #000;
}

.page-links a span:hover {
    color: #4759d8;
}

.page-links span.screen-reader-text {
    padding-left: 0px;
}

.entry-footer {
    clear: both;
}

/*=WordPress Core-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    height: auto;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
    text-align: center;
}

.bypostauthor {
    color: inherit;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.comment-form-cookies-consent {
    padding: 15px 15px;
}

.comment-form-cookies-consent input {
    margin-right: 10px;
}

.blog_post.sticky .post_header h2.post_title, .blog_post.sticky .post_header h2.post_title a, .blog_post.tag-sticky-2 .post_header h2.post_title, .blog_post.tag-sticky-2 .post_header h2.post_title a {
    color: #4759d8;
}

.blog_post .full_content h1, .blog_post .full_content h2, .blog_post .full_content h3, .blog_post .full_content h4, .blog_post .full_content h5, .blog_post .full_content h6, .page .full_content h1, .page .full_content h2, .page .full_content h3, .page .full_content h4, .page .full_content h5, .page .full_content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .blog-comments h1, .blog-comments h2, .blog-comments h3, .blog-comments h4, .blog-comments h5, .blog-comments h6 {
    margin-top: 20px;
}

/*Css personalizado robert*/
.top_txt_box p {
    text-align: justify;
}

#irarriba {
    padding: 5px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    background-color: #1c1e4e;
    font-weight: bold;
    width: 50px;
    font-size: 0.8em;
    text-align: center;
    display: none;
    z-index: 9999;
}

#irarriba a {
    color: #fff;
}

.logo-sena {
    max-width: 150px;
    padding-top: 20px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    color: white;
}

.my-float {
    margin-top: 16px;
}

.float-dos {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 105px;
    right: 40px;
    background-color: #2571d3;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-dos:hover {
    color: white;
}

.my-float {
    margin-top: 16px;
}

/*#form{width: 250px; margin: 0 auto; height: 50px;}#form p{text-align: Left;}#form label{font-size: 20px;}input[type="radio"]{display: none;}label{color: grey;}.clasificacion{direction: rtl; unicode-bidi: bidi-override;}label:hover,label:hover ~ label{color: orange;}input[type="radio"]:checked ~ label{color: orange;}*/
.ec-stars-wrapper { /* Espacio entre los inline-block (los hijos, los `a`) http://ksesocss.blogspot.com/2012/03/display-inline-block-y-sus-empeno-en.html */
    font-size: 0; /* Podr�amos quitarlo, pero de esta manera (siempre que no le demos padding), s�lo aplicar� la regla .ec-stars-wrapper:hover a cuandotambi�n se est� haciendo hover a alguna estrella */
    display: inline-block;
}

.ec-stars-wrapper a {
    text-decoration: none;
    display: inline-block; /* Volver a dar tama�o al texto */
    font-size: 32px;
    font-size: 2rem;
    color: #888;
}

.ec-stars-wrapper:hover a {
    color: rgb(39, 130, 228);
}

/* * El selector de hijo, es necesario para aumentar la especifidad */
.ec-stars-wrapper > a:hover ~ a {
    color: #888;
}




/*css de mas*/

    .wc2c-floating-circle-right {
    right: 25px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    bottom: 25px;
    text-align: center;
    padding: 9px;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(51, 51, 51, 0.72);
    -moz-box-shadow: 3px 3px 12px 0px rgba(51, 51, 51, 0.72);
    box-shadow: 3px 3px 12px 0px rgba(51, 51, 51, 0.72);
}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display: inline-block;
}

.coccoc-alo-phone {
    position: fixed;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #F20000;
    border-color: #bfebfc 9;
    opacity: .5;
}
.coccoc-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc9;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(242, 223, 0, 0.85);
    background-color: #a6e3fa 9;
    opacity: .75 !important;
}
.coccoc-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.coccoc-alo-phone {
    position: fixed;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}
0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
.coccoc-alo-phone.coccoc-alo-static {
    opacity: .6
}
.coccoc-alo-phone.coccoc-alo-hover,
.coccoc-alo-phone:hover {
    opacity: 1
}
.coccoc-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc9;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
    -webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
    -webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7 9;
    opacity: .5
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #F20000;
    border-color: #bfebfc 9;
    opacity: .5
}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}
.coccoc-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
    -webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2 9;
    opacity: .75 !important
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #baf5a7 9;
    opacity: .75 !important
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(242, 223, 0, 0.85);
    background-color: #a6e3fa 9;
    opacity: .75 !important
}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}
.coccoc-alo-ph-img-circle {
    width: 55px;
    height: 55px;
    top: 41px;
    left: 43px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
    -webkit-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
    background-color: #00aff2
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50 9
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
    background-color: #F20000
}
.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
    background-color: #ccc
}
.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
    background-color: #75eb50
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}
@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}
@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}
@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
#coccoc-alo-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 2000000;
    overflow: visible;
    display: none;
    color: #383838
}
#coccoc-alo-wrapper.night-mode {
    color: #fff
}
.coccoc-alo-popup-close {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute !important;
    right: -15px !important;
    top: -15px !important;
    height: 30px !important;
    width: 30px !important;
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer !important;
    -webkit-transition: .3s ease-out !important;
    -moz-transition: .3s ease-out !important;
    -o-transition: .3s ease-out !important;
    transition: .3s ease-out !important
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup-close {
    background-image: url("")
}
#coccoc-alo-wrapper .coccoc-alo-popup-close:hover {
    opacity: .6 !important
}
.coccoc-alo-popup {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-image: url("");
    -webkit-transition: .6s ease-out;
    -moz-transition: .6s ease-out;
    -o-transition: .6s ease-out;
    transition: .6s ease-out;
    margin: 0 auto;
    z-index: 200001;
    text-align: center;
    padding: 60px 75px
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup {
    background-image: url("")
}
#coccoc-alo-wrapper .coccoc-alo-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("");
    top: 0;
    left: 0;
    z-index: 200000
}
.coccoc-alo-popup h3 {
    font-size: 24px;
    margin: 0 0 40px;
    font-family: 'Open Sans';
    font-weight: 300;
    white-space: nowrap
}
.night-mode .coccoc-alo-popup h3 {
    font-size: 23px
}
.night-mode .coccoc-alo-message {
    padding-bottom: 0
}
.coccoc-alo-message {
    height: 32px;
    padding: 18px 0 13px 0;
    text-align: center;
    clear: both;
    font-size: 14px
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label,
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label + .input {
    float: left;
    width: 49%
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .input {
    padding: 0 13px
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper label {
    color: #616161;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    padding-right: 15px
}
.coccoc-alo-number {
    color: #00bed5;
    font-size: 28px;
    font-family: Montserrat, "Lucida Console", Monaco, monospace, sans-serif;
    font-weight: normal;
    background-color: transparent;
    border: none;
    border-width: 0;
    display: inline-block;
    border-bottom: #00bed5 solid 1px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 221px
}
coccoc-alo-number::-ms-clear {
    display: none;
    width: 0;
    height: 0
}
.night-mode .coccoc-alo-number {
    border: #00bed5 solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 31px
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"].valid-invalid {
    color: #ff496b
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]:focus {
    outline: 0
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
    color: #d1d1d1
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
    color: #d1d1d1
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
    color: #d1d1d1
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
    color: #d1d1d1
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
    color: #60615f
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
    color: #60615f
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
    color: #60615f
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
    color: #60615f
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit {
    border: none;
    border-width: 0;
    padding: 20px 40px;
    background-color: #333;
    -webkit-border-radius: 68px;
    -moz-border-radius: 68px;
    -webkit-border-radius: 68px;
    -moz-border-radius: 68px;
    border-radius: 68px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    outline: none !important
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-submit {
    background-color: #00bed5
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitavtive,
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitvisited {
    outline: none !important
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit-moz-focus-inner {
    border: 0
}
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit:hover {
    background-color: #00aff2;
    background-color: #00aff2
}

#coccoc-countdown {
    padding-top: 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 300
}
.coccoc-alo-request-time {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 6px 12px;
    font-size: 18px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-request-time {
    color: #fff;
    background-color: #515350;
    border: 1px solid #606260
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-popup h3 {
    margin-bottom: 15px
}
#coccoc-alo-wrapper.night-mode .coccoc-alo-form .coccoc-alo-select-wrapper {
    margin-bottom: 35px
}
.coccoc-alo-table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
.coccoc-alo-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.valid-invalid-message {
    font-size: 13px;
    color: #ff496b
}
.valid-invalid-message:before {
    content: "* "
}

.boton-llamada{display:none;}


  .metodos-pago {display: none;}

.metodos-pago-list {list-style: none;     position: relative;
left: -13px;}

.metodos-pago  li { display: inline; }

.metodos-pago  li img {    max-width: 24%;}