@font-face {
    font-family: Gilroy-Regular;
    src: url("../fonts/Gilroy-Regular.ttf");
    font-display: swap;
    font-weight: 400;
}
@font-face {
    font-family: Gilroy-Light;
    src: url("../fonts/Gilroy-Light.ttf");
    font-display: swap;
    font-weight: 300;
}
@font-face {
    font-family: Gilroy-Medium;
    src: url("../fonts/Gilroy-Medium.ttf");
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: Gilroy-Bold;
    src: url("../fonts/Gilroy-Bold.ttf");
    font-weight: 700;
    font-display: swap;
}
html, body{
    scroll-behavior: smooth;
}
body{
    padding-top: 81px;
    font-family: Gilroy-Regular;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .bold-font{
    font-family: Gilroy-Bold;
}
h1{
    font-size: 40px;
    line-height: 42px;
}
h2{
    font-size: 32px;
    line-height: 36px;
}
h3{
    font-size: 24px;
    line-height: 28px;
}
h4{
    font-size: 20px;
    line-height: 24px;
}
h5{
    font-size: 16px;
    line-height: 20px;
}
h6{
    font-size: 16px;
    line-height: 20px;
}
.medium-font{
    font-family: Gilroy-Medium;
}
.light-font{
    font-family: Gilroy-Light;
}
.pink-color{
    color: #ff44a4;
}
.white-color{
    color: #ffffff;
}
.logo{
    height: 70px;
    width: auto;
}
.navbar{
    padding: 0;
}
#header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #141414;
    border-bottom: 1px solid #141414;
}
.bg-dark{
    background: #141414 !important;
}
.btn{
    border-radius: 0;
    border: none !important;
    padding: 5px 30px;
}
.btn-pink{
    color: #ffffff;
    background: #ff44a4;
}
.btn-pink:hover{
    color: #e2e3e5;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
.btn:focus, .btn.focus {
    box-shadow: none;
}
.content-section{
    padding: 100px 0;
}
.bg-grey{
    background: #f7f7f7;
}
.pink-bg{
    background: #ff44a4;
}
.main-title{
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.top-banner-caption{
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.top-banner .video-wrapper:after{
    z-index: 5;
    background: #262626;
    height: 100%;
    width: 40%;
    left: 0;
    top: 0;
    content: ' ';
    position: absolute;
}
.top-banner{
    z-index: 1;
}
.top-bottom{
    z-index: 2;
    margin-top: -15px;
    background: #141414;
    color: #ffffff;
    padding: 30px 0;
}
.top-bottom h2{
    max-width: 290px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.2;
}
.top-bottom h3{
    padding: 20px;
    border: 3px solid #fff;
    margin-bottom: 0;
    max-width: 350px;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.3;
}
.section-title{
    font-size: 50px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.section-title:after{
    position: absolute;
    content: ' ';
    height: 5px;
    width: 100px;
    background: #ff44a4;
    bottom: 0;
    left: 0;
}
.section-title.text-center:after{
    left: 50%;
    transform: translateX(-50%);
}
#process p{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.service-img{
    width: 100%;
    padding-top: 120%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.btn.btn-outline{
    background: transparent;
    border: 1px solid #ff44a4 !important;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-outline:hover{
    background: #ff44a4;
    color: #ffffff;
}
.service-item .btn-outline{
    border-radius: 30px;
    font-size: 14px;
}
.service-item{
    padding: 15px;
    box-shadow: 0 2px 5px 1px #dddddd;
    border-radius: 5px;
    height: 100%;
}
.service-item.odd{
    margin-top: 20px;
}
.service-item h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.service-item h4{
    font-size: 15px;
    margin-top: 15px;
}
.service-item{
    font-size: 14px;
}
.service-item ul{
    padding-left: 20px;
    text-align: left;
}
.service-item ul li{
    margin-bottom: 5px;
    line-height: 1.3;
}
.logo-item-wrapper{
    width: 33.3333%;
    position: relative;
    overflow: hidden;
    background: white;
}
.partner-logo-section{
    flex-wrap: wrap;
}
.item-logo{
    width: 100%;
    position: relative;
    padding-top: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}
.item-logo:after{
    transition: all ease 0.5s;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    background: #000;
}
.logo-item-wrapper:hover .item-logo:after{
    transition: all ease 0.5s;
    opacity: 0.8;
    background: #ea4139;
}
#about h4{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
}
.about-icon-content svg{
    width: 50px;
    height: 50px;
}
.about-icon-section{
    padding: 30px 0;
}
.about-icon-content h3{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 0;
}
.about-icon-content p{
    margin-bottom: 0;
}
.about-icon-content{
    padding: 20px 0;
}
.contact-inner{
    padding: 15px 45px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f35854;
    outline: 0;
    box-shadow: none;
}
.contact-form .btn-pink{
    border-radius: 20px;
}
.main-footer{
    background: #141414;
    color: #ffffff;
    padding: 30px 0;
}
.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.footer-menu li{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 5px;
}
.main-footer h5{
    margin-bottom: 20px;
    font-size: 20px;
}
.footer-menu li a{
    color: #ffffff;
    text-decoration: none !important;
}
.footer-menu li a:hover, .footer-social a:hover{
    color: #ff44a4;
}
.footer-social{
    /*text-align: center;*/
    margin-bottom: 20px;
}
.footer-social a{
    font-size: 18px;
    color: #ffffff;
    margin-right: 20px;
    text-decoration: none !important;
}
.footer-logo{
    max-width: 100%;
    margin-bottom: 10px;
}
.logo-caption{
    max-width: 50%;
    max-height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.logo-caption.large-logo{
    max-height: 75px;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 30px;
    }
}

@media (min-width: 1400px){
    /*.container {*/
        /*max-width: 1280px;*/
    /*}*/
}

@media (max-width: 1199px){
    .main-title {
        font-size: 50px;
        line-height: 1.2;
    }
}
@media (max-width: 991px){
    .service-item.odd{
        margin-top: 0;
    }
    .main-title {
        font-size: 40px;
    }
    .top-bottom h2 {
        font-size: 30px;
    }
    .top-bottom h3{
        font-size: 25px;
    }
    .section-title {
        font-size: 40px;
    }
    #process p {
        font-size: 15px;
        line-height: 1.4;
    }
    .contact-inner {
        padding: 25px 0 0;
    }
}
@media (max-width: 767px){
    .top-banner .video-wrapper:after {
        background: #26262694;
        width: 100%;
    }
    .top-banner-caption{
        position: relative !important;
        top: 0;
        transform: none;
        color: black;
        padding: 30px 0;
    }
    .main-title {
        font-size: 30px;
    }
    .top-bottom {
        z-index: 2;
        margin-top: 0;
    }
    .top-bottom h2 {
        font-size: 26px;
        text-align: center;
        margin: 0 auto 25px;
    }
    .top-bottom h3 {
        font-size: 23px;
        text-align: center;
        margin: 0 auto;
    }
    .section-title {
        font-size: 28px;
    }

    #process .text-right, #process .text-left{
        text-align: center !important;
    }
    #process img{
        margin-bottom: 20px;
    }
    .logo {
        height: 50px;
        width: auto;
    }
    body {
        padding-top: 61px;
    }
    .content-section {
        padding: 80px 0;
    }
    .logo-item-wrapper {
        width: 50%;
    }
}
@media (max-width: 575px){
    .logo-item-wrapper {
        width: 100%;
    }
    .footer-menu li {
        font-size: 14px;
    }
    .main-footer h5{
        font-size: 17px;
    }
    .lead {
        font-size: 1.15rem;
        font-weight: 300;
    }
}