.project-slider-img{
    height: 350px !important;
    object-fit:cover;
}
.counter-div{
    background-image:url("../imgs/slider-1-2.jpg");
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 98px 0px 110px 0px;
    margin: 60px 0;
}
.contact-form{
    margin: 50px 30px;
    border: 1px solid;
    padding: 30px;
    border-radius: 15px;
}
.contact-form label{
    margin: 15px 0;
}
.contact-form button{
    margin-top:30px;
    padding: 5px 43px;
    background-color: #0a70a9;
}
.page-padding{
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 90vh;
}
#center-div {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    -webkit-box-shadow:0 0 50px blue;
    -moz-box-shadow: 0 0 50px blue;
    box-shadow: 0 0 50px #026faa;
    text-align: center;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

#center-div div {
    font-size: 60px;
    background-color: rgb(255 255 255);
    display: inline-block;
    color: rgb(174, 215, 241);
    border: 2px solid rgb(255 255 255);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-animation-name: inner-center-div;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: inner-center-div;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes inner-center-div {
    0% {transform: scale(1.0);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1.0);}
}


@keyframes inner-center-div {
    0% {transform: scale(1.0);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1.0);}
}

#center-div div p {
    line-height: 50px;
    margin-top: 25%;
    font-family: 'Lobster', cursive;
}
.loader-holder{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}
#center-div>div{
    position:relative;

}
#center-div>div>img{
    margin: auto;
    position: absolute;
    right: 5px;
    bottom: calc(50% - 50px);
    width: calc(100% - 10px);
}
@media(max-width: 992px){
    .slider-ls-bg{
        object-fit:contain;
    }
}
.gray_page{
    padding: 30px 0;
    background-color: #f8f8f8
}
.pading-top-60{
    margin-top: 60px;
}
.award_img{
    height: 400px;

}
.trigger{
      text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    max-width: 500px;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
.show-mobile{
    display: none;
}
.show-modal {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
@media screen and (max-width: 767px){
    
     #ls-global .ls-wrapper > p{
        font-size: 20px !important;
        padding-top: 30px !important;
        line-height: 26px !important;
        padding-bottom: 53px !important;
        white-space: initial;
        /* background: red; */
     }
    #ls-global .ls-wrapper > .slide_p{
       padding-top: 65px !important;
    }
    .show-mobile{
        display: block;
    }
    .rtel-project-gallery6 .rtin-project-layout6 img{
        object-fit:cover;
    }
}

.lazyload {
    background: #ccc url(https://placehold.it/160x80&text=loading...) 50% 50% no-repeat;
  }
.countries-ul{
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 1000000;
}
.countries-ul li{
    display: inline-block;
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    font-weight: bolder;
}
.address_link{
    font-weight: bolder;
}