/* Bebio - Kinder Garten HTML Template  */

/*********** TABLE OF CONTENTS **************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Header Style Two
6. Sticky Header
7. Search Popup
8. Page Title
9. Section Title
10. Main Slider
11. Main Slider Style Two
12. About Section
13. About Section Two
14. About Section Three
15. Event Section
16. Event Detail Section
17. Program Section
18. Program Detail
19. Why Choose Us
20. Video Section
21. Offers Section
22. Coming Soon
23. Mission Section
24. Newsletter Section
25. Fluid Section One
26. Fluid Section Two
27. Team Section
28. Testimonial Section
29. Call To Action
30. News Section
31. News Section Two
32. News Detail
33. Gallery Section
34. Gallery Section Style Two
35. Contact Map Section
36. Contact Form Section
37. Clients Section
38. Main Footer
39. Sidebar Page Container
40. Comments Area
41. Comment Form
**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i|Schoolbell');

/*
font-family: 'Rubik', sans-serif;
font-family: 'Schoolbell', cursive;
font-family: 'Fredoka One', cursive;
*/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery.touchspin.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#787878;
	line-height:1.6em;
	font-weight:400;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Rubik', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ff4880;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;

}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 2em;
	font-weight: normal;
	color: #858687;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: 'Fredoka One', cursive;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 25px 70px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 50px;
	background-color: #ffae00;
}

.btn-style-one:hover{
	color: #ffffff;
	-webkit-animation: 2s rainbow infinite alternate;
	animation: 2s rainbow infinite alternate;
}
.main-slider.style-two{

}
@keyframes rainbow{
	0% { background-color: #ffae00; }
    25% { background-color: #5798fe; }
    50% { background-color: #7cbe47; }
    75% { background-color: #9c49fa; }
    100% { background-color: #ff4880; }
}

@-webkit-keyframes rainbow{
	0% { background-color: #ffae00; }
    25% { background-color: #5798fe; }
    50% { background-color: #7cbe47; }
    75% { background-color: #9c49fa; }
    100% { background-color: #ff4880; }
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 25px 60px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 50px;
	background-color: #393d72;
}

.btn-style-two:hover{
	background-color: #ffffff;
	color: #393d72;
}

/*=== Social Icon One ===*/
.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.social-icon-one li a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #fa7720;
}

/*=== List Style One ===*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	line-height:26px;
	color: #ffffff;
	font-weight:400;
	padding-left:40px;
	margin-bottom: 14px;
	font-family: "Fredoka One", cursive;
}

.list-style-one li:before{
	content: "\f058";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:18px;
	line-height: 26px;
	padding: 0px;
	color:#ffae00;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
	color: #44bce2;
}

/*=== List Style Two ===*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:18px;
	line-height:30px;
	color: #393d72;
	font-weight:400;
	padding-left:30px;
	margin-bottom: 16px;
	font-family: "Fredoka One", cursive;
}

.list-style-two li:before{
	content: "\f058";
	position:absolute;
	left: 0;
	top: 2px;
	display:block;
	font-size:16px;
	line-height: 30px;
	padding: 0px;
	color:#ff4880;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.list-style-two li a:hover{
	color: #ff4880;
}

.theme_color{
	color:#fa7720;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 

/*** 

====================================================================
	Scroll To Top
====================================================================

***/

.scroll-to-top{
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	width: 225px;
	height: 50px;
	margin: 0 auto;
	background-image:url(../images/icons/curve.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	z-index:100;
	cursor:pointer;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover .icon{
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition:all 300ms linear;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.icon-arrow-up{
	display: inline-block;
	height: 30px;
	width: 20px;
	background-image: url(../images/icons/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header{
	position: absolute;
	background-color: rgb(255,246,249,0.5);
	display: block;
	width: 100%;
	z-index: 99999;
	/* top:-20px */
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position: relative;
	/*border-bottom: 2px solid #f9f5f0;*/
	text-align: center;
}

.main-header .responsive-logo{
	position: relative;
	display: none;
}

.main-header .info-box{
	position: relative;
	display: block;
	margin-top: 35px;
	margin-bottom: -66px;
}

.main-header .info-box li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #858688;
	font-weight: 400;
	z-index: 9;
}

.main-header .info-box li span{
	font-size: 14px;
	line-height: 30px;
	color: #ff4880;
	margin: 0 10px;
}

.main-header .info-box li:last-child{
	float: right;
}

.main-header .info-box li a{
	color: #858688;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li a:hover{
	color: #ff4880;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
	    border-bottom: 2px solid #f9f5f0;
}

.main-header .header-lower .outer-box{
	position: relative;
	width: 100%;
}

.main-header .header-lower .option-box{
	position: absolute;
	left: 0;
	bottom: 23px;
	z-index: 2;
}

.main-header .option-box ul li{
	position: relative;
	float: left;
	font-size:  16px;
	line-height: 57px;
	color: #ffffff;
	height: 57px;
	width: 57px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #686d6f;
	transition: all 300ms ease;
}

.main-header .option-box ul li a{
	color: #ffffff;
	display: block;
}

.main-header .option-box ul li:hover{
	background-color: #b32159;
	color: #ffffff;
}

.main-header .header-lower .social-icon-colored{
	position: absolute;
	right: 0;
	bottom: 23px;
	z-index: 2;
}

.main-header .header-lower .social-icon-colored li{
	margin-left: 8px;
}

.social-icon-colored li{
	position: relative;
	display: inline-block;
}

.social-icon-colored li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 57px;
	color: #ffffff;
	height: 57px;
	width: 57px;
	text-align: center;
	border-radius: 50%;
	background-color: #1877F2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-colored li:nth-child(3n + 2) a{
	background-color: #000;
}

.social-icon-colored li:nth-child(3n + 3) a{
	background-color: #FF0000;
}



.main-header .header-lower .logo-outer{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	/* padding: 20px 0 0; */
}

.main-header .header-lower .logo-outer .logo{
	position: relative;
	/* bottom: -20px; */
}

.main-header .header-lower .logo-outer .logo a{
	position: relative;
	display: block;
}
/* 
.main-header .header-lower .logo-outer .logo:before{
	position: absolute;
	left: 0;
	right: 0;
	  top: 86px;;
	margin: 0 auto;
	height: 68px;
	width: 320px;
	background-image: url(../images/icons/curve2.png);
	background-repeat:no-repeat;
	background-position: center;
	content: "";
} */

.main-header .header-lower .nav-outer{
	position: relative;
}

.main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	width: 100%;
	padding: 9px 0;
}

.main-menu .navigation > li{
	position:relative;
	display: inline-block;
	/* padding:35px 0px; */
	margin: 0 15px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:before{
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 2px;
	width: 0;
	background: #686d6f;
	background-position: center;
	content: "";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before{
	width: 100%;
	left: 0;
}
/* Wrapper for everything */
.rev_slider_wrapper {
    position: relative;
    width: 100%;
    height: 100vh !important; /* Set a fixed height temporarily if needed */
}
.fullwidthbanner-container .fullwidthabanner{
	height: 100vh !important;
}

.metis.tparrows{
	z-index: 99;
	
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	font-weight:400;
	opacity:1;
	color:#000;
	padding: 0px;
	text-transform:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #b32159;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);
	background:#fff;
	z-index:100;
	display:none;
	padding:0px 0px;
	border-top:3px solid #b32159;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	color:#686d6f;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index: 1;
}

.main-menu .navigation > li > ul > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #686d6f;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li:hover:before,
.main-menu .navigation > li > ul > li:hover:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:24px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:240px;
	z-index:100;
	display:none;
	background:#393d72;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);	
	border-top:3px solid #5798fe;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	border-left:3px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index: 1;
}

.main-menu .navigation > li > ul > li  > ul > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff4880;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li  > ul > li:hover:before,
.main-menu .navigation > li > ul > li  > ul > li:hover:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:5px;
	top:12px;
	width:50px;
	padding-right:10px;
	height:30px;
	border:1px solid rgba(0,0,0,0);
	text-align:center;
	font-size:20px;
	line-height:28px;
	color:#707070;
	cursor:pointer;
	z-index:5;
	display:none;
}
/***

====================================================================
	Header Top
====================================================================

***/

.header-style-two{
	position: relative;
}

.header-top{
	position: relative;
	background-color: #393d72;
}

.header-top .top-left{
	position: relative;
	float: left;
	padding: 15px 0;
}

.header-top .info-list li{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-right: 20px;
}

.header-top .info-list li span{
	color: #ffae00;
	margin-right: 7px;
}

.header-top .info-list li a{
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-top .info-list li a:hover{
	color: #ffae00;
}

.header-style-two .top-right{
	position: relative;
	float: right;
}

.header-style-two .top-right .search-box-outer{
	position: relative;
	float: left;
}

.header-style-two .top-right .link-box{
	position: relative;
	float: left;
	padding: 15px 0;
	padding-right: 15px;
	margin-right: 15px;
}

.header-style-two .top-right .link-box:before{
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	line-height: 30px;
	color: #b5b8de;
	font-weight: 400;
	content: ".";
}

.header-style-two .top-right .link-box a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #b5b8de;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-two .top-right .link-box a:hover{
	color: #ffffff;
}

.header-style-two .top-right .search-box-outer{
	position: relative;
	float: left;
	padding: 15px 0px;
}

.header-style-two .top-right .search-box-btn{
	font-size: 14px;
	line-height: 30px;
	color: #b5b8de;
	padding: 15px 0;
}

.header-style-two .top-right .search-box-btn span{
	position: relative;
	top: 2px;
	color: #ffae00;
	margin-left: 7px;
}

.header-style-two .top-right .search-box-btn:hover{
	color: #ffffff;
}

.header-style-two .header-lower{
	position: relative;
}

.header-style-two .header-lower .logo-outer{
	position: relative;
	float: left;
	width: auto;
	padding: 45px 0;
}

.header-style-two .header-lower .logo-outer .logo{
	bottom: 0;
}

.header-style-two .header-lower .logo-outer .logo:before{
	display:none;	
}

.header-style-two .header-lower .nav-outer{
	float: right;
}

.header-style-two .main-menu{
	float: left;
}

.header-style-two .main-menu .navigation > li{
	padding: 55px 0px;
	margin-left: 40px;
	margin-right: 0;
}

.header-style-two .header-lower .social-icon-colored{
	position: relative;
	bottom: 0;
}

.header-style-two .header-lower .outer-box{
	float: right;
	width: auto;
	margin-left: 70px;
	padding: 50px 0;
}

.header-style-two .header-lower .social-icon-colored li{
	margin-left: 7px;
}

.header-style-two .main-menu .navigation > li:before{
	bottom: 48px;
}

.header-style-two .header-lower .social-icon-colored li a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 14px;
}

/*** 

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 32px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:400;
	color:#222222;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #b32159;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position: relative;
	text-align: center;
	top: -63px;

}

.main-slider .icon{
	position: relative;
	display: block;
}

.main-slider .tp-caption{
	z-index:5;	
}

.main-slider .tp-dottedoverlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(17,19,42,.40);
}

.main-slider .title{
	position: relative;
	display: inline-block;
	padding: 0 30px;
	font-size: 30px;
	color: #ffffff;
	line-height: 1.2em;
	font-weight: 400;
	font-family: "Schoolbell", cursive;
}

.main-slider .title:before,
.main-slider .title:after{
	position: absolute;
	left: 0;
	top: 5px;
	height: 21px;
	width: 21px;
	background-image: url(../images/icons/icon-star.png);
	content: "";
}

.main-slider .title:after{
	left: auto;
	right: 0;
	top: auto;
	bottom: 10px;
}

.main-slider h2{
	position: relative;
	display: block;
	font-size: 90px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1em;
}

.main-slider .link-box{
	position: relative;
}

.main-slider .link-box a{
	position: relative;
}

.icon-sun{
	height: 102px;
	width: 102px;
	background-image: url(../images/icons/icon-sun.png);
}

.icon-rainbow{
	height: 114px;
	width: 203px;
	background-image: url(../images/icons/icon-rainbow.png);
}

.metis.tparrows{
	background:none !important;
	border:2px solid #ffffff;
	border-radius:50%;
	color:#ffffff !important;
	transform:rotate(90deg);	
}

.metis.tparrows:before{
	color:#ffffff !important;	
}

/*** 

====================================================================
	Main Slider Style Two
====================================================================

***/

.main-slider.style-two{
	text-align: left;
	height: 100vh;
}

.main-slider.style-two .tp-dottedoverlay{
	display: none;
}

.main-slider.style-two .title{
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #ff4880;
	padding: 0;
	line-height: 1.2em;
	font-weight: 400;
	font-family: "Schoolbell", cursive;
}

.main-slider.style-two .title:before,
.main-slider.style-two .title:after{
	display: none;
}

.main-slider.style-two h2{
	position: relative;
	display: block;
	font-size: 70px;
	color: #121212;

	line-height: 80px;
	font-family: "Lobster Two", sans-serif;
	font-weight: 700;
}

.main-slider.style-two .link-box{
	position: relative;
}

.main-slider.style-two .link-box a{
	position: relative;
	background-color: #ff4880;
}

.icon-sun-2{
	height: 91px;
	width: 91px;
	background-image: url(../images/icons/icon-sun-2.png);
}

.icon-star-4{
	height: 33px;
	width: 33px;
	background-image: url(../images/icons/icon-star-4.png);
}

.icon-idea{
	height: 101px;
	width: 84px;
	background-image: url(../images/icons/icon-idea.png);
}

.icon-pencil{
	height: 119px;
	width: 261px;
	background-image: url(../images/icons/icon-pencil.png);
}

.main-slider.style-two .scroll-to-top{
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	position: absolute;
	bottom: 0;
	top: auto;
	text-align: center;
}

.main-slider.style-two .scroll-to-top .icon{
	display: inline-block;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color: #353535;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/pattern.png);
	background-position: center;
	content: "";
	opacity: .20;
}

.main-footer .footer-upper{
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	padding:160px 0px 30px;
}

.main-footer .footer-upper .footer-column{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-widget .widget-title{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:30px;
}

/*Logo Widget*/

.logo-widget{
	position:relative;
}

.logo-widget .logo{
	position:relative;
	margin-top: -10px;
	margin-bottom:20px;
}

.logo-widget .text{
	position:relative;
	color:#fff;
	font-size:16px;
	line-height: 30px;
	margin-bottom:15px;
}

/*COntact Widget*/
.main-footer .contact-widget{
	position: relative;
}

.main-footer .contact-info{
	position: relative;
}

.main-footer .contact-info li{
	position: relative;
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	line-height:24px;
	padding-left: 25px;
	margin-bottom: 28px;
}

.main-footer .contact-info li .fa{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #ff4880;
}

.main-footer .contact-info li a{
	position:static;
	color: #fff;
	display: inline-block;
	transition: all 300ms ease;
}

.main-footer .contact-info li a:hover{
	color: #ff4880;
}

/*Links Widget*/
.main-footer .links-widget{
	position: relative;
}

.main-footer .list{
	position:relative;
}

.main-footer .list li{
	position:relative;
	display: block;
	margin-bottom: 7px;
}

.main-footer .list li a{
	position:relative;
	font-size:16px;
	line-height: 30px;
	color:#fff;
	font-weight:400;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.main-footer .list li a:hover{
	color:#ff4880;
}

.main-footer .activites-widget{
	position: relative;
}

.main-footer .activites-widget .list li{
	/*margin-bottom: 0px;*/
}

/*subscribe widget*/

.newsletter-form{
	position:relative;
}

.newsletter-widget .newsletter-form{
	position: relative;
	padding-top: 10px;
}

.newsletter-widget .form-group{
	position:relative;
	display:block;
}

.newsletter-widget .form-group input[type="text"],
.newsletter-widget .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	font-size:16px;
	color:#858687;
	line-height:28px;
	padding:20px 40px;
	height:70px;
	background-color:#ffffff;
	border:1px solid transparent;
	border-radius: 15px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.newsletter-widget .form-group input[type="text"]:focus,
.newsletter-widget .form-group input[type="email"]:focus{
	border-color:#ffae00;	
}

.newsletter-widget .form-group input[type="submit"],
.newsletter-widget .form-group button{
	position: relative;
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
	padding: 20px 40px;
	border-radius: 15px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:50px 0px 45px;
	text-align:center;
}

.main-footer .footer-bottom .social-icon-colored li{
	margin: 0 4px;
}

.main-footer .footer-bottom:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1170px;
	border-top: 1px solid #ffffff;
	opacity: .15;
	content: "";
}

.main-footer .footer-bottom .copyright{
	padding-top: 20px;
	position:relative;
	color:#fff;
	font-weight: 400;
	font-size:16px;
	line-height: 25px;
}

.main-footer .footer-bottom .copyright a{
	color:#fff;
}

.main-footer .footer-bottom .copyright a:hover{
	text-decoration: underline;
}

.icon-sparrow{
	height: 72px;
	width: 162px;
	background-image: url(../images/icons/icon-sparrow.png);
}

.icon-rainbow-2{
	height: 128px;
	width: 193px;
	background-image: url(../images/icons/icon-rainbow-2.png);
}

.icon-star-3{
	height: 24px;
	width: 24px;
	background-image: url(../images/icons/icon-star-3.png);
}

.icon-plane{
	height: 350px;
	width: 241px;
	background-image: url(../images/icons/icon-plane.png);
}

.main-footer .icon-plane{
	right: -300px;
	bottom: 0;
	opacity: .20;
}

.main-footer .icon-sun{
	top: 40px;
	right: -195px;
	animation: fa-spin 25s infinite;
	opacity: .20;
}

.main-footer .icon-star-3{
	top: 220px;
	left: -120px;
	animation: fa-spin 5s infinite;
	opacity: .20;
}

.main-footer .icon-star-3.two{
	left: 175px;
	top: 70px;
	opacity: .20;
}

.main-footer .icon-rainbow-2{
	left: -240px;
	bottom: 200px;
	opacity: .20;
}

.main-footer .icon-sparrow{
	left: -360px;
	top: 70px;
	opacity: .20;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position: relative;
	padding: 120px 0 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:50px;
}

.sidebar-widget{
    position:relative;
    padding: 45px 50px;
	background-color: #f9f5f0;
	margin-bottom: 2px;
}

/* Sidebar Title */

.sidebar-title{
	position: relative;
	margin-bottom: 25px;
}

.sidebar-title h5{
	position: relative;
	font-size: 20px;
	color: #393d72;
	font-weight: 400;
	line-height: 30px;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
	padding: 50px;
	border-radius: 20px 20px 0 0;
	margin-bottom: 2px;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:20px 30px;
	border:1px solid transparent;
	background:#ffffff;
	display:block;
	font-size:16px;
	width:100%;
	height:70px;
	color:#858687;
	border-radius: 20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:30px;
	top: 20px;
	line-height: 30px;
	display:block;
	font-size:16px;
	background-color: transparent;
	color:#858687;
	font-weight:normal;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button:hover{
	color: #ff4880;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus{
	border-color: #ff4880;
}

/* Events Widget */

.events-widget{
	position: relative;
}

.event-block-two{
	position: relative;
	margin-bottom: 25px;
}

.event-block-two:last-child{
	margin-bottom: 0;
}

.event-block-two .inner-box{
	position: relative;
	text-align: center;
}

.event-block-two .image{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-color: #393d72;
	border-radius: 20px;
	margin-bottom: 15px;
}

.event-block-two .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-block-two .inner-box:hover .image img{
	opacity: .70;
}

.event-block-two .date{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffae00;
	font-weight: 400;
	margin-bottom: 3px;
	font-family: "Fredoka One", cursive;
}

.event-block-two h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #393d72;
	font-weight: 400;
}

.event-block-two h5 a{
	color: #393d72;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-block-two h5 a:hover{
	color: #ff4880;
}

/* Categories */

.categories{
	position:relative;
}

.category-list li{
	position:relative;
	margin-bottom: 24px;
}

.category-list li:last-child{
	margin-bottom: 0;
}

.category-list li a{
	position:relative;
	font-size:16px;
	line-height: 24px;
	color:#858687;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.category-list li.active a,
.category-list li a:hover{
	color:#ff4880;
}

/* Post Widget */

.posts-widget{
	position: relative;
}

.posts-widget .post{
	position: relative;
	margin-bottom: 25px;
}

.posts-widget .post:last-child{
	margin-bottom: 0;
}

.posts-widget .post .post-inner{
	position: relative;
}

.posts-widget .post .image{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-color: #393d72;
	border-radius: 20px;
	margin-bottom: 5px;
}

.posts-widget .post .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.posts-widget .post .post-inner:hover .image img{
	opacity: .70;
}

.posts-widget .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #858687;
	font-weight: 400;
}

.posts-widget .post .date span{
	color: #ff4880;
	margin-right: 5px;
}

.posts-widget .post h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #393d72;
	font-weight: 400;
}

.posts-widget .post h5 a{
	color: #393d72;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.posts-widget .post h5 a:hover{
	color: #ff4880;
}

/*Popular Tags*/

.sidebar .popular-tags{
	position: relative;
}

.sidebar .tags-list li{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sidebar .tags-list a{
	position:relative;
	display: block;
	font-size:12px;
	line-height:20px;
	color: #858687;
	font-weight: 400;
	padding: 10px 20px;
	text-align:center;
	background:#ffffff;
	border-radius: 20px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .tags-list a:hover{
	background-color:#ffae00;
	color:#ffffff;	
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:50px;
}

.sidebar-page-container .group-title h3{
	position:relative;
	font-size:40px;
	color:#393d72;
	font-weight:400;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding: 0 0 60px;
	border-bottom: 2px solid #f9f5f0;
	margin-bottom:60px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	min-height:70px;
	padding:0px 0px 0px 150px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:120px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height: 115px;
	border-radius: 15px;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:35px;
}

.sidebar-page-container .comments-area .comment-box strong{
	position: relative;
	display: block;
	font-size:20px;
	font-weight:400;
	color:#393d72;
	line-height:1em;
	text-transform:capitalize;
	font-family: "Fredoka One", sans-serif;
	margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:14px;
	color:#ffae00;
	font-weight:400;
	font-family: "Fredoka One", sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	position: relative;
	font-size:16px;
	line-height: 30px;
	color:#858687;
}

.sidebar-page-container .comments-area .comment-box .reply-outer{
	position: absolute;
	right: 0;
	top: 0;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:relative;
	padding:10px 20px;
	font-size:14px;
	color:#ffffff;
	font-weight:400;
	border-radius: 20px;
	background-color:#ff4880;
	font-family: "Fredoka One", sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	background-color: #393d72;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

 .comment-form .row{
 	margin: 0 -10px;
 }

.comment-form .form-group{
	padding: 0 10px;
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	font-size:16px;
	color:#858687;
	line-height:28px;
	padding:25px 40px;
	height:80px;
	background:#f9f5f0;
	border:1px solid transparent;
	border-radius: 20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#393d72;
}

.comment-form .form-group textarea{
	height:180px;
	resize: none;
}

.ttkm-logo{
	height:100px
}
.pull-left .ttkm-logo{
	height: 91px;
}

/* about */
/* About 1 ---------------------------------- */
.img-box1 {
	position: relative;
	z-index: 2;
	text-align: right;
	width: 100%;
}
.img-box1 .img1 img, .img-box1 .img2 img {
	border-radius: 0px;
}
.img-box1 .img2 {
	display: inline-block;
	position: relative;
	z-index: 2;
	clip-path: polygon(70% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
}
.img-box1 .img1 {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
	height: 100%;
}
.img-box1 .img1 img {
	height: 100%;
	object-fit: cover;
}
.img-box1 .year-counter {
	margin-top: 30px;
	margin-left: auto;
}
.year-counter {
	max-width: 270px;
	text-align: center;
	padding: 22px;
	border-radius: 0px;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.year-counter_number {
	font-size: 74px;
	font-weight: 700;
	color: orange;
	line-height: 50px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.year-counter_text {
	color: orange;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: -0.32em;
	text-transform: uppercase;
	max-width: 113px;
	display: inline-block;
}
.about-feature {
	display: flex;
	align-items: center;
	gap: 15px;
	border-radius: 15px;
	padding: 0;
	max-width: 244px;
	text-align: left;
}
.about-feature-wrap {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 50px;
	margin-bottom: 40px;
}
.about-feature-wrap .box-icon {
	height: 65px;
	width: 65px;
	border-radius: 50%;
	line-height: 62px;
	background: #000;
	flex: none;
	text-align: center;
}
.about-feature .box-title {
	font-size: 18px;
	line-height: 26px;
	margin-top: -0.34em;
	margin-bottom: -0.34em;
}
.about-wrap1 .about-wrap-content {
	position: relative;
	padding-left: 15px;
	margin-bottom: 31px;
	font-size: 18px;
}
.about-wrap1 .about-wrap-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: calc(100% - 10px);
	border: 1px dashed #000;
}
.about-wrap1 .about-border-content {
	border: 1px solid orange;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding: 13px 20px;
	margin-bottom: 0;
}
/* About 2 ---------------------------------- */
.img-box2 {
	position: relative;
	z-index: 2;
	padding-bottom: 64px;
	margin-right: 50px;
}
.img-box2 .img1 {
	position: relative;
	display: inline-block;
}
.img-box2 .img1 img {
	border-radius: 0px;
}
.img-box2 .img1 .year-counter {
	position: absolute;
	right: 0;
	top: 0;
	padding: 24px 6px 16px;
}
.img-box2 .img1 .year-counter .year-counter_number {
	margin-bottom: 5px;
	font-size: 48px;
	margin-top: -6px;
}
.img-box2 .img1 .year-counter .year-counter_text {
	color: #fff;
	text-transform: capitalize;
}
.img-box2 .img1:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	height: 162px;
	width: 145px;
	z-index: 1;
}
.img-box2 .img2 {
	position: absolute;
	bottom: -5px;
	right: 0;
}
.img-box2 .img2 img {
	border-radius: 0px;
}
.img-box2 .shape1 {
	position: absolute;
	top: 60px;
	right: 14px;
	animation: jumpAni 5s linear infinite;
}
.img-box2 .about-since-wrap {
	position: absolute;
	top: 231px;
	left: -242px;
}
.img-box2 .about-since-wrap .about-since {
	font-size: 74px;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px orange;
	transform: rotate(-90deg);
}
.about-feature-wrap2 .about-feature {
	max-width: none;
	gap: 20px;
}
.about-feature-wrap2 .about-feature:not(:last-child) {
	margin-bottom: 40px;
}
.about-feature-wrap2 .about-feature .box-icon {
	flex: none;
}
.about-feature-wrap2 .about-feature .about-feature-content .box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}
.about-feature-wrap2 .about-feature .about-feature-content .about-feature-text {
	margin-bottom: -0.3em;
}
/* About 3 ---------------------------------- */
#about-sec .sub-title{
	color: #f3b1ca;
}
#about-sec .sec-title{
	color: #fff;
}
#about-sec .section-btn:before {
    content: '';
    height: 100%;
    width: 80%;
    border: 2px solid #f3b1ca;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: -7px;
    top: -7px;
    transition: all 0.2s ease-in, width 0.5s cubic-bezier(.45,-0.33,.43,1.46);
}
#about-sec .section-btn{
	color:#fff;
}
#about-sec p{
	color:#fff;
}
.img-box3 {
	position: relative;
	display: inline-block;
	padding-right: 117px;
}
.img-box3 .img1 {
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
}
.img-box3 .img1:after {
	content: '';
	position: absolute;
	border: 3px solid #f3b1ca;
	inset: 0 105px 0px -24px;
	z-index: -1;
}
.img-box3 .img2 {
	position: absolute;
	right: 0;

	border-right: 0;
	display: inline-block;
	z-index: 1;
	top: 100px;
	transform: translate(0, -50%);
}
.img-box3 .img2 img{
	border: 4px solid #fff;
}
.about-checklist-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #000;
	padding: 30px;
}
.space-section{
	padding: 50px 0;
}
@keyframes jumpAni{
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

.sub-title{
	color: #b32159;
	display: flex;
    align-items: center;
}
.sec-title{
	color: #000;
}
#about-sec p{
text-align: justify;
}

/* section btn */
.section-btn{
    color: #555;
    background: transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;

    padding: 7px 20px;
    margin: 7px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition:all 0.5s ease 0s;
}
.section-btn:focus,
.section-btn:hover{
    color: #fff;
    background: #686d6f;
}
.section-btn:before,
.section-btn:after{
    content: '';
    height: 100%;
    width: 80%;
    border: 2px solid #b32159;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: -7px;
    top: -7px;
    transition: all 0.2s ease-in, width 0.5s cubic-bezier(.45,-0.33,.43,1.46);
}
.section-btn:after{
    transform: rotate(180deg);
    top: auto;
    left: auto;
    right: -7px;
    bottom: -7px;
}
.section-btn:hover:before,
.section-btn:hover:after{
    width: 30%;
}
@media only screen and (max-width: 767px){
    .section-btn{ margin-bottom: 30px; }
}

/* news and events */
.news-events .sub-title{

    margin: 0 auto;
    display: block;
}

.blog-style2 .blog-img {
	overflow: hidden;
	border-radius: 12px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .blog-style2 .blog-img img {
	width: 100%;

  }
  .blog-style2 .blog-date {
    margin: -17.5px 0 6px 0;;
  }
  .blog-style2 .blog-date a {
	display: inline-block;
	font-size: 14px;
	padding: 10.5px 20px;
	font-weight: 700;
	line-height: 1;
	background-color: #b32159;
	color: #fff;
	border-radius: 7px;
	text-transform: uppercase;
  }
  .blog-style2 .blog-date a:hover {
	background-color: #FFF;
	color: #000;
  }
  .blog-style2 .blog-meta {
	margin: 0 0 12px 0;
  }
  .blog-style2 .blog-meta a {
	color: #555555;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
  }
  .blog-style2 .blog-meta a i {
	color: #000;
  }
  .blog-style2 .blog-title {
	font-weight: 500;
	font-size: 22px;
	margin: 0;
  }
  .blog-style2 .icon-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateX(60px);
	opacity: 0;
	visibility: hidden;
  }
  .blog-style2 .blog-body {
	background-color: #FFF;
	padding: 0.1px 35px 10px 35px;;
	margin: -35px 20px 0 20px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	transition: all ease 0.4s;
  }
  .blog-style2 .blog-content {
	overflow: hidden;
	position: relative;
	transition: all ease 0.4s;
	padding-bottom: 0;
  }
  .blog-style2.layout2 .blog-body {
	border: 1px solid #e0e0e0;
  }
  .blog-style2:hover .icon-btn {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
  }
  .blog-style2:hover .blog-body {
	margin-top: -104px;
	background-color: rgba(104, 109, 111, 0.8);
	border-color: transparent;
  }
  .blog-style2:hover .blog-content {
	padding-bottom: 70px;
  }
  .blog-style2:hover .blog-meta a {
	color: #e3e3e3;
  }
  .blog-style2:hover .blog-meta a:hover {
	color: #000;
  }
  .blog-style2:hover .blog-title a {
	color: #FFF;
  }
  .blog-style2:hover .blog-title a:hover {
	color: #000;
  }
  .blog-title a{
	color: #212121;
	font-size: 18px;
  }
  .icon-btn.style4 {
	background-color: #b32159;
	color: #fff;
  }
  .icon-btn {
	display: inline-block;
	border: none;
	padding: 0;
	width: var(--btn-size, 50px);
	height: var(--btn-size, 50px);
	line-height: var(--btn-size, 50px);
	font-size: var(--btn-font-size, 18px);
	background-color: var(--icon-bg, #ffffff);
	color: var(--title-color);
	text-align: center;
	border-radius: 50%;
	transition: all ease 0.4s;
  }

  /* princi message */
  .testimonial_section {
	display: block;
	overflow: hidden;
  }
  .testimonial_section:after {
	display: block;
	clear: both;
	content: "";
  }
  .testimonial_section .about_content {
	background-color: #eed6df;
	padding-top: 77px;
	/* padding-right: 210px; */
	padding-bottom: 62px;
	position: relative;
  }
  .testimonial_section .about_content .background_layer {
	background-color: #eed6df;
	width: auto;
	margin-left: -200px;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;

  }
  .testimonial_section .about_content .layer_content {
	position: relative;
	z-index: 9;
	height: 100%;
  }
  .testimonial_section .about_content .layer_content .section_title {
	margin-bottom: 24px;
	position: relative;
  }
  .testimonial_section .about_content .layer_content .section_title:after {
	display: block;
	clear: both;
	content: "";
  }
  .testimonial_section .about_content .layer_content .section_title h5 {
	color: #fff;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #000;
	margin-top: -5px;
	margin-bottom: 6px;
  }
  .testimonial_section .about_content .layer_content .section_title h2 {
	font-family: "Titillium Web";
	font-weight: 300;
	font-size: 45px;
	line-height: 50px;
	padding-bottom: 51px;
	margin-bottom: 0px;
	color: #fff;
  }
  .testimonial_section .about_content .layer_content .section_title h2 strong {
	font-weight: 600 !important;
	width: 100%;
	display: block;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line {
	position: relative;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line span {
	transition: all 0.5s ease-in-out 0s;
	position: relative;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
	content: "";
	right: auto;
	left: 69px;
	position: absolute;
	bottom: 28px;
	width: 17px;
	margin-left: 0;
	border-bottom-width: 3px;
	border-bottom-color: #cacaca;
	border-bottom-style: solid;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line:after {
	content: "";
	left: 1%;
	margin-left: 0;
	position: absolute;
	bottom: 28px;
	width: 59px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #686d6f;
  }
  .testimonial_section .about_content .layer_content .section_title p {
	color: #fff;
	margin: 0 0 15px;
  }
  .testimonial_section .about_content .layer_content a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
  }
  .testimonial_section .about_content .layer_content a i {
	font-size: 18px;
	vertical-align: middle;
  }
  .testimonial_section .about_content .layer_content a:hover {
	color: #686d6f;
  }
  .testimonial_section .testimonial_box {
	margin-top: 60px !important;
	position: relative;
  }
  .testimonial_section .testimonial_box .testimonial_container {
	background-color: #686d6f;
	margin-left: -170px !important;
	position: relative;
  }
  .testimonial_section .testimonial_box .testimonial_container .background_layer {
	background-color: #686d6f;
	width: auto;
	margin-right: -200px;
	right: 0;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content {
	position: relative;
	z-index: 9;
	height: 100%;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
	display: block;
	position: relative;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
	margin: 10px 0 10px 0;
	padding: 62px 0px 72px 50px;
	position: relative;
	text-align: center;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
	margin-left: 150px;
	margin-top: 69px;
	padding: 45px 40px 45px 40px;
	z-index: 1;
	position: relative;
	background-color: #fff;
	transition: all 0.5s ease-in-out 0s;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
	margin-bottom: 15px;
	position: relative;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
	content: "";
	width: 30px;
	display: block;
	height: 2px;
	text-align: center;
	left: 46%;
	margin-top: 6px;
	background-color: #686d6f;
	position: absolute;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
	padding-top: 0;
	margin-bottom: -5px;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	color: #020d26;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
	font-size: 12px;
	color: #9f9f9f;
	margin: 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #5d6576;
	font-style: italic;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
	border: none;
	position: absolute;
	top: 0;
	left: 55px;
	top: 80px;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
	border: 5px solid #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	width: 35%;
  }
  .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
	position: absolute;
	top: 165px;
	right: 42px;
	border-radius: 0;
	background: #686d6f;
	display: block;
	outline: 0;
	width: 34px;
	line-height: 34px;
	height: 34px;
	color: #fff;
	font-size: 23px;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
  }
  .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
	background: #eed6df;
  }
  .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
	position: absolute;
	top: 165px;
	right: 5px;
	border-radius: 0;
	display: block;
	background: #686d6f;
	outline: 0;
	width: 34px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	color: #fff;
	font-size: 23px;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
  }
  .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
	background: #020d26;
  }
  
  @media all and (max-width: 991px) {
	.testimonial_section .about_content {
	  padding-right: 15px !important;
	}
	.testimonial_section .about_content .background_layer {
	  width: 200% !important;
	}
	.testimonial_section .testimonial_box {
	  margin-top: 0 !important;
	}
	.testimonial_section .testimonial_box .background_layer {
	  width: 200% !important;
	  margin-left: -200px;
	}
	.testimonial_section .testimonial_box .about_content {
	  padding-left: 15px !important;
	  padding-right: 15px !important;
	  margin-top: 28% !important;
	}
	.testimonial_section .testimonial_box .testimonial_container {
	  margin-left: -15px !important;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials {
	  margin: 0px 0 20px 0;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
	  margin-left: -36px !important;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
	  display: none;
	}
  }

  /* coubnter */
  .count-content{
	position: relative;
	z-index: 3;
  }
  .count-content .sub-title{
	color: #f3b1ca;
  }
  .count-content .sec-title{
	color: #fff;
  }
  .counter-card {
	--border-color: #B7B7B7;
	text-align: center;
  }
  
  .counter-card-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
			position: relative;
	
  }
  
  .counter-card-wrap .divider {
	width: 1px;
	height: 75px;
	border: 1px dashed rgba(183, 183, 183, 0.5);
	margin: 0 56px;
  }
  
  .counter-card-wrap .divider:last-of-type {
	display: none;
  }
  
  .counter-card .box-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	line-height: 90px;
	z-index: 1;
	margin: auto auto 30px;
  }
  
  .counter-card .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	height: 50px;
	width: 50px;
  }
  
  .counter-card .box-icon:before, .counter-card .box-icon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: #f3b1ca;
	z-index: -1;
	opacity: 0.08;
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .counter-card .box-icon:before {
	background: transparent;
	opacity: 1;
	border: 1px dashed #f3b1ca;
	z-index: 1;
  }
  
  .counter-card .box-number {
	font-size: 39px;
	color: #f3b1ca;
	font-weight: 700;
	margin-bottom: 9px;
	margin-top: -0.2em;
  }
  
  .counter-card .box-number .counter-number {
	color: #f3b1ca;
	font-size: 41px;
  }
  
  .counter-card .box-text {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
  }
  
  .counter-card:hover .box-icon img {
	-webkit-transform: rotateY(180deg);
			transform: rotateY(180deg);
	-webkit-filter: brightness(99);
			filter: brightness(99);
  }
  
  .counter-card:hover .box-icon:after {
	opacity: 1;
  }
  
  .counter-card:hover .box-icon:before {
	-webkit-animation: spin 10s infinite;
			animation: spin 10s infinite;
	border: 1px dashed #fff;
  }
  
  /* Medium devices */
  @media (max-width: 991px) {
	.counter-card .box-number {
	  font-size: 36px;
	}
	.counter-card .box-text {
	  font-size: 16px;
	}
  }
  
  /* Small devices */
  @media (max-width: 767px) {
	.counter-card {
	  -webkit-box-flex: 50%;
	  -webkit-flex: 50%;
		  -ms-flex: 50%;
			  flex: 50%;
	  padding-left: 10px;
	  padding-right: 10px;
	}
	.counter-card-wrap {
	  -webkit-flex-wrap: wrap;
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
	  position: relative;
	}
	.counter-card-wrap .divider {
	  display: none;
	}
	.counter-card:nth-child(1), .counter-card:nth-child(3) {
	  padding-bottom: 50px;
	}
  }
  
  /* Extra small devices */
  @media (max-width: 375px) {
	.counter-card .box-text {
	  font-size: 14px;
	}
  }
  .testimonial_section .sec-title{
	z-index: 88;
    position: relative;
	position: relative;
    left: -161px;
  }
  .testimonial_section .sub-title{
	z-index: 88;
    position: relative;
	position: relative;
    left: -161px;
  }

  /* vision and mission */

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{

    padding: 0 40px 0 0;
    margin: 0 2px 0 0;

}
.main-timeline .timeline-content{
    color: #777;
    background-color: #fff;
    padding: 20px 90px 20px 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background:#686d6f;
    width: 12px;
    height: 120px;
    border-radius: 0 8px 8px 0;
    transform: translateY(-50%);
    position: absolute;
    right: -12px;
    top: 50%;
	transition: 0.5s all ease;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color:  #b32159;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 110px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -39px;
    z-index: 1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	transition: 0.5s all ease;
}
.main-timeline .timeline-icon img{
	height: 60px;
	width: 60px;
}
.main-timeline .timeline-icon i{ line-height:inherit; }
.main-timeline .title{
	color:#b32159;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
}
.main-timeline .description{
    font-size: 16px;
 text-align: justify;

    margin: 0;
}
.main-timeline li{
        font-size: 16px;
 text-align: justify;
 margin-top:12px;

  
    list-style-type:disc;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 0 0 40px;
    margin: 0 0 0 2px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 20px 20px 90px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 8px 0 0 8px;
    right: auto;
    left: -12px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: -39px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background-color: #4B8C47; }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{ background-color: #5BB25D; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background-color: #003346; }
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{ background-color: #09687E; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background-color: #1360C3; }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{ background-color: #0C8AFA; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 0 0 0 40px;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 20px 20px 20px 90px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        border-radius: 8px 0 0 8px;
        left: -12px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        left: -39px;
        right: auto;
    }
}
@media screen and (max-width:479px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        padding: 40px 0 0 0;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 90px 20px 20px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        width: 120px;
        height: 12px;
        border-radius: 8px 8px 0 0;
        transform: translateY(0) translateX(-50%);
        top: -12px;
        left: 50%;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        line-height: 110px;
        width: 100px;
        height: 110px;
        transform: translateY(0) translateX(-50%);
        top: -39px;
        left: 50%;
        clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    }
}

.main-timeline:hover .timeline-icon {
background-color: #686d6f;
transition: 0.5s all ease;
}
.main-timeline:hover .timeline-content:before{
background: #b32159;
}
.main-timeline:hover{
	transform: translateY(-5px);
	transition: 0.5s all ease;
}

/* gallery */
.gallery-box{
    text-align: center;
    overflow: hidden;

    position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.gallery-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.8); /* Adjust background color as needed */
    opacity: 0; /* Initial opacity */
    transition: opacity 0.3s ease; /* Smooth transition */
	z-index: 1;
}

.gallery-box:hover:before {
    opacity: 1; /* Change opacity on hover */
}
.gallery-box img{
    width: 100%;
    height: auto;
	border-radius: 5px;
	border: 5px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.gallery-box .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.gallery-box .box-content:before,
.gallery-box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
	z-index: 3;
}
.gallery-box .box-content:before{
    border-bottom: 2px solid rgba(179, 39, 89, 1);
    border-top: 2px solid rgba(179, 39, 89, 1);
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}
.gallery-box .box-content:after{
    border-left: 2px solid rgba(179, 39, 89, 1);
    border-right: 2px solid rgba(179, 39, 89, 1);
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}
.gallery-box:hover .box-content:before,
.gallery-box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}
.gallery-box .title{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
}
.gallery-box:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.gallery-box .post{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px;
    background: #d79719;
    opacity: 0;
    border-radius: 0 19px 0 19px;
    transform: translate3d(0px, -50px, 0px);
    transition: all 0.7s ease 0s;
}
.gallery-box:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
}
.gallery-box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}
.gallery-box:hover .icon{
    bottom: 20px;
    opacity: 1;
    transition-delay: 0.15s;
}
.gallery-box .icon li{
    display: inline-block;
}
.gallery-box .icon li i{ line-height:inherit; }
.gallery-box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(179, 33, 89);
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
}
.gallery-box .icon li a:hover{
    background: #d79719;
    border-color: #d79719;
}
@media only screen and (max-width:990px){
    .gallery-box{ margin-bottom: 30px; }
}
.gallery{
	top: 114px;
    position: relative;
	z-index: 3;
}

/* footer */
footer h4{
	color:#fff
}

#about-sec {
	/* The background image */
	background-image: url("../images/bg.jpg");
  
	/* Set a specified height, or the minimum height for the background image */
	
  
	/* Set background image to fixed (don't scroll along with the page) */

  
	/* Center the background image */
	background-position: center;
  
	/* Set the background image to no repeat */
	background-repeat: no-repeat;
  
	/* Scale the background image to be as large as possible */
	background-size: cover;
	position: relative;
  }
  #about-sec:after {
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9);
}
.count-space {
	/* The background image */
	background-image: url("../images/bg.jpg");
  
	/* Set a specified height, or the minimum height for the background image */
	
  
	/* Set background image to fixed (don't scroll along with the page) */

  
	/* Center the background image */
	background-position: center;
  
	/* Set the background image to no repeat */
	background-repeat: no-repeat;
  
	/* Scale the background image to be as large as possible */
	background-size: cover;
	position: relative;
  }
.count-space:after {
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9);
}
.about-content{
	position: relative;
	z-index: 4;
}
/* principal msg */
.c-card-testimonial .c-card-testimonial__profile {
	width: 300px;
	flex-shrink: 0;
	height: 300px;
	border-radius: 20px;
	transform: translateX(-80px);
	overflow: hidden;
	margin-left: -39px;
  }
  @media screen and (max-width: 768px) {
	.c-card-testimonial .c-card-testimonial__profile {
	  transform: translateY(-50%);
	  width: 90%;
   }
  }
  @media screen and (max-width: 576px) {
	.c-card-testimonial .c-card-testimonial__profile {
	  width: 95%;
   }
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
	.c-card-testimonial .c-card-testimonial__profile {
	  height: 270px;
   }
  }
  .c-card-testimonial .c-card-testimonial__profile .c-card-testimonial__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	opacity: 0;
	transition: all 0.3s;

  }
  .c-card-testimonial .c-card-testimonial__description {
	padding-right: 25px;
  }
  @media screen and (max-width: 768px) {
	.c-card-testimonial .c-card-testimonial__description {
	  margin-top: -80px;
	  text-align: center;
	  padding: 0 30px;
   }
  }
  @media screen and (max-width: 576px) {
	.c-card-testimonial .c-card-testimonial__description {
	  padding: 0;
   }
  }
  .c-card-testimonial .c-card-testimonial__description > * {
	opacity: 0;
	transform: translateY(25px);
	transition: all 400ms;
  }
  .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__job {
	color: #fff;
  }
  .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__author {
	/* margin: 16px 0 80px; */
	color: #eed6df;
	font-size: 24px;
	font-weight: 700;
  }
  .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__excerpt {
	margin-bottom: 30px;
	color: #fff;
	line-height: 1.5em;
	text-align: justify;
  }
  .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__link {
	display: inline-flex;
	justify-content: center;
	padding: 16px 32px;
	color: #fff;
	background-color: #ff3671;
	border-radius: 50px;
	letter-spacing: 1px;
	box-shadow: rgba(255, 54, 110, 0.2) 0px 0px 5px 0px,
				   rgba(255, 54, 110, 0.4) 0px 3px 20px 0px,
				   rgba(255, 54, 110, 0.3) 0px 10px 28px 0px;
	text-transform: uppercase;
  }
  @media screen and (max-width: 576px) {
	.c-card-testimonial .c-card-testimonial__description .c-card-testimonial__link {
	  width: 100%;
   }
  }
  .c-testimonials {
	width: 95%;
	position: relative;
	max-width: 100%;
	margin: auto;
	box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
	padding: 16px;
	border-radius: 25px;

	background-color: #686d6f;
	transition: all 300ms;
  }
  @media screen and (max-width: 992px) {
	.c-testimonials {
	  max-width: 680px;
	  height: 400px;
   }
  }
  @media screen and (max-width: 768px) {
	.c-testimonials {
	  min-height: 500px;
	  height: auto;
	  margin: 180px auto;
	  margin-bottom: 0;
   }
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
	.c-testimonials {
	  height: 350px;
   }
  }
  .c-testimonials .c-testimonials__item {
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
   border-radius: 15px;
	display: flex;
	align-items: center;
  }
  @media screen and (max-width: 768px) {
	.c-testimonials .c-testimonials__item {
	  flex-direction: column;
   }
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__profile .c-card-testimonial__image {
	opacity: 1;
	transition-delay: 300ms;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > * {
	opacity: 1;
	transform: none;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(1) {
	transition-delay: 0.3s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(2) {
	transition-delay: 0.4s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(3) {
	transition-delay: 0.5s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(4) {
	transition-delay: 0.6s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(5) {
	transition-delay: 0.7s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(6) {
	transition-delay: 0.8s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(7) {
	transition-delay: 0.9s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(8) {
	transition-delay: 1s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(9) {
	transition-delay: 1.1s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(10) {
	transition-delay: 1.2s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(11) {
	transition-delay: 1.3s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(12) {
	transition-delay: 1.4s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(13) {
	transition-delay: 1.5s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(14) {
	transition-delay: 1.6s;
  }
  .c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description > *:nth-child(15) {
	transition-delay: 1.7s;
  }
  .c-testimonials .c-testimonials__pagination {
	position: absolute;
	top: 50%;
	right: 20px;
	bottom: auto !important;
	left: auto !important;
	width: 11px !important;
	text-align: center;
	z-index: 21;
	transform: translateY(-50%);
  }
  @media screen and (max-width: 768px) {
	.c-testimonials .c-testimonials__pagination {
	  top: 205px;
	  left: 50% !important;
	  width: 100% !important;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  transform: translateX(-50%);
   }
  }
  .c-testimonials .c-testimonials__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 8px 0;
  }
  @media screen and (max-width: 768px) {
	.c-testimonials .c-testimonials__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	  margin: 0 5px;
   }
  }
  .c-testimonials .c-testimonials__arrows {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 12px;
	display: flex;
	justify-content: center;
  }
  @media screen and (min-width: 768px) {
	.c-testimonials .c-testimonials__arrows {
	  justify-content: flex-end;
   }
  }
  .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next, .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev {
	position: relative;
	margin-left: 8px;
	cursor: pointer;
	outline: 0;
	border: 0;
	color: #b32159;
	background-color: transparent;
	font-size: 16px;
	transition: color 300ms ease;
  }
  .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next::before, .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	right: 50%;
	height: 1px;
	background-color: #b32159;
	transition: all 250ms ease;
  }
  .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next:hover::before, .c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev:hover::before {
	left: 0;
	right: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container-horizontal .swiper-pagination-custom, .swiper-container-horizontal .swiper-pagination-fraction {
	bottom: 12px;
	left: 0;
	width: 100%;
  }
  .swiper-pagination-bullet {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	background: #666;
	transition: all 0.3s;
  }
  .swiper-pagination-bullet-active {
	height: 33px;
	background: #b32159;
  }
  @media screen and (max-width: 768px) {
	.swiper-pagination-bullet-active {
	  height: 11px;
	  width: 33px;
   }
  }
  .testi.section-padding{
	padding-bottom: 100px;
  }
  .space-section{
	background-color: #fff;
  }

  /* annoincements */
  
/*-- Help Slider --*/
.help_area{
    position: absolute;
    padding: 0 10px;
    left: 0;
    z-index: 2;
  
    max-width: 80%;
    background: #b32159;
	top: 100vh;
}
.help_area a{

	    padding-right: 50px;
    color: #fff;
    font-size: 16px;
    border-right: 2px solid #fff;
}
}
.help_area span{
	font-size: bold;
	font-size: 20px;

}
.help_area:after{
    position: absolute;
    right: -25px;
    top: 0;
    content: '';
    height: 0;
    border-style: solid;
         border-width: 31px 25px 0 0;
    border-color: #b32159 transparent transparent transparent;
}
.help_area > p{
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    margin: 0;
    position: absolute;
    left: 95px;
}
.help_area > p i{
    position: relative;
    top: 1px;
    margin-right: 7px;
    display: inline-block;
}
.helpSlider.owl-carousel{
    position: relative;
    display: inline-block;
}
.helpSlider.owl-carousel p{
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}
.helpSlider.owl-carousel .owl-nav{
    position: absolute;
    right: 20px;
    top: 0;
}
.helpSlider.owl-carousel .owl-nav:after{
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    width: 1px;
    height: 14px;
    background: #ff6d73;
}
.helpSlider.owl-carousel .owl-nav button{
    font-size: 16px;
    color: #ff6d73;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.helpSlider.owl-carousel .owl-nav button:hover{
    color: #fff;
}
/* new banner */
/* ============ Full Page Slider ================= */
.creative-fullpage--slider{
	background-color: #ffffff;
	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	height: 100vh;
	font-size: 16px;
	display: flex;
	clip-path: none !important;
}
.creative-fullpage--slider .slider-inner {
	background: #000;
	height: 100vh;
	position: relative;
}
.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img 
{
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 50%;
	left: 50px;
	z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
	color: #ffffff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 50px;
	color: #fff;
	font-size: 60px;
 font-family: "Lobster Two", serif;;
	font-weight: 900;
	line-height: 1.1;

	margin-bottom: 50px;
	margin-left: -12px;
	text-decoration: none;
}
.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 20px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFFB0;
}
.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 18px;
	font-size: 18px;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffffff;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow{
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}
.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover{
	margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 5%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: #FFFFFF00;
	backdrop-filter: blur(20px);
	height: 85px;
	width: 85px;
	line-height: 85px;
	border-radius: 50%;
	transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 50px;
}
.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 80px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 30px;
}
.swiper-container-h .swiper-button-prev::after {
	content:"\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 30px;
}
.swiper-container-h .swiper-button-next:hover, 
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
		width: 100%;
		text-align: center;
		left: 0;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.swiper-container-h .slider-pagination-area{
		width: 200px !important;
	}
	.swiper-container-h .swiper-button-next::after, 
	.swiper-container-h .swiper-button-prev::after {
		font-size: 18px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev{
		background: #ffffff3b;
	}
	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size:30px;
	}
	.swiper-slide .slider-inner .swiper-content .title-area .tag{
		margin-bottom: 0px;
	}
	.swiper-slide .slider-inner .swiper-content p.disc{
		    margin: 20px auto 20px auto;
    font-size: 16px;
    width:95%;
	}
	.swiper-container-h .slider-pagination-area{
		display: none;
	}
	.swiper-slide .slider-inner .swiper-content p.disc br{
		display: none;
	}
}
/* sub-submenu */
/* General dropdown styles */
.navigation .dropdown ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
}

/* Show submenu when hovering */
.navigation .dropdown:hover > ul {
    display: block;
}

/* Sub-submenu styling to position left */
.navigation .dropdown ul .submenu-left {
    right: auto; /* Override the left 100% */
    left: 100%; /* Position to the left of the parent */
    top: 0;
}

/* Add padding, margins, or styling as needed */
.navigation .dropdown ul li {

    background-color: #f0f0f0; /* Optional: submenu background color */
    white-space: nowrap;
	color: #000;
}
.navigation .dropdown ul li a{
	color: #000 !important;
}
.navigation .dropdown ul li:hover {
    background-color: #e0e0e0; /* Optional: hover color */
}
/* mobile menu */
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	width: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.8s;
	opacity: 0;
	visibility: hidden;
  }
  .vs-menu-wrapper .mobile-logo {
	padding:5px 0;
	display: block;
	text-align: center;
	background-color: rgb(179, 33, 89,0.1);
  }
  .vs-menu-wrapper .mobile-logo img,
  .vs-menu-wrapper .mobile-logo svg {
	max-width: 97px;
  }
  .vs-menu-wrapper .vs-menu-toggle {
	border: none;
	font-size: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	line-height: 1;
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	z-index: 1;
	color: #fff;
	background-color: #b32159;
	border-radius: 50%;
  }
  .vs-menu-wrapper .vs-menu-toggle i {
	line-height: inherit;
  }
  .vs-menu-wrapper .vs-menu-toggle:hover {
	background-color: #000;
	color: #fff;
  }
  .vs-menu-wrapper .vs-menu-area {
	width: 100%;
	max-width: 310px;
	background-color: #fff;
	border-right: 3px solid #b32159;
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
	z-index: 1;
  }
  .vs-menu-wrapper.vs-body-visible {
	opacity: 1;
	visibility: visible;
  }
  .vs-menu-wrapper.vs-body-visible .vs-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible;
  }
  
  .vs-mobile-menu {
	overflow-y: scroll;
	max-height: calc(100vh - 200px);
	padding-bottom: 40px;
	margin-top: 33px;
	text-align: left;
  }
  .vs-mobile-menu .new-label {
	margin-left: 5px;
	text-transform: capitalize;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .vs-mobile-menu ul {
	margin: 0;
	padding: 0 0;
  }
  .vs-mobile-menu ul li {
	border-bottom: 1px solid #fdedf1;
	list-style-type: none;
  }
  .vs-mobile-menu ul li li:first-child {
	border-top: 1px solid #fdedf1;
  }
  .vs-mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
	line-height: 1;
	font-size: 16px;
	text-transform: capitalize;
	color: #000;
  }
  .vs-mobile-menu ul li a:before {
    content: "\f105"; /* Example for hamburger icon */
    font-family: "Font Awesome 5 Free"; /* Use Free if you're using free icons */
    font-weight: 900; /* Needed for solid icons */
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block;
  }
  .vs-mobile-menu ul li.vs-active > a {
	color: #b32159;
  }
  .vs-mobile-menu ul li.vs-active > a:before {
	transform: rotate(90deg);
  }
  .vs-mobile-menu ul li ul li {
	padding-left: 20px;
  }
  .vs-mobile-menu ul li ul li:last-child {
	border-bottom: none;
  }
  .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 400;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	display: inline-block;
	text-align: center;

	color: #000;
	box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
	border-radius: 50%;
  }
  .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
	content: "\f107";

    font-family: "Font Awesome 5 Free"; /* Use Free if you're using free icons */
    font-weight: 900; /* Needed for solid icons */
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block;
  }
  .vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
	content: "\f068";
  }
  .vs-mobile-menu > ul {
	padding: 0 40px;
  }
  .vs-mobile-menu > ul > li:last-child {
	border-bottom: none;
  }
  
  .vs-menu-toggle {
          top: -11px;
    position: relative;
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 24px;
	border: none;

	color:#fff;
	display: inline-block;
	border-radius: 0;
	vertical-align: middle;
	background:none;
  }
  .vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
	width: auto;
	height: auto;
	background-color: transparent;
	color:#000;
	font-size: 20px;
  }
  .vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
	margin-right: 10px;
  }
  .vs-menu-toggle.style-text-white {
	color: #fff;
  }
  
  @media (max-width: 400px) {
	.vs-menu-wrapper .vs-menu-area {
	  width: 100%;
	  max-width: 270px;
	}
	.vs-mobile-menu > ul {
	  padding: 0 20px;
	}
  }
  
/* floating-button */

.whats-float {
    position: fixed;
    transform: translate(108px, 0px);
    bottom: 30%;
    right: 0;
    width: 150px;
    overflow: hidden;
    background-color: #25d366;
    color: #fff;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    border-radius: 50px 0px 0px 50px;
    padding-left: 3px;
}

.adjust-call {
    bottom: 20% !important;
    background-color: #b32159;
}

.whats-float a span {
    color: white;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: 400;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
}

.whats-float:hover {
    color: #ffffff;
    transform: translate(0px, 0px);
}

.whats-float:hover i {
    transform: rotate(360deg);
}
.before-icon{
    width:30px;
}

.breadcrumb{
    padding: 15px 15px 15px 50px;
    margin: 0;
    background: #b32159;
    border-radius: 5px;
    overflow: hidden;
}
.breadcrumb li{
    float: left;
    position: relative;
}
.breadcrumb li:first-child{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #b32159;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
    transition: all 0.1s ease 0s;
}
.breadcrumb li:hover:first-child{ transform: scale(1.1); }
.breadcrumb li:first-child a{
    font-size: 30px;
    line-height: 70px;
}
.breadcrumb > li:first-child + li:before{ display: none; }
.breadcrumb li.active,
.breadcrumb li a{
    font-size: 14px;
    color: #fff;
}
.breadcrumb li a:hover{
    text-decoration: none;
}
.inner-banner{
	background-color: #686d6f;
}
.inner-box{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-top: 1px solid #b32159;
	border-bottom: 1px solid rgb(179, 33, 89);
	border-radius: 10px;
}
.caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgba(179, 33, 89, 0.6);
    color: #fff;
}
.img-box{
	position: relative;
	transition: 0.5s all ease;
}
.img-box:hover{
	transform: translateY(-5px);
	transition: 0.5s all ease;
}
.img-box a{
	color: #fff;
}
.inner-content li{
    font-size:16px;
    margin-top:12px;
    line-height:2em;
    list-style-type:disc;
}
.inner-content ul{
    margin-left:20px;
}
.inner-content .section-btn:before, .section-btn:after{
    width:100%;
}

/** contact-style-two **/

.contact-style-two{
	position: relative;
	margin:100px 0;
}

.contact-style-two .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.contact-style-two .social-links li:last-child{
	margin: 0px;
}

.contact-style-two .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #3B5998;
}

.contact-style-two .social-links li:nth-child(2) a{
	background: #55ACEE;
}

.contact-style-two .social-links li:nth-child(3) a{
	background: #DC4E41;
}

.contact-style-two .social-links li:last-child a{
	background: #3F729B;
}

.contact-style-two .form-inner textarea{
	height: 170px;
}

.contact-style-two .form-inner .form-group{
	margin-bottom: 30px;
}

.contact-style-two .form-inner .form-group:last-child{
	margin-bottom: 0px;
}

.contact-style-two .form-inner .form-group .theme-btn-one{
	padding: 13px 40px;
	box-shadow: none;
}

.google-map-section{
	position: relative;
}

.google-map-section #contact-google-map{
	position: relative;
	width: 100%;
	height: 450px;
}


/** feature-style-three **/

.feature-style-three{
    /*padding-top: 100px;*/
}

.feature-style-three .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 530px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.feature-block-three .inner-box2{
	position: relative;
	display: flex;
	padding: 0px 60px 45px 60px;
	transition: all 500ms ease;
	    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feature-block-three .inner-box2:hover{
	transform: translateY(-10px);
}
.inner-box2 p{
    text-align:center;
    color:#000;
}
.feature-block .feature-block-three .inner-box2{
	background: #fff;
	box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.feature-block:first-child .feature-block-three .inner-box2,
.feature-block:last-child .feature-block-three .inner-box2{
	padding-bottom: 75px;
}

.feature-block-three .inner-box2 .icon-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	border-radius: 50%;
	margin-top: -50px;
	margin-bottom: 22px;
	z-index: 1;
}

.feature-block-three .inner-box2 .icon-box:before{
	position: absolute;
	content: '';
	background:#686d6f;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}
.feature-block-three i{
    color:#000;
            transition: all 500ms ease;
            font-size:38px
}
.feature-block-three:hover i{
        color:#fff;
        transition: all 500ms ease;
}
.feature-block-three .inner-box2:hover .icon-box:before{
	transform: scale(1,1);
}

.feature-block-three .inner-box2 h3{
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 12px;
	color:#000;
}

.feature-block-three .inner-box2 h3 a{
	display: block;
	color: #222;
}

.feature-block-three .inner-box2 h3 a:hover{

}

.feature-block-three .inner-box2 p a{
	color: #000;
}

.feature-block-three .inner-box2 p a:hover{
	
}

.feature-block-three .inner-box2 .block-shape{
	position: absolute;
	left: -80px;
	top: -60px;
	width: 570px;
	height: 410px;
	background-size: cover;
	background-repeat: no-repeat;
}












.default-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='number'],
.default-form .form-group input[type='password'],
.default-form .form-group .nice-select,
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 16px;
  color: #6E6E6E;
  padding: 10px 20px;
  text-align: left;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}










