/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.ush_menu_1.type_mobile .w-nav-anchor.level_1, .ush_menu_1.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow {
    font-size: 12px;
    color: #1b3240;
}
.lang{
	direction: ltr;
}
.block {
    position: relative;
    height: 480px;
    border: 1px solid #2c3c54;
    align-items: center;
    padding: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.block::before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% + 22px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #2c3c54;
}
.w-menu[style*=--main-color] .menu>li{
	padding: 0 29px
}
.w-menu[style*=--main-color] .menu>li::before{
    content: '';
    position: absolute;
        margin-top: 10px;
    transform: translateY(-50%);
    right: 0;
	left: auto;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
	background: linear-gradient(to left,#fff ,rgb(255 255 255 / 6%));
}
.partners .w-grid-list {
    display: flex;
    justify-content: center;
}
html[lang="en-US"] .w-menu[style*=--main-color] .menu > li::before {
    content: '';
    position: absolute;
    margin-top: 10px;
    transform: translateY(-50%);
    left: 0;
	right: auto;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: linear-gradient(to left, #fff, rgb(255 255 255 / 6%));
}
.post-thumb {
    margin-bottom: 30px;
	 z-index: 99;

}
.post-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    opacity: 1;
}
.post-thumb img {
	border-radius: 50%;
    box-shadow: none;
    border: solid;
    padding: 10px;
	    border-color: #b8967e;
    max-width: 250px;
    max-height: 250px;
    z-index: 99;
    object-fit: cover;
}
.post-title-head{
    transform: scale(1);
    margin-bottom: 10px;
    font-size: 26px;
   /* line-height: 1.25px;*/
}
.team-inner {
    color: #c1a363;
    padding: 50px 0px 50px 0px;
	position: relative;
	overflow: hidden;
	text-align: center;
	 transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.team-inner::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #f9f7f5;
    border-radius: 0% 0 50% 50%;
}
.team-inner::after{
	  content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    border-radius: 50% 50% 0% 0%;
	 background: linear-gradient(to bottom,rgba(184,150,126,0.30),rgb(58 123 213 / 0));
}
.team-inner >.post-thumb img{
	transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.team-inner:hover>.post-thumb img {
    transform: scale(.95);
}
.feature-box-wrapper{
	border-radius: 0px 30px 0px 30px;
	border: 1px solid #ffffff75;
	margin: 0px 0px 0px 0px;
    padding: 45px 30px 40px 40px;
	text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.feature-box-wrapper:hover{
	border-radius: 30px 0px 30px 0px;
	border: 1px solid #c1a363;
}
.feature-box-wrapper-white{
	border-radius: 0px 30px 0px 30px;
	border: 1px solid #cccccc85;
	margin: 0px 0px 0px 0px;
    padding: 45px 30px 40px 40px;
	text-align: center;
	box-shadow: 5px 5px 0 #ccc;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.feature-box-wrapper-white:hover{
	box-shadow: 5px 5px 0 #c1a363;
}
.sub-title {
	position: relative;
    width: fit-content;
}
.sub-title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -29px;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
	background: linear-gradient(to right,#c1a363,rgb(184 151 128 / 6%));
}
.sub-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
	background: linear-gradient(to left,#c1a363,rgb(184 151 128 / 6%));
}

.l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    background: #040404 !important;
}
.dir-ltr{
	direction: ltr;
}
.dir-ltr span.w-text-value {
    padding-left: 10px;
}
.l-subheader.at_top .l-subheader-h {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom {
    box-shadow: none !important;
}

h1.w-text.ush_text_1.icon-color.dir-lang.nowrap.icon_atleft .w-text-value {
    font-size: 30px;
    margin: ;
}
.process-box .inner-box {
    width: 150px;
    height: 150px;
    background: #e8e8e8;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 30px;
}
.inner-box:before {
    position: absolute;
    content: "";
    height: 165px;
    top: -10px;
    text-align: center;
    left: -10px;
    border-radius: 50%;
    width: 165px;
    border: 3px dashed rgba(0, 23, 54, 0.1);
    transition: all .3s ease-in-out;
}
.process-box .inner-box .process-img {
    text-align: center;
    z-index: 1;
	    background: #fff;
    border-radius: 50%;
    margin: 20px;
    padding: 18px;
}
.process-box .inner-box .process-img img {
    width: 100%;
    height: 100%;
}
.process-box:hover .inner-box {
   background: #10598c;
}
.process-box:hover .inner-box:before {
    border-color: #d2682d;
    animation: rotated 10s infinite linear;
}
@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.text-center {
    text-align: center !important;
}
.image-oval{
	position: relative;
	overflow: hidden;
}
.image-oval:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.small-title-big span.w-text-value:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: -15px;
    top: -10px;
    z-index: 0;
    background-color: rgba(254, 124, 0, 0.15);
}
.image-oval .img-01 {
    border-radius: 100% 0 0 100% / 0% 0 50% 50%;
	object-fit: cover;
}
.image-oval .img-02 {
    border-radius: 0% 100% 100% 0% / 0% 50% 0% 100%;
	object-fit: cover;
}
.image-oval:hover:before {
    -webkit-animation-duration: 0.95s;
    animation-duration: 0.95s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: circle;
    animation-name: circle;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}
