.bg-white {
    background:#fff;
}
.bg-eee {
    background:#e7e7e7;
}
.bg-red {
    background:#006caa;
}
.bg-f1f1f1 {
    background:#f1f1f1;
}

.bg-dark {
    background:#373737;
}

.bg-theme-gray{
    background:#6b7175
}
.bg-theme-blue{
    background:#9bd3ae
}

.bg-gray {
    background:#838486;
}
.bg-green {
    background:#28a745;
}
.bg-white-alpha {
    background:rgba(255,255,255,0.5);
}

.bg-red-alpha {
    background:rgba(155,19,23,0.75)
}


.bg-red-alpha {
    background:rgba(155, 211, 174,0.3)
}


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

/*SLIDER*/
div#rev_slider_wrapper, #slider,
.revslider-wrap {
    background-color: #828a8f !important;
}

/*SLIDER*/
#rev_slider_wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #828a8f !important;
    top:0px;
}
#rev_slider_wrapper,
.revslider-wrap{
    background-color: #646363 !important;
    /*background: url(../images/bgslide.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


.NotGeneric-Title{
    font-weight:700 !important;
    color:#fff;
    font-style: normal;
    font-family:'Roboto Condensed', sans-serif !important;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
}
.NotGeneric-SubTitle{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight:600 !important;
    color:#9bd3ae !important;
    letter-spacing:0px !important;;
}





.NotGeneric-Title h2.title-slide {
    bottom: 200px;
    font-size: 3.9rem;
    font-weight: 200;
    margin-bottom: 1rem;
    text-align: center;
}




.view-more {
    width:50px;
    height:65px;
    position: absolute;
    bottom:0px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    z-index: 20;
    background:rgba(255,255,255,0.5);
    color:#9bd3ae;
}
.view-more i{
    font-size:40px;
}

.zindex21{
    z-index: 21;
}
.zindex22{
    z-index: 22;
}

@media screen and (max-width: 767px){
    .view-more {
        bottom:0px;
    }
}



@media screen and (max-width: 480px){
    .view-more {
        bottom:0px;
    }
}



.floating {
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 20px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 20px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}




.soliciteslider{
    width:100%;
    height:150px;
    position:relative;
    text-align:center !important;
    top:250px;
    z-index:110;
    left:0px;
}

.soliciteslider h2{
    font-weight:400 !important;
    color:#fff;
    font-style: normal;
    font-family:'Montserrat', sans-serif !important;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    font-size:1.5em;

}

.soliciteslider h1{
    font-weight:700 !important;
    color:#fff;
    font-style: normal;
    font-family:'Roboto Condensed', sans-serif !important;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    font-size: 2.5em;

}
.soliciteslider .slide-button{
    width:250px;
    /*margin:auto;*/
}
@media (max-width: 991px) {
    .soliciteslider{
        top:150px;
    }
}


@media (max-width: 767px) {

    .btn-slider .float-right,
    .btn-slider .float-left{
        float:none !important;
        display:block;
        margin:10px auto ;
    }
}







.custom-btn {	
    display: inline-block;
    z-index: 1;
    height: 50px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    overflow: hidden;
    line-height: 49px;
    padding: 0px 30px;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    background-color: #9bd3ae;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;

}

.custom-btn:after,
.custom-btn:before {
    top: 0px;
    width: 0px;
    left: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    transition-timing-function: inherit;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-btn:before {
    z-index: -1;
    background-color: #6b7175;
}

.custom-btn:after {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.custom-btn:hover {
    color: #ffffff;
}

.custom-btn:hover:after,
.custom-btn:hover:before {
    left: 0;
    width: 100%;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.custom-btn:hover:before {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.custom-btn:hover:after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.custom-btn-underline {
    font-size: 16px;
    position: relative;
    color: #83878f;
}

.custom-btn-underline:after,
.custom-btn-underline:before {
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    background-color: #83878f;
}

.custom-btn-underline:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.custom-btn-underline:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    -o-transition: transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

.custom-btn-underline:hover {
    color: #83878f;
}

.custom-btn-underline:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.custom-btn-underline:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}



/* ===============================================
    7.Section-Title  
------------------------*/

.section-title{ position: relative; }
.section-title h5{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 5px;
    color:#6b7175;
}
.section-title h2.title{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    color:#6b7175;
    font-family: 'Roboto Condensed', sans-serif !important
}
.section-title .title-desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #828a8f;
}
.section-title .title-header{ 
    margin-bottom: 29px;
    position: relative;
}
.section-title.with-desc .title-header {
    margin-bottom: 90px;
}
.section-title.with-desc .title-header:before{
    width:90px;
    bottom: -35px;
    height: 5px;
    left: 50%;
    margin-left: -45px;
    top: auto;
    position: absolute;
    content: '';
    background-color: #9bd3ae;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.section-title.text-left.with-desc .title-header:before{left: 0; margin-left: 0;}
.section-title.style2 {margin-bottom: 35px;}
.section-title.style2 .title-header{
    width: 45%;
    padding-right: 60px;
    margin-bottom: 0;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc{
    display: table-cell;
    vertical-align: middle;
}
.row-title h2.title {
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 0px;
    padding: 0;
}

/* ===============================================
    8.separator
------------------------*/

.choose-us-section{
    position: relative;
    overflow: hidden;
}




@media (max-width: 767px) {
    .choose-us-section .choose-content{
        padding-bottom: 0;
    }


}

.mb-30-none{
    margin-bottom: -30px;
}


.choose-shape{
    position: absolute;
    top: -16%;
}
.choose-item-area{
    position: relative;
}
.choose-element {
    position: absolute;
    right: 10%;
    top: 5%;
    /* animation: rotate2 15s linear infinite; */
}
.choose-element-two{
    position: absolute;
    top: -14%;
    left: 30%;
}
.choose-us-header .title{
    margin-bottom: 25px;
}
.choose-us-header p{
    margin-bottom: 30px;
}
.choose-item{
    padding: 40px 25px;
    box-shadow: 0px 0px 10.24px 5.76px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    transition: all 0.5s;
}
.choose-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.choose-item--style{
    padding: 40px 25px;
    box-shadow: 0px 0px 10.24px 5.76px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    transition: all 0.3s;
}
.choose-item--style:hover .choose-thumb--style{
    opacity: 1;
}
.choose-item--style:hover .choose-overlay-content{
    opacity: 1;
}
.choose-thumb--style{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}
.choose-overlay-content{
    position: absolute;
    bottom: 15%;
    left: 15%;
    opacity: 0;
    transition: all 0.3s;
    z-index: 9;
}
.choose-overlay-content .title a{
    color: #fff;
}
.choose-thumb--style::after {
    position: absolute;
    content: '';
    top: -13px;
    left: 12px;
    width: calc(100% - 12px);
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(14,128,252) 0%, rgb(135,192,254) 60%, rgb(255,255,255) 96%);
    background-image: -webkit-linear-gradient( 90deg, rgb(14,128,252) 0%, rgb(135,192,254) 60%, rgb(255,255,255) 96%);
    background-image: -ms-linear-gradient( 90deg, rgb(14,128,252) 0%, rgb(135,192,254) 60%, rgb(255,255,255) 96%);
    opacity: .95;
    z-index: 9;
}
.choose-icon i{
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 28px;
    transition: all 0.3s;
    background-color:#9bd3ae;
    transition: all 0.3s;
}
.choose-item .title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.choose-item .cmn-btn-border{
    border: none;
    padding: 0;
    margin-top: 20px;
}
.choose-item .cmn-btn-border:hover{
    border: none;
    background-color: transparent;
    color: var(--main-color);
}
.choose-item--style .title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.choose-item--style .cmn-btn-border{
    border: none;
    padding: 0;
    margin-top: 20px;
}
.choose-item--style .cmn-btn-border:hover{
    border: none;
    background-color: transparent;
    color: var(--main-color);
}


@media(max-width: 1700px) {
    .choose-us-content{
        width: 100%;
    }
}


@media(max-width: 1199px) {
    .choose-content{
        max-width: 100%;
    }
    .choose-item--style{
        z-index: 10;
    }
    .choose-item--style:hover .choose-thumb--style{
        opacity: 0;
    }
    .choose-thumb--style::after {
        position: unset;
        z-index: -1;
    }
    .choose-item--style:hover .choose-overlay-content{
        opacity: 0;
    }
}



@media (max-width: 767px) {

    .choose-us-section .choose-content{
        padding-bottom: 0;
    }
}


.ttm-btn{ 
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #0b0c26;
}




/** btn-inline **/
.ttm-btn.btn-inline{
    text-transform: uppercase;
    font-size:16px;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible;
    color:#6b7175
}
.ttm-btn.btn-inline:before,
.ttm-btn.btn-inline:after{
    position: absolute;
    content: "";
    bottom:-8px;
    left: auto;
    right: 0;
    width: 0;
    height:3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: #6b7175;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ttm-btn.btn-inline:before{width: 100%;}
.ttm-btn.btn-inline:hover:after{
    width: 100%;
    right: auto;
    left: 0;
    background: #9bd3ae;
}

.ttm-btn.btn-inline:hover{
    color:#9bd3ae
}


/*******************************SERVICES**************************/
.service-item {
    position: relative;
}

.service-item .info-box {
    background: #9bd3ae none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}



.service-item:hover .info-box {
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
}

.service-item .info-box img {
    width: 100%;
}

.service-item .info-title {
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    -ms-transform: translate3d(0px, 0%, 0px);
    -o-transform: translate3d(0px, 0%, 0px);
    -webkit-transition: all 800ms ease 0.35s;
    -moz-transition: all 800ms ease 0.35s;
    -ms-transition: all 800ms ease 0.35s;
    -o-transition: all 800ms ease 0.35s;
    transition: all 800ms ease 0.35s;
    padding:35px 25px 20px 25px;
    background: #9bd3ae none repeat scroll 0 0;
    text-align: center;
    position: absolute;
    width: 100%;
}

.service-item:hover .info-title {
    transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -moz-transform: translate3d(0px, 200px, 0px);
    -ms-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate3d(0px, 200px, 0px);
    transition-delay: 0.15s;
}

.service-item .info-title h4 {
    color: #ffffff;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    margin: 0;
    font-weight: 600;
}

.service-item .info-title i {
    background: #9bd3ae none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    height: 70px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 65px;
    z-index: -1;
}

.service-item .info-title .icon {
    background: #9bd3ae none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 90px;
    width:90px;
    padding:20px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: -1;
}
/*
.service-item .info-title img {
  background: #9bd3ae none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 90px;
  width:90px;
  padding:20px;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: -1;
}*/






.service-item .overlay {
    background: rgba(155, 211, 174, 0.85);
    height: 100%;
    left: 0;
    opacity: 1;
    padding:15px 20px;
    position: absolute;
    top: 0;
    transform: translate3d(0px, -120%, 0px);
    -webkit-transform: translate3d(0px, -120%, 0px);
    -moz-transform: translate3d(0px, -120%, 0px);
    -ms-transform: translate3d(0px, -120%, 0px);
    -o-transform: translate3d(0px, -120%, 0px);
    -webkit-transition: all 600ms ease 0.35s;
    -moz-transition: all 600ms ease 0.35s;
    -ms-transition: all 600ms ease 0.35s;
    -o-transition: all 600ms ease 0.35s;
    transition: all 600ms ease 0.35s;
    width: 100%;
}

.service-item .overlay-content h4 {
    font-weight: bold;
}

.service-item .overlay-content > a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.service-item:hover .overlay {
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    -ms-transform: translate3d(0px, 0%, 0px);
    -o-transform: translate3d(0px, 0%, 0px);
    transition-delay: 0.1s;
}

.service-item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.service-item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding:0px;
}

.service-item .overlay .overlay-content .icon-holder {
    margin-bottom: 30px;
}

.service-item .overlay .overlay-content .icon-holder span::before {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}

.service-item .overlay .overlay-content h4 .title {
    color: #ffffff;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.service-item .overlay .overlay-content .text {
    margin-bottom:10px;
    margin-top:10px;
}

.service-item .overlay .overlay-content p {
    color:#fff;
    font-size:1rem;
}
.service-item .overlay .overlay-content h4{
    color:#fff;
    font-weight:bold;
    font-size:1.4rem;
}

.service-item .overlay .overlay-content a{
    color:#fff;
}

.service-item .overlay .overlay-content a:hover{
    color:#111;
}




/*******************************SERVICES**************************/

























.empresa {
    top:0px;
}


.radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}




.image-bl {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.image-bl img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}




.shadow-btn{
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
}























/* BLOG */
.latest-post {
    background: #fff;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border-bottom:3px solid #ccc;
}
.latest-post:hover {
    -webkit-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
}

.latest-post img {
    position: relative;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.latest-post:hover img {
    transform: scale(1.2) rotate(0deg);

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.latest-post-media{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    border-top-left-radius: 10px;
    border-top-right-radius:10px;
    overflow:hidden;

}


.post-body {
    position: relative;
    z-index: 2;
    /*padding-left: 20px;*/
}

.post-item-date {
    position: absolute;
    height: 100%;
    left:0px !important;

}
/*.post-item-date:before {
        position: absolute;
        top: 0;
        left: 50%;
        content: "";
        background: #ccc;
        width: 1px;
        height: 100%;
}*/
/*.post-item-date:after {
        position: absolute;
        bottom: 0;
        width: 20px;
        height: 20px;
        content: "";
        background: #9bd3ae;
        left: 50%;
        margin-left: -10px;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius:4px !important;
        border:0px solid #111111;
}*/

.post-date {
    width: 50px;
    height: 50px;
    background:rgba(155, 211, 174,0.75);
    text-align: center;
    color: #fff;
    position: relative;
    top:-50px;
    right:0px;
    z-index: 3;
    font-weight: bold;
    font-size: 20px;
    padding-top:0px;
    -webkit-border-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);*/
}
.post-date .date {
    display: block;
    font-weight:bold;
    margin-top:-10px;
    font-size:24px !important;
    margin-bottom:2px;
    text-align:center;
    margin:0px;
    padding:0px;
    font-family:'Montserrat', sans-serif !important;
    border-bottom:0px solid #fff;
}
.post-date .month {
    display: block;
    font-weight:bold;
    font-size: 16px;
    margin-top: -12px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.post-info {
    margin-left: 20px;
    padding-right:20px;
}
.post-info .post-title {
    padding-bottom: 7px;
    font-size: 24px !important;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:20px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.post-info .post-title h3{
    margin-bottom:0px;
    font-size: 24px !important;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:20px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.post-info .post-title a {
    color: #6b7175;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom:0px;
    font-size:20px !important;
    font-weight:bold !important;
    line-height:20px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.post-info .entry-content p {
    font-size:16px;
    line-height:20px;
    padding-right: 10px;
    color:#6b7175
}
.post-meta {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom:15px;
    color:#6b7175;
    font-size:12px;
    border-bottom:1px solid #ccc;
}


.read-entry-content {
    padding-top:10px;
    border-top:1px solid #ccc;
}

.post-meta a {
    color: #6b7175;
}

.post-meta a:hover {
    color: #9bd3ae;
}



.latest-post:hover .latest-post .post-title a,
.latest-post:hover .post-info .post-title a,
.latest-post:hover .post-info .post-meta a {
    color: #9bd3ae;
}



.link-blog {
    transition: all .4s ease-in-out;
    color: #9bd3ae;
    font-size:16px;
}

.link-blog:hover {
    color: #9bd3ae;
    padding-left: 15px !important 
}









.bg-cover2,
.bg-cover {
    position: relative;
    z-index: 1;
    background-position:center center;
    background-position:fixed;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-cover2:after,
.bg-cover:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0,0.0);
}
.bg-cover2:before,
.bg-cover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(155, 211, 174, 0.7);

    /*background-image: -moz-linear-gradient( 90deg, rgb(14,128,252) 0%, rgb(135,192,254) 60%, rgb(255,255,255) 96%);
background-image: -webkit-linear-gradient( 90deg, rgb(14,128,252) 0%, rgb(135,192,254) 60%, rgb(255,255,255) 96%);
background-image: -ms-linear-gradient( 90deg, rgb(14,128,252) 0%, rgb(135,192,254) 60%, rgb(255,255,255) 96%);*/

    /*background: rgba(178, 152, 88,0.4);*/
}







.form-control {
    display: block;
    padding:10px 15px !important;
    font-size:16px;
    /*line-height:50px;*/
    color: #6b7175;
    height:50px;
    background-color: #fff;
    outline:none !important; 
    background-clip: padding-box;
    border:2px solid #ccc !important;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus,
.form-control:hover {
    color: #333333;
    background-color: #fff;
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
textarea {
    resize: none;
}







.gallery-type-01{
    padding-left:0px;
    padding-right:0px;
    overflow: hidden;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
}
.gallery-type-01 figure{
    position: relative;
}
.gallery-type-01 figure img{
    display: block;
    width: 100%;
    z-index:0;
    -webkit-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.gallery-type-01 figure:after{
    content:'';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index:1;
}
.gallery-type-01 figcaption{
    position: absolute;
    left: 0;
    top:0;
    right:0;
    bottom:0;
    margin:15px 0px 0px 0px;
    z-index:2;
}
.gallery-type-01-icon{
    background-color:rgba(155, 211, 174,0.90);
    height:60px;
    width:100%;
    position:absolute;
    padding-top:15px;
    left:0px;
    bottom:-75px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity:0;
}
.gallery-type-01-title{
    font-weight: 600;
    font-size:16px;
    line-height:16px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Titillium Web', sans-serif !important;
    margin-bottom:5px;
}
.gallery-type-01-category{
    margin:auto;
    font-weight: 400 !important;
    font-size: 12px;
    line-height:12px;
    color: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Roboto Mono', monospace !important;
    margin-bottom:10px;
}
.gallery-type-01 figure:hover:after{
}
.gallery-type-01 figure:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery-type-01 figure:hover .gallery-type-01-icon{
    opacity: 1;
    bottom:0px;
}
@media (max-width: 767px) {

    .gallery-type-01-icon{
        font-size:56px;
        line-height:56px;
        margin-bottom:0px;
        height:80px;
    }    
    .gallery-type-01-title{
        font-size:24px;
        line-height:24px;
        margin-bottom: 10px;
    }
    .gallery-type-01-category{
        font-size: 16px;
        line-height:20px;
        margin-bottom: 10px;
    }
}





.pageTitle {
    padding:210px 0 115px;
    position: relative;
    background-size: cover;
    top:0px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat
}
.pageTitle:before {
    left: 0;
    /*opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    /*background-color:rgba(155, 211, 174,.7);*/

    background: linear-gradient(221deg, rgba(117, 161, 132,.75), rgba(155, 211, 174,.75), rgba(117, 161, 132,.75));
    background-size: 300% 300%;
    -webkit-animation: bg-gradient-animator 16s ease infinite;
    -moz-animation: bg-gradient-animator 16s ease infinite;
    -o-animation: bg-gradient-animator 16s ease infinite;
    animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-moz-keyframes bg-gradient-animator {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-o-keyframes bg-gradient-animator {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@keyframes bg-gradient-animator {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}





.pageTitle .title-section h1 {
    margin: 0 0 50px;
    color: #fff !important
}







.pageTitle .section-title-breadcrumb {
    position: relative;
    height: 52px;
    line-height: 52px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 42px;
    border-radius:3px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(155, 155, 155, 0.75);
}

.pageTitle .section-title-breadcrumb span,
.pageTitle .section-title-breadcrumb a {
    margin: 0 5px;
    color: #fff;
}
.pageTitle .section-title-breadcrumb a:hover {
    color: #9bd3ae;
}










.button-modal {
    width:60px;
    height:60px;
    box-shadow: 0px rgba(0, 0, 0, 0.0);
    background: #9bd3ae;
    top:0px;
    right:0px;
    position: absolute;
    display: block;
    text-indent: -9999px;
    cursor:pointer;
    -webkit-border-radius:5px !important;
    -moz-border-radius:5px !important;
    border-radius:5px !important;
}

.button-modal:hover {
    background: #9bd3ae;
}
.button-modal:before,
.button-modal:after {
    content: '';
    width: 55%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.button-modal:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.button-modal:hover:before,
.button-modal:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.modal-header {
    border-bottom:0px solid #9bd3ae !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#9bd3ae;
    position:relative;
}

.modal-header h5{
    font-weight:bold;
    color:#fff;
    font-size:1.2rem
}

.modal-content {
    border:0px solid rgba(0, 255, 0, 0.5) !important;
    border-radius:5px !important;
}

.modal-content p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom:15px;
    padding-top: 15px;
    font-weight: normal;

}

.modal-content .btn-theme {
    background-color: #646363;
    color: #ffffff !important;
    border:0px solid #646363;
    margin:3px;
    padding: 6px 10px;
}


.modal-content .btn-theme:hover,
.modal-content .btn-theme:focus {
    background-color: #403f3f;
    color: #ffffff !important;
    border: 0px solid #403f3f !important;
}



@media (min-width: 1200px) {
    .modal-xl {
        max-width:94%;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width:90%;
    }
}


.modal-footer {
    border-top:0px solid #e9ecef;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.modal-footer p {
    font-size:12px;
    margin:0px;
}

.modal-body {
    padding:0.5rem;
    border-radius:5px !important;
    background:#fff
}

.modal-footer {
    border-top:0px solid #e9ecef;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    background:#f1f1f1;
}

@media (max-width: 767px) {
    .modal-content p {
        font-size: 14px;
        line-height: 16px;
    }

}
.modal {
    z-index: 9999;
}














.bgOrange {
    background:#fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bgBluePC span{
    color:#828a8f;
    font-size: 72px;
}

.bgBluePC p{
    color:#6b7175;
    font-size:24px;
    font-family: 'Montserrat', sans-serif !important;
}


.linking {
    color: #6b7175;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.linking i {
    font-size:24px;
    position: relative;
    top:3px;
    margin-left:-25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    color:#fff;
}
.linking:hover {
    color: #9bd3ae;
}
.linking:hover i {
    margin-left:0px;
    opacity: 1;
    color: #9bd3ae;
}


.label--checkbox {
    position: relative;
    margin:0;
    cursor: pointer;
    background: #fff;
    font-weight:bold;
    display: block;
}
.label--checkbox strong{
    padding-left:5px;
    font-size: 14px;
    font-weight: normal;
}

.checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 28px;
    height: 28px;
    border:2px solid #6b7175;
}
.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1rem;
    border-color:#9bd3ae;
    border-top-style: none;
    border-right-style: none;
}
.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer;
}



.error-page {
    text-align: center;	
}

.error-page p {
    color: #6b7175;
    font-size: 16px;
}

.error-page span {
    color: #6b7175;
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.error-page span.error-page-title {
    color: #6b7175;
    font-size:200px;
    padding: 0px;
    line-height:160px;
    padding-bottom:0px;
    font-family: 'Montserrat', sans-serif
}
@media (max-width: 500px) { 
    .error-page p {
        font-size: 12px;
    }	

    .error-page span {
        font-size: 25px;
    }

    .error-page span.error-page-title {
        font-size: 140px;
    }
}




/*Contacts*/
.sidebar .contacts ul {
    width:100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}


.sidebar .contacts li {
    color: #6b7175;
    padding:7px 0px 7px;
    border-bottom:1px solid #e1e1e1;
    font-size:15px;
    margin-bottom:1px;
    width:auto;
    display:block;
    text-align:left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight:bold;
}
.sidebar .contacts li:last-child {
    border-bottom: none !important;
}


.sidebar .contacts li:before,
.sidebar .contacts li:after {
    content: " ";
    display: table;
}
.sidebar .contacts li:after {
    clear: both;
}
.sidebar .contacts li i {
    float: left;
    font-size:20px;
    text-align: left;
    margin: 0px 3px 0 0;
    display: inline-block;
    width:30px;
    line-height:24px;
    color:#6b7175
}
.sidebar .contacts li p {
    margin-bottom: 0;
    color: #6b7175;
    font-size:14px;
}
.content-footer.contacts li {
    color: #6b7175;
    font-size:16px;
}
.sidebar .contacts li a {
    color: #6b7175;
    font-size:16px;
    line-height:16px
}
.sidebar .contacts li a:hover {
    color:#9bd3ae;
    padding-left:10px;
    border-color:rgba(13, 23, 51, .5);
}




.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 20px;
    margin:1px;
    line-height:50px;
    color: #fff;
    height:50px;
    text-decoration: none;
    background-color: #6b7175;
    border: 0px solid #fff;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    outline:none !important;
    font-size:16px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination > li > span{
    font-size:24px !important;
    padding-top:12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #9bd3ae;
    border-color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9bd3ae;
    border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #fff;
    cursor: not-allowed;
    background-color: #646363;
    border-color: #ddd;
}
.pager li > a,
.pager li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
}
.pager li > a, 
.pager li > span {
    color: #fff;
    border-color: transparent !important;
    background: #6b7175;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pager li > a:hover, 
.pager li > span:hover {
    color: #fff;
    background: #9bd3ae;
    border-color: transparent !important;
}




/*NEWS*/
.service-item-2 {
    margin: 0 0 30px;
    background:#fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
}
.service-item-2 .thumbnail {
    border-radius: 5px;
}
.service-item-2 .thumbnail img {
    border-radius: 5px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}

.service-item-2:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.thumbnail {
    display: block;
    overflow: hidden;
}

.thumbnail a,
.thumbnail img {
    display: block;
    width: 100%;
}
.thumbnail.animate-zoom img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.thumbnail.animate-zoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media (min-width: 768px) {
    .service-item-2 .thumbnail-col {
        margin-right: 43px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
        flex: 0 0 275px;
        max-width: 275px;

    }
    .service-item-2 .content-col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 320px);
        flex: 1 1 calc(100% - 320px);
        max-width: calc(100% - 320px);
    }
    .service-item-2 .icon {
        display: block;
        width:50px;
        height:50px;
        line-height:50px;
        text-align: center;
        border-radius: 50%;
        color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -25px;
        z-index:90 !important;
        font-size:28px;
        background:#9bd3ae;
    }
    .service-item-2 .icon:hover {
        background:#9bd3ae;
    }
    .service-item-2.thumb-right-style .thumbnail-col {
        margin-left: 43px;
        margin-right: 0;
    }
    .service-item-2.thumb-right-style .icon {
        left: -20px;
        right: auto;
    }
}
.service-item-2 .item-title {
    font-size: 20px !important;
    font-weight: bold;
    color: #6b7175;
    margin: 0 0 3px;
    padding-right:15px;
    padding-bottom:10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.service-item-2 .item-text {
    padding-right:15px;
    padding-bottom:10px;
    font-size:1rem;
    line-height:1.1rem;
}
.service-item-2 .item-date {
    padding-bottom:5px;
    font-size: 12px;
}
.service-item-2 .item-date i {
    font-size: 16px !important;
}



.service-item-2 .item-title {
    font-size:20px !important;
    font-weight: bold;
    color: #6b7175;
    margin:0px;
    line-height:22px;
    padding-right:15px;
    padding-bottom:10px;
}
.service-item-2 .item-date2 {
    padding-top:5px;
    font-size: 16px;
    font-weight: bold;
    line-height:12px;
    margin-bottom:15px;
}
.service-item-2 .item-date2 i {
    font-size: 24px !important;
}



.service-item-2 .item-title:hover {
    color: #9bd3ae;
}

@media (max-width: 767px) {
    .service-item-2 .item-title {
        margin: 0 0 3px;
        padding-right:15px;
        padding-left:15px;
        padding-bottom:15px;
        border-bottom:3px solid #ccc;
    }
    .service-item-2 .item-text {
        padding:15px;
    }
    .service-item-2 .icon {
        display: block;
        width:50px;
        height:50px;
        line-height:50px;
        text-align: center;
        border-radius: 50%;
        color: white;
        position: absolute;
        bottom: -25px;
        right:15px;
        font-size:28px;
        background:#9bd3ae;
    }
    .service-item-2 .icon:hover {
        background:#9bd3ae;
    }
    .service-item-2 .thumbnail {
        height:200px;
    }

    .service-item-2 .item-date {
        padding:10px 15px;
        border-top:1px solid #ccc;
        font-size: 12px;
        line-height:12px;
    }
    .service-item-2 .item-date i {
        font-size:16px !important;
    }

    .service-item-2 .item-date2 {
        padding-left:15px;
        padding-top: 15px;
    }


}





.btnside {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding:5px 15px !important;
    position: relative;
    background: #9bd3ae;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    height: 100%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.btnside i{
    font-size: 24px;
}
.btnside:hover,
.btnside:focus {
    color: #fff;
    background: #75a184;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.btnside:hover,
.btnside:focus {
    outline: none;
}
.h47 {
    height:47px;
}




.sidebar .popular-posts .post{
    position:relative;
    font-size:14px;
    color:#6b7175;
    padding:0px 0px 10px 0px;
    padding-left:90px;
    min-height:85px;
    margin-bottom:15px;
    border-bottom:2px solid #ccc;
}

.sidebar .popular-posts .post:last-child{
    margin-bottom:0px;
    border-bottom:0px;
    min-height:auto;
}

.sidebar .popular-posts .post .post-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:75px;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    border:3px solid #9bd3ae
}

.sidebar .popular-posts .post:hover .post-thumb img{
    opacity:0.50;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    border-color: #162e66 !important
}

.sidebar .popular-posts .post .post-thumb img{
    display:block;
    width:100%;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}



.sidebar .popular-posts .post h4{
    position:relative;
    font-size:1rem !important;
    margin:0px 0px 5px 0px;
    font-weight:600;
    color:#6b7175;
    top:5px;
    font-family: 'Montserrat', sans-serif !important;
}

.sidebar .popular-posts .post a:hover{
    color:#9bd3ae;	
}
.sidebar .popular-posts .post h4 {
    line-height:1.1rem !important; 
}
.sidebar .popular-posts .post h4 a{
    color:#6b7175;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-size:1rem !important;
    line-height: 1.1rem !important; 
}

.sidebar .popular-posts .post-info{
    font-size:12px;
    color:#6b7175;
}

.sidebar .site-heading{
    border-bottom: 3px solid #828a8f;
    margin-bottom: 20px;
}

.sidebar .site-heading h3{
    font-size: 22px;
}


.more .site-heading{
    border-bottom: 3px solid #828a8f;
    margin-bottom: 20px;
}

.more .site-heading h3{
    font-size: 22px;
}




.info-contact {
    position: relative;
    top:-90px;
    /*background: rgba(150,255,0,0.5);*/
}


.info-contact .icon-title {
    line-height:125px;
    font-size:72px;
    font-weight: bold;
    position: relative;
    background: #fff;
    width: 125px;
    height: 125px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin: auto;
    color:#9bd3ae;
    display:block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom:15px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
}


.info-contact:hover .icon-title{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color:#6b7175;
    /*margin-left:10px;*/

}



.info-contact h5 {
    line-height: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color:#6b7175;
    display:block;
    margin-bottom:15px;
}


.info-contact h3 {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color:#9bd3ae;
    display:block;
    margin-bottom:15px;
    font-family: 'Roboto Condensed', sans-serif !important;
}




.info-contact p {
    font-size: 1rem;
    font-weight: bold;
    color:#6b7175;
    display:block;
    padding-bottom:10px;
}
.info-contact a {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color:#6b7175;
    display:block;
    margin-bottom: 5px;
    padding-bottom:10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.info-contact a:hover {
    color:#9bd3ae
}

.info-contact .icon-phone-footer i {
    position: relative;
    font-size: 28px !important;
    top:3px;
}

.info-title .font-16,
.overlay-content .font-16 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 20px !important;
    line-height: 22px;
}




.pageTitle .site-heading h1,
.pageTitle .site-heading h2,
.pageTitle .site-heading h3 {
    color: #54585c;
    display: inline-block;
    font-weight: bold;
    padding-bottom:10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom:20px;
}
.pageTitle .site-heading h1::after,
.pageTitle .site-heading h2::after,
.pageTitle .site-heading h3::after  {
    background: #9bd3ae none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height:3px;
    left:0;

    position: absolute;
    width:175px;
}
.pageTitle .site-heading h1::before,
.pageTitle .site-heading h2::before,
.pageTitle .site-heading h3::before {
    background: #54585c none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 3px;
    left:0;
    position: absolute;
    width:225px;
}

.color-white{
    color:#fff !important;
}

.cursor{
    cursor:pointer !important;
}

.footer-bottom .modal-header h5,
.footer-bottom .modal-header {
    margin-bottom: 0px  !important;
}

.footer-bottom .modal-header h5 {
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
}

.footer-bottom .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.footer-bottom .modal-body{
    padding: 15px;
}

.footer-bottom .modal-body h3{
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 24px;
    color: #6b7175;
    display: block;
    line-height: 28px;

}


.footer-bottom .modal-body p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom:15px;
    padding-top: 15px;
    font-weight: normal;

}



.content_post ul {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.content_post ul>li {
    margin: 0px 5px;
    padding: 3px;
    font-weight: 600;
    cursor: pointer;
    font-size:1rem;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}

.content_post ul>li:hover {
    opacity: 1.0;
}

.content_post ul:hover>li:not(:hover) {
    opacity: 0.8;
}







.faq-qust-shadow{
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
}


.question-toogle:after{
    background-color:#6b7175 !important;
}

.question-toogle:before, 
.question-toogle:after {
    background-color:#6b7175 !important;
}

.faq-item .question-toogle:after, 
.faq-item .question-toogle.active:after{
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}



.faq-item .question-toogle:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.faq-item .question-toogle.active:after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}


.faq-item .question-toogle:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 20px;
    top: 21px;
}
.faq-item .question-toogle:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-item .question-toogle:before {
    content: "";
    position: absolute;
    width:20px;
    height: 4px;
    right: 20px;
    top: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.faq-item .question-toogle:after {
    content: "";
    position: absolute;
    width:20px;
    height:4px;
    right: 20px;
    top: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.question-toogle {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:60px;
    overflow: hidden;
    padding: 0 50px 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #9bd3ae;
}
.question-toogle:hover {
    background:#75a184;
    color:#fff;
}
.faq-answer {
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
}
.faq-item:first-child .faq-answer {
    display: block
}
.faq-answer p,
.faq-answer a{
    font-size:1.1rem;
}
.faq-answer p{
    margin-bottom: 0px;
}

.faq-answer h1{
    margin-bottom: 15px;
    display: block;
    font-size:20px
}


.position-relative {
    position: relative!important;
}

.faq-item .question-toogle.active {
    color:#fff !important
}

.faq-item .question-toogle.active:after {
    background-color:#fff !important
}


.faq-item .question-toogle.active {
    background-color:#ccc !important
}





.faq-item .question-toogle.active,
.question-toogle.active::after {
    background-color:#75a184 !important;
}








.content_post ul {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.content_post ul>li {
    margin: 0px 5px;
    padding: 3px;
    font-weight: 600;
    cursor: pointer;
    font-size:1rem;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}

.content_post ul>li:hover {
    opacity: 1.0;
}

.content_post ul:hover>li:not(:hover) {
    opacity: 0.8;
}





#resume .resume-section .col-block.education {
    margin-right: 20px
}

#resume .resume-section .col-title {
    font-size: 26px;
    margin-bottom: 20px
}

#resume .resume-section .resume-item {
    background-color: #ededed;
    border-left: 5px solid transparent;
    padding:15px 40px;
    position: relative
}

#resume .resume-section .resume-item:not(:last-child) {
    border-bottom:0px solid #ccc;
    margin-bottom: 1px
}

#resume .resume-section .resume-item:last-child {
    margin-bottom: 0
}

#resume .resume-section .resume-item .item-arrow {
    left: 0;
    margin-top: 2px;
    position: absolute
}

#resume .resume-section .resume-item .item-arrow:after,
#resume .resume-section .resume-item .item-arrow:before {
    content: "";
    display: block;
    position: absolute
}

#resume .resume-section .resume-item .item-arrow:before {
    height: 16px;
    left: 0;
    width: 16px
}

#resume .resume-section .resume-item .item-arrow:after {
    border: 8px solid transparent;
    left: 16px
}

#resume .resume-section .resume-item .item-title {
    line-height: 100%;
    margin-bottom: 9px
}

#resume .resume-section .resume-item .item-details {
    display: inline-block;
    margin-bottom: 7px
}

#resume .resume-section .resume-item .item-description {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    #resume .resume-section .resume-item {
        padding-right: 20px
    }
    #resume .resume-section .col-block.education{
        margin-left: 0;
        margin-right: 0
    }
    #resume .resume-section .col-12:last-child .resume-item:last-child {
        margin-bottom: 0
    }
    #resume .resume-section .col-12:first-child .resume-item:last-child {
        margin-bottom: 60px
    }
}





#resume .resume-section .resume-item {
    border-left-color: #9bd3ae
}

#resume .resume-section .resume-item .item-arrow:before {
    background-color: #9bd3ae
}

#resume .resume-section .resume-item .item-arrow:after {
    border-left-color: #9bd3ae
}
