﻿@import url(css.css);
@import url(css-1.css);
@import url(css-2.css);


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -ms-osx-font-smoothing: grayscale;
    -o-osx-font-smoothing: grayscale;
    osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'scriptinaregular';
    src: url('../fonts/scriptin-webfont.woff2') format('woff2'), url('../fonts/scriptin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

.bg-head{
    background: url("../img/head-bg.png") top center no-repeat;
    padding-bottom: 15px;
}
body {
    margin: 0;
    padding: 0;
    color: #222222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    background-color: #f1f1f1;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    display: inline-block;
}

.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, a:hover, a:focus, a:visited, a.active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-control {
    box-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
h1{
    font-size: 34px;
    color: #555555;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
h2 {
    font-size: 25px;
}

h4 {
    color: #040404;
    font-weight: 700;
}

h5 {
    color: #040404;
    font-weight: 700;
}

.raleway {
    font-family: "Open Sans", sans-serif;
}

.black {
    color: #040404 !important;
}

.bold {
    font-weight: 700 !important;
}

.normal {
    font-weight: 400 !important;
}

.dark-bg {
    background-color: #f5f5f5 !important;
}

.gray-bg {
    color: #040404 !important;
    background-color: #e5e5e5 !important;
}

.white {
    color: #fff !important;
}

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

.green-bg {
    color: #fff !important;
    background-color: #1ebc61 !important;
}

section.green-bg .bb {
    border-bottom: 1px solid #fff;
}

.overlay {
    /*background-color: rgba(226, 226, 226, 0.88);*/
}

.absolute {
    position: absolute;
}

header.absolute {
    border-bottom: 1px solid #f2efef;
    background-color: rgba(255, 255, 255, .8);
}

.p30 {
    padding: 30px;
}

.pt230 {
    padding-top: 230px;
}

.pt220 {
    padding-top: 220px;
}

.pt210 {
    padding-top: 210px;
}

.pt200 {
    padding-top: 200px;
}

.pt150 {
    padding-top: 150px;
}

.pt170 {
    padding-top: 170px !important;
}

.pt140 {
    padding-top: 140px;
}

.pt130 {
    padding-top: 130px;
}

.pt120 {
    padding-top: 120px;
}

.pt110 {
    padding-top: 110px;
}

.pt100 {
    padding-top: 100px;
}

.pt90 {
    padding-top: 90px;
}

.pt80 {
    padding-top: 80px;
}

.pt70 {
    padding-top: 70px;
}

.pt60 {
    padding-top: 60px;
}

.pt50 {
    padding-top: 50px;
}

.pt40 {
    padding-top: 40px;
}

.pt30 {
    padding-top: 30px;
}

.pt20 {
    padding-top: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pb230 {
    padding-bottom: 230px;
}

.pb200 {
    padding-bottom: 200px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pr115 {
    padding-right: 115px;
}

.mt150 {
    margin-top: 150px;
}

.mt140 {
    margin-top: 140px;
}

.mt130 {
    margin-top: 130px;
}

.mt120 {
    margin-top: 120px;
}

.mt110 {
    margin-top: 110px;
}

.mt100 {
    margin-top: 100px;
}

.mt90 {
    margin-top: 90px;
}

.mt80 {
    margin-top: 80px;
}

.mt70 {
    margin-top: 70px;
}

.mt60 {
    margin-top: 60px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt25 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb140 {
    margin-bottom: 140px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb90 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb70 {
    margin-top: 70px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr20 {
    margin-right: 20px;
}

.colmd3 {
    max-width: 270px;
    margin: 0 auto 30px auto;
}

.colmd4 {
    max-width: 370px;
    margin: 0 auto 30px auto;
}

.right {
    float: right;
}

.icon {
    width: 65px;
    height: 65px;
    color: #040404;
    font-size: 48px;
    display: inline-block;
}

.content-box {
    display: block;
    overflow: hidden;
}

.colmd4 {
    max-width: 370px;
    margin: 0 auto 30px auto;
}

.colmd3 {
    max-width: 305px;
    margin: 0 auto 30px auto;
}

.img100 img {
    width: 100%;
}

.dib {
    display: inline-block;
}

.inline-block {
    width: 100%;
    display: inline-block;
}

.b10 {
    border: 10px solid #fff;
}

.bt {
    border-top: 1px solid #c9c9c9;
}

.bb {

}

.map-section, section {
    overflow: hidden;
}

.social-btn {
    width: 100%;
    display: inline-block;
}

.social-btn li {
    display: inline-block;
}

.social-btn a {
    width: 30px;
    height: 30px;
    color: #696969;
    margin-right: 8px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #e5e5e5;
}

.social-btn a:hover {
    color: #040404;
}

button.custom-btn, span.custom-btn, a.custom-btn {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

a.custom-btn:hover {
    background-color: #b18f6a;
}

a.read-more {
    color: #078743;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}
a.read-more:hover{
    color: #fcbf00;
}
a.read-more i {
    right: 0;
    top: 11px;
    opacity: 0;
    color: #040404;
    font-size: 16px;
    position: absolute;
}
.date-tt{
    font-size: 16px;
    font-weight: 600;
}
a.read-more:before {
    /*top: 0;*/
    /*left: 0;*/
    /*width: 0;*/
    /*height: 2px;*/
    /*content: '';*/
    /*position: absolute;*/
    /*background-color: #040404;*/
}

a.read-more:hover:before {
    width: 100%;
}

a.read-more:hover i {
    opacity: 1;
    right: -23px;
}

.owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    font-size: 20px;
    border-radius: 0;
    margin-top: -15px;
    line-height: 23px;
}

.owl-prev, .owl-next {
    top: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}
.ppp {
    position: absolute;
    top: 175px;
    left: 0;
    bottom: 0;
    right: 0;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
}
.image-g{
    position: relative;
    z-index: -1;
    min-height: 900px;
    background-repeat: no-repeat;
    background-image: url(../../images/bg/work.jpg);
    background-size: cover;
    -webkit-animation: anim 180s infinite;
    animation: anim 180s infinite;
}
p img {
    max-width: 100%;
    height: auto;
}
@-webkit-keyframes anim {
    0% { -webkit-transform: scale(1.0);}
    50% { -webkit-transform: scale(1.5); }
    100% { -webkit-transform: scale(1.0); }
}

@keyframes anim {
    0% { transform: scale(1.0); }
    50% { transform: scale(1.5); }
    100% { transform: scale(1.0); }
}
.bottom-angle, .top-angle {
    position: relative;
}

.bottom-angle:before, .bottom-angle:after, .top-angle:before, .top-angle:after {
    width: 100%;
    content: '';
    z-index: 9;
    position: absolute;
    background-color: #f1f1f1;
}

.top-angle:before {
    top: -379px;
    left: -175px;
    height: 470px;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transform: rotate(-9deg);
}
.bg-video {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    width: 100%;
    height: 100%;
}
.tel-head {
    float: right;
}
.tel-top{
    color: #fff;
    margin: 10px 0 20px;
}
.ul-tel-top{
    margin: 0;
    padding: 0;
    float: right;
}
.ul-tel-top li{
    float: left;
    margin-right: 10px;
}
.ul-tel-top li:last-child{
    margin-right: 0;
}
.top-angle:after {
    top: -255px;
    right: -295px;
    height: 200px;
    -webkit-transform: rotate(22deg);
    -moz-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    transform: rotate(22deg);
}

.bottom-angle:before {
    left: -280px;
    bottom: -248px;
    height: 270px;
    -webkit-transform: rotate(22deg);
    -moz-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    transform: rotate(21deg);
}

.bottom-angle:after {
    right: -175px;
    bottom: -390px;
    height: 514px;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-11deg);
}

.section-head {
    text-transform: uppercase;
}

.section-head span {
    display: block;
    margin-bottom: 10px;
}

.section-head .h2 {
    color: #fefefe;
    font-weight: 800;
    font-size: 34px;
    text-shadow: 0 1px 10px #000;
    position: relative;
    display: inline-block;
}
.wr-prim{
    display: flex;
}
.prim{
    position: relative;
}
.prim:nth-child(1){
    width: 520px;
    height: 521px;
    margin-top: -145px;
}
.prim:nth-child(2){
    width: 441px;
    height: 441px;
    margin-top: 5px;
    margin-left: -20px;
}
.prim:nth-child(3){
    width: 238px;
    height: 238px;
    margin-top: -10px;
    margin-left: -40px;
}
.ttext{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.ttext .t1{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 49px;
    text-align: center;
    position: absolute;
    top: 169px;
    left: 104px;
}
.ttext .t2{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 49px;
    text-align: center;
    position: absolute;
    top: 218px;
    left: 89px;
}
.ttext .t3{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 49px;
    text-align: center;
    position: absolute;
    top: 267px;
    left: 147px;
}
.ttext .t4{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 360px;
    left: 235px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFFFFF;
}
.ttext:hover .t1,
.ttext:hover .t2,
.ttext:hover .t3{
    color: #fcbf00;
}
.ttext:hover .t4{
    color: #fcbf00;
    transition: 0s ease;
    transform: scale(1.05);
    border-bottom-color: #fcbf00;
}
.ttext2{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.ttext2 .t1{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 49px;
    text-align: center;
    position: absolute;
    top: 108px;
    left: 76px;
}
.ttext2 .t2{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 49px;
    color: #fff;
    top: 154px;
    position: absolute;
    left: 142px;
}
.ttext2 .t3{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 24px;
    position: absolute;
    bottom: 81px;
    left: 148px;
}
.ttext2:hover .t1,
.ttext2:hover .t2,
.ttext2:hover .t3{
    color: #fcbf00;
}
.ttext2:hover .prim_img-pdf{
    transition: 0s ease;
    transform: scale(1.05);
}
.ttext3{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.ttext3 .t1{
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 80px;
    left: 100px;
    white-space: nowrap;
}
.ttext3 .t2{
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 107px;
    left: 60px;
    white-space: nowrap;
}
.ttext3 .t3{
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 133px;
    left: 91px;
    white-space: nowrap;
}
.prim img{
    position: absolute;
}
.prim .prim_img-pdf {
    position: relative;
    width: 53px;
    height: 54px;
    margin-bottom: 8px;
}
.small-line {
    display: block;
    color: #696969;
    font-size: 14px;
    position: relative;
    margin-bottom: 25px;
}

.small-line:after {
    left: 0;
    top: 25px;
    z-index: 1;
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    background-color: #696969;
}

.section-head.text-center .small-line:after {
    left: 50%;
    margin-left: -25px;
}

.owl-theme .owl-controls .owl-buttons div, a.read-more:before, .service-item, a.read-more i, .member-info, a:after, a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.logo-wrapper {
    width: 155px;
    padding: 10px;
}

a.logo-wrapper img {
    width: 100%;
}

div#slide-688-layer-1 {
    background-color: rgba(226, 226, 226, .6) !important;
}

div#slide-689-layer-1 {
    background-color: transparent !important;
}

.rev_slider_wrapper .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(226, 226, 226, .6);
}

div#slide-688-layer-1, div#slide-689-layer-1, div#slide-690-layer-1 {
    color: #252525;
    text-transform: uppercase;
    font-size: 21px !important;
    font-family: 'Open Sans', sans-serif;
}

div#slide-688-layer-2, div#slide-689-layer-2, div#slide-690-layer-2 {
    color: #040404;
    font-size: 35px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

div#slide-688-layer-3, div#slide-689-layer-3, div#slide-690-layer-3 {
    padding: 0 !important;
    border: none !important;
}

div#slide-688-layer-3 a.read-more, div#slide-689-layer-3 a.read-more, div#slide-690-layer-3 a.read-more {
    border: 2px solid #040404;
    font-size: 14px !important;
    padding: 15px 40px !important;
    background-color: transparent;
    font-family: 'Oswald', sans-serif !important;
}

div#slide-688-layer-3 a.read-more i, div#slide-689-layer-3 a.read-more i, div#slide-690-layer-3 a.read-more i {
    right: 20px;
    top: 13px;
}

div#slide-688-layer-3 a.read-more:hover i, div#slide-689-layer-3 a.read-more:hover i, div#slide-690-layer-3 a.read-more:hover i, {
    right: 15px;
}

div#slide-688-layer-3 a.read-more:before, div#slide-689-layer-3 a.read-more:before, div#slide-690-layer-3 a.read-more:before {
    display: none;
}

.tparrows:before {
    color: #040404 !important;
}

@media screen and (max-width: 680px) {
    div#slide-688-layer-1, div#slide-689-layer-1, div#slide-690-layer-1 {
        font-size: 18px !important;
    }

    div#slide-688-layer-2, div#slide-689-layer-2, div#slide-690-layer-2 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 496px) {
    div#slide-688-layer-1, div#slide-689-layer-1, div#slide-690-layer-1 {
        font-size: 14px !important;
    }

    div#slide-688-layer-2, div#slide-689-layer-2, div#slide-690-layer-2 {
        font-size: 16px !important;
    }

    div#slide-688-layer-3 a.read-more, div#slide-689-layer-3 a.read-more, div#slide-690-layer-3 a.read-more {
        border: 2px solid #040404;
        font-size: 12px !important;
        padding: 10px 25px !important;
        background-color: transparent;
        font-family: 'Oswald', sans-serif !important;
    }

    div#slide-688-layer-3 a.read-more i, div#slide-689-layer-3 a.read-more i, div#slide-690-layer-3 a.read-more i {
        right: 4px;
        top: 9px;
    }
}

span.name {
    width: 100px;
    height: 50px;
    display: inline-block;
}

span.name img {
    width: 100%;
    height: 50px;
}

.wellcome-section .section-img img {
    width: 350px;
}

.home-v1 .services-section {
    background-size: cover;
    background-position: 50% 86%;
    background-image: url(../../images/bg/service.jpg);
}

.home-v1 .services-section .service-item, .home-v2 .services-section .service-item {
    border: 2px solid transparent;
    background-color: rgba(237, 237, 237, 0.63);
}

.service-item li {
    line-height: 25px;
    text-transform: uppercase;
}

.home-v1 .services-section .service-item:hover {
    border: 2px solid #999999;
    background-color: transparent;
}

.home-v2 .services-section .service-item {
    background-color: #fafafa;
}

.home-v2 .services-section .service-item:hover {
    background-color: #f5f5f5;
}

p.quote {
    padding-left: 60px;
    position: relative;
}

p.quote:before {
    top: 0;
    left: 0;
    content: '\f10d';
    position: absolute;
    font: normal normal normal 40px FontAwesome;
}

.works-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/theme/images/bg/work.jpg);
}

.works-section .section-head {
    text-align: right;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background-color: #f5f5f5;
}
#team{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/theme/images/2.jpg);
}
/*/theme/images/2.jpg*/
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
    background-color: rgba(0, 0, 0, 0.40);
}

.home-v1 .inner-box {
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    text-transform: uppercase;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.hovereffect a:hover {
    color: #040404;
}

.home-v1 .team-section {
    background-size: cover;
    min-height: 840px;
    /*background-image: url(../../images/2.jpg);*/
}

.team-item {
    position: relative;
    overflow: hidden;
}

.team-section .follow-btn {
    top: 130px;
    left: 30px;
    width: 45px;
    z-index: 0;
    opacity: 0;
    padding-top: 0;
    position: absolute;
}

.overlay1 {
    top: 0;
    left: -100%;
    width: 70%;
    height: 70%;
    position: absolute;
    border-top: 312px solid transparent;
    border-left: 242px solid rgba(247, 247, 247, .8);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.overlay2 {
    left: 0;
    bottom: -100%;
    width: 70%;
    height: 30%;
    position: absolute;
    border-left: 242px solid rgba(247, 247, 247, .95);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.team-section .follow-btn a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.name-designation {
    left: 30px;
    opacity: 0;
    bottom: 40px;
    position: absolute;
}

.team-item:hover .overlay1 {
    left: 0;
}

.team-item:hover .overlay2 {
    bottom: 0;
}

.team-item:hover .name-designation, .team-item:hover .follow-btn {
    opacity: 1;
    -webkit-transition: 0.3s, opacity 0.5s 1s;
    -moz-transition: 0.3s, opacity 0.5s 1s;
    -ms-transition: 0.3s, opacity 0.5s 1s;
    -o-transition: 0.3s, opacity 0.5s 1s;
    transition: 0.3s, opacity 0.5s 1s;
}

.news-section .colmd3 {
    position: relative;
}

.news-section .colmd3 .post-meta {
    top: 50%;
    left: 0;
    width: 50px;
    position: absolute;
    background-color: rgba(255, 254, 255, 0.67);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home .news-section .colmd3 .post-meta {
    background-color: #1ebc61;
}

.news-section .colmd3 .post-meta a {
    color: #040404;
}

.home .news-section .colmd3 .post-meta a {
    color: #fff;
}

.text-box {
    margin-left: -23px;
    margin-right: 23px;
}

.comments-like a {
    width: 50px;
    height: 70px;
    color: #040404;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
}

.comments-like a span {
    display: block;
}

.share-block4, .share-block3, .share-block2, .share-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #040404;
    height: 70px;
    float: left;
    width: 50px;
}

.share-block4 .toggle, .share-block3 .toggle, .share-block2 .toggle, .share-block .toggle {
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.1em;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.share-block4 .toggle i, .share-block3 .toggle i, .share-block2 .toggle i, .share-block .toggle i {
    display: inline-block;
    position: relative;
    padding: 30px 0;
    color: #040404;
    top: -1px;
}

.home .share-block4 .toggle i, .home .share-block3 .toggle i, .home .share-block2 .toggle i, .home .share-block .toggle i, .home .post-meta a i {
    color: #fff;
}

.share-block4 .toggle:hover, .share-block3 .toggle:hover, .share-block2 .toggle:hover, .share-block .toggle:hover {
    color: #00c4d7;
}

.share-block4 .share-options, .share-block3 .share-options, .share-block2 .share-options, .share-block .share-options {
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate(100%, -50%) scale(0.8);
    -moz-transform: translate(100%, -50%) scale(0.8);
    -ms-transform: translate(100%, -50%) scale(0.8);
    -o-transform: translate(100%, -50%) scale(0.8);
    transform: translate(100%, -50%) scale(0.8);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
    position: absolute;
    display: block;
    width: 160px;
    opacity: 0;
    text-align: left;
    right: 0px;
    top: 35px;
}

.share-block4 .share-options.visile, .share-block3 .share-options.visile, .share-block2 .share-options.visile, .share-block .share-options.visile {
    opacity: 1;
    top: 35px;
    right: -22px;
    pointer-events: auto;
    -webkit-transform: translate(100%, -50%) scale(1);
    -moz-transform: translate(100%, -50%) scale(1);
    -ms-transform: translate(100%, -50%) scale(1);
    -o-transform: translate(100%, -50%) scale(1);
    transform: translate(100%, -50%) scale(1);
}

.share-block4 .share-options.visile ul li, .share-block3 .share-options.visile ul li, .share-block2 .share-options.visile ul li, .share-block .share-options.visile ul li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.share-block4 .share-options:before, .share-block3 .share-options:before, .share-block2 .share-options:before, .share-block .share-options:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin: -4px 0 0 -4px;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #e5e5e5 transparent transparent;
}

.share-block4 .share-options ul, .share-block3 .share-options ul, .share-block2 .share-options ul, .share-block .share-options ul {
    display: inline-block;
    padding: 15px 20px;
    line-height: 1em;
    font-size: 0;
    background-color: #e5e5e5;
}

.home .share-block4 .share-options ul, .home .share-block3 .share-options ul, .home .share-block2 .share-options ul, .home .share-block .share-options ul {
    background-color: #32B232;
}

.home .share-block4 .share-options:before, .home .share-block3 .share-options:before, .home .share-block2 .share-options:before, .home .share-block .share-options:before {
    border-color: transparent #32B232 transparent transparent;
}

.share-block4 .share-options ul li, .share-block3 .share-options ul li, .share-block2 .share-options ul li, .share-block .share-options ul li {
    opacity: 0;
    display: inline-block;
    margin: 0 20px 0 0 !important;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.share-block4 .share-options ul li:nth-of-type(2), .share-block3 .share-options ul li:nth-of-type(2), .share-block2 .share-options ul li:nth-of-type(2), .share-block .share-options ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.share-block4 .share-options ul li:nth-of-type(3), .share-block3 .share-options ul li:nth-of-type(3), .share-block2 .share-options ul li:nth-of-type(3), .share-block .share-options ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.share-block4 .share-options ul li:nth-of-type(4), .share-block3 .share-options ul li:nth-of-type(4), .share-block2 .share-options ul li:nth-of-type(4), .share-block .share-options ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.share-block4 .share-options ul li:nth-of-type(5), .share-block3 .share-options ul li:nth-of-type(5), .share-block2 .share-options ul li:nth-of-type(5), .share-block .share-options ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.share-block4 .share-options ul li:nth-of-type(6), .share-block3 .share-options ul li:nth-of-type(6), .share-block2 .share-options ul li:nth-of-type(6), .share-block .share-options ul li:nth-of-type(6) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.share-block4 .share-options ul li:nth-of-type(7), .share-block3 .share-options ul li:nth-of-type(7), .share-block2 .share-options ul li:nth-of-type(7), .share-block .share-options ul li:nth-of-type(7) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.share-block4 .share-options ul li:nth-of-type(8) .share-block3 .share-options ul li:nth-of-type(8) .share-block2 .share-options ul li:nth-of-type(8) .share-block .share-options ul li:nth-of-type(8) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.share-block4 .share-options ul li:last-of-type, .share-block3 .share-options ul li:last-of-type, .share-block2 .share-options ul li:last-of-type, .share-block .share-options ul li:last-of-type {
    margin: 0 !important;
}

.share-block4 .share-options ul li i, .share-block3 .share-options ul li i, .share-block2 .share-options ul li i, .share-block .share-options ul li i {
    color: #696969;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .share-block4 .share-options ul li i, .home .share-block3 .share-options ul li i, .home .share-block2 .share-options ul li i, .home .share-block .share-options ul li i {
    color: #fff;
}

.colmd3.blog-text {
    padding: 5px 15px;
    margin-top: 22px;
    margin-left: -50px;
    background-color: #fff;
}

.news-section .colmd3.blog-text {
    margin-bottom: 0;
}

.news-section .colmd3.blog-text span {
    margin-bottom: 3px;
    display: inline-block;
}

.share-block4 .share-options ul li i:hover, .share-block3 .share-options ul li i:hover, .share-block2 .share-options ul li i:hover, .share-block .share-options ul li i:hover {
    color: #040404;
}

.home-v1 .partners-section {
    background-size: cover;
    background-position: 50% 73%;
    background-image: url(../../images/bg/partners.jpg);
}

.balack-overlay {
    background-color: rgba(4, 4, 4, .0);
}
.seo-text{
    background: rgba(255, 255, 255, 0.75);
    padding: 40px;
}
.horizontal-line {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: #cacaca;
}

.home-v1 .partners-section .section-head span {
    color: #fff;
    font-size: 25px;
    padding-left: 15px;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #040404;
}

.home .owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}

.news-section .post-meta a i, .news-section .post-meta a {
    padding-right: 0;
}

.google-map-container {
    z-index: 9999;
    width: 100%;
    height: 530px;
}

.scrollup {
    width: 47px;
    height: 46px;
    position: fixed;
    padding: 5px;
    bottom: 40px;
    right: 40px;
    color: #078743;
    font-size: 3em;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 9999;
    display: none;
}
.bb-2{
    margin-right: 5px;
    font-size: 13px;
    line-height: 18px;
}
.scrollup:hover{
    color: #fcbf00;
}
.footer-widgets-wrap {
    padding-top: 20px;
}

.footer-widgets-wrap .widget {
    margin-bottom: 30px;
}

.widget h2.rounded {
    color: #040404;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

.footer-l-img {
    padding-bottom: 15px;
}
footer{
    background: #f1f1f1 url("../../images/footer.png") bottom center no-repeat;
}
ul.contact-info {
    margin-top: 0px;
}
.pos-rel{
    position: relative;
}
.sl-ider {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0px;
}
.img-sl-ider {
    margin: 0 auto;
    width: 100%;
    max-width: 470px !important;
    display: flex !important;
    text-align: center;
}
.ar-back2 {
    color: #078743;
    font-size: 14px;
    display: block;
    line-height: 60px;
    font-weight: 300;
    text-decoration: underline;
}
.ar-back2:hover {
    text-decoration: none;
}
.contact-info li {
    list-style: none;
    position: relative;
    font-size: 16px;
    text-align: right;
}
.contact-info li .i-span{
    margin-right: 5px;
}
.contact-info li:before {
    top: 0;
    left: 0;
    width: 25px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    text-rendering: auto;
    display: inline-block;
    font: normal normal normal 16px/2 FontAwesome;
}

.follow-btn {
    padding-top: 25px;
}

.follow-btn {
    color: #393939;
    font-size: 50px;
    margin-top: 28px;
    font-weight: 700;
    text-align: center;
}

.follow-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}

.all-categories li {
    padding-bottom: 1px;
}

.all-categories a, .follow-btn a {
    color: #393939;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
}

/*.all-categories a:after, .follow-btn a:after {*/
/*left: 0;*/
/*top: 9px;*/
/*width: 0;*/
/*height: 2px;*/
/*content: '';*/
/*position: absolute;*/
/*background-color: #222222;*/
/*}*/

.all-categories a:hover, .follow-btn a:hover {
    color: #040404;
    padding-left: 15px;
}

.all-categories a:hover:after, .follow-btn a:hover:after {
    width: 10px;
}

#instagram .owl-pagination {
    display: none;
}

.subscribe-form {
    margin-top: 25px;
    position: relative;
}

.subscribe-form button, .subscribe-form input {
    height: 40px;
    border: none;
    border-bottom: 2px solid #8e8a8a;
}

.subscribe-form input {
    width: 100%;
    background-color: #ededed;
    padding: 15px 50px 15px 15px;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    margin-left: -4px;
    color: #393939;
    font-weight: 700;
    background-color: #ededed;
}

.subscribe-form button:focus, .subscribe-form input:focus {
    border-color: #040404;
}

::-webkit-input-placeholder {
    color: #393939;
    font-weight: 700;
}

::-moz-input-placeholder {
    color: #393939;
    font-weight: 700;
}

::-ms-input-placeholder {
    color: #393939;
    font-weight: 700;
}

::-o-input-placeholder {
    color: #393939;
    font-weight: 700;
}

div#copyrights {
    color: #057035;
    font-size: 14px;
    padding: 15px 0;
}

div#copyrights {
    color: #040404;
    font-weight: 700;
    text-decoration: none;
}

#loader_container {
    overflow: hidden;
    margin: 0 auto;
}

#in {
    overflow: hidden;
}

div.l {
    background: rgba(0,0,0,0.9) none repeat scroll 0 0;
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
}

.sonic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.tel-a{
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
}
.btn-zvonok{
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    background: #078743;
    text-transform: uppercase;
}
.btn-zvonok i{
    color: #fcbf00;
    font-size: 20px;
    padding: 5px 5px 0 0;
    display: block;
    float: left;
}
.btn-zvonok:hover{
    background: #fcbf00;
    color: #222;
}
.btn-zvonok:hover i{
    color: #078743;
}
.lang a {
    display: block;
    font-size: 13px;
    line-height: 18px;
    background: #078743;
    color: #fff;
    padding: 0 10px;
    text-align: center;
}
.lang a.active, .lang a:hover{
    background: #fcbf00;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
    width: 100%;
    height: auto;
    margin: -75px 0 0 -75px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 999999999;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 125%;
    background: transparent;
    background-repeat: no-repeat;
    z-index: 999999;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper {
    left: 0;
}

#loader-wrapper {
    right: 0;
}

.loaded #loader-wrapper {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -0 -transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -0 -transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -0 -transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -0 -transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -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;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -0 -transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -0 -transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.project-section.section-padding {
    padding-bottom: 0;
}

nav#mmfilters {
    display: inline-block;
}

nav#mmfilters ul li {
    font-weight: 700;
    list-style: none;
    display: inline-block;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

.project-filter-btn button, .product-filter-btn button, nav#mmfilters ul li button, .nav-tabs > li > a {
    border: none;
    color: #040404;
    padding: 0;
    margin: 0 15px;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.project-filter-btn button.active, .product-filter-btn button.active, nav#mmfilters ul li.active button {
    color: #040404;
    border-color: #3e3e3e;
}

.project-filter-btn button:focus, .product-filter-btn button:focus, nav#mmfilters ul li button:focus {
    outline: none;
}

.mmcontainer .item {
    float: left;
    padding: 15px;
    display: block;
}

.mmcontainer .item .inner-box {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.mmcontainer .item .inner-box a {
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.76);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.mmcontainer .item .inner-box a:hover {
    opacity: 1;
}

.mmcontainer .item .inner-box a:after, .mmcontainer .item .inner-box a:before {
    content: '';
    opacity: 0;
    height: 60px;
    width: 60px;
    position: absolute;
    border: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s 0.2s;
    -moz-transition: 0.6s 0.2s;
    -ms-transition: 0.6s 0.2s;
    -o-transition: 0.6s 0.2s;
    transition: 0.6s 0.2s;
}

.mmcontainer .item .inner-box a:before {
    left: 3em;
    border-top: 1px solid #040404;
    border-left: 1px solid #040404;
}

.mmcontainer .item .inner-box a:after {
    right: 3em;
    bottom: 3em;
    border-right: 1px solid #040404;
    border-bottom: 1px solid #040404;
}

.mmcontainer .item .inner-box a:hover:after, .mmcontainer .item .inner-box a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.mmcontainer .item .inner-box a h2 {
    margin-top: 0;
}

.mmcontainer .item .inner-box a p {
    margin-bottom: 1.5em;
}

.mmcontainer .item .inner-box a i {
    top: 50%;
    left: 50%;
    color: #040404;
    font-size: 32px;
    margin-top: -14px;
    margin-left: -14px;
    position: absolute;
}

@media (min-width: 980px) {
    .mmcontainer .item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .mmcontainer .item {
        width: 49% !important;
    }
}

@media (max-width: 767px) {
    .mmcontainer .item {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .mmcontainer .item {
        width: 98%;
    }
}

.mmcontainer .item.featured {
    background: #292929 !important;
}

.mmcontainer .item img {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    background: #ffffff;
}

.counter-up {
    background-size: cover;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-image: url(../../images/bg/counter-bg.jpg);
}

.counter-up h3 {
    color: #040404;
    font-weight: 700;
    font-size: 50.51px;
    line-height: 32px;
}

.counter-up .colmd3 span {
    display: inline-block;
}

.feedback-section .carousel-inner {
    max-width: 830px;
    margin: 0 auto;
}

.feedback-text {
    padding: 30px;
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}

.client-designation span {
    width: 100%;
    height: 25px;
    display: block;
}

.client-designation span.name {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

#main-slider .carousel-indicators {
    bottom: 20px;
}

.carousel-indicators .active, .carousel-indicators li {
    margin: 0;
    border: none;
    width: 100px;
    height: 100px;
    position: relative;
}

.carousel-indicators .active img, .carousel-indicators li img {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.carousel-indicators li.active {
    z-index: 1;
    position: relative;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.carousel-indicators li.active:before {
    top: -37px;
    left: 45%;
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border-top: 1px solid #040404;
    border-right: 1px solid #040404;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.carousel-indicators li.active:after {
    top: -37px;
    left: 50%;
    width: 1px;
    content: '';
    height: 15px;
    margin-left: -2px;
    position: absolute;
    background-color: #040404;
}

.carousel-indicators img {
    opacity: 0.5;
}

.carousel-indicators > li.active > img {
    opacity: 1;
}

.carousel-indicators {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 80px;
    padding-bottom: 20px;
}

.slide-arow {
    color: #4e4f4f;
    background-color: #d1d3d3;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 13px;
    opacity: 0;
}

.slide-arow {
    top: 20%;
    height: 20px;
    width: 20px;
    padding: 0;
    position: absolute;
    background-color: transparent;
}

.slide-arow span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-left: 2px solid #535353;
    border-top: 2px solid #535353;
}

.slide-arow span:after {
    top: 10px;
    left: -6px;
    width: 35px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #040404;
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
}

.slide-arow.left {
    left: 0%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slide-arow.right {
    right: 0%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slide-arow.right, .slide-arow.left, .slide-arow span {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.section-content:hover .slide-arow {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.section-content:hover .slide-arow.left {
    left: 2%;
}

.section-content:hover .slide-arow.right {
    right: 2%;
}

.section-content .slide-arow:hover span {
    border-left: 2px solid #040404;
    border-top: 2px solid #040404;
}

.carousel-indicators .active, .carousel-indicators img, .carousel-indicators li {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.padding180160 {
    padding: 180px 0 160px 0;
}

.about .breadcrum-section {
    background: fixed;
    background-size: cover;
    background-position: 50% 102%;
    background-repeat: no-repeat;
    background-image: url(../../images/bg/about-breadcume.jpg);
}

.breadcrum-section .overlay {
    background-color: rgba(226, 226, 226, 0.6);
}

.breadcrum-section h1 {
    color: #040404;
    font-size: 35px;
    font-weight: 700;
}

.breadcrum-section i {
    padding: 0 3px;
}

.about .service-item .small-line:after {
    top: 10px;
}

.breadcrum-section p {
    color: #393939;
    font-size: 14px;
}

.blog .breadcrum-section .overlay {
    background-color: rgba(226, 226, 226, 0.7);
}

.blog .breadcrum-section {
    background: fixed;
    background-size: cover;
    background-position: 50% 89%;
    background-repeat: no-repeat;
    background-image: url(../../images/bg/blog-breatcum.jpg);
}

.post-container {
    overflow: hidden;
    padding-bottom: 50px;
}

.post-details {
    padding: 45px 50px;
    background-color: #f5f5f5;
}

.post-meta a {
    color: #696969;
    font-style: italic;
    padding-right: 20px;
    text-transform: uppercase;
}

.post-meta a i {
    color: #040404;
    padding-right: 5px;
}

.post-details h4 {
    font-size: 22px;
    margin-top: 5px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.post-details h4 a:hover {
    color: #040404;
}

.pagination {
    height: 36px;
    margin: 0;
}

.pagination ul {
    padding-left: 0;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    color: #000;
    float: left;
    padding: 0 18px;
    margin-right: 3px;
    line-height: 35px;
    text-decoration: none;
    background-color: #f5f5f5;
    border: 1px solid #d2d1d3;
}

.pagination a:hover, .pagination .active a {
    color: #ffffff;
    border-color: #040404;
    background-color: #040404;
}

.pagination .active a {
    color: #ffffff;
    cursor: default;
}

.pagination a.angle-left, .pagination a.angle-right {
    font-size: 1.4em;
}

.sidebar {
    padding-left: 30px;
}

.sidebar .widget a {
    color: #696969;
}

.sidebar ul {
    list-style: none;
}

.sidebar .widget {
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
}

.single-post h2.rounded, .sidebar h2.rounded {
    color: #040404;
    font-size: 22px;
    display: table;
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}

.single-post h2.rounded .small-line:after, .sidebar h2.rounded .small-line:after {
    top: 15px;
    background-color: #040404;
}

.post-comments-area .sub-title {
    color: #000000;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 0;
}

.blog-search-bar {
    margin-bottom: 40px;
}

.blog-search-bar .form-control {
    height: 44px;
    color: #999999;
    font-size: 14px;
    border-radius: 0;
    padding-right: 40px;
    border-color: #999999;
    text-transform: uppercase;
}

.input-append {
    position: relative;
}

.add-on {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    color: #999999;
    background: none;
    position: absolute;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    outline: none;
}

.blog-categories ul {
    list-style: none;
}

.cat-list li {
    border-bottom: 1px solid #eeecec;
}

.cat-list li a {
    display: block;
    color: #696969;
    position: relative;
    text-decoration: none;
    padding: 8px 0 10px 15px;
    text-transform: uppercase;
}

.cat-list li a:after {
    left: 0;
    top: 7.5px;
    font-size: 16px;
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
}

.cat-list li:last-child {
    border-color: transparent;
}

.cat-list li a:hover {
    padding-left: 25px;
}

.cat-list li a:hover:after {
    padding-left: 10px;
}

.small-post-img {
    width: 120px;
    float: left;
    margin-right: 15px;
}

.latest-post .widget h5 {
    line-height: 22px;
}

.tag-list a {
    color: #141518 !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 16px;
    float: left;
    margin: 0 6px 6px 0;
    border: 1px solid #ebebeb;
}

.tag-list a:hover {
    color: #ffffff !important;
    background-color: #000;
}

.sidebar .single-gallery {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #36d7b7;
}

.sidebar .single-gallery img {
}

.single .post-details {
    padding: 45px 0;
    background-color: transparent;
}

.single .breadcrum-section {
    background: fixed;
    background-size: cover;
    background-position: 50% 145%;
    background-repeat: no-repeat;
    background-image: url(../../images/bg/single-breadcum.jpg);
}

.blog .breadcrum-section .overlay {
    background-color: rgba(226, 226, 226, 0.7);
}

blockquote {
    max-width: 570px;
    margin: 0 auto;
    border-left: 0;
    font-size: 15px;
    color: #393939;
    position: relative;
    padding: 15px 70px 25px 70px;
    border: 1px solid #e5e5e5;
}

blockquote:before, blockquote:after {
    color: #ccc;
    font-size: 22px;
    position: absolute;
    font-family: 'FontAwesome';
}

blockquote:before {
    top: -10px;
    left: 20px;
    content: '\f10d';
}

blockquote:after {
    right: 20px;
    bottom: -10px;
    content: '\f10e';
}

.prev-next-post .post-details {
    padding: 0;
}

.prev-next-post .inline-block a, .share-btn-box a {
    color: #696969;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.prev-next-post .inline-block a i {
    font-size: 16px;
}

.prev-next-post .share-btn-box {
    color: #040404;
}

.share-btn-box a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.share-btn-box a:first-child {
    margin-left: 10px;
}

.share-btn-box a i {
    font-size: 12px !important;
}

.prev-next-post .inline-block .col-sm-4:nth-child(2) {
    text-align: right;
    float: right !important;
}

.share-btn-box a:hover, .inline-block a:hover {
    color: #040404;
    border-color: #040404;
}

.author-bio-info {
    padding: 30px;
}

.author-bio-info .author-img {
    height: 100px;
    width: 100px;
    float: left;
    margin-top: 0;
    margin-right: 30px;
}

a.author-name {
    color: #040404;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.children, .parent {
    padding-bottom: 30px;
}

.children {
    padding-left: 50px;
}

.post-comments-area h3 {
    margin: 0;
}

.post-comments-area .comments-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 30px;
}

.comments-txt {
    padding: 30px;
    position: relative;
}

.comments-txt .auther a {
    color: #000000;
    margin-right: 20px;
}

.comments-txt .reply {
    margin-bottom: 0;
}

.comments-txt .reply a {
    color: #696969;
    text-decoration: none;
    text-transform: uppercase;
}

.comments-txt .reply a:hover {
    color: #040404;
}

.form-container .form-control {
    height: 35px;
    border: none;
    border-radius: 0;
    padding-left: 30px;
    border-bottom: 2px solid #e5e5e5;
}

.form-container .form-group {
    position: relative;
}

.form-container .form-group i {
    left: 0;
    top: 10px;
    color: #999999;
    font-size: 15px;
    position: absolute;
}

.form-container textarea#message {
    height: 85px;
}

.btn-submit button {
    height: 26px;
    padding: 0;
    border: none;
    margin-top: 10px;
    background-color: transparent;
    border-bottom: 2px solid #e5e5e5;
}

.form-container .form-control:focus {
    border-color: #040404;
}

.form-container input::-webkit-input-placeholder {
    color: #999999 !important;
}

.form-container input:-moz-placeholder {
    color: #999999 !important;
}

.form-container input::-moz-placeholder {
    color: #999999 !important;
}

.form-container input:-ms-input-placeholder {
    color: #999999 !important;
}

textarea::-webkit-input-placeholder {
    color: #999999 !important;
}

textarea:-moz-placeholder {
    color: #999999 !important;
}

textarea::-moz-placeholder {
    color: #999999 !important;
}

textarea:-ms-input-placeholder {
    color: #999999 !important;
}

.gallery .breadcrum-section {
    background: fixed;
    background-size: cover;
    background-position: 50% 145%;
    background-repeat: no-repeat;
    background-image: url(../../images/bg/gallery-breatcume.jpg);
}

.search-no-results .breadcrum-section, .contact .breadcrum-section {
    background: fixed;
    background-size: cover;
    background-position: 50% 95%;
    background-repeat: no-repeat;
    background-image: url(../../images/bg/contact-breadcum.jpg);
}

.contact-us h4 {
    font-size: 22px;
}

.contact-us .small-line:after {
    top: 15px;
}

.contact-us ul li {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.contact-us ul .icon {
    width: 35px;
    height: 30px;
    color: #696969;
    font-size: 22px;
}

.contact-us ul li:first-child .icon {
    line-height: 30px;
}

.img-box {
    position: relative;
}

.schedule-box {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
}

.text-box {
    top: 50%;
    margin: 0;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-box span, .text-box time {
    font-size: 14px;
    color: #696969;
}

.text-box span {
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.map-container {
    position: relative;
}

.search-no-results .form-container, .gallery .form-container, .contact .form-container, .about .form-container {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 99999;
    padding-left: 9%;
    padding-right: 7%;
    position: absolute;
    background-color: rgba(255, 255, 255, .7);
}

.search-no-results .form-container .form-control, .gallery .form-container .form-control, .contact .form-container .form-control, .about .form-container .form-control {
    background-color: rgba(255, 255, 255, .6);
}

.not-found a.read-more:before {
    top: 115%;
    right: 0;
    left: auto;
}

.not-found a.read-more i {
    right: auto;
    top: 11px;
    left: 0;
}

.not-found a.read-more:hover i {
    opacity: 1;
    left: -23px;
}

.not-found a.read-more:hover:before {
    width: 100%;
}

body.home {
    color: #fff;
}

section.green-bg .section-head h2 {
    color: #fff;
}

section.dark-bg .section-head h2 {
    color: #040404;
    font-size: 24px;
}

section .section-head span {
    color: #040404;
    font-size: 34px;
}

.horizontal-line {
    background-color: #fff;
}

section.green-bg .small-line:after {
    background-color: #fff;
}

.xs-wrap {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.xs-wrap img {
    width: 100%;
}

.xs-title {
    top: -150px;
    opacity: 0;
    margin: 0 30px 15px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 1s ease 0.01s;
    -moz-transition: all 1s ease 0.01s;
    -ms-transition: all 1s ease 0.01s;
    -o-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
}

.xs-title:after {
    left: 50%;
    bottom: -6px;
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #040404;
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
}

.xs-wrap:hover .xs-title:after {
    left: 0;
    width: 100%;
}

.xs-title a {
    display: block;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.xs-title span {
    width: 100%;
    height: auto;
    color: #000000;
    display: block;
    font-size: 14px;
}

.xs-title span.name {
    font-size: 22px;
}

.xs-icon {
    color: #000;
    display: inline-block;
    margin: 0 5px;
    opacity: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
    -moz-transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
    -ms-transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
    -o-transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
    transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
}

.xs-icon a {
    color: #040404;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    padding: 5px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.xs-icon:hover span, .xs-icon:hover a {
    background: #fff;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.xs-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.xs-content:before, .xs-content:after {
    content: '';
    opacity: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    border: none;
    z-index: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s 0.3s;
    -moz-transition: 0.6s 0.3s;
    -ms-transition: 0.6s 0.3s;
    -o-transition: 0.6s 0.3s;
    transition: 0.6s 0.3s;
}

.xs-content:before {
    top: 19px;
    left: 19px;
    border-top: 1px solid #040404;
    border-left: 1px solid #040404;
}

.xs-content:after {
    right: 19px;
    bottom: 19px;
    border-right: 1px solid #040404;
    border-bottom: 1px solid #040404;
}

.xs-wrap:hover .xs-content:before, .xs-wrap:hover .xs-content:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.xs-content_inner {
    display: table;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.xs-content_inner1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.xs-wrap:hover .xs-icon, .xs-wrap:hover .xs-content, .xs-wrap:hover .xs-title {
    opacity: 1;
    top: 0;
    z-index: 1;
}

.xs-wrap:hover .xs-title {
    -webkit-transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
    -moz-transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
    -ms-transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
    -o-transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
    transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
}

.xs-wrap:hover .xs-content {
    background-color: #1ebc61;
}

.xs-content .xs-icon:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.xs-content .xs-icon:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.xs-content .xs-icon:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.xs-content .xs-icon:nth-of-type(4) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.xs-style .xs-icon {
    top: 150px;
}

.fa-fw {
    width: auto;
}

.xs-wrap:hover .xs-content {
    background-color: rgba(255, 255, 255, .8);
}

.white-bg .xs-wrap:hover .xs-content {
    background-color: rgba(30, 188, 97, .95);
}

.green-bg .all-categories a:after, .green-bg .follow-btn a:after, .green-bg .small-line:after, .green-bg div#copyrights {
    background-color: #fff;
}

.green-bg .widget h2.rounded, .green-bg .all-categories a, .green-bg .follow-btn a {
    color: #fff;
}

.green-bg div#copyrights {
    color: #040404;
}

.green-bg .owl-theme .owl-controls .owl-buttons div {
    background-color: #1ebc61;
}

.gallery-section .xs-icon a {
    font-size: 32px;
    margin-top: 10px;
    background-color: transparent;
}

.gallery-section .xs-title a:hover, .gallery-section .xs-icon a:hover {
    color: #fff;
}

.scaling {
    -webkit-animation: scaling 3s ease-in-out infinite alternate;
    -moz-animation: scaling 3s ease-in-out infinite alternate;
    -ms-animation: scaling 3s ease-in-out infinite alternate;
    -o-animation: scaling 3s ease-in-out infinite alternate;
    animation: scaling 3s ease-in-out infinite alternate;
}

@-webkit-keyframes scaling {
    0% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes scaling {
    0% {
        -moz-transform: scale(0.8);
    }
    100% {
        -moz-transform: scale(1.1);
    }
}

@-ms-keyframes scaling {
    0% {
        -ms-transform: scale(0.8);
    }
    100% {
        -ms-transform: scale(1.1);
    }
}

@-o-keyframes scaling {
    0% {
        -0 -transform: scale(0.8);
    }
    100% {
        -0 -transform: scale(1.1);
    }
}

@keyframes scaling {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1.1);
    }
}
.cat-tt1{
    margin-bottom: 10px;
}
.cat-tt1,
.cat-tt2{
    color: #fff;
    display: block;
    text-align: right;
}
.rel{
    position: relative;
}
.wr-titl{
    position: absolute;
    top: 105px;
}
.title-categ-1 .wr-titl{
    width: 365px;
    top: 183px;
    right: 57px;
}
.title-categ-1 .cat-tt1{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
}
.title-categ-1 .cat-tt2{
    font-size: 30px;
    font-weight: 300;
}


.title-categ-5 .wr-titl{
    top: 159px;
    right: 56px;
}
.title-categ-5 .cat-tt1{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}
.title-categ-5 .cat-tt2{
    font-size: 20px;
    font-weight: 300;
}


.title-categ-2 .wr-titl{
    width: 365px;
    top: 180px;
    right: 65px;
}
.title-categ-2 .cat-tt1{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}
.title-categ-2 .cat-tt2{
    font-size: 20px;
    font-weight: 300;
}


.title-categ-3 .wr-titl{
    width: 365px;
    top: 95px;
    right: 38px;
}
.title-categ-3 .cat-tt1{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}
.title-categ-3 .cat-tt2{
    font-size: 20px;
    font-weight: 300;
}
.category :hover .cat-tt1,
.category :hover .cat-tt2{
    color: #fcbf00;
}
.rNews{
    margin-bottom: 5px;
}
.title-categ-4 .wr-titl {
    top: 87px;
    right: 26px;
}
.title-categ-4 .cat-tt1{
    font-size: 24px;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 150px;
}
.title-categ-4 .cat-tt2{
    font-size: 20px;
    font-weight: 300;
}
.desc{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.news-btn a{
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    background: #078743;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    max-width: 180px;
    text-align: center;
}
.news-btn a:hover{
    background: #fcbf00;
}
.rNews a{
    color: #078743;
    font-size: 18px;
    font-weight: 600;
}
.h1-page{
    font-size: 34px;
    text-transform: uppercase;
    color: #555555;
    line-height: 34px;
}
.breadcrumb {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li a, .breadcrumb li{
    color: #207f39;
    font-size: 14px;
}
.breadcrumb li a:hover{
    color: #fcbf00;
}
.prod-cat{
    border: 3px solid #fcbf00;
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
}
.zag-prod-cat{
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    color: #555555;
    margin-bottom: 10px;
}
.zag-prod-cat-a{
    color:#078743;
    font-size:24px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 10px 0 0 0;
}
.zag-prod-cat-a:hover,
.zag-prod-cat:hover{
    color: #fcbf00;
}
.bg-bg{
    background: #f1f1f1 url("../img/bg-body.png") center no-repeat;
}
.ar-back{
    color: #078743;
    font-size: 14px;
    display: block;
    font-weight: 300;
    text-decoration: underline;
}
.ar-back:hover{
    text-decoration: none;
}
.container2{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.dop-name{
    margin: 5px 0;
    font-size: 16px;
}
.table-har{
    width: 100%;
}
.table-har tr, .table-har th{
    border-bottom: 1px solid #555;
    padding: 5px;
    font-size: 16px;
}
.dop-foto a .foto-prod-cat-pod-dop{
    margin-right: 12px;
    display: inline-block;
    border: 2px solid #fcbf00;
}
.dop-foto a .foto-prod-cat-pod-dop:hover{
    border: 2px solid #078743;
}
.dop-foto a:last-child .foto-prod-cat-pod-dop{
    margin-right: 0px;
}
.footer-l-img img.logo{
    width: 71%;
    display: block;
}
.gr-btn{
    margin: 20px 0 0 0;
}
.btn-v{
    background: #fcbf00;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    display: block;
}
.btn-pri{
    background: #078743;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    display: block;
}
.header .btn-pri:hover{
    color: #fff;
    background: #fcbf00;
}
.header .btn-v:hover{
    color: #fff;
    background: #078743;
}
.header .btn-v,
.header .btn-pri {
   border: none;
   font-weight: 400;
}
.btn-v,
.btn-pri {
        max-width: 330px;
    margin-bottom: 15px;
   border: 2px solid transparent;
   font-weight: 500;
}
.btn-v:hover{
    color: #fcbf00;
    background: transparent;
    border: 2px solid #fcbf00;
}
.btn-pri:hover{
    color: #078743;
    background: transparent;
    border: 2px solid #078743;
}
.tp-caption.boxshadow, .boxshadow{
    box-shadow: none!important;
}
.head-page{
    margin-top: 8px;
}
.link-prev a, .link-next a{
    font-size: 13px;
    color: #078743;
    line-height: 13px;
    display: block;
}
.link-prev a:hover, .link-next a:hover{
    color:#fcbf00;
}
.m-s1{
    margin: 0;
    padding: 0;
    list-style: none;
}
.m-s1 li a{
    font-size: 16px;
    color: #555;
    line-height: 20px;
    text-decoration: underline;
}
.m-s1 li a i{
	color:#078743;
}
.m-s1 li a:hover{
    color: #078743;
}
.name-menu{
    font-size: 18px;
    color: #078743;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.table-har td, .table-har th{
    padding: 3px 0;
}
.img-pag.pull-left{
    margin-right: 10px;
    display: block;
    width: 20%;
}
.img-pag.pull-right{
    margin-left: 10px;
    display: block;
    width: 20%;
}
.prev-text, .next-text{
    display: block;
    color: #555;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 16px;
}
.r-prev-tt {
    padding: 30px 0 0 0;
    float: left;
}
.r-next-tt {
    padding: 30px 0 0 0;
    float: right;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 300;
}
input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 300;
}
input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 300;
}
input:-moz-placeholder { /* Firefox 18- */
    font-weight: 300;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 300;
}
textarea::-moz-placeholder { /* Firefox 19+ */
    font-weight: 300;
}
textarea:-ms-input-placeholder { /* IE 10+ */
    font-weight: 300;
}
textarea:-moz-placeholder { /* Firefox 18- */
    font-weight: 300;
}
.btn-my{
    color: #ffffff;
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    background: #078743;
    text-transform: uppercase;
    margin: 0 auto;
    width: 130px;
    display: block;
}
.btn-my:hover{
    background: #fcbf00;
}
.modal-logo {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.shema-img{
    display: block;
    margin: 20px auto;
}
.wr-Ingir{
    margin: 40px auto;
    position: relative;
    max-width: 806px;
}
.name-pic{
    text-transform: uppercase;
    color: #555555;
    font-weight: 600;
    font-size: 26px;
}
.punkt a{
    display: block;
}
.punkt {
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 1;
}
.tooltipster-sidetip .tooltipster-box {
    background: #b7b7b7;
    border: 2px solid transparent;
    border-radius: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: transparent;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #b7b7b7;
    left: 0;
    top: -3px;
}
.animated {
    -webkit-animation-name: bounceIn;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 10;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;

    animation-name: bounceIn;
    animation-duration: 4s;
    animation-iteration-count: 10;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.sl-ider ul li{
    cursor: pointer;
}
.footer-zv.btn-zvonok{
    font-size: 11px;
    margin-top: 1px;
    width: 100%;
    text-align: center;
}
#map {
    width: 100%;
    height: 450px;
}
.bb-cont{
    background: #edecec;
    padding: 20px;
}
.t-form{
    color: #222222;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}
.t-form:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    background: #555;
    height: 1px;
    width: 40px;
}
.cont-ff input, .cont-ff textarea{
    background: transparent;
    border: none;
    padding: 5px 5px 5px 0;
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 1px solid #555;
}
.cont-btn-ll{
    color: #555;
    font-size: 14px;
    padding: 5px 10px;
    background: transparent;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #555;
}
.cont-btn-ll:hover{
    background: #fcbf00;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fcbf00;
}
.con-block{
    margin-bottom: 30px;
}
.ccl1 {
    font-size: 28px;
    text-align: center;
    display: block;
}
.cll-sp{
    display: block;
    font-size: 18px;
    margin: 5px 0 10px;
}
.con-block p{
    font-size: 22px;
}
.search-bar-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 300;
    color: #fff;
}
.search-bar-input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 300;
    color: #fff;
}
.search-bar-input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 300;
    color: #fff;
}
.search-bar-input:-moz-placeholder { /* Firefox 18- */
    font-weight: 300;
    color: #fff;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #078743;
    text-decoration: none;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #f1f1f1;
    border-color: #ddd;
}
.pagination a:hover, .pagination .active a {
    color: #ffffff;
    border-color: #078743;
    background-color: #078743;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #fcbf00;
    border-color: #fcbf00;
}
.tooltip_templates { display: none; }
.modal-open {
    overflow: visible;
    padding: 0 !important;
}
.seo-text ul, .seo-text2 ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: inherit;
}
#sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #C9C9C9;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
}
#sync1.owl-carousel.owl-drag .owl-item{
    text-align: center;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
#sync2.owl-carousel .owl-item img{
    width: auto;
}
.n-bl-iz {
    line-height: initial;
}
.n-bl-iz .dop-name{
    margin: 5px 0 0;
    font-size: 16px;
    line-height: initial;
}
.group2{
    color: #555;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
}
.group2:hover{
    text-decoration: none;
}
.bl-price-n {
        margin: 35px 0;
    line-height: inherit;
}
.price-n{
    font-size: 30px;
    font-weight: normal;
    color: #555;
}
#sync1.owl-carousel.owl-drag .owl-item{
    text-align: center;
}
#sync2.owl-carousel.owl-drag .owl-item{
    width: auto !important;
}
.price-n span{
    font-size: 30px;
    color: #078743;
    font-weight: bold;
    letter-spacing: -1px;
}
.price-a a,  .price-a span{
        font-size: 12px;
    letter-spacing: -0.5px;
    color: #555;
    font-weight: bold;
    text-decoration: underline;
}
.price-a a:hover{
    text-decoration: none;
}
.programm-link{
    background: url(../img/discount.png) no-repeat;
    position: relative;
    display: block;
    width: 153px;
    height: 153px;
}
.programm-link span {
    position: absolute;
    bottom: 9px;
    right: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.programm-link:hover span{
    color: #9e093e;
}
.programm-name {
    font-size: 19px;
    letter-spacing: -1px;
    font-weight: bold;
    padding-top: 39px;
    text-align: right;
    color: #555;
}
.other-name {
    text-transform: uppercase;
    color: #555555;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.other-cat{
    color: #000;
    text-align: center;
    display: block;
    margin: 10px 0;
}
.other-cat span{
display: block;
}
.slider-other.owl-carousel .owl-prev, .slider-other.owl-carousel .owl-next {
    top: 39%;
    width: 30px;
    height: 30px;
    position: absolute;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex{
    position: relative;
}
.flex1{
    max-width: 255px;
}
.flex2{
    
}
.slider-other.owl-carousel .owl-stage{
    margin: auto;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}



















