@charset "UTF-8";

.testi{
	position: relative;
}

.testi::after {
  position: absolute;
  content: "";
  background: url(images/qt.png) no-repeat center;
  background-size: cover;
  width: 60px;
  height: 64px;
  
  left: calc(50% - 30px);
	top: -30px;
}

/* Forms */

.forms {
  position: relative;

  background: #1C3B31;
  padding: 40px;
  width: 100%;
}
.forms .title {
 font-family: "Lora", serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 20px;
  background: linear-gradient(to right, #1C3B31, #254D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
 .forms .lasts {
  margin: 0 !important;
}
.forms .verb{
	  font-family: "Source Sans Pro", sans-serif;
	color: white;
	font-size: 13px;
}
.forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.forms .inputs input,
.forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid rgb(209, 209, 209);
  background: #254D40;
  outline: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  text-indent: 15px;
	color:white;
}
.forms .inputs input::placeholder,
.forms .inputs textarea::placeholder {
  color: white;
  font-size: 12px;
}
.forms .inputs textarea {
  height: 100px;
}
.forms .inputs .send {
  background: #254D40;
  padding: 12px 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0px;
  outline: none;
  border: 0;
  text-indent: 0;
  width: 100%;
  color: black;
  background: white;
}
.forms .inputs .send .fa {
  margin-left: 7px;
}
.forms .inputs .send:hover {
  background: black;
  color: white;
}


/* End */

.menunav {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #1C3B31;
}
.menunav .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-gap: 0;
}
.menunav .innercon .content:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.menunav .innercon .content:nth-child(1) .logo {
    width: 300px;
    border: 1px solid #1c3b31;
    padding: 20px;
}
.menunav .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 50px;
}
.menunav .innercon .content:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .innercon .content:nth-child(2) ul .current_page_item a {
  border-bottom: 2px solid #254D40;
}
.menunav .innercon .content:nth-child(2) ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
	position: relative;
}
.menunav .innercon .content:nth-child(2) ul li a {
  color: #1C3B31;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}
.menunav .innercon .content:nth-child(2) ul li a:hover {
  color: #254D40;
}
.menunav .innercon .content:nth-child(3) {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.menunav .innercon .content:nth-child(3) .flex {
  display: flex;
  align-items: center;
  position: relative;
}
.menunav .innercon .content:nth-child(3) .flex .left:nth-child(1) {
  position: relative;
  padding-right: 10px;
}
.menunav .innercon .content:nth-child(3) .flex .left:nth-child(1) .phone {
  width: 50px;
  margin-bottom: 10px;
}
.menunav .innercon .content:nth-child(3) .flex .left:nth-child(2) {
  position: relative;
}
.menunav .innercon .content:nth-child(3) .flex .left:nth-child(2) .top {
  font-family: "Source Sans Pro", sans-serif;
  color: #1C3B31;
  text-transform: uppercase;
  margin: 0;
  font-weight: 200;
  font-size: 13px;
}
.menunav .innercon .content:nth-child(3) .flex .left:nth-child(2) .num {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
}
.menunav .innercon .content:nth-child(3) .flex .left:nth-child(2) .num a {
  color: #254D40;
  text-decoration: none;
}
.menunav .innercon .content:nth-child(3) .flex .left:nth-child(2) .num a:hover {
  color: #1C3B31;
}


.menunav .innercon .content:nth-child(2) ul li .sub-menu {
    position: absolute;
    width: 300px;
    display: none;

    left: 0;
    background: #254D40;
    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: #262626;
}

.menunav .innercon .content:nth-child(2) ul li .first-sub-dropdown{
    position: relative;
}

.menunav .innercon .content:nth-child(2) ul li .first-sub-dropdown .sub-menu {
  position: absolute;
  left: 300px;
  top: 20px;
	
}



.footer {
  position: relative;
  padding: 100px 0 100px;
  background-color: black;
}
.footer .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.footer .innercon .grids {
  position: relative;
  display: grid;
  grid-template-columns: 35% 25% 40%;
  grid-gap: 0px;
}
.footer .innercon .grids .content {
  position: relative;
}
.footer .innercon .grids .content .logo {
  width: auto;
  margin: 0 0 20px;
}
.footer .innercon .grids .content .desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 1.9;
  color: white;
  margin: 0;
  font-weight: 300;
}
.footer .innercon .grids .content .phone {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #1a1d26;
  font-weight: 600;
  margin: 0 0 5px;
}
.footer .innercon .grids .content .phone .icons {
  margin-right: 7px;
  width: 25px;
  margin-top: -5px;
}
.footer .innercon .grids .content .links {
  position: relative;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #4f566d;
  margin: 0 0 20px;
  font-weight: 300;
}
.footer .innercon .grids .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .innercon .grids .content ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  display: block;
  font-weight: 500;
  line-height: 2.2;
}
.footer .innercon .grids .content ul li a {
  color: white;
  text-decoration: none;
}
.footer .innercon .grids .content ul li a:hover {
  color: #254D40;
}
.footer .innercon .grids .content .socmed {
  position: relative;
  display: flex;
}
.footer .innercon .grids .content .socmed .fa-brands {
  width: 35px;
  height: 35px;
  background: #254D40;
  color: #222222;
  font-size: 17px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.footer .innercon .grids .content .socmed .fa-brands:hover {
  background: #1C3B31;
  color: white;
}
.footer .innercon .grids .content:nth-child(1) {
  position: relative;
}
.footer .innercon .grids .content:nth-child(2) {
  position: relative;
  padding-left: 50px;
}

.copy {
  position: relative;
  padding: 50px 0;
}
.copy .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 0px;
}
.copy .innercon .content {
  position: relative;
}
.copy .innercon .content .desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  margin: 0;
}
.copy .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy .innercon .content:nth-child(2) {
  position: relative;
  margin-left: 30px;
}

.above-footer {
  padding: 100px 0;
  position: relative;
  background: url(images/above-footer.png) no-repeat center;
  background-size: cover;
}
.above-footer .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
}
.above-footer .innercon .content {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.2901960784);
  text-align: center;
  padding: 50px 5px 35px;
}
.above-footer .innercon .content .info {
  color: white;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
}
.above-footer .innercon .content .info::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.2901960784);
  width: 90%;
  height: 1px;
  left: 5%;
  bottom: -40px;
}
.above-footer .innercon .content a {
  text-decoration: none;
}
.above-footer .innercon .content .details {
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  margin-top: 50px;
}
.above-footer .innercon .content:nth-child(1) {
  position: relative;
}
.above-footer .innercon .content:nth-child(1)::after {
  position: absolute;
  content: "";
  background: url(images/after2.png) no-repeat center;
  background-size: cover;
  width: 66px;
  height: 46px;
  left: -33px;
  bottom: calc(50% - 33px);
}
.above-footer .innercon .content:nth-child(2) {
  position: relative;
}
.above-footer .innercon .content:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(images/after1.png) no-repeat center;
  background-size: cover;
  width: 66px;
  height: 46px;
  left: -33px;
  bottom: calc(50% - 33px);
}

.holdpage {
  padding: 100px 0 100px;
  position: relative;
  background: url(images/bg-inner.png) no-repeat center;
  background-size: cover;
}
.holdpage .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
 font-family: "Lora", serif;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: white;
  line-height: 1;
}

.pagecontent {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: none;
  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: "Source Sans Pro", 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, rgba(11, 62, 251, 0.4509803922), rgba(0, 0, 0, 0.3215686275));
  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) .pagetitle {
 font-family: "Lora", serif;
  font-size: 40px;
  text-align: left;
  color: #1C3B31;
  margin: 0 0 20px;
  position: relative;
}
.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: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: white;
  background: #254D40;
  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: "Source Sans Pro", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #1C3B31;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Source Sans Pro", 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: #1C3B31;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #254D40;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: white;
  border: 1px solid rgb(216, 216, 216);
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
  color: white;
 font-family: "Lora", 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: "Source Sans Pro", 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: black;
}
.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 rgb(216, 216, 216);
  outline: none;
  font-family: "Source Sans Pro", 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: rgb(155, 155, 155);
  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 {
  background: #254D40;
  padding: 12px 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  outline: none;
  border: 0;
  width: 100%;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send .fa {
  margin-left: 7px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover {
  background: #1C3B31;
  color: white;
}

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1300px;
  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: "Lora", serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 20px;
  background: linear-gradient(to right, #1C3B31, #254D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  text-align: left;
  color: #254D40;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #254D40;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #254D40;
  font-family: "Source Sans Pro", 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: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #222222;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #254D40;
  color: white;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: black;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #1C3B31;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Source Sans Pro", 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: "Source Sans Pro", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #254D40;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #1C3B31;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1300px;
  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: #1C3B31;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #1C3B31;
  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: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #222222;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto {
  background: #254D40;
  padding: 12px 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  outline: none;
  border: 0;
}
.notfound .innercon .content:nth-child(2) .goto .fa {
  margin-left: 7px;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #1C3B31;
  color: white;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #222222;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  font-family: "Source Sans Pro", 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: "Lora", serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 20px;
  background: linear-gradient(to right, #1C3B31, #254D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 400;
  font-size: 18px;
  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 rgb(221, 221, 221);
  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: #014c70;
  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: #1C3B31;
  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 rgb(221, 221, 221);
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
 font-family: "Lora", serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 20px;
  background: linear-gradient(to right, #1C3B31, #254D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
	  text-align: center;
}
.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 rgb(209, 209, 209);
  background: white;
  outline: none;
  font-family: "Source Sans Pro", 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: rgb(155, 155, 155);
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  background: #254D40;
  padding: 12px 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  outline: none;
  border: 0;
  text-indent: 0;
  width: 100%;
  color: white;
  background: black;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send .fa {
  margin-left: 7px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #1C3B31;
  color: white;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #222222;
  color: white;
}
.mobile-phone-icon{
	display: none;
}

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

@media only screen and (max-width : 1024px){
	
	.menunav {
    position: relative;
    padding: 20px 20px;
    border-bottom: 1px solid #1C3B31;
}
	.above-footer {
    padding: 100px 20px;
    position: relative;
    background: url(images/above-footer.png) no-repeat center;
    background-size: cover;
}
	.footer {
    position: relative;
    padding: 100px 20px 100px;
    background-color: black;
}
	.copy {
    position: relative;
    padding: 50px 20px;
}
	.holdpage {
    padding: 100px 20px 100px;
    position: relative;
    background: url(images/bg-inner.png) no-repeat center;
    background-size: cover;
}
	.contactpage {
    position: relative;
    padding: 70px 20px;
    background: #f5f5f5;
}
	
}

@media only screen and (max-width : 768px){
	.contactpage .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    font-family: "Source Sans Pro", sans-serif;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
	.holdpage .innercon .content .pagetitle {
   font-family: "Lora", serif;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: white;
    line-height: 1;
}
	.contactpage .innercon .content:nth-child(2) .forms {
    position: relative;
    box-shadow: 0 0 10px rgb(221, 221, 221);
    background: white;
    padding: 40px;
    width: 100%;
}
	
	.mobile-phone-icon {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 3%;
    right: 65px;
}
	.mobile-phone-icon .fa {
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #1C3B31;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
	.copy .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}
	.footer .innercon .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
}
	.footer .innercon .grids .content:nth-child(2) {
    position: relative;
    padding-left: 50px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 0;
}
	.footer .innercon .grids .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
}
	.footer .innercon .grids .content .logo {
    width: 100%;
    margin: 0 0 20px;
}
	.footer .innercon .grids .content .desc {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: white;
    margin: 0;
    font-weight: 300;
}
	.above-footer .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 100px;
}
	.above-footer .innercon .content:nth-child(1)::after {
    position: absolute;
    content: "";
    background: url(images/after2.png) no-repeat center;
    background-size: cover;
    width: 66px;
    height: 46px;
    left: calc(50% - 33px);
    bottom: 0;
    top: -30px;
}
	
	.above-footer .innercon .content:nth-child(2)::after {
    position: absolute;
    content: "";
    background: url(images/after1.png) no-repeat center;
    background-size: cover;
     width: 66px;
    height: 46px;
    left: calc(50% - 33px);
    bottom: 0;
    top: -30px;
}
}

@media only screen and (max-width : 480px){
	.copy .innercon .content:nth-child(1) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}
	.copy .innercon .content:nth-child(2) {
    position: relative;
    margin-left: 0px;
    text-align: center;
}
	.copy .innercon .content .desc {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    margin: 0;
}
	.fa-caret-right:before {
    content: "\f0da";
		display: none;
}
	
}