@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}

li {
    list-style: none;;
}
h1 {
    font-size: 85px;
    max-width: 982px;
    color: #fff;
    z-index: 1;
}

h1 span{
    color: #f20010;
}

h2{
    font-size: 60px;
    color: #282725;
    margin: 0;
}

h3 {
    font-size: 28px;
    color: #282725;
    margin: 15px 0;
}

p {
    font-size: 16px;
    color: #5c5d5e;
    margin: 0;
}
.container {
    max-width: 1320px;
    padding: 0 20px;
}

.sub-title i {
    padding-right: 30px;
}
.sub-title {
    color: #5c5d5e;
    font-weight: 600;
}

.navbar {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.nav-link {
    color: #fff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
    box-shadow: 0 0 0 .15rem;
    color: #fff;
    padding: 3px;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 .15rem;
}
.nav-link:focus, .nav-link:hover {
    color: #f20010;
}

.banner-sec {
    padding: 320px 0;
    z-index: 1;
}
.banner-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #00000081;
    z-index: -1;
}

.about-us {
    padding: 100px 0;
}
.about-left-img img{
    border-radius: 25px;
}

.sub-img {
    right: 0px;
    bottom: -68px;
    background-color: #fff;
    padding: 10px;
}
.services {
    padding: 80px 0;
    background-color: #F5F5F5;
}
.services h2 {
    max-width: 900px;
    margin: 0 auto;
}
.services-box {
    border-radius: 25px;
    min-height: 418px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.services-box li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.services-box li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: -16px;
    font-size: 35px;
    color: #f20010;
}
.services-box img{
    width: 100%;
    border-radius: 25px;
    padding: 20px;
    filter: brightness(11);
}
.icon-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f20010;
    margin-bottom: 10px;
    
}


.clients {
    padding: 100px 0;
}

.clients-images img{
    width: 180px;
    transition: ease-in-out all 0.5s;
}
.clients-images:hover img{
    transform: scale(1.1);
    transition: ease-in-out all 0.5s;
}
.clients-images {
    padding: 40px 20px;
    background-color: #F5F5F5;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-form {
    padding: 80px 0;
    /*background-color: #F5F5F5;*/
}
.form-control {
    padding: 15px 15px 15px 20px;
    border-radius: 25px;
}
textarea {
    resize: none;
}

.btn-primary {
    border-radius: 25px;
    padding: 15px;
    background-color: #f20010;
    border: 1px solid #ced4da;
    color: #fff;
}
.btn-primary:hover {
    border-radius: 25px;
    padding: 15px;
    background-color: transparent;
    border: 1px solid #ced4da;
    color: #282725;
}

.g-recaptcha {
    margin-bottom: 10px;
}

footer {
    padding-top: 80px;
    z-index: 1;
}

footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #0000008a;
    z-index: -1;
} 

.footer-ctn h5{
    position: relative;
}
.footer-ctn h5::after {
    content:'';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -8px;
    left: 0;
    background-color: #f20010;
    
}

.copy-right {
    background-color: #00000057;
}

/*.carousel-control-prev {*/
/*    left: -72px;*/
/*}*/
/*.carousel-control-next {*/
/*    right: -72px;*/
/*}*/


@media only screen and (max-width: 1366px) {@media only screen and (max-width: 1366px) {

    h1 {
        font-size: 58px;
        max-width: 700px;
    }
    h2 {
        font-size: 52px;
    }
    .services h2 {
        max-width: 800px;
    }
    .sub-img {
        right: 0;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }

}

@media only screen and (max-width: 992px) {
    
    h2 {
        font-size: 42px;
    }

    .navbar-collapse {
        margin-top: 15px;
    }
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
    .navbar-nav {
        padding-right: 15px;
        padding-left: 15px;
    }
    .nav-item {
        border-bottom: 1px solid #323232;
    }
    .nav-item:last-child{
        border-bottom: none;
    }
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar-brand  {
        color: #fff !important;
    }
    .nav-link {
        color: #000;
    }
    .navbar .btn {
        color: #323232;
        border-color: #323232;
        margin: 10px 15px;
        width: 93%;
    }
    .banner-sec {
        padding: 220px 0;
        z-index: 1;
    }

    .services h2 {
        max-width: 100%;
    }
    .services-box {
        min-height: 370px;
    }

}


@media only screen and (max-width: 768px) {

    h1 {
        font-size: 44px;
    }
    .banner-sec {
        padding: 200px 0;
    }

    .services-box {
        min-height: 380px;
    }

    .about-us {
        padding: 50px 0 50px;
    }
    .services {
        padding: 50px 0;
        background-color: #F5F5F5;
    }
    .clients {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 480px) {

    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 36px;
    }
    .banner-sec {
        padding: 150px 0 100px 0;
    }
    .sub-img {
        width: 60%;
        bottom: -50px;
    }
    .copy-right p{
        font-size: 14px;
    }
}