@import url('https://fonts.googleapis.com/css2?family=Jost&family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
li{list-style-type:none!important;}
a{text-decoration:none!important;}
.marquee {width: 100%; overflow: hidden; font-size: 16px; line-height: 25px;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.logo{width: 350px;}
.jost{font-family: 'Jost', sans-serif; line-height:28px; font-size:17px;}
.jostpara{font-family: 'Jost', sans-serif;}
.nunito{font-family: 'Bree Serif', serif;}
.bgclr{background: green!important;}
.navbg{background-color:green;}
.navbar button {background-color: white;}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.clr{color:green;}
.navfont{font-family: 'Bree Serif', serif;}
.navbar-light .navbar-nav .active > .nav-link{color:green!important;}
.bg-darken {background: #0d1128;}
.fullpad{padding:0!important; margin:0!important;}
.pclr{color: rgba(255,255,255,.8);}
.button4 {
    padding: 0px 30px;
    border: 2px solid green;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 50px !important;
}
.eff4 {
    width: 140px;
    height: 50px;
    left: -140px;
    background: green;
    position: absolute;
    transition: all .5s ease;
}
.button4 a {
    color: black;
    line-height: 40px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.button4:hover .eff4 {left: 0;}
.button4:hover a {color: #fff;}
.contact{
	position: relative; 
	background-image:url("../images/contact.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding:50px 0;
}
.contact::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1a1d1f;
    opacity: .80;
    content: "";
}
.btn1{background:green; color:white!important; padding:10px 30px; border:1px solid green;}
.section-title-divider {
    width: 50px;
    height: 3px;
    background: green;
    margin: 0 auto;
    margin-bottom: 20px;
}
.service-block-two {position: relative; margin-bottom: 30px;}
.service-block-two .inner-box {
    position: relative;
    text-align: center;
    border: 1px solid #dbd8d8;
    padding: 35px;
}
.service-block-two .inner-box::before{
	border-color: green; 
	height: 100%; 
	width: 0; 
	top: 0; 
	left: 50%; 
	border-top: 1px solid green; 
	border-bottom: 1px solid green;
}
.service-block-two .inner-box::after{
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	border-left: 1px solid green;
	border-right: 1px solid green;
	z-index: -1;
	border-color: green;
}
.service-block-two .inner-box::before, .service-block-two .inner-box::after {
    position: absolute;
    content: "";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-block-two .icon-box {position: relative; margin-bottom: 25px;}
.service-block-two .inner-box:hover::before {left: 0; width: 100%;}
.service-block-two .inner-box:hover::after {top: 0; height: 100%;}
.text1 {position: relative; padding: 0 0 0 30px; margin-top: -45px;}
.footpad{padding:100px 0 20px 0;}
.brdlft {border-left: 4px solid green;}
.owl-nav{display:none;}
.owl-dots{display:none;}
.text2 {position: relative; padding: 0 0 0 65px; margin-top: -63px;}
.icnclr1{color: #559926; font-size:40px;}
.icnclr2{color: #b61818; font-size:40px;}
.owlbg{background-color: #f2eada;}
.icon-in1 {
    color: white;
    border: 2px solid #8d6238;
    background: #8d6238;
    padding: 7px 15px;
    border-radius: 60px;
}
.text {
    position: relative;
    padding: 0 0 0 65px;
    margin-top: -20px;
}
.lib-qualities ul {list-style: none; margin: 30px 0 0 0; float: left; width: 100%;}
.lib-qualities ul li {
    float: left;
    width: 100%;
    border-left: 1px solid #ddd;
    padding: 15px 0 15px 50px;
    position: relative;
}
.lib-qualities ul li i {
    position: absolute;
    height: 60px;
    width: 60px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
    font-size: 24px;
    line-height: 56px;
    text-align: center;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.lib-qualities ul li i {font-size: 24px; line-height: 56px; text-align: center;}
.lib-qualities ul li h2 {font-size: 16px; text-transform: uppercase; color: #5d5d5d; margin: 0 0 10px 0;}
.lib-qualities ul li p {margin: 0;}
.lib-qualities ul li i:hover{background-color: #0b75a9;}
.lib-qualities ul li:hover i {color: #fff;background-color: green;}
.parallaxbox{padding: 10% 10% 10% 10%; background: #fcf8f8; position: relative; top: 225px; z-index: 999; border-radius: 20px; bottom: 100px;}
.brdrad{border-radius:15px;}
.topbg{background-image:url("../images/topbg.png"); background-size:contain;}
.safetytipsbg {
    background-image: url("../images/safetybg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.bglightbrd{background: #f0efef; border-radius: 15px;}

@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
}


@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
}


#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.notfound .notfound-404 {height: 280px; position: relative; z-index: -1;}
.notfound .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 190px;
	margin: 0px;
	font-weight: 900;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url('../images/bg.jpg') no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0px;
}
.notfound a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;
}
@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}