@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
html,body {
	padding: 0;
    margin: 0;
    font-size: 100%;
    background: #fff;
	font-family: 'Lato', sans-serif;
	/*font-family: 'Quicksand', sans-serif;*/
	font-weight: 400;
	background: #f1f2f3;
}
html {
  scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: 'Lato', sans-serif;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
	color: #323648;
}
li {
    list-style-type: none;
}

p {
	margin: 0;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 1px;
    color: #4d6171;
}

ul {
    margin: 0;
    padding: 0;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.phoneBox i,.phoneBox span {
	font-size: 14px;
	font-weight: 100;
	color:#4d6171;
}
.phoneBox span {
	margin-left: 5px;
}
.top{
	display: block;
	height: 35px;
	/*margin-top: 10px;*/
}
.phoneBox div{
	display: block;
	float: right;
}
header{
	margin: 0px;
	padding: 0px;
	font-weight: 40;
	position: relative;
	display: block;
	text-align: center;
	background: white;
}
header .container{
	padding-top: 5px;
}
nav { 
	background: white;
	position: relative;
	z-index: 2;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding-top: 10px;
}

#logo a {
	float: left;
    font-size: .5em;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #a06948;
    font-weight: 600;
    padding: 3px 0;
    border: none;
}
#logo img{
	width: 2em;
	height: 2em;
}
nav:after{
	content: '';
	clear: both;
	display: table;
}
nav ul{
	display: block;
	list-style: none;
	position: relative;
}
nav ul li{
	float: left;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
	text-align: left;
}
nav ul li a{
	color: #888;
	padding: 10px 15px;
	font-size: 15px;
	letter-spacing: 1px;
	transition:0s all;
	display: block;
	border-bottom: 2px solid white;
}
nav ul li a:hover{
	color: #a06948;
}
nav ul ul li a{
	border-bottom: 1px solid #f1f1f1;
}
nav ul ul li a:hover{
	box-shadow: none;
}
nav ul ul{
	position: absolute;
	top: 90px;
	opacity: 0;
	visibility: hidden;
	transition: top .3s;
}
nav ul ul ul{
	border-top: none;
}
nav ul li:hover > ul{
	top: 45px;
	opacity: 1;
	visibility: visible;	
}
nav ul ul li{
	position: relative;
	margin: 0px;
	width: 200px;
	float: none;
	display: list-item;
	box-shadow: 0px 0px 5px #00000010;
}
nav ul ul li a{
	line-height: 30px;
}
nav ul ul ul li{
	position: relative;
	top: -45px;
	left: 201px;
	box-shadow: 0px 0px 5px #00000010;

}
.show,.iconOne,input{
	display: none;
}
.fa-plus{
	font-size: 15px;
	margin-left: 40px;
}

.footv3-left{
	margin-left: 50px;
}

.branch {
	background-color: #f4f8fb;
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
}
h4.w3f_title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #a06948;
    font-weight: bold;
}
ul.list-agileits li a,.footer p.head {
    color: #4d6171;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 200;
    transition: 0s all;
}
ul.list-agileits li a:hover {
    color: #a06948;
}
.footer-style-w3ls p,.footer-style-w3ls p a{
    color: #4d6171;
    font-size: 15px;
    letter-spacing: .5px;
}
.footer-style-w3ls p span {
	font-weight: 600;
}
.footer-style-w3ls p a{
    letter-spacing: 1px;
}
.footer-style-w3ls p span.fa {
    width: 20px;
}
.footer-grid_section {
    width: 60%;
    margin: auto;
}
.footer-title h2 a {
    font-size: 32px;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #a06948;
    font-weight: 600;
    padding: 3px 0;
    border: none;
}
.footer-title h2 a span.fa {
    color: #a06948;
}
.footer-title h2 a img{
	width: 1.5em;
	height: 1.5em;
}
.copy-right p {
    margin: 0;
	text-transform: capitalize;
    letter-spacing: .5px;
}
.copy-right{
	background: #f4f8fb;
}
.copy-right p a{
    color: #333;
}
.social-iconsv2 li a {
    font-size: 16px;
    width: 33px;
    display: block;
    color: #4d6171;
}
.inner-banner h3 {
    margin-top: 1em;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 600;
}
a.move-top {
    width: 34px;
    height: 34px;
    background: url(../pic/move-top.png) no-repeat;
    display: inline-block;
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 2;
}
.user span.fa {
    font-size: 25px;
    color: #fff;
}
/* Media Queries
--------------------------------------------- */

@media screen and (max-width : 991px) {
	.branch{
		width: 50%;
		float: left;
	}
	.footv3-left{
		margin-left: 0;
	}

	.b2{
		border-left: 2px solid #ededed;
	}

	/* Responsive navbar*/
	nav ul{
		margin-right: 0px;
		float: left;
		display: none;
	}
	.container {
		padding-bottom: 10px;
	}
	.show + a, nav ul{
		display: none;
	}
	nav ul li,nav ul ul li{
		display: block;
		width: 100%;
	}
	nav ul li a:hover{
		box-shadow: none;
	}
	nav ul li a{
		font-size: 16px;
		padding:10px 10px;
	}
	nav ul li{
		padding-left: 0px;
	}
	.show{
		display: block;
		color: #888;
		font-size: 16px;
		padding: 10px 10px;
		line-height: 28px;
		letter-spacing: 1px;
		cursor: pointer;
		margin-bottom: 0px;
	}
	.show:hover{
		color:#a06948;
	}
	.show1{
		padding-left: 40px;
	}
	.iconOne{
		display: block;
		text-align: center;
		margin: 0px auto;
		color: #a06948;
		top: 0;
		right: 40px;
		line-height: 24px;
		cursor: pointer;
		font-size: 25px;
		margin-top:5px;
	}
	nav ul ul{
		top: 70px;
		border-top: 0px;
		float: none;
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
	}
	nav ul ul li{
		padding-left: 40px;
	}
	nav ul ul ul li{
		position: static;
	}
	[id^=btn]:checked + ul{
		display: block;
	}
	nav ul ul li{
		border-bottom: 0px;
	}
	b.cancel:before{
		content: '\f00d';
	}
	.phoneBox {
		text-align: center;
	}
	.phoneBox div{
		width: 100%;
		margin-top: 10px;
	}
	#logo {
		text-align: center;
	}
	#logo a{
		width: 100%;
		font-size: .7em;
	}
	.top{
		height: 105px;
	}
}
@media screen and (max-width: 768px){
	nav{
		padding-top: 0px;
		margin-top: 0px;
	}
	.top{
		height: 120px;
	}
	
	.button-style{
		width: 330px;
		margin-top: 40px;
	}
	.bb{
		width: 200px;
		text-align: center;
	}
	.d-flex{
		margin-top: 50px;
	}
	.copy-right p{
		text-align: center;
	}
	.copy-right div{
		text-align: center;
	}
}
@media screen and (max-width : 476px) {
	#logo a{
		font-size: 0.6em;
	}
}
@media screen and (max-width : 425px) {
	.footer-grid_section {
		width:95%;
		margin-top: 20px;
	}
	.footer-top h4{
		text-align: center;
	}
	.branch{
		width: 100%;
		text-align: left;
		margin-top: 30px;
	}
	ul.list-agileits li a {
		border: 0px;
		padding-left: 0px;
	}
	.b2{
		border: 0px;
	}
}
@media screen and (max-width : 417px) {
	#logo a{
		font-size: 0.5em;
	}
}
@media screen and (max-width : 400px) {
	#logo img{
		width: 1.5em;
		height: 1.5em;
		display: block;
		margin: 0px auto;
	}
	nav{
		margin-top: 0px;
		padding-top: 0px;
	}
	.top{
		height: 135px;
	}
	.iconOne{
		line-height: 30px;
	}
}

@media screen and (max-width : 335px) {
	html{
		width: 335px;
	}
}

