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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 90px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}




/*header css start */

header {
    padding: 0px 0 12px;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 20px 0px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 6px 25px;
    font-size: 24px;
    font-weight: 100;
    font-family: 'OSWALD';
    line-height: 33px;
    text-transform: capitalize;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #c30909;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.header-logo h2 {
    font-size: 45px;
    color: #fff;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.header-links {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*header css start */

/*banner css start */

section.main_slider {
    position: relative;
}


.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.about-bottom-slider-card-txt p {
    font-size: 14px;
    margin-top: 10px;
}

.botom_para h4 {
    font-family: 'sacco-semi-bold';
    font-size: 40px;
    color: #000;
    margin-top: 50px;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text p {
    color: #fff;
    margin: 10px 0 15px 0;
}

.banner_text a {
    font-size: 25px;
    padding: 15px 30px;
}


.theme-btn {
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Oswald';
    padding: 10px 25px;
}

/*banner css end*/

/* about-sec */

.about-sec {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.about-sec::before {
    right: 0;
    content: '';
    width: 190px;
    bottom: -50px;
    height: 225px;
    position: absolute;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
}

.about-img {
    height: 550px;
    width: 100%;
    margin-left: -15px;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text h2 {
    font-size: 90px;
    color: #06073b;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.about-text p {
    width: 70%;
    color: gray;
    font-size: 18px;
    margin-bottom: 50px;
}

.about-text a {
    font-size: 25px;
    padding: 15px 45px;
}

/* about-sec */


/* Community Connection */

section.Community-connection .container {
    margin-right: 0;
    padding: 0;
}

.slick-slide {
    opacity: 1;
    margin: 10px;
}

.com-box {
    position: relative;
}

.com-box img {
    width: 95%;
    height: 320px;
    object-fit: cover;
}

.top-heading {
    margin-bottom: 50px;
}

section.Community-connection {
    padding: 0px 0 80px;
    position: relative;
}

section.Community-connection::before {
    content: '';
    bottom: 110px;
    height: 550px;
    width: 40%;
    background: #ebebeb;
    position: absolute;
}

.top-heading p {
    width: 75%;
    font-size: 18px;
    color: gray;
    padding-bottom: 35px;
}

section.Community-connection h2 {
    color: #06073b;
    font-size: 100px;
    font-weight: 500;
}

section.Community-connection .container-fluid {
    padding: 0;
    padding-left: 11%;
}

.com-box h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.com-box p {
    color: gray;
    width: 80%;
    margin-bottom: 50px;
}

.com-box h6 {
    top: 0;
    right: 0;
    bottom: 75px;
    margin: auto;
    padding: 25px;
    color: #000;
    line-height: 1;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    height: fit-content;
    font-family: 'Roboto';
    background: #ffffff;
    box-shadow: 0px 0px 10px -5px;
}

.carrer-text ul li {
    color: #1c1d18;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    padding-left: 20px;
    width: 25%;
}

.carrer-text ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 12px;
}

.carrer-text ul li:before {
    position: absolute;
    content: '\f058';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    top: 6%;
    left: -4px;
    color: #764c24;
    font-size: 16px;
}

.carrer-text {
    margin-bottom: 40px;
}

.chs-img2 img {
    height: 500px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

section.choose-us {
    position: relative;
}

.chs-img2 {
    height: 500px;
}

.img-chs1 {
    height: 540px;
}

.img-chs1 img {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 540px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.chs-clr {
    padding-top: 60px;
    padding-left: 30px;
}

.chs-clr p {
    color: #fff;
}

/* end  */

/*Reviews Start*/

.reviews-slider-box ul li h2 {
    font-size: 35px;
    color: #000;
    margin-left: 10px;
    margin-bottom: 8px;
    line-height: 27px;
}

.reviews-sec .slick-prev,
.slick-next {
    bottom: -12%;
    top: inherit;
}

.reviews-sec .slick-next {
    right: 48%;
}

.reviews-sec .slick-prev {
    left: 45%;
}

.reviews-sec .slick-next:before {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 25px;
    color: #b2b2b2;
}

.reviews-sec .slick-prev:before {
    content: "\f30a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 25px;
    color: #b2b2b2;
}

.reviews-slider-box:after {
    content: "";
    position: absolute;
    background-image: url(../images/reviews-box-before.png);
    width: 114px;
    height: 102px;
    bottom: -8px;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.reviews-slider-box ul li h3 {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto';
}

.reviews-slider-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
    text-align: start;
}

.reviews-slider-box ul li img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 25px;
    padding: 5px;
    background: #de0505;
}

.checked {
    color: orange;
}

.reviews-slider-box ul li h3 {
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 20px;
}

.reviews-slider-box.inner ul li img:hover {
    transform: rotate3d(1, 1, 1, 360deg);
    transition: 1.2s;
}

.reviews-slider-box.inner ul li img {
    transition: 1.2s;
}

.reviews-slider-box {
    height: 350px;
    padding: 45px 0;
    margin-top: 10px;
    overflow-: hidden;
    background: #fff;
    position: relative;
    text-align: center;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px -5px;
    box-shadow: 0 0 10px 0 #00000042;
}

.reviews-heading h2 {
    font-size: 85px;
    text-transform: uppercase;
    color: #06073b;
}

.reviews-slider-box p {
    width: 70%;
    margin: 0 auto;
    line-height: 25px;
}

.reviews-sec .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.reviews-heading {
    text-align: center;
    margin-bottom: 2%;
}

.reviews-sec {
    padding: 80px 0;
    margin-bottom: 3%;
}


.reviews-sec .slick-slide {
    margin: 20px 20px;
}

.faq-img {
    width: 800px;
}

.reviews-sec {
    position: relative;
    background: #e7e7e7;
}

.reviews-sec:after {
    position: absolute;
    content: "";
    background-image: url(../images/rev-bg.jpg);
    height: 420px;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}


.reviews-slider-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/testimalis-after.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: -1px;
    border-top-left-radius: 25px;
    z-index: 0;
}

/*Reviews End */


/* blog-sec */
.blog-sec {
    margin-top: 100px;
    margin-bottom: 100px;
}

.blog-heading {
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}

.blog-heading h2 {
    color: #06073b;
    font-size: 100px;
}

.blog-box {
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog-text h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-text h5 {
    color: gray;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.blog-text p {
    color: gray;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
}

.blog-person-detail {
    gap: 5px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.blog-person-detail img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-person-detail p {
    color: gray;
    font-size: 18px;
    margin-bottom: 0px;
}

.blog-img {
    height: 240px;
    width: 100%;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-blog-box {
    margin-top: 100px;
    margin-bottom: 100px;
}

.small-blog-img {
    width: 100%;
    height: 115px;
    position: relative;
}

.small-blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.small-blog-img h5 {
    left: 0;
    top: 0px;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    position: absolute;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
}

.small-blog-text h5 {
    color: gray;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.small-blog-text h4 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.small-blog-text p {
    color: gray;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

/* blog-sec */

/*Appointment Sec css Starts*/

section.appointment-sec {
    padding: 0px 0 250px;
    position: relative;
}

section.appointment-sec::before {
    right: 0;
    bottom: 0;
    content: '';
    width: 42vw;
    height: 90%;
    object-fit: cover;
    position: absolute;
    background: url(../images/contact-bg.png)no-repeat;
}

.appointment-heading h4 {
    margin: 0;
    font-size: 72px;
    color: #1d1d1d;
    line-height: 92px;
    text-transform: uppercase;
}

.appointment-heading {
    position: relative;
    z-index: 9;
}

.appointment-heading p {
    color: #676565;
    font-size: 17px;
    line-height: 27px;
    width: 50%;
}

.appointment-input input,
.appointment-input select,
.appointment-input textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    border: none;
    border-bottom: 1px solid #00000052;
    cursor: pointer;
    background-color: #0000;
}

.appointment-selec-main {
    position: relative;
}

.appointment-selec-main i {
    position: absolute;
    top: 20%;
    right: 15px;
    font-size: 25px;
    z-index: 0;
}

.appointment-input textarea {
    height: 150px;
    resize: none;
}

.appointment-btn {
    width: 44%;
}

.appointment-btn button {
    border: none;
    padding: 10px 40px;
}

.appointment-form form {
    position: relative;
    z-index: 2;
}

.appointment-form form::before {
    top: -25px;
    content: '';
    z-index: -1;
    width: 50vw;
    right: -78px;
    height: 500px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 0px 10px -5px;
}

/*Appointment Sec css Ends*/



section.news_lettersecc {
    background-color: #06073b;
    padding: 50px 0px;
    border-bottom: 1px solid #fff;
}

.email_textt h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
}

.email_textt p {
    color: #fff;
    margin: 0;
    font-size: 19px;
}

.news_formm form input {
    width: 75%;
    height: 50px;
    background: transparent;
    border: 1px solid #ffffffc9;
    color: gray;
    background: #fff;
    padding: 10px 30px;
    border-radius: 0;
    margin: 0 0 0 auto;
    display: block;
}

.news_formm button:hover {
    border: 1px solid #fff;
}

ul.abt-points li {
    position: relative;
    margin-left: 10px;
}

ul.abt-points li:before {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: -18px;
    top: 11px;
}

.news_formm form input::placeholder {
    color: gray;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: lowercase;
}

.email_imgg {
    animation: wiggle 2s linear infinite;
}

.abt-text-about-table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

ul.abt-points {
    display: inherit !important;
    align-items: inherit !important;
    justify-content: inherit !important;
    margin: inherit !important;
    padding: inherit !important;
    border: inherit !important;
    gap: inherit !important;
    line-height: 30px !important;
}

.abt-text-about-table td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.abt-text-about-table-heading {
    text-align: center;
    margin-top: 20px;
}

.abt-text-about-table-heading strong {
    font-size: 40px;
    color: #000;
    background: -webkit-linear-gradient(#e6f29d, #2b361f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: block;
    line-height: 1.3;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.abt-text-about-table-heading p {
    /* margin: 0; */
    margin-bottom: 10px !important;
    font-size: 18px !important;
    margin-top: 5px !important;
}

.news_formm p {
    text-align: end;
    color: #fff;
    font-size: 19px;
    margin-top: 15px;
}

.news_formm p a {
    color: #fff;
    text-decoration: underline;
    padding-bottom: 2px;
}

.news_formm {
    position: relative;
}

.news_formm button {
    position: absolute;
    top: 0;
    right: 0;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    border-radius: 0;
    height: 50px;
    padding: 10px 19px;
    border: unset;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}


section.news_lettersecc .row {
    align-items: center;
}

/* Footer */

section.footer {
    padding: 50px 0 0%;
    position: relative;
    background: #06073b;
}

section.footer :is(h4, p, a) {
    color: #fff;
}

section.footer p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 30px;
}

.foot1 p {
    margin-top: 6%;
    margin-bottom: 12%;
}

ul.adrs-links li a {
    display: flex;
    align-items: baseline;
    gap: 15px;
    transition: 0.7s ease-in-out;
    font-size: 14px;
}

ul.adrs-links li {
    line-height: 1.5;
    margin-bottom: 34px;
}

ul.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 0px;
    border: 1px solid #f1532e;
    width: 75%;
    height: 62px;
    align-items: center;
    background: #221f4c;
    border-radius: 4px;
}

ul.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #221f4c;
    height: 38px;
    width: 38px;
    border-radius: 0;
    font-size: 20px;
    border-radius: 5px;
}

ul.social-links li a:hover {
    background: #f1532e;
    color: #fff;
    animation: float 1s ease-in-out infinite;
}

ul.social-links li a:hover i {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

ul.adrs-links li a:hover {
    color: #f1532e;
}

section.footer h4 {
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}

ul.linkList li a {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1;
    transition: 0.7s ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

ul.linkList li a i {
    color: #ffffff94;
}

form.footerForm input {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

ul.linkList li a:hover {
    color: #f1532e;
    padding-left: 4%;
}

.foot1 {
    padding: 0 0% 0 0;
    margin-top: 0px;
}

.foot4 {
    padding: 0 0% 0 0px;
}

section.copyrite-txt {
    background: #0d2a3c;
    padding: 17px 0%;
    color: #fff;
    position: relative;
    z-index: 1;
}

section.copyrite-txt:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 70px;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    right: 0;
    top: 0;
    z-index: -1;
}

section.copyrite-txt p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: justify;
    margin-top: 8px;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

ul.adrs-links li a:hover i {
    animation: float 1s ease-in-out infinite;
    font-size: 20px;
}

.foot2 {
    padding-right: 16px;
    padding-left: 11px;
}

form.footerForm button {
    border-radius: 0;
}

form.footerForm button:hover {
    color: #fff;
}

form.footerForm button::before,
form.footerForm button::after {
    border-radius: 0;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
    display: flex;
    align-items: baseline;
    gap: 15px;
    transition: 0.7s ease-in-out;
    font-size: 14px;
    color: #fff;
}



.footer-logo a {
    font-size: 35px;
    font-weight: 700;
}

.footer-logo a h2 {
    color: #fff;
}

.footer-logo a span {
    display: block;
}

.footer-logo {
    /* text-align: center; */
    margin-bottom: 0px !important;
}

form.footerForm {
    position: relative;
}

.ftbottom-text p {
    display: flex;
    justify-content: center;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

.ftbottom-row .row {
    padding: 15px 0px;
    margin-top: 30px;
    width: 100%;
    border-radius: 7px;
}

.ftbottom-row {
    position: relative;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
}


a.mail-info {
    margin-left: 29px;
}

section.footer h4 {
    padding-bottom: 20px;
    position: relative;
    font-size: 27px;
}

section.footer h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 80%;
    height: 2px;
    left: 0;
    background: #f1532e;
}

section.footer h4::before {
    position: absolute;
    content: '';
    bottom: -0.3px;
    z-index: 4;
    width: 45%;
    height: 2.2px;
    right: 20%;
    background: #fff;
}

.foot4 ul li i {
    color: #000000;
    padding: 20px 20px;
    font-size: 30px;
    border-radius: 50%;
    background: #ffffff;
}

.footer-logo a img {
    width: 225px;
}

.foot4 ul li span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}


.foot4 ul li a {
    font-size: 24px;
    font-weight: 500;
}

.foot4 ul {
    display: flex;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    padding: 7px 15px 7px 30px;
    gap: 10px;
    align-items: center;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 40px;
}

/* Footer Section End */


/* inner-banner */

.inner-banner {
    height: 65vh;
}

/* inner-banner */


/*Inner Contact Us Start*/


.inner-contact-sec {
    padding: 100px 0;
}

.inner-contact-link-box ul li h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: -10px;
}

.inner-contact-link-box ul li a {
    font-size: 20px;
    color: #716e6e;
    margin-top: 15px;
    font-weight: 500;
}

.inner-contact-link-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 15px;
}

.inner-contact-link-box ul li span {
    background: #06073b;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    font-size: 35px;
    color: #fff;
}

.inner-contact-text h2 {
    color: #000;
    font-size: 75px;
    font-weight: 400;
    line-height: 85px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.inner-contact-text ul {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.inner-contact-text ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid;
    color: rgb(255, 0, 0);
    transition: 0.5s;
}

.inner-contact-row {
    margin-top: 75px;
}

.inner-contact-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 15px;
    border: 2px solid #cdcaca;
    font-weight: 500;
}

.inner-contact-form input::placeholder {
    color: #666666;
}

.inner-contact-form textarea::placeholder {
    color: #666666;
}

.inner-contact-form textarea {
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
    padding: 15px 15px;
    border: 2px solid #cdcaca;
    font-weight: 5 00;
    resize: none;
}

.inner-contact-form button {
    border: none;
    padding: 18px 30px;
}

.inner-contact-text ul li a:hover {
    transition: 0.5s;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
}

/*Inner Contact Us End*/


/* why-sec */


.why-sec {
    margin-top: 150px;
    margin-bottom: 150px;
}

.why-img {
    display: flex;
    margin-left: -15px;
}

.why-slider-main {
    width: 90%;
    display: contents;
}

.why-slider {
    width: 100%;
    height: 650px;
    position: relative;
}

.why-slider i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    color: #000;
    height: 100px;
    display: flex;
    font-size: 50px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.why-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.min-why-img {
    height: 130px;
    position: relative;
}

.min-why-img::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    background: rgba(255, 0, 0, 0.322);
    position: absolute;
}

.min-why-img i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    color: #000;
    height: 40px;
    display: flex;
    font-size: 20px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.min-why-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-img-bar-box {
    width: 25%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.why-img {
    display: flex;
    margin-left: -15px;
    justify-content: space-between;
}

.why-text h2 {
    font-size: 100px;
    color: #06073b;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.why-text p {
    margin-bottom: 15px;
    width: 80%;
    color: gray;
}

.slick-slide {
    opacity: 1;
    margin: 0px;
}

.why-text a {
    margin-top: 25px;
    padding: 15px 50px;
}

.banner-number {
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    padding: 10px 0;
    position: relative;
}

.progress {
    left: -10px;
    width: 115%;
    height: 4px;
    bottom: 48%;
    rotate: 90deg;
    display: block;
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
    background-size: 0 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease-in-out;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
}

.banner-slider .nike-zoom-silder-number {
    left: 0;
    bottom: 0;
    position: relative;
}

.banner-slider .nike-zoom-sec:before {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    background: linear-gradient(287deg, #d62a3a, transparent);
}

.slide_counter h2 {
    gap: 270px;
    width: 180px;
    color: #fff;
    height: 500px;
    display: flex;
    margin-bottom: 0;
    font-weight: 400;
    align-items: center;
    font-family: "Roboto";
    flex-direction: column;
    justify-content: center;
}

s span.start_number {
    font-size: 40px;
    margin-left: 0;
}

span.end_number {
    position: relative;
    bottom: 0;
    font-size: 40px;
}

.banner-media ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 60px;
    margin: 0;
}

.banner-media {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 28%;
}

.banner-media ul li a {
    font-size: 18px;
    color: #7862de;
}

.banner-number {
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    padding: 10px 0;
    position: relative;
}

/* why-sec */


/* how-it-sec */

.simpleboxes {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #06073b;
}

.how-heading {
    margin-bottom: 50px;
}

.how-heading h2 {
    color: #fff;
    text-align: center;
    font-size: 80px;
    margin-bottom: 25px;
}

.how-heading h3 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin-bottom: 25px;
}

.simpleboxImg {
    text-align: center;
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    width: max-content;
    border-radius: 50%;
    margin: 0 auto;
}

.simpleboxImg img {
    width: 150px;
    padding: 38px;
    height: 150px;
}

.simplebox h3 {
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
    color: white;
}

.simplebox p {
    font-size: 14px;
    text-align: center;
    color: white;
    margin-top: 10px;
}

/* how-it-sec */

/*Book Appointment Start*/

.book-appointment-sec {
    padding: 100px 0 150px;
}

.form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.book-appointment-input select::placeholder {
    color: #666666;
}

.book-appointment-input select {
    width: 100%;
    color: #666666;
    height: 65px;
    margin-bottom: 25px;
    border: 2px solid #c6c6c6;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
}

.book-appointment-heading {
    text-align: center;
}

.book-appointment-heading h2 {
    font-size: 80px;
    margin-bottom: 35px;
    color: #000;
}

.book-appointment-heading p {
    width: 75%;
    margin: 0 auto;
}

.book-appointment-input input {
    width: 100%;
    height: 65px;
    margin-bottom: 25px;
    border: 2px solid #c6c6c6;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}

.book-appointment-input input::placeholder {
    color: #666666;
}

.book-appointment-input textarea::placeholder {
    color: #666666;
}

.book-appointment-input textarea {
    width: 100%;
    color: #666666;
    height: 190px;
    margin-bottom: 25px;
    border: 2px solid #c6c6c6;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.book-appointment-sec button {
    border: none;
    padding: 20px 130px;
}

.map iframe {
    width: 100%;
}

.map {
    margin-bottom: 150px;
}

/*Book Appointment End*/


/*Our Team Met Start*/


.team-heading h2 {
    font-size: 85px;
    text-transform: uppercase;
    color: #06073b;
    margin-bottom: 50px;
    text-align: center;
}

.team-sec {
    margin-top: 100px;
    margin-bottom: 100px;
}

.team-met-my-team-heading span {
    display: block;
}

.our-team-met-my-team-box {
    text-align: center;
}

.our-team-met-my-team-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 15px;
}

.our-team-met-my-team-box h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
    line-height: 40px;
}

.our-team-met-my-team-box p {
    font-size: 20px;
    color: #000;
}

.our-team-met-my-team-box ul {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 0;
}

.our-team-met-my-team-box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    background-color: transparent;
    color: rgb(255, 0, 0);
    border: 1px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(0deg, rgb(255, 0, 0), rgb(167, 13, 13));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: 0.5s;
}

.our-team-met-my-team-box ul li a:hover {
    background-image: linear-gradient(0deg, rgb(255, 0, 0), rgb(167, 13, 13));
    color: #fff;
    transition: 0.5s;
}


.team-met-my-team-sec {
    position: relative;
}

.team-met-my-team-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/team-met-my-team-back.png);
    width: 100%;
    height: 535px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
}

.team-met-my-team-heading h2 {
    color: #fff;
}

.our-team-met-my-team-box ul li a {
    border: 1px solid #a91e23;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    color: #a91e23;
}

/*Our Team Met End*/

/* blog-sec */

.our-case-silder-items {
    margin-top: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}

.our-case-silder-items h3 {
    font-size: 30px;
    color: #312422;
    margin-top: 15px;
    margin-bottom: 5px;
}

.our-case-silder-items p {
    margin-bottom: 15px;
    font-size: 15px;
}

.our-case-silder-items-img {
    height: 280px;
    width: 100%;
    position: relative;
}

.our-case-silder-items-img img {
    height: 100%;
    width: 100%;
    margin-left: 10px;
    object-fit: cover;
}

.our-case-silder-items-img h4 {
    left: -5px;
    bottom: 15px;
    color: #fff;
    font-weight: 300;
    padding: 3px 5px;
    line-height: 1;
    text-align: center;
    position: absolute;
    font-family: 'Roboto';
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
}

.our-case-silder-items-img h4::before {
    top: -10px;
    left: 0;
    width: 16px;
    content: '';
    height: 10px;
    position: absolute;
    background: rgb(167, 13, 13);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.our-case-sec {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* blog-sec */


/* service-sec */

.service-sec {
    margin-top: 100px;
    margin-bottom: 150px;
}

.service-img {
    height: 400px;
    width: 100%;
    position: relative;
}

.service-img h4 {
    left: -15px;
    bottom: 15px;
    color: #fff;
    font-weight: 300;
    padding: 3px 5px;
    line-height: 1;
    text-align: center;
    position: absolute;
    font-family: 'Roboto';
    background-image: -moz-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(167, 13, 13) 100%);
}

.service-img h4::before {
    top: -10px;
    left: 0;
    width: 16px;
    content: '';
    height: 10px;
    position: absolute;
    background: rgb(167, 13, 13);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.bottom-spae {
    margin-bottom: 50px;
}

.service-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.serives-text h3 {
    font-size: 40px;
    margin-bottom: 25px;
}

.bottom-space {
    margin-bottom: 100px;
}

.serives-text p {
    font-size: 16px;
    color: grey;
    margin-bottom: 15px;
}

/* service-sec */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header {
        width: 86%;
    }

    .header-logo h2 {
        font-size: 17px;
    }

    .menuSec {
        padding: 5px 0;
    }

    .theme-btn {
        font-size: 12px;
        padding: 7px 10px;
    }

    .carousel-inner {
        height: 100vh;
    }

    .carousel-inner img {
        height: 100vh;
    }
}


/*Media Query End*/