@font-face { font-family: century-gothic; src: url('../fonts/century-gothic.ttf'); } 
@font-face { font-family: century-gothic-bold; src: url('../fonts/century-gothic-bold.ttf'); } 

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: century-gothic;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #FFF8F8;
    color: #2B2424;
    position: relative;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 70px 0px; 
}
a , a:hover{
    color: inherit;
    text-decoration: none;
}
.link:hover{
    text-decoration: underline;
}

p{
    font-size: 18px;
    line-height: 26px;
    color: #777575;
}
.bold{
    font-family: century-gothic-bold;
}
.dark{
    color: #a8a8a8!important;
}
.theme-color{
    color: #8E0C0C!important
}

/*header*/

.header-sticky{
  background-image:url('/img/navbg.jpg');   
}
.navbar {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 6%);
}
.sticky-bar .navbar {
    padding: 0px;
}
.navbar-brand img{
    max-height: 85px;
    width: auto;
}
@media (min-width: 768px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-dark .navbar-nav .nav-item {
        margin-left: 45px;
    }
}
.navbar-dark .navbar-nav .nav-link {
    color: #2B2424!important;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active{
    color: #8E0C0C!important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
}
.navbar-toggler {
    padding: 3px 10px;
}
.navbar-dark .navbar-toggler {
    border-color: rgb(142 12 12 / 80%);
    color: rgb(142 12 12 / 80%);
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}
.navbar-nav .dropdown-menu {
    background: #FFF8F8;
    box-shadow: 0px 3px 20px #00000014;
    border-radius: 10px;
    border: none;
    min-width: 11rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF6F6;
    background-color: #8e0c0c;
}
.dropdown-item {
    padding: 0.35rem 1rem;
    font-size: 16px;
    color: #2B2424;
}


/*slider*/

.main-slider, .main-slider p{
    color: #FFF6F6;
}
.carousel-item{
     width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100vh - 240px);
}
.carousel-text{
  height: calc(100vh - 240px);
    padding: 60px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-text .upper-text{
    font-size: 20px;
}
.carousel-text h1{
       font-size: 80px;
    font-family: century-gothic-bold;
    margin: 10px 0px 15px;
}
.red-btn{
    background-color: #8E0C0C;
    border: 1px solid #8E0C0C;
    border-radius: 5px;
    color: #FFF6F6;
    font-size: 16px;
    padding: 10px 20px;
    min-width: 150px;
    transition: all ease .75s;
}
.red-btn:hover{
    background-color: #000000;
    color: #8E0C0C;
}
.border-btn{
    background-color: transparent;
    border: 1px solid #FFF6F6;
    border-radius: 5px;
    color: #FFF6F6;
    font-size: 16px;
    padding: 10px 20px;
    min-width: 150px;
    transition: all ease .75s;
}
.border-btn:hover{
    background-color: #000000;
    border-color: #000000;
    color: #2B2424;
}
.btn:focus{
    box-shadow: none;
    outline: 0;
}

/*contact div*/

.contact-div{
    background-color: #000000;
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
}
.contact-div::before{
    content: '';
    background-color: #8E0C0C;
    border-top-right-radius: 135px;
    width: 45%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.contact-div-content{
    position: relative;
    z-index: 1;
}
.contact-title{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF6F6;
}
.contact-title img{
    margin-right: 30px;
}
.contact-title h2{
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
    font-family: century-gothic-bold;
}
.contact-text{
    display: flex; 
    align-items: center;
    justify-content: space-around;
}
.contact-text span{
    font-size: 28px;
    line-height: 35px;
    font-family: century-gothic-bold;
}


/*title*/

.title-div{
    margin-bottom: 15px;
}
.title{
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 0px;
    font-family: century-gothic-bold;
}
.title-tag{
    min-width: 130px;
    min-height: 30px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #bbbbbb;
    border-left: 5px solid #8E0C0C;
    margin-bottom: 5px;
}

/*services*/

.listing{
    margin-bottom: 0px;
    padding-left: 0px;
}
.listing li{
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.listing p{
    margin-bottom: 0px;
}
.listing span.icon{
    width: 100%;
    max-width: 16px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
}

/*project*/

.card{
    background: #FFF8F8;
    box-shadow: 0px 3px 20px #00000014;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    cursor: pointer;
}
.card-img-div{
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.card-img{
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    transition: all ease .5s;
}
.card p.content{
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card p.card-title{
    color: #2B2424!important;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card:hover .card-title{
    color: #8E0C0C!important
}
.card:hover .card-img{
    transform: scale(1.1);
}

/*footer*/

.footer{
    background-color: #200808;
    color: #FFF6F6;
}
.footer p{
    font-size: 16px;
    line-height: 23px;
    color: #FFF6F6;
}
.socials li{
    list-style: none;
    display: inline-block;
    margin: 0px 8px;
}
.socials li img{
    transition: all ease .5s;
}
.socials li a:hover img{
    transform: translateY(-5px);
}
.links {
    overflow: hidden;
}
.links li {
    list-style: none;
    transition: all ease .5s;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    margin-left: -15px;
}
.links li::before {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: -3px;
}
.links li:hover {
    margin-left: 2px;
}
.footer-line{
    border-top: 1px solid #341f1f;
    background-color: #000;
    padding: 15px 0px;
}
.footer-line p{
    font-size: 15px;
    line-height: 23px;
    color: #FFF6F6;
    margin-bottom: 0px;
}


/*innerpages common class*/

.mini-title{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: century-gothic-bold;   
}

/*about*/

.about-box-bg{
    width: 100%;
    height: auto;
    background-image: url('../img/about/about-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 90px 20px 150px;
}
.about-box-bg .mini-title{
    color: #000000;
}
.about-box-bg p{
    color: #FFF6F6;
}

/*carrer*/

.form-label {
    color: #646363;
    font-size: 16px;
    margin-bottom: 0rem;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-control {
    font-size: 18px;
    color: #2B2424;
       padding: 11px 15px 6px 0px;
    border: none;
    border-bottom: 1px solid #d4d3d3;
    border-radius: 0px;
    background-color: transparent;
}
.form-control::placeholder{
    color: #2B2424;
}
.form-control:focus{
    box-shadow: none;
    outline: 0;
    border-color: #8E0C0C;
    background-color: transparent;
}
.form-control:disabled, .form-control:read-only {
    background-color: transparent;
}
.input-icon-div{
    position: relative;
}
.input-icon-div .form-control{
    padding-right: 50px;
}
.input-icon{
    position: absolute;
    right: 5px;
    top: 25px;
    cursor: pointer;
    padding: 5px 10px;
}
.form-control.error {
    border-color: #dc3545;
}
.error-msg {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 13px;
    color: #dc3545;
}

/*contact us*/

.contact-page-box{
    background-color: #000000;
    border-radius: 20px;
    overflow: hidden;
}
.contact-page-left{
    background-color: #8E0C0C;
    border-radius: 20px 63px 0px 20px;
}
.contact-page-padding{
    padding: 60px 40px;
    color: #FFF6F6;
}
.contact-page-left p{
    color: #FFF6F6;
}
.contact-page-left .big{
    font-size: 18px;
}
.contact-page-form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control::placeholder{
    color: #adadad;
}
.box-position{
    display: none;
}
.application-box{
    background-color: #000000;
    padding: 40px 20px;
    margin-bottom: 20px;

}
.slide-text-box{
   position: absolute;
    width: 100%;
    z-index: 9;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 10;
    }



/*CDL Driver Form*/
.form-box{
    border-radius: 20px;
    border: 1px solid #777575;
    background: #FFF8F8;
    width: 100%;
    padding: 10px 20px 30px;
    margin-bottom: 70px;
}
.form-title-box{
    border-radius: 10px;
    background: #8E0C0C;
    padding: 22px;
    text-align: center;
    margin-bottom: 30px;
}
.form-title-box .title-div{
    margin-bottom: 0px;
}
.form-title-box .title{
    color: #FFF8F8;
}
.cust-form .cust-gap{
    --bs-gutter-y: 30px;
    --bs-gutter-x: 20px;
}
.cust-form .form-label{
    color: #000;
    font-family: century-gothic;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.cust-form .form-control{
    border-radius: 10px;
    border: 1px solid #777575;
    background: #FFF8F8;
    color: #000;
    font-family: century-gothic;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.form-label.bold{
    font-weight: 700;
}
.radio-box{
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.cust-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cust-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cust-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFF8F8;
    border-radius: 50%;
    border: 1px solid #777575;
    margin-top: 2px;
}
.cust-radio:hover input ~ .checkmark {
    background-color: #FFF8F8;
}
.cust-radio input:checked ~ .checkmark {
    background-color: #FFF8F8;
}
.cust-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust-radio input:checked ~ .checkmark:after {
    display: block;
}
.cust-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #777575;
}
.form-label.mb-20{
    margin-bottom: 20px;
}
.radio-box.small-gap{
    gap: 20px;
}
.cust-form textarea{
    resize: none;
}
.cust-form .row.mb-30:last-child{
    margin-bottom: 0px;
}
.text-black{
    color: #000000 !important;
}
.inner-form-box{
    border-radius: 20px;
    border: 1px solid #777575;
    background: rgba(43, 36, 36, 0.05);
    padding: 30px 20px;
    margin-bottom: 30px;
}
.cust-form .inner-form-box:last-child{
    margin-bottom: 0px !important;
}
.cust-form .form-control::placeholder{
    color: #777575;
    font-family: century-gothic;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.cust-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cust-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cust-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: 1px solid #777575;
    background: #FFF8F8;
    margin-top: 5px;
}
.cust-check:hover input ~ .checkmark {
    background-color: #FFF8F8;
}
.cust-check input:checked ~ .checkmark {
    background-color: #777575;
}
.cust-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust-check input:checked ~ .checkmark:after {
    display: block;
}
.cust-check .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid #FFF8F8;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cust-form .sub-title{
    color: #000;
    font-family: century-gothic-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}
.br-bottom{
    padding-bottom: 30px;
    border-bottom: 1px solid #777575;
}
.cust-form .inner-form-box .br-bottom:last-child{
    padding-bottom: 0px;
    border-bottom: 0px;
}
.btn-plus-text{
    font-size: 24px;
    line-height: 18px;
}
.btn-add-more{
    display: inline-flex;
    padding: 14px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}
.btn-delete-text{
    display: block;
    margin-bottom: 30px;
    color: #8E0C0C;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    border: 0px;
    background-color: transparent;
    margin-top: -20px;
    z-index: 1;
    position: relative;
}
.mb-60{
    margin-bottom: 60px;
}
.line-input {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 4px;
}
.line-input::placeholder {
  color: #999;
}
.line-input.medium{
    width: 280px;
}
.cust-form p{
    color: #000000;
}
.cust-lh{
    line-height: 60px;
}