.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;
}

html, body {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 300;
	scroll-behavior: smooth;
}

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

.header {
	height: 90px;
	background-color: rgba(0, 0, 0, 0);
	background: #24293B;
	/*background: #29ACE0;*/
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.scrolled {
	background: #24293B;
}

.whatsapp-header {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 13px;
	z-index: 999999;
	width: 70px;
}

.whatsapp-header img {
	width: 100%;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.header-container {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	float: left;
	height: 70px;
	margin-top: 10px;
}

.login {
	float: right;
	height: 90px;
}

.login a {
	padding-left: 25px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.logo-img {
	margin: auto;
	vertical-align: middle;
	height: 100%;
	display: inline-block;
}

.site-name {
	margin-left: 10px;
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	font-weight: 500;
}

.language {
	position: absolute;
	right: 50px;
}

.language a {
	margin: 0 2px;
}

.language img {
	width: 18px;
}

.icon {
	display: none;
}

.section {
	min-height: 500px;
}

.section-1 {
	/*background: url(../images/bg.jpg);*/
	overflow: hidden;
	box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, .25);
	background-size: cover;
	background-position: center;
	position: relative;
	height: 900px;
}

#bgVideo {
	min-width: 100%;
	min-height: 100%;
}

.overlay {
	position: absolute;
	z-index: 1;
	background-color: rgb(0 0 0 / 30%);
	height: 100%;
	width: 100%;
}
.overlay2 {
	position: absolute;
	z-index: 1;
	background-color: rgb(0 0 0 / 60%);
	height: 100%;
	width: 100%;
}
.section-container {
	margin: 0 auto;
	width: 1200px;
	margin-top: 230px;
}

.slogan {
	margin-top: 60px;
	text-align: center;
}

.s1-h1 {
	font-family: 'Segoe Script', sans-serif;
	font-size: 60px;
	font-weight: 900;
	color: #29ACE0;
}

.offer-link {
	background: #29ACE0;
	color: #fff;
	border-radius: 5px;
	font-weight: 800;
	/*border: 1px solid #ffffff;*/
	box-shadow: 0px 7px 10px 3px rgba(0, 0, 0, 0.25);
	padding: 15px;
	display: block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.offer-link:hover {
	background: #24293B;
	color: #fff;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.content-box{
	width: 900px;
}
.s1-h {
	font-size: 27px;
	line-height: 37px;
	border-left: 10px solid #29ACE0;
	padding-left: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ffffff;

}

.scroll-div {
	top: 180px;
	text-align: center;
	position: relative;
}

.scroll-div img {
	width: 16px;
}

.section-special {
	background: #1a1a1a;
	padding-top: 45px;
	margin-bottom: 45px;
	min-height: 355px;

}

.about-title-special {

	font-size: 30px;
	padding-bottom: 20px;
	font-weight: 300;
	width: 385px;
	line-height: 37px;
	color: #29ACE0;
	border-bottom: 5px solid #fff;
}
.form-title{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.color{
	color: #ff0000;
	font-size: 24px;
}
.flavor{
	color: #919191;
	font-weight: 300;
	font-size: 16px;
	line-height: 29px;
}
#my-form{
	max-width:515px;
	width:100%;
	margin:0 auto;
	margin-top: 50px;
	text-align: center;
	padding-bottom: 45px;
}
.servicii-email{
	width: 100%;
	margin: 0 auto;
	-webkit-appearance: none;
	height: 40px;
	box-sizing: border-box;
	border: 3px solid #a78446;
	border-radius: 10px;
	font-size: 20px;
	padding: 0px 20px;
}
#submit-form{
	background: #29ACE0;
	color: #f2e8cf;
	border-radius: 5px;
	-webkit-appearance: none;
	font-weight: 800;
	border: 1px solid #ffd28a;
	padding: 15px;
	display: block;
	cursor: pointer;
	font-size: 22px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
#submit-form:hover{
	background: #815f17;
	color: #f2e8cf;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.section-2 {
	margin-bottom: 50px;
	padding-top:140px;
}

.section-container-2 {
	margin: 0 auto;
	width: 1200px;
}

.about-title {
	letter-spacing: 3px;
	font-size: 30px;
	padding-bottom: 20px;
	font-weight: 400;
	color: #fff;
	border-bottom: 8px solid #29ACE0;
	width: 444px;
	margin: 45px 0;
}

.services-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
}

.service {
	display: flex;
	margin: 30px 0;
}

.service-icon {
	flex: 30%;
	align-self: flex-start;
	font-size: 48px;
	color: #29ACE0;
}

.service-content {
	padding-left: 20px;
}

.service-content h2 {
	font-weight: 500;
	font-size: 24px;
	padding-bottom: 13px;
}

.service-content p {
	line-height: 28px;
	font-size: 19px;
}
.info-container{
	margin-top: 150px;
}
.h3{
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 2px;
}
.h2{
	text-align: center;
	margin: 20px 0;
	font-size: 40px;
	font-weight: 400;
}
.info-content{
	width: 375px;
	margin: 0 auto;
	text-align: center;
	FONT-WEIGHT: 400;
	color: #29ace0;
	line-height: 23px;
}
.ic-box{
	display: flex;
	width: 845px;
	margin: 0 auto;
	margin-top: 51px;
	margin-bottom:150px;
	justify-content: center;
}
.ic-flex{

}
.section-3{
	position:relative;
	background: url(../images/bg2.jpg);
	background-size: cover;
	background-position: center;
	height: 900px;
}
.awesome-list {
	/* Create a new instance of a counter called "my-awesome-list" and set the counter to 0. */
	counter-reset: my-awesome-list;
	display: inline-block;
	margin-left: 0;
	vertical-align: middle;
	position: relative;
}

.awesome-list-item {
	/* Increment the "my-awesome-list" counter for every list item. */
	counter-increment: my-awesome-list;
	margin: 1em 0;
	position: relative;
	width: 100%;
}

.awesome-list-item::before {
	/* Display the counter and set the list style for the list. */
	content: counter(my-awesome-list, decimal-leading-zero);
	background: #FFF;
	border: 10px solid #2C3E50;
	border-radius: 50%;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 2.6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 2.6em;
	z-index: 2;
}


.awesome-list-item > span {
	background: #8E44AD;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	position: relative;
	line-height: 2em;
	margin: 0 0 0 -2em;
	padding: 1.2em 2em 1.2em 3em;
	vertical-align: middle;
}

.awesome-list-item > span::after {
	background: transparent;
	content: "";
	position: absolute;
	top: 24%;
	right: 2%;
	width: 50%;
	height: 50%;
	max-width: 300px;
	z-index: -1;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	transform: rotate(3deg);
}

.awesome-list-item:nth-child(1)::before {
	background: #8E44AD;
	border-color: #2C3E50;
	box-shadow: 0 0 0 3px #8E44AD;
}

.awesome-list-item:nth-child(1) > span {
	background: #8E44AD;
}

.awesome-list-item:nth-child(2)::before {
	background: #2980B9;
	border-color: #2C3E50;
	box-shadow: 0 0 0 3px #2980B9;
}

.awesome-list-item:nth-child(2) > span {
	background: #2980B9;
}

.awesome-list-item:nth-child(3)::before {
	background: #27AE60;
	border-color: #2C3E50;
	box-shadow: 0 0 0 3px #27AE60;
}

.awesome-list-item:nth-child(3) > span {
	background: #27AE60;
}

.awesome-list-item:nth-child(4)::before {
	background: #16A085;
	border-color: #2C3E50;
	box-shadow: 0 0 0 3px #16A085;
}
.awesome-list-item:nth-child(4) > span {
	background: #16A085;
}
.ic2-box{
	display: flex;
	width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 51px;
	margin-bottom:150px;
	justify-content: center;
}
.ic2-flex{
	width: 245px;
	text-align: center;
	margin: 20px 20px;
	padding: 20px;
	border: 4px solid #29ACE0;
	border-radius: 20px;
}
.ic2-image{
	font-size: 85px;
	color: #29ACE0;
}
.ic2-title{
	font-size: 35px;
	margin: 20px 0;
	margin-bottom: 40px;
	font-weight: 900;
}
.ic2-text{
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 50px;
}
.email-info{
	margin: 20px 0;
}
.email-title{
	font-weight: 400;
	font-size: 20px;
}
.email-adr{
	margin-left: 20px;
	margin-top: 20px;
}
.fa-envelope{
	color:#29ACE0;
}
.section-container-4 {
	margin: 0 auto;
	width: 500px;
	margin-bottom: 150px;
}
.home-form-title{
	margin-top:40px;
	line-height: 40px;
	font-size:33px;
	font-weight: 600;
}
.home-form-p{
	font-weight: 400;
	margin-top:15px;
	margin-bottom:30px;
	font-size:14px;
}
.gallery-flex-home {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding-bottom:80px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.title-container{
	width:1200px;
	margin:0 auto;
	padding-top:50px;
	border-bottom: 3px solid #fff;
	padding-bottom: 40px;
	margin-bottom:50px;
}
.title-container-2{
	width:1200px;
	margin:0 auto;
	border-bottom: 3px solid #fff;
	padding-bottom: 50px;
	margin-bottom:50px;
}
.home-gallery-title {
	width: 500px;
	font-size: 30px;
	color: #fff;
	line-height: 35px;
}

.youtube-item{
	width:31%;
	height: 297px;
}
.home-gallery-item{
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}
.home-gallery-desc{
	color: #a78447;
	font-weight: 300;
	font-size: 14px;
	width: 90%;
	margin-bottom: 10px;
	line-height: 21px;
}
.youtube-item-container{
	height: 95px;
}
.title-spoof{
	color:#29ACE0;
	font-size:18px;
}
.about-section-1 {
	background: url("/assets/images/about-bg.png") center;
	background-size: cover;
	height: 900px;
}

.about-s1-container {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-top: 300px;
}

.about-h1 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-p {
	font-size: 19px;
	background: #0000006b;
	line-height: 39px;
	padding: 0 10px;
	color: #ababab;
	font-weight: 400;
}

.about-section-2 {
	padding-top: 50px;
	width: 1500px;
	margin: 0 auto;
}

.about-title-2 {
	letter-spacing: 3px;
	font-size: 30px;
	padding-bottom: 20px;
	font-weight: 300;
	color: #29ACE0;
	border-bottom: 5px solid #000;
	width: 255px;
	margin: 45px 0;
	margin-left: 25px;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.member {
	flex: 0 0 30%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 55px;
	background-color: #1c1c1c;
}

.memberDescription {
	padding: 30px 45px;
	height: 310px;
	color: #b1b1b1;
}

.memberDescriptionName {
	font-weight: 500;
	font-size: 23px;
	padding-bottom: 10px;
}

.memberDescriptionInstrument {
	color: #29ACE0;
	font-size: 19px;
	padding-bottom: 20px;
}

.memberDescriptionText {
	line-height: 20px;
	font-size: 14px;
}

.memberPhoto {
	height: 470px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 20px solid #29ACE0;
	overflow: hidden;
}

.memberPhotoSrc {
	width: 100%;
}

.spec {
	width: 175%;
	position: relative;
	left: -37%;
}

.spec2 {
	position: relative;
	top: -53px;
	width: 106%;
}

.memberSocials {
	list-style: none;
	display: flex;
	margin: 20px 0;
	justify-content: center;
}

.memberSocials > li {
	margin: 0 15px;
}

.gallery-section-1 {
	background: url("/assets/images/galleryMain2.jpg?v=1") center;
	background-size: cover;
	height: 760px;

}

.gallery-section-2 {
	background: #000;
}

.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%;
}

.s1-contact {
	background: url("/assets/images/contactBg.jpg?v=1") center;
	background-size: cover;
	height: 650px;
	background-position-y: -30px;
}

.s2-contact {
	background-color: #f6f6f6
}

.s2-contact-container {

	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-form-container {
	flex: 0 0 50%;
}

.contact-form-container-mob {
	display: none;
}

.contact-form {
	width: 500px;
	margin: 0 auto;
}

.contact-form-input {
	width: 100%;
	height: 32px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #cdcdcd;
	margin: 10px 0;
}

.contact-form-text {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	height: 230px;
	border-radius: 5px;
	margin-top: 10px;
	border: 1px solid #cdcdcd;
	resize: none;
}

.contact-submit {
	background: #29ACE0;
	color: #f6f5f4;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	width: 175px;
	margin-top: 15px;
	height: 55px;
}

.contact-h1 {
	padding-top: 20px;
	font-size: 40px;
	padding-bottom: 20px;
	font-weight: 600;
}

.emailAdr {
	color: #838383;
	font-weight: 400;
	padding: 10px 0;
}

.smallDetail {
	color: #29ACE0;
	font-weight: 500;
}

.contactSocials {
	list-style: none;
	display: flex;
	margin: 20px 0;
	justify-content: left;
}

.contactSocials a {
	color: #29ACE0 !important;
}

.contactSocials > li {
	margin: 0 15px;
}

.footer {
	background: #000;
	color: #fff;
	text-align: center;
	bottom: 0;
	right: 0;
	height: 36px;
	line-height: 36px;
	width: 100%;
	opacity: 0.5;
}

.footer-container {
	width: auto;
	margin: 0 auto;
	position: fixed;
	bottom: 15px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 9;
	background: #000;
	padding: 1px 0;
}

.footer-container {
	grid-template-columns: repeat(4, 1fr);
}

.social-icons {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 15px 0;
}

.flex {
	cursor: pointer;
	padding: 0 10px;
}

.flex a:visited {
	color: #fff;
}

.flex a i {
	color: #fff;
}

.flex a:hover {
	color: #fff;
}

.status {
	text-align: center;
	width: 500px;
	margin: 0 auto;
	border-radius: 2px;
	color: #fff;
	height: 25px;
	line-height: 25px;
}

.success {
	background: #29ACE0;
}

.error {
	background: #d00909;
}

@media screen and (max-width: 1200px) {
	.testimonials-wrapper {
		display: flex;
		gap: 3em;
		flex-wrap: wrap;
	}
	.column-1, .column-2 {
		margin: 0 auto;
	}
	.test-desc {
		width: 63%;
		font-style: italic;
		font-size: 17px;
		line-height: 26px;
		font-weight: 500;
		margin: 0 auto;
	}
	.section-3-container{

		width: 100%;
		padding-bottom: 50px;
	}
	.home-form-title {
		margin-top: 40px;
		line-height: 40px;
		font-size: 24px;
		font-weight: 600;
	}
	.home-form-p {
		font-weight: 400;
		margin-top: 15px;
		line-height: 19px;
	}
	.section-container-4 {
		width: auto;
		padding: 0 10px;
	}
	.logo {
		margin-left: 10px;
	}

	.header-container {
		width: 100%;
	}

	.logo-img {
		height: 100%;
	}

	.login {
		display: none;
	}

	.header .icon {
		display: block;
		position: absolute;
		color: #29ACE0;
		font-size: 49px;
		right: 53px;
		top: 20px;
	}

	#myLinks {
		position: absolute;
		top: 90px;
		padding: 0 20px;
		width: 100%;
		background: rgb(36 30 20 / 95%);
	}

	.mob-link {
		display: block;
		font-size: 22px;
		color: #f9fbfb;
		font-weight: 300;
		border-bottom: 1px solid #29ACE0;
		padding: 13px 0;
	}

	.section-1 {
		overflow: hidden;
		position: relative;
		height: 465px;
		min-height: auto;
	}
	.content-box{
		width:auto;
		margin-top: 120px;
	}
	.section-container {
		margin: 0 auto;
		width: auto;
		margin-top: 100px;
	}
	.ic2-box{
		width:auto;
	}
	.awesome-list-item > span {
		background: #8E44AD;
		border-radius: 4px;
		color: #FFF;
		display: inline-block;
		position: relative;
		line-height: 2em;
		margin: auto;
		padding: 1.2em 2em 1.2em 3em;
		vertical-align: middle;
	}
	.ic-box{
		width:auto;
	}
	.ic-image{
		display:none;
	}
	.s1-h {
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		border: none;
		letter-spacing: 1px;
		font-weight: 900;
		color: #c9c9c9;
	}
	.info-content {
		width:auto
	}
	.scroll-div {
		top: 7px;
	}

	#bgVideo {

	}

	.section-1 {

	}
	.section-3{
		height:1100px;
	}
	.slogan {
		background-size: cover;
		margin-top: 17px;
		text-align: center;
	}

	.overlay {

	}

	.s1-h1 {
		font-family: 'Segoe Script', sans-serif;
		font-size: 29px;
		font-weight: 900;
		color: #29ACE0;
	}

	.offer-link {
		background: #29ACE0;
		color: #fff;
		border-radius: 5px;
		font-weight: 800;
		border: 1px solid #fff;
		padding: 15px;
		display: block;
		font-size: 19px;
		height: 35px;
		line-height: 35px;
		width: 170px;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
	}

	.section-container-2 {
		width: auto;
		padding: 0 10px;
	}

	.about-title {
		letter-spacing: 3px;
		font-size: 20px;
		padding-bottom: 10px;
		font-weight: 300;
		color: #29ACE0;
		border-bottom: 5px solid #000;
		width: 140px;
		margin: 35px 0;
	}
	.about-title-special{
		font-size: 19px;
		width: 260px;
	}
	.services-container {
		grid-template-columns: auto;
	}

	.service-icon {
		flex: auto;
		font-size: 28px;
	}

	.service-content h2 {
		font-weight: 500;
		font-size: 21px;
		padding-bottom: 13px;
	}

	.service-content p {
		line-height: 25px;
		font-size: 15px;
	}

	.service {
		display: flex;
		margin: 15px 0;
	}

	.test-title {
		font-size: 24px;
	}

	.footer-container {
		width: auto;
		margin: 0 auto;
		padding: 1px 0;
	}

	.footer {
		height: auto;
	}

	.footer-flavor {
		line-height: 23px;
		font-size: 16px;
	}

	.about-section-1 {
		height: auto;
		padding-bottom: 25px;
	}

	.about-s1-container {
		width: auto;
		height: auto;
		padding-top: 105px;
	}

	.about-h1 {
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.about-p {
		font-size: 14px;
		background: #0000006b;
		line-height: 25px;
		padding: 0 10px;
		color: #ababab;
		margin-bottom: 20px;
		font-weight: 400;
	}

	.about-title-2 {
		letter-spacing: 3px;
		font-size: 20px;
		padding-bottom: 10px;
		font-weight: 300;
		color: #29ACE0;
		border-bottom: 5px solid #000;
		width: 140px;
		margin: 45px 0;
	}

	.about-section-2 {
		width: auto;
		padding: 0 10px;
		margin: 0 auto;
	}

	.member {
		flex: auto;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin-bottom: 55px;
		max-width: 363px;
		background-color: #1c1c1c;
	}

	.memberPhoto {
		height: 340px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom: 20px solid #29ACE0;
		overflow: hidden;
	}

	.memberDescription {
		padding: 10px 10px;
		height: auto;
		padding-bottom: 25px;
		color: #b1b1b1;
	}

	.gallery-section-1 {
		background: url(/assets/images/galleryMain2.jpg) center no-repeat #000;
		height: 200px;
		padding-top: 90px;
		background-size: cover;
		background-position: center 90px;
		min-height: auto;
	}

	.gallery-flex {
		width: auto;
	}
	.title-container{
		width:100%
	}
	.gallery-flex-home{
		width: auto;
	}
	.youtube-item{
		width:100%;
		height: 530px;
	}
	.title-container-2{
		display:none;
	}
	.gallery-section-2 {
		background: #000;
		padding: 0 10px;
	}

	.s1-contact {
		background: url(/assets/images/contactBg-mob.jpg?v=1) center no-repeat #000;
		height: 144px;
		padding-top: 90px;
		background-size: 100%;
		background-position: center 90px;
		min-height: auto;
	}

	.contact-form-container-web {
		display: none;
	}

	.contact-form-container-mob {
		display: initial;
	}

	.s2-contact-container {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 50px 10px;
	}

	.contact-h1 {
		padding-top: 0;
		font-size: 27px;
		padding-bottom: 20px;
		font-weight: 600;
	}

	.contact-form-container {
		flex: 0 0 100%;
	}

	.contact-form {
		width: 100%;
		margin: 0 auto;
	}

}
@media screen and (max-width: 700px){
	.test-desc {
		width: 85%;
	}
	.test-title {
		font-size: 21px;
		margin-top:40px;
	}
	.testim{
		width:auto;
	}
	.section-3-container {
		box-sizing: border-box;
		width: 100%;
		padding:0 10px;
		padding-bottom: 50px;
	}
	.testim-image-container {
		width: 95px;
		height: 95px;
		top: -30px;
		left: 0px;
	}
	.testim-image-container img {
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.home-gallery-title {
		width: 100%;
		font-size: 25px;
		color: #fff;
		line-height: 35px;
	}
}
