/*
Theme Name: Theforest
Author: Theforest
Author URI: https://www.guru.com
Version: 1.0
*/



/* Header Start */

.header.navbar{
    padding:12px 0
}

.site_logo {
    display: block;
    max-width: 100%;
}

.site_imageLogo {
    width: 100px;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.header {
    position: relative;
    background: transparent;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    height: 120px;
}

.header nav {
    /* margin-top: 25px; */
}

/* .header--active {
    background-color: #161616b3;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
} */


.site_logo_mobile {
    display: none;
}

.header-imageLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 56px;
    padding: 8px;
    background: #ffffffe6;
    box-shadow: 0px 16px 32px -9px #6100ff80;
    margin-right: 24px;
    margin-top: 25px;
}

.header-imageLink img {
    max-width: 100%;
    width: 30px;
}

/* .authenticate,
.authenticated {
    margin-top: 25px;
} */

.authenticate .btn {
    padding: 8px 22px;
    background: unset;
    border: 1px solid;
    /* box-shadow: 0px 16px 32px -9px #6100ff80; */
    border-radius: 8px;
    /*border: unset;*/
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-wrap: nowrap;
    width: 170px;
    max-width: 150px;
}

.authenticate .btn:active {
    color: white;
}

.authenticate .dropdown-menu {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    border-radius: 8px;
    margin-top: 10px;
}

.authenticate li {
    padding: 10px 15px;
    border-bottom: 1.5px solid black;
}

.authenticate li:last-child {
    border-bottom: unset;
}

.authenticate .dropdown-item {
    color: #1a56db;
    font-weight: 500;
    font-size: 14px;
    padding: unset;
    transition: all 0.2s ease;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.authenticate .dropdown-item:hover {
    padding: unset;
    background-color: transparent;
}

.click-to-read-msg {
    text-decoration: none;
    color: white;
}

#notification_count {
    position: relative;
    background: #6d3ee4;
    color: white;
    font-size: 10px;
    top: -10px;
    padding: 3px 6px;
    border-radius: 30px;
}

.notifsmall {
    list-style: none;
    margin-left: 10px;
}

#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
}

.menuBoxOpen {
    min-width: 110px;
    width: 100%;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f1f1f1;
}

.smallLineInMenuBox {
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
}

.smallLineInMenuBox {
    color: #635bff;
    text-transform: uppercase;
    font-size: 13px;
}

.smallLineInMenuBox a {
    color: #635bff;
    text-decoration: none;
}
.authenticate .btn.show, .authenticate .btn:active {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    color: #1a56db;
}
.authenticate .btn {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #1a56db;
    font-weight: 500;
    font-size: 16px;
    font-family: comfortaa, sans serif;
    transition: all 0.2s ease;
    border: #1a56db solid 1px;
}

.btnnewbluemain8 {
    padding: 22px 16px;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.btnnewplainmain9 {
    align-items: center;
    background-image: linear-gradient(90deg, #1f2bd3, #7f5bff, #7f5bff, #1f2bd3);
    background-size: 300% 100%;
    border-radius: 8000px;
    box-shadow: inset -1px -2px 10px 0 rgba(0, 0, 0, .3), inset 2px 1px 10px 0 hsla(0, 0%, 100%, .5), 0 2px 10px 0 rgba(165, 166, 255, .75);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    margin: 10px 0;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    transition: background-position .4s ease-in-out;
    white-space: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
}



.btnnewplainmain9:hover {
    background-position: 100% 0;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 425px) {
    .btnnewbluemain8{

    }
}

/* Header End */

/* General
--------------------------------------------------------------- */
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	background-color: #ffffff;
}
.containLoginLine{
	background-color: #ffffff;
}
.vc_inner img {
    width: 100%;
    height: 600px;
}
.countriesList{
		padding: 0;
    list-style-type: none;
    margin: auto;
    width: 90%;
    text-align: left;
}
.countriesList li {
	padding:5px;
	cursor: pointer;
}
.countriesList li:hover {
    background: #4385ff;
    color: #ffffff;
}
.countryInput[readonly]{
	background: #ffffff !important;
}
.containCountry{
    background: #e2e2e2;
    border-radius: 5px;
    color: #000000;
    position: absolute;
    top: 4px;
    z-index: 3;
    display: none;
    left: -8px;
    height: 200px;
    overflow: auto;
}

.authenticate-buttons-wrapper{
    display:flex; gap:20px
}


@media (max-width: 980px) {
    .top-banner {
        padding: unset;
    }
    .container-thumbs {
        flex-direction: column;
    }
}



@media (max-width: 768px) {
    .main-navbar-box {
        order: 2;
    }
    .main-navbar-box #mega-menu-primary {
        width: 170px !important;
        left: -109px !important;
    }
    div.authenticated.ms-auto {
        margin-right: auto;
    }
    .site_logo {
        display: none;
    }
    .site_logo_mobile {
        display: block;
        margin: 0 auto;
    }
    .site_logo_mobile .site_imageLogo {
        width: 80px;
    }
    .navbar-brand.pe-3 {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .authenticate .btn, .btn-purple-blue.header-btn-purple-blue {
        padding: 5px 10px;
        height: 34px;
        width: 110px;
    }
    .authenticate .dropdown-menu {
        margin-top: 5px;
        min-width: 138px;
    }
    .header-imageLink {
        display: none;
    }
    .header nav {
        margin: 0;
    }
    .authenticate,
    .authenticated {
        margin: 0!important;
    }
    .hero-banner__content {
        align-items: center;
    }
    .card-challenge .cards {
        flex-direction: column;
        gap: 40px;
    }
    .bg-image--register {
        background: white;
    }
    .fs-48{
        font-size: 32px;
    }
    .title-education{
        font-size: 33px;
    }
    .text-education{
        font-size: 18px;
    }
    .btn-discord{
        font-size: 22px;
        padding: 10px 10px;
    }
    .evaluation__title{
        font-size: 29px;
    }
    .model-type-troopers-tab-mob-content p, .hero_title, .evaluation__title > span, h2, .fs-48 font{
        word-wrap: break-word;
    }
    .partners-program.container > h2 > a{
        word-wrap: break-word;
    }
    .flex-column-mobile .col-md-6{
        max-width: 100%;
    }
    .site-main{
        overflow-x: hidden;
    }
    #mega-menu-primary{
        min-width: 182px!important;
    }
}

* ******************************
:: 3.0 GLOBAL CSS
       ****************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
}

.main {
    background: #fff;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.3;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #565656;
    margin-bottom: 0;
}

a {
    color: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: #0449c4;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-body > a {
    text-decoration: underline;
    color: #212529;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

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

/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.text-underlined,
.text-underlined:hover,
.text-underlined:focus {
    text-decoration: underline;
}

.text-primary {
    color: #7c4fe0 !important;
}

.text-secondary {
    color: #666 !important;
}

.form-control {
    font-size: 15px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.featured-icon > span::before {
    font-size: 4.25rem;
    line-height: 1;
    color: #777;
    margin: 0;
}

.radius-100 {
    border-radius: 100px !important;
}

.h-100vh {
    height: 100vh;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 80px;
}

.section-heading > span {
    color: #222;
}

.section-heading > h2 {
    display: inline-block;
    font-size: 56px;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 1em;
    letter-spacing: -1.6px;
}

@media (max-width: 991px) {
    .section-heading > h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .section-heading > h2 {
        font-size: 42px;
    }
}

/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

/*BUTTONS*/
.btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 14px 30px;
    border: 0 none;
    border-radius: 100px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    color: #444;
}

.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered.active {
    color: #fff;
}

.btn.btn-bordered:before,
.btn.btn-bordered-white:after {
    position: absolute;
    content: "";
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn.btn-bordered:before {
    z-index: -2;
}

.btn.btn-bordered:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    background: #fff none repeat scroll 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.btn.btn-bordered:hover:after,
.btn.btn-bordered:focus:after,
.btn.btn-bordered.active:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.btn.btn-bordered-white {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
}

.btn.btn-bordered-white:hover,
.btn.btn-bordered-white:focus,
.btn.btn-bordered-white.active {
    border-color: transparent;
    outline: 0 none;
}

.btn.btn-bordered-white:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
}

.btn.btn-bordered-white:hover:after,
.btn.btn-bordered-white:focus:after,
.btn.btn-bordered-white.active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.button-group {
    margin-top: 30px;
}

.button-group a {
    margin-right: 10px;
}

.button-group a:last-child {
    margin-right: 0;
}

.service-btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.homepage-5 .service-btn {
    color: rgba(255, 255, 255, .54);
}

.service-btn::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #0449c4;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.3s ease-in 0s;
    transition: -webkit-transform 0.3s ease-in 0s;
    transition: transform 0.3s ease-in 0s;
    transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}

.service-btn:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

/*BG SHAPE*/
.shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    direction: ltr;
    overflow: hidden;
    z-index: -1;
}

.shape-top {
    top: -1px;
}

.shape-1 svg {
    display: block;
    width: calc(122% + 1.3px);
    height: 134px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shape-bottom {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.homepage-2 .welcome-area .shape-bottom {
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
}

.homepage-2 .welcome-area .shape-bottom svg {
    height: 126px;
    width: calc(118% + 1.3px);
}

@media (max-width: 991px) {
    .shape-bottom svg {
        height: 112px;
    }

    .homepage-2 .welcome-area .shape-bottom svg {
        height: 68px;
    }
}

@media (max-width: 575px) {
    .homepage-2 .welcome-area .shape-bottom svg {
        height: 41px;
    }
}

.bg-shape {
    position: absolute;
    height: 190%;
    width: 100%;
    display: block;
    border-radius: 120px;
    background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
    bottom: 0;
    right: 0;
    -webkit-transform: translate(35%, -28%) rotate(-35deg);
    transform: translate(35%, -28%) rotate(-35deg);
    z-index: 0;
}

@media (max-width: 991px) {
    .bg-shape {
        height: 130%;
    }
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bg-overlay::after {
    opacity: 0.95;
    z-index: -1;
}

.overlay-dark::after {
    background-color: rgba(16, 16, 45, 1);
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}

/*BACKGROUND COLORS*/
.color-1 {
    color: #be63f9;
}

.color-2 {
    color: #26c6da;
}

.color-3 {
    color: #fc573b;
}

.color-4 {
    color: #34FF92;
}

.color-5 {
    color: #ffd200;
}

.color-6 {
    color: #ff9d45;
}

.color-1.bg-hover:hover::after,
.color-1.bg-hover.active::after {
    background-color: #be63f9;
}

.color-2.bg-hover:hover::after,
.color-2.bg-hover.active::after {
    background-color: #26c6da;
}

.color-3.bg-hover:hover::after,
.color-3.bg-hover.active::after {
    background-color: #fc573b;
}

.color-4.bg-hover:hover::after,
.color-4.bg-hover.active::after {
    background-color: #34FF92;
}

.color-5.bg-hover:hover::after,
.color-5.bg-hover.active::after {
    background-color: #ffd200;
}

.color-6.bg-hover:hover::after,
.color-6.bg-hover.active::after {
    background-color: #ff9d45;
}

.text-muted {
    color: #888 !important;
}

.bg-grey {
    background-color: #f4f4f4;
}

.bg-inherit {
    background: inherit !important;
}

.bg-overlay::after {
    background: -webkit-radial-gradient(50% 50%, circle closest-side, #af52ed 0%, #8830df 100%);
}

.breadcrumb-area.bg-overlay::after {
    background: linear-gradient(-45deg, #af52ed 0%, #8830df 100%);
}

.btn,
.btn:active,
.btn.btn-bordered:before,
.btn.btn-bordered-white:after {
    background: linear-gradient(-45deg, #af52ed 0%, #8830df 100%);
}

/*SOCIAL ICONS*/
.social-icons > a {
    margin: 5px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons svg {
    display: block;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons > a:hover svg:first-child {
    margin-top: -45px;
}

.social-icons > a.facebook {
    background-color: #3b5999 !important;
}

.social-icons > a.twitter {
    background-color: #55acee !important;
}

.social-icons > a.google-plus {
    background-color: #dd4b39 !important;
}

.social-icons > a.vine {
    background-color: #00b489 !important;
}

.welcome-area {
    background: rgba(0, 0, 0, 0) url(/wp-content/themes/theforest/images/new/welcome_bg.jpg) no-repeat fixed center center / cover;
}
.welcome-area {
    height: 800px;
    z-index: 1;
}
.bg-overlay, .overlay-dark {
    position: relative;
    z-index: 0;
}
.welcome-intro h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1.6px;
}
.welcome-intro p {
    font-size: 16px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.button-group {
    margin-top: 30px;
}
.btn.btn-bordered-white {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
}
.btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 14px 30px;
    border: 0 none;
    border-radius: 100px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}
.btn.btn-bordered-white:hover, .btn.btn-bordered-white:focus, .btn.btn-bordered-white.active {
    border-color: transparent;
    outline: 0 none;
}
.welcome-thumb-2, .welcome-thumb-3, .welcome-thumb-4, .welcome-thumb-5, .welcome-thumb-6 {
    position: absolute;
}
.welcome-thumb-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.welcome-animation {
    position: relative;
    -webkit-animation: bounceHero 5s ease-in-out infinite;
    animation: bounceHero 5s ease-in-out infinite;
}
.welcome-thumb-2 {
    top: 50%;
    left: 0;
}
.welcome-thumb-2 .welcome-animation {
    animation-duration: 6s;
}
.welcome-thumb-3 {
    top: 55%;
    left: 36%;
}
.welcome-thumb-3 .welcome-animation {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
.welcome-thumb-4 {
    top: 94%;
    right: 0;
}
.welcome-animation {
    position: relative;
    animation: bounceHero 5s ease-in-out infinite;
}
.welcome-thumb-5 {
    top: -18%;
    left: 25%;
}
.welcome-thumb-6 {
    top: -9%;
    right: 15%;
}
@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}
.shape-bottom {
    bottom: -1px;
    transform: rotate(180deg);
}
.shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    direction: ltr;
    overflow: hidden;
    z-index: -1;
}
.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.welcome-area.bg-overlay::after {
    z-index: -2;
}
.bg-overlay::after{
    background: -webkit-radial-gradient(50% 50%, circle closest-side, #af52ed 0%, #8830df 100%);
}
.bg-overlay::after {
    opacity: 0.95;
}
.bg-overlay::after, .overlay-dark:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.bg-hover {
    position: relative;
}
.single-promo {
    position: relative;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.single-promo h3 {
    font-size: 55px;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 0.9em;
    letter-spacing: -1.6px;
    color: #222;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #565656;
    margin-bottom: 0;
}
.bg-hover.hover-bottom::after {
    bottom: 0;
}
.bg-hover::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 100%;
    left: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.color-1 {
    color: #be63f9;
}
.color-1.bg-hover:hover::after, .color-1.bg-hover.active::after {
    background-color: #be63f9;
}
.ptb_100 {
    padding: 100px 0;
}
.ptb_150 {
    padding: 150px 0;
}
.color-2.bg-hover.active::after {
    background-color: #26c6da;
}
.color-3.bg-hover:hover::after, .color-3.bg-hover.active::after {
    background-color: #fc573b;
}
@media (max-width: 767px) {
    .res-margin {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .res-margin {
        margin-bottom: 45px;
    }
}

.content-area {
    z-index: 1;
}
.bg-grey {
    background-color: #f4f4f4;
}
.shape-top {
    top: -1px;
}
.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    direction: ltr;
    overflow: hidden;
    z-index: -1;
}


/*=============================================*/








/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
    height: 800px;
    z-index: 1;
}

.welcome-intro h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1.6px;
}

.welcome-intro p {
    font-size: 16px;
}

.welcome-thumb-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.welcome-thumb-2,
.welcome-thumb-3,
.welcome-thumb-4,
.welcome-thumb-5,
.welcome-thumb-6 {
    position: absolute;
}

.welcome-thumb-2 {
    top: 50%;
    left: 0;
}

.welcome-thumb-3 {
    top: 55%;
    left: 36%;
}

.welcome-thumb-4 {
    top: 94%;
    right: 0;
}

.welcome-thumb-5 {
    top: -18%;
    left: 25%;
}

.welcome-thumb-6 {
    top: -9%;
    right: 15%;
}

.welcome-animation {
    position: relative;
    -webkit-animation: bounceHero 5s ease-in-out infinite;
    animation: bounceHero 5s ease-in-out infinite;
}

.welcome-thumb-2 .welcome-animation {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.welcome-thumb-3 .welcome-animation {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.welcome-thumb-4 .welcome-animation {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.welcome-thumb-5 .welcome-animation {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.welcome-thumb-6 .welcome-animation {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

@-webkit-keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

.welcome-area.bg-overlay::after {
    z-index: -2;
}

.welcome-area .welcome-shape {
    position: absolute;
    top: auto;
    bottom: -6px;
    left: 0;
    right: 0;
    z-index: -1;
}

/* ******************************
:: 8.1 HOMEPAGE-2 AREA CSS
****************************** */
.homepage-2 .btn.btn-bordered::before,
.homepage-2 .btn.btn-bordered-white::after,
.homepage-2 .bg-overlay::after,
.homepage-2 .benifits-item::after {
    background: linear-gradient(135deg, #be63f9 0%, #0449c4 100%);
}

/* ******************************
:: 8.2 HOMEPAGE-3 AREA CSS
****************************** */
.homepage-3 .btn.btn-bordered::before,
.homepage-3 .btn.btn-bordered-white::after,
.homepage-3 .bg-overlay::after,
.homepage-3 .grad-hover::before {
    background: linear-gradient(135deg, #10054d 0%, #45108a 100%);
}

.homepage-3 .play-icon {
    color: #45108a;
}

.homepage-3 .welcome-thumb-2 {
    top: -25%;
    left: 30%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 3;
}

.homepage-3 .welcome-thumb-3 {
    top: -13%;
    left: 4%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
}

.homepage-3 .welcome-thumb-4 {
    top: 10%;
    left: -15%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
}

.homepage-3 .welcome-thumb {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: -100px;
}

.homepage-3 .welcome-thumb-1 {
    position: relative;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/* ******************************
:: 8.3 HOMEPAGE-4 AREA CSS
****************************** */
.homepage-4 .btn.btn-bordered::before,
.homepage-4 .btn.btn-bordered-white::after,
.homepage-4 .bg-overlay::after,
.homepage-4 .grad-hover::before {
    background: linear-gradient(45deg, #8340ff 15%, #5900ff 65%);
}

/* ******************************
:: 8.4 HOMEPAGE-5 AREA CSS
****************************** */
.dark-bg,
body.dark,
.dark .bg-overlay::after,
.dark .dark-bg,
.dark .navbar-sticky-moved-up {
    background: #06052F !important;
}

.homepage-5 .btn:active,
.homepage-5 .btn.btn-bordered:before,
.homepage-5 .btn.btn-bordered-white:after {
    background: linear-gradient(45deg, #8340ff 15%, #5900ff 65%);
}

.homepage-5 .welcome-thumb-2 {
    top: 25%;
    left: -5%;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}
.single-content-list span {
    font-size: 16px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.section-heading > h2 {
    display: inline-block;
    font-size: 56px;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 1em;
    letter-spacing: -1.6px;
}

/*//////////////////////////////////////////////////////////*/
/* ******************************
:: 10.0 CONTENT AREA CSS
****************************** */
.content-area {
    z-index: 1;
}

.single-content-list span {
    font-size: 16px;
}

/*Profile Circle Wrapper*/
.profile-circle-wrapper {
    position: relative;
    height: 397px;
    width: 517px;
    margin: auto;
    pointer-events: fill;
    cursor: pointer;
    -webkit-transform: perspective(100px), translate3d(0, 0, 0);
    transform: perspective(1000px);
}

.folder-img {
    position: relative;
    top: 210px;
    left: 25px;
    z-index: 1;
}

.profile-inner {
    position: absolute;
    height: 397px;
    width: 517px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: 3s all;
    transition: 3s all;
}

.profile-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #ededed;
    border-radius: 50%;
    margin: 25px auto 0;
}

.circle-lg {
    height: 465px;
    width: 465px;
}

.circle-md {
    height: 335px;
    width: 335px;
    margin-top: 85px;
}

.circle-sm {
    height: 220px;
    width: 220px;
    margin-top: 145px;
}

.profile-icon {
    position: absolute;
    display: block;
    height: 55px;
    width: 55px;
    margin: 0 auto;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.profile-icon img {
    -webkit-transform: rotate(-90deg);
    display: block;
}

.icon-1 {
    top: 40px;
    left: 35px;
    -webkit-transform-origin: 350% 182px;
    transform-origin: 350% 182px;
}

.icon-2 {
    top: 40px;
    left: 370px;
    -webkit-transform-origin: -135px 185px;
    transform-origin: -135px 185px;
}

.icon-3 {
    top: 210px;
    left: 425px;
    -webkit-transform-origin: -355% 12px;
    transform-origin: -355% 12px;
}

.icon-4 {
    top: 422px;
    left: 140px;
    -webkit-transform-origin: 160% -191px;
    transform-origin: 160% -191px;
}

.icon-5 {
    top: -28px;
    left: 130px;
    -webkit-transform-origin: 50% 193px;
    transform-origin: 50% 193px;
}

.icon-6 {
    top: 65px;
    left: -15px;
    -webkit-transform-origin: 328% 100px;
    transform-origin: 328% 100px;
}

.icon-7 {
    top: 200px;
    left: -20px;
    -webkit-transform-origin: 328% -35px;
    transform-origin: 328% -35px;
}

.icon-8 {
    top: -15px;
    left: 120px;
    -webkit-transform-origin: -28% 117px;
    transform-origin: -28% 117px;
}

.icon-9 {
    top: 175px;
    left: 80px;
    -webkit-transform-origin: 46% -68px;
    transform-origin: 46% -68px;
}

.icon-8,
.icon-9 {
    height: 65px;
    width: 65px;
}

/*Circle SM Animation*/
.circle-animation .icon-3-img,
.circle-animation .icon-4-img,
.circle-animation .icon-2-img,
.circle-animation .icon-1-img {
    -webkit-animation: rotateCircle 80s 3.01s infinite linear;
    animation: rotateCircle 80s 3.01s infinite linear backwards;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.circle-animation .icon-1,
.circle-animation .icon-2,
.circle-animation .icon-3,
.circle-animation .icon-4 {
    -webkit-animation: rotateCircle 80s 3s infinite linear;
    animation: rotateCircle 80s 3s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/*Circle MD Animation*/
.circle-animation .icon-5-img,
.circle-animation .icon-6-img,
.circle-animation .icon-7-img {
    -webkit-animation: rotateCircle 90s 1.01s infinite linear;
    animation: rotateCircle 90s 1.01s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;

}

.circle-animation .icon-5,
.circle-animation .icon-6,
.circle-animation .icon-7 {
    -webkit-animation: rotateCircle 90s 1s infinite linear;
    animation: rotateCircle 90s 1s infinite linear;
}

.circle-animation .icon-8,
.circle-animation .icon-9 {
    -webkit-animation: rotateCircle 35s 2s infinite linear;
    animation: rotateCircle 35s 2s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/*Circle LG Animation*/
.circle-animation .icon-8-img,
.circle-animation .icon-9-img {
    -webkit-animation: rotateCircle 35s 2.01s infinite linear;
    animation: rotateCircle 35s 2.01s infinite linear;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

@-webkit-keyframes rotateCircle {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.profile-icon {
    display: none;
}

.service-area {
    z-index: 1;
}

.single-service > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 10px;
}

.single-service > span::before {
    font-size: 2.5rem;
    margin: 0;
}

.single-service > span.icon-bg-1 {
    background-color: rgba(190, 99, 249, 0.15);
}

.single-service > span.icon-bg-2 {
    background-color: rgba(38, 198, 218, 0.15);
}

.single-service > span.icon-bg-3 {
    background-color: rgba(252, 87, 59, 0.15);
}

.single-service > span.icon-bg-4 {
    background-color: rgba(52, 255, 146, 0.15);
}

.single-service > span.icon-bg-5 {
    background-color: rgba(255, 210, 0, 0.15);
}

.single-service > span.icon-bg-6 {
    background-color: rgba(255, 157, 69, 0.15);
}

.single-service h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.9em;
    letter-spacing: -1.6px;
}

.single-service.service-gallery {
    margin-bottom: 45px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.01);
    -webkit-transition: -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow, transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow, transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
}

.single-service.service-gallery .service-content {
    padding: 2rem;
}

.single-service.service-gallery:hover {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.homepage-6 .single-service.service-gallery {
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.08);
}


.flaticon-rocket-launch:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/themes/theforest/images/new/analytics.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.flaticon-monitoring:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/themes/theforest/images/new/improvement.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.flaticon-web:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/themes/theforest/images/new/discover.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.flaticon-smartphone:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/themes/theforest/images/new/app-notification.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.flaticon-email:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/themes/theforest/images/new/envelope.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.flaticon-affiliate:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('/wp-content/themes/theforest/images/new/ad-paid.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper-card {
    background-color: white;
    padding: 40px;
    max-width: 350px;
}
.swiper-card p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #565656;
    margin-bottom: 0;
    margin-bottom: 20px;
}
.swiper-card h5{
    font-size: 18px;
}
@media (max-width: 768px) {
    .swiper-slide{
        display: flex;
        justify-content: center;
    }
}
.contact-info {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.contact-info h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: -1.6px;
}

.contact-box .form-group input,
.contact-box .form-group textarea {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .form-group textarea {
    height: 160px;
    padding: 15px;
}

.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
    color: rgba(68, 68, 68, 0.6);
}

/*Map Area*/
.map-area {
    height: 550px;
    width: 100%;
}

.map-area iframe {
    height: 100%;
    width: 100%;
}
.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-textarea {
    height: 160px;
    padding: 15px;
}






