/* ===================================
    About
====================================== */


/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */


/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Header And Nav-Bar
    - Slider
    - About Us
    - Team Progress
    - Portfolio
    - Client
    - Testimonial
    - Pricing Plans
    - Blog
    - Contact Us
    - Google-Map
    - Footer
    - Loader
    - Media Queries   */


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

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

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

.CookiebotWidget-main-logo {
    display: none !important;
}

#CybotCookiebotDialogHeader {
    display: none !important;
}


/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    width: 6px;
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: black;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}


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

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}


/* Use in BLog */

.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image,
.image img {
    position: relative;
}


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

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #040608;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
    background: white;
    z-index: 2;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #ffffff82;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 7.5rem 0;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-top {
    padding-top: 7.5rem;
}


/* 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-full {
    opacity: 1;
}

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


/*font-weight*/

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}


/* 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: 'Poppins', sans-serif;
    font-weight: 300;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}


/*mio form*/

.btn-form {
    -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: 'Poppins', sans-serif;
    font-weight: 300;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}


/* button size */

.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 14px 46px;
    line-height: 1.8em
}


/*mio form*/

.btn-form.btn-medium-form {
    font-size: 16px;
    padding: 14px 46px;
    line-height: 1.8em
}

.btn.btn-large {
    font-size: 16px;
    padding: 8px 35px;
    ;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}


/* Transparent white button */

.btn.btn-trans-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-trans-white:hover {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #040608 !important
}


/* Transparent black button */


/*.btn.btn-trans {background: transparent; border-color: #040608; color: #040608}
.btn.btn-trans:hover {background: #040608 !important; border-color: #040608; color: #ffffff !important}*/

.btn.btn-trans {
    background: #ffffff;
    border-color: #4B9DA6;
    color: #4B9DA6
}

.btn.btn-trans:hover {
    background: #4B9DA6;
    border-color: #4B9DA6;
    color: #ffffff
}


/*mio form*/

.btn.btn-trans2 {
    background: transparent;
    border-color: #4B9DA6;
    color: #4B9DA6
}

.btn.btn-trans2:hover {
    background: #4B9DA6;
    border-color: #4B9DA6;
    color: #ffffff
}

.btn-form.btn-trans-form {
    background: #ffffff;
    border-color: #4B9DA6;
    color: #4B9DA6
}

.btn-form.btn-trans-form:hover {
    background: #4B9DA6;
    border-color: #4B9DA6;
    color: #ffffff
}


/* Background color */

.bg-blue {
    background-color: #4B9DA6;
}

.bg-yellow {
    background-color: #d2d400;
}

.bg-pink {
    background-color: #ad227a;
}

.bg-orange {
    background-color: #de6605;
}

.bg-white {
    color: #ffffff;
}

.bg-black {
    background: #040608;
}

.bg-lightgray {
    background-color: #D4CCCD;
}


/* Text color */

.text-blue {
    color: #4B9DA6;
}

.text-yellow {
    color: #d2d400;
}

.text-pink {
    color: #ad227a;
}

.text-orange {
    color: #de6605;
}

.text-black {
    color: #040608;
}

.text-white {
    color: #ffffff;
}


/*Social Icon Hover Text Hover */

.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}


/*Social Icon Hover Bg Hover */

.facebook_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #4267b2 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.twitter_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #00a7e6;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.linkdin_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #1682ab;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.googleplus_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #d5463a;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.pintrest_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #c8232c;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.instagram_bg_hvr2:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.instagram_bg_hvr2:hover {
    color: #FFFFFF !important;
    z-index: 999
}

.instagram_bg_hvr2:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


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


/* nav top default */

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

.navbar-left {
    width: 56%;
    margin-left: 0;
}

.header-appear .navbar-left {
    width: 90%;
}

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

.other-page .navbar-top-default {
    background-color: #02aeb3;
}

.header-appear .navbar-top-default {
    height: 85px;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar-top-default {
    background: #ffffff;
}


/*change nav color on sticky nav*/

.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #040608;
}

.navbar-top-default #megaone {
    margin-right: -30px;
}


/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 18px;
    color: #040608;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 2rem;
    font-family: 'Poppins', sans-serif;
}

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

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

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


/*nav line*/

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

.line:hover:after,
.line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*border-color: #040608;*/
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
    background: #040608;
}


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

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    /*background: #040608;*/
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
    background: #4B9DA6;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}


/*Side overlay*/

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -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 clode btn*/

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

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

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #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;
    position: absolute;
    right: 80px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.header-appear .sidemenu_btn span {
    background: #040608;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    height: 70%;
    display: flex;
    align-items: center;
}

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

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

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

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ffffff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.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;
    color: #ffffff;
}

.side-footer p {
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

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

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

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

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


/* ===================================
    Banner Section
====================================== */

.home-banner {
    padding-top: 10rem;
}

.home-banner .heading-area {
    position: absolute;
    transform: translate(90%, 90%);
    z-index: 11;
    width: 60%;
}

.home-banner .heading {
    font-size: 83px;
    font-weight: 200;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.text {
    color: #ffffff;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.home-banner .bg-overlay {
    background-color: #4B9DA6;
    width: 40%;
    left: 60%;
    /*top: -20%;*/
    top: 0%;
}

.image-holder img {
    max-width: 100%;
}


/*BANNER SOCIAL ICONS*/

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
}

.social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #000000;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    z-index: 11;
    position: absolute;
}

.revicon li a {
    color: #040608 !important;
}

.revicon li a:hover {
    color: #ffffff;
}


/* Vertical Line */

.banner-vertical {
    position: absolute;
    bottom: 120px;
    left: -50px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.banner-strip {
    width: 200px;
    height: 3px;
    background: #040608;
}


/* ===================================
    About
====================================== */

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

.card-body {
    padding: 0;
}

.cover:hover {
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px #e1e1e1;
    box-shadow: 2px 2px 15px #e1e1e1;
}

.cover .card {
    transition: all 1.2s;
}

.cover:hover .card {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.numbering {
    font-size: 48px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.cover:hover .numbering {
    background: -webkit-linear-gradient(180deg, rgb(33, 35, 49) 85%, rgb(33, 35, 49) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover {
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cover .card-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: rgb(33, 35, 49);
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
}

.cover .card-text {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}


/* ===================================
    Skills
====================================== */

.heading-area .sub-title {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.heading-area .title {
    /*font-size: 45px;*/
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
}

.skills li {
    list-style: none;
    margin-top: 30px;
}

.skills h6 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.skills .progress {
    border-radius: 50px;
    height: 10px;
}

.skills .progress-bar {
    border-radius: 50px;
}

.progress-item b {
    font-weight: 600;
}

.skills-about .skills-image {
    float: right;
    max-width: 450px;
}

.skills-about {
    width: 100%;
    display: block;
    position: relative;
}

.skills .bg-overlay {
    /*background-color: #d2d400;*/
    width: 100%;
    left: 70%;
    top: 30%;
    z-index: -1;
    background-color: #D3EDD6;
}


/* ===================================
    Quote Section
====================================== */

.quote-sec .quote {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #040608;
    line-height: 1.4;
    text-transform: capitalize;
}

.quote-sec .writer {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 200;
    font-style: italic;
}

.quote-sec i.fa-quote-left {
    position: absolute;
    font-size: 25px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}


/* ===================================
    Portfolio
====================================== */

.portfolio-sec .portfolio-carousel .work-detail {
    margin-top: 50px;
}

.portfolio-sec .portfolio-carousel .work-detail .work-heading {
    font-size: 30px;
    font-weight: 300;
}

.portfolio-sec .portfolio-carousel .text {
    color: #040608;
    font-size: 18px;
    font-weight: normal;
}

.portfolio-sec .work-navigation {
    position: absolute;
    left: 70px;
    top: 50%;
    z-index: 11;
}

.portfolio-sec .work-navigation a {
    text-decoration: none;
    display: inline-block;
    transition: .8s ease;
    color: #ffffff;
}


/*.portfolio-sec .work-navigation a:hover {}*/

.portfolio-sec .work-navigation a i {
    font-size: 34px;
    transition: .5s ease;
}

.portfolio-sec .work-navigation a:hover i {
    color: #202020;
    transition: .5s ease;
}

.portfolio-sec .work-navigation a.portfolio-right-arr {
    margin-top: 0;
    margin-left: 41px;
}

.portfolio-sec .work-detail .work-btn {
    margin-right: 3px;
}

.heading-area.long-area {
    top: 50%;
    transform: translate(140%, -140%);
    width: 85%;
}

.long-area .heading {
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.portfolio-sec .heading-area {
    position: relative;
    z-index: 11;
}

.portfolio-sec .bg-overlay {
    background-color: #D6EBD7;
    width: 40%;
    right: 60%;
    top: 20%;
    height: 50%;
    z-index: 11;
}


/* ===================================
    Clients
====================================== */

.client-sec {
    background: url("../images/lostudio2-img.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top: 500px;
}

.parallax-dis {
    background-attachment: inherit !important;
}

.client-sec img {
    height: 100%;
    width: 100%;
}

.client-sec .client-container {
    position: relative;
    padding-top: 305px;
    padding-bottom: 305px;
}

.client-sec .client-sec-overlay {
    opacity: 0.9;
    /*background-color: #d2d400;*/
    /*position: absolute;*/
    left: 0;
    right: 0;
    /*top: 0;*/
    /*height: 50%;*/
    z-index: 1;
    top: 50%;
    position: relative;
    height: auto;
    background-color: #4B9DA6;
}

.client-sec .client-container .client-img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.client-sec .client-container .client-img-overlay .client-symbol-qoute {
    padding-top: 40px;
    padding-bottom: 40px;
}

.client-sec .client-container .client-img-overlay .client-symbol-qoute i {
    color: white;
}

.client-sec .client-container .client-img-overlay .client-text {
    font-size: 18px;
    line-height: 30px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.client-sec .client-container .client-img-holder {
    height: 160px;
    width: 160px;
    background-color: #e1e1e1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.client-sec .client-container .client-detail {
    position: absolute;
    left: 50%;
    top: 78%;
    transform: translate(-50%, -50%);
}

.client-sec .client-container .client-detail .client-name {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.client-sec .client-container .client-detail .client-des {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 8px;
}

.client-sec .client-container .client-detail .client-s-media {
    padding-left: 0;
    top: 20px;
    left: calc(50% - 45%);
}

.client-sec .client-container .client-detail .client-s-media li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.client-sec .client-container .client-detail .client-s-media li a {
    color: #3d3d3d;
    font-size: 16px;
}


/* ===================================
   Contact
====================================== */

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

.contact-details h2 {
    font-size: 60px;
    font-weight: normal;
}

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

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464646 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #464646 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #464646 !important;
}

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

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

.contact-sec .contact-form textarea {
    padding-top: 20px;
    height: 150px;
    color: #040608;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn {
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


/*mio*/

.contact_btn-form {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


/*contact details*/

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

.contact-sec .contact-details ul {
    padding-left: 0;
    margin-bottom: 0;
}

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

.contact-sec .contact-details ul li span {
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
    padding-right: 0;
}

.contact-sec .contact-details ul li i {
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #040608;
}

.slider-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: #040608;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.secondo-bg {
    display: none;
}


/*.contact-sec .btn.btn-trans {background: #ffffff; border-color: #040608; color: #040608}
.contact-sec .btn.btn-trans:hover {background: #040608 !important; border-color: #040608; color: #ffffff !important}*/


/*=======================================*/

.contact-sec .btn.btn-trans {
    background: #ffffff;
    border-color: #4B9DA6;
    color: #4B9DA6
}

.contact-sec .btn.btn-trans:hover {
    background: #4B9DA6;
    border-color: #4B9DA6;
    color: #ffffff
}


/* ===================================
   Loader
====================================== */

.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.svg-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

svg {
    height: 140px;
    width: 140px;
}


/* ===================================
   Footer
====================================== */

footer {
    height: 50px;
    width: 100%;
    line-height: 50px;
    background: #4B9DA6;
    text-align: center;
    color: white;
}


/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1800px) {}

@media (max-width: 1280px) and (min-width: 992px) {
    /* Nav-bar */
    .sidemenu_btn {
        right: 15px;
    }
    .navbar-left {
        width: 75%;
    }
    /* Banner */
    .home-banner .heading-area {
        /*transform: translate(90%, 40%);*/
        transform: translate(60%, 50%);
    }
    /* Skills */
    .skills .bg-overlay {
        left: 40%;
    }
    /* Portfolio */
    .portfolio-sec .bg-overlay {
        width: 50%;
    }
    .long-area .heading {
        font-size: 42px;
    }
    .heading-area.long-area {
        transform: translate(155%, -115%);
    }
    .portfolio-sec .work-navigation {
        left: 50px;
        top: 54%;
    }
    /* Clients */
    .client-sec .client-container .client-img-overlay .client-symbol-qoute {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .client-sec .client-container .client-img-overlay .client-text {
        font-size: 16px;
    }
    .revicon,
    .banner-vertical {
        display: none !important;
    }
    .home-banner .heading {
        font-size: 70px;
    }
    .lostudio {
        max-width: 960px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .btn.btn-medium {
        font-size: 14px;
    }
    /* Nav-bar */
    .navbar-top-default {
        top: 0;
    }
    .sidemenu_btn {
        right: 15px;
    }
    /* Side Menu */
    .side-menu {
        width: 60%;
    }
    .side-footer p {
        font-size: 16px;
    }
    /* Banner */
    .home-banner .heading-area {
        /*transform: translate(90%, 60%);*/
        transform: translate(70%, 60%);
    }
    .home-banner .heading {
        font-size: 42px;
    }
    .home-banner .text {
        font-size: 18px;
    }
    /* Skills */
    .skills-about {
        display: flex;
        justify-content: center;
        padding-top: 15%;
    }
    /* Portfolio */
    .heading-area.long-area {
        top: 10%;
        transform: translate(0);
        width: 100%;
    }
    .portfolio-sec .bg-overlay {
        top: 0;
        width: 100%;
        height: 60%;
        z-index: 1;
    }
    .long-area .heading {
        font-size: 42px;
        padding: 35px 0 50px 0;
        text-align: center;
    }
    .portfolio-sec .work-navigation {
        display: none;
    }
    /* Clients */
    .client-sec .client-container .client-img-overlay .client-symbol-qoute {
        padding: 30px 0;
    }
    /* Contact */
    .contact-sec .heading {
        font-size: 42px;
    }
    .contact-sec .contact-details .text {
        text-align: left;
    }
    .contact-sec .contact-details .heading {
        text-align: left
    }
    .contact-sec .contact-details ul {
        margin-top: 0;
    }
    .contact-sec .padding-top {
        padding-top: 2.5rem;
    }
    .revicon,
    .banner-vertical {
        display: none !important;
    }
    .servizi {
        margin-top: 100px !important;
    }
    .side-menu {
        width: 100%;
    }
    .lostudio {
        max-width: 720px !important;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    section {
        padding: 4.5rem 0;
    }
    .padding-top {
        padding-top: 4.5rem;
    }
    .home-banner {
        padding: 7rem 0 0 0;
    }
    .btn.btn-medium {
        font-size: 12px;
        padding: 14px 42px;
    }
    /* Nav-bar */
    .navbar-top-default {
        top: 0;
    }
    .sidemenu_btn {
        right: 15px;
    }
    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .side-footer p {
        font-size: 14px;
    }
    /* Banner */
    .home-banner .heading {
        font-size: 1.7rem;
    }
    .text {
        font-size: 14px;
    }
    .home-banner .btn.btn-medium {
        padding: 10px 20px;
    }
    .home-banner .heading-area {
        /*transform: translate(70%, 20%);*/
        text-align: left;
        transform: translate(70%, 90%);
    }
    .home-banner .heading-area span {
        display: block;
    }
    /* About */
    #about {
        padding-top: 0;
    }
    .cover {
        text-align: center;
        margin-top: 40px;
    }
    .about-heading {
        text-align: center;
        margin-top: 30px;
    }
    .heading_mainc {
        font-size: 35px;
        text-align: center;
        line-height: 1.3;
    }
    .main_heading {
        font-size: 34px;
    }
    .heading {
        font-size: 35px;
        color: #212331;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .margin_heading {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .info {
        color: #9d9d9d;
        font-size: 12px;
        line-height: 1.7;
    }
    .margin_button {
        margin-top: 10px;
    }
    .cover .card-title {
        margin-top: 5px;
        margin-bottom: 18px;
    }
    /* Skills */
    .heading-area .title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .padding-sm {
        padding: 100px 0 0 0;
    }
    .skills .bg-overlay {
        left: 40%;
        top: 12%;
    }
    .p-small {
        padding: 0;
    }
    .skills li {
        padding: 0 10px;
    }
    /* Quote */
    .quote-sec .quote {
        font-size: 24px;
    }
    .quote-sec .writer {
        font-size: 20px;
    }
    /* Portfolio */
    .heading-area.long-area {
        top: 10%;
        transform: translate(0);
        width: 100%;
    }
    .portfolio-sec .bg-overlay {
        top: 0;
        width: 100%;
        height: 50%;
        z-index: 1;
    }
    .long-area .heading {
        font-size: 42px;
        padding: 20px 0 35px 0;
    }
    .portfolio-sec .work-navigation {
        display: none;
    }
    .portfolio-sec .portfolio-carousel .work-detail .work-heading {
        font-size: 24px;
    }
    .portfolio-sec .portfolio-carousel .text {
        font-size: 14px;
    }
    /* Clients */
    .client-sec .client-container .client-img-overlay .client-symbol-qoute {
        padding: 30px 0;
    }
    .client-sec .client-container .client-img-overlay .client-text {
        font-size: 15px;
    }
    .client-sec .client-container {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    /* Contact */
    .contact-sec .heading {
        font-size: 26px;
    }
    .contact-sec .contact-details {
        margin: 40px auto 0 auto;
    }
    .contact-sec .contact-details .text {
        font-size: 14px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .contact-sec .contact-details ul {
        justify-content: center;
    }
    .contact-sec .contact-details {
        padding-top: 0;
    }
    .contact-details h2 {
        font-size: 3rem;
    }
    .contact-sec .contact-icons {
        justify-content: center;
    }
    .revicon,
    .banner-vertical {
        display: none !important;
    }
    heading-area {
        margin-top: 50px;
    }
    .secondo-bg {
        display: block;
    }
    /*=============================*/
}

@media (max-width: 575.98px) {
    .home-banner .heading {
        font-size: 1.3rem;
    }
    .text {
        font-size: 12px;
    }
    .home-banner .heading-area {
        /*transform: translate(75%, 20%);*/
        transform: translate(60%, 60%);
    }
    .skills-about .skills-image {
        width: -webkit-fill-available;
    }
    .heading-area .title {
        margin: 15px;
    }
    .lostudio {
        max-width: 540px !important;
    }
    .client-sec {
        background: url("../images/lostudio2small-img.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0px;
    }
}

@media (max-width: 300px) {
    .home-banner .heading {
        font-size: 18px;
    }
    .home-banner .btn.btn-medium {
        padding: 4px 7px;
    }
}