@font-face {
    font-family: 'Aller';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/aller/Aller_Rg.woff') format('woff');
}
@font-face {
    font-family: 'Aller Italic';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/aller/Aller_It.woff') format('woff');
}
@font-face {
    font-family: 'Aller Bold';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/aller/Aller_Bd.woff') format('woff');
}
@font-face {
    font-family: 'Aller Bold Italic';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/aller/Aller_BdIt.woff') format('woff');
}
@font-face {
    font-family: 'Aller Display';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/aller/AllerDisplay.woff') format('woff');
}
@font-face {
    font-family: 'Aller Light';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/aller/Aller_Lt.woff') format('woff');
}
@font-face {
    font-family: 'Aller Light Italic';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/aller/Aller_LtIt.woff') format('woff');
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #D43030;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    width: 8px;
    background: #fff;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
}
body{
    height: 100%;
    font-size: 18px;
    font-family: 'Aller';
    font-style: normal;
    font-weight: 100;
    line-height: 28px;
    color: #fff;
    background: #000000;
}
.no-padding{
    padding: 0 !important;
}
.width-100{
    width: 100% !important;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.vh-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-0{
    margin: 0;
}
.custom-navbar-div .navbar{
    padding: 1em 0;
    margin: 0;
    background: #131313;
    border-bottom: 1px solid #555;
}
.custom-navbar-div .navbar-collapse{
    float: right;
}
.custom-navbar-div .navbar-nav>li>a{
    color: #fff;
    padding: 10px 1em;
    background: none !important;
    font-family: 'Aller Bold';
    font-size: 20px;
}
.main-section-div{
    padding: 8em 0 0 !important;
}
.common-main-div{
    padding: 3em 1em;
}
.about-word-p{
    font-size: 38px;
    margin-bottom: 0.8em;
}
.resto-word-p{
    font-size: 55px;
    color: #D43030;
    margin-bottom: 0.8em;
    font-family: 'Aller Bold';
}
.about-desc-p{
    line-height: 32px;
    font-family: 'Aller Light';
}
.desc-main-div{
    padding: 1em 3em;
}
.common-red-div{
    background: #D43030;
}
.meet-p{
    font-size: 38px;
}
.meet-p span{
    color: #000;
}
.meet-desc-p{
    line-height: 32px;
    font-family: 'Aller Light';
    margin-top: 2em;
}
.desc-title{
    font-size: 32px;
    margin-bottom: 1.5em;
    font-family: 'Aller Bold';
}
.our-vision-div{
    background: url('../images/bg-image.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.core-main-div{
    padding: 0 1.5em;
    margin-top: 1em 
}
.core-icons{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.core-title{
    font-size: 26px;
    font-family: 'Aller Bold';
    margin: 1em auto 0.8em;
    line-height: 34px;
}
.values-main-div .core-title{
    border-bottom: 2px solid #D43030;
    display: inline-block;
    padding-bottom: 15px;
}
.core-desc{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Aller Light';
    color: #eee;
}
.common-grey-div{
    background: #171717;
}
.service-main-div{
    width: 20%;
    position: relative;
    overflow: hidden;
    /* vertical-align: bottom; */
    transition: color .3s ease-out;
    z-index: 0;
    padding-top: 30px;
    min-height: 450px;
    /* padding-bottom: 50px; */
}
.service-main-div::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 0px));
    width: 100%;
    height: 100%;
    background: #171717;
    transition: transform .25s ease-out;
}
.service-main-div:hover::before {
    transform: translateY(0);
    transition: transform .25s ease-out;
    background: #D43030;
}
.service-main-div:hover .core-icons {
    transition: 0.3s;
}
.service-main-div:hover .service-desc{
    color: #eee;
}
.service-main-div .core-icons {
    color: #ddd;
    font-size: 55px;
    transition: .8s ease;
    margin-bottom: 8px;
}
.service-main-div:hover .core-icons {
    transform: translate(0, -10px);
}
.service-title{
    font-size: 18px;
    font-family: 'Aller Bold';
    margin: 1em auto 0.8em;
    line-height: 24px;
}
.service-desc{
    font-size: 14px;
    line-height: 22px;
    color: #999;
    font-family: 'Aller Light';
}
.services-main-div{
    padding-bottom: 0;
}
.choose-desc-title{
    margin-bottom: 1em;
}
.choose-sub-title{
    font-size: 20px;
    line-height: 28px;
    color: #eee;
    text-align: center;
    margin-bottom: 1.5em;
}
.choose-main-div{
    padding: 0 1.5em;
    margin-top: 1em 
}
.hr-style{
    width: 100%;
    height: 2px;
    background: #D43030;
    border: none;
    margin: 0 0 1em;
    display: none;
}
.values-desc{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Aller Light';
    color: #eee;
    min-height: 170px;
    margin-bottom: 2em;
}
.values-main-div{
    padding-bottom: 0;
}
.values-indi-div{
    padding: 0 1.8em;
}
.contact-us-title{
    margin-bottom: 2em;
}
.footer-main-div{
    padding-bottom: 2.5em;
}
.footer-title{
    font-size: 24px;
    color: #eee;
    margin: 0.5em auto 0.4em;
}
.footer-email{
    color: #eee;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Aller Light';
    margin-bottom: 8px;
    display: inline-block;
}
.footer-ul{
    padding: 0;
}
.footer-ul li{
    display: inline-block;
    margin: 0 8px;
}
.contact-input{
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    box-shadow: none;
    width: 90%;
    height: 46px;
    outline: none;
    padding: 0;
    color: #fff;
    font-family: 'Aller Light';
    background: none;
    font-size: 18px;
}
.contact-input:focus{
    border-bottom: 1px solid #000;
}
.contact-input::placeholder{
    color: #eee;
}
.contact-input::-webkit-placeholder{
    color: #eee;
}
.contact-input::-moz-placeholder{
    color: #eee;
}
.contact-input::-ms-placeholder{
    color: #eee;
}
.contact-main-div .form-group{
    margin-bottom: 2.8em;
}
.texrarea-style{
    resize: none;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 0.5em 1em;
    border-radius: 4px;
    width: 100%;
}
.get-in-touch-btn{
    background: #fff;
    font-size: 18px;
    color: #000;
    border-radius: 30px;
    outline: none;
    width: 100%;
    padding: 15px 10px;
    display: block;
    text-align: center;
    font-family: 'Aller Bold';
}
.get-in-touch-btn:hover{
    background: #000 !important;
    color: #fff !important;
    transition: all .5s ease !important;
}
.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-family: 'Aller Light';
    padding:10px 15px; 
    margin-bottom:2em;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-family: 'Aller Light';
    padding:10px 15px; 
    margin-bottom:2em;
}
.client-logo-main-div{
    background: #fff;
    flex-direction: column;
    padding: 2em 1em;
}
.client-logo-main-div .desc-title{
    color: #000;
}
.client-logo-div{
    width: 12.5%;
}
.client-logo-div img{
    width: 70%;
}
swiper-container {
    width: 100%;
    height: 100%;
}
swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-section{
    padding: 2em 1em;
}

@media screen and (max-width: 767px){
    .logo-main-div .logo-img{
        width: 100px;
    }
    .custom-navbar-div .navbar-toggle{
        margin: 0;
        position: absolute;
        right: 0;
        top: -3em 
    }
    .custom-navbar-div .navbar-toggle .icon-bar{
        background: #fff;
    }
    .custom-navbar-div .container-fluid{
        display: block;
    }
    .custom-navbar-div .navbar-collapse{
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        background: #131313;
        top: 5.5em;
        text-align: left;
    }
    .custom-navbar-div .navbar-nav>li>a{
        font-family: 'Aller';
        font-size: 18px;
    }
    .common-main-div{
        flex-direction: column;
        padding: 1em;
    }
    .desc-main-div{
        margin-top: 2em;
        text-align: center;
        margin-bottom: 2em;
        padding: 0 15px;
    }
    .about-section-logo{
        width: 60%;
        display: none;
    }
    .about-word-p{
        font-size: 34px;
    }
    .resto-word-p{
        font-size: 44px;
    }
    .about-desc-p{
        line-height: 28px;
    }
    .meet-pic{
        width: 80%;
        margin: 1em auto;
    }
    .meet-p{
        font-size: 34px;
    }
    .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    .f-col{
        flex-direction: column;
    }
    .desc-title{
        margin-top: 1em;
        line-height: 40px;
    }
    .vision-section-logo{
        width: 90%;
    }
    .service-main-div{
        width: 100%;
        min-height: 100%;
    }
    .choose-sub-title br{
        content: ' ';
    }
    .choose-sub-title br:after{
        content: ' ';
    }
    .values-desc{
        min-height: 100%;
    }
    .values-indi-div{
        padding: 0;
    }
    .contact-main-div .form-group{
        margin-bottom: 1.2em;
    }
    .contact-us-title{
        margin-bottom: 1em;
    }
    .alert-danger{
        margin: 1em auto;
    }
    .contact-input{
        width: 100%;
    }
    .about-desc-div{
        margin-top: 0;
    }
    .client-logo-main-div{
        padding: 1.5em !important;
    }
    .client-logo-div{
        width: 33.33%;
        padding: 0 !important;
    }
    .client-logo-div img{
        width: 70%;
    }
    swiper-container{
        cursor: grab;
    }
    swiper-slide img{
        height: 120px;
        object-fit: contain;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo-main-div .logo-img{
        width: 100px;
    }
    .custom-navbar-div .navbar-nav>li>a{
        font-size: 14px;
        padding: 10px 8px;
        font-family: 'Aller';
    }
    .menu-items-main-div{
        padding-right: 0;
    }
    .desc-main-div{
        padding: 1em;
    }
    .about-section-logo{
        width: 70%;
    }
    .about-word-p{
        font-size: 36px;
    }
    .resto-word-p{
        font-size: 48px;
    }
    .meet-pic{
        width: 80%;
    }
    .vision-section-logo{
        width: 90%;
    }
    .core-desc{
        margin-bottom: 2em;
    }
    .service-main-div{
        width: 50%;
        min-height: 320px;
    }
    .service-desc{
        margin-bottom: 2em;
    }
    .choose-desc-title{
        line-height: 46px;
    }
    .choose-sub-title br{
        content: ' ';
    }
    .choose-sub-title br:after{
        content: ' ';
    }
    .values-indi-div{
        min-height: 680px;
    }
    .values-desc{
        min-height: 220px;
    }
    .client-logo-main-div{
        padding: 2em 0.8em !important;
    }
    swiper-container{
        cursor: grab;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .desc-main-div{
        padding: 1em;
    }
    .meet-pic{
        width: 60%;
    }
    .vision-section-logo{
        width: 80%;
    }
    .core-main-div{
        min-height: 340px;
    }
    .service-main-div{
        width: 33.33%;
        min-height: 390px;
    }
    .service-desc{
        margin-bottom: 2em;
    }
    .choose-sub-title{
        font-size: 19px;
        line-height: 30px;
    }
    .choose-sub-title br{
        content: ' ';
    }
    .choose-sub-title br:after{
        content: ' ';
    }
    .values-desc{
        min-height: 220px;
    }
    .custom-navbar-div .navbar-nav>li>a{
        padding: 10px 12px;
        font-size: 18px;
        font-family: 'Aller';
    }
}

@media screen and (min-width: 1025px) and (max-width: 1347px) {
    .values-desc{
        min-height: 220px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1226px) {
    .custom-navbar-div .navbar-nav>li>a{
        font-size: 18px;
        padding: 10px;
    }
}

.common-display-none-imp {
    display: none !important;
}