/* Webfont include */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
    padding: 0;

    margin: 0;
}

/* Color */

:root {
    --primary-Light: #e44210;

    --Primary-dark: #30735a;

    --text-primary: #9bcfda;

    --text-secondary: #020202;

    --text-grey-400: #787a82;

    --error: #eb4335;

    --white: #ffffff;

    --black: #000000;
}

body {
    font-family: "Outfit", sans-serif;

    font-optical-sizing: auto;

    font-style: normal;

    padding: 0;

    margin: 0;
}

a {
    color: inherit;

    text-decoration: none;
}

a:hover {
    color: inherit;

    text-decoration: none;

    transition: all 0.6s;

    text-decoration: none;
}

h1 {
    font-size: 48px;

    line-height: 53px;
}

h1,
h2,
h3 {
    font-family: "Cormorant Garamond", serif;

    font-style: normal;

    font-weight: 700;
}

h4,
h5,
h6 {
    margin: 0;

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

    font-optical-sizing: auto;

    font-style: normal;
}

ul,
li {
    margin: 0px;

    font-weight: 500;

    list-style-type: none;

    font-size: 21px;

    font-weight: 400;

    line-height: 29px;
}

p {
    margin: 0px;

    font-size: 21px;

    font-weight: 400;

    line-height: 29px;
}

a {
    margin: 0px;

    font-size: 15px;

    font-weight: 500;
}

a,
a:hover,
a:focus {
    text-decoration: none;

    outline: none;
}

ul,
ol,
li {
    padding: 0;

    margin: 0;
}

.form-control:focus {
    color: #212529;

    background-color: #fff;

    border-color: #fff;

    outline: 0;

    box-shadow: none;
}

textarea {
    resize: none;
}

::-webkit-scrollbar {
    width: 10px;

    height: 5px;

    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: var(--text-secondary);

    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-Light);

    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-Light);

    border-radius: 10px;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;

    box-shadow: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: var(--Primary-dark-800);
}

/* buttons add */

.globalBtnDark {
    padding: 12px 23px;

    color: var(--white);

    background-color: var(--Primary-dark);

    border-radius: 5px;

    display: inline-flex;

    text-transform: uppercase;

    font-size: 15px;

    align-items: center;

    gap: 10px;

    transition: all 0.4s ease-in-out;
}

.globalBtnDark:hover {
    color: #fff;

    background-color: var(--text-secondary);
}

.globalBtnLight {
    padding: 12px 23px;

    color: var(--text-secondary);

    background-color: var(--text-primary);

    border-radius: 5px;

    display: inline-flex;

    text-transform: uppercase;

    font-size: 15px;

    align-items: center;

    gap: 10px;
}

/* Slider navbar */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link {
    background-color: transparent;

    color: var(--text-secondary);
}

.owl-nav {
    color: #fff;

    display: flex;

    justify-content: space-between;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    z-index: -1;
}

.owl-nav button.owl-prev span {
    left: -40px;
}

.owl-nav button.owl-next span {
    right: -40px;
}

.owl-nav button span {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    height: 35px;

    width: 35px;

    background-color: #0000008c;

    color: var(--white);

    border-radius: 50%;

    position: relative;
}

.owl-dots button.owl-dot span {
    background: var(--white);

    display: inline-block;

    width: 6px;

    height: 6px;

    border-radius: 50%;

    margin: 5px;
}

.owl-dots button.owl-dot.active span {
    background: var(--white);

    display: inline-block;

    width: 15px;

    height: 6px;

    border-radius: 5px;

    margin: 5px;
}

.owl-dots {
    margin-top: 50px;
}

/* global heading */

.global-heading {
    text-align: center;

    position: relative;
}

.global-heading p,
.global-heading h3 {
    position: relative;

    z-index: 3;
}

.global-heading h3 {
    text-transform: capitalize;

    font-size: 28px;

    margin-top: 5px;
}

.global-heading .global-pera span::before {
    content: "";

    width: 119px;

    position: absolute;

    height: 2px;

    top: 50%;

    transform: translate(-100%, 50%) rotateY(180deg);

    left: -20px;
}

.global-heading h2 {
    font-size: 100px;

    text-transform: uppercase;

    line-height: 56px;

    position: absolute;

    left: 50%;

    top: 0%;

    transform: translate(-50%, -50%);

    white-space: nowrap;
}

.global-pera span {
    position: relative;
}

.global-pera span::after {
    content: "";

    width: 119px;

    position: absolute;

    height: 2px;

    top: 50%;

    right: -20px;

    transform: translate(100%, -50%);
}

.global-pera.white-clr span::after {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.global-pera.white-clr span::before {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.global-pera.green-clr span::after {
    background-image: linear-gradient(to right, var(--Primary-dark), rgba(255, 255, 255, 0));
}

.global-pera.green-clr span::before {
    background-image: linear-gradient(to right, var(--Primary-dark), rgba(255, 255, 255, 0));
}

.global-pera.green-clr span {
    color: var(--Primary-dark);
}

/* main header */

.main-header {
    margin-bottom: 25px;
}

.main-header h6 {
    color: var(--Primary-dark);

    margin-bottom: 8px;
}

/* Top bar start */

.top-bar {
    background-color: var(--black);

    padding: 15px 0px;

    color: var(--white);
}

.top-bar ul {
    column-gap: 20px;

    align-items: center;
}

.top-bar-rgt li a {
    font-weight: 400;

    font-size: 13px;

    display: inline-flex;

    align-items: center;

    column-gap: 10px;
}

.top-bar-rgt ul li {
    display: flex;

    align-items: center;
}

.top-bar-rgt ul {
    justify-content: end;

    align-items: center;

    column-gap: 30px;
}

/* Top bar end */

/* top navbar start */

.top-navbar {
    padding: 15px 0px;

    position: sticky;

    top: 0;

    z-index: 9;

    box-shadow: -2px 1px 7px 0px #d2d2d2;

    background-color: var(--white);
}

.top-navbar ul.navbar-nav li {
    padding: 0px 46px;

    font-size: 16px;

    border-right: 2px solid var(--primary-Light);
}

.top-navbar ul.navbar-nav li:first-child {
    padding-left: 0px;
}

.top-navbar ul.navbar-nav li:last-child {
    border-right: none;

    padding-right: 0px;
}

.top-navbar ul.navbar-nav li a.nav-link {
    position: relative;
}

.top-navbar ul.navbar-nav li a.nav-link {
    padding: 0;
}

.top-navbar ul.navbar-nav li a.nav-link::after {
    content: "";

    border-bottom: 2px solid transparent;

    height: 3px;

    width: 0%;

    position: absolute;

    bottom: 0;

    left: 0;

    transition: all 0.5s ease-in-out;
}

.top-navbar ul.navbar-nav li a.nav-link.active::after,
.top-navbar ul.navbar-nav li a.nav-link:hover::after {
    border-color: var(--primary-Light);

    width: 100%;
}

.top-navbar .navbar-expand-lg .navbar-nav .nav-link.active {
    color: var(--primary-Light);
}

.top-navbar .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--primary-Light);
}

.top-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary-Light);
}

header.top-navbar.loggedIn .loginBtn-cntn {
    display: flex;

    align-items: center;

    gap: 19px;
}

.navbar-toggler {
    border: none;
}

.loginBtn-cntn a.social-icon {
    display: inline-flex;

    background: #3a559e;

    color: #fff;

    width: 35px;

    height: 35px;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    margin-right: 20px;

    transition: all 0.3s ease-in-out;
}

.loginBtn-cntn a.social-icon:hover {
    background-color: var(--black);
}

/* top navbar end */

/* hero banner start */

.hero-banner {
    background: url("../images/hero-banner.png") no-repeat;

    background-position: center;

    background-size: 100% 100%;

    height: 100vh;
    position: relative;
}

.hro-baner-cntn {
    display: flex;

    height: 100vh;

    align-items: start;

    text-align: left;

    justify-content: center;

    flex-direction: column;

    max-width: 713px;

    color: var(--white);
}

.hro-baner-cntn h1 {
    margin: 50px 0 0;
}

.hro-baner-cntn p {
    font-size: 17px;

    position: relative;
}

/* hero banner end */

/* mouse scroll effect start */

.scroll-downs {
    position: relative;

    top: -46px;

    right: 0;

    bottom: 0;

    left: 0;

    margin: auto;

    width: 80px;

    height: 80px;

    background: var(--text-primary);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 2px 2px 14px 0px #0000004f;
}

.mousey {
    width: 3px;

    padding: 10px 14px;

    height: 26px;

    border: 2px solid #fff;

    border-radius: 25px;

    opacity: 0.75;

    box-sizing: content-box;
}

.scroller {
    width: 3px;

    height: 10px;

    border-radius: 25%;

    background-color: #fff;

    animation-name: scroll;

    animation-duration: 2.2s;

    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);

    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);

        opacity: 1;
    }

    100% {
        transform: translateY(15px);

        opacity: 0;
    }
}

/* mouse scroll effect end */

/* about us start */

.about-us {
    padding: 150px 0px 100px;
}

.about-us .row {
    align-items: center;
}

.about-thumb img {
    object-fit: cover;

    width: 100%;
}

.about-cntn {
    padding-left: 50px;
}

.about-cntn {
    padding-left: 50px;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.about-cntn p.global-pera {
    color: var(--Primary-dark);
}

.about-cntn h3 {
    margin-top: 5px;

    margin-bottom: 11px;
}

.about-cntn p {
    color: var(--text-grey-400);

    margin-bottom: 12px;
}

/* about us end */

/* our team start */

.our-team {
    background-color: var(--text-primary);

    padding: 80px 0;
}

.our-team .global-heading h2 {
    color: #30735a12;
}

.team-thumb img {
    width: 100%;

    transition: all 0.3s ease-in-out;
}

.team-thumb {
    overflow: hidden;

    transition: all 0.3s ease-in-out;
}

.team-item {
    background: var(--white);

    height: 100%;

    transition: all 0.3s ease-in-out;
}

.team-item:hover .team-thumb img {
    transform: scale(1.2);

    transition: all 0.3s ease-in-out;
}

.team-cntn {
    padding: 20px;
}

.team-cntn p {
    color: var(--text-grey-400);
}

.team-cntn h6 {
    color: var(--Primary-dark);

    margin-bottom: 20px;

    font-size: 18px;

    font-weight: 400;
}

.our-team .global-heading {
    margin-bottom: 50px;
}

/* our team end */

/* price packaging start */

.price-packaging {
    padding: 80px 0px;

    text-align: center;

    overflow-x: hidden;
}

.price-package-inner-cntn .global-heading {
    margin-bottom: 20px;
}

.price-package-inner-cntn p.global-pera span::before {
    display: none;
}

.price-package-inner-cntn p {
    color: var(--text-grey-400);
}

.price-packaging .global-heading {
    text-align: left;
}

.feature-section {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-evenly;

    margin-top: 38px;
}

.feature-item span {
    background: var(--Primary-dark);

    display: inline-flex;

    align-items: center;

    justify-content: center;

    height: 48px;

    width: 48px;

    border-radius: 8px;

    transition: all 0.3s ease-in-out;
}

.feature-item:hover span {
    background-color: var(--text-primary);
}

.feature-item {
    display: flex;

    align-items: center;

    gap: 12px;
}

.feature-item h3 {
    margin-bottom: 0px;
}

.price-package-inner {
    margin-top: 100px;

    text-align: left;
}

.price-package-inner-cntn .global-heading h2 {
    color: #1b1b1b0f;
}

.price-package-advance {
    padding: 50px;

    background: url("../images/advance-bg.png") no-repeat;

    background-position: center;

    background-size: cover;

    background-attachment: fixed;
}

.price-package-advance li {
    display: flex;

    align-items: baseline;

    gap: 10px;

    margin: 12px 0px;
}

.price-package-advance a.globalBtnDark {
    margin-top: 20px;
}

.price-package-inner-cntn {
    display: flex;

    flex-direction: column;

    justify-content: center;

    height: 100%;

    width: 82%;

    margin-left: auto;
}

.price-package-inner-cntn .global-heading h2 {
    color: #1b1b1b0f;

    left: 18%;
}

.price-tag {
    font-size: 40px;

    margin: 20px 0;

    font-weight: 900;

    color: var(--Primary-dark);
}

.price-tag sub {
    font-size: 16px;

    font-weight: 700;
}

.price-package-advance p {
    color: #787a82;
}

.price-package-advance h3 {
    font-size: 36px;

    color: var(--Primary-dark);
}

/* price packaging end */

/* resource array start */

.array-resource {
    padding: 80px 0px;
}

.array-resource-rgt {
    display: flex;

    gap: 51px;
}

img.down {
    margin-top: 60px;

    margin-bottom: -60px;
}

.array-resource span.array-green-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: var(--Primary-dark);

    height: 54px;

    width: 54px;

    border-radius: 4px;

    margin: 25px 0px;
}

.array-resource span.array-green-icon:hover {
    background-color: var(--text-primary);
}

.array-resorce-app li {
    color: #787a82;

    margin: 15px 0px;

    display: flex;

    align-items: baseline;

    gap: 8px;
}

.array-resorce-app {
    margin-top: 30px;
}

.array-resource-lft .global-heading {
    text-align: left;
}

.array-resource-lft .global-heading {
    text-align: left;
}

.array-resource-lft .global-heading .global-pera.green-clr span::before {
    display: none;
}

.array-resource-lft .global-heading h2 {
    left: 24%;

    color: #1b1b1b0f;
}

.array-resource.Newsletter-etudes .array-resource-lft {
    width: 69%;
}

.array-resource.Newsletter-etudes span.array-green-icon {
    margin-top: 0px;
}

.array-resource-lft h2.global-pera.green-clr span {
    color: var(--black);
}

.array-resource.Newsletter-etudes .array-resorce-app {
    margin-top: 0;

    margin-bottom: -90px;
}

.array-resource-rgt img {
    width: 46%;

    transition: all 0.3s ease-in-out;
}

.array-resource-rgt img:hover {
    filter: grayscale(1);
}

.array-resource.Newsletter-etudes {
    margin: 0px 0px 60px;
}

img.newsletter-side {
    position: absolute;

    right: 0;

    bottom: -60px;

    max-width: 24%;
}

.array-resource.Newsletter-etudes {
    padding: 80px 0px;

    position: relative;
}

.array-resource.Newsletter-etudes .row {
    align-items: center;
}

/* resource array end */

/* testimonial start */

.testimonial-cntn {
    background: url("../images/testimonial-bg.png") no-repeat;

    background-position: center;

    background-size: cover;

    overflow-x: hidden;

    color: #fff;

    background-attachment: fixed;
}

section.testimonial-main {
    display: flex;

    flex-wrap: wrap;
}

.testimonial-thumb,
.testimonial-cntn {
    width: 50%;
}

.testimonial-thumb img {
    width: 100%;

    min-height: 700px;
}

.client-testimonial-dwn {
    width: 60%;

    margin: 0 auto;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;
}

.testimonial-item p {
    font-weight: 300;
}

.client-testimonial-dwn .global-heading h2 {
    color: #ffffff08;
}

.client-testimonial-dwn .global-pera.green-clr span {
    color: var(--text-primary);
}

.client-testimonial-dwn .global-pera.green-clr span::before {
    background-image: linear-gradient(to right, var(--text-primary), rgba(255, 255, 255, 0));
}

.client-testimonial-dwn .global-pera.green-clr span::after {
    background-image: linear-gradient(to right, var(--text-primary), rgba(255, 255, 255, 0));
}

.testimonial-item img {
    width: inherit !important;
}

.testimonial-item {
    text-align: center;
}

.testimonial-quote {
    margin: 25px 0px 20px;

    text-align: center;
}

.testimonial-quote span {
    margin: 0 auto;

    display: inline-flex;

    background: #9dd2dc;

    height: 62px;

    align-items: center;

    justify-content: center;

    width: 62px;

    border-radius: 50%;

    padding: 18px;
}

.testimonial-clitn {
    margin: 25px 0 10px;
}

.testimonial-clitn span {
    margin: 0 auto;

    display: inline-flex;

    height: 64px;

    align-items: center;

    justify-content: center;

    width: 64px;

    border-radius: 50%;
}

.testimonial-item h3 {
    font-size: 20px;

    color: var(--text-primary);

    margin-bottom: 0;
}

.testimonial-item span.designation {
    font-size: 12px;
}

/* testimonial end */

/* footer start */

footer.footer {
    background-color: var(--Primary-dark);

    color: var(--white);

    position: relative;

    overflow-x: clip;
}

.footer::after {
    content: "";

    position: absolute;

    top: -60px;

    background-color: var(--Primary-dark);

    height: 175px;

    left: 0;

    right: 0;

    width: 100%;

    border-radius: 50% 50% 0 0;

    transform: scale(1.1);

    z-index: 3;
}

footer.footer .custom-container {
    position: relative;

    z-index: 5;
}

.footer-subscribe {
    display: flex;

    justify-content: space-between;

    padding: 30px 0px;
}

.foter-subs-left {
    flex: 1;
}

.foter-subs-form {
    width: 40%;

    display: flex;

    position: relative;

    border-radius: 5px;

    overflow: hidden;

    align-items: center;
}

button.btn.subscribe-btn {
    position: absolute;

    background: white;

    right: 0;

    height: 50px;

    color: #30735a;

    padding: 5px 26px;

    border-radius: 0 5px 5px 0;
}

.foter-subs-form input.form-control {
    background: transparent;

    color: #fff;

    height: 50px;
}

.foter-subs-form input.form-control::placeholder {
    color: #fff;
}

.footer-dwn {
    padding: 50px 0;

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

    border-bottom: 1px solid #fff;

    display: flex;

    justify-content: space-between;

    gap: 20px;
}

.get-in-touch {
    display: flex;

    gap: 20px;
}

.footer-nav h3::after {
    width: 48px;

    height: 2px;

    content: "";

    background: #fff;

    bottom: 0;

    position: absolute;

    left: 0;
}

.footer-nav h3 {
    font-size: 22px;

    position: relative;

    padding-bottom: 20px;
}

.footer-nav li a {
    font-size: 16px;

    font-weight: 300;
}

.footer-nav li {
    font-size: 18px;

    font-weight: 300;

    display: flex;

    align-items: baseline;

    gap: 5px;

    word-wrap: break-word;
}

.footer-nav li img {
    width: 16px;

    transform: translate(0px, 2px);
}

ul.social-icons {
    display: flex;

    align-items: center;

    margin-top: 48px;

    gap: 24px;
}

.footer-copyright p {
    font-size: 16px;

    text-align: center;

    padding: 15px 0;
}

.footer-logo {
    width: 18%;

    padding-right: 50px;
}

.footer-nav {
    flex: 1;
}

.footer-logo p {
    font-size: 20px;

    margin-top: 18px;

    font-weight: 300;
}

.foter-subs-left p {
    font-size: 17px;

    font-weight: 300;
}

/* footer end */

/* Animation start */

.imAnimate {
    position: relative;

    overflow: hidden;
}

.imAnimate::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);

    content: "";

    display: block;

    height: 100%;

    left: -75%;

    position: absolute;

    top: 0;

    transform: skewX(-25deg);

    width: 50%;

    z-index: 2;
}

.imAnimate:hover::before,
.imAnimate:focus::before {
    -webkit-animation: shine 0.85s;

    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Animation end */

/* contact us start */

.cntc-left {
    width: 32%;
}

.cntc-left h5 {
    color: #30735a;

    font-size: 16px;

    margin-bottom: 8px;
}

.hero-banner.inner-page-top-banner {
    display: flex;

    align-items: center;

    color: #fff;

    background: url(../images/inner-page.png) no-repeat;

    background-size: cover;

    background-position: center;

    height: 370px;
    position: relative;
}

.estimate-form {
    padding: 50px;

    background: #9bcfda;

    text-align: center;
}

.estimate-form h2 {
    font-size: 46px;

    margin-bottom: 20px;
}

input.form-control {
    height: 46px;

    font-size: 16px;

    color: #6c6c6c;

    font-weight: 600;

    margin: 27px 0;
}

.estimain-map iframe {
    height: 387px;
}

.form-control::placeholder {
    font-size: 16px;

    color: #6c6c6c;

    font-weight: 600;
}

.cntc-left ul li,
.cntc-left ul li a,
.cntc-left p {
    font-size: 16px;

    font-weight: 500;

    display: flex;

    align-items: baseline;
}

.cntc-left ul li img,
.cntc-left p img {
    transform: translate(0px, 5px);

    margin-right: 6px;
}

.our-team.about-teams {
    padding-bottom: 150px;
}

.estimate-form button.btn.globalBtnDark {
    margin-top: 20px;
}

.cntc-left ul li a {
    color: var(--text-grey-400);
}

/* contact us end */

/* inner page start */

.hero-banner.inner-page-top-banner .hro-baner-cntn {
    height: 300px;
}

.contact-details {
    display: flex;

    gap: 15px;

    margin-top: 30px;

    flex-wrap: wrap;
}

.estimate-main {
    padding: 80px 0px 150px;
}

.contact-details h2 {
    width: 100%;

    font-size: 46px;

    font-weight: 400;
}

/* inner page end */

/* about us page start */
.about-us-main {
    padding: 80px 0px 150px;
}
.about-items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0px;
}
.about-items .about-item-thumb {
    width: 100%;
    max-width: 276px;
    aspect-ratio: 92 / 63;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}
.about-items .about-item-thumb img {
    width: 100%;
    height: 189px;
    object-fit: contain;
    object-position: top center;
}
.about-item-cntn p,
.about-us-main p {
    color: #787a82;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 31px;
}
.about-item-cntn p:last-child,
.about-us-main p:last-child {
    margin-bottom: 0;
}
/* .about-item-cntn h4,
.about-us-main h4 {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-weight: 700;
} */

.about-item-cntn h4,
.about-us-main h4 {
    margin-bottom: 20px;
    font-size: 28px;
}

.about-items.rtl {
    flex-direction: row-reverse;
}

/* about us page end */

ul.PdfformSection {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul.PdfformSection li {
    flex: 0 0 auto;
    width: calc((100% - 20px) / 2);
    border: 1px solid #d5d3d3;
    border-radius: 10px;
    padding: 16px;
}
ul.PdfformSection li a {
    display: block;
    width: 100%;
}
ul.PdfformSection li:hover a img {
    transform: scale(0.875);
}
ul.PdfformSection li a img {
    min-height: 400px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 16px;
    transition: 0.3s all;
}
ul.PdfformSection li a span {
    display: block;
    text-align: center;
}

/* surfies page start */

.sufries-baner-thumb img {
    width: 100%;
}

.ebook-download {
    padding: 80px 0px;
    background: var(--text-primary);
}
.ebook-download .global-heading h2 {
    color: #0000000f;
}
.ebook-download .global-heading {
    margin-bottom: 30px;
}
.surfies-cntn {
    background: #252525;
    transform: translate(-80px, 0px);
    padding: 40px;
    color: #fff;
    text-align: left;
}
.surfies-welcome-banner .row {
    align-items: self-end;
}
.surfies-cntn p {
    margin: 20px 0px;
    color: #fff;
}

.ebook-item-cntn p {
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ebook-item-thumb {
    margin: 7px;
}
.ebook-download-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e64d1e;
    margin: 13px 0px;
}
.ebook-item-cntn {
    flex: 1;
    padding: 15px;
}
.ebook-item-thumb {
    margin: 7px;
    width: 40%;
}
.ebook-item-thumb img {
    width: 100%;
    border-radius: 5px;
}
.ebook-item-cntn .globalBtnDark:hover i {
    transform: translate(0px, 4px);
}

.video-section {
    padding: 80px 0px;
}
.video-item iframe {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.video-section .global-heading h2 {
    color: #1b1b1b0f;
}
.video-section .global-heading {
    margin-bottom: 40px;
}
.video-item {
    margin: 8px 0px;
}
.video-comment {
    padding-bottom: 135px;
}
.video-comment-iner {
    padding: 60px 30px;
    background: url("../images/surfies/form-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    background-attachment: fixed;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.video-comment-iner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #30735af2;
    z-index: 1;
}
.video-comment .row {
    position: relative;
    z-index: 2;
}
.video-comment h2 {
    color: #fff;
    margin-bottom: 30px;
}
.video-comment-iner .globalBtnDark {
    background: #000;
}

/* surfies page end */

/* surfies welcome banner main start */
.surfies-welcome-bannermain {
    padding: 80px 0px;
}
.surfies-welcome-bannermain h2 {
    font-size: 50px;
}
.surfies-welcome-bannermain {
    background: url(../images/surfies/top-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0px 100px;
    margin-top: -50px;
}
section.surfies-welcome-bannermain p {
    padding: 8px 0px;
}
.surfies-welcome-bannermain h2 {
    font-size: 50px;
    letter-spacing: -5px;
    font-family: "Kaushan Script", cursive;
    font-weight: 800;
}
.surfies-welcome-bannermain h2 span:nth-child(even) {
    color: #00b0f0;
}
.surfies-welcome-bannermain h2 span:nth-child(odd) {
    color: #00b050;
}
/* surfies welcome banner main end */

/* login page start */

.loginArea h2 {
    text-align: center;
}

.loginArea form {
    background: white;
    max-width: 490px;
    border-radius: 8px;
    padding: 30px;
    margin: 26px auto 0;
    box-shadow: 1px 1px 12px 3px #e0e0e0;
}

.loginArea form p {
    width: 100%;
    margin: 10px 0px;
}
.loginArea form p input[type="password"],
.loginArea form p input[type="text"] {
    width: 100%;
    padding: 6px 15px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    font-size: 17px;
}
.loginArea form p label {
    width: 100%;
    margin-bottom: 3px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.loginArea form p.login-submit {
    text-align: center;
}
.loginArea form p.login-submit input.button {
    background-color: var(--Primary-dark);
    color: var(--white);
    padding: 5px 29px;
    border: none;
    border-radius: 6px;
}
.loginArea form p.login-submit input.button:hover {
    background-color: var(--black);
}
.loginBtn-cntn a.social-icon:last-child {
    margin-right: 0px;
    margin-left: 17px;
}

/* login page end */
.contArea {
    text-align: center;
}
.contArea h4 {
    font-size: 1.35rem;
}
.page_link_wrap h4 {
    font-size: 20px;
}
.page_link_wrap .page_links_area {
    margin-top: 16px;
}
.page_link_wrap .page_links_area li a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page_link_wrap .page_links_area li a i {
    color: inherit;
    animation: handicon linear 2s infinite;
}
.page_link_wrap .page_links_area li {
    margin-bottom: 8px;
}
.page_link_wrap .page_links_area li:last-child {
    margin-bottom: 0;
}
.page_link_wrap .page_links_area li a span {
    border-bottom: 1px solid transparent;
    transition: 0.3s all;
    line-height: 1.2;
}
.page_link_wrap .page_links_area li a:hover span {
    border-bottom: 1px solid #000;
}
@keyframes handicon {
    0% {
        color: inherit;
    }
    20% {
        color: #00b0f0;
    }
    40%{
        color: #00b050;
    }
    60% {
        color: #00b0f0;
    }
    80%{
        color: #00b050;
    }
    100% {
        color: inherit;
    }
}
