
.row>* {
    
    flex-shrink: unset;
}
* {
    padding: 0;
    right: 0;
    left: 0;
}

/* ======= General ======= */
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: var(--color-default);
    background: rgb(243, 241, 241);
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: #00b6a1;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


/* ======== Scroll to Top ======== */
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    margin-left: 10px;
    bottom: -15px;
    z-index: 99999;
    background: gold;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    font-size: bold;
    color: #000;
    line-height: 0;
}

.scroll-top:hover {
    background: rgb(247, 223, 91);
    color: #000;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}


/* ======== Topbar ======== */
.topbar {
    background: gold;
    height: 30px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

@media (max-width: 575px) {

    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}

.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

.topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}


/* ========== Navbar ========== */
.navbar {
    z-index: 997;
    transition: all 0.5s;
    padding: 16px 0;
    background: transparent;
    /* box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1); */
}

.navbar .navbar-brand {
    font-size: 20px;
}

.navbar.navbar-scrolled {
    background: #fff !important;
    padding: 15px 0 !important;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1) !important;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
    padding: 10px 0 10px 30px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #636262;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 1px;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
}

.nav-link:hover {
    color: #000;
}


/* ========= Home Section ========= */
.home h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    /* line-height: 1.2; */
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.home h2 span {
    font-weight: 300;
    color: #000;
}

.home h5 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* color: rgb(248, 220, 149) !important; */
}

.home .hed {
    color: #333333;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.home blockquote {
    color: #000;
    padding-left: 20px !important;
    font-size: 20px !important;
    border-left: 10px solid rgb(247, 210, 2);
    margin: 40px 0;
    height: 30px;
}

.home .dolar {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 18px;
    line-height: 20px;
    border-radius: 50px;
    transition: 0.5s;
    color: #000;
    background: gold;
    border: 2px solid gold;
}

.home .dolar:hover {
    background: rgb(247, 223, 91);
    border: 2px solid rgb(247, 223, 91);
}

.home .dolarr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px;
    border-radius: 50px;
    transition: 0.5s;
    color: #000;
    background: transparent;
    border: 2px solid gold;
}

.home .dolarr:hover {
    background: gold;
    border: 1px solid gold;
}

.home .video-box {
    background: url("../img/pexels-andrea-piacquadio-3784391.jpg") center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 20px;
}

.video-slide {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    border-radius: 20px;
}

.home .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.home .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.home .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(25, 119, 204, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.home .play-btn:hover::after {
    border-left: 15px solid #1977cc;
    transform: scale(20);
}

.home .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/* ======== About ======== */
#about h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
}

#about small {
    font-size: 16px;
}

#about .count {
    font-size: 20px;
}

#about p span {
    font-size: 40px;
}

#about p .numtitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cta {
    padding: 0;
    margin-bottom: 60px;
}

.cta .container {
    padding: 120px;
    background: url(../img/istockphoto-1433089748-612x612.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

@media (max-width: 992px) {
    .cta .container {
        padding: 50px;
    }
}

.cta .content h3 {
    color: var(--color-secondary);
    font-size: 48px;
    font-weight: 700;
}

.cta .content h3 em {
    font-style: normal;
    position: relative;
}

.cta .content h3 em:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 10px;
    background: rgba(var(--color-primary-rgb), 0.5);
    z-index: -1;
}

.cta .content p {
    color: var(--color-secondary);
    font-weight: 600;
    font-size: 18px;
}

.cta .content .cta-btn {
    color: var(--color-white);
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    background: rgba(var(--color-primary-dark-rgb), 0.9);
}

.cta .content .cta-btn:hover {
    background: var(--color-primary);
}

.cta .btn {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.cta .btn:hover {
    background: rgb(219, 219, 219);
    border: 2px solid rgb(219, 219, 219);
}

.cta .btnn {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px 50px;
    border-radius: 50px;
    transition: 0.5s;
    color: #000;
    background: transparent;
    border: 2px solid #fff;
}

.cta .btnn:hover {
    background: #fff;
    border: 1px solid #fff;
}


/* ========= Counts ========= */
.countss {
    background: #fff;
}

.countss small {
    font-size: 16px;
}

.countss .count {
    font-size: 20px;
}

.countss p span {
    font-size: 80px;
}

.countss p .numtitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}


/* ======== Ratings ======== */
.rate .bi-star-fill {
    color: gold;
}


/* ======= Cards Section ======= */
.cardd .btn {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 0.5s;
    color: #000;
    background: transparent;
    border: 2px solid gold;
}

.cardd .btn:hover {
    background: gold;
    border: 2px solid gold;
}

.cardd .otherr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 30px;
    transition: 0.5s;
    color: #000;
    background: transparent;
    border: 2px solid gold;
}

.cardd .otherr:hover {
    background: gold;
    border: 2px solid gold;
}

.cardd .modal .modal-footer .mod1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1px;
    transition: 0.5s;
    color: #000;
    background: gold;
    border: 2px solid gold;
}

.cardd .modal .modal-footer .mod1:hover {
    background: rgb(247, 223, 91);
    border: 2px solid rgb(247, 223, 91);
}


/* === Modal === */
.cardd .modal .modal-body label {
    display: block;
    font-weight: 500;
    font-size: 13px;!important;
}

.cardd .modal .modal-body input {
    width: 100%;
    padding: 12px !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* margin-top: 20px; */
}

.cardd .modal .modal-body input:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.cardd .modal .modal-body ::-webkit-input-placeholder {
    font-size: 14px;
    color: rgb(4, 51, 104);
}

.cardd .modal .modal-body select {
    display: block;
    width: 100% !important;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    height: 50px;
}

.cardd .modal .modal-body select:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}


/* ======== Feedbacks ======== */
.feedback {
    background: #fff;
}

.feedback .feedback-wrap {
    padding-left: 50px;
}

.feedback .feedback-carousel,
.feedback .feedback-slider {
    overflow: hidden;
}

.feedback .feedback-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 0 15px 30px 0;
    min-height: 200px;
    /* box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1); */
    position: relative;
    background: #fff;
}

.feedback .feedback-item .feedback-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
}

.feedback .feedback-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000;
}

.feedback .feedback-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.feedback .feedback-item p {
}

.feedback .feedback-item .stars {
    margin: 10px 0;
}

.feedback .feedback-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.feedback .feedback-item .quote-icon-left,
.feedback .feedback-item .quote-icon-right {
    color: #ffd565;
    font-size: 26px;
    line-height: 0;
}

.feedback .feedback-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.feedback .feedback-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.feedback .feedback-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.feedback .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.feedback .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d5d7da;
    opacity: 1;
}

.feedback .swiper-pagination .swiper-pagination-bullet-active {
    background-color: gold;
}

@media (max-width: 767px) {
    .feedback .feedback-wrap {
        padding-left: 0;
    }

    .feedback .feedback-carousel,
    .feedback .feedback-slider {
        overflow: hidden;
    }

    .feedback .feedback-item {
        padding: 30px;
        margin: 15px;
    }

    .feedback .feedback-item .feedback-img {
        position: static;
        left: auto;
    }
}


/* ========= FAQs ========= */
.faqs {
    background: url("../img/card3.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.faqs .faq-list {
    padding: 0 100px;
}

.faqs .faq-list ul {
    padding: 0;
    list-style: none;
}

.faqs .faq-list li+li {
    margin-top: 15px;
}

.faqs .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faqs .faq-list a {
    display: block;
    position: relative;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faqs .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: rgb(48, 47, 47);
}

.faqs .faq-list .icon-show,
.faqs .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faqs .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faqs .faq-list .collapse {
    color: black;
}

.faqs .faq-list .icon-show {
    display: none;
}

.faqs .faq-list a.collapsed {
    color: #343a40;
    transition: 0.3s;
    font-weight: 600;
    font-size: 17px;
}

.faqs .faq-list a.collapsed:hover {
    color: gold;
}

.faqs .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faqs .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faqs .faq-list {
        padding: 0;
    }
}


/* ========= Footer ========= */
.footer {
    color: #000;
    background: #fff;
    background-size: cover;
    font-size: 14px;
    padding: 80px 0 60px 0;
    position: relative;
}

.footer .footer-brand {
    font-size: 35px;
}

.footer .footer-content .footer-input {
    width: 100%;
    padding: 12px !important;
    border: 1px solid #000;
    border-radius: 3px;
    /* margin-top: 20px; */
    padding: 18px 30px;
}

.footer .footer-content .footer-input:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.footer .footer-content .footer-btn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 18px 30px;
    transition: 0.5s;
    color: #000;
    background: gold;
    border: 2px solid gold;
}

.footer .footer-content .footer-btn:hover {
    background: rgb(247, 223, 91);
    border: 2px solid rgb(247, 223, 91);
}

.cardd .modal .modal-body ::-webkit-input-placeholder {
    font-size: 14px;
    color: rgb(181, 213, 250);
}

.footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.footer .footer-content .footer-info .footer-brand h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
}

.footer .footer-content .footer-info h3 span {
    color: #000;
}

.footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: #000;
}

.footer .footer-content .social-links a {
    font-size: 20px;
    display: inline-block;
    background: rgba(3, 3, 3, 0.1);
    color: #fff;
    line-height: 1;
    margin-right: 10px;
    border-radius: 4px;
    width: 100px;
    height: 55px;
    transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
    background: var(--color-primary);
    text-decoration: none;
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-content .footer-links ul li {
    padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: rgba(7, 7, 7, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
    color: #000;
}

.footer .footer-legal .copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(14, 13, 13, 0.15);
}

.footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: #000;
}

.footer .footer-legal .credits a {
    color: #000;
}


/* ======== Contact ======== */
.contact .contactbtn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 30px;
    transition: 0.5s;
    color: #000;
    background: gold;
    border: 2px solid gold;
}

.contact .contactbtn:hover {
    background: rgb(247, 223, 91);
    border: 2px solid rgb(247, 223, 91);
}

.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: transparent;
    /* border: 2px solid #e9ecee; */
    border-radius: 4px;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    background: transparent;
    border: 1px solid #505050;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* ============ Inner Page ============== */
.validate .headd p b {
    font-size: 30px;
    color: #000;
}

.validate .headd p {
    font-size: 20px;
    color: #636262;
}

.validate .form-check .form-check-input {
    font-size: 35px;
}

.validate .form-check .form-check-input:focus {
    font-size: 35px;
    box-shadow: none;
    border: 1px solid #c9c7c7;
}

.validate .total p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.validate .total p b {
    font-size: 20px;
}

.validate .form-group label {
    font-size: 15px;
    color: #636262;
}

.validate .form-check .form-check-label {
    font-size: 16px;
}

.validate .radios .btn-check {
    font-size: 30px;
    letter-spacing: 1px;
    /* padding: 18px 30px; */
    transition: 0.5s;
    border: 2px solid gold !important;
    background: gold !important;
}

.validate .radios .btn {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 15px;
    transition: 0.5s;
    border: 2px solid gold;
    /* background: gold !important; */
}

.validate .buttons .bttn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    /* padding: 18px 30px; */
    transition: 0.5s;
    color: #000;
    background: gold;
    border: 2px solid gold;
}

.validate .form-group .number:focus {
    border: 1px solid #636262;
    box-shadow: none;
}

.validate .buttons .btn:hover {
    background: rgb(247, 223, 91);
    border: 2px solid rgb(247, 223, 91);
}

.validate .email .contactbtn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 30px;
    transition: 0.5s;
    color: #000;
    background: gold;
    border: 2px solid gold;
}

.validate .email .contactbtn:hover {
    background: rgb(247, 223, 91);
    border: 2px solid rgb(247, 223, 91);
}
.error{
    color: red;
}