/* ===================================
    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
    - Sidebar Toggle Btn
    - SideNav
    - Nav-Bar css
    - Expand Nav bar & body Shrink
    - Banner
    - feature
    - Team
    - Quote
    - Portfolio
    - Pricing
    - Testimonial
    - Blog
    - Contact_US
    - Stand Alone
    - loader
    - Media Queries   */

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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
.alt-font{font-family: 'Open Sans', sans-serif;}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
.al-font{font-family: 'Montserrat', sans-serif;}


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
.main-font{font-family: 'Roboto', sans-serif;}

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
.alt-font{font-family: 'Source Sans Pro', sans-serif;}


@font-face {
    font-family: 'Aileron-Light';
    src: url("../fonts/aileron/Aileron-Light.otf");
}
@font-face {
    font-family: 'Aileron-Ultralight';
    src: url("../fonts/aileron/Aileron-UltraLight.otf");
}
@font-face {
    font-family: 'Aileron-ThinItalic';
    src: url("../fonts/aileron/Aileron-ThinItalic.otf");
}
/* ===================================
    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;}
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;}
section {
    width: 95%!important;
    margin-left: 5%!important;
}
.bg-black{background-color: #000000;}
.bg-pink{background-color:#ff3366;}

/*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 bover */
.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: 16px; 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: 500; -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: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}


/* White Button */
.btn.btn-white {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-white:hover {background: #FFFFFF !important; border-color: #FFFFFF; color: #333333 !important; }

.btn.btn-pink-hvr:hover {background: #ff3366 !important; border-color: #ff3366; color: #ffffff !important}

.btn.trans-2-btn {background: transparent;border-color: #fff;color: #fff; margin-top: 15px;}

.btn.btn-white-hvr:hover{color: #333333;border-color: #fff;opacity: 1;background: #fff !important;}

.btn.btn-trans {background: transparent; border-color: #333333; color: #333333; text-decoration: none;}
.btn.btn-trans:hover {background: #333333 !important; border-color: #333333; color: #FFFFFF !important}
.btn-margin{margin: 10px 0;}


.btn.transparent-btn {background: transparent; border-color: #333333; color: #333333; font-weight: 500}
.btn.btn-black-hvr:hover {background: #333333 !important; border-color: #333333; color: #FFFFFF !important}

/* ===================================
    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: #333333;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

.header-top{
    position: absolute;
    width: 100%;
    z-index: 999;
}

header a.logo img {
    max-width: 80px;
    vertical-align: sub;
}

.round-nav {
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.navbar-top-default{
    position: absolute;
    top: 30px;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem 1.7rem;
    font-family: 'Aileron-Ultralight';
}

/*nav line*/

.lines:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.lines:hover:after, .lines.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ff3366;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}
/* ===================================
    Sidebar Toggle Btn
====================================== */

.my_tog{
    padding: 18px 24px;
    margin-top: 29px;
    margin-right: 10px;
    cursor: pointer;
    transition: .8s ease;
    display: inline-block;
    float: right;

}

.my_tog:hover span:first-child{
    width: 16px;
}

.my_tog:hover span:last-child{
    width: 16px;
}

.my_tog span{
    display: block;
    height: 2px;
    width: 25px;
    background-color: #FFFFFF;
    margin-bottom: 4px;
    transition: .7s ease;
}

/* ===================================
    SideNav
====================================== */
.side_nav{
    display: block;
    background-color: #333333;
    width:25%;
    float: left;
    height: auto;
    box-shadow: 0 10px 30px 0 rgba(20,44,56,.25);
    transition: .5s ease;
    position: relative;
}

.side_nav{
    position: fixed;
    top:0;
    left:-20%;
    z-index: 11999;
    bottom: 0;
}

.brand-logo{
    color: black;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-top: 13px;
    margin-top: 30px;
    padding-left: 30px;
    font-size: 30px;
    transition: .6s ease;
}

.side_nav.expand_nav .sticky-icons {
    opacity: 0;
    transition: .5s ease;
}

.sticky-icons {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 99;
}

.rites-res {
    opacity: 0;
    transition: .5s ease;
}
.side_nav.expand_nav .rites-res {
    opacity: 1;
}

.sticky-icons.social-icons-simple li{
    display: inline-block;
    padding-left: 8px;
}

.sticky-icons.social-icons-simple li a {
    display: block;
    font-size: 18px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #202020;
}

.overlay-body{
    position: fixed;
    top:0;
    bottom: 0;
    left:25%;
    right: 0;
    background-color: transparent;
    z-index: 111;
    display: none;
}
.show_body_overlay{
    display: block !important;
}

.brand-logo span{
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}

.my_nav_tog span{
    display: block;
    margin-bottom: 3px;
    height: 2px;
    background-color: #FFFFFF;
    width: 20px;
}

.side-nav-menu .nav-menu{
    font-family: 'Montserrat', sans-serif;
    padding-left: 35px;
    padding-top: 30px;
}

.broad .side-nav-menu ul{
    padding-top: 130px;
}

.side-nav-menu .nav-menu li,.broad .side-nav-menu ul li{
    list-style: none;
    font-size: 18px;
    padding: 8px;
    font-weight: 500;
    transition: 1s ease;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left !important;
}

.side-nav-menu .nav-menu li a,.broad .side-nav-menu ul li a{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    transition: .1s ease;
    overflow: hidden;
    position: relative;
    width: 70%;
    top: 7px;
    padding: 0;
    text-align: left;
}

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/* Different Underline Colors */
.nav-item:nth-child(1) .line:hover:after, .nav-item:nth-child(1) .line.active:after {
    border-color: #e62e5c;
}

.nav-item:nth-child(2) .line:hover:after, .nav-item:nth-child(2) .line.active:after {
    border-color: #e62e5c;
}

.nav-item:nth-child(3) .line:hover:after, .nav-item:nth-child(3) .line.active:after {
    border-color: #e62e5c;
}

.nav-item:nth-child(4) .line:hover:after, .nav-item:nth-child(4) .line.active:after {
    border-color: #e62e5c;
}

.nav-item:nth-child(5) .line:hover:after, .nav-item:nth-child(5) .line.active:after {
    border-color: #e62e5c;
}

.nav-item:nth-child(6) .line:hover:after, .nav-item:nth-child(6) .line.active:after {
    border-color: #e62e5c;
}

.nav-item:nth-child(7) .line:hover:after, .nav-item:nth-child(7) .line.active:after {
    border-color: #e62e5c;
}
.nav-item:nth-child(8) .line:hover:after, .nav-item:nth-child(8) .line.active:after {
    border-color: #e62e5c;
}


.side-nav-menu .nav-menu li a{
    font-family: 'Aileron-Light';
    text-decoration: none;
    color: #FFFFFF;
    transition: .5s ease;
    width: auto;
}

/*broad nav*/
.side-nav-menu .side-icons ul{
    padding-top: 0 !important;
    padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li{
    margin-bottom: 0 !important;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.side-nav-menu .side-icons ul li a{
    color: #000000;
}

.side_nav .nav-item {
    display: block;
    margin: 15px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side_nav.expand_nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side_nav.expand_nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* ===================================
    Nav-Bar css
====================================== */

.navbar{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff !important;
}

.navbar-brand {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
    font-size: 30px;

}

.navbar-brand span{
    font-weight:bolder;
}

.side-nav-menu .social-icons span:hover i{
    cursor: pointer;
}

.social-icons span a{
    color: #FFFFFF;
}

.social-icons span i{
    font-size: 13px;
    margin-left: 0;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    transition: .5s ease;
}

/* ===================================
    Broad Nav-bar css
====================================== */

.broad{
    visibility: hidden;
    opacity: 0;
    transform: rotate(0deg);
}

.broad .side-nav-menu{
    display: none;
}

.broad-nav{
    transition: .5s ease-in-out;
    background-color: #333333;
    display: block;
    visibility: visible;
    position: fixed;
    overflow: hidden;
    z-index: 111111;
    top:0;
    bottom: 0;
    right: 0;
    left:0;
    opacity: 1;
}

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

.broad-nav .side-nav-menu{
    display: block;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    left: 0;
    transform: translate(-20px, 0);
}

.broad-nav .side-nav-menu .social-icons span{
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
}

.broad-nav .side-nav-menu .nav-menu li a span,.broad .side-nav-menu ul li a span {
    display: inline-block;
    height: 2px;
    width: 0;
    transition: .8s ease;
    position: absolute;
    top: 13px;
}

.broad-nav .side-nav-menu ul li a.active span{
    width: 75%;
    display: inline-block;
    transition: .5s ease;
}

.fix-top{
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-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;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-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;
        -o-transform: none;
        transform: none;
    }
}

.broad-nav .side-nav-menu .social-icons span i{
    position: absolute;
    bottom: 0;
    left: -5px;
    transition: .8s ease;
}

.broad-nav .side-nav-menu .social-icons span .fa-facebook-f{
    left: -5px;
}

.broad-nav .side-nav-menu .social-icons{
    transition: all 1s ease 500ms;
    animation-duration: 2s;
    font-size: 14px;
    animation-name: myan;
    animation-delay: .7s;
    animation-fill-mode: both;
    color: #d6d6d6;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    transform: translate(-25px, -91px);
}

.broad .side-nav-menu ul li{

    transition: all 2s ease 500ms;
    animation-duration: 1s;
}

/*side close btn*/
.broad .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 4px;
    cursor: pointer;
    color: #444444;
    z-index: 111;
    transition: .5s ease;
}

.broad.before-side .btn-close{
    display: none;
}

.broad .btn-close::before, .broad .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #FFFFFF;
    top: 5px;
    transition: 0.5s ease;
}

.broad .btn-close:hover::before, .broad .btn-close:hover::after {
    height: 28px;
}

.broad .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.broad .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.broad.right-btn .btn-close{
    right: 47px;
    left: auto;
}

.broad .side-nav-menu ul li span{
    font-size: 30px;
    color: #d9d9d9;
}

.broad .social-icons i{
    font-size: 16px;
}

.broad .brand-logo{
    padding-top: 0;
    padding-left: 72%;
    position: relative;
    z-index: 99;
}

.rites-res {
    position: absolute;
    bottom: 30px;
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.broad .rites-res {
    margin-top: 28px;
    width: 95%;
    margin-left: 49px;
}

/* ===================================
    Expand Nav bar & body Shrink
====================================== */

.expand_nav{
    left:0;
}

.close_nav{
    padding-top: 25px;
}

.close_nav span:nth-child(2){
    display: none;
}

.close_nav span:first-child{
    margin-left: auto;
    transform: rotate(45deg);
    margin-bottom: -2px;
}

.close_nav span:last-child{
    margin-top: 0;
    transform: rotate(130deg);
}

.close_nav:hover span:first-child,.close_nav:hover span:last-child{
    width: 25px;
}

/* ===================================
        Banner
====================================== */
.banner-sec{
    overflow-x: hidden;
    overflow-y: hidden;
}

.banner-img{
    background-image: url("../images/banner-img.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.banner-sec .green-box {
    background: #e62e5c;
    padding: 200px 0;
    transform: translate(7px, 85px);
    width: 40%;
    margin-left: auto;
    position: relative;
}

.banner-sec .box-content {
    top: 50%;
    left: 0;
    width: 80%;
    max-width: 154%;
    position: absolute;
    transform: translate(8%,-50%);
}

.box-content h1 {
    padding: 10px;
    font-size: 72px;
    color: #ffffff;
    width: 180%;
    transform: translate(-35%, 0%);
    font-weight: 500;
    display: inline-block;
    font-family: 'Aileron-Light';
}

.banner-text{
    font-size: 24px;
    font-family: 'Aileron-Light';
    font-weight:normal;
}

.banner-des{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.4;
}
/* ===================================
        feature
====================================== */
.author-skills .small-heading {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Aileron-Light';
    margin: 6px 0 18px 0;
}

.author-skills .small-text {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.about-media {
    position: relative;
    overflow: hidden;
    transition: color .3s ease-out;
    z-index: 0;
    background-color: #333333;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.about-media.active {
    background: #ff3366;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-media:hover {
    transform: translateY(0);
    transition: transform .25s ease-out;
}

.about-media .about-icon i{
    color: #ffffff;
    font-size: 55px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-bottom: 8px;
}

.about-media:hover .about-icon i{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.about-media.active .about-icon i{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.feature-card{
    transform: translateY(-30px);
}

.feature-heading{
    font-family: 'Aileron-Ultralight';
    font-size: 48px;
}

.feature-heading span{
    font-family: 'Aileron-Light';
    font-weight: 500;
}

.feature-des{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 50px 0 80px 0;
}

.faeture-image{
    width: 90%;
    margin: auto;
}

.counters h2{
    font-size: 100px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-family: 'Aileron-Ultralight';
}

.counters h4 {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Aileron-Ultralight';
}

.bg-counters .center-para {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
/* ===================================
        Team
====================================== */
.team-heading{
    font-size: 48px;
    font-family: 'Aileron-Ultralight';
    font-weight: normal;
    margin-left: 20px;
}

.team-heading span{
    font-family: 'Aileron-Light';
    font-weight: 500;
}

.team-des{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin: 50px 0 80px 0;
}

.team-sec .vertical-line{
    display: block;
    width: 100px;
    height: 3px;
    background-color: #ff3366;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    margin-left: 0;
    margin-bottom: -10px;
}

.team-sec .team-carousel .team-box .team-info{
    margin-top: 30px;
}

.team-sec  .team-carousel .team-box .team-info .team-name{
    font-size: 36px;
    font-family: 'Aileron-Ultralight';
    margin-bottom: 8px;
}

.team-sec  .team-carousel .team-box .team-info .team-designation{
    font-size: 18px;
    font-family: 'Aileron-Ultralight';
    font-weight: 300;
}

.team-sec .social-icons a i{
    width: 33px;
    height: 33px;
    background-color: transparent;
    color: #FFFFFF;
    padding: 9px 0;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.team-sec .social-icons a .fb:hover{
    background-color: #3b5998;
    color: #fff;
}
.team-sec .social-icons a .twt:hover{
    background-color: #00acee;
    color: #fff;
}
.team-sec .social-icons a .drb:hover{
     background-color: #ea4c89;
     color: #fff;
}
/* ===================================
        Quote
====================================== */
.quote-sec .quote{
    font-size: 48px;
    font-family: 'Aileron-Ultralight';
    font-weight: 500;
    line-height: 1.4;
    width: 85%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.quote-sec .writer{
    font-family: 'Aileron-ThinItalic';
    font-size: 24px;
    font-weight: normal;
}

.quote-sec i.fa-quote-left{
    position: absolute;
    font-size: 25px;
    top: -40px;
    left: 10%;
}

.quote-sec i.fa-quote-right{
    position: absolute;
    font-size: 25px;
    right: 10%;
    bottom: 40px;
}
/* ===================================
        Portfolio
====================================== */
.work-section .vertical-line{
    display: block;
    width: 95px;
    height: 3px;
    background-color: #ff3366;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    margin-left: 0;
    margin-bottom: -12px;
}

.portfolio-heading{
    font-size: 48px;
    font-family: 'Aileron-Ultralight';
    color: #333333;
    margin-left: 18px;
}

.portfolio-heading span{
    font-family: 'Aileron-Light';
}

.portfolio .filtering .active {
    color: #ff573b;
}

.portfolio .filtering span {
    font-family: 'Aileron-Ultralight';
    font-size: 24px;
    color: #6f6f6f;
    cursor: pointer;
    overflow: visible;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.portfolio .filtering span:hover{
    color: #fc4472;
}

.portfolio .filtering span:last-child{
    border-right: none;
}

.gallery{
    width: 100% !important;
    height: 600px;
    margin-top: 60px;
}

.portfolio .items {
    position: relative;
    padding: 0;
}

.portfolio .items {
    padding:0 10px;
}

.portfolio .items{
    margin-top: 10px;
}

.portfolio .item-img {
    position: relative;
    overflow: hidden;
}
.portfolio .item-img img{
    width: 100%;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.portfolio .item-img-overlay:before{
    content: "";
    position: absolute;
    background: #fc4472;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay-info{
    position: relative;
    width: 100%;
}
.overlay-info p{
    font-size: 13px;
}

.portfolio .item-img:hover .item-img-overlay {
    opacity: .8;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio .item-img-overlay{
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}
.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}
/* ===================================
        Pricing
====================================== */
.pricing-heading{
    font-size: 48px;
    font-family: 'Aileron-Ultralight';
}

.pricing-des{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.test-star {
    font-size: 12px;
    color: #a3d833;
    cursor: pointer;
}

.price-item {
    padding: 2.5rem 1rem 3.5rem 1rem;
    background-color: #FFFFFF;
    text-align: center;
    transform: translateY(-30%);
}

.price-item  .price_header{
    display: flex;
    align-items: center;
}

.price-item .price_header {
    padding: 10px 0 25px 0;
    border-bottom: 1px solid rgba(139, 144, 157, 0.18);
}

.price-list li::before, .price-included::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: relative;
    left: -10px;
    color: #333333;
}

.price_header_text{
    font-size: 30px;
    display: block;
    text-align: left;
    font-family: 'Aileron-Ultralight';

}

.actual_price{
    text-align: center;
    font-size: 60px;
    font-family: 'Aileron-Ultralight';
    margin-bottom: 0;
    color: #333333;
    padding: 30px 0;
    display: contents;
}

.actual_price .dollar {
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Aileron-Ultralight';
}

.actual_price .small_font{
    font-size: 15px;
    font-weight: 700;
    font-family: 'Aileron-Ultralight';
}

.price-list{
    list-style: none;
    padding-top: 10px;
}

.price-list li{
    margin: 14px 0 14px 50px;
    text-align: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.btn-margin{
    margin: 10px 0;
}

.price-item .actual_price, .price-item .price_header_text, .price-item .price-list{
    color: #333333;
}

/* ===================================
        Testimonial
====================================== */
.testimonial-sec .vertical-line{
    display: block;
    width: 95px;
    height: 3px;
    background-color: #ff3366;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    margin-left: 0;
    margin-bottom: -12px;
}

.testimonial-heading{
    font-size: 48px;
    font-family: 'Aileron-Ultralight';
    color: #333333;
    margin-left: 18px;
}

.testimonial_img{
    position: absolute;
    left: 35%;
    top: 60%;
}

.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 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
}

.owl-testimonial .owl-item.center .testimonial-box{
    background-color: #ff3366;
    margin-top: 150px;
}

.heading-area .sub-heading {
    font-size: 20px;
    font-weight: normal;
}

.heading-area .heading {
    font-size: 48px;
    font-weight: bold;
}

.owl-testimonial .center .quote_box{
    background-color: #333333;
    top: 21%;
}

.center .testimonial_img{
    top: 68%;
}

.center .testimonial-box .text1{
    top: 88%;
    left: 37%;
}

.owl-testimonial .center .quote_box .quote{
    color: #FFFFFF;
}

.center .testimonial-box:hover:before{
    opacity: 1 !important;
}

.center .testimonial-box .infot_margin {
    color: #FFFFFF;
}

.owl-testimonial .center .testimonial-box:hover .quote{
    color: #ffffff;
}

.owl-testimonial .center .testimonial-box:hover .quote_box{
    background-color: #333333;
}

.margin-p{
    text-align: center;
}

.testimonial_img{
    position: absolute;
    left: 37%;
    top: 60%;
}

.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.quote{
    font-size: 25px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 58px;
    height: 58px;
    background: #333333;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 41%
}

.infot_margin{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    z-index: 999;
    color: #797979;
}

.testimonial_name{
    font-size: 20px;
    font-family: 'Aileron-Ultralight';
    color: #333333;
    text-align: center;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
}

.testimonial-sec .text1 .info {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    color: #ff3366;
    font-family: 'Open Sans', sans-serif;
}

.testimonial-sec .text1{
    position: absolute;
    text-align: center;
    top: 84%;
    left: 36%;
}

.testimonial-sec .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: #333333;
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: white;
    border: 2px solid #333333;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}
/* ===================================
        Blog
====================================== */
.blog-heading{
    font-size: 36px;
    font-family: 'Aileron-Ultralight';
    width: 50%;
    margin: auto;
    text-align: center;
}

.news-item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.news-item img{
    width: 100%;
}

.news-item:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.news-item .news-text-box{
    padding: 22px;
    background-color: #fff;
}

.news-item .date{
    font-weight: 500;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.news-item .news-title{
    margin: 10px 0;
    font-size: 24px;
    font-family: 'Aileron-Ultralight';
    color: #333333;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .para{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #9fa4af;
}

.news-item .author{
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
}

.news-item .author > img{
    max-width: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}

.news-item .author .author-name{
    font-size: 15px;
    font-family: 'Aileron-ThinItalic';
    color: #ff3366;
    font-weight: 500;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .author .author-name:hover{
    color: #333333;
}
/* ===================================
        Contact_US
====================================== */
#map {
    height: 400px;
    width: 100%;
}

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

.address-social a {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 34px;
    color: #FFFFFF;
    font-size: 16px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.address-text h2{
    font-family: 'Aileron-Ultralight';
    font-size: 40px;
}

.address-text p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.address-text h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #ff3366;
    font-weight: normal;
}
/* ===================================
        Stand Alone
====================================== */
.page-title{
    position:relative;
    text-align:center;
    padding: 250px 0;
    background: #ff3366;
}

.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:4rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.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;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 60px;
    color: #333333;
    font-weight: 400;
    font-family: 'Aileron-Light';
}

.standalone-detail .para_text{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #333333;
}

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

.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Aileron-Light';
    font-size: 45px;
    color: #333333;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
}

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

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

.footer-social a {
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-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: #ffffff;
}

.company-about{
    font-size: 16px;
}

.footer-style-1{
    padding: 3.5rem 0;
}
/* ===================================
        Loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #333333;
    width: 100%;
    height: 100%;
}

.loading-animation-behind {
    display: block;
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.04), 0 12px 34px rgba(0, 0, 0, 0.14),
    0 0 34px 4px rgba(0, 0, 0, 0.18);
}

.loading-animation {
    display: block;
    position: relative;
    top: -71px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top: 3px solid #ff3366;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background: #ffffff;
}

.loading-animation::before,
.loading-animation::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
}

.loading-animation::before {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-top-color: #333333;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}

.loading-animation::after {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-top-color: #ff3366;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.centerAndFillEverything {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* ===================================
        Media Query
====================================== */
@media screen and (min-width: 2500px){

    .banner-sec .green-box {
        padding: 250px 0;
        position: relative;
        transform: translate(8%, 70%);
    }
}
@media screen and (width: 1920px){
    /* side nav*/
    .round-nav{
        padding: 13px 13px;
    }
    .side-nav-menu .nav-menu{
        padding-top: 220px;
    }
    .my_tog{
        margin-top: 40px;
    }
    .brand-logo{
        margin-top: 40px;
    }
    /* banner*/
    .box-content h1{
        transform: translate(-26%, 0%);
    }
    .banner-sec .green-box {
        padding: 250px 0;
        position: relative;
        transform: translate(8%, 28%);
    }
    .banner-des{
        line-height: 1.9;
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    /* banner*/
    .banner-sec .green-box {
        padding: 215px 0;
        transform: translate(7%, 40%);
    }
    .box-content h1{
        transform: translate(-33%, 0%);
    }
    /* side nav*/
    .side-nav-menu .nav-menu{
        padding-top: 120px;
    }
}
@media screen and (max-width: 1024px){
    /* side nav*/
    .round-nav{
        width: 86%;
        margin: auto;
    }
    .side-nav-menu .nav-menu {
        padding-left: 35px;
        padding-top: 320px;
    }
    .expand_nav {
        width: 45%;
    }
    .navbar-simple .navbar-nav .nav-link{
        padding: 0.5rem 1.4rem;
    }
    .my_tog {
        padding: 18px 14px;
        margin-top: 33px;
        margin-right: 0;
    }
    /*banner*/
   .banner-sec.banner-img {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        height: 80vh;
   }
    .banner-sec .green-box {
        padding: 305px 0;
        transform: translate(7px, 60%);
        width: 100%;
        text-align: center;
    }
    .box-content h1 {
        padding: 10px;
        font-size: 65px;
        width: 100%;
        transform: translate(0%, 0%);
    }
    .banner-sec .box-content {
        width: 95%;
        transform: translate(2%,-56%);
    }
    .banner-text {
        font-size: 23px;
    }
    .banner-sec .banner-des {
        font-size: 18px;
    }
    /* feature*/
    .author-skills .small-text {
        font-size: 14px;
    }
    .feature-des {
        margin: 40px 0 40px 0;
    }
    .feature-heading {
        font-size: 40px;
    }
    .team-heading {
        font-size: 42px;
        margin-left: 15px;
    }
    .team-sec .vertical-line {
        width: 85px;
    }
    .team-des {
        margin: 30px 0 40px 0;
    }
    /* Quote*/
    .quote-sec .quote {
        font-size: 42px;
        width: auto;
    }
    .quote-sec i.fa-quote-left {
        left: 4%;
    }
    .quote-sec i.fa-quote-right {
        right: 4%;
        bottom: 48px;
    }
    /* portfolio*/
    .portfolio .filtering span {
        font-size: 20px;
    }
    .portfolio-heading {
        font-size: 44px;
        margin-left: 15px;
    }
    .work-section .vertical-line {
        width: 90px;
    }
    /* pricing*/
    .pricing-des {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    /* General*/
    .padding-top{
        padding-top: 4.5rem;
    }
    .padding-bottom{
        padding-bottom: 4.5rem;
    }
    section{
        padding: 4.5rem 0;
    }
    /* Side Nav */
    .my_tog {
        padding: 20px 0;
        margin-right: 8px;
    }
    .side-nav-menu .nav-menu {
        padding-left: 35px;
        padding-top: 220px;
    }
    .expand_nav {
        width: 45%;
    }
    .navbar-top-default{
        display: none;
    }
    /* banner*/
    .box-content h1 {
        padding: 10px;
        font-size: 54px;
        color: #ffffff;
        width: 100%;
        transform: translate(-2%, 0%);
    }
    .banner-sec .green-box {
        padding: 250px 0;
        transform: translate(0px, 49%);
        width: 100%;
        text-align: center;
    }
    .banner-sec.banner-img {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        height: 79vh;
    }
    .banner-sec .box-content {
        width: 85%;
        transform: translate(8%,-55%);
    }
    .banner-sec .banner-des {
        font-size: 15px;
    }
    /* about*/
    .author-skills .small-text {
        font-size: 13px;
    }
    .author-skills .small-heading {
        font-size: 19px;
    }
    .about-media .about-icon i {
        color: #ffffff;
        font-size: 50px;
    }
    .about-media {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* feature*/
    .feature-des {
        font-size: 16px;
        margin: 50px 0 50px 0;
    }
    .feature-heading {
        font-size: 44px;
    }
    .feature-area{
        text-align: center;
        margin-bottom: 60px;
    }
    .faeture-image {
        width: 100%;
        display: flex;
        margin: auto;
        justify-content: center;
    }
    /* counter*/
    .counters h2 {
        font-size: 90px;
    }
    .counters h4 {
        font-size: 22px;
    }
    /* team*/
    .team-des {
        font-size: 16px;
        margin: 50px 0 50px 0;
    }
    .team-heading {
        font-size: 42px;
    }
    .team-sec .vertical-line {
        width: 85px;
    }
    .team-area{
        text-align: center;
        margin-bottom: 60px;
    }
    .team-sec .vertical-line {
        display: none;
    }
    /* Quote*/
    .quote-sec .quote{
        font-size: 36px;
        width: auto;
    }
    .quote-sec i.fa-quote-left {
        font-size: 20px;
        top: -36px;
        left: 3%;
    }
    .quote-sec i.fa-quote-right {
        font-size: 20px;
        right: 3%;
        bottom: 45px;
    }
    /*portfolio*/
    .portfolio-heading {
        font-size: 42px;
         margin-left: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .work-section .vertical-line {
        display: none;
    }
    /* pricing*/
    .price-item {
        padding: 2.5rem 1rem 3.5rem 1rem;
        text-align: center;
        transform: translateY(-18%);
        margin-bottom: 30px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .pricing-area{
        text-align: center;
    }
    /*testimonial*/
    .owl-testimonial {
         margin-top: 0;
    }
    .owl-testimonial .owl-item.center .testimonial-box {
             margin-top: 100px;
    }
    .testimonial-sec .vertical-line{
        display: none;
    }
    .testimonial-heading {
        font-size: 44px;
        margin-left: 0;
        text-align: center;
    }
    .owl-testimonial .center .quote_box {
        top: 16%;
        left: 45%;
    }
    .testimonial-box {
        padding: 55px 45px 45px 45px;
    }
    .center .testimonial_img {
        top: 58%;
        left: 43%;
    }
    .center .testimonial-box .text1 {
        top: 85%;
        left: 42%;
    }
    .infot_margin{
        font-size: 16px;
    }
    /*Blog*/
    .blog-heading {
        font-size: 34px;
        width: 70%;
    }
    .news-item{
        width: 60%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-item .date {
        font-size: 14px;
    }
    .news-item .para {
        font-size: 17px;
    }
    .news-item .news-title {
        font-size: 26px;
    }
    /* contact*/
    .contact-sec .address-box{
        text-align: center;
    }
    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .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: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    /* General*/
    .padding-top{
        padding-top: 4.5rem;
    }
    .padding-bottom{
        padding-bottom: 4.5rem;
    }
    section{
        padding: 4.5rem 0;
        width: auto!important;
        margin-left: 0!important;
    }
    /* navbar */
    .side_nav {
        display: none;
    }
    .navbar-top-default{
        display: none;
    }
    .navbar {
        padding: 8px 10px;
        background-color: #333333!important;
    }
    .broad .side-nav-menu ul {
        padding-top: 160px;
    }
    .side-nav-menu .nav-menu li a, .broad .side-nav-menu ul li a {
         text-align: center;
        width: auto;
    }
    .side-nav-menu .nav-menu li, .broad .side-nav-menu ul li {
        text-align: center!important;
    }
    .broad-nav .side-nav-menu {
        position: relative;
        height: 100%;
    }
    .broad-nav .side-nav-menu .social-icons {
        position: absolute;
        left: 50%;
        bottom: 2%;
        transform: translateX(-50%);
    }
    /* banner */
    .banner-sec.banner-img {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        height:88vh;
    }
    .banner-sec .green-box {
        background: #e62e5c;
        padding: 250px 0;
        transform: translate(14px, 23%);
        width: 93%;
        margin-left: 0;
        text-align: center;
    }
    .box-content h1 {
        font-size: 32px;
        padding-bottom: 15px;
        width: 100%;
        transform: translate(0%, 0%);
    }
    .banner-text {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .banner-sec .banner-des {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .banner-sec .box-content {
        width: 96%;
    }
    /* feature */
    .feature-area{
        text-align: center;
    }
    .feature-heading {
        font-size: 32px;
    }
    .feature-des {
        font-size: 14px;
        margin: 30px 0 30px 0;
    }
    .faeture-image{
        width: auto;
        margin-top: 50px;
    }
    /* team */
    .team-heading {
        font-size: 40px;
        text-align: left;
        margin-left: 15px;
    }
    .team-sec .vertical-line {
        width: 85px;
    }
    .team-des {
        font-size: 13px;
        margin: 30px 0 30px 0;
    }
    .team-area{
      text-align: center;
    }
    .team-sec .item{
        margin-top: 50px;
    }
    /* Quote */
    .quote-sec .quote {
        font-size: 29px;
        width: auto;
    }
    .quote-sec i.fa-quote-left {
        font-size: 23px;
        top: -35px;
        left: 6%;
    }
    .quote-sec i.fa-quote-right {
        font-size: 23px;
        right: 10%;
        bottom: 70px;
    }
    .quote-sec .writer {
        font-size: 20px;
    }
    /* portfolio */
    .portfolio-heading {
        font-size: 40px;
        margin-left: 15px;
    }
    .work-section .vertical-line {
        width: 85px;
    }
    .portfolio .filtering span {
        font-size: 20px;
        padding: 5px 10px;
    }
    /* pricing */
    .price-item {
        padding: 2.5rem 1rem 2.5rem 1rem;
        text-align: center;
        transform: translateY(-18%);
        margin-bottom: 30px;
    }
    .pricing-heading {
        font-size: 40px;
    }
    .pricing-des {
        font-size: 14px;
    }
    .pricing-area{
        text-align: center;
    }
    /* testimonial */
    .testimonial-heading {
        font-size: 40px;
        margin-left: 15px;
    }
    .testimonial-sec .vertical-line {
        width: 83px;
    }
    .testimonial-sec .owl-testimonial {
         margin-top: 0;
    }
    .testimonial-sec .owl-testimonial .owl-item.center .testimonial-box {
        margin-top: 70px;
    }
    .testimonial-sec .owl-testimonial .center .quote_box {
        top: 9%;
    }
    .testimonial-sec .center .testimonial_img {
        top: 62%;
    }
    /* Blog */
    .blog-heading {
        font-size: 30px;
        width: auto;
    }
    .news-item{
        margin-bottom: 30px;
    }
    /* Contact */
    .contact-sec .address-text{
        margin-bottom: 45px;
        text-align: center;
    }
    .address-text h5 {
        font-size: 15px;
    }
    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 36px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
        font-size: 16px;
    }
    .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: 6rem;
        margin-bottom: 6rem;
    }
    .page-title {
        padding: 200px 0;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
    .footer-social a{
        margin: 0 5px 0 0;
    }
}
@media (max-width: 360px) {
    /* banner*/
    .banner-sec .green-box{
        transform: translate(14px, 21%);
        padding: 192px 0;
    }
    .box-content h1 {
        font-size: 30px;
    }
    .banner-text {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .banner-sec .banner-des {
        font-size: 11px;
        margin-bottom: 25px;
    }
    .banner-sec .box-content {
        transform: translate(2%,-53%);
    }
    /* side nav*/
    .broad .side-nav-menu ul {
        padding-top: 130px;
    }
    /* Quote*/
    .quote-sec .quote {
        font-size: 26px;
    }
    .quote-sec i.fa-quote-left {
        font-size: 20px;
        top: -26px;
    }
    .quote-sec i.fa-quote-right {
        font-size: 20px;
        right: 8%;
        bottom: 43px;
    }
    /* standalone*/
    .page-title h2{
        font-size: 35px;
    }
}



