@import url('./_content/DPT.Apps.Resources/Theme/fonts/LATO/lato-font.css');

/* ===================================
    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
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */

:root {
    --menu-text-color: #FFC600;
    --menu-background-color: rgb(56, 73, 103);
    --nav-header-text-color-active: #FFC600;
    --nav-header-text-color-inactive: #1B1D36;
    --font-default-color: #384967;
    --font-heading-default-color: #1B1D36;
    --umonio-yellow: #FFC600;
    --umonio-blue: #1B1D36;
    --umonio-blue-light: #384967;
}

.main-font {
    font-family: latoregular, Monserat;
}

.alt-font {
    font-family: latoregular, Monserat;
}

.font-for-dark-bg {
    font-family: latoregular, Montserrat, sans-serif, Simple-Line-Icons;
}

.font-for-bright-bg {
    font-family: latohairline, Montserrat, sans-serif, Simple-Line-Icons;
}

html {
    scroll-behavior: smooth;
}

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

body {
    font-family: 'latoregular';
    font-size: 16px;
    color: var(--font-default-color);
    font-weight: 300;
    /*line-height: 30px;*/
    letter-spacing: 0.2px;
    width: 100%;
    overflow-x: hidden
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: normal;
    font-family: 'latoblack';
    color: var(--font-heading-default-color);
}

a, *::before, *::after, img, span, 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;
    padding: 7.5rem 0;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 7.5rem;
}

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

.rev_slider_wrapper {
    width: 100% !important;
}

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

p:last-child {
    margin-bottom: 0 !important;
}

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

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

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

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

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

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

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

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

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

/* button */
/*.btn {*/
/*    -webkit-appearance: initial;*/
/*    overflow: hidden;*/
/*    position: sticky;*/
/*    z-index: 2;*/
/*    display: inline-block;*/
/*    font-size: 17px;*/
/*    border: 2px solid transparent;*/
/*    letter-spacing: .5px;*/
/*    line-height: inherit;*/
/*    border-radius: 0;*/
/*    text-transform: capitalize;*/
/*    width: auto;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 500;*/
/*    -webkit-transition: all .5s ease;*/
/*    -o-transition: all .5s ease !important;*/
/*    transition: all .5s ease !important;*/
/*}*/

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

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 1.8em;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px;
    line-height: 1.8em;
}

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


/* button background */
.btn {
    cursor: pointer;
}

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

.btn.btn-white:hover, .btn.btn-white:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

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

.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #585858 !important
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b
}

.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {
    background: #2b2b2b !important;
    color: #ffffff !important
}

.btn.btn-black {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff
}

.btn.btn-black:hover, .btn.btn-black:focus {
    background: transparent !important;
    border-color: #2b2b2b;
    color: #2b2b2b !important
}

.btn.btn-blue {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #ffffff
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background: transparent !important;
    border-color: #00bcd4;
    color: #00bcd4 !important
}

.btn.btn-gradient {
    color: #ffffff;
    flex: 1 1 auto;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);
}

.btn.btn-gradient:hover {
    background-position: right center;
}

.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #585858 !important
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* background color */
.bg-black {
    background: #000000;
}

.bg-dark {
    background-color: #1d1d21 !important;
}

.bg-blue {
    background-color: #03a9f5;
}

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

.bg-purple {
    background-color: #9556f5;
}

.gradient-bg1 {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7004bc 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7004bc 82%);
    background: linear-gradient(to right, #3264f5 2%, #7004bc 82%);
}

.gradient-bg2 {
    background: #237afe;
    background: -moz-linear-gradient(left, #237afe 2%, #03a9f5 82%);
    background: -webkit-linear-gradient(left, #237afe 2%, #03a9f5 82%);
    background: linear-gradient(to right, #237afe 2%, #03a9f5 82%);
}

/* text-color */
.main-color {
    color: #f033b5;
}

.alt-color {
    color: #03a9f5;
}

/*Max Width*/
.mx-570 {
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Hover
====================================== */

/*icon bg bover */
.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid #4267B2 !important;
}

.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid #1DA1F2 !important;
}

.instagram-bg-hvr:hover {
    background: #C32AA3 !important;
    color: #fff !important;
    border: 1px solid #C32AA3 !important;
}

.linkedin-bg-hvr:hover {
    background: #0077B5 !important;
    color: #fff !important;
    border: 1px solid #0077B5 !important;
}

.pinterest-bg-hvr:hover {
    background: #BD081C !important;
    color: #fff !important;
    border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid #DB4437 !important;
}

/*icon text bover */
.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 Color
====================================== */

.social-icon-clr a i.fa-facebook {
    color: #3B5998;
}

.social-icon-clr a i.fa-twitter {
    color: #55ACEE;
}

.social-icon-clr a i.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr a i.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr a i.fa-instagram {
    color: #c13584;
}

.social-icon-clr a i.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr a i.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr a i.fa-instagram {
    color: #e8715c;
}

.social-icon-clr a i.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr a i.fa-vk {
    color: #4c75a3;
}

.social-icon-clr a i.fa-youtube {
    color: #cd201f;
}

.social-icon-clr a i.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr a i.fa-tumblr {
    color: #34465d;
}

.social-icon-clr a i.fa-behance {
    color: #131418;
}

.social-icon-clr a i.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr a i.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr a i.fa-xing {
    color: #026466;
}

.social-icon-clr a i.fa-yelp {
    color: #af0606;
}

.social-icon-clr a i.fa-vine {
    color: #00b489;
}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook {
    color: #3B5998;
}

.social-icon-clr-hvr a i:hover.fa-twitter {
    color: #55ACEE;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #c13584;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #e8715c;
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr-hvr a i:hover.fa-vk {
    color: #4c75a3;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #cd201f;
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
    color: #34465d;
}

.social-icon-clr-hvr a i:hover.fa-behance {
    color: #131418;
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-xing {
    color: #026466;
}

.social-icon-clr-hvr a i:hover.fa-yelp {
    color: #af0606;
}

.social-icon-clr-hvr a i:hover.fa-vine {
    color: #00b489;
}

/* ========== End Basic Style ========== */


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

header {
    width: 100%;
    z-index: 99;
}

/* logo change */

header .logo .logo-dark, header .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header .logo .logo-dark.default, header .logo .logo-light.default {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.header-appear nav .logo .logo-light, header.header-appear nav.header-dark .logo .logo-light {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.header-appear nav .logo .logo-dark, header.header-appear nav.header-dark .logo .logo-dark {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.header-appear nav .logo .logo-dark, header.header-appear nav.header-light .logo .logo-dark {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.header-appear nav .logo .logo-light, header.header-appear nav.header-light .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header a.logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}

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

/* Navbar */

.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    background-color: #FFFFFF;
}


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

/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.navbar-simple .navbar-nav .nav-link {
    padding: 0.4rem 1.5rem;
    margin-left: .5rem;
    color: var(--nav-header-text-color-inactive);
    font-weight: 400;
}

.header-appear .navbar-simple .navbar-nav .nav-link {
    color: var(--nav-header-text-color-inactive);
}

.nav-box-round .navbar-nav .nav-link {
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
    border-bottom: solid 2px transparent;
}

.nav-box-round .navbar-nav .nav-link span {
    height: 3px;
    width: 0;
    display: block;
    background-color: transparent;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
}

.nav-box-round .navbar-nav .nav-link.active {
    color: var(--nav-header-text-color-active);
}

header .nav-box-round .navbar-nav .nav-link.active span {
    width: 100%;
    background-color: var(--nav-header-text-color-active);
}

header .nav-box-round .navbar-nav .nav-link:hover {
    color: var(--nav-header-text-color-active);
}


/* side menu button */

.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: 15px;
    display: inline-block;
}

.sidemenu_btn_inner {
    height: 70px;
    width: 70px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}

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

.header-appear .sidemenu_btn span {
    background-color: #2b2b2b;
}

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


/* ===================================
    Side Menu
====================================== */
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    /*background: rgba(56, 73, 103, 0.89);*/
    background: var(--menu-background-color);
    color: var(--menu-text-color);
    z-index: 1032;
    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;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

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

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

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

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

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

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -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: 28px;
    right: 32px;
    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: #fff;
    top: 5px;
}

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

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

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

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

.side-menu .side-nav {
    margin-top: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 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);
    -o-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);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    /*color: #fff;*/
    color: var(--menu-text-color);
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: var(--menu-text-color);
    /*background: #fff;*/
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

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

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

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    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;
}


/* ===================================
    Single Items
====================================== */


.single-items {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.single-items h3 {
    font-size: 3rem;
    margin-bottom: 1.3rem;
}

.single-items h3 a:hover, .single-items h3 a:focus {
    color: inherit;
}

.single-items p {
    margin-bottom: 10px;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

.footer-social li a:hover {
    background-color: var(--umonio-yellow);
    color: #ffffff;
}

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

.scroll-top-arrow {
    /*font-size: 25px;*/
    /*line-height: 45px;*/
    /*color: #fff !important;*/
    display: none;
    /*height: 45px;*/
    /*width: 45px;*/
    /*padding: 0;*/
    /*position: fixed;*/
    /*bottom: 20px;*/
    /*right: 20px;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*border-radius: 100%;*/
    /*background-color:#00bcd4;*/
    /*z-index: 99;*/
}

.scroll-top-arrow:hover {
    background-position: right center;
}

.screenFooterButton {
    font-size: 25px;
    line-height: 45px;
    color: #fff !important;
    height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    background-color: var(--umonio-yellow);
    cursor: pointer;
}

button.screenFooterButton {
    border-color: transparent;
    border-width: unset;
}

.screenFooterButton:hover, .screenFooterButton:focus {
    opacity: 0.6;
    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;
}

.screenFooterButton:hover {
    background-position: right center;
}

div.screenFooter {
    position: fixed;
    bottom: 20px;
    /*right: 20px;*/
    min-height: 45px;
    width: 100%;
    display: flex;
    z-index: 99;

    margin-left: -1em;
    margin-right: -1em;

    justify-content: flex-end;

    flex-wrap: wrap;
}

div.screenFooter > .item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

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

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1200;
    background: #FFFFFF;
}

/*.cssload-loader {*/
/*    width: 54px;*/
/*    height: 54px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    -o-transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -moz-transform: translate(-50%, -50%);*/
/*    top: 50%;*/
/*}*/

/*.cssload-inner {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    box-sizing: border-box;*/
/*    -o-box-sizing: border-box;*/
/*    -ms-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*}*/

/*.cssload-inner.cssload-one {*/
/*    left: 0%;*/
/*    top: 0%;*/
/*    animation: cssload-rotate-one 1.15s linear infinite;*/
/*    -o-animation: cssload-rotate-one 1.15s linear infinite;*/
/*    -ms-animation: cssload-rotate-one 1.15s linear infinite;*/
/*    -webkit-animation: cssload-rotate-one 1.15s linear infinite;*/
/*    -moz-animation: cssload-rotate-one 1.15s linear infinite;*/
/*    border-bottom: 5px solid #00bcd4;*/
/*}*/

/*.cssload-inner.cssload-two {*/
/*    right: 0%;*/
/*    top: 0%;*/
/*    animation: cssload-rotate-two 1.15s linear infinite;*/
/*    -o-animation: cssload-rotate-two 1.15s linear infinite;*/
/*    -ms-animation: cssload-rotate-two 1.15s linear infinite;*/
/*    -webkit-animation: cssload-rotate-two 1.15s linear infinite;*/
/*    -moz-animation: cssload-rotate-two 1.15s linear infinite;*/
/*    border-right: 5px solid #00bcd4;*/
/*}*/

/*.cssload-inner.cssload-three {*/
/*    right: 0%;*/
/*    bottom: 0%;*/
/*    animation: cssload-rotate-three 1.15s linear infinite;*/
/*    -o-animation: cssload-rotate-three 1.15s linear infinite;*/
/*    -ms-animation: cssload-rotate-three 1.15s linear infinite;*/
/*    -webkit-animation: cssload-rotate-three 1.15s linear infinite;*/
/*    -moz-animation: cssload-rotate-three 1.15s linear infinite;*/
/*    border-top: 5px solid #00bcd4;*/
/*}*/

/*@keyframes cssload-rotate-one {*/
/*    0% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-o-keyframes cssload-rotate-one {*/
/*    0% {*/
/*        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-webkit-keyframes cssload-rotate-one {*/
/*    0% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-moz-keyframes cssload-rotate-one {*/
/*    0% {*/
/*        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@keyframes cssload-rotate-two {*/
/*    0% {*/
/*        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-o-keyframes cssload-rotate-two {*/
/*    0% {*/
/*        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-webkit-keyframes cssload-rotate-two {*/
/*    0% {*/
/*        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-moz-keyframes cssload-rotate-two {*/
/*    0% {*/
/*        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@keyframes cssload-rotate-three {*/
/*    0% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-o-keyframes cssload-rotate-three {*/
/*    0% {*/
/*        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-webkit-keyframes cssload-rotate-three {*/
/*    0% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-moz-keyframes cssload-rotate-three {*/
/*    0% {*/
/*        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*    }*/
/*}*/
.spinner {
    margin: 100px auto;
    width: 100px;
    height: 100px;
    position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 16px;
    height: 16px;
    border: 5px solid #00bcd4;
    background-color: #fff;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}


.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}


.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}


.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}


.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}


@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.4)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*===================================
               main css
 ====================================*/
/*services and features sec*/
.feature-item {
    margin-right: 30px;
    padding: 18px 25px;
    text-align: left;
    background-color: transparent;
    border: solid 2px #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    -moz-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
    transition: .8s ease;
}

.feature-item:hover {
    background-color: #FFFFFF;
    cursor: pointer;
}

.feature-item:nth-child(2) {
    margin-top: 23px;
}

.feature-item:hover i.f-icon {
    background-color: #2b2b2b;
}

.feature-item > i.f-icon {
    font-size: 28px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: var(--umonio-blue-light);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    transition: .8s ease;
}

.feature-item .title {
    margin: 1rem 0 .3rem;
    color: #FFFFFF;
    transition: .8s ease;
}

.feature-item:hover .title, .feature-item:hover p {
    color: var(--umonio-blue);
}

.feature-item p {
    color: #fff;
    opacity: .8;
    transition: .8s ease;
}

.feature-item .r-icon {
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}

.feature-item:hover .r-icon {
    color: var(--umonio-blue);
}

.feature-item p {
    margin-bottom: 2px;
    font-size: 14px;
}

/* ===================================
    Skills
====================================== */
.skills-area {
    font-family: 'latoregular', sans-serif;
    font-weight: 300;
}

.skills-area .heading-area .sub-title {
    color: #FFFFFF;
}

.skills-area .heading-area .title {
    color: #FFFFFF;
    font-size: 40px;
}

.services-skill li {
    list-style: none;
    margin-top: 50px;
}

.services-skill .progress-heading {
    color: #FFFFFF;
    font-weight: 300;
}

.services-skill .progress {
    border-radius: 50px;
    height: 13px;
}

.services-skill .progress-bar {
    border-radius: 50px;
    background-color: var(--umonio-yellow);
}

.progress-item b {
    font-weight: 300;
    font-size: 14px;
}

/* ===================================
    counters sec
====================================== */
.counter-sec .counter-div-icon {
    position: absolute;
    font-size: 200px;
    left: -8px;
    top: -21px;
    right: 0;
}

.counter-sec .counter-div-icon.count-icon1 {
    color: #152e61;
    transform: rotate(20deg);
}

.counter-sec .counter-div-icon.count-icon2 {
    color: #f10756;
    transform: rotate(80deg);
}

.counter-sec .counter-div-icon.count-icon3 {
    color: rebeccapurple;
    transform: rotate(170deg);
}

.counter-sec .counter-area {
    margin-top: 3.5rem;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.counter-sec .counter-area .counters {
    /*background-color: #FFFFFF;*/
    border: solid 4px transparent;
    border-style: double;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    padding: 25px;
    display: inline-block;
    padding-right: 30px;
    transition: .8s ease;
    /*box-shadow: 1px 1px 10px #625c5c;*/
}

.counter-sec .counter-area .counters:hover {
    border: solid 4px #fff;
    background-color: #FFFFFF;
    border-style: double;
}

.counter-sec .counter-area .counters .content {
    display: inline-block;
    color: #FFFFFF;
    transition: .8s ease;
}

.counter-sec .counter-area .counters:hover .content {
    color: #2b2b2b;
}

.counter-sec .counter-area .counters .content h4 {
    color: #FFFFFF;
}

.counter-sec .counter-area .counters:hover h4 {
    color: #2b2b2b;
}

.counter-sec .counter-area .counters .c-icon {
    font-size: 40px;
    display: block;
    /*color: #00bcd4;*/
    color: #FFFFFF;
    margin-bottom: 10px;
    /*transition: .8s ease;*/
}

.counter-sec .counter-area .counters:hover .c-icon {
    color: #2b2b2b;
}

/* ===================================
        Pricing Card
====================================== */
.pricing-sec {
    font-family: 'latoregular', sans-serif;
}

.pricing-sec .pricing-card .pricing-body {
    min-height: 280px;
}

.pricing-sec .pricing-card {
    padding: 15px;
    border-right: dashed 1px #FFFFFF;
}

.pricing-sec .pricing-card:last-child {
    border-right: none;
}

.pricing-sec .pricing-card .price-card .pricing-heading {
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    border-bottom: dashed 1px #FFFFFF;
    padding-bottom: 8px;
    padding-top: 8px;
}

.pricing-sec .pricing-card .price-card .pricing-detail {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: .8;
    padding-top: 12px;
}

.pricing-sec .pricing-card .price-card .price-text {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
}

.pricing-sec .pricing-card .price-card .price-text span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 6px;
}

.pricing-sec .pricing-card .price-card .pricing-features {
}

.pricing-sec .pricing-card .price-card .pricing-features li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: .8;
}

.pricing-sec .pricing-card .price-card .pricing-btn {
    padding: 3px 25px;
    font-size: 12px;
    margin-bottom: 8px;
}

/* ===================================
        testimonial sec
====================================== */
.testimonial-sec .reviews {
    font-family: 'latoregular', sans-serif;
}

.testimonial-sec .review-box {
    padding-left: 50px;
    padding-right: 50px;
}

.testimonial-sec .review-box .prev-review-btn {
    transform: rotate(90deg);
    left: -15px;
    top: 40%;
}

.testimonial-sec .review-box .next-review-btn {
    transform: rotate(-90deg);
    right: -15px;
    top: 40%;
}

.testimonial-sec .review-box .prev-review-btn:hover, .testimonial-sec .review-box .next-review-btn:hover {
    opacity: 1;
    color: #FFFFFF;
    cursor: pointer;
}

.testimonial-sec .review-box .navigate-btn {
    display: inline-block;
    position: absolute;
    color: #FFFFFF;
    opacity: .7;
    transition: .8s ease;
}

.testimonial-sec .review-box .navigate-btn i {
    color: #FFFFFF;
}

.testimonial-sec .review-box .navigate-btn span {
    display: inline-block;
    height: 2px;
    width: 20px;
    background-color: #FFFFFF;
    opacity: .7;
    margin-bottom: 5px;
    margin-right: 5px;
}

.testimonial-sec .reviews .review-body {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 15px;
    padding-bottom: 80px;
}

.testimonial-sec .reviews .user-comment {
    font-size: 16px;
    font-weight: 300;
}

.testimonial-sec .reviews .comment-date {
    font-family: "latoregular", sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
}

.testimonial-sec .reviews .user-img {
    height: 100px;
    width: 100px;
    border: solid 2px #FFFFFF;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 15px #918f8f;
}

.card {
    height: auto;
}

.card:hover {
    height: auto;
}

.testimonial-sec .reviews .user-name {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 3px;
    color: #FFFFFF;
}

.testimonial-sec .reviews .user-designation {
    font-family: "latoregular", sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: .7;
}

.testimonial-sec .reviews .review-stars {
    margin-bottom: 0;
}

.testimonial-sec .reviews .review-stars li {
    display: inline-block;
}

.testimonial-sec .reviews .review-stars li i {
    color: #000000;
    font-size: 18px;
}

/* ===================================
        map sec
====================================== */
.contact-us-sec .contact-details {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-us-sec .contact-details .contact-heading {
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'latoregular', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-us-sec .contact-details .contact-address {
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
    font-family: 'latoregular', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-us-sec .contact-details .contact-list {
    padding-left: 0;
}

.contact-us-sec .contact-details .contact-list li {
    font-family: 'latoregular', sans-serif;
    font-weight: 300;
    list-style: none;
    color: #FFFFFF;
    font-size: 16px;
    opacity: .8;
}

.contact-us-sec .contact-details .contact-list li:nth-child(even) {
    margin-bottom: 20px;
}

.contact-us-sec .contact-details .contact-list li:last-child {
    margin-bottom: 50px;
}

.contact-us-sec .contact-details .contact-s-media {
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -10px;
}

.contact-us-sec .contact-details .contact-s-media li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.contact-us-sec .contact-details .contact-s-media li:last-child {
    margin-right: 0;
}

.contact-us-sec .contact-details .contact-s-media li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    transition: .8s ease;
}

.contact-us-sec .contact-details .contact-s-media li:hover a {
    border-radius: 50%;
    background-color: #FFFFFF;
}

.contact-us-sec .contact-details .contact-s-media li a i {
    font-size: 18px;
    color: #FFFFFF;
}

.contact-us-sec .contact-details .contact-s-media li:hover a i {
    color: #2b2b2b;
}

.contact-us-sec .contact-details .page-footer {
    left: calc(50% - 125px);
}

/* ===================================
        map sec
====================================== */
.google-map {
    min-height: 400px;
    /*border: solid 8px #FFFFFF;*/
}

/* ===================================
        portfolio sec
====================================== */
.portfolio-sec .single-items h3 {
    font-size: 40px;
}

.portfolio-sec .portfolio-img {
    overflow: hidden;
    cursor: pointer;
    /*border:solid 5px #fff;*/
}

.portfolio-sec .portfolio-img:hover img {
    transform: scale(1.1);
}

.portfolio-sec.single-items p {
    margin-bottom: 30px;
    margin-top: 10px;
}

.portfolio-sec .owl-item {
}

/* ===================================
        project sec css
====================================== */

/* ===================================
    Project section css
====================================== */
.portfolio {
    padding: 0;

}

.project-sec {
    position: relative;
}

.project-sec .row {
    margin: 0 !important;
}

.project-sec .project-area {
    position: relative;
}

.project-sec .project-area .project-img {
    height: 100vh;
}

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

.project-sec .project-area .project-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;

}

.project-sec .project-area .project-detail .project-sub-heading {
    font-family: latoregular, sans-serif;
    font-size: 16px;
    color: #f73859;
    margin-bottom: 35px;
    display: inline-block;
}

.project-sec .project-area .project-detail .project-sub-heading span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #f73859;
    margin-right: 8px;
    margin-bottom: 4px;
}

.project-sec .project-area .project-detail .project-heading {
    font-size: 40px;
    font-family: latoregular, 'Montserrat', sans-serif;
    color: white;
    font-weight: 600;
    margin-bottom: 40px;
}

.project-sec .project-area .project-detail .project-text {
    font-family: latoregular, 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #FFFFFF;
    opacity: .8;
    margin-bottom: 33px;
}

.project-sec .project-links {
    position: absolute;
    bottom: 5%;
    /*left: 8%;*/
    transform: translateY(-5%);
    z-index: 1111;
    cursor: pointer;
}

.project-sec .project-links a i {
    color: white;
    font-size: 30px;
    transition: .8s ease;
}

.project-sec .project-links a:hover i {
    color: #f73859;
}

.project-sec .owl-item.active .project-area .project-detail .animate-fade {
    /*animation: 1.5s slideInUp;*/
    animation: 1.5s zoomIn;
}

.project-sec .owl-item.active .project-area .project-detail .animate-box {
    /*animation: 2s slideInLeft;*/
    animation: 2s slideInLeft;
}

.project-sec .owl-item.active .project-area .project-detail .animate-roll {
    /*animation: 2s slideInLeft;*/
    animation: 2s slideInLeft;
}

.project-sec .owl-item.active .project-area .project-detail .animate-in {
    /*animation: 1.5s slideInDown;*/
    animation: 1.5s slideInDown;
}

.project-sec .owl-item.active .project-area .project-detail .btn {
    padding: 5px 25px;
    font-size: 14px;
}

.color-black {
    color: black !important;
}

.bg-black {
    background-color: black;
!important;
}

.color-white {
    color: white !important;
}


/* ===================================
        contact us form
====================================== */

.contact-sec .contact-box {
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
}

.contact-sec .contact-box .small-heading {
    font-size: 40px;
    font-family: latoregular, 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.contact-sec .contact-box .small-text {
    margin-bottom: 20px;
    color: #FFFFFF;
    opacity: .8;
}

.contact-sec .contact-form .my-form {
    position: relative;
}

.contact-sec .contact-form .my-form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #FFFFFF;
}

.contact-sec .contact-form .my-form input {
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    padding: 20px;
    background-color: transparent;
}

.contact-sec .contact-form .my-form input[placeholder] {
    color: #FFFFFF;
    font-size: 14px;
}

.contact-sec .contact-form .my-form input::placeholder, .contact-sec .contact-form .my-form textarea::placeholder {
    color: #FFFFFF;
}

.contact-sec .contact-form .my-form textarea {
    border-radius: 10px;
    padding: 20px;
    background-color: transparent;
}

.contact-sec .contact-form .my-form textarea[placeholder] {
    color: #444444;
    opacity: .8;
    font-size: 14px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    /*border-color: transparent;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.display-error {
    position: absolute;
    top: -45px;
    left: 15px;
    right: 15px;
}

.user-contact {
    background-color: #FFFFFF;
    font-size: 14px;
    border: solid 1px #fff;
    padding: 5px 30px;
    color: #2b2b2b;
    transition: .8s ease;
    margin-top: 20px;
    width: 100%;
}

.user-contact:hover {
    background-color: #00bcd4;
    border: solid 1px #00bcd4;
    color: #FFFFFF;
}

/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height: 500px;
    position: relative;
}

.slider-sec .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 32, 34, 0.70);
}

.slider-sec .overlay h4 {
    font-family: latoregular, 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    margin-top: 40%;
    margin-bottom: 10px;
}

.crumbs {
    position: relative;
}

.crumbs .breadcrumb-items {
    display: inline-block;
}

.crumbs .breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 50px;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #FFFFFF;
}

.crumbs .breadcrumb li a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: latoregular, 'Montserrat', sans-serif;
    text-decoration: none;
}

.crumbs .breadcrumb li a:hover {
    color: #00bcd4;
}

/*crumbs end*/

.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 {
    color: #00bcd4;
    margin-bottom: 20px;
}

.standalone-area .sub-heading {
    color: #00bcd4;
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 40px;
    color: #2b2b2b;
    font-weight: 500;
    font-family: latoregular, Montserrat, sans-serif;
}

.standalone-detail .para_text {
    color: #535353;
    font-weight: 500;
    font-family: latoregular, Montserrat, sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
}

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

.standalone-area .gradient-text1 {
    font-family: latoregular, 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}

.standalone-area .stand-img-des .para_text {
    font-family: latoregular, 'Montserrat', sans-serif;
    color: #535353;
}

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


@media screen and (max-width: 767px) {
    .single-items {
        height: auto;
    }

    .single-items h3 {
        font-size: 2.5rem;
    }

    /*services css*/
    .feature-item {
        margin-bottom: 10px;
        margin-left: 30px;
    }

    .feature-item:nth-child(2) {
        margin-top: 0;
    }

    /*pricing css*/
    .pricing-sec {
        height: auto;
        padding: 4.5rem 0;
    }

    .pricing-sec .pricing-card {
        border-right: none;
    }

    /*footer*/
    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-area {
        /*padding-bottom: 0;*/
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }
}

.real-state-form {
    padding: 50px 30px 50px 30px;
    background-color: rgba(56, 73, 103,0.4);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1;
    max-width: 500px;
    transition: .4s ease;
}

.real-state-form:hover {
    transform: scale(1.01);
    transition: .4s ease;
}

.btn-alt-blue {
    color: #FDD26E;
    background-color: #384967;
    border-color: #384967;
}

.btn-alt-blue:hover {
    color: #FDD26E;
    background-color: #1B1D36;
    border-color: #1B1D36;
}

.btn-alt-yellow {
    color: #384967;
    background-color: #FDD26E;
    border-color: #FDD26E;
}

.btn-alt-yellow:hover {
    color: #1B1D36;
    background-color: #FFC600;
    border-color: #FFC600;
}

.text-umonio-yellow {
    color: var(--umonio-yellow);
}

.text-umonio-yellow-light {
    color: #fdd26e;
}

.text-glow {
    text-shadow: 3px 2px 20px #cfcfcf;
}

.text-glow-animated {
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px var(--umonio-yellow), 0 0 40px var(--umonio-yellow), 0 0 50px var(--umonio-yellow), 0 0 60px var(--umonio-yellow), 0 0 70px var(--umonio-yellow);
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #FDD26E, 0 0 40px #FDD26E, 0 0 50px #FDD26E, 0 0 60px #FDD26E, 0 0 70px #FDD26E, 0 0 80px #FDD26E;
    }
}

.bg-umonio-dark {
    background-color: var(--menu-background-color);
}

.text-umonio-dark {
    color: var(--menu-background-color);
}

.bg-umonio-yellow {
    background-color: #FDD26E;
}

.bg-umonio-yellow-heavy {
    background-color: #FFC600;
}

.bg-umonio-yellow-light {
    background-color: #fdf7eb;
}

/*.text-primary {*/
/*    */
/*}*/

.btn {
    font-family: latoregular, SFMono-Regular, "Muli", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

a.link-effect::before {
    background-color: var(--umonio-yellow);
}

.sidebar-inverse #sidebar .nav-main a:hover > i, .sidebar-inverse #sidebar .nav-main a:focus > i, .sidebar-inverse #sidebar .nav-main a.active > i {
    color: var(--umonio-yellow);
}

#page-container.sidebar-inverse #sidebar {
    color: #e4e7ed;
    background-color: var(--menu-background-color);
    box-shadow: none;
}

.nav-tabs-alt .nav-link.active,
.nav-tabs-alt .nav-item.show .nav-link {
    background-color: transparent;
    border-color: transparent;
    box-shadow: inset 0 -2px var(--umonio-yellow);
}
.nav-tabs-alt .nav-link:hover, .nav-tabs-alt .nav-link:focus {
    color: var(--umonio-yellow);
    background-color: transparent;
    border-color: transparent;
    box-shadow: inset 0 -2px var(--umonio-yellow);
}

.nav-main-header a {
    font-weight: lighter;
    /*line-height: 16px;*/
    /*border-radius: 3px;*/
}

.nav-main a {
    font-weight: normal;
}

/*.side-overlay .simplebar-content {*/
/*    height: 100vh !important;*/
/*}*/

#side-overlay {
    background-color: var(--menu-background-color);
}

/*Pricing Items*/
.pricing-item{
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 10px;
    padding: 20px;
}
.price-text {max-width:600px; margin:0 auto}
.price-item-heading {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.pricing-item:hover .btn-green, .pricing-item:hover .btn-blue, .pricing-item:hover .btn-blackish {
    /*background: transparent;*/
    /*border-color: #fff;*/
}

.pricing-item .btn-green:hover, .pricing-item .btn-blue:hover, .pricing-item .btn-blackish:hover,
.pricing-item .btn-green:focus, .pricing-item .btn-blue:focus, .pricing-item .btn-blackish:focus {
    background: #fff;
    border-color: #fff;
    color: #384141;
}

.pricing-item .btn:hover, .pricing-item .btn-alt-blue:hover, .pricing-item .btn-blue:hover, .pricing-item .btn-blackish:hover,
.pricing-item .btn:focus, .pricing-item .btn-alt-blue:hover, .pricing-item .btn-blue:focus, .pricing-item .btn-blackish:focus {
    background: #fff;
    border-color: #fff;
    color: #384141;
}

.price-tag {
    margin-top: -10px;
    padding: 10px 0 25px 0;
}
.price .currency {
    font-size: 5.3rem;
    font-weight: 700;
    /*font-family: 'Open Sans', sans-serif;*/
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}
.price .sign {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    vertical-align: super;
}
.price .month {
    font-size: 18px;
    font-weight: 400;
    vertical-align: bottom;
}

.pricing-item.startup:hover {background-color: #0d1619!important;}
.pricing-item.startup:hover,
.pricing-item.startup:hover .darkcolor
{
    color: #FFFFFF;
}
.pricing-item.startup:hover,
.pricing-item.startup:hover .text-medium-gray
{
    color: #FFFFFF;
}
.pricing-item.startup:hover,
.pricing-item.startup:hover .price span
{color: #FFFFFF;}

.pricing-item.standard:hover {background-color: var(--umonio-yellow) !important;}
.pricing-item.standard:hover,
.pricing-item.standard:hover .darkcolor{
    /*color: #FFFFFF;*/
}
.pricing-item.standard:hover,
.pricing-item.standard:hover .text-medium-gray
{
    /*color: #FFFFFF;*/
}
.pricing-item.standard:hover,
.pricing-item.standard:hover .price span
{
    /*color: #FFFFFF;*/
}

.pricing-item.premium:hover {background-color: var(--umonio-blue-light) !important;}
.pricing-item.premium:hover,
.pricing-item.premium:hover .darkcolor{
    color: #FFFFFF;
}
.pricing-item.premium:hover,
.pricing-item.premium:hover .text-medium-gray
{
    color: #FFFFFF;
}
.pricing-item.premium:hover,
.pricing-item.premium:hover .price span
{
    color: #FFFFFF;
}

.pricing-item:hover .btn-green, .pricing-item:hover .btn-blue, .pricing-item:hover .btn-blackish {
    background: transparent;
    border-color: #fff;
}
.pricing-item:hover .btn-green,
.pricing-item:hover .btn-blue,
.pricing-item:hover .btn-blackish,
.pricing-item:hover .btn
{
    background: transparent;
    border-color: #fff;
    /*color: var(--umonio-blue);*/
}

.pricing-item .btn-green:hover,
.pricing-item .btn-blue:hover,
.pricing-item .btn-blackish:hover,
.pricing-item .btn:hover,
.pricing-item .btn-green:focus,
.pricing-item .btn-blue:focus,
.pricing-item .btn-blackish:focus,
.pricing-item .btn:focus
{
    background: #fff;
    border-color: #fff;
    color: #384141;
}

.pricing-item .btn-md {padding: 6px 32px;}

.bg-umonio-pattern-yellow {
    background: url(../../images/backgrounds/bg-yellow.png);
    background-size: cover;
}

.bg-umonio-pattern-blue {
    background: url(../../images/backgrounds/bg-blue.png);
    background-size: cover;
}

/* Auto set pattern by selected light / dark mode */
.bg-umonio-pattern-theme {
    background: url(../../images/backgrounds/bg-yellow.png);
    background-size: cover;
}
.theme-dark .bg-umonio-pattern-theme {
    background: url(../../images/backgrounds/bg-blue.png);
    background-size: cover;
}

.theme-light .bg-umonio-theme {
    background-color: #FDD26E;
}

.theme-dark .bg-umonio-theme {
    background-color: var(--menu-background-color);
}

.page-content > .content {
    width: inherit;
    padding: inherit;
}