:root {
    --primary: #7FE9DE;
    --secondary: #f2f3f8;
    --light: #ffffff;
    --dark: #1a1919;
}
body {
    font-family: 'poppins', sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--secondary);
    /*color: #fff;*/
}
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background-color: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--dark);
    border-radius: 10px;
}

/* Handle on hover */

p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 24px;
}
a {
    text-decoration: none!important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0px;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 3px;
}

ul.social-icons li:last-child {
    margin-right: 0px;
}

ul.social-icons li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background-color: #eee;
    color: #121212;
    font-size: 18px;
    text-align: center;
    transition: all .3s;
}

ul.social-icons li a:hover {
    background-color: var(--primary);
    color: #fff;
}

.filled-button {
    background-color: var(--primary);
    border:1px solid var(--primary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
}

.filled-button:hover {
    background-color: #121212;
    color: #fff;
}

.section-heading {
    text-align: left;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.section-heading h2 {
    font-size: 28px;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 15px;
    margin-top: 15px;
}
.terms-container{
    margin: 50px 0px;
}
.terms-heading {
    margin-bottom: 50px;
    text-align: center;
    font-size: 22px;
}



.page-heading {
    padding: 210px 0px 130px 0px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-heading .text-content h4 {
    color: var(--dark);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-heading .text-content h2 {
    color: var(--secondary);
    font-size: 62px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#preloader {
    overflow: hidden;
    background: var(--secondary);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    color: var(--primary);
}
.card-body-custom{
    flex: 1 1 auto;
    padding: 1.25rem 0.1rem;
    background: var(--primary);
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

#preloader .jumper > div {
    background-color: var(--primary);
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* Header Style */
header {
    position: static;
    z-index: 99999;
    width: 100%;
    height: 0;
    background-color:var(--dark);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
    padding:15px 0px;
    background-color: var(--primary);
}
.background-header {
    top: 0;
    position: fixed;
    background-color: var(--dark)!important;
    color:var(--primary);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
    color: var(--primary)!important;
}

.background-header .navbar-nav a.nav-link {
    color: var(--primary)!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
    color: var(--primary)!important;
}
.navbar .navbar-brand {
    float: 	left;
    margin-top: -12px;
    outline: none;
}
.navbar .navbar-brand img {
    width: 50px;
    height: auto;
}

#navbarResponsive {
    z-index: 999;
}
.navbar-collapse {
    text-align: center;
}
.navbar .navbar-nav .nav-item {
    margin: 0px 15px;
}
.navbar-toggler {
    background-color: white !important;
}
.navbar .navbar-nav a.nav-link {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--dark);
    transition: all 0.5s;
    /* margin-top: 5px; */
    font-size: 1rem;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
    color: var(--dark);
    /* padding-bottom: 25px; */
    /* border-bottom: 3px solid var(--primary); */
}
.navbar .navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler {
    height: 36px;
    outline: none;
    border-radius: 0px;
    position: absolute;
    right: 30px;
    top: 20px;
}
.navbar .navbar-toggler-icon:after {
    content: '\f0c9';
    color:var(--primary);
    font-size: 18px;
    line-height: 26px;
    font-family: 'FontAwesome';
}



/* Banner Style */

/* .banner {
    position: relative;
    text-align: center;
    padding-top: 80px;
} */
.banner {
    position: relative;
    text-align: center;
    padding-top: 65px;
}

.banner .banner-item {
    max-height: 600px;
}

.banner .text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.banner .text-content h4 {
    color: var(--primary);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner .text-content h2 {
    color: #fff;
    font-size: 62px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
    border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}



/* Latest Produtcs */

.latest-services {
    margin-top: 100px;
}

.latest-services .section-heading a {
    float: right;
    margin-top: -35px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
}

.service-item {
    border: 1px solid #eee;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.service-item:hover {
    box-shadow: rgba(52, 142, 232, 1) 0px 2px 8px 0px;
}
.service-item .down-content {
    padding: 30px;
    position: relative;
}

.service-item img {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.service-item .down-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 20px;
}

.service-item .down-content h6 {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 18px;
    color: #121212;
}

.service-item .down-content p {
    margin-bottom: 20px;
}

.service-item .down-content ul li {
    display: inline-block;
}

.service-item .down-content ul li i {
    color: var(--primary);
    font-size: 14px;
}

.service-item .down-content span {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 13px;
    color: var(--primary);
    font-weight: 500;
}




/* Best Features */

.about-features {
    margin-top: 150px!important;
}


.about-features .container .row {
    padding-bottom: 0px!important;
    border-bottom: none!important;
}

.best-features {
    margin-top: 50px;
}

.best-features .container .row {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
}

.best-features img {
    width: 100%;
    overflow: hidden;
}

.best-features h4 {
    font-size: 17px;
    color: var(--dark);
    margin-bottom: 20px;
}

.best-features ul.featured-list li {
    display: block;
    margin-bottom: 10px;
}

.best-features p {
    margin-bottom: 25px;
}

.best-features ul.featured-list li a {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 300;
    transition: all .3s;
    position: relative;
    padding-left: 13px;
}

.best-features ul.featured-list li a:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #4a4a4a;
    position: absolute;
    left: 0;
    transition: all .3s;
    top: 8px;
}

.best-features ul.featured-list li a:hover {
    color: var(--primary);
}

.best-features ul.featured-list li a:hover::before {
    background-color: var(--primary);
}

.best-features .filled-button {
    margin-top: 20px;
}





/* Call To Action */

.call-to-action .inner-content {
    margin-top: 60px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.call-to-action .inner-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 15px;
}

.call-to-action .inner-content em {
    font-style: normal;
    font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
    text-align: right;
}

.call-to-action .inner-content .filled-button {
    margin-top: 12px;
}




/* Footer */

footer {
    text-align: center;
    /*position: fixed;*/
    width: 100%;
    min-height: 130px;
    left: 0;
    right: 0;
    bottom: 0;
}

footer .inner-content {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding: 35px 0;
}

footer .inner-content p {
    text-transform: uppercase;
}

footer .inner-content p a {
    color: #1a6692;
    margin-left: 3px;
}


/* service Page */

/* .service-container {
    margin-top: 100px;
} */
.about-container-content {
    margin: 100px 0px;
}
.services .filters {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.services .filters li {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 0px 10px;
    transition: all .3s;
    cursor: pointer;
}

.services .filters ul li.active,
.services .filters ul li:hover {
    color: #1a6692;
}

.services ul.pages {
    margin-top: 30px;
    text-align: center;
}

.services ul.pages li {
    display: inline-block;
    margin: 0px 2px;
}

.services ul.pages li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 42px;
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 700;
    color: #eee;
    transition: all .3s;
}
.services ul.pages li a:hover,
.services ul.pages li.active a {
    background-color: #1a6692;
    border-color: #1a6692;
    color: #fff;
}



/* Team Members */

.team-members {
    margin-top: 100px;
}

.team-member {
    border: 1px solid #eee;
    margin-bottom: 30px;
    background-color: var(--dark);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.team-member:hover{
    box-shadow: rgba(52, 142, 232, 1) 0px 2px 8px 0px;
}
.team-member img {
    width: 100%;
    overflow: hidden;
}

.team-member .down-content {
    padding: 30px;
    text-align: center;
}

.team-member .thumb-container {
    position: relative;
}

.team-member .thumb-container .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
    background-color: #fff;
    color: var(--primary);
}

.team-member:hover .hover-effect {
    visibility: visible;
    opacity: 1;
}

.team-member .down-content h4 {
    font-size: 17px;
    color: #ffff;
    margin-bottom: 8px;
}

.team-member .down-content span {
    display: block;
    font-size: 13px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 20px;
}
/* Services */

.services .service-item {
    text-align: center;
}

.services .service-item .icon {
    background-color: #f7f7f7;
    padding: 40px;
}

.services .service-item .icon i {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    background-color: var(--primary);
    color: #fff;
    font-size: 32px;
}

.services .service-item .down-content {
    background-color: #fff;
    padding: 40px 30px;
}

.services .service-item .down-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 20px;
}

.services .service-item .down-content p {
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




/* Clients */

.happy-clients {
    margin-top: 100px;
    margin-bottom: 40px;
}

.happy-clients .client-item img {
    max-width: 100%;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
}

.happy-clients .client-item img:hover {
    opacity: 0.8;
}




/* Find Us */

.find-us {
    margin-top: 100px;
}

.find-us p {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.find-us h4 {
    font-size: 17px;
    color: var(--dark);
    margin-bottom: 20px;
}

.find-us .left-content {
    margin-left: 30px;
}



/* Send Message */

.send-message {
    margin-top: 100px;
}
.contact-container{
    background-color: var(--dark);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 10px;
}
.contact-form input {
    font-size: 14px;
    width: 100%;
    height: 44px;
    display: inline-block;
    line-height: 42px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-form textarea {
    border-radius: 5px;
}
.contact-form input:focus {
    box-shadow: none;
    border: 1px solid #eee;
}

.contact-form textarea {
    font-size: 14px;
    width: 100%;
    min-width: 100%;
    min-height: 120px;
    height: 120px;
    max-height: 180px;
    border: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 30px;
}

.contact-form textarea:focus {
    box-shadow: none;
    border: 1px solid #eee;
}

.contact-form button.filled-button {
    background-color: #CD9C46;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
}

.contact-form button.filled-button:hover {
    background-color: var(--primary);
    color: var(--dark);
}

.accordion {
    margin-left: 30px;
}

.accordion a {
    cursor: pointer;
    font-size: 17px;
    color: #1a6692!important;
    margin-bottom: 20px;
    transition: all .3s;
}

.accordion a:hover {
    color: #000!important;
}

.accordion a.active {
    color: #000!important;
}

.accordion li .content {
    display: none;
    margin-top: 10px;
}

.accordion li:first-child {
    border-top: 1px solid #eee;
}

.accordion li {
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
}

/* Responsive Style */
@media (max-width: 768px) {
    .banner .text-content {
        width: 90%;
        margin-left: 5%;
    }
    .banner .text-content h4 {
        font-size: 22px;
    }

    .banner .text-content h2 {
        font-size: 36px;
        letter-spacing: 0.5px;
    }
    .banner-item-01,
    .banner-item-02,
    .banner-item-03 {
        padding: 180px 0px;
    }
    .page-heading .text-content h4 {
        font-size: 22px;
    }

    .page-heading .text-content h2 {
        font-size: 36px;
        letter-spacing: 0.5px;
    }
    .latest-services .section-heading a {
        float: none;
        margin-top: 0px;
        display: block;
        margin-bottom: 20px;
    }
    .service-item .down-content h4 {
        margin-bottom: 20px!important;
    }
    .service-item .down-content h6 {
        position: absolute!important;
        top: 30px!important;
        right: 30px!important;
    }
    .service-item .down-content span {
        position: absolute!important;
        right: 30px!important;
        bottom: 30px!important;
    }
    .best-features .left-content {
        margin-bottom: 30px;
    }
    .call-to-action .inner-content {
        text-align: center;
    }
    .call-to-action .inner-content .filled-button {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .about-features img {
        margin-bottom: 30px;
    }
    .service-item {
        margin-bottom: 60px;
    }
    .find-us #map {
        margin-bottom: 30px;
    }
    .find-us .left-content {
        margin-left: 0px;
    }
    .send-message .accordion {
        margin-top: 30px;
        margin-left: 0px;
    }
}

@media (max-width: 992px) {
    .navbar .navbar-brand {
        position: absolute;
        left: 30px;
        top: 32px;
    }
    .navbar .navbar-brand {
        width: auto;
    }
    .navbar:after {
        display: none;
    }
    #navbarResponsive {
        z-index: 99999;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    }
    .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #eee;
    }
    .navbar .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    .navbar .navbar-nav a.nav-link {
        padding: 15px 0px;
        color: #1e1e1e!important;
    }
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .active>.nav-link,
    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link.show,
    .navbar .navbar-nav .show>.nav-link {
        color: #fff!important;
        border-bottom: none!important;
        padding-bottom: 15px;
    }
    .service-item .down-content h4 {
        margin-bottom: 10px;
    }
    .service-item .down-content h6 {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
    }
    .service-item .down-content span {
        position: relative;
        right: 0;
        bottom: 0;
    }
}
.about-container{
    
}
/*@media (min-width: 1200px){*/
/*	.container {*/
/*		max-width: 1350px;*/
/*	}*/
/*}*/
.service-select{
    color: var(--primary);
    height: calc(3.25rem + 2px);
    font-size: 1rem;
    border: 1px solid var(--primary);
}
.filled-btn{
    padding: 10px 12px 10px 12px;
    font-size: 1.22rem;
}
.filter-label{
    color:#1a6692;
    padding-top: 10px;
}
.text-type {
    color: white;
    background-color: #CD9C46;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    font-size: 12px;
}

.service-show img{
    width: 100%;
    height: auto;
}
.order-table th:nth-child(2){
    text-align: left;
    padding-left: 35px;
}

.right-image{
    padding-bottom: 40px;
}


@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}
.table-responsive{
    color: #1a6692;
    text-align: center;
}
.table-responsive .h5{
    text-align: left;
}
.table-responsive-hight{
    height: 400px;
}
.service-show img{
    max-width: 100%;
    display: block;
    height: auto;
}
.service-title-text{
    color: #1a6692;
}
.service-description-text{
    font-size: 1.1rem;
    margin-top: 1rem;
}
.category-text{
    font-size: 1rem;
}
.shadow-text{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}
.shadow-text-type{
    background-color: var(--dark);
}
.btn-link .fa{
    color: #1a6692;
}
.cart .fa:hover{
    color: #77e9dd;
}
.cart-section{
    position: fixed;
    width: 100%;
    min-height: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-top: 1px solid white;
    z-index: 3;
    padding: 30px 0;
}
.service-type-section {
    overflow: hidden;
    position: relative;
    height: 1px;
    transition:  all .5s ;
    transform:translateY(100%);
}
.service-card:hover .service-type-section{
    overflow: visible;
    height: 20px;
    transform: translateY(0);
}
.servcice-img{
    width: 100%;
}
.type-position {
    position: absolute;
    bottom: 180px;
    left: 0;
    width: 100%;
}
.about-img-sec{
    width: 100%;
}
.radial-01 {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: red;
    padding-top: 40px;
    border-radius: 100%;
    margin: 40px;
}
  .radial-01 p {
      position: absolute;
      left: -25px;
      bottom: -55px;
      z-index: 50;
      width: 150px;
  }
  .radial-01 .radial-01-number {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: #fff;
      border-radius: 100%;
      padding-top: 41px;
      z-index: 20;
  }
  .radial-01 .radial-01-number {
    font-size: 30px;
    padding-top: 32px;
  }
  .radial-01 .radial-01-number .radial-01-syb {
    font-size: 20px;
  }
  .radial-01 > span.radial-01-border-r:before {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #ccc;
    border-radius: 100%;
    z-index: 5;
  }
  .radial-01 > span.radial-01-border-r:after {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #008cba;
    border-radius: 100%;
    z-index: 10;
    clip: rect(0px,120px,120px,60px);
  }
  .radial-01 > span.radial-01-border-l:before {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #ccc;
    border-radius: 100%;
    z-index: 5;
  }
  .radial-three-quarters > span.radial-01-border-l:after {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #008cba;
    border-radius: 100%;
    z-index: 10;
    clip: rect(60px,120px,120px,0px);
  }
  
  .radial-whole > span.radial-01-border-l:after {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #008cba;
    border-radius: 100%;
    z-index: 10;
    clip: rect(0px,120px,120px,0px);
  }
  
  .radial-ninty > span.radial-01-border-l:after {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #008cba;
    border-radius: 100%;
    z-index: 10;
    clip: rect(60px,120px,120px,0px);
    transform: rotate(60deg);
  }
  @import url(https://fonts.googleapis.co/css?family=montserrat:600,400,300);


.circle-one {
  position: relative;
  width: 114px;
  height: 114px;
  margin: 30px auto 25px auto;
}

.circle-one svg {
  width: 114px;
  height: 114px;
}

.circle-one .bg {
    fill: none;
    stroke-width: 10px;
    stroke: #E7E7E7;
}

.circle-one .progress {
    fill: none;
    stroke-width: 10px;
    stroke: #CD9C46;
    stroke-linecap: round;
    stroke-dasharray: 326.56;
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: big 1.5s ease-in-out;
}

.circle-one .text {
    position: absolute;
    width: 100%;
    top: 48px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 22px;
    color: var(--dark);
}

.circle-two {
    position: relative;
    width: 114px;
    height: 114px;
    margin: 30px auto 25px auto;
  }
  
  .circle-two svg {
    width: 114px;
    height: 114px;
  }
  
  .circle-two .bg {
      fill: none;
      stroke-width: 10px;
      stroke: #E7E7E7;
  }
  
  .circle-two .progress {
    fill: none;
    stroke-width: 10px;
    stroke: #CD9C46;
    stroke-linecap: round;
    stroke-dasharray: 326.56;
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: big 1.5s ease-in-out;
}
  
  .circle-two .text {
      position: absolute;
      width: 100%;
      top: 48px;
      font-size: 24px;
      text-align: center;
      font-weight: 600;
      line-height: 22px;
      color: var(--dark);
  }





@keyframes big {
  from {
    stroke-dashoffset: 326.56;
  }
  to {
    stroke-dashoffset: 60;
  }
}

@keyframes one {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 80;
  }
}

@keyframes two {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 140;
  }
}

@keyframes appear {
	0%, 50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.about-sec-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 35px 0px;
    color: var(--dark);
}
ul li p{
    color: var(--dark);
}
.about-container{
    color: #fff;
}
.services-icons {
    width: 50px;
    height: 50px;
    margin-bottom: 40px;
}
.about-third-section{
    border-left: 1px solid rgb(203, 203, 203);
    color: var(--dark);
}
.about-third-section ul {
    padding-left: 50px;
    list-style: none;
}
.about-third-section ul li:first-child {
    margin-top: 0;
}
.about-third-section ul li h4 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}
.about-section-icons{
    font-size: 50px;
    color: #f35a38;
    margin-bottom: 25px;
}
.about-third-section ul li {
    margin-top: 50px;
}
.why-choose-us-section {
    background-color: var(--light);
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 750px;
    }
}
@media (max-width: 800px){
    header .navbar {
        padding:45px 0px;
    }
    .position-custom{
        position: relative!important;
    }
}
.cart-view{
    background-color: #1a6692;
    color: white;
}
.service-show{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.down-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #CD9C46;
}




#order_container, .checkbox_questions {
    position: relative;
}
#bottom-order {
    padding: 15px 25px 10px;
    position: fixed;
    width: 100%;
    background-color: #f8f8f8;
    left: 0;
    bottom: 0;
    border-top: 1px solid #d9e1e6;
    z-index: 3;
}
figure {
    margin: 0 0 1rem;
}
.add_top_60 {
     margin-left: 80px;
    width:18rem;
}
.add_top_30 {
    margin-top: 30px;
}
.btn_2, a.btn_2 {
    background: #ededed;
    padding: 10px 20px;
    color: #222;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}
.question_title {
    text-align: left;
    margin-bottom: 15px;
}
.question_title h3 {
    font-size: 2.25rem;
    margin: 45px 0 0;
    color: #333;
}
.group_items {
    margin-bottom: 30px;
}
.item, .item label {
    position: relative;
}
.item input[type=checkbox]:not(old), .item input[type=radio]:not(old) {
    visibility: hidden;
}
.item label {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 30px;
    min-height: 150px;
    margin-bottom: 0;
    -webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .3s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .3s cubic-bezier(.77,0,.175,1);
    -o-transition: all .3s cubic-bezier(.77,0,.175,1);
    transition: all .3s cubic-bezier(.77,0,.175,1);
    border: 1px solid #d9e1e6;
    font-size: .9375rem;
    color: #777;
    cursor: pointer;
    margin-top: 10px;
}
.box_general, .item label {
    -webkit-border-radius: 5px;
    background-color: #fff;
}
.item, .item label {
    position: relative;
}
.item label {
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 30px;
    min-height: 150px;
    margin-bottom: 0;
    -webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .3s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .3s cubic-bezier(.77,0,.175,1);
    -o-transition: all .3s cubic-bezier(.77,0,.175,1);
    transition: all .3s cubic-bezier(.77,0,.175,1);
    border: 1px solid #d9e1e6;
    font-size: .9375rem;
    color: #777;
    cursor: pointer;
}
.item label .item_price {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.125rem;
}
.item label strong {
    display: block;
    font-size: 1.125rem;
    color: #333;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.item label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
/*.item input[type=checkbox]:not(old):checked+label:before, .item input[type=checkbox]:not(old):checked+span+label:before, .item input[type=radio]:not(old):checked+label:before, .item input[type=radio]:not(old):checked+span+label:before {*/
/*    font-family: fontello;*/
/*    content: "✓";*/
/*    position: absolute;*/
/*    left: -13px;*/
/*    top: 26px;*/
/*    font-size: 1.75rem;*/
/*    color:  var(--primary);*/
/*    z-index: 2;*/
/*    background-color: #fff;*/
/*    width: 28px;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    line-height: 1;*/
/*    border: 1px solid #fff;*/
/*}*/

/*.item input[type=checkbox]:not(old):checked+label, .item input[type=checkbox]:not(old):checked+span+label, .item input[type=radio]:not(old):checked+label, .item input[type=radio]:not(old):checked+span+label {*/
/*    display: block;*/
/*    border: 1px solid  var(--primary);*/
/*    -webkit-box-shadow: 0 2px 40px #e0e5f0;*/
/*    -moz-box-shadow: 0 2px 40px #e0e5f0;*/
/*    box-shadow: 0 2px 40px #e0e5f0;*/
/*}*/
.item-border{
    border: 1px solid  var(--primary)!important;
}
.position-custom {
    position: fixed;
}
.item label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
button.forward, button.submit {
    padding: 10px 30px 10px 20px;
}
button.backward, button.forward, button.submit {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    min-width: 110px;
    text-align: center;
    background:  var(--primary);
    position: relative;
    font-size: .9375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px;
}
#price_total {
    line-height: 1;
    float: left;
    margin-top: 5px;
}
#price_total h3 {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1.75rem;
    padding: 0;
    color: #ccc;
    font-weight: 700;
}
#price_total label {
    font-size: 1.625rem;
    font-weight: 700;
}
.item label .item_thumb{
    display: block;
    float: right;
    width: 120px;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0 0 0 25px;
}
.item label .item_thumb img {
    width: 150px;
    height: auto;
}
.custom-row {
    margin-top: 100px!important;
}

.background-video {
    position: relative;
    width: 100%;
    height:650px; /* Adjust the height as needed */
    overflow: hidden;
  }
  
  .background-video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
}
  
.background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
/* #bg-video {
    position: relative;
    top: 420px;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    animation: zoomOut 20s linear infinite;
} */
  .main_nav_header_section.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background: var(--main-color) !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .6s;
    transition: .6s;
}
.animated-text {
    font-size: 62px;
    position: relative;
    text-align: center;
    color: hsl(0, 0%, 100%);
    bottom: 350px;
}
.service-img-item {
    width: 100%;
    padding: 20px;
    min-height: 200px;
    max-height: 200px;
}

.service-card {
    border-radius: 0px;
    border: 1px solid #40404624;
    position: relative;
    min-height: 400px;
    background-color: #eafffdb0;
}
.view-all-btn {
    background-color: var(--primary);
    padding: 8px 32px;
    font-size: 15px;
}
.view-all-btn:hover{
    background-color: #17a2b8;
}

.service-card::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    width: 0;
    height: 0;
    transition: all .8s ease;
}
.service-card::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    transition: all .8s ease;
}
.service-card:hover::after,.service-card:hover::before{
    border-color: #CD9C46;
    width: 100%;
    height: 100%;
}
.service-card-content {
    padding-left: 20px;
    margin-top: 45px;
    color: var(--dark);
}

.service-card-content-title {
    padding-bottom: 15px;
}
.service-card-content-des {
    margin-bottom: 30px;
    color: var(--dark);
}
.services-section-main-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
}
.filter-btn {
    border: none;
    padding: 10px 15px;
    background: #CD9C46;
    color: var(--dark);
}
.filter-btn:hover{
    background-color: var(--primary);
    color: var(--dark);
}
.basic-outdoor-sec{

}
.service-event-conten::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    width: 0;
    height: 0;
    transition: all .8s ease;
}
.service-event-conten::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    transition: all .8s ease;
}
.service-event-conten:hover::after,.service-event-conten:hover::before{
    border-color: #CD9C46;
    width: 100%;
    height: 100%;
}
.service-type-devider{
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.service-type-sec {
    padding: 0px 20px;
}
.service-type-devider:hover{
    height: 10px;
    background-color: red;
}

.why-choose-us-first-sec {
    margin: 120px 0px;
}
.why-choose-us-heading {
    color: var(--dark);
    line-height: 10px;
}
strong.client-number{
    font-size: 30px;
    color: #f35a38;
    border-bottom: 1px solid #f35a38;
}
.why-choose-us-des {
    color: var(--dark);
    margin: 20px 0px;
}
.why-choose-us-second-des{
    color: var(--dark);
}
.why-choose-us-first-sec ul {
    margin-top: 15px;
}
.why-choose-us-first-sec ul li {
    color: var(--dark);
    margin-top: 0px;
}
.why-choose-img{
    width: 100%;
}
.what-we-do-main-title-sec{
    text-align: center;
}
.what-we-do-first-title {
    color: #f35a38;
    margin-top: 100px;
    margin-bottom: 18px;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 600;
}
.what-we-do-second-title h4 {
    line-height: 30px;
    font-size: 32px;
    margin-top: 13px;
}
.book-now-button-sec {
    margin: 30px 0px;
}
.book-now-buton {
    text-align: center;
    color: var(--dark);
    background-color: #CD9C46;
    padding: 10px 20px;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.what-we-do-icons {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.what-we-do-second-title {
    margin-bottom: 55px;
}
.book-now-buton:hover{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--dark);
}
.what-we-do-fisrt-icons{
    font-size: 30px;

}
.what-we-do-fisrt-icons {
    font-size: 55px;
    color: #FDA9B4;
    margin-bottom: 30px;
}
.what-we-do-content-des {
    font-size: 15px;
    color: #7c7474;
    margin: 30px 0px;
}
.what-we-do-content-sec {
    box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 37px;
    border-radius: 8px;
}
.what-do-we-container{
    margin: 60px 0px;
}
.faq-section {
    background-color: var(--light);
}
.faq-img {
    width: 100%;
}
.faq-body{
    background-color: #FFF6BF !important;
}
.btn-link{
    text-decoration: none !important;
}
/* .faq-content-area .card .card-header h2 {
    padding: 20px;
}
.faq-content-area .card .card-header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    padding-right: 45px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 0;
    border: 1px solid #e7e7e7;
} */
.btn-link:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}
.services {
    background-color: var(--light);
}
.faq-content-area .card-header {
    background-color: #CD9C46 !important;
}
.btn-link {
    color: #000 !important;
}
.review-main-heading{
    text-align: center;
    margin: 20px 0px;
}
.top-services {
    background-color: var(--light);
    padding-top: 80px;
}
.service-container-section{
    background-color: var(--light);
}
.top-service-btn {
    color: var(--dark);
    font-size: 15px;
    padding: 8px 18px;
    background-color: #CD9C46;
    margin: 0px 30px;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.top-service-btn:focus, .top-service-btn:hover {
    color: var(--dark);
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.top-service-name {
    color: var(--dark);
    text-align: center;
    margin: 20px 0px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.top-service-type {
    color: var(--dark);
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
}
.top-service-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.media-section {
    background-color: var(--light);
    padding: 80px 0px;
}
.media-section-main-heading{
    text-align: center;
    margin: 30px 0px;
}
.media-section-main-title{
    font-size: 14px;
    color: #ffaf01;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.media-section-sub-title{
    font-size: 30px;
    color: var(--dark);
    font-weight: 700;
}
.media-content-section {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.media-content-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}
.media-content-date {
    text-align: center;
    letter-spacing: 2px;
    color: #CD9C46;
    font-size: 15px;
    text-transform: uppercase;
}
.all-media-sec{
    text-align: center;
    margin-top: 50px;
}
.all-media-btn{
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.all-media-btn:hover{
    color: #fff;
}
.footer-section {
    background-color: var(--light);
}
.footer-top-container{
    margin-top: 30px;
}
.footer-title {
    font-size: 22px;
    color: var(--dark);
    margin: 20px 0px;
    font-weight: 400;
}
.footer-about-des {
    padding-right: 40px;
    font-size: 14px;
    color: var(--dark);
    letter-spacing: 0px;
    font-weight: 400;
}
.about-sec-des {
    margin-bottom: 26px;
    font-size: 22px;
    color: #080808;
}
.footer-service-list ul li a{
    font-size: 14px;
    color: var(--dark);
}
.footer-service-list ul li{
    margin: 15px 0px;
}
.footer-service-list ul li a:hover{
    color: var(--dark);
}
.footer-address-label {
    color: var(--dark);
    font-weight: 500;
    font-size: 15px;
}
.footer-address-value {
    font-size: 14px;
    color: var(--dark);
    margin: 10px 0px;
}
.footer-end-sec{
    padding: 50px 0px;
}
.footer-logo-sec{
    width: 100%;
}
.footer-logo-icon {
    width: 50px;
    height: auto;
}
.footer-btn {
    border: none;
    height: 38px;
    width: 55px;
    background: var(--primary);
}
.btn-icon {
    padding: 7px 6px 12px 5px;
    font-size: 17px;
    color: var(--dark);
    border: none;
    text-align: center;
}
.devider-footer-sec{
    border-top: 1px solid var(--dark) !important;
}
.copy-right-text{
    color: var(--dark);
}
.copy-right-text a{
    color: #ff7411;
}
.copy-right-text a:hover{
    color: #ff7411;
}
.banner-book-now-btn {
    padding: 12px 30px;
    font-size: 19px;
    font-weight: 600;
    background-color: #CD9C46;
    color: #fff;
    border-radius: 5px;
    position: relative;
    bottom: 300px;
}
.banner-book-now-btn:hover{
    color: var(--dark);
    background-color: var(--primary);
}
.banner-container{
    margin-bottom: -106px;
}

@media (max-width: 992px) {
    .animated-text {
        font-size: 50px;
        bottom: 310px;
    }
    .banner-book-now-btn{
        bottom: 270px;
    }
}

@media (max-width: 890px) {
    .animated-text {
        font-size: 35px;
        bottom: 300px;
    }
    .banner-book-now-btn{
        bottom: 260px;
    }
}
@media (max-width: 571px) {
    .animated-text {
        font-size: 28px;
        position: relative;
        text-align: center;
        color: #fff;
        bottom: 300px;
    }
    .banner-book-now-btn{

        bottom: 250px;
    }
}
header .navbar {
    padding: 10px 0px !important;
}


