@charset "utf-8";
/* CSS Document */

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #828282;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(87,204,195,0.75);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 60px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #16c2d6;
	font-weight: bold;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.milestone {
  text-align: center;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}

.btn-primary{
	background: #89DEE1!important;
}

.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
.background_image::after{
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	width: 100%;
	height: 100%;
    background: linear-gradient(90deg, rgba(6, 6, 6, 0.57) 35%, rgba(0, 212, 255, 0) 55%);
}
.nopadding
{
	padding: 0px !important;
}
.shadow-sm {
  box-shadow: 0px!important;
}
.button
{
	height: 40px;
	border-radius: 20px;
}
.button a{
	display: block;
	padding-left: 40px;
	padding-right: 36px;
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.button_1
{
	background: #16c2d6;
	border: solid 2px transparent;
}
.button_1 a
{
	color: #FFFFFF;
}
.button_1:hover
{
	background: #89DEE1;
	border: solid 2px #16c2d6;
}
.button_1:hover a
{
	color: #16c2d6;
}
.button_2{
	background: #89DEE1;
	border: solid 2px #89DEE1;
}
.button_2:hover{
	background: #89DEE1!important;
	border: solid 2px #16c2d6;
	color: #16c2d6;
}
.button_2 a{
	color: #fff;
}
.button_2:hover
{
	background: #89DEE1;
}
.button_2:hover a
{
	color: #FFFFFF;
}
.section_subtitle{
	font-size: 25px;
	font-weight: 500;
	color: #800000;
	line-height: 0.75;
}
.section_title
{
	margin-top: 9px;
}
.intro_text
{
	margin-top: 32px;
}


 .container {
    max-width: 90%!important;
  }





.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #16c2d6;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 0px;
}
.dropdown-menu li a{
	color: #fff!important;
}
.dropdown-menu .main_nav ul li{
  margin-right: 0px!important;
}
.dropdown-menu li {
  padding: 5px 15px;
  display: block;
}

.dropdown-menu li:hover {
  background-color: #89DEE1;
}

.dropdown:hover .dropdown-menu {
  display: block;
}



/*********************************
3. Header
*********************************/

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 100;
	background: #16c2d6;
}
.header::after{
	content: '';
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	z-index: -4;
	height: 150px;
	background-image: url(../images/headershape1.png);
	background-size: 100% 100%;
}


.header_content{
	width: 100%;
}
.header.scrolled .header_content{
	height: auto;
}
.logo{
	width: auto;
	position: relative;
    top: 15px;
	z-index: 32;
	border-radius: 100px;
}
.logo img{
	width: 120px;
	height: 120px;
	border-radius: 100px;
}
.logo h4{
	font-size: 30px;
    color: #89DEE1;
}
.logo h4 span{
	color: #fff;
}


.logo a > div:first-child
{
	font-size: 30px;
	font-weight: 700;
	line-height: 0.75;
	color: #353535;
}
.logo a > div:first-child span
{
	color: #89DEE1;
	margin-left: 7px;
}
.logo a > div:last-child
{
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 6px;
}
.main_nav{
	
}
.main_nav ul li a
{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #800000;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 25px;
}
.dropdown-menu li{margin-right: 0px!important;}
.work_hours
{
	font-size: 15px;
	font-weight: 600;
	color: #404040;
	margin-right: 26px;
	white-space: nowrap;
}
.header_phone{
	width: 200px;
	height: 40px;
	border-radius: 20px;
	background: #89DEE1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 0px;
	position: relative;
    top: 5px;
}
.header_phone:hover{
	background: #fff;
	border: 2px solid #89DEE1;
	color: #89DEE1;
	transition: .5s;
}
.header_phone:hover a
{
	color: #89DEE1;
}
.header_phone a
{
	display: block;
	background: #89DEE1;
	color: #FFFFFF;
	margin-right: 12px;
}
.header_phone::selection
{
	background: rgba(64,64,64,0.75);
}
.header_button
{
	margin-right: 16px;
}
.social ul li
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6ebf1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:hover
{
	background: #89DEE1;
}
.social ul li:hover a i
{
	color: #FFFFFF;
}
.social ul li:not(:last-of-type)
{
	margin-right: 15px;
}
.social ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	text-align: center;
}
.social ul li a i
{
	font-size: 16px;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger
{
	display: none;
	cursor: pointer;
	border: solid 1px transparent;
	border-radius: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover
{
	border: solid 1px rgba(0,0,0,0.05);
}
.hamburger i
{
	font-size: 20px;
	color: #404040;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100vh;
	background: #89DEE1;
	z-index: 102;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}
.menu.active
{
	right: 0;
}
.menu_overlay
{
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
}
.menu_overlay.active
{
	visibility: visible;
	opacity: 1;
}
.menu_close_container
{
	position: absolute;
    top: 41px;
    left: 28px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}
.menu_close
{
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}
.menu_close div
{
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close div:last-of-type
{
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}
.menu_close:hover div
{
    background: #1befc5;
}
.menu_nav
{
	margin-top: 75px;
}
.menu_nav ul li:not(:last-child)
{
	margin-bottom: 1px;
}
.menu_nav ul li a
{
	font-size: 24px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_nav ul li a:hover
{
	color: #1befc5;
}
.menu_social
{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.menu_social ul li:hover
{
	background: #404040;
}
.menu_social ul li:hover a i
{
	color: #FFFFFF;
}
.menu_extra
{
	margin-top: 50px;
}
.menu_extra > div:not(:last-child)
{
	margin-bottom: 5px;
}
.menu_link,
.menu_link a
{
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_link a:hover
{
	color: #FFFFFF;
}

.menu_link{

}

/*********************************
5. Home
*********************************/

.home{
	width: 100%;
	height: 100vh;
	margin-top: 2%;
}
.home::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 250px;
  bottom: -115px;
  z-index: 8;
  background-image: url(../images/headershape2.png);
  background-size: 100% 100%;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_container{
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.home_content{
	max-width: 100%;
}
.home_subtitle
{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 1.1;
	text-align: left;
}
.home_title{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	/* text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.8); */
}
.home_text{
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	width: 60%;
}
.home_text p{
	color: #fff;
}
.home_buttons
{
	margin-top: 36px;
}
.home_buttons > div:not(:last-child)
{
	margin-right: 10px;
}
.menu_link {
	border-radius: 50px;
	background: #89DEE1;
	padding: 10px 20px;
	text-align: center;
	width: 250px;
	margin-right: 12px;
	line-height: 35px;
	font-size: 16px;
	font-weight: 800;
	color: #800000;
}
.menu_link:hover{
	border-radius: 50px;
	background: #0adbf3;
	color: #fff;
	border: 1px solid #00b4d8;
	transition: .5s;
}
.menu_link a{
   line-height: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

.home_slider_dots{
	position: absolute;
	bottom: 130px;
	justify-content: center;
	display: flex;
	width: 100%;
	z-index: 50;
}
.home_slider_custom_dot
{
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.home_slider_custom_dot.active,
.home_slider_custom_dot:hover
{
	background: #89DEE1;
}
.home_slider_custom_dot:not(:last-child)
{
	margin-right: 8px;
}

.readmore{
	border-radius: 20px;
	background: #16c2d6;
	padding: 10px 50px;
	width: 250px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 12px;
}
.readmore:hover{
	border-radius: 20px;
	background: #0adbf3;
	padding: 10px 50px;
	transition: .5s ease;
	color: #FFFFFF;
	margin-right: 12px;
}




#breadcrumb .home_container {
  position: absolute;
  top: 60%;
  z-index: 12;
}
.breadcrumbsec{
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.breadcrumbsec::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 8;
  background-color: #000;
  opacity: .3;
}
#breadcrumb .home_title{
	text-align: center;
}



.visa-content-inner{
	text-align: left;
	padding: 5% 0px;
}

.tofel-thumb img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
}






/*********************************
6. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 89px;
	padding-bottom: 90px;
}
.intro_content
{
	padding-top: 30px;
}
.milestones
{
	margin-top: 85px;
}
.milestone_counter
{
	font-size: 36px;
	font-weight: 700;
	color: #89DEE1;
	line-height: 0.75;
}
.milestone_text{
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1.5;
	margin-top: 5px;
}
.intro_form_container
{
	width: 100%;
	background: #FFFFFF;
	padding-left: 33px;
	padding-right: 34px;
	padding-bottom: 63px;
	padding-top: 136px;
	box-shadow: 0px 25px 38px rgba(0,0,0,0.2);
}
.intro_form_title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #89DEE1;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
}
.intro_form
{
	width: 100%;
}
.intro_input
{
	width: calc((100% - 15px) / 2);
	height: 62px;
	background: transparent;
	border: solid 2px #e6ebf1;
	margin-bottom: 18px;
	padding-left: 25px;
	outline: none;
	font-size: 15px;
	color: #404040;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.intro_select
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
	cursor: pointer;
}
.intro_select.selected
{
	font-size: 15px !important;
	color: #404040 !important;
	font-weight: 500 !important;
	font-style: normal !important;
}
.intro_select option
{
	color: #404040;
}
.intro_input:focus,
.intro_input:hover
{
	border: solid 2px #89DEE1;
}
.intro_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
} 
.intro_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_button
{
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	border: solid 2px transparent;
	cursor: pointer;
}
.intro_button:hover
{
	background: transparent;
	border: solid 2px #16c2d6;
	color: #16c2d6;
}

/*********************************
7. Why
*********************************/

.why{
	width: 100%;
	background: #eff3f7;
	padding-top: 3%;
}
.why_content
{
	padding-top: 102px;
	padding-bottom: 90px;
}
.why_text
{
	margin-top: 33px;
}
.why_list
{
	margin-top: 5%;
	margin-bottom: 5%;
}
.why_list ul{
	margin-bottom: 5%;
}
.why_list ul li:not(:last-of-type)
{
	margin-bottom: 31px;
}
.icon_container
{
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background: #16c2d6;
}
.icon
{
	width: 32px;
	height: 32px;
}
.icon img
{
	max-width: 100%;
}
.why_list_content
{
	padding-left: 37px;
}
.why_list_title
{
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
}
.why_list_text
{
	font-size: 16px;
	font-weight: 500;
	color: #868686;
}
.why_image_container
{
	width: 100%;
	height: 100%;
}
.why_image {
  position: relative;
  bottom: 0;
  top: 0;
  align-content: center;
  height: 100%;
  width: 75%;
  border-radius: 20px;
}
.why_image img{
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 20px;
}
.why_image2{
  position: absolute;
  bottom: 0px;
  z-index: auto;
  right: -170px;
}
.why_image2 img{
	width: 70%;
	height: 400px;
	object-fit: contain;
}
.test_image {
  position: relative;
  left: 150px;
}




.blog{
	padding: 5% 0px;
}
.blog h2{font-size: 40px;}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.blog-item.rounded{
	border: 1px solid #16c2d6;
	border-radius: 10px!important;
	margin-bottom: 30px!important;
}
.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}
/* Image Gallery */



.gallerysec{
	padding: 5% 0px;
}

.gallerysec img.img-fluid.rounded {
    margin-bottom: 30px;
	height: 250px!important;
	object-fit: cover;
	width: 100%;
}
.gallerysec img.img-fluid.rounded img{
	width: 100%;
	
}


.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 30px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}

.news-single .image-gallery .single-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	border-radius: 30px;
}
.blog .blog-item .blog-img img {
    transition: 0.5s;
	border-radius: 10px;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
	border-radius: 10px;
}

/* .blog .blog-item:hover .blog-img::after {
    background: rgba(127, 170, 125, 0.9);
} */

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	text-align: left;
}
.blog-centent .h4{
	color: #16c2d6;
}
.blog-centent span{
	color: #16c2d6!important;
}
.blog-centent i{
	color: #16c2d6!important;
}
.blog .section_title_container {
  padding-bottom: 4%;
}
.btn.btn-primary.rounded-pill.text-white.py-2.px-4.mb-1 {
  border-radius: 20px!important;
}
.btn.btn-primary.rounded-pill.text-white.py-2.px-4.mb-1:hover{
  border-radius: 20px!important;
  background: #0adbf3!important;
  border: 2px solid #0adbf3!important;
  color: #fff!important;
  transition: .5s;
}


/*** Blog End ***/










/*********************************
8. CTA
*********************************/

.cta_content {
  width: 100%;
}
.cta
{
	width: 100%;
	background: #16c2d6;
	padding-top: 49px;
	padding-bottom: 46px;
}
.cta_title
{
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.cta_text
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2;
	margin-top: -1px;
}
.cta_phone{
	height: 50px;
	padding-left: 24px;
	padding-right: 25px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #89DEE1;
	border-radius: 20px;
	white-space: nowrap;
}
.cta_phone:hover{
	color: #fff;
	background: #0adbf3;
	transition: .5s;
}


/*********************************
9. Services
*********************************/

.owl-theme .owl-nav {
  background-color: transparent;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  display: flex;
  bottom: 40%;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}




.owl-theme .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 16px;
  margin: 5px;
  padding: 4px 7px;
  background: #16c2d6!important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}















.servicessec{
	background-image: url(../images/yoga-pattern-new-01.png);
	background-size: contain;
	width: 100%;
	background-color: #16c2d6;
	padding: 5% 0px;
	background-repeat: repeat;
}
.servicessec .section_subtitle{
	color: #800000!important;
}
.servicessec .section_title h2{
	color: #fff!important;
}

.service-item{
	background-color: #16c2d6;
}
.service-item img {
  position: relative;
  margin-top: 40px;
  transition: .5s;
  height: 360px!important;
  object-fit: cover;
}

.service-item .service-text {
  position: absolute;
  width: 100%;
  height: calc(100% + 86px);
  top: 0;
  left: 0;
  display: flex;
  background-color: #003b00;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: rgba(33, 30, 28, 0.3);
  transition: .5s;
  z-index: 1;
}

.service-item:hover img {
  margin-top: 0px;
}

.service-item:hover .service-text {
  height: calc(100% + 0px);
}




 .hours-text{
	background-color: #e3e6da;
 }
.plantpic{
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}
.plantpic img{
	width: 100%;
	border-radius: 10px;
	height: 700px;
	object-fit: cover;
}

.hours-text {
  background-color: #a0d0d7;
  padding: 20px;
  border-radius: 10px;
  z-index: 47;
  position: relative;
  left: -100px;
}
.hours-text h2{
	color: #000;
}
.bg-primary{
	background: #0adbf3!important;
}
.hours-text p{
	color: #353535;
}
.hours-text li{
	color: #353535;
	margin-left: 20px;
	font-size: 18px;
}
.hours-text li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192"; /* Replace with the desired icon code */
  margin-left: 10px;
  font-weight: bold;
  position: absolute;
  margin-left: -20px;
  color: #0adbf3;	
}
.hours-text ul{
	margin-bottom: 3%;
	margin-top: 20px;
}















.services
{
	background: #FFFFFF;
	padding-top: 5%;
	padding-bottom: 5%;
}
.services_row
{
	margin-top: 68px;
}
.service_col
{
	margin-bottom: 55px;
}
.service_title
{
	font-size: 20px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
	margin-top: 17px;
}
.service_text
{
	margin-top: 21px;
}

/*********************************
10. Extra
*********************************/

.extra
{
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
.extra_container{
	
}
 .extra_content h4{
  color: #89DEE1;
}

.extra h2{
	font-size: 40px;
	padding-bottom: 5%;
}
.test_text {
    width: 90%;
    margin: auto;
	color: #89DEE1;
	font-size: 20px;
	padding-bottom: 20px;
}
.test_text span{
	color: #003b00;
	font-size: 20px;
}
.extra_content{
	background: #FFFFFF;
	width: 50%;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 25px 38px rgba(0,0,0,0.2);
}
.extra_disc > div:first-child{
	font-size: 60px;
	font-weight: 700;
	color: #16c2d6;
	line-height: 0.75;
}
.extra_disc > div:last-child{
	font-size: 24px;
	font-weight: 500;
	color: #979797;
	line-height: 0.75;
}
.extra_disc > div:first-child span
{
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	vertical-align: super;
}
.extra_title
{
	font-size: 72px;
	font-weight: 600;
	color: #404040;
	margin-top: 16px;
	line-height: 1.11;
}
.extra_text
{
	margin-top: 20px;
}
.extra_link
{
	display: inline-block;
	margin-top: 47px;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	padding-top: 5%;
	padding-bottom: 5%;
}
.newsletter_title
{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}
.newsletter_row
{
	margin-top: 54px;
}
.newsletter_input
{
	width: calc(100% - 150px);
	height: 40px;
	background: transparent;
	border: solid 2px #e6ebf1;
	color: #FFFFFF;
	padding-left: 34px;
	outline: none;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 167px;
	height: 40px;
	border-radius: 19px;
	background: #16c2d6;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

/*********************************
12. Footer
*********************************/

.footer{
	display: block;
	position: relative;
	padding-top: 5%;
	background: #16c2d6;
	background-repeat: repeat;
    background-image: url(../images/yoga-pattern-new-01.png);
    background-size: contain;
}
.footer .logo {
  position: relative;
  top: 0px;
  background-color: transparent;
}
.btn.btn-lg.btn-primary.btn-lg-square:hover{
	background-color: #fff!important;
}
.footer h5{
	font-size: 25px;
	color: #fff!important;
}
.footer a{
	font-size: 17px;
	font-weight: 600;
	color: #800000!important;
}
.footer a:hover{
	font-size: 17px;
	color: #00feff!important;
	transition: .5s;
}
.footer p{
	font-size: 18px;
	color: #fff!important;
	padding-bottom: 10px;
}
.footer ul li i{
	font-size: 18px;
	color: #800000!important;
}
.footer ul li{
	font-size: 18px;
	color: #fff!important;
	margin-bottom: 10px;
}
.footer ul{
	margin-top: 20px;
}
 .footer::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.15);
  }
.border-top {
  border-top: 1px solid #dee2e6 !important;
    border-top-color: rgb(222, 226, 230);
}

.footer_content
{
	padding-top: 94px;
	padding-bottom: 51px;
}
.footer_about
{
	padding-top: 19px;
}
.footer_logo a > div:first-child
{
	font-size: 30px;
	font-weight: 700;
	line-height: 0.75;
	color: #FFFFFF;
}
.footer_logo a > div:first-child span
{
	color: #89DEE1;
	margin-left: 7px;
}
.footer_logo a > div:last-child
{
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 6px;
}
.footer_about_text
{
	margin-top: 42px;
}
.footer_about_text p
{
	color: #868686;
}
.footer_title
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.2;
}
.footer_contact
{
	padding-top: 40px;
}
.contact_list
{
	margin-top: 44px;
}
.contact_list li
{
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.contact_list li:not(:last-child)
{
	margin-bottom: 12px;
}
.footer_location
{
	padding-top: 40px;
}
.locations_list
{
	max-width: 180px;
	margin-top: 42px;
}
.locations_list li
{
	line-height: 1.6;
}
.locations_list li:not(:last-child)
{
	margin-bottom: 19px;
}
.location_title
{
	font-size: 15px;
	font-weight: 500;
	color: #89DEE1;
}
.location_text
{
	margin-top: 13px;
}
.opening_hours
{
	left: -32px;
	width: calc(100% + 67px);
	padding-left: 32px;
	padding-right: 35px;
	padding-top: 38px;
	padding-bottom: 40px;
	border: solid 2px #4d5157;
}
.opening_hours_list
{
	margin-top: 44px;
}
.opening_hours_list li
{
	white-space: nowrap;
}
.opening_hours_list li:not(:last-child)
{
	margin-bottom: 9px;
}
.footer_bar{
	width: 100%;
	background: #16c2d6;
}
.footer_bar_content{
	padding: 10px 0px;
}
.copyright{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.copyright a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 29px;
}
.footer_nav ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #818181;
}
.footer_nav ul li a:hover
{
	color: #89DEE1;
}













.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #840908;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  transform: translateY(0);
 animation: animate-top 5s ease-in-out infinite;
}
@keyframes animate-top {
  20% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}





.scroll-to-top i {
  font-size: 30px;
}

.scroll-to-top:hover{
	color: #000;
	transition: .5s;
} 













/*--======================================
		start About Us
	-=============================================*/
#abtpage {
	padding-top: 5%;
	padding-bottom: 5%;
}
.aon-med-appoint-area2 h2{
	color: #fff;
	padding-bottom: 2%;
}
.aon-med-appoint-area2::before{
	width: 100%;
	height: 100%;
	background-color: #16c2d6ac;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: auto;
}
.section-head p{
	color: #fff;
	font-size: 18px;
}
#abtpage .section-head p {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	letter-spacing: normal;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 35px;
}

#abtpage .section-head p font {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #89DEE1;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: capitalize;
}

#abtpage .section-head font {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #16c2d6;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: capitalize;
}

#abt_whychoose .aon-med-appoint-area2-content p {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 0rem;
	padding-top: 3%;
}

#abt_whychoose .list-check-style2 li::before {
	content: "\f192";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 15px;
	font-size: 15px;
	color: #fff !important;
}
.visa-title {
    padding-bottom: 5%;
}
.list-check-style2 li::before {
	content: "\f192";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0px;
	font-size: 15px;
	color: #fff !important;
	margin-top: 3px;
}
.list-check-style2 {
	list-style: none;
	padding-left: 25px;
	margin-top: 3%;
}
#massage_blog .tofel-thumb img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 0px;
}

.aone-med-future-r-section ul li {
	list-style: none;
}

.aone-med-future-l-inner .aone-med-future-content {
	padding: 30px;
	color: #fff;
	background-color: #16c2d6;
	height: 400px;
	width: 50%;
	float: left;
	text-align: center;
    align-content: center;
}

.aone-med-future-l-inner .aone-med-future-content img {
	width: 125px !important;
	height: 115px !important;
}

.aone-med-future-r-inner .aone-med-future-content img {
	width: 125px !important;
	height: 115px !important;
}

.aone-med-future-content p {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: normal;
	text-transform: capitalize;
}

.aone-med-future-l-inner .aone-med-future-content h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
}

.aone-med-future-l-inner .aone-med-future-content span img {
	padding-bottom: 10px;
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}

.aone-med-future-content span img {
	margin-bottom: 20px;
	display: block;
	width: 50px;
	height: 50px;
}

.aone-med-future-l-inner .media {
	width: 50%;
	height: 100%;
}

.aone-med-future-l-inner .media img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.aone-med-future-r-inner .aone-med-future-content {
	padding: 10px;
	height: 375px;
	color: #fff;
	background-color: #89DEE1;
	float: right;
	width: 50%;
	position: relative;
	top: 0px;
	text-align: center;
	left: 0px;
	align-content: center;
}

.aone-med-future-r-inner .aone-med-future-content h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: normal;
}

.aone-med-future-r-inner .aone-med-future-content span {
	margin-bottom: 20px;
	display: block;
}

.aone-med-future-r-inner .media img {
	width: 100%;
	height: 375px;
	object-fit: cover;
}

.aone-med-future-r-inner .media {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	top: 0px;
}

.aon-med-working-area {
	padding-bottom: 5%;
	padding-top: 5%;
}

.aon-med-working-area h2 {
	font-weight: bold;
	color: #28581e;
}

.aon-med-future-section {
	color: #16c2d6;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	font-weight: 600;
}

.aon-med-working {
	padding: 20px;
	text-align: center;
	border: 1px solid #eee;
}

.aon-med-working:hover {
	-webkit-box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
	transition: .5s;
}

.aon-med-working .media span {
	width: 170px;
	height: 160px;
	background-color: #fff;
	margin: 0px auto 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 2px solid #ff8a00;
	border-radius: 6px;
	overflow: hidden;
}

.aon-med-working-info h4 {
	color: #2f6759;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.aon-med-working-info p {
	color: #000;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

.section-head.center {
	text-align: center;
	margin: 0px auto 60px;
	max-width: 60%;
}

#abtpage .section-head {
	margin-bottom: 0px;
	padding-left: 0%;
}

#abtpage .left {
	border-right: 0px !important;
}

.aon-med-appoint-area2 {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.aon-med-appoint-area2 .section-head.white .aon-title {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	width: 100%;
	padding-top: 10%;
}
.aon-med-appoint-area2 {
	padding-top: 5%;
	padding-bottom: 5%;
}

.aon-med-appoint-area2 .media {
	width: 100%;
	height: auto;
}

.aon-med-appoint-area2 .media img {
	width: 100%;
	object-fit: cover;
	height: 600px;
	border-radius: 20px;
}

.aon-med-appoint-area2-content .section-head.white {
	width: 90%;
	float: right;
}

.aon-med-appoint-area2-content h4 {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	padding-top: 2%;
	padding-bottom: 1%;
}

.aon-med-appoint-area2-content .section-head.white .aon-title {
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	padding-top: 5%;
	padding-bottom: 2%;
}

.aon-med-appoint-area2-content .aon-med-appoint-area2-content .section-head p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

.aon-med-appoint-area3 .aon-med-appoint-area2-content .section-head p {
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.aon-med-appoint-area2 .aon-med-appoint-area2-content {
	padding-top: 0%;
}

.aon-med-appoint-area3 .media img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.aon-med-appoint-area3 .media {
	width: 100%;
}

.aon-med-appoint-area3 .section-head.white .aon-title {
	color: #89DEE1;
	font-weight: bold;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	padding-top: 10%;
	padding-bottom: 2%;
}

.section-head.left .aon-title {
	margin-bottom: 3%;
	font-size: 40px;
	font-weight: 700;
	color: #89DEE1;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: normal;
}

.aon-med-appoint-area2-content .aon-sub-title {
	color: #16c2d6;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}







.intro_image{
	width: 100%;
}
.intro_image img{
	width: 100%;
	height: 700px;
	object-fit: cover;
	border-radius: 20px;
}
.experience .menu_link {
  border-radius: 50px;
  background: #89DEE1;
  padding: 10px 8px;
  text-align: center;
  width: 100%;
  margin-right: 12px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
.experience {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 100px 50px;
  box-shadow: -1px 10px 43px -25px rgba(0, 0, 0, 0.62);
  -webkit-box-shadow: -1px 10px 43px -25px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: -1px 10px 43px -25px rgba(0, 0, 0, 0.62);
}
.experience h3 font {
  color: #1d3d57;
  font-family: 'Montserrat', sans-serif;
  font-size: 65px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5%;
}
.experience p {
  padding-bottom: 10%;
  padding-top: 5%;
}







/*--======================================
		End About Us
	-=============================================*/










/*********************************
6.3 Elements - Tabs
*********************************/

.tab
{
	height: 46px;
	background: #57ccc3;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	flex-grow: 1;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	margin-bottom: 9px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tab:not(:last-child)
{
	margin-right: 4px;
}
.tab.active
{
	background: #fd556d;
}
.tab_panels
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 12px;
	padding-bottom: 32px;
}
.tab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.tab_panel.active
{
	display: block !important;
}
.tab_panel_content p:last-of-type
{
	margin-bottom: 0;
}
.tab_image
{
	width: 166px;
	height: 166px;
	margin-right: 30px;
}
.tab_image img
{
	max-width: 100%;
}
.tab_text
{
	padding-top: 11px;
}
.tab_text p
{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}














.accordion {
  max-width: 100%;
  margin: 40px auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;

}

.accordion-item {
	margin-bottom: 20px;
	border: 1px solid #16c2d6;
	border-radius: 30px;
}

.accordion-header {
   background-color: #16c2d6;
  border: 1px solid #16c2d6;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  text-align: left;
}
.accordion-header i {
    position: absolute;
    right: 20px;
    margin-top: 5px;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
     padding: 0px 20px;
	 color: #000;
}
.accordion-body.show {
    max-height: 1000px;
	padding: 10px 20px;
    transition: max-height 0.5s ease-in-out;
}















/*******************************/
/*********** Start review page CSS **********/
/*******************************/
#reviewpage {
	padding-top: 5%;
	padding-bottom: 7%;
	width: 100%;
	background-color: #f2f3f3;
}

#reviewpage .section-heading h2 {
	color: #16c2d6;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 2%;
}

#reviewpage .section-heading p {
	color: #000;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}

#reviewpage .section-heading p b {
	color: #16c2d6;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
}

#reviewpage .padtop10 {
	padding-top: 3%;
	padding-bottom: 5%;
}

#reviewpage .reviewcon {
	border: 1px solid #A7A7A7;
	padding: 20px;
	border-radius: 10px;
	min-height: 350px;
	margin-bottom: 3%;
}

#reviewpage .reviewcon .star i {
	color: #F96304;
	padding-right: 3px;
	margin-bottom: 5px;
}

#reviewpage .reviewcon h3 {
	color: #000;
	font-weight: bold;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0%;
}

#reviewpage .reviewcon p {
	color: #444;
	font-weight: normal;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0%;
}

#reviewpage .reviewcon {
	margin-top: 2%;
}

#reviewpage input {
	width: 100%;
	border: 1px solid #16c2d6;
	border-radius: 50px;
	padding-left: 3%;
	min-height: 40px;
}

#reviewpage textarea {
	width: 100%;
	border: 1px solid #16c2d6;
	border-radius: 10px;
	padding: 1%;
}

#reviewpage select {
	border: 1px solid #16c2d6;
	border-radius: 50px;
	padding: 8px 20px;
	background: #fff;
}

#reviewpage form {
	text-align: left;
	margin-top: 5%;
}

#reviewpage form label {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	padding-top: 2%;
	margin-bottom: 5px;
}

#reviewpage .submitbtn {
	padding: 10px 20px !important;
	font-size: 20px;
	color: #fff;
	width: 30%;
	margin-top: 5%;
	font-weight: bold !important;
	border-radius: 40px;
	line-height: 1.3333333;
	border: 2px solid #144b5f;
	background-color: #144b5f;
	text-decoration: none;
}

#reviewpage .submitbtn:hover {
	color: #fff;
	border: 2px solid #16c2d6;
	background-color: #16c2d6;
	text-decoration: none;
	transition: .5s;
}

/*******************************/
/*********** End review page CSS **********/
/*******************************/










/*=========================
   Start Contact Us CSS
===========================*/
.contact-us .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5%;
}

.contact-us .contact-us-left {
	width: 100%;
	height: 100%;
}

.contact-us .contact-us-form {
	padding: 50px 40px;
}

.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #16c2d6;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.contact-us .contact-us-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #16c2d6;
}

.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.contact-us .form {
	margin-top: 30px;
}

.contact-us .form .form-group {
	margin-bottom: 22px;
}

.contact-us .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group.login-btn {
	margin: 0;
}

.contact-us .form button {
	border: none;
}

.contact-us .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
	padding: 15px 10px;
	background: #16c2d6;
}

.contact-us .form .btn:hover {
	background: #89DEE1;
	color: #fff;
}

.contact-us .contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.contact-us .contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.contact-us .contact-us-form .checkbox label:hover {
	cursor: pointer;
}

.contact-us .contact-us-form .checkbox label input {
	display: none;
}

.contact-us .contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #16c2d6;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #16c2d6;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.contact-us .contact-info {
	margin-top: 7%;
	margin-bottom: 7%;
}

.contact-us .single-info {
	background: #16c2d6;
	padding: 40px 30px;
	height: 150px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #16c2d6;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:hover:before {
	opacity: 0.8;
}

.contact-us .single-info:hover {
	transform: translateY(-5px);
}

.contact-us .single-info i {
	font-size: 35px;
	color: #fff;
	position: absolute;
	margin-top: 5px;
	left: 30px;
}

ul.time-sidual {
	line-height: 20px;
}

.contact-us .single-info .content {
	margin-left: 45px;
}

.contact-us .single-info .content p {
	color: #fff;
	line-height: 22px;
	padding-top: 10px;
	font-size: 17px;
	font-weight: bold;
}

.contact-us .single-info .content h3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.contact-us .single-info .content a {
	color: #fff;
	margin-top: 5px;
}

/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}

/*=========================
   End Contact Us CSS
===========================*/






/*=======================
	Start Blog CSS
=========================*/
#blog {
	padding-top: 10%;
}

.blog {
	background: #fff;
}

.blog .blog-title {
	text-align: center;
}

.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}

.blog .single-news img {
	width: 100%;
	height: 250px;
	object-fit: fill;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog .single-news .news-head {
	position: relative;
	overflow: hidden;
}

.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	left: 0;
	z-index: 0;
}

.blog .single-news .news-content:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background: #89DEE1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog .single-news:hover .news-content:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}

.blog .single-news .news-body h2 a {
	color: #2C2D3F;
	font-weight: 500;
}

.blog .single-news .news-body h2 a:hover {
	color: #89DEE1;
}

.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	min-height: 300px;
	padding-bottom: 5%;
}

.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #89DEE1;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}

.blog.grid .single-news {
	margin-top: 30px;
}

/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}

.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}

.main-sidebar .single-widget .title {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}

.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #89DEE1;
}

.main-sidebar .single-widget:last-child {
	margin: 0;
}

.main-sidebar .search {
	position: relative;
}

.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}

.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}

.main-sidebar .search .button:hover {
	background: #89DEE1;
	color: #fff;
}

/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}

.main-sidebar .categor-list li {
	margin-bottom: 10px;
}

.main-sidebar .categor-list li:last-child {
	margin-bottom: 0px;
}

.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size: 14px;
}

.main-sidebar .categor-list li a:hover {
	color: #89DEE1;
	padding-left: 7px;
}

.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right: 0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-sidebar .categor-list li a:hover i {
	margin-right: 6px;
	opacity: 1;
	visibility: visible;
}

/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}

.main-sidebar .single-post:last-child {
	padding-bottom: 0px;
	border: none;
}

.main-sidebar .single-post .image img {
	float: left;
	width: 80px;
	height: 70px;
	object-fit: cover;
	margin-right: 20px;
}

.main-sidebar .single-post .content {
	padding-left: 100px;
}

.main-sidebar .single-post .content h5 {
	line-height: 18px;
}

.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0;
}

.main-sidebar .single-post .content h5 a:hover {
	color: #89DEE1;
}

.main-sidebar .single-post .content .comment li {
	color: #888;
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	font-size: 14px;
}

.main-sidebar .single-post .content .comment li:last-child {
	margin-right: 0;
}

.main-sidebar .single-post .content .comment li i {
	display: inline-block;
	margin-right: 5px;
}

/* Blog Tags */
.main-sidebar .side-tags .tag {
	margin-top: 40px;
}

.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}

.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}

.main-sidebar .side-tags .tag a:hover {
	color: #fff;
	background: #89DEE1;
	border-color: transparent;
}

/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}

.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}

.news-single .news-head {}

.news-single .news-head img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
}

.news-single .news-title {
	font-size: 28px;
	margin: 0;
}

.news-single .news-title a {
	color: #16c2d6;
	font-weight: 600;
	font-size: 35px;
}

.news-single .news-title a:hover {
	color: #89DEE1;
}

/* Blog Meta */
.news-single {
	background: #fff;
}

.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}

.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}

.news-single .meta span:last-child {
	margin: 0;
}

.news-single .meta span,
.news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}

.news-single .meta span i {
	margin-right: 5px;
	color: #89DEE1;
}

.news-single .meta-left {
	float: left;
}

.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}

.news-single .meta-left .author {
	float: left;
}

.news-single .meta-left span.date {
	margin-top: 0px;
}

.news-single .meta-right {
	float: right;
	margin-top: 10px;
}

.news-single .news-content {
	margin: 20px 0;
}

.news-single .news-content p {
	margin-bottom: 10px;
}

.news-single .news-content p:last-child {
	margin: 0;
}

.news-single .news-text p {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 2%;
}










