.margin_top {
	margin-top: 125px;
}

.header_area {
	margin: 0;
	padding: 0;
}

.top_header_content {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 337;
	box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15);
}

.fa-phone-volume, .fa-envelope, .fa-location-dot, .fa-house,
	.fa-instagram, .fa-facebook, .fa-twitter, .fa-youtube {
	font-size: 2rem;
	padding: 15px;
	color: orange;
}

.right_alignment {
	float: left;
}

.color {
	color: #007dfb;
}

.logo_container {
	max-width: 20%;
	display: flex;
	float: left;
	margin-left: 2rem;
}

.call_out {
	box-sizing: border-box;
	flex-basis: 30%;
}

.header_content {
	display: flex;
	box-sizing: border-box;
	flex-basis: 70%;
	font-size: 14px;
}

.logo {
	max-width: 100%;
}

.tab_mobile {
	display: none;
}

.top_header_content a {
	max-width: 100%;
}

.container nav.desk, .container nav.mob {
	z-index: 330;
	width: 100%;
	background: #3e3e3e;
	height: 60px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 63px;
	left: 0px;
	margin: 0;
}

nav.desk ul {
	list-style: none;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	justify-content: center;
	display: flex;
}

nav.desk ul li {
	width: 20%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .1s easeout;
	padding: 20px;
}

nav ul li a:active {
	border-bottom: 2px;
	border-bottom-color: orange;
	border-bottom-style: solid;
}

nav ul li a:hover {
	font-size: 18px;
	color: orange;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
}

nav.mob {
	display: none;
}

.font_slide {
	font-size: 25px;
}

/*   slides show */
.slideshow_container {
	grid-column: 1/span 12;
}

.galleryContainer {
	width: 100%;
	height: 550px;
	max-width: 100%;
	margin: auto;
	user-select: none;
	box-shadow: 0px 0px 3px 1px #00000078;
	padding: 10px;
	box-sizing: border-box;
}

.galleryContainer .slideShowContainer {
	width: 100%;
	height: 90%;
	overflow: hidden;
	background-color: gainsboro;
	position: relative;
}

.galleryContainer .slideShowContainer #playPause {
	width: 32px;
	height: 32px;
	position: absolute;
	background-image: url(images/playPause.png);
	background-repeat: no-repeat;
	z-index: 5;
	background-size: cover;
	margin: 5px;
	cursor: pointer;
}

.galleryContainer .slideShowContainer #playPause:hover {
	opacity: .7;
}

.galleryContainer .slideShowContainer .imageHolder {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background: black;
}

.galleryContainer .slideShowContainer .imageHolder img {
	width: 100%;
	height: 100%;
	opacity: 30%;
}

.galleryContainer .slideShowContainer .imageHolder .captionText {
	display: none;
}

.galleryContainer .slideShowContainer .leftArrow, .galleryContainer .slideShowContainer .rightArrow
	{
	width: 50px;
	background: #00000036;
	position: absolute;
	left: 0;
	z-index: 1;
	transition: background 0.5s;
	height: 72px;
	top: 50%;
	transform: translateY(-50%);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.galleryContainer .slideShowContainer .rightArrow {
	left: auto;
	right: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.galleryContainer .slideShowContainer .leftArrow:hover,
	.galleryContainer .slideShowContainer .rightArrow:hover {
	background: #000000a8;
	cursor: pointer;
}

.galleryContainer .arrow {
	display: inline-block;
	border: 3px solid white;
	width: 10px;
	height: 10px;
	border-left: none;
	border-bottom: none;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.galleryContainer .arrow.arrowLeft {
	transform: rotateZ(-135deg);
}

.galleryContainer .arrow.arrowRight {
	transform: rotateZ(45deg);
}

.galleryContainer .slideShowContainer>.captionTextHolder {
	position: absolute;
	bottom: 0;
	z-index: 1;
	color: white;
	font-family: sans-serif;
	font-size: 20px;
	text-align: center;
	width: 100%;
	background: #00000047;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.galleryContainer .slideShowContainer>.captionTextHolder>.captionText {
	margin: 0;
}

.galleryContainer #dotsContainer {
	width: 100%;
	height: 10%;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}

.galleryContainer #dotsContainer .dots {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-left: 5px;
	background-color: #bbb;
	cursor: pointer;
	transition: background-color 0.5s;
}

.galleryContainer #dotsContainer .dots:first-child {
	margin-left: 0;
}

.galleryContainer #dotsContainer .dots:hover, .galleryContainer #dotsContainer .dots.active
	{
	background-color: #717171;;
}

.galleryContainer .moveLeftCurrentSlide {
	animation-name: moveLeftCurrent;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.galleryContainer .moveLeftNextSlide {
	animation-name: moveLeftNext;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

@keyframes moveLeftCurrent {
	from {margin-left: 0;
	opacity: 1;
}

to {
	margin-left: -100%;
	opacity: 1;
}

}
@keyframes moveLeftNext {
	from {margin-left: 100%;
	opacity: 1;
}

to {
	margin-left: 0%;
	opacity: 1;
}

}
.galleryContainer .moveRightCurrentSlide {
	animation-name: moveRightCurrent;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.galleryContainer .moveRightPrevSlide {
	animation-name: moveRightPrev;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

@keyframes moveRightCurrent {
	from {margin-left: 0;
	opacity: 1;
}

to {
	margin-left: 100%;
	opacity: 1;
}

}
@keyframes moveRightPrev {
	from {margin-left: -100%;
	opacity: 1;
}

to {
	margin-left: 0%;
	opacity: 1;
}

}
.slideTextFromBottom {
	animation-name: slideTextFromBottom;
	animation-duration: 0.7s;
	animation-timing-function: ease-out;
}

@keyframes slideTextFromBottom {
	from {opacity: 0;
	margin-top: 100px
}

to {
	opacity: 1;
	margin-top: 0px;
}

}
.slideTextFromTop {
	animation-name: slideTextFromTop;
	animation-duration: 0.7s;
	animation-timing-function: ease-out;
}

@keyframes slideTextFromTop {
	from {opacity: 0;
	margin-top: -100px
}

to {
	opacity: 1;
	margin-top: 0px;
}

}
.textonimage {
	position: absolute;
	bottom: 25%;
	left: 25%;
	z-index: 1;
	color: white;
	font-family: sans-serif;
	text-align: center;
	width: 50%;
	background: #00000047;
	height: 120px;
	line-height: 60px;
	overflow: hidden;
}

#textanimation {
	animation: animate 0.7s ease-out;
	animation-iteration-count: infinite;
}

@keyframes animate {
	from {opacity: 0;
	margin-top: -100px
}

to {
	opacity: 1;
	margin-top: 0px;
}

}
#animate-charcter {
	text-transform: uppercase;
	background-image: linear-gradient(-225deg, #fff800 0%, #fff800 29%, #44107a 67%, #fff800
		100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 6s linear infinite;
	display: inline-block;
	font-size: 80px;
}

@keyframes textclip {to { background-position:200%center;
	
}

}
.textbg {
	display: block;
	background: aqua;
}

.image {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 5.5px 4.33px 15px 0 rgba(0, 0, 0, .25);
}

/* card design */
.card_holder {
	display: flex;
	justify-content: space-between;
}

.card {
	padding: 15px;
}

.servicessdiv {
	position: inherit;
	display: block;
	margin-top: 5px;
}

.servicescover {
	width: 100%;
	height: auto;
	text-align: center !important;
}

.service {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 5px;
	color: #119ee7;
	width: 100%;
	margin-bottom: 30px;
	align-content: center;
	text-align: center;
}

.service::before {
	z-index: 0;
	content: " ";
	width: 100px;
	height: 2px;
	margin-top: 5px;
	background: rgb(255, 235, 182);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.service::after {
	z-index: 0;
	content: " ";
	width: 100px;
	height: 2px;
	margin-top: 5px;
	background: rgb(255, 235, 182);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.mapcontainer {
	width: 100%;
	padding: 15px;
	margin: 0;
}

iframe {
	width: 100%;
	height: 400px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.footer-container {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

footer {
	width: 100%;
	text-align: center;
	color: #ffffff;
	/* padding-top: 20px; */
	background: #272727;
	font-weight: lighter;
	font-size: 80%;
}

.link_digi {
	color: white;
	font-size: 20px;
}

.footercontainer {
	background: #373737;
	color: white;
}

.arrow {
	font-size: 15px;
	color: #b4b4b4;
	text-decoration: none;
	background: url("../files/arrow.png") no-repeat 0px;
	padding: 0 0 0 13px;
}

.arrow:hover {
	color: orange;
}

.footercontainer li {
	list-style: none;
}

.footercontainer h1 {
	border-bottom: 2px;
	border-bottom-color: orange;
	border-bottom-style: double;
	border-bottom-width: medium;
}

.document_holder {
	background: white;
	border: 2px;
	border-color: orange;
	border-style: dotted;
	padding: 15px;
}

.contactbanner {
	width: 100%;
}

.col-banner .banner_wrapper {
	padding: 10px 27px 30px;
	max-width: 850px;
	margin: auto;
	margin-top: 60px;
	position: relative;
	box-shadow: 5.5px 4.33px 15px 0 rgba(254, 176, 0, .4);
	z-index: 1;
}

.col-banner .banner_wrapper:after {
	content: '';
	background: #ffe8bb;
	background-position: bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.banner_content {
	text-align: center;
}

.col-banner .banner_wrapper .banner_content h3 {
	font-size: 170%;
	color: #595959;
	font-weight: 700;
}

.col-banner .banner_wrapper .banner_content p {
	font-size: 130%;
	color: #8a8aff;
	font-weight: 700;
	line-height: 30px;
}

.col-banner .banner_wrapper .cta_content p {
	color: #fff
}

.col-banner .banner_wrapper .banner_content .query_btn {
	display: block;
}

.col-banner .banner_wrapper .button_box a {
	background: white;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	color: #595959;
}

.centering_item {
	align-content: center;
	align-items: center;
	justify-content: center;
}

.button_box {
	margin-top: 5px;
	display: flex;
	color: black;
	background: orange;
	text-align: center;
	justify-content: center;
}

/* Start Flex servicing */
.call-banner-container {
	max-width: 1400px;
	margin: 20px 20px 0 20px;
}

.call-banner {
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
	flex-basis: 100%;
}

.address_container {
	display: flex;
	text-align: center;
	float: right;
	justify-content: center;
	font-size: 15px;
}

/* Start Contact us form */
.contactus {
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.contactusform {
	text-align: center;
	background: #ffe8bb;
	box-shadow: 4px 4px 17px rgba(0.55, 0, 0, 0.55);
}

form {
	display: flex;
	flex-direction: column;
	padding: 2vw 4vw;
	width: 90%;
	max-width: 800px;
	border-radius: 10px;
	margin: 20px auto;
}

form h3 {
	color: #555;
	font-weight: 600;
	margin-bottom: 20px;
	background: white;
}

form input {
	border: 0;
	box-shadow: 4px 4px 5px rgba(0.55, 0, 0, 0.25);
	margin: 10px 0;
	padding: 15px;
	font-size: 16px;
	background: #f5f5f5;
}

form textarea {
	border: 0;
	box-shadow: 4px 4px 5px rgba(0.55, 0, 0, 0.25);
	margin: 10px 0;
	padding: 30px 15px;
	font-size: 16px;
	background: #f5f5f5;
}

form button {
	background: orange;
	font-size: 18px;
	border: none;
	width: 25%;
	align-self: center;
	box-shadow: 4px 4px 5px rgba(0.55, 0, 0, 0.25);
}

.sub_content p, .sub_content2 p {
	font-size: 20px;
	line-height: 30px;
	padding: 50px;
	background: white;
}

.sub_content_p {
	font-size: 18px;
}

.right_border {
	border-bottom: 20px;
	border-bottom-color: blue;
	border-bottom-style: outset;
	border-bottom-width: medium;
	border-bottom-width: 5px;
}

.highlight {
	box-shadow: 4px 4px 5px rgba(0.55, 0, 0, 0.25);
	font-size: 30px;
	color: #119ee7;
}