@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Header
		3.1.1 Logo
		3.1.2 Main Navigation
		3.1.3 Search
		3.1.4 Hamburger
	3.2 Hero Slider
	3.3 Next Section Scroll
4. Menu
5. Icon Boxes
6. Vertical Slider Section
7. Services
	7.1 Services Slider
8. Features
9. Call to action
10. Text Line
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,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: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	background: #FFFFFF;
	color: #6e6e6e;
}
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: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.86;
	font-weight: 400;
	color: #909090;
	-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;
}
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;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #ffd9bf;
	color: #ff6b09;
}
p::selection
{
	background: #ffd9bf;
}
h1{font-size: 48px;}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	color: #28262d;
	-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;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
.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;
}
.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;
}
.bez_1
{
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.button
{
	display: inline-block;
	height: 54px;
	width: 174px;
	text-align: center;
	border: solid 2px #452b78;
	background: transparent;
}
.button a
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #452b78;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 85% !important;
}

/*********************************
3. Home
*********************************/

.home
{
	width: 100%;
	height: 175px;
}
.home_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_background
{
	width: 100%;
	height: 85%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*********************************
3.1 Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 128px;
	background-image: linear-gradient(to right, rgba(255,0,0,0.2), rgb(251, 176, 59));
	z-index: 10;
}

.header.scrolled
{
	height: 120px;
	background: rgba(251, 176, 59, 0.97);
	border-bottom: 2px solid #00A99D;
}

/*********************************
3.1.1 Logo
*********************************/

.logo
{
	padding-left: 25px !important;
	flex-basis: 50%;
}

.logo-top
{
	height: 90px;
	margin-top: -10px;
}

.logo-top-privacy
{
	height: 70px;
	margin-top: 0px;
}
.logo-top-sidis-light {
	height: 55px;
	margin-left:10px;

}

.logo-top-footer {
	height: 75px;
	margin-top: -10px;

}

.sidis_logo
{
	height: 115px;
	width: 320px;
	border: 0px solid red;
	margin-top: -10px;

}


.logo a
{
	font-size: 30px;
	font-weight: 400;
	color: #fefefe;
	letter-spacing: 0.1em;
	line-height: 100px;
}
.logo a span
{
	font-weight: 600;
	color: #FBB03B;
	text-transform: uppercase;
}

/*********************************
3.1.2 Main Navigation
*********************************/

.main_nav
{
	flex-basis: 200%;
}
.main_nav ul
{
    border: 0px solid red;
	display: inline-block;
	margin-right: 75px;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}
.main_nav ul li
{
	border: 0px solid green;
	display: inline-block;
	margin-right: 25px;
	text-align: center;

}
.main_nav ul li:last-child
{
	margin-right: 0px;
}
.main_nav ul li a
{
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 40.51px;
	color: #FFFFFF;
}
.main_nav ul li.active a
{
	font-weight: 700;

}

/*********************************
3.1.3 Search
*********************************/

.search
{
	display: inline-block;
	margin-right: 49px;
	width: 237px;
	height: 100%;
}
.search_content
{
	width: 100%;
	height: 100%;
}
.search_button
{
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
}
.search_button:active
{
	background: #301b54;
}
.search_form
{
	position: absolute;
	right: 0;
	top: 90px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active
{
	top: 75px;
	visibility: visible;
	opacity: 1;
}
.search_input
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}

/*********************************
3.1.4 Hamburger
*********************************/

.hamburger_container
{
	display: none;
	cursor: pointer;
	margin-right: 40px;
	flex-basis: 40px;
	text-align: right;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #FFFFFF;
}
.hamburger_container:hover i
{
	color: #ff6b09;
}

/*********************************
3.2 Hero Slider
*********************************/

.features_sidis_light
{
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: #00A99D;
}
.features_sidis_light_pale {
  background: rgba(0, 169, 157, 0.30);
	width:98%;
}

.header_privacy_policy {
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 30px;
	background: #00A99D;

}

.center_content {
	width:90%;
	margin:auto;
	text-align: center;
}

.hero_slider_container
{
	width: 100%;
	height: 100%;
	z-index: 9;
}

.snap_container {
	scroll-snap-type: y mandatory;
}
.snap_container_child {
	scroll-snap-align: start;
}
.hero_slider
{
	width: 100%;
	height: 100%;
}
.hero_slider_item
{
	height: 100%;
}
.item_1 span
{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	color: #FFFFFF;
}
.item_1 span:first-child
{
	font-size: 24px;
	margin-bottom: 22px;
}
.item_1 span:nth-child(2)
{
	margin-bottom: 11px;
}
.item_1 span:nth-child(3)
{
	font-size: 236px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
	margin-right: -0.1em;
}
.item_1 span:nth-child(4)
{
	font-size: 24px;
}
.hero_slider_nav
{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.hero_slider_nav_left
{
	left: 50px;
}
.hero_slider_nav_right
{
	display: none;
	right: 50px;
}
.hero_slider_nav div
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.hero_slider_nav div::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #ff6b09;
	border-radius: 50%;
	transform: scale(0);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hero_slider_nav div i
{
	font-size: 18px;
	color: #a2baff;
}
.hero_slider_nav div:hover::before
{
	opacity: 1;
	transform: scale(1);
}
.hero_slider_nav div:hover i
{
	color: #251343;
}
.hero_side_text_container
{
	position: absolute;
	top: 0;
	right: 285px;
	width: 865px;
	height: 236px;
	background: #301b55;
	z-index: 9;
	transform-origin: top right;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.hero_side_text
{
	width: 80.5%;
	height: 100%;
	padding-right: 170px;
	padding-top: 51px;
	float: left;
}
.hero_side_text h2
{
	display: block;
	font-size: 30px;
	font-weight: 300;
	color: #9878e2;
}
.hero_side_text p
{
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 2.25;
	color: #FFFFFF;
}
.double_arrow_container
{
	width: 19.5%;
	height: 100%;
	float: left;
}
.double_arrow
{
	padding: 5px;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	cursor: pointer;
}
.double_arrow i
{
	color: #FFFFFF;
}
.double_arrow i:first-child
{
	margin-right: -3px;
}
.double_arrow:hover i
{
	color: #ff6b09;
}

/*********************************
3.3 Next Section Scroll
*********************************/

.next_section_scroll
{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 40px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 9;
	padding: 10px;
}
.next_section i
{
	display: block;
	color: #FFFFFF;
}
.next_section i:first-child
{
	margin-bottom: -4px;
}
.next_section_scroll:hover i
{
	color: #ff6b09;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: rgb(251, 176, 59);
	z-index: 11;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_container.active
{
	right: 0;
	opacity: 1;
}
.menu
{
	width: 100%;
	height: 100%;
}
.menu_close
{
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
}
.menu_close i
{
	font-size: 28px;
}
.menu_close:hover i
{
	color: #ff6b09;
}
.menu ul
{
	padding-top: 115px;
	padding-right: 50px;
}
.menu ul li
{
	position: relative;
}
.menu ul li::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ff6b09;
	content: '';
}
.menu ul li.active a
{
	font-weight: 700;
}
.menu ul li a
{
	color: #000;
	-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 ul li a:hover
{
	color: #ff6b09;
}

/*********************************
5. Icon Boxes
*********************************/

.icon_boxes
{
	width: 100%;
	padding-top: 123px;
	padding-bottom: 20px;
}
.icon_box_title
{
	padding-right: 50px;
	
}
.icon_box_title h1
{
	line-height: 1.25;
}
.icon_box_button
{
	margin-top: 40px;
}
.icon_box_button:hover
{
	background: #452b78;
}
.icon_box_button:hover a
{
	color: #FFFFFF;
}
.icon_box_col
{
	padding-top: 21px;
}

.icon_box_col_top {
	padding-top: 0px;
}

.image_box_col_top {
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin:auto;
	border: 0px solid red;
}

.home_image_diagram {
	width:100%;
	min-width:350px;
	max-width:450px;
}

.full_icon_box_col {

	flex: 0 0 80.0%;
	max-width: 80.0%;


}
.icon_box_item
{
	margin-bottom: 63px;
}

.icon_box_item:last-child
{
	margin-bottom: 0px;
}
.icon_box_item h2
{
	margin-bottom: 5px;
}
.icon_box_item p
{
	margin-bottom: 0px;
}

/*********************************
6. Vertical Slider Section
*********************************/

.v_slider_section
{
	height: 625px;
	padding-bottom: 65px;
}
.v_slider_section_image
{
	
}
.v_slider_image
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.23);
}
.v_slider_content
{
	
}
.v_slider_container
{
	
}
.v_slider
{
	
}
.v_slider_item
{
	border: none !important;
}
.v_slider_item:focus
{
	outline: none !important;
	border: none !important;
}
.v_slider_item h1
{
	line-height: 52px;
}
.v_slider_item h1:last-of-type
{
	margin-bottom: 81px;
}
.person
{
	margin-top: 30px;
}
.person_image
{
	width: 44px;
	height: 44px;
}
.person_image img
{
	width: 100%;
}
.person_meta
{
	padding-left: 28px;
}
.person_name
{
	font-size: 15px;
	color: #28262d;
	margin-top: -5px;
	margin-bottom: -6px;
}
.person_title
{
	font-size: 13px;
	color: #909090;
}
.v_slider .slick-dots
{
	position: absolute;
	top: 50%;
	right: -55px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.v_slider .slick-dots
{
	width: 18px;
}
.v_slider .slick-dots li
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 35px;
}
.v_slider .slick-dots li.slick-active
{
	
}
.v_slider .slick-dots li button
{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: #d6cbed;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.v_slider .slick-dots li button:focus,
.v_slider .slick-dots li button:active
{
	outline: none !important;
	border: none !important;
}
.v_slider .slick-dots li.slick-active button
{
	width: 18px;
	height: 18px;
	background: #452b78;
}

/*********************************
7. Services
*********************************/

.front_img {
	height: 546px;
	width: 367px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-size:  367px 546px;
	background-repeat: no-repeat;
}

.home_list_content{
	padding-left:15px;
}

.home_list_content li {
	line-height: 1.4;
	padding-bottom: 5px;
}

.services
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 184px;
}
.section_title h1
{
	font-weight: 500;
}
.section_title span
{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #452b78;
	margin-top: 29px;
}

/*********************************
7.1 Services Slider
*********************************/

.owl-carousel .owl-item
{
	position: relative;
	min-height: 1px;
	width: 100%;
	height: 300px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-item {
	margin-right: 0px;
}

.h_slider_container
{
	width: 100%;
}
.services_slider_container
{
	margin-top: 10px;
	width: 100%;
	height: 330px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.service_slider_outer
{
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1920px;
	height: 330px;
}
.services_slider
{
	height: 330px;
}
.services_slider .owl-stage-outer
{
	padding-top: 20px;
	padding-bottom: 60px;
}
.services_slider .owl-stage
{
	right: 10px;
}
.services_slider .owl-item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.services_slider .owl-item.center
{
	/* margin-left: 80px !important; */
	/* margin-right: 80px !important; */
}
.services_slider .owl-item.center .services_item_inner
{
	background: #FBB03B;
	text-align: center;
}



.owl-nav {
	/* display: block !important; */

}

.owl-dots {
	display: block !important;
}
.services_item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none;
}
.services_item_inner
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none;
	background-color: transparent;
	max-width: 100%;
	box-shadow: 0px 30px 59px rgba(24, 29, 33, 0.23);
	padding-left: 0px;
	padding-right: 0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_slider .owl-item.active.center .services_item_inner
{
	padding-bottom:10px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	padding-top: 10px;
	margin-top:0px;
	background:#fafbfb;

}
.service_item_content
{
	max-width: 100%;
	background-color: transparent;
}
.services_item_inner h2
{
	font-weight: 400;
	margin-bottom: 22px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_item_inner p
{
	line-height: 1.866;
	margin-bottom: 0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button
{
	position: absolute;
	bottom: -94px;
	left: 0;
	border-color: #FFFFFF;
	color: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button a
{
	color: #FFFFFF;
}
.service_item_button:hover
{
	background: #FFFFFF;
}
.service_item_button:hover a
{
	color: #452b78;
}
.services_slider .owl-item.center .services_item .services_item_inner h2
{
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner p
{
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_button
{
	visibility: visible;
	opacity: 1;
}
.service_item_icon
{
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 42px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_icon .icon
{
	font-size: 25px;
	line-height: 1;
	color: #d3d3d3;
}
.services_slider .owl-item.active.center .services_item_inner .service_item_icon .icon
{
	font-size: 30px;
	color: #00A99D;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_icon
{
	top: -55px;
	height: 62px;
}
.services_slider .owl-dots
{
	margin-top: 0px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.services_slider.owl-theme .owl-dots .owl-dot span
{
	width: 11px !important;
	height: 11px !important;
	background: #d3d3d3;
}

.owl-carousel .owl-stage-outer {
	width: 100%;
	height: 287px;
}
.services_slider.owl-theme .owl-dots .owl-dot.active span
{
	width: 18px !important;
	height: 18px !important;
	background: #fb8e13;
}
.services_slider_nav
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc((100% - 80px) / 2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}
.services_slider_nav_left
{
	left: calc(50% - 235px);
	top: 130px;
}
.services_slider_nav_right
{
	right: calc(50% - 225px);
	top: 130px;
}
.services_slider_nav i
{
	font-size: 20px;
	color: #fb6411;
}
.services_slider_nav:hover i
{
	color: #fb8e13;
}


/*********************************
7.21 Modal
*********************************/

.MainContainer {
	width: 100%;
	height: 1000px;

}

.is-blurred {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

.un-blurred {
	filter: blur(0px);
	-webkit-filter: blur(0px);

}


.btn {
	width: 150px;
	height: 50px;
	border-radius: 4px;
	border: none;
	font-size: 16px;
	color: #fff;
	background-color: #00A99D;
	cursor: pointer;
}

.btn:hover { background-color: #00dacb; }






.clickipad
{
	cursor: pointer;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}

.clickipad:hover {

	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}



/* Overlay */

.Modal {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.5s;
	overflow: auto;
	transition: all 0.6s linear;
}


.Modal-content {
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	padding: 20px;
	padding-top:5px;
	border-radius: 6px;
	max-width: 85%;
	height: 875px;
	max-height: 875px;
	min-width:1515px;
	max-width:1515px;
}

.Modal-content_book {
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	padding: 20px;
	border-radius: 6px;
	max-width:960px;
	clear:both;
}




.ModalOpen {
	overflow-x: hidden;
	overflow-y: auto;
}

.is-hidden { display: none; }

.is-visuallyHidden { opacity: 0; }

/* The Close Button */

.close-button {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	z-index: 10;
}

.close-button:hover, .close-button:focus {
	color: coral;
	text-decoration: none;
	cursor: pointer;
}


.modal_info_box {
	position: absolute;
	top: 30px;

	right:35px;
	max-width: 335px;
	min-width: 335px;
	max-height: 500px;
}

.modal_slide_image_wrapper {
	position: absolute;
	top: 15px;
	left:15px;
	cursor:default;
	overflow:hidden;
	border-radius: 7px;

}

/*********************************
5.2 Reply
*********************************/

.contact_row
{
	margin-top: 15px;
}
.reply
{

}
.reply_title
{
	font-size: 18px;
	color: #2e2e2e;
}
.reply_form_container
{
	margin-top: 20px;
}
.input_field
{
	height: 45px;
	border: none;
	border-bottom: solid 1px #e1e1e1;
	color: #452b78;
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
	font-style: normal !important;
	font-size: 12px !important;
	color: #909090 !important;
	font-weight: 400 !important;
}


.input_field:focus::-webkit-input-placeholder,
.text_field:focus::-webkit-input-placeholder
{
	color: #452b78 !important;
}
.input_field:focus:-moz-placeholder,
.text_field:focus:-moz-placeholder
{
	color: #452b78 !important;
}
.input_field:focus::-moz-placeholder,
.text_field:focus::-moz-placeholder
{
	color: #452b78 !important;
}
.input_field:focus:-ms-input-placeholder,
.text_field:focus:-ms-input-placeholder
{
	color: #452b78 !important;
}
.input_field:focus::input-placeholder,
.text_field:focus::input-placeholder
{
	color: #452b78 !important;
}
.text_field
{
	font-size: 14px;
	border: none;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 12px;
	color: #452b78;
}
.reply_form_name,
.reply_form_email
{
	display: inline-block;
	margin-top:5px;
	width: calc(50% - 15px);
}
.reply_form_name
{
	margin-left: 5px;

}
.reply_form_email
{
	margin-left: 5px;
}
.reply_form_subject
{
	display: block;
	width: 100%;
	margin-top: 13px;
}
.reply_form_message
{
	display: block;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 27px;
}
.input_field:focus,
.text_field:focus
{
	border-bottom: solid 1px #452b78 !important;
	box-shadow: none !important;
	outline: none !important;
}
.reply_submit_btn
{
	margin-top: 20px;
	display: inline-block;
	height: 54px;
	width: 174px;
	text-align: center;
	border: solid 2px #00A99D;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #00A99D;
	cursor: pointer;
}

.read_more_btn
{
	margin-top: 20px;
	height: 30px;
	width: 120px;
	text-align: center;
	border: solid 2px #00A99D;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	color: #00A99D;
	cursor: pointer;
}
.reply_submit_btn:hover
{
	background: #00A99D;
	color: #FFFFFF;
}

/*********************************
5.3 Contact Info
*********************************/

.contact_title
{
	font-size: 18px;
	color: #2e2e2e;
}
.contact_logo
{
	padding-left: 0px;
	margin-top: 38px;
}
.contact_logo a
{
	color: #452b78;
	line-height: 1;
}
.contact_info_container p
{
	margin-top: 20px;
}
.address_container
{
	margin-top: 51px;
}
.contact_info_icon
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 23px;
	color: #FFFFFF;
	font-size: 18px;
	background: #00A99D;
	border-radius: 50%;
	float: left;
}
.contact_info_content
{
	width: calc(100% - 33px);
	padding-left: 5px;
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #909090;
}
.city
{
	margin-top: -1px;
}
.phone
{
	margin-top: 12px;
}
.email
{
	margin-top: 12px;
}

.footer_logo_small
{
	padding-left: 0px;
	margin-bottom: 15px;
}
.footer_logo_small a
{
	font-size: 19px;
	font-weight: 400;
	color: #00A99D;
	letter-spacing: 0.1em;
	line-height: 50px;
}

.footer_logo_small a span
{
	font-weight: 500;
	color: #FBB03B;
	text-transform: uppercase;
}
/*********************************
8. Image Boxes
*********************************/

.image_boxes
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.card
{
	background: #f6f4f9;
	border: none;
}
.card:hover
{
	box-shadow: 0px 26px 38px rgba(0,0,0,0.5);
}
.card-body
{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
.card-title
{

	margin-bottom: 12px;
	margin-top: 12px;
    padding-top: 8px;
	text-align: center;
	height:40px;
	color:white;
	font-size: 1.3em;
	font-weight:600;
	background:#00A99D;
}
.card-text
{
	margin-bottom: 1px;
	line-height: 1.3;
	color:black;

	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #3e3e3e;
	-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;

}

.card-link
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #432b75;
}
.card-link:hover
{
	color: #5c3f95;
}
.card-img-top {
	height:50px;
}

/*********************************
7.1 Team
*********************************/

.team
{
	padding-top: 10px;
	padding-bottom: 20px;
}
.team_title
{
	margin-bottom: 70px;
}
.team_title h1
{
	margin-bottom: 27px;
}
.team_title p
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.888;
	margin-bottom: 0px;
}

.offset-xl-1 {
	margin-left: .333333%;
	flex: 0 0 22%;
	max-width: 22%;
}

.team_container
{
	height: 650px;
	border: 0px solid red;
	background: #f7f7f8;
}
.team_container:hover
{
	background: #c4c8d0;
}
.team_container:hover div,
.team_container:hover p
/** team_container:hover a **/
{
	color: #FFFFFF;
}
.team_member_image
{
	width: 220px;
	height: 220px;
}
.team_member_image img
{
	position: absolute;
	top: -55px;
	left: 0px;
	width: 100%;
	height: auto;
}
.team_member_content
{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -50px;
}

.team_member_content li
{
	line-height:130%;
	padding-bottom: 10px;
}

.team_member_name
{
	font-size: 24px;
	font-weight: 500;
	color: #28262d;
	margin-bottom: -10px;
}
.team_member_title
{
	font-size: 16px;
	font-weight: 400;
	color: #452b78;
	margin-bottom: 10px;
}
.team_container p
{
	margin-bottom: 23px;
}
.team_member_link a
{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
}

.team_col {
	padding-right: 5px;
	padding-left: 5px;
	flex: 0 0 24%;
	max-width: 24%;
}

.team_row {
	margin: auto;
	padding-left:10px;
	width:100%;
}



.section-header .page-width-normal {
	max-width: 710px;
	text-align: center;
	margin: 0 auto;
	color:#ffffff;
}

.page-width-normal  p {
	font-size: 2rem !important;
	color:#ffffff !important;

}

.section-header--divider {
	color:#ffffff;
	margin-top: 0px;
}

.section-header--divider-main {
	color:#ffffff;
	margin-top: 0px;
	font-size: 1.8rem;
}

.section-header--divider-sub {
	color:#ffffff;
	margin-top: 0px;
	font-size: 1.1rem;
}



.section-header--divider h2{
	 font-size: 2rem;
	 color:red;

 }

.section-header--divider-top h2{
	font-size: 3rem;
}

.wrapper_type_module {
	text-align: center;

}


.home-community-board {
	width: 100%;
	display:block;
	margin:auto;
	padding-bottom:60px;
	padding-top:25px;
	text-align: center;
	max-width: 1100px;


}
.community-board {
	padding: 7rem 0;
}


.home-community-board__grid-wrapper {
	margin: 0 auto;
	text-align: center;
	width:80%;
	border: 0px solid yellow;
	max-width:1000px;
}

.home-community-board__grid-item {
	padding: 0 0 10px;
	padding-top:25px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	width:200px;
	height:175px;
	display:inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	border: 0px solid black;
}

.home-community-board__grid-item_orig {
	text-align: center;
	padding: 30px;
	width:200px;
	height:200px;
	display:inline-flex;
}
.grid-item-left {
	justify-content: left;

}

.home-community-board__grid-stat-wrapper {

}

.grid-stat-wrapper-last {
	position:absolute;

}

.home-community-board__grid-icon-wrapper {
	position:relative;
	height: 40px;
	margin-bottom: 15px;
	border: 0px solid red;
}
.icon-wrapper-left {
	position:relative;
	left:0;
}
.home-community-board__grid-stat.stat-plus-after {
	position: relative;
	padding-right: 10px;
}

.home-community-board__grid-stat.stat-plus-after::after {
	content: "+";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -5px;
	color: #fb9d55;
	font-size: 1.3rem;
	font-weight: 600;
}

.home-community-board__grid-stat.stat-minus-after {
	position: relative;
	padding-right: 10px;
}

.home-community-board__grid-stat.stat-minus-after::after {
	content: "-";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -5px;
	color: #fb9d55;
	font-size: 1.3rem;
	font-weight: 600;
}




@media(min-width:1025px) {
	.home-community-board__grid-item {
		flex: 1 1 25%;
		max-width: 25%;
		border: 0px solid red;
	}
}

@media(min-width:501px) and (max-width:1024px) {
	.home-community-board__grid-item {
		flex: 1 1 50%;
		max-width: 50%
	}
}

@media(min-width:501px) {
	.home-community-board__grid-item {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff
	}
}

@media(min-width:1025px) {
	.home-community-board__grid-item:nth-child(4n) {
		border-right: 0
	}
}

@media(min-width:1025px) {
	.home-community-board__grid-item:nth-child(n + 5) {
		border-bottom: 0
	}
}

@media(min-width:501px) and (max-width:1024px) {
	.home-community-board__grid-item:nth-child(2n) {
		border-right: 0
	}
}

@media(min-width:501px) and (max-width:1024px) {
	.home-community-board__grid-item:nth-child(n + 7) {
		border-bottom: 0
	}
}

.home-community-board__grid-icon {
	position: absolute;
	top: 6em;

	left: 45px;
	height:35px;
	width:35px;
	fill:white;
	max-width: 150px;
	max-height: 100%;
	margin: auto;
	border:0px solid red;
}

.grid-icon-1 {
	left: 50px;
}

.grid-icon-2 {
	left: 75px;
}

.grid-icon-3 {
	left: 55px;
}

.grid-icon-4 {
	left: 65px;
}

.grid-icon-5 {
	left: 75px;
}

.grid-icon-6 {
	left: 65px;
}

.grid-icon-7 {
	left: 70px;
}

.grid-icon-8 {
	left: 85px;

}
.home-community-board__grid-icon-wrapper {
	position: relative;
	height: 40px;
	border: 0px solid red;
	margin-bottom: 0px;
}

.home-community-board__grid-stat {
	margin: 0 0 5px;
	margin-top:10px;
	font-size: 1.9em;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	line-height: 1em;
	border: 0px solid blue;
	cursor: pointer;
}

home-community-board__grid-stat p {
	line-height:1.5em;
}
.home-community-board__grid-stat_small {
	font-size: 1.3em;
}



.home-community-board__grid-stat-description {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 0.95;
	margin: 0
}

.description_small {
	color: #fff;
	font-size: 0.8rem;
	font-weight: 500;
}



[data-background="gradient4"] {
	background-image: linear-gradient(45deg, #00a4bd, #00bda5);
}

[data-background="gradient5"] {
	background-image: linear-gradient(45deg,#00A99D ,  #00ccb4);
}

[data-background="gradient6"] {
	background-image: linear-gradient(45deg, #00ccb4  , #00A99D );
}




/*********************************
8.2 Hover Modal for ROI Grid
*********************************/

.bs-example {
	margin-top: 10%;
}

.bs-example2 {
	margin-top: 1.5em;
	font-weight: bold;
	font-size: 1.25em;
	color: #ff3840;
	text-shadow: 1.25px 1px #25282a;
}

.popover-header {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	background-image: linear-gradient(45deg,#fb9d55 , #fbc051);
}
.popover-header-green {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	background-image: linear-gradient(45deg,#00A99D ,  #00ccb4);
}
.popover-body {
	color: black;
	font-size: 14px;
}

.popover-content {
	color:#909090;

}

.popover-body-text {
	line-height:1.5em;
	color: #6e6e6e;
}
/*********************************
8. Features
*********************************/

.features_booking_form
{
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	background: #fafbfb;
	border-radius: 5px;
	max-width: 960px;
	margin: auto;
}

.features
{
	padding-top: 30px;
	padding-bottom: 50px;
	background: #fafbfb;
}
.features_row
{
	padding-top: 20px;
	margin-top: 0px;
	text-align: right;
	border: 0px solid red;
	margin-right: 0px;
	margin-left: 0px;
}

.features_row_wrapper
{
	padding-top: 0px;
	margin-top: 0px;
	text-align: right;
	border: 0px solid yellow;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
	width:60%;
	box-shadow: 0px 10px 60px 0px rgba(71,74,182,0.30);
}
.features_row_wrapper_home
{
	padding-top: 0px;
	margin-top: 0px;
	text-align: right;
	border: 0px solid yellow;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
	width:100%;
	box-shadow: 0px 10px 60px 0px rgba(71,74,182,0.30);
}


.features_col
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px;
	flex: 0 0 50%;
	max-width: 50%;
}
.features_item
{
	padding-top: 15px;
	margin-bottom: 0px;
	border: 1px solid lightgrey;
	height:300px;
	cursor: pointer;
}
.feature_icon {
	width:75px;
	border: 0px solid red;
	display:inline
}

.feature_title{
	width:78%;
	border: 0px solid blue;
	display:inline-flex;
	text-align: left;
}

.feature_calendar_title {
	margin:auto;
	display:inline-flex;
}
.feature_calendar_title a
{
	color: #3e3d3b;
}
.feature_calendar_title a:hover
{
	color: #ff6b09;
}

.feature_title:hover
{
	color: #ff6b09;
}

.feature_description {
	width:85%;
	border: 0px solid green;
	display:inline-flex;
	margin-left:25px;
	line-height: 1.5;
}

.feature_description_left {
	text-align: left;
	padding-left:20px;
	padding-right:10px;
	display:inline-flex;
	line-height: 1.5;
	width:100%;
}
.feature_description_ipad {
	margin-left:20px;
	width:95%;
	padding-right: 20px;
	max-width: 400px;
}


.features_grid_icon {
	width:45px;
	height:45px;
	padding: 5px 5px 5px 5px;
}

.video_slider_icon {
	height:30px;

}

.mobile_videos {
	display:none;
}

.youtube-player {
	position: relative;
	padding-bottom: 30%;
	padding-top:30%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 0px;
}

.youtube-player iframe,
.youtube-player object,
.youtube-player embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -46px;
	position: absolute;
	background: url("../images/play_btn.png") no-repeat;
	cursor: pointer;
}

.services_slider .owl-item.center  .video_slider_icon {
	height:40px;

}

.video_slider_title {
	font-size: 18px;
	font-weight: 600;
	color:#00A99D;
	margin-left:5px;
}

.video_wrapper {
	margin:auto;
	width:349px;
	height:198px;
	margin-bottom:0px;
	background-color: transparent;
}

.iframe_video {
	width:100%;
	height:100%
}

.cover_vids_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 17%;
	height: 288px;
	z-index: 11;


	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background: rgb(255,255,255);
	background:#fafbfb;
	/* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9934348739495799) 65%, rgba(255,255,255,0) 100%); */
}

.cover_vids_right {

	position: absolute;
	top: 0;
	right: 0;
	width: 17%;
	height: 288px;
	z-index: 11;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background: rgb(255,255,255);
	background:#fafbfb;
	/* background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(255,255,255,0.9934348739495799) 30%, rgba(255,255,255,1) 100%); */


}

.calendar_icon {
	width:75px;
	height:75px;
	padding: 5px 5px 5px 5px;
}

.demo_grid_icon {
	width:100px;
	height:100px;
	padding: 5px 5px 5px 5px;
}

.grid_header {
	font-size: 18px;
	font-weight: 600;
	line-height: 0.975;
	color:#3e3d3b;
}

.features_grid_header {
	font-size: 18px;
	font-weight: 600;
	line-height: 0.975;
	color:#3e3d3b;
	width:78%;
	display:inline-flex;
}

.grid_header_left {
	text-align: left;
}

.row_box_shadow{
 box-shadow: 5px 10px #888888;
}
.features_col > div:last-of-type
{
	margin-bottom: 0px;
}
.features_button
{
	margin-top: 20px;
}
.features_button:hover,
.features_button_2:hover
{
	background: #452b78;
}
.features_button:hover a,
.features_button_2:hover a
{
	color: #FFFFFF;
}
.features_button_2
{
	display: none;
}

.features_image_ipad {
	margin-top: 0px;
	width:100%;
}

/*********************************
9. Call to action
*********************************/

.cta
{
	width: 100%;
	background: #b0d5db;
	
}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cta_content
{
	padding-top: 116px;
	padding-bottom: 101px;
}
.cta_content h1
{
	color: #FFFFFF;
	margin-bottom: 25px;
}
.cta_content p
{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.cta_image
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.cta_image img
{
	width: 776px;
	height: auto;
}

/*********************************
10. Text Line
*********************************/

.text_line
{
	width: 100%;
	background: #FFFFFF;
}
.text_line_image
{
	position: absolute;
	bottom: 49px;
	right: 0;
}
.text_line_image img
{
	max-width: 100%;
	height: auto;
}
.text_line_content
{
	padding-top: 127px;
	padding-bottom: 118px;
}
.text_line_content h1
{
	margin-bottom: 40px;
}
.text_line_content p
{
	margin-bottom: 41px;
}
.text_line_button:hover
{
	background: #452b78;
}
.text_line_button:hover a
{
	color: #FFFFFF;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #1b0d37;
}
.newsletter_content
{
	padding-top: 110px;
	padding-bottom: 141px;
}
.newsletter_title
{

}
.newsletter_title h1
{
	color: #FFFFFF;
	margin-bottom: 13px;
}
.newsletter_title span
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.newsletter_form_container
{
	text-align: left;
	margin-top: 77px;
}
.newsletter_email
{
	height: 53px;
	background: #452b78;
	border: none;
	padding-left: 30px;
	width: calc(100% - 174px - 26px);
	margin-right: 22px;
	color: #FFFFFF;
}
.newsletter_email:focus
{
	outline: none;
	border: none;
}
.newsletter_submit_button
{
	cursor: pointer;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}
.newsletter_submit_button:hover
{
	background: #452b78;
}
.newsletter_submit_button:focus
{
	outline: none;
	border: none;
}

/*********************************
12. Footer
*********************************/

.footer
{
	padding-top: 99px;
	padding-bottom: 82px;
}
.footer_logo
{
	padding-left: 0px;
	margin-bottom: 20px;
}
.footer_logo a
{
	font-size: 30px;
	font-weight: 400;
	color: #00A99D;
	letter-spacing: 0.1em;
	line-height: 50px;
}

.footer_logo a span
{
	font-weight: 600;
	color: #FBB03B;
	text-transform: uppercase;
}

.footer_logo_text {
	font-weight: 500;
	color: #8b8e93;
	position:relative;
	top:-15px;
	font-size: 18px;
	margin-left: 3px;
}
.footer_intro p
{
	margin-bottom: 0px;
}
.footer_social
{
	margin-top: 27px;
}
.footer_social ul
{
	display: inline-block;
	margin-left: -5px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 22px;
}
.footer_social ul li a
{
	padding: 5px;
}
.footer_social ul li a i
{
	font-size: 18px;
	color: #393ec3;
}
.footer_social ul li a:hover i
{
	color: #d12e43;
}
.footer_cr
{
	font-size: 16px;
	font-weight: 500;
	color: #cacaca;
	margin-top: 65px;
}
.footer_cr_2
{
	display: none;
	font-size: 16px;
	font-weight: 500;
	color: #cacaca;
	margin-top: 65px;
}
.footer_col
{
	margin-bottom: 27px;
}
.footer_col:last-child
{
	margin-bottom: 0px;
}
.footer_col_title
{
	font-size: 18px;
	font-weight: 500;
	color: #28262d;
	margin-bottom: 9px;
}
.footer_col ul li
{
	margin-bottom: 4px;
}
.footer_col ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #909090;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_col ul li a:hover
{
	color: #28262d;
}