/* 
Template Name: Signs
Author: Mountain Theme
Author URI: https://templatemonster.com/authors/mountaintheme
Template URI: https://mountainclimbersstar.com/demo/html/signs
Description: Coming Soon HTML Template
File Description: Main css file of the template
Version: 2.0.0
*/

/*------------------------------------------------------------------
[Table of Contents]
    + General
        - Common CSS
        - Helper Classes
        - Buttons
        - Hamburger Menu
        - Preloader
        - Owl Carousel
        - Modal CSS
    - Header CSS
    + Hero CSS
        - CountDown
        - Left Side Owl Carousel
        - Contact Form
    - About US
    - Projects
    - Services
    - Contact
    - FAQ
    - Footer
    - Dark Theme
    - Back to Top
------------------------------------------------------------------*/

/* [ General ] */
/*================================================== */

/*** Common CSS ***/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    height: 100%;
    width: 100%;
    color: #000000;
    background: #F1FAFF;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1E1E1E;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

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

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

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

hr {
    opacity: 1;
    border-top: 1px solid rgba(221, 221, 221, 49.41);
}

section,
.section {
    position: relative;
}

.section-white-bg {
    background: #FFF;
}

.section-gray-bg {
    background: #F7F7F8;
}

.section-bg-dark {
    background: #1D1E24;
}

.section-ptb {
    padding-top: 72px;
    padding-bottom: 48px;
}

.section-title {
    margin-bottom: 54px;
}

.section-title h3 {
    line-height: 1;
}

/* Background Color */
.bg-orange {
    background: rgb(253, 239, 214);
}

.bg-saladGreen {
    background: rgb(239, 255, 197);
}

.bg-skyBlue {
    background: rgb(205, 243, 255);
}

.bg-pink {
    background: rgb(255, 224, 240);
}

.gradient-1 {
    background: linear-gradient(67.13deg, rgb(192, 25, 113) 0%, rgb(243, 100, 86) 100%);
}

.gradient-2 {
    background: linear-gradient(45deg, rgb(52, 10, 189) 0%, rgba(252, 0, 255, 1) 99%);
}

.gradient-3 {
    background: linear-gradient(67.13deg, rgba(213, 213, 0, 0.952941) 0%, rgb(126, 181, 0) 99.93%);
}

/* Selection */
::-webkit-selection {
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
}

::selection {
    color: #fff;
    text-shadow: none;
}

/* Text Field */
input.form-control:focus,
textarea.form-control:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

html[dir=rtl] input.form-control,
html[dir=rtl] textarea.form-control {
    text-align: right;
}

input.form-control,
textarea.form-control {
    border: none;
    border: 1px solid rgba(221, 221, 221, 49.41);
    outline: none;
    margin-bottom: 0;
    padding: 12px 16px;
    height: auto;
    border-radius: 6px;
    color: #888888;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
}

/* Input Placeholder */
input.form-control::-webkit-input-placeholder {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

input.form-control:-moz-placeholder {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

input.form-control::-moz-placeholder {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

input.form-control:-ms-input-placeholder {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

textarea.form-control::-webkit-input-placeholder {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

textarea.form-control:-moz-placeholder {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

textarea.form-control::-moz-placeholder {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

textarea.form-control:-ms-input-placeholder {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

/*** Helpers Classes ***/
/* Font Size */
.text {
    font-size: 11px !important;
}

.text-xs {
    font-size: 12px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-base {
    font-size: 16px !important;
}

.text-lg {
    font-size: 18px !important;
}

.text-xl {
    font-size: 20px !important;
}

.text-2xl {
    font-size: 24px !important;
}

.text-3xl {
    font-size: 28px !important;
}

.text-4xl {
    font-size: 32px !important;
}

.text-5xl {
    font-size: 36px !important;
}

.text-6xl {
    font-size: 40px !important;
}

.text-7xl {
    font-size: 44px !important;
}

.text-8xl {
    font-size: 48px !important;
}

.text-9xl {
    font-size: 52px !important;
}

.text-10xl {
    font-size: 56px !important;
}

.text-11xl {
    font-size: 60px !important;
}

.text-12xl {
    font-size: 64px !important;
}

.text-13xl {
    font-size: 72px !important;
}

.text-14xl {
    font-size: 80px !important;
}

.text-15xl {
    font-size: 84px !important;
}

.text-16xl {
    font-size: 92px !important;
}

.text-17xl {
    font-size: 96px !important;
}

.text-18xl {
    font-size: 104px !important;
}

.text-19xl {
    font-size: 112px !important;
}

.text-20xl {
    font-size: 124px !important;
}

.text-21xl {
    font-size: 128px !important;
}

.text-22xl {
    font-size: 132px !important;
}

.text-23xl {
    font-size: 144px !important;
}

.text-7xl,
.text-8xl,
.text-9xl,
.text-10xl,
.text-11xl,
.text-12xl,
.text-13xl,
.text-14xl,
.text-16xl,
.text-17xl,
.text-18xl,
.text-19xl,
.text-20xl,
.text-21xl,
.text-22xl,
.text-23xl {
    line-height: 1.3;
}

/* Font Weight */
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 900 !important;
}

/*** Buttons ***/
.button {
    border: none;
    width: max-content;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 42px;
    color: #F1FAFF;
    border-radius: 6px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.button-glass {
    backdrop-filter: blur(12px) saturate(102%);
    -webkit-backdrop-filter: blur(12px) saturate(102%);
    background-color: rgba(255, 255, 255, 0.22) !important;
}

.button-glass:hover {
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.40) !important;
}

.button-outline {
    color: #1E1E1E;
    background: transparent;
}

.button-default:hover {
    -webkit-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -o-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
}

.button-outline:hover {
    color: #F1FAFF;
}

/*** Hamburger Menu ***/
html[dir=rtl] .hamburger-menu {
    direction: ltr;
    margin-right: auto !important;
    margin-left: 8px !important;
}

.hamburger-menu {
    border: none;
    display: none;
    padding: 5px 11px !important;
    border-radius: 2px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 8px !important;
    outline: none !important;
    box-shadow: none !important;
}

.gradient .hamburger-menu {
    backdrop-filter: blur(12px) saturate(102%);
    -webkit-backdrop-filter: blur(12px) saturate(102%);
    background-color: rgba(255, 255, 255, 0.24) !important;
}

.hamburger-menu .line {
    display: block;
    height: 3px;
    width: 10px;
    margin-block: 4px;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hamburger-menu .line-2 {
    width: 20px;
}

.hamburger-menu .line-3 {
    margin-inline-start: auto;
}

.hamburger-menu.active .line-2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-menu.active .line-1 {
    -webkit-transform: rotate(45deg) translate(4px, 1.5px);
    -moz-transform: rotate(45deg) translate(4px, 1.5px);
    -ms-transform: rotate(45deg) translate(4px, 1.5px);
    -o-transform: rotate(45deg) translate(4px, 1.5px);
    transform: rotate(45deg) translate(4px, 1.5px);
}

.hamburger-menu.active .line-3 {
    -webkit-transform: rotate(45deg) translate(-3px, -1px);
    -moz-transform: rotate(45deg) translate(-3px, -1px);
    -ms-transform: rotate(45deg) translate(-3px, -1px);
    -o-transform: rotate(45deg) translate(-3px, -1px);
    transform: rotate(45deg) translate(-3px, -1px);
}

/*** Preloader ***/
.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 6px solid #0000;
    position: relative;
    animation: l24 1s infinite linear;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}

.loader:after {
    animation-duration: 4s;
}

@keyframes l24 {
    100% {
        transform: rotate(1turn)
    }
}

/*** Owl Carousel ***/
html[dir=rtl] .owl-nav {
    right: auto;
    left: 0;
}

/*** Modal CSS ***/
.modal p {
    color: #888888;
}

/* [ Header CSS ] */
/*================================================== */
#header .primary-menu {
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.primary-menu .logo img {
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.primary-menu .logo:hover img {
    opacity: 0.7;
}

.primary-menu .navbar-nav .nav-item {
    height: 100%;
}

.primary-menu .navbar-nav .nav-link {
    height: 70px;
    padding: 0px 0.85em;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1E1E1E;
}

.gradient .primary-menu .navbar-nav .nav-link,
.image-bg .primary-menu .navbar-nav .nav-link {
    color: #F1FAFF;
}

.gradient .primary-menu .navbar-nav .nav-link:hover {
    color: #FFF;
    opacity: .7;
}

.social-icons {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.social-icons li {
    margin: 2px 6px;
    padding: 0;
    overflow: visible;
}

html[dir=rtl] .social-icons li:last-child {
    margin-right: 6px;
    margin-left: 0;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li a {
    display: block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #1E1E1E;
}

.gradient .social-icons li a,
.image-bg .social-icons li a {
    color: #F1FAFF;
}

.gradient .social-icons li a:hover {
    color: #FFF;
    opacity: .7;
}

/* On Scroll Fixed Navbar */
#header .primary-menu.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

#header .primary-menu.navbar-sticky-transition {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#header .primary-menu.navbar-sticky-moved-up {
    position: fixed !important;
    top: 0;
    background: #FFF !important;
    margin-top: -100px;
}

#header .primary-menu.navbar-sticky-on {
    border-color: rgba(221, 221, 221, 49.41);
    margin-top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* Fixed Navigation */
html[dir=rtl] #header .fixed-navigation {
    right: auto;
    left: 30px;
}

#header .fixed-navigation {
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    height: calc(100vh - 200px);
    top: 100px;
}

#header .fixed-navigation .icon-box a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 20px 0;
    font-size: 18px;
    color: #222;
    background: #e9e9e9;
}

.gradient #header .fixed-navigation .icon-box a {
    backdrop-filter: blur(12px) saturate(102%);
    -webkit-backdrop-filter: blur(12px) saturate(102%);
    background-color: rgba(255, 255, 255, 0.24) !important;
    color: #FFF;
}

.gradient #header .fixed-navigation .icon-box a:hover {
    background-color: rgba(255, 255, 255, 0.40) !important;
}

body.dark #header .fixed-navigation .icon-box a:hover,
#header .fixed-navigation .icon-box a:hover {
    background: #Fb5200;
    color: #FFF;
}

/* [ Hero CSS ] */
/*================================================== */
.hero-area {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

body.ripples-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-area .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-area .hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111418 !important;
    z-index: 1;
    opacity: .8;
}

.hero-area .hero-area-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-area .hero-wrap {
    position: relative;
    z-index: 3;
}

.hero-bg-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-bg-slider .item {
    background-size: cover !important;
    background-attachment: scroll !important;
    width: 100%;
    height: 100vh;
}

.hero-bg-slider .intro-bg-1 {
    background: url(../images/intro-bg/bg-1.jpg) no-repeat center center;
}

.hero-bg-slider .intro-bg-2 {
    background: url(../images/intro-bg/bg-2.jpg) no-repeat center center;
}

.hero-bg-slider .intro-bg-3 {
    background: url(../images/intro-bg/bg-3.jpg) no-repeat center center;
}

.hero-area .image-group img {
    width: 100%;
}

.hero-area .hero-content {
    min-height: 100vh;
    position: relative;
    z-index: 10;
}

.hero-area .hero-logo img {
    width: 124px;
}

.hero-content .title-2 {
    color: #FFF;
}

.hero-content .hero-head span {
    color: transparent;
    -webkit-text-stroke: 1px #1E1E1E;
}

.hero-content .hero-head {
    margin-bottom: 30px;
}

.image-bg .hero-content .hero-head {
    color: #F1FAFF;
}

.image-bg .hero-content p {
    color: #9BA5B5;
}

#subscribe-modal .modal-content {
    border: 0;
}

#subscribe-modal .modal-body {
    padding: 48px 40px;
}

html[dir=rtl] #subscribe-modal .subscribe-modal-close {
    right: auto;
    left: 6px;
}

#subscribe-modal .subscribe-modal-close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: transparent;
    border: none;
    outline: none;
    color: #111418;
    border-radius: 0px 6px 0px 0px;
    z-index: 1;
    opacity: .6;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

#subscribe-modal .subscribe-modal-close:hover {
    opacity: 1;
}

html[dir=rtl] #subscribe-modal .subscribe-form .form-control,
html[dir=rtl] .hero-content .subscribe-form .form-control {
    border-right: 2px solid #dae1e3;
    border-left: 0;
    border-radius: 0px 4px 4px 0px !important;
}

#subscribe-modal .subscribe-form .form-control,
.hero-content .subscribe-form .form-control {
    height: 55px;
    border: 2px solid #dae1e3;
    border-right: 0;
    border-radius: 4px 0px 0px 4px !important;
    background: #FFF;
}

#subscribe-modal .subscribe-form #email-error,
.subscribe-form #email-error {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

html[dir=rtl] #subscribe-modal .subscribe-form button,
html[dir=rtl] .hero-content .subscribe-form button {
    border-radius: 4px 0px 0px 4px !important;
}

#subscribe-modal .subscribe-form button,
.hero-content .subscribe-form button {
    border: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px 4px 4px 0 !important;
    color: #FFF;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

#subscribe-modal .subscribe-form button:hover,
.hero-content .subscribe-form button:hover {
    -webkit-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    -o-box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 135px rgba(0, 0, 0, 0.25);
}


#subscribe-modal .subscribe-form button .spinner-border,
.hero-content .subscribe-form button .spinner-border {
    width: 18px;
    height: 18px;
    border-width: 3.2px;
    vertical-align: middle;
}

html[dir=rtl] #subscribe-modal .subscribe-form button i,
html[dir=rtl] .hero-content .subscribe-form button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.subscription-success,
.subscription-error,
.sub-label {
    transition: all 400ms ease !important;
}

.error {
    color: rgb(252, 43, 43);
}

.hero-content .social-icons li a {
    font-size: 16px;
}

.hero-content .social-icons li {
    margin: 2px 4px;
}

/* CountDown */
.countdown {
    overflow: hidden;
}

.gradient .countdown .row .col,
.image-bg .countdown .row .col {
    color: #F1FAFF;
}

.countdown .row .col {
    position: relative;
    color: #1E1E1E;
}

.countdown .row .col::after {
    content: ":";
    position: absolute;
    font-size: 40px;
    top: 0;
    left: 95%;
}

/* Left Side Owl Carousel */
.hero-area .carousel-content {
    position: relative;
}

.hero-area .carousel-content .caption {
    position: absolute;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    -moz-text-shadow: -4px 2px 4px rgba(0, 0, 0, 0.432);
    -ms-text-shadow: -4px 2px 4px rgba(0, 0, 0, 0.432);
    -o-text-shadow: -4px 2px 4px rgba(0, 0, 0, 0.432);
    text-shadow: -4px 2px 4px rgba(0, 0, 0, 0.432);
}

.hero-area .owl-nav button {
    width: 44px;
    height: 44px;
    line-height: 44px !important;
    background: #FFF !important;
    border-radius: 50%;
    position: absolute;
    top: 43%;
}

html[dir=rtl] .hero-area .owl-nav button.owl-next {
    right: auto;
    left: -16.6px;
}

.hero-area .owl-nav button.owl-next {
    right: -16.6px;
}

html[dir=rtl] .hero-area .owl-nav button.owl-prev {
    left: auto;
    right: -16.6px;
}

.hero-area .owl-nav button.owl-prev {
    left: -16.6px;
}

/* [ About US ] */
/*================================================== */
.modal.about-us .featured-box {
    background: #FFF !important;
    border-color: rgba(221, 221, 221, 49.41) !important;
}

.modal h1,
.modal.about-us .featured-box h3 {
    color: #14151A !important;
}

.about-us .featured-items {
    margin-bottom: 70px;
}

.about-us .featured-box {
    border: 1px solid rgba(221, 221, 221, 49.41);
    background: #fff;
}

.featured-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    color: #AD000D;
    background: #FFDDE2;
}

.about-us .col-lg-4:nth-child(2) .icon {
    color: #064B23;
    background: #D3FFE1;
}

.about-us .col-lg-4:nth-child(3) .icon {
    color: #0A1199;
    background: #C9DBFD;
}

/* Our Plan */
.about-us .our-plan .image-box {
    position: relative;
}

.our-plan .image-box img {
    width: 100%;
}

html[dir=rtl] .our-plan .image-box .about-image-one {
    padding-right: unset;
    padding-left: 4px;
}

.our-plan .image-box .about-image-one {
    padding-right: 4px;
    margin-top: 80px;
}

html[dir=rtl] .our-plan .image-box .about-image-tow {
    padding-right: unset;
    padding-left: 12px;
}

.our-plan .image-box .about-image-tow {
    padding-right: 12px;
}

.our-plan .image-box .play-btn {
    position: absolute;
    bottom: 73px;
    left: 42.7%;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    font-size: 42px;
    cursor: pointer;
    -webkit-animation: circle-pulse 2s infinite;
    -moz-animation: circle-pulse 2s infinite;
    -ms-animation: circle-pulse 2s infinite;
    -o-animation: circle-pulse 2s infinite;
    animation: circle-pulse 2s infinite;
}

.our-plan .image-box .play-btn a {
    color: #FFF;
}


@-webkit-keyframes circle-pulse {

    0% {
        -webkit-box-shadow: 0 0 0 0 var(--theme-primary-rbg);
        box-shadow: 0 0 0 0 var(--theme-primary-rbg);
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(77, 170, 87, 0);
        box-shadow: 0 0 0 20px rgba(77, 170, 87, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(77, 170, 87, 0);
        box-shadow: 0 0 0 0 rgba(77, 170, 87, 0);
    }
}

@keyframes circle-pulse {

    0% {
        -webkit-box-shadow: 0 0 0 0 var(--theme-primary-rbg);
        box-shadow: 0 0 0 0 var(--theme-primary-rbg);
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(77, 170, 87, 0);
        box-shadow: 0 0 0 20px rgba(77, 170, 87, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(77, 170, 87, 0);
        box-shadow: 0 0 0 0 rgba(77, 170, 87, 0);
    }
}

.our-plan .about-content p {
    line-height: 1.8;
}

.our-plan .check-list li {
    width: 50%;
    margin-bottom: 8px;
    color: #1E1E1E;
}

html[dir=rtl] .our-plan .check-list li i {
    margin-right: unset;
    margin-left: 6px;
}

.our-plan .check-list li i {
    margin-right: 6px;
    font-size: 20px;
    vertical-align: middle;
}

.our-plan .button-group {
    margin-top: 20px;
    font-size: 0;
}

/* [ Projects ] */
/*================================================== */
.projects .project-box {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.project-box .image {
    position: relative;
}

.project-box .image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -99px;
    background: linear-gradient(0deg, rgb(33, 33, 33) 20%, transparent);
    z-index: 1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.project-box:hover .image::before {
    bottom: 0;
}

.project-box .image img {
    width: 100%;
}

.project-box .details {
    position: absolute;
    bottom: -45px;
    padding: 0 24px 24px 24px;
    width: 100%;
    z-index: 2;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.project-box:hover .details {
    bottom: 0;
}

.project-box .details .project-cat {
    color: #FFFFFF;
}

.project-box .details h4 {
    color: #FFF;
}

html[dir=rtl] .project-box .details .project-link {
    margin-left: auto;
    margin-right: -132px;
}

.project-box .details .project-link {
    color: #FFF;
    margin-left: -132px;
    opacity: 0;
}

html[dir=rtl] .project-box:hover .details .project-link {
    margin-left: auto;
    margin-right: 0;
}

.project-box:hover .details .project-link {
    margin-left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.29, 1.36, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.29, 1.36, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0.29, 1.36, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.29, 1.36, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.29, 1.36, 0.58, 1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

html[dir=rtl] .project-box .details .project-link i {
    transform: rotate(180deg);
}

.project-box .details .project-link i {
    margin-left: 4px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.project-box .details .project-link:hover i {
    margin-left: 8px;
}

/* [ Services ] */
/*================================================== */
.modal.services .service-box {
    background: #FFF !important;
    border-color: rgba(221, 221, 221, 49.41) !important;
}

.modal.services h3 {
    color: #14151A;
}

.services .service-box {
    border: 1px solid rgba(221, 221, 221, 49.41);
    background: #fff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.row .col-lg-4:first-child .service-box:hover {
    border-color: #BD5FFB !important;
}

.row .col-lg-4:nth-child(2) .service-box:hover {
    border-color: #0c15c7 !important;
}

.row .col-lg-4:nth-child(3) .service-box:hover {
    border-color: #088f40 !important;
}

.row .col-lg-4:nth-child(4) .service-box:hover {
    border-color: #F3533F !important;
}

.row .col-lg-4:nth-child(5) .service-box:hover {
    border-color: #0798a5 !important;
}

.row .col-lg-4:nth-child(6) .service-box:hover {
    border-color: #a79f18 !important;
}

.service-box .icon {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 6px;
    font-size: 26px;
    color: #BD5FFB;
    background: #FEE3FF;
}

.services .row .col-lg-4:nth-child(2) .icon {
    color: #0c15c7;
    background: #adcaff;
}

.services .row .col-lg-4:nth-child(3) .icon {
    color: #088f40;
    background: #d4ffe1;
}

.services .row .col-lg-4:nth-child(4) .icon {
    color: #F3533F;
    background: #FFE6E4;
}

.services .row .col-lg-4:nth-child(5) .icon {
    color: #0798a5;
    background: #DBFCF3;
}

.services .row .col-lg-4:nth-child(6) .icon {
    color: #a79f18;
    background: #fffd8d;
}

/* [ Contact ] */
/*================================================== */
.contact-form {
    padding: 40px 34px;
    background: #FFFF;
}

.image-bg .contact-form {
    background: #F8F9FA;
}

.contact-form>h3 {
    margin-bottom: 40px;
}

.modal.contact h3 {
    color: #14151A;
}

.contact .contact-option .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    font-size: 26px;
}

.modal.contact .contact-option strong,
.contact-option strong {
    color: #14151A;
    line-height: 1.2;
}

.modal.contact .contact-option span,
.contact-option span {
    color: #888888;
}

.modal.contact input.form-control,
.modal.contact textarea.form-control {
    border-color: rgba(221, 221, 221, 49.41);
    color: #888888;
}

.contact input.form-control,
.contact textarea.form-control {
    padding: .9rem .96rem;
    border-radius: 4px;
}

.contact textarea.form-control {
    height: 120px;
}

.contact .form-message.alert-success {
    display: none;
}

.modal.contact .google-map iframe {
    filter: unset !important;
}

.contact .google-map iframe {
    border: 0;
    width: 100%;
    height: 378px;
    border-radius: 6px;
}

/* [ FAQ ] */
/*================================================== */
.faq .section-title h3 {
    color: #F1FAFF;
}

.faq .accordion-header {
    background: #3F4458;
}

.faq .accordion .accordion-button {
    box-shadow: none;
    padding: 24px;
    line-height: 1.3;
    font-size: 20px;
    background: #2f3343;
    color: #FFF;
}

.faq .accordion .accordion-button:hover {
    background: #404558;
}

.faq .accordion .accordion-button::after {
    content: "\F282";
    font-family: bootstrap-icons;
    background-image: none;
}

.faq .accordion .accordion-item {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 0;
    background: #2f3343;
}

.faq .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.7;
    color: #9BA5B5;
    background: #2f3343;
    padding: 20px;
    border-top: 1px solid #1D1E24;
}

.faq .accordion .accordion-body a {
    color: #FFF;
}

.faq .accordion .accordion-body a:hover {
    text-decoration: underline;
}

/* [ Footer ] */
/*================================================== */
.footer.footer-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 12px 12px;
}

.footer {
    width: 100%;
    height: auto;
    padding: 28px 12px;
}

.image-bg .footer .copyright {
    color: #9BA5B5;
}

.footer .copyright a {
    font-weight: 500;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

/* [ Back to Top ] */
/*================================================== */
html[dir=rtl] #back-top-top {
    right: auto;
    left: 10px;
}

#back-top-top {
    position: fixed;
    bottom: -20px;
    right: 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #FFF;
    background: #8A94AD;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
}

#back-top-top:hover {
    color: #FFF !important;
}

#back-top-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 8px;
}

/* [ Dark Theme ] */
/*================================================== */
body.dark .preloader {
    background: #1D1E24;
}

body.dark.demo-dark-2 .preloader {
    background: #161210;
}

body.dark {
    color: #9BA5B5;
    background: #1D1E24;
}

body.dark.demo-dark-2 {
    background: #161210;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: #F1FAFF;
}

body.dark .section-white-bg {
    background: #14151A;
}

body.dark .section-gray-bg {
    background: #1D1E24;
}

body.dark input.form-control,
body.dark textarea.form-control {
    border-color: #3F4458;
    color: #9BA5B5;
}

body.dark input.form-control::-webkit-input-placeholder {
    color: #9BA5B5;
}

body.dark input.form-control:-moz-placeholder {
    color: #9BA5B5;
}

body.dark input.form-control::-moz-placeholder {
    color: #9BA5B5;
}

body.dark input.form-control:-ms-input-placeholder {
    color: #9BA5B5;
}

body.dark textarea.form-control::-webkit-input-placeholder {
    color: #9BA5B5;
}

body.dark textarea.form-control:-moz-placeholder {
    color: #9BA5B5;
}

body.dark textarea.form-control::-moz-placeholder {
    color: #9BA5B5;
}

body.dark textarea.form-control:-ms-input-placeholder {
    color: #9BA5B5;
}

body.dark .button-outline,
body.dark .primary-menu .navbar-nav .nav-link,
body.dark .social-icons li a {
    color: #F1FAFF;
}

body.dark #subscribe-modal .modal-content {
    background: #2b2c32;
}

body.dark #subscribe-modal .modal-body>p {
    color: #9BA5B5;
}

body.dark #subscribe-modal .subscribe-modal-close {
    color: #FFF;
}

body.dark #subscribe-modal .subscribe-form .form-control,
body.dark .hero-content .subscribe-form .form-control {
    background: #24252d;
    border-color: #3F4458;
}

body.dark .countdown .row .col {
    color: #F1FAFF;
}

/* Header CSS */
body.dark #header .primary-menu.navbar-sticky-moved-up {
    background: #1D1E24 !important;
    border-color: rgba(63, 68, 88, 0.412);
}

/* Fixed Navigation */
body.dark #header .fixed-navigation .icon-box a {
    color: #FFF;
    background: #2b2c32;
}

/* Hero Dakr CSS */
body.dark .hero-content .title-2 {
    color: #161210;
}

body.dark .hero-content .hero-head span {
    -webkit-text-stroke: 1px #F1FAFF;
}

/* About US */
body.dark .about-us .featured-box {
    background: #14151A;
    border-color: #3F4458;
}

body.dark .our-plan .check-list li {
    color: #F1FAFF;
}

/* Services */
body.dark .services .service-box {
    background: #14151A;
    border-color: #3F4458;
}

/* Contact */
body.dark .contact-form {
    background: #232A31;
}

body.dark .contact .google-map iframe {
    -webkit-filter: grayscale(20%) invert(95%);
    filter: grayscale(20%) invert(95%);
}

body.dark .contact .form-message.alert-success {
    background: #01150c;
    border-color: #014728;
    color: #549b7b;
}

body.dark .contact-option strong {
    color: #F1FAFF;
}

body.dark .contact-option span {
    color: #9BA5B5;
}