/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 * HEADER
 * FOOTER

 * ELEMENTS
 - Header And Banner
 - About Section
 - Services Section
 - Work Section
 - Tetstimonial Section
 - Contact Section Section
 - Preloader
 ================================================
 */
/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-top: 0;
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 61px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2 {
	font-size: 40px;
	font-weight: 800;
	margin-top: 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#222;
	text-transform:capitalize;
}
h2 span{
	color:#2ecc71;
}
h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h4, h6 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-top: 10px;
	font-weight: 600;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
button:focus{
	outline: none;
}
a {
	color: #444;
}
.inner-intro h1{
	font-size:60px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
@media (max-width: 767px){
	.inner-intro h1{
		font-size: 35px;
	}
	h1 {
    font-size: 25px;
   }
	h2{
		font-size: 23px;
	}
	
h3, .h3 {
    font-size: 20px;
}
}
/*  Padding and Margin Style   ||-----------*/
.padding {
    padding-top: 90px;
    padding-bottom: 90px;
}
.no-padding {
	padding: 0 ;
}
.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px ;
}
.padding-40 {
	padding: 40px ;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0 ;
	padding-right: 0 ;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px ;
	padding-bottom: 0px ;
}
.pt-0 {
	padding-top: 0px ;
}
.pb-0 {
	padding-bottom: 0px ;
}
.pt-30 {
	padding-top: 30px ;
}
.pb-30{
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.plr-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px ;
}
.mb-0 {
	margin-bottom: 0px ;
}
.ml-0 {
	margin-left: 0px ;
}
.mr-0 {
	margin-right: 0px ;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
    margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
.up-80 {
	margin-top: 50px;
}
.mt-sm-30 {
	margin-top: 30px;
}
.mb-sm-30 {
	margin-bottom: 30px;
}
.float-none-sm {
	float: none ;
}
.float-left-sm {
	float: left ;
}
.float-right-sm {
	float: right ;
}
.pl-sm-0 {
	padding-left: 0 ;
}
.plr-xs-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.padding-sm-25 {
	padding: 25px;
}
.plr-xs-sm-20{
	padding-left: 20px;
	padding-right: 20px;
}
}
@media (max-width: 767px) {
.text-xs-left {
	text-align: left;
}
.pr-xs-0 {
	padding-right: 0;
}
.pl-xs-0 {
	padding-left: 0;
}
.pr-xs-0 {
	padding-right: 0;
}
.plr-xs-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.padding-sm-25 {
	padding: 25px;
}
.pb-xs-30 {
	padding-bottom: 30px;
}
.pt-xs-30 {
	padding-top: 30px;
}
.pt-xs-60 {
	padding-top: 60px;
}
.ptb-xs-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb-xs-0{
padding-top: 0px;
	padding-bottom: 0px;	
}
.pt-xs-40 {
	padding-top: 40px;
}
.pb-xs-40 {
	padding-bottom: 40px;
}
.pb-xs-60 {
	padding-bottom: 60px;
}
.ptb-xs-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.plr-xs-sm-20{
	padding-left: 20px;
	padding-right: 20px;
}
.ml-xs-0 {
	margin-left: 0;
}
.mtb-xs-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mt-xs-0 {
	margin-top: 0px;
}
.mb-xs-0 {
	margin-bottom: 0px;
}
.mtb-xs-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-xs-15 {
	margin-top: 15px;
}
.mb-xs-15 {
	margin-bottom: 15px;
}
.mtb-xs-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-xs-30 {
	margin-top: 30px;
}
.mb-xs-30 {
	margin-bottom: 30px;
}
.float-none-xs {
	float: none ;
}
.float-left-xs {
	float: left ;
}
.float-right-xs {
	float: right ;
}
}

/*gernal*/

img {
    max-width: 100%;
}

.italic {
    font-style: italic;
}

/*  Preloader   ||-----------*/
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: #fff;
}
.sk-circle {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #2ecc71;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 @-webkit-keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

.gray_bg{
	background:#f9f9f9;
}
figure{
	margin: 0px;
}
.light-color *{
	color: #fff;
}
/*back-to-top*/
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9999;
    display: block;
    display:none;
    background:#2ecc71;
    color:#fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.logo-img{
	width: 126px;
	height: 41px;
}
.en{
	font-family: serif!important;
}
.bg-funtore{
	background-color: #2ecc71;
	border: solid 4px #FFFAAD;
}
.badge-danger {
    background-color: orange;
}
/*-------------------------------*/
    /* Tabs & Accordions*/
/*-------------------------------*/
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
#accordion{
    border: 1px solid #2ecc71;
    overflow: hidden;
}
#accordion .panel{
    border: none;
    border-bottom: 1px solid #2ecc71;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#accordion .panel:last-child{
    border-bottom: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #2ecc71;
    text-align: left;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: inherit;
}
#accordion .panel-title a.collapsed:hover{
    background: #2ecc71;
    color: #fff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    transition: all 0.3s ease-in-out 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f067";
    color: #2ecc71;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    padding: 20px;
    border: none;
    color: #000;
    line-height: 25px;
    background-color: white;
}
.panel-title{
	margin: 0px;
}
/*-------------------------------*/
    /* Tabs & Accordions*/
/*-------------------------------*/
.gallery-heading{
	padding-left: 0px!important;
}
.text-camp{
	font-size: 28px;
	font-weight: bold;
	border: 4px solid white;
	padding: 10px;
}
.tokuten{
	font-size: 20px;
	line-height: 2rem;
	margin-top: 20px;
}
.full_btn{
	cursor: pointer;
}
.contact-form input[type="text"], .contact-form .input-sm{
	font-size: 16px!important;
	color: black!important;
}
.contact-form input[type="text"], .contact-form textarea{
	font-size: 16px!important;
}
a {
    color: #2fbd3b;
}
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

.text-open {
	font-size: 18px;
	background-color: red;
	color: white;
	border: 2px solid orange;
}
.text-open-s {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow{
	display: none;
}
@media (min-width: 576px) {
.text-open {
	font-size: 30px;
	line-height: 1.2em;
}
.text-open-s {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}
}
@media (min-width: 768px) {
	.tparrows.tp-leftarrow, .tparrows.tp-rightarrow{
		display: block;
	}
}
@media (min-width: 992px) {
	.text-open {
		font-size: 40px;
		line-height: 1.2em;
	}
	.text-open-s {
		font-size: 22px;
		padding: 0px;
		margin: 0px;
	}
}
@media (min-width: 1200px) {
}
.borders{
	border: 1px solid gray;
	background-color: aliceblue;
}