@import url('https://fonts.googleapis.com/css2?family=Girassol&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
.slide1{
	background-image: linear-gradient(rgba(10, 124, 169,0.3),rgba(10, 124, 169,0.3)),url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=763&q=80);
	background-size: cover;
	background-position: center;
}
.slide2{
	background-image: linear-gradient(rgba(10, 124, 169,0.3),rgba(10, 124, 169,0.3)),url(https://images.unsplash.com/photo-1417733403748-83bbc7c05140?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80);
	background-size: cover;
	background-position: center;
}
.slide3{
	background-image: linear-gradient(rgba(10, 124, 169,0.3),rgba(10, 124, 169,0.3)),url(https://images.unsplash.com/photo-1558403194-611308249627?ixid=MnwxMjA3fDB8MHxzZWFyY2h8N3x8b2ZmaWNlJTIwbWVldGluZ3N8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60);
	background-size: cover;
	background-position: center;
}
.banner{
	height: 80vh;
}
.banner h1{
	font-family: 'Girassol', cursive;
}
.swiper-slide{
	height: 80vh;
	padding: 50px;
	display: flex;
	align-items: center;
}
.mySwiper{
	height: 80vh;
}
.banner h1{
	color: #fff;
}
h2{
	font-family: 'Girassol', cursive;
	color: #fff;
}
section{
	padding: 60px 0px;
}
p{
	margin: 20px 0px;
}
.center-aligned{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.get-quote h2{
	text-shadow: 0px 0px 4px #fff;
}



.choose-image{
	width: 80%;
}



.company-details-content{
	padding: 0px 20px;
}
.company-details-content img{
	position: absolute;
	left: 45px;
	top: 30px;
}
.company-details-content svg{
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #fff;
}
.company-details-content h3{
	height: 40px;
	font-size: 22px;
}
.company-details-content p{
	text-align: justify;
}
.company-details-content-2{
	margin-top: 70px;
}




.product-home-page{
	width: 100%;
}
.product-tabs .image-wrapper{
	display: flex;
    justify-content: center;
    padding: 20px 0px;
}
.product-tabs .nav-tabs{
	border-bottom: none;
	display: flex;
    justify-content: center;
    align-items: center;
}
.product-tabs .nav-link{
	color: #fff;
	border:2px solid #fff;
}
.product-tabs .nav-item{
	
	margin: 0px 15px;
}
.product-tabs .nav-link.active{
	border:none;
}



.how-it-works .icon{
	text-align: center;
}
.how-it-works .icon img{
	position: absolute;
	left: 75px;
	top: 30px;
}
.icon svg{
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #fff;
}
.how-it-works h4{
	font-size: 17px;
	text-align: center;
}




/*about page*/
.about-banner-content{
	background-image: linear-gradient(rgba(0,0,153,0.5),rgba(0,0,153,0.5)),url(../image/about.jpg);
	height: 80vh;
	width: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: flex-end;
	padding: 50px;
}
.about-banner-content h1{
	text-align: right;
}
.about-company hr{
	margin: initial;
	height: 4px;
	box-shadow: 0px 0px 5px #fff;
}
.vision{
	margin-top: 100px;
}
.values{
	margin-top: 50px;
}

.desk .image-wrapper{
	height: 350px;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.desk-image{
	width: 60%;
}
.desk h3{
	font-size: 23px;
	color: #a2eff5;
}
.desk p{
	text-align: justify;
}




/*contact page*/
.contact-banner{
	height: 70vh;
	width: 100%;
	background-image: url(https://images.unsplash.com/photo-1528747045269-390fe33c19f2?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80);
	background-position: center;
	background-size: cover;
}
.contact-details h2{
	color: #a2eff5;
}
.contact-details i{
	height: 50px;
	width: 50px;
	border:1px solid #fff;
	color: #fff;
	padding: 10px;
	font-size: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 20px;
	box-shadow: 0px 0px 5px #fff;
	transition: 0.3s all;
}
.contact-details i:hover{
	background-color: #a2eff5;
}
.contact-details-content{
	padding: 40px;
	box-shadow: 0px 0px 10px #fff;
}
.contact-details-content p{
	margin: 0px !important;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
    border-bottom: 1px solid #ffff;
    transition: 0.3s all;
}
.form-control:focus{
	background: transparent;
	border-bottom: 3px solid #a2eff5;
	box-shadow: none;
}
.form-control:hover{
	background: transparent;
	border-bottom: 3px solid #a2eff5;
	box-shadow: none;
}
.contact-form form{
	width: 70%;
	margin: auto;
}
.form-control::placeholder{
	color: #fff;
}



/*quote page*/
.quote-form form{
	width: 90%;
	margin: auto;
}
.quote-form select{
	color: #fff;
	background-color: transparent;
}




/*product page*/
.product-list-parts .image-wrapper{
	height: 200px;
	width: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-list-parts .image-wrapper img{
	width: 100%;
	height: 100%;
}
.product-list-parts{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    box-shadow: 0px 0px 5px #fff;
    transition: 0.3s all;
}
.view{
	position: absolute;
    top: 40%;
    background: rgba(0,0,153,0.6);
    padding: 10px;
    transition: 0.3s all;
    opacity: 0;
}
.product-list-parts h3{
	font-size: 20px;
}
.product-list-parts:hover{
	transform: translateY(-20px);
}
.product-list-parts:hover .view{
	opacity: 1;
	top: 30%;
}
.banner-product-content{
	background-image: linear-gradient(rgba(0,0,153,0.6),rgba(0,0,153,0.6)),url(https://images.unsplash.com/photo-1594968973184-9040a5a79963?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80);
	height: 80vh;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}



/*product details page*/
.product-details-section p{
	margin: 0px 20px;

}
.product-details-section{
	padding: 10px;
	box-shadow: 0px 0px 5px #fff;
	margin: 10px;
}




/*branding page*/


.branding-how-it-works .icon-brand{
	text-align: center;
}
.branding-how-it-works .icon-brand img{
	position: absolute;
	left: 75px;
	top: 30px;
}
.icon-brand svg{
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #fff;
}
.branding-how-it-works h4{
	font-size: 17px;
	text-align: center;
}
@media only screen and (max-width: 576px){
	.swiper-slide{
	height: 50vh;
	padding: 20px;
	display: flex;
	align-items: center;
}
h2,h3,h4,h5,h6,p{
	text-align: center;
}
.banner h1 {
    color: #fff;
    font-size: 30px;
}
h2{
	font-size: 24px;
}
section{
	padding: 30px 15px;
}
.company-details-content img {
    position: absolute;
    left: 43%;
    top: 30px;
}
.icon{
	display: flex;
}
.product-tabs .nav-item {
    margin: 0px 5px;
}
.how-it-works .icon img {
    position: absolute;
    left: 43%;
    top: 30px;
}




.about-company hr {
    margin: auto;
}
.vision,.values{
	margin-top: 30px;
}
.desk .image-wrapper {
    height: 300px;
    }

 
.contact-form form {
    width: 95%;
}
.contact-form h2{
	text-align: left;
 }
 .contact-details-content div{
 	flex-direction: column;
    align-items: center;
    margin: 10px 0px;
 }




 .quote-image{
 	margin: 30px 0px;
 }
 .quote-form form{
 	width: 100%
 }


 .product-list-parts{
 	    margin: 40px 0px;
 }


 .product-details-button {
 	flex-direction: column;
 }
  .product-details-button .anchorbutton{
  	margin-top: 10px;
  }
  .product-details-button .anchorbutton{
text-align: center;  }
.product-details-content{
	margin: 30px 0px;
}
.product-details-section{
	margin: 10px 0px;
}
}
