@charset "utf-8";
/* CSS Document */

/*circle-hover-css*/
.circle-effect1 {
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.circle-effect1 .circle-row1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow:hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: -40px;
	z-index: 10;
}
.circle-effect1:hover .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.instagram-wrapp .circle-effect1 {
	border-radius: 0;
}
.instagram-wrapp .circle-effect1 .circle-row1 {
	border-radius: 0;
}

/*video-effect-css*/
.video-play-button {
	width: 62px;
	height: 62px;
	float: left;
	border: 3px solid #948453;
	border-radius: 50%;
	display: block;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:hover {
	background: #948453;
	border: 3px solid #ffffff;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 82px;
	height: 82px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 62px;
	height: 62px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	width: 25px;
	height: 35px;
	background: url(../images/triangle1-plain-gold-shape.svg) no-repeat center / 100%;
	display: block;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin: 11px 19px;
	position: relative;
	z-index: 3;
}
.video-play-button:hover span {
	background: url(../images/triangle11-plain-white-shape.svg) no-repeat center / 100%;
}

.coursein-wrapp .video-play-button { width:45px; height:45px;}
.coursein-wrapp .video-play-button span { width:19px; height:26px; margin:7px 14px;}

 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.workshops-wrapp .video-play-button {
	width: 100%;
	height: 95px;
	border: 6px solid #ffffff;
}
.workshops-wrapp .video-play-button:hover {
	background: #ffffff;
	border-color: #948453;
}
.workshops-wrapp .video-play-button:after {
	width: 115px;
	height: 115px;
	background: rgba(0,0,0,0.60);
}
.workshops-wrapp .video-play-button:before {
	width: 95px;
	height: 95px;
	background: rgba(0,0,0,0.60);
}
.workshops-wrapp .video-play-button span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle2-plain-white-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}
.workshops-wrapp .video-play-button:hover span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle22-plain-gold-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}

.consultancy-wrapp .video-play-button {
	width: 100%;
	height: 95px;
	border: 6px solid #ffffff;
}
.consultancy-wrapp .video-play-button:hover {
	background: #ffffff;
	border-color: #948453;
}
.consultancy-wrapp .video-play-button:after {
	width: 115px;
	height: 115px;
	background: rgba(0,0,0,0.60);
}
.consultancy-wrapp .video-play-button:before {
	width: 95px;
	height: 95px;
	background: rgba(0,0,0,0.60);
}
.consultancy-wrapp .video-play-button span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle2-plain-white-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}
.consultancy-wrapp .video-play-button:hover span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle22-plain-gold-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}

.avantgarde-wrapp .video-play-button {
	width: 100%;
	height: 95px;
	border: 6px solid #ffffff;
}
.avantgarde-wrapp .video-play-button:hover {
	background: #ffffff;
	border-color: #948453;
}
.avantgarde-wrapp .video-play-button:after {
	width: 115px;
	height: 115px;
	background: rgba(0,0,0,0.60);
}
.avantgarde-wrapp .video-play-button:before {
	width: 95px;
	height: 95px;
	background: rgba(0,0,0,0.60);
}
.avantgarde-wrapp .video-play-button span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle2-plain-white-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}
.avantgarde-wrapp .video-play-button:hover span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle22-plain-gold-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}

.testi-wrapp .video-play-button {
	width: 100%;
	height: 55px;
	border: 4px solid #ffffff;
}
.testi-wrapp .video-play-button:hover {
	background: #ffffff;
	border-color: #948453;
}
.testi-wrapp .video-play-button:after {
	width: 75px;
	height: 75px;
	background: rgba(0,0,0,0.60);
}
.testi-wrapp .video-play-button:before {
	width: 95px;
	height: 95px;
	background: rgba(0,0,0,0.60);
}
.testi-wrapp .video-play-button span {
	width: 20px;
	height: 25px;
	background: url(../images/triangle2-plain-white-shape.svg) no-repeat center / 100%;
	margin: 11px 16px;
}
.testi-wrapp .video-play-button:hover span {
	width: 20px;
	height: 25px;
	background: url(../images/triangle22-plain-gold-shape.svg) no-repeat center / 100%;
	margin: 11px 16px;
}

.livecoursein-wrapp .video-play-button {
	width: 100%;
	height: 95px;
	border: 6px solid #ffffff;
}
.livecoursein-wrapp .video-play-button:hover {
	background: #ffffff;
	border-color: #948453;
}
.livecoursein-wrapp .video-play-button:after {
	width: 115px;
	height: 115px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp .video-play-button:before {
	width: 95px;
	height: 95px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp .video-play-button span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle2-plain-white-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}
.livecoursein-wrapp .video-play-button:hover span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle22-plain-gold-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}

.livecoursein-wrapp2 .video-play-button {
	width: 100%;
	height: 67px;
	border: 4px solid #ffffff;
}
.livecoursein-wrapp2 .video-play-button:hover {
	background: #ffffff;
	border-color: #948453;
}
.livecoursein-wrapp2 .video-play-button:after {
	width: 95px;
	height: 95px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp2 .video-play-button:before {
	width: 75px;
	height: 75px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp2 .video-play-button span {
	width: 25px;
	height: 30px;
	background: url(../images/triangle2-plain-white-shape.svg) no-repeat center / 100%;
	margin: 15px 21px;
}
.livecoursein-wrapp2 .video-play-button:hover span {
	width: 25px;
	height: 30px;
	background: url(../images/triangle22-plain-gold-shape.svg) no-repeat center / 100%;
	margin: 15px 21px;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: auto;
	float: left;
	margin: 12px 26px 26px 0;
}
.checkbox2 {
	width: auto;
	float: left;
	margin: 12px 0 26px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #948453;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 22px;
	display: inherit;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 20px;
    display: initial;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #c59d3a;
	border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
    background: #ffffff;
}

.sidbar-wrapp .checkbox1 { width:100%; margin:12px 0 8px 0}
.sidbar-wrapp .checkbox2 { width:100%; margin:0 0 0 0}

/*square-effect-css*/
.square-effect1 {
	cursor: pointer;
	background: #948453;
	overflow: hidden;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
}
.square-effect1:hover img {
	opacity: 0.20;
	transform: scale(1.08);
	transition: all 1.5s ease 0s;
}
.square-effect1:hover .featured-tag1 img {
	opacity: 1;
	transform: none;
	transition: none;
}
.square-effect2 {
	cursor: pointer;
	background: #948453;
	overflow: hidden;
	position: relative;
}
.square-effect2 img {
	width: 100%;
	opacity: 0.20;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
}
.square-effect2:hover img {
	opacity: 1;
	transform: scale(1.08);
	transition: all 1.5s ease 0s;
}
.talk-col2 .square-effect1, .talk-col2 .square-effect1 img, .talk-col2 .square-effect1 img a, .talk-col2 .square-effect1 img:active { 
	border-radius: 34px 34px 0 0;
	overflow: hidden;
}
.talk-col2 .square-effect1:last-child, .talk-col2 .square-effect1:last-child img, .talk-col2 .square-effect1:last-child img a, .talk-col2 .square-effect1:last-child img:active {
	border-radius: 0 0 34px 34px;
	overflow: hidden;
}

/*parallax-effect-css*/
.background { 
	background-repeat: no-repeat; 
	background-position: 50% 50%;
}
.fullscreen { 
	height: 100%; 
	overflow: hidden;
}

/*map-effect-css*/
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.webinars-wrapp .video-play-button {
	width: 100%;
	height: 95px;
	border: 6px solid #ffffff;
}
.webinars-wrapp .video-play-button:hover {
	background: #ffffff;
	border-color: #948453;
}
.webinars-wrapp .video-play-button:after {
	width: 115px;
	height: 115px;
	background: rgba(0,0,0,0.60);
}
.webinars-wrapp .video-play-button:before {
	width: 95px;
	height: 95px;
	background: rgba(0,0,0,0.60);
}
.webinars-wrapp .video-play-button span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle2-plain-white-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}
.webinars-wrapp .video-play-button:hover span {
	width: 35px;
	height: 43px;
	background: url(../images/triangle22-plain-gold-shape.svg) no-repeat center / 100%;
	margin: 20px 28px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*video-effect-css*/
.video-play-button {
	width: 52px;
    height: 52px;
}
.video-play-button span {
	width: 19px;
    height: 29px;
	margin: 8px 17px;
}
.video-play-button:after {
	width: 72px;
    height: 72px;
}
.video-play-button:before {
	width: 52px;
    height: 52px;
}
.workshops-wrapp .video-play-button {
	height: 65px;
}
.workshops-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.workshops-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.workshops-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}
.consultancy-wrapp .video-play-button {
	height: 65px;
}
.consultancy-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.consultancy-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.consultancy-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp .video-play-button {
	height: 65px;
}
.livecoursein-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.livecoursein-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp2 .video-play-button {
	height: 40px;
}
.livecoursein-wrapp2 .video-play-button span {
	width: 17px;
    height: 25px;
	margin: 4px 10px;
}
.livecoursein-wrapp2 .video-play-button:after {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp2 .video-play-button:before {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.60);
}

.avantgarde-wrapp .video-play-button {
	height: 65px;
}
.avantgarde-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.avantgarde-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.avantgarde-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
/*square-effect-css*/
.talk-col2 .square-effect1, .talk-col2 .square-effect1 img, .talk-col2 .square-effect1 img a, .talk-col2 .square-effect1 img:active { 
	border-radius: 14px 14px 0 0;
	overflow: hidden;
}
.talk-col2 .square-effect1:last-child, .talk-col2 .square-effect1:last-child img, .talk-col2 .square-effect1:last-child img a, .talk-col2 .square-effect1:last-child img:active {
	border-radius: 0 0 14px 14px;
	overflow: hidden;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*video-effect-css*/
.video-play-button {
	width: 52px;
    height: 52px;
}
.video-play-button span {
	width: 19px;
    height: 29px;
	margin: 8px 17px;
}
.video-play-button:after {
	width: 72px;
    height: 72px;
}
.video-play-button:before {
	width: 52px;
    height: 52px;
}
.workshops-wrapp .video-play-button {
	height: 65px;
}
.workshops-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.workshops-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.workshops-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.consultancy-wrapp .video-play-button {
	height: 65px;
}
.consultancy-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.consultancy-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.consultancy-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp .video-play-button {
	height: 65px;
}
.livecoursein-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.livecoursein-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp2 .video-play-button {
	height: 65px;
}
.livecoursein-wrapp2 .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 13px 20px;
}
.livecoursein-wrapp2 .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp2 .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.avantgarde-wrapp .video-play-button {
	height: 65px;
}
.avantgarde-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.avantgarde-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.avantgarde-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
/*square-effect-css*/
.talk-col2 .square-effect1, .talk-col2 .square-effect1 img, .talk-col2 .square-effect1 img a, .talk-col2 .square-effect1 img:active { 
	border-radius: 24px 24px 0 0;
	overflow: hidden;
}
.talk-col2 .square-effect1:last-child, .talk-col2 .square-effect1:last-child img, .talk-col2 .square-effect1:last-child img a, .talk-col2 .square-effect1:last-child img:active {
	border-radius: 0 0 24px 24px;
	overflow: hidden;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*video-effect-css*/
.video-play-button {
	width: 52px;
    height: 52px;
}
.video-play-button span {
	width: 19px;
    height: 29px;
	margin: 8px 17px;
}
.video-play-button:after {
	width: 72px;
    height: 72px;
}
.video-play-button:before {
	width: 52px;
    height: 52px;
}
.workshops-wrapp .video-play-button {
	height: 65px;
}
.workshops-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.workshops-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.workshops-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.consultancy-wrapp .video-play-button {
	height: 65px;
}
.consultancy-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.consultancy-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.consultancy-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp .video-play-button {
	height: 65px;
}
.livecoursein-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.livecoursein-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp2 .video-play-button {
	height: 65px;
}
.livecoursein-wrapp2 .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 13px 20px;
}
.livecoursein-wrapp2 .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp2 .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.avantgarde-wrapp .video-play-button {
	height: 65px;
}
.avantgarde-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.avantgarde-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.avantgarde-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 16px;
}
/*square-effect-css*/
.talk-col2 .square-effect1, .talk-col2 .square-effect1 img, .talk-col2 .square-effect1 img a, .talk-col2 .square-effect1 img:active { 
	border-radius: 34px 34px 0 0;
	overflow: hidden;
}
.talk-col2 .square-effect1:last-child, .talk-col2 .square-effect1:last-child img, .talk-col2 .square-effect1:last-child img a, .talk-col2 .square-effect1:last-child img:active {
	border-radius: 0 0 34px 34px;
	overflow: hidden;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*video-effect-css*/
.video-play-button {
	width: 52px;
    height: 52px;
}
.video-play-button span {
	width: 19px;
    height: 29px;
	margin: 8px 17px;
}
.video-play-button:after {
	width: 72px;
    height: 72px;
}
.video-play-button:before {
	width: 52px;
    height: 52px;
}
.workshops-wrapp .video-play-button {
	height: 65px;
}
.workshops-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.workshops-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.workshops-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.consultancy-wrapp .video-play-button {
	height: 65px;
}
.consultancy-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.consultancy-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.consultancy-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp .video-play-button {
	height: 65px;
}
.livecoursein-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.livecoursein-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp2 .video-play-button {
	height: 65px;
}
.livecoursein-wrapp2 .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 13px 20px;
}
.livecoursein-wrapp2 .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp2 .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

.avantgarde-wrapp .video-play-button {
	height: 65px;
}
.avantgarde-wrapp .video-play-button span {
	width: 25px;
    height: 33px;
	margin: 10px 18px;
}
.avantgarde-wrapp .video-play-button:after {
	width: 85px;
	height: 85px;
	background: rgba(0,0,0,0.60);
}
.avantgarde-wrapp .video-play-button:before {
	width: 65px;
	height: 65px;
	background: rgba(0,0,0,0.60);
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 12px 0 8px 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
/*square-effect-css*/
.talk-col2 .square-effect1, .talk-col2 .square-effect1 img, .talk-col2 .square-effect1 img a, .talk-col2 .square-effect1 img:active { 
	border-radius: 18px 18px 0 0;
	overflow: hidden;
}
.talk-col2 .square-effect1:last-child, .talk-col2 .square-effect1:last-child img, .talk-col2 .square-effect1:last-child img a, .talk-col2 .square-effect1:last-child img:active {
	border-radius: 0 0 18px 18px;
	overflow: hidden;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*video-effect-css*/
.video-play-button {
	width: 57px;
    height: 57px;
}
.video-play-button span {
	width: 22px;
    height: 32px;
	margin: 10px 19px;
}
.video-play-button:after {
	width: 77px;
    height: 77px;
}
.video-play-button:before {
	width: 57px;
    height: 57px;
}
.workshops-wrapp .video-play-button {
	height: 80px;
}
.workshops-wrapp .video-play-button span {
	width: 30px;
    height: 38px;
	margin: 14px 24px;
}
.workshops-wrapp .video-play-button:after {
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.60);
}
.workshops-wrapp .video-play-button:before {
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.60);
}

.consultancy-wrapp .video-play-button {
	height: 80px;
}
.consultancy-wrapp .video-play-button span {
	width: 30px;
    height: 38px;
	margin: 14px 24px;
}
.consultancy-wrapp .video-play-button:after {
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.60);
}
.consultancy-wrapp .video-play-button:before {
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp .video-play-button {
	height: 80px;
}
.livecoursein-wrapp .video-play-button span {
	width: 30px;
    height: 38px;
	margin: 14px 24px;
}
.livecoursein-wrapp .video-play-button:after {
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp .video-play-button:before {
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.60);
}

.livecoursein-wrapp2 .video-play-button {
	height: 80px;
}
.livecoursein-wrapp2 .video-play-button span {
	width: 30px;
    height: 38px;
	margin: 17px 26px;
}
.livecoursein-wrapp2 .video-play-button:after {
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.60);
}
.livecoursein-wrapp2 .video-play-button:before {
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.60);
}

.avantgarde-wrapp .video-play-button {
	height: 80px;
}
.avantgarde-wrapp .video-play-button span {
	width: 30px;
    height: 38px;
	margin: 14px 24px;
}
.avantgarde-wrapp .video-play-button:after {
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.60);
}
.avantgarde-wrapp .video-play-button:before {
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.60);
}


/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 12px 0 8px 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 22px;
}
/*square-effect-css*/
.talk-col2 .square-effect1, .talk-col2 .square-effect1 img, .talk-col2 .square-effect1 img a, .talk-col2 .square-effect1 img:active { 
	border-radius: 18px 18px 0 0;
	overflow: hidden;
}
.talk-col2 .square-effect1:last-child, .talk-col2 .square-effect1:last-child img, .talk-col2 .square-effect1:last-child img a, .talk-col2 .square-effect1:last-child img:active {
	border-radius: 0 0 18px 18px;
	overflow: hidden;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 12px 0 8px 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 26px;
}
/*square-effect-css*/
.talk-col2 .square-effect1, .talk-col2 .square-effect1 img, .talk-col2 .square-effect1 img a, .talk-col2 .square-effect1 img:active { 
	border-radius: 24px 24px 0 0;
	overflow: hidden;
}
.talk-col2 .square-effect1:last-child, .talk-col2 .square-effect1:last-child img, .talk-col2 .square-effect1:last-child img a, .talk-col2 .square-effect1:last-child img:active {
	border-radius: 0 0 24px 24px;
	overflow: hidden;
}
}