/* ===================================
    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;
}

/* ===================================
    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: 70px;
    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;
    max-width: 400px;
}

.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: 10px 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;
    margin: 5px 0 25px;
}

/* ===================================
    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;
}

.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;
}

/* ===================================
    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: justify;
    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;
}

.page-title.releases {
    position: relative;
    text-align: center;
    background: url("../images/releases-bg.png");
    background-size: cover;
    background-position: top center;
    height: 600px;
}

.page-title.notfound {
    position: relative;
    text-align: center;
    background: url("../images/not_found-bg.png");
    background-size: cover;
    background-position: top center;
    height: 700px;
}

.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;
        background: #6b30e9;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .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;
    }

    .heading-area .heading {
        text-align: center;
        max-width: 100%;
    }
}

@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;
    }

    .banner-image {
        justify-content: center;
        background: #6b30e9;
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .banner-slider {
        height: auto;
    }

    .banner-image {
        justify-content: center;
        background: #6b30e9;
        margin-bottom: 40px;
    }

    .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;
    }
}