*{
    padding:0;
    margin:0;
}
img{
    border:none;
    outline:none;
    max-width:100%;
}
a,a:active,a:focus,a:hover{
    outline:none;
    text-decoration:none;
}
input:focus,textarea:focus,select:focus{
    outline:none!important;
    box-shadow:none;
}
ul{
    margin:0;
    list-style-type:none;
}
html{
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    /*font-family: 'Montserrat', sans-serif;*/
}
.logo {
    width: 174px;
}
.banner{
    width:100%;
    float:left;
    height:auto;
    min-height:845px;
    background-image:url(images/heroCover.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    position: relative;
}

.hoverLink {
	transition-duration: 0.3s;
	cursor: pointer;
    color: #000;
    font-weight:600;
    font-size:16px;
}
.hoveLink > a {
    text-align:left;
}
.hoveLink > i {
    text-align:left;
}
.hoverLink:hover {
	color: #438C41;
	transition-duration: 0.3s;
	cursor: pointer;
}

.pric{
    font-size: 18px;
}
@media (max-width:1200px) {
    .banner{
        background-position:left -138px top;
        background-size:1200px;
    }
}
@media (min-width:993px) {
    .banner::before {
        content: " ";
        display: block;
        background-color: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
    }
}
@media (max-width:992px) {
    .banner::before {
        content: " ";
        display: block;
        background-color: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
    }
}

.header{
    padding:27px 0;
    width:100%;
    float:left;
    height:auto;
}
.header-logo{
    width:auto;
    float:right;
    height:auto;
}
.greyLogo{
    display:inline-block;
    height:auto;
}
.header-left{
    width:auto;
    float:left;
    height:auto;
    text-align:left;
}
.header-left > span.action-number{
    font-size:19px;
    color:#fff;
    line-height:23px;
    display:inline-block;
    font-weight:600;
    vertical-align:middle;
    padding-left:5px;
}

.header-left span a{
    color:inherit;
}
.call-now {
    display: inline-block;
    position: relative;
    vertical-align:middle;
}

.chooseUs{
    width:100%;
    float:left;
    height:auto;
    padding:10px 0 45px;
    background:rgb(255, 255, 255) url(images/rocketBG.jpg) no-repeat;
}
/*.call-icon span {
    background-color: #f6ee34;
    border-radius: 20px;
    color: #302d34;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    left:0;
    z-index: 1;
}*/
.overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    left: 0;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    opacity:0;
    visibility:hidden;
    z-index: 1;
}
.service-list li:hover .overlay,
.service-list li:hover .thumb::before{
    opacity:1;
    visibility:visible;
    z-index:2;
    -webkit-transition:opacity 0.4s ease-in-out, z-index 0s linear 0.4s;
    -moz-transition:opacity 0.4s ease-in-out, z-index 0s linear 0.4s;
    -ms-transition:opacity 0.4s ease-in-out, z-index 0s linear 0.4s;
    transition:opacity 0.4s ease-in-out, z-index 0s linear 0.4s;
}
.service-list li:hover .overlay{
    -webkit-transition:all 0.4s ease-in-out 0.2s, z-index 0s linear 0.2s, visibility 0s linear 015s;
    -moz-transition:opacity 0.4s ease-in-out 0.2s, z-index 0s linear 0.2s, visibility 0s linear 0.2s;
    -ms-transition:opacity 0.4s ease-in-out 0.2s, z-index 0s linear 0.2s, visibility 0s linear 0.2s;
    transition:opacity 0.4s ease-in-out 0.2s, z-index 0s linear 0.2s, visibility 0s linear 0.2s;
}
.overlay .btn-primary {
    min-width: 170px;
    font-size: 15px;
    padding:15px 15px;
}

.thumb::before{
    width:100%;
    height:100%;
    position:absolute;
    content:'';
    background:rgba(0,0,0,0.6);
    left:0;
    top:0;
    -webkit-transition:opacity 0.4s ease-in-out, visibility 0s linear 0.4s, z-index 0s linear 0s;
    -moz-transition:opacity 0.4s ease-in-out, visibility 0s linear 0.4s, z-index 0s linear 0s;
    -ms-transition:opacity 0.4s ease-in-out, visibility 0s linear 0.4s, z-index 0s linear 0s;
    transition:opacity 0.4s ease-in-out, visibility 0s linear 0.4s, z-index 0s linear 0s;
    opacity:0;
    visibility:hidden;
    z-index: 1;
}
#contact_us{
    background-color:#FFF;
}
.call-now {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    top: -4px;
}
.call-icon::before, 
.call-icon::after {
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 0;
}
.call-icon::after {
    -webkit-animation: calla 1s linear infinite;
    -moz-animation: calla 1s linear infinite;
    animation: calla 1s linear infinite;
}
.call-icon::after {
    animation: 1s linear 0s normal none infinite running calla;
}
.call-icon {
    height: 30px;
    left: -43px;
    position: absolute;
    top: 12px;
    width: 30px;
}
@-webkit-keyframes call {
    0% {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #ffa800;
        margin: -15px 0 0 -15px
    }
    75% {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background-color: rgba(255, 255, 255, 0);
        margin: -30px 0 0 -30px;
    }
}

@-moz-keyframes call {
    0% {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #ffa800;
        margin: -15px 0 0 -15px
    }
    75% {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background-color: rgba(255, 255, 255, 0);
        margin: -30px 0 0 -30px;
    }
}

@keyframes call {
    0% {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #ffa800;
        margin: -15px 0 0 -15px
    }
    75% {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background-color: rgba(255, 255, 255, 0);
        margin: -30px 0 0 -30px;
    }
}

@-webkit-keyframes calla {
    0%,
    25% {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #ffa800;
        margin: -15px 0 0 -15px
    }
    100% {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background-color: rgba(255, 255, 255, 0);
        margin: -30px 0 0 -30px;
    }
}

@-moz-keyframes calla {
    0%,
    25% {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #ffa800;
        margin: -15px 0 0 -15px
    }
    100% {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background-color: rgba(255, 255, 255, 0);
        margin: -30px 0 0 -30px;
    }
}

@keyframes calla {
    0%,
    25% {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #ffa800;
        margin: -15px 0 0 -15px
    }
    100% {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        background-color: rgba(255, 255, 255, 0);
        margin: -30px 0 0 -30px;
    }
}

.banner-text{
    width:100%;
    float:right;
    height:auto;
    max-width:450px;
    padding-top:130px;
    padding-bottom:40px;
}
.banner-text h1{
    font-family: 'Montserrat', sans-serif;
    font-size:150px;
    color:#000;
    margin:0 0 75px;
    font-weight:400;
    line-height:44px;
}
.banner-text h1 strong{
    font-weight:700;
}
.banner-text p{
    font-weight:600;
    color:#000;
    font-size:18px;
    line-height:30px;
    margin:0 0 10px;
    padding-left:85px;
    text-align:left;
}
.contact-text{
    padding-left:50px;
}
.contact-text p{
    font-weight:600;
    color:#000;
    font-size:18px;
    line-height:30px;
    text-align:left;
}
@media (max-width:992px) {
    .logo {
        width: 120px;
    }
}
.banner-text p span{
    font-weight:800;
}

.btn-primary{
    min-width:226px;
    background:#ffa800;
    font-size:17px;
    font-weight:700;
    text-transform:uppercase;
    display:inline-block;
    line-height:20px;
    padding:18px 15px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    border:none;
    transition-duration: 0.4s;
}
.btn-primary:hover{
    background:#b47701;
}
@media (max-width:768px) {
    .btn-primary{
        display: block;
        margin: auto;
        width: 226px;
    }
}
.banner-bottom{
    width:100%;
    float:left;
    height:auto;
    background:black;
    padding:82px 0 82px;
}
.banner-bottom h1{
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    color:#ffa800;
    margin:0 0 24px;
    font-size:32px;
}
.banner-bottom p{
    font-weight:600;
    color:#fff;
    font-size:19px;
    margin:0;
    line-height:30px;
}
.content{
    width:100%;
    float:left;
    height:auto;
    padding:81px 0 41px;
}
.section-title{
    width:100%;
    float:left;
    height:auto;
    margin:0 0 66px;
}
.section-title h1{
    font-size:32px;
    color:black;
    margin-bottom:0px;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
}
.service-list{
    width:100%;
    float:left;
    height:auto;
}
.service-list li{
    width:342px;
    float:left;
    height:auto;
    margin:0 57px 46px 0;
}
.service-list li a{
    display:block;
}
.service-list li .thumb{
    width:100%;
    float:left;
    height:auto;
    overflow:hidden;
    position:relative;
}
.service-list li .thumb img{
    width:100%;
    height:auto;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service-list li:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}
.service-list li h2{
    font-weight:700;
    font-size:21px;
    color:#000000;
    padding:7px 0 7px;
    margin:0;
    width:100%;
    float:left;
    transition-duration: 0.4s;
}
@media (max-width:768px) {
    .service-list li h2{
        text-align: center;
    }
    .service-list li h3{
        display: none;
    }
}
.service-list li h3{
    font-weight:400;
    font-size:17px;
    color:#000000;
    margin:0;
    width:100%;
    float:left;
}
@media (max-width:768px) {
    .service-list li h3{
        display: none;
    }
}
.service-list li:nth-child(3n){
    margin-right:0;
}
.service-list li:hover h2{
    color:#ffa800;
}
.why-choose .section-title h1{
    font-size:42px;
    margin:0 0 20px;
}
.why-choose{
    margin-top:80px;
    width:100%;
}
.choose-info{
    width:100%;
    float:left;
    height:auto;
}
.choose-info h2{
    font-weight:700;
    color:#000000;
    margin:0 0 30px;
    font-size:28px;
}
.left-thumb{
    width:100%;
    float:left;
    height:auto;
}
.choose-info ul{
    width:100%;
    float:left;
}
.choose-info ul li{
    width:100%;
    float:left;
    padding-left:26px;
    font-size:16px;
    color:#000;
    line-height:30px;
    background:url(images/list-bg.png) no-repeat left 5px;
    margin:0 0 30px;
}
.client-list{
    width:100%;
    float:left;
    text-align:center;
    margin-top:11px;
}
.client-list li{
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 0px;
    padding:0px;
}
.client-block{
    margin-top:66px;
}
#testimonials-carousel{
    width:100%;
    float:left;
    height:auto;
}
.testimonials{
    width:100%;
    float:left;
    height:auto;
    padding:70px 0 45px;
    background:black url(images/quote.png) no-repeat left 75px;
}
.testimonials .section-title h1{
    color:#ffa800;
}
.testimonials-item{
    background:url(images/testi-arrow.png) no-repeat left bottom;
    padding-bottom:22px;
    width:100%;
    float:left;
    height:auto;
}
.item-inner{
    width:100%;
    float:left;
    height:auto;
    background:#fff;
    padding:15px 28px 18px;
}
.item-inner p{
    font-size:13px;
    color:#000000;
    line-height:24px;
    margin:0 0 20px;
}
.item-inner h3{
    font-size:15px;
    font-weight:700;
    margin:0 0 0px;
}
.item-inner h4{
    font-size:13px;
    color:#000000;
    line-height:24px;
    font-weight:normal;
    margin:0;
    line-height:18px;
}
.owl-dot span{
    width:11px;
    height:11px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#808da0;
    display:inline-block;
}
.owl-dot{
    display:inline-block;
    margin:0 5px;
}
.owl-dot.active span{
    width:11px;
    height:11px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#fff;
    display:inline-block;
}
.owl-dots{
    width:100%;
    float:left;
    text-align:center;
}
.owl-controls {
    margin-top: 28px;
}
.contact-block{
    width:100%;
    float:left;
    height:auto;
    padding:80px 0 93px;
    background:url(images/contactImage.jpg) no-repeat left center;
    background-size:50%;
}
.contact-block .form-control{
    height:55px;
    border:1px solid #2d3354;
    border-radius:8px;
    font-size:19px;
    color:#000000;
    padding-left:24px;
    box-shadow:none;
}
.contact-block .form-control.incorrect{
    border-color: #f00;
}
.contact-block .form-control::-moz-placeholder{
    opacity:1;
    color:#000000;
}
.contact-block .form-control::-webkit-input-placeholder{
    opacity:1;
    color:#000000;
}
.contact-block .form-control::-ms-input-placeholder{
    opacity:1;
    color:#000000;
}
@media (max-width:768px) {
    .contact-block .form-control{
        height:51px;
        border-radius:7px;
        font-size:16px;
        padding-left:20px;
    }
    .contact-block {
        background-size:100%;
    }
}
.form-group{
    width:100%;
    float:left;
    height:auto;
    margin:0 0 20px;
}
.contact-block textarea.form-control{
    height:160px;
}
.contact-block input.btn.btn-primary{
    width:100%;
}
.contact-block .section-title{
    margin:0 0 59px;
}
.contact-block .section-title h1{
    text-transform:uppercase;
}
@media (max-width:768px) {
    .contact-block .section-title h1{
        font-size: 23px;
    }
}

.left-thumb > h1{
    display:none;
}
.footer{
    width:100%;
    float:left;
    height:auto;
}
.footer-top{
    width:100%;
    float:left;
    height:auto;
    background:black;
    padding:44px 0 40px;
}
.footer-top h3{
    font-weight:700;
    font-size:15px;
    color:#fff;
    text-transform:uppercase;
    margin:0 0 10px;
}
.footer-top p{
    font-size:13px;
    color:#d4cfcf;
    margin:0;
    line-height:26px;
    letter-spacing:1px;
}
.footer-left{
    width:473px;
    float:left;
    height:auto;
    padding-right:93px;
}
.footer-top p a{
    color:inherit;
}
.contact-info{
    width:315px;
    float:left;
    height:auto;
}
.footer-bottom{
    width:100%;
    float:left;
    height:auto;
    padding:20px 0;
    background:#000;
}
.copyright{
    width:auto;
    float:left;
    height:auto;
    font-size:11px;
    font-weight:400;
    color:#fff;
    margin:0;
    line-height:15px;
}
.social-media{
    width:auto;
    float:right;
}
.social-media li{
    float:left;
    margin-left:20px;
}
.social-media li a{
    color:#9f9f9f;
    line-height:15px;
    font-size:14px;
}
.social-media li a:hover{
    color:#fff;
}


/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
    .client-list li{
        width:23%;
    }
    .banner-text {
        padding-top: 80px!important;
    }
    .header-left span{
        font-size:14px;
    }
    .testimonials{
        -webkit-background-size: 55px auto;
        -moz-background-size: 55px auto;
        background-size: 55px auto;
    }
    .header-left > span.action-number{
        padding-left:0;
    }

}

@media only screen and (min-width: 480px) and (max-width:639px) {
    .client-list li{
        width:23%;
    }
}
@media only screen and (max-width: 639px){
    .service-list li{
        width:100%;
        margin:0 0% 30px 0!important;
    }
    .client-list li{
        margin-bottom:0px;
    }
    .banner-text h1{
        font-size:80px;
        line-height:30px;
    }
    .banner{
        min-height:0;
    }
    .banner-text{
        padding-top:130px;
    }
    .choose-info h2{
        font-size:20px;
    }
    .testimonials{
        padding:45px 0;
    }

}

@media only screen and (min-width: 640px) and (max-width:767px) {
    .banner-text h1{
        font-size:120px;
    }
    .service-list li{
        width:47%;
        margin:0 3% 30px 0!important;
    }
    .service-list li:nth-child(2n){
        margin-right:0!important;
    }
    .service-list li:nth-child(2n+1){
        clear:both;
    }
    .client-list li{
        margin-bottom:0px;
    }

}

@media only screen and (max-width: 850px){
    .banner{
        background-size:800px;
    }
}

@media only screen and (max-width: 767px){
    .banner{
        background-size:750px;
    }
    .banner-text{
        max-width:100%;
        padding-left:20px;
        padding-right:20px;
        margin-top:150px;
        float:none;
    }
    
    .banner-text h1{
        font-size:100px;
        padding-left:0px;
        text-align:left;
    }
    .banner-text p{
        font-size:14px;
        padding:0;
    }
    .contact-text{
        padding-left:0px;
    }
    .contact-text p{
        font-size:14px;
        padding:0;
    }
    .banner-bottom h1{
        font-size:26px;
    }
    .banner-bottom p{
        font-size:16px;
    }
    .banner-bottom p br{
        display:none;
    }
    .why-choose .section-title h1{
        font-size:28px;
    }
    .left-thumb{
        padding:0 0 30px;
        text-align:center;
    }
    .left-thumb > img{
        width:50%;
        float:left;
    }
    .left-thumb > h1{
        font-size:38px; 
        color:black; 
        margin-top:100px;
        margin-left:-80px;
        text-align:left;
        font-weight: 600;
        display:block;
    }
    #whyUs > h1{
        display:none;
    }
    .section-title{
        margin:0 0 35px;
    }
    .client-block {
        margin-top: 30px;
    }
    .footer-left,
    .contact-info{
        width:100%;
        float:left;
        margin:0 0 20px;
        padding:0;
    }
    .footer-address{
        width:100%;
        float:left;
    }
    .copyright{
        width:100%;
        text-align:center;
        margin:0 0 10px;
    }
    .social-media{
        width:100%;
        text-align:center;
    }
    .social-media li{
        float:none;
        display:inline-block;
        margin:0 5px;
    }
    .content{
        padding:40px 0;
    }
    .section-title h1{
        font-size:28px;
    }
    .contact-block{
        -webkit-background-size:50% auto;
        -moz-background-size:50% auto;
        background-size:100% auto;
        background:url(images/contactImage2.jpg) no-repeat center top;
        background-size:100%;
        background-color: #D0D1D3;
    }
    .contact-block{
        padding:40px 0;
    }
    .contact-block .section-title {
        margin: 0 0 40px;
    }
    #contact_us{
        width:85%;
        margin-top: 250px;
        padding:30px;
        border-radius:10px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%); 
    }

}
@media only screen and (max-width: 550px){
    .left-thumb{
        padding:0 0 30px;
        text-align:center;
    }
    .left-thumb > img{
        width:42%;
        float:left;
    }
    .left-thumb > h1{
        font-size:28px; 
        color:black; 
        margin-top:50px;
        margin-left:-80px;
        text-align:left;
        font-weight: 600;
        display:block;
    }
}


@media only screen and (min-width: 768px) and (max-width:991px) {
    .service-list li {
        width: 226px;
        margin: 0 20px 30px 0;
    }
    .section-title{
        margin:0 0 40px;
    }
    .contact-block{
        -webkit-background-size:50% auto;
        -moz-background-size:50% auto;

    }
    .contact-block{
        padding:60px 0;
    }
    .contact-block .section-title{
        margin:0 0 40px;
    }
    .footer-left{
        width:300px;
        padding-right:30px;
    }
    .contact-info {
        width: 247px;
        float: left;
        height: auto;
        padding-right: 15px;
    }
    br{
        display:none;
    }
    .header-right > span.action-number br{
        display:inline-block;
    }

}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-list li {
        width: 293px;
        margin: 0 30px 46px 0;
    }
    .choose-info h2{
        font-size:24px;
    }
    .contact-block{
        -webkit-background-size:50% auto;
        -moz-background-size:50% auto;
        background-size:50% auto;
    }

}

.notification {
    position: fixed;
    text-align: center;
    padding: 10px 11px 13px;
    font-size: 15px;
    top: 10px;
    border: 1px solid #2d3354;
    background-color: #fff;
    opacity: 1;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
    z-index: 3;
    visibility: visible;
    border-radius: 8px;
    right: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    margin-left: 20px;
    color: #000;
}

.notification.hided {
    transition: opacity 1s ease 0s, visibility 0s ease 1s;
    visibility: hidden;
    opacity: 0;
}

/* ############ MODAL WINDOWS ############ */

.modal { /* Modal window */
    overflow: auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.fade {
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: linear;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, z-index 0s ease 0.3s;
}
.fade.in {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, z-index 0s ease 0s;
}

.modal-backdrop { /* Background for close */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.modal-backdrop.fade {
    transition: opacity 0.3s linear 0s;
    opacity: 0;
}
.modal-backdrop.in {
    z-index: 1;
    opacity: 0.5;
}

.modal .modal-dialog { /* Content */
    height: 100%;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.modal.fade .modal-dialog {
    transition: opacity 0.3s linear 0s;
    opacity: 0;
}
.modal.in .modal-dialog {
    opacity: 1;
}

.modal-back { /* Visible background */
    background-color: #000;
    opacity: 0.5;
}
.modal .modal-dialog .modal-back {
    height: 100%;
    position: fixed;
    width: 100%;
}

.request-modal { /* Content */
    position: relative;
    padding: 0 40px;
    width: 310px;
}

.wrapper-in { /* Wrapper of content */
    position: relative;
    width: 100%;
    height: 100%;
}

#modal-loading.fade.in { /* Modal window of loading */
    z-index: 3;
}

.request-modal.loading { /* Loading */
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    margin: -22px 0 0 -22px;
    background-color: #fff;
    background-image: url(/img/static/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 32px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
}

/* ############ END - MODAL WINDOWS ############ */
.main-wrapper {
    height: 100%;
    display: table;
}
.main-index {
    z-index: 2;
}
.main-content {
    height: 100%;
    display: table-row;
}
@media screen and (max-width: 768px) {
    ul.service-list li .pric { text-align: center; }
}