* {
  box-sizing: border-box;
  margin: 0;
}

html {
	height: 100%;
}

body {
  font-size: 100%;
  font-family: "Raleway", sans-serif;
 	margin: 0;
	height: 100%; 
/*	min-height: 100vh; */
	display: flex;
	flex-direction: column;

}

body > * {
	flex-shrink: 0; 
}

ul, ol {
  list-style-type: none;
 	margin: 0;
 	padding: 0;
}

.margin-r-8px {
   margin-right: 8px;
}

/**************** UNIVERSAL CLASSES ********************/

main {
	flex-grow: 1;
/*	height: 100%: */

}

.background1 {
	background-image: url("woman-modest.jpg");
	width: 100%;
	background-size: cover; 
/*	border-radius: 50px; */
	background-position: 1% 0;
}

.container-max {
 	max-width: 1440px;
 	margin: 0 auto;
  border: 8px solid black;  
}

.container-max-flex {
/* 	width: 1440px; */
 	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
/*  border: 2px solid red;  */
/*	flex-grow: 1; */
/*	min-height: 100vh; */
/*	height: 100%;  */
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}


.flex-container-end {
	display: flex;
	justify-content: space-between;
	border: 2px solid orange;
}

.container-radius {
	border-radius: 50px;
	padding: 24px 0 8px 0;
}

.heading-text {
	font-size: 3.625rem;	
	line-height: 1.02;
	font-weight: 700;
	color: #1f202b;
	color: #191932;
	letter-spacing: -1px; 
}

.sub-heading {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	color: #49505a;
	margin-bottom: 0.875rem;
}


.heading-text-bold {
	font-size: 4rem;	
	line-height: 1.12;
	font-weight: 700;
	color: #1f202b;
	color: #191932;
	letter-spacing: 2px;
}

.body-text {
	font-size: 1.75rem;
	margin-top: 3.5rem;
	color: #191932;
/*	color: #2f1480; */
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.28;
}

.background-light {
	background: #f4f5f0;
	background: #f8f5f4;
}

.bg-dark {
	background: #191932;
}

.bg-white {
	background: #fff;
}

.bg-red {
	background: #d63932;
}

.bg-blue {
	background: #02519f;
}

.bg-purple {
	background: #cdb2cd;
}

.color-white {
	color: #fff;
}

/**************** START HEADER ********************/

.header-container {
/*	border: 2px solid red; */
	padding-top: 24px;
	padding-bottom: 24px;
/*	background: #fbf9fa; */
}

.wrapper {
/*	border: 2px solid black;  */
	max-width: 1440px;
	margin: 0 auto;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	padding: 0 8px; */
/*	background: #fff; */
}
.telephone-container {
/*	border: 2px solid black;  */
}

.telephone-container a.link-wrapper .button {
	min-width: 200px;
	max-width: 100%;
/*	border: 2px solid green; */
	border-radius: 50px;
	display: flex; 
	align-items: center;
	transition: 0.3s ease-out;
/*	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);  */
}


.telephone-container a.link-wrapper .button .icon {
	background: #2f4180;
	background: #fff;
	box-shadow: none;
	width: auto;
	height: auto; 
}

.telephone-container .button span {
	display: inline-block;
	font-size: 1.125rem;
	letter-spacing: 0;
	color: #02519f; 
	font-weight: 600;
/*	background: red; */
/*	margin-left: 24px;  */
}

.telephone-container a.link-wrapper .button .icon i {
	color: #02519f; 
	font-size: 24px;
}

.telephone-container a.link-wrapper:hover .button  {
	box-shadow: none;
	color: blue;
}

.address-container {
 	display: flex;
	justify-content: space-between;
	align-items: center;
/*	border: 5px solid blue;  */
}

.address-text {
	font-family: "Raleway", sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #07020d;
	font-size: 14px;
	font-weight: 500;
}

.social-icons-container {
/*	border: 2px solid red; */
	display: flex; 
/*	width: 500px; */
/*  width: 300px; */
	justify-content: end;
/*	gap: 8px; */
	transition: 0.3s ease-out;
}

a.link-wrapper {
	display: block;
	text-decoration: none;
	color: black;
	transition: 0.3s ease-out;
	font-style: normal;
	font-weight: bold;
}

a.link-wrapper:hover .button {
	min-width: 200px;
	max-width: 100%;
/*	border: 2px solid green; */
	border-radius: 50px;
	display: flex; 
	align-items: center;
	transition: 0.3s ease-out;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); 
}

.button .icon {
	width: 52px;
	height: 52px;
	border-radius: 50px;
/*	border: 2px solid green; */
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-out;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	background: #d63932;
	margin-right: 8px;
	background: #d9473f;
}

.social-icons-container a.link-wrapper:nth-child(2) .button .icon {
	margin-right: 0px; 
}

.button .icon i {
	color: #fff;
	font-size: 16px;
}

.button span {
	display: none;
	margin-left: 8px;  
}

.button:hover span {
	display: inline-block;
	font-weight: 700;
	color: #4267b2;
}

.button:hover .icon {
	background: #4267b2;
}

.button:hover {
/*	margin-right: 8px; */
	padding-right: 32px;
	margin-right: 8px;
}

.social-icons-container a.link-wrapper:nth-child(2) .button:hover {
	margin-right: 0;
}

.social-icons-container a.link-wrapper:nth-child(2) .button:hover span {
	margin-left: 16px;
}

.social-icons-conatiner:nth-child(2) {
/*	margin-right: 0px; */
}

/**************** START nav inside header ********************/

/**** START HAMBURGER MENU ****/


	/* Hide the link that should open and close the topnav on small screens */
	.icon-hamburger {
		display: none;
	}


/**** END HAMBURGER MENU ****/

.flex-nav {
/*	position: relative; */
	max-width: 1440px;
/*	border: 2px solid blue;	  */
	margin: auto;
	display: flex;
	justify-content: end;
/*	padding-top: 8px; */
/*	padding-bottom: 24px; */
	position: relative;
/*	height: 100%; */
	height: 72px;
	align-items: center;
}

.logo {
/*	border: 2px solid red;  */
	width: 156px;
	position: absolute;
	top: 50%;
	left: 0; 
	transform: translateY(-50%);  
}

.logo img {
	max-width: 100%;
	height: 100%;
	color: #4267b2;
}

.main-nav {
/*	border: 2px solid orange; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-link {
/*	border: 2px solid red;  */
	border-radius: 50px;
	padding: 1rem 2rem; 
	margin-right: 0.5rem;
	background: rgba(214, 57, 50, 0.1);
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	color: #191932;
	background: rgba(214, 57, 50, 0.1);
}

.nav-link:hover {
  background: rgba(214, 57, 50, 0.3); 
}

.main-nav li:nth-child(3) a {
	margin-right: 0;
}

.active {
	display: block;
	background: #d63932;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-weight: bold;
}

.active:hover {
	background: #d63932;
	cursor: text;
}

/**************** START MAIN ********************/

.background-black-man {
	background-image: url(drip-canva/black-man.png);
	background-repeat: no-repeat;
}

.container-heading {
/*	border: 2px solid red;   */  
	width: 48%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	padding-right: 32px;
/*	max-width: 44%; */
	
/*	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);   */ 
}

h1.heading-text span {
	color: #191932; /* #ee3024; */
/*	font-style: italic; */
/*	text-transform: uppercase; */
	font-weight: 700; 
	font-size: 3.75rem;
	letter-spacing: 0; 
	margin-bottom: 2rem;
	letter-spacing: -2px;
}

h1.heading-text span.turn-around {
	letter-spacing: -2px;
}


a.call-wrapper {
	display: inline-flex;
	width: fit-content;
	text-decoration: none;
	color: black;
	transition: 0.3s ease-out;
	font-style: normal;
	font-weight: bold;
/*	border: 2px solid black; */
/*	font-size: 1.25rem;	 */
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	margin-top: 3.5rem;
	border-radius: 50px;
	background: #02519f;
}

a.call-wrapper:hover {
	background: #e30100;
}

a.call-wrapper:hover .call-button .call-icon i {
	color: #e30100;
	transition: 0.1s ease-out;
/*	font-size: 1.625rem; */
}

a.call-wrapper.section2 {
	align-self: end;
}

a.call-wrapper .call-button {
	border-radius: 50px;
	display: inline-flex; 
	align-items: center;
	transition: 0.3s ease-out;
/*	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);  */
}


a.call-wrapper .call-button .call-icon {
	background: #e30100;
	background: #fff;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 52px;
	margin-right: 1rem;
}

a.call-wrapper .call-button .call-icon i {
/*	margin-right: 0.5rem; */
	color: #02519f;
/*	background: #02519f; */
	font-size: 1.625rem;
}

.call-button span {
	display: inline-block;
/*	font-size: 1.5rem; */
	letter-spacing: 0;
	color: #02519f; 
	font-weight: 700;
	color: #fff;
	font-size: 1.125rem;
}

.image-container {
/*	border: 2px solid black; */
/*	display: grid;
	grid-template-columns: auto auto; 
	flex-basis: 50%;
	column-gap: 32px;
	background: #02519f;
	border-radius: 50px; */
	display: flex;
	flex-basis: 50%;
	justify-content: end;
/*	scale: 0.9; */
	max-width: 552px; 
}

.image-container img {
/*	width: 100%; 
	height: 100%; */
	object-fit: contain;
	width: 100%;
	height: 100%; 
	
}

.container-max-flex.section2 {
	text-align: right;
	justify-content: space-between;
/*	border: 2px solid red; */
}

.background-girl-cap {
	background-image: url("girl-cap.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
/*	height: 100%; */
	background-size: cover;
/*	border-radius: 50%; */
}

.image-container.section2 {
/*	border: 2px solid red;   */
/*	height: 660px; */
/*	background: blue; */
/*	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);   */
	flex-basis: 50%;
/*	height: 552px;  */
}

.image-container.section2 img {
	width: 100%;
	height: 100%;  
	object-fit: cover;   
/*	border: 2px solid red;  */ 
/*	border-radius: 50%; */
	
/*	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);   */
}
.container-heading.section2 {
/*	border: 2px solid blue;   */
	padding-right: 0;
	padding-left: 32px;
	max-width: 50%;
}

.container-heading.section2 .call-link {
	align-self: end;
/*	padding-right: 0;
	padding-left: 32px; */
}

/* START SECTION 3 */

.container-max-flex.section3 {
/*	border: 2px solid black; */ 
	flex-direction: column;
}

.heading-text.section3 {
/*	border: 3px solid blue; */
	text-align: center;
}

.body-text.section3 {
	text-align: center;
}

.google-reviews-container {
	background: #02519f;
	padding: 2em 2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 2rem;
	margin-top: 4.5rem;
	box-shadow: 5px 5px 20px #6d6d6d; 
	max-width: 1160px;
	width: 100%;
	align-self: center;
}

.google-reviews-heading {
	font-size: 1.75rem;
	margin-bottom: 0.5rem;
	color: #fff;
	font-weight: 500;
}

.ratings-number {
	font-size: 1.5rem;
	font-weight: 600;
/*	margin-top: 1rem; */
	margin-right: 1rem;
}

.checked {
	color: orange;
}

.black {
	color: #191932;
}

.review-link {
	border: 2px solid white;
/*	padding: 1em 2em 1em 1.5em; */
	text-align: center;
	border-radius: 2rem;
	
	transition: all 0.3s ease;
}

.review-link:hover {
	background: #fff;
	transition: all 0.3s ease;
}

.review-link:hover a {
	color: #02519f;
}


.review-link a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 2rem 1rem 1.5rem;
	display: block;
}

.review-link a i {
	margin-right: 0.5rem;
}

/* START REVIEWS CARDS INSIDE SECTION 3 */

.outerdiv {
/*	border: 5px solid orange;  */
	display: flex;
	justify-content: center;
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

.innerdiv {
/*  border: 5px solid purple;  */
/*	transform: scale(0.9);  */
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2,22rem);
	grid-template-columns: repeat(4,17rem);
	margin-top: 2rem;
	max-width: 100%;
}

.eachdiv {
	padding: 1rem 2rem;
/*	border-radius: 0.75rem; */
	border-radius: 2rem;
	box-shadow: 5px 5px 20px #6d6d6d;
/*	color: white;  */
}

.div1 {
	background: #733fc8;
	grid-column: 1/3;
	grid-row: 1/2;
	background: #4d324d;
	background: white;
/*	background: #cdb2cd; */
/*	border: 2px solid red; */
}

.div2 {
	background: #d63932;
	grid-column: 3/4;
	grid-row: 1/2;
	
}

.div3 {
	background: white;
	grid-column: 4/5;
	grid-row: 1/3;
	color: black;
	
	background: #191932;
}

.div4 {
	background: #02519f;
	grid-column: 1/2;
	grid-row: 2/3;
	color: black;
	overflow: hidden;
}

.div5 {
	background: #191932;
	grid-column: 2/4;
	grid-row: 2/3;
	background: white;
	
	background: #cdb2cd; 
}

.user-details {
	display: flex;
}

.imgbox {
	margin-right: 1rem;
}

.imgbox img {
	border-radius: 50%;
	width: 2rem;
	border: 2px solid #cec5c5;
}

.detbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.detbox p {
	margin: 0;
}

.detbox .name {
	color: hsl(0, 0%, 81%);
	font-size: 1rem;
	margin-bottom: 0.1rem;
	font-weight: 600;
}

.detbox .name.dark {
	color: #49505a;
}

.detbox .designation {
	color: hsl(0, 0%, 81%);
	opacity: 50%;
	font-size: 0.875rem;
	font-weight: 500;
}

.detbox .designation.dark {
	color: #49505a;
}

.user-review h5 {
	font-size: 1.5rem;
	color: #f3deff;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.875rem;
	margin-top: 1.5rem;
/*	border: 2px solid red; */
}

.user-review.dark h5 {
	color: #4b5258;
}

.user-review p {
	font-size: 1rem;
	color: #f3deff;
	font-weight: 500;
	opacity: 50%;
	line-height: 1.64;
}
	

.user-review.dark p {
	color: #0e0e0e;
}

/* START SECTION 4 */

.big {
	max-width: 1532px;
}

.container-max-flex.section4.big {
/*	border: 2px solid black; */
	justify-content: space-between;
	flex-direction: row;
/*	max-width: 1800px; */
}

.container-max-flex.big {
	justify-content: space-between;
}


.heading-text.section4 {
	text-align: left;
	width: 50%; 
	flex-basis: 50%;
	/* border: 2px solid black; */
}

.body-text.section4 {
	text-align: right;
	margin: 0;
/*	border: 2px solid black;  */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 35%;
}

.container-max-flex.section5.big {
/*	border: 2px solid black; */
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.cards-container {
	max-width: 1532px;
	display: flex;
	gap: 1.5rem;
	margin: 0 auto;
	margin-top: 3.5rem;
}

.card {
	width: 100%; 
	height: 556px;  
	padding: 2rem 0.75rem 3rem 2rem; 
	border-radius: 2rem;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-direction: column;
}

.dark-background {
	background: #191932;
}

/* .card-header {
	border: 2px solid black;
	text-align: left;
} */

.card h3 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	color: #49505a;
	text-align: left;
	margin-bottom: 0.875rem;
}

.card p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.64;
	color: #0e0e0e;
	opacity: 50%;
}

.card-image {
/*	border: 2px solid purple;   */
	width: 100%;
/*	height: 450px; */
	overflow: hidden;
	
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
/*	background: red;  */
/*	margin-top: 3rem; */
	overflow: hidden;
}

a.see-more {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
/*	border: 2px solid black; */
	text-align: center;
/*	padding: 2rem 2rem; */
	/* max-width: 220px; */
	width: 40px;
	height: 40px;
	margin-top: 2rem;
	border-radius: 50%;
	background: #02519f;
	color: white;
	font-weight: 500;
	align-self: end;
}



a.see-more:hover {
	background: #1c8cfd;
	background: #0266ca;
}

/* START SECTION 5 - OUR SERVICES */

.header-container.section5 {
/*	padding-top:V 0.75rem;
	padding-bottom: 0.75rem; */
/*	min-height: 100vh; */
/*	border: 2px solid black; */
}

/* .header-container.services {
	padding-top: 5.75rem;
	padding-bottom: 5.75rem;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
} */

.service-cards {
/*	border: 2px solid red;   */
	display: grid;
	grid-template-columns: auto auto;
	max-width: 1532px;
	margin: 0 auto;
	gap: 1.5rem;
/*	padding: 2.25rem 2.25rem 2rem 2rem; */
	justify-items: center;
}


.service-cards a.call-wrapper  {
	text-align: center;
	align-self: center;
}


.card-service {
/*	border: 4px solid black;  */
	padding: 2.25rem 2.25rem 2rem 2rem;
	padding: 2.25rem 2.25rem 2rem 2rem;
	border-radius: 2rem;
/*	background: #02519f; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 400px;
}

.card-service h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	color: #49505a;
	color: #fff;
	text-align: left;
/*	margin-top: 1rem; */
	margin-bottom: 2rem; 

}

.card-service:nth-child(4) h2 {
	color: #4b5258;
}


.card-service:nth-child(4) p {
	color: #0e0e0e;
}


.card-service-header {
}

.hidden-1920 {
	display: none;
}

.text-container p {
	font-size: 1rem;
	color: #f3deff;
	color: #fff;
	font-weight: 500;
	opacity: 50%;
	line-height: 1.64;
	margin-bottom: 1rem;
}

.card-service-footer {
/*	border: 2px solid blue; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-service-footer img {
/*	width: 100%; */
	width: 180px;
	height: 180px;
	margin-right: 2.5rem;
}

.plus-circle {
	border: 2px solid white;
	padding: 1rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plus-circle i {
	color: #fff;
}


.container-max-flex.section5 {
	justify-content: center;
}

.services-container {
/*	border: 2px solid orange;  */ 
	width: 100%;
	max-width: 1440px;  
	margin: 0 auto;
	gap: 1.5rem;
	padding-top: 72px;
	padding-bottom: 72px;
}

.service-card {
/*	border: 4px solid purple;  */
	display: flex;
	flex-direction: column; 
	align-items: center;
	justify-content: center;
}

.body-text.section5 {
	text-align: center;
	width: 70%;
}

a.call-wrapper.section5 {
	display: flex;
	text-align: center;
/*	margin: 0 auto; */
}

/* START SECTION 6 */

.alone-center {
	text-align: center;
}

.container-max-flex.section6 {
	justify-content: center;
	align-items: center;
}


/**************** START ABOUT ********************/

.header-container.about {
	margin-top: 3rem;
	margin-bottom: 4.5rem;
	/*padding-bottom: 4.5rem; */
/*	min-height: 100vh; */
/*	border: 4px solid yellow; */
}

.container-max-flex.about {
/*	border: 4px solid white;  */
	flex-direction: column;
	justify-content: end;
	padding-left: 2.875rem;
/*	align-items: center; */
/*	height: 100%; */
/*	position: relative;
	padding: 0;
	top: 250px;  */
}


.container-max-flex.about .heading-text {
	color: #fff;
}

.container-max-flex.about.section1 .body-text {
	color: #fff;
}

.about-background {
	background-image: url("about-page/about-unsplash.jpg");
	background-image:  linear-gradient(to bottom, hsl(240 100% 40% / 1), hsl(0 100% 50% / 0.5)), url("about-page/nedle.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 660px;
	max-width: 1440px;
	margin: 0 auto;
	border-radius: 36px; 
	box-shadow: 5px 5px 20px #6d6d6d;
	display: flex;
	background-position: 0 10%;
}

.body-text.about {
	width: 50%;
/*	border: 2px solid red; */
/*	color: #fff; */
}

a.call-wrapper.about-s1 {
	box-shadow: 5px 5px 20px #fff;
}

/****************** START ABOUT *************************/

.container-about-max {
	max-width: 95.75rem;
	margin: 0 auto;
	padding: 4.5rem 0;
	display: flex;
	justify-content: space-between;	
	align-items: center;
}

.image-container-about {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 55%;
/*	border: 4px solid orange; */
	padding-right: 4.5rem;
}


.image-container-about img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container-heading.about {
/*	border: 2px solid black; */
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 45%;
	padding: 0;
	display: flex;
	justify-content: start;
	align-items: end;
}

.heading-text.about.section2 {
	text-align: right;
}

.body-text.about.section2 {
	text-align: right;
	width: 100%;
}

/* START SECTION 3 */

a.call-wrapper.section3 {
	align-self: start;
}


/* START SECTION 4 */

.header-container.s4 {
/*	margin-bottom: 6rem; */
/*	width: 100%;  */
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}

.about-background-s4 {
	background-image:  linear-gradient(to bottom, hsl(240 100% 40% / 0.6), hsl(0 100% 50% / 0.7)), url("about-page/abou-background-unsplash.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 660px;
	max-width: 95.75rem;
	margin: 0 auto;
	border-radius: 36px;  
	box-shadow: 5px 5px 20px #6d6d6d;
	display: flex;
/*	padding-top: 6rem; */
 	background-position: 100% 4%;
	padding-right: 2.875rem;
}

.overlay {
/*	border-image: linear-gradient(to bottom, hsl(240 100% 50% / 0.3), hsl(0 100% 50% / 1)) fill 1; */
/*
	border-radius: 36px;
	z-index: 2; */
}

.container-about-max.about-s4 {
	flex-direction: column;
	justify-content: end;
	align-items: end;
	width: 1440px;
/*	border: 2px solid orange; */
}

.container-about-max.about-s4 .heading-text {
	text-align: right;
	color: #fff;
/*	width: 60%; */
}

.container-about-max.about-s4 .body-text {
	color: #fff;
	text-align: right;
	width: 55%;
}

 a.call-wrapper.about-s4 {
	box-shadow: 5px 5px 20px #fff;
}




/****************** START CONTACT *************************/

.big-contact {
	max-width: 1440px;
	margin: 0 auto;
/*	border: 2px solid black; */
	box-shadow: 5px 5px 20px #6d6d6d;
	border-radius: 36px;
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}
.container-contact-max {
/*	border: 2px solid red;  */
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding: 0.5rem 0.5rem 0.5rem 2rem; 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
/*	min-height: 660px; */
}

.contact-address {
/*	border: 4px solid black; */
	margin-top: 3.5rem;
	min-height: 132px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

a.contact-wrapper {
	font-style: normal;
	text-decoration: none;
	display: flex;
	justify-content: start;
	align-items: center;
/*	border: 2px solid red; */
/*	padding: 2rem 0; */
	margin-bottom: 0.5rem;
	width: fit-content;
}


a.contact-wrapper.last {
	margin-bottom: 0;
}

a.contact-wrapper .icon {
	margin-right: 1rem;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	background: #02519f;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.contact-wrapper .icon i {
	color: #fff;
	font-size: 1rem;
}

.contact-text {
	font-size: 1.125rem;
	font-weight: 600;
	color: #191932;
}

.social-icons-contact {
/*	border: 2px solid black; */
}

.contact-icon {
	width: 3.25rem;
	height: 3.25rem;
	background: #02519f;
	border-radius: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}

.contact-icon i {
	color: #fff;
}

.google-map {
/*	border: 2px solid red; */
	border-radius: 28px;
	overflow: hidden;
	flex-basis: 55%;
}

.google-map iframe {
	width: 100%;
	min-height: 560px; 
}

/**************** START FOOTER ********************/

.page-footer {
/*	border: 2px solid black;  */
	padding-top: 1.5rem;
/*	padding-bottom: 24px; */
}

.container-max-flex.footer {
/*	border: 2px solid white;  */
	max-width: 1532px;
}
	
.container-max-flex.footer span.heading-text {
	color: #fff;
}

.footer-left {
/*	border: 4px solid yellow; */
	flex-basis: 100%;
	padding-right: 2rem;
}

.footer-left .body-text {
	color: #fff;
	width: 394px;
/*	border: 2px solid white; */
}


.footer-left a.call-wrapper {
	border: 2px solid white;
/*	background: green; */
	
/*	background: #e30100;
	background: #d63239; */ 
}

.footer-left a.call-wrapper .call-button .call-icon  {

}

.footer-left a.call-wrapper .call-button .call-icon i  {
/*	color: green;  */
}

.footer-center {
	flex-basis: 100%;
	text-align: center;
/*	border: 4px solid yellow; */
}

nav.footer-menu {
  margin-top: 3.5rem;	
}


nav.footer-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.28;
}


nav.footer-menu a:hover {
	color: #191932;
}

.footer-center-mobile {
	display: none;
}

.footer-right {
/*	border: 4px solid yellow;  */
	display: flex;
	flex-direction: column;
	align-items: end;
	flex-basis: 100%;
	text-align: right;
	order: 2;
}

.footer-address {
	margin-top: 3.5rem;
	line-height: 2rem;
	min-height: 107px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

a.footer-wrapper {
/*	border: 2px solid white; */
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: end;
	font-weight: 500;
/*	background: #e30100; */
}

.footer-wrapper i {
	color: #fff;
	margin-right: 1rem;
}

.footer-address .footer-text {
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-size: 1.125rem;
}

.social-icons-footer {
	border: 2px solid white;
	border-radius: 50px;
	width: fit-content; 
	display: flex;
	justify-content: end;
	margin-top: 3.5rem;
	align-items: center;
	padding: 0.5em 0.5rem 0.5rem 2rem;
/*	background: #e30100; */
/*	background: green; */
	
	transition: 0.1s ease-out;
}


.social-icons-footer:hover {
/*	background: #e30100; */
	transition: 0.1s ease-out; 
}

.social-icons-footer a.footer-icon-wrapper.second {
	margin-right: 0.5rem;
}


.social-icons-footer span {
	font-weight: 700;
	color: #fff;
}


a.footer-icon-wrapper {
	font-size: 1.25rem;
	color: #02519f;
	display: flex;
	border-radius: 52px;
}


.social-icons-footer span {
	font-weight: 700;
	color: #fff;
	font-size: 1.25rem;
	margin-right: 1rem;
}

.footer-icon {
	background: #fff;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 52px;
	margin-right: 0.5rem;
}

.footer-icon.last {
	margin-right: 0;
}

.footer-icon i {
	color: #02519f;
	display: inline-block;
	margin-right: 0;
	font-size: 1.625rem;
/*	font-size: 1.25rem; */
}


.footer-icon:hover i  {
	color: #fff;
/*	background: #e30100; */
}

.footer-icon:hover {
	background: #02519f;
	border: 2px solid white;
/*	background: #e30100; */
}

.copyright {
	border-top: 2px solid #fff; 
/*	border-bottom: 2px solid #fff;  */
	text-align: center;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	max-width: 1532px;
	margin: 0 auto;
}


/**************** START MEDIA QUERIES ********************/

@media only screen and (max-width: 1600px) {
	
	header {
		padding: 0 3rem;
	}
	
	main {
		padding: 0 3rem;
	}

	footer.page-footer {
		padding: 0 3rem;
	}
	
	.cards-container {
	/*	flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between; */
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	/* CONTACT PAGE*/
	
	.big-contact {
	/*	padding-left: 2.875rem;
		padding-right: 2.875rem;  */
	}

}


@media only screen and (max-width: 1330px) {
	
	.logo {
		width: 140px;
	}
	
	.heading-text {
		font-size: 3.25rem; 
		line-height: 1.04;
	}
	
	.body-text {
		font-size: 1.5rem;	
	}

	.container-heading {
		padding-right: 0;
	}
	
	.button .icon {
		
	}
	
	.google-reviews-heading {
		font-size: 1.5rem;
	}	

	.user-review h4 {
		font-size: 1.375rem;
	}
	
	.card h4 {
		font-size: 1.375rem;
	}
	
	.card-service h2 {
		font-size: 1.375rem;
	}

	a.call-wrapper .call-button .call-icon {
		width: 48px;
		height: 48px;
	}


	a.call-wrapper .call-button .call-icon i {
		font-size: 1.25rem;
	}


 	nav.footer-menu a {
		font-size: 1.5rem;
	}
	
	.footer-address {
		min-height: 92.15px;
		font-weight: 500;
	}	

	.footer-icon {
		width: 48px;
		height: 48px;
	}	

	
	.footer-icon i {
		font-size: 1.25rem;
	}

	.footer-address .footer-text {
		font-size: 1rem;
	}
	
	/*  START CONTACT PAGE   */
	
	a.contact-wrapper .icon {
		width: 48px;
		height: 48px;
	}

	.contact-text {
		font-size: 1rem;
	}
}


@media only screen and (max-width: 1270px) {

	.innerdiv {
		grid-template-rows: auto;
		grid-template-columns: auto;
	}
	
	.card-service {
		min-height: auto;
	}
	
	.card-service-footer img {
		display: none;
	}

	.image-container {
		max-width: 500px;
	/*	padding-left: 2rem; */
	}
	
	.image-container.section1 {
		padding-left: 2rem;
	}
		
	.footer-left {
		padding-right: 0;
	}
	
}


@media only screen and (max-width: 1200px) {


	/*************************** ABOUT PAGE ****************************/

	.container-heading {
		width: 60%;
	}

	.image-container {
		max-width: 500px;
	}
	
	.image-container.about-s2 {
		padding-left: 2rem;
		max-width: 480px;
	}

	.container-heading.section2 {
		padding-left: 0;
	}


	/*************************** CONTACT PAGE ****************************/
	
	.google-map {
		flex-basis: 70%;
	}
}




@media only screen and (max-width: 1092px) {
	
	.card-service {
		justify-content: start;
	}
	
	.about-background {
		min-height: 520px;
	}
	
	
	.image-container.about-s2 {
		padding-left: 2rem;
		max-width: 440px;
	}

	.about-background-s4 {
	/*	max-height: 520px; */
	}

	.container-contact-max {
		padding: 0.5rem; 
		padding-left: 2rem;
/*		border: 2px solid red; */
	} 
	
	
/*	.container-contact-max .container-heading {
		border: 2px solid red;
		display: flex;
		justify-content: center;
		align-items: center; 
	} */

	.google-map {
		width: 100%;
	/*	margin-top: 2rem; */
	}
}

@media only screen and (max-width: 1092px) {
	.footer-center {
		flex-basis: 50%;
	}
	
	.container-max-flex {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

}


@media only screen and (max-width: 992px) {
	
	.wrapper {
		display: none;
	}
	
	/***** START HAMBURGER MENU *****/
  
  /* add a black background color to top navigation */	
	.main-nav {
		overflow: hidden;
		transition: 0.3s ease-in-out;
	}

	/* Style the links  inside navigation bar */
	.main-nav a {
		display: none;
		
	}
	
	/* Change the color of links on hover */
	.main-nav a:hover {

	}

	/* Add an active class to highlight the current page */
	.main-nav.responsive a.active {
		font-weight: 900;
		text-decoration: underline;
	}

	/* Show the link that should open and close the topnav on small screens */
	.icon-hamburger {
		display: flex; 
		text-decoration: none;
/*		border: 2px solid black; */
		width: 52px;
		height: 52px;
		align-items: center;
		justify-content: center;
		border-radius: 36px;
		background: #d63932;
		color: #fff;
	}
	
	.flex-nav {
		position: relative;
	}

	
	.main-nav.responsive {
		position: absolute; 
		top: 100%;
		right: 0; 
/*		border: 2px solid black; */
		width: 100%;
		height: 440px;
		background: #02519f;
		transition: 0.3s ease-in-out;
		justify-content: start;
		flex-direction: column;
		align-items: end;
		border-radius: 2.875rem;
		padding: 2rem;
		margin-top: 4rem;
	}

	.main-nav.responsive .nav-link {
		border-radius: 0;
		padding: 0;
		background: transparent;
		margin-right: 0;
		font-size: 2.625rem;
		box-shadow: none;
		font-weight: 900;
	}

	
	.main-nav.responsive a {
/*		margin-top: 1rem;
		border: 4px solid red; */
	}

	
	.main-nav.responsive li:nth-child(2) {
		border: none;
		margin-top: 0.75rem; 
	}
	
	.main-nav.responsive li:nth-child(3) {
		border: none;
		margin-top: 0.75rem; 
	}

	.main-nav.responsive .nav-link:hover {
		color: #fff;
	}

	.icon-hamburger {
		position: absolute;
		right: 0;
		top: 0; 
	}

	.main-nav.responsive a {
		display: inline-flex;
	}


	/***** END HAMBURGER MENU *****/

	.heading-text {
		font-size: 2.625rem;
	}
	
	.body-text {
		font-size: 1.25rem;
	}
	
	a.call-wrapper .call-button .call-icon i {
		font-size: 1.25rem;
	}
	
	.innerdiv {
/*		grid-template-columns: min-content; */
	}

	.eachdiv {
		padding: 2rem;
	}
	
	.div1 {
		grid-column: 1/4;
	}

	.div2 {
		grid-column: 4/5;
	}

	.div3 {
/*		border: 2px solid red; */
		grid-column: 1/5;
		grid-row: 2/3;
	}
	
	.div4 {
		grid-column: 1/3;
		grid-row: 3/5;
	}
	
	.div5 {
		grid-column: 3/5;
		
		grid-row: 3/5;
	}


  /**************************** CONTACT PAGE 992px *************************/
	
	.big-contact {
		box-shadow: none;
	}
	
	.container-contact-max {
		flex-direction: column;
/*		border: 2px solid red; */
		justify-content: start;
		align-items: start;
		padding: 0;
		box-shadow: none;
	}
	
	.big-contact .container-heading {
		width: 100%;
	}

	.google-map {
		margin-top: 4.5rem;
		
	}

  /**************************** START FOOTER 992px *************************/
  	
	.footer-left .body-text {
		width: 290px;
/*		border: 2px solid black; */
	}

	nav.footer-menu a {
		font-size: 1.25em; 
	}

	.footer-address {
		min-height: 76.8px;
		line-height: 0;
	}
}


@media only screen and (max-width: 926px) {
	.footer-center {
		display: none;
	}

	.footer-center-mobile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	/*	border: 2px solid white; */
		text-align: center;
		padding-bottom: 2.5rem;
	}
}


@media only screen and (max-width: 900px) {
	.container-max-flex {
/*		flex-direction: column; */
	}
	
	.container-max-flex.section1 {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.container-max-flex.section1 .container-heading {
		order: 2;
		width: 100%;
	}
	
	.image-container.section1 {
		padding-left: 0;
	}

	a.call-wrapper.section1 {
		align-self: center;
	}

	.container-max-flex {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.container-max-flex.section2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
/*		border: 2px solid black; */
	}

	.container-heading.section2 {
		text-align: center;
		margin-top: 3.75rem;
		min-width: 70%;
/*		border: 2px solid black; */
	}

	a.call-wrapper.section2 {
		align-self: center;
	}

	.card {
		height: auto;
	}
	
	
	.container-max-flex.big.section4 {
		flex-direction: column;
		align-items: center;
	}

	.heading-text.section4 {
		text-align: center;
		width: 98%;
	}
	
	.body-text.section4 {
		text-align: center;
		margin-top: 3.75rem;
		width: 70%;
	}

	.footer-left {
		padding-right: 2rem;
	}	

	.footer-center {
	/*	display: none; */
	}

	/*************** START ABOUT ***************/
	
	.about-background {
		min-height: 640px;
	}

	.container-about-max {
		padding: 2.5rem 0;
		flex-direction: column;
	}
	
	.image-container-about {
		max-width: 500px;
		padding-right: 0;
		margin-bottom: 3.75rem;
	}
	
	.container-heading.about {
		align-items: center;
		justify-content: center;
/*		border: 2px solid black; */
		width: 80%;
	}
	
	.body-text.about.section2 {
		text-align: center;
	}

	a.call-wrapper.about.section2 {
		align-self: center;
	}
	
	.heading-text.about.section2 {
		text-align: center;
	}
	
	a.call-wrapper.section3.about {
		align-self: center;
	}

/*	a.call-wrapper.about.section2 {
		align-self: end;
	} */

	.about-background-s4 {
		min-height: 640px;
	}	

	.container-about-max.s4 {
		flex-direction: column;
	}

	.container-heading.about.s4 {
		flex-direction: column;
		align-items: center;
		width: 80%;
		order: 2; 
	}

	.container-heading.about.s4 .heading-text {
		text-align: center;
	}

	.body-text.about-s3 {
		text-align: center;
	}
	
	.image-container.about-s2 {
		order: 1;
		padding: 0;
		margin-bottom: 3.75rem;
		max-width: 340px;
	}
	
	.container-about-max.about-s4 .body-text {
		max-width: 500px;
		width: 100%;
	}

}

@media only screen and (max-width: 800px) {
			
	.page-footer .body-text {
		margin-top: 2.75rem;
	}

	.container-max-flex.footer {
		flex-direction: column;
		align-items: center;
		justify-content: center;		
	}	
	
	.footer-left {
		text-align: center;
		padding-right: 0;
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.footer-left .heading-text {
/*		margin-top: 1rem; */
	}

	.footer-right {
		text-align: center;
		align-items: center;
		justify-content: center;
		padding-top: 2.5rem;
	}

	.footer-center-mobile {
	/*	margin-top: 3.5rem; */
		padding-top: 2.75rem;
		padding-bottom: 6rem;
	}

	.footer-address {
		align-items: center;
	}
	
	
	.footer-address .body-text {
		margin-top: 2.5rem;
	}
	
	nav.footer-menu {
		margin-top: 2.75rem;
	}


	.copoyright {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}



@media only screen and (max-width: 768px) {
	header {
		padding: 0 2rem;
	}

	main {
		padding: 0 2rem;
	}

	footer.page-footer {
		padding: 0 2rem;
	}
}

@media only screen and (max-width: 700px) {
	
	.div1 {
		grid-column: 1/5;
	}

	.div2 {
		grid-column: 1/5;
		grid-row: 2/2;
	}

	.div3 {
/*		border: 2px solid red; */
		grid-column: 1/5;
		grid-row: 3/3;
	}
	
	.div4 {
		grid-column: 1/5;
		grid-row: 4/4;
	}
	
	.div5 {
		grid-column: 1/5;
		grid-row: 5/5;
	}
	
	.container-heading.section2 {
		min-width: 90%;
	}
	
	/************************ START ABOUT 700 ************************/
	
	.container-max-flex.about {
		padding: 2rem;
		align-items: center;
	}

	.about-background-s4 {
		padding-right: 0;
	}

	.container-about-max.about-s4 {
		padding: 2rem;
		justify-content: center;
		align-items: center;
	}


	.container-about-max.about-s4 .heading-text {
		text-align: center;
	}

	.container-about-max.about-s4 .body-text {
		text-align: center;
	}	
}

@media only screen and (max-width: 600px) {
		
	.google-reviews-container {
		flex-direction: column;
	}

	.review-link {
		margin-top: 3.5rem;
	}
	
	.cards-container {
		grid-template-columns: auto;
		justify-content: center;
		align-content: center;
	}	

	

	.service-cards {
		grid-template-columns: 1fr;
		margin-top: 3.5rem;
	}

	.card {
		min-height: 300px;
		max-width: 365px;
		align-self: center;
	}

	.body-text.about {
		width: 100%;
	}
	
	.google-map {
		box-shadow: 5px 5px 20px #6d6d6d; 
	}
	
	.card-service {
	/*	min-height: 424px; */
	/*	min-height: 26.5rem; */
	}

	.body-text.section4 {
		width: 90%;
	}

}


@media only screen and (max-width: 432px) {
	.card-service {
		max-width: none;
		min-height: 26.5rem;
	}
	
	.about-background-s4 {
		min-height: 780px;
		background-position: 60%;
	}

}
