*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

@font-face {font-family: Isidora-Bold; src: url("../fonts/Isidora/IsidoraSans-Bold.ttf");}
@font-face {font-family: Isidora-SemiBold; src: url("../fonts/Isidora/IsidoraSans-SemiBold.ttf");}
@font-face {font-family: Isidora-Medium; src: url("../fonts/Isidora/IsidoraSans-Medium.ttf");}



h1, h2, h3, h4, p, a, b, strong  {padding: 0; margin: 0; font-weight: 400; letter-spacing: normal;}
li, ul {padding: 0; margin: 0; list-style: none;}
h1.center, h2.center, h3.center, h4.center, p.center {text-align: center;}
a:focus { outline: none; }

h1 {font-size: 56px; line-height: 72px; font-family: 'Isidora-Bold', sans-serif;margin-bottom: 50px; letter-spacing: 2px; }
h2 {font-size: 42px; line-height: 50px; font-family: 'Isidora-Bold', sans-serif; margin-bottom: 40px; letter-spacing: 1px; color: #eb1684; }
h3 {font-size: 32px; line-height: 40px; font-family: 'Isidora-SemiBold', sans-serif; margin-bottom: 30px; color: #eb1684; }
h4 {font-size: 24px; line-height: 30px; font-family: 'Isidora-SemiBold', sans-serif; margin-bottom: 20px; }
p  {font-size: 18px; line-height: 32px; font-family: 'Isidora-Medium', sans-serif; color: #05234d; margin-bottom: 30px; }
strong  {font-family: 'Isidora-Bold', sans-serif; color: #191A1E;}
a       {text-decoration: none; color: #05234d;}
a:hover {color: #e55183;}
p a:hover {text-decoration: underline;color: #e55183;}

p.light, h1.light, h2.light, h4.light {color: #fff;} 
h3.color, span.color {color: #e55183; display: inline-block;}

.section-title {
    font-family: 'Isidora-Medium', sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a53b94;
}

@media screen and (max-width: 768px) {
    h1 {font-size: 28px;line-height: 48px;}
    h2 {}
    h3 {}
    p  {}
}

body {
    font-family: 'Isidora-Medium', sans-serif;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
	background: #ffffff;
	color: #05234d;
    -webkit-font-smoothing: antialiased;
	top: 0;  
    left: 0;
}

html, body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

::-webkit-scrollbar { 
    display: none; 
}

* { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

.smooth-scroll {
    width: 100vw;
    height: 100vh;
}

.color {
    color: #e55183;
    display: inline-block;
}

/* ------------------------- All -------------------------------------------------- */

section:not(.elementor-section), .section:not(.elementor-section) {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

section.page-title {
    padding-top: 140px;
    padding-bottom: 110px;
    text-align: center;
}

section.footer {
    padding-top: 66px;
    padding-bottom: 66px;
}

section.footer .socials {
    position: initial;
    margin-left: 20px;
}

section.contact_me h2 {
    font-size: 56px;
    line-height: 72px;
    font-weight: 200;
    margin-bottom: 30px;
    font-family: 'Isidora-Medium';
}

section.footer a:not(.btn) {
    font-family: 'Isidora-SemiBold', sans-serif;
    color: #fff;
}

section.footer a:not(.btn):hover {
    color: #e55183;
}

@media screen and (max-width: 768px) {

    section.contact_me {
        padding-bottom: 120px;
        border-top: none!important;
    }

    section.contact_me h2 {
        font-size: 28px;
        line-height: 42px;
    }

}

section.big, .section.big {
    padding-top: 150px;
    padding-bottom: 150px;
}

.wrap {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    display: flex;
}

@media screen and (max-width: 768px) {
    .wrap {
        display: block;
    }
}

section.footer > .wrap {
    justify-content: space-between;
}

.wrap-wide {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.wrap-fullwidth {
    max-width: 100%;
    padding: 0;
}

.wrap-text {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}

.wrap-intro {
    display: block;
    padding-right: 320px;
}

.sub-wrap {
    width: 50%;
    position: relative;
}

.block-left {
    width: 50%;
}

.block-right {
    width: 50%;
}

.block-right-text {
    padding-top: 60px;
    padding-left: 120px;
    position: relative;
}

.block-left-text {
    padding-top: 60px;
    padding-right: 120px;
    position: relative;
}

.border-top {
    border-top:  solid 1px rgba(255,255,255,.14);
}

.social-links a {
    text-decoration: none!important;
    margin-right: 20px;
}

.social-links a > span {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: inline-flex;
    /*background-image:  url('../images/arrow.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;*/
    transition: all .4s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .4s cubic-bezier(.2,1,.22,1);
    /*transform: rotateY(0deg) rotate(-45deg);*/
}

.social-links a:hover > span {
    transform: rotateY(0deg) rotate(45deg);
}

.social-links a > span > svg > g {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-links a:hover > span > svg > g {
    stroke: #e55183;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.social-links a:hover {
    color: #e55183!important;
}

@media screen and (max-width: 1080px) { 
    section, .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    section.big, .section.big {
        padding-top: 110px;
        padding-bottom: 110px;
    } 

    .wrap-intro {
        padding: 0 80px;
    }
}

@media screen and (max-width: 768px) {

    .social-links a {
        margin-right: 10px;
    }

    .wrap {
        max-width: 1040px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .wrap-wide {
        max-width: 1250px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrap-text {
        max-width: 760px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sub-wrap {
        width: 100%;
    }

    .wrap-intro {
        padding: 0 20px;
    }

}

/* ------------------------- Buttons -------------------------------------------------- */

.btn {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    padding: 15px 40px;
    position: relative;
    font-size: 16px; 
    line-height: 24px; 
    letter-spacing: .7px;
    text-transform: uppercase;
    text-decoration: none; 
    background-color: #eb1684;
    font-family: 'Isidora-SemiBold', sans-serif;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn:hover {
    cursor: pointer;
    background: #ab0b5e;
    color: #ffffff;
}

.btn svg {
    margin-left: 20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn:hover svg {
    transform: translateX(10px);
}


/* ------------------------- Social Icons / Socials -------------------------------------------------- */

.social-ico-block {
    width: 20px;
    top: 50vh;
    transform: translate(0, -50%);
    right: 40px;
    position: fixed;
    z-index: 25;
}

.social-ico {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 10px 0;
}

.social-ico svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    opacity: 1;
}

.social-ico svg path {
    fill: #fff;
}

.social-ico:hover svg {
    opacity: .5;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
	.social-ico-block  {
        right: 20px;
        position: absolute;
        display: none;
        top: 41vh;
    }

    main#home .social-ico-block {
        display: block;
    }

    main.active .social-ico-block {
        opacity: 0;
        visibility: hidden;
    }
    
}

/* ------------------------- Magic Cursor -------------------------------------------------- */

#magic-cursor {
    position: absolute;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index:1000000;
}
    
#ball {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: .8px solid #a5a5a5;
    border-radius: 50%;
    pointer-events: none;
    opacity: .3;
    display: none;
}

#ball.dark-bg {
    border-color: #fff;
}

#ball-inner {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #FF3900;
    border-radius: 50%;
    pointer-events: none;
    opacity: .7;
    display: none;
}

#ball-inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    color: #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: stranslate(-50%,-50%) scale(0);
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

#ball-inner span:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTUiIGhlaWdodD0iOTUiIHZpZXdCb3g9IjAgMCA5NSA5NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkzLjUxNjkgNDguNzE1M0M5MS40NDM1IDYyLjQzOCA4Ny4yMDYyIDcxLjQ3IDc2LjkzMzUgODAuMjc3NEM2OC40NTU5IDg3LjU0NTggNTcuOTEzNyA5NCA0NS44MzM0IDk0QzE5LjExNSA5NCA1Ljc0NTg3IDc4LjIxOSAwLjkwODA3IDUzLjUxODJDLTIuMzE1OTEgMzcuMDUxMSAzLjQ5MjY5IDIzLjYxOSAxMS4yNzY1IDE1LjA5NDlDMjAuMTI3NyA1LjQwMTc4IDI4Ljg0OTEgMCA0My4wNjU2IDBDNTQuOTA3OSAwIDcxLjk3NjUgNi43MDg5MyA4MC4zODU3IDEzLjcyMjZDOTAuOTQ5MiAyMi41MzMgOTUuNTkwMiAzNC45OTI3IDkzLjUxNjkgNDguNzE1M1oiIGZpbGw9IiNkOTA5MmIiLz4KPC9zdmc+);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: color .3s,background .3s,-webkit-transform .7s ease-in-out;
    transition: color .3s,background .3s,-webkit-transform .7s ease-in-out;
    -o-transition: color .3s,background .3s,-o-transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out,color .3s,background .3s,-moz-transform .7s ease-in-out;
    transition: transform .7s ease-in-out,color .3s,background .3s;
    transition: transform .7s ease-in-out,color .3s,background .3s,-webkit-transform .7s ease-in-out,-moz-transform .7s ease-in-out,-o-transform .7s ease-in-out;

    -webkit-animation: jobroyal-rotate-cursor 13s infinite alternate;
    -moz-animation: jobroyal-rotate-cursor 13s infinite alternate;
    -o-animation: jobroyal-rotate-cursor 13s infinite alternate;
    animation: jobroyal-rotate-cursor 13s infinite alternate;
}

@-webkit-keyframes jobroyal-rotate-cursor{
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

@-moz-keyframes jobroyal-rotate-cursor {
    0% {
        -moz-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -moz-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

@-o-keyframes jobroyal-rotate-cursor {
    0% {
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

@keyframes jobroyal-rotate-cursor {
    0% {
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

#ball-inner.show-inner {
    opacity: 1;
}

#ball-inner.show-inner span {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}

@media only screen and (min-width: 1025px) {
    #ball, #ball-inner {
        display: block;
    }
}

#ball-inner.fill {
    width: 10px;
    height: 10px;
    opacity: 1;
}

/* ------------------------- Offline message -------------------------------------------------- */

.offline-message {
    display: flex;
    position: fixed;
    right: 50%;
    top: -100px;
    background: #fff;
    z-index: 6;
    border-radius: 45px;
    transform: translate(50%, 0);
    padding: 10px 10px 10px 20px;
    width: 230px;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.offline-message.active {
    top: 60px;
}

.offline-text {
    color: rgba(0, 0, 0, 1);
    max-width: 180px;
    line-height: 16px;
}

.offline-text a {
    color: #23242D;
    text-decoration: underline;
}

.offline-text a:hover {
    color: #000;
}

.offline-button {
    padding-left: 10px;
    height: 44px;
}

.offline-button-accept {
    background: #000;
    color: #fff;
    height: 44px;
    padding: 10px 14px;
    font-size: 12px;
    
}

.offline-message.online .offline-button-accept {
    background-color: #3bb449;
}

.offline-message.offline .offline-button-accept {
    background-color: #FF3900;
}

.offline-message.notactive  {
    transform: translate(50%, calc(100% + 40px));
}

.offline-message.notactive {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;     
}

/* ------------------------- GDPR - Cookies Accept -------------------------------------------------- */

#gdpr-box {
    display: flex;
    position: fixed;
    right: 50%;
    bottom: -190px;
    background: #fff;
    z-index: 6;
    border-radius: 45px;
    transform: translate(50%, 0);
    padding: 15px 15px 15px 25px;
    width: 340px;
    align-items: center;
}

#gdpr-box.active {
    bottom: 30px;
}

.gdpr-text {
    color: rgba(0, 0, 0, 1);
    max-width: 200px;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}

.gdpr-text a {
    color: #23242D;
    text-decoration: underline;
}

.gdpr-text a:hover {
    color: #000;
}

.gdpr-button {
    padding-left: 10px;
    height: 44px;
}

.gdpr-button-accept {
    background: #000;
    color: #fff;
    height: 44px;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    border-radius: 50px;
}

#gdpr-box.notactive  {
    transform: translate(50%, calc(100% + 40px));
}

#gdpr-box.notactive {
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;     
}

@media screen and (max-width: 768px) {
    #gdpr-box.active {
        bottom: 90px;
    }
}

/* ------------------------- Textblock -------------------------------------------------- */

.textblock {
    padding-top: 200px;
}

.textblock img {
    width: 100%;
    margin-bottom: 30px;
}

.textblock p {
    opacity: 1;
    margin-bottom: 30px;
}

.textblock a {
	color: #fff;
	text-decoration: underline;
}

.textblock p:last-child {
    margin-bottom: 0;
}

.textblock ul {
    padding-bottom: 30px;
    display: inline;
    width: 100%;
}

.textblock ol {
    padding-bottom: 30px;
    display: inline;
    width: 100%;
    padding-left: 23px;
}

.textblock ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
}

.textblock ol li {
	list-style: decimal;
	margin-left: -5px;
    color: #fff;
}

.textblock ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
}

.textblock h1 {
    text-align: center;
    margin-bottom: 120px;
}

.textblock h3 {
    color: #fff;
    text-transform: none;
    font-family: 'Isidora-Bold', sans-serif;
    letter-spacing: 0;
    font-size: 15px;
    margin-bottom: 5px;
}

#embed .vimeoplayer {
	margin-bottom: 200px;
}

#embed .vimeoplayer:last-child {
	margin-bottom: 0px;
}

#embed strong {
	font-size: 21px;
	margin-bottom: 10px;
	display: inline-block;
}

@media screen and (max-width: 768px) { 
	.textblock {
    	padding-top: 150px;
	}
	
	.textblock h1 {
	    margin-bottom: 80px;
	}
	
	#embed .vimeoplayer {
		margin-bottom: 100px;
	}
}

/* ------------------------- Page Transition -------------------------------------------------- */

.overlay-transition {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 19;
    opacity: 1;
    pointer-events: none;
}

.home-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 22;
}

.home-overlay.fade-in {
    opacity: 1;
    visibility: visible;
    transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
    transition-delay: 1s;
}

.home-overlay.fade-in.appear {
    opacity: 0;
    visibility: hidden;
}

.home-overlay img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.home-overlay.fade-in img {
    transform: translate(-50%, -50%) scale(3) rotate(10deg);
    opacity: 0;
    transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
}

.home-overlay.fade-in.appear img {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 1;
}

@keyframes loadOverlay {0% {opacity: 100%;} 100% {opacity: 0; }}
@-moz-keyframes loadOverlay {0% {opacity: 100%;} 100% {opacity: 0;}}
@-webkit-keyframes loadOverlay {0% {opacity: 100%;} 100% {opacity: 0;}}
@-o-keyframes loadOverlay {0% {opacity: 100%;} 100% {opacity: 0;}}

/* ------------------------- Default Header -------------------------------------------------- */

.default-header {
    padding-top: 200px;
    text-align: center;
    padding-bottom: 100px;
}

/* ------------------------- Header -------------------------------------------------- */

header {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ddedff;
    background-image: url(../images/home-hero.jpeg);
    background-position-y: 0px;
    background-position: center;
    background-size: cover;
}

header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 120%)!important;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,.9) 90%)!important;
}

header > * {
    position: relative;
    z-index: 3;
}

header .mouse-scroll {
    position: absolute;
    bottom: 60px;
    left: 80px;
    display: inline-block;
    width: 30px;
    height: 50px;
    border-radius: 10rem;
    border: 1px solid #e55183;
    z-index: 9;
}

header .mouse-scroll span {
    top: 0;
    left: 8px;
    font-size: 11px;
    position: absolute;
    bottom: 80px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0;
    -webkit-transform: rotate(-90deg) translate(0,100%);
    -ms-transform: rotate(-90deg) translate(0,100%);
    transform: rotate(-90deg) translate(0,100%);
    color: #e55183;
    text-transform: uppercase;
    letter-spacing: 2px;
}

header .mouse-scroll::after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    position: absolute;
    display: block;
    top: 25%;
    left: 50%;
    width: 5px;
    height: 9px;
    background: #e55183;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-animation: mouse 2s linear infinite;
    -moz-animation: mouse 2s linear infinite;
    animation: mouse 2s linear infinite;
}

@-webkit-keyframes mouse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px); } 
}

@-moz-keyframes mouse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px); } 
}

@keyframes mouse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px); 
  } 
}

header .right-bottom-text {
    position: absolute;
    bottom: 65px;
    right: 80px;
    z-index: 3;
}

header .right-bottom-text span {
    line-height: 22px;
    font-family: 'Isidora-Medium', sans-serif;
    color: rgba(255, 255, 255, 0.6);
}

header .header-block,
header .header-block-v2 {
    width: 1260px;
    margin: 0 auto;
}

header .header-intro {
    display: inline-block;
    padding: 50px;
    /* background-color: #fff; */
    width: 65%;
    margin: 50px 0;
    /* margin-left: -70px; */
    position: relative;
    z-index: 2;
}

header .header-intro p {
    color: #ffffff;
}

header .header-inner-v2 {
    width: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
}

header .header-intro-v2 {
    display: inline-block;
    width: calc(60% + 70px);
    margin: 50px 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    text-align: center;
}

header .header-intro-v2 h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1.2px
}

header .header-title {
    font-size: 22px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Isidora-Medium;
}

header .header-title strong {
    color: rgba(255, 255, 255, 1);
}

header .header-block {
    transform: translateY(30px);
    opacity: 0;
    display: block;
    padding: 120px 50px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

header .header-block-v2 {
    transform: translateY(30px);
    opacity: 0;
    display: block;
    padding: 120px 50px;
    padding-bottom: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

header .header-inner {
    width: 100%;
    display: flex;
    max-width: 100%;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
}

header .header-intro-img {
    width: 45%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

header .header-intro-img-holder {
    display: inline-block;
    width: 100%;
}

header .header-intro-img-holder img {
    width: 30%;
    display: inline-block;
    float: right;
    margin-top: -27%;
}

.intro-video {
    position: relative;
    display: block;
    margin-bottom: -215px;
}

.loaded header .header-block {
    transform: translateY(0);
    transition-delay: .5s;
    opacity: 1;
}

.loaded header .header-block-v2 {
    transform: translateY(0);
    transition-delay: .5s;
    opacity: 1;
}

header .header-block img {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    display: none;
}

header .header-block.img-loaded img {
    opacity: 1;
    transition-delay: .3s;
    transform: translateY(0);
}

header .header-block.img-loaded .header-intro-img-holder img {
    transition-delay: .5s;
}

header .header-block-v2 img {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

header .header-block-v2.img-loaded img {
    opacity: 1;
    transition-delay: .3s;
    transform: translateY(0);
}

header .header-block-v2.img-loaded .header-intro-img-holder img {
    transition-delay: .5s;
}

header .rotate-image-block {
    position: absolute;
    right: 140px;
    bottom: 90px;
    width:  260px;
}

header .rotate-image-block img {
    max-width: 100%;
    transition: transform 0.4s cubic-bezier(0.05, 0.5, 0.45, 1) 0s;
}

header .rotate-image-block .static-image {
    position: absolute;
}

@media screen and (max-width: 1024px) { 

    header .rotate-image-block {
        bottom: 60px;
    }

}

@media screen and (max-width: 768px) { 

    header .header-intro-v2 h2 {
        font-size: 42px;
    }

    header .header-inner {
        max-width: 100%;
    }
    header .header-intro-img,
    header .header-intro-img-holder {
        display: none;
    }

    header .header-intro {
        width: 100%;
        margin-left: 0;
    }

    header {
        /*align-items: flex-start;*/
    }

}

.flag {
    height: 22px;
    width: 33px;
    background-image: url("../images/moldova-republic-of.svg");
    background-repeat: no-repeat;
    background-position: center;
}

/* Transition  */

header .parallax .layer.fade-in {
    transition: top 1s cubic-bezier(0.87, 0, 0.13, 1), opacity 1s cubic-bezier(0.87, 0, 0.13, 1); 
    top: 100px;
    transition-delay: 1.5s;
    opacity: 0;
}
header .parallax .layer.fade-in.appear {
    top: 0;
    opacity: 1;
}

@media screen and (max-width: 768px) {

    h1 {
        font-size: 30px;
        line-height: 42px;
    }

    header .rotate-image-block {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 40px;
    }

    header .mouse-scroll {
        display: none;
    }

    header .header-intro {
        margin-bottom: 40px;
    }

}


@media screen and (max-width: 768px) {

    header .header-block,
    header .header-block-v2 {
        padding: 100px 20px;
        padding-top: 40px;
    }

    header .header-intro {
        margin-bottom: 40px;
        padding: 30px;
    }

    header .rotate-image-block {
        position: relative;
        right: 0;
        bottom: 0;
        margin-bottom: 40px;
        margin-top: 0px;
        width: 120px;
    }

}

@media screen and (max-width: 768px){

    header .location {
        left: 50%; 
        transform: translate(-50%, 0);
        bottom: 30px;
    }

    header .right-bottom-text {
        display: none;
    }
}

/* ------------------------- Header Images -------------------------------------------------- */

.header-images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.header-images-inner {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    padding: 120px 0;
    max-width: 1160px;
}

.header-images-inner > div > img {
    max-height: 100%;
}

.header-images-inner .header-img-left {
    padding-bottom: 80px;
}

/* ------------------------- Testimonials -------------------------------------------------- */

.testimonials .wrap-intro p.testimonial-body {
    font-size: 20px;
    line-height: 32px;
}

.testimonials .wrap-intro {
    padding: 0;
    text-align: center;
}

.testimonials-author {
    font-size: 24px;
    line-height: 30px;
    text-transform: initial;
}

.quotes {
    text-align: center;
}

.quotes svg path {
    fill: #ffe2ec;
}

.quotes svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px){
    .testimonials {
        padding-bottom: 120px;
    }
    .testimonials .wrap-intro {
        padding: 0 20px;
    }
}

.avatar {
    position: relative;
    display: inline-block;
    width: 5rem;
    height: 5rem;
}

.avatar img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%!important;
}

/* ------------------------- Slider -------------------------------------------------- */

#ft-slider {
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #000;
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    transition: opacity .7s ease;
    opacity: 1;
}


#ft-slider.loading {
    opacity: 0;
}

#ft-slider #slide-title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 950px;
    padding: 0 40px;
    z-index: 99;
    font-size: 3.95vw;
    font-weight: 300;
}

#ft-slider img {
    border-radius: 32px;
    overflow: hidden;
    opacity: 0;
}

#ft-slider img:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#ft-slider canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 32px;
    overflow: hidden;
}

#ft-slider .slider-count {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    color: #fff;
    transition: color cubic-bezier(.4,0,.2,1) .8s;
    mix-blend-mode: difference;
}

#ft-slider .slider-count:before {
    content: '';
    width: 50px;
    height: 2px;
    background: currentColor;
    opacity: .6;
    margin: 0 15px 0 25px;
}

#ft-slider .slider-count-current {
    position: absolute;
    top: 0;
    transition: transform cubic-bezier(.4,0,.2,1) .8s;
}

/* ------------------------- Recent Work -------------------------------------------------- */



/* ------------------------- Footer -------------------------------------------------- */

footer {
    width: 100%;
    position: relative;
    padding: 250px 0 130px 0;
}

footer .background-image, footer .left-fade, footer .top-fade {
    width: 60vw;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

footer .left-fade {
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

footer .top-fade {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

footer .wrap-text {
    text-align: center;
}

footer .mail {
    font-family: 'Isidora-Medium', sans-serif;
    font-size: 42px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    display: inline-block;
}

footer .mail:hover {
    text-decoration: underline;
}

footer .logo-row {
    width: 100%;
    text-align: center;
    margin: 120px 0 20px 0;
}

footer .credits-row {
    width: 100%;
    text-align: center;
}

footer .credits-row li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 5px;
}

footer .credits-row li:nth-child(2) {
    margin: 0 3px;
}

footer .credits-row li a {
    color: rgba(255, 255, 255, 0.7);
}

footer .credits-row li a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .social-ico-block {
    display: none;
}


@media screen and (max-width: 1080px){

    footer {
        padding: 180px 0 50px 0;
    }

    footer .mail {
        font-size: 32px;
        line-height: 50px;
    }
}

@media screen and (max-width: 768px){ 
    footer {
        padding-bottom: 80px;
    }
    footer .mail {
        font-size: 26px;
        line-height: 40px;
    }

    footer .background-image, footer .left-fade, footer .top-fade {
        width: 100vw;
    }

    footer .social-ico-block {
        display: block;
        opacity: 1;
        visibility: visible;
        top: auto;
        bottom: 20px;
        width: 100%;
        height: 20px;
        left: 0;
        text-align: center;
        z-index: 1;
    }

    footer .social-ico-block .social-ico {
        margin: 0 8px;
        display: inline-block;
    }

}

.home-about-skill {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (max-width: 768px){ 
    .home-about-skill {
        padding: 5px 0;
    }
}

/* ------------------------- Partners -------------------------------------------------- */

.partners {
    background-color: #ddedff !important;
    color: #224e7f;
}

.partners h3 {
    color: #224e7f;
}

.partners-v2 {
    padding-top: 305px !important;
    background-color: #96c2d5 !important;
    color: #1457b2;
}

.partners-v2 h3 {
    color: #1457b2;
}

/* ------------------------- For Drivers -------------------------------------------------- */

.for-drivers .block-left {
    width: 37%;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
    display: flex;
    position: relative;
}

.align-items-top {
    align-items: flex-start !important;
}

.for-drivers .block-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    border: solid 5px;
    border-right: none;
    border-color: #ffe2ec;
    z-index: 1;
}

.for-drivers .block-right {
    width: 63%;
    padding: 60px 70px;
    border: solid 5px;
    border-left: none;
    border-color: #ffe2ec;
}

.for-drivers img {
    width: 100%;
    z-index: 2;
} 

@media screen and (max-width: 768px) {

    .partners-v2 {
        padding-top: 200px !important;
    }

    .for-drivers .block-left {
        display: none;
    }

    .for-drivers .block-right {
        width: 100%;
        border-left: solid 5px #ddedff;
        padding: 30px 40px;
    }

}

/* ------------------------- For Company -------------------------------------------------- */

.for-company .block-right {
    width: 37%;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
    display: flex;
    position: relative;
}

.for-company .block-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    border: solid 5px;
    border-left: none;
    border-color: #ffe2ec;
    z-index: 1;
}

.for-company .block-left {
    width: 63%;
    padding: 60px 70px;
    border: solid 5px;
    border-right: none;
    border-color: #ffe2ec;
    align-items: center;
    display: flex;
}

.for-company img {
    width: 100%;
    z-index: 2;
} 

@media screen and (max-width: 768px) {
    .for-company .block-right {
        display: none;
    }
    .for-company .block-left {
        border-right: solid 5px #ffe2ec;
        padding: 30px 40px;
        width: 100%;
    }
}

/* ------------------------- Other Services -------------------------------------------------- */

.other-services .wrap-intro {
    padding: 0 340px;
}

section.other-services {
    padding-bottom: 200px;
}

/*.other-services .wrap:not(.wrap-intro) {
    max-width: 100%;
}*/

.other-services .wrap-col {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    display: flex;
}

.other-services .wrap-col .col {
    padding: 15px;
    width: 50%;
    display: inline-block;
}

.other-service-one,
.other-service-two,
.other-service-three,
.other-service-four {
    padding: 40px;
    padding-top: 80px;
    background-color: #ee355a0d;
    height: 100%;
    display: flex;
    justify-content:space-between;
    flex-direction:column;
}

.other-service-two {
    background-color: #eb14811c;
}

.other-service-three {
    background-color: #7d57a617;
}

.other-service-four {
    background-color: #4781c326;
}

@media screen and (max-width: 768px) {
    .other-services .wrap-intro {
        padding: 0 20px;
    }
    .other-services .wrap-col {
        display: block;
    }
    .other-services .wrap-col .col {
        width: 100%;
    }
}

/* ------------------------- Page Title -------------------------------------------------- */

section.page-title {
    background-color: #ddedff;
}

.breadcrumb {
    font-family: 'Isidora-Medium', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb a {
    position: relative;
    padding-right: 19px;
    margin-right: 10px;
    line-height: 16px;
}

.breadcrumb a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 9px;
    height: 16px;
    background-image: url(../images/right-chevron-breadcrumb.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ------------------------- Footer -------------------------------------------------- */

section.footer {
    background-color: #05234d;
    color: #ddedff;
    overflow: visible;
}

section.footer p {
    color: #ddedff;
}

section.footer .wrap-col {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    display: flex;
}

section.footer .wrap-col .col {
    padding: 15px;
    width: 25%;
    display: inline-block;
}

.footer-colophon {
    display: block;
    width: 100%;
    border-top: solid 1px rgba(255,255,255,.2);
    padding: 40px 0;
}

.footer-colophon .wrap {
    justify-content: space-between;
}

.footer-logo {
    max-height: 44px;
}

section.footer .widget-title {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Isidora-Bold';
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.wrap-contact-block {
    justify-content: space-between;
    background-color: #ddedff;
    position: relative;
    margin-top: -110px;
    width: 100%;
    padding: 40px 60px;
    margin-bottom: 70px;
    display: flex;
}

.wrap-contact-block .block-left {
    width: 70%;
    display: flex;
    align-items: center;
}

.wrap-contact-block .block-left .contact-avatar {
    padding-right: 30px;
    max-width: 130px;
}

.wrap-contact-block .block-left .contact-avatar.last {
    padding-left: 30px;
    padding-right: 0;
}

.wrap-contact-block .block-right {
    width: 30%;
    align-items: center;
    display: flex;
    justify-content: end;
}

section.footer .wrap-contact-block .widget-title,
section.footer .wrap-contact-block p {
    color: #1457b2;
}

@media screen and (max-width: 768px) {
    section.footer .wrap-col .col {
        width: 50%;
    }
    section.footer .wrap-col {
        display: flex;
        flex-wrap: wrap;
    }
    section.footer > .wrap {
        display: flex;
    }
    .wrap-contact-block {
        display: block;
        padding: 30px;
    }
    .wrap-contact-block .block-left,
    .wrap-contact-block .block-right {
        width: 100%;
    }

    .wrap-contact-block .block-right {
        justify-content: center;
        padding-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .wrap-contact-block .block-left {
        display: block;
    }
    .wrap-contact-block .block-right {
        justify-content: left;
    }
    .wrap-contact-block .block-left .contact-avatar {
        margin-bottom: 10px;
    }
}

/* ------------------------- Select Language Menu -------------------------------------------------- */

#trp-floater-ls {
    box-shadow: none;
    top: 44px !important;
    right: 148px;
    left: auto;
    background: transparent !important;
    cursor: pointer;
    padding-right: 15px;
    z-index: 9;
    box-shadow: none !important;
}

#trp-floater-ls.trp-top-right:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    top: 25px;
    right: 0;
}

#trp-floater-ls a {
    font-size: 18px !important;
    font-family: 'Isidora-Medium', sans-serif;
}

#trp-floater-ls-current-language a {
    padding: 10px 16px 10px 16px !important;
}

.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right .trp-language-wrap, 
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left .trp-language-wrap {
    padding: 9px 0 !important;
}

#trp-floater-ls-language-list a:hover {
    color: #FF3900;
    background: transparent;
}

@media screen and (max-width: 768px) {
    #trp-floater-ls {
        top: 20px !important;
        right: 84px;
    }
}

.text-center {
    text-align: center;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pb-0 {
    padding-bottom: 0!important;
}

.pt-0 {
    padding-top: 0!important;
}

.mb-120 {
    margin-bottom: 120px;
}

.d-block {
    display: block!important;
}

.d-none {
    display: none!important;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

/* ------------------------- Contact Forms -------------------------------------------------- */

label {
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    font-style: normal;
    text-align: left;
}

input[type=text], 
input[type=search], 
input[type=password], 
input[type=email], 
input[type=tel], 
input[type=number], 
input[type=url], 
select, 
textarea {
    color: #232226;
    border: 1px solid transparent;
    width: 100%;
    padding: 14px 15px !important;
    line-height: 1.3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    border-color: #FFFFFF;
    background-color: #F4F4F4;
    color: #686663;
    -webkit-appearance: none;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    outline: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    margin-top: 10px;
}

input[type=text]:focus, 
input[type=search]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=tel]:focus, 
input[type=number]:focus, 
input[type=url]:focus, 
select:focus, 
textarea:focus {
    border-color: #e55183;
    background-color: #FFFFFF;
    color: #686663;
}

input[type=text].error, 
input[type=search].error, 
input[type=password].error, 
input[type=email].error, 
input[type=tel].error, 
input[type=number].error, 
input[type=url].error, 
select.error, 
textarea.error {
    border-color: #e55183;
}

label.error {
    color: #e55183;
}

.error-message {
    display: none;
    color: #4FBB88;
}

.text-orange {
    color: #FF3900 !important;
}

.img-fluid, 
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

span.expand-image {
    position: absolute;
    z-index: 99;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #de2358;
    border-radius: 30px;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

span.expand-image .fe {
    position: relative;
    z-index: 99;
    color: #000;
}

span.expand-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100px;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
}

span.expand-image:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 50px;
    z-index: -1;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
}

span.expand-image:after {
    background-color: #444444;
    opacity: .7;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 100%;
    margin-left: -10px;
    margin-top: -10px;
}

a:hover > span.expand-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.footer-menu-list {
    display: inline-flex;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 18px;
    list-style: none;
}

.footer-menu-list li {
    margin: 0 15px;
    align-items: center;
    display: flex;
}

.footer-menu-list li a {
    padding: 3px 5px;
}

body.page-template-template-homepage-soon #trp-floater-ls {
    display: none !important;
}

.coming-soon-header {
    padding-bottom: 120px !important;
}

.logo-soon {
    max-width: 280px;
}

ul.carouselTicker__list li img {
    height: 70px;
}

.uploadedImages {
    position: relative;
}

.lakmes-file-upload {
    opacity: 0;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.attachments-list, 
.attachments-list li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.attachments-list {
    margin-bottom: 1rem !important;
}

.delete_attached_file, 
.delete_attached_file:hover {
    margin-left: 10px;
    color: #f55a4e;
}



.attachments-list li .fe {
	margin-right: 10px;
}

.attachments-list li .fe-refresh-cw {
	display: none
}

.attachments-list li.loading .fe-refresh-cw {
	display: inline-block;
}

.attachments-list li.loading .fa:not(.fe-refresh-cw) {
	display: none;
}

.text-danger {
    color: #c00000;
}

.fe-refresh-cw {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-image-wrapper {
    height: 350px;
    background: no-repeat 50%/cover;
    border-radius: 6px !important;
    position: relative!important;
    overflow: hidden!important;
}

.image-to-animate {
    position: relative;
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.image-gallery-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 120px;
    width: calc(100% + 30px);
}

.image-to-animate:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #040404;
    -webkit-transition: width cubic-bezier(0.15, 0.3, 0.16, 0.96) 1.6s, -webkit-transform cubic-bezier(0.15, 0.3, 0.16, 0.96) 2.4s;
    transition: width cubic-bezier(0.15, 0.3, 0.16, 0.96) 1.6s, -webkit-transform cubic-bezier(0.15, 0.3, 0.16, 0.96) 2.4s;
    transition: width cubic-bezier(0.15, 0.3, 0.16, 0.96) 1.6s, transform cubic-bezier(0.15, 0.3, 0.16, 0.96) 2.4s;
    transition: width cubic-bezier(0.15, 0.3, 0.16, 0.96) 1.6s, transform cubic-bezier(0.15, 0.3, 0.16, 0.96) 2.4s, -webkit-transform cubic-bezier(0.15, 0.3, 0.16, 0.96) 2.4s;
}

.fancybox-image-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(23,22,26,.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.image-to-animate.animate:before {
    width: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-image-wrapper:hover:after {
    opacity: 1;
    visibility: visible;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}

.col-lg-6, .col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1.5rem !important;
}