@charset "UTF-8";


/* BLOG LIST */
.hold-blog-list ul li span {
    position: absolute;
    background: #86bd3d;
    width: 45px;
    height: 100%;
    top: 0;
     font-family: "Roboto", sans-serif;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    border-radius: 7px 0 0 7px;
}
.hold-blog-list ul li {
    padding: 15px 0 15px 55px;
    background: #f1f1f1;
    margin: 0 0 10px;
    text-align: left;
    position: relative;
    border-radius: 7px;
    border: 1px solid #d1d1d1;
}
.hold-blog-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hold-blog-list {
    position: relative;
}
/* END */

/* BLOG POSTS */
.blog-posts{
	position:relative;
    font-family: "Roboto", sans-serif;
	padding:0 0 60px;
}
.blog-posts:before {
    position: absolute;
    content: '';
    height: 400px;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #1d302c, #86bd3d);
    background-size: cover;
}



.blog-posts .innercon {
    position: relative;
    max-width: 1100px;
	z-index:99;
    margin: auto;
    display: grid;
    grid-template-columns: 75% 25%;
    grid-gap: 0;
    padding: 60px;
    background: white;
    box-shadow: 0 10px 20px #00000033;
    border-top: 5px solid #1d302c;
    border-bottom: 5px solid #1d302c;
}
.blog-posts .innercon .content:nth-child(1) {
    position: relative;
    margin-right: 30px;
   font-family: "Roboto", sans-serif;
    font-size: 15px;
	color:#080807;
    line-height: 2;
}


.blog-posts .innercon .content:nth-child(1) h3{
   font-family: "Lexend Deca", sans-serif;
    color: #1d302c;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px;
	text-align: left;

}

.blog-posts .innercon .content:nth-child(1) h2{
   font-family: "Lexend Deca", sans-serif;
    color: #1d302c;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px;
	text-align: left;

}

.blog-posts .innercon .content:nth-child(1) h2.top-content-title {
  font-family: "Lexend Deca", sans-serif;
    color: #1d302c;
    font-size: 35px;
    display: none;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.blog-posts .innercon .content:nth-child(1) p.top-post {
    font-family: "Source Sans Pro", sans-serif;
    color: #1d302c;
    font-size: 20px;
    
    font-weight: 700;
    margin: 15px 0 15px;
}

.blog-posts .innercon .content:nth-child(1) .call-out-list{
	position:relative;
	list-style: none;
    padding: 0;
    margin: 0;
}
.blog-posts .innercon .content:nth-child(1) .call-out-list li{
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.blog-posts .innercon .content:nth-child(1) .call-out-list li:after{
	position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    content: "⦿";
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86bd3d;
}
.blog-posts .innercon .content:nth-child(1) .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #f0e49c;
  margin: 0 0 20px;
  position: relative;
}

.blog-posts .innercon .content:nth-child(1) .blog-title {
   font-family: "Lexend Deca", sans-serif;
    color: #1d302c;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.blog-posts .innercon .content:nth-child(1) .author-meta {
    font-weight: 500;
    margin: 0;
    color: #86bd3d;
}
.postid-300 .blog-posts .innercon .content:nth-child(1) .blog-featuredimg, .postid-310 .blog-posts .innercon .content:nth-child(1) .blog-featuredimg, .postid-906 .blog-posts .innercon .content:nth-child(1) .blog-featuredimg {
    width: 100%;
    height: 400px;
    display: none;
    object-fit: cover;
    margin: 20px 0;
    object-position: top;
}
.postid-305 .blog-posts .innercon .content:nth-child(1) .blog-featuredimg {
    width: 100%;
    height: 400px;
    display: none;
    object-fit: cover;
    margin: 20px 0;
    object-position: top;
}
.blog-posts .innercon .content:nth-child(1) .blog-featuredimg {
    width: 100%;
    height: 400px;
    object-fit: cover;
	    margin: 20px 0;
    object-position: top;
}


.blog-posts .innercon .content:nth-child(1)  .sfsi_shortcode_container {
    float: none;
    width: 100%;
}
.blog-posts .innercon .content:nth-child(1) .sfsi_shortcode_container .norm_row {
    float: none;
    min-width: 100%;
    width: 100%;
    margin: 0 0 15px;
}
.blog-posts .innercon .content:nth-child(1) .sfsi_shortcode_container .sfcm.sfsi_wicon {
    margin: -1px;
    padding: 0;
    width: 15px !important;
}
.blog-posts .innercon .content:nth-child(1) .has-drop-cap:first-letter {
    color: #ceb875;
    font-weight: 700 !important;
}
.blog-posts .innercon .content:nth-child(1) a {
    color: #86bd3d;
    text-decoration: underline;
}
.blog-posts .innercon .content:nth-child(1) .inner-image img {
    width: 100%;
    height: auto;
}
.blog-posts .innercon .content:nth-child(1) .inner-image figcaption {
    text-align: right;
    color: #6f6f6f;
    font-weight: 300;
    font-size: 13px;
    padding: 0 0 10px;
    border-bottom: 1px solid #dcdcdc;
}
.blog-posts .innercon .content:nth-child(2){
	position:relative;
}
.blog-posts .innercon .content:nth-child(2) .sidebar-title {
   font-family: "Lexend Deca", sans-serif;
    padding: 10px 15px;
    margin: 0 0 30px;
    background: #86bd3d;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-top: 2px solid black;
    position: relative;
}
.blog-posts .innercon .content:nth-child(2) .sidebar-title:before {
    position: absolute;
    content: '';
    background: url(images/cross-white.png)no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    right: 15px;
    top: calc(50% - 15px);
}
.blog-posts .innercon .content:nth-child(2) .sidebar-title:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #ceb875;
    width: 100%;
    left: 0;
    bottom: -5px;
}
.blog-posts .innercon .content:nth-child(2) .sidebar-post .sidebar-content .latesttitle a {
    color: white;
    text-decoration: none;
}

.blog-posts .innercon .content:nth-child(2) .sidebar-post .sidebar-content .latesttitle {
    text-align: center;
    background: #1d302c;
    margin: 0;
    padding: 20px;
    border-top: 3px solid #ceb875;
  font-family: "Lexend Deca", sans-serif;
    font-size: 20px;
}
.blog-posts .innercon .content:nth-child(2) .sidebar-post .sidebar-content img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.blog-posts .innercon .content:nth-child(2) .sidebar-post .sidebar-content {
    position: relative;
}
.blog-posts .innercon .content:nth-child(2) .sidebar-post {
    position: relative;
    margin: 0 0 30px;
}
/* END */
.menunav .innercon .content:nth-child(1) .fa {
    display:none;
}
.menunav {
  position: relative;
  padding: 15px 0;
}
.menunav .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-gap: 0;
}
.menunav .innercon .content:nth-child(1) {
  position: relative;
}
.menunav .innercon .content:nth-child(1) .logo {
  position: relative;
  width: auto;
}
.menunav .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0px;
}
.menunav .innercon .content:nth-child(2) ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .innercon .content:nth-child(2) ul li {
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    display: inline-block;
    position: relative;
}
.menunav .innercon .content:nth-child(2) ul li a {
  color: #4c4d4f;
  text-decoration: none;
  display: block;
  padding: 20px 3px;
  transition: 0.3s;
}
.menunav .innercon .content:nth-child(2) ul li a:hover {
  color: #78ca5b;
}
.menunav .innercon .content:nth-child(3) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menunav .innercon .content:nth-child(3) .hold {
  position: relative;
}
.menunav .innercon .content:nth-child(3) .hold .num {
  position: relative;
  font-family: "Lexend Deca", sans-serif;
  display: flex;
  border-radius: 5px;
  background-color: #86bd3d;
  border: 0;
  font-family: "Lexend Deca", sans-serif;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  transition: 0.3s;
  padding: 15px 40px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 600;
}
.menunav .innercon .content:nth-child(3) .hold .num:hover {
  background: #4c4d4f;
  color: white;
}
.menunav .innercon .content:nth-child(3) .hold .num a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
.menunav .innercon .content:nth-child(3) .hold .num .fa {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 15px;
}

.menunav .innercon .content:nth-child(2) ul li .sub-menu {
    position: absolute;
    width: 250px;
    display: none;
    left: 0;
    background: #4c4d4f;
    z-index: 9;
    
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li {
  display: block;
  text-align: left;
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li a {
    position: relative;
    color: white;
    padding: 20px;
    display: block;
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li a:hover {
    background: #232323;
}
.menunav .innercon .content:nth-child(2) ul li .first-sub-dropdown .sub-menu {
  position: absolute;
  left: 300px;
  top: 20px;
}
.menunav .innercon.content:nth-child(2)  ul li .second-sub-dropdown .sub-menu {
  position: absolute;
  left: 300px;
  top: 20px;
}
.div1 {
    position: relative;
    padding: 130px 0;
    background: linear-gradient(to right, #0000009c, #00000078), url(https://protecfuel.com/wp-content/uploads/2023/12/bg.png) no-repeat center;
    background-size: cover;
}
.div1 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 0;
  font-family: "Roboto", sans-serif;
}
.div1 .innercon .content:nth-child(1) {
  position: relative;
	display:flex;
	align-items:center;
}
.div1 .innercon .content:nth-child(1)  .hold{
	width:100%;
}
.div1 .innercon .content:nth-child(1) .top {
    color: #86bd3d;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.div1 .innercon .content:nth-child(1) .title {
    color: white;
    font-size: 45px;
    font-weight: 600;
    margin-right: 100px;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 20px;
    position: relative;
}
.div1 .innercon .content:nth-child(1) .sub {
    color: white;
    font-size: 16px;
    margin-bottom: 30px;
    margin-right: 250px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.div1 .innercon .content:nth-child(1) .free {
  border-radius: 5px;
  background-color: #86bd3d;
  border: 0;
  font-family: "Lexend Deca", sans-serif;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  transition: 0.3s;
  padding: 15px 40px;
  text-transform: uppercase;
}
.div1 .innercon .content:nth-child(1) .free:hover {
  background: #4c4d4f;
  color: white;
}
.div1 .innercon .content:nth-child(1) .free.second {
  border-radius: 5px;
  background-color: white;
  border: 0;
  font-family: "Lexend Deca", sans-serif;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #4c4d4f;
  transition: 0.3s;
  padding: 15px 40px;
  text-transform: uppercase;
  margin-left: 20px;
}
.div1 .innercon .content:nth-child(1) .free.second:hover {
  background: #4c4d4f;
  color: white;
}
.div1 .innercon .content:nth-child(2) {
    position: relative;
}
.div1 .innercon .content:nth-child(2) .form {
    padding: 30px 30px 0;
    background: white;
}
.div1 .innercon .content:nth-child(2) .form .lets {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 600;
}
.div1 .innercon .content:nth-child(2) .form .lets {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 600;
}

.div1 .innercon .content:nth-child(2) .form .inputs input {
    width: 100%;
    background: #CFCFCF;
    border: 1px solid #00000047;
    border-radius: 0;
    padding: 12px;
    font-family: 'Roboto';
    font-size: 15px;
    outline: none;
    text-indent: 5px;
}
.div1 .innercon .content:nth-child(2) .form .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.div1 .innercon .content:nth-child(2) .form .inputs {
    position: relative;
    margin: 0 0 10px;
}
.div1 .innercon .content:nth-child(2) .form .inputs .send {
    position: relative;
    border-radius: 5px;
    background-color: #86bd3d;
    border: 0;
    font-family: "Lexend Deca", sans-serif;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: white;
    transition: 0.3s;
    padding: 15px 40px;
    text-transform: uppercase;
}
.div1 .innercon .content:nth-child(2) .form .inputs .send:hover {
    background: #4e4e4e;
}

.div2 {
  position: relative;
  padding: 100px 0 100px;
}
.div2 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.div2 .innercon .content:nth-child(2) {
  position: relative;
  margin-top: 30px;
}
.div2 .innercon .content:nth-child(2) .desc {
  margin: 20px 0;
  font-size: 18px;
  line-height: 2;
  color: #222222;
  font-weight: 700;
}
.div2 .innercon .content:nth-child(2) .desc.last {
  margin: 20px 0;
  font-size: 18px;
  line-height: 2;
  color: #222222;
  font-weight: 400;
}
.div2 .innercon .content:nth-child(2) .call-out-list {
  column-count: 1;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.div2 .innercon .content:nth-child(2) .call-out-list li {
  padding-bottom: 20px;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.div2 .innercon .content:nth-child(2) .call-out-list li::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  content: "✓";
  font-weight: 900;
  width: 20px;
  height: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #78ca5b;
  border-radius: 25px;
}
.div2 .innercon .content:nth-child(2) .about {
  border-radius: 5px;
  background-color: #86bd3d;
  border: 0;
  font-family: "Lexend Deca", sans-serif;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  transition: 0.3s;
  padding: 15px 40px;
  text-transform: uppercase;
  margin-top: 20px;
}
.div2 .innercon .content:nth-child(2) .about:hover {
  background: #4c4d4f;
  color: white;
}
.div2 .innercon .content:nth-child(1) {
  position: relative;
}
.div2 .innercon .content:nth-child(1) .top {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #86bd3d;
}
.div2 .innercon .content:nth-child(1) .title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #222222;
}
.div2 .innercon .content:nth-child(1) .hold {
  position: relative;
  margin-top: 50px;
  display: block;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.div2 .innercon .content:nth-child(1) .hold .aboutimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.div2 .innercon .content:nth-child(1) .hold .aboutimg.first {
  margin-top: 50px;
}

.div3 {
  position: relative;
  padding: 100px 0;
  background: url(images/bg1.jpg) no-repeat center;
  background-size: cover;
}
.div3 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Lexend Deca", sans-serif;
}
.div3 .innercon .holdtop {
  position: relative;
}
.div3 .innercon .holdtop .top {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #86bd3d;
}
.div3 .innercon .holdtop .title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  color: white;
}
.div3 .innercon .holdgrids {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}
.div3 .innercon .holdgrids .content {
  text-align: center;
}
.div3 .innercon .holdgrids .content a {
    text-decoration: none;
}
.div3 .innercon .holdgrids .content .services {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.div3 .innercon .holdgrids .content .stitle {
  position: relative;
  color: white;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 20px;
  font-weight: 700;
  text-align: left;
}
.div3 .innercon .holdgrids .content .stitle .fa {
  color: black;
  background-color: #86bd3d;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: 900;
  font-size: 15px;
  margin-left: 20px;
}

.div4 {
  position: relative;
  padding: 100px 0 100px;
}
.div4 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.div4 .innercon .content:nth-child(1) {
  position: relative;
}
.div4 .innercon .content:nth-child(1) .top {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #86bd3d;
}
.div4 .innercon .content:nth-child(1) .title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  margin-right: 50px;
}
.div4 .innercon .content:nth-child(1) .desc {
  margin: 20px 0;
  font-size: 18px;
  line-height: 2;
  color: #222222;
  font-weight: 400;
}
.div4 .innercon .content:nth-child(1) .desc.last {
  margin-top: 0px;
}
.div4 .innercon .content:nth-child(1) .free {
  border-radius: 5px;
  background-color: #86bd3d;
  border: 0;
  font-family: "Lexend Deca", sans-serif;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  transition: 0.3s;
  padding: 15px 40px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 50px;
}
.div4 .innercon .content:nth-child(1) .free:hover {
  background: #4c4d4f;
  color: white;
}
.div4 .innercon .content:nth-child(1) .call-out-list {
  column-count: 2;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.div4 .innercon .content:nth-child(1) .call-out-list li {
  padding-bottom: 20px;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.div4 .innercon .content:nth-child(1) .call-out-list li::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  content: "✔";
  width: 20px;
  height: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #86bd3d;
  border-radius: 25px;
}
.div4 .innercon .content:nth-child(2) {
  position: relative;
  text-align: left;
  z-index: 0;
}
.div4 .innercon .content:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 170px;
  left: -50px;
  bottom: 0;
  background: url(images/gas.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 5px 5px 5px 0px #00000026;
}
.div4 .innercon .content:nth-child(2) .rightimg {
  width: 100%;
  position: relative;
}

.div5 {
  position: relative;
  padding: 100px 0 100px;
  background: url(images/bg2.jpg) no-repeat center;
  background-size: cover;
}
.div5 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 0px;
}
.div5 .innercon .content:nth-child(2) {
  position: relative;
  margin-top: 70px;
  margin-left: 50px;
}
.div5 .innercon .content:nth-child(2) .top {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #86bd3d;
}
.div5 .innercon .content:nth-child(2) .title {
  color: white;
  background-color: #86bd3d;
  padding: 20px 50px 20px 80px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
  border-left: 10px solid white;
  margin-left: -100px;
}
.div5 .innercon .content:nth-child(2) .desc {
  margin: 20px 0;
  font-size: 18px;
  line-height: 2;
  color: white;
  font-weight: 400;
}
.div5 .innercon .content:nth-child(1) {
  position: relative;
}
.div5 .innercon .content:nth-child(1) .hold {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.div5 .innercon .content:nth-child(1) .hold .aboutimg {
  width: 100%;
}
.div5 .innercon .content:nth-child(1) .hold .aboutimg.first {
  margin-top: 50px;
}

.div6 {
  position: relative;
  padding: 100px 0 100px;
 background-color: #80808061;
 text-align: center;
}
.div6 .innercon {
  position: relative;
  max-width: 1000px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 50px;
}
.div6 .title {
 font-family: "Lexend Deca", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 50px;
 

}
.div6 .innercon .content {
    
 position: relative;
 padding: 20px;
 border: 1px solid white;
 
}
.div6 .innercon .content .partners{
    width: 100%;
}

.footer {
  padding: 100px 0 150px;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.footer .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}
.footer .innercon .content:nth-child(1) {
  position: relative;
}
.footer .innercon .content:nth-child(1) .logo {
  width: 150px;
}
.footer .innercon .content:nth-child(1) .desc {
  color: #222222;
  margin-top: 20px;
  line-height: 2;
}
.footer .innercon .content:nth-child(2) {
  position: relative;
  margin-left: 50px;
}
.footer .innercon .content:nth-child(2) .title {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0px 20px 10px;
  position: relative;
  font-family: "Lexend Deca", sans-serif;
}
.footer .innercon .content:nth-child(2) ul {
  list-style: none;
  font-size: 16px;
}
.footer .innercon .content:nth-child(2) ul a {
  color: #222222;
  text-decoration: none;
}
.footer .innercon .content:nth-child(2) ul a:hover {
  color: #86bd3d;
}
.footer .innercon .content:nth-child(2) ul li {
  line-height: 2.3;
  position: relative;
}
.footer .innercon .content:nth-child(2) ul li::after {
  position: absolute;
  content: "✓";
  width: 20px;
  height: 20px;
  background-color: #86bd3d;
  left: -30px;
  top: 8px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
}
.footer .innercon .content:nth-child(3) {
  position: relative;
  margin-left: 70px;
}
.footer .innercon .content:nth-child(3) .title {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0px 20px 10px;
  position: relative;
  font-family: "Lexend Deca", sans-serif;
}
.footer .innercon .content:nth-child(3) ul {
  list-style: none;
}
.footer .innercon .content:nth-child(3) ul a {
  color: #222222;
  text-decoration: none;
}
.footer .innercon .content:nth-child(3) ul a:hover {
  color: #86bd3d;
}
.footer .innercon .content:nth-child(3) ul li {
  line-height: 2.3;
  position: relative;
}
.footer .innercon .content:nth-child(3) ul li::after {
  position: absolute;
  content: "✓";
  width: 20px;
  height: 20px;
  background-color: #86bd3d;
  left: -30px;
  top: 8px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
}
.footer .innercon .content:nth-child(4) {
  position: relative;
  margin-left: 50px;
}
.footer .innercon .content:nth-child(4) .title {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0px 20px 10px;
  position: relative;
  font-family: "Lexend Deca", sans-serif;
}
.footer .innercon .content:nth-child(4) .info {
  position: relative;
  color: #222222;
}
.footer .innercon .content:nth-child(4) .info .fa {
  margin-right: 7px;
  color: #86bd3d;
}
.footer .innercon .content:nth-child(4) .info a {
  color: #222222;
  text-decoration: none;
}
.footer .innercon .content:nth-child(4) .info a:hover {
  color: #86bd3d;
}

.copy {
  padding: 20px 0;
  position: relative;
  margin-top: -100px;
  z-index: 5;
}
.copy .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid rgba(70, 69, 69, 0.301);
  text-align: center;
}
.copy .innercon .content:nth-child(1) {
  padding-top: 30px;
  position: relative;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 15px;
}


.holdblogpage {
  padding: 100px 0;
  position: relative;
  background: #86bd3d;
	text-align:center;
}
.holdblogpage .innercon .content .call {
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
    background-color: black;
    border: 0;
    font-family: "Lexend Deca", sans-serif;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: white;
    transition: 0.3s;
    padding: 15px 40px;
    text-transform: uppercase;
}
.holdblogpage .innercon .content .call:hover {
    background: #202020;
}
.holdblogpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdblogpage .innercon .content {
  position: relative;
}
.holdblogpage .innercon .content .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  color: white;
  font-size: 40px;
  margin: 0;
	text-align:center;
}


.holdpage {
  padding: 100px 0;
  position: relative;
  background: #86bd3d;
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  color: white;
  font-size: 40px;
  margin: 0;
}

.pagecontent {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: "left right";
}
.pagecontent .innercon .content:nth-child(1) {
  grid-area: right;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 33px;
  color: #373737;
  text-align: justify;
  background: white;
  border: 1px solid #d8d8d8;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #0b3efb73, #00000052);
  z-index: 9;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:After {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #ffffff;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content a {
    color: #86bd3d;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #86bd3d;
  margin: 0 0 20px;
  position: relative;
}

.pagecontent .innercon .content:nth-child(1) .hold-all-content h2.page-heading {
    font-size: 40px;
    color: #4c4d4f;
    padding: 0 0 10px;
    margin: 0 0 30px;
    position: relative;
     font-family: "Lexend Deca", sans-serif;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2.page-heading:before {
    position: absolute;
    content: '';
    border-top: 2px solid #4c4d4f;
    bottom: -10px;
    left: 0;
    width: 60px;
     font-family: "Lexend Deca", sans-serif;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2.page-heading:after {
    position: absolute;
    content: '';
    border-top: 2px solid #86bd3d;;
    width: 100px;
    bottom: 0;
    left: 0;
    font-family: "Lexend Deca", sans-serif;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2 {
   font-family: "Lexend Deca", sans-serif;
    color: #86bd3d;
    font-size: 30px;
    font-weight: 700;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h3 {
  font-family: "Lexend Deca", sans-serif;
   color: #86bd3d;
    font-size: 27px;
    font-weight: 700;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h4 {
   font-family: "Lexend Deca", sans-serif;
   color: #86bd3d;
    font-size: 25px;
    font-weight: 700;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h5,.pagecontent .innercon .content:nth-child(1) .hold-all-content h6 {
  font-family: "Lexend Deca", sans-serif;
    color: #86bd3d;
    font-size: 22px;
    font-weight: 700;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .pages-image{
	position:relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .pages-image img{
	position:relative;
	width:100%;
	height:400px;
	margin:20px 0 ;
	object-fit:cover;
}

.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list{
	position:relative;
	list-style: none;
    padding: 0;
    margin: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list li{
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list li:after{
	position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    content: "✔";
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86bd3d;
}

.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: white;
  background: #4c4d4f;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #86bd3d;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-right: 30px;
  position: sticky;
  grid-area: left;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(odd) {
  background: #86bd3d;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #4c4d4f;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: white;
  border: 1px solid #d8d8d8;
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
  color: white;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
  margin: 0 0 20px;
  font-weight: 400;
  padding-bottom: 10px;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 10px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title:after {
  position: absolute;
  content: "";
  width: 50px;
  border-top: 2px solid white;
  bottom: 0;
  left: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  content: "❯";
  color: white;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #222222;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: white;
  border: 1px solid #d8d8d8;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: #9b9b9b;
  font-size: 12px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
  border-radius: 5px;
  background-color: #86bd3d;
  border: 0;
  font-family: "Lexend Deca", sans-serif;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  transition: 0.3s;
  padding: 15px 40px;
  text-transform: uppercase;
  background-color: #4c4d4f;
  width: 100%;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover {
  background: #4c4d4f;
  color: white;
}

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
  font-family: "Lexend Deca", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  font-size: 20px;
  text-align: left;
  color: #4c4d4f;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #4c4d4f;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #4c4d4f;
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #78ca5b;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #4c4d4f;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #222222;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #86bd3d;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #4c4d4f;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #86bd3d;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #86bd3d;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #86bd3d;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #78ca5b;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto {
  border-radius: 5px;
  background-color: #86bd3d;
  border: 0;
  font-family: "Lexend Deca", sans-serif;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  transition: 0.3s;
  padding: 15px 40px;
  text-transform: uppercase;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #4c4d4f;
  color: white;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #78ca5b;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #86bd3d;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #4c4d4f;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px #dddddd;
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid #d1d1d1;
  background: white;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: #9b9b9b;
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  border-radius: 5px;
  background-color: #86bd3d;
  border: 0;
  font-family: "Lexend Deca", sans-serif;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  transition: 0.3s;
  padding: 15px 40px;
  text-transform: uppercase;
  text-indent: 0;
  width: 100%;
  color: white;
  font-weight: 600;
  background: #4c4d4f;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #4c4d4f;
  color: white;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #78ca5b;
  color: white;
}

/*# sourceMappingURL=main.css.map */

@media only screen and (max-width : 1024px){
	.blog-page {
    position: relative;
    padding: 100px 20px;
}
    .div6 {
    position: relative;
    padding: 100px 20px 100px;
    background-color: #80808061;
    text-align: center;
}
	.holdpage {
    padding: 100px 20px !important;
 
}
	.contactpage {
    position: relative;
    padding: 70px 20px;
    background: #f5f5f5;
}
	.pagecontent {
    padding: 70px 20px;
    background: #f5f5f5;
    position: relative;
}
	.menunav {
    position: relative;
    padding: 15px 20px;
}
	.menunav .innercon .content:nth-child(3) .hold .num {
    position: relative;
    font-family: "Lexend Deca", sans-serif;
    display: flex;
    border-radius: 5px;
    background-color: #86bd3d;
    border: 0;
    font-family: "Lexend Deca", sans-serif;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: white;
    transition: 0.3s;
    padding: 15px 40px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
}
	.menunav .innercon .content:nth-child(3) .hold .num .fa {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    margin-top: 3px;
    font-size: 15px;
}
	
	.div1 {
    position: relative;
    padding: 130px 20px;
    background: url(images/bg.jpg) no-repeat center;
    background-size: cover;
}
	.div1 .innercon .content:nth-child(1) .title {
    color: white;
    font-size: 60px;
    font-weight: 800;
    margin-right: 0px;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 20px;
    position: relative;
}
	.div2 {
    position: relative;
    padding: 100px 20px 100px;
}
	.div3 {
    position: relative;
    padding: 100px 20px;
    background: url(images/bg1.jpg) no-repeat center;
    background-size: cover;
}
	.div4 {
    position: relative;
    padding: 100px 20px 100px;
}
	.div5 {
    position: relative;
    padding: 100px 20px 100px;
    background: url(images/bg2.jpg) no-repeat center;
    background-size: cover;
}
	.footer {
    padding: 100px 20px 150px;
    position: relative;
    font-family: "Roboto", sans-serif;
}
	.copy {
    padding: 20px 20px;
    position: relative;
    margin-top: -100px;
    z-index: 5;
}
}

@media only screen and (max-width : 900px){
	.div1 .innercon .content:nth-child(1) .title {
    color: white;
    font-size: 50px;
    font-weight: 800;
    margin-right: 0px;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 20px;
    position: relative;
}
	.div4 .innercon .content:nth-child(2)::after{
		display: none;
	}
	
}

@media only screen and (max-width : 768px){
	.div1 .innercon .content:nth-child(2) {
    position: relative;
    margin-top: 50px;
}
    .div6 .innercon {
    position: relative;
    max-width: 1000px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
	
	 .pagecontent .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-areas: "right"
    "left";
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-right: 0;
  position: relative;
  grid-area: left;
  margin-top: 50px;
}
	.contactpage .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
   
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
	.contactpage .innercon .content:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
}
	.contactpage .innercon .content:nth-child(2) .forms {
    position: relative;
    box-shadow: 0 0 10px #dddddd;
    background: white;
    padding: 40px;
    width: 100%;
}
	
	 .menunav .innercon .content:nth-child(2) {
    position: fixed;
    display: none;
    align-items: initial;
    justify-content: initial;
    max-width: 350px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #363636;
    z-index: 999;
}
.menunav .innercon .content:nth-child(2) ul li {
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-size: 15px;
}
.menunav .innercon .content:nth-child(2) ul li a {
  color: white;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.menunav .innercon .content:nth-child(2) ul li a:hover {
  color: #81a6f2;
}
.menunav .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 0;
}

	.menunav .innercon .content:nth-child(1) .fa {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  font-size: 20px;
  color: #86bd3d;
  top: calc(50% - 10px);
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu {
    position: relative;
    width: 100%;
    z-index: 999;
    display: none;
    left: 0;
    background: #082a59;
}
	.menunav .innercon .content:nth-child(3) {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-start;
}
	
	.menunav .innercon .content:nth-child(3) .hold .num {
    position: relative;
    font-family: "Lexend Deca", sans-serif;
    display: flex;
    border-radius: 5px;
    background-color: #86bd3d;
    border: 0;
    font-family: "Lexend Deca", sans-serif;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: white;
    transition: 0.3s;
    padding: 15px 40px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: 600;
}
	.menunav .innercon .content:nth-child(1) .logo {
    width: 200px;
}
	.div1 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0;
    font-family: "Roboto", sans-serif;
}
	.div2 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
	.div2 .innercon .content:nth-child(2) {
    position: relative;
    margin-top: 0px;
}
	.div3 .innercon .holdgrids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 50px;
}
	.div4 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
	.div5 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0px;
}
	.footer .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
	.footer .innercon .content:nth-child(2) {
    position: relative;
    margin-left: 0px;
}
	.footer .innercon .content:nth-child(3) {
    position: relative;
    margin-left: 0px;
}
	
	.footer .innercon .content:nth-child(4) .title {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0px 20px 0px;
    position: relative;
    font-family: "Lexend Deca", sans-serif;
}
	.footer .innercon .content:nth-child(2) .title {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0px 20px 0px;
    position: relative;
    font-family: "Lexend Deca", sans-serif;
}
		.footer .innercon .content:nth-child(3) .title {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0px 20px 0px;
    position: relative;
    font-family: "Lexend Deca", sans-serif;
}
	.footer .innercon .content:nth-child(2) ul {
    list-style: none;
    font-size: 16px;
    margin-left: -10px;
}
	.footer .innercon .content:nth-child(3) ul {
    list-style: none;
    font-size: 16px;
    margin-left: -10px;
}
	.footer .innercon .content:nth-child(4) {
    position: relative;
    margin-left: 0px;
}
}
@media only screen and (max-width : 600px){
	.div5 .innercon .content:nth-child(2) {
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
}
	.div1 .innercon .content:nth-child(1) .sub {
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
    margin-right: 0px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}
	.blog-posts .innercon {
    position: relative;
    max-width: 1100px;
    z-index: 99;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
    padding: 60px;
    background: white;
    box-shadow: 0 10px 20px #00000033;
    border-top: 5px solid #1d302c;
    border-bottom: 5px solid #1d302c;
}
	.blog-posts .innercon {
    position: relative;
    max-width: 1100px;
    z-index: 99;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
    padding: 20px;
    background: white;
    box-shadow: 0 10px 20px #00000033;
    border-top: 5px solid #1d302c;
    border-bottom: 5px solid #1d302c;
}
	.blog-page .innercon .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
	.blog-posts .innercon .content:nth-child(1) {
    position: relative;
    margin-right: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #080807;
    line-height: 2;
}
}

@media only screen and (max-width : 480px){
	.div1 .innercon .content:nth-child(1) .title {
    color: white;
    font-size: 35px;
    font-weight: 600;
    margin-right: 0px;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 20px;
    position: relative;
}
	.div1 .innercon .content:nth-child(1) .sub {
    color: white;
    font-size: 17px;
    margin-bottom: 30px;
    margin-right: 0px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
	.blog-page .innercon .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
    .div6 .innercon {
    position: relative;
    max-width: 1000px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
	.div1 .innercon .content:nth-child(1) .free {
    border-radius: 5px;
    background-color: #86bd3d;
    border: 0;
    font-family: "Lexend Deca", sans-serif;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: white;
    transition: 0.3s;
    padding: 10px 10px;
    text-transform: uppercase;
}
.div1 .innercon .content:nth-child(1) .free.second {
    border-radius: 5px;
    background-color: white;
    border: 0;
    font-family: "Lexend Deca", sans-serif;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #4c4d4f;
    transition: 0.3s;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-left: 10px;
}
	.div5 .innercon .content:nth-child(1) .hold {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
	
	
	.div4 .innercon .content:nth-child(2)::after {
    position: absolute;
		display: block;
    content: "";
    width: 200px;
    height: 170px;
    left: -50px;
    bottom: -50px;
    background: url(images/gas.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 5px 5px 5px 0px #00000026;
}
	.blog-posts .innercon .content:nth-child(1) .blog-title {
    font-family: "Lexend Deca", sans-serif;
    color: #1d302c;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
	
}

@media only screen and (max-width : 420px){
	.div1 .innercon .content:nth-child(1) .title {
    color: white;
    font-size: 40px;
    font-weight: 800;
    margin-right: 0px;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 20px;
    position: relative;
}
	.div1 {
    position: relative;
    padding: 100px 20px;
    background: url(images/bg.jpg) no-repeat center;
    background-size: cover;
}
	.div3 .innercon .holdgrids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    margin-top: 50px;
}
		.div4 .innercon .content:nth-child(2)::after {
    position: absolute;
		display: block;
    content: "";
    width: 100px;
    height: 85px;
    left: -20px;
    bottom: 0px;
    background: url(images/gas.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 5px 5px 5px 0px #00000026;
}
	.footer .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
	.footer .innercon .content:nth-child(1) {
    position: relative;
    border-bottom: 1px solid #00000061;
}
	.footer .innercon .content:nth-child(2) {
    position: relative;
    border-bottom: 1px solid #00000061;
}
	.footer .innercon .content:nth-child(3) {
    position: relative;
    border-bottom: 1px solid #00000061;
}
	.div1 .innercon .content:nth-child(1) .title {
    color: white;
    font-size: 29px;
    font-weight: 500;
    margin-right: 0px;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 20px;
    position: relative;
}
	.div1 .innercon .content:nth-child(1) .top {
    color: #86bd3d;
    font-size: 13px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
	.div1 .innercon .content:nth-child(2) .form .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
}
	
}

@media only screen and (max-width : 375px){
	
	.div2 .innercon .content:nth-child(1) .title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #222222;
}
	
	.div3 .innercon .holdtop .title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    color: white;
}
	.div4 .innercon .content:nth-child(1) .title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    margin-right: 50px;
}
	.div5 .innercon .content:nth-child(1) .hold {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
	.div5 .innercon .content:nth-child(1) .hold .aboutimg.first {
    margin-top: 0px;
}
	.div2 .innercon .content:nth-child(1) .hold {
    position: relative;
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
}