:root {

    --bgSecondary: #FEAE40;

    --white: #ffffff;

    --textDark: #000;

    --bgPrimary: #4e4892;

    --textDark2: #707070;

    --bgColorMain: #18478e;

}

body {

    background-color: #f2f2f2;

}

.btn_border {
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #18478E;
}
.section_04,
.section_07{
    background-color: var(--bgPrimary);
}
.navbar-toggler-icon {
    width: 50px;
    background-image: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.container-custom {

    padding: 0 15px;

    max-width: 1900px;

    width: 100%;

    margin: 0 auto;

}

.bg-primary {

    background-color: var(--bgPrimary) !important;

}

body {

    font-family: "Rajdhani", sans-serif;

    font-weight: 400;

    font-style: normal;

}



.sub-heading {
    font-size: 65px;
    font-family: "Barlow", sans-serif;
    color: var(--textDark2);
    font-weight: 400;
}

.banner_withText {
    position: relative;

}

.banner_text {
    
}

.banner_withText a {
    background-color: var(--bgSecondary);
    color: #fff;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 20px !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    max-height: 150px;
    min-width: 215px;
    justify-content: center;
}



.banner_withText .banner_buttons {
    display: grid;
    justify-content: center;
    gap: 25px;
}
.main-banner h3{
font-weight: bold;
color: #fff;
text-align: left;
}
.main-banner h3{
color: var(--bgSecondary);
text-transform: uppercase;
margin-bottom: 25px;
}
.main-banner ul{
padding-left: 0;
margin: 0;
}
.main-banner ul li {
    list-style-type: square;
    font-size: 20px;
    color: #fff;
    text-align: left;
    list-style-position: inside;
    text-transform: capitalize;
}
.main-banner ul li::marker{
    color: var(--bgSecondary);
}
.btn-primary {

    background-color: var(--bgSecondary);

    border-color: var(--bgSecondary);

    font-weight: bold;

    font-size: 26px;

    padding: 10px 25px;

    border-radius: 17px;

}
.bottom-img-home img{
    width: 100%;
    max-width: 1100px;
}


nav a {

    font-size: 26px !important;

    font-weight: 500 !important;

    color: var(--textDark);

}

nav .navbar-nav li {

    margin-left: 15px;

}

.section-wrapper {

    padding: 50px 0;

}

.faq h2,
.faq p,
.faq .accordion-button {
    color: var(--white);
}

.faq .accordion-button::after {
    filter: invert(1);
}

.section-title {

    font-size: 40px;

    font-weight: bold;

    margin-bottom: 10px;

}

.subtitle {

    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: normal;

}

p {

    font-size: 20px;

    font-weight: 400;

    line-height: normal;

    margin-bottom: 20px;

}

.sub-heading3 {
    font-size: 55px;
    line-height: 66px;
    color: var(--textDark2);
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}

ul.list-design1 {
    padding-left: 5rem;
    margin-top: 70px;
}

ul.list-design1 li {
    font-size: 34px;
    color: var(--textDark2);
    list-style: none;
    padding-left: 45px;
    position: relative;
    font-family: "Barlow", sans-serif;
}

ul.list-design1 li::before {
    content: '';
    width: 21px;
    height: 21px;
    background-color: var(--bgColorMain);
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;

}

form label {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

form input[type="text"],
form input[type="email"],
body select.form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #707070;
}

form input::placeholder {
    font-size: 22px;
}

/*Home Page*/



/*mainBanner*/

.main-banner {

    padding: 0px 0;

}

.main-banner h1 {

    font-size: 40px;

    color: var(--white);

    text-align: center;

    font-weight: 400;

}

.main-banner p {

    font-size: 28px;
    line-height: normal;
    color: var(--white);

}

.mobile-conv+section h2,
.mobile-conv+section p {
    color: var(--white);
}

.opp-knoxx {
    background-color: var(--white);
}

/**/





/*Footer*/

footer {

    background-color: var(--bgColorMain);

    padding: 150px 0;

    color: #fff;

}

.copyright {

    font-size: 22px;

    line-height: 23px;

    font-weight: bold;

    color: #fff;

    margin: 30px 0;

}

footer input[type="submit"] {

    color: #fff;

    background-color: #CF1F2A;

    font-size: 19px;

    padding: 10px 15px;

    border-radius: 5px;

    border: none;

}

.footerlinks ul {

    display: flex;

    flex-direction: row;

    padding: 0;

    margin: 0;

    gap: 15px 45px;
    flex-wrap: wrap;

}

.footerlinks ul li {

    list-style: none;

}

.footerlinks ul li a {

    color: #fff;

    font-size: 22px;

    line-height: 23px;

    font-weight: bold;

    text-decoration: none;

}

.footer-title {

    font-size: 33px;

    line-height: 33px;

    font-weight: bold;

}

.accordion-button,
.accordion-item {

    background-color: transparent;

}

.accordion-button {

    font-size: 24px;

    color: #000;

    font-weight: 500;

    padding-left: 0;

    padding-right: 0;

}

.accordion-item {

    border: 2px solid #b9bfc9;

}

.accordion-button:not(.collapsed) {

    background-color: transparent;

}

.button-primary {
    background-color: var(--bgColorMain);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    padding: 13px 24px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.f-gap-y-2 {

    column-gap: 20px;

}

.custom-row {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

}

.threebox a {

    border: 12px solid var(--bgColorMain);

    border-radius: 44px;

    font-size: 50px;

    background-color: #fff;

    font-weight: bold;

    color: #000;

    padding: 17px 50px;

    text-decoration: none;

    text-align: center;

    line-height: 49px;

    display: inline-block;

    max-width: 500px;



    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);



    display: none;

}

.threebox .custom-col-4 {

    position: relative;

}

.btn-group-custom {
    display: flex;
    gap: 25px;
}

/*Request Form*/



.request-form {

    border: 25px solid #FEAE40;

    border-radius: 121px;

    padding: 50px 100px;

}

.request-form h3 {

    font-weight: bold;

    font-size: 26px;

    margin-bottom: 0;

    margin-top: 30px;

}

.form-check {
    line-height: 30px;
    margin-bottom: 10px;
}

.mobile-conv {
    background-color: #fff;
}
video{
    max-width: 1000px;
}
@media only screen and (max-width: 991px) {
    .navbar-brand img {
        max-width: 50px;
    }
    video{
        max-width: 100%;
    }
    .main-banner p{
        font-size: 18px;
    }
    .main-banner p{
        font-size: 18px;
    }
    .main-banner ul li{
        font-size: 16px;
    }
    .navbar-toggler {
        padding: 0;
        border: none;
    }

    .main-banner img {
        max-width: 100%;
    }

    .main-banner {
        padding: 25px 0;
    }

    .main-banner h1 {
        font-size: 35px;
        margin-top: 45px;
    }



    .section-wrapper {
        padding: 60px 0;
    }

    .section-title {
        font-size: 30px;
    }

    .btn-group-custom {
        display: inline-block;
    }


}

@media only screen and (max-width: 767px) {
    .custom-row {
        grid-template-columns: 1fr;
    }
.banner_withText .banner_buttons{
flex-direction: column;
}
.banner_withText .banner_buttons{
    display: flex;
    padding: 15px;
}
.section_04 img{ 
    width: 100%;
 }
.banner_withText a{
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px !important;
    height: auto;
    min-width: 100%;
}
.banner_text{
    position: relative;
}
.banner_withText a:nth-child(1),
.banner_withText a:nth-child(3),
.banner_withText a:nth-child(2){
    margin-top: 0px;
}
    .footerlinks ul {
        gap: 15px 45px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .copyright {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .footer-col-1 {
        order: 2;
    }

    footer {
        padding: 65px 0;
        text-align: center;
    }

    .button-primary {
        font-size: 28px;
        padding: 9px 45px;
    }

    .btn-primary {
        font-size: 28px;
        padding: 9px 45px;
    }

    .btn-group-custom {
        text-align: center;
        margin-top: 20px;
    }

    .btn-group-custom a {
        margin-bottom: 45px;
        padding: 9px 45px;
    }

    .opp-knoxx {
        text-align: center;
    }

    .opp-knoxx .section-title {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .opp-knoxx {
        padding: 130px 0;
    }

    .opp-knoxx img {
        padding: 0 30px;
    }

    .bottom-img-home img {
        padding: 30px;
        width: 100%;
    }

    .accordion-button {
        font-size: 21px;
    }

    .footer-col-2 {
        margin-bottom: 60px;
    }

    .form-group {}

    .form-group input {
        width: 100%;
        border: none;
        border-radius: 0;
        height: 68px;
        margin-top: 30px;
    }

    footer input[type="submit"] {
        font-size: 25px;
        border-radius: 17px;
        padding: 10px 30px;
        width: auto;
        height: auto;
    }

    .footer-col-3 {
        margin-bottom: 90px;
    }

    .faq {
        padding-top: 150px;
    }

    .bottom-img-home {
        margin-bottom: 100px !important;
    }

    .mobile-conv img {
        padding: 0 30px;
        margin-bottom: 40px;

    }

    .mobile-conv p {
        padding: 0 30px;
    }

    .mobile-conv {
        padding-bottom: 100px;
    }

    .request-form {
        border: 10px solid #FEAE40;
        border-radius: 50px;
        padding: 50px 20px;
    }
}