/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





img {
    max-width: 100%;
}
.laddingbody {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mainlading {
    height: 100vh;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-family: 'Open Sans', Geneva, sans-serif;
    line-height: 23px;
    font-size: 17px;
}
.mainlading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}
.mainlading .landing_inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.contact ul {
    margin: 50px 0 30px;
    display: flex;
    padding: 0 15px;
}
.contact li {
    display: block;
    width: 33.33%;
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.contact li:first-child {
    text-align: left;
}
.contact li:last-child {
    text-align: right;
}
.contact li img, .row .col .contact img:not([srcset]) {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}
.contact li span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.contact li a {
    color: #fff;
    text-decoration: none;
}
.mainlading .landing_inner .des {
    display: flex;
    text-align: justify;
    color: #fff;
    font-weight: bold;
}
.mainlading .landing_inner .des .coldes {
    padding: 0 15px;
}

@media all and ( max-width: 999px ){
    .contact li {
        font-size: 18px;
    }
}
@media all and ( max-width: 800px ){
    .contact li {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 20px;
    }
    .contact ul {
        display: block;
    }
    .contact li:first-child, .contact li:last-child {
        text-align: center;
    }
}
@media all and ( max-width: 700px ){
    .mainlading {
        height: auto;
        min-height: 100vh;
        padding: 50px 0;
    }
}
@media all and ( max-width: 600px ){
    .mainlading .landing_inner .des {
        display: block;
        text-align: center;
    }
}