/* Google font */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');


.main-font {font-family: 'Roboto', sans-serif;}
.alt-font {font-family: 'Montserrat', sans-serif;}

html{
    scroll-behavior: smooth;
}

/* General */
body {
    font-family: 'Montserrat', sans-serif; 
    font-size: 16px;
    color: #020202;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.2px;
    width: 100%; 
    overflow-x: hidden;
    background-color: #020202;
}
::selection{
    background: #020202 !important;
    color: #fff;
}
.container-fluid {
    max-width: 2000px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2; 
    font-weight: 500; 
}
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;
}
.relative {
    position: relative;
}
section {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.section-padding {
    padding: 0 0 30px;
}
.section-top-margin {
    margin-top: 7.5rem;
}
a {
    color:inherit;
    text-decoration: none;
}
a:active, a:hover {
    color: #e8841b;
}
.rev_slider_wrapper {
    width: 100% !important;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.text-right {
    text-align: right;
}
p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}
p:last-child {
    margin-bottom: 0 !important;
}
.fa, .far, .fas {
    display: inline;
}
.wow {
    visibility: hidden;
}
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;
}

/* margins + padding */
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-90 {
    margin-top: 90px;
}

/* 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;
}

/*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;}


/* 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: 160px;*/
    max-width: 86px;
    vertical-align: sub;
}

/* Navbar */
.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    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: transparent;
}
.header-appear .navbar-top-default {
    height: 90px;
    position: fixed;
    z-index: 2000;
    background: #020202;
    -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;
    margin-left: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .15em;
    position: relative;
}
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #fff;
}
.nav-box-round .navbar-nav .nav-link {
    /*border-bottom: solid 2px transparent;*/
}
.nav-box-round .navbar-nav .nav-link.activ {
    color: #fff;
}
.nav-box-round .navbar-nav .nav-link.activ:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    bottom: -3px;
    left: 0;
    background: #e8841b;
}
header .nav-box-round .navbar-nav .nav-link:hover {
    color: #e8841b;
}

/* side menu button */
.sidemenu-btn {
    width: 40px;
    height: 20px;
    padding: 0;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    top: 38px;
    display: inline-block;
}
.sidemenu-btn .line {
    position: absolute;
    width: 40px;
    background: #fff;
    height: 2px;
    display: block;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    right: 0;
}
.sidemenu-btn .line-1 {
    top: 0;
    width: 40px;
}
.sidemenu-btn .line-2 {
    top: 8px;
    width: 30px;
}
.sidemenu-btn .line-3 {
    top: 16px;
    width: 20px;
}
.sidemenu-btn:hover .line-1 {
    width: 40px;
    background: #e8841b;
}
.sidemenu-btn:hover .line-2 {
    width: 40px;
    background: #e8841b;
}
.sidemenu-btn:hover .line-3 {
    width: 40px;
    background: #e8841b;
}
.header-appear .sidemenu-btn span {
    background-color: #fff;
}

/* Side Menu */
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(232, 132, 27, 0.9);
    z-index: 2500;
    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 close btn*/
.btn-close {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 24px;
    right: 35px;
    cursor: pointer;
    z-index: 1000;
}
.before-side .btn-close{
    display: none;
}
.btn-close::before, .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 30px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* side nav */
.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;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 1px;
    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.activ::after {
    width: 100% !important;
}
.side-nav .navbar-nav .nav-link.activ {
    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: 35px;
    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;
}

/* Side Search */
.side-search {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(72, 173, 148, 0.95);
    z-index: 2500;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-search.side-search-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.side-search .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;
}
/* Search menu + accordion */
.search-icon a i {
    color: #fff;
    font-size: 24px;
}
.search-icon a:hover i, .search-icon a:focus i {
    color: #e8841b;
}
.input-group-append {
    margin-left: 5px;
}
.btn-search {
    font-size: 24px;
    color: #fff;
    background-color: #020202;
    border: none;
    padding: 0px 12px;
    height: 48px;
    width: 100%;
}
.btn-search:hover, .btn-search:focus, .btn-search:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #43464a;
    border-color: #fff;
}
.btn-search span {
    text-transform: uppercase;
    padding-right: 15px;
    font-weight: 300;
}
.side-search .card {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px #fff solid;
}
.side-search .card:last-of-type {
    border-bottom: none;
}
.side-search .card-header {
    background-color: transparent;
    border-bottom: none;
}
.side-search .card-header:first-child {
    border-radius: 0;
}
.side-search .card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.side-search .card-body {
    padding: 1.25rem 0;
}
.side-search .search-header {
    font-size: 24px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    background-color: transparent;
    /*width: 100%;*/
    padding: 0.375rem 0.75rem;
    display: block;
}
.side-search .side-search .search-header:focus {
    color: #fff;
}
.search-header span:after {
    content: "";
    height: 2px;
    width: 0;
    display: block;
    background-color: transparent;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
}
.side-search .search-header:hover span:after {
    width: 100%;
    background-color: #fff;
}
.side-search .arrow-search {
    color: #fff;
    font-size: 42px;
}
.form-group {
    text-align: left;
}
.form-control {
    border: none;
    border-radius: 0;
    height: 48px;
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.5;
}
label {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

/* Side User Login */
.sidelogin-btn {
    position: absolute;
    color: #fff;
    background: #020202;
    width: 110px;
    height: 40px;
    top: 95px;
    right: 0px;
    text-align: center;
    padding-top: 4px;
}
.sidelogin-btn i {
    font-size: 32px;
}
.side-login {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(102, 102, 102, 0.9);
    z-index: 2500;
    height: 100vh;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-login.side-login-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.side-login .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Side Filter + Side Periods */
.sidefilter-btn, .sideperiod-btn {
    position: absolute;
    color: #fff;
    background: #020202;
    width: 110px;
    height: 40px;
    top: 95px;
    right: 0px;
    text-align: center;
    padding-top: 4px;
}
.sidefilter-btn i, .sideperiod-btn i {
    font-size: 32px;
}
.side-filter, .side-period {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2500;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-filter {
    background: rgba(140, 86, 170, 0.9);
}
.side-period {
    background: rgba(64, 147, 195, 0.9);
}
.side-filter.side-filter-active, .side-period.side-period-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.side-filter .inner-wrapper, .side-period .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.select-small {
    display: flex;
}
.select-small .btn-search {
    width: 48px;
    margin-left: 5px;
}
/* Specto Faker select */
.faker {
    cursor: default;
    height: 48px;
    position: relative;
    width: 200px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.side-search .faker {
    width: 100%;
}
.faker.faker-search.open .drop-value {
    z-index: 11;
}
.faker.faker-focused .drop-value {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.faker.open .drop-selection, .faker.faker-animating .drop-selection {
    display: block;
    height: auto;
    max-height: 280px;
    opacity: 1;
    overflow: auto;
    border: none;
    z-index: 11;
}
.faker .drop-value {
    cursor: pointer;
    display: inline-block;
    left: 0;
    line-height: 48px;
    overflow: hidden;
    padding-right: 45px;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    height: 48px;
    z-index: 2;
    padding-left: 1em;
    border: none;
    color: #6c757d;
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
}
.faker .drop-value input[name='faker-search'] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 150;
    padding: 0 25px;
}
.faker .drop-handle {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background: transparent;
    border: none;
    z-index: 10;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.faker.open .drop-handle {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faker .drop-handle:after {
    content: "\ea5e";
    font-family: "LineIcons";
    font-size: 20px;
    position: absolute;
    width: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}
.faker .drop-selection {
    background-color: #fff;
    cursor: pointer;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 9;
}
.faker .drop-selection div[rel] {
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
}
.faker .drop-selection div[rel].rel-search {
    display: none;
}
.faker .drop-selection div[rel].rel-disabled {
    opacity: 0.5; 
    cursor: not-allowed;
}
.faker select {
    display: block; 
    opacity: 0; 
    overflow: hidden; 
    position: absolute;
}
.faker select option {
    display: none;
}
.faker .non-visual-helper {
    opacity: 0;
}
.faker-small .faker .faker .drop-selection {
    max-height: 200px;
}
/* faker colors */
.faker.faker-green .drop-value:hover, 
.faker.faker-green.open .drop-value,
.faker.faker-green .drop-handle:after {
    color: #2e8f78;
}
.faker.faker-green .drop-selection div[rel].active, 
.faker.faker-green .drop-selection div[rel]:hover {
    background-color: #2e8f78; 
    color: #fff;
}
.faker.faker-green .drop-handle:after {
    color: #2e8f78;
}
.faker.faker-blue .drop-value:hover, 
.faker.faker-blue.open .drop-value,
.faker.faker-blue .drop-handle:after {
    color: #1084c5;
}
.faker.faker-blue .drop-selection div[rel].active, 
.faker.faker-blue .drop-selection div[rel]:hover {
    background-color: #1084c5; 
    color: #fff;
}
.faker.faker-blue .drop-handle:after {
    color: #1084c5;
}
.faker.faker-violet .drop-value:hover, 
.faker.faker-violet.open .drop-value,
.faker.faker-violet .drop-handle:after {
    color: #8642ac;
}
.faker.faker-violet .drop-selection div[rel].active, 
.faker.faker-violet .drop-selection div[rel]:hover {
    background-color: #8642ac; 
    color: #fff;
}
.faker.faker-violet .drop-handle:after {
    color: #8642ac;
}


/* Hero block */
h2.hero-title {
    color: #fff;
    font-size: 8vw;
    font-weight: 500;
    line-height: 1;
    animation: Color 5s linear infinite;
    -webkit-animation: Color 4s ease-in-out infinite;
}
h1.hero-title {
    color: #fff;
    font-size: 16vw;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    animation: Color 5s linear infinite;
    -webkit-animation: Color 4s ease-in-out infinite;
}
@keyframes Color{
  0%{
    color: #f3b721; //yellow
  }
  10%{
    color: #e8841b; //orange
  }
  30%{
    color: #db4c5b; //red
  }
  50%{
    color: #b673e5; //violet
  }
  70%{
    color: #36b4e0; //blue
  }
  85%{
    color: #1ab596; //green
  }
  100%{
    color: #f3b721; //yellow
  }
}

@-moz-keyframes Color{
  0%{
    color: #f3b721; //yellow
  }
  10%{
    color: #e8841b; //orange
  }
  30%{
    color: #db4c5b; //red
  }
  50%{
    color: #b673e5; //violet
  }
  70%{
    color: #36b4e0; //blue
  }
  85%{
    color: #1ab596; //green
  }
  100%{
    color: #f3b721; //yellow
  }
}

@-webkit-keyframes Color{
  0%{
    color:#A0D468;
  }
  
  20%{
    color:#4FC1E9;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#FC6E51;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#AC92EC;
  }
}

.hero-content {
    text-align: center;
}
.nam-title {
    width: 60%;
    margin: 0 auto;
}
.nam-title h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}
.nam-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    width: 60%;
    margin: 0 auto;
}
.dopodo {
    margin-top: 30px;
}
.dopodo img {
    width: 150px;
    height: auto;
}
.eu-funded {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.logos-0, .logos-01 {
    display: flex;
    align-items: center;
}
.logos-0 img, .logos-01 img {
    height: 100px;
    width: auto;
}
.logos-1 {
    display: flex;
    flex-direction: column;
}
.logos-1 img.img-1 {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}
.logos-1 img.img-2 {
    width: 100px;
    height: auto;
}
.logos-2 img {
    width: auto;
    height: 100px;
}

/* Index blocks */
.hero-block {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.color-block {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.color-block h3 {
    font-size: 3rem;
    margin-bottom: 1.3rem;
}
.color-block h3 a:hover,.color-block h3 a:focus{
    color: inherit;
}
.color-block 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;
}
.color-block-title {
    position: relative;
    top: 40px;
    left: 0;
    right: 30px;
}
.color-block-title img {
    width: 100%;
    opacity: 0.3;
}
.color-block-title h2, .sub-block-title h2 {
    font-size: 8vw;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.7;
    opacity: 0.3;
}
.color-block-title.title-s h2 {
    font-size: 7.6vw;
}
.blue .color-block-title h2 {
    color: #3d9fc2;
}
.orange .color-block-title h2 {
    color: #e8841b;
}
.green .color-block-title h2 {
    color: #2b937b;
}
.violet .color-block-title h2 {
    color: #bc7aea;
}
h1.block-data {
    font-weight: 300;
    font-size: 3.5vw;
}
h2.block-data {
    font-size: 2.4vw;
    font-weight: 400;
}
.block-data span.block-title {
    font-weight: 600;
}
.index-img-holder {
    position: relative;
}
.index-artist-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 40%;
}
.index-artist-text p {
    font-family: 'Montserrat', sans-serif;
}

/* arrow button */
.index-btn {
    position: absolute;
    bottom: 100px;
    right: 150px;
}
.sub-btn {
    position: absolute;
    bottom: 60px;
    right: 80px;
}
.btn-arrow {
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    opacity: 1; 
    /*transform: translate(-120px, -20px);*/
    top: 50%; 
    left: 100%;
}
.btn-arrow:before {
    content:none;
}
.btn-arrow svg {
    position: absolute;
    top: -28px;
    left: -38px;
    transform: scaleX(1);
}
.btn-arrow svg polygon { 
    opacity: 0.9;
    fill: #fff;
}
.btn-arrow svg circle { 
    opacity: 0.5;
    fill: none;
    stroke: #fff;
}
.sub-btn .btn-arrow svg circle {
    opacity: 1;
}

/* Sub pages */
.block-text {
    margin-bottom: 30px;
    width: 40%;
}
.block-text p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.tag-holder {
    height: 0px;
    width: 100%;
    background: #fff;
}
.sub-block-title {
    position: relative;
    margin-top: 40px;
    top: 10px;
}
.content-white {
    padding: 30px 0 10px;
    background: #fff;
}
.double-column {
    display: flex;
}
.content-holder {
    width: 100%;
    padding-right: 30px;
}
.lang-holder {
    width: 80px;
    min-width: 80px;
    height: 40px;
    margin-bottom: 40px;
    display: flex;
}
.lang, .lang a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #fff;
}
.lang a:hover {
    background: #222 !important;
    opacity: 1 !important;
}
.blue .lang a {
    background: #42a3c3;
    opacity: 0.5;
}
.blue .lang.active {
    background: #42a3c3;
}
.orange .lang a {
    background: #e8841b;
    opacity: 0.5;
}
.orange .lang.active {
    background: #e8841b;
}
.green .lang a {
    background: #42a38c;
    opacity: 0.5;
}
.green .lang.active {
    background: #42a38c;
}
.violet .lang a {
    background: #bc7aea;
    opacity: 0.5;
}
.violet .lang.active {
    background: #bc7aea;
}
.content-data {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.content-data span {
    padding-right: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.content-data a {
    position: relative;
}
.blue .content-data a {
    color: #3d9fc2;
}
.blue .content-data a:hover {
    color: #3d9fc2;
}
.blue .content-data a::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    bottom: -3px;
    left: 0;
    background: #3d9fc2;
}
.blue .content-data a:hover::after {
    width: 100%;
}
.orange .content-data a {
    color: #e8841b;
}
.orange .content-data a::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    bottom: -3px;
    left: 0;
    background: #e8841b;
}
.orange .content-data a:hover::after {
    width: 100%;
}
.green .content-data a {
    color: #42a38c;
}
.green .content-data a::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    bottom: -3px;
    left: 0;
    background: #42a38c;
}
.green .content-data a:hover::after {
    width: 100%;
}
.violet .content-data a {
    color: #bc7aea;
}
.violet .content-data a::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    bottom: -3px;
    left: 0;
    background: #bc7aea;
}
.violet .content-data a:hover::after {
    width: 100%;
}
.main-img {
    margin-bottom: 30px;
}
.main-data {
    margin-bottom: 20px;
}
.content-white .color-block-title {
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
}
.content-white .color-block-title.media {
    top: 10px;
}
.color-white {
    color: #fff !important;
}
.section-sub .projects-box {
    margin-bottom: 30px;
    display: block;
}
.color-block-title.news-block-title {
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
}
.mt-related {
    margin-top: 35px;
}
.mt-related .color-block-title {
    top: 10px;
}
/* a tags */
.area-wysiwyg a {
    position: relative;
    overflow: hidden;
}
.area-wysiwyg a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
}
.blue .area-wysiwyg a {
    color: #3d9fc2;
}
.blue .area-wysiwyg a:hover,
.blue .area-wysiwyg a:focus {
    background-color: #3d9fc2;
    transform: translate3d(0, 0, 0);
}
.orange .area-wysiwyg a {
    color: #e8841b;
}
.orange .area-wysiwyg a:hover,
.orange .area-wysiwyg a:focus {
    background-color: #e8841b;
    transform: translate3d(0, 0, 0);
}
.green .area-wysiwyg a {
    color: #2b937b;
}
.green .area-wysiwyg a:hover,
.green .area-wysiwyg a:focus {
    background-color: #2b937b;
    transform: translate3d(0, 0, 0);
}
.violet .area-wysiwyg a {
    color: #bc7aea;
}
.violet .area-wysiwyg a:hover,
.violet .area-wysiwyg a:focus {
    color: #fff;
    background-color: #bc7aea;
    transform: translate3d(0, 0, 0);
}

/* News */
.news-content {
    margin-bottom: 20px;
}
.news-text {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}
.news-img {
    margin-bottom: 30px;
    text-align: center;
}
hr.long-line {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.news-title {
    margin-bottom: 20px;
}
.news-title h3 {
    font-size: 24px;
}
.area-wysiwyg {
    margin-bottom: 30px;
}
.area-video {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.video-holder {
    margin-bottom: 30px;
}

/* Search results */
.search-block {
    margin-bottom: 35px;
    position: relative;
}
.search-block:after {
    content: "";
    position: absolute;
    width: 100px;
    border-top: 1px solid #999;
    left: 0;
    bottom: -15px;
}
.search-block:last-of-type:after {
    border-top: none;
    bottom: 0;
}
.search-block a .search-type {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.search-block a .search-name {}

.search-block a .search-title {
    font-size: 18px;
    font-weight: 500;
}
.search-block a .search-date {}


/* Dividers colors */
hr.divider-main {
    width: 100%;
    border-top: 1px solid #ddd !important;
    margin: 30px 0 20px;
}
hr.divider-short {
    width: 100px;
    margin: 15px 0 20px;
}
.blue hr.divider-short {
    border-top: 1px solid #3d9fc2;
}
.orange hr.divider-short {
    border-top: 1px solid #e8841b;
}
.green hr.divider-short {
    border-top: 1px solid #42a38c;
}
.violet hr.divider-short {
    border-top: 1px solid #bc7aea;
}

/* Colors on white */
.content-white.blue a.projects-box {
    color: #fff;
}
.content-white.blue a.projects-box:hover {
    color: #62d5fe;
}
.content-white.orange a.projects-box:hover {
    color: #e8841b;
}
.content-white.green a.projects-box:hover {
    color: #50c7a9;
}
.content-white.violet a.projects-box:hover {
    color: #c493e7;
}

/* Backgrounds colors */
.bg-blue {
    background: url(../img/bg-blue.jpg) center center repeat;
}
.bg-blue .btn-arrow svg circle {
    stroke: #4fc1e9;
    transition: ease-in-out 0.3s;
}
.bg-blue .btn-arrow:hover svg circle {
    opacity: 0.9;
    fill: #4fc1e9;
}
.bg-violet {
    background: url(../img/bg-violet.jpg) center center repeat;
}
.bg-violet .btn-arrow svg circle {
    stroke: #bc7aea;
    transition: ease-in-out 0.3s;
}
.bg-violet .btn-arrow:hover svg circle {
    opacity: 0.9;
    fill: #bc7aea;
}
.bg-green {
    background: url(../img/bg-green.jpg) center center repeat;
}
.bg-green .btn-arrow svg circle {
    stroke: #60ccb2;
    transition: ease-in-out 0.3s;
}
.bg-green .btn-arrow:hover svg circle {
    opacity: 0.9;
    fill: #60ccb2;
}
.bg-orange {
    background: url(../img/bg-orange.jpg) center center repeat;
}
.bg-orange .btn-arrow svg circle {
    stroke: #e69848;
    transition: ease-in-out 0.3s;
}
.bg-orange .btn-arrow:hover svg circle {
    opacity: 0.9;
    fill: #e69848;
}

/* Owl carousels */
.owl-holder {
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}
.owl-holder-sub {
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}
.owl-carousel .owl-dots {
    height: 0;
}
.projects-box {
    position: relative;
    display: block;
}
.projects-desc {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.projects-desc h5 {
    font-size: 0.8vw;
    font-weight: 300;
    margin-bottom: 0;
}
.projects-desc h2 {
    font-size: 1vw;
    margin-bottom: 3px;
}
.projects-desc .projects-date {
    font-size: 0.76vw;
    font-weight: 300;
}
.projects-image {
    position: relative;
    overflow: hidden;
}
a.projects-box:hover .projects-image img {
    transform: scale(1.1);
}
.projects-overlay {
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.8) 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.bg-blue a:hover {
    color: #62d5fe;
}
.bg-violet a:hover {
    color: #c493e7;
}
.bg-green a:hover {
    color: #50c7a9;
}
.bg-orange a:hover {
    color: #e8841b;
}

/* arrows */
.owl-prev, .owl-next {
    position: absolute;
    z-index: 1111;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.owl-prev {
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.owl-next {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: ease-in-out 0.2s;
}
.owl-simple .owl-prev, .owl-simple .owl-next {
    top: 42%;
}
.owl-prev i, .owl-next i {
    font-size: 64px;
    z-index: 1111;
    color: #fff;
    opacity: .7;
    transition: ease-in-out 0.2s;
}
.owl-prev.disabled, .owl-next.disabled {
    display: none;
}
.bg-blue .owl-prev:hover i, .bg-blue .owl-next:hover i,
.blue .owl-prev:hover i, .blue .owl-next:hover i {
    color: #62d5fe;
}
.bg-violet .owl-prev:hover i, .bg-violet .owl-next:hover i,
.violet .owl-prev:hover i, .violet .owl-next:hover i {
    color: #c493e7;
}
.bg-green .owl-prev:hover i, .bg-green .owl-next:hover i,
.green .owl-prev:hover i, .green .owl-next:hover i {
    color: #22c56f;
}
.bg-orange .owl-prev:hover i, .bg-orange .owl-next:hover i,
.orange .owl-prev:hover i, .orange .owl-next:hover i {
    color: #e8841b;
}


/* Footer */
.footer, .footer .container {
    background-color: #111;
    font-family: 'Roboto', sans-serif;
}
.footer {
    padding-top: 70px;
    padding-bottom: 50px;
}
.footer-container .foot-text {
    color: #aaa;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.footer-container a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}
.footer-container a:hover, .footer-container a:focus {
    color: #e8841b;
}
.footer-container h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-container ul {
    margin-top: 25px;
    padding-left: 0px;
}
.footer-container ul li {
    font-size: 14px;
    list-style: none;
    line-height: 24px;
}
.footer-container ul.social-icons-simple {
    margin-top: 20px;
}
.footer-container .foot-logos {
    display: flex;
    justify-content: flex-end;
}
.footer-container .foot-logos img {
    width: 150px;
    height: auto;
    margin-right: 50px;
}
.footer .f-sec2 ul li a {
    text-decoration: none;
    color:#888888;
}
.footer .f-sec2 ul li a:hover i{
    color:#f39c12;
}
.footer .f-sec2 ul li i {
    margin-right: 5px;
    color:#ffcc00;
}
.footer .f-sec3 .foot-tag-list {
    padding-top: 35px;
}
.footer .f-sec3 .foot-tag-list span {
    padding: 5px 20px;
    border: 1px solid #a9a9a9;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size:13px;
    color:#a9a9a9;
    cursor: pointer;
}
.footer .f-sec3 h4 {
    color:white;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}
.footer .f-sec3 .portfolio-foot {
    margin-top: 35px;
}
.footer .foot-2-sec form input {
    background-color: #3e3f41;
    border: solid 1px #3e3f41;
    width: 100%;
    margin-right: -30px;
    padding: 20px;
    padding-left: 30px;
    color:#ffcc00;
}
.footer .foot-2-sec form input:focus {
    outline: none;
}
.footer .foot-2-sec form button {
    color:white;
    background: -webkit-gradient(linear, left top, right top, from(#ffcc00), to(#ffb211));
    background: -o-linear-gradient(left, #ffcc00 0%, #ffb211 100%);
    background: linear-gradient(to right, #ffcc00 0%, #ffb211 100%);
    font-size: 13px;
    border:solid 1px #3e3f41;
    padding:8px 40px 8px 40px;
    background-size: 300% 100%;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer .foot-2-sec form button:hover {
    background-position: 100% 0;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(#ffae12), color-stop(#ffcc00), to(#ff9310));
    background-image: -o-linear-gradient(left, #ffcc00, #ffae12, #ffcc00, #ff9310);
    background-image: linear-gradient(to right, #ffcc00, #ffae12, #ffcc00, #ff9310);
}
.footer .foot-2-sec form button:focus {
    outline: none;
}
.footer .foot-2-sec form input::-webkit-input-placeholder {
    padding-left: 5px;
}
.footer .foot-2-sec form input::-moz-placeholder {
    padding-left: 5px;
}
.footer .foot-2-sec form input:-ms-input-placeholder {
    padding-left: 5px;
}
.footer .foot-2-sec form input::-ms-input-placeholder {
    padding-left: 5px;
}
.footer .foot-2-sec form input::placeholder {
    padding-left: 5px;
}
.footer .footer-container {
    border-bottom: solid 1px #333;
    padding-bottom: 50px;
}
.footer-notes {
    padding-top: 50px;
    color: #888888;
    text-align: center;
    font-size: 14px;
}
.footer-notes ul {
    display: flex;
    justify-content: center;
    margin: 0;
}
.footer-notes ul li {
    margin-left: 15px;
}
.footer-notes ul li:first-of-type {
    list-style: none;
    margin-left: 0;
}
.company-about {
    font-size: 13px;
}

/* Scroll to top */
.scroll-top-arrow {
    font-size: 18px;
    line-height: 52px;
    color: #fff !important;
    display: none;
    height: 50px;
    width: 50px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 1001;
    border-radius: 100%;
    background-color: #e69848;
}
.scroll-top-arrow:hover{
    background-color: #60ccb2;
}


/* Page Loader */
.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1200;
    background: #FFFFFF;
}

.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);
      }
}


/* 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: Roboto, 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: 'Montserrat', sans-serif;
    color: white;
    font-weight: 600;
    margin-bottom: 40px;
}
.project-sec .project-area .project-detail .project-text{
    font-family: '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;
}


/* 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: '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: '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: '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: Montserrat , sans-serif;
}

.standalone-detail .para_text{
    color: #535353;
    font-weight: 500;
    font-family: 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: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Montserrat', sans-serif;
    color: #535353;
}

/* ===================================
    Media Queries
====================================== */


@media screen and (max-width: 767px){
    .color-block {
        height: auto;
    }
    .color-block 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-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;
    }
}
