@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fjalla+One&display=swap');





:root {

    --primary-color: #eeb336;

    --secondary-color: #1b1b1b;

}



body {

    font-family: 'Archivo', sans-serif;

}

.navbar-brand{
    width: 260px;
}

/* Hero */

.hero-card {

    height: 100vh;

    position: relative;

}



.hero-card::after {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0.5);

}



.hero-img {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}



.hero-img img {

    height: 100%;

    min-width: 100%;

}



.hero-content {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 99;

}



.hero-content .container,

.hero-content .row {

    height: 100%;

}



.hero-content-col {

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-end;

}



.banner-subheading {

    font-size: 20px;

    font-family: 'Fjalla One', sans-serif;

    color: #fff;

    margin-bottom: 0.5rem;

    margin-top: 5rem;
    
    border-bottom:1px solid #fff;

}



.banner-headding {

    font-size: 54px;

    color: #eac908;

    font-family: 'Fjalla One', sans-serif;

    text-shadow: 0px 0px 1px #000;

    text-align: end;

    line-height: 1.3;

    text-transform: uppercase;

}



/* Navbar */

.navbar {

    width: 100%;

    position: fixed;

    background-color: #fff;

    z-index: 999999;

}


.nav-item {

    /*border-right: 2px solid #868686;*/

     /*padding: 0px 15px; */
     
     margin-right:0rem;

}



.nav-item {

    padding: 6px 12px;
    
    border-bottom: 2px solid transparent;

}

.nav-item:hover{
    
    border-bottom: 2px solid #eeb336;
}


.nav-item a {

    padding: 0px;

    font-size: 11px;

    text-transform: uppercase;
    
    color:#000;

}



.nav-item.active {

    border-color: var(--primary-color);

}



.nav-item.active a {

    color: var(--primary-color);

    font-weight: 700;

}



.nav-bg {

    background-color: #fff;

}



.swiper-banner-container {

    padding-top: 66px;
    text-align:end;

}



/* About */

.about {

    padding: 50px 0px;

    text-align: right;

    background-color: #fff;

}



.section-head {

    font-weight: 700;

    text-transform: uppercase;

    font-size: 35px;
    
    text-align:left;

}



.sub-head {

    color: var(--primary-color);

    margin: 20px 0;

    text-align:left;
}



.about .card {

    border: 0px;

    /*padding: 20px;*/

}



.about .card-text {

    color: #868686;

}

.about .card-body p{
    
    text-align:left;
    
}

.about .shadow {
    box-shadow: 0 .5rem 1rem rgb(8 135 130 / 14%) !important;
}



.call-icon {

    background-color: var(--primary-color);
    
    padding: 20px;
    
    border-radius: 50px;
    
    color: #fff;

}



.call-section h5 a {

    font-size: 25px;

    font-weight: 800;

    color: var(--secondary-color);

    text-decoration: none;

}



.call-section p {

    margin-bottom: 0px;

    margin-top: 5px;

}



.about .btn {

    display: block;

    padding: 15px;

    float: left;

    /*transform: skewY(-5deg);*/

    border-radius: 0px !important;
    
    background:  #eeb336;
    
    border:1px solid  #eeb336;
    
    color:#fff;

}

.about .btn:hover{
    
    background:  #eeb436;
    
    border:1px solid  #eeb436;
}



/* Services */

.services {

    height: 650px;

    position: relative;

    background-color: #F1f1f1;

}



.services-bg {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}



.services-bg img {

    height: 320px;

    width: 100%;

    object-fit: cover;

}



.services-content {

    position: absolute;

    top: 50px;

    left: 0;

    right: 0;

    bottom: 0;

}



.services-content-header {

    color: #fff;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    row-gap: 5px;

    margin-bottom: 1.5rem;

}



.services-content-header span {

    font-weight: 300;

    color: var(--primary-color);

}



.services-content-header h2 {

    font-weight: 600;
    
    color:#000;

}



.service-card {

    background-color: #fff;

}



.service-card img {

    height: 201px !important;

    width: 100%;
    
    border-radius:0 0 30px 30px;

}



.service-card-content {

    padding: 1.5rem;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    text-align: start;

    row-gap: 0.25rem;

}



.service-card-content h6 {

    font-weight: 700;

    font-size: 1.15rem;

    text-transform: uppercase;

}



.service-card-content p {

    font-size: 15px;

    font-weight: 500;

}



/* Book */

.book {

    padding: 50px 0px;

}



.book p {

    color: var(--primary-color);

}



.book h3 {

    font-weight: 700;

    text-transform: uppercase;

    font-size: 35px;

}



.book input,

.book select,

.book textarea {

    border: 0px;

    border-bottom: 1.5px solid #333;

    transition-duration: 0.3s;

    border-radius: 0px;

}



.book input:hover,

.book select:hover,

.book textarea:hover {

    border-bottom: 2px solid var(--primary-color);

}



.book input:hover::placeholder,

.book textarea:hover,

.book select:hover option {

    color: var(--primary-color);

}



.howItWorks {

    content: "";

    background-image: url("../images/how-it-works.jpg");

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    padding: 50px 0px;

    color: #dcdcdc;

    text-align: center;

}



.howItWorks h3 {

    margin-bottom: 30px;

    text-transform: uppercase;

    font-weight: 800;
    
    font-size:20px;

}



/* Feedback */

.feedback .swiper {

    padding: 1rem 0;

}



.feedback-card {

    padding: 2rem 1.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 220px;
    border-radius: 20px;

}



.feedback-header {

    display: flex;

    flex-direction: column;

    row-gap: 0.5rem;

    margin-bottom: 1rem;

}



.feedback-header p {

    margin-bottom: 0 !important;

    color: var(--primary-color);

    text-transform: uppercase;

}



.feedback-header h2 {

    font-weight: 700;

}



.feedback-card p {

    font-size: 15px;

    text-align: start;

    color: #868583;

}



.feedback-card-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.feedback-info-container {

    display: flex;

    /*align-items: center;*/

    gap: 1rem;

    /*margin-top: 1rem;*/

}



.user-img img {

    height: 50px !important;

    width: 50px !important;

}



.feedbac-info h5 {

    font-size: 1rem;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 3px;

}



.feedbac-info p {

    margin-bottom: 0 !important;

    font-weight: 500;

    color: var(--primary-color);

}



.quote img {

    height: 40px !important;

}



/* Footer */

.footer {

    margin-top: 5rem;

    background-color: #1b1b1b;

    padding: 6rem 0 0 0;

    position: relative;

}



.footer-logo img {

    width: 230px !important;

    /*filter: invert(100%);*/
    
    background: #fff;
    
    padding: 10px;

}


.footer-col-container {

    display: flex;

    justify-content: center;

}



.footer-col {

    display: flex;

    flex-direction: column;

    row-gap: 1.5rem;

    align-items: flex-start;

}



.footer-col p {

    color: #95908e;

    font-weight: 300;

    font-size: 15px;

}



.footer-col h6 {

    font-size: 1.15rem;

    font-weight: 600;

    color: #fff;

    text-transform: uppercase;

    position: relative;

}



.footer-col h6::after {

    position: absolute;

    content: '';

    left: 0;

    bottom: -16px;

    width: 35%;

    height: 2px;

    border-radius: 10px;

    background-color: var(--primary-color);

}



.useful-links li,

.useful-links {

    list-style: none;

    padding: 0;

    margin: 0;

}



.useful-links {

    display: flex;

    flex-direction: column;

    row-gap: 1.5rem;

    margin-top: 1rem;

}



.useful-links li a {

    display: flex;

    align-items: center;

    gap: 10px;

    text-decoration: none;

    color: #95908e;

    font-size: 15px;

    font-weight: 500;

}



.contact-info-container {

    color: #fff;

    text-decoration: none;

}



.contact-info-card {

    display: flex;

    align-items: flex-start;

    gap: 1rem;

}



.contact-info-icon {

    height: 35px;

    width: 35px;

    background-color: var(--primary-color);

    display: flex;

    justify-content: center;

    align-items: center;

}



.contact-info-icon i {

    color: #fff;

}



.contact-footer-info {

    margin-top: -3px;

    width: 100%;

}



.contact-footer-info>* {

    margin-bottom: 0 !important;

}



.contact-footer-info h5 {

    font-weight: 500;

    font-size: 1rem;

    margin-bottom: 2px !important;

    color: #fff;

}



.footer-bottom-box {

    margin-top: 3em;

    padding: 0.5rem;

    text-align: center;

    background-color: var(--primary-color);

}



.footer-bottom-box p {

    margin-bottom: 0 !important;

    font-weight: 500;

}



.footer-bar {

    position: absolute;

    top: -50px;

    left: 0;

    right: 0;

}



.footer-bar-container {

    height: 100px;

    /* background-image: url('../images/pattern.png'); */

    /* background-size: cover; */

    /* background-position: center; */

    /* background-repeat: repeat; */

    background-color: #303030;
    
    border-radius: 20px 0 20px 0;

}



.footer-bar-container .row {

    height: 100%;

}



.footer-bar-container p {

    margin-bottom: 0 !important;

    color: #fff;

    font-size: 15px;

    font-weight: 300;

}



.footer-bar-col {

    display: flex;

    align-items: center;

    justify-content: center;

}



.footer-bar-content {

    display: flex;

    align-items: flex-start;

    gap: 1rem;

}



.footer-bar-content .contact-info-icon {

    border-radius: 100%;

}



.footer-bar-info {

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    text-align: end;

}



.footer-bar-info h6 {

    color: #868583;

    font-weight: 300;

    font-size: 15px;

    margin-bottom: 3px !important;

}



.footer-bar-middle {

    width: 100%;

    height: 100px;

    position: relative;

    background: var(--primary-color);

    display: flex;

    align-items: center;

    justify-content: center;

}



/*.footer-bar-middle::after {*/

/*    content: "";*/

/*    position: absolute;*/

/*    left: 0;*/

/*    bottom: 0;*/

/*    width: 0;*/

/*    height: 0;*/

/*    border-left: 50px solid #303030;*/

/*    border-top: 50px solid transparent;*/

/*    border-bottom: 50px solid transparent;*/

/*}*/



/*.footer-bar-middle::before {*/

/*    content: "";*/

/*    position: absolute;*/

/*    right: -50px;*/

/*    bottom: 0;*/

/*    width: 0;*/

/*    height: 0;*/

/*    border-left: 50px solid var(--primary-color);*/

/*    border-top: 50px solid transparent;*/

/*    border-bottom: 50px solid transparent;*/

/*}*/



.footer-bar-middle h6,

.footer-bar-middle p {

    color: #222;

}



.footer-bar-middle .contact-info-icon {

    background-color: #222;

}



.footer-bar-middle .contact-info-icon i {

    color: var(--primary-color);

}



/* Drop Down */

.dropdown .nav-item {

    border: none;

}



.dropdown-menu {

    margin-top: 8px;

    border-radius: 0;

}



.dropdown-menu .nav-item a {

    padding: 4px 0;

}



.nested-dropdown .dropdown-item {

    padding: 8px 16px !important;

}



.dropdown-menu .dropdown-toggle::after {

    vertical-align: middle;

    border-left: 4px solid;

    border-bottom: 4px solid transparent;

    border-top: 4px solid transparent;

}



.dropdown-menu .dropdown .dropdown-menu {

    left: 100%;

    top: 0%;

    margin: 0 20px;

    border-width: 0;

}



.dropdown-menu .dropdown .dropdown-menu.left {

    right: 100%;

    left: auto;

}



.dropdown-menu>li a:hover,

.dropdown-menu>li.show {

    background: var(--primary-color);

    color: #222;

}



.dropdown-menu>li.show>a {

    color: #222;

}



@media (min-width: 768px) {

    .dropdown-menu .dropdown .dropdown-menu {

        margin: 0;

        border-width: 1px;

    }

}

@media (max-width: 768px) {

    .navbar-brand{
    width: 170px;
}

}



/* Contact Us Page */

.contact-header {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

}



.contact-header .primary-title {

    font-size: 2.5rem;

    font-weight: 600;

}



.contact-info {

    background-color: var(--primary-color);

    padding: 2rem;

    color: #222;

}



.contact-info h4 {

    font-size: 1.75rem;

    font-weight: 700;

}



.contact-info p {

    color: #222 !important;

    margin-top: 8px;

    font-size: 17px !important;

    font-weight: 500;

}



.contact-info-content {

    display: flex;

    flex-direction: column;

    row-gap: 2.5rem;

    margin-top: 3rem;

}



.contact-info-content a {

    display: flex;

    align-items: center;

    color: #222;

    gap: 1rem;

    font-size: 17px;

    text-decoration: none;

    font-weight: 500;

}



.contact-info-content a i {

    font-size: 1.7rem;

}



.contact-social {

    margin-top: 3rem;

    display: flex;

    align-items: center;

    gap: 2rem;

}



.contact-social a {

    color: #222;

    font-size: 1.5rem;

}



.contact-us-form-container {

    padding: 0 2rem 0 0.5rem;

}



.contact-us-form-container h4 {

    margin-bottom: 1.5rem !important;

    font-family: 'Teko', sans-serif;

    font-size: 2rem;

    font-weight: 600;

    color: var(--primary);

}



.contact-us-form input {

    padding: 13px 1rem;

    border: 1px solid var(--primary);

    border-radius: 0;

}



.contact-us-form textarea {

    padding: 13px 1rem;

    border: 1px solid var(--primary);

    border-radius: 0;

}



.contact-us {

    position: relative;

    margin-top: 4.5rem;

}



.contact-us::after {

    position: absolute;

    content: '';

    top: -2.5rem;

    bottom: -2.5rem;

    right: 15px;

    left: 350px;

    background-color: #E5E7E9;

    z-index: -1;

}



.map {

    margin: 6rem 0 3rem 0;

}



/* Service Page */

.services-page-content-header {

    display: flex;

    justify-content: center;

    margin-bottom: 2rem;

}



.services-page-content-header h2 {

    font-weight: 700;

}



.service-page-card {

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}



.service-page-card img {

    height: 100%;

    width: 100%;

    object-fit: cover;

}



.book-now-modal {

    /*z-index: 99999999999;*/

    z-index: 9999!important;

}



/* Service Inner Page */

.service-inner-content {

    display: flex;

    flex-direction: column;

    row-gap: 0.5rem;

}



.service-inner-content h2 {

    font-weight: 700;

}



.service-inner-content p {

    color: #858683;

    margin-bottom: 0 !important;

}

.star-retting{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    padding-left:0px;
}
.star-retting li{
    list-style-type:none;
    margin-right:5px;
}
.star-retting li .fa-solid{
    color:#FFDF00;
}
.service-inner-img img {

    max-height: 300px;

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.mission-card{
    padding: 15px;
    height: 100%;
    border: none;
    box-shadow: 2px 2px 10px #dd375142;
}

.social{
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 999999;
}
.social .contact-info-icon{
    margin-bottom: 10px;
    transition-duration: 0.3s;
}
.odbs-num,.odbs-num:hover{
color:#95908e;
text-decoration: none;
}
.pt4 {
    padding-top: 25px;
}

/*.usp-section{*/
/*    margin-top:20px;*/
/*}*/

.usp-section .card{
    display: flex;
    flex-direction: row;
    padding: 40px;
    align-items: center;
    height: 100%;
    /*border-color: #111;*/
    background-color: var(--primary-color);
}
.usp-section .card i{
    font-size:25px;
    margin-right: 10px;
    color: #fff;
}

.usp-section .card span{
    color:#fff;
}

.our-blogs {
    margin-bottom: 7rem !important;
}

.faq .accordion-button {
    font-weight: 500;
}

.blog-inner-container img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin: 8rem 0 2rem 0;
}

.blog-inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-inner-container h1,
.blog-inner-container h6 {
    font-weight: 700;
}

.blog-inner-container h1 {
    font-size: 2.5rem;
}

.blog-inner-container h6 {
    font-size: 1.25rem;
}

.blog-inner-container p {
    color: #858683;
}

.blog-inner-container picture {
    width: 100%;
}

.usp-section {
    /*background-color: #ffa617;*/
    padding: 2rem 50px;
    position: relative;
    width: 100%;
    /*bottom: -103px;*/
    z-index: 1;
    /*left: 10%;*/
    border-radius: 10px;
}
.call-section p, .call-section h5{
    text-align: left ;
    margin-left:10px;
}
.about-experience {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 40%;
    background: #1aa8bc;
    border-radius: 50px;
    padding: 10px 30px 10px 10px;
    color: var(--color-white);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.about-experience-icon {
    color: var(--color-white);
    font-size: 45px;
    width: 70px;
    height: 70px;
    line-height: 63px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 50px;
}

.about-experience-icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.hero-content .banner-form{
    margin-top:60px !important;
}

p.dscf7captcha img{
    width:10%;
}

.banner-form .card-body{
    padding:2rem;
}

.banner-form p{
    margin-bottom: 0.5rem;
    font-size:0.7rem;
}

.form-control, .form-select{
    font-size:0.7rem;
}
.howItWorks .sub-head{
    text-align: center;
}

.work-sec {
    background: #343434;
    padding: 70px 25px 0;
    margin-top: -60px;
    border-radius: 25px;
}

.howItWorks img{
    z-index:9;
}

.useful-links .contact-info-icon {

    height: 45px;
    
    width: 55px;
    
    background-color: var(--primary-color);
    
    display: flex;
    
    justify-content: center;
    
    align-items: center;
    
    border-radius: 50px;
    

}

.primary-btn {
    border-radius: 20px 0px !important;
    color:#fff;
}

.callbtn {
    position: fixed;
    bottom: 54px;
    left: 38px;
    border-radius: 50px;
    padding: 20px 25px;
    font-size: 20px;
    z-index: 9;
    box-shadow: 1px 4px 3px #737373;
    background: #eeb336;
    border: 1px solid #eeb336;
    color:#fff;
}


button.btn.btn-warning.w-100.mt-3 {
    background: #eeb336;
    border: 1px solid #eeb336;
    color: #fff;
    text-transform: uppercase;
}

.no-web{
    display:none;
}

.social-media-icon-group{
    display:flex;
    flex-direction:row;
    
}

.social-media-icon-group .socialmediabtn{
    color:#fff;
    text-decoration:none;
    margin-right:10px;
}
.social-media-icon-group .socialmediabtn:hover{
    color:#eee;
}

.form-btn{
    justify-content: center;
}
.form-btn-contact{
    text-align: center;
}








