
/*  GENERAL STYLESHEET  */


*{
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}


/*  HOME PAGE STYLESHEET  */


/*   START OF HEADER SECTION   */

.header-icon-container{
	width: 100%;
	height: 30px;
	background-color: #13131a;
	color: white;
}

.header-icon-container a{
	color: whitesmoke;
	font-family: serif;
	font-size: 16px;
	margin-right: 30px;
	text-decoration: none;
}

.header-icon-container i{
	font-size: 16px;
	margin-right: 5px;
}

.header-icon-wrapper1{
	width: 70%;
	height: 100%;
	padding: 5px 50px;
	float: left;
/*	border: 2px solid white;*/
}

.header-icon-wrapper2{
	width: 30%;
	height: 100%;
	padding: 5px 50px;
	float: left;
	text-align: right;
/*	border: 2px solid white;*/
}

header{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: white;
	width: 100%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	height: 80px;
/*	border: 2px solid black;*/
/*	padding: 0 80px;*/
/*	padding-left: 100px;*/
/*	background-color: #f0f0f5;*/
}

.logo-image-wrapper{
	width: 25%;
	height: 100%;
/*	border: 2px solid green;*/
	float: left;
	padding: 5px;
	padding-left: 130px;
}

.logo-container{
	height: 100%;
	aspect-ratio: 1;
/*	border: 2px solid blue;*/
}

.logo-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav-container{
	width: 50%;
	height: 100%;
/*	border: 2px solid red;*/
	float: left;
}

nav>ul{
	display: flex;
	flex: 1;
	list-style: none;
	justify-content: space-evenly;
	margin-top: 0px;
	padding-top: 5px;
}

nav>ul>a{
	color: black;
	position: relative;
	transition: color 0.3s ease;
	text-decoration: none;
	margin-top: 30px;
}

li{
	text-decoration: none;
	color: #292727;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
}

nav>ul>a:hover{
	color: navajowhite;

}

nav>ul>a::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: black;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

nav>ul>a:hover::before{
	visibility: visible;
	transform: scaleX(1);
}

.responsive-nav-container{
	display: none;
}

.get-started-container{
	width: 25%;
	height: 100%;
/*	border: 2px solid green;*/
	float: left;
	display: flex;
	flex-direction: row-reverse;
	padding: 20px 0px;
	padding-right: 70px;
}

.get-started-container button{
 	font-size: 16px;
 	font-weight: bold;
 	padding: 5px 25px;
 	background-color: #152644;
 	color: whitesmoke;
 	border-radius: 5px;
 	border: none;
}

.get-started-container button a{
	text-decoration: none;
	color: whitesmoke;
	display: block;
	width: 100%;
/*	background-color: green;*/
}

.get-started-container button:hover{
	border: 2px solid black;
	color: black;
	background-color: white;
	transition: .1s;
}

.get-started-container button a:hover{
	color: black;
	transition: .1s;
}

.menu-toggle-btn{
	display: none;
}

.welcome-banner-content button a{
	color: white;
	text-decoration: none;
}

/*  END OF HEADER SECTION  */



/*  START OF MAIN SECTION  */

main{
	width: 100%;
	height: 100%;
/*	border: 4px solid black;*/
	margin-bottom: 5px;
	background-color: white;
	overflow: hidden;
}

.welcome-banner{
	width: 100%;
	height: 90vh;
/*	border: 2px solid green;*/
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('images/image.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 180px;
	padding-left: 5%;
}

.welcome-banner-content{
	width: 900px;
	height: 100%;
/*	border: 4px solid green;*/
	color: white;
}

.welcome-banner-content h1{
	font-family: Ubuntu Deriv, sans-serif;
	font-size: 45px;
}

.welcome-text{
	font-size: 19px;
	word-spacing: 2px;
	margin-top: 35px;
	font-family: sans-serif;
}

.welcome-banner-content button{
	font-size: 18px;
 	font-weight: bold;
 	padding: 15px 35px;
 	background-color: #152644;
 	color: whitesmoke;
 	border-radius: 5px;
 	border: none;
 	margin-top: 25px;
}

.welcome-banner-content button:hover{
/*	transform: scale(1.05);*/
	transition: .5s;
	translate: 10%;
	border: 1px solid antiquewhite;
}

.icon-section{
/*	border: 2px solid black;*/
	width: 95%;
	margin: auto;
	margin-top: 60px;
	overflow: hidden;
	margin-bottom: 80px;
}

.thriving{
	font-family: sans-serif;
	text-align: center;
	font-size: 20px;
	color: #13131a;
}

.icon-content-wrapper{
	width: 25%;
	height: 400px;
/*	border: 2px solid black;*/
	border-radius: 20px;
	float: left;
	padding: 0 20px;
	margin-bottom: 60px;
}

.inner-icon-content-wrapper{
	width: 100%;
	height: 100%;
/*	border: 2px solid red;*/
	border-radius: 20px;
	background-color: #f6f7f8;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	margin-top: 40px;
}

.inner-icon-content-wrapper:hover{
	transform: scale(1.05);
	transition: .5s;
}

.icon-container{
	width: 100%;
	height: 50%;
/*	border: 2px solid blue;*/
	text-align: center;
	padding-top: 25px;
}

.icon-text-container{
	width: 100%;
	height: 50%;
/*	border: 2px solid green;*/
	text-align: center;
	padding: 10px;
}

.icon-content-box{
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	word-spacing: 1px;
	color: #000000b8;
}


.lets-talk-container{
	width: 950px;
/*	height: 500px;*/
	margin: auto;
/*	border: 2px solid black;*/
	margin-bottom: 50px;
	overflow: hidden;
}

.rgt-container{
	width: 40%;
	height: 100%;
/*	border: 1px solid green;*/
	float: left;
	padding: 180px 0px;
	background-color: #152644;
}

.left-container{
	width: 60%;
	height: 100%;
	background-color: #f6f7f8;
/*	border: 1px solid red;*/
	float: left;
}

.rgt-container h1{
	text-align: center;
	font-weight: bolder;
	font-size: 40px;
	color: white;
}

.box{
	width: 55px;
	aspect-ratio: 1;
	background-color: #152644;
/*	margin: auto;*/
	transform: rotate(45deg);
	position: relative;
	left: 350px;
	top: -70px;
}

.message-wrapper{
	width: 88%;
	height: 100%;
	float: right;
/*	border: 2px solid black;*/
	padding: 40px 10px;
}

.message-wrapper form input{
	width: 450px;
	padding: 15px 16px;
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
	border-radius: 20px;
	border: 1px solid grey;

}

.message-wrapper form input:hover{
	border: 2px solid #152644;
}

.message-wrapper textarea{
	height: 150px;
	width: 450px;
	max-width: 450px;
	max-height: 180px;
	border-radius: 10px;
}

.message-wrapper .submit-btn{
	background-color: #152644;
	border: none;
	color: white;
	font-size: 16px;
	padding: 15px 5px;
	border-radius: 20px;
}

.newsletter-container{
	width: 97%;
	margin: auto;
	padding: 20px 0px;
	padding-right: 50px;
	background-color: #f5f0f0;
	height: 200px;
/*	border: 2px solid black;*/
	margin-bottom: 60px;
}

.newsletter-container1{
	width: 40%;
	height: 100%;
/*	border: 2px solid green;*/
	float: left;
}

.newsletter-container1 h1{
	color: #13131a;
	text-align: center;
	font-size: 40px;
	margin-top: 50px;
}

.newsletter-container1-innertext{
	text-align: center;
	font-size: 18px;
	color: #13131a;
/*	color: #152644; */
	margin-top: -22px;	
}

.newsletter-container2{
	width: 60%;
	height: 100%;
/*	border: 2px solid blue;*/
	float: left;
}

.newsletter-container2 h2{
	text-align: right;
}

.newsletter-container2 form{
	border: 2px solid #152644;
	height: 60px;
	width: 554px;
	border-radius: 4px;
	float: right;
}

.newsletter-container2 form input{
	width: 70%;
	float: right;
	height: 100%;
	border: none;
	font-size: 16px;
	padding: 10px;
}

#subscribe{
	width: 30%;
	border: none;
	float: right;
	color: white;
	font-size: 16px;
	background-color: #152644;
	height: 100%;
/* 	background-color: #152644;*/

}

iframe{
	width: 100%;
	height: 400px;
	border: 2px solid black;
}


/*  END OF MAIN SECTION  */



/*  START OF FOOTER SECTION  */


footer{
	width: 100%;
	background-color: #13131a;
	color: white;
	padding: 20px 10px;
}

.footer-wrapper{
/*	border: 2px solid white;*/
	overflow: hidden;
/*	margin-bottom: 20px	;*/
}

.first-footer-container{
	width: 40%;
/*	min-width: 400px;*/
/*	border: 2px solid green;*/
	float: left;
	padding: 10px 40px;
}

.second-footer-container{
	width: 25%;
/*	min-width: 400px;*/
/*	border: 2px solid green;*/
	float: left;
	padding: 10px 30px;
}

.third-footer-container{
	height: 100px;
	width: 35%;
/*	min-width: 400px;*/
/*	border: 2px solid green;*/
	float: left;
	padding: 10px 30px;
	margin-bottom: 150px;
}

.footer-text{
	word-spacing: 1px;
	font-size: 16px;
	line-height: 28px;
/*	border: 2px solid white;*/
}

.footer-text ul li{
	list-style-type: none;
	margin-left: -40px;
	margin-bottom: 5px;
}

.footer-text ul li a{
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 16px;
}

.footer-text ul li a:hover{
	color: red;
	transition: .5s;
	text-decoration: underline;
}

.footer-text a{
	color: white;
	text-decoration: none;
}

.footer-text a:hover{
	color: red;
	transition: .5s;
	text-decoration: underline;
}

.footer-line{
	display: block;
	width: 100%;
	size: 3;
	margin-top: 50px;
}

.footer-links{
	width: 100%;
	height: 40px;
/*	border: 2px solid green;*/
	padding-top: 15px;
}

.footer-links hr{
	width: 25px;
	transform: rotate(90deg);
	display: inline-block;
	position: relative;
	bottom: -2px;
}

.footer-links a{
	text-decoration: none;
	color: antiquewhite;
	margin-right: 15px;
}

.footer-links i{
	font-size: 17px;
}


/*  END OF FOOTER SECTION  */





/*  ABOUT PAGE STYLESHEET  */


.about-page-container{
	width: 100%;
/*	border: 2px solid green;*/
	padding-top: 70px;
	margin-bottom: 50px;
}

.whoarewe-section{
	width: 100%;
/*	border: 2px solid blue;*/
	padding-left: 90px;
	padding-right: 80px;
}

.main-content{
	font-size: 16px;
	word-spacing: 1px;
	line-height: 30px;
	color: #58595b;
}

.our-mission-wrapper{
/*	border: 2px solid black;*/
	overflow: hidden;
	padding-top: 70px;
}

.imgbox{
	width: 45%;
/*	border: 2px solid black;*/
	padding-right: 40px;
	text-align: right;
	float: left;
}

.imgbox img{
	width: 100%;
	max-width: 400px;
}

.textbox{
	width: 55%;
/*	border: 2px solid blue;*/
	text-align: left;
	padding: 0px 20px;
	padding-right: 60px;
	margin-top: 60px;
	float: left;
}


.imgbox2{
	width: 45%;
/*	border: 2px solid black;*/
	padding-left: 40px;
	text-align: left;
	float: left;
}

.imgbox2 img{
	width: 100%;
	max-width: 400px;
}

.textbox2{
	width: 55%;
/*	border: 2px solid blue;*/
	text-align: right;
	padding: 0px 20px;
	padding-left: 60px;
	margin-top: 60px;
	float: left;
}





/*  CONTACT STYLESHEET  */

.contact-page-wrapper{
	width: 90%;
/*	height: 150px;*/
/*	border: 4px solid black;*/
	margin: auto;
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 50px;
}

.address-container{
	width: 50%;
	height: 100%;
/*	border: 2px solid red;*/
	float: left;
	padding: 0px 10px;
}

.email-container{
	width: 50%;
	height: 100%;
/*	border: 2px solid blue;*/
	float: left;
	padding: 0px 20px;

}

.address-container h2{
	font-family: sans-serif;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #152644;
/*	border: 2px solid black;*/
}

.office-address-wrapper{
	width: 100%;
	line-height: 23px;
	height: 100%;
/*	border: 2px solid green;*/
}


.call{
	width: 100%;
	min-width: 250px;
	height: 50%;
	background-color: white;
	padding: 5px 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

}


.first{
	margin-top: 5px;
}

.call h4{
/*	border:2px solid black;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.email-list{
/*	border: 2px solid black;*/
/*	margin-bottom: 10px;*/
}

.email-list h4{
/*	border:2px solid black;*/
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.email-list .email{
	display: inline-block;
}

.email-list a{
	font-size: 17px;
	text-decoration: none;
	color: #152644;
	font-weight: bolder;
/*	border: 2px solid black;*/
}

.email-list a:hover{
	text-decoration: underline;
}

.call .tel-link{
	text-decoration: none;
	color: #152644;
	font-weight: bolder;
/*	border: 2px solid black;*/
	font-size: 17px;
}



.container{
	margin: auto;
	background-color: #f6f7f8;
	margin-top: 100px;
	width: 50%;
	height: 700px;
	min-width: 200px;
	margin-bottom: 50px;
	padding: 20px;
	box-shadow: 0px 0px 15px rgba(227, 228, 237, 0.37);
	border: 2px solid rgba(255, 255, 255, 0.18);
}

.welcome{
	color: #13131a;
	margin-bottom: 20px;
}


.content-wrapper{
	width: 100%;
/*	aspect-ratio: 1;*/
	margin-top: ;
/*	border: 2px solid green;*/
}


form{
	width: 100%;
/*	height: 100px;*/
/*	border: 2px solid black;*/
/*	margin-top: 30px;*/
}

#inputBox, textarea{
	width: 100%;
	height: 56px;
	font-size: 16px;
	padding: 10px;
	border-radius: 5px;
	border-width: 1px;
	margin-bottom: 40px;
}

.content-wrapper textarea{
	height: 100px;
	max-height: 170px;
	max-width: 100%;
	min-width: 100%;
}

.submitBtn{
	width: 100%;
	height: 56px;
	font-size: 17px;
	padding: 10px;
	border-radius: 5px;
	border-width: 1px;
	margin-bottom: 30px;
	font-weight: bolder;
	color: white;
	border: none;
	letter-spacing: 1.5px;
/*	background-color: #f8982d;*/
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

.small-texts{
/*	margin-top: 120px;*/
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 35px;
}

.terms-conditions{
	color: #152644;
	margin-top: 10px;
}


.logIn-text{
/*  border: 2px solid black;*/
	width: 90%;
	height: 100%;
	float: left;
	padding-top: 7px;
}

#facebookBtn{
	background-color: #152644;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

.bottomTexts{
	font-size: 14px;
	color: darkgrey;
	width: 100%;
	word-spacing: 1px;
	line-height: 23px;
/*	border: 2px solid black;*/
}

.social-media{
/*	border: 2px solid black;*/
	margin-top: -10px;
/*	padding: 20px;*/
}

.social-media h4{
/*	border: 2px solid green;*/
	padding: 0px;
	margin: 15px;
/*	display: inline-block;*/
}

.contact-links a{
	text-decoration: none;
	color: black;
	margin-right: 30px;
}

.contact-links i{
	font-size: 18px;
}





/* GET-STARTED STYLESHEET */


.container{
	margin: auto;
	background-color: #f6f7f8;
	margin-top: 60px;
	width: 55%;
	height: 750px;
	min-width: 200px;
	margin-bottom: 50px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px rgba(227, 228, 237, 0.37);
	border: 2px solid rgba(255, 255, 255, 0.18);
}

.welcome{
	color: #13131a;
	margin-bottom: 20px;
}


.content-wrapper{
	width: 100%;
/*	aspect-ratio: 1;*/
/*	border: 2px solid green;*/
}


form{
	width: 100%;
/*	height: 100px;*/
/*	border: 2px solid black;*/
/*	margin-top: 30px;*/
}

#inputBox, textarea{
	width: 100%;
	height: 56px;
	font-size: 16px;
	padding: 10px;
	border-radius: 5px;
	border-width: 1px;
	margin-bottom: 40px;
}

.content-wrapper textarea{
	height: 150px;
	max-height: 200px;
	max-width: 100%;
	min-width: 100%;
}

.submitBtn{
	width: 100%;
	height: 56px;
	font-size: 17px;
	padding: 10px;
	border-radius: 5px;
	border-width: 1px;
	margin-bottom: 30px;
	font-weight: bolder;
	color: white;
	border: none;
	letter-spacing: 1.5px;
/*	background-color: #f8982d;*/
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}



/*  SERVICES STYLESHEET  */

.services-container{
/*	border: 2px solid black;*/
	width: 93%;
	margin: auto;
/*	height: 500px;*/
	padding-top: 30px;
	overflow: hidden;
}

.services-container .contents{
	width: 30%;
/*	border: 2px solid black;*/
	height: 350px;
	min-width: 300px;
	border-radius: 10px;
	background-color: #f6f7f8;
	padding: 0px 5px;
	padding-top: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	float: left;
	margin: 1.65%;
	margin-bottom: 20px;
}

.services-container .contents:hover{
	transform: scale(1.02);
	transition: .5s;
}

.contents h2{
/*	border: 2px solid grey;*/
/*	height: 70px;*/
	color: #000000b8;

}

.contents span{
/*	border: 2px solid black;*/
	display: block;
	line-height: 24px;
	font-size: 16px;
	word-spacing: 1px;
	color: #000000b8;
}

.why-choose-us{
/*	border: 5px solid black;*/
	overflow: hidden;
	width: 90%;
	margin: auto;
	margin-top: 60px;
}

.why-choose-us .imgbox{
/*	border: 2px solid green;*/
	float: left;
	width: 45%;
}


.why-choose-us .content-box{
	float: left;
	width: 55%;
/*	border: 2px solid black;*/
	margin-top: 25px;
}

.why-choose-us .content-box ul li{
	font-weight: normal;
	word-spacing: 1px;
	line-height: 25px;
	font-size: 17px;
}

.why-choose-us .content-box h2{
	text-align: center;
/*	border: 2px solid green;*/
}



