﻿@font-face {
	font-family: 'Gotham HTF';
	src: url("../fonts/gotham/GothamHTF-BookItalic.eot");
	src: url("../fonts/gotham/GothamHTF-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamHTF-BookItalic.woff2") format("woff2"), url("../fonts/gotham/GothamHTF-BookItalic.woff") format("woff"), url("../fonts/gotham/GothamHTF-BookItalic.ttf") format("truetype"), url("../fonts/gotham/GothamHTF-BookItalic.svg#GothamHTF-BookItalic") format("svg");
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Gotham HTF';
	src: url("../fonts/gotham/GothamHTF-Book.eot");
	src: url("../fonts/gotham/GothamHTF-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamHTF-Book.woff2") format("woff2"), url("../fonts/gotham/GothamHTF-Book.woff") format("woff"), url("../fonts/gotham/GothamHTF-Book.ttf") format("truetype"), url("../fonts/gotham/GothamHTF-Book.svg#GothamHTF-Book") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Gotham HTF';
	src: url("../fonts/gotham/GothamHTF-Medium.eot");
	src: url("../fonts/gotham/GothamHTF-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamHTF-Medium.woff2") format("woff2"), url("../fonts/gotham/GothamHTF-Medium.woff") format("woff"), url("../fonts/gotham/GothamHTF-Medium.ttf") format("truetype"), url("../fonts/gotham/GothamHTF-Medium.svg#GothamHTF-Medium") format("svg");
	font-weight: 500;
	font-style: normal
}

*,
*:after,
*:before {
	box-sizing: border-box
}

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box
}

html,
body {
	overflow-x: hidden;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #40404B;
	font-weight: 300
}

html {
	font-size: 14px
}

@media (max-width: 767px) {
	html {
		font-size: 14px
	}
}

body {
	font-family: "Gotham HTF", sans-serif;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	z-index: 1000
}

@media (max-width: 767px) {
	body {
		font-size: 14px
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	color: #763E6D;
	font-weight: 500;
	margin: 0px;
	padding: 0px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	text-transform: none
}

h1.with-icon,
h2.with-icon,
h3.with-icon,
h4.with-icon,
h5.with-icon,
h6.with-icon {
	margin-top: 18px
}

h1.with-icon .icon,
h2.with-icon .icon,
h3.with-icon .icon,
h4.with-icon .icon,
h5.with-icon .icon,
h6.with-icon .icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-top: -3px;
	margin-right: 6px
}

h1 .underline,
h2 .underline,
h3 .underline,
h4 .underline,
h5 .underline,
h6 .underline {
	display: inline-block;
	position: relative;
	margin-bottom: 15px
}

h1 .underline:after,
h2 .underline:after,
h3 .underline:after,
h4 .underline:after,
h5 .underline:after,
h6 .underline:after {
	content: ' ';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: #55C5CF
}

h1 {
	
	color: #763E6D;
	font-size: 39px;
	line-height: 45px;
	padding-top: 3px;
	margin-bottom: 15px
}

h2 {
	
	font-size: 21px;
	line-height: 36px;
	padding-top: 13px;
	margin-bottom: 15px
}

h3 {
	font-size: 21px;
	line-height: 30px;
	padding-top: 6px;
	text-transform: none;
	margin-bottom: 15px
}

h4 {
	font-size: 18px;
	line-height: 27px;
	padding-top: 12px;
	text-transform: none;
	margin-bottom: 15px
}

h5 {
	font-size: 16px;
	line-height: 24px;
	padding-top: 9px;
	text-transform: none;
	margin-bottom: 14px
}

h6 {
	font-size: 14px;
	line-height: 24px;
	padding-top: 9px;
	text-transform: none;
	margin-bottom: 15px
}

p {
	margin-bottom: 15px
}

p.intro-text {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300
}

a {
	color: #763E6D;
	text-decoration: none
}

a:hover {
	color: #62335a
}

ul,
ol {
	padding-left: 15px
}

ul.normal {
	list-style-type: none;
	font-size: 1em;
	font-weight: 300;
	padding: 0px;
	padding-top: 10px;
	margin-bottom: 16px
}

ul.normal>li {
	display: block;
	position: relative;
	padding-left: 24px;
	margin-bottom: 6px;
	line-height: inherit
}

ul.normal>li:before {
	content: '•';
	display: inline-block;
	color: #32323a;
	position: absolute;
	left: 0px
}

ul.normal.two-col {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2
}

@media (max-width: 479px) {
	ul.normal.two-col {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

ol.normal {
	list-style-type: decimal;
	font-size: 1em;
	font-weight: 300;
	padding: 0px;
	padding-top: 10px;
	margin-bottom: 16px;
	padding-left: 15px
}

ol.normal>li {
	position: relative;
	padding-left: 0px;
	margin-bottom: 6px;
	line-height: inherit
}

ol.normal.two-col {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2
}

@media (max-width: 479px) {
	ol.normal.two-col {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 44px
}

iframe[name='google_conversion_frame'] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left
}

.youtube-iframe {
	margin: 25px 0
}

strong {
	font-weight: 500
}

.icon {
	display: inline-block;
	vertical-align: middle
}

section {
	padding: 60px 0px 57px;
	overflow: hidden
}

@media (max-width: 767px) {
	section {
		padding: 30px 15px
	}
}

.narrow {
	max-width: 800px;
	margin: 0 auto 30px
}

#main {
	padding: 0
}

.seperator {
	margin: 45px 0
}

.seperator.medium {
	margin: 30px 0
}

.seperator.small {
	margin: 15px 0
}

.inline-block {
	display: inline-block
}

.text-align-center {
	text-align: center
}

.text-align-left {
	text-align: left
}

.text-align-right {
	text-align: right
}

.text-align-justify {
	text-align: justify
}

@media (max-width: 540px) {
	.text-align-justify.justify-wide {
		text-align: left
	}
}

.margin-0 {
	margin: 0 !important
}

.margin-top-45 {
	margin-top: 45px
}

.margin-top-30 {
	margin-top: 30px
}

.margin-top-20 {
	margin-top: 20px
}

.margin-top-15 {
	margin-top: 15px
}

.margin-top-10 {
	margin-top: 10px
}

.margin-top-0 {
	margin-top: 0px
}

.margin-0 {
	margin: 0 !important
}

.margin-bottom-30 {
	margin-bottom: 30px
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.margin-bottom-15 {
	margin-bottom: 15px
}

.margin-bottom-10 {
	margin-bottom: 10px
}

.margin-bottom-0 {
	margin-bottom: 0px
}

.padding-0 {
	padding: 0px !important
}

.padding-top-30 {
	padding-top: 30px
}

.padding-top-20 {
	padding-top: 20px
}

.padding-top-15 {
	padding-top: 15px
}

.padding-top-10 {
	padding-top: 10px
}

.padding-top-0 {
	padding-top: 0px
}

.padding-bottom-30 {
	padding-bottom: 30px
}

.padding-bottom-20 {
	padding-bottom: 20px
}

.padding-bottom-15 {
	padding-bottom: 15px
}

.padding-bottom-10 {
	padding-bottom: 10px
}

.padding-bottom-0 {
	padding-bottom: 0px !important
}

.width-80-desktop-block {
	display: block;
	margin: 0 auto
}

@media (min-width: 768px) {
	.width-80-desktop-block {
		max-width: 80%
	}
}

.width-80-desktop {
	display: block
}

@media (min-width: 768px) {
	.width-80-desktop {
		max-width: 80%
	}
}

.full {
	float: left;
	width: 100%
}

.half {
	float: left;
	width: 50%
}

@media (max-width: 540px) {
	.half {
		width: 100%
	}
}

.third {
	float: left;
	width: 33.333333%
}

@media (max-width: 540px) {
	.third {
		width: 100%
	}
}

@media (max-width: 599px) {
	#mqCheck-600 {
		display: none
	}
}

@media (max-width: 499px) {
	#mqCheck-500 {
		display: none
	}
}

@media (max-width: 767px) {
	#mqCheck-767 {
		display: none
	}
}

@media (max-width: 991px) {
	#mqCheck-991 {
		display: none
	}
}

@media (max-width: 1169px) {
	#mqCheck-1169 {
		display: none
	}
}

@media (max-width: 1199px) {
	#mqCheck-1199 {
		display: none
	}
}

.two-column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2
}

@media (max-width: 359px) {
	.two-column {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

html {
	background: #fff
}

body {
	max-width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	min-height: 100vh
}

body.modal-open {
	padding-right: 0px !important
}

body .body-lines {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1
}

body .body-lines .line {
	display: block;
	position: absolute;
	height: 100%;
	width: 20%;
	border-right: 1px solid #f4f2f9
}

body .body-lines .line.one {
	left: 0%
}

body .body-lines .line.two {
	left: 20%
}

body .body-lines .line.three {
	left: 40%
}

body .body-lines .line.four {
	left: 60%
}

body .body-lines .line.five {
	left: 80%
}

@media (max-width: 767px) {
	body .body-lines .line {
		width: 33.333333%
	}
	body .body-lines .line.two {
		left: 33.333333%
	}
	body .body-lines .line.three {
		display: none
	}
	body .body-lines .line.four {
		display: none
	}
}

#main-header {
	background: #F1F6FA;
	padding: 15px 0px;
	-moz-box-shadow: 0px 3px 3px #ECEBE8;
	-webkit-box-shadow: 0px 3px 3px #ECEBE8;
	box-shadow: 0px 3px 3px #ECEBE8
}

#main-header.on-home {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100
}

@media (max-width: 767px) {
	#main-header {
		padding: 15px
	}
}

#main-header #main-logo {
	display: inline-block;
	width: 150px;
	margin-left: -3px
}

#main-header #main-logo img {
	width: 100%
}

#main-header #menu-dropdown {
	display: none;
	width: 34px;
	height: 34px;
	text-align: center;
	float: right;
	margin-top: 21px;
	margin-left: 15px;
	margin-right: -12px
}

#main-header #menu-dropdown #menu-toggle {
	margin: 0px;
	padding: 0px;
	width: 34px;
	height: 34px;
	background: none !important;
	border-color: none !important;
	color: #763E6D;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px;
	border-radius: 6px !important;
	outline: none !important
}

#main-header #menu-dropdown #menu-toggle:hover,
#main-header #menu-dropdown #menu-toggle:active,
#main-header #menu-dropdown #menu-toggle:focus {
	background: none !important;
	border-color: none !important
}

#main-header #menu-dropdown #menu-toggle:hover.open,
#main-header #menu-dropdown #menu-toggle:active.open,
#main-header #menu-dropdown #menu-toggle:focus.open {
	color: #298890
}

@media (max-width: 991px) {
	#main-header #menu-dropdown {
		display: block
	}
}

#main-header #menu-dropdown .dropdown-menu {
	left: initial;
	right: 0px;
	margin-top: 9px;
	width: 222px
}

#main-header #menu-dropdown .dropdown-menu>li {
	font-size: 13px;
	text-transform: none;
	border-bottom: 1px solid #FAF9FC;
	padding: 6px 15px;
	color: #5B5865;
	background: none !important;
	font-weight: normal
}

#main-header #menu-dropdown .dropdown-menu>li>a {
	font-size: 13px;
	background: none !important;
	padding: 0px
}

#main-header #menu-dropdown .dropdown-menu>li>a:hover {
	color: #763E6D
}

#main-header #menu-dropdown .dropdown-menu>li.active>a {
	color: #fff;
	background: #763E6D
}

#main-header #menu-dropdown .dropdown-menu .dropdown {
	position: relative
}

#main-header #menu-dropdown .dropdown-menu .dropdown .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	border: 0;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

#main-header #menu-dropdown .dropdown-menu .dropdown .dropdown-menu>li {
	border: none
}

#main-header #menu-dropdown .dropdown-menu .dropdown .dropdown-menu>li.active {
	color: #763E6D
}

#main-header #menu-dropdown .dropdown-menu .dropdown .dropdown-menu>li.active>a {
	color: #763E6D
}

#main-header #main-cta {
	display: block;
	float: right;
	margin-top: 26px;
	color: #763E6D;
	font-size: 18px;
	font-weight: 500;
}

#main-header #main-cta img {
	display: inline-block;
	float: left;
	margin-right: 6px;
	width: 32px;
	margin-top: -5px
}

#main-header #main-nav {
	display: block;
	float: right;
	text-align: right;
	margin: 0px auto;
	color: #fff;
	padding: 30px 15px 0px
}

#main-header #main-nav nav>ul>li {
	display: inline-block;
	color: #2D2B35;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	padding: 0px 9px;
	line-height: 1;
	text-decoration: none !important;
	outline: none !important;
	position: relative
}

#main-header #main-nav nav>ul>li:hover {
	color: #763E6D;
	cursor: pointer
}

#main-header #main-nav nav>ul>li:hover>a {
	color: #763E6D
}

#main-header #main-nav nav>ul>li>a {
	display: inline-block;
	color: #2D2B35;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none !important;
	outline: none !important
}

#main-header #main-nav nav>ul>li>a.active {
	color: #763E6D;
	font-weight: 500
}

#main-header #main-nav nav>ul>li.active {
	color: #763E6D;
	font-weight: 500
}

#main-header #main-nav nav>ul>li.active a {
	color: #763E6D;
	font-weight: 500
}

#main-header #main-nav nav>ul>li.open {
	color: #763E6D
}

#main-header #main-nav nav>ul>li.open>a {
	color: #763E6D
}

#main-header #main-nav nav>ul .dropdown-menu {
	left: 9px;
	min-width: 100%;
	margin-top: 9px
}

#main-header #main-nav nav>ul .dropdown-menu>li {
	color: #5B5865;
	padding: 0px 15px
}

#main-header #main-nav nav>ul .dropdown-menu>li>a {
	font-size: 13px;
	text-transform: none;
	border-bottom: 1px solid #FAF9FC;
	padding: 6px 3px;
	color: #5B5865;
	background: none !important;
	font-weight: normal
}

#main-header #main-nav nav>ul .dropdown-menu>li>a:hover {
	color: #763E6D;
	background: none !important
}

#main-header #main-nav nav>ul .dropdown-menu>li.active>a {
	color: #763E6D;
	font-weight: 500
}

#main-header #main-nav nav>ul .dropdown-menu>li:last-child a {
	border: none
}

@media (max-width: 991px) {
	#main-header #main-nav {
		display: none
	}
}

@media (max-width: 449px) {
	#main-header #main-logo {
		width: 120px
	}
	#main-header #main-cta {
		margin-top: 23px;
		font-size: 15px
	}
	#main-header #main-cta img {
		display: none
	}
	#main-header #menu-dropdown {
		margin-top: 12px;
		margin-left: 12px
	}
}

.breadcrumb-nav .breadcrumb {
	background: none;
	padding: 15px 0px;
	font-size: 12px;
	color: #40404B
}

.breadcrumb-nav .breadcrumb>li {
	color: #40404B;
	font-size: inherit
}

.breadcrumb-nav .breadcrumb>li>a {
	color: inherit !important;
	font-size: inherit
}

.breadcrumb-nav .breadcrumb>li.active {
	color: #763E6D
}

.breadcrumb-nav .breadcrumb>li+li:before {
	content: '>'
}

@media (max-width: 767px) {
	.breadcrumb-nav {
		padding-left: 15px;
		padding-right: 15px
	}
}

.hero {
	background: url("../img/banner.png") left center no-repeat;
    background-size: cover;
    min-height:200px;
    color: #fff;
    background-position: 27% 50%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/banner.png',sizingMethod='scale');

	padding: 120px 0px;
	position: relative
}

.hero .splash {
	display: block;
	position: absolute;
	right: 12%;
	width: 45%;
	bottom: 0px;
	top: 0px;
	margin: auto auto;
	z-index: 0
}
@media (max-width: 768px) {
	.hero {
		background-position: 45% 50%;
	}
}  
@media (max-width: 540px) {
	.hero .splash {
		width: 63%;
		opacity: 0.2
	}
}

@media (max-width: 479px) {
	.hero .splash {
		width: 150%;
		top: 0px;
		bottom: initial;
		right: 0px;
		margin-right: -50%;
		opacity: 0.1
	}
}

@media (max-width: 767px) {
	.hero {
		padding: 45px 0px
	}
}

.hero .item {
	display: table;
	width: 100%;
	position: relative
}

.hero .item .wrapper {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px;
	position: relative;
	z-index: 98
}

.hero .title {
	color: #F7FEBA;
	font-family: 'Great Vibes', cursive;
	font-size: 50px;
	text-align: right;
	line-height: 1.2;
	margin: 66px 0px 9px;
	-moz-text-shadow: 2px 2px 6px rgb(56, 56, 56);
    -webkit-text-shadow: 2px 2px 6px rgb(56, 56, 56);
    text-shadow: 2px 2px 6px rgb(56, 56, 56);
}

.hero .intro-text {
	font-size: 21px;
	color: #55C5CF;
	font-weight: 500;
	max-width: 390px;
	line-height: 1.2;
	margin: 0px 0px 30px
}

@media (max-width: 630px) {
	.hero .title {
		font-size: 25px
	}
	.hero .intro-text {
		font-size: 18px;
		line-height: 24px
	}
}

.cta-box {
	margin: 30px 0px 15px
}

.cta-box .wrapper {
	display: inline-block;
	padding: 15px 21px;
	text-align: center;
	position: relative
}

.cta-box .wrapper:before {
	content: ' ';
	display: block;
	width: 9px;
	height: 100%;
	border: 1px solid #89899b;
	border-right: none;
	position: absolute;
	top: 0px;
	left: 0px
}

.cta-box .wrapper:after {
	content: ' ';
	display: block;
	width: 9px;
	height: 100%;
	border: 1px solid #89899b;
	border-left: none;
	position: absolute;
	top: 0px;
	left: initial;
	right: 0px
}

.cta-box .wrapper p {
	margin: 0px 0px 15px;
	font-weight: normal;
	line-height: 1.5
}

footer {
	background: #fff;
	padding: 15px 0px 15px;
	-moz-box-shadow: 0px -3px 3px #ECEBE8;
	-webkit-box-shadow: 0px -3px 3px #ECEBE8;
	box-shadow: 0px -3px 3px #ECEBE8
}

footer.on-home {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 100
}

@media (max-width: 767px) {
	footer {
		padding-left: 15px;
		padding-right: 15px
	}
}

footer .footer-links {
	margin: 0px
}

footer .footer-links>li {
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px
}

footer .footer-links>li:after {
	content: '|';
	padding-left: 9px;
	padding-right: 6px
}

footer .footer-links>li:last-child:after {
	content: '';
	padding: 0px
}

footer .footer-links.social>li {
	color: #2D2B35
	color: #2D2B35;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.2em;
}

footer .footer-links.social>li>a {
	margin-right: 6px
	margin-right: 6px;
    width: 20px;
    padding: 5px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000000a8;
    display: inline-flex;
}

footer .footer-links.social>li>a:last-child {
	margin: 0px
}

@media (min-width: 768px) {
	footer .social-half {
		text-align: right
	}
}
@media (max-width: 480px) {
	footer {
	    padding: 15px 0px 50px;
	}
}
@media (max-width: 767px) {
	#splashAnchor {
		display: none
	}
}

#splashAnchor #splashDip {
	height: 0px;
	margin: 0px;
	padding: 0px
}

#splashAnchor #splashWrapper {
	position: absolute;
	width: 100%
}

#splashAnchor #splashWrapper img {
	width: 100%;
	margin-top: 30px
}

@media (max-width: 991px) {
	#splashAnchor #splashWrapper img {
		width: 200%;
		margin-left: -50%;
		opacity: 0.2
	}
}

@media (min-width: 768px) {
	#splashAnchor #splashWrapper.fixed {
		position: fixed;
		margin: 0;
		top: 30px
	}
}

.home-slider-sec {
	padding: 0px
}

.home-slider-sec .home-slider-container {
	position: relative
}

.home-slider-sec .home-slider-container .home-slider .item {
	height: 100vh;
	padding-bottom: 84px;
	display: table;
	width: 100%;
	position: relative;
	padding-top: 96px;
	padding-bottom: 54px
}
.info-section{
	/*background: #763E6D url("../img/purple-pattern.png") repeat;*/
	background: #F1F6FA;
	padding: 30px 20px;
}
.info-section p{
	color:#763E6D ;
}
.info-content{
	color: #763E6D;
	/*font-size: 14px;*/
	
}

@media (max-width: 480px) {
	.home-slider-sec .home-slider-container .home-slider .item {
		min-height: 600px
	}
	.hero:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #00000069;

	}
}


.home-slider-sec .home-slider-container .home-slider .item .info-box {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px;
	position: relative;
	z-index: 98
}

.home-slider-sec .home-slider-container .home-slider .item .info-box .title {
	display: block;
	font-size: 30px;
	line-height: 1.2;
	max-width: 600px
}

.home-slider-sec .home-slider-container .home-slider .item .info-box .intro-text {
	max-width: 540px;
	margin-bottom: 24px
}

@media (max-width: 630px) {
	.home-slider-sec .home-slider-container .home-slider .item .info-box .title {
		font-size: 24px
	}
	.home-slider-sec .home-slider-container .home-slider .item .info-box .intro-text {
		font-size: 15px;
		line-height: 24px
	}
}

.home-slider-sec .home-slider-container .home-slider .item .info-box .container {
	position: relative
}

.home-slider-sec .home-slider-container .home-slider .item .info-box .home-splash {
	position: absolute;
	width: 50%;
	bottom: 24px;
	right: 0px
}

.home-slider-sec .home-slider-container .home-slider .slick-dots {
	display: block;
	text-align: left;
	position: absolute;
	bottom: 108px;
	left: 0px;
	right: 0px;
	margin: auto auto;
	padding: 0px 15px
}

@media (min-width: 768px) {
	.home-slider-sec .home-slider-container .home-slider .slick-dots {
		width: 750px
	}
}

@media (min-width: 992px) {
	.home-slider-sec .home-slider-container .home-slider .slick-dots {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.home-slider-sec .home-slider-container .home-slider .slick-dots {
		width: 1170px
	}
}

@media (max-width: 767px) {
	.home-slider-sec .home-slider-container .home-slider .slick-dots {
		padding: 0px 30px
	}
}

section.blue-sec {
	background: #C6ECEF;
	color: #763E6D
}

section.purple-sec {
	background: #763E6D;
	background: #763E6D url("../img/purple-pattern.png") repeat;
	background-size: 1000px;
	color: #fff
}

section.purple-sec h1,
section.purple-sec h2,
section.purple-sec h3,
section.purple-sec h4,
section.purple-sec h5,
section.purple-sec h6,
section.purple-sec p {
	color: #fff
}

section.white-sec {
	background: #fff;
	color: #763E6D
}

.program-grid {
	margin: 24px 0px 15px
}

.program-grid .item {
	display: block;
	float: left;
	width: 25%;
	padding: 7px 7px 15px
}

@media (max-width: 991px) {
	.program-grid .item {
		width: 25%
	}
}

@media (max-width: 689px) {
	.program-grid .item {
		width: 33.333333%
	}
}

@media (max-width: 540px) {
	.program-grid .item {
		width: 50%
	}
}

.program-grid .item .wrapper img {
	width: 60px;
	height: 60px;
	margin: 0px 0px 9px
}

.program-grid .item .wrapper .title {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #763E6D;
	margin: 0px;
	padding: 0px;
	line-height: 1.3
}

@media (min-width: 768px) {
	.address-box {
		float: left
	}
}

@media (min-width: 768px) {
	.address-box.right {
		float: right
	}
}

.usp-grid {
	display: block;
	margin: 0px auto 30px;
	max-width: 660px
}

.usp-grid .item {
	display: block;
	float: left;
	width: 33.333333%;
	padding: 15px;
	color: #fff
}

.usp-grid .item .wrapper {
	display: block;
	position: relative;
	padding-left: 24px;
	text-align: left
}

.usp-grid .item .wrapper .tick {
	display: block;
	position: absolute;
	width: 18px;
	left: 0px;
	top: 1px
}

.usp-grid .item .wrapper .title {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	padding: 0px;
	margin: 0px
}

@media (max-width: 660px) {
	.usp-grid .item {
		width: 100%
	}
}

.btn {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-family: "Gotham HTF", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	outline: none !important
}

.btn.btn-cta {
	background: #55C5CF;
    color: #fff;
    font-weight: 600;
    line-height: 27px;
    font-size: 15px;
    font-style: italic;
    -moz-box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 8px 16px -6px rgba(0, 0, 0, 0.47);
}

.btn.btn-wide {
	padding-left: 30px;
	padding-right: 30px
}
.btn-sticky{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
@media (max-width: 480px) {
	.btn-sticky{
		display: block;
	}
}

.modal-title {
	font-weight: 500 !important;
	padding: 0px
}

.form-control {
	line-height: 30px;
	margin: 15px 0px 0px;
	height: 36px;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B1B1B1;
	border-color: #dedcd7 !important;
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-group label.error,
.form-group label.cust-error {
	color: #8b0000;
	font-size: 12px;
	padding: 3px;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400
}

.intl-tel-input {
	display: block;
	position: relaitve
}

.intl-tel-input .selected-flag {
	height: auto;
	top: 17px
}

.slick-dots {
	text-align: center;
	padding: 0;
	margin-bottom: 15px
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:before,
.slick-dots li button::before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0px;
	left: 0px;
	margin: auto auto;
	width: 12px;
	height: 12px;
	background: url('../img/rgbapng/763e6d7f-5.png?1527663885');
	background: rgba(118, 62, 109, 0.5);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button::before {
	width: 12px;
	height: 12px;
	-moz-box-shadow: 0px 0px 0px 3px #b5a2b7;
	-webkit-box-shadow: 0px 0px 0px 3px #b5a2b7;
	box-shadow: 0px 0px 0px 3px #b5a2b7;
	background: url('../img/rgbapng/763e6de5-5.png?1527663954');
	background: rgba(118, 62, 109, 0.9)
}

.list {
	padding-left: 15px
}

.list>li {
	padding-left: 9px
}

input[type=checkbox],
input[type=radio] {
	margin-right: 6px
}
COPY TO CLIPBOARD	 SELECT ALL