/* Google Font Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Body */
body {
    font-family: 'Roboto', sans-serif !important;
}

/* Background Color */
.bg-main {
    background-color: #010a60;
}
.bg-org {
    background-color: #f8a01c;
}

/* Text Color */
.text-org {
    color: #F4A03F;
}

/* Nav Link Color */
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #f39302 !important;
}

/* Rounded Top 4 */
.rounded-top4 {
    border-radius: 1rem 1rem 0 0;
}

/* Button */
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f8a01c !important;
    --bs-btn-border-color: #f8a01c !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f39302 !important;
    --bs-btn-hover-border-color: #f39302 !important;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f39302 !important;
    --bs-btn-active-border-color: #f39302 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f8a01c !important;
    --bs-btn-disabled-border-color: #f8a01c !important;
}

/* Header Content */
header .container .row .content h1 {
    font-size: 66px;
}
header .content-services .content .row .col-6 p {
    font-size: 16px;
}
header .content-services .content .row .col-6 .bg-white {
    height: 140px;
}
header.border-bottom {
    border-color: rgb(236, 239, 241) !important;
}
header nav .offcanvas .offcanvas-header img {
    height: 100px !important;
}
.section1 .main_title::before {
    width: 50%;
    left: 25%;
}
.main_title {
    position: relative;
}
.main_title::before {
    content: '';
    position: absolute;
    background-color: #010a60;
    width: 20%;
    height: 3px;
    bottom: -5px;
    left: 40%;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-toggler {
    border-width: 2px !important;
    border-color: #010a60 !important;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("../img/toggler-icon.png");
}
.offcanvas-header {
    height: 120px;
}

/* Carousel Css*/
.head_banner .carousel-control-next {
    right: 86% !important;
}
.head_banner .carousel-control-next, .head_banner .carousel-control-prev {
    justify-content: start !important;
    align-items: end !important;
    bottom: 65px !important;
    width: 5.5% !important;
    top: auto !important;
    height: 9% !important;
}
.head_banner .carousel-indicators [data-bs-target] {
    background-color: #f39302 !important;
    margin-right: 9px !important;
    margin-left: 9px !important;
    width: 40px !important;
    height: 6px !important;
} 
.head_banner .carousel-indicators {
    bottom: -22px !important;
}

/* Section 3 */
.section3 .row .icofont {
    font-size: 66px;
}

/* Team Section */
.team_section .social_icons a {
    font-size: 14px;
    border: 2px solid #f39302;
    color: #f39302;
    text-decoration: none;
    background-color: #fff;
    padding: 2px 6px;
    margin-right: 10px;
    border-radius: 50px;
}

/* Footer CSS*/
footer a:hover {
    color: #f39302 !important;
}
footer a {
    color: #ccc4c4;
}
.social_icons a {
    font-size: 20px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    margin-right: 8px;
    border-radius: 6px;
}
.social_icons a:hover {
    background-color: #f39302;
    border: 2px solid #f39302;
    transition: 0.6s;
    color: #fff !important;
}
footer .border-top a.brand:hover {
    color: #f39302 !important;
}
.help_support a:hover {
    color: #F4A03F !important;
}

/* Contact Us */
.contact-us span.border-bottom {
    border-color: #f39302 !important;
    border-width: 2px !important;
}


/* Media Css */
@media only screen and (min-width: 1189px) {
    header .head .row .order-1 {
        order: 2!important;
    }
    header .head .row .order-2 {
        order: 1!important;
    }
    header .container .row .col-lg-6 img {
        height: 576px;
    }
    header .container .content-about .row .col-lg-6 img {
        height: 438px !important;
    }
    header .container .content-services .row .col-lg-6 img {
        height: 486px !important;
    }
}
@media only screen and (max-width: 1189px) {
    header .head .row .col-lg-6.pe-0 {
        padding-left: 6px;
    }
    header .container .row .content {
        width: 100% !important;
    }
    header .container .row .col-lg-6 img {
        height: 576px;
    }
}
@media only screen and (min-width: 992px) {
    header nav .offcanvas.offcanvas-end {
        background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    }
    header .head .row .order-1 {
        order: 2!important;
    }
    header .head .row .order-2 {
        order: 1!important;
    }
}
@media only screen and (max-width: 992px) {
    header .head .row .order-1 {
        order: 2!important;
    }
    header .head .row .order-2 {
        order: 1!important;
    }
}
@media only screen and (max-width: 991px) {
    header .head .row .order-1 {
        order: 1!important;
    }
    header .head .row .order-2 {
        order: 2!important;
    }
    header .container .row .content {
        text-align: center;
        padding: 0 1rem 0 1rem;
        margin: 14px 0px 26px 0px;
    }
    header .offcanvas.offcanvas-end {
        background-color: #fff !important;
        padding: 6px 0px 6px 9px;
    }
    header .container .row .col-lg-6 img {
        height: 340px;
    }
    header .head .row .col-lg-6.pe-0 {
        padding-left: 0px;
        text-align: center;
        margin-top: 6px;
    }
    footer .border-top .col-lg-6.text-end {
        text-align: left !important;
        margin-top: 6px;
    }
    header nav .offcanvas .navbar-nav.ms-auto {
        margin: 0px 20px !important;
    }
    header .container .row .content h1 {
        font-size: 29px;
    }
}