@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    line-height: 1.7 !important;

}

::selection {
    color: #fff;
    background: #9d8548;
}

ul, li, a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #f8f8f9;

}

.first-header {
    background-color: #ff4e02;
    padding: 5px 0;
}

.header-social-icon ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

.header-social-icon ul li {
    margin-right: 10px;
}

.header-social-icon ul li:last-child {
    margin-right: 0;
}

.header-social-icon ul li a {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-first-links {
    height: 100%;
}

.header-first-links ul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.header-first-links ul li {
    margin-right: 10px;
}

.header-first-links li:last-child {
    margin-right: 0;
}

.header-first-links ul li a {
    font-size: 13px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 5px 12px;
    text-transform: uppercase;
}

.navbar {
    padding: 0px 0;
}

.sec-header {
    background-color: #fff;

}

.nav-bar-desktop {
    height: 100%;
}

.nav-bar-desktop ul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.nav-bar-desktop ul li {
    margin: 0 auto;
}

.logo-text {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    padding: 5px 12px;
    text-transform: uppercase;
}

.track-btn a {
    border: 1px solid;
    border-radius: 50px;
    font-weight: 600;
    background-color: #ff4e02;
    color: #ffffff !important;
}

.track-btn a:hover {
    color: #ff4e02 !important;
    background: transparent;
    border: 1px solid;
}

.video-banner {
    position: relative;
    overflow: hidden;
}

.owl-prev {
    position: absolute;
    top: 30%;
    left: 30px;
    font-size: 45px !important;
    line-height: 45px !important;
    color: #000000 !important;
}

.owl-next {
    position: absolute;
    top: 30%;
    right: 30px;
    font-size: 45px !important;
    line-height: 45px !important;
    color: #000000 !important;
}

.owl-nav i {
    font-size: 100px;
    font-weight: 100;
    color: #ffffff;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}


.background-video {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    z-index: 0;
    object-fit: cover;
    overflow: hidden;
}

.content-container {
    position: relative;
}

.content-bg {
    background-color: rgba(33, 68, 122, 0.9);
    padding: 50px 50px 50px 50px;
}

.conetnt-wrapper {
    text-align: center;
}

.title h2 {
    color: #FFFFFF;
    font-size: 79px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.heading h2 {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.sub-heading h6 {
    color: #FFFFFF;
}

.conetnt-wrapper div {
    margin-bottom: 20px;
}

.btn_home {
    margin-top: 20px;
}

.btn_home a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FFFFFF0A;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 25px 12px 25px;
}

.btn_home a:hover {
    color: #ff4e02;
    background-color: #FFFFFF;
}

.space-50 {
    height: 50px;
}

.space-200 {
    height: 200px;
}

.wave {
    padding: 80px 0px 80px 0px;
    background-image: url(../images/Group-186.svg);
    background-position: top left;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    width: 6400px;
    height: 140px;
    animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0)
}

.none-text {
    font-size: 0;
}

.wave-container {
    padding: 0;
    position: absolute;
    top: 10px;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {

    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }
}

.tab-sec {
    padding: 60px 0px 60px 0px;
}

.section-title h3 {
    font-size: 38px !important;
    font-weight: 900 !important;
    letter-spacing: 3px;
    margin-bottom: 0 !important;
}

.section-title {
    position: relative;
    text-align: center;
}

.section-title::after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #ff4e02;
    position: absolute;
    margin-top: 10px;
    left: 47%;
}

.tab-sec .card-img-top {
    /* width: 20%; */
    margin-bottom: 20px;
}

.tab-sec a {
    color: #212529;
}

.tab-sec .card {
    align-items: center;
    border: 1px solid #D4D4D4;
    /* margin: 30px; */
    /* padding-bottom: 30px; */
    padding: 30px 20px;
    /* background-color: #DBDBDB; */
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.tab-sec .card-title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #ff4e02;
    display: block;
    margin: 20px auto;
}

.tab-sec .card-title {
    font-size: 20px;
    font-weight: 800;
}

.tab-sec .card:hover {
    box-shadow: unset;
    transition: all 0.3s ease-in;
}

.tab-sec .card:hover .card-title {
    color: #ff4e02;
    transition: all 0.3s ease-in;
}

.tab-sec .card-body {
    padding: 0;
}

.display-bar {
    background-color: #ff4e02;
    padding: 60px 0px 60px 0px;
}

.img-bar {
    background-color: #ffffff;
    padding: 60px 0 30px 0;
}

.text h3 {
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1.6px;
    text-align: left;
    /* margin-bottom: 30px; */
}

.contact-btn a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #ff4e0200;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
}

.contact-btn a:hover {
    background-color: #ffffff;
    color: #ff4e02;
}

.text p {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.7em;
}

.bar-image img {
    width: 30%;
    height: 32.55%;
    max-width: 100%;
    margin-bottom: 30px;
}

/* .about-sec .container-fluid{
    padding: 0;
} */
.about-sec {
    background-color: #F5F5F5;
    padding: 70px 0px 70px 0px;
    text-align: left;
}

.shap-img {
    position: absolute;
}

.shap-img img {
    vertical-align: middle;
    display: inline-block;
    animation: float 4s ease-in-out infinite;
    width: 100%;
    height: 102.06%;
    max-width: 534px;
}

@keyframes float {
    0% {
        transform: translate(0%, 0%);
    }

    50% {
        transform: translate(0%, 20px);
    }

    100% {
        transform: translate(0%, 0%);
    }
}

.main-img {
    /* position: relative; */
    text-align: center;
}

.main-img img {
    width: 100%;
    height: 113.39%;
    max-width: 570px;
    border-radius: 34px;
}

.about-content .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.about-content .section-title::after {
    left: 0;
}

.about-list {
    margin-bottom: 40px;
}

.about-list ul li {
    margin-bottom: 5px;
    display: flex;
}

.list-icon i {
    font-size: 24px;
    color: #ff4e02;
    width: 1.25em;
    font-weight: 900;
}

.list-text {
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 0px;
}

.about-btn {
    margin: 25px 0px 0px 0px;
}

.about-btn a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #ff4e02;
    color: #ff4e02;
    background-color: #ff4e0200;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #ff4e02;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
}

.about-btn a:hover {
    color: #FFFFFF;
    background-color: #ff4e02;
}

.testimonial-sec {
    padding: 60px 0px 60px 120px;
}

/* .testimonial-sec .container-fluid{
    padding: 0;
} */
.testimonial-sec .image-sec {
    text-align: right;
}

.testimonial-sec .shap-img {
    right: 0;
    padding: 0px 0px 90px 0px;
}

.testimonial-sec .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.testimonial-sec .section-title::after {
    left: 0;
}

.testi-content p {
    margin-bottom: 20px;
    font-size: 22px;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
}

.author-name {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.testi-content {
    padding: 20px;
}

.contact-sec {
    background-color: #ff4e02;
    padding: 60px 0px 60px 0px;
}

.ask-que h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 3rem;
}

.ask-btn a {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #FFFFFF00;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 10px 30px 10px 30px;
}

.ask-btn:last-child a {
    margin-left: 10px;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #FFFFFF00;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 10px 50px 10px 50px;
}

.ask-btn a:hover {
    color: #ff4e02;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.blog-sec {
    padding: 45px 0px 45px 0px;
    position: relative;
}

.blog-bg {
    left: 18%;
    width: 635px;
    max-width: 635px;
    top: 77px;
    position: absolute;
    z-index: 0;
}

.blog-bg img {
    width: 100%;
    height: 90.34%;
    max-width: 797px;
    vertical-align: middle;
    display: inline-block;
    animation: float 4s ease-in-out infinite;
}

.blog-heading {
    position: relative;
}

.blog-heading .section-title {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.blog-heading .section-title::after {
    left: 0;
}

.blog {
    position: relative;
    display: flex;
}

.blog .card {
    margin: 10px 10px 10px 10px;
    border: 0;
    border-radius: 31px 31px 31px 31px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 12%);
}

.blog .card-img-top {
    border-radius: 29px 29px 29px 29px;
}

.blog .card-title {
    font-size: 20px;
    line-height: 1.2em;
    color: #303133;
    margin-bottom: 20px;
}

.blog .card-text {
    font-size: 14px;
}

.blog .card-body a {
    font-size: 14px;
    color: #ff4e02;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ff4e02;
    padding: 6px 30px 6px 30px;
    margin: 12px 0px 11px 0px;
}

.blog .card-body a:hover {
    color: #FFFFFF;
    background-color: #ff4e02;
}

footer {
    background: #ff4e02 !important;
    padding: 40px 0px 30px 0px;
}

.widget1, .widget2, .widget3 {
    padding: 20px;
}

.footer-heading {
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.widget1 ul li a {
    color: #FFFFFF;
    font-size: 16px;
}

.widget2 a, .widget3 a {
    color: #ffffff;
    font-size: 16px;
}

.widget2 a:hover, .widget3 a:hover {
    color: #000000;
}

footer p {
    color: #ffffff;
}

.copyright {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 20px;
}

.widget3 p {
    display: flex;
    align-items: baseline;
}

.bar-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter {
    background-image: url(../images/counter-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
    z-index: 0;
    color: #ffffff;
}

.counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 1.8;
    background: #00000082;
}

.counter .number {
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    display: inline-block;
}

.counter .text smap {
    color: white;
    font-size: 50px;
}

.counter .text span {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255);
}

.social-icon ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

.social-icon {
    margin-top: 20px;
}

.social-icon ul li {
    margin-right: 10px;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon ul li a {
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon ul li a:hover {
    color: #ff4e02;
    background-color: #ffffff;
}

.widget1 p {
    padding-right: 30px;
}

.owl-nav img {
    width: 60px;
}

.page_banner {
    padding: 150px 0px 20px 0px;
}

.page_banner_overlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: .6;
}

.page_banner ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.page_banner ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.page_banner ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
}

.page_banner ul li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
}

.page_banner_overlay {
    background-image: url(../images/banner.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_banner_overlay .wave-container {
    top: unset;
}

.single-contact {
    margin-bottom: 25px;
}


.contact-area {
    padding: 35px 45px;
    background: #f1f1f1;
}

.single-contact a:hover {
    color: #3f3f3f;
}

.contact-area .contact-form {
    -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 11px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    margin-top: 60px;
    text-align: center
}

.contact-area .contact-form form .form-group {
    margin-bottom: 15px
}

.contact-area .contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    height: 57px;
    border: 1px solid #fff
}

.contact-area .contact-form form .form-control:focus {
    border: 1px solid #e0321a;
}

.contact-area .contact-form form .form-group {
    text-align: left
}

.contact-area .contact-form form textarea.form-control {
    height: 120px;
    padding-top: 15px
}

.contact-area .contact-form .default-btn {
    cursor: pointer;
    margin-top: 10px
}

.contact-area .contact-form .list-unstyled {
    padding-left: 0;
    list-style: none;
    color: red
}

.contact-area .contact-form .text-danger {
    color: #dc3545 !important;
    font-size: 20px;
    font-weight: 500 !important;
    margin: 16px 0 0
}

.contact-area .contact-form .default-btn {
    cursor: pointer;
    margin-top: 10px;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    text-transform: capitalize;
    background-color: #ff4e02;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px
}

.contact-sec .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.contact-sec .section-title::after {
    left: 0;
}
.single-contact a{
    color: #ff4e02;
}
footer p{
    font-size: 16px;
}