@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=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
body{
	font-family: 'Raleway', sans-serif !important;
}
a{
  transition: all 2s ease-out 0s;
}
a:focus{
	outline: none !important;
}
p{
	color: #000;
    font-weight: 500;
}
a:hover{
	text-decoration: none;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
    outline:0px !important;
}
html {
  scroll-behavior: smooth;
}
#banner{
  background-image: url("../img/banner-bg.jpg");
  padding: 20px 0px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu .navbar-light .navbar-nav .nav-link{
	color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-left: 25px;
    border-bottom: 2px solid rgba(9,63,102,0) ;
    padding: 4px 0px;
    padding-bottom: 2px;
}
.menu .navbar-light .navbar-nav .nav-link:hover{
	border-bottom: 2px solid rgba(9,63,102,1) ;
}
.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{
	border-bottom: 2px solid rgba(9,63,102,1) ;
}
.menu .navbar{
	padding: 0px;
	
}

.banner-text{
	margin: 120px 0px;
}
.banner-text h1{
	font-family: 'Play', sans-serif;
	color: #093f66;
	font-size: 35px;
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#box1{
	padding: 60px 0px;
	background-image: url(../img/about-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#box1 h2{
	font-size: 28px;
	color: #093f66;
	font-weight: 500;
	margin-bottom: 30px;
}
#box1 h2 span{
	color: #3f3832;
	display: block;
	font-size: 20px;
}
#box1 p{
	color: #000;
	line-height: 28px;
	font-weight: 500;
}
#box1 .enquiry-box{
	border: 1px solid #093f66;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 27px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 27px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 27px -15px rgba(0,0,0,0.75); 
	margin-top: -350px;
	background-color: #fff;
}
#box1 .enquiry-box h3{
	color: #093f66;
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
#box1 .enquiry-box h3 span{
	display: block;
	color: #3f3832;
	font-size: 15px;
}
#box1 .enquiry-box form input{
	width: 100%;
	background-color: #e9e9e9;
	border: none;
	padding: 10px 15px;
	margin-bottom: 20px;
}
#box1 .enquiry-box form textarea{
	width: 100%;
	background-color: #e9e9e9;
	border: none;
	padding: 10px;
	height: 100px;
	margin-bottom: 20px;
}
#box1 .enquiry-box .sub-btn{
	background-color: #093f66;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
	width: 200px;
	text-align: center;
	float: right;
}
#box1 .enquiry-box .sub-btn:hover{
	background-color: #3f3832;
	color: #fff;
	transition: all 2s ease-out 0s;
}
#box2 .in-box2{
	background-color: #093f66;
	padding: 20px;
	min-height: 115px;
	cursor: pointer;
}
#box2 .in-box2:hover{
	background-color: #3f3832;
	color: #fff;
	transition: all 2s ease-out 0s;
}
#box2 .in-box2 h4{
	color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600;
}
#box2 .in-box2 img{
	opacity: .7;
}
#box2 .in-box2 p{
	color: #fff;
	margin: 0px;
	font-size: 13px;
}
#box3{
	margin: 60px 0px;
}
#box3 img{
	
}
#box3 h3{
	font-size: 35px;
	margin-bottom: 25px;
	color: #093f66;
}
#box3 p{
	line-height: 28px;
	margin-bottom: 30px;
	color: #000;
    font-weight: 500;
}
#box3 a{
	background-color: #093f66;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
}
#box3 a:hover{
	background-color: #3f3832;
	color: #fff;
}
#box4 h3 {
    font-size: 35px;
    color: #093f66;
    margin-bottom: 15px;
}
#box4 p{
	margin-bottom: 25px;
}
#box4 .in-box4{
	position: relative;
	transition: all 2s ease-out 0s;
	
}
#box4 .in-box4:hover img{
	transition: all 2s ease-out 0s;
	filter: grayscale(100%);
	opacity: .5;
}
#box4 .in-box4:hover h4{
	color: #000;
}
#box4 a .in-box4  h4{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	background-color: #e9e9e9;
	padding: 10px;
	color: #000;
}	
#footer{
  background-image: url("../img/footer-bg.jpg");
  padding: 100px 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
#footer{
	text-align: center;
}
#footer h6{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
}
#footer h6 a{
	color: #000;
}
#inner-banner{
	
  padding: 50px 0px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#inner-banner .navbar-brand{
}
.box3-in h3{
	font-size: 22px !important;
	margin-bottom: 10px !important;
}
#box4 h3{
    font-size: 35px;
    color: #093f66;
    font-weight: 500;
    margin-bottom: 30px;
}
#box4 ul{
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}
#box4 ul li{
	list-style: none;
	float: left;
	margin-right: 20px;
}
.caroufredsel_wrapper{
	height: 320px !important;
}

#box4 p{
	margin-bottom: 15px;
}
#box4 p span{
	background-color: #093f66;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.inner-hed-text p{
	line-height: 30px;
}
.inner-hed-text h2{
	background-color: #e9e9e9;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px;
	font-size: 20px;
	margin-bottom: 15px;
}
#box6{
	margin-top: 60px;
}
#box6 h3{
	padding: 10px;
	text-transform: uppercase;
	font-size: 20px;
	background-color: #e9e9e9;
}
#what-we-do .card{
	margin-bottom: 15px;
}
#what-we-do .card-header{
	padding: 0px;
	border: none;
    box-shadow: none;
}
#what-we-do .card-header a{
	padding: 10px;
	display: block;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #093f66;
}
#what-we-do .card-header .collapsed{
	background-color: #e9e9e9;
	color: #093f66;
}
#what-we-do .card-body p{
	font-size: 13px;
	line-height: 25px;
}
.equri-box{
}
.equri-box h5{
	font-size: 25px;
	margin-bottom: 20px;
}
.equri-box input{
	width: 100%;
	background-color: #e9e9e9;
	padding: 7px;
	border: none;
	margin-bottom: 20px;
}
.equri-box textarea{
	width: 100%;
	background-color: #e9e9e9;
	padding: 7px;
	border: none;
	min-height: 120px;
	margin-bottom: 20px;
}
.equri-box .sub-btn{
	background-color: #093f66;
	color: #fff;
	width: 150px;
	float: right;
}
.equri-box .sub-btn:hover{
	background-color: #3f3832;
	transition: all 2s ease-out 0s;

}

@media screen and (max-width: 991px){
	.navbar-light .navbar-toggler{
		background-color: #fff;
	}
	#box1 .enquiry-box{
		margin-top: 30px;
	}
	#box4 .in-box4{
		margin-bottom: 20px;
	}
	.menu .navbar-brand{
		width: 100px;
	}
	.menu .navbar-light .navbar-nav .nav-link{
		text-align: right;
		line-height: 30px;
	}
	#inner-banner .navbar-brand{
		position: relative;
		top: 0%;
		width: 100px;
	}
	#inner-banner{
		margin-bottom: 0px;
	}
	.inner-hed-text h2{
		margin-top: 20px;
	}

}
@media screen and (max-width: 767px){
	#box2 .in-box2{
		margin-bottom: 10px;
	}
	#box3 h3{
		margin-top: 30px;
	}
	#footer img{
		
	}
}





