.clearfix {
	zoom: 1;
}

.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}
.align-center{
	text-align: center;
}
html, body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 300;
}

body {
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ftco-section {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.ftco-no-pt {
	padding-top: 0;
}

.ftco-no-pb {
	padding-bottom: 0;
}

.heading-section {
	font-size: 28px;
	color: #000;
}
.color1{
	color: #0c4b65;
}
.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.nav-link{
	color: #b5623c;
	font-weight: 800;
}
.wrap {
	background: #202020;
}

.phone span {
	line-height: 34px;
	color: #fff;
}

.wrap .phone a {
	color: #fff;
	position: relative;
	font-size: 12px;
	top: -2px;
	left: 2px;
	font-weight: 500;
}

.social-media {
	display: inline-block;
}

.social-media p a {
	width: 34px;
	height: 34px;
	background: #4d4d4d;
	margin-right: 1px;
}

.social-media p a span {
	color: #fff;
}

.social-media p a:hover {
	background: #f1bc31;
	border-color: #f1bc31;
}

.social-media p a:hover span {
	color: #fff;
}

.ftco-navbar-light {
	background: #fff !important;
	z-index: 3;
	padding: 0;
	-webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light {
		background: #fff;
		position: relative;
		top: 0;
		padding: 0px 15px;

	}
}

.ftco-navbar-light .navbar-brand {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

.ftco-navbar-light .navbar-brand span {
	display: block;
	font-size: 12px;
	font-weight: 500;
}

.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
	color: #000;
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav {
		padding-bottom: 10px;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	font-size: 15px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 900;
	color: #4d4d4d;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: #f1bc31;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	z-index: -1;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
	visibility: visible;
	background-color: #f1bc31;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: .9rem;
		padding-bottom: .9rem;
	}

	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
		color: #fff;
	}
}

@media (max-width: 767.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	border-radius: 4px;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	font-size: 12px;
	color: #000;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
	background: #f1bc31;
	color: #fff;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
		display: block !important;
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
	color: #fff;
	background: #f1bc31;
	border-radius: 0px;
}

@media (max-width: 767.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
		color: #fff;
		background: #f1bc31;
		border-radius: 4px;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
	color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
	visibility: visible;
	background-color: #f1bc31;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.active > a {
		color: #000;
	}

	.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
		display: none;
	}
}

.ftco-navbar-light .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:focus {
	outline: none !important;
	border: none;
	box-shadow: none;
}


.form-control {
	height: 46px !important;
	background: #fff !important;
	color: #000 !important;
	font-size: 14px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus, .form-control:active {
	border-color: #000;
}

#section1 {
	margin-top: 109px;
	width: 100%;
	height: 852px;
}

.zs-enabled {
	position: relative;
	height: 100%;
}

.zs-enabled .zs-slide, .zs-enabled .zs-slides, .zs-enabled .zs-slideshow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
	background: 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}

.zs-enabled.zoom-out .zs-slideshow .zs-slides .zs-slide {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
	visibility: visible;
	opacity: 1
}

.zs-enabled .zs-slideshow .zs-bullets {
	position: absolute;
	z-index: 4;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	display: inline-block;
	cursor: pointer;
	border: 2px solid #ccc;
	width: 14px;
	height: 14px;
	border-radius: 8px;
	margin: 10px;
	background-color: #4a4a4a
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
	background-color: #ccc
}

.zs-enabled .zs-slideshow:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: 0 0
}

.zs-enabled.overlay-plain .zs-slideshow:after {
	background-image: url(//notacorda.like-themes.com/wp-content/themes/notacorda/assets/css/plain.png)
}

.zs-enabled.overlay-dots .zs-slideshow:after {
	background-image: url(//notacorda.like-themes.com/wp-content/themes/notacorda/assets/css/dots.png)
}

.zs-enabled .zs-slideshow .zs-bullets {
	bottom: 70px
}

@media (max-width: 479px) {
	.zs-enabled .zs-slideshow .zs-bullets {
		display: none !important;
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0
	}
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	background: #efcf4f;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	border: 7px solid transparent;
	margin: 0 5px
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
	background: #0c4b65;
	border-color: #fff
}

.zs-enabled .zs-arrows {
	position: absolute;
	top: 46%;
	width: 100%
}

@media (max-width: 991px) {
	.zs-enabled .zs-arrows {
		display: none
	}
}

.zs-enabled .zs-arrows .container {
	position: relative
}

.zs-enabled .zs-arrows .arrow-right, .zs-enabled .zs-arrows .arrow-left {
	cursor: pointer;
	top: 50%;
	display: block;
	z-index: 10;
	position: absolute;
	font-weight: 700;
	font-size: 12px;
	vertical-align: middle
}

.zs-enabled .zs-arrows .arrow-right:hover, .zs-enabled .zs-arrows .arrow-left:hover {
	color: #efcf4f;
	transition: all .3s ease
}

.zs-enabled .zs-arrows .arrow-right:hover:before, .zs-enabled .zs-arrows .arrow-left:hover:before, .zs-enabled .zs-arrows .arrow-right:hover:after, .zs-enabled .zs-arrows .arrow-left:hover:after {
	border-color: #efcf4f;
	color: #efcf4f;
	transition: all .3s ease
}

.zs-enabled .zs-arrows .arrow-right:before, .zs-enabled .zs-arrows .arrow-left:before, .zs-enabled .zs-arrows .arrow-right:after, .zs-enabled .zs-arrows .arrow-left:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px
}

.zs-enabled .zs-arrows .arrow-left {
	left: 0
}

.zs-enabled .zs-arrows .arrow-left:before {
	content: "\f053";
	margin-right: 6px
}

.zs-enabled .zs-arrows .arrow-left:after {
	content: "";
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-left: 18px;
	width: 55px;
	margin-bottom: 2px
}

.zs-enabled .zs-arrows .arrow-right {
	right: 0
}

.zs-enabled .zs-arrows .arrow-right:after {
	content: "\f054";
	margin-left: 6px
}

.zs-enabled .zs-arrows .arrow-right:before {
	content: "";
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-right: 18px;
	width: 55px;
	margin-bottom: 2px
}

.zs-enabled.bullets-true {
	padding-bottom: 90px
}

.zs-enabled.bullets-right .zs-bullets {
	right: 15px !important;
	width: auto !important;
	left: auto !important;
	top: 50% !important;
	bottom: auto !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.zs-enabled.bullets-right .zs-bullets .zs-bullet {
	display: block !important;
	margin: 10px 0
}

.zs-enabled.overlay-plain .zs-slideshow:after {
	background-image: none;
	background: #0c4b65;
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5
}

.zs-enabled.overlay-gray .zs-slideshow:after {
	background-image: none;
	background: rgba(61, 47, 43, .58)
}
.header{
	text-align: center;
	color: #e9bf4a;
	font-weight: 900;
	font-size: 65px;
}
.header2{
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 55px;
	text-shadow: 4px 4px #22222280;
}
.s1-p1{
	max-width: 700px;
	margin: 0 auto;
	margin-top: 50px;
}
.text-large{
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	text-shadow: 2px 2px #222222;
	line-height: 27px;
}
.btn{
	background:#b5623c;
	color: #fff;
	height: 70px;
	font-weight: 800;
	width: 170px;
	line-height: 58px;
}
.btn:hover{
	background: #fff;
	color: #0c4b65;
	height: 70px;
	font-weight: 800;
	width: 170px;
	line-height: 58px;
}
.free-offer{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 65px 0;
	margin-top: -140px;
	position: relative;
	border-radius: 10px;
	z-index: 3;
	background-image: url(/assets/images/notes.png);
	background-color: #e9bf4a;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.free-offer h4{
	color: #b5623c;
	font-weight: 800;
	font-size: 29px;
	letter-spacing: -1px;
}
.free-offer h1{
	text-shadow: 6px 8px 0px rgb(0 0 0 / 5%);
	color: #fff;
	font-size: 50px;
	margin: 20px 0;
	font-weight: 900;
}
.free-offer p{
	font-size: 25px;
	color: #0c4b65;
	max-width: 620px;
	font-weight: 800;
	line-height: 31px;
	margin: 0 auto;
}
.free-offer .btn-wrap{
	margin-top:50px;
}
#section2{
	background: #f7f5ef;
	padding-bottom: 150px;
}
.s2-container1{
	padding-top: 440px;
	text-align: center;
}
.s2-h4{
	color: #b5623c;
	font-weight: 800;
	font-size: 29px;
	letter-spacing: -1px;
}
.s2-h1{
	color: #0c4b65;
	font-weight: 800;
	font-size: 40px;
	width: 800px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 20px;
	letter-spacing: -1px;
}
.s2-p{
	font-size: 20px;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	color: #0c4b65;
	line-height: 26px;
	font-weight: 400;
}
.package{
	max-width: 370px;
	border-radius: 10px;
	background:#fff;
	transition: all .3s ease;
}
.package:hover{
	-webkit-box-shadow: 5px 5px 14px 1px rgba(185,185,185,0.31);
	box-shadow: 5px 5px 14px 1px rgba(185,185,195,0.31);
}
.packageImg-container{
	height: 215px;
	text-align: center;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}
.packageImg-container img{
	width: 100%;
}
.packageDetails{
	padding: 30px 25px;
}
.packageTitle{
	color: #b5623c;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 20px;
}
.packageDescription{
	font-size: 14px;
	color: #0c4b65;
	font-weight: 300;
	line-height: 20px;
}
.packageHighlights{
	color: #b5623c;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}
.packageSpan{
	color: #0c4b65;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 900;
	margin-left: 10px;
}
.packageLink{
	background: #e9bf4a;
	color: #fff;
	width: 130px;
	height: 35px;
	text-align: center;
	transition: all .3s ease;
	margin-top: 35px;
	display: block;
	font-weight: 800;
	line-height: 35px;
	border-radius: 10px;
}
.packageLink:hover{
	color:#fff;
	background: #0c4b65;
}

#section3{
	background:url("/assets/images/section2-bg.png") #f7f5ef center;
	padding-bottom: 100px;

}
.s3-h2{
	margin-top: 100px;
	font-size: 30px;
	font-weight: 800;
	color: #fff;
}
.s3-p{
	margin-top: 20px;
	color: #e9bf4a;
	font-weight: 900;
	font-size: 21px;
	line-height: 31px;
}
.s3-p2{
	margin-top: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 35px;
	line-height: 22px;
}
.s3-imageContainer{
	margin-top: 100px;
	border-radius: 10px;
	text-align: center;
}
.s3-imageContainer img{
	width: 300px;
	border-radius: 10px;
	-webkit-box-shadow: 20px 20px 0px 0px rgb(227 193 91);
	box-shadow: 20px 20px 0px 0px rgb(227 193 91);
}
#section4{
	background:url(/assets/images/circles.png) center, url(/assets/images/notesBig.png) no-repeat center;

	height:940px;
	text-align: center;
}
.s4-h4{
	color: #b5623c;
	font-weight: 800;
	font-size: 29px;
	margin-top:100px;
	letter-spacing: -1px;
}
.s4-h1{
	color: #0c4b65;
	font-weight: 800;
	font-size: 39px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 20px;
	letter-spacing: -1px;
}
.s4-p{
	font-size: 20px;
	margin: 0 auto;
	margin: 0 auto;
	margin-top: 20px;
	color: #0c4b65;
	line-height: 26px;
	font-weight: 400;
}
#VideoYoutube{
	border-radius: 10px;
	margin-top:30px;
}
#section5{
	background:url(/assets/images/parallax_testimonials.jpg) center;
}
.s5-h4{
	color: #e9bf4a;
	font-weight: 800;
	text-align: center;
	font-size: 29px;
	margin-top:100px;
	letter-spacing: -1px;
}
.s5-h1{
	color: #fff;
	font-weight: 800;
	font-size: 39px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom:50px;
	letter-spacing: -1px;
}
#demo{

	max-width: 900px;
	margin: auto;
	margin-bottom:100px;
}
.carousel-caption {
	position: initial;
	z-index: 10;
	padding: 5rem 8rem;
	background: url(/assets/images/quote.png?v=1) #fff no-repeat center;
	background-position-y: 53px;
	background-size: auto 110px;
	color: #0c4b65;
	font-weight: 800;
	min-height: 500px;
	font-size: 19px;
	border-radius: 10px;
	text-align: center;
	line-height: 27px;
}
.carousel-inner,.carousel-item{
	border-radius: 10px;
}
@media(max-width:767px){
	.carousel-caption {
		position: initial;
		z-index: 10;
		padding: 3rem 2rem;
		color: rgba(78, 77, 77, 0.856);
		text-align: center;
		font-size: 0.7rem;
		font-style: italic;
		font-weight: bold;
		line-height: 1.5rem;
	}
}
.carousel-caption img{
	width: 6rem;
	border-radius: 5rem;
	margin-top: 2rem;
}
@media(max-width:767px){
	.carousel-caption img{
		width: 4rem;
		border-radius: 4rem;
		margin-top: 1rem;
	}
}
#image-caption{
	color: #b5623c;
	font-weight: 800;
	font-style:normal;
	font-size: 29px;
	margin-top: 0.5rem;
}
@media(max-width:767px){
	#image-caption{
		font-style: normal;

		margin-top: 0.5rem;
	}
}
i{
	background-color: #e9bf4a;
	padding: 1.4rem;
	border-radius: 10px;
}
i:hover{
	background-color: #e9bf4a;
}
.carousel-control-prev{
	left: -20px;
}
.carousel-control-next{
	right:-20px;
}
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 1;
}
.carousel-control-next:hover {
	opacity: 1;
}
.carousel-control-prev:focus,.carousel-control-next:focus{
	opacity: 1;
}
@media(max-width:767px){
	i{
		padding: 0.8rem;
	}
}
.carousel-control-prev{
	justify-content: flex-start;
}

.carousel-control-next {
	justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
	transition: none;
	opacity: unset;
}
#section6{

	margin-bottom:1000px;
}
.s6-h4{
	margin-top:100px;
	color: #b5623c;
	font-weight: 800;
	font-size: 29px;
	text-align: center;
	letter-spacing: -1px;
}
.s6-h1{
	color: #0c4b65;
	font-weight: 800;
	font-size: 42px;
	width: 800px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	letter-spacing: -1px;
}
.s6-p{
	font-size: 20px;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	color: #0c4b65;
	line-height: 26px;
	font-weight: 400;
}
.profImage{
	overflow: hidden;
	height: 220px;
	width: 220px;
	background-size: contain;
	border-radius: 50%;
}
.profImage1{
	background: url(/assets/images/prof1.png) #fff no-repeat center;
	background-size: contain;
}
#section7{
	background: #fff;
	padding-bottom: 150px;
}
#section7 .container{
	padding-top:100px;
}
.s7-h2{
	color: #0c4b65;
	font-size:28px;
	font-weight: 900;
}
.s7-p{
	line-height: 35px;
	margin-top: 20px;
	color: #0c4b65;
	margin-bottom: 20px;
	font-weight: 400;
}
#section7 .social-icons-list li a {
	color: #0c4b65;
	font-size: 13px;
	font-weight: 500;
}
#section7 form{
	background:  #f7f5ef;
	padding: 50px;
	border-radius: 16px;
}
#section7 form label{
	color: #0c4b65;
	margin-bottom: 10px;
	font-weight: 800;
}
#section7 form input{
	width: 100%;
	border: none;
	margin-bottom:40px;
	height: 50px;
	border-radius: 10px;
	padding: 20px;
}
#section7 form textarea{
	width:100%;
	border:none;
	resize: none;
	font-size:13px;
	padding:20px;
	height:150px;
	border-radius: 10px;
}
#Trimite{
	background: #b5623c;
	color: #fff;
	height: 70px;
	font-weight: 800;
	width: 170px;
	line-height: 58px;
	border: none;
	border-radius: 10px;
	margin-top: 30px;
}
footer{
	background:#0c4b65;
}
footer .container{
	padding:60px 0;
}
footer .navbar-brand{
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}
footer .navbar-brand span {
	display: block;
	font-size: 12px;
	font-weight: 500;
}
.motto{
	margin-top: 24px;
	color: #e7ecee;
	font-weight: 400;
}
.footer-h4{
	color: #e9bf4a;
	font-weight: 800;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 40px;
	letter-spacing: -1px;
}
.social-icons-list li{

}
.social-icons-list li a{
	color: #e7ecee;
	font-size:13px;
	font-weight: 500;

}
.social-icons-list li a span{
	color: #e9bf4a;
	margin-right: 20px;
	margin-bottom:25px;
}
.social-big{
	list-style: none;
	margin: 0 0 35px;
	padding: 0;
}
.social-big li {
	display: inline;
	margin-right: 8px !important;
	vertical-align: middle;
}
.social-big li .fa-facebook {
	background: #4e71a8;
	color:#fff;
}
.social-big li .fa-twitter {
	background: #1cb7eb;
}
.social-big li .fa-youtube-play, .social-big li .fa-youtube {
	background: #ca3737;
}
.social-big li .fa-instagram {
	background: #444;
}
.social-big li .fa-whatsapp {
	background: #53a332;
}
.social-big li a {
	color: #fff;
	background: #0c4b65;
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	transition: all .3s ease;
}
.footer-block{
	background-color: #0a3f55;
	height:80px;
	position: relative;
	font-weight: 500;
	color: #f7f5ef;
	text-align: left;
	padding: 30px 0 24px;
	overflow: hidden;
}
.footer-block .container{
	position:relative;
}
.footer-block .container a{
	color:#915941;
}
.footer-block .go-top {
	transition: all .3s ease;
	top: -9px;
}
.footer-block .go-top:hover {
	animation: flip 2.5s linear infinite;
}
.footer-block .go-top {
	position: absolute;
	right: 0;
}
.gallery-flex {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	flex-wrap: wrap;
	justify-content: space-around;
}
.galleryItem {
	width: 500px;
	flex: 0 0 30%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 10px;
	background-color: #1c1c1c;
}
.gallery-img {
	width: 100%;
}
.modal-content{
	background: #1c1c1c;
}
.modal-dialog{
	max-width: 1260px;
}
.modal-h4{
	color: #e9bf4a;
	font-weight: 800;
	font-size: 29px;
	text-align: center;
	letter-spacing: -1px;
}
.modal-header, .modal-footer{
	border:none;
}
.about-p{
	color: #fff;
	margin-top: 20px;
	line-height: 26px;
}
@media screen and (max-width: 1200px) {
	.package{
		flex-shrink: 2; /* default 1 */
	}
	.gallery-flex {
		width: auto;
	}
	.social-icons-list li a {
		color: #e7ecee;
		font-size: 11px;
		font-weight: 500;
	}
}
@media screen and (max-width: 991px) {
	.package-container{
		flex-wrap: wrap;
	}
	.package {
		margin-bottom: 20px;
	}
	#section7 form {
		background: #f7f5ef;
		padding: 20px;
		border-radius: 16px;
	}
}
@media screen and (max-width: 540px) {
	.header {
		text-align: center;
		color: #e9bf4a;
		font-weight: 900;
		font-size: 33px;
	}
	.header2 {
		text-align: center;
		color: #fff;
		font-weight: 900;
		font-size: 33px;
		text-shadow: 4px 4px #22222280;
	}
	.text-large {
		text-align: center;
		color: #fff;
		font-weight: 400;
		font-size: 14px;
		text-shadow: 2px 2px #222222;
		line-height: 27px;
	}
	.free-offer h1 {
		text-shadow: 6px 8px 0px rgb(0 0 0 / 5%);
		color: #fff;
		font-size: 33px;
		margin: 20px 0;
		font-weight: 900;
	}
	.free-offer p {
		font-size: 16px;
		color: #0c4b65;
		max-width: 620px;
		font-weight: 800;
		line-height: 23px;
		margin: 0 auto;
	}
	.s2-h1 {
		color: #0c4b65;
		font-weight: 800;
		font-size: 23px;
		width: 800px;
		line-height: 33px;
		margin: 0 auto;
		margin-top: 20px;
		letter-spacing: -1px;
	}
	.s4-h1 {
		color: #0c4b65;
		font-weight: 800;
		font-size: 30px;
		line-height: 35px;
		margin: 0 auto;
		margin-top: 20px;
		letter-spacing: -1px;
	}
	.carousel-caption {
		position: initial;
		z-index: 10;
		background-position-y: 30px;
		background-size: auto 65px;
		padding: 3rem 2rem;
		text-align: center;
		min-height: 390px;
		font-style: normal;
		font-weight: 800;
		color: #0c4b65;
		font-size: 15px;
		line-height: 20px;
	}
	#demo {
		max-width: 88%;
		margin: auto;
		margin-bottom: 100px;
	}
	footer .container {
		padding: 60px 25px;
	}
	.go-top{
		right: 5% !important;
	}
	.footer-block p {
		font-size: 10px;
		line-height: 30px;
	}
}
