@charset "UTF-8";
.mobile-phone {
  display: none;
}

.menunav {
  position: relative;
  padding: 20px 0;
}
.menunav .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 20% 65% 15%;
  grid-gap: 0;
}
.menunav .innercon .content:nth-child(1) {
  position: relative;
}
.menunav .innercon .content:nth-child(1) .logo {
  width: 100%;
  z-index: 99;
  position: relative;
}
.menunav .innercon .content:nth-child(2) {
  position: relative;
  text-align: right;
}
.menunav .innercon .content:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .innercon .content:nth-child(2) ul li:last-child a {
  background: #07535e;
  color: #f1efac;
  padding: 12px 30px;
  border-radius: 50px;
}
.menunav .innercon .content:nth-child(2) ul li:last-child a:hover {
  background: #f1efac;
  color: #07535e;
}
.menunav .innercon .content:nth-child(2) ul li {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1d363a;
  display: inline-block;
	position:relative;
}

.menunav .innercon .content:nth-child(2) ul li .fa{
	margin-left:6px;
}


.menunav .innercon .content:nth-child(2) ul li .sub-menu {
    position: absolute;
    width: 300px;
    display: none;
    left: 0;
    background: #07535e;
    z-index: 999;
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #ffffff29;
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li a {
  position: relative;
  padding: 20px;
	color:white;
}

.menunav .innercon .content:nth-child(2) ul li .sub-menu li:last-child a {
    position: relative;
    padding: 20px;
    background: transparent !important;
    color: white;
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li:last-child a:hover{
	background: #2c3e50;
    color: white;
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li a:hover {
    background: #f1efac;
    color: #07535e;
}
.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;
}

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



.menunav .innercon .content:nth-child(2) ul li a {
  color: #1d363a;
  text-decoration: none;
  display: block;
  padding: 20px 15px;
}
.menunav .innercon .content:nth-child(3) {
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menunav .innercon .content:nth-child(3) .call {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  color: #07535e;
  text-decoration: none;
}
.menunav .innercon .content:nth-child(3) .call .fa {
  color: #07535e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f1efac;
  border-radius: 50px;
  font-size: 20px;
  margin-right: 10px;
}

.div1 {
  position: relative;
  display: flex;
}
.div1 .inner:nth-child(1) {
  position: relative;
  width: 70%;
}
.div1 .inner:nth-child(1) .swiper {
  width: 100%;
  height: 100%;
}
.div1 .inner:nth-child(1) .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.div1 .inner:nth-child(1) .holdnext {
  position: initial;
}
.div1 .inner:nth-child(1) .holdnext .swiper-button-next, .div1 .inner:nth-child(1) .holdnext .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
  width: 50px;
  height: 50px;
}
.div1 .inner:nth-child(1) .holdnext .swiper-button-next:after, .div1 .inner:nth-child(1) .holdnext .swiper-rtl .swiper-button-prev:after {
  content: "next";
  background: #f1efac;
  width: 50px;
  border-radius: 50px;
  height: 50px;
  display: flex;
  color: #034f5b;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.div1 .inner:nth-child(1) .holdnext .swiper-button-prev, .div1 .inner:nth-child(1) .holdnext .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
  width: 50px;
  height: 50px;
}
.div1 .inner:nth-child(1) .holdnext .swiper-button-prev:after, .div1 .inner:nth-child(1) .holdnext .swiper-rtl .swiper-button-next:after {
  content: "prev";
  background: #f1efac;
  width: 50px;
  border-radius: 50px;
  height: 50px;
  display: flex;
  color: #034f5b;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.div1 .inner:nth-child(1) .main {
  width: 100%;
  height: 745px;
  object-fit: cover;
}
.div1 .inner:nth-child(1) .fam {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background: rgba(195, 235, 255, 0.4039215686);
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #061a1d;
  margin: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.div1 .inner:nth-child(1) .fam a {
  text-decoration: none;
  color: #077788;
  text-decoration: underline;
}
.div1 .inner:nth-child(2) {
  width: 30%;
  position: relative;
  background: url(images/bg.png) no-repeat center;
  background-size: cover;
}
.div1 .inner:nth-child(2):after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  left: 10px;
  top: 10px;
}
.div1 .inner:nth-child(2) .content {
  z-index: 99;
  position: relative;
  padding: 150px 70px;
}
.div1 .inner:nth-child(2) .content .slogan {
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: 70px;
  font-weight: 500;
  margin: 0 0 10px;
}
.div1 .inner:nth-child(2) .content .under {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  color: white;
  font-weight: 200;
  margin: 0 0 20px;
}
.div1 .inner:nth-child(2) .content .about {
  background: #f1efac;
  color: #07535e;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  padding: 12px 40px;
  border-radius: 50px;
  outline: none;
  border: 0;
}
.div1 .inner:nth-child(2) .content .about:hover {
  background: #07535e;
  color: #f1efac;
}

.div2 {
  position: relative;
  padding: 100px 0 50px;
}
.div2 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
/*   max-width: 100%; */
  padding: 0 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.div2 .innercon .content {
  position: relative;
}
.div2 .innercon .content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.div2 .innercon .content .name {
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #004e5a;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 15px;
    border-bottom: 2px solid #004e5a;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #f1efac;
}
.div2 .innercon .content .name a {
  color: #004e5a;
  text-decoration: none;
}

.div3 {
  position: relative;
  padding: 100px 0 150px;
}
.div3 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  text-align: center;
}
.div3 .innercon .content {
  position: relative;
}
.div3 .innercon .content .title {
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #1d363a;
  margin: 0 0 20px;
}
.div3 .innercon .content .desc.bolded {
    font-weight: 500;
}
.div3 .innercon .content .desc {
    font-family: "Outfit", sans-serif;
    font-size: 25px;
    line-height: 1.7;
    color: #1d363a;
    font-weight: 300;
    margin: 0 0 10px;
}
.div3 .innercon .content .read {
  background: #f1efac;
  color: #07535e;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  padding: 12px 40px;
  border-radius: 50px;
  outline: none;
  border: 0;
  border: 2px solid #07535e;
  background: transparent;
  margin-top: 30px;
}
.div3 .innercon .content .read:hover {
  background: #07535e;
  color: #f1efac;
}

.div4 {
  position: relative;
  padding: 50px 0 150px;
}
.div4 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.div4 .innercon .content {
  position: relative;
  text-align: center;
  padding: 50px 30px;
  background: #07535e;
}
.div4 .innercon .content:after {
  position: absolute;
  content: "";
  border: 1px solid white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.div4 .innercon .content .holdimg {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 1px solid white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div4 .innercon .content .holdimg img {
  width: 40px;
}
.div4 .innercon .content .title {
  font-family: "Outfit", sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: white;
  margin: 15px 0 20px;
}
.div4 .innercon .content .desc {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 2;
  color: white;
  font-weight: 200;
  margin: 0;
}
.div4 .innercon .content:nth-child(1) {
  background: linear-gradient(to top, rgba(84, 138, 157, 0.1921568627), #54899d, rgba(84, 138, 157, 0.1921568627));
  border: 4px solid #54899d;
  position: relative;
}
.div4 .innercon .content:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(84, 138, 157, 0.1098039216), transparent);
  top: -204px;
  left: 37px;
  opacity: 0.4;
  transform: skewX(-20deg);
}
.div4 .innercon .content:nth-child(2) {
  background: linear-gradient(to top, rgba(133, 157, 84, 0.2941176471), #859d54, rgba(133, 157, 84, 0.2941176471));
  border: 4px solid #859d54;
  position: relative;
}
.div4 .innercon .content:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  opacity: 0.4;
  background: linear-gradient(to top, rgba(133, 157, 84, 0.137254902), transparent);
  top: -204px;
  left: 37px;
  transform: skewX(-20deg);
}
.div4 .innercon .content:nth-child(3) {
  background: linear-gradient(to top, rgba(157, 93, 84, 0.1725490196), #9d5d54, rgba(157, 93, 84, 0.1725490196));
  border: 4px solid #9d5d54;
  position: relative;
}
.div4 .innercon .content:nth-child(3)::before {
  position: absolute;
  content: "";
  opacity: 0.4;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(157, 93, 84, 0.1176470588), transparent);
  top: -204px;
  left: -37px;
  transform: skewX(20deg);
}
.div4 .innercon .content:nth-child(4) {
  background: linear-gradient(to top, rgba(148, 92, 132, 0.1215686275), #945c84, rgba(148, 92, 132, 0.1215686275));
  border: 4px solid #9d5d54;
  position: relative;
}
.div4 .innercon .content:nth-child(4)::before {
  position: absolute;
  opacity: 0.4;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(157, 93, 84, 0.1176470588), transparent);
  top: -204px;
  left: -37px;
  transform: skewX(20deg);
}

.footer {
  position: relative;
  padding: 100px 0 0;
  background: url(images/fotoer.png) no-repeat center;
  background-size: cover;
}
.footer .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.footer .innercon .grids {
  position: relative;
  display: grid;
  grid-template-columns: 25% 40% 35%;
  grid-gap: 0;
}
.footer .innercon .grids .content:nth-child(1) {
  position: relative;
}
.footer .innercon .grids .content:nth-child(1) .logo {
  width: 200px;
}
.footer .innercon .grids .content:nth-child(2) {
  position: relative;
  padding-left: 50px;
}
.footer .innercon .grids .content:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .innercon .grids .content:nth-child(2) ul li {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: white;
  font-weight: 200;
  margin: 0 0 15px;
}
.footer .innercon .grids .content:nth-child(2) ul li a {
  color: white;
  text-decoration: none;
}
.footer .innercon .grids .content:nth-child(2) ul li .fa {
  font-size: 16px;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  margin-right: 10px;
}
.footer .innercon .grids .content:nth-child(3) {
  position: relative;
  padding-left: 50px;
}
.footer .innercon .grids .content:nth-child(3) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .innercon .grids .content:nth-child(3) ul li {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: white;
  font-weight: 200;
  margin: 0 0 15px;
}
/* .footer .innercon .grids .content:nth-child(3) ul li a {
  color: #f1efac;
  text-decoration: underline;
  display: block;
  padding-left: 40px;
} */
.footer .innercon .grids .content:nth-child(3) ul li a {
    color: #f1efac;
    text-decoration: underline;
    display: inline;
    padding-left: 0px;
}
.footer .innercon .grids .content:nth-child(3) ul li .fa {
  font-size: 16px;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  margin-right: 10px;
}
.footer .innercon .copy {
  position: relative;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.footer .innercon .copy .left:nth-child(1) {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: white;
}
.footer .innercon .copy .left:nth-child(2) {
  position: relative;
  text-align: right;
}
.footer .innercon .copy .left:nth-child(2) .fa {
  color: white;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.footer .innercon .copy .left:nth-child(2) .fa:hover {
  color: #f1efac;
}

.holdpage {
  padding: 100px 0;
  position: relative;
  background: url(images/fotoer.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: "Outfit", sans-serif;
  text-align: center;
  color: white;
  font-size: 60px;
  margin: 0;
}

.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: "Outfit", 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: "Outfit", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #07535e;
  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: "Outfit", sans-serif;
  font-weight: 500;
  color: white;
  background: #f1efac;
  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: "Outfit", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #07535e;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Outfit", 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: #07535e;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #f1efac;
}
.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: "Outfit", 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: "Outfit", 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: #004e5a;
}
.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: "Outfit", 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: #f1efac;
  color: #07535e;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  padding: 12px 40px;
  border-radius: 50px;
  outline: none;
  border: 0;
  width: 100%;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover {
  background: #07535e;
  color: #f1efac;
}

.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: "Outfit", sans-serif;
  font-size: 30px;
  color: #1d363a;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #f1efac;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #f1efac;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #f1efac;
  font-family: "Outfit", 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: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #1d363a;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #f1efac;
  color: white;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #004e5a;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #07535e;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Outfit", 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: "Outfit", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #f1efac;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #07535e;
  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: #07535e;
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #07535e;
  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: "Outfit", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #1d363a;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Outfit", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto {
  background: #f1efac;
  color: #07535e;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  padding: 12px 40px;
  border-radius: 50px;
  outline: none;
  border: 0;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #07535e;
  color: #f1efac;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #1d363a;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  font-family: "Outfit", 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: "Outfit", sans-serif;
  font-size: 30px;
  color: #1d363a;
  font-weight: 500;
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 17px;
  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;
  padding: 5px 10px;
  background: rgba(7, 83, 94, 0.0784313725);
  color: #07535e;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
  color: #07535e;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #07535e;
  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: #07535e;
  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: "Outfit", sans-serif;
  font-size: 30px;
  color: #1d363a;
  font-weight: 500;
}
.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: "Outfit", 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: #f1efac;
  color: #07535e;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  padding: 12px 40px;
  border-radius: 50px;
  outline: none;
  border: 0;
  text-indent: 0;
  width: 100%;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #07535e;
  color: #f1efac;
}

@media only screen and (max-width: 1024px) {
	.fa-angle-right{
		display:none''
	}
  .holdpage {
    padding: 100px 20px;
    position: relative;
    background: url(images/fotoer.png) no-repeat center;
    background-size: cover;
  }
  .contactpage {
    position: relative;
    padding: 70px 20px;
    background: #f5f5f5;
  }
  .footer .innercon .grids {
    position: relative;
    display: grid;
    grid-template-columns: 20% 40% 40%;
    grid-gap: 0;
  }
  .div1 {
    position: relative;
    display: block;
  }
  .div1 .inner:nth-child(1) {
    position: relative;
    width: 100%;
  }
  .div1 .inner:nth-child(2) {
    width: 100%;
    position: relative;
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
  }
  .div1 .inner:nth-child(2) .content {
    z-index: 99;
    position: relative;
    padding: 100px 50px;
    text-align: center;
  }
  .div1 .inner:nth-child(1) .main {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .menunav {
    position: relative;
    padding: 20px;
  }
  .menunav .innercon .content:nth-child(1) {
    position: relative;
    text-align: center;
  }
  .menunav .innercon .content:nth-child(1) .logo {
    width: auto;
    z-index: 99;
    position: relative;
    margin: auto;
  }
  .menunav .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .menunav .innercon .content:nth-child(2) {
    position: relative;
    text-align: center;
  }
  .menunav .innercon .content:nth-child(3) {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div2 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    max-width: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .div3 {
    position: relative;
    padding: 100px 20px;
  }
  .footer {
    position: relative;
    padding: 100px 20px 0;
    background: url(images/fotoer.png) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 900px) {
	.div4 .innercon .content:nth-child(1)::before,
	.div4 .innercon .content:nth-child(2)::before,
	.div4 .innercon .content:nth-child(3)::before,
	.div4 .innercon .content:nth-child(4)::before{
		display:none;
	}
  .mobile-phone {
    display: block;
  }
  .mobile-phone .phone {
    background: #f1efac;
    color: #07535e;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    padding: 12px 40px;
    border-radius: 50px;
    outline: none;
    border: 0;
    border-radius: 0;
    width: 100%;
    background: #07535e;
    padding: 15px;
    color: #f1efac;
  }
  .mobile-phone .phone:hover {
    background: #07535e;
    color: #f1efac;
  }
  .mobile-phone .phone:hover {
    background: #f1efac;
    color: #07535e;
  }
  .div2 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    max-width: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .div4 .innercon {
    padding: 0 20px;
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .div2 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    max-width: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .contactpage .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    font-family: "Outfit", sans-serif;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }
  .contactpage .innercon .content:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .div4 {
    position: relative;
    padding: 50px 0 100px;
  }
  .footer .innercon .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }
  .footer .innercon .grids .content:nth-child(2) {
    position: relative;
    padding-left: 0;
  }
  .footer .innercon .grids .content:nth-child(3) {
    position: relative;
    padding-left: 0;
  }
  .footer .innercon .copy {
    position: relative;
    padding: 30px 0;
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .footer .innercon .copy .left:nth-child(2) {
    position: relative;
    text-align: left;
  }
  .div4 .innercon .content:nth-child(1)::before {
    display: none;
  }
  .div4 .innercon .content:nth-child(2)::before {
    display: none;
  }
  .div4 .innercon .content:nth-child(3)::before {
    display: none;
  }
  .div4 .innercon .content:nth-child(4)::before {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .div1 .inner:nth-child(2) .content {
    z-index: 99;
    position: relative;
    padding: 100px 20px;
    text-align: center;
  }
  .div1 .inner:nth-child(1) .main {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 480px) {
  .holdpage .innercon .content .pagetitle {
    font-family: "Outfit", sans-serif;
    text-align: center;
    color: white;
    font-size: 40px;
    margin: 0;
  }
  .holdpage {
    padding: 60px 20px;
    position: relative;
    background: url(images/fotoer.png) no-repeat center;
    background-size: cover;
  }
  .contactpage .innercon .content:nth-child(2) .forms {
    position: relative;
    box-shadow: 0 0 10px rgb(221, 221, 221);
    background: white;
    padding: 40px;
    width: 100%;
  }
  .div1 .inner:nth-child(2) .content {
    z-index: 99;
    position: relative;
    padding: 70px 20px;
    text-align: center;
  }
  .div1 .inner:nth-child(2) .content .slogan {
    color: white;
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .div2 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    max-width: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .div2 .innercon .content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .div3 {
    position: relative;
    padding: 0px 20px 50px;
  }
  .div3 .innercon .content .title {
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #1d363a;
    margin: 0 0 20px;
  }
  .div3 .innercon .content .desc {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 2;
    color: #1d363a;
    font-weight: 300;
    margin: 0;
  }
  .div4 .innercon {
    padding: 0 20px;
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .div1 .inner:nth-child(2) .content .under {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 200;
    margin: 0 0 20px;
  }
  .div1 .inner:nth-child(1) .fam {
    position: absolute;
    width: 100%;
    padding: 20px 10px;
    background: rgba(195, 235, 255, 0.4039215686);
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #061a1d;
    margin: 0;
    bottom: 0;
    left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
    font-size: 30px;
    padding: 5px 10px;
    background: rgba(7, 83, 94, 0.0784313725);
    color: #07535e;
  }
  .contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
    font-size: 25px;
    color: #07535e;
  }
  .div1 .inner:nth-child(1) .main {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .div1 .inner:nth-child(2) .content {
    z-index: 99;
    position: relative;
    padding: 50px 20px;
    text-align: center;
  }
}

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