/* ===================================
    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
    - Scrollbar
    - Header & Navigation
    - Banner
    - About
    - Team
    - Portfolio Section
    - Testimonial
    - Contact sec
    - footer
    - Stand Alone
    - loader
    - Scroll Top
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('css2.css');
@import url('css21.css');

.main-font{font-family: 'Oswald', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    General
====================================== */

body {font-size: 18px;color: #ffffff!important;font-weight: normal;line-height: 25px;width: 100%; overflow-x: hidden!important;}
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;}
p{margin: 0 0 15px!important;}
.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: 7.5rem 0;}
.padding-top{padding-top: 7.5rem;}
.padding-bottom{padding-bottom: 7.5rem;}
.padding-half-top{padding-top: 90px;}

/*bg color */
.bg-contact{background-color: #f0f0f0;}
/*text  color */
.text-green{color: #4a6a12;}

/*Social Icon Hover 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;}

/*icon bg hover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;}
.instagram-bg-hvr:hover{background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;color: #fff !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !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;}
.mail-bg-hvr:hover{background:#c32aa3 !important;color: #fff !important;border: 1px solid #c32aa3 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* 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;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 18px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: bold; -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 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 32px; line-height: 1.8em;}
.btn.btn-large-1 {font-size:15px;  padding: 9px 35px; line-height: 2em;}
.btn.btn-rounded {border-radius: 50px;}

/* button hover */
.btn.btn-trans-white {background: transparent; border-color: #202020; color: #202020}
.btn.btn-hvr-white:hover {background: #202020 !important; border-color: #202020; color: #FFFFFF!important}

.btn.btn-orange {background: #fd7161; border-color: #fd7161; color: #ffffff}
.btn.btn-orange:hover {background: #202020 !important; border-color: #202020; color: #FFFFFF !important}

.black-and-white-btn{font-size: 16px;font-family: 'Roboto', sans-serif;padding: 11px 38px;color:#ffffff;font-weight: 600;background-color:#202020;border:1px solid transparent;border-radius: 0;}
.black-and-white-btn:hover{color: #FFFFFF !important;background-color: #4a6a12 !important;border: 1px solid transparent;}

.contact-sec .btn.btn-trans {background: #202020; border-color: #202020; color: #ffffff;}
.contact-sec .btn.btn-trans:hover {background: #547022 !important; border-color: #547022; color: #ffffff !important}

.green-and-black-btn{font-size: 16px;font-family: 'Roboto', sans-serif;padding: 11px 38px;color:#ffffff;font-weight: 600;background-color:#4a6a12;border:1px solid transparent;border-radius: 0;}
.green-and-black-btn:hover{color: #FFFFFF !important;background-color: #202020 !important;border: 1px solid transparent;}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    width: 6px;
    background:#ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #4a6a12;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
/* ===================================
        Header & Navigation
   ====================================== */
header a.logo img {
    max-width: 130px;
    vertical-align: sub;
}

.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: 18px;
    color: #202020;
    text-align: center;
    padding: 0.4rem 2rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #55ACEE;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #55ACEE;
}

/*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;
    color: #202020;
    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.animated-wrap a:hover{
    background-color: transparent;
    color: #202020;
}


/*nav line*/
.nav-line .navbar-nav .nav-link.active{
    color:#547022;
}

.nav-line .navbar-nav .nav-link:hover {
    color: #547022;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    background: #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: #202020;
    -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: #202020;
    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: #202020;
    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: 2.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: 20px;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 8px 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);
}

.sidemenu-des{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #202020;
    font-weight: normal;
}

.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: #202020;
    padding: 10px 0 10px 0 !important;
    font-size: 1.5rem;
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 300;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #4a6a12;
    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;
    color: #202020;
    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
====================================== */
.banner-image{
    background-image: url("../image/feature-image.jpg");
    background-position: top center;
    background-size: cover;
    height: 100vh;
}

.banner-area{
    padding-top: 50px;
}

.banner-heading{
    font-family: 'Oswald Regular', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #202020;
    text-transform: uppercase;
}

.banner-des{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    width: 80%;
    padding: 30px 0 30px 0;
    line-height: 1.6;
}
/* ===================================
        About
====================================== */
.about-image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(21%, -45%);
}

.about-sec .card {
    display: inline-block;
    background-color: transparent;
    border: 0 solid rgba(0,0,0,.125);
}

.about-sec .card-body {
    padding: 0;
}

.about-sec .cover:hover .card-title{
    color: #4a6a12;
}

.about-sec .numbering {
    font-size: 49px;
    color: #212121;
    font-weight: 400;
    transition: all 1.2s;
    font-family: "Roboto", sans-serif;
}

.about-sec .cover:hover .numbering {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.about-sec .cover{
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: center;
}

.about-sec .cover .card-title{
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: normal;
    color: #202020;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}

.about-sec .cover .card-text {
    font-size: 15px;
    font-weight: 400;
    color: #212121;
    font-family: 'Roboto', sans-serif;
}
/* ===================================
        faeture
====================================== */
.feature-image{
    background-image: url("../image/feature-image.jpg");
    background-size: cover;
    background-position: center;
}

.feature-heading{
    font-size: 36px;
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 500;
    color: #202020;
    padding: 20px 0 55px 0;
    text-transform: uppercase;
}

.quote-name{
    font-size: 24px;
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 600;
}

.quote-des{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}
/* ===================================
    Portfolio Section
====================================== */
.portfolio-sec .container {
    max-width: 1140px;
}

.cbp-item-off {
    display: none!important;
}

.portfolio-sec .portfolio-heading{
    color: #202020;
    margin-bottom:0;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.portfolio-sec .cbp-wrapper-outer {
    overflow: visible;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus{
    color: #fff;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    margin-right: 25px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #202020;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-bottom: solid 2px transparent ;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #4a6a12;
    background: transparent;
    border-bottom: solid 3px #4a6a12;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item,
.portfolio-sec .cbp-item.even{
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.portfolio-sec .cbp-item.even {
    margin-top: -190px;
}

.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(74, 106, 18, 0.7);
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
    color: #000000;
    border-color: #4a6a12;
}

.portfolio-sec .cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.portfolio-sec .portfolio-detail-text {
    color: #FFFFFF;
    font-style: italic;
}

.portfolio-sec .portfolio-hover-effect .hover-text{
    padding-left: 3%;
    padding-bottom: 2%;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span{
    background-color: #FFFFFF;
    height: 3px;
    width: 70px;
    display: block;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2){
    transform: rotate(90deg);
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.portfolio-sec #js-loadMore-lightbox-gallery {
    margin-top: 45px;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active {
    margin-top: -150px;
    position: relative;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data{
    z-index: -1 !important;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%;
}

.portfolio-sec .portfolio-foot-detail{
    padding-bottom: 3%;
}

.portfolio-sec .portfolio-foot-detail .p-text{
    color: #202020;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}

.portfolio-sec .portfolio-foot-detail .p-text:last-child{
    margin-bottom: 0;
}

.portfolio-sec .portfolio-foot-detail .p-num{
    font-size: 72px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
/* ===================================
     Testimonial
====================================== */
.testimonial-img{
    background-image: url("../image/feature-image.jpg");
    background-position: top center;
    background-size: cover;
    height: 100vh;
    padding: 0;

}

.testimonial-heading{
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

.testimonial-des{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 40px 0 0 0;
    line-height: 1.6;
}

.testimonial-area{
    padding-top: 100px;
    padding-left: 100px;
}

.testimonial-sec .testimonial-box .item{
    padding-top: 110px;
}

.testimonial-sec .testimonial-box .testimonial-text{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.testimonial-sec .testimonial-details .text{
    margin-top: 40px;
}
.testimonial-sec .testimonial-carousel{
    width: 98%;
    margin: 0 auto;
}
.testimonial-sec  .testimonial-carousel .testimonial-box{
    padding-left: 40px;
}
.testimonial-sec  .testimonial-carousel .testimonial-box .icon-holder{
    display: block;
    margin-bottom: 30px;
}
.testimonial-sec .testimonial-carousel .testimonial-box .icon-holder i{
    color: #FFFFFF;
    font-size: 28px;
    display: inline-block;
    font-style: italic;
}
.testimonial-sec .testimonial-carousel .testimonial-box .img-holder{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.testimonial-sec .testimonial-carousel .testimonial-box .img-holder img{
    border-radius: 50%;
    width: 100%;
}
.testimonial-sec  .testimonial-carousel .testimonial-box .user-name{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
/* ===================================
           Blog
====================================== */
.blog-heading{
    font-size: 46px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #202020;
}

.blog-des{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #202020;
    padding: 20px 0 50px 0;
    line-height: 1.4;
}
/* ===================================
   Contact
====================================== */

.contact-sec .contact-form input{
    color: #040608;
    font-size: 16px;
    height: 40px;
    padding: 25px 0;
    background: transparent;
}

.contact-sec .contact-area{
    margin: 20px 0 50px 0;
}

.contact-sec .contact-heading{
    display: inline-block;
    font-size: 48px;
    color: #202020;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.contact-sec .heading span {
    padding: 5px 20px;
    color: #ffffff;
    background: #008256;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(000,000,000,0.2);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464646!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #464646!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #464646!important;
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #547022;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #ffffff;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 150px;
    color: #040608;
    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: 600;
    text-transform: uppercase;
}

.contact-form {
    display: flex;
    justify-content: center;
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details ul li{
    color: #000000;
    list-style: none;
    margin-bottom: 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.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: 34px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #040608;
}

.contact-sec .btn.btn-trans {
    font-size: 16px;
    font-weight: normal;
    font-family: Oswald, sans-serif;
}
/* ===================================
    Footer Section
====================================== */
.footer-social{
    text-align: left;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color: #39c5de;
    color: #FFFFFF;
}

.footer-social li a {
    color: #26313c;
}

.company-about{
    font-size: 16px;
    font-weight: normal;
    color: #888888;
    font-family: Roboto, sans-serif;
}
/* ===================================
    Standalone
====================================== */
.bg-standalone{
    background-image: url("../image/standalone-bg.jpg");
    background-size: cover;
    height: 500px;
}

.standalone-heading{
    padding-top: 90px;
}

.page-title h2{
    position:relative;
    color:#202020;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    color:#202020;
    font-size:14px;
    font-weight:500;
    text-transform:capitalize;
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#202020;
    font-weight:500;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#202020;
}

.standalone , .blog-page , .blog-detail{
    background-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;
    color: #202020;
    font-family: 'Roboto', sans-serif;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    color: #202020;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 56px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #202020;
}

.standalone-detail .para_text{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    color: #202020;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
}
/* ===================================
     Loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}
#building {
    display: flex;
    width: 350px;
    height: 100vh;
    margin: auto;
}
#blocks {
    margin: auto;
}
.b {
    background: #547022;
    border: 3px solid #547022;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    margin: 10px;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#b1 {
    animation-name: b1;
}
#b2 {
    margin-left: 72.5px;
    animation-name: b2;
}
#b3 {
    margin-top: -60px;
    animation-name: b3;
}
#b4 {
    margin-left: 72.5px;
    animation-name: b4;
}

@keyframes b1 {
    0% {
        left: 0;
        transform: rotate(0deg);
    }
    50% {
        left: 62.5px;
        bottom: 0;
        transform: rotate(90deg);
    }
    100% {
        left: 62.5px;
        bottom: -61.25px;
        transform: rotate(90deg);
    }
}
@keyframes b2 {
    50% {
        bottom: 0;
    }
    100% {
        bottom: -61.25px;
    }
}
@keyframes b3 {
    50% {
        top: 0;
    }
    100% {
        top: -61.25px;
    }
}
@keyframes b4 {
    0% {
        left: 0;
        transform: rotate(0deg);
    }
    50% {
        left: -62.5px;
        top: 0;
        transform: rotate(90deg);
    }
    100% {
        left: -62.5px;
        top: -61.25px;
        transform: rotate(90deg);
    }
}
/* ===================================
     Media Query
====================================== */
@media screen and (width: 1920px){
    /*--navbar--*/
    .navbar-top-default{
        top: 30px;
    }
    .header-appear .navbar-top-default{
        top: 0;
    }
    /*--banner--*/
    .banner-des{
        font-size: 18px;
        width: auto;
    }
    .banner-heading{
        font-size: 60px;
    }
    .banner-area {
        padding-top: 165px;
    }
    /*--testimonial--*/
    .testimonial-area {
        padding-top: 160px;
        padding-left: 0;
    }
    .testimonial-heading{
        font-size: 48px;
    }
    .testimonial-des{
        font-size: 18px;
    }
    .testimonial-sec .testimonial-box .testimonial-text{
        font-size: 18px;
    }
    .testimonial-sec .testimonial-box .item {
        padding-top: 150px;
    }
    /*--blog--*/
    .blog-heading{
        font-size: 60px;
    }
    .blog-des{
        font-size: 18px;
    }
    .blog-area{
        padding-left: 30px;
    }
    /*--footer--*/
    .company-about{
        text-align: end;
    }
    /*--standalone--*/
    .bg-standalone{
        height: 700px;
    }
    .standalone-heading {
        padding-top: 210px;
    }
    .page-breadcrumb li a{
        font-size: 18px;
    }
    .page-breadcrumb li{
        font-size: 18px;
    }
    .standalone-detail .sub-heading{
        font-size: 20px;
    }
    .standalone-area .sub-heading{
        font-size: 20px;
    }
    .standalone-detail .heading{
        font-size: 58px;
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    /*--banner--*/
    .banner-area {
        padding-top: 120px;
    }
}
@media screen and (max-width: 1024px){
    /*--general--*/
    .ml-lg-5, .mx-lg-5{
        margin-left: 0!important;
    }
    .mr-lg-2, .mx-lg-2{
        margin-right: 0!important;
    }
    /*--side-menu--*/
    .side-menu{
        width: 80%;
    }
    .side-menu p {
        font-size: 17px;
    }
    /*--navbar--*/
    .navbar-simple .navbar-nav .nav-link {
        font-size: 17px;
        padding: 0.4rem 1.5rem;
    }
    /*--banner--*/
    .banner-image {
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 43vh;
    }
    .banner-des {
        font-size: 18px;
         width: auto;
        padding: 30px 0 30px 0;
    }
    .banner-heading{
        font-size: 34px;
    }
    .banner-area{
        padding-top: 0;
    }
    /*--about--*/
    .about-sec .cover {
        padding: 10px
    }
    .about-sec .cover .card-text {
        font-size: 16px;
        font-weight: 500;
    }
    .about-image {
        transform: translate(15%, -45%);
    }
    .feature-heading {
        font-size: 32px;
        padding: 20px 0 30px 0;
    }
    /*--quote--*/
    .quote-name {
        font-size: 26px;
    }
    /*--portfolio--*/
    .portfolio-sec .portfolio-heading{
        font-size: 44px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        font-size: 14px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .black-and-white-btn {
        font-size: 16px;
        padding: 11px 32px;
    }
    /*--testimonial--*/
    .testimonial-area{
        padding-left: 0;
    }
    .testimonial-img {
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 42vh;
        padding: 0;
    }
    /*--Blog--*/
    .blog-heading {
        font-size: 42px;
    }
    .blog-des{
        padding: 15px 0 35px 0;
    }
    /*--contact--*/
    .contact-sec .contact-heading {
        font-size: 36px;
    }
    .contact-sec .contact-details ul li{
        font-size: 17px;
    }
    .company-about {
        font-size: 17px;
    }
    /*standalone*/
    .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){
    /*--general--*/
    .padding-top{
        padding-top: 5.5rem;
    }
    .padding-bottom{
        padding-bottom: 5.5rem;
    }
    section{
        padding: 5.5rem 0;
    }
    /*--navbar--*/
    .nav-social .social-icons-simple{
        display: none;
    }
    .sidemenu_btn{
        position: absolute;
        right: 5px;
    }
    .side-menu {
        width: 70%;
    }
    /*--banner--*/
    .banner-image {
        background-size: contain;
        background-repeat: no-repeat;
        height: 90vh;
    }
    .banner-area {
        padding-top: 66%;
        text-align: center;
    }
    /*--about--*/
    .about-image {
        margin: 23%;
        transform: translate(0%, -93%);
    }
    .about-sec .cover .card-text {
        font-size: 16px;
    }
    .feature-heading {
        font-size: 22px;
        padding: 20px 0 30px 0;
        line-height: 1.4;
    }
    /*--portfolio--*/
    .portfolio-sec .portfolio-heading{
        font-size: 34px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        font-size: 14px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    /*--testimonial--*/
    .testimonial-area{
        padding-top: 30%;
        padding-left: 0;
        text-align: center;
    }
    .testimonial-sec .testimonial-carousel .testimonial-box{
        padding-left: 0;
    }
    .testimonial-des{
        font-size: 18px;
    }
    .testimonial-sec .testimonial-box .testimonial-text{
        font-size: 17px;
    }
    /*--Blog--*/
    .blog-image{
        display: flex;
        justify-content: center;
    }
    .blog-heading {
        font-size: 40px;
    }
    .blog-area{
        margin-top: 50px;
        text-align: center;
    }
    .blog-des {
        font-size: 17px;
    }
    /*--contact--*/
    .contact-sec .contact-heading{
        font-size: 44px;
        text-align: center;
    }
    .contact-sec .contact-area {
        margin: 0 0 50px 0;
    }
    .contact-sec{
        text-align: center;
    }
    .contact-sec .contact-details ul li{
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        display: block;
    }
    /*--footer--*/
    .footer-social a{
        font-size: 16px;
        margin: 0 6px 0 0;
    }
    .footer-social{
        text-align: center;
    }
    .company-about{
        text-align: center;
    }
    /*--Standalone--*/
    .page-breadcrumb li{
        font-size: 17px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .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;
    }
    .standalone-area .stand-img-des .para_text{
        font-size: 17px;
    }
}
@media screen and (max-width: 767px){
    /*--General--*/
    .padding-top{
        padding-top: 4.5rem;
    }
    .padding-bottom{
        padding-bottom: 4.5rem;
    }
    section{
        padding: 4.5rem 0;
    }
    /*--navbar--*/
    .navbar-top-default {
        position: relative;
    }
    .sidemenu_btn{
        position: absolute;
        right: 5px;
    }
    .side-menu{
        width: 100%;
    }
    .side-menu .inner-wrapper {
        padding: 2.5rem 3rem;
    }
    .header-appear .navbar-top-default{
        height: 90px;
    }
    /*--banner-icon--*/
    .nav-social .social-icons-simple{
        display: none;
    }
    /*--banner--*/
    .banner-image {
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 85vh;
    }
    .banner-area {
        padding-top: 280px;
        text-align: center;
    }
    .banner-des{
        width: auto;
    }
    /*--about--*/
    .about-image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 10px 0;
        transform: translate(2%, -42%);
    }
    /*--feature--*/
    .feature-heading {
        font-size: 22px;
        padding: 20px 0 30px 0;
    }
    .feature-image {
         background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .feature-area{
        text-align: center;
        padding-top: 100px;
    }
    /*--portfolio--*/
    .portfolio-sec .portfolio-heading{
        font-size: 36px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        margin-right: 13px;
    }
    .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close{
        visibility: hidden;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .portfolio-sec .portfolio-foot-detail .p-text{
        font-size: 13px;
    }
    .black-and-white-btn {
        font-size: 14px;
        padding: 11px 28px;
    }
    /*--testimonial--*/
    .testimonial-area{
        padding-top: 80px;
        padding-left: 0;
        text-align: center;
    }
    .testimonial-sec .testimonial-box .item {
        padding-top: 60px;
    }
    .testimonial-sec .testimonial-carousel .testimonial-box{
        padding-left: 0;
    }
    .testimonial-sec .testimonial-box .testimonial-text{
        font-size: 15px;
    }
    /*--Blog--*/
    .blog-area{
        padding-top: 60px;
        text-align: center;
    }
    .blog-des {
        font-size: 15px;
        padding: 20px 0 30px 0;
    }
    .blog-heading {
        font-size: 36px;
    }
    /*--contact--*/
    .contact-sec .contact-heading{
        font-size: 36px;
        text-align: center;
    }
    .contact-sec .contact-details ul li{
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        display: block;
    }
    /*--footer--*/
    .footer-social a{
        margin: 0 8px 0 0;
    }
    .company-about{
     text-align: center;
        font-size: 15px;
    }
    /*--Standalone--*/
    .bg-standalone {
        background-size: contain;
        height: 450px;
        background-position: top;
        background-repeat: no-repeat;
    }
    .standalone-heading {
        padding-top: 175px;
        text-align: center;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .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-area .sub-heading {
        font-size: 18px;
    }
    .standalone-detail .sub-heading {
        font-size: 18px;
    }
}
@media (max-width: 360px){
    /*--banner--*/
    .banner-area {
        padding-top: 200px;
    }
    .banner-image{
        height: 90vh;
    }
    .banner-des {
        font-size: 15px;
    }
    /*--about--*/
    .about-sec .cover .card-text{
        font-size: 14px;
    }
    /*--portfolio-btn--*/
    .black-and-white-btn {
        font-size: 14px;
        padding: 11px 26px;
    }
    /*--testimonial--*/
    .testimonial-des{
        font-size: 15px;
        padding: 20px 0 0 0;
    }
    .testimonial-heading {
        font-size: 30px;
    }
    .testimonial-area {
        padding-top: 50px;
    }
    .testimonial-sec .testimonial-carousel .testimonial-box .icon-holder{
        margin-bottom: 15px;
    }
    .testimonial-sec .testimonial-carousel .testimonial-box .img-holder {
        height: 70px;
        width: 70px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .testimonial-sec .testimonial-box .item {
        padding-top: 40px;
    }
    .testimonial-sec .testimonial-box .testimonial-text {
        font-size: 14px;
    }
    /*--contact--*/
    .contact-sec .contact-heading {
        font-size: 35px;
    }
    /*--footer--*/
    .footer-social a {
        margin: 0 6px 0 0;
    }
    /*--Standalone--*/
    .page-title h2 {
        font-size: 2.4rem;
    }
    .standalone-detail .para_text {
        font-size: 15px;
    }
    .standalone-area .stand-img-des .para_text{
        font-size: 15px;
    }
    .standalone-area .sub-heading {
        font-size: 16px;
    }
    .standalone-detail .sub-heading {
        font-size: 16px;
    }
}
