/* [Master Stylesheet] */

/* --------------------------------------------
:: Template Name: RexPlus - One Page Parallax.
:: Template Author: Classy-Theme
:: Template Author URI: https://themeforest.net/user/classy-theme/portfolio.
:: Description: RexPlus is a one page based Business Template. It's very clean, creative & beautiful. It's super responsive & ultra light.
:: Tags: Target, Business Template,  Bootstrap 4, HTML Template, HTML5 Template.
:: Version: v1.0.0
:: Last Updated: 05/07/2018.
-------------------------------------------- */

/* =========== [Master Stylesheet] ============
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS 
:: 4.0 Our Service Area CSS 
:: 5.0 About Us Area CSS 
:: 6.0 Video And Some Faq Area CSS 
:: 7.0 Portfolio Area CSS 
:: 8.0 Cool Fact Area CSS 
:: 9.0 Testimonials Area CSS 
:: 10.0 Our Team Area CSS 
:: 11.0 Our Price Table Area CSS 
:: 12.0 Our Blog Area CSS 
:: 13.0 Our Partners Area CSS 
:: 14.0 Contact Us Area CSS 
:: 15.0 Slider Area CSS
:: 16.0 How We Works Area CSS 
:: 17.0 Work Process Area CSS 
:: 18.0 Award Area CSS 
===================================== */

/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900'); */
@import url('https://use.typekit.net/piv5mtn.css');

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/plugins/animate.css';
@import 'css/plugins/magnific-popup.css';
@import 'css/classy-nav.css';
@import 'css/plugins/owl.carousel.min.css';
@import 'css/font-awesome.min.css';
@import 'css/icofont.css';
@import 'css/plugins/animated-headline.css';

.green {
    display: inline-block;
    background-color: var(--n-theme-primary);
    padding: 5px 10px;
    line-height: 1;
}

:root {
    --n-theme-primary: #22584b;
    --n-theme-secondary: #1a493e;
    --n-theme-accent: #36967f;
}

.w-full {
    width: 100%;
}


/* ==================
:: 1.0 Base CSS Start
================== */

* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 15px;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.3;
    font-weight: 700;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
}

li {
    list-style: none;
}

p {

    line-height: 1.9;
    color: #7b7b7b;
    font-weight: 400;
}

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

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

#preloader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(33, 27, 49, 1);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}

#fancy-load {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--n-theme-accent);
    -webkit-animation: fancyRotate 2400ms linear infinite;
    animation: fancyRotate 2400ms linear infinite;
    z-index: 999;
}

#fancy-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    -webkit-animation: fancytRotate 2700ms linear infinite;
    animation: fancyRotate 2700ms linear infinite
}

#fancy-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--n-theme-primary);
    -webkit-animation: fancyRotate 1800ms linear infinite;
    animation: fancyRotate 1800ms linear infinite
}

@-webkit-keyframes fancyRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancyRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.section_padding_90_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_190_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_390_400 {
    padding-top: 400px;
    padding-bottom: 400px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_90_0 {
    padding-top: 100px;
    padding-bottom: 0px;
}

.section_padding_90_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_90_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_0_70 {
    padding-top: 0px;
    padding-bottom: 70px;
}

.section_padding_40_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_0_50 {
    padding-top: 0px;
    padding-bottom: 50px;
}

.section_padding_0 {
    padding: 0;
    margin: 0;
}

.section-heading_v2 > i {
    font-size: 60px;
    color: #eee;
    margin-bottom: 10px;
}

.section-heading_v2 > h2 {
    font-size: 30px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    color: black;
}

.section-heading_v2 > span {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    font-weight: 200;
    text-transform: capitalize;
    position: absolute;
    top: 28px;
    left: 10px;
    width: 100%;
}

.section-heading_v2 {
    margin-bottom: 70px;
}

.section-heading_v2 > p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    margin: auto;
}


.section-heading > i {
    font-size: 60px;
    color: var(--n-theme-accent);
    margin-bottom: 10px;
}

.section-heading p {
    padding: 0;
}


.section-heading > h2 {
    font-size: 40px;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    letter-spacing: 2px;
}

.work_process_area .section-heading > h2 {
    color: white;
}

.section-heading > span {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    font-weight: 200;
    text-transform: capitalize;
    position: absolute;
    top: 28px;
    left: 10px;
    width: 100%;
}

.section-heading {
    margin-bottom: 70px;
}

.section-heading > p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 36px;
    margin: auto;
}

.fullwidth {
    height: 100vh;
}

.nav-brand {
    max-width: 250px;
}

.fancy-btn {
    background-color: #fff;
    height: 40px;
    min-width: 130px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: var(--n-theme-primary);
    text-transform: uppercase;
    border-radius: 25px;
    letter-spacing: 1px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 13px;
    border: 1px solid var(--n-theme-primary);
}

.welcome-btn {
        /* background-color: #fff; */
        color: white;
        height: 50px;
        min-width: 250px;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        /* color: var(--n-theme-primary); */
        text-transform: uppercase;
        /* border-radius: 25px; */
        letter-spacing: 2px;
        -webkit-transition-duration: 700ms;
        -o-transition-duration: 700ms;
        transition-duration: 700ms;
        cursor: pointer;
        position: relative;
        z-index: 1;
        font-size: 16px;
        border: 1px solid #fff;
}

.welcome-btn,
.fancy-btn {
    overflow: hidden;
}

.welcome-btn::after,
.fancy-btn::after {
    content: "";
    position: absolute;
    color: #fff;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.welcome-btn:after,
.fancy-btn:after {
    background: var(--n-theme-primary);
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.welcome-btn:hover:after,
.fancy-btn:hover:after {
    opacity: 1;
    height: 600% !important;
}

.welcome-btn:hover,
.fancy-btn:hover {
    color: #fff;
    border-color: transparent;
}

.fancy-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.fancy-table-cell {
    display: table-cell;
    vertical-align: middle;
}

#scrollUp {
    width: 60px;
    height: 60px;
    list-style: 60px;
    font-size: 36px;
    color: #fff;
    bottom: 50px;
    right: 50px;
    text-align: center;
}

#scrollUp::before {
    width: 60px;
    height: 60px;
    background-color: var(--n-theme-accent);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    border-radius: 100%;
}

.bg-overlay1,
.bg-overlay2 {
    position: relative;
    z-index: 1;
}

.abs-bg-overlay1,
.abs-bg-overlay2 {
    position: absolute;
    z-index: 1;
}

.abs-bg-overlay1::after,
.bg-overlay1::after {
    background-color: rgba(22, 26, 39, 0.6);
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.abs-bg-overlay2::after,
.bg-overlay2::after {
    background-color: rgba(22, 26, 39, 0.85);
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* ----- Gradients Color ----- */

.gradients-version .ffff::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    background: #6c5ce7;
    background: -webkit-linear-gradient(to bottom, #6c5ce7, #00b894);
    background: -webkit-gradient(linear, left top, left bottom, from(#6c5ce7), to(#00b894));
    background: -webkit-linear-gradient(top, #6c5ce7, #00b894);
    background: -o-linear-gradient(top, #6c5ce7, #00b894);
    background: linear-gradient(to bottom, #6c5ce7, #00b894);
    opacity: 0.90;
}

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

.bg-fixed {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.height-400 {
    height: 400px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-900 {
    height: 900px;
}

.height-1000 {
    height: 1000px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* -------------------
:: 2.0 Header Area CSS
------------------ */
.my-awesome-gradient {
    position: relative;
}


.my-awesome-gradient img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-awesome-gradient:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to bottom, rgba(51,51,51,0.4) 0%, rgba(51,51,51,1) 100%);
}

.always-green {
    background-color: var(--n-theme-primary);
}

.py-16 {
    height: 64px;
    width: 100%;
}

.py-64 {
    height: 256px;
    width: 100%;
}

.header-area {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

.classy-navbar {
    height: 90px;
}

.classy-navbar {
    width: 100%;
    height: 70px;
    padding: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-top: 1px;
}

.dark.classy-nav-container {
    background-color: var(--n-theme-primary);
}

.dark.classy-nav-container {
    background-color: transparent;
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

.dark .classynav ul li .dropdown {
    background-color: var(--n-theme-primary);
}

.header-area.sticky {
    background-color: var(--n-theme-primary);
    border-bottom: none;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.classynav ul li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.classynav ul li:first-of-type a{
    border-left: 0;
}

.header-area.sticky .classynav ul li a{
    border-left: 0.75px solid rgba(255, 255, 255, 1);
}

.header-area.sticky .classynav ul li:first-of-type a {
    border-left: 0;
}

.dark.breakpoint-on .classy-navbar .classy-menu {
    background-color: var(--n-theme-primary);
}

.dark.breakpoint-on .classynav > ul > li > a {
    background-color: var(--n-theme-primary);
}

.dark .classynav ul li ul li a {
    font-size: 13px;
}

/* =====================
:: 3.0 Wellcome Area CSS 
===================== */

.welcome_area {
    position: relative;
    z-index: 2;
    text-align: center;
}

.welcome_area__video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.welcome_area > div {
    position: relative;
    z-index: 2;
}

.welcome-area span.cd-words-wrapper {
    text-align: center !important;
}

.welcome-text {
    margin-top: 70px;
}

.welcome-text > h2 > span > b {
    color: #fff;
    font-size: 100px;
    margin-bottom: 20px;
    font-weight: 200;
}

.welcome-text > p {
    color: #fdfdfd;
    font-size: 18px;
}

.cd-headline {
    text-align: left;
}

.welcome-text {
    text-align: left;
}

/* ----- particless CSS ----- */

#particles-js {
    height: 900px;
    width: 100%;
    position: relative;
    z-index: 1;
}

#particles-js canvas.particles-js-canvas-el {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.cd-intro.default-title > p {
    color: #fff;
    font-size: 18px;
}

/* ----- Snow Verson ----- */

.welcome_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.snow-content-text-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

/* ------ Rotator Area CSS ----- */

.welcome-text.cd-intro > h1 {
    color: #fff;
    font-size: 70px;
}

.cd-words-wrapper > b {
    color: #fff;
    font-weight: 700;
}


/* ========================
:: 4.0 Our Service Area CSS 
===================== */

.single_service_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.service_icon:not(.circle) {
    height: 70px;
    border: 1px solid #ddd;
    width: 70px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.service_icon.circle {
    overflow: hidden;
    height: 70px;
    border: 1px solid #ddd;
    width: 70px;
    text-align: center;
    border-radius: 100%;
    
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.service_icon:not(.circle) > i {
    font-size: 30px;
    color: var(--n-theme-accent);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 68px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.service_icon.circle > i {
    font-size: 30px;
    color: var(--n-theme-accent);
    line-height: 68px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.service_text > h5 {
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.service_text > p {
    margin-bottom: 0;
    font-size: 14px;
}

.service_text {
    margin-left: 30px;
}

.single_service_content:hover .service_icon {
    background-color: var(--n-theme-primary);
    border-color: var(--n-theme-primary);
}

.single_service_content:hover .service_icon > i {
    color: #fff;
}

.single_service_content:hover .service_text > h5 {
    color: var(--n-theme-primary)
}

/* ========================
:: 5.0 About Us Area CSS 
===================== */

.about_us_area {
    position: relative;
    z-index: 5;
}

.side_iamge {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    left: 0;
    z-index: -1;
}

.about_us_thumb {
    position: relative;
    z-index: 1;
    margin-right: 80px;
}

.about_us_thumb_2 {
    position: absolute;
    z-index: 5;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about_us_content > h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.about_us_content > p {
    margin-bottom: 30px;
}

/* ===============================
:: 6.0 Video And Some Faq Area CSS 
============================ */

.video_area,
.some_fact_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.video_area {
    position: relative;
    z-index: 1;
}

.some_fact_area {
    position: relative;
    z-index: 1;
}

.video_text_icon > h6 {
    color: #fff;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.video_text_icon > p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.some_fact_area {
    max-width: 100%;
    padding-left: 180px;
    background-color: var(--n-theme-primary);
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

.faq-title > h2 {
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: -60px;
    top: 46%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 0;
}

.dream-faq-area dt {
    background-color: #fff;
    padding: 20px 70px;
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.dream-faq-area dt > span {
    background-color: var(--n-theme-accent);
    width: 50px;
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.dream-faq-area dt > span > span {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

dd > p {
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

/* =======================
:: 7.0 Portfolio Area CSS 
===================== */

.gallery_menu {
    margin-bottom: 50px;
}

.portfolio_gallery_iteam {
    width: 25%;
    float: left;
    display: inline-block;
}

.portfolio_gallery_iteam > img {
    width: 100%;
}

.gallery_menu .portfolio-menu button {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 15px;
    display: inline-block;
    height: 30px;
    min-width: 130px;
    line-height: 18px;
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery_menu .portfolio-menu button:hover {
    border-color: transparent;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
}

.portfolio_gallery_iteam {
    position: relative;
    z-index: 1;
    width: 25%;
    float: left;
    overflow: hidden;
}

.portfolio_gallery_iteam > img,
.portfolio_gallery_item_home_3 > img {
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 4000ms;
    -o-transition-duration: 4000ms;
    transition-duration: 4000ms;
    width: 100%;
}

.portfolio_gallery_iteam:hover img {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

.single_content,
.border-layer {
    background-color: rgba(22, 26, 39, 0.7);
    opacity: 0.90;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.border-layer {
    background-color: transparent;
}

.portfolio_gallery_iteam:hover .single_content,
.portfolio_gallery_iteam:hover .border-layer {
    opacity: 0.8;
}

.single_content::before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    top: 25px;
    left: 25px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .single_content::before {
    width: calc(100% - 50px);
}

.single_content::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 25px;
    right: 25px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .single_content::after {
    width: calc(100% - 50px);
}

.border-layer::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    height: 0;
    width: 1px;
    bottom: 25px;
    left: 25px;
    z-index: 5;
    position: absolute;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .border-layer::before {
    height: calc(100% - 50px);
}

.border-layer::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    height: 0;
    width: 1px;
    top: 25px;
    right: 25px;
    z-index: 5;
    position: absolute;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .border-layer::after {
    height: calc(100% - 50px);
}

.image_zoom_in > a > i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}

.project_title > a {
    color: #fff;
    font-size: 16px;
}

.project_title > a > i {
    color: #fff;
    margin-left: 5px;
    font-size: 18px;
}

/* =======================
:: 8.0 Cool Fact Area CSS 
===================== */

.cool_fact_area.primary {
    background-color: var(--n-theme-primary);
    position: relative;
    z-index: 2;
}

.cool_fact_area {
    background-color: white;
    color: black;
}



/* 
.cool_fact_area::after {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #fff;
    opacity: 0.1;
    background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #fff 9px ), repeating-linear-gradient( #333, #333 );
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
} */

.cool_fact_area.primary p {
    color: white;
    padding-top: 32px;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 1px;
}

.cool_fact_area.primary .single_cool_fact {
    margin-bottom: 50px;
}

.cool_fact_area.primary .cool_fact_icon_img {
    margin-bottom: 20px;
}

.cool_fact_area.primary .cool_fact_detail > h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.cool_fact_area.primary .cool_fact_detail > h6 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

/* =========================
:: 9.0 Testimonials Area CSS 
====================== */

.testimonials_area {
    position: relative;
    z-index: 1;
}

.testimonial_image {
    height: 80px;
    width: 80px;
    margin: auto;
    margin-bottom: 30px;
}

.testimonial_image > img {
    border-radius: 50%;
}

.testimonial_text > p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.testimonial_author_name > h5 {
    background-color: var(--n-theme-accent);
    display: inline-block;
    padding: 8px 25px;
    border-radius: 17.5px;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}

.testimonials_area .owl-dot {
    background-color: #fff;
    height: 30px;
    width: 8px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 2px;
}

.testimonials_area .owl-dot.active {
    height: 45px;
    background-color: var(--n-theme-accent);
    border-color: transparent;
}

.testimonials_area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

/* =========================
:: 10.0 Our Team Area CSS 
====================== */

.single_team_content {
    margin-bottom: 30px;
    overflow: hidden;
}

.team_image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team_image > img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
}

.team_hover_effect {
    position: absolute;
    z-index: 3;
    top: 0;
    overflow: hidden;
}

.team_image .team_hover_effect {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: -300px;
    left: 0;
    background-color: rgba(22, 26, 39, 0.7);
    opacity: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.team_image .team_hover_effect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_team_content:hover .team_image .team_hover_effect {
    opacity: 0.90;
}

.team_text > h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 200;
}

.team_text > p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.team_icon > a > i {
    color: var(--n-theme-primary);
    font-size: 14px;
    background-color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
}

/* =============================
:: 11.0 Our Price Table Area CSS 
========================== */

.our_price_table_area {
    background-color: #f8f8f8;
}

.pricing-plan {
    position: relative;
    text-align: center;
    background: #fff;
    color: #999;
    margin-bottom: 35px;
    padding: 40px 40px 60px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pricing-plan .pricing-head {
    color: #333333;
}

.pricing-plan .icon {
    display: block;
    font-size: 48px;
    margin-bottom: 13px;
}

.pricing-plan .name > h4 {
    margin-bottom: 25px;
    font-size: 19px;
    color: #656565;
    position: relative;
}

.pricing-plan .name:before {
    content: '';
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    background: #eee;
    top: 0;
    border-radius: 0 0 50% 50%;
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0, 0.2);
    -o-transition: all 0.15s cubic-bezier(0, 0, 0, 0.2);
    transition: all 0.15s cubic-bezier(0, 0, 0, 0.2);
}

.pricing-plan .price {
    margin-top: 25px;
    padding: 15px 0 10px 20px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #eee;
    margin-left: -40px;
    margin-right: -40px;
}

.price > h5 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0;
}

.price > h5 > span {
    font-size: 26px;
}

.pricing-plan .pricing-body {
    padding-top: 40px;
}

.duration > p {
    margin-bottom: 0;
}

.pricing-body ul li {
    margin-top: 10px;
    padding-top: 10px;
}

.pricing-plan:hover,
.pricing-plan.featured {
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
}

.pricing-plan:hover .fancy-button,
.pricing-plan.featured .fancy-button {
    border-color: var(--n-theme-primary);
    color: var(--n-theme-primary);
}

.pricing-plan:hover .name:before,
.pricing-plan.featured .name:before {
    background: var(--n-theme-primary);
}

/* =======================
:: 12.0 Our Blog Area CSS 
===================== */

.blog_single_content {
    margin-bottom: 50px;
}

.blog_thumb > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.2s all linear;
    cursor: pointer;
}

.blog_thumb {
    overflow: hidden;
}

.blog_thumb:hover > img {
    transform: scale(1.1);
}

.blog_post_date > a > h5 {
    color: var(--n-theme-primary);
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog_text {
    margin-top: 24px;
}

.blog_text > a > h4 {
    margin-bottom: 15px;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
}

.blog_text > a > h4:hover {
    color: var(--n-theme-primary);
}

.blog_text > p {
    margin-bottom: 20px;
}

.blog_text > a {
    font-size: 16px;
    color: var(--n-theme-primary);
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
}

.blog_text > a:hover {
    color: #222;
}

/* ============================
:: 13.0 Our Partners Area CSS 
========================= */

.our_partner_area {
    background-color: #f8f8f8;
}

/* ========================
:: 14.0 Contact Us Area CSS 
======================= */

.contact_us_area {
    background-color: #f9f9f9;
    padding-bottom: 32px;
}

.footer_social_icon > a > i {
    color: #7b6cea;
    margin: 0 10px;
    font-size: 16px;
    text-align: center;
}

.footer-logo {
    text-align: center;
    margin-top: 25px;
    border-bottom: 1px solid #efefef;
}

.copywrite_text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px 0;
}

.copywrite_text .divider {
    display: none;
   background-color: #777;
   width: 1px;
   height: 100%s; 
}

@media screen and (min-width: 768px ){
    .copywrite_text .divider {
        display: block;
    }
}

.copywrite_text > p > a,
.copywrite_text > p {
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: capitalize;
    text-color: #eee;
    font-weight: lighter;
}
.copywrite_text > p > a {
    text-transform: none;
}

.conatct_heading > h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.contact_form .form-control {
    background-color: #f5f5f5;
    border: none;
    padding: 15px;
    font-size: 13px;
    margin-bottom: 30px;
}

.contact_info > i {
    font-size: 20px;
    color: var(--n-theme-primary);
}

.contact_info > h5 {
    margin-top: 5px;
    font-size: 18px;
}

.contact_info > p {
    font-size: 14px;
    margin-bottom: 0;
}

.contact_info {
    margin-bottom: 30px;
}

.bottom-footer-area {
    border-top: 1px solid #444;
    background-color: #2e2e2e;
}

#googleMap {
    height: 600px;
    margin-top: 100px;
}

.footer_social_icon > a > i {
    background-color: var(--n-theme-primary);
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 05px;
    font-size: 14px;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer_social_icon > a > i:hover {
    background-color: var(--n-theme-accent);
}

/* ====================
:: 15.0 Slider Area CSS 
=================== */

.welcome_area_slider {
    overflow: hidden;
}

.welcome_area_slider,
.team_image .team_hover_effect.slider,
.testimonials_area_slider {
    position: relative;
    z-index: 2;
}

.welcome_area_slider::after,
.team_image .team_hover_effect.slider::after,
.testimonials_area_slider::after {
    background-color: rgba(30, 55, 153, 0.9);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.welcome_slides_area .owl-dot {
    margin: 0 5px;
    line-height: 1;
    background-color: transparent;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.welcome_slides_area .owl-dots {
    position: absolute;
    height: auto;
    width: 100%;
    text-align: center;
    bottom: 100px;
    z-index: 5;
}

.owl-dot.active {
    border: 2px solid #fff;
}

.welcome_slides_area .owl-prev,
.welcome_slides_area .owl-next {
    color: #fff;
    font-size: 28px;
    left: 100px;
    margin-top: -70px;
    position: absolute;
    text-align: center;
    top: calc(50% + 90px);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 99;
    height: 48px;
    width: 48px;
    border: 2px solid #fff;
    line-height: 44px;
}

.welcome_slides_area .owl-next {
    right: 100px;
    left: auto;
}

.testimonials_area_slider .owl-dot {
    background-color: #fff;
    height: 30px;
    width: 8px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 2px;
}

.testimonials_area_slider .owl-dot.active {
    height: 45px;
    background-color: var(--n-theme-accent);
}

.testimonials_area_slider .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

.team_image .team_hover_effect.slider {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: -300px;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}


/* ==========================
:: 16.0 How We Works Area CSS 
======================== */

.how_we_work_details {
    padding: 50px 40px;
}

.how_we_work_v2_details {
    background-color: white;
    padding: 100px 40px;
    color: black;
}

.how_we_heading {
    margin-bottom: 40px;
}

.how_we_heading > h2 {
    color: var(--n-theme-primary);
    font-size: 50px;
}

.how_we_heading > p {
    color: var(--n-theme-primary);
    font-size: 14px;
    margin-bottom: 0;
    max-width: 800px;
}

.how_we_single_content {
    color: black;
    margin-bottom: 30px;
    /* padding: 20px 20px 20px 30px;
    border-left: 3px solid #333; */
}

.how_we_single_content_v2 {
    background-color: white;
    margin-bottom: 30px;
    padding: 20px 70px 20px 50px;
    border-left: 3px solid #eee;
}

.how_we_single_content_v2 > p {
    font-size: 18px;
    margin-bottom: 0;
}
.how_we_single_content > p b {
    color: #333;
}

.how_we_single_content > p {
    font-size: 18px;
    margin-bottom: 0;
}

.how_we_single_content > h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.how_we_single_content > p {
    font-weight: lighter;
    font-size: 20px;
    line-height: 2rem;
    margin-bottom: 0;
}


.how_we_single_content p .break {
    margin: 16px 0;
    display: inline-block;
}

/* ==========================
:: 17.0 Work Process Area CSS 
======================== */

.work_process_area {
    /* background-color: linear-gradient(90deg, var(--n-theme-primary)  0%, black  100%); */
    background: linear-gradient(180deg, var(--n-theme-primary) 0%, #333 100%);
    padding-top: 56px;
    padding-bottom: 32px;
}


.section-heading.work > p {
    padding: 0;
}


.work_process_single_content.right-fea {
    padding-right: 60px;
}

.work_process_single_content {
    position: relative;
    z-index: 1;
    min-height: 140px;
    border-radius: 6px;
}

.work_process_single_content {
    
    padding: 30px 40px 30px 60px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.work_process_single_content > h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.work_process_single_content > p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.work_process_icon {
    position: absolute;
    content: "";
    top: 50%;
    left: -6%;
    -webkit-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    transform: translateY( -50%);
    z-index: 2;
}

.work_process_icon.right-fea {
    right: -6%;
    left: auto;
}

.work_process_icon > i {
    color: #fff;
    font-size: 30px;
    background-color: var(--n-theme-accent);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    transition: all 0.5s linear;
}

a.work_process_icon:hover > i {
    color: var(--n-theme-accent);
    font-size: 30px;
    background-color: white;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
}

/* ====================
:: 18.0 Award Area CSS 
==================== */

.award_widget {
    margin-bottom: 50px;
    text-align: center;
}

.award_widget > p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.award_widget > h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.award_widget > a {
    font-size: 14px;
    color: var(--n-theme-primary);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.award_widget > a:hover {
    color: #111;
}

.award_thumb {
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

.award_widget:hover .award_thumb {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}



.wellcome-spacer {
    height:96px;
    background-color: white;
}

.cool_fact_detail h5 {
    font-size: 56px;
    color: var(--n-theme-accent);
}

.cool_fact_area h2 {
    font-size: 40px;
    font-weight: 500;
}


.cool_fact_detail h6 {
    color: #777;
}

.row.centered {
    justify-content: center;
}

.expb10 {
    padding-bottom: 96px;
}

.uppercase {
    text-transform: uppercase;
}

.forced-primary {
    background-color: var(--n-theme-primary);
}

.row.centered {
    justify-content: center;
}

.service-img {
    height: 64px;
    object-fit: contain;
}

.preloader__img {
    height: 64px;
    margin-bottom: 32px;
}

.fakeplace {
    display: none;
}

@media screen and (min-width: 1024px) {
    .fakeplace {
        display: block;
    }   
}