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

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

html {
    overflow-x: hidden;
}

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

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

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;
}

img {
    max-width: 100%;
}

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;
}

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

i {
    font-family: FontAwesome !important;
    font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

.link-color {
    position: relative;
    color: #af0004 !important;
    transition: ease-in;
    transition-duration: 0.5s;
}

.link-color:hover {
    color: #000 !important;
    transition: ease-in;
    transition-duration: 0.5s;
}

.link-color::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #af0004;
    transition: ease-out;
    transition-duration: 0.5s;
}

.link-color:hover::before {
    width: 100%;
    border-bottom: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/***** 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: 'Proxima-Regular';
    src: url('../fonts/Proxima-Regular.otf');
}

/***** 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;
}

.sec {
    padding: 80px 0;
}

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

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

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

/* Buttons Css Starts */


.theme1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 30px;
    border-radius: 100px;
    border: none;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #e80005;
    transition: ease-in;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}

.theme1:hover {
    background-color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}
.mainlogoimage{
    width: 196px !important;
    height: 75px !important;
}
.theme1::before {
    content: '';
    position: absolute;
    bottom: unset;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 2px solid #000;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: 0;
}

.theme1:hover::before {
    width: 100%;
    top: unset;
    bottom: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 0;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
    z-index: 0;
}

.theme1:hover::after {
    height: 100%;
    top: unset;
    bottom: 0;
    transition: ease-out;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    position: relative;
    z-index: 9;
}

.theme1:focus::after {
    height: 100%;
}







.theme2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 5px;
    overflow: hidden;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}

.theme2:hover {
    background-color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme2::before {
    content: '';
    position: absolute;
    bottom: unset;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 2px solid #d70105;
    transition: ease-out;
    transition-duration: 0.5s;
    z-index: 0;
}

.theme2:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme2 span.theme2-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d70105;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 600;
    position: relative;
    z-index: 9;
}








/* Buttons Css Ends */

.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: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 41px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 41px;
    color: #000;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

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

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

p {
    color: #000000d6;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    margin: 0;
}

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

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

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

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

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


/*Header Css start */
header {
    padding: 20px 0 10px 0;
}
.menuSec {
    padding: 0px 0;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
    /* position: relative; */
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.menu-box ul li {
    /* position: relative; */
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu-box li ul {
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.menu-box ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    padding: 0 13px;
    height: 60px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: ease-in;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: 0;
}

.menu-box ul li a:hover {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}

.menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #e80005;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
}

.menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.menu-box ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 0;
    background-color: #e80005;
    transition: ease-out;
    transition-duration: 0.5s;
    z-index: -1;
}

.menu-box ul li a:hover::after {
    height: 100%;
    transition: ease-out;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}

.menu-box ul li.active a {
    color: #fff;
}

.menu-box ul li.active a::before {
    width: 100%;
}

.menu-box ul li.active a::after {
    height: 100%;
}

.menu-box ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menu-box li:hover>ul {
    display: block;
    height: 305px;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #00000029;
    left: 0px;
    right: 0;
    width: 99%;
    text-align: left;
    top: 80px;
    padding: 40px 40px;
    margin: 0 auto;
    border-radius: 5px;
    transition: ease-out;
    transition-duration: 0.5s;
}

ul.inlinke-ser {
    column-count: 4;
}

ul.inlinke-con {
    width: 25% !important;
    right: 0;
    left: unset !important;
}

.menu-box li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #000000 !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    border: 1px solid #0000005c;
    border-radius: 10px;
}

.menu-box li>ul>li,
.menu-box li>ul>li>a {
    display: block;
    margin: 0 0 10px 0;
}


.menu-box li>ul>li>a:after {
    display: none;
}

.menu-box li:hover li {
    float: none;
}

.menu-box li ul li a {
    text-align: center;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menu-box li ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    height: 0;
    width: 0;
    background-color: #000;
    border-bottom: none;
    z-index: -1;
    transition: ease-out;
    transition-duration: 0.5s;
}

.menu-box li ul li a:hover::before {
    height: 110%;
    width: 110%;
    border-radius: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menu-box li ul li a:hover {
    color: #fff !important;
    transition: ease-out;
    transition-duration: 0.5s;
}

.menu-box li ul li a:focus::before {
    height: 110%;
    width: 110%;
    border-radius: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menu-box li ul li a:focus:hover::before {
    background-color: #e80005 !important;
}

.menu-box li ul li a:focus {
    color: #fff !important;
    transition: ease-out;
    transition-duration: 0.5s;
}

.menu-box 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-btns-mian {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin: 20px 0 0 0;
}

/*Header Css Ends */

/*banner css start */

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

.carousel-item {
    height: 100vh;
}

.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;
}

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

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

.carousel-control-prev, .carousel-control-next {
    width: 7%;
}

.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: #0000008f;
}

.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 h2 {
    color: #fff;
}

.banner-btn-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.banner-text p {
    color: #fff;
}

.banner-text-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 150px;
}

.banner-text-bottom {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.about-txt h2, .about-txt-mid h3 {
    text-align: center;
}

.about-txt h2 {
    margin: 50px 0;
}

.about-txt-mid h3 {
    color: #fff;
    position: relative;
    z-index: 9;
}

.about-txt-mid {
    position: relative;
    padding: 180px 0;
    background-image: url('../images/about-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.about-txt-mid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000008f;
}

.about-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px solid #0000003b;
    border-radius: 5px;
}

.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 100%;
    object-fit: contain;
}

.about-icon-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.about-img-txt-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 60px;
    margin: 50px 0 0 0;
}

.about-img-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.about-right-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 80%;
    margin: 0 50px;
}

/*banner css end*/

/*Inner Banner css Starts*/

section.inner-banner-sec .carousel-item {
    height: 70vh;
}

section.inner-banner-sec .banner-text h1 {
    font-size: 80px;
    line-height: 85px;
}

/*Inner Banner css Ends*/

/*Services Sec Css Starts*/

.services-heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

.services-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.services-card-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.services-card-txt h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    transition: ease-in;
    transition-duration: 0.5s;
}

.services-card-main:hover .services-card-txt h5 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.services-card-main {
    position: relative;
    margin: 20px 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.services-card-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff5e;
}

.services-card-main::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    background-color: #e8000557;
    transition: ease-out;
    transition-duration: 0.5s;
}

.services-card-main:hover::after {
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.services-bottom .services-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    /* margin: 80px 0 0 0; */
}

/*Services Sec Css end*/

/*Choose Sec Css Starts*/

section.choose-sec {
    transition: ease-in;
    transition-duration: 0.5s;
}

.choose-img {
    position: relative;
}

.choose-img::before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 100%;
    height: 0;
    width: 0;
    background-color: #e8000557;
    transition: ease-in;
    transition-duration: 0.5s;
}

section.choose-sec:hover .choose-img::before {
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.choose-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.choose-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

/*Choose Sec Css Emds*/

/*Work Sec Css Starts*/

section.work-sec {
    position: relative;
    background-image: url('../images/work-bg.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.work-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000ab;
}

.work-heaidng {
    margin: 0 0 50px 0;
    position: relative;
}

.work-heaidng * {
    color: #fff;
}

.work-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.work-card-txt * {
    color: #fff;
}

.work-card-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.work-card-txt h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
}

.work-card-txt p {
    font-size: 14px;
    line-height: 25px;
}

.work-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    object-fit: cover;
}

.work-bottom-txt {
    padding: 50px 0 0 0;
    position: relative;
    z-index: 9;
}

.work-bottom-txt * {
    color: #fff;
}

/*Work Sec Css Emds*/

/*Testimonial Sec Css Starts*/

.testimonial-heading {
    margin: 0 0 50px 0;
}

.testimonial-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 20px auto;
}

.testimonial-card-txt p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.testimonial-card-txt h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 50px 0 0 0;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide {
    margin: 0px 10px;
}

/* .testimonial-card-txt-ex {
    display: flex;
    align-items: start;
    justify-content: start;
    height: 200px;
    overflow-y: scroll;
    padding: 20px 0 !important;
} */

/*Testimonial Sec Css Emds*/

/*Schedule Sec Css Starts*/

section.schedule-sec {
    position: relative;
    background-image: url('../images/schedule-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.schedule-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000008f;
}

.schedule-txt * {
    color: #fff;
}

.schedule-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
    position: relative;
    z-index: 9;
    width: 70%;
    margin: 0 auto;
    background-color: #ffffff45;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 40px 100px;
}

.schedule-btn-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/*Schedule Sec Css Emds*/

/*Footer-Start*/

.footer-sec {

    background: #111111;

}



.dv2footer {

margin-left: 0;

border-right: 1px solid #a7a7a7;

height: 100%;

padding: 30px 0 0 10px;
}



ul.ul1footer li {

    padding: 3px 0px;

}



.dv1footer .logo-text a {

    font-size: 31px;

    line-height: 35px;

}



.dv1footer p {

    margin-top: 27px;

    color: #b7b7b7;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

}



ul.ul1footer li {

    font-size: 14px;

    font-weight: 500;

    color: #d2d2d2;

}



.footer h3 {

font-size: 23px;

color: #dee0e0;

font-weight: 400;

margin-bottom: 10px;

text-transform: capitalize;

/* padding: 0 0 2px 0; */

/* border-bottom: 1px solid #fff; */

display: inline-flex;
}



.footer {

background-color: #272727;

padding: 50px 0px 25px;
}



ul.ul1ftbottom li a {

    font-size: 18px;

    color: #ffff;

}



ul.ul1footer li a {

    color: #d2d2d2;

    font-family: "Montserrat", sans-serif;

    text-transform: capitalize;
    transition: ease-in-out;
    transition-duration: 0.5s;
}



ul.ul2footer li {

padding: 11px 0px;

font-size: 12px;

font-family: 'Montserrat';

font-weight: 500;

align-items: center;

text-transform: capitalize;

display: flex;

align-items: start;

justify-content: start;

gap: 10px;
}

ul.ul2footer li.ul2footer-ex {
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

ul.ul2footer li.ul2footer-ex * {
    color: #fff;
}

ul.ul2footer li.ul2footer-ex h6 {
    font-size: 13px;
    text-decoration: underline;
}

ul.ul2footer li p, ul.ul2footer li a {

    color: #c1c1c3;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;
    transition: ease-in;
    transition-duration: 0.5s;

}



ul.ul1footer li a:hover {

color: #e80005;
transition: ease-out;
transition-duration: 0.5s;
}



ul.ul2footer li a:hover {

color: #e80005;
}





.dv3footer {

/* margin-left: 35px; */

padding: 30px 50px 20px 0;

/* border-right: 1px solid #fff; */
}



ul.ul1ftbottom {

    display: flex;

    gap: 25px;

    margin-bottom: 0px;

}



.dv1ftbottom {

    display: flex;

    justify-content: space-between;

    border: 1px solid #a7a7a7;

    padding: 25px 35px;

    align-items: center;

    border-radius: 10px;

}



.dv1ftbottom p {

    margin-bottom: 0px;

    font-size: 15px;

    color: #d2d2d2;

    font-family: "Montserrat", sans-serif;

    font-weight: 500;

}



ul.ul1ftbottom li i:hover {

    color: #1d75ec;

    transition: 0.5s;
}



.dv1footer {

padding: 30px 0 0;

height: 100%;

border-right: 1px solid #a7a7a7;

padding-right: 40px;
}

.footer-bottom-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #232323;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-bottom ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    color: #fff;
    /* border: 1px solid #fff; */
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-bottom ul li a i:hover {
    background-color: #e80005;
    /* border: 1px solid #0000; */
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-bottom p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: 'Poppins';
    margin: 0;
    font-weight: 300;
}

.footer-bottom p a {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: 'Poppins';
    margin: 0;
    font-weight: 300;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-bottom p a::Before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-bottom p a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.socials ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.socials ul li a  {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.socials ul li a i {
    font-size: 12px;
    transition: ease-in;
    transition-duration: 0.5s;
}


.socials ul li a:hover {
    border: 1px solid #0000;
    background-color: #e80005;
    transition: ease-out;
    transition-duration: 0.5s;
}

section.custom-sec.sec {
    padding-top: 0;
}

ul.ul1footer {
    column-count: 2;
}

ul.ul1footer-pro {
    column-count: 1;
}

.footer-txt ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: 'Poppins';
    margin: 0;
    font-weight: 300;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-txt ul li a:hover {
    color: #e80005;
    transition: ease-out;
    transition-duration: 0.5s;
}

.dv3footer-ex h5 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
}

.dv4footer {
    padding: 30px 0 0 0;
    border-right: 1px solid #fff;
    height: 100%;
}

/*Footer-End*/

/*About Us Pagee Starts*/

section.inner-about-sec .about-txt h2 {
    margin: 0;
    text-align: start;
}

section.inner-about-sec .about-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.about-txt-bototm-main {
    margin: 100px 0 0  0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 100px;
}

/*About Us Pagee End*/

/*Services Pagee Starts*/

.inner-services-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.services-txt {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
}

.services-list ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    list-style-type: disc;
    padding: 0 0 0 40px;
}

.inner-services-top-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 40px;
}

/*Services Pagee End*/

/*Demand Pagee Starts*/

.demand-top-txt h4 {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

section.inner-work-sec {
    background-image: none;
}

section.inner-work-sec .work-heaidng *, section.inner-work-sec .work-card-txt * {
    color: #000;
}

section.inner-work-sec .work-card-img img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(94%) saturate(7479%) hue-rotate(354deg) brightness(101%) contrast(97%);
}

section.inner-work-sec::before {
    display: none;
}

/*Demand Pagee End*/

/*Blog Pagee Starts*/

section.blog-sec {
    background-color: #f2f2f2;
}

.blog-card-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 50px;
    width: 70%;
    margin: 0 auto;
    padding: 60px 30px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #0000000f;
}

.blog-card-img {
    width: 100%;
}

.blog-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.blog-card-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

.blog-card-txt h4 {
    font-size: 36px;
    line-height: 45px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    transition: ease-in;
    transition-duration: 0.5s;
}

.blog-card-main:hover .blog-card-txt h4 {
    color: #d70105;
    transition: ease-out;
    transition-duration: 0.5s;
}

.blog-card-btn-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

/*Blog Pagee End*/


/*Contact Us Page Css Start*/

section.contact_page img.circle1 {
    right: 0;
    bottom: unset;
    top: -6%;
}

section.contact_page img.circle2 {
    right: -4%;
    bottom: unset;
    top: 5%;
}

.contact_form img.circle3 {
    top: unset;
    bottom: -6%;
    left: unset;
    right: -4%;
}

.contact_form img.circle4 {
    top: unset;
    bottom: 0;
    left: unset;
    right: 2%;
}

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: contain;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.contact_detail_box {
    padding: 40px 20px;
    transition: 0.5s;
    background-color: #0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 310px;
    border: 1px solid #e80005;
}

.contact_form {
    padding-bottom: 7%;
    position: relative;
}

.contact_form label {
    font-size: 15px;
    line-height: 20px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 400;
}


.contact_page {
    padding: 80px 0;
    position: relative;
}

.contact_form input {
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0px;
    padding: 0 25px;
    border: 1px solid #cccccc;
    /* border-radius: 100px; */
}

.contact_form input:focus, .contact_form textarea:focus {
    background-color: #e80005;
    color: #fff;
}

.contact_form input:focus::placeholder, .contact_form textarea:focus::placeholder {
    color: #fff;
}

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 0px;
    padding: 25px 25px;
    resize: none;
    /* border-radius: 40px; */
}

.section_head p {
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
}

.section_head h3 {
    color: #000;
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 75px;
}

.br_gradient {
    padding: 2px 5px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}

section.contact_page.chg2 .contact_detail_box figure img {

    filter: brightness(0) saturate(100%) invert(43%) sepia(28%) saturate(1267%) hue-rotate(169deg) brightness(92%) contrast(89%);
}

.contact_page h4 {
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    text-decoration-line: underline;
    text-transform: uppercase;
    font-weight: 600;
}

.section_head.chg h3 {
    color: #000;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover {
    background-color: #e80005;
    transition: ease-out;
    transition-duration: 0.2s;
}

.contact_detail_box figure img.img-responsive {
    transition: ease-in;
    transition-duration: 0.2s;
    filter: brightness(0) saturate(100%) invert(27%) sepia(88%) saturate(7119%) hue-rotate(347deg) brightness(82%) contrast(130%);
}

.contact_detail_box:hover figure img.img-responsive {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(1418%) hue-rotate(282deg) brightness(115%) contrast(98%);
    transition: ease-out;
    transition-duration: 0.2s;
}

.contact_detail_box:hover * {
    color: #fff !important;
}

.btn_wrap button img {
    margin-left: 10px;
    margin-top: -3px;
}

.contact-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 50px 0 10px 0;
}

.contact-txt p a {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    color: #000;
    transition: ease-in;
    transition-duration: 0.5s;
}

.contact-txt p a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.contact-txt p a:hover::before {
    width: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.contact-heading {
    margin: 50px 0;
}

.news-input label {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100%;
    height: 30px;
    margin: 20px 0 0 0;
    cursor: pointer;
}

.news-input input#news {
    width: 15px;
    margin: 0;
}

/*Contact Us Page Css End*/

/*Testimonial Page Css Starts*/

section.inner-testimonial-sec .testimonial-heading h2 {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
}

section.inner-testimonial-sec .testimonial-card-main {
    margin: 50px 0;
}

/*Testimonial Page Css End*/


/*login start*/

.login-txt form input {
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 40px 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    border-radius: 5px;
}
.login-txt form input::placeholder {
    color: #c7c7c7;
}
.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}
.login-txt h2 {
    /* font-family: 'Recoleta'; */
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 700;
    text-transform: capitalize;
}
.password-box {
    position: relative;
}
.password-box-input input {
    padding: 10px 40px 10px 20px;
}
.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}
.password-icon span {
    color: #000;
    cursor: pointer;
}
.login-txt {
    padding: 45px 25px 35px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px #0000001a;
}
.login-txt ul {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}
li.head {
    color: #e80005;
    font-size: 17px;
    font-weight: 600;
}
.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 400;
}
li.head a {
    color: #e80005;
}
.login-txt form button {
    width: 100%;
    color: #fff;
    /* border-radius: 30px; */
    padding: 10px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    /* background-image: linear-gradient(to right, #d38cff, rgba(54, 230, 243, 1)); */
    /* background-size: 600%; */
    /* background-position: 0 0; */
    /* height: 100%; */
    justify-content: center;
    /* animation-duration: 10s; */
    /* animation-iteration-count: infinite; */
    /* animation-name: gradients; */
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    transition: ease-in;
    transition-duration: 0.2s;
    background-color: #e80005;
}

.login-txt form button:hover {
    background-image: unset;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

li.head-ex {
    text-decoration: underline;
}

.login-txt ul li label {
    cursor: pointer;
}

.login-txt-ex {
    background-color: #e80005;
    box-shadow: unset;
}

.login-txt-ex * {
    color: #fff;
}

.login-txt-ex form input {
    background-color: #0000;
    border: 1px solid #fff;
    color: #fff;
}

.login-txt-ex form input:focus {
    background-color: #fff;
    color: #000;
}

.login-txt-ex ul {
    justify-content: space-between;
}

.login-txt-ex li.head a {
    color: #fff;
}

.login-txt-ex form button {
    background-color: #fff;
    color: #000;
}

.login-txt-ex form button:hover {
    background-color: #000;
    color: #fff;
}

/*login Ends*/

/*Privacy Policy starts*/

.privacy-policy-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 20px 0;
}

.privacy-policy-txt h6, .privacy-policy-txt a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.privacy-policy-txt h2 {
    font-size: 30px;
    line-height: 35px;
}

.privacy-policy-list ul {
    list-style-type: disc;
    padding: 0 0 0 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.privacy-policy-txt h4 {
    font-size: 20px;
    line-height: 25px;
}

.privacy-policy-con {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

/*Privacy Policy Ends*/

/*Partner Policy Ends*/

.partner-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px 0;
}

.partner-heading h2 {
    font-size: 55px;
    line-height: 60px;
}

.partner-card img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.partner_slider .slick-active, .partner_slider .slick-slide {
    opacity: 1;
}



/*Partner Policy Ends*/
