/*   
Theme Name: Yoga.drteam.biz
Theme URI: http://yoga.drteam.biz/
Description: yoga studio website
Author: gofa
Version: 2.0
*/
/*--------- Body Strat -------*/
body {
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #717171;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
}
/*--------- Body End -------*/
/*---------- Typography Css Start -------*/


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #202020;
}
img {
	max-width: 100%;
}
input, textarea, select, button {
	outline: none;
	box-shadow:none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
.prt_toppadder10{
	padding-top:10px;
}
.prt_toppadder20{
	padding-top:20px;
}
.prt_toppadder30{
	padding-top:30px;
}
.prt_toppadder40{
	padding-top:40px;
}
.prt_toppadder50{
	padding-top:30px;
}
.prt_toppadder60{
	padding-top:60px;
}
.prt_toppadder70{
	padding-top:70px;
}
.prt_toppadder80{
	padding-top:80px;
}
.prt_toppadder90{
	padding-top:90px;
}
.prt_toppadder100{
	padding-top:100px;
}
.prt_toppadder115{
	padding-top:115px;
}
.prt_bottompadder10{
	padding-bottom:10px;
}
.prt_bottompadder20{
	padding-bottom:20px;
}
.prt_bottompadder30{
	padding-bottom:30px;
}
.prt_bottompadder40{
	padding-bottom:40px;
}
.prt_bottompadder50{
	padding-bottom:50px;
}
.prt_bottompadder60{
	padding-bottom:60px;
}
.prt_bottompadder70{
	padding-bottom:70px;
}
.prt_bottompadder80{
	padding-bottom:80px;
}
.prt_bottompadder90{
	padding-bottom:90px;
}
.prt_bottompadder100{
	padding-bottom:100px;
}
.prt_bottompadder115{
	padding-bottom:115px;
}
.prt_padderboth120{
	padding:120px 0px;
}
/*---------- Preloader Css Start -------*/
#preloader {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
/*---------- Heading Css Start -------*/
.prt_heading_wrapper{
	text-align:center;
}
.prt_heading{
	margin-bottom:50px;
    display: inline-block;
	position:relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_heading h1{
	font-size:40px;
	margin:0px;
	text-transform:uppercase;
	position:relative;
	width:auto;
	font-weight:600;
	padding-bottom:15px;
}
.prt_heading h1:after{
	content:"";
	position:absolute;
	background-color:#202020;
	width:100%;
	height:2px;
	top:100%;
	left:0;
}

.prt_heading_wrapper_2{
	text-align:left;
}
.prt_heading_wrapper_2 .prt_heading{
	margin-bottom:30px;
}
/*---------- Button css End -------*/

/*---------- Typography css End -------*/
/*---------- Main Wrapper css Start -------*/
.prt_main_wrapper{
	position:relative;
	overflow-x:hidden;
}
.prt_main_wrapper::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #666666;
}
.prt_main_wrapper::-webkit-scrollbar{
	width: 0.1px;
	background-color: #F5F5F5;
}
.prt_main_wrapper::-webkit-scrollbar-thumb{
	background-color: #000000;
}


.prt_home_wrapper video{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 0;	
}

.prt_logo_wrapper img{
    position: fixed;
    left: 50px;
    top: 50px;
    z-index: 2;
	-webkit-animation: rotate 2s linear infinite;
	-moz-animation: rotate 2s linear infinite;
	-o-animation: rotate 2s linear infinite;
	-ms-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotatey(360deg);
  }
}
@-moz-keyframes rotate {
  100% {
    -moz-transform: rotatey(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotatey(360deg);
  }
}


/*.prt_menu_wrapper a{
	position:absolute;
	text-transform:uppercase;
	color:#202020;
	font-size:18px;
	margin:0px auto;
	z-index:1;
	font-weight:500;
	letter-spacing:5px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.prt_menu_wrapper a:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%) !important;
  -moz-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%) !important;
  -ms-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%) !important;
  -o-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%) !important;
  -webkit-mask-size: 200%;
  -moz-mask-size: 200%;
  -ms-mask-size: 200%;
  -o-mask-size: 200%;
  -webkit-animation: shine 1.3s infinite;
  -moz-animation: shine 1.3s infinite;
  -o-animation: shine 1.3s infinite;
  -ms-animation: shine 1.3s infinite;
  animation: shine 1.3s infinite;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

/*---------- About css Start -------*/

.prt_about_info{
	display:inline-flex;
    align-items: center;
	width:100%;
}
.prt_about_img{
	display:inline-block;
	width:100%;
	/*text-align:center;*/
}
.prt_about_img img{
	display:inline-block;
    -webkit-box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
    margin: 0 30px 30px 0;
}
.prt_about_details{
	display:inline-block;
	width:100%;
}
.prt_about_details p{
	margin-bottom:30px;
}
.prt_about_details a.prt_btn{
	margin-right:20px;
	margin-bottom:10px;
}
.prt_about_edulearn_wrapper{
	display:inline-block;
	width:100%;
}
.prt_about_learnsection{
	display:inline-block;
	width:100%;
	position:relative;
    z-index: 1;
}
.prt_about_learnsection:after{
    content: "";
    position: absolute;
    background-color: #202020;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: -1;
}
.prt_about_learnbox_right{
    display: table;
    width: 100%;
	margin-bottom:30px;
	position:relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_right:after{
    content: "";
    position: absolute;
    background-color: #000000;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 3px solid #ffffff;
    top: 50%;
    left: -22px;
    margin-top: -7px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_about_learnbox_left{
    display: table;
    width: 100%;
	margin-bottom:30px;
	text-align:right;
	position:relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_left:after{
    content: "";
    position: absolute;
    background-color: #000000;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 3px solid #ffffff;
    top: 50%;
    right: -22px;
    margin-top: -7px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.prt_about_learnbox_left .prt_about_learnbox_year{
	float:right;
    padding-top: 30px;
}
.prt_about_learnbox_year{
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}
.prt_about_learnbox_year h1{
	font-size:60px;
	margin:0px;
	color:#202020;
    font-weight: 500;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_right:hover .prt_about_learnbox_year h1{
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prt_about_learnbox_left:hover .prt_about_learnbox_year h1{
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prt_about_learnbox_left .prt_about_learnbox_info{
	float:left;
}
.prt_about_learnbox_info{
    display: table-cell;
    width: calc(100% - 200px);
}

.prt_about_learnbox_info p{
	margin:0px;
}
.prt_about_experience_wrapper{
	display:inline-block;
	width:100%;
}
.prt_about_experience{
	display:inline-block;
	width:100%;
}
.prt_about_experiencebox{
	display: table;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    padding: 50px 10px 50px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_experiencebox:after{
    content: "";
    position: absolute;
    background-color: #f5f5f5;
    top: 0;
    right: 0;
    bottom: 0;
    width: 69%;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_experiencebox:hover:after{
	background-color:rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_about_experience_year{
    display: table-cell;
    width: 230px;
    vertical-align: middle;
}
.prt_about_experience_year h1{
	font-size:100px;
	margin:0px;
	color:#202020;
    font-weight: 500;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_experience_year h4{
	font-size:18px;
	text-transform:capitalize;
	margin:0px;
	text-align:right;
	color:#717171;
}
.prt_about_experience_info{
    display: table-cell;
    width: calc(100% - 230px);
	padding-left:30px;
}


.prt_profile_slider{
    display: inline-block;
    width: 100%;
    padding-top: 30px;
	text-align:center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.prt_profile_slider i{
	display: inline-block;
    width: 100%;
    font-size: 76px;
	color:#202020;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider .item:hover i.pl_clr1{
	color: #1b73ff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider .item:hover i.pl_clr2{
    color: #c82663;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider .item:hover i.pl_clr3{
    color: #76c239;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider h4{
	display:inline-block;
	width:100%;
	margin-bottom:0px;
    color: #202020;
    margin-top: 20px;
	text-transform:capitalize;
}
.prt_profile_details{
	display:inline-block;
	width:100%;
}
.prt_profile_details p{
	margin-bottom:0px;
}
/*---------- Contact Page css Start -------*/
.prt_contact_wrapper{
    background-color: #ffffff;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    display: none;
}
.prt_contact_box{
	
}
.prt_contact_info{
	display:inline-block;
	margin-bottom:50px;
	width:100%;
}
.prt_contact_info h1{
	font-size:30px;
	display:inline-block;
	margin:0px 0px 35px 0px;
	text-transform:uppercase;
}
.prt_contact_form{
	display:inline-block;
	width:100%;
}

/*.prt_contact_form input:hover, .prt_contact_form input:focus, .prt_contact_form textarea:hover, .prt_contact_form textarea:focus{
	background-color:#e1e1e1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.prt_contact_form textarea{
	height:auto;
	resize:vertical;
}
.prt_contact_form .prt_btn{
	margin-top:0px;
}
.prt_contact_map{
	display:inline-block;
	width:100%;
	margin-bottom:50px;
}
.prt_contact_map iframe{
	display:inline-block;
	width:100%;
	height:513px;
	border:0px;
}

.prt_contact_details_box{
	padding:80px 0px;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:1;
	margin-top:50px;
    min-height: 243px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box:hover{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.prt_contact_details_box:after{
	content:"";
	position:absolute;
	background-color:rgba(0, 0, 0, 0.85);
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:-1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box:hover:after{
	background-color:rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box h4{
	font-size:18px;
	margin-top:0px;
	margin-bottom:20px;
	text-transform:capitalize;
    color: #ffffff;
}
.prt_contact_details_box p{
	margin:0px;
}
.prt_contact_details_box p a{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box p a:hover{
	color:#00A7E1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*---------- Services css Start -------*/
.prt_services_wrapper{
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 1;
    display: none;
}
.prt_services_slider_wrapper{
    display: inline-block;
    width: 100%;
}
.prt_services_slider_imgs{
    display: inline-block;
    width: 100%;
	text-align:center;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_imgs img.img_1, .prt_services_slider_imgs img.img_2, .prt_services_slider_imgs img.img_3, .prt_services_slider_imgs img.img_4{
	position: absolute;
    left: 0;
    top: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.prt_services_slider_imgs .img_2 {
	z-index: 3;
    -webkit-transform: translateX(-44px) scale(0.9);
    -moz-transform: translateX(-44px) scale(0.9);
    -ms-transform: translateX(-44px) scale(0.9);
    -o-transform: translateX(-44px) scale(0.9);
	transform: translateX(-44px) scale(0.9);
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_imgs .img_3 {
	z-index: 2;
    -webkit-transform: translateX(-85px) scale(0.8);
    -moz-transform: translateX(-85px) scale(0.8);
    -ms-transform: translateX(-85px) scale(0.8);
    -o-transform: translateX(-85px) scale(0.8);
    transform: translateX(-85px) scale(0.8);
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_imgs .img_4 {
	z-index: 1;
    -webkit-transform: translateX(-125px) scale(0.7);
    -moz-transform: translateX(-125px) scale(0.7);
    -ms-transform: translateX(-125px) scale(0.7);
    -o-transform: translateX(-125px) scale(0.7);
    transform: translateX(-125px) scale(0.7);
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_imgs img.active {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
    z-index: 4;
	-webkit-animation:fadeIn 0.5s;
	-moz-animation:fadeIn 0.5s;
	-ms-animation:fadeIn 0.5s;
	-o-animation:fadeIn 0.5s;
	animation:fadeIn 0.5s;
}
.prt_services_slider_box{
	display:inline-block;
	width:100%;
}
.prt_services_slider_text{
	float:left;
	width:50%;
	text-align:center;
	overflow:hidden;
	height:175px;
	margin-bottom:30px;
	cursor:pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_text:hover img, .prt_services_slider_text.active img{
	width:86px;
	height:100px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_text img{
	display:inline-block;
	width:60px;
	height:70px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_text h4{
	text-transform:capitalize;
	font-size:18px;
	margin-bottom:0px;
	margin-top:20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_text:hover h4, .prt_services_slider_text.active h4{
	margin-top:30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_text:hover p, .prt_services_slider_text.active p{
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_services_slider_text p{
	margin-bottom:0px;
	margin-top:20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_couter_wrapper:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_counter_box{
    display: inline-block;
    width: 100%;
	text-align:left;
	padding-left:100px;
	margin-bottom:30px;
}


.circles-text {
	font-size: 36px !important;
	color:#202020;
	font-weight:500;
}
#canvas{
	display:inline-block;
	width:100%;
}
#canvas .circle {
	display: inline-block;
	margin: 1em;
	width: 200px;
	height: 200px;
}
#canvas h5{
	font-size:18px;
	text-align:center;
}
#circles-1{
	background-image:url(http://placehold.it/200X200);
	border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#circles-2{
	background-image:url(http://placehold.it/200X200);
	border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#circles-3{
	background-image:url(http://placehold.it/200X200);
	border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#circles-4{
	background-image:url(http://placehold.it/200X200);
	border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.circles-decimals {
	font-size: .4em;
}
.prt_skills_wrapper{
    display: inline-block;
    width: 100%;
}
.prt_skills_bars{
    display: inline-block;
    width: 100%;
}
.prt_client_slider_wrapper{
    display: inline-block;
    width: 100%;
}
.prt_client_slider{
    display: inline-block;
    width: 100%;
	text-align:center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_client_slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.prt_client_slider .owl-carousel .owl-item img{
	width:auto !important;
    display: inline-block;
	opacity:0.4;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_client_slider .owl-carousel .owl-item img:hover{
	opacity:1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---------- Portfolio css Start -------*/
.prt_portfolio_wrapper{
    background-color: #ffffff;
    position: absolute;
    right: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    display: none;
}
.prt_loadmore{
	display:none;
}
.prt_portfolio_box{
	display:inline-block;
	width:100%;
}
.prt_portfolio_box a{
	display:inline-block;
	width:100%;
	margin-bottom:30px;
	text-align:center;
}
.prt_portfolio_img{
	display:inline-block;
	width:auto;
	text-align:center;
	position:relative;
	overflow:hidden;
	z-index:1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_portfolio_img:after{
	content:"";
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(255, 255, 255, 0.5);
	z-index:0;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_portfolio_img:hover:after{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_portfolio_img img{
	display:inline-block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_portfolio_img:hover img{
	display:inline-block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_portfolio_img:hover .prt_portfolio_text{
	bottom:0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_portfolio_text{
	position:absolute;
	bottom:-111px;
	left:0px;
	width:100%;
	text-align:left;
	padding:30px;
    z-index: 1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_portfolio_text h4{
	font-size:18px;
	text-transform:uppercase;
	color:#000000;
	margin-top:0px;
}
.prt_portfolio_text p{
	margin:0px;
	text-transform:capitalize;
	color:#000000;
}
/*---------- Footer css Start -------*/

.prt_footer_wrapper p{
    display: inline-block;
	width:auto;
	text-align:left;
	color:#202020;
	margin:0px;
    padding-top: 5px;
}
.prt_footer_wrapper p a{
	color:#00A7E1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_footer_wrapper p a:hover{
	color:#00A7E1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_footer_wrapper ul{
    float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.prt_footer_wrapper ul li{
	display:inline-block;
	width:auto;
	list-style:none;
	margin:0px 0px;
}
.prt_footer_wrapper ul li:last-child{
	margin-right:0px;
}
.prt_footer_wrapper ul li:first-child{
	margin-left:0px;
}
.prt_footer_wrapper ul li a{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#1c1c1c;
	border-radius:100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_footer_wrapper ul li a:hover{
	color:#ffffff;
	background-color:#00A7E1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


















a {
    color: #717171;
    text-decoration: none;
    cursor:pointer;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contact-form {
    z-index: 1;
    height: 70%;
    width: 45%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    right: 100px;
    /*top: 50px;*/
}

.prt_home_wrapper h1{
    font-size: 38px;
    color: #292929;
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
}

.prt_home_wrapper h1::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-right: 10px solid #00A7E1;
    border-top: 10px solid #00A7E1;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: -20px;
    left: -20px;
}

.prt_home_wrapper h1::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-right: 10px solid #00A7E1;
    border-top: 10px solid #00A7E1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -20px;
    right: -20px;
}

.prt_home_wrapper{
    background-color:#ffffff;
    position:relative;
    overflow-y:auto;
    padding: 200px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.prt_home_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.prt_home_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    width: 60%;
    text-align: center;
}

.prt_home_wrapper form h4 {
    font-size: 27px;
    text-transform: uppercase;
    /*margin-bottom: 0;*/
}

.prt_home_wrapper form h5 {
    font-size: 18px;
    /*text-transform: uppercase;*/
    margin-top: 0;
    font-weight: 700;
    /*color: #fff;*/
    text-align: center;
}

.prt_home_wrapper form .form-group {
    width: 100%;
    /*text-align: center;*/
    position: relative;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.prt_home_wrapper form .form-group .country-code {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 10px;*/
    width: 17%;
    /*border: 1px solid rgba(0,0,0,.3);*/
    /*border-right: none;*/
    border-radius: 30px 0 0 30px; 
}

.prt_home_wrapper form .form-group .country-code select {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 20px;
    border-radius: 30px 0 0 30px; 
    border: 1px solid rgba(0,0,0,.3);
    border-right: none;
    padding: 0 9px;
}

.prt_home_wrapper form .form-group .country-code select option {
    font-size: 20px;
}

.prt_home_wrapper form .form-group .country-code span {
    font-size: 20px;
}

.prt_home_wrapper form label {
    position: absolute;
    left: 10px;
    top: 0;
    background: #fff;
    padding: 0 3px;
    font-size: 13px;
}

.prt_home_wrapper form .form-group-first {
    position: relative;
    width: 100%;
}

.prt_home_wrapper form .form-group label {
    position: absolute;
    left: 70px;
    top: 0;
    background: #fff;
    padding: 0 3px;
    font-size: 13px;
}

.prt_home_wrapper form input {
    margin: 10px 0;
    height: 50px;
    border-radius: 30px;
    width: 100%;
    padding: 0 20px;
    font-size: 20px;
    border: 1px solid rgba(0,0,0,.3);
}

.prt_home_wrapper form .input-block input {
    /*width: 83%;*/
    /*border-radius: 0 30px 30px 0;*/
    padding: 0 20px 0 70px;
}

.prt_home_wrapper form button {
    height: 50px;
    width: 60%;
    background: #00A7E1;
    border: 1px solid #00A7E1;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
    margin-top: 10px;
    border-radius: 30px;
}

.prt_home_wrapper form button:hover {
    background: transparent;
    /*transform: scale(1.02);*/
    /*-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);*/
    /*box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);*/
    border: 1px solid #00A7E1;
    color: #00A7E1;
}

a:hover, a:focus {
    color: #717171;
    text-decoration: none;
}
a:focus {
    outline: none;
}

.prt_heading p{
    text-align: right;
    width: auto;
    text-transform: uppercase;
    background-color: #ffffff;
    margin: 0px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #00A7E1;
    font-weight: 600;
}

.portfolio-wrapper {
    margin-bottom: 100px;
}

.portfolio-wrapper .portfolio-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    max-height: 800px;
    width: 100%;
    counter-reset: brick;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.portfolio-wrapper .portfolio-list .archive-portfolio-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0; 
    overflow: hidden;
    margin: 0 0 8px 8px;
    color: white;
    position: relative;
    -webkit-box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
    list-style: none;
    display: inline-block;
    outline: 1px solid rgba(255,255,255,.7);
    outline-offset: -10px;
    margin: 15px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 370px;
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.modal-single-portfolio-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3); 
    display: none;
    position: fixed;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 101;
}

.active-modal-wrapper {
    display: flex;
} 

.modal-single-portfolio {
    width: 90%;
    height: 90%;
    background: rgb(255,255,255); 
    border: 2px solid #fff;
    position: fixed;
    display: none;
    overflow: auto;
    -webkit-box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
        /*-ms-transform: translate(-50%, -50%);*/
            /*transform: translate(-50%, -50%);*/
}

.active-modal {
    display: block;
    opacity: 1;
}




/*.portfolio-wrapper .portfolio-list li .title {
    background: rgba(255,255,255,.7);
    width: 100%;
    padding: 5px 20px;
    transform: translateY(0);
    transition: .3s;
}

.portfolio-wrapper .portfolio-list li .title h3 {
    font-weight: 600;
}*/

.portfolio-wrapper .portfolio-list li .invis-info-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7); 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*opacity: 0;*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 20px;
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
}

.portfolio-wrapper .portfolio-list li .invis-info-block p {
    color: #323232;
    font-weight: 400;
}

.portfolio-wrapper .portfolio-list li .invis-info-block h3 {
    font-weight: 600;
    margin-top: 0;
    font-size: 20px;
}

.portfolio-wrapper .portfolio-list li .invis-info-block a {
    color: #323232;
    font-weight: 600;
    background: #00A7E1;
    width: 137px;
    height: 37px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.portfolio-wrapper .portfolio-list li .invis-info-block a:hover {
   background: #00E05D; 
}

.portfolio-wrapper .portfolio-list li .invis-info-block a i {
    font-size: 14px;
    margin-left: 10px;
}

.portfolio-wrapper .portfolio-list li:hover .invis-info-block {
    opacity: 1;
    -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
            transform: translatey(0);
    background: rgba(255,255,255,.7)
}

/*.portfolio-wrapper .portfolio-list li:hover .title {
    display: none;
    transform: translateY(-100%);
    opacity: 0;
}*/

.portfolio-wrapper .portfolio-list li:nth-child(2n+1) {
    height: 370px;
}

.portfolio-wrapper .portfolio-list li:nth-child(3n+2) {
    height: 320px;
}

.portfolio-wrapper .portfolio-list li:nth-child(5n-2) {
    height: 320px;
}

.blocks-gallery-item:nth-child(2n+1) {
    height: 370px;
}

.blocks-gallery-item:nth-child(3n+2) {
    height: 320px;
}

.blocks-gallery-item:nth-child(5n-2) {
    height: 280px;
}

.modal-single-portfolio-wrapper .modal-title {
    font-weight: 600;
}

.modal-single-portfolio-wrapper h4 {
    font-weight: 600;
}

.modal-single-portfolio-wrapper .modal-content {
    border: none;
}
.modal-single-close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 10px;
    width: 100%;
}

.modal-single-close-btn a {
    font-size: 30px;
    /*margin: 5px 10px 0 0;*/
    color: rgb(64,64,64);
    position: fixed;
    z-index: 9;
}

.prt_btn{
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    padding: 0 20px;
    min-width:140px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-align:center;
    text-transform: uppercase;
    background-color:#00A7E1;
    border:1px solid #00A7E1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_btn:hover, .prt_btn:focus{
    color: #00A7E1;
    background-color: #ffffff;
    border:1px solid #00A7E1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_about_learnbox_info span{
    display: inline-block;
    width: 100%;
    color: #00A7E1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.prt_about_learnbox_info h4{
    font-size:18px;
    text-transform: uppercase;
    margin-top:0px;
    font-weight: 600;
}

.prt_about_learnbox_right:hover:after{
    background-color: #ffffff;
    border: 3px solid #00A7E1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_about_learnbox_right:hover .prt_about_learnbox_year h1{
    color: #00A7E1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_about_learnbox_left:hover .prt_about_learnbox_year h1{
    color: #00A7E1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_about_learnbox_left:hover:after{
    background-color: #ffffff;
    border: 3px solid #00A7E1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_about_experiencebox:hover .prt_about_experience_year h1{
    color: #00A7E1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_footer_wrapper{
    background-color:#f5f5f5;
    /*margin-top:115px;*/
    margin-top: -10px;
}

.prt_profile_info{
    display:inline-block;
    width:100%;
    margin-bottom: 100px;
}

.prt_couter_wrapper{
    display: inline-block;
    width: 100%;
    background-image:url('/wp-content/themes/yoga/images/testimonials-back.jpg');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    position: relative;
    /*z-index: 1;*/
}

.fa-smile:before {
    content: '\f118';
    font-family: 'FontAwesome';
}

.fa-graduation-cap:before {
    content: '\f19d';
    font-family: 'FontAwesome';
}

.fa-award:before {
    content: '\f091';
    font-family: 'FontAwesome';
}

.prt_counter_box i {
    font-size: 70px;
    /*color: rgba(255,255,255,.5);*/
    color: #fff;
}

.prt_counter_box h3{
    font-size: 40px;
    margin: 0px;
    font-weight: 500;
    margin-top: -65px;
    margin-left: 90px;
    color: #00A7E1;
}

.prt_counter_box p{
    font-size: 18px;
    margin-left: 70px;
    color: #00A7E1;
    text-transform: uppercase;
    /*font-weight: 600;*/
}

.prt_contact_details{
    display:inline-block;
    width:100%;
    margin-bottom: 100px;
}

.prt_contact_details_box.details_box1{
    background-image:url('/wp-content/themes/yoga/images/cellphones.jpg');
}
.prt_contact_details_box.details_box2{
    background-image:url('/wp-content/themes/yoga/images/email.jpg');
}
.prt_contact_details_box.details_box3{
    background-image:url('/wp-content/themes/yoga/images/adress.png');
}

.menu li, .lang-menu li {
    list-style: none;
}

.prt_menu_wrapper li.prt_top a {
    top:45px;
    left:0px;
    right:0px;
    width:150px;
    text-align: center;
}
.prt_menu_wrapper li.prt_bottom a {
    bottom:45px;
    left:0px;
    right:0px;
    width: 200px;
    text-align: center;
}
.prt_menu_wrapper li.prt_left a {
    top:50%;
    left:0px;
    transform: rotateZ(-90deg);
    margin-top:-15px;
    text-align: center;
}
.prt_menu_wrapper li.prt_right a {
    top:50%;
    right:0px;
    transform: rotateZ(90deg);
    margin-top:-15px;
    text-align: center;
}
.prt_menu_wrapper li.prt_left a {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.prt_menu_wrapper li.prt_right a {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.prt_menu_wrapper a{
    position:absolute;
    text-transform:uppercase;
    color:#202020;
    font-size:18px;
    margin:0px auto;
    z-index:1;
    font-weight:500;
    letter-spacing:5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
}

/*.prt_menu_wrapper li a{
    width: 100%;
    text-align: center;
}*/

.prt_about_experience_info h4{
    font-size:18px;
    text-transform: uppercase;
    margin-top:0px;
    font-weight: 600;
}
.prt_about_experience_info span{
    display:inline-block;
    width:100%;
    color: #00A7E1;
    text-transform: uppercase;
    margin-bottom:10px;
    font-weight: 600;
}
.prt_about_experience_info p{
    margin:0px;
}                                

.prt_about_wrapper{
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    top:-100%;
    z-index: 1;
    display: none;
    overflow: scroll;
    height: 100%;
    overflow-x: hidden;
}

.prt_contact_form input {
    width:100%;
    display:inline-block;
    border-radius: 30px;
    /*margin-bottom:30px;*/
    border: 1px solid rgba(0,0,0,.3);
    /*background-color:#f5f5f5;*/
    padding:0px 15px;
    height:50px;
    /*line-height:50px;*/
    color:#202020;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_contact_form textarea {
    width:100%;
    display:inline-block;
    border-radius: 30px;
    /*margin-bottom:30px;*/
    border: 1px solid rgba(0,0,0,.3);
    /*background-color:#f5f5f5;*/
    padding: 15px;
    height:50px;
    /*line-height:50px;*/
    color:#202020;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 150px;
    max-width: 100%;
}

.prt_contact_form form label {
    position: absolute;
    left: 25px;
    background: #fff;
    padding: 0 3px;
    font-size: 13px;
    top: -10px;
    font-weight: 600;
}

.prt_contact_form form .form-group {
    /*width: 80%;*/
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.popup-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 9;
    transition: .3s;
}

.popup {
    background: #fff;
    border: 1px solid #00A7E1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 30%;
    padding: 30px;
    position: relative;
    opacity: 0;
    transition: .3s;
}

.popup .close-popup {
    position: absolute;
    top: 5px;
    right: 10px;
}

.popup .close-popup a i {
    font-size: 20px;
}

.active-popup-wrapper {
    display: flex;
    opacity: 1;
    transition: .3s;
}

.active-popup {
    opacity: 1;
    transition: .3s;
}

.popup h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.popup p {
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
    padding: 0 20px;
}

.popup>a {
    margin-top: 10px;
}

.prt_services_slider_text div {
    display:inline-block;
    width:60px;
    height:70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 43%;
}

.prt_services_slider_text:hover div, .prt_services_slider_text.active div{
    width:86px;
    height:100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prt_services_slider_imgs div.active {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 4;
    -webkit-animation:fadeIn 0.5s;
    -moz-animation:fadeIn 0.5s;
    -ms-animation:fadeIn 0.5s;
    -o-animation:fadeIn 0.5s;
    animation:fadeIn 0.5s;
    -webkit-box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
box-shadow: 10px 10px 34px -30px rgba(0,0,0,0.75);
}

.prt_services_slider_imgs div.active:hover .comment-block {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
}

.prt_services_slider_imgs div.img_1, .prt_services_slider_imgs div.img_2, .prt_services_slider_imgs div.img_3, .prt_services_slider_imgs div.img_4{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
}

.prt_services_slider_imgs div div {
    background: rgba(0,0,0,.5);
}


.prt_services_slider_imgs div div h4 {
    color: #fff;
}

.prt_services_slider_imgs div div p {
    color: #fff;
    padding: 0 20px;
}

.comment-block {
    -webkit-transform: translateY(90%);
        -ms-transform: translateY(90%);
            transform: translateY(90%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: none;
    position: absolute;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.prt_services_slider_imgs div.active .comment-block {
    display: block;
}

.portfolio-modal-header {
    margin: 30px 0;
}

.portfolio-modal-text pre {
    background: none;
    border: none;
    text-align: center;
    padding: 30px 0;
}

.lang-menu {
    position: absolute;
    top: 45px;
    right: 100px;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-menu>li {
    margin: 5px 0;
    /*background: #00A7E1;*/
    display: flex;
    height: 100%;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.lang-menu>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 150px;*/
    color: #202020;
    padding: 0 15px;
    letter-spacing: 0;
}

.lang-menu>li>a:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    margin-left: 5px;
    height: 30px;
}

.lang-menu>li:hover .sub-menu {
    display: block;
}

.lang-menu .sub-menu {
    display: none;
    position: absolute;
    /*border: 1px solid #00A7E1;*/
    /*background: #00A7E1;*/
    padding: 0;
    top: 30px;
    z-index: 2;
}

.lang-menu .sub-menu li {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    position: relative;
    height: 30px;
    width: 50px;
    margin: 5px 0;
    padding: 0 5px;
}

.lang-menu .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202020;
    letter-spacing: 0;
}

.active-sub-menu {
    display: block;
}

/*.prt_close_wrapper img{
    position: fixed;
    right: 50px;
    top: 50px;
    cursor:pointer;
    z-index: 2;
}*/

.close-left {
    animation: moveLeft 4s infinite ease-in-out;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0);
    }
}

.close-top {
    -webkit-animation: moveTop 4s infinite ease-in-out;
            animation: moveTop 4s infinite ease-in-out;
}

@keyframes moveTop {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

.close-right {
    animation: moveRight 4s infinite ease-in-out;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(0);
    }
}

.close-bottom {
    animation: moveBottom 4s infinite ease-in-out;
}

@keyframes moveBottom {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.write-me-wrapper {
    text-align: center;
}

.sound-btn-wrapper {
    width: 70px;
    height: 30px;
    border: 1px solid red;
    z-index: 1;
}


.prt_close_wrapper {
    position: fixed;
    right: 50px;
    top: 50px;
    cursor: pointer;
    z-index: 2;
    width: 40px;
}

.prt_services_slider_imgs .img_1, .prt_services_slider_imgs .img_3, .prt_services_slider_imgs .img_4 {
    background-position: 50% 25%;
}


/*style for IE 10,11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .prt_home_wrapper{
        align-items: flex-start;
    }

    .portfolio-wrapper .portfolio-list {
        flex-flow: wrap;
        flex-wrap: wrap;
    }

    .portfolio-wrapper .portfolio-list .archive-portfolio-item {
        width: 30%;
    }

    .modal-single-portfolio {
        position: relative;
    }

    .modal-single-close-btn {
        padding: 0 40px 0 10px;
    }

   
}

/*style for IE 10,11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .prt_menu_wrapper li.prt_left a {
        transform: rotate(-90deg);
    }

    .prt_menu_wrapper li.prt_right a {
        transform: rotate(90deg);
    }

    .prt_home_wrapper {
        /*padding: 0;*/
    }

    .prt_home_wrapper{
        /*align-items: flex-start;*/
    }

    .prt_home_wrapper h1 {
        width: 70%;
    }

    .contact-form {
        /*display: table;*/
        /*justify-content: center;*/
        height: 60%;
    }
}

/*style for IE 9*/
:root .contact-form {
    text-align: center\0/IE9; 
    padding: 100px 0\0/IE9;
}

:root .prt_home_wrapper h1 {
    width: 70%\0/IE9;
    margin: 0 auto\0/IE9;
}

:root .prt_home_wrapper form {
    margin: 50px auto\0/IE9;
}

:root .comment-block {
    bottom: 0\0/IE9;
    /*text-align: right;*/
}

/*style for IE 6-8*/
*|html .class { 
}

/*for safari*/
_::-moz-svg-foreign-content, :root .prt_about_learnbox_info {
    width: 64%;
}

_::-moz-svg-foreign-content, :root .prt_about_learnbox_right .prt_about_learnbox_year {
    margin-right: 25px;
}

_::-moz-svg-foreign-content, :root .portfolio-wrapper .portfolio-list .archive-portfolio-item {
    display: inline-block;
    width: 30%;
}

_::-webkit-full-page-media, _:future, :root .lang-menu {
        right: 50px;
    }

.prt_profile_slider .item:hover i.pl_clr1 {
    color: #00A7E1;
}

.input-block {
    display: flex;
    align-items: center;
    width: 100%;
}

.input-block input {
    border-left: none;
}

.country-code {
    border-right: 1px solid rgba(0,0,0,.3);
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: absolute;
}

.country-code span {
    font-size: 20px;
}





































/*---------- Main Wrapper css End -------*/
/*---------- Responsive css Start -------*/
@media screen and (max-width: 1801px) {
    .prt_home_wrapper h1 {
        font-size: 50px;
    }

    .lang-menu {
        /*right: 18%;*/
    }

    .prt_home_wrapper video {
        /*height: 100%;
        width: auto;*/
    }
}

@media screen and (max-width: 1520px) {
    .prt_home_wrapper video {
        height: 100%;
        width: auto;
    }
}

@media screen and (max-width: 1401px) {
    .prt_home_wrapper form {
        width: 80%;
    }
}
@media screen and (max-width: 1201px) {
    .prt_counter_box {
        padding-left: 50px;
    }
    .prt_home_wrapper h1 {
        /*font-size: 120px;*/
    	margin:0px;
    }

    .contact-form {
        /*padding-left: 10px; */
        width: 50%;
    }

    .prt_home_wrapper:after {
        /*width: 40%;*/
    }

    .portfolio-wrapper .portfolio-list {
        max-height: 1200px;
        flex-flow: wrap;
    }

    .prt_about_experience_year h1 {
        font-size: 90px;
    }
}
@media screen and (max-width: 993px) {
    .contact-form {
        width: 70%;
        right: 16%;
    }

    .prt_home_wrapper form {
        width: 70%;
    }

    .lang-menu {
        top: 30px;
    }
.prt_profile_slider {
    padding-top: 0px;
    margin-bottom: 50px;
}
.prt_counter_box {
    padding-left: 0px;
}
.prt_about_learnbox_right:after {
    top: 0%;
    left: 0%;
    margin-top: 0
}
.prt_about_learnbox_left:after {
    top: 0%;
    right: 0%;
    margin-top: 0
}
.prt_about_learnsection:after{
	display:none;
}
.prt_about_learnbox_left, .prt_about_learnbox_right {
    border-bottom: 1px solid #202020;
    padding-bottom: 30px;
}
.prt_services_slider_wrapper {
    height: 1020px;
    position: relative;
    background: #fff;
}
.prt_services_slider_imgs {
    /*margin-left: 60px;*/
}
.prt_services_slider_box {
    position: absolute;
    top: 450px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.prt_home_wrapper h1 {
    font-size: 90px;
	margin:0px;
}

.prt_home_wrapper h1 {
    font-size: 40px;
}

.prt_home_wrapper form input {
    /*height: 30px;*/
    margin: 5px 0;
}

.prt_home_wrapper form .form-group .country-code {
    /*height: 30px;*/
}

.prt_home_wrapper form h4 {
    font-size: 20px;
}

.prt_menu_wrapper li.prt_right a {
    right: -30px;
}

.prt_menu_wrapper li.prt_left a {
    left: -15px;
}

.prt_menu_wrapper li.prt_top a {
    top: 30px;
}

.prt_menu_wrapper li.prt_bottom a {
    bottom: 30px;
}

.prt_toppadder115 {
    padding-top: 50px;
}

.modal-single-portfolio {
    width: 90%;
}

.prt_bottompadder115 {
    padding-bottom: 50px;
}

.prt_couter_wrapper {
    margin-top: -15px;
}

.popup {
    width: 40%;
}

.contact-form {
    padding: 20px;
}
.lang-menu {
    right: 30px;
}
}
@media screen and (max-width: 769px) {

    .about-me-image-wrapper {
        display: flex;
        justify-content: center;
    }

    .prt_about_img img {
        margin: 0;
    }

    .prt_about_experiencebox:after {
        width: 100%;
    }



    .prt_home_wrapper {
        padding: 70px 0 0 0;
    }

.prt_home_wrapper h1 {
    /*font-size: 90px;*/
	margin: 0;
	text-align: center;
}
.prt_profile_slider {
    padding-top: 0px;
    margin-bottom: 50px;
}
.prt_about_learnbox_right:after {
    top: 0%;
    left: 0%;
    margin-top: 0;
    display: none;
}
.prt_about_learnbox_left:after {
    top: 0%;
    right: 0%;
    margin-top: 0;
    display: none;
}
.prt_about_learnsection:after{
	display:none;
}
.prt_about_learnbox_left, .prt_about_learnbox_right {
    border-bottom: 1px solid #202020;
    padding-bottom: 30px;
}
.prt_footer_wrapper p {
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.prt_footer_wrapper ul {
    width: 100%;
    text-align: center;
}
.prt_services_slider_wrapper {
    height: 1020px;
    position: relative;
}
.prt_services_slider_imgs {
    /*margin-left: 150px;*/
}
.prt_services_slider_box {
    position: absolute;
    top: 450px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.prt_home_wrapper:after {
    /*display: none;*/
}

.prt_home_wrapper video {
    /*display: none;*/
}

.contact-form {
    width: 70%;
    right: 16%;
}

.prt_about_info {
    flex-direction: column;
}

.prt_about_details p {
    font-size: 17px;
}

.prt_home_wrapper form {
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.prt_home_wrapper form h5 {
    text-align: center;
}

.prt_home_wrapper form .form-group {
    justify-content: center;
}

.prt_home_wrapper h1 {
    font-size: 32px;
}

.lang-menu {
    /*right: 27%;*/
}

.portfolio-wrapper .portfolio-list li:nth-child(2n+1) {
    height: 370px;
}

.portfolio-wrapper .portfolio-list .archive-portfolio-item {
    height: 370px;
}

.prt_home_wrapper form .form-group .country-code {
    padding: 0;
    justify-content: center;
}

.prt_home_wrapper form .form-group .country-code span {
    font-size: 17px;
}

.prt_home_wrapper form input {
    font-size: 17px;
}

.prt_about_experience_year {
    width: 160px;
}

.prt_about_experience_year h1 {
    font-size: 60px;
}

.prt_about_experience_info {
    padding-left: 10px;
}

.prt_about_experiencebox {
    padding: 20px 10px 20px 0;
}

.prt_bottompadder60 {
    padding-bottom: 20px;
}

.prt_contact_info h1 {
    text-align: center;
}

.submit-btn-block {
    display: flex;
    justify-content: center;
}

.prt_counter_box h3 {
    margin-top: -40px;
}

.prt_counter_box {
    text-align: center;
}

.prt_counter_box br {
    display: none;
}

.prt_counter_box p {
    margin-left: 0;
}

.prt_services_slider_imgs .img_2, .prt_services_slider_imgs .img_3, .prt_services_slider_imgs .img_4 {
    transform: translateX(0);
}

.popup {
    width: 70%;
}

.portfolio-wrapper .portfolio-list {
    max-height: 2350px;
}

.prt_home_wrapper form input {
    /*height: 40px;*/
}

.prt_home_wrapper form .form-group .country-code {
    height: 40px;
}

.prt_home_wrapper form .form-group .country-code select {
    font-size: 17px;
}

.prt_home_wrapper form .form-group .country-code select option {
    font-size: 17px;
}

.lang-menu {
    /*right: 33%;*/
    /*top: -11px;*/
}

.prt_logo_wrapper img {
    top: 30px;
    left: 30px;
}

.portfolio-modal-text pre img {
    height: auto;
}

}


@media (min-width: 620px) and (max-width: 700px) {
.prt_services_slider_imgs {
    margin-left: 120px;
}
}
@media (min-width: 540px) and (max-width: 619px) {
.prt_services_slider_imgs {
    margin-left: 50px;
}
}
@media (max-width: 539px) {
.prt_services_slider_imgs {
    margin-left: 0px;
}
}
@media (max-width: 481px) {

    .prt_home_wrapper form {
        padding: 0;

    }

.prt_services_slider_imgs {
    margin-left: 0px;
}
.prt_heading h1 {
    font-size: 34px;
}
.prt_home_wrapper h1 {
    /*font-size: 50px;*/
}
.prt_counter_box {
    padding-left: 0px;
}
.prt_about_learnbox_year {
    display: table-caption;
    width: 100%;
    vertical-align: middle;
	padding-top: 0px;
}
.prt_about_learnbox_info {
    width: 100%;
}
.prt_about_experience_year {
    display: inline-block;
    width: 100%;
}
.prt_about_experience_year h4 {
    margin-bottom: 15px;
    text-align: center;
}
.prt_about_experience_info {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}
.prt_footer_wrapper ul li {
    margin: 0px 2px;
}
.prt_about_learnbox_right:after {
    display:none;
}
.prt_about_learnbox_left:after {
    display:none;
}

    .prt_home_wrapper h1 {
        font-size: 23px;
    }

    .prt_home_wrapper h1 br {
        display: none;
    }

    .prt_logo_wrapper img {
        left: 20px;
        top: 10px;
    }

    .prt_home_wrapper form h4 {
        font-size: 17px;
        text-align: center; 
    }

    .prt_menu_wrapper li.prt_right a {
        right: -50px;
    }

    .prt_menu_wrapper li.prt_left a {
        left: -30px;
    }

    .prt_menu_wrapper li.prt_top a {
        top: 15px;
    }

    .prt_menu_wrapper li.prt_bottom a {
        bottom: 15px;
    }

    .contact-form {
        right: 10%;
        /*margin-top: 20px;*/
        height: 75%;
        /*height: 100%;*/
        width: 80%;
        /*z-index: 0;*/
        padding: 0 10px;
    }

    .lang-menu {
        right: 10px;
        top: 15px;
        position: fixed;
        z-index: 1;
    }

    .prt_about_details a.prt_btn {
        margin: 0;
    }

    .prt_home_wrapper form input {
        /*height: 30px;*/
    }

    .prt_home_wrapper form .form-group .country-code {
        height: 30px;
    }

    .prt_home_wrapper form button {
        /*height: 30px;*/
    }

    .prt_close_wrapper img {
        top: 20px;
        right: 20px;
    }

    .prt_heading_wrapper_2 {
        text-align: center;
    }

    .prt_about_details {
        text-align: center;
    }

    .prt_about_learnbox_left, .prt_about_learnbox_right {
        text-align: center;
    }

    .prt_about_experiencebox {
        padding: 20px 0;
        text-align: center;
    }

    .prt_profile_details p {
        text-align: center;
    }

    .comments-icons {
        margin-top: 65px;
    }

    .prt_services_slider_text p {
        display: none;
    }

    .prt_couter_wrapper {
        margin-top: -6px;
    }

    .portfolio-wrapper .portfolio-list .archive-portfolio-item {
        width: 100%;
    }

    .popup {
        width: 90%;
    }

    .prt_home_wrapper form .form-group .country-code {
        width: 26%;
    }

    .portfolio-wrapper .portfolio-list li:nth-child(3n+2) {
        height: 370px;
    }

    .portfolio-modal-text pre img {
        width: 100%;
        height: auto;
    }

    .prt_home_wrapper form button {
        /*height: 40px;*/
    }

    .prt_close_wrapper {
        right: 10px;
        top: 10px;
    }

    .prt_about_img {
        /*text-align: center;*/
    }

    .prt_services_slider_text h4 {
        font-size: 16px;
    }

    .prt_home_wrapper {
        align-items: flex-start;
        background: url('/wp-content/themes/yoga/images/cherno_belaja_joga2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    .prt_home_wrapper video {
        display: none;
    }

    .prt_home_wrapper:after {
        position: fixed;
    }

    _::-webkit-full-page-media, _:future, :root .lang-menu {
        right: 50px;
    }

    _::-webkit-full-page-media, _:future, :root .modal-single-close-btn {
        padding-right: 40px;
    }

    .modal-single-portfolio {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
    }


}
@media (max-width: 390px) {
    .prt_services_slider_box {
        top: 350px;
    }
    .prt_services_slider_wrapper {
        height: 930px;
    }
}

@media screen and (max-width: 321px) {
}