/*
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:*/
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100% !important;
}
h2.widgettitle {
    display: none !important;
}
.tagcloud a {
    color: #bd1d2d !important;
    font-size: 12px !important;
    margin: 5px 0;
    border: 1px solid #999;
    padding: 0px 10px;
    display: inline-flex;
    border-radius: 50px;
}
.tagcloud a:hover{
	color: #fff !important;
	background: #bd1d2d !important;
}
@media (max-width: 600px) {
    .l-subheader.at_middle, .l-subheader.at_middle .w-dropdown-list, .l-subheader.at_middle .type_mobile .w-nav-list.level_1
 {
    background: rgb(37 37 37) !important;
    color: #ffffff !important;
}
}
@media (min-width: 1381px) {
    .l-header.sticky .l-subheader.at_middle {
        line-height: 70px;
        height: 70px;
        background: #262626 !important;
    }
}
.at_top .l-subheader-h {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #a0a0a0 !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: #bb1f2d;
}
.process-box:hover .inner-box:before {
    border-color: #bb1f2d;
    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
    }
}
.dir-lang{
	direction: ltr;
}
.at_top .l-subheader-h {
    margin-bottom: 10px;
}

a {
    cursor: pointer !important;
}
.small-title span.w-text-value:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    right: -7px;
    top: -5px;
    z-index: 0;
    background-color: rgba(254, 124, 0, 0.15);
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    top: -100px;
    z-index: 9;
}

.about i.fa-info {
    background: #bb1f2d !important;
    padding: 40px;
    border-radius: 40px 0;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.pattern-layer{
	position: relative;
}

 .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  background-repeat: repeat-x;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

 .catg a {
    background: #bb1f2d;
    font-size: 12px;
    padding: 0px 15px;
    color: #fff !important;
    position: absolute;
    z-index: 9;
    top: 15px;
    right: -3px;
}




@media (max-width: 787px){
 .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  background-repeat: repeat-x;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

}

.icons-img img {
    opacity: 0.5;
}

/* about page*/
.about-text .w-itext-part{
	color: #bb1f2d;
}

.category-about-grid .w-grid-item  {
	box-shadow: 1px 1px 3px #00000014;
	border-radius:25px;
}
.w-post-elm.post_content.usg_post_content_1 p {
    text-align: justify !important;
}
.counter-title .w-counter-title{
	font-size: 18px;
    font-weight: 400!important;
}
.counter-title .w-counter-value{
	color: #fff!important;
    font-weight: 700;
    font-size: 4rem!important;
}
.counter-title .w-counter-value-part.type_text {
	color: #bb1f2d;
}
.layout_portfolio_18 .usg_post_title_1 {
    display: none !important;
}