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

body {
    font-family: chapaza;
}

html {
    scroll-behavior: smooth;
}

a:focus,
select:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

p {
    font-weight: 500;
}

a {
    color: #090000;
}

a:hover {
    color: #4762BF;
    text-decoration: none !important;
}

.scrl-set::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}


/* Track */

.scrl-set::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.scrl-set::-webkit-scrollbar-thumb {
    background: #d0d0d0;
}


/* Handle on hover */

.scrl-set::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #D4A12E !important;
}

.owl-nav {
    display: none !important;
}

.owl-dots {
    display: none !important;
}

.fleet-slider .owl-dots {
    display: block !important;
}

.text-dark {
    color: #090000 !important;
}

.black-box {
    position: absolute;
    top: 0;
    background-color: #fff;
    opacity: 1;
    height: 130px;
    width: 100%;
    z-index: 1001;
}

.w-90 {
    width: 90%;
}

.nav-link {
    font-size: 17px;
    color: #000 !important;
}

.nav-link:hover {
    color: #D4A12E !important;
}

.nav-item.active .nav-link {
    color: #D4A12E !important;
}

.top-item a {
    color: #000;
    font-size: 18px;
    border-radius: 5px;
}

.top-item i {
    
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.customNextBtn,
.customNextBtn2,
.customNextBtn3,
.customNextBtn4,
.customNextBtn5{
    position: relative;
    left: 0px;
    bottom: -130px;
    z-index: 2;
}

.customNextBtn6{
    position: relative;
    left: 0px;
    bottom: -50px;
    z-index: 2;
}

.customNextBtn button {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.customPrevBtn,
.customPrevBtn2,
.customPrevBtn3,
.customPrevBtn4,
.customPrevBtn5 {
    position: relative;
    right: 0px;
    bottom: -130px;
    z-index: 2;
}

.customPrevBtn6 {
    position: relative;
    right: 0px;
    bottom: -50px;
    z-index: 2;
}


.customPrevBtn button {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.btn-light {
    background-color: none;
    margin-top: 130px;
}

.social-icon i {
    color: #000;
}

.social-icon i:hover {
    color: #D4A12E !important;
}

.banner-text {
    position: absolute;
    top: 200px;
    z-index: 1
}

.banner-text .main {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
}

.banner-text p span {
    font-size: 24px;
}

.banner-box h2 {
    font-size: 16px;
    color: #E4E4E4;
}

.banner-box p {
    font-size: 12px;
    line-height: 20px;
}

.banner-box input {
    color: #000;
    background-color: #fff
}

.banner-box select {
    color: #E4E4E4;
    background-color: #908e8e
}

.banner-box input::placeholder {
    color: #000;
}

.banner-box .btn {
    background-color: #0A0A09;
    border: 1px solid #D4A12E;
    color: #D4A12E;
}

.home-about p {
    font-size: 20px;
    opacity: 0.8;
}

.home-about img {
    height: inherit;
    object-fit: cover;
}

.home-feature {
    background-image: url("../img/featurebg.jpg");
    background-size: 100% 100%;
}

.home-feature .img-ring {
    background-color: #c8c8c8;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.home-feature .ring {
    background-color: rgba(71, 98, 191, 0.7);
    border-radius: 50%;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}

.home-feature .ring h2 {
    font-size: 19px;
    opacity: 0.8;
}

.home-feature .ring p {
    opacity: 0.8;
}

.home-feature .ring:hover {
    border: 1px solid #D4A12E;
}

.home-feature .ring:hover .img-ring {
    background-color: #D4A12E;
}

.home-fleet {
    background-image: url("../img/fleetbg.jpg");
    background-size: 100% 100%;
}

.home-fleet h2 {
    color: #fff;
}

.home-fleet p {
    color: #fff;
    opacity: 0.8;
    font-size: 19px;
}

.fleet-tab.active {
    color: #D4A12E;
}

.fleet-tab {
    color: #fff;
    font-size: 18px;
}

.fleet-sub .card {
    background: transparent;
}

.fleet-sub .card h2 {
    font-size: 20px;
}

.fleet-sub .card img {
    width: 78%;
}

.fleet-sub .card:hover img {
    box-shadow: 0px -5px 100px rgba(212, 161, 46, .15)!important
}

.fleet-sub .card:hover h2 {
    color: #D4A12E;
}

.home-service {
    background-image: url("../img/servicebg.jpg");
    background-size: 100% 100%;
}

.home-service .card img {
    height: 300px;
    object-fit: cover;
}

.home-service .card {
    background: transparent;
    height: 500px;
}

.home-service .card:hover {
    background: rgba(80, 80, 79, 0.9);
}

.home-service .card:hover h3 {
    padding: 0px 20px;
    color: #D4A12E;
}

.home-service .card:hover p,
.home-service .card:hover a {
    padding: 0px 20px;
}

.home-service .card h3 {
    font-size: 20px;
}

.home-service .card p {
    opacity: 0.8
}

.home-service .card a {
    color: #D4A12E;
    font-style: italic;
}

.home-test h3{
    font-size:23px;
}

.home-contact .contact {
    background-image: url("../img/contbg.png");
    background-size: 100% 100%;
    height: 430px;
}

.home-contact .icon-ring {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.home-contact p {
    font-size: 17px;
}

.home-contact p span {
    font-size: 21px;
}

.home-contact a {
    font-size: 20px;
    color: #fff;
}

.footer p {
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer i {
    color: #fff;
}

.footer h2 {
    color: #D4A12E;
    font-size: 20px;
}

.carousel-control-prev {
    z-index: 1001;
    width: 5%;
}

.carousel-item {
    width: 100%;
}

#nav_bar {
    border: 0;
    background-color: #fff;
    border-radius: 0px;
    height: 130px;
}

.navbar-fixed {
    top: 0;
    z-index: 1002;
    position: fixed;
    width: 100%;
    display: block !important;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today {
    background: #D4A12E;
    color: white;
}

._720kb-datepicker-calendar {
    position: absolute;
    top: 0px !important;
}

._720kb-datepicker-calendar-header:nth-child(odd) {
    background: #4762BF !important;
}

.datepicker select {
    background-color: transparent !important;
}

.form-control {
    height: calc(1.0em + .75rem + 2px) !important;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none !important;
}

.about-sect h2,
.vmv-sect h2,
.chair-sect h2 {
    color: #fff;
    font-size: 40px;
}

.about-sect p,
.vmv-sect p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    opacity: 0.7;
}

.chair-sect p,
.vmv-sect p {
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    opacity: 0.7;
}

.about-sect {
    background-color: #1C1C1C;
    height: 800px;
}

.about-sect img {
    object-fit: cover;
    height: 800px;
}

.vmv-sect .card {
    background-color: #1C1C1C;
    border-radius: 0px;
    height: 370px;
}

.vmv-sect .card ul li {
    color: #fff;
    opacity: 0.7;
}

.vmv-sect .card ul li::before {
    content: "•";
    color: #4762BF !important;
}

.vmv-sect .card ul {
    list-style: none
}

.vmv-sect .card h2 {
    font-size: 30px;
}

.vmv-sect .card .round img {
    border-radius: 50%;
    background-color: #121212;
    height: 80px;
    width: 80px;
    padding: 10px;
    object-fit: none;
}

.vmv-sect {
    background-image: url("../img/vmvbg.png");
    background-size: 100%;
}



.chair-sect {
    background-image: url("../img/chairbg.jpg");
    background-size: 100%;
}

.service-sect {
    background-image: url("../img/service-bg1.jpg");
    background-size: 100%;
    padding-bottom: 200px;
}

.service-sect h2
 {
    color: #fff;
    font-size: 40px;
}

.service-sect p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    opacity: 0.8;
}

.service-card {
    background-image: url("../img/service-bg2.png");
    background-size: 100%;
}

.service-card img{
    height:300px;
    object-fit: cover;
}

.service-card .card {
    background-color: transparent;
    border: none;
}

.service-card .row {
    border-radius: 0px;
    border: 1px solid #D4A12E;
    background-color: #07090B;
}

.service-card h2,
.other-service h2 {
    color: #D4A12E;
    font-size: 23px;
}

.service-card p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.8;
}

.other-service .card{
    border-radius:0px;
    border: 1px solid #D4A12E;
    background-color: #07090B;
}

.other-service img{
    height:300px;
    object-fit: cover;
}

.fleet-sect {
    background-image: url("../img/fleet-bg.jpg");
    background-size: 100%;
}

.fleet-sect .card {
    text-align: left;
    background: transparent;
    height: unset !important;
}

.fleet-sect .card h2 {
    color: #fff;
    font-size: 20px;
    opacity: 0.8;
}

.fleet-sect .card p {
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
}

.fleet-sect .card button {
    color: #fff;
    font-size: 15px;
    background-color: #4762BF;
    border-radius: 0px;
}

.fleet-sect .card:hover h2 {
    color: #D4A12E;
}

.fleet-sect .card:hover button {
    background-color: #D4A12E;
}

.contact-sect {
    background-image: url("../img/contact-bg.png");
    background-size: 100%;
}

.contact-sect .card {
    background-color: #1C1C1C;
    border-radius: 0px;
    height: 250px;
}

.contact-sect .card:hover {
    background-color: #D4A12E;
}

.contact-sect .card:hover img {
    filter: brightness(0) invert(1);
}

.contact-sect .card h2 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.contact-sect .card p {
    color: #fff;
    font-size: 15px;
}

.contact-sect .card p a {
    color: #fff;
    font-size: 20px;
}

.contact-sect .card img {
    height: 50px;
    object-fit: contain;
}

.contact-sect h2 {
    color: #fff;
    font-size: 25px;
}

.contact-sect p {
    color: #fff;
    font-size: 18px;
}

.contact-sect input {
    border: 1px solid #D4A12E;
    background-color: #1C1C1C;
    border-radius: 5px;
}

.contact-sect textarea {
    border: 1px solid #D4A12E;
    background-color: #1C1C1C;
    border-radius: 5px;
}

.contact-sect .btn {
    background-color: #4762BF;
    border: none;
    color: #fff;
}