@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;600;700;800;900&display=swap');

body{
	font-family: 'Roboto Slab', serif !important;
}
a{
  transition: all 2s ease-out 0s;
}
a:focus{
	outline: none !important;
}
a:hover{
	text-decoration: none;
}

#top{
	background-color: #233952;
	padding: 10px 0px;
}
#top p{
	color: #fff;
	margin: 0px;
	font-size: 12px;
}
#top p i{
	margin-right: 5px;
}
#menu .navbar{
	padding: 0px;
}
#menu .dropdown-menu{
	left: 10px;
	padding: 0px;
}
#menu .dropdown-item{
	padding: 10px;
	font-size: 14px;
}
#menu .dropdown-item:hover{
	background-color: #009fff;
	color: #fff;
}
#menu .navbar-nav .nav-link{
	text-transform: uppercase;
	font-size: 15px;
    font-weight: 700;
    padding: 13px;
}
#menu .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
	color: #009fff; 
}
#banner{
	position: relative;
	overflow: hidden;
}
.banner-text{
	background-color: #009fff;
	padding: 5% 25px;
	width: 450px;
	position: absolute;
	top: 0%;
	height: 100%;
}
.banner-text h1{
	color: #fff;
	margin-bottom: 25px;
}
.banner-text ul{
	margin: 0px;
	padding: 0px;
	margin-left: 18px;
	margin-bottom: 15px;
}
.banner-text ul li{
	color: #fff;
	line-height: 30px;
	list-style: square;
}
.banner-text p{
	color: #fff;
	margin-bottom: 35px;
}
.banner-text .ban-btn1{
	background-color: #26ffa1;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding: 10px;
	color: #000;
	border: 1px solid #26ffa1;
}
.banner-text .ban-btn1:hover{
	background-color: #009fff;
	color: #fff;
}
.banner-text .ban-btn2{
	border-radius: 5px;
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	border: 1px solid #fff;
}
#box1{
	margin: 80px 0px; 
}
#box1 span{
	margin-bottom: 20px;
	display: block;
}
#box1 h2{
	margin-bottom: 30px;
	color: #233952;
}
#box1 p{
	line-height: 29px;
	font-size: 14px;
}
#box1 table tr td h5{
	font-size: 18px;
	color: #233952;
}
#box1 table tr td p{
	font-size: 13px;
	line-height: 25px;
}
#box1 table tr td{
	padding-bottom: 20px;
}
.read-more-btn{
	background-color: #26ffa1;
	display: inline-block;
	padding: 10px 15px;
	color: #000;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #26ffa1;
}
.read-more-btn:hover{
	background-color: #fff;
}
#box2{
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  text-align: center;
}
#box2 h3{
	color: #fff;
	margin-bottom: 25px;
	font-size: 35px;
}
#box2 h6{
	color: #fff;
	font-weight: 100;
	font-size: 30px;
}
#box3{
	margin: 60px 0px;
}
#box3 h2{
	margin-bottom: 30px;
}
#box3 p {
    font-size: 14px;
}
#box3 h5{
	color: #fff;
	background-color: #009fff;
	padding: 10px;
	margin-left: -100px;
	-webkit-box-shadow: 0px 0px 58px -20px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 58px -20px rgba(0,0,0,0.75);
box-shadow: 0px 0px 58px -20px rgba(0,0,0,0.75);
	display: inline-block;
	margin-bottom: 25px;
}
#box4{
	background-color: #f2f2f2;
	padding: 60px 0px;
}
#box4 h2{
	margin-bottom: 20px;
}
#box4 p{
	font-weight: 100;
}
.team-box{
	background-color: #009fff;
	margin-top: 40px;
}
.team-box a{
	color: #fff;
	font-size: 13px;
	margin-top: 15px;
	display: block;
	font-weight: 100;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px;
	text-align: center;
	width: 100px;
}
.team-box ul{
	margin: 0px;
	padding: 0px;
}
.team-box ul li{
	color: #fff;
	font-weight: 100;
	list-style: square inside;
}
.team-box h3{
	font-size: 18px;
	color: #fff;
}
.team-box p{
	color: #fff !important;
}
.team-box img{
	width: 97%;
}
#box5{
	margin: 60px 0px;
	position: relative;
}
#box5 h2{
	text-align: center;
	margin-bottom: 25px;
}
#box5 .carousel-indicators li{
	background-color: #1c323d;
}
#box5 .carousel-indicators .active{
	background-color: #7eb1cb !important;
}
#box5 .testimonials-box{
	
}
#box5 .testimonials-box h6{
	color: #fff;
	font-style: italic;
	background-color: #1c323d;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 29px;
}
#box5 .testimonials-box p{
	font-size: 15px;
}
#box5 .testimonials-box p span{
	display: block;
	font-size: 13px;
}
#box5 .carousel-indicators{
	bottom: -35px;
}
#footer{
	margin-top: 60px;
}
.audit-accounts #footer{
	margin-top: 0;
}
.footer-left{
	background-color: #e6e6e6;
	padding: 72px;
}
.footer-left ul{
	margin: 0px;
	padding: 0px;
}
.footer-left ul li{
	list-style: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.footer-right{
	background-color: #e6e0d5;
	padding: 40px;
}
.footer-right h6{
	margin: 20px 0px;
}
.footer-right p{
	font-size: 13px;
}
#inner-banner img{
	width: 100%;
}
.inner-banner-text{
	width: 100%;
	position: relative;
	height: auto;
	padding: 20px 0px;
}
.ser-det-box h4{
	background-color: #233952;
	color: #fff;
	padding: 10px;
	display: inline-block;
	margin-bottom: 30px;
}
.ser-in-box{
	border: 1px solid #ddd;
	padding: 10px;
}
.ser-in-box h3{
	font-size: 18px;
	margin-top: 20px;
}
.ser-in-box p{
	font-size: 13px;
}
.inner-banner-text h1{
	margin-bottom: 0px;
}
#blog{
	margin: 60px 0px;
}
.blog-box{
	margin: 15px 0px;
	margin-bottom: 40px;
}
.blog-box h4{
	font-size: 18px;
	margin-top: 20px;
}
.blog-box span{
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	display: block;
	line-height: 30px;
}
.blog-box p{
	margin-top: 15px;
}
#contact{
	margin: 60px 0px;
}
.enquiry-box input{
	padding: 10px;
	width: 100%;
	margin: 15px 0px;
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}
.enquiry-box textarea{
	padding: 10px;
	width: 100%;
	margin: 15px 0px;
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	height: 120px;
}
#contact label{
	text-transform: uppercase;

}
#contact p{
	font-size: 13px;
}
#contact .sub-btn{
	background-color: #26ffa1;
	width: 120px;
}	
.about-im-box{
	background-color: #e3e3e3;
	padding: 25px;
}
.about-im-box h2{
	margin-bottom: 0px !important;
}
.about-im-box img{
	margin-right: 10px;
}
.about-im-box p{
	line-height: 25px !important;
	font-size: 12px !important`;
}
.ser-main-box1{
	padding: 60px 0px;
	margin: 0px !important;
}
.ser-main-box1 ul{
	margin: 0px;
	padding: 0px;
}
.ser-main-box1 ul li{
	line-height: 40px;
	list-style: circle;
}
.ser-main-box2{
	padding: 60px 0px;
	margin-top: 0px !important;
}
.ser-main-box2 ul{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
.ser-main-box2 ul li{
	line-height: 40px;
	list-style: circle;
}
.ser-main-box2 .ser-box-in{
	background-color: #003f3f;
	padding: 15px;
	min-height: 250px;
}
.ser-main-box2 .ser-box-in h3{
	color: #fff;
	font-size: 20px;
}
.ser-main-box2 .ser-box-in ul li {
	color: #fff;
	line-height: 25px;
	font-size: 13px;
}
.ser-main-box2 .ser-box-in2{
	background-color: #fc8332;
}
.ser-main-box2 .ser-box-in3{
	background-color: #ed6224;
}
.ser-main-box2 .ser-box-in4{
	background-color: #006263;
}
.services-box a{
	font-size: 12px;
	position: absolute;
	right: 0%;
	bottom: 0%;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 2px;
}

@media screen and (max-width: 991px){
	.banner-text{
		position: relative;
		width: 100%;
	}
	#box3 h5{
		margin-left: 0px !important;
	}
}
@media screen and (max-width: 575px){
	.team-box{
		padding: 15px;
	}
	.team-box h3{
		color: #000;
		margin-top: 15px;
	}
	.team-box a{
		margin-bottom: 20px;
	}

}












