/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
/* ===================================
                About
   =================================== */

/*
    Theme Name: Interior
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
          Table of Contents
   =================================== */

/*
01 body
02 Custom Classes
   02-1 short codes
   02-2 loader
03 navigation
04 owl & revolution
05 Page header
06 detail page
07 contact us
08 Footer
09 Media Queries

/*Table Of Contents ends */


/*Global Styling*/

/*IMPORT GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

html{
    font-family: "Montserrat"!important;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    width: 10px;
    background:rgb(231, 231, 231);
    border-left: 0px solid white;
    border-right: 0px solid white;
}
::-webkit-scrollbar-thumb {
    background: #3b8ee6;
    width: 0;
    height: 25%;
}

/*************************************/
/**********  RE-USEABLE CSS **********/
/*************************************/
p{
    margin: 0 0 25px;
  line-height: 25px !important;
}

.small-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #556062;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.small-text{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #292929;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.ex-detail{
    position: relative;
}
.ex-detail .large-heading{
    padding-left:10;
}
/* .client-heading{*/
/*     display: flex;*/
/*     justify-content: end;*/
/* }*/
/*.ex-detail{*/
/*    margin-top: auto;*/
/*}*/
/*.ex-detail .large-heading{*/
/*    margin-bottom: -9px;*/
/*}*/
/* .ex-detail .fly-text {*/
/*     bottom: 48px !important;*/
/* }*/
.ex-detail .heading-1,.ex-detail .heading-2{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #3b8ee6;
}
.ex-detail .fly-text{
    position: absolute;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    left: -41px;
    bottom: 35px;
    font-weight: 600;
}

.our-heading .heading-title{
    color: #556062;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.our-heading .heading-text{
    color: #3b8ee6;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.yellow-btn{
    background-color: #f1c30f;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    border: solid 1px #f1c30f;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.yellow-btn:hover{
    background-color: #FFFFFF;
    color: #f1c30f;
}

.transparent-btn{
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 23px 10px 23px;
    border: solid 1px #fff;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.transparent-btn:hover{
    background-color: #3b8ee6;
    color: #fff;
    border: solid 1px #3b8ee6;
}
.black-btn{
    background-color: #142022;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 25px 10px 25px;
    border: solid 1px #142022;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.black-btn:hover{
    background-color: #f1c30f;
    border: solid 1px #f1c30f;
    color: #FFFFFF;

}
.parallax-disable{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
/*************************************/
/************** LOADER CSS ***********/
/*************************************/
.loader{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
    background-color:#000;
}
/*************************************/
/**************  Top Nav ************/
/*************************************/
header{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    z-index: 111;
}
.upper-nav{
    background-color:rgba(0, 0, 0, 0.24);
    /* padding-top: 8px;
    padding-bottom: 8px; */
}
.upper-nav .navbar-brand{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.upper-nav .navbar-brand:hover {
    color: #f1c30f;
}
.upper-nav h4.top-text{
    font-size: 14px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
    margin-top: auto;
    margin-bottom: auto;
}
.upper-nav .top-detail{
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.upper-nav .top-detail li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.upper-nav .top-detail li a{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.upper-nav .top-detail li span i{
    font-size: 20px;
    margin-right: 5px;
    color: #ffffff;
    position: relative;
    top: 2px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
/* .upper-nav .top-detail li:hover span i{
    color: #60a5ee;
} */
.upper-nav .top-detail li.social-links{
    margin-left: 16px;
    margin-right: 0;
}
.upper-nav .top-detail li.social-links span i{
    font-size: 14px;
    margin-right: 0;
    color: #ffffff;
    padding: 6px;
    position: relative;
    top: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.upper-nav .top-detail li.social-links span i:hover{

    border-radius: 50%;
    background-color: #3480d1;
}
.upper-nav .toggle-btn{
    display: inline-block;
    position: absolute;
    left: -12%;
    top:30%;
    cursor: pointer;
}
.upper-nav .toggle-btn span{
    height: 2px;
    width: 25px;
    display: block;
    margin-top: 3px;
    background-color: #FFFFFF;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.upper-nav .toggle-btn:hover span:last-child{
    width: 18px;
}
.upper-nav .toggle-btn:hover span:first-child{
    width: 18px;
}
.upper-nav .toggle-btn:hover span:nth-child(2){
    width: 18px;
    margin-left: 10px;
    background-color: #f1c30f;
}

/*************************************/
/************** Lower Nav ************/
/*************************************/

.lower-nav .navbar{
    padding-top: 1px;
    padding-bottom: 10px;
}
.lower-nav .main-nav{
    position: relative;
}
.lower-nav .navbar-brand{

    position: absolute;
    /* left: 50%; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lower-nav .navbar-brand  img{
    height: 100%;
    width: 100%;
}
.lower-nav .navbar-nav.left-nav {
    width: 45%;
    padding-right: 50px;
}
.lower-nav .navbar-nav.right-nav{
    width: 45%;
    padding-left: 50px;
}
.lower-nav .navbar-nav .nav-item {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 30px;
}
.lower-nav .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.lower-nav .navbar-nav .nav-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 19px;
}
/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover ,.navbar-light .navbar-nav .nav-link.active{
    color: #60a5ee;
} */


/*************************************/
/**************fixed nav*********/
/*************************************/

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11111;

}
.fix-top{
    background-color: rgb(0, 0, 0) !important;
    position: fixed;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  
}
.fix-top .navbar{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.fix-top .navbar-brand{
    width:70px !important;
    opacity: 1 !important;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*************************************/
/************* Broad nav *************/
/*************************************/

header .broad{
    display: none;
}
header .broad-rem{
    -webkit-animation: .8s display-hid !important;
    animation: .8s display-hid !important;
}
@-webkit-keyframes display-hid {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
@keyframes display-hid {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
header .broad-nav{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #3b8ee6;
    z-index: 99999;
    display: block;
    -webkit-animation: 1s display-ctrl;
    animation: 1s display-ctrl;
}
@-webkit-keyframes display-ctrl {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes display-ctrl {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
header .broad-nav .close-nav{
    position: absolute;
    top:3%;
    left: 4%;
}
header .broad-nav .close-nav i{
    color: #7cecff;
    font-size: 30px;
}
header .broad-nav .navbar{
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .broad-nav .navbar .nav-item .nav-link{
    color: #142022;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
header .broad-nav .navbar .nav-link:focus, header .broad-nav .navbar  .nav-link:hover ,header .broad-nav .navbar .nav-link.active{
    color: #f1c30f;
}
header .broad-nav .navbar .nav-link.active:before {
    display: inline-block;
    content: " ";
    width: 35px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 4px;
    margin-right: 10px;
}
/* header .broad-nav .navbar .nav-link.active:after {
    display: inline-block;
    content: " ";
    width: 35px;
    height: 2px;
    background-color: #8ae4ff;
    margin-bottom: 4px;
    margin-left: 10px;
} */
header .broad-nav .navbar .nav-item:after {
    display: block;
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /* background-color: #cccccc; */
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}
header .broad-nav .navbar .nav-item:last-child:after {
    display: none;
}
/*************************************/
/**************ABOUT SECTION*********/
/*************************************/
.about-sec{
    padding-top: 80px;
    padding-bottom: 30px;
}
.about-sec .about-media{
    padding-top: 16px;
    padding-bottom: 16px;
    /*padding-left: 25px;*/
    padding-right: 65px;
    cursor: pointer;
    margin-bottom: 10px;
}
.about-sec .about-media:nth-child(3n+0){
    padding-left: 65px;
    padding-right: 16px;
}
.about-sec .about-media:nth-child(3n-1){
    padding-left: 40px;
    padding-right: 40px;
}
.about-sec .about-media .about-icon i{
    color: #556062;
    font-size: 55px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.about-sec .about-media .ex-line{
    height: 3px;
    width: 15%;
    background-color: #71d3fa;
    display:block;
    margin-bottom: 8px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.about-sec .about-media:hover .ex-line{
    width: 90%;
}
.about-sec .about-media:hover .about-icon i{
    color: #3b8ee6;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}


/*************************************/
/************  SERVICES SEC **********/
/*************************************/

.services-sec{
    margin-bottom: 80px;
    background-image: url("../img/service-banner1.jpg");
    min-height: 300px;
    /*background-position: inherit !important;*/
}
.services-details{
    padding-top: 100px;
    padding-bottom: 100px;
}
.services-sec .services-box{
    padding-top: 35px;
}
.services-sec .services-box .s-card .card{
    background-color: #142022;
    color: #FFFFFF;
}
.services-sec .services-box .s-card:nth-child(even) .card{
    background-color: #f1c30f;
}
.services-sec .services-box .card .service-icon i{
    font-size: 50px;
    color: #f1c30f;
    margin-bottom: 8px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.services-sec .services-box .card:hover .service-icon i{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.services-sec .services-box .s-card:nth-child(even) .service-icon i{
    color: #142022;
}
.services-sec .services-box .card {
    padding: 10px;
}
.services-sec .services-box .card .service-num{
    margin-bottom:10px;
    font-size: 33px;
    font-family: 'Montserrat', sans-serif;
}
.services-sec .services-box .card .service-mini-heading{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

/***********************************/
/***********TEAM SECTION***********/
/***********************************/

.team-sec{
    padding-top: 20px;
    padding-bottom: 80px;
}
.team-sec .ex-detail .heading-1,.team-sec .ex-detail .heading-2{
    font-weight: 600;
}
.team-sec .ex-detail .fly-text{
    color: #71d3fa;
}
/* .team-sec .small-text{
    margin-top: 35px;
    margin-bottom: 55px;
} */
.team-sec .ex-detail .fly-text{
    left:-51px;
}
.team-sec .team-navigation i{
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.team-sec .team-navigation .left-arr:hover i,.team-sec .team-navigation .right-arr:hover i{
    color: #f1c30f;
    -webkit-animation: 1s wobble;
    animation: 1s wobble;
}
.team-sec img{
    height: 100%;
    width: 100%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.team-sec .item{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.team-sec .item .team-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background-color: rgba(20, 32, 34, 0.50);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    opacity: 0;
    z-index: 111;
    /**/

}
.team-sec .item .team-overlay .overlay-content{
    position: absolute;
  left: -35%;
  right: 100%;
  bottom: 20%;
  top: 28%;
  background-color: #71d3fa;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
  opacity: 0;
  z-index: 111;
  overflow: hidden;
  border-radius: 50%;
  padding-top: 18%;
  padding-right: 8%;
}

.team-sec .item .team-overlay a{
    height: 30px;
    width: 30px;
    border:solid 1px transparent;
    text-decoration: none;
    background-color: transparent;
    border-radius: 50%;
    margin-left: auto;
    margin-bottom: 2px;

}
.team-sec .item .team-overlay a:last-child{
    margin-right: 0px;
}
.team-sec .item .team-overlay a i{
    color: #fff;
  font-size: 26px;
}
.team-sec .item:hover img{
    /*opacity: .8;*/
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-sec .item:hover .team-overlay{
    opacity: 1;
}
.team-sec .item:hover .team-overlay .overlay-content{
    right: 80%;
    opacity: 1;
}
.team-sec .item:hover .team-overlay a{
    -webkit-animation: .8s slideInUp;
    animation: .8s slideInUp;
}
.team-sec .item:hover .team-overlay a:nth-child(even){
    -webkit-animation: .8s slideInUp;
    animation: .8s slideInUp;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.team-sec .skill-bars{
    padding-top: 60px;
}
.team-sec .skill-bars .progress-item .progress-bar{
    background-color: #f1c30f;
    position: relative;

}
.team-sec .progress-item  .progress-bar span {
    display: block;
    position: absolute;
    top: -32px;
    font-size: 13px;
    line-height: 10px;
    right: -1.4em;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-color: #142022;
    padding: 7px;
}
.team-sec .progress-item  .progress-bar i{
    color: black;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.team-sec  .skill-bars .progress-item .progress{
    height: 16px !important;
    overflow: visible;
    /*margin-right: 16px;*/
}
.team-sec  .skill-bars .progress-item {
    padding-right: 16px;
}
.team-sec  .skill-bars .progress-item:nth-child(even){
    padding-right: 0;
    padding-left: 16px;
}
.team-sec .skill-bars .progress-item h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #556062;
    margin-bottom: 16px;
}
.team-sec .skill-bars .progress-item{
    margin-bottom: 20px;
    width: 50%;
    display: inline-block;
    float: left;
}


/*************************************/
/************ Our Services **********/
/*************************************/

.our-services{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}
.our-services .our-heading .heading-text {
    margin-bottom: 30px;
}
.our-services .service-text{
    padding-bottom: 30px;
}
.our-services .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #f1c30f;
    text-decoration: none;
}
.our-services .nav-pills .nav-link.active span, .nav-pills .show>.nav-link span{
    border-bottom: solid 2px #f1c30f;
    padding-bottom: 3px;
}
.our-services .nav-pills .nav-link{
    color: #142022;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.our-services .service-tab .tab-pane{
    background-color: #FFFFFF;
    overflow: hidden;
}
.our-services .tab-content .tab-img img{
    height: 100%;
    width: 100%;
}
.our-services .tab-content .tab-des{
    padding-right: 42px;
    padding-left: 16px;
}
.our-services .tab-content .tab-des .tab-num{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #7acdff;
    margin-bottom: 20px;
    display: inline-block;
}
.our-services .tab-content .tab-des .tab-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #142022;
    margin-bottom: 12px;
}
.our-services .tab-content .tab-des .tab-text{
    font-family:'Montserrat', sans-serif;
    text-align: justify;
    line-height: 25px;
    font-weight: 400;
    font-size: 17px;
    color: #535353;
    margin-bottom: 10px;
}
.our-services .tab-content .tab-des .tab__text{
    font-family:'Montserrat', sans-serif;
    text-align: justify;
    line-height: 25px;
    font-weight: 600;
    font-size: 19px;
    color: #3b8ee6;
    margin-bottom: 10px;
}
.our-services .service-tab .tab-content .tab-pane.active .tab-img img{
    -webkit-animation: .4s slideInDown;
    animation: .4s slideInDown;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.our-services .service-tab .tab-content .tab-pane.active .tab-detail .tab-des{
    -webkit-animation: .4s slideInUp;
    animation: .4s slideInUp;
}
/*.our-services .service-tab .tab-content .tab-pane:nth-child(even).active .tab-img img{*/
/*    animation: .8s slideInUp;*/
/*    animation-delay: 0s;*/
/*}*/
/*.our-services .service-tab .tab-content .tab-pane:nth-child(even).active .tab-detail .tab-des{*/
/*    animation: .8s slideInDown;*/
/*}*/
/***********************************/
/***********Service List***********/
/***********************************/

.service-list{
    padding-top: 50px;
    padding-bottom: 50px;
}
.service-list .media{
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
    padding-right: 60px;
    z-index: 11;
    position: relative;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.service-list .media:nth-child(even){
    padding-left: 60px;
    padding-right: 16px;
}
.service-list .media .media-box{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.service-list .media:hover .media-box{
}
.service-list .media .media-icon{
    margin-right: 1.8rem;
}
.service-list .media .media-icon i{
    font-size: 45px;
    color: #142022;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.service-list .media:hover .media-icon i{
    color: #f1c30f;
}
.service-list .media .media-icon .hover-line{
    display: inline-block;
    height: 2px;
    width: 0;
    background-color: #f1c30f;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-bottom: 12px;
}
.service-list .media .media-body .hover-line{
    display: inline-block;
    height: 2px;
    width: 0;
    background-color: #f1c30f;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-bottom: 2px;
}
.service-list .media:hover .hover-line{
    width: 10%;
    margin-right: 5px;
}

.service-list .media .media-body .heading-title{
    color: #f1c30f;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.service-list .media:hover .media-body .heading-title{
    color: #142022;
}

.service-list .media .media-body .small-heading{
    letter-spacing: -.5px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.service-list .media:hover .media-body .small-heading{
    color: #3683d6;
    letter-spacing: -1px;
}

/***********************************/
/*********** Quote section***********/
/***********************************/
.quote-sec{
    background-image: url("../img/qoute-banner.jpg");
    min-height: 300px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.quote-sec .q-detail{
    width: 80%;
}
.quote-sec .quote-text{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 1.5;
}
.quote-text i{
    color: #a9aca9;
}
.quote-text i.fa-quote-left{
    margin-right: 16px;
}
.quote-text i.fa-quote-right{
    margin-left: 16px;
}
.quote-sec .quote-writer{
    color: #f1c30f;
    font-weight: 500;
    font-size: 16px;
}



/***********************************/
/***********PORTFOLIO CSS***********/
/***********************************/
.portfolio-sec{
    padding-top: 80px;
    margin-bottom: 80px;
}
.portfolio-sec .ex-detail .fly-text{
    left:-52px;
}
.cbp-wrapper-outer {
    overflow: visible;
}
.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus{
    color: #fff;
}

.cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #142022 !important;
    font-family: 'Montserrat', sans-serif;
    margin-right: 16px;
    border-bottom: solid 2px transparent ;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #f1c30f;
    background: transparent;
    border-bottom: solid 3px #f1c30f;

}
.cbp-l-filters-button .cbp-filter-item,
.cbp-item.even{
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}
.cbp-item.even {
    margin-top: -190px;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(0, 0, 0, 0.486);
justify-content: center;
}
.cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.portfolio-detail-text {
    color: #f1c30f;
    font-style: italic;
}
.portfolio-hover-effect .hover-text{
    padding-left: 3%;
    padding-bottom: 2%;
}
.portfolio-hover-effect .hover-text .p-hover-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #60d2ff;
    font-weight: 500;
    margin-bottom: 0;
}
.portfolio-hover-effect .hover-text .p-hover-des{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}
#js-loadMore-lightbox-gallery {
    margin-top: 45px;
}
#js-loadMore-lightbox-gallery.active {
    margin-top: -180px;
    position: relative;
    z-index: 1;
}
#js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}
.cbp-caption-active .cbp-caption-activeWrap {
    width: 38%;
    position: absolute;
    z-index: 2;
    height: 11%;

}
.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%;
}
.portfolio-sec .ex-detail .fly-text {
    color: #71d3fa;
}
.portfolio-foot-detail{
    padding-top: 3%;
}
.portfolio-foot-detail .p-text{
    color: #142022;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px;
}
.portfolio-foot-detail .p-text:last-child{
    margin-bottom: 0;
}
.portfolio-foot-detail .p-num{
    color: #142022;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
/***********************************/
/***********Client Section***********/
/***********************************/

.client-sec{
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: #f5f5f5;
    margin-top: 245px;
    margin-bottom: 80px;
}
.client-sec .client-heading .ex-detail .fly-text{
    color: #f1c30f;
    left:-55px;
}
.client-sec .client-des .testimonial-box .testimonial-heading .test-heading{
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #FFFFFF;
}
.client-sec .client-des .testimonial-box .testimonial-heading .test-review{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    padding-top: 10px;
}
.client-sec .client-des .testimonial-box .testimonial-heading .test-review li{
    list-style: none;
}
.client-sec .client-des .testimonial-box .testimonial-heading .test-review li a i{
    color: #FFFFFF;
    font-size: 20px;
}
.client-sec .client-des .testimonial-box .small-text{
    color: #FFFFFF;
}
.client-sec .client-des .testimonial-box .t-box{
    padding: 50px;
}
.client-sec .client-des .testimonial-box{
    background-color: #f1c30f;
    margin-top: -244px;
}
.client-sec .client-des .testimonial-box .test-info{
    position: relative;
}
.client-sec .client-des .testimonial-box .test-info .client-img-holder{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: inline-block;
}
.client-sec .client-des .testimonial-box .test-info .client-img-holder img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.client-sec .client-des .testimonial-box .test-info .media-body{
    margin-top: 1.5rem;
}
.client-sec .client-des .testimonial-box .test-info .client-info .client-name{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0;
}
.client-sec .client-des .testimonial-box .test-info .client-info .client-designation{
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
}
.client-sec .client-des{
    position: relative;
}
.client-sec .client-des .testimonial-navigation{
    display: inline-block;
    position: absolute;
    right: 64px;
    top: -12%;
    z-index: 1;
}
.client-sec .client-des .testimonial-navigation .left-arr i, .client-sec .client-des .testimonial-navigation .right-arr i{
    font-size: 28px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    cursor: pointer;
}
.client-sec .client-des .testimonial-navigation .left-arr:hover i, .client-sec .client-des .testimonial-navigation .right-arr:hover i{
    color: #FFFFFF;
    -webkit-animation: 1s wobble;
    animation: 1s wobble;
}
/***********************************/
/*******PRICING SECTION CSS*********/
/***********************************/

.pricing-sec{
    padding-bottom: 80px;
}
.pricing-sec .pricing-cards{
    padding-top: 50px;
}
.pricing-sec .pricing-card{
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 5px #d9d9d9;
    box-shadow: 0 0 5px #d9d9d9;
    border-radius: 5px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .pricing-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #f1c30f;
    padding-bottom: 20px;
    border-bottom: solid 2px #d9d9d9;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .price-info{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #d9d9d9;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .price-info .price-tag .p-icon i{
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 30px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .price-info .price-tag .p-icon{
    display: inline-block;
    position: relative;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .price-info .price-tag .p-price{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-left: 28px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .price-info .price-tag .p-since{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    position: relative;
    left: 42px;
    top: -7px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .price-text .small-text{
    color: #878787;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.7;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .feature-list{
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .feature-list li{
    list-style: none;
    margin-bottom: 8px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .feature-list li i{
    font-size: 20px;
    color: #62be10;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card .feature-list li a{
    color: #535353;
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.pricing-sec .pricing-card button{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
/*hover*/
.pricing-sec .pricing-card:hover,.pricing-sec .pricing-card.active{
    background-color: #142022;
}
.pricing-sec .pricing-card:hover .pricing-heading,.pricing-sec .pricing-card.active .pricing-heading{
    color: #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
}
.pricing-sec .pricing-card:hover .price-info,.pricing-sec .pricing-card.active .price-info{
    border-bottom: solid 2px #FFFFFF;

}
.pricing-sec .pricing-card:hover .price-info .price-tag .p-icon i,.pricing-sec .pricing-card.active .price-info .price-tag .p-icon i{
    color: #FFFFFF;
}
.pricing-sec .pricing-card:hover .price-info .price-tag .p-icon,.pricing-sec .pricing-card.active .price-info .price-tag .p-icon{
    color: #FFFFFF;
}
.pricing-sec .pricing-card:hover .price-info .price-tag .p-price,.pricing-sec .pricing-card.active .price-info .price-tag .p-price{
    color: #FFFFFF;
}
.pricing-sec .pricing-card:hover .price-info .price-tag .p-since,.pricing-sec .pricing-card.active .price-info .price-tag .p-since{
    color: #FFFFFF;
}
.pricing-sec .pricing-card:hover .price-text .small-text,.pricing-sec .pricing-card.active .price-text .small-text{
    color: #FFFFFF ;
}
.pricing-sec .pricing-card:hover .feature-list li i,.pricing-sec .pricing-card.active .feature-list li i{
    color: #FFFFFF;
}
.pricing-sec .pricing-card:hover .feature-list li a,.pricing-sec .pricing-card.active .feature-list li a{
    color: #FFFFFF;
}
.pricing-sec .pricing-card:hover button,.pricing-sec .pricing-card.active button{
    background-color: #FFFFFF;
    color: #142022;
    border: solid 1px #142022;
}
.pricing-sec .pricing-card button:hover{
    background-color: transparent;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
}
/***********************************/
/***********MINI BLOG SEC***********/
/***********************************/

.mini-blog-sec{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}
.mini-blog-sec .mini-blog-detail .ex-detail .fly-text{
    color: #f1c30f;
    left: -55px;
}
.mini-blog-sec .mini-blog-detail .small-text{
    margin-top: 51px;
    margin-bottom: 30px;
}
.mini-blog-sec .card-blog .mini-blog{
    background-color: #FFFFFF;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.mini-blog-sec .card-blog .mini-blog:hover{
    /*transform: translateY(-10px);*/
    -webkit-box-shadow: 1px 1px 16px #cbcbcb;
    box-shadow: 1px 1px 16px #cbcbcb;
}
.mini-blog-sec .mini-blog .m-blog-detail{
    padding: 25px 20px;
}
.mini-blog-sec .mini-blog .mini-blog-title{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
    color: #142022;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.mini-blog-sec .mini-blog:hover .mini-blog-title{
    color: #f1c30f;
}
.mini-blog-sec .mini-blog .small-text{
    margin-bottom: 20px;
}
.mini-blog-sec .mini-blog .user-detail{
    border-top: solid 1px #f5f5f5;
    padding: 16px 20px;
}
.mini-blog-sec .mini-blog .user-detail .user-name{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #535353;
}
.mini-blog-sec .mini-blog .user-detail .user-img{
    max-height: 30px;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 1px;
}
.mini-blog-sec .mini-blog .user-detail .user-img img{
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.mini-blog-sec .mini-blog .user-detail .posted-date{
    font-family: 'Montserrat', sans-serif;
    /*font-weight: lighter;*/
    color: #535353;
    font-size: 12px;
}
.mini-blog-sec .mini-blog .hover-line{
    height: 2px;
    width:0;
    margin-right: 5px;
    background-color: #f1c30f;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    display: inline-block;
    margin-bottom: 4px;
}
.mini-blog-sec .mini-blog:hover .hover-line{
    width: 15%;
}
.mini-blog-sec .mini-blog .mini-blog-link{
    color: #f1c30f;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-weight: bold;
}
/***********************************/
/*****Social Connection Section*****/
/***********************************/

.social-sec{
    padding-top: 80px;
    padding-bottom: 10px;
}
.social-sec img{
    height: 100%;
    width: 100%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.social-sec .s-img-area{
    position: relative;
    overflow: hidden;
}
.social-sec .s-img-area i{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    color: #FFFFFF;
    z-index: 11;
}
.social-sec .twitter-box{
    position: relative;
    padding: 40px;
    background-color: #58bbff;
}
.social-sec .twitter-box .twitter-head{
    margin-bottom: 35.5px;
}
.social-sec .twitter-box .twit-icon {
    position: absolute;
    top:40px;
    left:25px;
}
.social-sec .twitter-box .twit-icon i{
    color: #FFFFFF;
    font-size: 28px;
}
.social-sec .twitter-box .twitter-head .twit-mention{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-right: -16px;
}
.social-sec .twitter-box .small-text{
    color: #FFFFFF;
    margin-bottom: 22px;
}
.social-sec .twitter-box .twit-btn{
    padding: 10px 35px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #41a9f0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #41a9f0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.social-sec .twitter-box .twit-btn:hover{
    color: #41a9f0;
    background-color: #FFFFFF;
    /*border: solid 1px #41a9f0;*/
}
.social-sec .img-box{
    position: relative;
}
.social-sec .img-box .facebook-box{
    position: absolute;
    left:50%;
    top: 50%;
    right: 0;
    bottom: 0;
    background-color: #3b5998;
    padding: 14.5px;
    z-index: 11;
}
.social-sec .facebook-box .facebook-head{
    margin-bottom: 35.5px;
}
.social-sec .facebook-box .face-icon {
    position: absolute;
    top:16px;
    left:10px;
}
.social-sec .facebook-box .face-icon i{
    color: #FFFFFF;
    font-size: 24px;
}
.social-sec .facebook-box .facebook-head .face-mention{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-right: -1px;
}
.social-sec .facebook-box .small-text{
    color: #FFFFFF;
    margin-bottom: 22px;
}
.social-sec .facebook-box .face-btn{
    padding: 10px 35px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #2c4884;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #2c4884;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.social-sec .facebook-box .face-btn:hover{
    color: #2c4884;
    background-color: #FFFFFF;
    /*border: solid 1px #41a9f0;*/
}
.social-sec .figure{
    display: block;
}
.social-sec .social-tab2,.social-sec .social-tab3{
    position: relative;
    overflow: hidden;
}
.social-sec .social-tab2 i,.social-sec .social-tab3 i{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 28px;
    color: #FFFFFF;
    z-index: 11;
}

/***********************************/
/*********Contact section***********/
/***********************************/
.contact-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-sec .contact-detail .ex-detail{
    margin-bottom: 20px;
}
.contact-sec .contact-detail .ex-detail .fly-text{
    color: #7bd6fa;
    left: -65px;
}
.contact-sec .contact-detail .small-text{
    margin-bottom: 40px;
    width: 95%;
}
.contact-sec .contact-detail .location-details h4{
    margin-bottom: 20px;
    color: #3b8ee6;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.contact-sec .contact-detail .location-details ul{
    padding-left: 0;
}
.contact-sec .contact-detail .location-details ul li{
    list-style: none;
    margin-bottom: 12px;
    position: relative;
}
.contact-sec .contact-detail .location-details ul li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #535353;
    text-decoration: none;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-sec .contact-detail .location-details ul li i{
    font-size: 24px;
    margin-right: 5px;
    color: #535353;
    position: absolute;
    top: 2px;
    left: 0;
}
/*contact us form*/
.contact-sec .contact-box{
    padding: 35px;
    -webkit-box-shadow: 1px 1px 8px #dddddd;
    box-shadow: 1px 4px 10px 8px #dddddd80;
    border-radius: 10px;
    background: #fff;
}
.contact-sec .contact-box .small-heading{
    font-size: 27px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-sec .contact-box .small-text{
    margin-bottom: 25px;
}
.contact-sec .contact-form .my-form{
    position: relative;
}
.contact-sec .contact-form .my-form .form-control{
    border: 1px solid #cbcbcb;
}
.contact-sec .contact-form .my-form input{
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}
.contact-sec .contact-form .my-form input[placeholder]{
    color: #444444;
    opacity: .8;
    font-size: 14px;
}
.contact-sec .contact-form .my-form textarea{
    border-radius: 10px;
    padding: 20px;
}
.contact-sec .contact-form .my-form textarea[placeholder]{
    color: #444444;
    opacity: .8;
    font-size: 14px;
}
.display-error{
    position: absolute;
    top:-45px;
    left:16px;
    right: 16px;
}

.contact-page .contact-list li:nth-child(2),.contact-page .contact-list li:nth-child(3){
    display: inline-block;
}
.contact-page .contact-list li:nth-child(2){
    margin-right: 8px;
}
.contact-page .contact-list li:nth-child(even){
    margin-bottom: 0px !important;
}

/***********************************/
/***********MAP SECTION**********/
/***********************************/

#google-map {
    height: 400px;
    width: 100%;
}
.col-map #google-map {
    height: 418px;
}

/***********************************/
/***********Footer SECTION**********/
/***********************************/

.footer-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-sec .social-icons i{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    cursor: pointer;
}
.footer-sec .social-icons i:last-child{
    margin-right: 0px;
}

/*.footer-sec .social-icons i.la-facebook-f:hover{*/
/*    color: #FFFFFF;*/
/*    background-color: #3D558F;*/
/*}*/
/*.footer-sec .social-icons i.la-twitter:hover{*/
/*    color: #FFFFFF;*/
/*    background-color: #33c9dd;*/
/*}*/
/*.footer-sec .social-icons i.la-google:hover{*/
/*    color: #FFFFFF;*/
/*    background-color: #D74937;*/
/*}*/
/*.footer-sec .social-icons i.la-linkedin-in:hover{*/
/*    color: #FFFFFF;*/
/*    background-color: #0474BC;*/
/*}*/
/*.footer-sec .social-icons i.la-instagram:hover{*/
/*    color: #FFFFFF;*/
/*    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
/*}*/
/*.footer-sec .social-icons i.la-envelope:hover{*/
/*    color: #FFFFFF;*/
/*    background-color: #D45049;*/
/*}*/

/***********************************/
/***********MEDIA QUERIES***********/
/***********************************/


@media (max-width: 575.98px) {
    /*mobile screen media query for CUSTOM CLASSES*/
    .ex-detail .heading-1,.ex-detail .heading-2{
        font-size: 28px;
    }
    .ex-detail .fly-text{
        font-size: 13px;
        /*bottom: 24px;*/
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }
    .our-heading .heading-text {
        font-size: 32px;
    }
    .ex-detail .large-heading {
        text-align: center;
        padding-left: 0;
    }
    /*mobile screen media query for upper nav*/
    .upper-nav .top-detail li {
        margin-right: 14px;
    }
    .upper-nav .top-detail li.social-links span i {
        margin-right: 4px;
    }
    .upper-nav .top-detail li.social-links {
        display: block;
        text-align: right;
    }
    .upper-nav .top-detail li a {
        font-size: 12px;
    }
    .upper-nav{
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .navbar-brand {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -55%;
        color: #FFFFFF;
        text-decoration: none;
    }
    .navbar-brand img{
        margin-right: 8px;
    }
    .lower-nav .navbar-brand img {
        margin-top: 80%;
    }

    /*mobile screen media query for about sec*/
    .about-sec .about-media{
        padding-right: 16px;
        padding-left: 16px;
    }
    .about-sec .about-media:nth-child(3n+0){
        padding-left: 16px;
        padding-right: 16px;
    }
    .about-sec .about-media:nth-child(3n-1){
        padding-left: 16px;
        padding-right: 16px;
    }
    .about-sec .about-media .ex-line {
        margin-left: 43%;
    }
    .about-sec .about-media:hover .ex-line {
        width: 100%;
        margin-left: 0;
    }
    /*mobile screen media query for team sec*/
    .team-sec .skill-bars .progress-item{
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
        float: left;
        padding-right: 0;
    }
    .team-sec .skill-bars .progress-item:nth-child(even) {
        padding-left: 0;
    }
    .team-sec .small-text , .team-sec .team-navigation{
        margin-bottom: 20px;
    }
    .team-sec .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -29px;
    }
    /*mobile screen media query our services sec*/
    .our-services .service-tab .tab-content .tab-pane.active .tab-detail .tab-des {
        padding: 30px;
    }
    .our-services .tab-content .tab-des .tab-title {
        font-size: 23px;
    }
    .our-services .tab-content .tab-des .tab-num {
        font-size: 27px;
    }
    .our-services .our-heading .heading-text {
        margin-bottom: 20px;
    }
    /*mobile screen media query service list sec*/
    .service-list .media{
        padding-right: 16px;
        padding-left: 20px;
    }
    .service-list .media:nth-child(even){
        padding-left: 20px;
        padding-right: 16px;
    }
    .u-hover--sparkle::before, .u-hover--sparkle::after {
        left: 8px;
        width: 95%;
    }
    .service-list .media:nth-child(even).u-hover--sparkle::before,.service-list .media:nth-child(even).u-hover--sparkle::after{
        left:8px;
    }
    /*mobile screen media query qoute sec*/
    .quote-sec .quote-text {
        font-size: 25px;
    }
    /*mobile screen media query portfolio sec*/
    .portfolio-foot-detail {
        padding-top: 70%;
    }
    .portfolio-sec .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }
    /*mobile screen media query client sec*/
    .client-sec {
        margin-top: auto;
    }

    .client-sec .client-des .testimonial-box {
        margin-top: 30px;
    }
    .client-sec .client-des .testimonial-navigation {
        top: auto;
        bottom: 3%;
    }
    .client-sec .client-des .testimonial-box .testimonial-heading .test-review {
        display: -webkit-box;
        float: initial;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .client-sec .client-des .testimonial-box .testimonial-heading .test-heading {
        font-size: 28px;
    }
    .client-sec .client-heading .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }

    /*mobile screen media query pricing sec*/

    .pricing-sec .pricing-cards {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pricing-sec .pricing-card {
        margin-bottom: 50px;
    }
    .pricing-sec .p-card:last-child .pricing-card{
        margin-bottom: 0;
    }
    .pricing-sec .pricing-card .price-info .price-tag .p-since {
        left: auto;
    }

    /*mobile screen media query for mini blog sec*/
    .mini-blog-sec .mini-blog-detail .small-text {
        margin-top: 22px;
    }
    .mini-blog-sec .card-blog{
        margin-top: 50px;
    }
    .mini-blog-sec .mini-blog-detail .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }
    /*mobile screen media query for Social connection sec*/
    .social-sec .img-box .facebook-box {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        padding: 40px;
    }
    .social-sec .facebook-box .facebook-head .face-mention{
        margin-right: -16px;
    }
    .social-sec .facebook-box .face-icon {
        top: 40px;
        left: 25px;
    }
    .social-sec .facebook-box .face-icon i{
        font-size: 26px;
    }
    /*mobile screen media query for contact sec*/
    .contact-sec .contact-detail .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }
    .contact-sec .contact-detail .ex-detail {
        margin-bottom: 30px;
    }
    .contact-sec .contact-detail .small-text {
        margin-bottom: 30px;
    }
    .contact-sec .contact-detail .location-details ul li i {
        position: relative;
    }
    .contact-sec .contact-detail .location-details ul li a {
        display: block;
        margin-left: auto;
    }
    .contact-sec .contact-box .small-text {
        line-height: 1.5;
    }
    /*mobile screen media query for footer sec*/
    .social-icons a i {
        height: 35px;
        width: 35px;
        line-height: 38px;
        font-size: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    
    /*custom css*/
    .ex-detail .large-heading {
        padding-left: 0;
        text-align: center;
    }
    /*mobile screen media query for lower nav*/
    .lower-nav .navbar-brand img {
        margin-top: 80%;
    }
    /*mobile screen media query for upper nav*/
    .upper-nav .top-detail li.social-links {
        display: block;
        text-align: right;
    }
    .upper-nav{
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .navbar-brand {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -55%;
        color: #FFFFFF;
        text-decoration: none;
    }
    .navbar-brand img{
        margin-right: 8px;
    }
    /*mobile screen media query for about sec*/
    .about-sec .about-media{
        padding-right: 100px;
        padding-left: 100px;
        cursor: pointer;
    }
    .about-sec .about-media:nth-child(3n+0){
        padding-left: 100px;
        padding-right: 100px;
    }
    .about-sec .about-media:nth-child(3n-1){
        padding-left: 100px;
        padding-right: 100px;
    }
    .about-sec .about-media .ex-line {
        margin-left: 43%;
    }
    .about-sec .about-media:hover .ex-line {
        width: 100%;
        margin-left: 0;
    }
    /*mobile screen media query for team sec*/
    .team-sec .skill-bars .progress-item{
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
        float: left;
        padding-right: 0;
    }
    .team-sec .skill-bars .progress-item:nth-child(even) {
        padding-left: 0;
    }
    .team-sec .small-text , .team-sec .team-navigation{
        margin-bottom: 20px;
    }
    .team-sec .team .item .team-overlay a {
        height: 20px;
        width: 20px;
    }
    .team-sec .team .item .team-overlay a i {
        font-size: 12px;
    }
    .team-sec .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -29px;
    }
    /*mobile screen media query our services sec*/
    .our-services .service-tab .tab-content .tab-pane.active .tab-detail .tab-des {
        padding: 30px;
    }
    /*mobile screen media query service list sec*/
    .service-list .media{
        padding-right: 100px;
        padding-left: 100px;
    }
    .service-list .media:nth-child(even){
        padding-left: 100px;
        padding-right: 100px;
    }
    /*mobile screen media query portfolio sec*/
    .portfolio-foot-detail {
        padding-top: 70%;
    }
    .portfolio-sec .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }
    /*mobile screen media query client sec*/
    .client-sec {
        margin-top: auto;
    }

    .client-sec .client-des .testimonial-box {
        margin-top: 30px;
    }
    .client-sec .client-des .testimonial-navigation {
        top: auto;
        bottom: 3%;
    }
    .client-sec .client-des .testimonial-box .testimonial-heading .test-review {
        display: -webkit-box;
        float: initial;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .client-sec .client-des .testimonial-box .testimonial-heading .test-heading {
        font-size: 28px;
    }
    .client-sec .client-heading .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }

    /*mobile screen media query pricing sec*/

    .pricing-sec .pricing-cards {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pricing-sec .pricing-card {
        margin-bottom: 50px;
    }
    .pricing-sec .p-card:last-child .pricing-card{
        margin-bottom: 0;
    }
    .pricing-sec .pricing-card .price-info .price-tag .p-since {
        left: auto;
    }
    /*mobile screen media query for mini blog sec*/
    .mini-blog-sec .card-blog{
        margin-top: 50px;
    }
    .mini-blog-sec .mini-blog-detail .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }
    /*mobile screen media query for Social connection sec*/
    .social-sec .twitter-box {
        padding: 50px;
    }
    .social-sec .img-box .facebook-box {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        padding: 50px;
    }
    .social-sec .facebook-box .facebook-head .face-mention{
        margin-right: -16px;
    }
    .social-sec .facebook-box .face-icon {
        top: 40px;
        left: 25px;
    }
    .social-sec .facebook-box .face-icon i{
        font-size: 26px;
    }
    /*mobile screen media query for contact sec*/
    .contact-sec .contact-detail .ex-detail .fly-text {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -25px;
    }
    .contact-sec .contact-detail .location-details ul li i {
        position: relative;
    }
    .contact-sec .contact-detail .location-details ul li a {
        display: block;
        margin-left: auto;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .lower-nav .navbar-brand img {
        margin-top: 80%;
    }
    /*mobile screen media query for upper nav*/
    .upper-nav .top-detail li.social-links {
        display: block;
        text-align: right;
    }
    .upper-nav{
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .navbar-brand {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -55%;
        color: #FFFFFF;
        text-decoration: none;
    }
    .navbar-brand img{
        margin-right: 8px;
    }
    /*mobile screen media query for service sec*/
    .services-sec{
        background-position: inherit !important;
    }
    /*mobile screen media query for our services*/
    .our-services .tab-content .tab-des {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .our-services .tab-content .tab-des .tab-title {
        font-size: 23px;
    }
    /*mobile screen media query portfolio sec*/
    .portfolio-foot-detail {
        padding-top: 35%;
    }
    /*mobile screen media query client sec*/
    .client-sec {
        margin-top: auto;
    }

    .client-sec .client-des .testimonial-box {
        margin-top: 30px;
    }
    .client-sec .client-des .testimonial-navigation {
        top: auto;
        bottom: 3%;
    }
    .client-sec .client-des .testimonial-box .testimonial-heading .test-review {
        display: -webkit-box;
        float: initial;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .client-sec .client-des .testimonial-box .testimonial-heading .test-heading {
        font-size: 28px;
    }
    .client-sec .client-heading .ex-detail .fly-text {
        left: -41px;
    }
    /*mobile screen media query mini blog sec*/
    .mini-blog-sec .card-blog{
        margin-top: 50px;
    }
}
.textos {
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .padding {
    position: relative;
    padding: 2rem 0;
    overflow: hidden;
  }
  .section-padding-boton {
    position: relative;
    padding-bottom: 6rem;
    overflow: hidden;
  }
  .section-padding-top {
    position: relative;
    padding-top: 5rem;
    overflow: hidden;
  }


/* HOVER MENU */
.navbar .navbar-nav .nav-link {
    position: relative;
    text-decoration: none;
    padding: 3px 25px 4px 0px;
}

.navbar .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #60a5ee;
    /* Color del subrayado */
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    /* Inicialmente sin subrayado */
    transform-origin: bottom right;
    transition: transform 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-link:hover {
    color: #fff;
}


.navbar .navbar-nav .nav-link:hover::before {
    transform: scaleX(1);
    /* Subrayado se expande al pasar el ratón */
    transform-origin: bottom left;
    width: 85%;
}

.blog-item {
    cursor: pointer;
    padding: 40px 30px;
    margin: 5px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border-radius: 16px;
    background: #fff;
  }

  .blog-item:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 16px 16px rgba(127, 123, 123, 0.21);
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  .blog-text {
    margin-top: 20px;
  }
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
  }
  .bg-light-gray {
    background-color: #f2f2f2;
  }
  .text-primario {
    color: #3b8ee6;
  }
  .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
  }
  
  .section-padding {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
  }
  .opacity-8 {
    opacity: .7;
  }
  .bg-black {
    background: #000000;
      background-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }



/* LISTA */
  .list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .list.list-icons li {
    position: relative;
    padding-left: 25px;
    font-size: 17px;
  }
  .list li {
    margin-bottom: 13px;
  }
  ul li {
    list-style: none;
  }

  li {
    /* line-height: 24px; */
    color: #f000;
  }
  .list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 5px;
  }
  .icono{
    color: #3b8ee6;
    font-size: 17px;
  }

  /* FOOTER */
  .footer-area {
    background-color: #000;
  }
  .link {
    text-align: center;
  }
  .link_responsivo {
    justify-content: center;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-unstyled {
    list-style: none;
  }
  .footer-icon {
    list-style: none;
    padding: 0;
    margin: 28px 0;
  }
  .footer-icon li {
    display: inline-block;
  }
  .footer-icon li a {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-right: 16px;
    transition: all .1s ease-in-out;
  }
  .facebook-text-hvr:hover {
    color: #6B9CFF !important;
  }
  .instagram-text-hvr:hover {
    color: #f76ad8 !important;
  }
  .twitter-text-hvr:hover {
    color: #34abf5 !important;
  }
  .text-footer{
    font-size: 14px;
  }
  .titulo-footer{
    font-size: 22px;
  }
  .line{
    border-bottom: solid 4px #fff;
  padding-bottom: 3px;
  }

  .bg-grey{
    background: #f4f4f4;
  }

  /* WHASTAPP CHAT */
:root {
    --burbuja-ancho: 64px;
    --burbuja-icono-ancho: 32px;
    --burbuja-whastapp: #25D366;
    --burbuja-color: #fff;
    --burbuja-sombra: rgba(0, 0, 0, 0.1);
    --burbuja-inactivo: #ff0000;
    --chat-ancho: 360px;
    --chat-sombra: rgba(0, 0, 0, 0.1);
    --chat-cabecera: #095E54;
    --chat-cabecera-texto: #fff;
    --chat-cabecera-activo: #4AD504;
    --chat-avatar-ancho: 52px;
    --chat-cuerpo-texto: #111;
    --chat-cuerpo-texto-operador: rgba(0, 0, 0, 0.4);
    --chat-cuerpo-hora: rgba(17, 17, 17, 0.5);
    --chat-cuerpo-fondo: rgba(230, 221, 212, 0.85);
    --chat-cuerpo-dialogo: #fff;
    --chat-cuerpo-dialogo-nombre: rgba(0, 0, 0, 0.4);
    --chat-pie: #fff;
    --chat-boton: #01a738;
    --chat-boton-texto: #fff;
}


.chat {
    -webkit-box-shadow: 0px 2px 8px 2px var(--chat-sombra);
    box-shadow: 0px 2px 8px 2px var(--chat-sombra);
    bottom: 90px;
    border-radius: 0.625rem;
    -webkit-clip-path: circle(0% at 100% 100%);
    clip-path: circle(0% at 100% 100%);
    position: fixed;
    right: 30px;
    -webkit-transition: -webkit-clip-path 0.5s ease-in-out;
    transition: -webkit-clip-path 0.5s ease-in-out;
    transition: clip-path 0.5s ease-in-out;
    transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
    width: var(--chat-ancho);
}

@media (max-width: 991px) {
    .chat {
        -webkit-box-shadow: 0px 2px 8px 2px var(--chat-sombra);
        box-shadow: 0px 2px 8px 2px var(--chat-sombra);
        bottom: 155px;
        border-radius: 0.625rem;
        -webkit-clip-path: circle(0% at 100% 100%);
        clip-path: circle(0% at 100% 100%);
        position: fixed;
        right: 30px;
        -webkit-transition: -webkit-clip-path 0.5s ease-in-out;
        transition: -webkit-clip-path 0.5s ease-in-out;
        transition: clip-path 0.5s ease-in-out;
        transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
        width: 310px;
    }

    .texto-left {
        text-align: left !important;
        justify-content: left !important;
    }

    .contacto {
        margin-left: 0rem !important;

    }

    .responsive-sisell {
        margin-bottom: 35px;
    }
}




.chat.open {
    -webkit-clip-path: circle(150% at 100% 100%);
    clip-path: circle(150% at 100% 100%);
}

.chat-cabecera {
    background-color: var(--chat-cabecera);
    border-radius: 0.625rem 0.625rem 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem;
    width: 100%;
}

.chat-cabecera-avatar {
    border-radius: 50%;
    position: relative;
    width: var(--chat-avatar-ancho);
}

.chat-cabecera-avatar img {
    border-radius: 50%;
    width: var(--chat-avatar-ancho);
}

.chat-cabecera-avatar:before {
    background-color: var(--chat-cabecera-activo);
    bottom: 7px;
    border-radius: 50%;
    content: '';
    height: 10px;
    position: absolute;
    right: -1px;
    width: 10px;
}

.chat-cabecera-texto {
    color: var(--chat-cabecera-texto);
    margin: 0 0 0 0.625rem;
}

.chat-cabecera-texto-nombre {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25rem;
    text-align: left;
}

.chat-cabecera-texto-estado {
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 1rem;
}

/* .chat-cuerpo {
	background:  url('../img/wsp.png') ;
  }
   */
.chat-cuerpo-dentro {
    padding: 1.25rem;
    background-color: rgb(240, 233, 225);
    text-align: left;
}

.chat-cuerpo-dialogo {
    background-color: var(--chat-cuerpo-dialogo);
    border-radius: 0.625rem;
    display: inline-block;
    padding: 1rem 1rem 0.25rem 1rem;
    position: relative;
}

.chat-cuerpo-dialogo:before {
    border-left: 15px solid transparent;
    border-top-left-radius: 5px;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--chat-cuerpo-dialogo);
    border-bottom-left-radius: 5px;
    content: '';
    height: 0;
    left: -10px;
    top: 0;
    position: absolute;
    width: 0;
}

.chat-cuerpo-dialogo-nombre {
    color: var(--chat-cuerpo-dialogo-nombre);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0 0 0.25rem;
}

.chat-cuerpo-dialogo-saludo {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
}

.chat-cuerpo-dialogo-saludo p {
    margin: 0 0 0.25rem;
}

.chat-cuerpo-dialogo-hora {
    color: var(--chat-cuerpo-hora);
    text-align: right;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.chat-pie {
    border-radius: 0 0 0.625rem 0.625rem;
    background-color: var(--chat-pie);
    padding: 1rem;
}

.chat-pie-boton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--chat-boton);
    border-radius: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--chat-boton-texto);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.25rem;
    outline: none;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.chat-pie-boton:hover {
    text-decoration: none;
    background-color: #05bd42;
}

.chat-pie-boton svg {
    margin-right: 0.625rem;
}

.burbuja {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--burbuja-color);
    border-radius: 50%;
    bottom: 30px;
    -webkit-box-shadow: 0px 2px 8px 2px var(--burbuja-sombra), 0px -2px 8px 2px var(--burbuja-sombra);
    box-shadow: 0px 2px 8px 2px var(--burbuja-sombra), 0px -2px 8px 2px var(--burbuja-sombra);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--burbuja-ancho);
    position: fixed;
    right: 30px;
    width: var(--burbuja-ancho);
}

.burbuja:after {
    background-color: var(--burbuja-inactivo);
    border-radius: 50%;
    content: '';
    height: 0.625rem;
    position: absolute;
    right: 0.625rem;
    top: 0;
    width: 0.625rem;
}

.burbuja-icono {
    width: var(--burbuja-icono-ancho);
    color: var(--burbuja-whastapp);
}

/* ICONO FLOTANTE */
.wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 18px;
    background-color: #01A738;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wsp:after {
    background-color: var(--burbuja-inactivo);
    border-radius: 50%;
    content: '';
    height: 0.625rem;
    position: absolute;
    right: 0.625rem;
    top: 0;
    width: 0.625rem;
}

.wsp:hover {
    text-decoration: none;
    color: #11B632;
    /* background-color: #018C34; */
    box-shadow: 2px 2px 8px #2b2a2a70;
    text-decoration: none !important;
}


.telf {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 18px;
    background-color: #194ca4;
    color: #ffffff00;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.telf:hover {
    text-decoration: none;
    color: #fff;
    /* background-color: #134190; */
    box-shadow: 2px 2px 8px #2b2a2a70;
    text-decoration: none !important;

}

@media (max-width: 480px) {
    .cbp-caption-active .cbp-caption-activeWrap {
        width: 51%;
        position: absolute;
        z-index: 2;
        height: 16%;
      }
    .wsp {
        width: 60px;
        bottom: 90px;
        height: 60px;
    }

    .telf {
        width: 60px;
        height: 60px;
    }

    .margen_inicio{
        margin-bottom: 2rem;
    }
    .slider-sec .overlay h4 {

        font-size: 28px;
       
      }
    .icono-margen{
        margin-bottom: 3rem;
    }
}
.btn-primary1 {
    background-color: #2c85e6;
    border-color: #2c85e6;
    border-radius: 0 0 0 15px !important;
    text-decoration: none;
  }

  .btn-primary1 p{
    color: #fff;
    font-size: 14px;
  }

  .btn-primary2 {
    background-color: #217ee4;
    border-color: #217ee4;
    border-radius:0!important;
    text-decoration: none;
  }

  .btn-primary2 p{
    color: #fff;
    font-size: 14px;
  }

  .btn-primary3 {
    background-color: #1070d5;
    border-color: #1070d5;
    border-radius: 0 0 15px 0 !important;
    text-decoration: none;
  }

  .btn-primary3 p{
    color: #fff;
    font-size: 14px;
  }

  .cuadro {
    padding-left: 2rem;
    padding-right: 2rem;
    background: #fff;
    padding-bottom: 3rem;
    padding-top: 3rem;
    align-items: center;
  }