/* font-family: 'Lato', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');


/*=========
Global CSS
===========*/
body{
	font-family: 'Lato', sans-serif;
}
a{
	text-decoration: none;
}
ul{
	padding: 0;
}
li{
	list-style: none;
}
/*=============
Header Section
===============*/
header{
	padding: 15px 0px 10px;
}
.no-padding{
	padding: 0;
}
/*=============
Banner Section
===============*/
.banner-section{
	background: url(../img/banner.png) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 125px 0px 45px;
}
.banner-section h1{
	color: #fff;
    font-size: 70px;
    font-weight: 600;
}
.banner-hr{
	background: #15a4fa;
    height: 2px;
}
.banner-section h5{
	color: #fff;
    padding: 20px 0px
}
.btn-banner{
	background: none;
    border: 2px solid #15a4fa;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 30px;
	transition: 0.3s ease-in-out;
}
.btn-banner a{
	color: #fff;
}
.btn-banner:hover{
	background: #0597ee;
}
.angle-down .fa{
	margin-top: 100px;
    color: #fff;
    font-size: 35px;
}

/*=============
Design Section
==============*/
.design-section{
	padding: 50px 0px;
	text-align: center;
	background: #f6f9f9;
}
.design-section h3{
	color: #2d3950;
}
.design-section p{
	padding: 0px 115px;
	color: #999999;
}

/*===========
Icon Section
============*/
.icon-section{
	padding: 50px 0px;
	text-align: center;
}
.icon-section h4{
	color: #2d3950;
    padding: 20px;
    margin: 0;
}
.icon-section p{
	color: #adadad;
    padding: 0px 18px;
}
.icon-section .fa{
	color: #fff;
	background: #15a4fa;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	transition: 0.3s ease-in-out;
}
.icon-section .fa:hover{
	color: #fff;
	background: #097dc3;
	cursor: pointer;
	
}

/*===============
Showcase Section
=================*/
.showcase-section{
	text-align: center;
	padding: 50px 0px;
}
.showcase-section h1{
	color: #2d3950;
	font-size: 25px;
}
.showcase-section h6{
	color: #909090;
}



.main-gallery{
	margin-top: 55px;
}
.gallery-section{
	position: relative;
	margin-bottom: 25px;
}
.hover{
	position: absolute;
	background:  rgba(44, 171, 247,.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .3s ease-in-out;
}
.hover ul{
	position: absolute;
	top: 42%;
	left: 30%;
}
.hover ul li{
	display: inline;
	padding: 15px;
}
.hover ul li .fa{
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 7px;
	color: #fff;
}
.hover:hover{
	opacity: 1;
	transition: .3s ease-in-out;
}


/*==============
Contact Section
================*/
.contact-section{
	background: url(../img/footer.png) no-repeat center;
	background-size: cover;
	padding: 55px 0px;
}
.contact-section h1{
	text-align: center;
	color: #fff;
	font-size: 35px;
    font-weight: 600;
}
.contact-section h6{
	text-align: center;
	color: #999999;
}
.contact-form{
	padding: 35px 0px;
}
.form-control{
	background: none;
	border-color: #999999;
	padding: 15px;
}
.form-check-input{
	background: #9aa1aa;
}
.form-control:focus {
	box-shadow: none;
}
.mb-3 span{
	color: #9da2ab;
	padding-left: 10px;
}
.btn-send{
	float: right;
    background: none;
    border-color: #15a4fa;
    padding: 7px 38px;
    color: #fff;
    border-radius: 5px;
	transition: 0.3s ease-in-out;
}
.btn-send:hover{
background: #0597ee;
}

/*============
Footer Section
==============*/
footer{
	padding: 15px 0px;
}

.navbar-light .navbar-brand {
    color: #999999;
    font-size: 15px;
}
.nav-link .fa{
    background: #15a4fa;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
	transition: 0.3s ease-in-out;
}
.nav-link .fa:hover{
	background: #2d3950;
	color: #fff;
	cursor: pointer;
	/* transform: scale(1.2); */
}

	



/* ======================
   Note Book Media Query 
========================*/
@media (min-width: 769px) and (max-width: 992px)
{
	header img{display: block;margin: 0 auto;}
	.banner-section {padding: 25px 0px 0px;}
	.banner-section h1 {font-size: 45px;}
	.angle-down{margin-top: -45px;}
	.design-section {padding: 50px 0px 15px;}
	.design-section h3 {font-size: 25px;}
	.design-section p {padding: 0px 0px;}
	.icon-section {padding: 25px 0px;}
	.icon-section h4 {padding: 15px 0 10px;}
	.icon-section p {padding: 0px 0 15px;font-size: 20px;font-size: 16px;}
	.showcase-section {padding: 25px 0px;}
	.showcase-section h1 {font-size: 25px;}
	.gallery-section {margin-bottom: 10px;}
	.showcase-section{padding: 30px 0;}
	.mbl-section{margin: -20px 0;}
	.contact-section {padding: 50px 0px 25px;}
	.contact-section h1 {font-size: 25px;}
	footer{padding: 10px 0px;}

}


/* ==================
  Tablet Media Query 
====================*/
@media (min-width: 577px) and (max-width: 768px)
{
	header img{display: block;margin: 0 auto;}
	.banner-section {padding: 25px 0px 0px;}
	.banner-section h1 {font-size: 45px;}
	.angle-down{margin-top: -45px;}
	.design-section {padding: 50px 0px 15px;}
	.design-section h3 {font-size: 25px;}
	.design-section p {padding: 0px 0px;}
	.icon-section {padding: 25px 0px;}
	.icon-section h4 {padding: 15px 0 10px;}
	.icon-section p {padding: 0px 0 15px;font-size: 20px;font-size: 16px;}
	.showcase-section {padding: 25px 0px;}
	.showcase-section h1 {font-size: 25px;}
	.gallery-section {margin-bottom: 10px;}
	.showcase-section{padding: 30px 0;}
	.mbl-section{margin: -20px 0;}
	.contact-section {padding: 50px 0px 25px;}
	.contact-section h1 {font-size: 25px;}
	footer{padding: 10px 0px;}

}



/* ==========================
   Mobile Device Media Query 
=============================*/
@media (min-width: 320px) and (max-width: 576px)
{
	header img{display: block;margin: 0 auto;}
	.banner-section {padding: 25px 0px 0px;}
	.banner-section h1 {font-size: 45px;}
	.angle-down{margin-top: -45px;}
	.design-section {padding: 50px 0px 15px;}
	.design-section h3 {font-size: 25px;}
	.design-section p {padding: 0px 0px;}
	.icon-section {padding: 25px 0px;}
	.icon-section h4 {padding: 15px 0 10px;}
	.icon-section p {padding: 0px 0 15px;font-size: 20px;font-size: 16px;}
	.showcase-section {padding: 25px 0px;}
	.showcase-section h1 {font-size: 25px;}
	.gallery-section {margin-bottom: 10px;}
	.showcase-section{padding: 30px 0;}
	.mbl-section{margin: -20px 0;}
	.contact-section {padding: 50px 0px 25px;}
	.contact-section h1 {font-size: 25px;}
	footer{padding: 10px 0px;}

}


