/* Body Css */
@font-face {
    font-family: Monument Extended;
    src: url(../fonts/MonumentExtended-Regular.otf);
}
@font-face {
    font-family: Monument Extended Bold;
    src: url(../fonts/MonumentExtended-Ultrabold.otf);
}
body * {
    font-family: "Raleway", sans-serif;
}
html, body {
    overflow-x: hidden;
}
h1, h2 {
    font-family: Monument Extended;
}
img {
    width: 100%;
}
ul, ol {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: unset;
}
.w-btn {
    display: inline-block;
    padding: 17px 34px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 8px;
    background: #12DC40;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s linear;
}
.w-btn2 {
    background: #FFF;
}
.btn-sec .w-btn {
    margin: 0 5px;
}
.w-btn:before {
    content: "";
    position: absolute;
    background-color: #171d2f;
    opacity: .2;
    z-index: -1;
    top: 0;
    width: 26px;
    height: 59px;
    transform: skewX(-22deg);
    transition: all .5s ease;
    right: -11px;
}
.w-btn:hover {
    background: #12DC40;
}
.w-btn:hover:before {
    width: calc(100% + 11px);
    transform: skew(0);
    right: -11px;
    opacity: 1;
}
/* Header Css */
header.header-row {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 11;
    top: 58px;
    padding: 0 220px;
}

header.header-row .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu {
    display: flex;
    align-items: center;
}
.button_container {
    position: relative;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
.overlay {
    position: fixed;
    background: #000000bd;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
.overlay ul {
    list-style: none;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding: 0px;
}
.overlay ul li {
    display: block !important;
    position: relative;
    opacity: 0;
    margin: 0 !important;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    line-height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}
.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    opacity: 1;
}
/* Banner Css */
section.banner-row {
    background-image: url(../images/banner.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 265px 0 51px;
    position: relative;
}
section.banner-row:before {
    content: "";
    background-image: url(../images/banner-before.webp);
    width: 295px;
    height: 384px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 170px;
}
section.banner-row:after {
    content: "";
    background-image: url(../images/banner-after.webp);
    width: 344px;
    height: 577px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-sec {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.banner-sec:before {
    content: "";
    background-image: url(../images/banner-cntr.webp);
    width: 439px;
    height: 171px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -264px;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-sec h1 {
    color: #12DC40;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: 'Monument Extended Bold';
    margin: 0 auto 20px;
    width: 75%;
}
.banner-sec h2 {
    color: #FFF;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Monument Extended Bold';
    width: 55%;
    margin: 0 auto 20px;
}
.banner-sec p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    text-transform: capitalize;
    width: 61%;
    margin: 0 auto 30px;
}
section.banner-row .scroll-btn {
    display: block;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 20px;
    text-transform: uppercase;
}
section.inner-banner-row {
    padding-top: 298px;
}
.inner-banner-sec h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Monument Extended Bold';
    font-size: 95px;
    line-height: 95px;
    text-transform: uppercase;
    margin: 0;
}
/* About Css */
section.about-row {
    padding: 170px 208px 155px;
}
.about-lft-sec img.circle {
    position: absolute;
    width: 240px;
    height: 240px;
    top: -103px;
    left: -98px;
    z-index: -1;
    animation: spin 5s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-lft-sec {
    position: relative;
}
.about-lft-sec img {
    width: 95%;
}
.w-sec h2 {
    color: #1E1E1E;
    font-size: 55px;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
    margin: 0;
}
.about-sec h2 {
    margin-bottom: 15px;
}
.w-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}
.about-sec p {
    width: 85%;
    margin-bottom: 15px;
}
.about-sec p.bdr-para {
    font-weight: 700;
    border-left: 1px solid #12DC40;
    padding-left: 54px;
    width: 75%;
}
.about-sec .w-btn {
    margin-top: 30px;
}
section.about-page-row {
    padding-bottom: 60px;
}
section.about-page-row .row {
    margin-bottom: 50px;
}
/* Process Css */
section.process-row {
    background-image: url(../images/process-bg.webp);
    padding: 140px 208px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.process-head {
    margin-bottom: 50px;
}
.process-head h2 {
    color: #fff;
}
.process-sec {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 11px 0 #12DC40 inset;
    padding: 47px 30px;
    transition: all 0.4s linear;
}
.process-sec img {
    border-radius: 14px;
    background: #171E30;
    width: 127px;
    display: block;
    padding: 35px;
    height: 127px;
    object-fit: scale-down;
    margin-bottom: 30px;
}
.process-sec h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.process-sec p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
    width: 98%;
    min-height: 140px;
}
.process-sec .pro-btn {
    border-radius: 8px;
    background: #12DC40;
    width: 100%;
    display: block;
    border: 0;
    padding: 11px 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
}
.process-sec:hover {
    border-radius: 30px;
    background: #12DC40;
    box-shadow: 0 0 21px 0 #171E30 inset;
    cursor: pointer;
}
.process-sec:hover .pro-btn {
    background: #171E30;
    color: #fff;
}
.process-sec:hover img {
    background: #FFF;
    filter: grayscale(1);
}
/* Portfolio Css */
section.portfolio-row {
    padding: 130px 200px 100px;
}
.portfolio-head {
    margin-bottom: 50px;
}
.w-head h2 {
    color: #000;
    font-family: 'Monument Extended Bold';
    font-size: 69px;
    font-style: normal;
    line-height: 65px;
    text-transform: uppercase;
}
.portfolio-head h2 {
    margin: 0 0 30px;
}
.portfolio-head .portfolio-flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.portfolio-head .portfolio-flx p {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    opacity: 0.6;
    margin: 0;
}
.portfolio-sec {
    margin-bottom: 30px;
    position: relative;
}
.portfolio-sec a:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    opacity: 0;
    transition: all 0.4s linear;
}
.portfolio-sec:hover a:before {
    opacity: 0.5;
}
.portfolio-sec a:after {
    position: absolute;
    content: "\f067";
    font-family: 'FontAwesome';
    left: 0;
    color: #fff;
    font-size: 48px;
    transition: all .5s linear;
    opacity: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
}
.portfolio-sec:hover a:after {
    opacity: 1;
}
.portfolio-sec img {
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
}
/* CTA Css */
section.cta-row {
    background: linear-gradient(0deg, #00101D 0%, #00101D 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    padding: 185px 0px 182px;
    position: relative;
}
section.cta-row:before {
    content: "";
    background-image: url(../images/cta-before.webp);
    width: 48px;
    height: 720px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 67px;
    left: 50px;
}
section.cta-row:after {
    content: "";
    background-image: url(../images/cta-before.webp);
    width: 48px;
    height: 720px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 67px;
    right: 70px;
}
.cta-sec img {
    width: 100%;
    height: 496px;
    object-fit: scale-down;
}
.cta-lft-sec {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 19px;
    margin-left: 50px;
}
section.cta-row .col-lg-3 {
    position: relative;
}
section.cta-row .col-lg-3:first-child:after {
    content: "";
    width: 564px;
    height: 56px;
    background: #D8FFE1;
    display: block;
    margin-top: 81px;
    animation: mathSlideReverse 4s ease-in-out infinite;
}
@keyframes mathSlideReverse {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  80% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
section.cta-row .container-fluid {
    padding: 0;
}
section.cta-row .col-lg-3:last-child:before {
    content: "";
    width: 564px;
    height: 56px;
    background: #D8FFE1;
    display: block;
    margin-bottom: 40px;
    animation: mathSlideRight 4s ease-in-out infinite;
}
@keyframes mathSlideRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  80% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.cta-rgt-sec {
    margin-right: 56px;
}
.cta-lft-sec h3 {
    color: #FFF;
    font-family: "Monument Extended";
    font-size: 100px;
    font-weight: 400;
    line-height: 90px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.cta-lft-sec h3:after {
    content: "+";
}
.cta-lft-sec p {
    color: #FFF;
    font-family: "Monument Extended";
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}
.cta-rgt-sec h2 {
    color: #FFF;
    font-family: Raleway;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.cta-rgt-sec p {
    color: #FFF;
    font-family: "Monument Extended";
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}
.cta-rgt-flx {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.cta-rgt-flx h3 {
    color: #FFF;
    font-size: 55px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.cta-rgt-flx p {
    font-family: 'Raleway';
    text-transform: capitalize;
}
/* Testimonials Css */
section.testimonials-row {
    padding: 120px 0 90px;
}
.testimonials-head {
    margin-bottom: 0;
    padding-left: 212px;
}
.testimonials-head h2 {
    width: 65%;
}
section.testimonials-row .container-fluid {
    padding: 0;
}
.testimonials-sec {
    position: relative;
    margin: 140px 12px 0;
}
.testimonials-sec:before {
    content: "";
    background-image: url(../images/left-quote.webp);
    width: 52px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -89px;
}
.testimonials-sec:after {
    content: "";
    background-image: url(../images/right-quote.webp);
    width: 52px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 50px;
    right: 60px;
}
.testimonials-sec p {
    color: #121212;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.testimonials-sec .author-box {
    display: flex;
    align-items: center;
}
.testimonials-sec .author-box img {
    width: 98px;
    margin-right: 30px;
    height: 98px;
    border-radius: 50px;
}
.testimonials-sec .author-box h4 {
    color: #121212;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.testimonials-sec .author-box h5 {
    color: #121212;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    opacity: 0.56;
    margin: 0;
}
/* Contact Css */
section.contact-details-row {
    padding: 0 175px 120px 210px;
}
.contact-boxes {
    text-align: center;
    border-radius: 18px;
    border: 1px solid #585858;
    padding: 65px 0;
    transition: all 0.4s linear;
}
.contact-boxes h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.contact-boxes p {
    color: #000;
    font-size: 17px;
    font-weight: 200;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0;
}
.contact-boxes:hover {
    background: #12DC40;
    cursor: pointer;
}
/* Testimonials Page Css */
section.testimonials-inner-row {
    padding: 140px 208px 0;
}
.testimonials-inner-head {
    margin-bottom: 80px;
}
.testimonials-inner-sec {
    border-radius: 18px;
    border: 1px solid #DBDBDB;
    background: #FAFAFA;
    padding: 45px 43px;
    margin-bottom: 20px;
    transition: all 0.4s linear;
}
.testimonials-inner-sec img.quote {
    width: 52px;
    margin-bottom: 30px;
}
.testimonials-inner-sec p {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    width: 93%;
    margin-bottom: 40px;
}
.testimonials-inner-sec .author-box {
    display: flex;
    align-items: center;
}
.testimonials-inner-sec .author-box img {
    width: 98px;
    margin-right: 30px;
    height: 98px;
    border-radius: 50px;
}
.testimonials-inner-sec .author-box h4 {
    color: #121212;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.testimonials-inner-sec .author-box h5 {
    color: #121212;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    opacity: 0.56;
    margin: 0;
}
.testimonials-inner-sec:hover {
    background: #171E30;
    cursor: pointer;
}
.testimonials-inner-sec:hover * {
    color: #fff !important;
}
/* Contact Css */
section.contact-row {
    padding: 140px 208px 0;
}
.contact-head {
    margin-bottom: 50px;
}
.contact-head h2 {
    margin-bottom: 30px;
}
.contact-head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    color: #7B7B7B;
    width: 82%;
}
.contact-lft-sec img {
    width: 70%;
}
.contact-sec {
    background: #171E30;
    border-radius: 30px;
    box-shadow: 0 0 11px 0 #12DC40 inset;
    padding: 80px 65px;
    width: 70%;
}
.contact-sec ul li {
    list-style: none;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    line-height: 35px;
    display: flex;
}
.contact-sec ul li:last-child {
    margin: 0;
}
.contact-sec ul li a {
    color: #fff;
}
.contact-sec ul li:before {
    content: "\f041";
    font-family: 'FontAwesome';
    display: block;
    margin-right: 20px;
    width: 20px;
}
.contact-sec ul li:nth-child(2):before {
    content: "\f095";
}
.contact-sec ul li:last-child:before {
    content: "\f0e0";
}
/* Footer Css */
footer.footer-row {
    background: linear-gradient(0deg, #00101D 0%, #00101D 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    padding: 102px 189px 90px 198px;
    position: relative;
    z-index: 1;
}
footer.footer-row:before {
    content: "";
    background-image: url(../images/footer-before.webp);
    width: 347px;
    height: 292px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
footer.footer-row:after {
    content: "";
    background-image: url(../images/footer-after.webp);
    width: 307px;
    height: 621px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.footer-lft-sec h2 {
    color: #FFF;
    font-family: 'Monument Extended Bold';
    font-size: 90px;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.footer-lft-sec h2 span {
    color: #12DC40;
    font-family: 'Monument Extended Bold';
}
.footer-lft-sec .foot-flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.footer-lft-sec .foot-flx ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 30px;
    width: 65%;
}
.footer-lft-sec .foot-flx ul li a {
    color: #fff;
}
.footer-lft-sec .foot-flx ul li strong {
    font-weight: 600;
}
.footer-lft-sec ul.social li {
    display: inline-block;
    margin-right: 15px;
}
.footer-lft-sec ul.social li i {
    color: #12DC40;
    font-size: 20px;
}
.footer-sec .form-group {
    margin-bottom: 20px;
}
.footer-sec .form-group input, .footer-sec .form-group textarea {
    border-radius: 5px;
    border: 1px solid #5D5D5D;
    background: #2B2B2B;
    backdrop-filter: blur(50px);
    height: 60px;
    padding-left: 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    text-transform: capitalize;
}
.footer-sec .form-group input::placeholder, .footer-sec .form-group textarea::placeholder {
    color: #fff;
}
.footer-sec .form-group textarea {
    height: 180px;
    padding-top: 25px;
}
.footer-sec .w-btn {
    margin-top: 30px;
}
/* Copyright Css */
.copyright-row {
    margin-top: 0;
    background: #12df51;
    padding: 20px 189px 20px 198px;
}
.copyright-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.copyright-sec ul li {
    display: inline-block;
    margin-left: 20px;
}
.copyright-sec ul li a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}
/* Cursor Css */
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #12DC40;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 1;
}
.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #12DC40;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 1;
}
/* Policies Css */
section.policies-row {
    padding: 70px 0;
}
.policies-sec h3 {
    color: #1E1E1E;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.policies-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
}
.policies-sec ul {
    margin: 0 0px 15px 30px;
}
.policies-sec ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.policies-sec ul li a {
    color: #000;
    border-bottom: 1px solid;
    font-weight: 600;
}