@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:active {
    text-decoration: none;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
    right: 0;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav,
.nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width:991px) {
    a#hamburg {
        display: block;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background: black;
        box-shadow: 2px 0 0px #bb0908 inset;
        display: block;
        height: 100%;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(250px);
        width: 250px;
    }

    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav>form {
        position: relative;
    }

    .nav1 a:hover {
        color: #bb0908;
        text-decoration: none;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
        margin-top: 50px;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #bb0908;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover>a {
        color: #0c73b4;
    }

    .nav1 ul li a>i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover>ul {
        display: none;
    }

    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
    }

    .nav1 ul li.open>a {
        background-color: transparent;
    }

    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
    }

    .nav1 ul li.open>ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        right: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(0px);
        z-index: 999;
        top: 35px;
        right: 10px;
    }

    html.open-menu main {
        transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 15;
        transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open>span {
        background: #bb0908;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 30px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #bb0908;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        outline: 1px solid #ffffff9e;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 9px;
        transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 19px;
        transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 29px;
        transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider {
    display: none;
}

.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {
    display: block !important;
}

.slider {
    position: relative;
    clear: left;
    overflow: hidden;
}

.slider .inner-item {
    height: 756px;
}

.slider .container {
    position: relative;
}

.slick-slide .caption {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    left: 10%;
    text-shadow: 2px 2px 2px #000;
    top: 37%;
    width: 35%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 0;
    z-index: 99;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.thumb-slider .slick-slide {
    margin: 5px 0 0 5px;
}

.slider-thumb .thumb-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    transition: all .25s ease;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
}

.slick-dots button {
    border: 1px solid #333;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 5px;
}

.slick-dots .slick-active button {
    background: #303030;
}

.slick-arrow {
    border: 0px;
    font-size: 0;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #303030 url(../images/right-arrow.png) no-repeat center center !important;
    width: 36px;
    height: 40px;
    /* transform: rotate(180deg); */
}

.services-slider .slick-arrow {
    height: 65px;
}

.slick-arrow:hover {
    background: #000 url(images/right-arrow.png) no-repeat center center;
}

.slick-next.slick-arrow {
    transform: rotate(0deg)
}

.slider-progress {
    width: 100%;
    height: 5px;
    background: rgba(0, 216, 192, 0.8);
    position: absolute;
    top: 0;
    z-index: 99;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: rgba(36, 51, 0, 0.8);
}

.thumb-slider .slick-active img {
    border: 1px solid transparent
}

.thumb-slider .slick-current img {
    opacity: 0.5;
}



/* ================================== Header Sticky ==================================================== */
header.sticky {
    position: fixed;
    background: black;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 99;
    box-shadow: 0 0 50px #ffffff1f;
}

header.sticky .logo img {
    width: 40px;
}

header.sticky .group-links nav ul li a {
    font-size: 15px;
}

header.sticky .header-btn a {
    padding: 15px 30px 15px 70px;
}

header.sticky .header-btn a:hover {
    padding: 15px 70px 15px 30px;
}

header.sticky .header-btn a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* ================================== Header Style ==================================================== */
header .group-links {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 60px;
}

header {
    padding: 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

header .row {
    display: flex;
    align-items: center;
}

header .group-links nav ul li a {
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
}

.header-btn a:hover {
    padding: 20px 70px 20px 30px;
    text-decoration: none;
    color: white;
}

.header-btn a:hover i {
    left: 80%;
}

.header-btn a {
    display: inline-block;
    background: #bb0908;
    color: white;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 30px 20px 70px;
    position: relative;
    border-radius: 100px;
    text-transform: uppercase;
    border: 1px solid white;
}

.header-btn i {
    display: inline-block;
    position: absolute;
    left: 8px;
    background: #eb0e0d;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    font-size: 12px;
    font-weight: lighter;
    transition: all 1s ease;
}

header .group-links nav ul {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

header .group-links nav ul li {
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
}

header .group-links nav ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 8px;
    background: white;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .group-links nav ul li:last-child:before {
    content: unset;
}

header .group-links nav ul li:hover a {
    text-decoration: none;
    color: #a9a5a5;
}

/* ================================== Banner Style ==================================================== */
section.banner {
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

section.banner .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 900px;
}

section.banner img.Graphic-mobile {
    position: absolute;
    right: 150px;
    bottom: -100px;
    z-index: 2;
}

section.banner img.left-v {
    position: absolute;
    right: 602px;
    top: 0;
    z-index: 1;
    mix-blend-mode: color-dodge;
    animation: fadeinleft 5s ease 1;
}

section.banner img.right-v {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 1;
    mix-blend-mode: color-dodge;
    animation: fadeinright 5s ease 1;
}

section.banner .banner-content .title h2 {
    font-size: 64px;
    line-height: 64px;
    font-weight: 900;
    color: white;
}


section.banner .banner-content .title h2 span {
    color: #c81010;
}

section.banner .banner-content .btn-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
}


@keyframes fadeinleft {
    0% {
        right: 2602px;
    }

    100% {
        right: 602px;
    }
}

@keyframes fadeinright {
    0% {
        right: -2602px;
    }

    100% {
        right: 50px;
    }
}

.cursor {
    display: inline-block;
    width: 3px;
    margin-left: 4px;
    background: red;
}

.cursor.blink {
    animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        background: red;
    }

    40%,
    50% {
        background: transparent;
    }
}


/* ===================== global style ======================== */
.gl-btn a {
    display: inline-block;
    background: #bb0908;
    color: white;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 30px 20px 70px;
    position: relative;
    border-radius: 100px;
    text-transform: uppercase;
}

.gl-btn a:before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    left: 8px;
    background: #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    font-size: 12px;
    font-weight: lighter;
    transition: all 1s ease;
    color: #bb0908;
}

.gl-btn a:hover {
    padding: 20px 70px 20px 30px;
    text-decoration: none;
    color: white;
}

.gl-btn a:hover:before {
    left: 80%;
}

.gl-btn.trans a {
    border: 1px solid white;
    margin-left: 12px;
    background: unset;
}

.gl-btn.trans a:before {
    background: #bb0908;
    color: white;
}

.gl-btn a:focus {
    text-decoration: none;
    color: white;
}

.gl-para p {
    font-size: 16px;
    line-height: 25px;
    color: #ffffffdb;
    margin: 0 0 15px;
}

.gl-heading h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: white;
    margin: 0 0 15px;
}


.gl-heading h2 span {
    color: #c81010;
    display: block;
}

/* ===================== About section style ======================== */
.bg-combo {
    background-image: url(../images/JW-Jessica.png);
    background-size: cover;
    background-repeat: no-repeat;
}

section.about-sec {
    padding: 150px 0 60px 0;
}

section.about-sec .gl-heading {
    /*max-width: 300px;*/
    margin: 0 0 20px;
}

section.about-sec .content {
    max-width: 630px;
    padding-left: 60px;
}

section.about-sec .gl-para {
    margin: 0 0 55px;
}

section.about-sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.about-sec .thumbnail {
    text-align: center;
}

section.about-sec .thumbnail img {
    width: 100%;
}

/* ===================== Three Box section style ======================== */
section.three-box .box-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.three-box .box-content ul li {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    padding: 40px 40px 20px;
    flex: 0 0 33.33%;
}

section.three-box .box-content ul li:last-child {
    border-right: 1px solid white;
}

section.three-box .box-content ul li .title h4 {
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 20px;
    color: white;
    text-transform: capitalize;
    font-family: 'Conv_Poppins-Regular';
}

section.three-box .box-content ul li .btn a {
    font-size: 18px;
    line-height: 24px;
    color: #db1515;
    text-transform: capitalize;
}

section.three-box .box-content ul li .btn a:hover {
    color: #918e8e;
    text-decoration: none;
}

section.three-box .box-content ul li .btn {
    margin-top: 20px;
}

section.three-box .box-content ul li:hover {
    background: linear-gradient(165deg, #9233ae, #3c1b46);
    border-bottom: 1px solid #db1515;
    box-shadow: 0 0 10px #9134ae;
}

section.three-box .box-content ul li:hover a {
    color: white;
}

/* =======================  subscribtion style ============================ */
section.subscribtion {
    position: relative;
    overflow: hidden;
}

section.subscribtion img.rd {
    position: absolute;
    right: 280px;
    bottom: -200px;
}

section.subscribtion img.rd-mock {
    position: absolute;
    top: -209px;
    right: 591px;
}

section.subscribtion .gl-heading h2 span {
    display: inline-block;
}

section.subscribtion .gl-para {
    margin: 0 0 60px;
    max-width: 440px;
}

section.subscribtion .gl-heading {
    padding-bottom: 10px;
}

section.subscribtion .content {
    height: 770px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* ======================= testimonial seciton style ================================= */
section.testimonials-sec {
    padding: 160px 0;
}

section.testimonials-sec .slick-arrow {
    background: #ffffff00 url(../images/right-arrow.png) no-repeat center center !important;
    right: -120px;
}
section.testimonials-sec .content {
    max-width: 700px;
}

section.testimonials-sec .content .gl-para {
    margin: 0 0 100px;
}

section.testimonials-sec ul.slick-dots {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 100px;
    bottom: 10px;
}

section.testimonials-sec .slick-dots button {
    background: #8f8888;
    width: 10px;
    height: 10px;
    display: block;
}

section.testimonials-sec .slick-dots .slick-active button {
    background: #ffffff;
    width: 12px;
    height: 12px;
}
section.testimonials-sec .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
section.testimonials-sec .content .qoute {
    position: relative;
    left: -44px;
    top: 71px;
}
section.testimonials-sec .content .title h4 {
    color: #fa0c0c;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
}

/* ==================== footer style =========================== */
.footer-body .heading h4 {
    color: white;
    text-transform: capitalize;
    font-family: 'Conv_Poppins-Regular';
    margin: 0 0 50px;
    padding: 0 0 32px;
    font-size: 18px;
    position: relative;
}

.social-media ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 15px;
}

.social-media ul a {
    text-decoration: none;
}

.social-media ul a i {
    color: #908888;
    border: 1px solid #908888;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    transition: all .5s ease;
}

.social-media ul a i:hover {
    color: white;
    border-color: white;
}

.contact-details {
    max-width: 280px;
}

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

.contact-details ul span {
    display: block;
    color: #cbcbcb;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.contact-details ul a {
    font-size: 16px;
    color: #cbcbcb;
    line-height: 25px;
    display: inline-block;
}

.contact-details ul li {
    margin: 0 0 15px;
    position: relative;
    padding-left: 30px;
}
.footer-body .gl-para p {
    color: #cbcbcb;
    line-height: 28px;
}

.contact-details ul a:hover {
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
}
.footer-body .footer-content {
    max-width: 330px;
}

.footer-body .footer-content .gl-para {
    margin: 0 0 40px;
}

.footer-body .row {
    position: relative;
}

.footer-body .row:before {
    content: '';
    position: absolute;
    top: 50px;
    width: 98%;
    height: 1px;
    background: #90888863;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.footer-body .heading h4:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100px;
    background: #ffffff94;
    height: 1px;
}
.ftr-testi-combo {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-position: center;
}

.footer-body .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-body .footer-links ul li {
    margin: 0 0 15px;
}

.footer-body .footer-links ul li a {
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    text-transform: capitalize;
    color: #cbcbcb;
}

.footer-body .footer-links ul li a:hover {
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
}
.contact-details ul li.address:before {
    content: '\f041';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 18px;
}

.contact-details ul li.phone:before {
    content: '\f10b';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 20px;
}

.contact-details ul li.email:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 16px;
}
.newsletters .sub-heading h4 {
    color: white;
    font-size: 16px;
    font-family: 'Conv_Poppins-Regular';
    margin: 0 0 12px;
    text-transform: capitalize;
}

.newsletters .sub-heading p {
    font-size: 16px;
    line-height: 25px;
    color: #cbcbcb;
    margin: 0 0 30px;
}
.footer-body form {
    display: flex;
    align-items: center;
    position: relative;
}

.footer-body form input[type="email"] {
    width: 100%;
    background: #ffffff24;
    border: 1px solid white;
    padding: 15px 80px 15px 20px;
    color: white;
    font-size: 16px;
    font-family: 'Conv_Poppins-Regular';
}

.footer-body form input[type="button"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background: #ffffff00;
    border: unset;
    background-image: url(../images/email-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.footer-body {
        padding: 40px 0px 90px 0px;
}

.copyright .copyrights-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.copyright .copyrights-links ul li {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.copyright .copyrights-links ul li a {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    color: #7e8896;
}

.copyright .copyrights-links ul li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #7e8896;
    width: 1px;
    height: 15px;
}

.copyright .copyrights-links ul li:last-child:before {
    content: unset;
    padding: 0;
    margin: 0;
}

.copyright .copyrights-links ul li a:hover {
    color: white;
    text-decoration: none;
}


.copyright .copyrights-links .copyright-title p {
    font-size: 14px;
    line-height: 25px;
    color: white;
}

.copyright-title p {
    color: #7e8896;
    text-align: right;
    margin: 0;
}

.copyright .row {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright .row:before {
    content: '';
    position: absolute;
    top: 0;
    background: #90888863;
    height: 1px;
    width: 100%;
}
img.red-img {
    position: absolute;
    right: 0;
    top: 0;
    mix-blend-mode: color-dodge;
    animation: lowhigh 5s alternate infinite;
}
img.red-img-left {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color-dodge;
    transform: scaleX(-1);
    animation: lowhigh 5s alternate infinite;
}

@keyframes lowhigh {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* =========================== About Page ============================================== */
section.banner.inner-banner .banner-content .title h2 {
    width: 811px;
}
section.exlore-about-sec .gl-heading h2 span {
    display: inline;
}

section.exlore-about-sec .gl-heading {
    margin: 0 0 25px;
}

section.exlore-about-sec .gl-para p {
    margin: 0 0 35px;
}
section.exlore-about-sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.exlore-about-sec .thumbnail {
    text-align: right;
}

.about-com {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.daily-progress-sec {
    padding: 110px 0;
}

section.daily-progress-sec .thumbnail img {
    width: 100%;
    height: auto;
}

section.daily-progress-sec .content {
    padding-left: 80px;
}

section.daily-progress-sec .content ul {list-style: none;padding: 0;margin: 0;}

section.daily-progress-sec .content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 10px;
    margin: 0 0 16px;
    padding: 10px 10px 10px 30px;
    transition: all 1s ease;
}

section.daily-progress-sec .content ul li .grp-heading {
    flex: 0 0 70%;
    padding-right: 15px;
}

section.daily-progress-sec .content ul li .grp-heading .title h4 {
    font-size: 26px;
    line-height: 32px;
    color: white;
    margin: 10px 0 10px;
}

section.daily-progress-sec .gl-heading {
    margin: 0 0 30px;
}

section.daily-progress-sec .gl-heading h2 {
    font-size: 80px;
    line-height: 80px;
}
section.daily-progress-sec .content ul li:hover {
    background: #ffffff3d;
    border-color: #ffffff0d;
}

section.daily-progress-sec .content ul li:hover .grp-heading .title h4 {
    color: #c81010;
}

/*privacy policy
**********************************/
section.exlore-about-sec.p_p {
    padding: 50px 0;
}

.p_p .short-heading h4 {
    color: #fff;
    font-size: 30px;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.p_p .short-heading {
    margin: 10px 0px !important;
}

.p_p .privacy_content .gl-para ul {
    padding-left: 50px;
}

.p_p .privacy_content .gl-para ul li {
    color: #fff;
}

.p_p .privacy_content .gl-para ul li::marker {
    color: red;
    font-size: 25px;
}
.p_p .privacy_content .gl-para p span {
    color: red;
}
/*contact us page
***********************/
.contact .submit-btn {
    display: inline-block;
    background: #bb0908;
    color: white;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 30px 20px 70px;
    position: relative;
    border-radius: 100px;
    text-transform: uppercase;
    border: none;
    -webkit-transition: .6s;
    transition: .6s;
}

.contact .submit-btn:before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    left: 8px;
    background: #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    font-size: 12px;
    font-weight: lighter;
    transition: all 1s ease;
    color: #bb0908;
}

.contact .submit-btn:hover {
    padding: 20px 70px 20px 30px;
    text-decoration: none;
    color: white;
}

.contact .submit-btn:hover:before {
    left: 80%;
}
.contact .form-group label {
    display: block;
    position: absolute;
    background: #fff;
    left: 3%;
    top: 0;
    padding: 0px 10px;
    font-size: 13px;
    color: #ccc;
}

.contact .form-group input, .form-group textarea {
    width: 100%;
    margin: 10px 0px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.form-group textarea {
     padding: 10px 20px;
     height: 150px;
}

.contact .form-group {
    position: relative;
}


.contact section.exlore-about-sec.p_p {
    background: #fff;
}
.contact .content.privacy_content .gl-heading h2 {
    color: #222;
    font-size: 60px;
}

.contact .content.privacy_content .gl-para p {color: #222;width: 500px;}
.contact .form-group input {
    padding: 12px 20px;
}
section.banner.inner-banner.contact_us h2, section.banner.inner-banner.pp h2 {
    font-size: 100px;
    line-height: 1;
}
.social-media.hd {
    display: none;
}
.contact-details ul li.address {
    display: none;
}

.contact-details ul li.phone {
    display: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}