/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Fonts
    - Header And Navigation
    - Banner
    - About
    - Counters
    - Portfolio
    - Testimonial
    - Contact
    - Footer
    - StandAlone
    - Scroll Top
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #e87ec1;
    width: 0;
    height: 25%;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #202020;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Roboto', sans-serif;margin-bottom: 0}
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;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: inherit;}
.hidden{display: none;}
ul{margin-bottom: 0;}
ul{margin-bottom: 0;}
section {padding: 7.5rem 0;}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* Overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Opacity */
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 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: 400; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* button size */

/* button size */
.btn.btn-medium {font-size:16px; padding: 12px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Pink button */
.btn.btn-pink {background: #e87ec1; border-color: #e87ec1; color: #ffffff}
.btn.btn-pink:hover {background: #6b30e9 !important; border-color: #6b30e9; color: #ffffff !important}

/* Background Color */
.bg-blue{background-color: #5bbdbb;}
.bg-purple{background-color: #6b30e9;}
.bg-black{background-color: #202020;}
.bg-pink{background-color: #e87ec1;}
.bg-grey{background-color: #f2f2f2;}

/* Text Color */
.text-blue{color: #5bbdbb;}
.text-purple{color: #6b30e9;}
.text-black{color: #202020;}
.text-pink{color: #e87ec1;}

/* Icon Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
    New body
====================================== */

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section, .section-padding {position: relative; padding: 7.5rem 0; overflow: hidden;}

.portfolio-padding {
    padding: 7.5rem 0 4rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}
h1 {
    font-size: 72px;
}
.h1 {
    font-size: 4rem;
}
h2 {
    font-size: 2.5rem;
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #535353;
}
.line-height-heading {
    line-height: 1.2;
}
.line-height-normal {
    line-height: normal;
}
.line-height-17px {
    line-height: 17px;
}
.line-height-25px {
    line-height: 25px;
}
.line-height-35px {
    line-height: 35px;
}
img {
    max-width: 100%;
}
/* Width */

.w-71 {
    width: 71% !important;
}
.w-73 {
    width: 73% !important;
}
.w-77 {
    width: 77% !important;
}
.w-82 {
    width: 82% !important;
}
.w-87 {
    width: 87% !important;
}
.w-93 {
    width: 93% !important;
}
.w-265 {
    max-width: 265px;
}
.va-middle {
    vertical-align: middle;
}
.overflow-visible {
    overflow: visible;
}
a, a:active, a:focus, a:hover {
    text-decoration: none !important;
    outline: none;
}
a:focus, a:hover {
    color: #212622;
}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}
/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}
.no-animation {animation: none !important;}
.no-transform {transform: none !important;}
::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 7px;background-color: #f1c30f;}
::-webkit-scrollbar-thumb {background:#f1c30f;}

.pt-10px {
    padding-top: 10px;
}
.pt-15px {
    padding-top: 15px;
}
.pt-20px {
    padding-top: 20px;
}
.pb-10px {
    padding-bottom: 10px;
}
.pb-40px {
    padding-bottom: 40px;
}
.pl-2rem {
    padding-left: 2rem;
}
.pt-7rem {
    padding-top: 7rem;
}
.pb-7rem {
    padding-bottom: 7rem;
}
.p-7rem {
    padding: 7rem 0;
}
.p-half {
    padding: 3.75rem 0;
}
.pt-half {
    padding-top: 3.75rem;
}
.pb-half {
    padding-bottom: 3.75rem;
}
.mt-7rem {
    margin-top: 7rem;
}
.mb-7rem {
    margin-bottom: 7rem;
}
.mt-10px {
    margin-top: 10px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mt-15px {
    margin-top: 15px;
}
.mb-15px {
    margin-bottom: 15px;
}
.mt-20px {
    margin-top: 20px;
}
.mb-20px {
    margin-bottom: 20px;
}
.mt-25px {
    margin-top: 25px;
}
.mb-25px {
    margin-bottom: 25px;
}
.mt-30px {
    margin-top: 30px;
}
.mb-30px {
    margin-bottom: 30px;
}
.mt-35px {
    margin-top: 35px;
}
.mb-35px {
    margin-bottom: 35px;
}
.mt-40px {
    margin-top: 40px;
}
.mb-40px {
    margin-bottom: 40px;
}
.mt-50px {
    margin-top: 50px;
}
.mb-50px {
    margin-bottom: 50px;
}
.mt-80px {
    margin-top: 80px;
}
.mt-105px {
    margin-top: 105px;
}
.mt-66px {
    margin-top: 66px;
}
.mt-750rem {
    margin-top: .75rem !important;
}
.mt-130rem {
    margin-top: 1.30rem !important;
}
.mb-175rem {
    margin-bottom: 1.75rem !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.heading-space {
    margin-bottom: 4.125rem;
}
.heading-space-half {
    margin-bottom: 2rem;
}
/* center block */
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#google-map {
    height: 400px;
    width: 100%;
}
.col-map #google-map {
    height: 409px;
}
.h-100vh {
    min-height: 100vh !important;
}
.hidden {
    visibility: hidden !important;
}
.map {
    background: url("../img/map.jpg");
}

.heading-para-setting {
    max-width: 950px;
    margin: 0 auto;
}
.fullscreen{
    height: 100vh !important;
    width: 100%;
}
.half-section{
    width: 100%;
}
.half-section {
    position: relative;
    overflow: hidden;
}

.content-setting {
    text-transform: capitalize;
    font-weight: 300;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

/* hover on images */
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* img wrap */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
}
.split-blog-scale:hover img {
    transform: scale(1.2);
}
/* background color */
.bg-light-gray {
    background-color: #f9f9f9;
}
.bg-light-gray2 {
    background-color: #efefef;
}
.bg-light-gray3 {
    background-color: #f2f2f2;
}
.bg-yellow, .hvr-bg-yellow:hover {
    background-color: #f1c30f;
}
.bg-pink, .hvr-bg-pink:hover  {
    background-color: #e57bff;
}
.bg-blue, .hvr-bg-blue:hover {
    background-color: #84a1d2;
}

.bg-black {
    background-color: #212622;
}
.bg-black2 {
    background-color: #262626;
}
.bg-black3 {
    background-color: #19283e;
}
.bg-white2 {
    background-color: #ffffff;
}
.transparent-bg {
    background-color: transparent;
}
.bg-dark {
    background-color: #1d1d21 !important;
}

/* overlay */
.overlay {
    background-color: #f1c30f;
    opacity: 0.75;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
/* overlay-setting */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* opacity */
.opacity-1 { opacity: .1; }
.opacity-2 { opacity: .2; }
.opacity-3 { opacity: .3; }
.opacity-4 { opacity: .4; }
.opacity-5 { opacity: .5; }
.opacity-6 { opacity: .6; }
.opacity-7 { opacity: .7; }
.opacity-8 { opacity: .8; }
.opacity-9 { opacity: .9; }

/* z-index */
.z-index-1 { z-index: 1; }

/* text-color */
.color-black { color: #212622; }
.color-grey { color: #535353; }
.color-light-grey {color: #6f6f6f;}
.color-light-grey2 {color: #a5a5a5;}
.color-vlight-grey { color: #8c8c8c;}
.color-vlight-grey2 {color: #ebebeb;}
.color-white {color: #ffffff;}
.color-light-gw {color: #f7f7f7;}
.color-yellow {color: #f1c30f;}
.color-pink {color: #e57bff;}
.color-blue {color: #84a1d2;}
.text-black { color: #212622 !important;}
.text-yellow {color: #f1c30f !important;}


/* font-size */
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
.font-16 {font-size: 16px;}
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-30 {font-size: 30px;}
.font-72 {font-size: 72px;}
.slider-text {font-size: 60px;}

/* font-weight */
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* owl carousel bullets */
.owl-dots .owl-dot {
    height: 11px;
    width: 11px;
    margin: 2px 10px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

/* border */
.border-light2 {
    border: 1px solid #e8e8e8;
}
.border-vlight {
    border: 1px solid #f8f9fa;
}

/* buttons */
.btn:hover, .btn:active, .btn:focus {
    outline: none;
    box-shadow: none;
}
button {
    cursor: pointer;
}
button:hover, button:active, button:focus {
    outline: none;
}
.btn-setting {
    padding: 9px 34px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #acacac;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease !important;
}
nav .btn-setting {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
    width: 180px;
}
.btn-yellow {
    border-color: #f1c30f;
    background-color: #f1c30f;
    color: #ffffff;
}
.btn-pink {
    border-color: #e57bff;
    background-color: #e57bff;
    color: #ffffff;
}
.btn-blue {
    border-color: #84a1d2;
    background-color: #84a1d2;
    color: #ffffff;
}
.btn-white {
    background-color: #ffffff;
    color: #212622;
}
.btn-transparent2 {
    border: 1px solid #212622;
    color: #212622;
}
.btn-transparent3 {
    color: #ffffff;
}
.rev_slider .btn-setting {
    border: 2px solid #acacac;
    /*box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53) !important;*/
}

.btn-black {
    border-color: #202020;
    background-color: #202020;
    color: #ffffff;
}

.btn-transparent {
    border: 1px solid #ffffff;
    background: transparent;
}
.btn-white:hover, .btn-white:focus, .btn-transparent2:hover, .btn-transparent2:focus {
    color: #ffffff;
}
.btn-transparent3:hover, .btn-transparent3:focus {
    color: #212622;
}
.btn-white2:hover, .btn-white2:focus {
    color: #212622;
}

.btn-transparent-white {
    background: transparent;
    border: 1px solid !important;
    border-color: #ffffff;
}

.btn-hvr-up:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}
.btn-hvr-up:hover:after, .btn-hvr-up:active:after, .btn-hvr-up:focus:after {
    height: 100%;
}
.btn-hvr-yellow:after {
    background-color: #f1c30f;
}
.btn-hvr-yellow:hover, .btn-hvr-yellow:focus {
    border-color: #f1c30f;
    color: #ffffff;
}
.btn-hvr-yellow:focus, .btn-hvr-pink:focus, .btn-hvr-blue:focus, .btn-hvr-whatsapp:focus {
    color: #ffffff;
}
.btn-hvr-pink:after {
    background-color: #e57bff;
}
.btn-hvr-pink:hover, .btn-hvr-pink:focus {
    border-color: #e57bff;
    color: #ffffff;
}
.btn-hvr-blue:after {
    background-color: #84a1d2;
}
.btn-hvr-blue:hover, .btn-hvr-blue:focus {
    border-color: #84a1d2;
     color: #ffffff;
}
.btn-hvr-white:after {
    background-color: #ffffff;
}
.btn-hvr-white:hover, .btn-hvr-white:focus {
    border-color: #ffffff;
}
.btn-hvr-whatsapp:after {
    background-color: #25d366;
}
.btn-hvr-whatsapp:hover, .btn-hvr-whatsapp:focus {
    border-color: #25d366;
    color: #ffffff;
}
/* border radius */
.radius-small {
    border-radius: 4px;
}
.radius-0 {
    border-radius: 0 !important;
}
.container.radius {
    border-radius: 36px;
}
.header-appear .container.radius {
    border-radius: 0;
}




/* ===================================
    Menu-line
====================================== */

.menu-line {
    position: absolute;
    top: -20px;
    font-size: 18px;
    color: #ffffff;
    left: 0;
    display: block;
    text-align: center;
    width: 130px;
    height: 30px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line{
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line{
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}

/* ===================================
        Header
====================================== */

header{
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    z-index: 111;
}

.navbar-brand {
    margin-right: 0;
}

header .navbar-brand img{
    max-width: 200px;
    margin-right: 20px;
}

header .navbar-brand .logo-simple{
    display: block;
}

header .main-navigation{
    padding-top: 30px;
}

header .main-navigation .navbar{
    padding: 0;
}

header .main-navigation nav .navbar-nav .nav-link{
    display: inline-block;
    min-width: 130px;
    text-align: center;
}

header .main-navigation nav .navbar-nav .nav-link{
    padding-top: 0;
    padding-bottom: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    transition: .5s ease;
    font-family: Montserrat, sans-serif;
}

.navbar-social a {
    justify-content: center;
    height: 40px;
    line-height: 38px;
    width: 40px;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    transition: .5s ease;
}

.navbar-social a:hover {
    background: #ffffff;
    color: #6b30e9;
    transition: .5s ease;
}

/* ===================================
     Header Appear
====================================== */

.header-appear{
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 1111;
    background-color: #6b30e9;
    -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);
}

.header-appear .main-navigation{
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-appear .main-navigation .simple-navbar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-appear .fixed-nav-links{
    display: block;
}

.header-appear .fixed-nav-links{
    display: inline-block;
    transform: translateY(-5px);
    margin-left: 25px;
}

.header-appear .sidemenu_btn{
    top:25px;
}

@-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;
    }
}

/* ===================================
    Side Menu
====================================== */

#side-menu-svg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 200px;
}

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom:0;
    background: #6b30e9;
    z-index: 1114 !important;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 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-opacity{
    opacity:0;
}

.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{
    opacity:1;
}

.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: transparent;
    -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-menu .navbar-brand{
    display: inline-block;
    margin: 200px auto 50px auto;
}

.side-menu .navbar-brand img{
    width: 100%;
    margin: auto;
    display: block;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 100px;
    right: 100px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #FFFFFF;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: .4rem;
    position: absolute;
    right: 30px;
    top: 40px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
    margin: auto;
    transition: .5s ease;
}

.sidemenu_btn:hover span:first-child{
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 5.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.side-nav .navbar-nav{
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: inline-block;
    margin: 10px 20px; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #ffffff;
    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{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    margin-right: 10px;
}

.social-icons-simple li:last-child{
    margin-right: 0;
}

.side-footer p{
    color: #FFFFFF;
}

.social-icons-simple li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover{
    background-color: #ffffff;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    Banner Section
====================================== */

.banner-slider{
    height: 100vh;
}

.banner-slider .banner-slider-row{
    height: 100vh;
}

.banner-slider .heading-area {
    padding-top: 80px;
}

#banner-header-svg {
    position: absolute;
    left: 0;
    right: 0;
    transform: rotateX(-180deg);
    z-index: -1;
    height: 100%;
}

.banner-slider .slider-img-area #slider-inner-img{
    position: relative;
    z-index: 11;
    transform: translate(130px,-40px);
    width: 100%;
}

.heading-area .sub-heading {
    font-size: 18px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.heading-area .heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px 0;
    font-family: Montserrat, sans-serif;
}

.heading-area .text {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
}

.button {
    font-size: 18px;
    position: relative;
    color: #e87ec1;
}

.button i {
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #e87ec1;
    transition: .5s ease;
    margin-right: 8px;
}

.button:hover {
    color: #e87ec1;
}

.button:hover i {
    background: #e87ec1;
    color: #ffffff;
    transition: .5s ease;
}

/* ===================================
    About Section
====================================== */

.img-sec{
    position: relative;
    padding-right: 50px;
}

.about_img {
    position: relative;
}

.margin_about-img{
    margin-left: 5%;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.green_rectangle{
    position: absolute;
    width: 40%;
    height: 30%;
    top: -4%;
    background-color: #33c9dd;
}

.feature-item {
    display: table;
    padding: 30px 10px;
    max-width: 450px;
    text-align: left;
}

.feature-margin {
    margin-bottom: 20px;
}

.feature-item .icon {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 46px;
}

.laptop-features-icon {
    display: table-cell;
    vertical-align: top;
    width: 41px;
    transition: all 1.2s;
}

.feature-item:hover .laptop-features-icon {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.features-content {
    display: table-cell;
    padding-left: 40px;
}

.features-content h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.features-content p {
    color: #888888;
    margin-top: 25px;
    font-size: 17px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

/* ===================================
   About new
====================================== */
.main-title {
    position: relative;
    margin-bottom: 6rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #212622;
}
.main-title h2 {
    font-weight: 300;
    color: #212622;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
}

.main-title.style-two h5 {
    margin-bottom: 1.5rem;
}
.main-title.style-two h2 {
    text-transform: initial;
    font-size: 37px;
    font-weight: 500;
    max-width: 720px;
}
.main-title.style-two p {
    color: #212622;
    max-width: 720px;
}

.rare-box {
    height: 187px;
    width: 100%;
    background: #e57bff;
    position: relative;
}
.about-img-small {
    margin-left: 30px;
    top: -155px;
    margin-bottom: -153px;
}
.about ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    display: flex;
}
.about ul li:before{
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    color: #aac0e4;
}
@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}
.about:before {
    content: url(../img/about-circle.png);
    position: absolute;
    right: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}

/* about 3 boxes */
.about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    max-width: 350px;
}
.about-box i {
    font-size: 30px;
    position: relative;
}
.about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s linear;
}

/* ===================================
    Team
====================================== */
.team:before {
    content: url(../img/team-circle.png);
    position: absolute;
    left: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}/*
.team-image, .team-image2{
    background-color: #f1c30f;
    max-width: 285px;
    max-height: 285px;
}
*/
.team-image img, .team-image2 img {
    width: 100%;
    height:auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.m-image1, .m-image2, .m-image3, .m-image4 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}/*
.m-image1 {
    margin: 21px 0 0 21px;
}
.m-image2 {
    margin:0 21px 21px 0;
}
.m-image3 {
    margin:21px 21px 0 0;
}
*/
.team-social {
    margin-bottom: 5px;
}
.team-social li{
    list-style: none;
    display: inline-block;
}
.team-social>li>a{
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
    line-height: 35px;
    color: #212622;
}
.team-classic-content {
    padding: 49px 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 5px -10px #b7b7b7;
    box-shadow: 0 10px 5px -10px #b7b7b7;
    text-align: center;
}
.team-classic-content.pink:before {
    background: #e57bff;
}
.team-classic-content.yellow:before {
    background: #f1c30f;
}
.team-classic-content.blue:before {
    background: #84a1d2;
}
/*Hover for team1 and team 3*/
.hvr-team {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-team:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.team-col, .team-col2{
    max-width: 300px;
}


.team-col:hover h3,.team-col:hover h5,.team-col:hover p,.team-col:hover a,
.team-col2:hover h3,.team-col2:hover h5,.team-col2:hover p,.team-col2:hover a {
    color: #ffffff;
}

.hvr-team:hover, .hvr-team:focus, .hvr-team:active {
    color: #ffffff;
}
.team-col:hover .hvr-team:before,.team-col:focus .hvr-team:before, .team-col:active .hvr-team:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.team-col:hover, .team-col2{
    cursor: pointer;
}

.team-col:hover .team-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-col:hover .m-image1, .team-col:hover .m-image3 {
    margin: 0 ;
}

/*Hover for team 2 and 4*/
/* Sweep To Top */
.hvr-team2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-team2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-team2:hover, .hvr-team2:focus, .hvr-team2:active {
    color: white;
}
.team-col2:hover .hvr-team2:before,.team-col2:focus .hvr-team2:before, .team-col2:active .hvr-team2:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.team-col2:hover .team-image2 img, .team-col2:hover .team-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-col2:hover .m-image2, .team-col2:hover .m-image4{
    margin: 0 ;
}
.small-container{
    max-width: 866px;
}

/* ===================================
    Parallax Quote
====================================== */

.quote-text {
    max-width: 1000px;
    margin: 0 auto;
}
.quote {
    font-size: 20px;
    color: #a1a1a1;
}

/* ===================================
    Counters Section
====================================== */

.stats-block-inner i {
    -webkit-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
}

.stats-block-inner i {
    font-size: 42px;
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
    line-height: 80px;
    border-radius: 68px;
    -webkit-border-radius: 68px;
}

.stats-block-inner:hover i {
    color: #ffffff !important;
}

.stats-block-inner:hover i.text-blue {
    background-color: #5bbdbb;
}

.stats-block-inner:hover i.text-purple {
    background-color: #6b30e9;
}

.stats-block-inner:hover i.text-pink {
    background-color: #e87ec1;
}


.stats-number-inner {
    font-size: 30px;
    cursor: pointer;
    font-weight: normal;
    margin: 15px 0;
    font-family: Montserrat, sans-serif;
}

.stats-block-inner .paragraph {
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

/* ===================================
    Portfolio Section
====================================== */

.portfolio-sec .container {
    max-width: 1140px;
}

.cbp-item-off {
    display: none!important;
}

.portfolio-sec .heading{
    color: #202020;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: bold;
    font-family: Montserrat, 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: 15px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    color: #202020;
    font-family: 'Roboto', sans-serif;
    border-bottom: solid 2px transparent ;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #33c9dd;
    background: transparent;
    border-bottom: solid 3px #33c9dd;
}

.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(107, 48, 233, .8);
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
    color: #202020;
    border-color: #33c9dd;
}

.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: 'Open Sans', sans-serif;
    font-size: 14px;
    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{
    color: #202020;
    font-size: 72px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.pink-and-purple-btn{font-size: 12px;font-family: 'Roboto', sans-serif;padding: 12px 48px;color:#ffffff;font-weight: 600;background-color:#e87ec1;border:1px solid transparent;border-radius: 0;}
.pink-and-purple-btn:hover{color: #ffffff !important;background-color: #6b30e9 !important;border: 1px solid transparent;}

/* ===================================
    Testimonials Section
====================================== */

.testimonial-sec{
    padding: 200px 0;
    background-color: #33c9dd;
}

#testimonial-header-svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotateX(180deg);
    height: 200px;
}

#testimonial-foot-svg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    height: 200px;
}

.testimonial-sec .testimonial-title .sub-heading{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 18px;
}

.testimonial-sec .testimonial-title .heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 36px;
    margin: 15px 0;
}

.testimonial-sec .testimonial-title .heading span{
    color: #ffffff;
}

.testimonial-sec .testimonial-area .testimonial-carousel{
    margin-top: 70px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder{
    display: block;
    margin-bottom: 30px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder i{
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    font-style: italic;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .text{
    color: #ffffff;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.testimonial-sec .testimonial-area .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-area .testimonial-carousel .testimonial-box .img-holder img{
    border-radius: 50%;
    width: 100%;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .user-name{
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    text-transform: initial !important;
}

/* ===================================
      Contact Section
====================================== */

.contact-sec .contact-heading{
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.contact-sec .contact-para{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #535353;
    margin: 15px 0 30px 0;
}

.contact-sec .contact-form input{
    color: #202020;
    font-size: 16px;
    height: 50px;
    padding: 20px;
}

.contact-sec .contact-form .form-control{
    border-radius: 8px;
    border:solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder{
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form textarea{
    padding: 13px;
    padding-left: 25px;
    height: 150px;
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form .btn-green{
    margin-top: 20px;
}

/*contact details*/
.contact-details .contact-sub{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.contact-details .contact-head{
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin: 20px 0;
}

.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details{
    font-family: Roboto, sans-serif;
    width: 90%;
}

.contact-sec .contact-details .country{
    font-size: 18px;
    font-weight: normal;
    margin: 40px 0;
    font-family: Roboto, sans-serif;
}

.contact-sec .contact-details .heading{
    margin-bottom: 35px;
}

.contact-sec .contact-details .text{
    color: #535353;
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
}

.contact-sec .contact-details ul li{
    color: #535353;
    list-style: none;
    margin-bottom: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.contact-sec .contact-details ul li:first-child{
    width: 80%;
}

.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: 35px;
    margin-right: 15px;
    color: #92d3d2;
}

.contact-sec .contact-details ul li i.addr{
    color: #6b30e9;
}

.contact-sec .contact-details ul li i.phone{
    color: #e87ec1;
}

.contact-sec .contact-details ul li i.email{
    color: #5bbdbb;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464646!important;
    opacity: .8!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #464646!important;
    opacity: .8!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #464646!important;
    opacity: .8!important;
}

/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 4rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 46px;
    height: 46px;
    color: #202020;
    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 .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background: #6b30e9;
    color: #ffffff;
}

.company-about{
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.contact-form .btn-medium {
    font-size: 14px;
}

/* background setting */
.bg-img-setting {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
/* parallax images */
.parallax1 {
    background: url("../img/parallax1.png");
}
.parallax2 {
    background: url("../img/parallax2.png");
}
.newsletter1 {
    background: url("../img/newsletter.jpg");
}

/* parallax setting */
.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}



/* ===================================
    StandAlone
====================================== */

.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: 12px;
    font-size: 18px;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 50px;
    color: #202020;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text{
    color: #202020;
    font-family: 'Roboto' , sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .gradient-text1{
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #202020;
}

.page-title{
    position:relative;
    text-align:center;
    background:url("../images/standalone-bg.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.standalone-content-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#standalone-svg{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    transform: rotateY(-180deg);
    z-index: 1;
    height: 150px;
}

.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:#ffffff;
    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;
    font-size: 17px;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#ffffff;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #6b30e9;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #5bbdbb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
   Loader
====================================== */

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x:hidden;
    background: #6b30e9;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader-inner > img {
    width: 120px;
    max-width: 120px;
    display: inline-block;
}

.loader-blocks {
    height: 58px;
    width: 58px;
}

.loader span {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 12px;
    opacity: 0;
    position: absolute;
    width: 12px;
    animation: load 4.6s ease-in-out infinite;
    -o-animation: load 4.6s ease-in-out infinite;
    -ms-animation: load 4.6s ease-in-out infinite;
    -webkit-animation: load 4.6s ease-in-out infinite;
    -moz-animation: load 4.6s ease-in-out infinite;
}

.loader span.block-1 {
    animation-delay: 1.06s;
    -o-animation-delay: 1.06s;
    -ms-animation-delay: 1.06s;
    -webkit-animation-delay: 1.06s;
    -moz-animation-delay: 1.06s;
    left: 0;
    top: 0;
}

.loader span.block-2 {
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
    left: 16px;
    top: 0;
}

.loader span.block-3 {
    animation-delay: 0.87s;
    -o-animation-delay: 0.87s;
    -ms-animation-delay: 0.87s;
    -webkit-animation-delay: 0.87s;
    -moz-animation-delay: 0.87s;
    left: 31px;
    top: 0px;
}

.loader span.block-4 {
    animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
    left: 47px;
    top: 0;
}

.loader span.block-5 {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
    left: 0;
    top: 16px;
}

.loader span.block-6 {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    left: 16px;
    top: 16px;
}

.loader span.block-7 {
    animation-delay: 0.51s;
    -o-animation-delay: 0.51s;
    -ms-animation-delay: 0.51s;
    -webkit-animation-delay: 0.51s;
    -moz-animation-delay: 0.51s;
    left: 31px;
    top: 16px;
}

.loader span.block-8 {
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
    left: 47px;
    top: 16px;
}

.loader span.block-9 {
    animation-delay: 0.32s;
    -o-animation-delay: 0.32s;
    -ms-animation-delay: 0.32s;
    -webkit-animation-delay: 0.32s;
    -moz-animation-delay: 0.32s;
    left: 0px;
    top: 31px;
}

.loader span.block-10 {
    animation-delay: 0.23s;
    -o-animation-delay: 0.23s;
    -ms-animation-delay: 0.23s;
    -webkit-animation-delay: 0.23s;
    -moz-animation-delay: 0.23s;
    left: 16px;
    top: 31px;
}

.loader span.block-11 {
    animation-delay: 0.14s;
    -o-animation-delay: 0.14s;
    -ms-animation-delay: 0.14s;
    -webkit-animation-delay: 0.14s;
    -moz-animation-delay: 0.14s;
    left: 31px;
    top: 31px;
}

.loader span.block-12 {
    animation-delay: 0.05s;
    -o-animation-delay: 0.05s;
    -ms-animation-delay: 0.05s;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    left: 47px;
    top: 31px;
}

.loader span.block-13 {
    animation-delay: -0.05s;
    -o-animation-delay: -0.05s;
    -ms-animation-delay: -0.05s;
    -webkit-animation-delay: -0.05s;
    -moz-animation-delay: -0.05s;
    left: 0;
    top: 47px;
}

.loader span.block-14 {
    animation-delay: -0.14s;
    -o-animation-delay: -0.14s;
    -ms-animation-delay: -0.14s;
    -webkit-animation-delay: -0.14s;
    -moz-animation-delay: -0.14s;
    left: 16px;
    top: 47px;
}

.loader span.block-15 {
    animation-delay: -0.23s;
    -o-animation-delay: -0.23s;
    -ms-animation-delay: -0.23s;
    -webkit-animation-delay: -0.23s;
    -moz-animation-delay: -0.23s;
    left: 31px;
    top: 47px;
}

.loader span.block-16 {
    animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    -ms-animation-delay: -0.32s;
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    left: 47px;
    top: 47px;
}

@keyframes load {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
        -o-transform: translateY(-97px);
        transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
        -o-transform: translateY(-97px);
        transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    85% {
        opacity: 0;
        -webkit-transform: translateY(97px);
        -o-transform: translateY(97px);
        transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(97px);
        -o-transform: translateY(97px);
        transform: translateY(97px);
    }
}
@-o-keyframes load {
    0% {
        opacity: 0;
        -o-transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -o-transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    70% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    85% {
        opacity: 0;
        -o-transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(97px);
    }
}
@-webkit-keyframes load {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    85% {
        opacity: 0;
        -webkit-transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(97px);
    }
}

/* ===================================
   Media Queries
====================================== */

@media (max-width: 1600px) and (min-width: 1300px)  {}

@media (min-width: 1200px) and (max-width: 1599px) {

    /* Testimonials */
    #testimonial-header-svg{
        height:100px;
    }
    .testimonial-foot-svg{
        height: 100px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .navbar-social {
        display: none!important;
    }
    .banner-slider .slider-img-area #slider-inner-img {
        transform: translate(70px,-40px);
    }
    .standalone-detail .para_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    body {
        text-align: center;
    }
    section {
        padding: 4.5rem 0;
    }
    .inner-header {
        background-color: #6b30e9;
    }
    #banner-header-svg {
        display: none;
    }
    header .main-navigation {
        padding: 15px 0;
    }
    .side-menu .btn-close {
        top: 38px;
        right: 46px;
    }
    .side-nav .navbar-nav .nav-item {
        display: block;
    }
    .side-nav .navbar-nav{
        margin-bottom: 50px;
    }
    .sidemenu_btn {
        top: 25px;
    }

    /* Banner */
    .banner-slider .banner-slider-row {
        padding-top: 100px;
    }
    .banner-image {
        justify-content: center;
    }
    .banner-slider .slider-img-area #slider-inner-img {
        transform: translate(0);
    }
    .banner-slider .heading-area {
        padding-top: 0;
    }
    .button {
        justify-content: center;
    }

    /* About */
    .feature-item {
        max-width: 100%;
        display: block;
        text-align: center;
    }
    .laptop-features-icon {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .features-content {
        display: block;
        padding-left: 0;
        text-align: center;
    }
    .about_img img {
        padding-bottom: 80px;
    }

    /* Portfolio */
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .pink-and-purple-btn {
        padding: 7px 30px;
    }

    /* Testimonials */
    .testimonial-sec {
        padding-top: 200px;
        padding-bottom: 150px;
    }
    #testimonial-header-svg {
        top: -1px;
        height: 150px;
    }
    .testimonial-sec .testimonial-title .heading {
        font-size: 36px;
    }
    .testimonial-sec .testimonial-area .testimonial-carousel {
        margin-top: 40px;
    }
    #testimonial-foot-svg {
        bottom: -1px;
        height: 150px;
    }
    .testimonial-post{
        display: inline-block;
    }

    .testimonial-post .post{
        display: inline-block;
    }

    /* Contact */
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .company-about {
        margin-top: 10px;
    }

    /* 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;
        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: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    section {
        padding: 4.5rem 0;
    }
    #banner-header-svg {
        display: none;
    }
    header .main-navigation {
        padding: 15px 0;
    }
    .inner-header {
        background-color: #6b30e9;
    }
    .banner-slider .heading-area {
        padding-top: 0;
    }

    /* Nav-bar */
    header .navbar-brand img {
        margin-right: 0;
    }
    header .navbar-brand img {
        max-width: 60px;
        margin-left: 8px;
    }
    .sidemenu_btn {
        margin-top: .2rem;
        margin-right: 0;
        top: 25px;
    }
    .side-menu .navbar-brand {
        margin: 100px auto 50px auto;
    }
    .side-menu .navbar-brand img {
        width: 100%;
    }
    .side-menu .btn-close {
        top: 38px;
        right: 32px;
    }
    .side-nav .navbar-nav .nav-item {
        display: block;
    }
    .side-nav .navbar-nav{
        margin-bottom: 50px;
    }

    /* Banner */
    .banner-slider .banner-slider-row {
        padding: 120px 0 80px 0;
    }
    .banner-slider .slider-img-area #slider-inner-img {
        transform: translate(0px);
        width: 90%;
        padding-top: 40px;
    }
    .heading-area .sub-heading {
        font-size: 16px;
    }
    .heading-area .heading {
        font-size: 26px;
    }
    .heading-area .text {
        font-size: 16px;
    }
    .button {
        font-size: 16px;
        justify-content: center;
    }

    /* About */
    .feature-item {
        max-width: 100%;
        display: block;
        text-align: center;
    }
    .laptop-features-icon {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .features-content {
        display: block;
        padding-left: 0;
        text-align: center;
    }
    .features-content h4 {
        font-size: 20px;
    }
    .features-content p {
        font-size: 15px;
    }
    .img-sec {
        padding-right: 35px;
    }
    .about_img img {
        padding-bottom: 60px;
    }

    /* Counters */
    .stats-block-inner i {
        font-size: 36px;
    }
    .stats-number-inner {
        font-size: 26px;
    }
    .stats-block-inner {
        padding-bottom: 40px;
    }

    /* Portfolio */
    .portfolio-sec .heading {
        font-size: 26px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item {
        margin-right: 10px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .pink-and-purple-btn {
        padding: 7px 30px;
    }
    .portfolio-sec .portfolio-foot-detail .p-text {
        font-size: 14px;
    }
    .portfolio-sec .portfolio-foot-detail .p-num {
        font-size: 50px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item {
        font-weight: bold;
    }

    /* Testimonials */
    #testimonial-header-svg {
        top: -1px;
        height: 100px;
    }
    .testimonial-sec .testimonial-title .heading {
        font-size: 24px;
    }
    .testimonial-sec .testimonial-title .sub-heading {
        font-size: 16px;
    }
    #testimonial-foot-svg {
        bottom: -2px;
        height: 100px;
    }
    .testimonial-sec {
        padding: 150px 0;
    }
    .testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .text {
        font-size: 15px;
    }
    .testimonial-sec .testimonial-area .testimonial-carousel {
        margin-top: 35px;
    }

    /* Contact */
    .contact-sec {
        padding-top: 0;
    }
    .contact-details .contact-head {
        font-size: 32px;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 40px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }

    /* Footer */
    .company-about {
        margin-top: 15px;
    }
    .footer-social a {
        margin: 0;
    }
    .company-about {
        font-size: 14px;
    }

    /* StandAlone */
    #standalone-svg{
        height:100px;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 26px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .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: 3rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 575.98px) {
    .banner-slider {
         height: auto;
    }
    .banner-slider .banner-slider-row {
         height: auto;
    }
    .banner-slider .slider-img-area #slider-inner-img {
        width: 80%;
    }
    .side-menu .navbar-brand {
        margin: 50px auto 50px auto;
    }
    .side-menu .side-nav {
        margin-bottom: 0;
    }
    .side-nav .navbar-nav {
        margin-bottom: 35px;
    }
}