/* basic css */
html {
	scroll-behavior: smooth;
}
* {
	font-family: "Barlow Condensed", sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c2d30;

	letter-spacing: 1px;
}
li {
	color: #2c2d30;
	list-style: none;
}
a {
	text-decoration: none;
}
p {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
}
.bg-color {
	background: #f9dcc7;
}
hr {
	border-top: 1.8px solid #b3b2b2 !important;
}
/* navbar */
.navbar {
	padding: 0px 10px !important;
	background: linear-gradient( 
90deg
 , rgb(247 247 247) 0%, rgb(68 136 202) 100%);
	box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.navbar .navbar-brand img {
	height: 40px;
}
.navbar .nav-item .nav-link {
	color: #000 !important;
	font-size: 20px;
	letter-spacing: 1.5px;
	transition: 0.6s;
	font-weight:500;
}
.navbar-one .nav-item .nav-link {
	font-size: 17px;
}

.nav-social .nav-list {
	display: flex;
	margin-bottom: 0px;
}
.nav-social .nav-list li {
	background-color: #02500f;
	height: 34px;
	margin: 0px 2px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	transition: 0.4s;
}
.nav-social .nav-list li:hover {
	background-color: #fff;
}
.nav-social .nav-list li:hover a {
	color: #02500f;
}
.nav-social .nav-list li a {
	color: #fff;
}
.navbar .nav-item {
	padding: 6px 0px;
}

.navbar .nav-item .nav-link:hover {
	color: #02500f !important;
}
/* second nav */
.second-nav .box-1 h3 {
	color: #fff;
	border-right: 1px solid#fff;
	padding: 0px 20px;
	padding-top: 10px;
	margin: 0px;
}
.second-nav .box-2 h3 {
	color: #fff;
	border-right: 1px solid#fff;
	padding: 0px 20px;
	padding-top: 10px;
	margin: 0px;
}
.second-nav .nav-box {
	display: flex;
}
.second-nav .nav-box .box {
	display: flex;
	margin: 0px;
	justify-content: center;
}
.second-nav .nav-box .box li {
	padding: 10px 18px;
	position: relative;
}
.second-nav .nav-box .box li .drop {
	position: absolute;
	top: 100%;

	z-index: 999;
	background: #fff;
	left: 0;
	width: 220px;
	transition: 0.6s;
	box-shadow: 0px 2px 3px 0px #02500f ;
	opacity: 0;
	visibility: hidden;
}
.second-nav .nav-box .box li:hover .drop {
	opacity: 1;
	visibility: visible;
	
}
.second-nav .nav-box .box li .drop li a {
	color: #02500f !important;
}
.second-nav .nav-box .box li .drop li {
	padding: 8px 20px;
}
.second-nav .nav-box .box li a {
	color: #fff;
	font-size: 22px;
}
.second-nav .nav-box .box-1 {
	background: #1e88c9;
	width: 50%;
}
.second-nav .nav-box .box-2 {
	background: #02500f;
	width: 50%;
}
/* headline */
.headline {
	position: relative;
	border-bottom: 2px solid #02500f;
	border-top: 2px solid #02500f;
}
.headline p {
	background: #02500f;
	padding: 8px 40px 8px 20px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.5px;
	margin: 0px;
	position: relative;
	z-index: 1;
}
.headline marquee {
	position: absolute;
	top: 6%;
	left: 0;
	width: 90%;
	font-size: 22px;
}
/* hero-section */
.slider {
	margin-top: 1px;
}
.slider .carousel-item img {
	height: 100%;
}
.slider .col-md-9 {
	padding-left: 0px;
	padding-right: 3px;
}
.slider .col-md-3 {
	padding-left: 2px;
	padding-right: 0px;
}
.slider .carousel-control-prev {
	left: 10px;
	height: 60px;
	border-radius: 50%;
	top: 45%;
	border: 4px solid #bfc0c1;
	width: 60px;
	background: #1e88c9;
}
.slider .carousel-control-next {
	right: 10px;
	height: 60px;
	border-radius: 50%;
	top: 45%;
	border: 4px solid #bfc0c1;
	width: 60px;
	background: #1e88c9;
}

/* section-ten */
/*  */
.section-ten .five-flex {
	display: flex;
	align-items: center;
}
.section-ten .five-flex .social {
	display: flex;
	width: 80%;
	margin: 0px;
}
.section-ten .five-flex .social li {
	margin: 0px 15px;
}
.section-ten .five-flex .social li a i {
	color: #9a9a9a;
}
.section-ten .five-flex .social li a i:hover {
	color: #1e88c9;
}
.section-ten .five-box img {
	width: 100%;
	height: 150px;
	border-radius: 3px;
}
.section-ten .five-box {
	background: #f7f7f7;
	padding: 20px;
	border-bottom: 1px solid #b3b2b2;
	border-top: 1px solid #b3b2b2;
	margin: 8px 0px;
}
.section-ten p {
	font-size: 17px;
	color: #716767;
}
.section-ten .container-fluid {
	width: 92%;
}
.section-ten .section-three-box img {
	width: 100%;
}
.section-ten .section-three-box {
	margin: 10px 0px;
}

.section-ten .image img {
	width: 100%;
	height: 100px;
}
.section-ten .content p {
	font-size: 15px;
}
.section-ten .head-content {
	border-top: 2px solid #1e88c9;
}
.section-ten .head-content h3 {
	background: #1e88c9;
	padding: 8px 15px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
}
.section-ten .head-content-mini {
	border-top: 2px solid #02500f;
}
.section-ten .head-content-mini h3 {
	background: #02500f;
	padding: 8px 15px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
}
.section-ten .social-folow ul {
	display: flex;
}
.section-ten .social-folow ul li {
	margin: 8px;
}
.section-ten .popular-img img {
	width: 100%;
	margin-bottom: 10px;
	height: 220px;
}
.section-ten .popular-img {
	position: relative;
}
.section-ten .popular-img h5 {
	position: absolute;
	top: 70%;
	left: 2%;
	color: #fff;
}
.section-ten .social-folow ul li i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #1e88c9;
	color: #fff;
	font-size: 20px;
}
.section-ten .social-folow ul li i:hover {
	background: #02500f;
}
.section-ten h5 {
	font-size: 17px;
	padding-top: 10px;
	font-weight: 600;
}

.section-ten .news-box {
	margin: 6px 0px;
}

/* section four */
.section-four .img-box img {
	width: 100%;
}
.section-four {
	background-color: #1e88c9;
}
.section-four .text-box h4 {
	color: #fff;
	font-size: 25px;
}
.section-four .text-box p {
	color: #ececec;
	font-size: 16px;
	padding-bottom: 15px;
}
.section-four .text-box {
	padding: 10px;
}
/* section five */
.section-five .img-box img {
	width: 100%;
}
.section-five .container-fluid {
	width: 92%;
}
.section-five .five-box {
	background-color: #fff;
	padding: 15px 10px;
	box-shadow: 0px 2px 6px 0px #6160608a;
	border-radius: 3px;
	margin: 5px;
}
.section-five {
	background-color: #eaeaea;
}
.section-five span {
	color: #949393;
	padding-bottom: 5px;
	display: block;
}
.section-five p {
	font-size: 16px;
}
.section-five .five-flex {
	display: flex;
	align-items: center;
}
.section-five .five-flex .social {
	display: flex;
	width: 80%;
	margin: 0px;
}
.section-five .five-flex .social li {
	margin: 0px 20px;
}
.section-five .five-box .social li i {
	color: #949393;
}
/* material rate */
.material-rate .main-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.material-rate .main-box .box {
	border: 1px solid darkcyan;
	padding: 10px;
	width: 18%;
}
/* service guide */
.service-guide img {
	width: 100%;
}
.service-guide .main-box {
	display: flex;
	flex-wrap: wrap;
}
.service-guide .main-box li {
	border: 2px solid darkcyan;
	padding: 6px 10px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 4px;
	cursor: pointer;
}
/* news */
/* section five */
.section-news .news-box {
	margin: 10px;
}
.section-news .img-box img {
	width: 100%;
	height: 130px;
}
.section-news .container-fluid {
	width: 92%;
}
.section-news .main-box {
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px #61606047;
	border-radius: 3px;
	padding: 10px;
	width: 85%;
}
.section-news {
	background-color: #eaeaea;
}
.section-news p {
	font-size: 16px;
}
.section-news .news-box .social {
	margin: 0px;
}
.section-news .news-box .social li i {
	color: #949393;
}
.compliance h2{
        font-size: 22px;
        color: #1A2e22;
        margin-bottom: 20px;
        font-weight: 900;
    }
   .compliance .box{
        border: 2px solid ;
        padding: 15px;
        border-radius: 5px;}
     .compliance   p{
            margin-bottom: 5px;
            font-style: italic;}
      .compliance      span{
                color: #1a2e22;
                font-size: 18px;
                font-style: normal;
            }
            .our-team-section .profile {
  border: 1px solid #fbfbfb;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.our-team-section img {
  margin-right: 20px;
  border: 1px solid #7b7b7b;
  border-radius: 18px;
}
.our-team-section .content {
  align-self: center;
}
.our-team-section h2 {
  font-weight: 900;
  font-size: 22px;
  color: #1a2e22;
  margin-bottom: 0px;
}
.our-team-section h4 {
  font-size: 17px;
  font-weight: 600;
  color: #1a2e22;
  text-align: right;
  font-style: italic;
  padding: 6px 0px;
  margin-bottom: 0px;
}
.our-team-section p {
  font-size: 15px;
  color: #1a2e22;
  margin-bottom: 0px;
}
.our-team-section .profile:hover {
  border: 1px solid #1a2e22;
}
.our-team-section [data-toggle="collapse"] .fa:before {
  content: "\f068";
}
.our-team-section [data-toggle="collapse"].collapsed .fa:before {
  content: "\f067";
}
/* footer */
.footer {
	background-color: #f7f7f7;
}
.footer ul {
	justify-content: flex-end;
}
.footer ul li {
	margin: 0px 10px;
}
.footer ul li a {
	color: #02500f;
}

/* contact */
/* conatct   */

.sub_header {
	position: relative;
}
.sub_header img {
	width: 100%;
}
.sub_header .sub_header_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.sub_header_content h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	font-size: 30px;
}
.sub_header_content p {
	color: #fff;
	margin-top: 20px;
}
.sub_header_content a {
	color: #fff;
}

.sub_page_section1 ul li {
	font-size: 18px;
}
.sub_page_section1 p {
	font-size: 20px;
	line-height: 20px;
	font-size: 16px;
}
.sub_page_section1 h2 {
	color: #1e88c9;
	padding: 10px 0px;
}
.sub_page_section1 h3 {
	text-decoration: underline;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sub_page_section1_image img {
	width: 100%;
}
/* first news */
.first-news {
	background: #f7f7f7;
	padding: 15px;
}

.first-news .first-box {
	background: #fff;
	border-radius: 5px;
	margin: 5px;
}
.first-news .first-box img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 240px;
}
.first-news .first-text {
	padding: 20px;
}
.first-news .first-text h5 {
	padding: 0px;
}
.first-news .first-text p {
	font-size: 15px;
	margin-top: 10px;
}
/* button */
.magazine-btn {
	padding: 4px 40px;
	background-color: #1e88c9;
	color: #fff;
	font-weight: 500;
	margin-top: 2px;
	border-radius: 4px;
	float: right;
	font-size: 18px;
}

.magazine-btn:hover {
	background-color: #02500f;
	color: #fff;
	text-decoration: none;
}
.navbar-one .mobile-dot {
	display: none;
}
.magazine-btn-mobile {
	display: none;
}
.second-nav .nav-box .close-nav i {
	display: none;
}
.mobile-logo {
	display: none;
}
/* land rates */
.layout-rates img {
	width: 100%;
}
/*  box end */
.section-one img {
	width: 100%;
}
.section-one p {
	font-size: 18px;
}
.section-one li {
	font-size: 18px;
	margin-top: 12px;
	letter-spacing: 0.6px;
}
.section-one .list-two li {
	list-style-type: disc;
	margin-left: 18px;
}
/* media query */
@media only screen and (max-width: 1482px) {
	.navbar-one .nav-item .nav-link {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.second-nav .box-1 h3 {
		background: #1e88c9;
	}
	.nav-social .nav-list {
		display: flex;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.navbar-one .nav-item .nav-link {
		font-size: 16px;
	}
	/* navbar */
	button:focus {
		outline: none !important;
	}
	.navbar-one .mobile-dot {
		display: block;
	}
	.navbar-one .mobile-dot i {
		color: #fff;
		margin-right: 10px;
	}
	.second-nav .nav-box {
		display: flex;
		flex-direction: column;
	}
	.second-nav .nav-box .box {
		display: flex;
		margin: 0px;
		justify-content: center;
		flex-direction: column;
	}

	.second-nav .nav-box .box li {
		padding: 10px 18px;
	}

	.second-nav .nav-box .box li a {
		color: #fff;
		font-size: 22px;
	}
	.second-nav .nav-box .box-1 {
		background: #1e88c9;
		width: 100%;
	}
	.second-nav .nav-box .box-2 {
		background: #1e88c9;
		width: 100%;
	}
	.second-nav .nav-box .close-nav i {
		position: absolute;
		top: 18px;
		left: 90%;
		color: #fff;
		font-size: 25px;
		display: block;
	}
	.second-nav .nav-box {
		padding: 70px 10px;
		position: fixed;
		top: 0%;
		background: #1e88c9;
		left: -300%;
		width: 100%;
		z-index: 9999;
		transition: 1s !important;
		height: 100%;
	}
	.mobile-second-nav .nav-box {
		left: 0;

		transform: rotateX(0deg);
	}
	.mobile-logo {
		position: absolute;
		top: 8px;
		display: block;
	}
	.mobile-logo img {
		width: 70%;
	}
	/* end */
	.section-three .image img {
		width: 100%;
		height: 100%;
	}
	.section-five .container-fluid {
		width: 100%;
	}
	.section-five .five-flex {
		display: block;
		align-items: center;
	}
	.top-bar .topbar-box ul {
		margin: 0px;
		display: none;
	}
	.section-news .container-fluid {
		width: 100%;
	}
	.section-news .main-box {
		width: 100%;
	}
	.section-news h4 {
		padding-left: 10px !important;
	}

	.magazine-btn-mobile {
		text-align: center;
		display: block;
		width: 50%;
		margin: 10px 2px;
		padding: 10px 40px;
		background-color: #02500f;
		color: #fff;
		font-weight: 500;
		margin-top: 2px;
		border-radius: 4px;
		font-size: 15px;
	}
	.magazine-btn-mobile:hover {
		background-color: #fff;
		color: #02500f;
		text-decoration: none;
	}
	.magazine-btn {
		display: none;
	}
	.headline marquee {
		width: 95%;
	}
	.second-slide {
		display: none;
	}
	.slider .carousel-item img {
		height: auto;
	}
	.section-ten .container-fluid {
		width: 100%;
	}
	.footer {
		text-align: center;
	}
	.footer ul {
		justify-content: center;
	}
}
