@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');

body {
    font-family: "Khula", sans-serif !important;
    background: #fff !important;
    color: #000 !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #cc3300;
}

.link:hover {
    color: #cc3300;
}

body p {
    color: #444;
}

.text-main {
    color: #cc3300 !important;
}
.fs-18{
    font-size: 1.125rem !important;
}

.fs-14{
    font-size: .875rem !important;
}
.fs-12{
    font-size: .75rem !important;
}
.fs-11 {
    font-size: .6875rem !important;
}
.fs-10 {
    font-size: .625rem !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
hr.hr1 {
    height: 2px !important;
    background: #333;
    opacity: 1;
}

.btn.btn1 {
    background: #cc3300;
    border: 1px solid #cc3300;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50px;
    width: auto;
    min-width: 160px;
    padding: 18px 24px 15px 24px;
    font-size: 1rem;
    font-weight: 500;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn.btn1 i {
    transition: all .5s ease;
}
.btn.btn1:hover i {
    transform: translateX(8px);
}

.padding {
    padding: 100px 8px;
}

.logo1 {
    width: 150px;
    transition: all .4s ease;
}


nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 20px 8px;
    transition: all .4s ease;
}

nav.navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}
nav.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
    padding: 10px 15px;
    text-align: center;
    font-weight: 800;
}

nav.navbar .navbar-nav .nav-link.active, 
nav.navbar .navbar-nav .nav-link:hover {
    color: #cc3300;
    font-weight: 900;
}
nav.navbar .btn.btn1 {
    padding: 12px 24px 8px 24px;
    min-width: 120px;
}

nav.navbar.nav-fixed {
    background: #fff;
    padding: 10px 8px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}

nav.navbar.nav-fixed .navbar-nav .nav-link {
    color: #000;
}

nav.navbar.nav-fixed .navbar-nav .nav-link.active {
    color: #cc3300;
}

.nav-fixed .logo1 {
    width: 140px;
}
nav.navbar.nav-fixed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.banner {
    height: 100vh;
    min-height: 450px;
}
.banner .jarallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .overlay {
    height: 100%;
    padding: 150px 8px 60px 8px;
    background: rgb(0 0 0 / 50%);
}

.banner.banner-about {
    min-height: auto;
    height: 350px;
}

.clients-div .img {
    padding: 10px;
    text-align: center;
}

.clients-div .img img {
    width: 140px;
    max-height: 50px;
    object-fit: contain;
    filter: grayscale(1);
    transition: all 1s ease;
}
.clients-div .img img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.choose-box {
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    transition: all .75s ease;
}

.choose-box:hover {
    background: #cc3300;
    transform: scale(.95);
}

.choose-box:hover h5, 
.choose-box:hover p {
    color: #fff;
}

.choose-box:hover i {
    color: #fff !important;
}

.positions-section .overlay {
    background: rgb(255 255 255 / 50%);
}

.positions-box {
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    transition: all .75s ease;
}

.positions-box:hover {
    /* background: #cc3300; */
    transform: scale(.95);
}

.swiper1 .swiper-pagination {
    bottom: 0px !important;
}

.swiper1 .swiper-wrapper {
    padding-bottom: 60px;
}

.swiper1 .swiper-pagination-bullet {
    width: 15px;
    height: 7px;
    background: #cc3300;
    border-radius: 20px;
    margin: 0 2px !important;
}

.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
}

.testimonials-div {
    background: #cc3300;
    padding: 60px 40px;
    border-radius: 20px;
    color: #fff;
}

.testimonials-box .img1 {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}

.swiperTestimonials .swiper-pagination-bullet{
    background: #fff;
}


.contact .choose-box:hover p a {
    color: #fff;
}

.form.form1 .form-control {
    height: 55px;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px 20px;
}

.form.form1 .form-control:focus {
    border-color: #cc3300;
}

.form.form1 .icon-box {
    position: relative;
}

.form.form1 .icon-box .form-control {
    padding-right: 40px;
}

.form.form1 .icon-box .icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #cc3300;
    color: #fff;
    width: 61px;
    height: calc(100% - 10px);
    line-height: 68px;
    border-radius: 6px;
    text-align: center;
    font-size: 1.25rem;
}

.form.form1 .form-check .form-check-input {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.form.form1 .form-check .form-check-input:checked[type=checkbox] {
    background-color: #cc3300;
}
.form.form1 .form-check label.form-check-label {
    line-height: 30px;
}

.job .form.form1 .icon-box .form-control {
    border-radius: 100px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 12%) !important;
    height: 70px;
    padding: 15px 30px;
    padding-right: 70px;
    font-size: 1.25rem;
}

.job .form.form1 .icon-box .icon {
    border-radius: 100px;
}

.job-box {
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    transition: all .75s ease;
}









/* footer-section */
.footer-section {
    background: #000;
    color: #fff;
}
.footer-section p {
    color: #fff;
}
.footer-section .padding{
    padding: 50px 8px;
}
.social a {
    margin-right: 8px;
    color: #fff;
    background: #cc3300;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    transition: all .4s ease;
    font-size: .875rem;
}

.social a:hover {
    background: #fff;
    color: black;
}

.footer-copy {
    padding: 24px 8px;
    background: #cc3300;
    color: #fff;
}
#contactForm .error{
    color: #000000;
}