.fonts {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Quicksand', sans-serif;
	font-family: 'Great Vibes', cursive;
}

.GreatVibesFont {
	/* font-family: 'Great Vibes', cursive; */
	text-transform: none;
	font-weight: bold;
}

.container h4.GreatVibesFont {
	font-family: 'Great Vibes', cursive;
	text-transform: none;
	font-weight: 400;
	font-size: 35px;
}

.font50 {
	font-size: 50px
}

body {
	font-family: Quicksand, sans-serif;
	line-height: 1.5;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}

h1,
h2,
h3 {
	font-family: 'Quicksand', sans-serif;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden
}

::selection {
	background: #de0c0b;
	color: #fff;
	text-shadow: none
}

::-moz-selection {
	background: #0054a5;
	color: #fff;
	text-shadow: none
}

::-webkit-selection {
	background: #0054a5;
	color: #fff;
	text-shadow: none
}

:active,
:focus {
	outline: 0 !important
}

a {
	text-decoration: none !important;
	color: #050a90;
}

a:hover {
	color: #222
}

a img {
	border: none
}

img {
	max-width: 100%;
}

iframe {
	border: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px
}

h5,
h6 {
	margin-bottom: 20px
}

h1 {
	font-size: 23px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

h4 {
	font-weight: 600
}

h5,
h6 {
	font-weight: 700
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 15px
}

header#header.sticky-header div#logo {
	/* margin: 0; */
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 142px;
	padding: 5px;
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	max-width: 270px;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 10px;
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.dropdown-menu li {
	position: relative
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 600;
	line-height: 1.42857143;
	color: #000000;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #5c5c5c;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;

	white-space: nowrap
}

.dropdown-menu .dropdown-menu li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 700;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 0px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

address {
	font-style: normal
}

dd,
dl,
dt,
li,
ol,
ul {
	margin: 0;
	padding: 0
}

header#header.sticky-header #logo img {
	/* max-width: 100%; */
}

header#header.sticky-header #primary-menu>ul>li>a {
	/* padding: 16px 0; */
}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #f9f9f9;
	overflow: hidden;
	float: left;
	width: 100%
}

.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden
}

#header {
	position: relative;
	/* background-color: #008bff; */
	z-index: 9;
	float: left;
	width: 100%;
	/* box-shadow: 0 0 4px #727272; */
	/* padding: 0; */
	/* background: url(../images/section.png) center center repeat #afdfe6; */
	/* background: rgba(255, 255, 255, 0.7); */
	box-shadow: none;
	transition: all ease 0.5ms;
	border: 0;
}

#header.transparent-header {
	background: 0 0;
	border-bottom: none;
	z-index: 199
}

#header.semi-transparent {
	background-color: rgba(255, 255, 255, .8)
}

#header.transparent-header.floating-header {
	margin-top: 60px
}

#header.transparent-header.floating-header .container {
	width: 1220px;
	background-color: #fff;
	padding: 0 40px;
	border-radius: 2px
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px
}

#header.transparent-header+#google-map,
#header.transparent-header+#page-title.page-title-parallax,
#header.transparent-header+#slider,
#slider+#header.transparent-header {
	top: -100px;
	margin-bottom: -100px
}

#header.transparent-header.floating-header+#google-map,
#header.transparent-header.floating-header+#slider {
	top: -160px;
	margin-bottom: -160px
}

#header.transparent-header+#page-title.page-title-parallax .container {
	z-index: 5;
	padding-top: 100px
}

#header.transparent-header.full-header #header-wrap {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#slider+#header.transparent-header.full-header #header-wrap {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: none
}

#primary-menu {
	float: right;
	width: 100%;
	background: 0 0;
	border: 0
}

#primary-menu ul.mobile-primary-menu {
	display: none
}

#header.full-header #primary-menu>ul {
	float: none;
	width: 100%;
	display: flex
}

#header.transparent-header.full-header #primary-menu>ul {
	border-right-color: rgba(0, 0, 0, .1)
}

#page-submenu-trigger,
#primary-menu-trigger {
	opacity: 0;
	/* pointer-events: none; */
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: auto;
	height: auto;
	line-height: normal;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

#primary-menu ul {
	list-style: none;
	margin: auto;
	white-space: nowrap;
	border-radius: 0 0 4px 4px;
}

#primary-menu>ul {
	float: left;
	width: 100%;
	text-align: center
}

#primary-menu ul li {
	position: relative
}

#primary-menu ul li.mega-menu {
	position: inherit
}

#primary-menu>ul>li {
	float: none;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	flex: 1 0 auto
}

#primary-menu>ul>li:first-child {
	margin-left: 0;
	border-left: 0
}

#primary-menu>ul>li:last-child {
	border-right: 0
}

#primary-menu ul li>a {
	transition: all ease .5s;
	display: block;
	line-height: normal;
	padding: 10px 10px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	margin: 0 2px;
	color: #000000;
	border-radius: 2px;
	border: 1px solid transparent;
	/* display: none; */
}

#primary-menu ul li>a i {
	position: relative;
	top: -1px;
	font-size: 14px;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top
}

#primary-menu ul li>a i.icon-angle-down:last-child {
	font-size: 12px;
	margin: 0 0 0 5px
}

#primary-menu>ul>li.current>a,
#primary-menu>ul>li:hover>a {
	/* background: #009603 !important; */
	color: #ffffff;
	border-color: #009603;
}

body.no-superfish #primary-menu li:hover>.mega-menu-content,
body.no-superfish #primary-menu li:hover>ul:not(.mega-menu-column) {
	display: block
}

#primary-menu ul li .mega-menu-content.menu-pos-invert,
#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column) {
	left: auto;
	right: 0
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
	right: 218px
}

#primary-menu ul ul li {
	float: none;
	margin: 0;
	text-align: left
}

#primary-menu ul ul li:first-child {
	border-top: 0
}

#primary-menu ul ul li>a {
	font-weight: 600;
	color: #000;
	padding: 9px 10px;
	border: 0;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space: nowrap;
	margin: 0;
	border: 1px solid transparent;
}

#primary-menu ul ul li>a i {
	vertical-align: middle
}

#primary-menu ul ul li:hover>a {
	background: #009603;
	color: #fff;
	border-color: #009603;
}

#header,
#header-wrap,
#logo img {
	height: auto;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

#logo img {
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
	max-width: 100%;
	border-radius: 0;
	/* border: 4px solid #fff; */
	/* box-shadow: 0 0 5px #606060; */
	max-height: 165px;
	width: auto;
}

.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden
}

.full-screen .swiper_wrapper {
	height: auto
}

.swiper_wrapper .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 100% !important
}

.swiper-slide [data-caption-animate] {
	-webkit-backface-visibility: hidden
}

.section .video-wrap,
.section .yt-bg-player,
.swiper-slide .video-wrap,
.swiper-slide .yt-bg-player {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0
}

#slider .container {
	position: relative;
	height: 100%
}

#slider.canvas-slider .swiper-slide img {
	width: 100%
}

#slider.canvas-slider a {
	display: block;
	height: 100%
}

.swiper-pagination {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 20px !important;
	text-align: center;
	line-height: 1;
	margin-top: 20px;
	z-index: 1
}

.swiper-pagination span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#slider .owl-next,
#slider .owl-prev,
#slider-arrow-left,
#slider-arrow-right,
.camera_next,
.camera_prev,
.flex-next,
.flex-prev,
.nivo-nextNav,
.nivo-prevNav,
.slider-arrow-bottom-sm,
.slider-arrow-top-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -26px;
	background-color: rgba(0, 0, 0, .3);
	width: 45px;
	height: 45px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}

.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover {
	background-color: #68d321 !important;
	color: #fff
}

#slider .owl-next,
#slider .owl-prev {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}

#slider .owl-next,
#slider-arrow-right,
.camera_next,
.flex-next,
.nivo-nextNav {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px
}

#slider .owl-next i,
#slider .owl-prev i,
#slider-arrow-left i,
#slider-arrow-right i,
.camera_next i,
.camera_prev i,
.flex-next i,
.flex-prev i,
.nivo-nextNav i,
.nivo-prevNav i,
.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i {
	line-height: 45px;
	width: 40px;
	height: 40px;
	color: #ddd;
	color: rgba(255, 255, 255, .8);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	font-size: 34px;
	text-align: center;
	margin-left: 0;
}

.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	color: #fff
}

.flex-prev i {
	margin-left: 9px
}


a:focus,
button:focus,
input[type=submit]:focus {
	outline: 0;
	text-decoration: none
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: 1em !important
}

.m-2 {
	margin: 2em !important
}

.m-3 {
	margin: 3em !important
}

.m-4 {
	margin: 4em !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: 1em !important
}

.mt-2 {
	margin-top: 2em !important
}

.mt-3 {
	margin-top: 3em !important
}

.mt-4 {
	margin-top: 4em !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: 1em !important
}

.mb-2 {
	margin-bottom: 2em !important
}

.mb-3 {
	margin-bottom: 3em !important
}

.mb-4 {
	margin-bottom: 4em !important
}

.ml-0 {
	margin-left: 0 !important
}

.ml-1 {
	margin-left: 1em !important
}

.ml-2 {
	margin-left: 2em !important
}

.ml-3 {
	margin-left: 3em !important
}

.ml-4 {
	margin-left: 4em !important
}

.mr-0 {
	margin-right: 0 !important
}

.mr-1 {
	margin-right: 1em !important
}

.mr-2 {
	margin-right: 2em !important
}

.mr-3 {
	margin-right: 3em !important
}

.mr-4 {
	margin-right: 4em !important
}

.mlr-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mlr-1 {
	margin-right: 1em !important;
	margin-left: 1em !important
}

.mlr-2 {
	margin-right: 2em !important;
	margin-left: 2em !important
}

.mlr-3 {
	margin-right: 3em !important;
	margin-left: 3em !important
}

.mlr-4 {
	margin-right: 4em !important;
	margin-left: 4em !important
}

.mtb-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.mtb-1 {
	margin-top: 1em !important;
	margin-bottom: 1em !important
}

.mtb-2 {
	margin-top: 2em !important;
	margin-bottom: 2em !important
}

.mtb-3 {
	margin-top: 3em !important;
	margin-bottom: 3em !important
}

.mtb-4 {
	margin-top: 4em !important;
	margin-bottom: 4em !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: 1em !important
}

.p-2 {
	padding: 2em !important
}

.p-3 {
	padding: 3em !important
}

.p-4 {
	padding: 4em !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: 1em !important
}

.pt-2 {
	padding-top: 2em !important
}

.pt-3 {
	padding-top: 3em !important
}

.pt-4 {
	padding-top: 4em !important
}

.pt-5 {
	padding-top: 5em !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: 1em !important
}

.pb-2 {
	padding-bottom: 2em !important
}

.pb-3 {
	padding-bottom: 3em !important
}

.pb-4 {
	padding-bottom: 4em !important
}

.pb-5 {
	padding-bottom: 5em !important
}

.pl-0 {
	padding-left: 0 !important
}

.pl-1 {
	padding-left: 1em !important
}

.pl-2 {
	padding-left: 2em !important
}

.pl-3 {
	padding-left: 3em !important
}

.pl-4 {
	padding-left: 4em !important
}

.pr-0 {
	padding-right: 0 !important
}

.pr-1 {
	padding-right: 1em !important
}

.pr-2 {
	padding-right: 2em !important
}

.pr-3 {
	padding-right: 3em !important
}

.pr-4 {
	padding-right: 4em !important
}

.plr-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.plr-1 {
	padding-left: 1em !important;
	padding-right: 1em !important
}

.plr-2 {
	padding-left: 2em !important;
	padding-right: 2em !important
}

.plr-3 {
	padding-left: 3em !important;
	padding-right: 3em !important
}

.plr-4 {
	padding-left: 4em !important;
	padding-right: 4em !important
}

.ptb-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.ptb-1 {
	padding-top: 1em !important;
	padding-bottom: 1em !important
}

.ptb-2 {
	padding-top: 2em !important;
	padding-bottom: 2em !important
}

.ptb-3 {
	padding-top: 3em !important;
	padding-bottom: 3em !important
}

.ptb-4 {
	padding-top: 4em !important;
	padding-bottom: 4em !important
}

#logo img,
.header-extras {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.btn-primary {
	background: #293162
}

.swiper-slide:before {
	content: "";
	background: rgba(0, 0, 0, .3);
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	display: none
}

.btn-white {
	background: #fff;
	color: #000;
	text-decoration: none
}

.btn-white:hover {
	background: #444;
	color: #fff;
	text-decoration: none
}

.btn-red {
	background: #ff3b09;
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #ff3b09;
}

.btn-red:focus,
.btn-red:hover {
	background: #1d1d1b;
	color: #ff3b09;
	text-decoration: none;
	outline: 2px solid #ff3b09;
}

.btn-purple {
	background: #009603;
	color: #fff;
	text-decoration: none;
	border: 1px solid #009603;
}

.btn-purple:hover,
.btn-purple:focus {
	/* background: #fff; */
	color: #ffffff;
	text-decoration: none;
	border-color: #009603;
}

ul.checklist {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.checklist li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #000;
	font-size: 18px;
	list-style-position: inside;

	font-weight: 600;
}

ul.checklist li:before {
	position: absolute;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	top: 5px
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style-position: outside
}

.bold {
	font-weight: 700
}

.textbox.corners ul li {
	color: #fff
}

ul.linklist {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.linklist li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #000;
	font-size: 16px
}

ul.linklist li:before {
	position: absolute;
	content: "\f14c";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	top: 5px
}

a:hover {
	color: #010101
}

.text-orange {
	color: #0054a6
}

.pricing-tenure-switcher {
	position: relative
}

#top-header {
	background: #0e4444 !important;
	color: #fff;
	width: 100%;
	text-align: right;
	font-size: 15px;
	letter-spacing: 0;
	overflow: visible;
	position: relative;
	float: right;
	line-height: 28px;
	z-index: 9;
	/* background: url(../images/pt.png) center center repeat; */
	/* border-bottom: 1px solid #161616; */
}

#top-header a {
	color: #fff;
	padding: 2px 12px;
	display: inline-block;
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
	/* border-radius: 2px; */
	letter-spacing: 1px;
}

#top-header a:hover {
	background: #009603;
	color: #fff;
	/* box-shadow: 0px -3px 0px #444; */

}

#testimonials {
	background: #fff;
	padding: 20px 0;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.aboutSection {
	background: #f8f8f8;
	padding: 60px 0;
	float: left;
	width: 100%;
	margin: 60px 0
}

#slider p {
	letter-spacing: 0;
	font-weight: 600;
	color: #000000;
	font-size: 25px;
	margin-top: 4px;
	font-weight: 600;
	letter-spacing: 0;
}

.parallex-image h1,
.parallex-image h4 {
	text-align: center;
	color: #fff;
	font-size: 29px;
	padding: 80px 0;
	text-shadow: -1px 1px 0 #350505;
	font-weight: 700
}

.parallex-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0;
	float: left;
	width: 100%;
	position: relative;
	text-transform: uppercase
}

.parallex-image:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0)
}

.captionBG:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px
}

.captionBG h2,
.captionBG h4,
.captionBG p {
	position: relative;
	z-index: 99
}

.captionBG {
	padding: 20px
}

.aboutpage {
	padding: 60px 0;
	float: left;
	width: 100%
}

.title-block>span {
	display: inline;
	margin-top: 4px;
	color: #0054a6;
	font-weight: 400
}

.bggray {
	background: #f8f8f8 !important
}

.gmaps,
.maps {
	position: relative
}

.maps .fluid-width-video-wrapper {
	height: 350px
}

.maps .fluid-width-video-wrapper iframe {
	position: static;
	height: 100%
}

.gmaps .fluid-width-video-wrapper {
	height: 280px
}

.gmaps .fluid-width-video-wrapper iframe {
	position: static;
	height: 100%
}

.d-block {
	display: block
}

.bg-transparent {
	background-color: transparent !important
}

.gmaps {
	border: 5px solid #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.portfolio-image {
	max-height: 240px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .4);
	border: 5px solid #fff
}

.btn-group-lg>.btn,
.btn-lg {
	border-radius: 2px;
	padding: 10px 26px;
	line-height: 1.42857143;
	font-size: 16px
}

.btn {
	border-radius: 0
}

.btn-dark-blue {
	border: 1px solid #f59a6c;
	padding: 14px 18px;
	background: #f59a6c;
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase
}

.btn-dark-blue:focus,
.btn-dark-blue:hover {
	background: #000;
	border-color: #000;
	color: #fff !important
}

.btn-yellow {
	border: 2px solid #fed138;
	padding: 14px 18px;
	background: #fed138;
	color: #000 !important;
	text-transform: uppercase;
	white-space: normal
}

.btn-yellow:focus,
.btn-yellow:hover {
	background: #fff;
	border-color: #fed138;
	color: #000 !important
}

.btn-green {
	color: #000;
	background: #67d120;
	font-weight: 600;
	text-transform: uppercase
}

.btn-green:hover,
.btn-green:focus {
	border: 2px solid #0e4444;
	color: #fff !important;
	background: #0e4444;
}

.btn-white {
	border: 2px solid #fff;
	background: transparent;
	color: #fff !important;
	font-weight: 400;
	text-transform: uppercase
}

.btn-white:focus,
.btn-white:hover {
	background: #ffffff;
	border-color: #707070;
	color: #000 !important;
}

.btn-black {
	border-radius: 0;
	background: #1d1d1b;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #000;
}

.btn-black:focus,
.btn-black:hover {
	background: #ffffff;
	border-color: #605454;
	color: #000 !important;
}

.btn-black-fill {
	color: #fff;
	background: #333;
	font-weight: 500;
}

.btn-black-fill:focus,
.btn-black-fill:hover {
	color: #fff;
	background: #333;
	font-weight: 500;
}

/* btn red */
.btn-red {
	/* border-radius: 0; */
	/* background: #ff3b09; */
	text-transform: uppercase;
	/* color: #fff; */
}

.btn-red:focus,
.btn-red:hover {
	/* background: #FF3B08; */
	/* border-color: #ff3b09; */
	color: #ffffff !important;
}

.btn-red-fill {
	color: #fff;
	background: #be1f2e;
	font-weight: 500;
}

.btn-red-fill:focus,
.btn-red-fill:hover {
	color: #fff;
	background: #be1f2e;
	font-weight: 500;
}

#slider h4 {
	letter-spacing: 0;
	text-transform: none;
	font-size: 27px;
	color: #000
}

.iframe {
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.iframe iframe {
	position: static !important
}

.iframe .fluid-width-video-wrapper {
	height: 320px !important
}

.shadow img {
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.contacts {
	padding: 0 2%
}

.map-container {
	height: 535px !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	border: 10px solid #fff
}

.sidebar-address {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ccc
}

.sidebar-address h4 {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px
}

.resorses a {
	color: #ea961a;
	display: block
}

div#faqs.resorses {
	line-height: 30px
}

.shadow {
	box-shadow: 0 0 6px rgba(0, 0, 0, .4);
	max-width: 100%;
	height: auto;
	background: #fff;
	/* -webkit-box-shadow: #000 0 35px 30px -30px; */
	/* box-shadow: #000 0 35px 30px -30px; */
	border: 8px solid #fff;
}

.swiper_wrapper {
	height: 600px !important
}

.togglerclose {
	display: none
}

table.table.table-custom tbody a:hover {
	color: #000;
	text-decoration: underline
}

.barfull {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 700;
	padding: 30px 0 20px;
	font-size: 20px;
	color: #fff;
	background: #1f1917;
	position: relative;
	z-index: 99
}

.testimonialspage .line {
	width: 100%;
	float: left;
	margin: 20px 0 !important;
	padding: 0;
	border-top: 1px dashed #ccc
}

.barfull a {
	color: #fff;
	word-break: break-all
}

.swiper-container.swiper-parent.swiper-container-horizontal {
	cursor: pointer !important
}

.owl-stage-outer.owl-height {
	height: auto !important
}

.toggle {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0
}

#content p {
	color: #000;
	font-weight: 400
}

.dark #copyrights a:hover {
	color: #fff
}

.aboutSection {
	padding: 100px 0;
	float: left;
	width: 100%;
	color: #000;
	position: relative;
	background-attachment: fixed;
	background: url(../images/bgroad.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 700
}

.video-wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 300px
}

.video-wrap iframe {
	position: static !important
}

.fluid-width-video-wrapper {
	height: 100%
}

#content .aboutSection .container {
	position: relative;
	z-index: 1
}

.aboutSection h1,
.aboutSection h3,
.aboutSection h4 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 15px
}

#content .aboutSection .container p {
	color: #fff;
	font-size: 20px
}

.text-red {
	color: #862b0a !important
}

.socisl a {
	color: #fff;
	padding: 5px;
	display: inline-block
}

#content {
	float: left;
	width: 100%
}

.socisl a:hover {
	background: #fff;
	color: #000
}

.menubar {
	float: right;
	color: #000;
	position: relative;
	z-index: 999
}

.homeservices .ipost.clearfix {
	border: 1px solid #ccc;
	padding: 5px
}

.servicetown ul {
	margin-bottom: 25px
}

.servicetown p {
	margin-bottom: 5px
}

.blogpagepost h3 {
	font-size: 20px
}

.button.button-full.bggray {
	background: #dadada !important;
	color: #000;
	padding: 20px 11px;
	font-size: 22px;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 600;
	padding: 15px;
	font-size: 25px;
	position: relative;
	z-index: 0;
	background: url(../images/banner.jpg) top right no-repeat;
	background-size: cover;
	border-bottom: 0
}

a.button.button-full.center.tright.bggray h3 {
	color: #000;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px
}

a.button.button-full.center.tright.bggray:hover {
	background: #1e2128 !important;
	color: #fff;
	border-bottom: 1px solid #666
}

a.button.button-full.center.tright.bggray:hover h3 {
	color: #fff
}

.footerbox p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px
}

.gmaps p {
	margin-bottom: 2px
}

.gmaps address {
	margin-bottom: 0
}

.footerbox {
	display: block;
	width: 100%;
	float: left
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #14235e;
	font-size: 26px;
	letter-spacing: 2px;
	margin-bottom: 15px
}

.heading_wrapper {
	margin-top: 30px
}

.heading_wrapper h1 {
	font-size: 25px;
	margin-bottom: 14px
}

.heading_wrapper h3 {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 20px
}

.schoollogo h4 {
	font-size: 15px;
	text-align: center;
	margin: 10px
}

.footer h4 {
	color: #fff;
	margin-bottom: 15px;
	margin-top: 0;
	font-size: 25px
}

.page-title {
	padding: 20px 0;
	font-size: 30px;
	text-align: center;
	background: #eee
}

.page-title h3 {
	font-size: 30px
}

div#logo {
	text-align: left;
	padding: 0;
	background-color: transparent;
	float: left;
	background: 0 0;
	position: static;
	/* z-index: 99999; */
	margin-top: -36px;
	/* background: #ffffff; */
	padding: 5px 0;
	/* border-radius: 50%; */
	/* box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); */
	/* padding: 8px 10px; */
	position: relative;
	z-index: 99;
	/* border: 4px solid #fff; */
	/* border-radius: 50%; */
	/* margin-bottom: 5px; */
	/* transition: all ease .5s; */
	/* -webkit-transition: all ease .5s; */
}

.imagebox {
	float: left
}

.infobox {
	float: left
}

.infobox h4 {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: normal
}

.form-group.mb-1 {
	float: left;
	width: 100%
}

.iteminstruct {
	margin-bottom: 15px
}

.address-title {
	color: #c94220;
	font-size: 16px;
	line-height: 20px;

	font-weight: 600
}

.btn-black.btn-sm,
.btn-gold.btn-sm,
.btn-sm.btn-white {
	/* font-size: 12px; */
	/* padding: 10px!important; */
}

table.table.table-custom tr:nth-child(odd) {
	background: #f9f9f9
}

table.table.table-custom tr td {
	border: 0;
	padding: 10px;
	vertical-align: middle;
	min-width: 125px;
	text-align: left
}

table.table.table-custom {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	box-shadow: 0 0 4px #ccc;
	vertical-align: middle
}

table.table.table-custom tr td a span:hover {
	color: #00f !important
}

.btn-sm {
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.centeralign {
	float: right
}

.slider-caption {
	background: rgb(0 0 0 / 0%);
	padding: 20px;
	border-radius: 0;
	color: #fff
}

.bold {
	font-weight: 700 !important
}

#content p {
	line-height: 1.6;
	font-size: 17px;
	margin-bottom: 10px;
	font-family: Quicksand, sans-serif;
	font-weight: 500;
	/*  */
}

.parallex-section p {
	color: #fff !important;
	font-size: 24px
}

.testimonials-grid li {
	width: 50%;
	padding: 25px;
	height: auto !important
}

.bold {
	font-weight: 700
}

.footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	background-size: cover;
	/* background: #1d1d1b; */
	color: #fff;
	letter-spacing: 1px;
	background: url(../images/pattren.png) center center repeat;
	font-weight: 600;
	border-top: 1px solid #dbdbdb;
	/* box-shadow: 0 0 4px #9d9d9d; */
	/* border-top: 2px solid #d77634; */
	/* box-shadow: 0 0 4px #727272; */
}

h4.hfooter {
	text-align: center;
	color: #ad8772;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	margin-bottom: 20px
}

.ccards {
	margin: 0;
	float: left;
	color: #fff;
}

article#copyrights p {
	margin: 0;

	font-weight: bold;
}

#copyrights {
	font-size: 13px;
	z-index: 999;
	width: 100%;
	float: left;
	margin-top: 30px;
	position: static;
	font-weight: 400;
	padding: 20px 0 0;
	border-top: 1px solid #000000;
	height: auto;
	/* background-image: url(../images/footermount.png); */
	background-position: center bottom;
	background-size: auto;
	background-repeat: repeat-x;
	/* padding-bottom: 195px; */
	/* background: #d77634; */
	padding-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5 {
	letter-spacing: 0;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px
}

.text-red {
	color: #ff3b09 !important;
}

.togglec,
.togglet {
	float: left;
	width: 100%
}

#content .contactsidebar p {
	font-size: 16px
}

.modal-title {
	font-size: 30px
}

.modal-header {
	padding: 5px 15px
}

.modal-header .close {
	margin-top: 8px;
	font-size: 30px;
	margin-top: 8px;
	font-size: 30px;
	opacity: 1
}

ul.social_footer {
	float: left;
	width: 100%;
	list-style: none
}

ul.social_footer li {
	display: inline-block
}

ul.social_footer li a {
	color: #a2a4a4;
	padding: 0 15px 0 0;
	font-size: 20px;
	display: inline-block
}

ul.fnav li:last-child a:after {
	display: none
}

ul.fnav {
	margin: 0;
	padding: 0;
	text-align: left
}

ul.fnav li {
	list-style: none;
	display: block
}

ul.fnav li a {
	color: #fff;
	/* font-size: 15px; */
	padding: 3px 0;
	float: left;
	width: 100%;
	text-transform: capitalize;
	border-left: 0;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

div#logo h1 {
	font-size: 40px;
	color: #1e6da5
}

.slider-caption h1 {
	color: #000000 !important;
	line-height: 40px;
	font-size: 32px;
	letter-spacing: 0;
	text-transform: none;
}

.slider-caption {
	text-align: center;
	position: absolute;
	/* top: 65%; */
	z-index: 20;
	color: #000;
	font-size: 22px;
	font-weight: 300;
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
	/* border: 4px dashed rgba(255, 255, 255, 0.4); */
	/* transform: translateY(-50%); */
	width: auto;
	margin: 0 auto;
	/* max-width: 750px; */
	bottom: 0;
	width: 100%;
}

.slider-caption h2 {
	color: #000000 !important;
	font-size: 34px;
	font-family: 'Great Vibes', cursive;
	text-transform: none;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
	line-height: 30px;
	letter-spacing: 0;
	margin-top: 7px;
}

.slider-caption h3 {
	text-transform: none;
	font-size: 26px;
	color: #000;
	line-height: normal;
	margin: 0;
	font-weight: 500;
}

h3.head3.text-uppercase {
	font-size: 41px
}

.ipost.clearfix {
	text-align: center;
	margin-bottom: 15px;
	/* border: 2px solid #bfbfbf; */
	border-radius: 6px;
	background: #ffe6d5;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	padding: 0;
	overflow: hidden;
	-webkit-box-shadow: rgb(0 0 0 / 65%) 0px 35px 30px -30px;
	box-shadow: rgb(0 0 0 / 65%) 0px 35px 30px -30px;
}

.entry-title h3 {
	margin-bottom: 10px
}

.entry-image {
	width: 100%;
	text-align: center;
	max-height: 230px;
	margin-bottom: 0;
	overflow: hidden
}

.ipost.clearfix:hover img {
	transition: all ease .5s;
	/* transform: scale(1.5); */
}

.entry-image img {
	height: auto;
	width: 100%;
	transition: all ease .5s;
	transform: scale(1)
}

.fcontact a {
	color: #e0dede;
	padding: 10px;
	display: inline-block
}

div#copyrights a {
	color: #f7f7f7
}

.overlay {
	background: rgb(0 0 0 / 70%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

section.section.parallex-section .container {
	position: relative;
	z-index: 0
}

section.section.parallex-section .container h2 {
	color: #fff;
	z-index: 0;
	position: static;
	font-size: 39px;
	margin-bottom: 20px !important
}

.bg-white {
	background: #fff !important
}

.bg-black {
	background: #000 !important
}

.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #ddd;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	margin-bottom: 15px
}

textarea.sm-form-control {
	height: 100px
}

address p {
	font-size: 16px
}

.main-title {
	margin-bottom: 20px
}

.main-title h1 {
	font-size: 34px;

	font-weight: 600;
	letter-spacing: 1px
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

#top-header .container {
	padding: 0;
	color: #050a90;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 100% !important
}

#slider .owl-next,
#slider .owl-prev,
#slider-arrow-left,
#slider-arrow-right,
.camera_next,
.camera_prev,
.flex-next,
.flex-prev,
.nivo-nextNav,
.nivo-prevNav,
.slider-arrow-bottom-sm,
.slider-arrow-top-sm {
	z-index: 1
}

.footer a:hover {
	color: #fb4e7c;
	/* padding-left: 3px; */
	transition: all ease 0.5s;
}

.socialf a {
	line-height: normal;
	font-size: 16px;
	padding: 5px
}

header#header.sticky-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 4px #727272;
	/* background: #1e9900; */
	transition: all ease 0.5ms;
	/* border-top: 2px solid #d77634 !important; */
	/* background: #fff; */
}

.entry-content p {
	font-size: 18px !important;
	letter-spacing: 0
}

.iconset {
	font-size: 75px;
	color: #000;
	overflow: hidden;
}

.ipost.clearfix:hover img {
	transition: all ease 0.5s;
	/* transform: scale(1.5); */
}

.nouse.ipost.clearfix:hover img {
	transition: all ease 0.5s;
	transform: scale(1.5);
}

.entry-content {
	padding: 10px;
	background: #e7edff;
}

.entry-content h3 {
	margin: 15px 0 10px;
	color: #000000;
	letter-spacing: 0;
	font-size: 17px;
	font-weight: bold;
	min-height: auto;
	text-transform: uppercase;
	/* font-family: 'Roboto Condensed', sans-serif; */
}

section#slider2 {
	position: relative;
	width: 100%;
	overflow: hidden
}

p {
	margin-top: 0
}

#primary-menu ul li>a:before {
	left: 0;
	position: absolute;
	bottom: -3px;
	height: 3px;
	transition: all ease .8s;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	right: 0;
	margin: auto;
	content: "";
	background: #050a90;
	display: none;
}

#primary-menu>ul>li:hover>a:before {
	transition: all ease .6s;
	left: 0;
	opacity: 1;
	width: 100%;
	visibility: visible;
	/* left: auto; */
}

#primary-menu ul li>a:after {
	left: 0;
	position: absolute;
	bottom: 0;
	/* background:url(../images/border.png) left bottom no-repeat; */
	/* content: ""; */
	height: 3px;
	transition: all ease .3s;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	/* background: #ffffff; */
	right: 0;
	margin: auto;
}

#primary-menu>ul>li>a:hover:after {
	transition: all ease .8s;
	left: 0;
	opacity: 1;
	width: 100%;
	visibility: visible;
}

div#copyrights p {
	margin: 0
}

.faqs .toggle {
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
	padding: 15px 0;
	cursor: pointer
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta {
	font-size: 20px
}

i.toggle-open.btn.btn-sm.btn-default {
	color: #000
}

.faqs .toggle .togglet i {
	top: 1px;
	font-size: 14px;
}

.faqs .toggle .togglec {
	padding-bottom: 10px
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
	display: none
}

.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 40px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}

.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px
}

.toggle .toggleta {
	font-weight: 700
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
	display: none
}

.toggle .toggleta i.toggle-open {
	display: block
}

.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0;
}

video {
	display: inline-block;
	vertical-align: baseline;
	object-fit: cover
}

.footertop {

	background: #4193dd !important;
	/* padding: 25px 0; */
	text-align: center;
	font-size: 16px;
	color: #fff;
	/* border-bottom: 1px solid #202a32; */
	float: left;
	width: 100%;

	font-weight: 600;
}

article.footertop span.fa {
	color: #fff
}

.footertop h4 {
	font-size: 30px;
	color: #000
}

.footertop a {
	color: #fff
}

.email {
	border-left: 1px solid #ecc7a0;
	border-right: 1px solid #ecc7a0
}

p {
	margin-top: 0
}

.imginst {
	float: right;
	margin: 0 0 14px 15px
}

.well {
	background: #fff9d7;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #efe3a1;
	margin-bottom: 20px
}

img.shadow.imgleft {
	float: left;
	margin: 0 15px 15px 0
}

.testimonials-page ul li {
	list-style: none;
	font-size: 14px;
	border-bottom: 1px dashed #ccc;
	display: block;
	margin: 10px 0;
	float: left;
	width: 100%;
	padding: 10px
}

.testimonials-page ul li p {
	text-align: justify;
	font-size: 14px !important
}

.gmaps .fluid-width-video-wrapper {
	height: 280px
}

.fluid-width-video-wrapper {
	padding: 0 !important
}

.carsbox {
	border: 5px solid #fff;
	box-shadow: 0 0 4px #ccc
}

.desc {
	padding: 10px 0;
	text-align: left;
	font-size: 14px !important
}

.desc p {
	font-size: 14px !important
}

.slider-caption .btn {
	/* padding: 7px 12px; */
	/* font-size: 16px; */
}

h1,
h2 {
	color: #009603;
	text-transform: uppercase;
	font-weight: bold;
}

.footertop.uppergrid {
	background: #1b5b7a;
	color: #fff
}

.text-white {
	color: #fff !important
}

.footertop.uppergrid p {
	color: #fff !important
}

.middlebar {
	border-left: 1px solid #0e394e;
	border-right: 1px solid #0e394e
}

.footer a {
	white-space: 600;
	word-break: break-word;
}

.swiper-container2 .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: #8d8c8c;
	border: 1px solid #ccc
}

.swiper-container2 .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff ! !important
}

.togglenew .toggle.faq {
	background: #ffffff;
	padding: 5px 10px;
	-ms-box-shadow: 0 0 4px #ccc;
	margin: 10px 0;
	float: left;
	width: 100%;
	border: 0;
	/* box-shadow:0 0 13px #000; */
	/* -webkit-box-shadow:0 0 13px #000; */
	border-radius: 5px;
	transition: all ease 0.6s;
}

.togglenew .toggle.faq:hover {
	box-shadow: 0 0 9px #999;
	transition: all ease 0.6s;
}

.togglenew .toggle .togglet,
.togglenew .toggle .toggleta {
	display: inline-block;
	width: 100%
}

span.text-danger.priceorder {
	font-size: 25px;
	font-weight: 700;
	display: block;
	color: green !important
}

.togglenew .toggle .togglet,
.togglenew .toggle .toggleta {
	font-size: 13px
}

.enrollbtn .btn {
	/* padding: 8px 10px!important; */
	/* border-radius: 2px; */
	font-weight: 700;
	/* font-size: 12px!important; */
	line-height: normal !important
}

.enrollbtn {
	text-align: right
}

.enrollbtn p {
	margin: 0
}

.toggle .toggleta .enrollbtn i.toggle-open {
	display: inline-block !important
}

.headfirst {
	font-size: 20px;
	padding-left: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
}

.togglenew .togglet span {
	color: inherit
}

.togglenew .toggle .togglet .enrollbtn i {
	width: auto;
	position: static;
	font-style: normal;
	min-width: 100px
}

.enrollbtn p {
	margin-top: 10px;
	margin-bottom: 0
}

.enrollbtn p.mt-25 {
	margin-top: 23px
}

.toggle.faq.mostpopular {
	border-left: 10px solid #e77539;
	background: #fbe7c9
}

h2 span.price {
	color: #009603;
}

.text-orange {
	color: #ee4645;
}

.enrollbtn .btn {
	/* padding: 8px 10px!important; */
	/* border-radius: 2px; */
	font-weight: 700;
	/* font-size: 12px!important; */
	line-height: normal !important
}

.btn-default {
	background: #e5e5e5
}

.container.service_section>div.col-md-3 {
	padding: 0 5px
}

.screen-reader {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);

	white-space: nowrap
}

.clients-grid,
.testimonials-grid {
	list-style: none;
	overflow: hidden
}

.clients-grid li,
.testimonials-grid li {
	float: left;
	position: relative;
	width: 20%;
	padding: 20px 0;
	-webkit-backface-visibility: hidden
}

.testimonials-grid li {
	width: 50%;
	padding: 25px
}

.testimonials-grid li .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important
}

.testi-content {
	position: relative;
	overflow: hidden
}

.testi-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}

.testi-content p {
	margin-bottom: 0;
	font-style: italic
}

.clients-grid li:after,
.testimonials-grid li:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed #ddd
}

.clients-grid li:after,
.clients-grid li:before,
.testimonials-grid li:after,
.testimonials-grid li:before {
	content: '';
	position: absolute
}

.clients-grid li:before,
.testimonials-grid li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed #ddd
}

.clients-grid li:after,
.clients-grid li:before,
.testimonials-grid li:after,
.testimonials-grid li:before {
	content: '';
	position: absolute
}

.enrollbtn .btn {
	/* padding: 8px 10px!important; */
	/* border-radius: 2px; */
	font-weight: 700;
	/* font-size: 12px!important; */
	line-height: normal !important
}

.btn-default {
	background: #e5e5e5
}

.container.service_section>div.col-md-3 {
	padding: 0 5px
}

.headsec {
	color: red;
	font-size: 20px;
	font-weight: 700
}

.socialf a {
	font-size: 30px
}

img.flogo {
	max-width: 100px
}

.socialf a {
	color: #fff
}

.page-title-parallax {
	background: url(../images/banner1.jpg) center center no-repeat;
	background-size: cover;
	padding: 0;
	color: #fff;
	height: 200px;
	position: relative
}

.page-title-parallax h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	background: #0e0000;
	display: table;
	margin: auto;
	padding: 0 20px;
	line-height: 2;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: auto;
	left: 0
}

.mapItem .prodct .gmaps {
	padding: 10px;
	float: left;
	width: 100%
}

.togglec.show {
	display: block !important
}

.enrollbtn p {
	margin: 0 !important
}

.row.itemesources {
	box-shadow: 0 0 4px #ccc;
	margin: 10px 0;
	padding: 20px
}

.tags strong {
	font-size: 17px;
	margin-bottom: 10px
}

.contactside.row {
	padding: 20px 5px;
	box-shadow: 0 0 4px #ababab;
	-webkit-box-shadow: 0 0 4px #ababab;
	margin-top: -50px;
	position: relative;
	background: #fff;
	border-radius: 7px
}

.sectiontop {
	padding: 10px;
	color: #000
}

.sectionbottom {
	padding: 10px
}

.contactsidebar h2 {
	color: #000;
	font-size: 29px;
	/* border-bottom: 1px solid #fff; */
}

.contactsidebar p,
.contactsidebar p a {
	color: #000;
	font-size: 17px;
	white-space: normal;
	word-break: break-word;
}

span.social_contact a {
	padding: 10px 10px 10px 0;
	font-size: 20px
}

table.table.table-custom th {
	border: 0;
	background: #6287c4;
	color: #fff
}

span.dropcap {
	font-size: 25px
}

.parallex1 {
	background: url(../images/banner5.jpg) bottom center no-repeat;
	min-height: 350px;
	background-size: cover;
	text-transform: none;
	background-attachment: fixed;
	background-position: center center;
	background-color: #eee;
	color: #fff
}

.parallex1 h2,
.parallex1 p {
	color: #fff !important
}

.parallex2 {
	min-height: auto;
	background-size: cover;
	text-transform: none;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat
}

.faqListing .togglet {
	padding-left: 0;
	padding-right: 30px;
}

.textbox {
	background: #000;
	padding: 20px;
	color: #fff !important;
	border-radius: 8px
}

.textbox2 {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
	padding: 20px
}

article.footertop.white-skin h1,
article.footertop.white-skin h1 a {
	color: #fff;
	font-size: 30px
}

.bg-red {
	background: #fd1101
}

.text-white-container h1,
.text-white-container h3,
.text-white-container h2,
.text-white-container p {
	color: #fff !important
}

span.icon-circle {
	font-size: 30px;
	border: 2px solid #ed1c24;
	padding: 0;
	border-radius: 50%;
	color: #ed1c24;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 75px
}

.clearfix {
	clear: both
}

.ccards span {
	margin-right: 10px;
	font-size: 34px;
	float: left
}

i.toggle-closed.btn.btn-sm.btn-default {
	color: #000
}

.container h4 {
	color: #49a70a;
	/* font-size: 18px; */
	/* font-family: Poppins, sans-serif; */
	font-size: 20px;
}

.faqs .toggle {
	/* margin-bottom: 15px; */
	cursor: pointer;
	background: #ffffff;
	padding: 20px 10px;
	float: left;
	width: 100%;
	border-radius: 5px;
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); */
	/* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); */
	margin-top: 0;
}

.packageshome.togglenew .toggle.faq {
	background: #fff
}

h3.head3.bgprimary span {
	margin-bottom: 13px;
	text-transform: uppercase;
	color: #2c6da5 !important;
	font-size: 36px;
	font-family: 'Poppins', sans-serif
}

.btn {
	transition: all ease .5s;
	padding: 10px 20px;
	letter-spacing: 1px;
	position: relative;
	font-weight: 500
}

.btn:hover {
	transition: all ease .5s;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.26);
}

h1.mb-0.head1.bgseconday span {
	color: #000;
	padding: 10px
}

.font-20 {
	font-size: 18px !important
}

#primary-menu ul.dropdown-menu.dropdown-menu-inverse {
	right: 0;
	left: auto
}

.bg-gray {
	background: #efefef
}

table.table.table-custom tr:nth-child(odd) {
	background: #fff;
}

.contactside {
	box-shadow: 0 0 4px #ccc;
	float: left;
	width: 100%;
	padding: 10px 0;
	background: #fff;
}

.contactsidebar {
	background: #fff;
	border-radius: 6px
}

.slider-caption.slider-caption-left {
	border-radius: 1px;
	background: rgb(255 255 255 / 70%);
	/* border: 5px solid white; */
	/* box-shadow: 0 0 6px #666; */
	/* border-radius: 4px; */
}

.parallex-section h2 {
	color: #fff;
	font-size: 39px
}

#content .parallex-section p {
	color: #fff !important;
	font-size: 18px !important
}

.relative {
	position: relative
}

footer.footer .footertop a,
footer.footer .footertop span {
	color: #fff;
	border-color: #fff !important
}

.menubar .container {
	max-width: 950px
}

.footertop.white-skin,
.footertop.white-skin h4,
.footertop.white-skin p,
.footertop.white-skin h4 a,
.footertop.white-skin p a,
.footertop.white-skin a span.fa {
	color: #fff
}

.footertop.white-skin a:hover {
	color: #fff !important
}

.footertop.black-skin,
.footertop.black-skin h4,
.footertop.black-skin p,
.footertop.black-skin h4 a,
.footertop.black-skin p a,
.footertop.black-skin a span.fa {
	color: #000
}

.footertop.black-skin a:hover {
	color: #fff
}

ul.dropdown-menu li a {
	text-transform: uppercase;
	padding: 6px 10px;
	font-size: 15px;
}

.btn {
	margin: 5px 5px 5px 0;
	font-size: 12px;
	border-radius: 25px;
	text-transform: uppercase;
	/*  */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
	font-weight: bold;
	letter-spacing: 3px;
	border-width: 2px;
}

.backtotop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	z-index: 9999;
	border-radius: 4px
}

.backtotop:hover {
	color: #fff;
	background: #373738
}

.footertop a:hover {
	color: #fff !important;
	text-decoration: underline !important
}

table.table.table-custom tr:hover td {
	background: #d9ecfb
}

.font-18 {
	font-size: 18px !important
}

.font-20 {
	font-size: 20px !important
}

.mrtb1 {
	margin-top: 15px !important;
	margin-bottom: 15px !important
}

.parallex-section h1 {
	font-size: 35px;
	color: #ffdb30;
	font-weight: 700
}

table.table.table-custom tr td p {
	margin: 0
}

article#copyrights a {}

article#copyrights a:hover {
	color: #ffffff;
}

#slider3 span.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #e1e1e1
}

.swiper-container3 .swiper-slide {
	position: relative;
	height: 300px;
	border: 4px solid #fff;
	box-shadow: 0 0 4px #ccc
}

.swiper-container3 .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
	width: auto
}

.btn-orange {
	/* border: 2px solid #ee4645; */
	color: #fff;
	/* border-radius: 0; */
	background: #ee4645;
	color: white;
	/* font-weight: 400; */
	text-transform: uppercase;
	/*  */
}

.btn-orange:hover,
.btn-orange:focus {
	background: #4c4c4c;
	border-color: #ee4645;
	color: #ffffff;
}

.gmaps {
	border: 5px solid #fff;
	box-shadow: 0 0 6px #000;
	padding: 15px
}

.gmaps,
.maps {
	position: relative
}

.headsec h3 {

	margin: 0
}

.parallex-section h2 a {
	color: #fff
}

span.followUs a {
	font-size: 23px;
	padding: 10px
}

.text-black {
	color: #000 !important
}

.iframe {
	border: 10px solid #fff !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.textbox h2,
.textbox p,
.textbox2 h2,
.textbox2 p {
	color: #fff !important;
	font-weight: 500
}

footer.footer h2 {
	color: yellow;

	/* font-size: 24px!important; */


}

.textbox.corners:before {
	position: absolute;
	width: 150px;
	height: 100px;
	background: transparent;
	left: -5px;
	content: "";
	bottom: -5px;
	z-index: 0;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff
}

.textbox.corners:after {
	position: absolute;
	width: 150px;
	height: 100px;
	background: transparent;
	right: -5px;
	content: "";
	top: -5px;
	z-index: 0;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff
}

.textbox.corners {
	position: relative;
	z-index: 1
}

.decorate_image:before {
	position: absolute;
	width: 150px;
	height: 100px;
	background: transparent;
	left: -10px;
	content: "";
	bottom: -10px;
	z-index: 0;
	border-left: 10px solid #ed1c24;
	border-bottom: 10px solid #ed1c24;
	z-index: -1
}

.decorate_image:after {
	position: absolute;
	width: 150px;
	height: 100px;
	background: transparent;
	right: -10px;
	content: "";
	top: -10px;
	z-index: 0;
	border-right: 10px solid #ed1c24;
	border-top: 10px solid #ed1c24;
	z-index: -1
}

.decorate_image {
	position: relative;
	z-index: 1;
	max-width: 100%;
	height: auto;
	margin: auto;
	width: auto;
	display: inline-block
}

.decorate_image img {
	max-width: 100%;
	height: auto
}

.btn-md {
	width: 100%;
	display: block;
	max-width: 200px
}

.textbox ul li {
	color: #fff
}

.bgColorhalf {
	background: #ffdb2f;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	color: #fff !important
}

.text-white ul li {
	color: #fff
}

.btn-darkb {
	border: 2px solid #0353a1;
	color: #fff;
	border-radius: 0;
	background: transparent;
	color: #0353a1;
	font-weight: 500;
	font-weight: normal;
	text-transform: uppercase
}

.btn-darkb:hover,
.btn-darkb:focus {
	background: #0353a1;
	border-color: #0353a1;
	color: #fff
}

#scrapbook span.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: #ccc
}

.ipost.paservices {
	padding: 10px;
	box-shadow: 0 0 5px #ccc;
	height: 100%
}

.ipost.paservices ul {
	list-style: none
}

.ipost.paservices .entry-image {
	max-height: initial
}

.ipost.paservices .entry-image img {
	max-height: 166px;
	width: auto
}

.btn-yellow {
	border: 2px solid #f5c60a;
	border-radius: 0;
	background: #fed138;
	color: #000;
	/* font-weight: 500; */
	text-transform: uppercase
}

.btn-yellow:hover,
.btn-yellow:focus {
	background: #fff;
	border-color: #333;
	color: #333
}

.bgColorhalf2 {
	background: #fff;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff !important
}

article.footertop h1 {
	color: #fff !important
}

.faa-parent.animated-hover:hover>.faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
	-webkit-animation: ring 2s ease infinite;
	animation: ring 2s ease infinite;
	transform-origin-x: 50%;
	transform-origin-y: 0;
	transform-origin-z: initial
}

article.fotercontent {
	padding: 50px 0 10px;
	display: block;
	/* background: #434343; */
	float: left;
	width: 100%;
	color: #fff;
}

.alert.alert-info .text-black,
.alert.alert-info .text-black a {
	color: #000 !important
}

#content .font-18 p {
	font-size: 18px
}

.file {
	padding: 10px;
	width: auto;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	background: #f6f6f8;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
	min-width: 200px;
	float: left;
	margin: 0 15px 10px 10px;
	max-width: 200px
}

.file img {
	max-height: 200px;
	width: auto;
	margin: auto
}

.file p {
	margin: 0
}

hr.hrline {
	float: left;
	width: 100%
}

.maximg img {
	max-height: 300px
}

.font-30 {
	font-size: 30px !important
}

.scrollingsection1 h1 {
	color: #fff !important;
	font-size: 32px
}

.scrollingsection1 {
	padding: 100px 0
}

.counter h1 {
	font-size: 52px
}

.counter p {
	font-size: 20px !important
}

.service-icon-wrap i {
	background: #fff;
	color: #023c5b;
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	position: relative;
	border-radius: 50%;
	margin-bottom: 20px
}

.service-content-wrap {
	min-height: 105px;
	color: #fff;
	font-weight: 400
}

.scrollingsection1 h2,
.scrollingsection1 p,
.scrollingsection1 a {
	color: #fff !important
}

.section.mtb-0.bg-blue {
	background: #008bff !important;
}

.section.mtb-0.bg-blue h1 {
	color: #fff !important
}

ol {
	list-style-position: inside
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0 !important;
	vertical-align: middle;
	border-top: 6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}

.vimeo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden
}

.vimeo-wrapper .fluid-width-video-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vimeo-wrapper iframe {
	width: 102vw !important;
	height: 200% !important;
	min-height: 130% !important;
	min-width: 142.77vh;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	bottom: 0;
	margin: auto
}

.staffcard {
	padding: 20px
}

.portlet {
	/* padding: 10px; */
	/* margin: 5px 0; */
}

.portlet h3 {
	font-size: 32px;
	font-weight: 700;
	color: #fff
}

.box1 {
	background: #f0021c
}

.box2 {
	background: #5489a3
}

.box3 {
	background: #ff9800
}

.portlet .iconset {
	font-size: 60px;
	color: #68d321;
	line-height: normal;
}

.btn .invisibles {
	opacity: 0;
	visibility: hidden;
	transition: all ease .5s;
	position: absolute;
	right: 0;
	margin-top: 2px;
	font-size: 16px
}

.btn:hover .invisibles {
	opacity: 1;
	visibility: visible;
	transition: all ease .5s;
	right: 9px
}

article.fotercontent p {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	/* font-weight: normal; */
	font-family: 'Open Sans', sans-serif;
}

footer img {
	max-width: 221px;
	height: auto
}

.btn-blue {
	color: #fff;
	background: #050a90;
	font-weight: 500;
	font-weight: 600;
	text-transform: uppercase
}

.btn-blue:hover,
.btn-blue:focus {
	border: 2px solid #1d1d1b;
	color: #fff !important;
	background: #1d1d1b;
}

.btn-brown {
	border: 2px solid #bc8d09;
	color: #fff;
	border-radius: 0;
	background: #bc8d09;
	font-weight: 500;
	font-weight: 600;
	text-transform: uppercase
}

.btn-brown:hover {
	border: 2px solid #1076bc;
	color: #1076bc !important;
	background: #fff;
}

article.fotercontent iframe {
	/* padding: 5px; */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	background: #fff;
}

.headfirst h2 {
	margin: 0
}

iframe.shadow {
	height: 260px
}

span.social_footer a {
	padding: 10px 15px 10px 0;
	font-size: 20px
}

.imgsection2 p {
	color: #fff !important
}

.imgsection2 h2 {
	font-size: 50px;
	color: #ffffff !important;
	font-weight: 700
}

.imgsection2 h4,
#content .imgsection2 p {
	font-size: 20px;
	color: #fff;
	/* text-shadow: 1px 1px #566a74; */
}

.socials a.fb {
	/* background: #ffffff; */
	color: #000;
	transition: all ease .5s;
	border: 1px solid transparent
}

.footer.light .socials a.fb:hover {
	transition: all ease .5s;
	background: purple;
	color: #fff !important;
	padding-left: 0;
}

.socials a.yelp {
	background: white;
	color: #000;
	transition: all ease .5s;
	border: 1px solid transparent
}

.socials a.yelp:hover {
	background: #ededed;
	color: #30796f;
	transition: all ease .5s;
	border: 1px solid transparent;
	padding: 0;
}

.socials a {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	margin-right: 10px;
}

.aboutSectionOnHome .row {
	display: flex;
	align-items: stretch
}

.aboutSectionOnHome .row>div {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 30px;
}

.aboutSectionOnHome .row>div.item1 {
	background: #429287;
	padding: 30px
}

.aboutSectionOnHome .row>div.item2 {
	background: #484c4e;
	padding: 30px
}

.aboutSectionOnHome .row>div.item3 {
	background: #344656;
	padding: 30px
}

#content .aboutSectionOnHome .row>div p {
	color: #fff
}

#content .aboutSectionOnHome .row>div h2 {
	/* color: #fff!important; */
}

.imgSection {
	max-width: 170px;
	border-radius: 50%;
	overflow: hidden;
	max-height: 170px
}

.imgSection img {
	max-width: 100%;
	height: auto
}

.yellow-text {
	color: #ff0 !important
}

.posrel {
	position: relative;
}

.bg-light-org {
	background: #bc8d09;
}

.bg-subtle-pattren {
	background: url(../images/footer.png) center center repeat #fff6ec;
}

article.footertop span.fa {
	color: #fff;
}

.addressbox {
	padding: 20px;
}

.address2 {
	background: #bc8d09;
}

ul.checklist.text-white li {
	color: #fff;
}

.contactsidebar h1 {
	color: #a07d11 !important;
}

.text-brown {
	color: #eaac00 !important;
}

em {
	/* opacity: 0.7; */
	color: #727272;
	font-weight: normal;
}

.bg-dark-green {
	background: #e8f1f9;
}

.bg-dark-green p {
	color: #000 !important;
}

/* 
.post1 {
	background: #fb5f5f;/* background: #FF5722; */
}

.post2 {
	background: #008bff;
}

.post3 {
	background: #459362;
}

*/ .btn-white-fill {
	background: #f0f0f0;
	color: #000;
}

.headfirst span.besrvalue {
	font-size: 12px;
	background: #429287;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	font-weight: normal;
	line-height: normal;
	vertical-align: middle;
	margin-left: 10px;
}

.bg-light-green {
	background: #e2fffb !important;
	border-left: 4px solid #429287 !important;
}

.toggle.faq:hover {
	/* box-shadow: 0 0 9px #999; */
	/* transition: all ease 0.6s; */
}

.bg-1 {
	background: #eee;
}

.bg-1 p {
	color: #000 !important;
}

.bg-1 h2 {
	color: #429287;
}

.bg-2 {
	background: #fff;
}

.bg-2 p {
	color: #000 !important;
}

.bg-2 h2 {
	color: #429287;
}

.bg-2 small {
	color: #429287;
}

.btn.btn-sm {
	font-size: 12px !important;
	padding: 7px 10px;
	letter-spacing: 2px;
}

ul.nolist {
	color: #000;
	list-style: none;
	font-weight: 600;
	line-height: 30px;
}

ul.fnav.inline_menu li {
	display: inline-block;
}

ul.fnav.inline_menu {
	text-align: center;
}

ul.fnav.inline_menu li a {
	padding: 5px 10px;
	font-weight: 600;
}

.footermenu {
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #a9a9a9;
	padding-bottom: 10px;
}

img.radius {
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .4);
	max-width: 100%;
	height: auto;
	background: #fff;
}

.text-yellow {
	color: #FF5722 !important;
	font-weight: bold;
}

.footer.dark,
.footer.dark p,
.footer.dark a,
.footer.dark ul li a {
	color: #fff !important;
	/* background: #000; */

	letter-spacing: 0px;
}

.footer.dark a:hover,
.footer.dark ul li a:hover {
	/* color: #009603 !important; */
}

.footer.dark h1,
.footer.dark h2,
.footer.dark h3 {
	color: #ffffff;
	font-size: 27px !important;
	letter-spacing: 0px;
	/* font-family: 'Great Vibes', cursive; */
	font-weight: bold;
}

.footer.light,
.footer.light p,
.footer.light a,
.footer.light ul li a {
	color: #000 !important;
	/* background: #fff5f5; */
}

.footer.light a:hover,
.footer.light ul li a:hover {
	color: #cd0707 !important;
}

.footer.light h1,
.footer.light h2,
.footer.light h3 {
	color: #000;
}

.imgsection {
	height: auto;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

span.imageHolder {
	float: left;
	margin: 0 15px 10px 0;
}

div#logo h2 {
	/* font-family: 'Great Vibes', cursive; */
	text-transform: none;
	font-size: 37px;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	color: #be1f2e;
}

.follow img {
	/* border-radius: 50%; */
	max-width: 25px;
	height: auto;
	vertical-align: middle;
}

#top-header .follow a {
	transition: all ease 0.5s;
	/* transform: rotate(0deg); */
	background: #ffffff;
	color: #000;
}

#top-header .follow a:hover {
	/* background: transparent; */
	transition: all ease 0.5s;
	/* transform: rotate(360deg); */
}

.imgcircle {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.imgcircle img {
	max-width: 150px;
	height: auto;
}

.iconset img {
	height: auto;
	transition: all ease 0.5s;
	/* transform: scale(1); */
}

#gallery-arrow-left {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -26px;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border: 0;
	z-index: 1;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#gallery-arrow-right {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	right: 0;
	margin-top: -26px;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border: 0;
	z-index: 1;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

div#gallery-arrow-left i,
div#gallery-arrow-right i {
	font-size: 28px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.faqpage .togglet i.fa {
	right: 10px;
	left: auto;
	font-size: 20px;
}

.services .iconset img {
	/* max-width: 150px; */
	/* border-radius: 50%; */
}

.ipost.services {
	/* box-shadow: none; */
}

.ipost.services:hover {
	background: #ffe7e0;
}

.slider-caption h2.text-yellow {
	color: #f5c60a !important;
	font-weight: bold;
}

h2.text-yellow,
.text-yellow {
	color: #ffad38 !important;
	font-weight: bold;
}

a.fbfooter span {
	font-size: 25px;
	vertical-align: middle;
}

footer h2 {
	text-transform: none;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 22px !important;
	line-height: normal;
}

.text-green {
	color: #6ed42b;
}

ul.checklist.text-red li {
	color: #c70000;
}

.enrollpage .toggle.faq {
	box-shadow: 0 0 13px #c1c1c1;
}

header#header.sticky-header #top-header {
	display: none;
}

header#header.sticky-header #logo {
	margin: 0;
}

header#header.sticky-header #logo img {
	max-width: 67px;
	transition: all ease 0.5s;
}

.follow {
	float: right;
}

header#header.sticky-header #header-wrap {
	/* padding: 5px 0; */
	float: left;
	width: 100%;
}

.dgrid {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
	gap: 15px;
}

/* responsive start */
@media (min-width: 1200px) {
	.dflex {
		display: flex;
		align-items: center;
	}

	.xl-pl-2 {
		padding-left: 52px;
	}

	#packagedetails .togglet {
		display: flex !important;
		align-items: center;
		position: relative;
	}

	.container-fluid {
		padding-right: 25px;
		padding-left: 25px;
		max-width: 1300px;
	}

	.headsec h3 {
		font-weight: 700
	}

	.font70 {
		font-size: 40px !important;
	}

	.container {
		/* width: 1250px; */
	}

	.info {
		min-height: 210px
	}
}

button.submenu {
	display: none
}

.submenu span.fa.fa-caret-up {
	display: none
}

.submenu.open span.fa.fa-caret-up {
	display: block
}

.submenu.open span.fa.fa-caret-down {
	display: none
}

@media (max-width: 991px) {

	.footer.dark h1,
	.footer.dark h2,
	.footer.dark h3 {
		font-size: 24px !important;
	}

	header#header #top-header {
		/* display: none; */
	}

	.btn {
		/* padding: 8px 10px; */
	}

	header#header.sticky-header #primary-menu>ul>li>a {
		/* padding: 15px 15px; */
	}

	#primary-menu>ul>li>a {
		padding: 10px 15px;
	}

	#top-header {
		text-align: center;
		/* margin-top: 10px; */
	}

	.bgColorhalf {
		display: none
	}

	.bgColorhalfmobile {
		padding: 20px;
		margin: 15px 0
	}

	header#header.sticky-header #logo img {
		/* max-width: 215px; */
		padding: 0
	}

	.parallex-section.parallex1 ul li {
		color: #fff
	}

	.parallex1,
	.parallex2 {
		background-position: left center
	}

	.submenu span.fa {
		transition: all ease .5s;
		transform: rotate(0)
	}

	.submenu span.fa.open {
		transition: all ease .5s;
		transform: rotate(45deg)
	}

	.parallex-section.parallex1 h2 {
		color: #fff
	}

	button.submenu {
		display: block
	}

	div#top-heade {
		border-bottom: 1px solid #ccc
	}

	#primary-menu {
		background: 0 0
	}

	.primary-menu-open .menubar {
		left: 0;
		transition: all ease .5s
	}

	.ipost .entry-title h3,
	.ipost .entry-title h4 {
		font-size: 24px;
		letter-spacing: 0
	}

	.swiper-slide.dark {
		background-position: center !important
	}

	#header .menubar .container {
		width: 100% !important
	}

	.social {
		display: none
	}

	.fancy-title.title-double-border.title-center {
		background-position: center
	}

	#primary-menu ul li.current>a,
	#primary-menu ul li:hover>a {
		color: #d9d9d9 !important
	}

	.contactinfor a {
		margin-bottom: 10px
	}

	.aboutSection {
		padding: 30px 0;
		font-size: 18px
	}

	#primary-menu ul ul ul.dropdown-menu {
		padding: 0;
		padding-left: 10px
	}

	#primary-menu ul li.current>a,
	#primary-menu ul li:hover>a {
		background: 0 0 !important
	}

	#primary-menu li.sub-menu .submenu {
		position: absolute;
		right: 0;
		color: #fff;
		width: 30px;
		height: 40px;
		top: 0;
		text-align: center;
		line-height: 39px;
		background: #eaaa00;
		border: 0
	}

	.colequal.mapcol .fluid-width-video-wrapper {
		width: 100%;
		min-height: 250px
	}

	#primary-menu ul li i {
		position: absolute;
		top: 0;
		font-size: 14px;
		width: auto;
		text-align: center;
		margin-right: 6px;
		vertical-align: middle;
		background: 0 0;
		padding: 5px 10px;
		right: -5px;
		z-index: 99999;
		color: #fff;
		font-size: 24px
	}

	.dropdown-menu>li>a {
		display: block;
		padding: 8px 5px;
		white-space: normal
	}

	.togglerclose {
		display: block;
		padding: 10px 14px;
		text-align: center;
		margin-bottom: 10px;
		float: left;
		width: 100%;
	}

	#primary-menu>ul>li {
		border-bottom: 1px solid #ccc;
	}

	.menubar {
		background: #fff;
		float: left;
		width: 100%;
		position: fixed;
		top: 60px;
		z-index: 1.0E+25;
		width: 100%;
		left: -100%;
		overflow: auto;
		top: 0;
		height: 100%;
		transition: all ease .5s;
		z-index: 9999999999;
		/* text-align: center; */
	}

	.primary-menu-open .menubar {
		transition: all ease .5s;
		z-index: 1.0E+19;
		box-shadow: 0 0 8px #a1a1a1
	}

	.barfull {
		padding: 30px 0 0
	}

	.textbox {
		text-align: left;
		float: left;
		font-size: 15px;
		font-weight: 400;
		width: 100%;
		margin: 0 0 10px;
		padding-bottom: 15px
	}

	.fbox-icon {
		float: none;
		font-size: 55px
	}

	#primary-menu>ul>li {
		float: none;
		display: block;
		text-align: center
	}

	table.table.table-striped td {
		float: left;
		border: 0 !important;
		text-align: center;
		white-space: normal !important;
		text-align: left
	}

	div#logo {
		float: none;
		height: auto;
		text-align: center;
		/* width: 100%; */
		box-shadow: none;
		/* background: transparent; */
		margin: 5px auto;
		padding: 0;
	}

	.corner .number {
		display: none
	}

	.corner {
		position: absolute;
		top: 0;
		right: 0
	}

	#logo img {
		display: inline;
		max-width: 100%;
		float: none;
		box-shadow: none;
		max-width: 100%;
		max-height: 61px;
		width: auto;
	}

	#wrapper {
		width: 100%;
		margin: 0;
		box-shadow: none
	}

	#header.full-header .container,
	.container-fullwidth {
		padding: 0 8px !important;
		margin: 0 auto
	}

	.container.vertical-middle {
		width: 100% !important
	}

	.vertical-middle+.video-wrap {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}

	.postcontent,
	.postcontent.bothsidebar,
	.sidebar {
		width: 100%;
		margin-right: 0;
		float: none !important;
		margin-bottom: 40px !important;
		padding-bottom: 40px;
		border-bottom: 1px solid #eee
	}

	.sidebar.col_last {
		float: none;
		margin-bottom: 0 !important;
		padding-bottom: 0;
		border-bottom: 0
	}

	#header,
	#header-wrap,
	#header.sticky-style-2,
	#header.sticky-style-2 #header-wrap,
	#header.sticky-style-3,
	#header.sticky-style-3 #header-wrap {
		height: auto !important;
		/* padding: 5px 0; */
		background: #ffffff;
	}

	#header.sticky-style-2 #header-wrap,
	#header.sticky-style-3 #header-wrap {
		min-height: 60px
	}

	#header.sticky-header #header-wrap {
		position: relative
	}

	#header.semi-transparent,
	#header.transparent-header {
		background: #fff;
		border-bottom: 1px solid #f5f5f5;
		z-index: auto
	}

	#header.dark.semi-transparent,
	#header.dark.transparent-header {
		background-color: #333;
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}

	#header.transparent-header.floating-header {
		margin-top: 0
	}

	#header.transparent-header.floating-header .container {
		width: 750px;
		padding: 0 15px;
		border-radius: 0
	}

	#header.transparent-header+#google-map,
	#header.transparent-header+#page-title.page-title-parallax,
	#header.transparent-header+#slider,
	#header.transparent-header.floating-header+#slider,
	#slider+#header.transparent-header {
		top: 0;
		margin-bottom: 0
	}

	.slider-parallax .slider-parallax-inner {
		position: relative
	}

	#header.transparent-header+#page-title.page-title-parallax .container {
		padding-top: 0
	}

	#header-trigger,
	.header-extras,
	.top-advert {
		display: none
	}

	#logo {
		display: table;
		height: 100px;
		float: none;
		margin: auto !important;
		max-width: none;
		text-align: center;
		border: 0 !important;
		/* padding: 0!important; */
	}

	#logo a.standard-logo {
		display: inline-block
	}

	#primary-menu {
		display: block;
		float: none
	}

	#header-wrap {
		padding: 9px 0px;
		/* background: #ff3b09; */
		float: left;
		width: 100%;
	}

	#primary-menu-trigger img {
		max-width: 35px;
		height: auto;
	}

	#primary-menu-trigger {
		opacity: 1;
		position: absolute;
		top: 10px;
		color: #000;
		margin-top: 0;
		font-size: 25px;
		z-index: 99999999999;
		left: 4px;
	}

	header#header.sticky-header div#primary-menu-trigger {
		/* top: -12px; */
	}

	#primary-menu .container #primary-menu-trigger {
		top: 5px;
		left: 0
	}

	#header.full-header #primary-menu>ul {
		float: none !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		display: block
	}

	#primary-menu>div>ul {
		margin-top: 60px !important
	}

	body:not(.top-search-open) #primary-menu-trigger {
		opacity: 1;
		-webkit-transition: opacity .2s .2s ease, top .4s ease;
		-o-transition: opacity .2s .2s ease, top .4s ease;
		transition: opacity .2s .2s ease, top .4s ease
	}

	body.top-search-open #primary-menu-trigger {
		opacity: 0
	}

	body.side-push-panel #side-panel-trigger-close a {
		display: block;
		position: absolute;
		z-index: 12;
		top: 0;
		left: auto;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
		color: #444;
		text-align: center;
		background-color: rgba(0, 0, 0, .1);
		border-radius: 0 0 0 2px
	}

	#primary-menu.style-5>ul {
		padding-right: 0;
		margin-right: 0;
		border-right: 0
	}

	#primary-menu ul li {
		float: left;
		margin: 0 !important;
		margin: 0 !important;
		text-align: left !important;
		width: 100%;
		text-align: center;
	}

	#header.split-menu #primary-menu:not(.mobile-menu-off-canvas)>ul:not(:first-child)>li:first-child {
		border-top: 1px solid #eee
	}

	#primary-menu ul>li>a,
	#primary-menu.style-2>div>ul>li>a {
		padding: 15px 20px;
		border: none !important;
		margin: 0 !important;
		color: #000;
		text-align: left;
	}

	#primary-menu.style-5>ul>li>a>div {
		line-height: 22px
	}

	#primary-menu.style-5>ul>li>a>div i {
		display: inline-block;
		margin: 0 6px 0 0;
		top: -1px;
		width: 16px;
		font-size: 14px;
		line-height: inherit
	}

	#primary-menu.style-6>ul>li.current>a:after,
	#primary-menu.style-6>ul>li>a:after {
		display: none
	}

	#primary-menu.sub-title.style-2>div>ul>li,
	#primary-menu.sub-title>ul>li {
		background: 0 0 !important;
		margin-left: 0
	}

	#primary-menu.sub-title>div>ul>li>a,
	#primary-menu.sub-title>ul>li>a {
		line-height: 22px;
		font-size: 13px;
		border-top: none
	}

	#primary-menu.sub-title ul li>a span {
		display: none !important
	}

	#primary-menu.style-3 ul li.current>a,
	#primary-menu.style-3 ul li:hover>a,
	#primary-menu.sub-title div ul>li.current>a,
	#primary-menu.sub-title div ul>li:hover>a,
	#primary-menu.sub-title ul li.current>a,
	#primary-menu.sub-title ul li:hover>a {
		background-color: transparent !important;
		color: #444;
		text-shadow: none
	}

	#primary-menu ul:not(.windows-mobile-menu) li>a i.icon-angle-down:last-child {
		display: none
	}

	#primary-menu>.container>ul>li.sub-menu>a,
	#primary-menu>ul>li.sub-menu>a {
		background-position: right center;
		background-repeat: no-repeat
	}

	#primary-menu ul li.mega-menu {
		position: relative
	}

	#primary-menu ul li .mega-menu-content,
	#primary-menu ul ul:not(.mega-menu-column) {
		position: relative;
		width: 100%;
		max-width: none;
		background: 0 0 !important;
		box-shadow: none;
		border: 0;
		border-top: 0;
		z-index: 1;
		top: 0;
		/* padding-left: 16px; */
		padding-right: 0;
		display: block
	}

	#primary-menu ul li .mega-menu-content {
		padding-left: 0
	}

	#primary-menu ul ul:not(.mega-menu-column) ul {
		float: left;
		position: static
	}

	#primary-menu ul li .mega-menu-content.menu-pos-invert,
	#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column) {
		left: 0;
		right: 0
	}

	#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
		right: 0
	}

	#primary-menu ul ul li {
		float: left;
		margin: 0;
		position: relative;
		width: 100%
	}

	#primary-menu ul ul li>a {
		/* font-weight: 400; */
		color: #000;
		border-radius: 0 !important;
		white-space: normal;
		font-size: 18px;
		padding-left: 25px;
	}

	#primary-menu ul ul li:hover>a {
		background-color: transparent !important;
		font-weight: 400;
		padding-left: 5px;
		color: #ffc107 !important
	}

	#primary-menu ul li .mega-menu-content,
	#primary-menu ul li.mega-menu .mega-menu-content,
	#primary-menu ul li.mega-menu-small .mega-menu-content,
	.floating-header #primary-menu ul li.mega-menu .mega-menu-content,
	.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: auto;
		margin: 0;
		top: 0
	}

	#header.full-header #primary-menu ul li.mega-menu .mega-menu-content,
	.container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
		width: auto !important;
		margin: 0 !important
	}

	#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
		padding: 0
	}

	#primary-menu ul li .mega-menu-content ul {
		display: block !important;
		position: relative;
		opacity: 1 !important;
		top: 0;
		left: 0;
		min-width: inherit
	}

	#primary-menu ul li .mega-menu-content ul ul {
		border-top: 1px solid #eee
	}

	#primary-menu ul li .mega-menu-content ul.mega-menu-column {
		float: none;
		width: auto;
		margin: 0;
		border-left: 0 !important;
		padding-left: 15px;
		border-top: 1px solid #eee
	}

	#primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child {
		border: 0
	}

	#primary-menu ul li .mega-menu-content ul {
		width: 100% !important
	}

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
		padding: 0 0 0 15px
	}

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title {
		margin: 0
	}

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
		font-size: 13px;
		font-weight: 600;
		text-transform: none !important;
		padding: 11px 5px !important;
		line-height: 22px !important;
		color: #444 !important
	}

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
		background-color: transparent;
		color: #1abc9c !important
	}

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
		color: #1abc9c !important
	}

	#primary-menu ul li .mega-menu-content.style-2 li {
		border-top: 1px solid #eee
	}

	#primary-menu ul li .mega-menu-content.style-2 li:first-child {
		border-top: 0
	}

	#primary-menu ul li .mega-menu-content.style-2 ul>li>a:hover {
		padding-left: 5px
	}

	.mega-menu-column .widget {
		padding: 30px 0;
		margin: 0 !important
	}

	#top-search {
		margin: 0 !important
	}

	#side-panel-trigger,
	#top-account,
	#top-cart,
	#top-search a {
		position: absolute;
		top: 0;
		left: auto;
		right: 15px;
		margin: 40px 0;
		-webkit-transition: margin .4s ease;
		-o-transition: margin .4s ease;
		transition: margin .4s ease
	}

	#primary-menu>div>#side-panel-trigger,
	#primary-menu>div>#top-cart,
	#primary-menu>div>#top-search a {
		margin: 20px 0 !important
	}

	#primary-menu ul.windows-mobile-menu li.sub-menu {
		position: relative
	}

	#primary-menu ul.windows-mobile-menu li.sub-menu a {
		background-image: none !important
	}

	#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
		position: absolute;
		cursor: pointer;
		width: 32px;
		top: 0;
		right: 0;
		z-index: 1;
		padding: 0 !important;
		text-align: center !important
	}

	#primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
		display: none
	}

	#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
		margin: 0 !important
	}

	#header.sticky-style-3 #top-cart .top-cart-content {
		top: 40px
	}

	#top-search a {
		right: 43px
	}

	#top-search form {
		height: 100px !important
	}

	#primary-menu>div>#top-search form {
		height: 60px !important
	}

	#top-search form input {
		font-size: 24px
	}

	#side-panel-trigger {
		right: 71px
	}

	#top-account {
		margin: 33px 0 32px;
		right: 75px
	}

	#top-account a.btn span {
		display: none
	}

	body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
		position: relative !important;
		top: 0 !important
	}

	#page-submenu-trigger {
		opacity: 1;
		pointer-events: auto;
		color: #fff
	}

	#page-menu.pagemenu-active #page-submenu-trigger {
		background-color: rgba(0, 0, 0, .2)
	}

	#page-menu nav {
		display: none;
		position: absolute;
		float: none;
		width: 200px;
		top: 43px;
		left: auto;
		right: 15px;
		height: auto;
		background-color: #1abc9c;
		z-index: 11
	}

	#page-menu.pagemenu-active nav {
		display: block
	}

	#page-menu nav ul {
		height: auto;
		background-color: rgba(0, 0, 0, .2)
	}

	#page-menu nav li {
		float: none
	}

	#page-menu nav li a {
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0 15px;
		border-radius: 0
	}

	#page-menu ul ul {
		position: relative;
		width: auto;
		top: 0;
		background-color: transparent
	}

	#page-menu ul ul a {
		padding-left: 25px
	}

	.sticky-responsive-menu #header {
		min-height: 100px;
		-webkit-transition: min-height .4s ease;
		-o-transition: min-height .4s ease;
		transition: min-height .4s ease
	}

	.sticky-responsive-menu #header-wrap {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.sticky-responsive-menu #header.sticky-style-2,
	.sticky-responsive-menu #header.sticky-style-3 {
		min-height: 160px
	}

	.sticky-responsive-menu.device-touch #header,
	.sticky-responsive-menu.device-touch #header-wrap,
	.sticky-responsive-menu.device-touch #logo,
	.sticky-responsive-menu.device-touch #logo img,
	.sticky-responsive-menu.device-touch #primary-menu-trigger,
	.sticky-responsive-menu.device-touch #side-panel-trigger,
	.sticky-responsive-menu.device-touch #top-account,
	.sticky-responsive-menu.device-touch #top-cart,
	.sticky-responsive-menu.device-touch #top-search a {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important
	}

	#header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
		min-height: 60px
	}

	.responsive-sticky-header #header-wrap {
		z-index: 199;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #eee;
		-webkit-backface-visibility: hidden
	}

	.responsive-sticky-header:not(.static-sticky) #logo,
	.responsive-sticky-header:not(.static-sticky) #logo img {
		height: 60px
	}

	.responsive-sticky-header:not(.static-sticky) #primary-menu-trigger {
		top: 5px
	}

	.responsive-sticky-header #primary-menu>.container>ul,
	.responsive-sticky-header #primary-menu>ul {
		max-height: 300px;
		overflow-y: scroll;
		margin-bottom: 20px !important
	}

	.responsive-sticky-header:not(.static-sticky) #side-panel-trigger,
	.responsive-sticky-header:not(.static-sticky) #top-cart,
	.responsive-sticky-header:not(.static-sticky) #top-search a {
		margin: 20px 0
	}

	.responsive-sticky-header:not(.static-sticky) #top-search form {
		height: 60px !important
	}

	.responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content {
		top: 40px
	}

	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul,
	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul {
		position: fixed;
		display: block;
		z-index: 499;
		width: 280px;
		height: 100%;
		height: calc(100vh);
		max-height: none !important;
		margin: 0 !important;
		left: 0 !important;
		top: 0 !important;
		padding: 35px 25px 60px !important;
		background-color: #fff;
		border-right: 1px solid #eee !important;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(-280px, 0, 0);
		-o-transform: translate3d(-280px, 0, 0);
		transform: translate3d(-280px, 0, 0);
		-webkit-backface-visibility: hidden;
		transform-style: preserve-3d
	}

	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>div>ul,
	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>ul {
		left: auto !important;
		right: 0;
		border-right: 0 !important;
		border-left: 1px solid #eee !important;
		-webkit-transform: translate3d(280px, 0, 0);
		-o-transform: translate3d(280px, 0, 0);
		transform: translate3d(280px, 0, 0)
	}

	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul,
	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul {
		-webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
		-o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
		transition: transform .3s ease-in-out, opacity .2s ease !important
	}

	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul.show,
	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul.show {
		-webkit-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.ei-slider {
		height: 350px
	}

	.ei-title h3 {
		display: none
	}

	.portfolio .portfolio-item {
		width: 33.33333333%
	}

	.portfolio-2 .portfolio-item {
		width: 50%
	}

	.portfolio-1 .portfolio-item {
		width: 100%
	}

	.portfolio-1 .portfolio-item .portfolio-image {
		float: none !important;
		margin: 0 !important;
		margin-bottom: 10px !important
	}

	.portfolio-1 .portfolio-item .portfolio-image,
	.portfolio-1 .portfolio-item .portfolio-image a,
	.portfolio-1 .portfolio-item .portfolio-image img,
	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
		width: 100%;
		height: auto
	}

	.portfolio-1 .portfolio-desc {
		width: 100%
	}

	.portfolio-1.portfolio-fullwidth {
		margin: 0 0 -60px
	}

	.portfolio-1.portfolio-fullwidth .portfolio-item {
		margin-bottom: 60px;
		padding-bottom: 0;
		border-bottom: 0;
		overflow: hidden
	}

	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
		float: none;
		margin: 0 0 20px !important
	}

	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}

	.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img,
	.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}

	.portfolio-1.portfolio-fullwidth .alt .portfolio-desc,
	.portfolio-1.portfolio-fullwidth .portfolio-desc {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0;
		background-color: transparent;
		left: 0;
		right: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}

	.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
		left: 50%
	}

	.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
		left: auto;
		right: 50%
	}

	.device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
	.device-touch .portfolio-parallax .portfolio-overlay {
		opacity: 1
	}

	.portfolio-ajax-modal,
	.shop-quick-view-ajax {
		width: 90% !important
	}

	.ievent .entry-title h2,
	.small-thumbs .entry-title h2 {
		font-size: 18px
	}

	.entry-meta li {
		font-size: 12px;
		margin: 0 10px 10px 0
	}

	.post-grid {
		margin-right: -20px
	}

	.post-grid .entry {
		width: 226px;
		margin-right: 20px
	}

	.post-grid.grid-2,
	.post-grid.grid-3 {
		margin-right: -30px
	}

	.post-grid.grid-2 .entry,
	.post-grid.grid-3 .entry {
		width: 345px;
		margin-right: 30px
	}

	.post-masonry-full .entry {
		width: 33.3% !important
	}

	.post-masonry-full.grid-3 .entry {
		width: 50% !important
	}

	.post-timeline .entry {
		width: 290px !important
	}

	.post-timeline .entry.entry-date-section {
		width: 100% !important
	}

	.product {
		width: 33.33333333%
	}

	.product:not(.product-2):not(.product-3) .product-title h3 {
		font-size: 18px
	}

	.pricing [class^=col-md-] .pricing-box.best-price {
		margin-top: 0
	}

	.pricing.pricing-5 .pricing-box.best-price {
		margin-top: 20px
	}

	.device-sm .pricing.pricing-5 .best-price .pricing-title h3,
	.device-sm .pricing.pricing-5 .pricing-title h3 {
		font-size: 14px
	}

	.device-sm .pricing.pricing-5 .pricing-title span {
		font-size: 12px
	}

	.device-sm .pricing.pricing-5 .pricing-price {
		font-size: 48px
	}

	.device-sm .pricing.pricing-5 .pricing-price span {
		font-size: 20px
	}

	.device-sm .pricing.pricing-5 .pricing-price span.price-tenure {
		font-size: 12px
	}

	.device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title {
		padding: 15px 0
	}

	.pricing-box.pricing-extended .pricing-action-area,
	.pricing-box.pricing-extended .pricing-desc {
		position: relative;
		float: none;
		width: auto;
		padding: 25px
	}

	.pricing-box.pricing-extended .pricing-action-area {
		height: auto;
		border-left: 0;
		border-top: 1px solid rgba(0, 0, 0, .05);
		border-radius: 0 0 3px 3px
	}

	.testimonials-grid.grid-3 li {
		width: 50%
	}

	.section>.testimonial {
		padding: 0 40px !important;
		max-width: none
	}

	.promo:not(.promo-full) {
		padding: 30px 20px !important
	}

	.promo.promo-dark h3 {
		line-height: 1.6
	}

	.promo a.button {
		position: relative !important;
		top: 0 !important;
		margin: 20px 0 0 !important;
		left: 0 !important;
		right: 0
	}

	#contact-form-overlay-mini {
		float: none;
		width: auto;
		max-width: 380px;
		margin: 0 auto
	}

	.button.button-full {
		font-size: 22px
	}

	.button.button-full i {
		top: 3px !important
	}

	.bnews-title {
		float: none;
		display: inline-block
	}

	.bnews-slider {
		float: none;
		margin: 10px 0 0;
		width: 100%
	}

	.wedding-head {
		font-size: 60px
	}

	.wedding-head .first-name span,
	.wedding-head .last-name span {
		font-size: 40px
	}

	.wedding-head .and {
		font-size: 144px
	}

	.error404 {
		font-size: 180px
	}

	.headsec {
		color: red;
		font-weight: 700;
		font-size: 12px;
		margin: 0;
		padding: 0
	}

	.landing-form-overlay {
		position: absolute;
		width: 100%;
		max-width: 400px;
		right: auto;
		left: 50%;
		margin-left: -200px;
		bottom: 0
	}

	div#logo h1 {
		font-size: 30px;
		color: #1e6da5;
		padding: 20px 0;
		text-align: center
	}

	ul.fnav li a {
		font-size: 18px;
		padding: 7px 0;
		font-weight: 600;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.dgrid {
		display: grid;
		grid-template-columns: 100%;
		gap: 10px;
	}

	.font50 {
		font-size: 28px;
		line-height: normal;
	}

	.instructorslist>.instcol {
		border-top: 1px solid #ccc;
		padding-top: 30px;
	}

	#primary-menu ul li>a:before {
		display: none;
	}

	article.fotercontent .contactinfo {
		/* padding: 0; */
	}

	.faqs .toggle {
		margin-bottom: 10px;
		padding: 10px 10PX;
	}

	.iconset img {
		height: auto;
	}

	div#logo h2 {
		font-size: 20px;
		text-align: center;
		float: none;
		letter-spacing: 0;
	}

	.imgcircle img {
		max-width: 100%;
		height: auto;
	}

	div#header-wrap .container-fluid {
		padding: 0;
	}

	.featurebox>div {
		border-bottom: 1px solid #adadad;
		float: left;
		width: 100%;
		margin: 15px 0;
	}

	.featurebox>div:last-child {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.follow img {
		max-width: 30px;
	}

	#top-header {
		/* background: #008bff !important; */
	}

	.ipost.clearfix {
		padding: 0;
		max-width: 348px;
		margin: 10px auto;
	}

	.iconset img {
		/* max-width: 110px; */
		height: auto;
	}

	.slider-caption h2 {
		/* color: #fdf529!important; */
		font-size: 25px;
		line-height: normal;
	}

	article.footertop a {
		display: block;
	}

	.alert.alert-info h4 {
		font-size: 16px;
	}

	.aboutSectionOnHome .row {
		display: flex;
		align-items: stretch;
		flex-direction: column
	}

	.imgsection2 h2 {
		font-size: 30px
	}

	.imgsection2 h4 {
		font-size: 25px
	}

	#content .imgsection2 p {
		font-size: 20px
	}

	.btn {
		/* padding: 4px 9px; */
		/* font-size: 13px; */
	}

	body {
		font-size: 18px
	}

	.counter {
		padding: 20px 0;
		border-bottom: 1px solid #f1ecec
	}

	.counter:last-child {
		border: 0
	}

	footer.footer h2 {
		margin-top: 20px
	}

	h2 {
		font-size: 18px;
	}

	.headSec {
		text-align: left;
		padding: 0;
	}

	.maximg img {
		margin: 15px 0
	}

	.file {
		min-width: 149px;
		max-width: 150px
	}

	.file img {
		max-height: 150px
	}

	#top-header a {
		padding: 5px 7px;
		text-transform: none;
		font-size: 16px;
	}

	article.footertop.white-skin h1,
	article.footertop.white-skin h1 a {
		color: #fff;
		font-size: 24px
	}

	#primary-menu>ul>li>a {
		/* padding-left: 5px; */
		border-radius: 0;
		font-size: 18px;
	}

	span.pull-left.follow {
		width: 100%
	}

	span.pull-left.follow a span {
		font-size: 22px
	}

	table.table.table-custom tr {
		padding: 10px 0;
		float: left;
		width: 100%
	}

	table.table.table-custom tr td {
		display: block;
		width: 100%;
		text-align: left
	}

	.footertop h4 a {
		display: block
	}

	.enrollbtn {
		text-align: left;
		padding: 0
	}

	.footertop h4 {
		font-size: 22px;
		letter-spacing: 1px
	}

	.hidden-xs {
		display: none !important
	}

	.middlebar {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid #0e394e;
		border-bottom: 1px solid #0e394e
	}

	.slider-caption h1 {
		font-size: 22px;
		line-height: 36px
	}

	#slider p {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 3px;
	}

	.slider-caption .btn {
		/* padding: 10px; */
		/* font-size: 15px; */
	}

	.email {
		border-top: 1px solid #ecc7a0;
		border-bottom: 1px solid #ecc7a0;
		border-left: 0;
		border-right: 0;
		padding: 10px 0;
		margin: 10px 0
	}

	section.section.parallex-section .container h2 {
		font-size: 20px
	}

	.rights,
	.socialf {
		text-align: center
	}

	a.button.button-full.center.tright.bggray h3 {
		font-size: 22px
	}

	#top-header {
		text-align: center !important;
		/* font-size: 14px; */
		padding: 5px 0;
	}
}

@media (min-width: 992px) {
	#header {
		/* position: fixed; */
		z-index: 9;
		float: left;
		width: 100%;
		/* padding: 5px 0; */
		background: url(../images/section.png) center center repeat #afdfe6;
		background: #ffffff;
		box-shadow: 0 0 4px #a5a5a5;
		transition: all ease 0.5ms;
		border: 0;
		/* border-top: 2px solid #d77634 !important; */
	}

	.font50 {
		font-size: 50px;
	}

	.menubar {
		margin-top: 50px;
	}

	header#header.sticky-header>#primary-menu>ul>li>a {
		padding: 30px 0
	}

	header#header.sticky-header .menubar {
		margin-top: 25px;
	}

	#primary-menu>ul>li.sub-menu:hover>.dropdown-menu {
		display: block
	}

	.dropdown-menu li:hover .dropdown-menu {
		display: block
	}
}

@media (max-width: 767px) {
	.dflex {
		text-align: center;
	}

	.vimeo-wrapper iframe {
		height: 884px !important;
		width: 1000px !important
	}

	.swiper_wrapper {
		height: 500px !important
	}

	.page-title-parallax h3 {
		text-align: center;
		font-size: 20px
	}

	.page-title-parallax {
		padding: 36px 0;
		height: 150px;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	div#logo h2 {
		font-size: 24px;
	}

	#logo img {
		/* max-width: 125px; */
	}

	#top-header a {
		/* padding: 6px 8px; */
		font-size: 13px;
		letter-spacing: 0.5px;
	}

	.menubar {
		/* margin-top: 21px; */
		/* padding: 10px 0; */
	}

	header#header.sticky-header #logo img {
		max-width: 67px;
	}

	#primary-menu ul li>a {
		font-size: 14px;
	}

	header#header.sticky-header #primary-menu>ul>li>a {
		/* padding: 23px 8px; */
	}
}

.ringing-bell {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: translate(-50%, -50%)
}

.faa-ring {
	color: #fff
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	2% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	4% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}

	6% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg)
	}

	8% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg)
	}

	10% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg)
	}

	12% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}

	14% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg)
	}

	16% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}

	18% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg)
	}

	20% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes ring {
	0% {
		-webkit-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	2% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	4% {
		-webkit-transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}

	6% {
		-webkit-transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		transform: rotate(18deg)
	}

	8% {
		-webkit-transform: rotate(-22deg);
		-ms-transform: rotate(-22deg);
		transform: rotate(-22deg)
	}

	10% {
		-webkit-transform: rotate(22deg);
		-ms-transform: rotate(22deg);
		transform: rotate(22deg)
	}

	12% {
		-webkit-transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}

	14% {
		-webkit-transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		transform: rotate(18deg)
	}

	16% {
		-webkit-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}

	18% {
		-webkit-transform: rotate(12deg);
		-ms-transform: rotate(12deg);
		transform: rotate(12deg)
	}

	20% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}

@media (min-width: 768px) and (max-width:1024px) {
	div#logo h2 {
		font-size: 26px;
	}

	.swiper_wrapper {
		height: 500px !important
	}

	.counter h1 {
		font-size: 34px
	}

	.counter p {
		font-size: 15px !important
	}

	.enrollbtn i {
		margin: 5px 0
	}

	.enrollbtn {
		text-align: left;
		padding: 0
	}

	.vimeo-wrapper iframe {
		height: 684px !important;
		width: 1025px !important
	}
}

@media (max-width: 767px) {
	.enrollbtn .btn {
		margin: 10px 0
	}

	.headsec h3 {
		font-size: 15px;
		font-weight: 700
	}

	ul.fnav li {
		width: 50%;
		float: left
	}

	.footer h4 {
		margin-top: 20px
	}

	ul.dropdown-menu li a {
		text-transform: uppercase;
		padding: 5px;
		/* white-space: normal; */
		/* word-break: break-all; */
	}

	.parallex-section h1,
	.parallex-section h2 {
		font-size: 32px
	}

	.swiper-container3 .swiper-slide {
		position: relative;
		height: 180px;
		border: 4px solid #fff;
		box-shadow: 0 0 4px #ccc
	}

	.headfirst,
	.headsec h3,
	.enrollbtn {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.backtotop .visible-lg {
		display: inline-block !important
	}

	.font45 {
		font-size: 50px !important;
		font-family: Poppins, sans-serif
	}
}

@media (min-width: 1199px) {
	.enrollpage .row {
		display: flex;
		align-items: center
	}

	.enrollpage .toggle .togglet i {
		top: 16px
	}

	.page-title-parallax {
		height: 300px
	}

	.row.dflex {
		display: flex;
		align-items: stretch
	}

	.row.dflex>div {
		align-items: start
	}

	.swiper-container3 .swiper-slide {
		height: 220px
	}
}

@media (min-width: 1930px) {
	.vimeo-wrapper iframe {
		width: 101vw !important;
		height: 268% !important;
		min-height: 130% !important
	}
}

.section-image-full {
	background-image: url(../images/banner3.jpg);
	min-height: 480px;
	background-attachment: fixed;
	background-size: cover;
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center
}

.empty-section {
	background-image: url(../images/banner-main.jpg);
	min-height: 350px;
	background-attachment: fixed;
	height: 100vh;
	background-size: cover;
	text-transform: none;
	display: flex;
	align-items: center
}

span.text-yellow {
	color: #fed138
}

.portlet.boxs h3 {
	font-size: 22px;
	margin: 15px 0 0
}

.socialcontact a {
	padding: 10px;
	font-size: 21px;
	color: #000
}

.title-block {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #28903b;
	margin-bottom: 30px
}

@media (min-width: 1199px) {
	.swiper_wrapper {
		height: 60vh !important;
	}

	.enrollpage .toggle.faq .togglet {
		align-items: center
	}

	.enrollpage .row {
		display: flex;
		align-items: center
	}

	.enrollpage .toggle .togglet>i {
		top: 0;
		bottom: 0 !important;
		margin: auto !important;
		height: 15px;
		line-height: normal;
	}

	.page-title-parallax {
		height: 250px;
	}

	.row.dflex {
		display: flex;
		align-items: center;
	}

	.row.dflex>div {
		align-items: start
	}

	.swiper-container3 .swiper-slide {
		height: 225px
	}
}

@media (min-width: 1930px) {
	.vimeo-wrapper iframe {
		width: 101vw !important;
		height: 268% !important;
		min-height: 130% !important
	}
}

@media (min-width: 1400px) {
	div#logo h2 {
		font-size: 33px;
		letter-spacing: 0;
	}

	.menubar {
		margin-top: 50px;
	}
}

.btn:active,
.btn:focus {
	transition: all ease .5s;
}

.text-danger {
	color: #f59e2a !important;
}

/* new css */
#primary-menu>ul>li.current>a,
#primary-menu>ul>li:hover>a {
	background: #0e4444;
	color: #ffffff;
	border-color: transparent !important;
}

#top-header a:hover {
	background: #ffffff;
	color: #000000;
	/* box-shadow: 0px -3px 0px #444; */
}

h1,
h2 {
	color: #0e4444;
}

h2.headingsmall {
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 16px;
	margin-top: 20px;
}

.btn-purple:hover,
.btn-purple:focus {
	border-color: #be1f2e;
}

.btn-purple {
	background: #be1f2e;
	color: #fff;
	text-decoration: none;
	border: 1px solid #be1f2e;
}

#primary-menu ul ul li:hover>a {
	background: #0e4444 !important;
	color: #ffffff;
	border-color: transparent !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #128787;
	background-color: #fff;
}

.right-btn {
	float: right;
}

.back-colo-ser {
	background: #e6e6e6;
}

.footer.dark a:hover,
.footer.dark ul li a:hover {
	color: rgb(104 211 33) !important;
}

.hei-270 {
	height: 270px !important;
}

.fnt-size-20 {
	font-size: 16px !important;
}

.bt-pad-8 {
	padding: 8px 8px;
}

.br-rad-50 {
	border-radius: 50%;
}

@media (min-width:1200px) and (max-width:1399px) {
	div#logo h2 {
		font-size: 26px;
	}
}



/* responsive video start */

@media (min-width:768px) and (max-width: 991px) {
	.slider-caption h2 {
		font-size: 25px;
	}

	.slider-caption.slider-caption-left {
		/* height: auto !important; */
	}

	.vimeo-wrapper iframe {
		height: 557px !important;
		width: 100% !important;
		min-width: auto !important;
		height: 400px;
	}

	.swiper_wrapper {
		height: 400px !important;
		background: #f15829;
	}

	.page-title-parallax h3 {
		text-align: center;
		font-size: 20px
	}

	.slider-caption {
		/* position: relative; */
		/* bottom: 0; */
		/* margin: auto; */
		/* z-index: 9999; */
		/* height: auto; */
		/* display: block; */
		/* padding: 10px; */
		/* text-align: center; */
		/* max-width: 500px; */
	}

	.slider-caption h3 {
		font-size: 20px;
		position: static;
	}
}

@media (max-width: 767px) {
	.vimeo-wrapper iframe {
		height: 138px !important;
		width: 100% !important;
		min-height: 225px !important;
		min-width: auto !important;
		height: 300px;
		/* top: 0; */
	}

	.swiper_wrapper {
		height: 300px !important;
		/* padding: 20px 0; */
	}

	.page-title-parallax h3 {
		text-align: center;
		font-size: 20px
	}

	.slider-caption {
		/* position: relative; */
		/* top:0; */
		/* bottom: 0; */
		/* margin: auto; */
		/* z-index: 9999; */
		/* height: auto; */
		/* display: block; */
		/* transform: none; */
		/* padding: 10px; */
		/* text-align: center; */
		/* background: transparent !important; */
		/* max-width: 300px; */
	}

	.slider-caption h3 {
		font-size: 18px;
		position: static;
		font-weight: 600;
	}
}

@media (max-width: 395px) {
	.entry-content h3 {
		font-size: 18px;
	}

	#logo img,
	header#header.sticky-header #logo img {
		max-width: 100%;
		max-height: 58px;
		width: auto;
	}

	#primary-menu-trigger {
		/* top: -41px; */
	}

	#top-header {
		/* background: #ceeaff !important; */
	}

	#top-header a {
		/* color:#000; */
	}
}

@media (min-width:401px) and (max-width: 767px) {
	.slider-caption h2 {
		font-size: 32px;
	}

	.slider-caption.slider-caption-left {
		/* height: auto !important; */
	}

	.vimeo-wrapper iframe {
		height: 308px !important;
		width: 100% !important;
		min-height: 289px !important;
		min-width: auto !important;
		height: 380px;
	}

	.swiper_wrapper {
		height: 310px !important;
		background: #f15829;
	}

	.page-title-parallax h3 {
		text-align: center;
		font-size: 20px
	}

	.slider-caption {
		/* position: relative; */
		/* bottom: 0; */
		/* margin: auto; */
		/* z-index: 9999; */
		/* height: auto; */
		/* display: block; */
		/* padding: 10px; */
		/* text-align: center; */
		/* max-width: 500px; */
	}

	.slider-caption h3 {
		font-size: 20px;
		position: static;
	}
}

@media (min-width:551px) and (max-width: 767px) {
	.vimeo-wrapper iframe {
		height: 420px !important;
		min-height: 307px !important;
		height: 380px;
	}
}

/* responsive video End */

.services_page h4 {
	/* color: #316ee8; */
	/* margin-top: 20px; */
	/* margin-bottom: 0; */
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
}

.btnStyled span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.btnStyled span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.btnStyled:hover span {
	padding-right: 25px;
}

.btnStyled:hover span:after {
	opacity: 1;
	right: 0;
}

.swiper-button-disabled {
	display: none
}

a.btn.btn-black-border {
	border: 2px solid #707070;
	color: #000;
}

a.btn.btn-black-border:hover {
	background: #fff;
	/* border-color: #fff; */
}

.contactsidebar h4 {
	/* color: #050a90; */
}

/*  Gtranslate NEW CSS - 18 Jan 2024*/
/*.gt_switcher_wrapper a {
	color: #fff !important;
}
.hidegt .gt_switcher_wrapper {
	display: none !important
}
@media (min-width: 1700px) {
	.gt_switcher_wrapper {
		left: 15% !important;
		top: 4px !important;
	}
	.gt_switcher_wrapper a {
		color: #fff !important;
	}
}
@media (min-width: 1200px) {
	.gt_switcher_wrapper {
		left: 10% !important;
		top: 4px !important;
	}
}
@media (min-width: 768px) and (max-width:1199px) {
	.gt_switcher_wrapper {
		left: 10% !important;
		top: 4px !important;
	}
}
@media (min-width: 475px) and (max-width:767px) {
	.gt_switcher_wrapper {
		left: 10px !important;
		top: 4px !important;
	}
}

@media (min-width:474px) and (max-width:587px){
	.gt_switcher_wrapper {
		left: 0 !important;
		right: 0 !important;
		text-align: center;
		top: 38px !important;
	}
	#top-header {
		height: 70px;
		text-align: center;
	}
}
@media (max-width:474px){
	.gt_switcher_wrapper {
		left: 0 !important;
		right: 0 !important;
		text-align: center;
		top: 38px !important;
	}
	#top-header {
		height: 70px;
		text-align: center;
	}
}
@media (min-width:992px) and (max-width:1400px) {
	.gt_switcher_wrapper {
        left: 155px !important;
		top: 4px !important;
	}
}
*/
/*  End Gtranslate NEW CSS - 18 Jan 2024*/

<!--Test CSS for DSS translate widget-->
#DSSLanguageTranslateorWidget a {
	color: #fff !important;
}

@media (min-width: 1700px) {
	#DSSLanguageTranslateorWidget {
		left: 5% !important;
		bottom: 4px !important;
	}
	#DSSLanguageTranslateorWidget a {
		color: #fff !important;
	}
}
@media (min-width: 1200px) {
	#DSSLanguageTranslateorWidget {
		left: 5% !important;
		bottom: 2px !important;
	}
}
@media (min-width: 768px) and (max-width:1199px) {
	#DSSLanguageTranslateorWidget {
		left: 0% !important;
		bottom: 2px !important;
	}
}
@media (min-width: 475px) and (max-width:767px) {
	#DSSLanguageTranslateorWidget {
		left: 0px !important;
		bottom: 2px !important;
	}
	#copyrights {
		height: 100px;
		text-align: center;
	}
}
@media (max-width:474px) {
	#DSSLanguageTranslateorWidget {
		left: 0 !important;
		right: 0 !important;
		text-align: center;
		bottom: 2px !important;
	}
	#copyrights {
		height: 100px;
		text-align: center;
	}

}
@media (max-width:470px) {
	#DSSLanguageTranslateorWidget {
		left: 0 !important;
		right: 0 !important;
		text-align: center;
		bottom: 2px !important;
	}
	#copyrights {
		height: 150px;
		text-align: center;
	}

}
