html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Cantarell", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #e3d4a9; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p, li {
  color: #333;
  font-weight: 300; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #152d48;
  background-color: transparent;
  border: 2px solid #152d48;
  text-transform: uppercase;
  padding: 16px 45px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 15px 0;
  border-radius: 0px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 991px) {
    .btn {
      letter-spacing: 2px; } }

.btn:hover {
  color: #152d48;
  background-color: #e3d4a9;
  border: 2px solid #e3d4a9;
  box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.3); }

.title-box {
  padding: 7px 0px 0 20px;
  border-left: 6px solid #e3d4a9;
  margin-bottom: 30px; }

.title-h {
  font-size: 65px;
  font-weight: 300;
  line-height: 73px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 45px;
      letter-spacing: 2px;
      line-height: 50px; } }

.title-small {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
  color: #e3d4a9;
  font-size: 25px; }
  @media (max-width: 768px) {
    .title-small {
      font-size: 18px;
      letter-spacing: 2px; } }

.title-p {
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif; }

@media (max-width: 991px) {
  .title-p {
    font-size: 18px;
    line-height: 26px; } }
.inner-h {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 30px;
  font-size: 33px; }

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 992px) {
  .desctop-view {
    display: none; } }
.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 10px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #333; }

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 60px; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #e6e6e6; }

.navbar {
  min-height: 80px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

.navbar-brand {
  padding: 6px 5px 0 5px; }
  @media (max-width: 1210px) {
    .navbar-brand {
      padding: 1px 5px 0 5px; } }
  @media (max-width: 990px) {
    .navbar-brand {
      padding: 7px 5px 0 5px; } }

.navbar-brand img {
  width: auto;
  height: 60px; }
  @media (max-width: 1210px) {
    .navbar-brand img {
      height: 55px; } }
  @media (max-width: 1095px) {
    .navbar-brand img {
      height: 45px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #152d48;
    margin-top: 0px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 38px 17px 30px 17px;
    font-weight: 300;
    font-size: 19px;
    text-transform: uppercase;
    color: #e3d4a9;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif; } }
  @media (min-width: 991px) and (max-width: 1210px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 33px 6px 10px 6px;
      font-weight: 400;
      font-size: 17px; } }
  @media (min-width: 991px) and (max-width: 1050px) {
    nav.navbar.bootsnav ul.nav > li > a {
      letter-spacing: 0; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #152d48; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #e3d4a9; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 17px;
    font-family: "Montserrat", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #e3d4a9; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #333 !important;
    padding: 20px 0 10px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Montserrat", sans-serif;
    color: #333;
    font-size: 18px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
nav.navbar-fixed.bootsnav .btn {
  color: #152d48;
  margin-top: 22px;
  text-transform: none;
  font-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #152d48;
  letter-spacing: 2px;
  padding: 11px 22px;
  margin-right: 15px;
  font-weight: 300;
  border-radius: 0;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 1100px) {
    nav.navbar-fixed.bootsnav .btn {
      padding: 9px 12px; } }
  @media (max-width: 991px) {
    nav.navbar-fixed.bootsnav .btn {
      display: none; } }

nav.no-background.bootsnav .btn {
  color: #fff;
  margin-top: 22px;
  text-transform: none;
  font-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  letter-spacing: 2px;
  padding: 11px 22px;
  margin-right: 15px;
  font-weight: 300;
  border-radius: 0;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 1100px) {
    nav.no-background.bootsnav .btn {
      padding: 9px 12px; } }
  @media (max-width: 991px) {
    nav.no-background.bootsnav .btn {
      display: none; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #e3d4a9;
  border: 1px solid #e3d4a9;
  color: #fff; }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
  margin-top: 10px; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 125px; }
  @media (max-width: 1210px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 55px; } }
  @media (max-width: 1095px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 45px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
/******navbar end**********/
/*************** hero start ****************/
.hero {
  position: relative;
  min-height: 80vh; }
  .hero .back {
    background: rgba(21, 45, 72, 0.9); }
  .hero .hero-box {
    margin-top: 35vh; }
    @media (max-width: 767px) {
      .hero .hero-box {
        margin-top: 30vh; } }
  .hero h1 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    font-size: 95px;
    line-height: 95px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 6px; }
    @media (max-width: 767px) {
      .hero h1 {
        font-size: 40px;
        line-height: 55px;
        letter-spacing: 3px; } }
  .hero .btn {
    margin-top: 45px;
    border: 2px solid #fff;
    color: #fff; }
    @media (max-width: 767px) {
      .hero .btn {
        margin-top: 20px; } }
  .hero .btn:hover {
    margin-top: 45px;
    border: 2px solid #e3d4a9;
    color: #152d48; }

/***** hero end ********/
form {
  margin: 10px 0; }

input, textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid rgba(227, 212, 169, 0.5); }

select {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 30px;
  padding: 16px 00px 14px 20px;
  min-height: 55px;
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid rgba(102, 130, 255, 0.9);
  text-transform: uppercase;
  font-size: 13px;
  color: #666; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 14px;
  color: #152d48;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 14px;
  color: #152d48;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-weight: 300; }

::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  color: #152d48;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-weight: 300; }

.services-left-text {
  overflow: hidden;
  padding: 0; }

.services-left-text .services-imge {
  margin-left: 50%; }

@media screen and (max-width: 991px) {
  .services-left-text .services-imge {
    margin-left: 0;
    background-image: none; } }
.services-left-text .services-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 220px;
    display: block; } }
.services-left-text .services-texte {
  padding: 100px 80px;
  margin-right: 50%;
  background-color: rgba(57, 123, 198, 0.07);
  margin-left: -100%;
  width: 100%; }
  @media screen and (min-width: 1450px) {
    .services-left-text .services-texte {
      padding: 150px 80px; } }

@media screen and (max-width: 991px) {
  .services-left-text .services-texte {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 25px;
    background-color: #ebf2f9;
    width: 100%; } }
.services-left-text .btn {
  border: 2px solid #152d48;
  color: #152d48; }
.services-left-text .btn:hover {
  border: 2px solid #152d48;
  color: #e3d4a9;
  background-color: #152d48; }
.services-left-text .title-small {
  color: #152d48; }

/************************/
/************cta start*********/
.cta {
  background-position: top center;
  padding: 150px 0; }
  @media (max-width: 768px) {
    .cta {
      padding: 60px 0; } }
  .cta .back {
    background: rgba(21, 45, 72, 0.8); }
  .cta .btn {
    background-color: #152d48;
    border: 2px solid #152d48;
    color: #fff;
    margin-top: 25px; }
  .cta .btn:hover {
    background-color: transparent;
    border: 2px solid #fff; }

.cta .title-h {
  color: #fff; }
.cta .areas-box {
  vertical-align: top;
  min-height: 250px;
  position: relative;
  display: inline-block;
  width: 45%;
  margin: 20px 2%;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: "Montserrat", sans-serif; }
  @media screen and (max-width: 768px) {
    .cta .areas-box {
      width: 96%;
      margin: 10px 2%;
      padding: 30px; } }
  .cta .areas-box h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    letter-spacing: 4px;
    font-weight: 400; }
  .cta .areas-box h4 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4px;
    margin-top: 25px;
    color: #e3d4a9; }
  .cta .areas-box .link:hover {
    background-color: rgba(255, 255, 255, 0.25); }

/************cta end*********/
.quote .quote-box {
  padding: 60px 100px;
  background: rgba(4, 26, 47, 0.1); }
  .quote .quote-box h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #152d48; }

/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 70px 0 10px 0; }

.tc-footer .back {
  background: rgba(4, 26, 47, 0.85); }

.tc-footer img {
  margin-bottom: 50px; }

.tc-footer ul {
  list-style: none;
  margin: 0px 0 20px 0;
  padding: 0; }

.tc-footer ul li a {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2px;
  display: block;
  margin-top: 8px;
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif; }
  @media screen and (max-width: 768px) {
    .tc-footer ul li a {
      font-size: 19px;
      letter-spacing: 1px; } }

.tc-footer a:hover {
  color: #152d48; }

.tc-footer p {
  color: #e6e6e6;
  margin-top: 50px;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  letter-spacing: 0px; }
  @media screen and (max-width: 768px) {
    .tc-footer p {
      font-size: 13px;
      line-height: 18px;
      font-weight: 200; } }

.tc-footer p a {
  color: #e6e6e6;
  text-transform: capitalize;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .tc-footer p a {
      font-size: 13px;
      line-height: 18px;
      font-weight: 200; } }

.tc-footer .svg-inline--fa {
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #e3d4a9;
  margin: 2px;
  border-radius: 50%;
  color: #e3d4a9; }

.tc-footer .svg-inline--fa:hover {
  color: #fff;
  background-color: #152d48; }

.footer-navbar {
  margin-top: 40px !important; }

/*****tc-footer end******/
.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991px) {
    .tc-header {
      min-height: 40vh; } }

.inner-content {
  position: relative;
  display: block;
  margin-top: 13vh; }

.inner-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 6px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px;
      font-weight: 300; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 45, 72, 0.9); }

.contact-box {
  padding: 70px; }
  @media (max-width: 500px) {
    .contact-box {
      padding: 40px 15px; } }

.reviews-page-box {
  border-bottom: 7px solid #e3d4a9;
  box-shadow: 2px -3px 20px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  padding: 50px; }
  @media (max-width: 500px) {
    .reviews-page-box {
      padding: 30px;
      margin: 20px 0; } }
  .reviews-page-box p {
    font-size: 20px;
    line-height: 30px; }
  .reviews-page-box h4 {
    color: #28568a;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    margin-top: 40px; }
  .reviews-page-box img {
    height: 70px;
    width: auto;
    margin-bottom: 20px; }

.pagination {
  margin-top: 40px; }

/******* BLOG PAGE START *********/
.blog-page .blog-box {
  overflow: hidden;
  margin-bottom: 40px; }
.blog-page .back-img {
  height: 290px; }
  @media screen and (max-width: 768px) {
    .blog-page .back-img {
      height: 200px; } }
.blog-page .blog-text {
  padding: 20px 30px 30px 30px; }
  @media screen and (max-width: 768px) {
    .blog-page .blog-text {
      padding: 10px 15px 30px 15px; } }
.blog-page h3 {
  color: #3c415d;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: "Oswald", sans-serif; }
.blog-page p {
  margin-bottom: 10px; }
.blog-page .blog-link {
  color: #ed1c24;
  font-weight: 700; }
.blog-page .blog-link:hover {
  color: #3c415d; }

.blog-detail-page img {
  margin-bottom: 20px; }
.blog-detail-page p {
  font-size: 18px;
  line-height: 28px;
  color: #374650; }
.blog-detail-page li {
  font-size: 18px;
  line-height: 28px;
  color: #374650; }
.blog-detail-page h2 {
  font-weight: 800;
  color: #19334d;
  font-size: 24px; }
.blog-detail-page .sidebar-box {
  border-radius: 0px;
  position: relative;
  padding: 15px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 20px; }
  .blog-detail-page .sidebar-box h5 {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    line-height: 25px;
    font-weight: 400;
    color: #152d48;
    margin-top: 5px; }
    @media screen and (max-width: 991px) {
      .blog-detail-page .sidebar-box h5 {
        font-size: 17px;
        line-height: 21px; } }
  .blog-detail-page .sidebar-box ul {
    list-style: none;
    padding-left: 15px;
    margin-top: 10px; }
  .blog-detail-page .sidebar-box li {
    font-size: 18px;
    margin-bottom: 5px; }
.blog-detail-page h3 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 25px;
  color: #19334d;
  margin-top: 0; }
.blog-detail-page .sidebar-img {
  height: 90px; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .sidebar-img {
      height: 150px; } }
.blog-detail-page .sidebar-padding {
  padding-left: 0; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .sidebar-padding {
      padding-left: 15px; } }
.blog-detail-page .sidebar-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.blog-detail-page .sidebar-box:hover {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15); }

.blog-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

/******** BLOG PAGE END *******/
.tc-header .svg-inline--fa {
  margin: 5px;
  font-size: 25px;
  height: 35px;
  width: 35px;
  padding: 8px;
  border: 1px solid #e3d4a9; }
.tc-header p {
  color: #fff; }

.areas-page .contact-box {
  margin-top: -200px;
  padding: 40px 40px; }
  @media (max-width: 1150px) {
    .areas-page .contact-box {
      padding: 30px 20px; } }
  @media (max-width: 991px) {
    .areas-page .contact-box {
      margin-top: 15px; } }
  .areas-page .contact-box .title-h {
    font-size: 55px;
    line-height: 65px; }
    @media (max-width: 1150px) {
      .areas-page .contact-box .title-h {
        font-size: 45px;
        line-height: 55px; } }

.testimonial-sidebar {
  margin-top: 40px;
  background-color: #152d48;
  padding: 30px 20px; }
  @media (max-width: 991px) {
    .testimonial-sidebar {
      padding: 20px 15px;
      margin-bottom: 30px; } }
  .testimonial-sidebar .test-h {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 4px;
    margin-top: 30px; }
  .testimonial-sidebar .btn {
    background-color: #e3d4a9;
    border: 2px solid #e3d4a9; }
  .testimonial-sidebar .description {
    font-family: "Cantarell", sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    margin: 30px 5px 20px 5px;
    text-transform: none; }
  .testimonial-sidebar .title-name {
    color: #f2f2f2; }

.areas-page iframe {
  height: 400px;
  margin: 15px 0;
  background-color: #eee; }
  @media (max-width: 991px) {
    .areas-page iframe {
      height: 300px; } }
  @media (max-width: 500px) {
    .areas-page iframe {
      height: 220px; } }

.areas-box-text {
  border: 3px solid #e3d4a9;
  padding: 40px;
  margin: 20px 0; }
  .areas-box-text p {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    line-height: 33px; }

.areas-new-box {
  width: 46%;
  display: inline-block;
  box-shadow: 2px 3px 25px rgba(0, 0, 0, 0.15);
  margin: 30px 1% 0 1%;
  vertical-align: top; }
  @media (max-width: 768px) {
    .areas-new-box {
      width: 100%;
      margin: 30px 0% 0 0%; } }
  .areas-new-box .areas-new-img {
    height: 280px; }
    @media (max-width: 350px) {
      .areas-new-box .areas-new-img {
        height: 220px; } }
  .areas-new-box .areas-new-text {
    padding: 20px;
    min-height: 330px; }
    @media (max-width: 991px) {
      .areas-new-box .areas-new-text {
        min-height: auto;
        padding: 20px 15px; } }
  .areas-new-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.areas-h {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 28px;
  color: #152d48; }

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