a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.ab_img,
.img-popup {
    margin: 5px;
}

.about_us_img,
.certif_img {
    margin-left: -5px;
}

.certif h4 {
    margin-bottom: 10px;
}

.about_us_img {
    margin-top: -70px;
}


.img-popup > img {
    width: 100%;
    height: auto;
}

.ab_img > img {
    width: 100% !important;
    height: auto;
}

.img-popup > a > img {
    width: 100%;
    height: auto;
}

.home_grid_services-item-img {
    width: 100%;
    height: auto;
}

.certif_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.b_img {
    position: relative;
}

.link_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background-color: rgba(255, 176, 13, 0.8);
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s;
}

.b_img:hover .link_img {
    width: 100%;
    height: 100%;
}

.icon_s {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 0px;
    color: white;
    transition: 0.3s;
}

.b_img:hover .icon_s {
    font-size: 30px;
}

.teaser_img > a > img {
    width: 100% !important;
    height: auto !important;
}

.teaser_size,
.full_size {
    color: #FFB00D;
    font-weight: 600;
}

.teaser_title h5,
.full_title h5 {
    margin-bottom: 5px !important;
    text-transform: none !important;
}


.alias-sawntimbcatalog {
    margin: 0 !important;
    padding: 0 !important;
}

.teaser_buttom {
    margin-left: 25px;
}

.teaser_buttom a:hover {
    background: #ffb00d !important;
    color: #fff !important;
    border-color: #ffb00d !important;
}

.teaser_buttom a {
    display: inline-block;
    width: 110px;
    padding: 6px 20px;
    border: 1px solid;
    font-weight: normal;
    background: #f8f6f1 !important;
    border-color: #e9e9e9 !important;
    color: #686868 !important;
}

.get_but {
    display: inline-block;
}

.get_but a,
.full_buttom a {
    width: 115px;
    padding: 6px 20px;
    border: 1px solid;
    font-weight: normal;
    background: #ffb00d !important;
    border-color: #ffb00d !important;
    color: #FFFFFF !important;
}

.get_but a:hover,
.full_buttom a:hover {
    background: #F2A70D !important;
    border-color: #F2A70D !important;
    color: #FFFFFF !important;
}

.l_full_inf {
    margin-top: 50px;
}

.full_buttom {
    margin-top: 44px;
}

.full_buttom a {
    padding: 9px 20px !important;
}

.full_buttom:after,
.full_buttom:before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 20px 0 20px 0;
}

.header {
    position: relative;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    font-weight: 300 !important;
    padding: 8px 25px;
    text-transform: uppercase;

}

.header span {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 0%;
    height: 2px;
    background-color: #ffb00d;
    transition: 0.3s;
}

.header:hover span {
    width: 75%;
}

.header.active {
    border-bottom: 2px solid #ffb00d !important;
    color: #000000;
}


.lm-tabs-content {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.content {
    position: absolute;
    transform: translateX(150%);
    transition: 1s;
    opacity: 0;
}

.content.active {
    transform: translateX(0);
    opacity: 1;
}

.mail_top:hover {
    color: #FBAD0D !important;
}

.cont, .cont-form {
    margin-top: -35px;
}

.cont > h4:after, .cont-form > h4:after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    width: 35px;
    margin-bottom: 20px;
}

.contact-head {
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #292524;
}

.cont > .cont-t > i{
    font-size: 4em;
    color:#FFB00D;
}

.cont > .cont-t{
    display: flex;
}

.cont > .cont-t > span{
    margin: auto 20px;
}

#popup1 {
    margin-left: 0px;
}

#popup1 > div > input {
    background: #f8f6f1;
    height: 40px;
    max-width: 570px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #e9e9e9;
}

#popup1 > div > textarea {
    background: #f8f6f1;
    height: 214px;
    max-width: 570px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #e9e9e9;
}

#popup1 > div > button {
    width: 200px;
    padding: 10px 0;
    border: 1px solid;
    font-size: 1em;
    font-weight: normal;
    background: #ffb00d !important;
    border-color: #ffb00d !important;
    color: #FFFFFF !important;
}

#popup1 > div > button:hover {
    background: #F2A70D !important;
    border-color: #F2A70D !important;
    color: #FFFFFF !important;
}


.wi-fb .wi-fb-line {
    margin: 0 !important;
}

#popup2 > div > input,
#popup2 > div > textarea {
    margin: 5px 0;
}

div.tz__block--left {
    width: 100% !important;
}

.mfp-close {
    color: #333 !important;
}

.callback-text {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.wi-fb-link2 {
    display: block;
    width: 100%;
    height: 78px;
    text-align: center;
    line-height: 78px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bolder;
    margin: auto;
}

.wi-fb-link2:hover {
    background-color: #010101;
}

.lang-inline > li > a > img {
    padding: 3px;
    border: 2px solid #686868;
    border-radius: 10px;
}

.lang-inline > li > a > img:hover {
    border: 2px solid #ffffff;
}

.lang-active > a > img {
    border: 2px solid #EEA40C !important;
    border-radius: 10px !important;
}

.lang-mob {
    display: none;
}


    #section-id-1537527977828 > div > div > div.sppb-col-md-2, #section-id-1537780639885 > div > div > div.sppb-col-md-2{
        padding: 0;
    }


@media (max-width:1199px) {
    .img-responsive {
        width: 100%;
    }
}

@media (max-width:991px) {
    .certif_img {
        grid-template-columns: repeat(2, 1fr);
    }

    .sppb-col-sm-6 {
        max-width: 100%;
    }

    #column-id-1505794233812 {
        margin-top: -50px;
    }

    .sppb-addon-feature > .sppb-addon-content > .sppb-icon {
        display: flex;
    }

    .sppb-icon > span {
        margin: auto;
    }

    .sppb-addon-feature > .sppb-addon-content > .sppb-addon-text {
        text-align: center;
    }

    .sppb-addon-feature > .sppb-addon-content {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .cont{
        margin-bottom: 50px;
    }
    
    #section-id-1537527977828 > div > div > div.sppb-col-md-2, #section-id-1537780639885 > div > div > div.sppb-col-md-2{
        margin-bottom: 20px;
    }
    
    #tz-logo{
        z-index: 1111111;
    }
    
}


@media (max-width:576px) {
    .certif_img {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    #tz-logo {
        top: 3px !important;
    }

    #header {
        margin: 5px 0;
    }
}

@media (max-width:471px) {
    .hd-mob {
        display: none;
    }

    .lang-mob {
        display: block;
    }

    .lang-inline {
        display: flex;
        width: 100%;
    }

    .lang-inline > li:nth-child(2) {
        margin-right: auto
    }

    .lang-inline > li:nth-child(1) {
        margin-left: auto
    }
}

@media (min-width:320px) {
    .navbar-collapse {
        padding: 0;
    }
}

@media (max-width:400px) {
    #tzlogo > img {
        padding: 2px 0;
        width: 80%;
    }
}

@media (max-width:350px) {
    #tzlogo > img {
        padding: 4px 0;
        width: 80%;
    }
}

@media (max-width:409px) {
    .tz__block_call {
        font-size: 17px;
    }
}

@media(max-width:456px) {
    h2 {
        font-size: 24px;
    }
}
