/*--------------------------------------------------------------

  Template Name: Greenin Environment & Non-Profit HTML Template.
  Template URI: #
  Description: Greenin is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here:
-------------------------------------------------------*/

.flex {
    display: flex;
}

.cd-headline {
    font-size: 3rem;
    font-family: "Roboto Slab";
    font-weight: 600;
    color: #fff;
}

.header__slogan {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #134f8c;
    font-family: "Roboto Slab";
    text-align: center;
}
.header__phones-bottom, .header__phones-top{
    display: flex;
}
.header__phones-top{
    margin-bottom: 10px;
}
.header__phones-bottom i:first-child{
    margin-right: 10px;
}
.header__container--logo {
    position: absolute;
}

.flex__around {
    justify-content: space-around;
}

.header__container--data {
    padding-top: 10px;
    padding-left: 30px;
    width: 100%;
}

.htc__contact {
    height: initial;
    align-items: center;
    margin-bottom: 15px;
}

.htc__contact .addr {
    font-size: 20px;
}

.htc__contact .addr span:first-child {
    margin-right: 20px;
}

.htc__contact .phn a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #134f8c;
    font-family: "Roboto Slab";
}

.htc__contact li span {
    color: #000;
    float: left;
    padding-top: 3px;
}

.htc__header__top::before {
    background-image: none;
    height: 10px;
    background: #9DC9F4;
}

.menumenu__container {
    padding: 0 25px;
    margin-top: 30px;
}

.main__menu > li > a {
    padding: 0 15px;
    color: #fff!important;
    font-size: 14px!important;
}

.ht__contact li a i,
.ht__contact li span i {
    color: #9DC9F4;
    padding-right: 14px;
    font-size: 16px;
}

.ht__contact li span {
    color: #aaa;
}
.catalog-item .img-bg{
    padding-bottom: 130%;
}
.img-bg {
    background-size: cover;
    background-position: center;
    padding-bottom: 70%;
}

.service.foo {
    margin-top: 0;
}

ol {
    list-style-type: decimal;
    font-size: 16px;
    color: #777;
    margin-left: 20px;
}

.htc__about__inner ul,
.htc__about__content ul {
    margin-left: 20px;
}
.htc__about__inner ul li,
.htc__about__content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #777;
}

.htc__about__inner ul li:before,
.htc__about__content ul li:before {
    content: '\efac';
    position: absolute;
    font-family: 'IcoFont';
    color: #48A0D6;
    display: block;
    font-weight: 600;
    font-size: 15px;
    left: 0;
}

.pagination li:before{content: ''!important}

.flex {
    display: flex;
}

.flex__wrap {
    flex-wrap: wrap;
}

.gallery__image {
    width: 20%;
    padding: 0 10px;
    margin-left: 5%;
}

.ht__single__cmnt__form.name > .form-group {
    width: 100%;
    margin: 0 25px;
    padding: 0 13px;
}

.ht__single__cmnt__form.name input {
    margin: 0;
}

.g-recaptcha {
    float: right;
}

.before-after {
    margin-bottom: 30%;
}

.before-after .service__details {
    background: #fff;
}

.blago:nth-child(odd) {
    padding-right: 5px;
}

.blago:nth-child(even) {
    padding-left: 5px;
}

.breadcrumb {
    background: transparent;
    margin: 10px 0;
    font-weight: 600;
}

.breadcrumb a {
    color: #48A0D6;
}

.menu__text {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto Slab";
}

.content-img-tab .col-sm-6 {
	text-align: center;
}
.content-img-tab .col-sm-6 img {
	padding: 10px;
}


.faq__container .answer {
    display: none;
}

.faq__container .active + .answer {
    display: block;
    border-left: 1px solid #48A0D6;
    border-right: 1px solid #48A0D6;
    border-bottom: 1px solid #48A0D6;
    padding: 15px;
}

.mart {
    margin-top: 20px;
}

.faq__item {
    margin-bottom: 10px;
}

.faq__item .question {
    background: #48A0D6;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq__item .question:before {
    content: '+';
    background: #134f8c;
    flex: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.faq__item .question.active:before {
    content: '-';
}

@media screen and (max-width: 992px){
    .gallery__image {
        width: 25%;
        padding: 0 5px;
    }

    .header__container--logo {
        width: 18%;
    }

    .header__slogan {
        font-size: 18px;
    }

    .htc__contact .addr {
        padding-left: 15px;
    }

    .htc__contact .addr span:first-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px){
    .cd-headline {
        font-size: 1.5rem;
    }

    .htc__header__top .flex {
        flex-direction: column;
    }
    .header__container--data {
        padding-left: 0;
    }

    .header__container--logo {
        width: 100%;
    }

    .header__slogan {
        display: none;
    }

    .gallery__image {
        width: 50%;
    }

    .htc__header__top .container {
        width: 100%;
    }

    .htc__contact {
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .htc__contact > .addr {
        width: 55%;
    }

    .htc__contact > .phn {
        width: 45%;
        margin-top: 20px;
    }
    @media(max-width: 768px){
        @media(max-width: 768px){
    .htc__contact li span{
        font-size: 12px;
        white-space: nowrap;
    }

    .mob{
       display: none;
    }
        .header-btn-call-mobile{
            display:block;

            
}
}

.header-btn-call-mobile{
    display:block;
    margin-left: 0px;
}
    .htc__contact li span{
        font-size: 12px;
        white-space: nowrap;
    }
}

    .htc__contact > .blank {
        width: 100%;
    }

    .htc__contact li a {
        justify-content: center;
    }

    .htc__contact li.phn a {
        justify-content: flex-end;
        margin-left: -10px;
    }

    .mainmenu__wrap.sticky__header {
        top: initial;
    }

    .title__line.title__line--3 {
        padding-bottom: 0;
    }
}

.fa-telegram{
    content: url(/storage/images/telegram.svg);
    background: #5E9CCD;
}
.fa-viber {
    content: url(/storage/images/viber.svg);
    background: #705297;
}
.fa-whatsapp {
    content: url(/storage/images/WhatsApp.svg);
    background: #65A831;
}
.fa-telegram,.fa-viber,.fa-whatsapp {
    width: 40px;
    height: 40px;
    padding: 3px;
    border-radius: 10px;
}
@media (max-width: 768px) {
.mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
}
    .fa-telegram,.fa-viber,.fa-whatsapp {
        width: 27px;
        height: 27px;
        padding: 3px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 552px){
    .fa-telegram,.fa-viber,.fa-whatsapp {
        width: 20px;
        height: 20px;
        padding: 3px;
        border-radius: 10px;
    }
    .htc__contact .phn a,
    .htc__contact .addr {
        font-size: 20px;

    }
		.ht__single__comment{
            display: block;
        }
        .ht__single__comment .cmt__thumb{
        float: left;
        min-width: 0;
        width: 48px;
        margin-right: 10px;
        }
        .ht__single__comment .cmt__details > h4{
            float: right;
        width: 75%;
        }
        .ht__single__comment .cmt__details > span{
            width: 75%;
        display: block;
        float: right;
        }
        .ht__single__comment .cmt__details > div{
            width: 100%;
        }
        .ht__comment__inner > div{
        	flex-direction: column;
        }
}


.frm-order-service { width: 100%; display: block; background: #D6E6F6; padding: 15px; border-radius: 10px; box-shadow: inset 0px 0px 5px rgba(0,0,0,.5); color: #48A0D6; font-family: 'Open Sans',sans-serif; }
.frm-order-service .h3 { font-size: 24px; color: #48A0D6; line-height: 24px; margin-bottom: 20px; font-family: 'Open Sans',sans-serif; }
.frm-order-service input { border: #48A0D6 solid 1px; border-radius: 0; background: transparent; font-size: 16px; color: #48A0D6; padding: 15px; height: auto; font-family: 'Open Sans',sans-serif; }
.frm-order-service input::placeholder { color: #48A0D6 !important; font-size: 16px; line-height: 22px; font-family: 'Open Sans',sans-serif; }
.frm-order-service button { background: #48A0D6; color: #fff; border: none; font-size: 22px; padding: 10px; margin: auto; font-family: 'Open Sans',sans-serif; }
.text-center { text-align: center; }
.catalog-item{
    margin-bottom: 30px;
}

nav.mean-nav ul {
    overflow: auto;
    height: 80vh;
}


.mean-container .mean-nav ul ul {
    height: auto;
}

@media (max-width:360px) {
	.scroll-header .menu__text a {
       font-size: 10px;
       margin-left: 2px;
    }
}