@font-face {
    font-family: "moven-bold";
    src: url(../fonts/MavenPro-Bold.ttf);
}

@font-face {
    font-family: "moven-medium";
    src: url(../fonts/MavenPro-Medium.ttf);
}

@font-face {
    font-family: "moven-regular";
    src: url(../fonts/MavenPro-Regular.ttf);
}

:root {
    --primary: #00a8e1;
    --secondary: #979797;
    --white: #fff;
    --black: #000;
    --theme-color: #fff;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #000;
    height: 100%;
    font-family: "moven-medium", sans-serif;
    color: #979797;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    color: #828282;
    font-family: "moven-regular", sans-serif;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "moven-bold", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

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

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    /* top: 1rem; */
    width: 100%;
    transition: 0.3s ease-in-out;
    background: #fff3;
}

header.sticky {
    position: fixed;
}

header.sticky .navbar-brand img {
    max-width: 100px;
}

.navbar-nav .nav-item .nav-link img {
    height: 118px;
}

.navbar-nav {
    gap: 1rem 2rem;
    padding-left: 2rem;
}

.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    font-size: 1.125rem;
    color: var(--secondary);
    font-family: "moven-regular", sans-serif;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.main-slider {
    position: relative;
    height: 100%;
}

.themeBtn {
    background-color: var(--black);
    color: var(--primary);
    padding: 0.875rem 1.625rem;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    display: inline-block;
}

.themeBtn:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideContent {
    text-align: center;
}

.headOne {
    font-size: 2.1875rem;
    text-transform: uppercase;
    color: var(--secondary);
    font-family: "moven-regular", sans-serif;
}

.headTwo {
    font-size: 100px;
    /* background-color: var(--primary); */
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0.625rem;
    margin-bottom: 0.75rem;
    color: #979797;
}

.headTwo:hover {
    color: var(--primary);
}

.headTwo span {
    font-size: 3.25rem;
    font-family: "moven-regular", sans-serif;
}

/* Banner Css End */

/* About Sec Css Start */

.aboutSec {
    background: url(../images/abtBanr.jpg) center/cover no-repeat;
}

.abtImg figure img {
    border-radius: 0 11.0625rem 11.0625rem 11.0625rem;
}

.aboutSec .headTwo {
    margin: auto 0;
    margin-bottom: 0.75rem;
}

.aboutSec .headOne {
    font-family: "moven-medium", sans-serif;
}

/* About Sec Css End */

/* Service Sec Start */

.serviceSec {
    background: url(../images/serviceBg.png) center/cover no-repeat;
}

.serviceSec .row + .row {
    padding-top: 5rem;
}

.serviceImg figure img {
    border-radius: 0 5.5rem 5.5rem 5.5rem;
    width: 100%;
    opacity: 0.89;
    mix-blend-mode: normal;
    /* filter: grayscale(1); */
}

.sectionHeading {
    font-size: 4rem;
    /* background-color: var(--primary); */
    width: fit-content;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0px 0.625rem;
    color: var(--secondary);
}

.suplyHeading {
    font-size: 3.4375rem;
    /* background-color: var(--primary); */
    width: fit-content;
    border-radius: 5px;
    padding: 0px 0.625rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.suplyHeading:hover {
    color: var(--primary);
}

.serviceContent h6 {
    font-size: 1.375rem;
    color: var(--secondary);
    font-family: "moven-medium", sans-serif;
}

/* Service Sec End */

/* Team Sec Start */

.teamSec {
    background: url(../images/teaminnerBg.jpg) center/cover no-repeat;
}

.teamIcon ul {
    display: flex;
    justify-content: center;
}

.teamIcon ul li a {
    color: var(--white);
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2em;
    background: #686868;
    transition: 0.5s ease-in-out;
}

.teamIcon ul li {
    position: relative;
    flex: 1;
}

.teamIcon ul .fb a:hover {
    background-color: #0054a6;
}

.teamIcon ul .twitter a:hover {
    background-color: #00a8e1;
}

.teamIcon ul .insta a:hover {
    background-color: #ed145b;
}

.teamIcon ul li + li {
    border-left: 1px solid var(--white);
}

.teamIcon {
    text-align: center;
}

.teamIcon h5 {
    font-size: 2.1875rem;
    color: var(--secondary);
    font-family: "moven-medium", sans-serif;
    margin: 0;
    margin-top: 1.5rem;
}

/* Team Sec End */

/* Ask Sec Start */

.askSec {
    /* background: url(../images/askBg222.png) top/cover no-repeat; */
    padding-top: 14rem;
    /* filter: grayscale(1); */
    position: relative;
    z-index: 1;
}

.askSec:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0;
    top: 12rem;
}

.askHead {
    font-size: 3.75rem;
    /* background-color: var(--primary); */
    width: fit-content;
    border-radius: 5px;
    padding: 0 0.625rem;
    margin-bottom: 0.75rem;
    color: var(--secondary);
}

.askHead:hover {
    color: #00a8e1;
}
.askHead:hover .askSec{
    filter: grayscale(0);
}

.askSec ul li a {
    color: var(--secondary);
    font-family: "moven-regular", sans-serif;
}

.askSec ul li a i {
    color: var(--white);
    padding-right: 0.625rem;
}

.askSec ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 4.4375rem;
    gap: 1rem;
    margin: 1.8rem 0;
}

/* Ask Sec End */

/* Complex Sec Start */

.complexSec {
    background: url(../images/ask12.jpg) center/cover no-repeat;
    /* padding: 8rem 0; */
}

/*.complexSec::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: #0c0c0ce0;*/
/*}*/

.complexHead {
    font-size: 3.125rem;
    /* background-color: var(--primary); */
    width: fit-content;
    border-radius: 5px;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem;
    color: var(--secondary);
}

.complexHead:hover {
    color: var(--primary);
}

/* Complex Sec End */

/* Blog Sec Start */

.blogSec {
    background: url(../images/blogBg.jpg) center/cover no-repeat;
}

.blogHeading {
    text-align: center;
    margin: 0 0 2rem;
}

.blogCard {
    background: #292929;
    border-radius: 0.9375rem;
    padding: 3rem;
    margin-left: 2rem;
}

.blogCard figure {
    position: relative;
}

.blogCard figure img {
    width: 100%;
}

.blogCard figure img {
    border-radius: 0.9375rem;
}

.blogCard figure span {
    width: 5.625rem;
    height: 5.625rem;
    /* background: var(--primary); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.125rem;
    color: var(--secondary);
    font-weight: 500;
    line-height: 1;
    font-family: "moven-regular", sans-serif;
}

.blogCard figure span small {
    font-size: 1.375rem;
    font-weight: 500;
}

.blogContent {
    margin-top: 2rem;
}

.blogContent span {
    font-size: 0.9375rem;
    font-weight: 500;
    border-bottom: 1px solid;
}

.blogContent h2 {
    font-size: 2.8125rem;
    color: var(--black);
    font-weight: 400;
    /* background-color: var(--primary); */
    border-radius: 5px;
    width: fit-content;
    padding: 0 0.625rem;
    margin-top: 0.625rem;
    color: var(--secondary);
}

.blogContent ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogContent ul li {
    font-size: 1.5rem;
    color: var(--secondary);
    font-family: "moven-regular", sans-serif;
}

.blogContent ul li img {
    border: 3px solid #fff;
    border-radius: 0 3.375rem 3.375rem 3.375rem;
}

.blogSec .slick-next::before,
.blogSec .slick-prev::before {
    display: none;
}

.blogSec .slick-prev {
    position: absolute;
    top: 50%;
    color: var(--white);
    font-size: 2.5rem;
    left: -2rem;
}

.blogSec .slick-next {
    position: absolute;
    top: 50%;
    color: var(--white);
    font-size: 2.5rem;
    right: -3rem;
}

.blogSec .slick-prev:hover,
.blogSec .slick-prev:hover {
    color: var(--secondary);
}

/* Blog Sec End */

/* Logo Sec Start */

.logoSec {
    background: url(../images/galsBg.png) center/cover no-repeat;
}

.logoWrap {
    text-align: center;
    background-color: #393939;
    border-radius: 5px;
    padding: 1rem 0;
    border: 1px solid #393939;
    transition: 0.5s ease-in-out;
    margin: 0 0.3rem;
}

.logoWrap:hover {
    border: 1px solid var(--primary);
}

.logoSec .slick-prev:before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.5rem;
    position: absolute;
    left: -3rem;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0.5rem;
    bottom: -1rem;
}

.logoSec .slick-next:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.5rem;
    position: absolute;
    right: -3rem;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0.5rem;
    bottom: -1rem;
}

/* Logo Sec End */

/* Contact Sec Start */

.getSec {
    background: #292929;
    padding: 5rem 0;
}

.getHeading .sectionHeading {
    margin: 0 0 1.25rem 0;
}

.getStye input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 0 0.625rem;
    font-size: 1.25rem;
    margin: 0 0 2rem;
    font-family: "moven-regular", sans-serif;
    color: var(--secondary);
}

.getStye input::placeholder,
.getStye textarea::placeholder {
    color: #979797 !important;
}

.getStye textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 100px;
    resize: none;
    margin: 0 0 1.5rem;
    color: #979797;
    font-size: 1.25rem;
    font-family: "moven-regular", sans-serif;
}

.getStye button {
    background: transparent;
    border: 0;
    font-size: 1.25rem;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.getStye button span {
    letter-spacing: 0.4rem;
    border-bottom: 1px solid;
}

/* Contact Sec End */

/* Country Sec Start */

.countrySec {
    background: url(../images/countryBg.png) center/cover no-repeat;
}

.countryWrap img {
    border-radius: 15px;
}

.countryWrap h6 {
    font-size: 1.7rem;
    color: var(--secondary);
    /* text-align: right; */
    margin-top: 1rem;
}

/* Country Sec End */

/* Footer Sec Start */

footer {
    background-color: #292929;
    position: relative;
    padding-top: 6rem;
}

.ftrSet p {
    font-size: 1.2rem;
    line-height: 27px;
    margin: 0rem 0rem 0;
    /* text-align: center; */
}

.topSocial {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.topSocial li a {
    width: 2rem;
    height: 2rem;
    background: #e83f3a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
}

.topSocial li .fb {
    background: #4b69b0;
}

.topSocial li .insta {
    background: #f09433;
    background: -moz-linear-gradient(
            45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%
    );
    background: -webkit-linear-gradient(
            45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%
    );
    background: linear-gradient(
            45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

footer h3 {
    color: var(--secondary);
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
}

footer .links,
footer .contInfo {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 10px 0;
}

footer .links li a {
    font-size: 1rem;
    color: var(--secondary);
    text-transform: uppercase;
    padding: 0;
    font-family: "moven-regular", sans-serif;
}

footer .links li a:hover {
    color: var(--primary);
}

footer .contInfo {
    gap: 3rem 1rem;
}

footer .contInfo li a {
    display: flex;
    align-items: baseline;
    gap: 0 1rem;
}

footer .contInfo li a i {
    font-size: 1rem;
    color: var(--secondary);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

footer .contInfo li a strong {
    text-transform: uppercase;
    font-size: 1.25rem;
    color: var(--secondary);
    font-family: "moven-medium", sans-serif;
}

footer .contInfo li a span {
    display: block;
    text-transform: none;
    font-size: 1rem;
    color: var(--secondary);
    line-height: 1;
    margin-top: 7px;
    font-family: "moven-regular", sans-serif;
}

.copyRight {
    border-top: 1px solid rgb(225 225 225/18%);
    padding: 2em 0;
    margin-top: 5em;
    align-items: center;
}

.copyRight p {
    font-size: 1.3125rem;
    color: var(--secondary);
    line-height: 1;
    margin: 0;
    text-align: center;
}

/* Footer Sec End */

/* ====================== [ Start Preloader ] ====================== */

.loading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: var(--primary);*/
    z-index: 111111;
}

/* ====================== [ End Preloader ] ====================== */

.typeWritter {
    animation: text1;
}

.typeWritter {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    animation-duration: 8s;
    animation-timing-function: steps(30, end);
    animation-iteration-count: infinite;
}

.typeWritter::after {
    content: "|";
    position: absolute;
    right: 0;
    animation: caret infinite;
    animation-duration: 1s;
    animation-timing-function: steps(1, end);
}

@keyframes text1 {
    0%,
    50%,
    100% {
        width: 0;
    }
    10%,
    40% {
        width: 8em;
    }
}

@keyframes caret {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

:where(.paymentModal, .appointmentModal) .modal-content {
    /* background: #00a1d7; */
    background: url(../images/teaminnerBg.jpg) center/cover no-repeat;
}


:where(.paymentModal, .appointmentModal) :where(label, .modal-title, .close) {
    text-transform: capitalize;
    color: #fff;
}

.contactEmail a {
    font-size: 2rem;
    color: #979797;
    /* text-transform: uppercase; */
}

.contactEmail {
    text-align: center;
    margin-top: 3rem;
}

.main-slider.innerSlider {
    height: auto;
}

.abtInner {
    background: url(../images/abtBG.png) center/cover no-repeat;
    padding-top: 0rem;
    margin-top: 3rem;
}

.countryInner {
    background: url(../images/get.png) center/cover no-repeat;
}

.main-slider.innerSlider .headTwo {
    color: #9b9999;
    font-size: 5rem;
}

.serviceSec.serviceInner {
    background: url(../images/serviceInnerBG.jpg) center/cover no-repeat;
}

.careerSec {
    background: url(../images/careerBG.jpg) center/cover no-repeat;
}

.careerSec .headTwo {
    font-size: 3.4375rem;
}

.blogSec h3 {
    color: #979797;
    font-size: 15px;
    text-decoration: underline;
}

.blogSec figure img {
    /* filter: grayscale(1); */
    border-radius: 15px;
}

.teamSection,
.teamMembr {
    background: url(../images/teaminnerBg.jpg) center/cover no-repeat;
}

.teamSection h3 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #979797;
}

ul.teamList li {
    font-size: 1.125rem;
    line-height: 2;
}

ul.teamList li i {
    color: #fff;
    /* display: flex; */
}

ul.teamList li {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.teamMembr h2 {
    font-size: 2.185rem;
    color: #797979;
}

.teamMembr h3 {
    font-size: 1.25rem;
    color: #797979;
}

.teamMembr figure img {
    width: 100%;
}

.contactInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15rem;
    margin: 4rem 0 5rem;
}

.contactInfo li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    margin-bottom: 1rem;
}

.contactInfo li span strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #979797;
    text-align: center;
}

.contactInfo li span {
    font-size: 18px;
    font-weight: 500;
    color: #979797;
    text-align: center;
    display: inline-block;
}

.complexSec .complexHead {
    margin: 0 auto 1rem;
}

.complexSec p {
    margin: 0 auto 1.5rem;
    color: var(--secondary);
}
section.aboutSec.abtInner {
    border-top: 35px solid rgb(38 38 38 / 57%);
}
.logoWrap img {
    filter: grayscale(1);
}

.careerSec p a {
    color: #828282;
}

section.careerSec figure img {
    filter: grayscale(1);
}

.main-slider.innerSlider.careerInner img {
    filter: grayscale(1);
    opacity: 72%;
}

.contactEmail a:hover {
    color: var(--primary);
}

.careerSec p a:hover {
    color: var(--primary);
}

.main-slider p strong {
    margin-top: 2rem;
    display: block;
}

header .themeBtn {
    background: transparent;
    border: 1px solid var(--secondary);
}

.teamWrap a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamWrap a img {
    height: 250px;
    object-fit: cover;
}

.carousel-item .grey {
    filter: grayscale(1);
    object-fit: cover;
    height: 754px;
}

.askSec h6 {
    font-size: 1.2rem;
    color: var(--secondary);
    font-family: "moven-medium", sans-serif;
}

header .form-inline {
    margin-left: -10rem;
}

section.serviceSec p {
    text-align: justify;
    line-height: 1.5;
}

section.aboutSec p {
    text-align: justify;
}

.innerSlider .carousel-caption {
    bottom: 0;
    align-items: end;
}

.complexSec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.complexSec .container {
    position: relative;
    z-index: 1;
}

/* Begin: Access Pages CSS */
.accountAccesSec {
    padding: 8rem 0;
    text-align: center;
    background: url("../images/teaminnerBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.accountAccesSec .whitebg {
    background: var(--primary);
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 20px 6px rgb(0 0 0 / 4%);
}

.accountAccesSec h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 3rem;
    color: #000;
}

.accountAccesSec h2 span {
    display: block;
    font-weight: 200;
    font-size: 40px;
}

.accountAccesSec .formStyle {
    padding: 0;
    border: 0;
}
.loginIner {
    filter: grayscale(1);
}
.accountAccesSec .formStyle label {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    color: #000;
}

.accountAccesSec .formStyle .form-control {
    padding: 6px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
    height: 4rem;
}

.accountAccesSec .formStyle .forgetPass {
    color: #231f20;
    border-bottom: 1px solid #231f20;
    text-decoration: none;
}

.or {
    margin: 30px 0 10px;
    border-top: 1px solid #ccc;
}

.or span {
    position: relative;
    top: -13px;
    background: var(--primary);
    padding: 3px 10px;
    color: #fff;
}

.accountAccesSec p a {
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid var(--primary);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.socialIo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.socialIo li a {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    line-height: 44px;
    font-size: 18px;

    color: var(--black);
    border: 1px solid var(--black);
}

.socialIo li a:hover {
    background-color: var(--black);
    color: var(--white);
}

section.accountAccesSec p {
    color: #000;
}

/* END: Access Pages CSS */
ul.contactInfo li a span:hover {
    color: var(--primary);
}
footer .contInfo li a span:hover {
    color: var(--primary);
}

.askHead:hover {
    color: #00a8e1;
}

.askSec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    z-index: -1;
    background: url(../images/askBg222.png) top/cover no-repeat;
    padding-top: 14rem;
}
.askSec ul li a:hover {
    color: var(--primary);
}

.askContent .themeBtn:hover {
    background: var(--primary);
}
.serviceContent strong {
    color: var(--secondary);
    display: block;
    margin-bottom: -1.4rem;
    text-align: center;
}

.contactSec {
    background: url(../images/teaminnerBg.jpg) center/cover no-repeat;
}



.modal-header h5 {
    color: #fff;
}
.modal-footer .themeBtn:hover {
    background: var(--primary);
    color: #fff;
}

.teamIcon h5:hover {
    color: var(--primary);
}

.blogContent h2:hover {
    color: var(--primary);
}

footer h3:hover {
    color: var(--primary);
}

.abtLine {
    /* border-top: 40px solid #00000094; */
    margin-bottom: 2rem;
}


.teamSec .sectionHeading:hover {
    color: var(--primary);
}
.complexSec span {
    color: var(--primary);
}
.teamIcon p {
    text-align: center;
}
.sectionHeading:hover {
    color: var(--primary);
}