/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Page Piling
    - Banner
    - About
    - Team
    - Portfolio
    - Blog
    - Contact
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Poppins', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #2f2f2f;font-weight:400;line-height:25px;width: 100%; overflow-x: hidden}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 0;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-0{opacity: 0;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 20px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff; text-decoration: none;}
.btn.btn-trans:hover {background: #ffffff !important; border-color: #ffffff; color: #232728 !important}
/* Green button */
.btn.btn-green {background: #597233; border-color: #597233; color: #ffffff; text-decoration: none;}
.btn.btn-green:hover {background: #ed3592 !important; border-color: #ed3592; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 42px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-grey {color: #a6a6a6;}
.text-white {color: #ffffff;}
.text-pink {color: #ed3592;}
.text-green {color: #597233;}
.text-orange {color: #e97326;}
.text-light-black {color: #232728;}

/* Background color */
.bg-green {background: #597233;}
.bg-light-black {background: #2f2f2f;}
.bg-transparent {background: transparent;}

/* Social Icons Background */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;border: 1px solid #4267B2 !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;border: 1px solid #1DA1F2 !important;}
.instagram-bg-hvr:hover{background:#C32AA3 !important;color: #fff !important;border: 1px solid #C32AA3 !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;border: 1px solid #0077B5 !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;border: 1px solid #DB4437 !important;}
.rss-bg-hvr:hover{background:#ee802f !important;color: #fff !important;border: 1px solid #DB4437 !important;}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span, .pp-slidesNav .active span {
    z-index: 9999;
    background-color: #597233;
    border-color: #597233!important;
}

#pp-nav li .active span::before{
    content: "";
    height: 2px;
    width: 12px;
    background: #597233;
    display: block;
    transform: translate(-17.5px,6.5px);
    animation: fadeIn 1.6s;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#pp-nav li span::before{
    content: "";
    height: 2px;
    width: 12px;
    background: #597233;
    display: block;
    transform: translate(-17.5px,6.5px);
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    animation: zoomOut 1.6s;

}

#pp-nav li .active span::after{
    content: "";
    height: 2px;
    width: 12px;
    background: #597233;
    display: block;
    transform: translate(21px,5px);
    animation: fadeIn 1.6s;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#pp-nav li span::after{
    content: "";
    height: 2px;
    width: 12px;
    background: #597233;
    display: block;
    transform: translate(21px,5px);
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    animation: zoomOut 1.6s;
}

#pp-nav span, .pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 7px transparent;
    background: transparent ;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid;
}

#pp-nav li, .pp-slidesNav li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 20px 8px 20px 8px;
    position: relative;
}

.pp-tooltip {
    color: #ffffff;
    background-color: #232728;
    margin-left: 25px;
    padding: 2px 8px;
    border-radius: 2px;
    z-index: 9999;
}

.pp-tooltip:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid #232728;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -6px;
}

/* ===================================
    Header
====================================== */
.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #597233;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2f2f2f;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

/* nav top default */
header a.logo img {
    max-width: 95px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    height: 90px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
}

/* ===================================
    Side Menu
====================================== */
.side-menu {
    width: 30%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    background: #597233;
    color: #FFFFFF;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #FFFFFF;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 15px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item .nav-link{
    font-size: 28px;
    text-transform:capitalize;
}

.side-nav .navbar-nav .nav-item .nav-link span{
    font-size: 28px;
    opacity: .3;
    margin-right: 10px;
    transition: .5s ease;
}

.side-nav .navbar-nav .nav-link:hover span,
.side-nav .navbar-nav .nav-link.active span {
    color: #597233;
    opacity: 1;
    transition: .5s ease;
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #FFFFFF;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #FFFFFF;
}

.social-icons-simple li a:hover{
    background-color: #597233;
    color:#ffffff;
}

.side-footer p{
    color: #FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
   Banner Section
====================================== */

.slider-area{
    background-image: url("../img/bg-colors.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-image {
    position: relative;
    margin: 0 auto -80px auto;
    top: 100px;
}

.slider-image img {
    top: -90px;
    width: 100%;
    position: relative;
}

.slider-text {
    background-color: #ffffff;;
    color: #2f2f2f;
}

.slider-area h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #2f2f2f;
    font-weight: 500;
}

.slider-area h1 span.js-rotating {
    font-weight: 300;
    font-size: 60px;
}

.slider-area p {
    width: 50%;
    font-size: 20px;
    color: #2f2f2f;
    line-height: 1.4;
    font-weight: 300;
}

.slider-area{
    align-items: center;
    display: flex;
    position: relative;
}

.slider-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1111;
    color: #2f2f2f;
}

.slider-bottom .slider-social {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 1111;
}

.slider-bottom .slider-social a {
    color: #2f2f2f;
}

.slider-bottom .brand-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1111;
}

.fixed {
    position: fixed;
}

/*slider social*/
.side-nav-menu .slider-social{
    position: absolute;
    right: 50px;
    top: auto;
    z-index: 111;
}

.side-nav-menu .slider-social {
    right: auto;
    bottom: 80px;
}

.slider-social ul>li{
    float: left;
}

.slider-social a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #2f2f2f;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

/* ===================================
   About Section
====================================== */

.about{
    height: 100vh;
}

.about h2 {
    font-size: 48px;
    font-weight: 500;
}

.section-heading {
    margin-bottom: 3rem;
}

.feature-item .title {
    transition: .8s ease;
    font-size: 24px;
    font-weight: 500;
}

.feature-item p{
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 300;
}

.about .box {
    padding: 40px;
    color: #ffffff;
}

.about .box h2 {
    font-size: 30px;
    font-weight: 500;
}

.about .box p {
    font-weight: 300;
}

.about-margin {
    margin: 50px 0;
    cursor: default;
}

/* ===================================
        Team Section
====================================== */
.team-section{
    height: 100vh;
}

.team-section .stats-heading-area .heading {
    color: #2f2f2f;
    font-size: 48px;
    font-weight: normal;
    font-family: Poppins, sans-serif;
}

.team-section .stats-heading-area .heading span {
    display: block;
}

.team-section .team-member-area{
    margin-top: 20px;
}

.team-section .image-holder{
    cursor: pointer;
}

.team-section .image-holder img{
    height: 300px;
    width: 300px;
    padding-top: 10px;
    background-color: #e3e5e4;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.team-section .team-name{
    margin-top: 20px;
    font-size: 28px;
    color: #2f2f2f;
    font-weight: normal;
    transition: .5s ease all;
    font-family: 'Poppins', sans-serif;
}

.testimonial-team .owl-item span {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.testimonial-team .owl-item .item{
    transition: .5s ease;
}

.testimonial-team .owl-item.center .item{
    margin-top: 100px;
}

.testimonial-team .owl-item.center .team-name, .team-section .image-holder:hover ~.team-name{
    color: #597233;
}

/* ===================================
   Portfolio
====================================== */

.portfolio-bg{
    height: 100vh;
}

.parallax-box .portfolio-counter {
    font-size: 32px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

.parallax-box h5 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

.main-heading h2 {
    font-size: 48px;
    font-weight: normal;
}

.team-classic .item {
    text-align: left;
}

.team-data-img {
    overflow: inherit;
}

.portfolio-content {
    margin-top: 2rem;
}

.portfolio-content h5 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.portfolio-content p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.search-icon {
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    padding: 14px 14px;
    margin-bottom: 20px;
}

.single-work {
    overflow: hidden;
    position: relative;
    padding: 15px;
    background-color: #e3e5e4;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: auto;
}

.single-work .title {
    width: 80%;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.cases-line {
    position: absolute;
    background: #ffffff;
}
.top {
    top: 15px;
    right: 15px;
    width: 100px;
    height: 2px;
}
.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}
.bottom {
    top: unset;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}
.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 2px;
}

.single-work .overlay-text:before, .single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.item:hover .overlay-text {
    opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.item .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.circle{
    position: relative;
    z-index: 1111;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    font-size: 34px;
    color: #706f6f;
    transition: 0.5s ease;
}

#team-circle-right {
    top: 40%;
    right: -8%;
    transition: .5s ease;
    position: absolute;
}

#team-circle-left{
    top: 40%;
    left: -8%;
    transition: .5s ease;
    position: absolute;
}

/* ===================================
   Blog Section
====================================== */

.blog-bg{
}

.icon-quotes-left, .icon-quotes-right{
    font-size: 12px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1;
}

.icon-quotes-right {
    text-align: right;
}

.icon-quotes-left {
    padding-left: 30px;
}

.news-item{
    position: relative;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item img{
    width: 100%;
    transition: all .5s ease 0.2s;
}

.news-item:hover{
    transform: translateY(-10px);
}

.image-holder-gallary{
    overflow: hidden;
}

.news-item:hover img{
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.news-item .news-text-box{
    padding: 20px 0;
    background-color: transparent;
}

.news-item .news-title{
    margin: 14px 0;
    font-size: 24px;
    font-weight: normal;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .news-title:hover {
    color: #597233;
}

.para {
    font-size: 18px;
    font-weight: 200;
}

.testimonial-img img{
    border-radius: 50%;
    display: inline-block;
}

.owl-testimonial .paragraph {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
}

/* ===================================
   Contact
====================================== */

.contact-sec{
    background-image: url("../img/bg-colors.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-sec .heading{
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: normal;
}

.contact-sec .heading span {
    color: #2f2f2f;
}

.contact-sec .contact-form input{
    font-size: 16px;
    height: 40px;
    padding: 25px 0;
    background: transparent;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #2f2f2f;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 150px;
    color: #2f2f2f;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn{
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details{
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
    padding-top: 20%;
}

.contact-sec .contact-details .heading{
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: normal;
}

.contact-sec .contact-details .text{
    color: #2f2f2f;
    font-size: 17px;
    font-weight: normal;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li{
    color: #2f2f2f;
    list-style: none;
    margin-bottom: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-details ul li:first-child{
    width: 60%;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    font-size: 36px;
    margin-right: 20px;
    margin-bottom: 8px;
}

/* ===================================
    Cursor
====================================== */

#animated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #animated-cursor{
    display: inline-block;
}

#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 2px solid #2f2f2f;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#cursor:before {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}

#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.header-appear.cursor-light:hover ~ #animated-cursor{
    display: none;
}

.header-appear .animated-wrap, .header-appear .animated-element {
    transform: none !important;
}

/* ===================================
   Loader
====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 99999;
}

.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.spinner {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner .blob {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #2f2f2f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.spinner .blob.top {
    top: 0;
    -webkit-animation: blob-top 1s infinite ease-in;
    animation: blob-top 1s infinite ease-in;
}

.spinner .blob.bottom {
    top: 100%;
    -webkit-animation: blob-bottom 1s infinite ease-in;
    animation: blob-bottom 1s infinite ease-in;
}

.spinner .blob.left {
    left: 0;
    -webkit-animation: blob-left 1s infinite ease-in;
    animation: blob-left 1s infinite ease-in;
}

.spinner .move-blob {
    border-color:#597233;
    background: #597233;
    top: 0;
    -webkit-animation: blob-spinner-mover 1s infinite ease-in;
    animation: blob-spinner-mover 1s infinite ease-in;
}

@-webkit-keyframes blob-bottom {
    25%, 50%, 75% {
        top: 50%;
        left: 100%;
    }
    100% {
        top: 0;
        left: 50%;
    }
}

@keyframes blob-bottom {
    25%, 50%, 75% {
        top: 50%;
        left: 100%;
    }
    100% {
        top: 0;
        left: 50%;
    }
}
@-webkit-keyframes blob-left {
    25% {
        top: 50%;
        left: 0;
    }
    50%, 100% {
        top: 100%;
        left: 50%;
    }
}
@keyframes blob-left {
    25% {
        top: 50%;
        left: 0;
    }
    50%, 100% {
        top: 100%;
        left: 50%;
    }
}
@-webkit-keyframes blob-top {
    50% {
        top: 0;
        left: 50%;
    }
    75%, 100% {
        top: 50%;
        left: 0;
    }
}
@keyframes blob-top {
    50% {
        top: 0;
        left: 50%;
    }
    75%, 100% {
        top: 50%;
        left: 0;
    }
}
@-webkit-keyframes blob-spinner-mover {
    0%, 100% {
        top: 0;
        left: 50%;
    }
    25% {
        top: 50%;
        left: 100%;
    }
    50% {
        top: 100%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0;
    }
}
@keyframes blob-spinner-mover {
    0%, 100% {
        top: 0;
        left: 50%;
    }
    25% {
        top: 50%;
        left: 100%;
    }
    50% {
        top: 100%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0;
    }
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1800px) {
    .expand-container {
        max-width: 1300px;
    }
    .team-section .pp-tableCell {
        padding-top: 130px;
    }
    .portfolio-bg .pp-tableCell {
        padding-top: 130px;
    }
    .blog-bg .pp-tableCell {
        padding-top: 80px;
    }
    .contact-sec .pp-tableCell {
        padding-top: 80px;
    }

    /* Side Nav */
    #pp-nav.left {
        left: 26px;
    }
    .my_tog {
        margin-right: 18px;
    }
}

@media (max-width: 1600px) and (min-width: 1420px) {
    .team-section .pp-tableCell {
        padding-top: 120px;
    }
    .portfolio-bg .pp-tableCell {
        padding-top: 80px;
    }
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .side-nav .navbar-nav .nav-item {
        margin: 6px 0;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 2rem;
    }

    .slider-area h1 span.js-rotating {
        font-size: 48px;
    }
    .slider-area h1 {
        font-size: 60px;
    }
    .slider-area p {
        width: 70%;
    }
    .brand-logo img {
        max-width: 95px;
    }

    .about h2 {
        font-size: 38px;
    }
    .about-margin {
        margin: 40px 0;
    }
    .about .box {
        padding: 30px;
    }

    .team-section .stats-heading-area .heading {
        font-size: 38px;
    }
    .team-section .image-holder img {
        height: 230px;
        width: 230px;
    }

    .team-classic .item {
        width: 80%;
        margin: auto;
    }
    #team-circle-right {
        right: 0;
    }
    #team-circle-left {
        left: 0;
    }
    .main-heading h2 {
        font-size: 38px;
    }
    .section-heading {
        margin-bottom: 2rem;
    }

    .contact-sec .heading {
        font-size: 38px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    section {padding: 6rem 0;}
    .section-heading {margin-bottom: 3.5rem;}
    .about, .team-section, .portfolio-bg, .blog-bg, .contact-sec {height: auto;}

    /* Side Menu */
    .header-appear .sidemenu_btn span {
        background: #ffffff;
    }
    .side-menu {
        width: 50%;
    }

    /* Banner */
    .slider-area h1 {
        font-size: 48px;
    }
    .slider-area h1 span.js-rotating {
        font-size: 48px;
    }
    .slider-area p {
        width: 100%;
    }

    /* About */
    .about h2 {
        font-size: 38px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 42px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 42px;
    }

    .btn.btn-medium {
        padding: 10px 42px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .h1, h1 {font-size: 58px;}
    .h3, h3 {font-size: 32px;}
    section {padding: 4rem 0;}
    p {font-size: 14px;}
    .about, .team-section, .portfolio-bg, .blog-bg, .contact-sec {height: auto!important;}
    .section-heading {margin-bottom: 3rem;}

    /* Side Menu */
    .s-logo.brand-logo img {
        max-width: 95px;
    }
    .header-appear .sidemenu_btn span {
        background: #ffffff;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }
    .side-menu {
        width: 50%;
    }
    .slider-bottom .slider-social, .slider-copyright {
        display: none;
    }

    /* Banner */
    .slider-area {
        height: 70vh;
    }
    .slider-area h1 {
        font-size: 38px;
    }
    .slider-area p {
        width: 100%;
    }
    .slider-area h1 span.js-rotating {
        font-size: 36px;
    }

    /* About */
    .about h2 {
        font-size: 32px;
    }
    .feature-item p {
        font-size: 14px;
    }

    /* Team */
    .testimonial-team .owl-item.center .item {
        margin-top: 0;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 36px;
    }

    /* Blog */
    .news-item .news-title {
        font-size: 22px;
    }
    .para {
        font-size: 16px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 42px;
    }
    .contact-sec .contact-details .text {
        text-align: left;
    }
    .contact-sec .contact-details ul li:first-child {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    body {text-align: center;overflow-y: hidden!important;}
    section {padding: 5rem 0;}
    .h1, h1 {font-size: 36px;}
    .h2, h2 {font-size: 36px;}
    .h3, h3 {font-size: 24px;}
    p {font-size: 14px;line-height: 20px;}
    .about, .team, .portfolio-bg, .blog-bg, .contact-sec {height: auto; width: 100%; margin-left: 0;}
    .slider-area {width: 100%; margin-left: 0;}

    /* Nav-Bar */
    .navbar {
        padding: 6px 10px;
        height: 100px;
        background-color: #597233;
    }
    .s-logo.brand-logo img {
        max-width: 95px;
    }

    /* Side Menu */
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }
    .sidemenu_btn span {
        background: #ffffff;
    }
    .side-menu .inner-wrapper {
        padding: 2.5rem 3rem;
    }
    .side-menu {
        width: 100%;
    }
    .side-footer p {
        font-size: 14px;
    }

    /* Banner */
    .slider-bottom .slider-social, .slider-copyright {
        display: none;
    }
    .slider-area h1 span.js-rotating {
        font-size: 32px;
    }
    .slider-area h1 {
        font-size: 36px;
        margin-top: 100px;
    }
    .slider-area p {
        font-size: 14px;
        width: 100%;
    }
    .banner-image {
        margin-top: 40px;
    }

    /* About */
    .about h2 {
        font-size: 28px;
    }
    .about-margin {
        margin-top: 20px;
    }
    .feature-item p {
        font-size: 16px;
    }
    .feature-item {
        padding: 40px 0;
    }
    .feature-item > i.f-icon {
        margin: 0 auto;
    }
    .about .box h2 {
        font-size: 26px;
    }
    .team-box {
        height: auto;
    }

    /* Team */
    .team-section {
        height: auto;
    }
    .team-section .stats-heading-area .heading {
        font-size: 28px;
    }
    .team-section .stats-heading-area .text {
        width: 85%;
    }
    .testimonial-team .owl-item.center .item {
        margin-top: 0;
    }
    .team-section .image-holder img {
        height: 260px;
        width: 260px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 36px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 28px;
    }
    .parallax-box {
        padding: 10px;
    }
    .parallax-box h2 {
        font-size: 1.375rem;
    }
    .circle {
        display: none;
    }
    .single-work {
        padding: 10px;
    }

    /* Blog */
    .blog-bg {
        height: auto;
    }
    .news-item {
        padding: 30px 0;
    }
    .icon-quotes-left {
        text-align: left;
    }
    .news-item .news-text-box {
        text-align: center;
    }
    .para {
        font-size: 14px;
    }
    .testimonial-img {
        margin: 15px 0 0 0;
    }
    .owl-testimonial .paragraph {
        font-size: 16px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 26px;
    }
    .contact-sec .contact-details {
        margin: 40px auto 0 auto;
    }
    .contact-sec .contact-details .text {
        font-size: 14px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 40px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
}