/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Details
- Services 1
- Services 2
- Services 3
- Services 4
- Services 5
- Services 6
- Contact
- Footer
- Copyright
- Back To Top Button
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f7f9fd
- Headings text - black #161223
- Body text - dark gray #53575a
- Buttons, icons - green #7dc22b
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #53575a; 
	font: 400 0.9rem/1.525rem "Open Sans", sans-serif;
}

h1 {
	color: #161223;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: "Poppins";
  text-transform: uppercase;
}

h2 {
  color: #161223;
  font-weight: 600  !important;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Poppins";
}

h3 {
	color: #161223;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: "Poppins"
}

h4 {
	color: #161223;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Poppins"
}

h5 {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal !important;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: "Poppins";
  padding: 0px 5% 15px 5%;
}

h6 {
	color: #161223;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Poppins"
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}


.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #53575a;
	text-decoration: underline;
}

a:hover {
	color: #53575a;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.read-more {
	position: relative;
	top: 20px;
	background-color: #000000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 04px;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-more:hover {
	position: relative;
	top: 20px;
	background-color: #7dc22b !important;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 04px;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}

.green {
	color: #7dc22b;
}

.bg-gray {
	background-color: #dfe3ea;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #7dc22b;
	border-radius: 4px;
	background-color: #7dc22b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #7dc22b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
  display: inline-block;
  padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  border: 1px solid #14151a;
  border-radius: 4px;
  background-color: #14151a;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
  margin-bottom: 2px;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #ffffff; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #7dc22b;
	border-radius: 4px;
	background-color: #7dc22b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #7dc22b;
	background-color: transparent;
	color: #7dc22b;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
    text-transform: uppercase;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 190px;
	height: auto;
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 4.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #161223;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #fba207;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: #161223;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	font-weight: 600;
	font-size: 0.675rem;
	line-height: 0.675rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #161223;
	color: #7dc22b;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #5b5f66;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: #7dc22b;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #7dc22b;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

.navbar .nav-item .btn-nav {
	margin-left: 0.75rem;
	padding: 0.75rem 1em;
    font-size: 1rem;
    border: 1px solid #fba207;
    border-radius: 4px;
    background-color: #fba207;
	color: #ffffff;
	text-decoration: none;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: relative;
}

.header #image-background {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100; 
}

.header .header-content {
	padding-top: 11rem;
	padding-bottom: 9rem;
	background: linear-gradient(rgba(3, 3, 3, 0.5), rgba(21, 35, 63, 0.5));
	background-size: cover;
	text-align: center; 
}

.header .h1-large {
  margin-top: 3.25rem;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 2.7rem;
  line-height: 3.75rem;
}


/*******************/
/*     Details     */
/*******************/
.split {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.split2 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/*#event-production-services {
	height: 730px;
	background: url('../images/event-production-services.jpg') center center no-repeat;
    background-size: cover;
}*/

.event-production-services {
	height: 730px;
    width: 560px; /* width of container */
    object-fit: cover;
}

.split .area-1 {
	height: 430px;
	background-size: cover;
}

.split .area-2 {
	padding-top: 6.25rem;
	padding-bottom: 9.75rem;
}

.split h2 {
	margin-bottom: 1.5rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split p:last-of-type {
	margin-bottom: 0;
}


/**********************/
/*     Services 1     */
/**********************/
.uplighting-rentals {
  height: 730px;
  width: 560px;
  object-fit: cover;
}

.basic-1 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.basic-1 .image-container img {
	border-radius: 0px;
}

.basic-1 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 2     */
/**********************/
/*#on-site-tech {
	height: 730px;
    background: url(../images/on-site-av-tech-support.jpg) center center no-repeat;
    background-size: cover;
}*/

.outdoor-waterproof-led-uplighting {
  height: 730px;
  width: 560px;
  object-fit: cover;
}

.basic-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-2 .image-container {
	margin-bottom: 4rem;
}

.basic-2 .image-container img {
	border-radius: 0px;
}

.basic-2 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 3     */
/**********************/
/*#live-event-video {
	height: 730px;
    background: url(../images/live-event-video-streaming.jpg) center center no-repeat;
    background-size: cover;
}
*/
.wireless-battery-powered-uplighting {
  height: 730px;
  width: 560px;
  object-fit: cover;
}

.basic-3 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-3 .image-container {
	margin-bottom: 4rem;
}

.basic-3 .image-container img {
	border-radius: 0px;
}

.basic-3 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 4     */
/**********************/
/*#projection-mapping {
	height: 730px;
    background: url(../images/projection-mapping-for-events.jpg) center center no-repeat;
    background-size: cover;
}*/

.uplighting-brand-partners {
  height: 730px;
  width: 560px;
  object-fit: cover;
}

.basic-4 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-4 .image-container {
	margin-bottom: 4rem;
}

.basic-4 .image-container img {
	border-radius: 0px;
}

.basic-4 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 5     */
/**********************/
/*#dome-tent-rental {
	height: 730px;
    background: url(../images/dome-tent-rentals.jpg) center center no-repeat;
    background-size: cover;
}*/

.dome-tent-rental {
	height: 730px;
    width: 560px; /* width of container */
    object-fit: cover;
}

.basic-5 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-5 .image-container {
	margin-bottom: 4rem;
}

.basic-5 .image-container img {
	border-radius: 0px;
}

.basic-5 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 6     */
/**********************/
/*#virtual-event-services {
	height: 730px;
    background: url(../images/virtual-event-services.jpg) center center no-repeat;
    background-size: cover;
}*/

.virtual-event-services {
	height: 730px;
    width: 560px; /* width of container */
    object-fit: cover;
}

.basic-6 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-6 .image-container {
	margin-bottom: 4rem;
}

.basic-6 .image-container img {
	border-radius: 0px;
}

.basic-6 h2 {
	margin-bottom: 1.5rem;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 9.25rem;
	padding-bottom: 8.5rem;
	background: linear-gradient(rgba(2, 15, 29, 0.1), rgba(2, 15, 29, 0.1)), url('../images/contact-us-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 1.125rem;
	color: #ffffff;
}

.form-1 .p-heading {
	margin-bottom: 0.375rem;
	color: #ffffff;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
	color: #ffffff;
}

.form-1 .list-unstyled a {
	color: #ffffff;
}

.form-1 .list-unstyled .fas {
	color: #7dc22b;
}

.form-1 .form-control-input,
.form-1 .form-control-textarea {
	border-color: #374959;
	background-color: #293642;
	color: #efefef;
}

.form-1 .form-control-input::placeholder,
.form-1 .form-control-textarea::placeholder {
	color: #efefef;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
	background-color: #161223;
}

.footer a {
	text-decoration: none;
	text-decoration: underline !important;

}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #9ba3b1;
}

.footer p,
.footer a,
.footer ul {
	color: #9ba3b1;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #293642;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
    color: #9ba3b1;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
    color: #7dc22b;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	background-color: #161223;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #9ba3b1;
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	right: 20px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #323137; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	margin-bottom: 0.25rem;
	margin-left: 0.125rem;
	width: 18px;
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (max-width: 768px) and (min-width: 300px) {

	/* Navbar */
	.navbar .nav-item .btn-nav {
		margin-left: 0px !important;
		position: relative;
		top: 20px;
	}
	/* end of navbar */

	/* Header */
	.header .header-content {
		padding-top: 7.5rem;
		padding-bottom: 13rem;
	}
   .header .header-content p {
		color: #fff;
	}
    
    .header .header-content .h1-large {line-height: 3rem;}
	/* end of header */

	/* Details */
	#eps {
		/*height: 430px;*/
		margin-bottom: 60px;
	}
	/* end of details */

	/* Services 1 */
	#av-equip-rent {
		/*height: 430px;*/
	}
	/* end of services 1 */

	/* Services 2 */
	#on-site-tech {
		/*height: 430px;*/
	}
	/* end of services 2 */

	/* Services 3 */
	#live-event-video {
		/*height: 430px;*/
	}
	/* end of services 3 */

	/* Services 4 */
	#projection-mapping {
		/*height: 430px;*/
		margin-top: 40px;
	}
	/* end of services 4 */

	/* Services 5 */
	#dome-tent-rental {
		/*height: 430px;*/
		margin-top: 40px;
	}
	/* end of ervices 5 */

	/* Services 6 */
	#virtual-event-services {
		/*height: 430px;*/
		margin-top: 40px;
	}
	/* end of services 6 */

	/* Contact */
	.form-1 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */

    .text-container {
    margin-top: 1rem;
    margin-left: 5%;
    margin-right: 5%;
}
    
    
.uplighting-rentals {object-fit: cover; width: 100%; height: 400px;}
.basic-1 .image-container {margin-bottom: 2rem;}
.outdoor-waterproof-led-uplighting  {object-fit: cover; width: 100%; height: 400px;}
.basic-2 .image-container {margin-bottom: 2rem;}
.wireless-battery-powered-uplighting   {object-fit: cover; width: 100%; height: 400px;}
.basic-3 .image-container {margin-bottom: 2rem;}
.uplighting-brand-partners {object-fit: cover; width: 100%; height: 400px;}
.basic-4 .image-container {margin-bottom: 2rem;}

.introtext {padding-left: 6%; padding-right: 6%;}    

}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 1rem;
		padding-bottom: 1rem;
		background-color: #161223;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 18rem;
		padding-bottom: 16rem;
	}
	
	.header .h1-large {
		margin-bottom: 0rem;
		font-size: 2.7rem;
		line-height: 3.5rem;
	}

	.header p {
		color: #fff;
		margin-bottom: 2rem;
	}
	/* end of header */


	/* Details */
	.split .area-1 {
		height: 100%;
		width: 50%;
		display: inline-block;
	}
	
	.split .area-2 {
		height: 100%;
		width: 50%;
		display: inline-block;
		padding-bottom: 0;
		vertical-align: top;
	}

	.split .text-container {
		width: 400px;
		margin-left: 3rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .image-container {
		margin-bottom: 0;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .image-container {
		margin-bottom: 0;
	}
	/* end of services 3 */

	/* Services 4 */
	.basic-4 .image-container {
		margin-bottom: 0;
	}
	/* end of services 4 */

	/* Services 5 */
	.basic-5 .image-container {
		margin-bottom: 0;
	}
	/* end of services 5 */

	/* Services 6 */
	.basic-6 .image-container {
		margin-bottom: 0;
	}
	/* end of services 6 */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */

}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.container {
		max-width: 1140px;
	}
	/* end of general styles */
	

	/* Header */
	.header {
		height: 80vh;
	}
	
	.header .header-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 80vh;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .btn-solid-lg {
		padding: 1.875rem 3rem;
		font-size: 1rem;
	}
	/* end of header */


	/* Details */
	.split .text-container {
		margin-top: 4rem;
    	margin-left: 5rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 3 */

	/* Services 4 */
	.basic-4 .text-container {
		margin-top: 4rem;
		margin-right: 5rem;
	}
	/* end of services 4 */

	/* Services 5 */
	.basic-5 .text-container {
		margin-top: 4rem;
		margin-right: 5rem;
	}
	/* end of services 5 */

	/* Services 6 */
	.basic-6 .text-container {
		margin-top: 4rem;
		margin-right: 5rem;
	}
	/* end of services 6 */

	/* Contact */
	.form-1 form {
		width: 776px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of contact */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */

}
/* end of min-width 1200px */