/* CSS Document */


html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 16px/1.8 'Lato', sans-serif;
	color: #333;
	height: 100%;
	line-height: 1.6;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
	.dng-main {
		overflow-x: hidden;
		overflow-y: hidden;
	}
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
	.dng-main {
		overflow-x: hidden;
		overflow-y: hidden;
	}
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.dng-main {
		overflow-x: hidden;
		overflow-y: hidden;
	}

}


#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle {
	font-family: "Lato";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #333;
}

.Normal {
	color: inherit;
	font: inherit;
	line-height: 1.6;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
	color: inherit;
}

h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
}

h2 {
	font-weight: 600;
	font-size: 28.5px;
	line-height: 1.3;
	letter-spacing: 0;
}

h3 {
	font-weight: 600;
	font-size: 24.75px;
	line-height: 1.3;
	letter-spacing: 0;
}

h4 {
	font-weight: 600;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0;
}

h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0;
}

h6 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:placeholder {
	color: inherit;
	opacity: 0.9;
}

a,
a:link {
	color: #1c9e95;
}

a:visited {
	color: #1c9e95;
}

a:hover {
	color: #0b887f;
}

a:active {
	color: #1c9e95;
}

@media (max-width: 767px) {
	h2 {
		font-size: 26px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

}


@media (min-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}

p {
	margin-bottom: 18px;
}



.font-family-Lato {
	font-family: "Lato" !important;
}

.thin {
	font-weight: 300 !important;
}

.text-purple {
	color: #45325d !important;
}


/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.margin-top-xsm {
	margin-top: 15px !important;
}

.margin-top-sm {
	margin-top: 30px !important;
}

.margin-top-md {
	margin-top: 50px !important;
}

.margin-top-lg {
	margin-top: 70px !important;
}

.margin-top-xlg {
	margin-top: 100px !important;
}

.margin-bottom-xsm {
	margin-bottom: 15px !important;
}

.margin-bottom-sm {
	margin-bottom: 30px !important;
}

.margin-bottom-md {
	margin-bottom: 50px !important;
}

.margin-bottom-lg {
	margin-bottom: 70px !important;
}

.margin-bottom-xlg {
	margin-bottom: 100px !important;
}

@media (min-width: 992px) {
	.margin-right-xlg {
		margin-right: 85px !important;
	}

	.margin-right-sm {
		margin-right: 10px !important;
	}

	.margin-left-xlg {
		margin-left: 85px !important;
	}

	.margin-left-sm {
		margin-left: 10px !important;
	}
}

.padding-top-xsm {
	padding-top: 15px !important;
}

.padding-top-sm {
	padding-top: 30px !important;
}

.padding-top-md {
	padding-top: 50px !important;
}

.padding-top-lg {
	padding-top: 70px !important;
}

.padding-top-xlg {
	padding-top: 100px !important;
}

.padding-bottom-xsm {
	padding-bottom: 15px !important;
}

.padding-bottom-sm {
	padding-bottom: 30px !important;
}

.padding-bottom-md {
	padding-bottom: 50px !important;
}

.padding-bottom-lg {
	padding-bottom: 70px !important;
}

.padding-bottom-xlg {
	padding-bottom: 100px !important;
}



/*left full ,right full*/
.dng-left-full,
.dng-right-full {
	max-width: none;
}

/*list*/
.list-style,
.list-style li {
	list-style: none !important;

}

.list-style {
	margin: 0 !important;
	padding: 0 !important;
}

/*Fixed Footer*/
.fixed_footer_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	overflow-Y: auto;
}

.fixed_footer_clone {
	background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
	max-width: 100% !important;
	left: 0 !important;
}

@media only screen and (max-width: 991px) {
	.fixed_footer_bottom .fixed_footer.active {
		position: relative;
	}

	.fixed_footer_bottom,
	.fixed_footer_clone,
	.footer_box {
		height: auto !important;
		position: relative !important;
		max-height: inherit !important;
	}
}




/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
	color: #FFF !important;
}

.color-accent {
	color: #1c9e95 !important;
}

.color-mazarine {
	color: #102a4e !important;
}

.color-black {
	color: #000 !important;
}

.text-yellow {
	color: #1c9e95 !important;
}


/*ilightbox-noscroll*/
body.ilightbox-noscroll {
	overflow: visible;
}


[data-parallax="parallax"] {
	visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
	visibility: visible;
}

/*input*/
input[type="text"] {
	border-radius: 0;
}


/*icon*/
.fa,
.fas {
	font-weight: 900 !important;
}

.sico,
.icon-svg {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.sico svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: inherit;
	vertical-align: initial;
}

p>.sico,
p>.icon-svg,
li>.sico,
li>.icon-svg {
	vertical-align: middle;
	margin-bottom: 0.2em;
}


/*icon-svg*/

.icon-svg svg {
	width: 1em;
	height: 1em;
	stroke: currentColor !important;
	opacity: 0;
	vertical-align: sub;
	color: inherit;
}

.icon-svg svg * {
	color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-miterlimit: 10;
}

.icon-svg.animated svg {
	opacity: 1;
}



/*btn*/

/*social*/
[class*="social-"] {
	position: relative;
	display: inline-block;
}

.social-01 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #3d3d3d;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px 5px 0;

}

.social-01,
.social-01:link {
	color: #FFF !important;
	transition: background-color ease-in 300ms;
}

.social-01:hover {
	background-color: #1c9e95;
	color: #FFF !important;
}

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
	margin-left: 0;
	margin-right: 0;
}

.row.col-no-padding [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.is-container.no-space {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.layout-no-mt .is-container {
	margin-top: 0 !important;
}

.layout-no-mb .is-container {
	margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*border radius*/
.border-radius-0 {
	border-radius: 0px !important;
}

.border-radius-3 {
	border-radius: 3px !important;
}

.border-radius-circle {
	border-radius: 50% !important;
}

/*border radius*/
.position-relative {
	position: relative !important;
}

.position-static {
	position: static !important;
}


.size-16 {
	font-size: 16px;
}

.size-18 {
	font-size: 18px;
}

.size-20 {
	font-size: 20px;
}

.large-space p {
	margin: 0 0 25px;
}


.img-shadow {
	box-shadow: 0 0 40px rgba(0, 0, 0, .2);
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
}

.img-has-shadow {
	margin: -35px -40px 0px -40px;
}


@media only screen and (max-width: 767px) {
	.img-has-shadow {
		margin: -20px -20px 0px -20px;
	}
}


/*header*/

.desktop-header {
	z-index: 991;
	width: 100%;
	background-color: #FFF;
}

.desktop-header .header-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.desktop-header .header-bottom {
	align-items: flex-start;
}



.desktop-header .dnn_logo {}

.desktop-header .dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}



/*dng megamenu*/
#dnngo_megamenu {
	font-family: "Lato";
}

#dnngo_megamenu .primary_structure {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

#dnngo_megamenu .primary_structure>li {
	position: relative;
	margin: 0px 1px;
	border-left: 1px dotted #000000;
	text-transform: uppercase;
}

#dnngo_megamenu .primary_structure>li:last-child {
	border-right: 1px dotted #000000;
}

#dnngo_megamenu .dnngo_menuslide {
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
	z-index: 904;
}

#dnngo_megamenu .primary_structure>li>a {
	padding: 3px 18px 3px;
	font-size: 16px;
	color: rgb(172, 198, 201);
	display: inline-block;
	border-radius: 0;
	font-weight: 600;
	transition: all ease-in 300ms;
}

#dnngo_megamenu .primary_structure>li.current>a,
#dnngo_megamenu .primary_structure>li:hover>a {
	text-decoration: none;
	color: #000000;
}



#dnngo_megamenu .primary_structure>li.dir>a span::after {
	content: "";
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
	margin: -7px 0 0 9px;
}

#dnngo_megamenu .dnngo_boxslide {
	background-color: #FFF;
	margin-top: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media only screen and (max-width:1200px) {
	.dnn_logo{
		max-width: 240px;
	}
}


.desktop-header.floating-active{

}


/*dnngo_slide_menu*/

#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	min-width: 165px;
	background-color: #FFF;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li {
	margin: 0;
	padding: 0;
}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;

}

#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration: none;
	text-align: left;
	padding: 15px 15px;
	font-size: 13px;
	display: block;
	line-height: 1.45;
	font-weight: 400;
	-webkit-transition: all ease-in 200ms;
	transition: all ease-in 200ms;
	color: #333333;
}

#dnngo_megamenu .rtl .dnngo_slide_menu li a {
	padding: 0px 20px 0px 60px;
	text-align: right;
}

#dnngo_megamenu .dnngo_slide_menu li a:hover {
	color: #1c9e95;
}

#dnngo_megamenu .dnngo_slide_menu li.subcurrent a {
	background-color: #1c9e95;
	color: #ffffff;
}

/*mobile header*/

.mobile-header,
.mobile-header-replace {
	display: none;
	background-color: #FFF;
}

@media only screen and (max-width: 991px) {
	.desktop-header,
	.header-replace {
		display: none;
	}

	.mobile-header,
	.mobile-header-replace {
		display: block;
	}
}


/********/
.desktop-header .dnn_logo{
	height: 172px;
    display: flex;
    align-items: center;
}
.desktop-header.floating-active,
.mobile-header.floating-active{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 1000;
}
.desktop-header.floating-active .dnn_logo{
	height: 50px;
}
.desktop-header.floating-active .dnn_logo img{
	max-height: 44px;
}

@media only screen and (max-width:1024px) {
	.desktop-header .dnn_logo{
		height: 120px;
	}
}



/********/

.mobile_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	z-index: 991;
	max-width: 100%;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	margin-bottom: 0;
}

.mobile_box .dnn_logo {
	padding: 8px 0;
}

.mobile_box .dnn_logo img {
	max-height: 42px;
}

.mobile_box {
	color: #ffffff;
	height: 71px;
	transition: left 300ms ease-in;
}


#mobile_menu {
	position: fixed;
	top: 0;
	right: -260px;
	;
	bottom: 0;
	z-index: 900;
	padding: 0;
	display: none;
	width: 260px;
	transition: right 300ms ease-in, box-shadow 300ms ease-in;
	overflow-x: hidden;
	overflow-y: auto;
}

.body_bg {
	position: relative;
	transition: left 300ms ease-in;
	left: 0;
}

.mobile-menu-active .body_bg,
.mobile-menu-active .mobile_box {
	left: -260px;
}
.mobile-header.floating-active{
	transition: left 300ms ease-in;
}
.mobile-menu-active .mobile-header.floating-active{
	left: -260px;
}


.mobile-menu-active #mobile_menu {
	right: 0;
}

.mobile-menu-active {
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
	#mobile_menu {
		display: block;
	}

}

/*menu icon*/
.menu-anime {
	width: 22px;
	height: 22px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	cursor: pointer;
	color: #1c9e95;
}

.menu-anime:after,
.menu-anime:before,
.menu-anime i:after {
	content: "";
	border-bottom: 2px solid;
	left: 1px;
	right: 1px;
	top: 3px;
	position: absolute;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, -webkit-transform ease-in 200ms;
	transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, transform ease-in 200ms;
}

.menu-anime:before {
	top: 17px
}

.menu-anime i:after {
	top: 10px;
}

.menu-anime.active:after,
.overlay-button:hover .menu-anime:after,
.active>.menu-anime:after {
	top: 10px;
	transform: rotate(45deg);
	color: #1c9e95;
}

.menu-anime.active:before,
.overlay-button:hover .menu-anime:before,
.active>.menu-anime:before {
	top: 10px;
	transform: rotate(-45deg);
	color: #1c9e95;
}

.menu-anime i:after {
	transform: rotate(0);
}

.menu-anime.active i:after,
.overlay-button:hover .menu-anime i:after,
.active>.menu-anime i:after {
	transform: rotate(-45deg);
	color: #1c9e95;
}


#mobile_menu {
	margin: auto;
	box-shadow: 0 0 0px rgba(0, 0, 0, .1);
}

.mobile-menu-active #mobile_menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#mobile_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile_menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
#mobile_menu > ul > li{
	text-transform: uppercase;
}

#mobile_menu ul li img {
	vertical-align: middle;
}

#mobile_menu ul li a {
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-weight: 400;
	display: block;
	text-decoration: none;
	outline: none;
	text-align: left;

	font-family: "Lato";
}

#mobile_menu ul li a:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

#mobile_menu ul li a {
	display: inline-block;
}

#mobile_menu ul li a {
	display: block;
}

#mobile_menu ul li a span {
	padding: 22px 0px;
	display: block;
	font-weight: bold;
}

#mobile_menu ul li li a span {
	padding: 15px 0px;

}


#mobile_menu ul li .arrows {
	width: 40px;
	height: 40px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 10px;
	color: #666666;

}

#mobile_menu ul li .arrows:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
}

#mobile_menu ul li:hover>a>.arrows:before {
	border-bottom: 2px solid #1c9e95;
	border-right: 2px solid #1c9e95;
}

#mobile_menu ul li .arrows.arrow_closed:before,
#mobile_menu ul li:hover .arrows.arrow_closed:before {
	border-bottom: none;
	border-right: none;
	border-top: 2px solid #1c9e95;
	border-left: 2px solid #1c9e95;
	margin: -0px 0 0 -3px;
}

#mobile_menu ul li.active>a {
	color: #1c9e95;
}


#mobile_menu ul li a:hover {
	color: #1c9e95;
}

#mobile_menu ul li.current>.arrows {
	color: #1c9e95;
}

#mobile_menu ul li.current>a,
#mobile_menu ul li.current>a:hover {
	color: #1c9e95;
	background-color: rgba(17, 17, 17, 0.04);
}

#mobile_menu ul li.subcurrent>.arrows,
#mobile_menu ul li.subcurrent>a,
#mobile_menu ul li.subcurrent>a:hover {
	color: #1c9e95;
}



#mobile_menu ul ul {
	padding: 2px 0px 5px 0px;
	margin: 0px;
}

#mobile_menu ul li.current>ul {
	display: block;
}

#mobile_menu ul li.active>a,
#mobile_menu ul li a:hover {}

#mobile_menu ul li.current>a,
#mobile_menu ul li.current>a:hover {
	color: #1c9e95;
}

#mobile_menu ul li a {
	padding: 0 0 0 15px
}

#mobile_menu ul li li a {
	padding: 0 0 0 30px
}

#mobile_menu ul li li li a {
	padding: 0 0 0 45px
}

#mobile_menu ul li li li li a {
	padding: 0 0 0 60px
}

#mobile_menu .dnngo_menuslide {
	display: none;
}


#mobile_menu .menu_categories_list a span {
	display: inline-block;
}

#mobile_menu .menu_categories_list a img {
	max-width: 32px;
}





/*****************/
.Normal img{
	max-width: 100%;
}
.section-banner {
	background: url("../images/banner.jpg") center 37% no-repeat;
	background-size: cover;
	padding: 8.5% 0 10%;
}

.banner-box {
	width: 670px;
	padding: 50px 40px 40px;
	background-color: rgb(172, 198, 201,.9);
	font-size: 18px;
	color: #000;
	max-width: 60%;
}

.banner-box .title {
	margin: 0 0 25px;
	font-weight: 400;
	color: #FFF;
}

@media (max-width: 767px) {
	.banner-box {
		max-width: 100%;
		padding:30px;
	
	}
}

.section-banner.response-style .response-box{
	display: none;
}
.section-banner.response-style .response-box img{
	max-width: 100%;
}
.section-banner.response-style .container .banner-box{
	transform: translate3d(-100px,0,0);
}
@media only screen and (max-width: 1399px){
	.section-banner.response-style .container .banner-box{
		max-width: 50%;
		transform: translate3d(0,0,0);
	}
}
@media (max-width: 767px) {
	.section-banner.response-style{
		padding: 0;
		background: none;
	}
	.section-banner.response-style .response-box{
		display: block;
	}
	.section-banner.response-style .container{
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.section-banner.response-style .container .banner-box{
		width: 100%;
		max-width: 100%;
	}
}



.section-01 {
	background: url("../images/section-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 35px 0;
}


.meet-box {
	max-width: 530px;
	text-align: center;
	margin: 0 auto;
	font-size: 21px;
	position: relative;
	padding: 60px 0 10px;

}

.meet-box::before {
	content: "";
	background: url("../images/logo.png") center center no-repeat;
	background-size: cover;
	width: 112px;
	height: 125px;
	position: absolute;
	left: 0;
	top: 0;
}

.meet-box .title {
	margin: 0 0 25px;
	font-size: 30px;
}


.button-round {
	width: 107px;
	height: 107px;
	border-radius: 50%;
	background-color: rgb(234, 134, 151);
	display: inline-flex;
	font-size: 16px;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #FFF;
	margin: 20px 0 10px;
}

.button-round,
.button-round:link,
.button-round:active,
.button-round:visited {
	color: #FFF;
}

.button-round:hover {
	text-decoration: none;
}

.education-box {
	max-width: 830px;
	padding:10% 0;
	margin:0 auto;
}

.education-box img {
	max-width: 100%;
}

.education-box .title {
	color: rgb(63, 191, 173);
	font-size: 30px;
	margin: 0 0 30px;
}

.list {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.list li {
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}

.list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background-color: #ea8597;
	border-radius: 50%;
}

.section-02 {
	background: url("../images/section02-bg.jpg") center 30% no-repeat;
	background-size: cover;
	padding: 10% 0 30px;
}


.section-02 .section-box {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px;
	width: 660px;
	margin: 0 80px 0 auto;
	font-size: 18px;
	max-width: 100%;
}

.section-02 .section-box .title {
	margin: 0 0 25px;
	font-size: 30px;
}



.empower-box {
	margin: 0 auto;
	padding: 9% 0 calc(9% - 30px);
	text-align: center;
}
.empower-box .empower-footer{
	margin-top: 40px;
	font-size: 18px;
	font-weight: 600;
}

.section-title {
	color: rgb(234, 134, 151);
	font-size: 30px;
	margin: 0 0 50px;
}
.section-title2 {
	color: #000;
	font-size: 30px;
	margin: 0 0 50px;
}

.iconbox-row{
	justify-content: center;
	text-align: center;
}
.iconbox-row > div{
	border-right: 1px dashed #000;
	margin-bottom: 30px;
}
.iconbox-row > div:last-child{
	border: none;
}

.color-01 { color: #abc6ca;}

.color-02 { color: #eb8597;}

.color-03 { color: #bce093;}

.color-04 { color: #35bfae;}

.color-05 { color: #c0d5c5;}

.iconbox {
	font-size: 16px;
    padding: 0px 15px;
}
.iconbox .title{
	font-size: 18px;
	font-weight: 400;
}
.iconbox p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {

	.iconbox-row > div{
		border-right: none;
	}
}




.saying-box{
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
	font-size: 18px;
	padding: 30px 0;
}
.saying-box .title{
	font-size: 30px;
	font-weight: 400;
	margin: 20px 0 0;
}

.footer-text{
	text-align: center;
	font-size: 30px;
	margin: 0 ;
}

.section-footer{
	background-color: #acc6c9;
	margin-top: 1px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}
.section-footer,
.section-footer a,
.section-footer a:link,
.section-footer a:active,
.section-footer a:visited{
	color: #FFF;
}
.section-footer a:hover{
	color: #FFF;
}
.section-footer .footer-links{
	margin-bottom: 15px;
}
.section-footer .sep{
	padding: 0px 15px;
}
.section-footer .links{
	margin: 0px 15px 0px;
}


.section-meet-banner{
	background: url("../images/section03-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 60px 0 60px;
}

.section-meet-banner .row{
	max-width: 965px;
	margin: 0 auto;
}
.section-meet-banner .title{
	color: #ea8597;
	font-size: 24px;
	margin: 0 0 30px;
}
.section-meet-banner .subtitle{
	margin: 0 0 10px;
	font-size: 30px;
}

.meet-iconbox{
	padding-top: 90px;
}
@media only screen and (max-width: 991px) {

	.iconbox-row.meet-iconbox > div:nth-child(2n){
		border-right: none;
	}
}

.section-04 {
	background: url("../images/section04-bg.jpg") center center no-repeat;
	background-size: cover;
	padding:7% 0 30px;
}


.section-04 .section-box {
	background-color: rgba(255, 255, 255, 0.8);
	padding:40px 30px;
	width: 660px;
	margin: 0 80px 0 0;
	font-size: 17px;
	max-width: 100%;
}

.section-04 .section-box .title {
	margin: 0 0 25px;
	font-size: 30px;
}

.section-04 .button-box{
	text-align: center;
	width: 660px;
	max-width: 100%;
}

.section-about-banner{
	background: url("../images/section05-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 9% 0 9%;
}
.section-about-banner.services_bg{
	background-image: url("../images/services-bg.jpg");
}
.section-about-banner .row{
	align-items: center;
	justify-content: center;
}

.section-about-banner .round-cont{
	width: 288px;
	height: 288px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	background-color: rgba(234,134,151,0.81);
	border-radius: 50%;
}
.section-about-banner small{
	font-weight: 400;
	font-size: 12px;
}

.section-about-banner .banner-left-box{
	background-color: rgba(255,255,255,.8);
	padding: 35px 50px;
	max-width: 500px;
	margin-right: 20px;
	font-size: 20px;
}
.section-about-banner .banner-left-box .title{
	margin: 0 0 15px;
	font-size: 30px;
}
 
@media only screen and (max-width: 991px) {


	.section-about-banner .banner-left-box{
		margin-bottom: 30px;
	}
}



.gotoarticle-box {
	max-width: 830px;
	text-align: center;
	margin: 0 auto;
	font-size: 21px;
	position: relative;
	padding: 7% 0 10px;
}

.gotoarticle-box::before {
    content: "";
    background: url(../images/logo.png) center center no-repeat;
    background-size: cover;
    width: 112px;
    height: 125px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -106px;
}

.gotoarticle-box .title {
	margin: 0 0 25px;
	font-size: 30px;
}


.section-06 {
	background: url("../images/section06-bg.jpg") center center no-repeat;
	background-size: cover;
	padding:30px 0 30px;
}


.section-06 .section-box {
	background-color: rgba(255, 255, 255, 0.8);
	padding:40px 30px;
	width: 660px;
	margin: 0 0px 0 auto;
	font-size: 17px;
	max-width: 100%;
}

.section-06 .section-box .title {
	margin: 0 0 25px;
	font-size: 30px;
	text-align: center;
}

.section-06 .button-box{
	text-align: center;
	width: 660px;
	margin: 0 0px 0 auto;
	max-width: 100%;
}

.section-06 .list02 li{
	font-size: inherit;
}

.list02 {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.list02 li {
	font-size: 18px;
	margin-bottom: 8px;
	position: relative;
	padding-left: 15px;
}

.list02 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background-color: #ea8597;
	border-radius: 50%;
}


.section-07{
	background: url("../images/section07-bg.jpg") center center no-repeat;
	background-size: cover;
	padding:5% 0 5%;
}

.section-07 .section-box {
	background-color: rgba(255, 255, 255, 0.8);
	padding:30px 25px;
	width: 720px;
	max-width: 90%;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
}
.section-07 .title{
	font-size: 30px;
	margin: 0 0 30px;
}




.faq-top-title{
	font-size: 30px;
	text-align: center;
	padding: 8% 0 30px;
}

.faq-infobox{
	background-color: rgba(192,213,197,0.8);
	width: 550px;
	margin: 0 auto 30px;
	padding: 30px 30px 20px;
	max-width: 100%;
}
.faq-infobox .title{
	text-align: center;
	font-size: 24px;
	margin: 0 0 30px;
}

.list03 {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.list03 li {
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}

.list03 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background-color: #43beac;
	border-radius: 50%;
}


.faq-box::before{
	content: "";
	background: url("../images/logo.png") center center no-repeat;
	background-size: cover;
	width: 65px;
	height: 74px;
	display: block;
	margin: 0 auto 20px;
}

.faq-box{
	text-align: center;
	margin: 0 auto 30px;
	max-width: 1000px;
}
.faq-box .title{
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 15px;
	color: #ea8597;
}

.faq-box .title.color-2{
	color: #acc6c9;
}

.section-contact-banner{
	background: url("../images/contact-banner.jpg") center center no-repeat;
	background-size: cover;
	padding:10% 0 10%;
	margin-bottom: 90px;

}

.section-contact-banner .row{
	justify-content: center;
	align-items: center;
}
.section-contact-banner .banner-left-box{
	background-color: rgba(255,255,255,.7);
	padding: 45px;
	max-width: 370px;
	margin-right: 60px;
	margin-bottom: 30px;
}
.section-contact-banner .banner-left-box .title{
	font-size: 30px;
	margin: 0 0 15px;
}
.section-contact-banner .banner-left-box .info{
	font-size: 30px;
	color: rgb(63,191,173);
	font-style: italic;
}
.section-contact-banner .container-img img{
	border-radius: 100px;
}
@media (max-width: 767px) {
	.section-contact-banner .banner-left-box{
		margin-right: 0;
	}
}
.contact-info {
	font-size: 18px;
	color: rgb(63,191,173);
	margin-bottom: 20px;
}
.contact-info .title{
	margin: 0 0 20px;
	font-size: 18px;
	color:#000;
}




.ctct-popup-inner .ctct-form-defaults{
	background-color: #cbdbd0 !important;
}
.ctct-popup-inner .ctct-form-defaults .ctct-form-header{
	color: #000 !important;
}
.ctct-popup-content div.ctct-form-popup form.ctct-form-custom button.ctct-form-button{
	color: #fff !important;
	background-color:rgb(234, 134, 151) !important;
	border-color: rgb(234, 134, 151) !important;
	transition: all ease-in 300ms !important;
	opacity: 1;
}
.ctct-popup-content div.ctct-form-popup form.ctct-form-custom button.ctct-form-button:hover{
	opacity: 0.8;
}