/* 
================================================================
                            MAIN
================================================================ 
*/

html{
	font-size: 16px;

}
body{
	line-height: 1.7;
}
.section{
	padding:5.28rem 0;
}
.flex{
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	
}

.hidden{
	display: none;
}



.section-info,
.section-title{
	font-size: 1.4rem;
}

.section-info{
	color:var(--text-primary-color);
}
.info-title{
	width: 100%;
	max-width: 130px;
}

.wrap-btn{
    position: relative;
    display: inline-block;
}
.center-text{
	text-align: center;
}


.high_text_action{
	color:var(--secondary-color);
}

ul{
	list-style: none;
	line-height: 1.3;
}

.loader{
	z-index: 9999999;
}


.text-small{
	font-size: var(--text-font-small);
}




/* Place Holder CSS */
::placeholder{
  color: var(--text-primary-color) !important;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}


::-webkit-input-placeholder {
  color: var(--text-primary-color) !important;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
  color: var(--text-primary-color) !important;
  opacity: 1;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
  color: var(--text-primary-color) !important;
  opacity: 1;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {  
  color: var(--text-primary-color);
  opacity:1;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}




/* Place Holder CSS for Focus */

:hover::-webkit-input-placeholder {
  opacity: 0.75;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {  
  opacity: 0.75;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {  
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}



/* 
================================================================
                  CLEAR DOTS BACKGROUND  
================================================================ 
*/
.dots-image .dots{
  background: none;
}

.bg-dots {
  background: none;
}

.dots-image-2 .dots{
  background: none;
}








/* 
================================================================
                          BUTTONS
================================================================ 
*/
.btn.sign-btn{
	font-size:18px;
    padding: .85em 2.2em;
}
.btn.sign-btn.link-arrow .icon{
	margin-left: 1.5rem;
}
.btn.btn-round{
	border-radius: 60px;
}


.btn-blue{
  background: var(--secondary-color);
  color:var(--text-secondary-color);

}

.btn-blue:hover,
.btn-blue:active{
  background: var(--secondary-color);
  color:var(--text-highlight-color);
}

.btn .btn-content{
	position: relative;
	z-index: 2;
}



/* hover effects */
	/* 1 */
	.button24 {
		position: relative;
		overflow: hidden;
	}

	.button24::before, .button24::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 1;
		-webkit-transform: translate(0,-105%);
		transform: translate(0,-105%);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(255,255,255,.8);
		background-color: rgba(255,255,255,0.4);
	}
	.button24::after{
		-webkit-transition-delay: 0.2s; /* Safari */
	    transition-delay: 0.2s;
	}
	.button24:hover::before, .button24:hover::after{
		opacity: 0;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);	
	}

	.button24:not(:hover)::before,
	.button24:not(:hover)::after{
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	/* 2 */
	.button12{
		position: relative;
		overflow: hidden;
	}

	.button12::before{
		content: '';
		position: absolute;
		top: 100%;
		 left: 44%; 
		width: 0;
		height: 0;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 190px solid rgba(255,255,255,0.25);
		z-index: 1;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.button12::after{
		content: '';
		position: absolute;
		top: 100%;
		 left: 44%; 
		width: 0;
		height: 0;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 190px solid rgba(255,255,255,0.25);
		z-index: 1;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.button12::after{
		-webkit-transition-delay: 0.2s; /* Safari */
	    transition-delay: 0.2s;
	}
	.button12:hover::before{
		opacity: 1;
		-webkit-transform: translate(0px,-190px);
		transform: translate(0px,-190px);	
	}
	.button12:hover::after{
		opacity: 1;
		-webkit-transform: translate(0px,-150px);
		transform: translate(0px,-150px);	
	}


/* 
================================================================
                          NAVIGATION
================================================================ 
*/
.navbar .brand{
    margin-top: -1.4rem;
}
.navbar-toggle{
	margin-left: 1.2rem;
}
.brand img{
	height: 3.4rem;
}







/* 
================================================================
                          HEAD BLOCK
================================================================ 
*/

.head-slider-container{
	background-color: var(--accent-color);
}
.wrapper-kludge-layers{
	display: flex;
	position: relative;	
	width: 100%;
	height: 100%;
	margin-left: 10vw;
}

.wrapper-kludge-layers .wrap-main-content__{

}
.wrapper-kludge-layers .wrap-main-content__ > .tp-splitted{
	text-align: left !important;
}

.wrapper-kludge-layers .wrap-caption-content__{

}
.wrapper-kludge-layers .wrap-caption-content__ > .tp-splitted{
	/* font-size: ; */
	text-align: left !important;
}

.wrapper-kludge-layers .wrap-btn-content__{
	text-align: left !important;
	/* font-size: ; */
}


.bg-920px{
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-image: url(../resource/768.jpg) !important;
}
.bg-1920px{
	-webkit-background-size: contain !important;
	background-size: contain !important;
	background-position: right center !important;
	background-image: url(../resource/1920.jpg) !important;
}

.head-slider-container .tp-bgimg{
	
}


.tp-bullet{
	display: none !important;
}

.head-slider-container .btn.sign-btn{
	font-size:inherit;
}





/* 
================================================================
                          triangle-about
================================================================ 
*/
#triangle-about .wrap-text{
	/* max-width: 280px; */
	text-align: center;
	position: relative;
	z-index: 2;
}

.triangle-container{
	position: relative;
	padding: 30px 0px;
}

#triangle-about .wrap_tri_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	z-index: 1;
	perspective: 500px;
}

#triangle-about .img-triangle{
	width: 100%;
	max-width: 200px;
	height:100%;
	background: url("../resource/triangle_1.svg") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	transform: rotateX(0deg) rotateY(0deg);
  	animation-duration: 8s;
  	animation-name: triangle_move;
  	animation-direction: alternate;
	animation-iteration-count: infinite;	
}




#triangle-about .triangle_2{
	background-image: url("../resource/triangle_2.svg");
	
	animation-direction: alternate-reverse;;
}



#triangle-about .wrap-text p{
	margin:0px;
	line-height: 1.4;
	font-size: 24px
}

/* 
================================================================
                          ABOUT COURSE
================================================================ 
*/


.section-about-course .col-service h4{
	margin-top: 0px;
	font-size: 40px;
	letter-spacing: -2px;
}
.section-about-course .col-service p{
	max-width: 200px;
	min-height: 85px;
}


/* 
================================================================
                          PROJECT BLOCK
================================================================ 
*/

.project-item:hover .project-hover{
	background-color: var(--action-color);
}
.project-item:hover .project-hover .project-title{
	color: var(--text-secondary-color);
}
.project-description{
	color:var(--text-secondary-color);
}
.project-box-item{
	margin-top:30px;
}
.project-item{
	cursor: pointer;
	/* max-width: 500px; */
	margin:0 auto;
}

.project-hover{
	padding: 2rem 1.4rem;
}
.project-description{
	margin-top:8%;
	line-height:1.2;
}
.project-hover .project-title{
	bottom: 1.5rem;
	word-break: break-word;
}

.project-item:hover .project-hover .project-title{
	bottom:2rem;
}







/* 
================================================================
                          section-for_whom
================================================================ 
*/

.section-for_whom{

}





/* 
================================================================
                       learn_step
================================================================ 
*/
#learn_step .info-title,
#your_profit .info-title{
	margin-top:15px;
}
.wrapper-list-item{
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.wrapper-list-item .wrap_img{
	width: 100%;
	background-color: var(--accent-color);
	padding:15px;
}
.wrapper-list-item .wrap_img .img{
	width:30px;  
	height:30px;  
}
.img-list-item{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width:33.3333333%;
	justify-content: flex-start;
}

.img-list-item .content{
	padding:20px 20% 20px 0px;
}


/* 
================================================================
                          course_program
================================================================ 
*/

.filter li{
    margin: 0px 2.6rem 0 
}

.module-carousel .item-carousel{
	background-color: var(--secondary-color);
    padding: 20px 35px 30px;
    height: 100%;
}
.module-carousel .owl-stage{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;

	cursor: grab;
}

.section-course_program .section-title,
.section-course_program .dots-content{
	margin-bottom: 30px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
    
}

.section-course_program .dots-content{
	justify-content: flex-end;
	flex-wrap: wrap;
}
.section-course_program .owl-dot{
	margin:0px;
	padding:0px;
}

.section-course_program .owl-dot .owl-dot-btn{
	margin:0px;
	padding:0px;
	background-color: unset;
	border:none;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
	margin-right: 20px;
	transition: color .4s ease;
}

.section-course_program .owl-dot.active .owl-dot-btn{
	color:var(--text-highlight-color);
}
.section-course_program .wrap{
	flex-wrap: wrap;
}


.module-name,
.module-num{
	word-spacing: .5rem;
	display: block;
}
.module-num{
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}

/* .module-num:after{
	content: ' ';
	position: absolute;
	display: block;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--accent-color);
} */

.item-carousel .project-title{
	margin-top: 10px;
	margin-bottom: 30px;
	word-break: break-word;
}


.add-caption-wrapper,
.gift-caption-wrapper{
	color: var(--text-secondary-color);
	font-weight: bold;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
    margin-bottom: 10px;

}

.add-caption-wrapper .caption-img,
.gift-caption-wrapper .caption-img{
	background: url(../resource/gift_2.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	/* align-self: stretch; */
	margin-right: 8px;
}
.add-caption-wrapper .caption-img{
	background-image: url(../resource/add.svg);
}




.module-plan{
	list-style: none;
	padding-left:10px;
	padding-right: 5px;
	max-height: 340px;
    padding-bottom: 10px;
    overflow: auto;
}

.module-plan > li{
	position: relative;
	color: var(--text-secondary-color);
	line-height: 1.2;
    margin-bottom: 10px;
}
.module-plan > li:last-child{
	margin-bottom: 0px;
}

.module-plan > li > .img-list{
	position: absolute;
	top: 9px;
    left: -10px;
    display: block;
    width: 6px;
    height: 1px;
	background-color: var(--text-secondary-color);
}





.scroll-container .module-plan{
	max-height: unset;
	overflow: unset;
}

.scroll-container{
	max-height: 340px;
	overflow-y: auto;
	position: relative;
	/* box-shadow: inset 10px 10px 10px 0px rgba(16, 58, 222, 0.7); */
}
.scroll-container:after{
	position: sticky;
	content:' ';
	display: block;
	bottom: 0;
	left: 0;
	background-color: rgba(16, 58, 222, 0.7);
	width: 100%;
	height: 20px;

}


.list-check-container,
.list-none-container{
	margin-top:10px;
}
.list-check-container > li > .img-list{
	position: static;
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 5px;
	background-color: unset;
}
.list-check-container > li > .img-list:after{
	font-family:"Ionicons";
	display: inline;
	font-size: 12px;
	/*width: 10px;
	height:10px;*/
	position: static;
	content: '\f383';
}

.list-none-container > li > .img-list{
	display: none;
}

/* 
================================================================
                          About Owner
================================================================ 
*/
.section-about_owner{

}

.section-about-title{
	margin-bottom: 20px;
	margin-top:0px;
	line-height: 1.2;
	

}
.section-about_owner .section-about-title{
	text-align: center;
}

.section-about_owner .title{
	background-color: var(--secondary-color);
    color: var(--text-secondary-color);
}
.about_owner_list{
	margin-top: 40px;
	padding:0px;
	list-style: none;
	position: relative;
	max-width: 700px;
	padding-left: 30px;
}
/* .about_owner_list:after{
	position: absolute;
	display: block;
	width: 30px;
	height: 100%;
	content: ' ';
	background-color: var(--secondary-color);
} */

.section-about-title.owner-name{
	text-transform: uppercase;
    font-size: 35px;
    /* color: var(--secondary-color); */
}

.about_owner_list li{
	position: relative;
	margin-bottom: 20px;
}


.about_owner_list li:before{
	position: absolute;
	display: block;
	top: 50%;
	left: -23px;
	font-family:"Ionicons";
	display: inline;
	font-size: 22px;
	content: '\f375';
	color:var(--secondary-color);
	line-height: 0;
}


.left-content{
	
}

.right-content{
	margin-left: -5%;
}


.section-about_owner .dots-image{
	box-shadow: 10px 10px 0px 0px rgba(255, 217, 0, 0.8);
}

@media screen and (max-width: 1700px) {
	.right-content{
		margin-left: 0px;
	}
}
@media screen and (max-width: 991px) {
	.section-about-title,
	.left-content,
	.about_owner_list{
		text-align: center;
	}
	.left-content .dots-image{
		margin-top:20px;
	}
}
@media screen and (max-width: 892px) {

	.about_owner_list li:before{
		display: none;
	}

}

@media screen and (max-width: 400px) {
	.section-about-title{
		font-size: 35px;
	}
}


/* 
================================================================
                         section-bonus
================================================================ 
*/

.section-bonus .img-content{
	text-align: right;
}

.section-bonus .left-content .section-about-title{
	max-width: 570px;
}
.section-bonus .module-plan{
    max-height: none;
    overflow: unset;
    padding:0px;
    padding-left: 5px;
    text-align: left;
}
.section-bonus .module-plan li{
	color:var(--text-primary-color);	
}	


.section-bonus .module-plan .img-list{
	background-color: unset;
	position: static;
	display: inline-block;
	width: auto;
	height: auto;
	padding-right: 3px;

	
}


.section-bonus .left-content{
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-self: stretch;
	align-self: stretch;

}

.section-bonus .btn-container{
	height: 100%;
	justify-content: center;
    align-items: flex-end;
}
.section-bonus .wrap-btn{
	margin-top: 15px;
}

.bonus-container{
    flex-wrap: wrap;	
}




@media screen and (max-width: 991px) {
	.section-bonus .img-content{
		order:2;
		margin-bottom: 20px;
	}
	.section-bonus .mobile-header{
		order:1;
		height:auto;
	}
	.section-bonus .left-content{
		order:3;
	}

}


/* 
================================================================
                        Section packets
================================================================ 
*/
.section-packets{
	
}

.container-flex{
	flex-wrap: wrap;
	align-items: stretch;

}
.section-packets .section-title{
	margin-bottom: 30px;
}
.section-packets .container-flex>div{
	margin-top:30px;
}

.item-packet{
	flex-direction: column;
	padding:30px 40px;
	background-color: var(--accent-color);
    align-items: flex-start;
    height: 100%;

}

.item-packet .caption{
	margin:0px;
	margin-bottom:40px;
}

.item-packet ul{
	padding:0px;
	/* max-width: 250px; */
}
.item-packet .img-list{

	padding-right: 5px;
}


ul.include_list{
	height: 240px;
	overflow-y: auto;
	padding-right:5px;
	font-size: 14px;
}

.include_list li{
	margin-bottom:8px;
}

.wrapper-include-list{
	height: 240px;
	color: var(--text-primary-color);
}

.include_list::-webkit-scrollbar-thumb{
	background-color: var(--secondary-color);
}
.important_include_list{
	margin-top: 30px;
	color: var(--text-primary-color);

}

.important_include_list li{
	font-weight: bold;
	margin-bottom:10px;
}

.item-packet .btn-container{
	margin-top: 30px;
}


.container-sticky-down{
	display: flex;
	height: 100%;
    justify-content: center;
    align-items: flex-end;
}
.sticky-down{

}


@media screen and (max-width: 1360px) {
	.item-packet{
		padding:30px 25px;
	}

	.item-packet .btn.sign-btn{
		font-size: 16px;
		padding:.65em;
		padding-left: 1.2em;
		padding-right: 1.2em;
	}
}


/* 
================================================================
                        Section TABLE PRICING
================================================================ 
*/
	.roomy-50{
	    padding:50px 0px;
	} 
	.p-top-100{
	    padding:100px;
	}


/* ======= PRICING ======= */



	.bs-pricing-four {
	    font-size: 16px;
	    font-family: 'Open Sans', sans-serif;
	}
	.bs-pricing {
	    background:#fff;
	}
	.bs-pricing-four .btn,
	.bs-pricing-four .navbar > li > a.btn {
	    border: none;
	    border-radius: 3px;
	    position: relative;
	    padding: 12px 30px;
	    margin: 10px 1px;
	    font-size: 12px;
	    font-weight: 400;
	    text-transform: uppercase;
	    letter-spacing: 0;
	    will-change: box-shadow, transform;
	    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.bs-pricing-four .btn {
	    border-radius: 30px;
	}





	/* btn-danger */
	.bs-pricing-four .btn.btn-danger {
	    color: #FFFFFF;
	    background-color: #f44336;
	    border-color: #f44336;
	    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
	}

	.bs-pricing-four .btn.btn-danger:focus,
	.bs-pricing-four .btn.btn-danger:active,
	.bs-pricing-four .btn.btn-danger:hover {
	    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
	}


	/* btn-success */
	.bs-pricing-four .btn.btn-success {
	    color: #FFFFFF;
	    background-color: #4caf50;
	    border-color: #4caf50;
	    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
	}

	.bs-pricing-four .btn.btn-success:focus,
	.bs-pricing-four .btn.btn-success:active,
	.bs-pricing-four .btn.btn-success:hover {
	    box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
	}




	/* btn-white */
	.bs-pricing-four .btn.btn-white {
	    color: #3C4857;
	    background-color: #fff;
	    border-color: #fff;
	    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
	}

	.bs-pricing-four .btn.btn-white:focus,
	.bs-pricing-four .btn.btn-white:active,
	.bs-pricing-four .btn.btn-white:hover {
	  box-shadow:  0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0px rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2)
	}








	.bs-pricing-four .bs {
	    display: inline-block;
	    position: relative;
	    width: 100%;
	    margin-bottom: 30px;
	    border-radius: 6px;
	    color: #444;
	    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	}

	.bs-pricing-four .bs.bs-background-img{
	    background: url(images/pricing-bg-image.jpg) no-repeat center center;
	    background-size: cover;
	    position: relative;
	    -webkit-filter: grayscale(100%);
	    filter: grayscale(100%);
	    transition: all 1s;
	}
	.bs-pricing-four .bs.bs-background-img:hover{
	    -webkit-filter: grayscale(0%);
	    filter: grayscale(0%);
	}
	.bs-pricing-four .bs-background-img,
	.bs-pricing-four .bs-background-img h1 small{
	    color:#fff ;
	}
	.bg-danger{background-color: #f44336}

	.bs-pricing-four .bg-danger,
	.bs-pricing-four .bg-danger h1 small
	{
	    color:#fff;
	}


	.bs-pricing-four .bs-background-img:after {
	    position: absolute;
	    z-index: 1;
	    width: 100%;
	    height: 100%;
	    display: bs;
	    left: 0;
	    top: 0;
	    content: "";
	    background-color: rgba(0, 0, 0, 0.56);
	    border-radius: 6px;
	}

	.bs-pricing-four .bs-pricing {
	    text-align: center;
	    position: relative;
	}

	.bs-pricing-four .bs-pricing .bs-caption {
	    margin-top: 30px;
	}

	.bs-pricing-four .bs-pricing .cotent {
	    padding: 15px;
	    margin-bottom: 0px;
	    z-index: 2;
	    position: relative;
	}



	.bs-pricing-four .bs-pricing ul {
	    list-style: none;
	    padding: 0;
	    margin: 10px auto;

	}

	.bs-pricing-four .bs-pricing ul li {
	    text-align: center;
	    padding: 12px 0;
	}
	.bs-pricing-four .bs-pricing ul:not(.nav-pills) li{
	    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	}



/* 
================================================================
                          FAQ
================================================================ 
*/
.section-faq{

}
.section-faq .panel{
	border:none;
	box-shadow: none;	
	margin:10px 0px 50px;
}


.section-faq .panel-group .panel:first-child{
	margin-top: 1rem;
}

.section-faq .info-title{
	font-size: 55px;
}


.section-faq .panel-heading{
	background-color: inherit;
	padding: 0px;
}

.section-faq .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border:none;
	padding:0px;
	padding-left:80px;
}



.accordion-item{

}
.accordion-item p{
	margin:0px;
}

.accord-toggle{
	justify-content: flex-start;

}

.accord-toggle:hover{
	color:inherit;
}



.accord_img{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	cursor: pointer;
    margin-right: 30px;
    flex-shrink:0;
}

.accord_img:after,
.accord_img:before{
	position: absolute;
	content: ' ';
	display: block;
	background-color: var(--bg-main-color);
	width: 80%;
	height: 1px;
	top:calc(50% - .5px);
	left: calc(50% - 40%);
	transition:all .4s ease;
}

.accord_img:after{
	transform: rotate(90deg);
}

.accord_img:before{

}
.accord-toggle:not(.collapsed) .accord_img:after{
	transform: rotate(135deg);
}
.accord-toggle:not(.collapsed) .accord_img:before{
	transform: rotate(45deg);
}



.accord_box .question{
	cursor: pointer;
}
.accord_box{

}







/* 
================================================================
                          ORDER FORM
================================================================ 
*/
.section-order_form{

}
.title-group{
	text-align: center;
}

.title-group .section-title{
	font-size: 55px;
	margin-bottom:25px;
}

.title-group .subtitle{
	color: var(--black-opacity);
}

.section-order_form .section-title{
	max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
}


.section-order_form .container{
	background-color: var(--accent-color);
	padding: 90px 20px;
}

.section-order_form input{
	border:none;
	border-bottom: 3px solid var(--text-primary-color);
	border-color:var(--text-primary-color);
}

.section-order_form input:focus{
	border-color:var(--text-primary-color);
}
.section-order_form .form-group{
	
	width: 100%;
    max-width: 50%;
}




.section-order_form .form-inline{
	flex-wrap:wrap;

}



.section-order_form .form-control{
	width: 100%;
}
 .form-control:focus{
	box-shadow: none;
	
}
.section-order_form .wrap-btn{
	width: 100%;
	display: flex;
	margin-top: 30px;
}

.section-order_form .sign-btn,
.section-order_form .form-group{
	margin:20px 25px;
}



/* new style FORM */

.section-order_form .form-container {
	flex-wrap: wrap;
	margin-left:auto;
	margin-right:auto;
	max-width: 600px;
	width: 100%;
}

.form-container .form-group{
	max-width: 100%;
}

.form-white-style .form-group input{
	background-color: var(--bg-main-color);
	transition: all .4s ease;
    border-color: #e6e6e69c;
}

.form-white-style .form-group input:focus{
	border-color: rgba(16, 58, 222, .8);
}

.form-white-style .wrap-btn{
	margin-top: 0px;
}
.form-white-style .sign-btn{
    width: 100%;
}


/* Place Holder CSS */
.form-white-style .form-group input::placeholder{
  opacity: .70;
}




@media screen and (max-width: 998px) {


/* 	.section-order_form .form-group{
    max-width: 100%;
} */
	.section-order_form .wrap-btn{
		/* width: 100%;
		margin-top:35px; */
	}
	/* .section-order_form .sign-btn{
		margin:0 auto;
	} */
}

@media screen and (max-width: 600px) {

	.section-order_form .sign-btn,
	.section-order_form .form-group{
		max-width: 100%;
        margin: 20px 5px;
	}
	.section-order_form .form-group{
	    
	}

}

/* 
================================================================
                          REVIEWS
================================================================ 
*/

.reviews-carousel .module-plan .img-list{
	position: static;
	display: inline-block;
    width: auto;
    height: auto;
    background-color: unset;
    padding-right: 5px;
}

.review-text{

}

.reviews-carousel .project-hover-content{
	height: 100%;
}

.reviews-carousel .review-text-list{
	max-height: 60%;
}


/* NEW VIDEO REVIEVS */



.reviews-carousel .project-item .project-hover{
	background-color: rgba(16, 58, 222, 0.8);
}


.reviews-carousel .project-item .project-hover2{
	background-color: transparent!important;
}

.reviews-carousel .project-hover-content{
	position: relative;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}


.reviews-carousel .project-item .project-hover .project-title,
.reviews-carousel .project-item:hover .project-hover .project-title{
	position: absolute; 
     bottom: .5rem; 
     -webkit-transform: none; 
    -ms-transform: none;
    -o-transform: none;

    transition: all .5s ease;
    opacity: .7;
    text-align: center;
    /* transform: translateY(14rem); */
}

.reviews-carousel .project-description{
	opacity: 1;
 	-webkit-transform: none; 
    -ms-transform: none;
    -o-transform: none;
	transition: all .4s ease;
	order:-1;
	margin-bottom:10%; 
	margin-top:0px;


}	

.reviews-carousel .project-item:hover .project-hover{
	background-color: rgba(16, 58, 222, 0.8);

}


.reviews-carousel .project-item .play-video-btn{
	cursor: pointer;
	object-fit: cover;
	transition: all .3s ease;
	opacity: .7;
	max-width: 110px;
}

.reviews-carousel .project-item:hover .project-hover .project-title,
.reviews-carousel .project-item:hover .play-video-btn{
	opacity: 1;
}


@media screen and (max-width: 460px){
	.reviews-carousel .project-item .project-hover .project-title,
	.reviews-carousel .project-item:hover .project-hover .project-title{
		position: static;
	}
}


/* 
================================================================
                          GALLERY
================================================================ 
*/

.section-gallery{

}
.section-gallery .gallery-img{
	transition: all .4s ease;
	position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.section-gallery .gallery-img img{
	object-fit: cover;
	position: absolute;
    top: 0px;
    left: 0px;
}

.section-gallery .gallery-img:after,
.section-gallery .gallery-img:before{
	position: absolute;
	content: ' ';
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.section-gallery .gallery-img:after{
	background-color: var(--accent-color-opacity);
}

.section-gallery .gallery-img:before{
	height: 50px;
	width: 50px;
	content: url(../resource/mashtab.svg);
	display: block;
	z-index: 2;
	transition-delay: .1s;
	top:0px;
	left: calc(50% - 27px);
}
.section-gallery .gallery-img:hover:before{
	top: calc(50% - 22px);
}
.section-gallery .gallery-img:hover:after,
.section-gallery .gallery-img:hover:before{
	opacity: 1;
}


.add-new-team{
	cursor: pointer;
}
.add-new-team .icon{
	font-size: 30px;
	font-weight: normal;
	margin-left:15px;
}
.add-new-text .inner{
	display: flex !important;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	align-items: center;
	justify-content: center;
}


/*
==================================================================
						section-CTA 
==================================================================
*/
.section-CTA .btn.sign-btn{
    padding-left: 4em;
    padding-right: 4em;
}












/* 
================================================================
                          @ANIMATION
================================================================ 
*/

@keyframes triangle_move {
	0%{
		transform: rotateX(10deg) rotateY(6deg);
	}
	25%{
		transform: rotateX(25deg) rotateY(12deg);
	}
	50%{
		transform: rotateX(15deg) rotateY(3deg);
	}

	100%{
		transform: rotateX(14deg) rotateY(26deg);
	}
}






/* 
================================================================
                          @MEDIA
================================================================ 
*/
@media screen and (min-width: 1700px) {
	.wide-container{
		width: 1670px;
	}
}
@media (min-height: 600px){
	.mobile-menu ul{
	    top: 9rem;
    	bottom: 8rem;
	}
}



@media screen and (max-width: 767px) {
	.project-item{
		max-width: 470px;
	}
	.section-about-course .col-service h4{
		text-align: center;
	}
	.section-about-course .col-service p{
		text-align: center;
		margin: 0 auto;
	}
}


@media screen and (max-width: 805px) {
	.img-list-item{
		width:50%;
	}
}



@media screen and (max-width: 820px) {
	.img-list-item{
		width:50%;
	}
}

@media screen and (max-width: 991px) {
	.triangle-container{
		margin-top:30px;
	}
}

@media screen and (max-width: 925px){
	.wrapper-kludge-layers{
		margin-left: auto;
	}
}

@media screen and (max-width: 920px) {
	.head-slider-container{

	}

	.wrapper-kludge-layers .wrap-main-content__ > .tp-splitted,
	.wrapper-kludge-layers .wrap-caption-content__ > .tp-splitted,
	.wrapper-kludge-layers .wrap-btn-content__{
		text-align: center !important;
	}
}



@media screen and (max-width: 700px) {
	.title-group .section-title{
		font-size: 45px;
	}

}

@media screen and (max-width: 570px) {
	.img-list-item{
		width:100%;
	}
	.img-list-item .wrap_img{
		text-align: center;
	}
	.img-list-item .content{
		text-align: justify;
		padding:10px 20px 20px 10px;
	}
}

@media screen and (max-width: 440px) {
	.btn.sign-btn{
		font-size: 15px;
	}
	.title-group .section-title{
		font-size: 35px;
	}

}

@media screen and (max-width: 410px) {
	.project-hover .project-title{
		font-size: 1.8rem;
		max-width: 210px;
	}
}

@media screen and (max-width: 360px){
	.boxed{
	    padding-left: 0.7rem;
    	padding-right: 0.7rem;
	}
}


/* 
================================================================
    	WIDTH 100% & CORRECT SECTION, ADD PADDING
================================================================ 
*/

/* @media(max-width: 925px) {
	#main {
		height: 600px;
	}
} */

@media (max-width: 425px) {
	.boxed {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar.boxed {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.info-title {
		padding-left: 1rem;
	}
	.section {
		padding: 2.28rem 0;
	}
	#for_whom h2.section-title {
		padding-left: 1rem;
	}
	#about_owner .just-socials {
		display:flex;
		justify-content: center;
	}
	.section-bonus .btn-container {
		padding-left: 1rem;
	}
	.panel-group {
		padding-left: 1rem;
	}
	#reviews h2.section-title {
		padding-left: 1rem;
	}
	#CTA h5 {
		padding: 0 0.1rem;
	}
}