
.city-box{
    margin: 10px 0;
    color: white;
    display: grid;
}
.city-box a{
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.city-box .city-link{
    margin: 5px 0;
}
#contact-form input , #contact-form textarea{
    font-family: "Gotham Pro Light";
    color: white;
}

.free-consult{
    font-size: 16px;
}
.blog-home-img{
    max-width: 170px;
}
.animated-logo{
    line-height: 80px;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    position: relative;
    float: left;
    line-height: 1em;
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}
.animated-logo span{
    font-size: 24px;
    position: relative;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.animated-logo:hover span{
    transform: rotateY(180deg);
}
.info-blog-single{
    color: white;
}
.info-blog-single .col-sm-4 , .info-blog-single .col-sm-7{
    display: inline-block;
    margin-bottom: 15px;
    max-width: 32%;
    text-align: center;
}
.blog-post{
    color: #A9AFC3;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 170%;
}
.blog-post a{
    color: #DD4242;
}
.blog-post >p img{
    max-width: 100%;
}
.blog-post ol{
    padding-left: 10px;
    margin: 10px;
    font-style: italic;
}
.blog-post li{
    padding-left: 10px;
    margin: 10px;
    font-style: italic;
    list-style: circle;
}
.blog-post h3{
    margin: 5px 0;
    font-weight: bold;
    font-size: 17px;
    padding-left: 10px;
}
.blog-post h2{
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0 ;
    padding-left: 10px;
}
.pagination{
    float: right;
}
.pagination li>a{
    color: white;
}
.pagination li{
    margin: 0 10px;
}
.pagination .active a{
    font-weight: bold;
    color: #DD4242;
}
.service-details-content > ul{
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #A9AFC3;
    margin-bottom: 21px;
    padding-left: 40px;
    list-style: circle;
}
.service-details-content a{
    color: #DD4242;
}
#contact-form .help-block{
    color: red;
    padding: 5px 0;
}
#contact-form input{
    color: white;
}
.display-none{
    display: none;
}
#service-order{
    z-index: 9999999;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.w3-modal-content {
    margin: 0 auto;
    background-color: #191b27;
    position: relative;
    padding: 0;
    outline: 0;
    width: 800px;
    color: white;
    padding: 20px;
}
.w3-button{
    color: white;
}
.w3-modal-content h3{
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0,0,0,0.1);
    border-radius: 3px 3px 0 0;
}
.order-price{
    text-align: right;
    margin: 10px;
    margin-top: -45px;
    font-size: 20px;
}
#order-form input{
    font-family: "Gotham Pro Light";
    color: white;
}
#order-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 60px;
}
#order-form .help-block{
    color: red;
    margin: 5px 0;
    font-size: 14px;
}
#order-form .alert-success{
    background: none;
    border: none;
    color: white;
}
.case-content div{
    font-size: 16px;
    line-height: 170%;
    color: #A9AFC3;
    margin-bottom: 10px;
}
.case-content h4{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin: 10px 0;
}
.case-content ol{
    padding-left: 10px;
    margin: 10px;
    font-style: italic;

}

.case-content ol > li{
    padding-left: 10px;
    margin: 10px;
    font-style: italic;
    list-style: circle;
    color: white;
}
.case-content h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin: 15px 0;
}
.case-content h3{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin: 15px 0;
}
.case-content h2{
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin: 10px 0;
}

#comment-form input{
    font-family: "Gotham Pro Light";
    color: white;
}
#comment-form textarea{
    font-family: "Gotham Pro Light";
    color: white;
}

#comment-form .help-block{
    color: red;
    margin: 5px 0;
    font-size: 14px;
}
#comment-form .alert-success{
    background: none;
    border: none;
    color: white;
}
.post-comments-section{
    border-top: 1px solid #3A3F50;
    margin-top: 30px;
    padding-top: 30px;
}
.mobile-language{
    display: none;
}
.contact-info{
    margin-top: 100px;
}
.contact-info ul{
    margin-top: 30px;
}

.contact-info li{
    margin: 30px 0;
    font-size: 15px;
    padding-left: 10px;
    list-style: circle;
}
@media (max-width: 991px) {
    .mobile-language{
        display: block;
        float: right;
    }
}
.chatCopyright_4b9b{
    display: none!important;
}