/*
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:*/
.prag-style{
	background: rgb(176 73 90 / 7%);
    padding: 15px;
    border-radius: 14px;
}
.top-links a.w-iconbox-link {
    cursor: pointer !important;
}
.top-links a.w-iconbox-link:hover {
        color: #e14242 !important;
}
.w-tabs.accordion>div>.w-tabs-section {
    display: block;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-radius: 10px;
	    margin-bottom: 20px;
}
.w-tabs.accordion>div>div>.w-tabs-section-header {
    display: flex;
    justify-content: space-between;
}

.apps-craft-round {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #232838;
    box-shadow: 0 18px 32px rgba(0,0,0,.28);
    line-height: 105px;
    position: relative;
    color: #fff;
    font-size: 2.571em;
    text-align: center;
	margin-bottom: 86px
}

.apps-craft-round:before {
    position: absolute;
    content: "";
    top: 86px;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
    border-left: 1px dashed #13d7cd;
}

/*.phoneContent {
    width: 390px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}*/

.round-1 {
    position: absolute;
    left: 50%;
    width: 416px;
    height: 416px;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
}

@media(max-width:768px){
	.round-1 {
	  width: 335px;
	  height:335px;
	}
	.apps-craft-round {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #232838;
    box-shadow: 0 18px 32px rgba(0,0,0,.28);
    line-height: 85px;
    position: relative;
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-bottom: 70px;
    padding: 0px 20px;
}
	.apps-craft-round:before {
    position: absolute;
    content: "";
    top: 70px;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
}
}
.round-1:before {
    animation: animationSignal1;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-animation: animationSignal1;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2.5s;
    z-index: -1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transition: all 0.5;
    -o-transition: all 0.5;
    -webkit-transition: all 0.5;
    -ms-transition: all 0.5;
    transition: all 0.5;
	opacity:0;
}
.round-1:before, .round-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: inherit;
}
.round-1 .round-2 {
    position: absolute;
    left: 10%;
    top: 10%;
    height: 80%;
    width: 80%;
    border-radius: 50%;
}
.round-1 .round-2:before {
    animation: animationSignal3;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-animation: animationSignal1;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2.5s;
    z-index: -1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transition: all 0.5;
    -o-transition: all 0.5;
    -webkit-transition: all 0.5;
    -ms-transition: all 0.5;
    transition: all 0.5;
	opacity:0;
}
.round-1 .round-2:before, .round-1 .round-2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
}
.round-1 .round-2:before, .round-1 .round-2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
}



@keyframes animationSignal1 {
  /*Video Popup*/
	0% {
		opacity: 0.8;
		transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		-webkit-transform: scale(0.9);
	}
	100% {
		transform:  scale(1.5);
		-moz-transform:  scale(1.5);
		-ms-transform:  scale(1.5);
		-o-transform:  scale(1.5);
		-webkit-transform:  scale(1.5);
		opacity: 0;
	}
}


/***** Add border bottom *****/
/*
#home{
	border-bottom: 7px solid transparent;
		
	border-image:url(https://stg.tocaany.com/regimen/wp-content/uploads/2022/12/divider-3.png) 30 30 round;
	border-top:0;
border-left:0;
border-right:0;

}
*/
#home{
	position:relative;
}
#home::after ,#about::after {
	content:"";
	position:absolute;
	bottom:-2px;
	left:0;
	height:10px;
	width:100%;
	background-image:url(https://stg.tocaany.com/regimen/wp-content/uploads/2022/12/divider-3.png);
	
}/*
#border-img-bottom-custom::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:10px;
	width:100%;
	background-image:url(https://stg.tocaany.com/regimen/wp-content/uploads/2022/12/divider-3.png);
}*/
.border-img-top::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:10px;
	width:100%;
	background-image:url(https://stg.tocaany.com/regimen/wp-content/uploads/2022/12/divider-top.png);
	
}/*
.border-img-top-2::after{
	content:"";
	position:absolute;
	bottom:-1;
	left:0;
	height:10px;
	width:100%;
	background-image:url(https://stg.tocaany.com/regimen/wp-content/uploads/2022/12/divider-3.png);
	
}*/

/* header */
.l-subheader.at_middle {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%)!important;
}

/* rotate img */
.w-image.rotate-img img{
	transform:rotate(-45deg);
}


#photos .w-post-elm.post_title.usg_post_title_1{
display:none!important;}