/* ===================================
    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
====================================== */
/*  - Google fonts
    - General
    - Scrollbar
    - Header
    - Side menu
    - Banner Sec
    - About Sec
    - feature Sec
    - counter Sec
    - Team-sec
    - Portfolio Section
    - Testimonials Section
    - Blog Section
    - Contact Section
    - Standalone
    - Loaders
    - Media Query */
/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
.main-font{font-family: 'Montserrat', sans-serif;}
/* ===================================
         General
====================================== */
body {font-family: 'Montserrat', sans-serif; font-size: 18px;font-weight:normal;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;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Montserrat', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #6f6f6f;}
a:focus, button:focus, input:focus{color: #FFFFFF;}
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;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montsserrat', sans-serif;
}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial;  transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}

/* Opacity */
.opacity-full{opacity: 1;}
.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;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 15px; 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: 400; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-medium {font-size:16px; padding: 12px 40px; line-height: 1.6em}
.btn.btn-large {font-size:16px;  padding: 15px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}
.rounded-pill {border-radius: 50%;}

/* text color */
.text-green{color: #a3d833;}

/* Icon Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* image hover */
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #FFFFFF;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after,.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* ===================================
           Scrollbar
====================================== */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #00bcd4;
}
::-webkit-scrollbar-track {
    width: 10px;
    background: #FFFFFF;
}
/* ===================================
        Header
====================================== */
.logo{
    margin-right: 20px;
    max-width: 90px;
}

.header-appear .logo-image {
    display: none;
}

header .logo-dark {
    display: none;
}

.header-appear .logo-dark{
    display: block;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 999;
    background: #FFFFFF;
    -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);
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 0.4rem 1.8rem;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.header-appear .navbar-simple .navbar-nav .nav-link{
    color: #6f6f6f;
}

.header-appear .sidemenu_btn span{
    background-color: #6f6f6f;
}

/*Nav Social*/
.nav-social .social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.nav-social .social-icons-simple li{
    display: inline-block;
}

.nav-social .social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    border: 1px solid transparent;
    text-align: center;
    width: 32px;
    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;
}

.nav-social .social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.nav-social .social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

/*nav line*/
.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}
.nav-box-round .navbar-nav .nav-link{
    border-bottom: solid 2px transparent;
}

.nav-box-round .navbar-nav .nav-link span{
    height: 3px;
    width: 0;
    display: block;
    background-color: transparent;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
}

.nav-box-round .navbar-nav .nav-link.active:nth-child(2){
    color: #00bcd4;
}

.nav-box-round .navbar-nav .nav-link.active:nth-child(3){
    color: #00bcd4;
}
.nav-box-round .navbar-nav .nav-link.active:nth-child(4){
    color: #00bcd4;
}
.nav-box-round .navbar-nav .nav-link.active:nth-child(5){
    color: #00bcd4;
}
.nav-box-round .navbar-nav .nav-link.active:nth-child(6){
    color: #00bcd4;
}

header .nav-box-round .navbar-nav .nav-link.active span{
    width: 100%;
    background-color: #00bcd4;
}

.header-appear.nav-box-round .navbar-nav .nav-link.active{
    color: #00bcd4;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active span{
    width: 100%;
    background-color: #00bcd4;
}

header .nav-box-round .navbar-nav .nav-link:hover{
    color: #00bcd4;
}
/* ===================================
    Side Menu
====================================== */
.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #00bcd4;
    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;
    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 Close 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: #fff;
    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 open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: relative;
    right: -5px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #ffffff;
    transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1.5rem 3rem;
    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: 6px 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: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: #fff;
    padding: 10px 0 10px 0 !important;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    font-size: 16px;
    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;
}

.social-icons-simple li a:hover{
    background-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 Sec
====================================== */
.banner-sec {
    position: relative;
}

.banner-image{
    background-image: url("../images/banner-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.banner-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}

.banner-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: #FFFFFF;
}

.banner-des{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    width: 80%;
}

.banner-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(8%,-15%);
    width: 600px;
    height: 420px;
    background-color: rgba(158, 203, 34, 0.9);
}

.button {
    font-size: 18px;
    position: relative;
    color: #FFFFFF;
    font-weight: 600;
}

.button i {
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    transition: .5s ease;
    margin-right: 8px;
}

.button:hover {
    color: #FFFFFF;
}

.button:hover i {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #ffffff;
    transition: .5s ease;
}

.banner-sec .banner-heading {
    width: 128%;
    transform: translate(-35%, -10px);
}

.banner-area{
    position: relative;
    top: 50px;
    transform: translate(70px, -26px);
}
/* ===================================
    About Sec
====================================== */
.author-skills .small-heading {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 6px 0 25px 0;
    color: #797e80;
}

.author-skills .small-text {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #797e80;
}

.about-media {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    transition: color .3s ease-out;
    z-index: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-media.active {
    background: #00bcd4;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-media:hover::before {
    transform: translateY(0);
    transition: transform .25s ease-out;
}

.about-media .about-icon i{
    color: #797e80;
    font-size: 55px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-bottom: 14px;
}

.about-media:hover .about-icon i{
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    color: #FFFFFF;
}

.about-media:hover .small-heading{
    color: #FFFFFF;
}

.about-media:hover .small-text{
    color: #FFFFFF;
}

.about-media.active .about-icon i{
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    color: #FFFFFF;
}

.about-media.active .small-heading{
    color: #FFFFFF;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-media.active .small-text{
    color: #FFFFFF;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
/* ===================================
    feature Sec
====================================== */
.feature-heading{
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #7b7b7b;
}

.feature-text{
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #6f6f6f;
    text-align: justify;
    padding-bottom: 16px;
}

.feature-are{
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 120px;
}

.feature-image{
    padding-top: 80px;
    padding-bottom: 120px;
}

.buton {
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #00bcd4;
    font-family: 'Montserrat', sans-serif;
}

.buton i {
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #00bcd4;
    transition: .5s ease;
    margin-right: 8px;
}

.buton:hover {
    color: #00bcd4;
}

.buton:hover i {
    background: #a3d833;
    border-color: #a3d833;
    color: #FFFFFF;
    transition: .5s ease;
}
/* ===================================
    counter Sec
====================================== */
.counter-image{
    background-image: url("../images/counter-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 62vh;
}

.counter-sec .counter {
    margin: 38px 60px;
    text-align: center;
    display: inline-block;
}

.counter-sec .counter h5 {
    color: #ffffff;
    font-size: 42px;
    text-align: left;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.counter-sec .counter p {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.counter-overlay{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(6%,-6%);
    width: 515px;
    height: 325px;
    background-color: rgba(158, 203, 34, 0.9);
}
/* ===================================
           Team-sec
====================================== */
.main-title{
    text-align: center;
    padding-top: 120px;
}

.main-title h5{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #00bcd4;
    padding-bottom: 10px;
}

.main-title h2{
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #6f6f6f;
    padding-bottom: 20px;
}

.main-title p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #6f6f6f;
    width: 90%;
    margin: auto;
    padding-bottom: 80px;
}

.color-black { color: #6f6f6f; }
.font-weight-500{font-weight: 500;}
.font-16 {font-size: 16px;}

.team-classic .item {
    text-align: center;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-classic .item img {
    transform: scale(1);
    transition: 1s;
}

.team-classic .item:hover img {
    transform: scale(1.2);
    transition: 1s;
}

.team-data-img {
    overflow: inherit;
}

.team-classic-content {
    padding: 20px 0 15px;
    background: #ffffff;
    cursor: pointer;
}

.team-classic .team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    opacity: 0;
    z-index: 2;
    transition: 2s;
}

.team-classic .team-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00bcd4;
    opacity: .6;
}

.team-classic .item:hover .team-overlay {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.team-classic .item:hover ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .5s ease-in-out;
}

.team-classic .item:hover .team-classic-content h5 {
    color: #00bcd4;
}

.team-classic .item:hover .team-classic-content:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.team-sec .owl-dots .owl-dot {
    height: 11px;
    width: 11px;
    margin: 2px 10px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e5e5e5 !important;
    cursor: pointer;
}

.team-sec .owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background:#e5e5e5;
}

.team-sec .owl-dots .owl-dot.active {
    background: #a3d833 !important;
}

.team-sec .team-classic.owl-team .item {
    margin-bottom: 40px;
}

.image {
    overflow: hidden;
}

a.image{
    display: block;
}

.image {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image {
    position: relative;
}
/* ---- Social Icons ---- */
ul.social_icon li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

ul.social_icon li a:hover,
ul.social_icon li a:focus {
    background: #b2cb20;
    border-color: transparent;
    color: #fff;
}

ul.social_icon li a.facebook:hover,
ul.social_icon li a.facebook:focus {
    background: #3b5999;
    border-color: #3b5999;
}

ul.social_icon li a.twitter:hover,
ul.social_icon li a.twitter:focus {
    background: #55acee;
    border-color: #55acee;
}

ul.social_icon li a.insta:hover,
ul.social_icon li a.insta:focus {
    background: #e4405f;
    border-color: #e4405f;
}

ul.social_icon li a.google:hover,
ul.social_icon li a.google:focus {
    background:#dd4b39;
    border-color: #dd4b39;
}

.team-classic ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-540%);
    transition: .5s ease-in-out;
}

.team-classic ul li:first-child, .team-classic .item:hover ul li:first-child {
    transition-delay: .2s;
}

.team-classic ul li:nth-child(2), .team-classic .item:hover ul li:nth-child(2) {
    transition-delay: .3s;
}

.team-classic ul li:nth-child(3), .team-classic .item:hover ul li:nth-child(3) {
    transition-delay: .4s;
}

.team-classic ul li:nth-child(4), .team-classic .item:hover ul li:nth-child(4) {
    transition-delay: .5s;
}

.team-classic ul li:nth-child(5), .team-classic .item:hover ul li:nth-child(5) {
    transition-delay: .6s;
}

.team-classic ul li:nth-child(6), .team-classic .item:hover ul li:nth-child(6) {
    transition-delay: .7s;
}

.team-classic ul li:nth-child(7), .team-classic .item:hover ul li:nth-child(7) {
    transition-delay: .8s;
}
/* ---- Social Icons ends ---- */
/* ===================================
    Portfolio Section
====================================== */
.portfolio{
    padding: 0;
}

.project-sec{
    position: relative;
}

.project-sec .row{
    margin:0 !important;
}

.project-sec .project-area{
    position: relative;
}

.project-sec .project-area .project-img{
    height: 100vh;
}

.project-sec .project-area .project-img img{
    height: 100%;
    width: 100%;
}

.project-sec .project-links-left{
    position: absolute;
    top: 50%;
    left: 3%;
    z-index: 1;
    cursor: pointer;
}

.project-sec .project-links-right {
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 111;
    cursor: pointer;
}

.project-sec .project-links-left a i{
    color: #6f6f6f;
    font-size: 48px;
    transition: .5s ease;
}

.project-sec .project-links-right a i {
    color: #6f6f6f;
    font-size: 48px;
    transition: .5s ease;
}

.project-sec .project-links-right a:hover i, .project-sec .project-links-left a:hover i{
    color: #00bcd4;
}

.animate-fade a {
    cursor: pointer;
}

.portfolio-overlay{
    position: absolute;
    top: 61%;
    left: 67.5%;
    width: 375px;
    z-index: 99;
    height: 285px;
    background-color: rgba(158, 203, 34, 0.9);
}

.port-heading{
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.port-text{
    font-size:18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    padding-bottom: 12px;
}

.portfolio-area{
    position: relative;
    margin: 40px 25px;
}
/* ===================================
      Testimonials Section
====================================== */
.testimonial_img{
    position: absolute;
    left: 35%;
    top: 60%;
}

.heading-area{
    padding-top: 40px;
}

.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.owl-testimonial{
    margin-top: 70px;
}


.client-data{
    position: absolute;
}

.testimonial-box{
    background: #f6f6f6;
    overflow: hidden;
    padding: 65px 55px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    cursor: pointer;
}

.owl-testimonial .owl-item.center .testimonial-box{
    background-color: #00bcd4;
}

#testimonials .center .item{
    margin-top: 120px;
    margin-bottom: 42px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.heading-area .sub-heading {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color:#00bcd4;
}

.heading-area .heading {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #6f6f6f;
}

.owl-testimonial .center .quote_box{
    background-color: #a3d833;
    bottom:76%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.owl-testimonial .center .quote_box .quote{
    color: #FFFFFF;
}

.center .testimonial-box{
    color: #00bcd4;
    background-color: #00bcd4;
}

.center .infot_margin{
    color: #FFFFFF;
    padding-top: 12px;
}

.center .testimonial-box:hover:before{
    opacity: 1 !important;
}

.center .testimonial-box .infot_margin {
    opacity: 1;
}

.owl-testimonial .center .testimonial-box:hover .quote{
    color: #ffffff;
}

.owl-testimonial .center .testimonial-box:hover .quote_box{
    background-color: #a3d833;
}

.margin-p{
    text-align: center;
}

.testimonial_img{
    position: absolute;
    left: 40%;
    top: 60%;
}

.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.quote{
    font-size: 30px;
    color: #ffffff;
}

.quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #6f6f6f;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 43%
}

.infot_margin{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    font-size: 16px;
    color: #797979;
}

.testimonial_name{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #6f6f6f;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}

#testimonials .text1 .info {
    font-size: 18px;
    font-weight: 400;
    margin-top: 6px;
    font-family: Roboto, sans-serif;
}

#testimonials .text1{
    position: absolute;
    text-align: center;
    top: 84%;
    left: 35%;
}

.center .testimonial_img{
    top: 64%;
}

#testimonials .item{
    padding-bottom: 120px ;
}

.owl-testimonial .owl-dots{
    margin-top: 40px !important;
}

.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #797979;
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: #FFFFFF;
    border: 2px solid #797979;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

/* ===================================
     Blog Section
====================================== */
.blog-image{
    background-image: url("../images/blog-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subheading{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color:#00bcd4;
}

.blog-heading{
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color:#6f6f6f;
}

.blog-area{
    text-align: center;
    padding-top: 160px;
}

.blog-section .cards-section {
    position: relative;
    top: 120px;
}

.blog-section .cards-section .card-body .card-text {
    color: #515050;
    font-size: 16px;
    font-weight: 400;
}

.blog-section .cards-section .card-body .card-title {
    color: #00bcd4;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}

.card-body p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #6f6f6f;
    font-weight: 500;
}

.blog-section .cards-section .active {
    background-color: #00bcd4;
}

.blog-section .cards-section .active .card-title {
    color: #fff;
}

.blog-section .cards-section .active p {
    color: #fff;
}

.blog-section .active .buttton i{
    color: #fff;
    border-color: #FFFFFF;
}

.blog-section .active .buttton{
    color: #fff;
}

.blog-section .cards-section .card {
    z-index: 1;
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    cursor:pointer;
    transition: .3s ease-in;
    border: 1px solid transparent;
    moz-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);}

.blog-section .cards-section .card-body {
    padding: 30px 30px 30px 30px;
    font-weight: 400;
    cursor: pointer;
}

.blog-section .cards-section .card-body .card-title {
    font-weight: 600;
}

.buttton {
    font-size: 18px;
    position: relative;
    color: #6f6f6f;
    font-weight: 600;
}

.buttton i {
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #6f6f6f;
    transition: .5s ease;
    margin-right: 8px;
}

.buttton:hover {
    color: #6f6f6f;
}

.blog-section .buttton:hover i {
    background: #a3d833;
    border-color: #a3d833;
    color: #ffffff;
    transition: .5s ease;
}
/* ===================================
    Contact Section
====================================== */
.contact-section .heading {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    color: #6f6f6f;
    font-weight: 600;
}

.contact-section .contact-form {
    margin-top: 80px;
}

.contact-height{
    padding-top: 150px;
}

.contact-section .contact-form .form-control {
    border: none;
    padding: 0;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 47px;
    color: #000000;
    font-size: 14px;
    transition: border .9s ease;
    border-bottom: 1px solid #ebebeb;
}

.contact-form .form-control::placeholder {
    color: #6f6f6f;
}

.form-control:focus {
    color: #6f6f6f;
    box-shadow: 0 0 0 0.0rem transparent;
}

.contact-section .button {
    width: 100%;
    margin-left: 14px;
    margin-right: 14px;
}

.contact-section .img-section img {
    position: relative;
    z-index: 1;
    top: 180px;
    left: 50px;
}

.btn.green-btn {
    background: #a3d833;
    border-color: #a3d833;
    color: #FFFFFF;
}

.btn.btn-hvr-blue:hover {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #FFFFFF;
}

.contact-section .copyright-section {
    padding-top: 120px;
    color: #6f6f6f;
}

.contact-section .copyright-section i {
    font-size: 25px;
}

.media-body p{
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #6f6f6f;
}

.map-area{
    margin-left: 40px;
    margin-top: 100px;
}

.contact-section .column{
    padding: 0;
}

.full-map{
    height:560px;
    width: 100%;
    overflow: hidden;
}

.contact_btn{
    margin-left: 13px;
    margin-right: 13px;
    font-weight: 600;
}
/* ===================================
    Standalone
====================================== */
.page-title{
    position:relative;
    text-align:center;
    padding: 125px 0 125px 0;
    background:url("../images/standalone-bg.jpg");
    background-size: cover;
    background-position: top center;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-black {
    background-color: #202020;
}

.stand-banner .green-box {
    background-color: rgba(158, 203, 34, 0.8);
    padding: 200px 0;
    width: 75%;
    margin-left: auto;
    position: relative;
    top: 170px;
    left: 13%;
}

.stand-banner .box-content {
    top: 50%;
    left: 0;
    width: 154%;
    max-width: 154%;
    text-align: left;
    position: absolute;
    text-transform: uppercase;
    transform: translate(-29%,-50%);
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
    font-family: 'Montserrat', sans-serif;
}

.page-breadcrumb{
    position:relative;
    text-align: center;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: #FFFFFF;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}
.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #a3d833;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    color: #a3d833;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 56px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #00bcd4;
}

.standalone-detail .para_text{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    color: #00bcd4;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
}
/* ===================================
    Loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.loader-4 {
    width: 80px;
    height: 80px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-4 > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    margin: 5px;
}

.loader-4 > span:nth-child(1) {
    background-color: #00bcd4;
    animation: loader-4_1 6s linear infinite, loader-4-radius 3s infinite, loader-4-scale 1.5s infinite;
}

.loader-4 > span:nth-child(2) {
    left: 50%;
    background-color: #a3d833;
    animation: loader-4_2 6s linear infinite, loader-4-radius 3s infinite, loader-4-scale 1.5s infinite;
}

.loader-4 > span:nth-child(3) {
    top: 50%;
    background-color: #00bcd4;
    animation: loader-4_3 6s linear infinite, loader-4-radius 3s infinite, loader-4-scale 1.5s infinite;
}

.loader-4 > span:nth-child(4) {
    top: 50%;
    left: 50%;
    background-color: #a3d833;
    animation: loader-4_4 6s linear infinite, loader-4-radius 3s infinite, loader-4-scale 1.5s infinite;
}

@keyframes loader-4_1 {
    0% {left: 0; top: 0;}
    10% {left: 0; top: 0;}
    25% {left: 50%; top: 0;}
    35% {left: 50%; top: 0;}
    50% {left: 50%; top: 50%;}
    60% {left: 50%; top: 50%;}
    75% {left: 0; top: 50%;}
    85% {left: 0; top: 50%;}
    100% {left: 0; top: 0;}
}

@keyframes loader-4_2 {
    0% {left: 50%; top: 0;}
    10% {left: 50%; top: 0;}
    25% {left: 50%; top: 50%;}
    35% {left: 50%; top: 50%;}
    50% {left: 0; top: 50%;}
    60% {left: 0; top: 50%;}
    75% {left: 0; top: 0;}
    85% {left: 0; top: 0;}
    100% {left: 50%; top: 0;}
}

@keyframes loader-4_3 {
    0% {left: 50%; top: 50%;}
    10% {left: 50%; top: 50%;}
    25% {left: 0; top: 50%;}
    35% {left: 0; top: 50%;}
    50% {left: 0; top: 0;}
    60% {left: 0; top: 0;}
    75% {left: 50%; top: 0;}
    85% {left: 50%; top: 0;}
    100% {left: 50%; top: 50%;}
}

@keyframes loader-4_4 {
    0% {left: 0; top: 50%;}
    10% {left: 0; top: 50%;}
    25% {left: 0; top: 0;}
    35% {left: 0; top: 0;}
    50% {left: 50%; top: 0;}
    60% {left: 50%; top: 0;}
    75% {left: 50%; top: 50%;}
    85% {left: 50%; top: 50%;}
    100% {left: 0; top: 50%;}
}

@keyframes loader-4-radius {
    50% {border-radius: 50%;}
}

@keyframes loader-4-scale {
    50% {transform: scale(0.1);}
}
/* ===================================
    Media Query
====================================== */
@media (width: 1920px){
    /* navbar */
    .navbar-simple .navbar-nav .nav-link{
        padding: 0.4rem 2.0rem;
    }
    .navbar-top-default{
        margin-top: 30px;
    }
    .header-appear .navbar-top-default{
        margin-top: 0;
    }
    .logo {
        margin-left: 45px;
    }
    .sidemenu_btn{
        right: 50px;
    }
    /* banner-sec */
    .banner-overlay {
        width: 620px;
        height: 480px;
        left: 51%;
        transform: translate(38%, 18%);
    }
    .banner-area {
        transform: translate(45px, -10px);
    }
    /* feature-sec */
    .feature-are{
        padding-top: 0;
    }
    .feature-image{
        padding-top: 0;
    }
    /* counter-sec */
    .counter-overlay {
        transform: translate(13%,24%);
        width: 580px;
        height: 360px;
    }
    .counter-sec .counter {
        margin: 50px 75px;
    }
    /* team-sec */
    .main-title{
        padding-top: 100px;
    }
    /* portfolio-sec */
    .portfolio-overlay {
        position: absolute;
        top: 64%;
        left: 70.5%;
        width: 478px;
        height: 440px;
    }
    .port-heading {
        font-size: 42px;
        font-weight: 500;
        padding-bottom: 28px;
    }
    .port-text {
        font-size: 18px;
        padding-bottom: 40px;
    }
    .portfolio-area {
        position: relative;
        margin: 85px 50px;
    }
    /* BLog-sec */
    .blog-section .cards-section .card-body .card-title{
        margin-bottom: 15px;
    }
    /* contact-sec */
    .contact-section .contact-form .form-control{
        font-size: 15px;
        font-weight: 500;
    }
    .contact_btn{
        font-weight: 600;
    }
    /* Map */
    .full-map {
        height: 568px;
    }
    /* standalone */
    .stand-banner .green-box{
        top: 200px;
        left: 59%;
    }
    .page-title{
        padding: 100px 0 100px 0;
    }
    .stand-banner .box-content{
        transform: translate(-29%,-60%);
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    .logo{
        margin-left: 20px;
    }
    .sidemenu_btn{
        right: 21px;
    }
    /* banner-sec */
    .banner-overlay{
        transform: translate(24%,18%);
    }
    .banner-heading{
        font-size: 70px;
    }
    .banner-sec .banner-heading {
        transform: translate(-30%, 0px);
    }
    .banner-area {
        transform: translate(45px, -26px);
    }
    /* feature-sec */
    .feature-are{
        padding-right: 10px;
        padding-top: 0;
    }
    .feature-image{
        padding-top: 0;
    }
    /* counter-sec */
    .counter-overlay{
        transform: translate(10%,23%);
    }
    /* team-sec */
    .main-title {
        padding-top: 100px;
    }
    /* portfolio-sec */
    .portfolio-overlay{
        top: 69%;
        left: 71.5%;
        height: 335px;
    }
    .portfolio-area {
        position: relative;
        margin: 55px 25px;
    }
    /* standalone */
    .page-breadcrumb li{
        font-size: 15px;
    }
    .stand-banner .green-box{
        left: 31%;
    }
}
@media (max-width: 1024px){
    /* side menu */
    .side-menu {
        width: 60%;
    }
    .side-menu p {
        font-size: 17px;
    }
    .side-nav .navbar-nav .nav-link{
        padding: 20px 0 20px 0 !important;
    }
    /* navbar */
    .navbar-simple .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    /* logo*/
    .logo {
        margin-right: 10px;
    }
    /* banner-sec */
    .banner-image{
        background-size: contain;
        height: 50vh;
    }
    .banner-heading{
        font-size: 42px;
    }
    .banner-sec .banner-heading {
        width: 81%;
    }
    .banner-overlay{
        left: 44%;
        top: 43%;
        height: 370px;
        width: 500px;
    }
    .banner-area {
        position: relative;
        top: 50px;
        transform: translate(30px, -26px);
    }
    /* feature-sec */
    .author-skills .small-heading {
        font-size: 21px;
    }
    .feature-are {
        padding-right: 10px;
        padding-top: 0;
    }
    .feature-image{
        padding-top: 0;
    }
    .feature-heading {
        font-size: 40px;
    }
    .feature-text{
        padding-bottom: 0;
    }
    /* counter-sec */
    .counter-image{
        background-size: contain;
        height: 25vh;
    }
    .counter-sec .counter {
        margin: 25px 40px;
    }
    .counter-overlay {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(6%,-6%);
        width: 440px;
        height: 296px;
    }
    /* porfolio-sec */
    .portfolio-overlay {
        position: absolute;
        top: 61%;
        left: 62.5%;
        height: 230px;
        width: 350px;
    }
    .project-sec .project-links-right a i{
        visibility: hidden;
    }
    .project-sec .project-links-left a i{
        visibility: hidden;
    }
    .port-heading {
        font-size: 30px;
    }
    .port-text {
    font-size: 16px;
    }
    .portfolio-area {
        position: relative;
        margin: 20px 20px;
    }
    .project-sec .project-area .project-img{
        height: auto;
    }
    /* team-sec */
    .infot_margin{
        padding-bottom: 30px;
    }
    .testimonial_img{
        left: 36%;
        top: 66%;
    }
    .center .testimonial_img {
        top: 68%;
    }
    .owl-testimonial .center .quote_box{
        bottom: 79%;
    }
    #testimonials .text1{
        top: 88%;
        left: 32%;
    }
    /* Blog-sec */
    .card-body p {
        font-size: 15px;
    }
    .blog-section .cards-section .card{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .media-body p {
        font-size: 11px;
    }
    /* standalone */
    .stand-banner .green-box{
        width: 80%;
        left: -3%;
    }
    .page-title h2{
        font-size: 40px;
    }
    .stand-banner .box-content{
        width: 110%;
        transform: translate(-17%,-50%);
    }
    .page-breadcrumb li a{
        font-size: 18px;
    }
    .page-breadcrumb li{
        font-size: 18px;
    }
    .standalone-detail .para_text{
        font-size: 16px;
    }
    .standalone-detail .sub-heading{
        font-size: 20px;
    }
    .standalone-area .sub-heading{
        font-size: 20px;
    }
    .standalone-area .heading-text{
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    section {
        padding: 5.5rem 0;
    }
    /* side menu */
    .side-menu {
        width: 70%;
    }
    /* navbar */
    .navbar-top-default{
        height: 100px;
    }
    .header-appear .navbar-top-default {
        height: 100px;
    }
    /* banner-sec */
    .banner-overlay {
    left: 51%;
    top: 46%;
    height: 310px;
    width: 329px;
    transform: translate(8%,-31%);
    }
    .banner-sec .banner-heading {
        transform: translate(-27%, -2px);
    }
    .banner-area {
        transform: translate(16px, -16px);
    }
    .banner-text {
        font-size: 16px;
    }
    .banner-heading {
        font-size: 26px;
    }
    .banner-des {
        font-size: 14px;
    }
    /* about-sec */
    .author-skills .small-heading {
        font-size: 15px;
        margin: 6px 0 15px 0;
    }
    .about-media{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .author-skills .small-text {
        font-size: 13px;
    }
    .about-media .about-icon i{
        font-size: 44px;
        margin-bottom: 10px;
    }
    /* feature-sec */
    .feature-image{
        display: flex;
        justify-content: center;
        padding-top: 0;
    }
    .feature-are {
         padding-right: 0;
         padding-top: 0;
        padding-bottom: 60px;
        text-align: center;
    }
    .feature-heading {
        font-size: 40px;
        padding-bottom: 15px;
    }
    .feature-text{
        text-align: center;
    }
    /* counter-sec */
    .counter-sec .counter {
        margin: 15px 30px;
    }
    .counter-overlay {
        width: 370px;
        height: 230px;
        transform: translate(4%,-6%);
    }
    .counter-sec .counter h5{
        font-size: 34px;
    }
    /* team-sec */
    .main-title {
        padding-top: 60px;
    }
    .main-title h2{
        font-size: 44px;
        padding-bottom: 15px;
    }
    .main-title p{
        padding-bottom: 50px;
    }
    /* portfolio-sec */
    .port-heading {
        font-size: 24px;
    }
    .port-text {
        font-size: 15px;
    }
    .portfolio-area {
        position: relative;
        margin: 15px 15px;
    }
    .portfolio-overlay {
        height: 210px;
        width: 300px;
        top: 61%;
        left: 58.5%;
    }
    /* testimonial-sec */
    #testimonials .text1{
        left: 41%;
        top: 87%;
    }
    .quote_box{
        left: 46%;
    }
    .owl-testimonial .center .quote_box{
        bottom: 73%;
    }
    .testimonial_img {
        left: 43%;
    }
    .owl-testimonial{
        margin-top: 20px;
    }
    .center .testimonial_img{
        top: 58%;
    }
    .testimonial-box {
        padding: 50px 45px 35px 35px;
    }
    /* Blog-sec */
    .blog-area {
        text-align: center;
        padding-top: 100px;
    }
    .blog-section .cards-section .card{
        margin-left: 0;
        margin-bottom: 30px;
    }
    .blog-section .cards-section .card-body{
        text-align: center;
    }
    /* contact-sec */
    .contact-section .contact-form {
        margin-top: 60px;
    }
    .subheading {
        font-size: 20px;
        text-align: center;
    }
    .contact-section .heading {
        font-size: 44px;
        text-align: center;
    }
    .map-area {
        margin-left: 0;
        margin-top: 60px;
    }
    .contact-section .media {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
    .media-body p {
        font-size: 14px;
    }
    /* standalone */
    .page-title h2{
        font-size: 40px;
    }
    .stand-banner .green-box {
        padding: 150px 0;
        width: 65%;
        left: 10%;
    }
    .page-breadcrumb li a {
        font-size: 17px;
    }
    .standalone-area .gradient-text1 {
        font-size: 30px;
    }
    .standalone-detail .heading {
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 4rem;
        font-size: 17px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    /* section */
    section {
        padding: 4.5rem 0;
    }
    /* side menu */
    .side-menu {
        width: 100%;
    }
    .side-menu p {
        font-size: 16px;
    }
    .side-nav .navbar-nav .nav-link {
        padding: 10px 0 10px 0 !important;
    }
    /* logo */
    .logo {
        max-width: 65px;
    }
    /* navbar */
    .navbar-top-default {
         height: 100px;
    }
    .header-appear .navbar-top-default {
        height: 100px;
    }
    /* banner-sec */
    .banner-heading {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .banner-text {
        font-size: 16px;
    }
    .banner-overlay {
        top: 50%;
        left: -10px;
        height: 300px;
        width: 340px;
    }
    .banner-area{
        top: 55px;
        text-align: center;
        transform: translate(10px, -16px);
    }
    .banner-sec .banner-heading{
        transform: translateX(0);
    }
    .banner-des {
        font-size: 16px;
        width: 94%;
        padding-bottom: 10px;
    }
    .banner-sec .banner-heading {
        width: 94%;
    }
    /* about-sec */
    .about-media{
        margin-top: 20px;
    }
    /* feature-sec */
    .feature-are {
         padding-right: 0;
         padding-top: 0;
        padding-bottom: 60px;
        text-align: center;
    }
    .feature-image{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .feature-heading {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .feature-text{
        text-align: center;
    }
    /* counter-sec */
    .counter-sec .counter {
        margin: 16px 24px;
    }
    .counter-overlay{
        width: 326px;
        height: 210px;
        top: 69%;
        left: -2.5px;
    }
    .counter-sec .counter h5 {
        font-size: 30px;
        text-align: center;
    }
    .counter-sec .counter h5 {
        color: #ffffff;
        font-size: 30px;
    }
    /* team-sec */
    .main-title h5 {
        font-size: 16px;
    }
    .main-title h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .main-title p {
        font-size: 15px;
        width: auto;
        padding-bottom: 60px;
    }
    /* portfolio-sec */
    .portfolio-overlay{
        top: 80%;
        left: 10.5%;
        height: 200px;
        width: 300px;
    }
    .port-text {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .port-heading {
        font-size: 26px;
        padding-bottom: 0;
    }
    .portfolio-area {
        margin: 30px 15px;
        text-align: center;
    }
    /* testimonial-sec */
    .heading-area {
        padding-top: 150px;
    }
    .heading-area .heading {
        font-size: 28px;
    }
    .owl-testimonial {
        margin-top: 10px;
    }
    #testimonials .text1{
        left: 31%;
    }
    .owl-testimonial .owl-dots{
        margin-top: 0!important;
    }
    .owl-testimonial .center .quote_box {
        bottom: 77%;
    }
    /* Blog-sec */
    .blog-area {
        padding-top: 60px;
    }
    .subheading {
        font-size: 18px;
    }
    .blog-heading {
        font-size: 30px;
    }
    .blog-section .cards-section{
        top: 80px;
    }
    .blog-section .cards-section .card{
        margin-left: 0;
        margin-bottom: 20px;
    }
    .blog-section .cards-section .card-body {
        padding: 25px 25px 25px 25px;
        text-align: center;
    }
    .blog-section .cards-section .card-body .card-title{
        margin-bottom: 20px;
    }
    /* contac-sec */
    .contact-height {
        padding-top: 60px;
    }
    .subheading {
        text-align: center;
    }
    .contact-section .heading {
        font-size: 35px;
        text-align: center;
    }
    .contact-section .contact-form {
        margin-top: 60px;
    }
    .map-area {
        margin-left: 0;
        margin-top: 60px;
    }
    .contact-section .media {
        display: block;
        text-align: center;
        margin-bottom: 45px;
    }
    .contact-section .copyright-section {
        padding-top: 60px;
    }
    .media-body p {
        font-size: 12px;
    }
    /* standalone */
    .stand-banner .green-box {
        padding: 130px 0;
        margin: 0 auto;
        left: 0;
    }
    .stand-banner .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%,-50%);
    }
    .page-breadcrumb li a {
        font-size: 17px;
    }
    .page-title h2{
        font-size: 25px;
    }
    .standalone-detail .para_text {
        padding-bottom: 45px;
    }
    .standalone-detail .heading {
        font-size: 45px;
    }
    .standalone-area .heading-text{
        font-size: 29px;
        margin-top: 12px;
    }
    .standalone-area .sub-heading {
        margin-top: 4rem;
    }
    .standalone-area .sub_heading{
        margin-top: 2rem;
    }
    .standalone-area .stand-img-des .p-text {
        padding-bottom: 4rem;
    }
    .standalone-area .sub_heading-2{
        margin-top: 2rem;
    }
    .standalone-area .stand-img-des .p-text-2 {
        padding-bottom: 4rem;
    }
    .standalone-area .sub_heading-3{
        margin-top: 2rem;
    }
    .standalone-row .stand-img-des{
        padding-left: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des{
        padding-right: 0;
    }
    .standalone-row:not(:last-child) {
        margin-bottom: 3rem;
    }
    .standalone-detail {
        padding-bottom: 80px;
    }
    .standalone-detail .sub-heading {
        padding-top: 40px;
    }
}
@media (max-width: 370px){
    /* side menu */
    .side-nav .navbar-nav .nav-link {
        padding: 5px 0 5px 0 !important;
    }
    /* navbar */
    .navbar-top-default {
        height: 80px;
    }
    .header-appear .navbar-top-default {
        height: 80px;
    }
    .logo {
        max-width: 60px;
    }
    /* banner-sec */
    .banner-overlay {
        top: 56%;
        left: -11px;
        height: 250px;
        width: 330px;
    }
    .banner-area {
        text-align: center;
        transform: translate(5px, -38px);
    }
    /* about-sec */
    .about-media{
        margin-top: 30px;
    }
    /* team-sec */
    .main-title h2 {
        font-size: 25px;
    }
    .heading-area .heading {
        font-size: 27px;
    }
    /* portfolio-sec */
    .portfolio-overlay {
        left: 8.5%;
    }
    /* team-sec */
    .owl-testimonial .center .quote_box {
        bottom: 76%;
    }
    /* contact-sec */
    .contact-section .heading {
        font-size: 33px;
    }
    /* standalone */
    .page-title h2{
        font-size: 24px;
    }
    .stand-banner .green-box {
        padding: 110px 0
    }
}
