@import url(../../css.css);
@import url(../../css-1.css);
@font-face {
    font-family: 'Galano Grotesque Alt Light';
    font-style: normal;
    font-weight: 400;
    src: local('../fonts/Galano Grotesque Alt Light'), url(../fonts/GalanoGrotesqueAltLight.woff) format('woff')
}

@font-face {
    font-family: 'Galano Grotesque Bold';
    font-style: normal;
    font-weight: 400;
    src: local('../fonts/Galano Grotesque Bold'), url(../fonts/GalanoGrotesqueBold.woff) format('woff')
}

@font-face {
    font-family: 'Galano Grotesque Extra Bold';
    font-style: normal;
    font-weight: 400;
    src: local('../fonts/Galano Grotesque Extra Bold'), url(../fonts/GalanoGrotesqueExtraBold.woff) format('woff')
}

.main-font {
    font-family: 'Galano Grotesque Alt Light'
}

.alt-font {
    font-family: 'Galano Grotesque Alt Light'
}

.bold-font {
    font-family: 'Galano Grotesque Extra Bold'
}

body {
    font-family: 'Galano Grotesque Alt Light';
    font-size: 16px;
    color: #3e3d3d;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .2px;
    width: 100%;
    overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Galano Grotesque Alt Light';
    color: #2b2b2b
}

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: #00bcd4
}

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
}

.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-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-100 {
    font-weight: 100
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.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: 'Galano Grotesque Alt Light';
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important
}

.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
}

.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #585858
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background: transparent !important;
    border-color: #fff;
    color: #ffffff !important
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.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: #fff
}

.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: #fff
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
    background: transparent !important;
    border-color: #00bcd4;
    color: #00bcd4 !important
}

.btn.btn-gradient {
    color: #fff;
    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: #fff;
    color: #585858 !important
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bg-black {
    background: #000
}

.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%)
}

.main-color {
    color: #f033b5
}

.alt-color {
    color: #03a9f5
}

.mx-570 {
    max-width: 570px;
    display: inline-block
}

.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
}

.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-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-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
}

header {
    width: 100%;
    z-index: 99
}

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-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 150px;
    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
}

@media(max-width:768px) {
    .navbar-top-default {
        height: 145px;
        position: fixed;
        z-index: 999;
        background: #fff
    }
    header .logo .logo-light.default {
        display: block !important
    }
    .social-icon {
        border: 1px solid #9e015d !important;
        color: #9e015d !important;
        padding: 5px 7px !important
    }
    .sidemenu_btn span {
        background-color: #000000 !important
    }
    .social-media {
        right: 75px !important
    }
}

header .logo .logo-light.default {
    display: block
}

.header-appear .navbar-top-default {
    height: 145px;
    position: fixed;
    z-index: 999;
    background: #fff;
    -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, .35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .35)
}

@-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: .4rem .5rem;
    margin-left: .3rem;
    color: #fff;
    font-weight: 600
}

.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #2b2b2b
}

.nav-box-round .navbar-nav .nav-link {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: 'Galano Grotesque Bold'
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
    background-color: #00bcd4;
    color: #ffffff !important
}

.header-appear .nav-box-round .navbar-nav .nav-link:nth-child(1).active {
    background-color: #9e015d;
    color: #ffffff !important
}

.header-appear .nav-box-round .navbar-nav .nav-link:nth-child(2).active {
    background-color: #9e015d;
    color: #ffffff !important
}

.header-appear .nav-box-round .navbar-nav .nav-link:nth-child(3).active {
    background-color: #00bcd4;
    color: #ffffff !important
}

.header-appear .nav-box-round .navbar-nav .nav-link:nth-child(4).active {
    background-color: #e15a6b;
    color: #ffffff !important
}

.header-appear .nav-box-round .navbar-nav .nav-link:nth-child(5).active {
    background-color: #cacf4e;
    color: #ffffff !important
}

.header-appear .nav-box-round .navbar-nav .nav-link:nth-child(6).active {
    background-color: #114a81;
    color: #ffffff !important
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
    color: #00bcd4
}

.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: #FFF;
    display: block
}

.header-appear .sidemenu_btn span {
    background-color: #2b2b2b
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0
}

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #9d1360;
    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;
    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
}

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(.895, .03, .685, .22);
    -o-transition: opacity 300ms cubic-bezier(.895, .03, .685, .22);
    transition: opacity 300ms cubic-bezier(.895, .03, .685, .22);
    display: none;
    z-index: 1031;
    opacity: .4
}

.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: #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 1rem;
    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: left;
    -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-bottom: 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;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Galano Grotesque Bold'
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, .2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, .2, 1);
    transition: all 0.5s cubic-bezier(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
}

.side-footer {
    padding-left: 40px
}

.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: #FFF
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #fff
}

.single-items {
    position: relative;
    width: 100%;
    height: 116vh;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.single-items h3 {
    font-size: 2.6rem;
    letter-spacing: 5px;
    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-social ul {
    margin: 0;
    padding: 0
}

.footer-social li {
    display: inline-block
}

.footer-social a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 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: #00bcd4;
    color: #fff
}

.company-about {
    font-size: 16px
}

.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;
    z-index: 99;
    border-radius: 100%;
    background-color: #9e015d
}

.scroll-top-arrow:hover {
    background-position: right center
}

.testimonial-sec .reviews {
    font-family: 'Montserrat', sans-serif
}

.testimonial-sec .review-box {
    padding-left: 0;
    padding-right: 0
}

.testimonial-sec .review-box .prev-review-btn {
    left: -35px;
    top: 35%
}

.testimonial-sec .review-box .next-review-btn {
    right: -35px;
    top: 35%
}

.testimonial-sec .review-box .prev-review-btn:hover,
.testimonial-sec .review-box .next-review-btn:hover {
    opacity: 1;
    color: #FFF;
    cursor: pointer
}

.testimonial-sec .review-box .navigate-btn {
    display: inline-block;
    position: absolute;
    color: #9e015d;
    opacity: 1;
    transition: .8s ease;
    font-size: 70px
}

.testimonial-sec .review-box .navigate-btn i {
    color: #9e015d
}

.testimonial-sec .review-box .navigate-btn span {
    display: inline-block;
    height: 2px;
    width: 20px;
    background-color: #e15a6b;
    opacity: 1;
    margin-bottom: 5px;
    margin-right: 5px
}

.testimonial-sec .reviews .review-body {
    background-color: #FFF;
    padding: 0;
    border-radius: 50%;
    padding-bottom: 0
}

.testimonial-sec .reviews .user-comment {
    font-size: 16px;
    font-weight: 300
}

.testimonial-sec .reviews .comment-date {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 300
}

.testimonial-sec .reviews .user-img {
    height: 100px;
    width: 100px;
    border: solid 2px #FFF;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 15px #918f8f
}

.testimonial-sec .reviews .user-name {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 3px;
    color: #FFF
}

.testimonial-sec .reviews .user-designation {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    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: #000;
    font-size: 18px
}

.contact-sec .contact-box {
    padding: 80px 30px 70px 30px;
    border-radius: 15px
}

.contact-sec .contact-box .small-heading {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    color: #cbd04d
}

.contact-sec .contact-box .small-text {
    margin-bottom: 20px;
    color: #696969;
    opacity: .8;
    font-family: 'Galano Grotesque Bold'
}

.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 #9e015d
}

.contact-sec .contact-form .my-form input[type="file"] {
    padding-bottom: 30px
}

.contact-sec .contact-form .my-form input[placeholder] {
    color: #000;
    font-size: 14px
}

.contact-sec .contact-form .my-form input::placeholder,
.contact-sec .contact-form .my-form textarea::placeholder {
    color: #000
}

.contact-sec .contact-form .my-form input[type="text"],
.contact-sec .contact-form .my-form input[type="file"]
{
    background-color: transparent
}

.contact-sec .contact-form .my-form textarea {
    border-radius: 10px;
    padding: 20px;
    background-color: transparent
}

.contact-sec .contact-form .my-form textarea[placeholder] {
    color: #000;
    opacity: .8;
    font-size: 14px
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0)
}

.display-error {
    position: absolute;
    top: -45px;
    left: 15px;
    right: 15px
}

.user-contact {
    background-color: #00bcd4;
    font-size: 14px;
    border: solid 1px #fff;
    padding: 5px 30px;
    color: #fff;
    transition: .8s ease;
    margin-top: 20px;
    width: 100%
}

.user-contact:hover {
    background-color: #00bcd4;
    border: solid 1px #00bcd4;
    color: #FFF
}

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1200;
    background: #FFF
}

.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)
    }
}

@media screen and (max-width:767px) {
    .side-menu {
        width: 380px
    }
    .single-items h3 {
        font-size: 1.5rem
    }
    .side-menu {
        width: 380px
    }
    .slider-title {
        font-size: 33px !important
    }
    .content-title-1 {
        font-size: 40px !important
    }
    .content-title-2 {
        font-size: 30px !important
    }
    .content-title-3 {
        font-size: 30px !important
    }
}

.client-title {
    font-size: 2.4rem !important
}

.social-scroll {
    overflow-y: scroll;
    height: 500px
}

.pad-social {
    padding: 2.5rem 0 !important
}

.home-content-1 {
    background-color: rgb(0 0 0 / .4) !important;
    box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
    border-radius: 15px;
    padding-bottom: 50px
}

.home-content-2 {
    background-color: rgb(0 0 0 / .4) !important;
    box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
    border-radius: 15px;
    padding-bottom: 50px;
    padding-top: 50px
}

.home-content-3 {
    background-color: rgb(0 0 0 / .4) !important;
    box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
    border-radius: 15px;
    padding-bottom: 50px
}

.home-content-5 {
    background-color: rgb(0 0 0 / .4) !important;
    box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
    border-radius: 15px;
    padding-bottom: 50px
}

.home-content-6 {
    background-color: rgb(0 0 0 / .4) !important;
    box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
    border-radius: 15px;
    padding-bottom: 50px
}

.slider-title {
    font-size: 70px;
    letter-spacing: 10px
}

.content-title-1 {
    font-size: 70px;
    letter-spacing: 3px;
    color: #9e015d
}

.color-theme {
    color: #9e015d
}

.content-p-1 {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 3rem !important
}

.content-p-2 {
    font-size: 22px;
    line-height: 1.5
}

.content-p-3 {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 0px !important
}

.content-p-4 {
    font-size: 22px;
    line-height: 1.2
}

.content-p-5 {
    font-size: 22px;
    line-height: 1.2
}

.content-p-6 {
    font-size: 22px;
    line-height: 1.2
}

.content-p-7 {
    font-size: 22px;
    line-height: 1.2
}

.content-p-8 {
    font-size: 22px;
    line-height: 1.2
}

.content-p-9 {
    font-size: 22px;
    line-height: 1.2
}

.content-p-10 {
    font-size: 22px;
    line-height: 1.2
}

.content-title-2 {
    font-size: 55px;
    letter-spacing: 3px;
    color: #01bcd4
}

.content-title-3 {
    font-size: 57px;
    letter-spacing: 3px;
    color: #e15a6b
}

.content-title-4 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #cacf4e
}

.content-title-5 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #114a81
}

.content-title-6 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #114a81
}

.content-title-7 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #114a81
}

.content-title-8 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #114a81
}

.content-title-9 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #114a81
}

.content-title-10 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #114a81
}

.social-media {
    position: absolute;
    right: 85px
}

.social-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 7px 10px;
    color: #fff
}

.w-15 {
    width: 15px
}

.header-appear .social-media .social-icon {
    border: 1px solid #9e015d;
    color: #9e015d
}

.follow-btn {
    border-radius: 3px;
    padding: 6px 30px;
    font-size: 14px;
    font-weight: 600;
    background: #0095f6;
    color: #fff !important
}

.background-4 {
    background: url(../img/single-portfolio5.jpg);
    background-size: cover;
    background-position: bottom
}

.background-5 {
    background: url(../img/single-portfolio6.jpg);
    background-size: cover;
    background-position: bottom
}

@media(max-width:425px) {
    .background-slider {
        background: #9d1360 !important
    }
    .background-1 {
        background: #fff !important
    }
    .background-2 {
        background: #01bcd4 !important
    }
    .background-3 {
        background: #e15a6b !important
    }
    .background-4 {
        background: #cacf4e !important
    }
    .background-5 {
        background: #114a81 !important
    }
    .background-6 {
        background: #01bcd4 !important
    }
    .background-7 {
        background: #e15a6b !important
    }
    .background-8 {
        background: #cacf4e !important
    }
    .background-9 {
        background: #114a81 !important
    }
    .background-10 {
        background: #114a81 !important
    }
    .content-title-2 {
        color: #fff
    }
    .content-title-3 {
        color: #fff
    }
    .content-title-4 {
        color: #fff
    }
    .content-title-5 {
        color: #fff
    }
    .content-title-6 {
        color: #fff
    }
    .content-title-7 {
        color: #fff
    }
    .content-title-8 {
        color: #fff
    }
    .content-title-9 {
        color: #fff
    }
    .content-title-10 {
        color: #fff
    }
    .content-p-2 {
        color: #000
    }
    .content-p-3 {
        color: #fff
    }
    .content-p-4 {
        color: #fff
    }
    .content-p-5 {
        color: #fff
    }
    .content-p-6 {
        color: #fff
    }
    .content-p-7 {
        color: #fff
    }
    .content-p-8 {
        color: #fff
    }
    .content-p-9 {
        color: #fff
    }
    .content-p-10 {
        color: #fff
    }
    .contact-form-text {
        color: #fff !important
    }
    .contact-sec .contact-box .small-text {
        color: #000;
        opacity: 1
    }
    .contact-mail {
        color: #fff
    }
    .footer-social a {
        color: #fff
    }
    .contact-sec .contact-form .my-form input[placeholder] {
        color: #fff
    }
    .contact-sec .contact-form .my-form .form-control {
        border-bottom: 1px solid #fff
    }
    .testimonial-sec .reviews .review-body {
        padding: 47px
    }
    .contact-sec .contact-form .my-form input[placeholder] {
        color: #fff
    }
    .contact-sec .contact-form .my-form input::placeholder,
    .contact-sec .contact-form .my-form textarea::placeholder {
        color: #fff
    }
    .contact-sec .contact-form .my-form input {
        margin-bottom: 10px !important
    }
}