/*
	Theme Name: City Dev Labs
	Theme URI: http://citydevlabs.fi
	Description: city dev labs WordPress Theme
	Version: 1.4.3
	Author: City Dev Labs
	Tags: city dev labs, HTML5, CSS3
*/
/*Generic styles*/
@font-face {
  font-family: "Helsinki-Extralight";
  src: url("webfonts/Helsinki-Extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Helsinki-ExtralightItalic";
  src: url("webfonts/Helsinki-ExtralightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Helsinki-Light";
  src: url("webfonts/Helsinki-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helsinki-LightItalic";
  src: url("webfonts/Helsinki-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Helsinki-Regular";
  src: url("webfonts/Helsinki-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helsinki-Italic";
  src: url("webfonts/Helsinki-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Helsinki-Medium";
  src: url("webfonts/Helsinki-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helsinki-MediumItalic";
  src: url("webfonts/Helsinki-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Helsinki-Bold";
  src: url("webfonts/Helsinki-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helsinki-BoldItalic";
  src: url("webfonts/Helsinki-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Helsinki-Black";
  src: url("webfonts/Helsinki-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Helsinki-BlackItalic";
  src: url("webfonts/Helsinki-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
html {
  font-family: "Helsinki-Extralight", sans-serif;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Helsinki-Extralight", sans-serif;
}
b {
  font-family: "Helsinki-Medium", sans-serif;
}
strong {
  font-family: "Helsinki-Medium", sans-serif;
}
.container {
  word-wrap: break-word;
  overflow-x: hidden;
}
h1 {
  font-family: "Helsinki-Medium", sans-serif;
  font-size: 48px;
}
p {
  font-size: 18px;
}
.row {
  margin: 0;
}
.col {
  margin: 0;
  padding: 0;
}
.col-md-6 {
  margin: 0;
  padding: 0;
}
.col-sm-12 {
  margin: 0;
  padding: 0;
}
.col-xs-12 {
  margin: 0;
  padding: 0;
}
button:active {
  outline: none;
  border: none;
}
button:focus {
  outline: 0;
}
/*Generic styles END*/
/*Header Front Page*/
header {
  position: relative;
  min-height: 85vh;
}
.header-img {
  height: 50vh;
  width: 100%;
  background-image: url("background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.anchor-arrow {
  display: none;
}
.about {
  background-color: #fe495d;
  color: #fff;
  padding: 40px;
  height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.left-block {
  position: relative;
  background-color: #fee25c;
  padding-left: 30px;
  padding-right: 30px;
  height: 35vh;
  font-weight: 400;
}
.left-block-content {
  position: sticky;
  bottom: 20px;
  padding-top: 20px;
}
.left-block a {
  text-decoration: none;
  color: #000;
}
u {
  text-decoration: none;
}
blockquote {
  padding-left: 40px;
  font-weight: 700;
}
#menu-services {
  line-height: 2.2;
  font-size: 18px;
  padding: 0;
  list-style-type: none;
}
#menu-services li {
  font-family: "Helsinki-Medium", sans-serif;
  text-decoration: none;
}
#menu-services li a {
  border-bottom: 3px solid #000;
}
.right-block {
  position: relative;
  background-color: #4fc4fa;
  color: #fff;
  height: 35vh;
  padding-left: 30px;
  padding-right: 30px;
}
.right-block-content {
  position: sticky;
  bottom: 20px;
  padding-top: 20px;
}
.tweet p {
  font-size: 14px;
  font-weight: 400;
}
.block-titles {
  font-family: "Helsinki-Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
/*Header Normal Pages*/
.header-page {
  position: relative;
  min-height: 60vh;
}
.header-img-page {
  height: 60vh;
  width: 100%;
  background-color: beige;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page {
  padding: 40px;
  height: 45vh;
  width: 100%;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  padding-left: 100px;
}
.about-text {
  min-width: 1%;
}
/*Header blog Page*/
.header-page-blog {
  position: relative;
  min-height: 60vh;
}
.header-img-blog {
  height: 60vh;
  width: 100%;
  background-image: url("background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Navigation Menu*/
.nav-img {
  width: 250px;
}
.nav-open-page {
  position: absolute;
  padding: 50px;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  display: none;
}
.nav-open-page ul {
  padding: 0;
  list-style-type: none;
}
.nav-open-page ul li {
  list-style-type: none;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-open-frontpage {
  position: absolute;
  padding: 50px;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 50vh;
  display: none;
}
.nav-open-frontpage ul {
  padding: 0;
  list-style-type: none;
}
.nav-open-frontpage ul li {
  list-style-type: none;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav {
  position: relative;
  background-color: #fff;
  height: 15vh;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-page {
  position: relative;
  background-color: #fff;
  height: 15vh;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-page a {
  position: absolute;
  left: 100px;
}
.nav a {
  position: absolute;
  left: 100px;
}
#mob-menu-btn {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  font-size: 50px;
  right: 40px;
  color: #fe495d;
}
.nav-main-menu {
  font-family: "Helsinki-Medium", sans-serif;
  padding-left: 16px;
  z-index: 11;
}
.nav-main-menu a {
  color: #000;
  z-index: 12;
}
.nav-extra-menu {
  text-decoration: underline;
  color: #000;
}
.nav-footer {
  height: 50%;
}
.nav-footer .row {
  height: 80%;
}
.nav-footer-content {
  position: absolute;
  top: 40px;
  left: 16px;
}
.nav-footer-content a {
  color: #000;
}
.nav-footer-content p {
  font-size: 14px;
}
#menu-footer-menu {
  margin-top: -9px;
}
#menu-footer-menu li {
  list-style-type: none;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  text-decoration: underline;
}
/*Navigation Menu END*/
/*Social Buttons*/
.social-btns {
  display: initial;
  position: absolute;
  top: 40px;
  left: 16px;
}
.social-btns a:hover {
  text-decoration: none;
}
.nav-social-btn {
  font-family: "Helsinki-Medium", sans-serif;
  cursor: pointer;
  background-color: lightgrey;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 6px;
  border-color: lightgrey;
  border: none;
  outline: none;
  font-weight: 400;
}
.nav-social-btn:hover {
  background: #000;
  border-color: #000;
  color: lightgrey;
}
/*Social Buttons END*/
.reference-button {
  text-align: center;
}
/*Reference Pages*/
.header-img-reference {
  height: 60vh;
  width: 100%;
  background-color: beige;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-reference {
  background-color: #fff;
  color: #000;
  padding: 40px;
  height: 45vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.case-study {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.case-study-preview {
  padding: 20px;
}
.case-study-preview-img {
  height: 160px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.case-study-preview-img img {
  height: 90px;
  overflow: hidden;
}
.case-study-preview-img:hover img {
  height: 100px;
}
.case-study-name {
  font-family: "Helsinki-Medium", sans-serif;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #4fc4fa;
  text-transform: uppercase;
}
.case-study-title a {
  font-family: "Helsinki-Medium", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 20px;
}
.case-study-title a:hover {
  color: #fe495d;
  text-decoration: none;
}

.case-study-title span {
  font-size: 14px;
  color: #fe495d;
}
.case-study-title:hover span {
  margin-left: 10px;
}
.case-study-main-title {
  font-family: "Helsinki-Medium", sans-serif;
  text-align: center;
  color: #fe495d;
  font-size: 14px;
  font-weight: 400;
}
.reference-main-title {
  font-family: "Helsinki-Medium", sans-serif;
  text-align: center;
  color: #fe495d;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: -30px;
}
.reference-company-name {
  font-family: "Helsinki-Medium", sans-serif;
  font-weight: 400;
  color: #4fc4fa;
  font-size: 14px;
  text-transform: uppercase;
}
.reference-company-title {
  font-family: "Helsinki-Medium", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
/*Reference Pages End*/
/*Button styles*/
button {
  outline: none;
}
.btn-white {
  margin-top: 30px;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fe495d;
  background-color: #fff;
  border: none;
  border-radius: 26px;
  outline: none;
  font-family: "Helsinki-Medium", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.btn-white:hover {
  color: #fff;
  background-color: #4fc4fa;
}
.btn-yellow {
  margin-top: 30px;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fe495d;
  background-color: #fff;
  border: none;
  border-radius: 26px;
  outline: none;
  font-family: "Helsinki-Medium", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #fee25c;
}
.btn-red-2 {
  margin-top: 30px;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fe495d;
  background-color: #fff;
  border: none;
  border-radius: 26px;
  outline: none;
  font-family: "Helsinki-Medium", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.btn-red-2:hover {
  color: #fff;
  background-color: #fe495d;
}
.btn-red {
  margin-top: 30px;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  background-color: #fe495d;
  border: none;
  border-radius: 26px;
  outline: none;
  font-family: "Helsinki-Medium", sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}
.btn-red:hover {
  color: #fff;
  background-color: #4fc4fa;
}
/*Button styles END*/
/*Contact area on front page*/
.contact-area {
  background-color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.take-contact {
  font-family: "Helsinki-Medium", sans-serif;
  color: #fe495d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact-title {
  font-weight: 200;
  margin-bottom: 30px;
}
.contact-info {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 200;
}
.contact-info a {
  font-family: "Helsinki-Medium", sans-serif;
  color: #000;
  font-weight: 400;
}
.contact-info b {
  font-family: "Helsinki-Medium", sans-serif;
  color: #000;
  font-weight: 400;
}
.contact-info a:hover {
  color: #000;
  font-weight: 400;
}
/*Main contact form*/
.main-contact-form {
  padding-left: 5%;
  padding-right: 5%;
}
.contact-form-input {
  height: 50px;
  width: 96%;
  border: none;
  border-radius: 40px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 25px;
  -webkit-appearance: none;
}
.contact-form-input-footer {
  height: 30px;
  border: none;
  border-radius: 30px;
  margin-bottom: -5px;
  background-color: #fff;
}
.contact-form-input-search {
  height: 46px;
  border: none;
  border-radius: 30px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  width: 250px;
  margin-right: 10px;
  padding-left: 25px;
}
textarea {
  width: 98%;
  border: none;
  border-radius: 20px;
  background-color: #f5f5f5;
  margin-bottom: 0px;
  height: 120px;
  padding-top: 25px;
  padding-left: 10px;
}
/*Main contact form END*/
/*Contact area on front page END*/
footer {
  background-color: #333333;
}
.footer-content {
  font-size: 14px;
  color: #fff;
}
.footer-title {
  font-family: "Helsinki-Medium", sans-serif;
  font-weight: 400;
  color: #fff;
}
#mc_embed_signup {
  background: transparent;
  margin-top: -30px;
  margin-bottom: 20px;
}
.footer-link {
  color: #fff;
  text-decoration: underline;
}
.example-img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.example-img img {
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main-content-area {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
/*Blocks that don't display on mobile*/
.about-mob {
  display: none;
}
.about-page-mob {
  display: none;
}
.about-reference-mob {
  display: none;
}
.screen-reader-response {
  display: none;
}
.social-btns-mob {
  display: none;
}
/*Blocks that don't display on mobile END*/
/*Service page*/
.service-menu {
  position: relative;
  background-color: #fee25c;
  padding-left: 30px;
  padding-right: 30px;
  height: 265px;
  font-weight: 400;
}
.service-menu a {
  text-decoration: none;
  color: #000;
}
.page-icons {
  text-align: center;
  font-size: 100px;
  margin-bottom: 30px;
}
/*Blog page loop styles*/
.blog-loop {
  height: 440px;
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
}
.img-style-blog-post {
  width: 100%;
  height: 220px;
  overflow-y: hidden;
  border-bottom: #fff double 14px;
}
.img-style-blog-post:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.blog-content-loop {
  overflow-x: hidden;
  word-wrap: break-word;
  padding: 10px;
}
.blog-content-loop h2 {
  font-size: 24px;
}
.blog-content-loop a {
  color: inherit;
}
.blog-post-excerpt {
  margin-top: 10px;
}
.post-btn {
  width: 100%;
  margin-left: 24%;
}
.pagination {
  margin-left: 20px;
  margin-top: 30px;
  font-size: 25px;
}
.page-numbers {
  text-align: center;
  margin-right: 10px;
}
/*Blog page loop styles END*/
/*Category page styles*/
.category-page-title {
  text-align: center;
  margin-top: 30px;
}
.service-box {
  margin: 20px;
  padding: 10px;
  height: 360px;
}
/*Category page styles END*/
@media only screen and (max-width: 1280px) {
  #mc_embed_signup {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .header-img-blog {
    margin-top: 14vh;
    height: 350px;
  }
  .header-img {
    height: 0vh;
    position: relative;
    margin-top: 14vh;
  }
  header {
    min-height: 60vh;
  }
  .nav-open-frontpage {
    padding-top: 10px;
    padding-left: 25px;
    height: 86vh;
    z-index: 99;
    position: fixed;
  }
  .nav-open-page {
    padding-top: 10px;
    padding-left: 25px;
    height: 86vh;
    z-index: 99;
    position: fixed;
  }
  .nav {
    position: fixed;
    height: 15vh;
    z-index: 99;
  }
  .nav-page {
    position: fixed;
    height: 15vh;
    z-index: 99;
  }
  .header-img-page {
    height: 350px;
    margin-top: 14vh;
  }
  .header-page {
    min-height: 350px;
  }
  .header-page-blog {
    min-height: 350px;
  }
  .nav-main-menu {
    padding-top: 30px;
  }
  .anchor-arrow {
    display: block;
  }
  .fa-arrow-down {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 60px;
    margin-left: -24px;
  }
  .about-text {
    padding: 16px;
  }
  .about-text-page {
    padding-left: 16px;
    padding-top: 200px;
  }
  h1 {
    font-size: 38px;
  }
  p {
    font-size: 16px;
  }
  .nav-img {
    width: 200px;
  }
  .about {
    display: none;
  }
  .about-page {
    display: none;
  }
  .about-page-mob {
    display: initial;
    position: absolute;
    padding-left: 16px;
    top: 100px;
  }
  .about-mob {
    display: initial;
    background-color: #fe495d;
    color: #fff;
    padding: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .about-reference {
    margin-top: 15vh;
    padding: 16px;
  }
  .nav img {
    margin-left: -75px;
  }
  .nav-page img {
    margin-left: -75px;
  }
  .header-img-reference {
    margin-top: 15vh;
    height: 450px;
  }
  .header-img-reference .nav-open-page {
    width: 100%;
    margin-left: -50%;
  }
  .main-content-area {
    padding-left: 16px;
    padding-right: 16px;
  }
  .right-block {
    height: 280px;
  }
  .left-block {
    height: 280px;
  }
  .case-study-preview-img img {
    height: 80px;
  }
  .case-study-preview-img:hover img {
    height: 80px;
  }
  .blog-loop {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .header-img-blog {
    height: 300px;
    margin-top: 14vh;
  }
  .header-img-page {
    height: 300px;
    margin-top: 14vh;
  }
  .header-page {
    min-height: 300px;
  }
  .header-img {
    height: 0vh;
    position: relative;
    margin-top: 14vh;
  }
  .header-img-reference {
    height: 450px;
    margin-top: 14vh;
  }
  .header-img-reference .nav-open-page {
    width: 100%;
    margin-left: 0;
  }
  .header-page-blog {
    min-height: 450px;
  }
  .nav-open-page {
    padding-top: 10px;
    padding-left: 25px;
    height: 86vh;
    z-index: 99;
    position: fixed;
  }
  .nav-open-frontpage {
    padding-top: 10px;
    padding-left: 25px;
    height: 86vh;
    z-index: 99;
    position: fixed;
  }
  .nav {
    position: fixed;
    height: 15vh;
    z-index: 99;
  }
  .nav-page {
    position: fixed;
    height: 15vh;
    z-index: 99;
  }
  .nav-main-menu {
    padding-top: 30px;
  }
  .anchor-arrow {
    display: block;
  }
  .fa-arrow-down {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 60px;
    margin-left: -24px;
  }
  .about-text {
    padding: 16px;
  }
  .about-text-page {
    padding-left: 16px;
    padding-top: 135px;
  }
  h1 {
    font-size: 38px;
  }
  p {
    font-size: 16px;
  }
  .nav-img {
    width: 200px;
  }
  .nav-footer {
    z-index: 9;
  }
  .about {
    display: none;
  }
  .about-page {
    display: none;
  }
  .about-page-mob {
    display: initial;
    position: absolute;
    padding-left: 16px;
    top: 100px;
  }
  .about-mob {
    display: initial;
    background-color: #fe495d;
    color: #fff;
    padding: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .about-reference {
    padding: 16px;
  }
  .nav img {
    margin-left: -75px;
  }
  .nav-page img {
    margin-left: -75px;
  }
  .about-reference {
    display: none;
  }
  .main-content-area {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-reference-mob {
    display: initial;
  }
  .right-block {
    height: 280px;
  }
  .left-block {
    height: 280px;
  }
  #mob-menu-btn {
    right: 30px;
  }
  .social-btns {
    display: none;
  }
  #nav-footer-mob {
    margin-top: -30px;
  }
  .social-btns-mob {
    display: initial;
    margin-left: 14px;
    margin-top: -20px;
    z-index: 10;
  }
  .social-btns-mob a:hover {
    text-decoration: none;
  }
  .case-study-name {
    font-size: 14px;
  }
  .case-study-title a {
    font-size: 18px;
  }
  .blog-loop {
    height: 480px;
  }
  .case-study-preview-img img {
    height: 80px;
  }
  .case-study-preview-img:hover img {
    height: 80px;
  }
  .pal-heading {
    font-size: 1.7em;
  }
  .service-box {
    margin: 10px;
    padding: 5px;
    height: 380px;
  }
  .reference-main-title {
    font-size: 1.4rem;
  }
  .front-block-margins {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 400px) {
  #mob-menu-btn {
    position: relative;
    right: -116px;
  }
  .case-study-preview-img img {
    max-height: 70%;
    max-width: 90%;
    height: auto;
  }
  .case-study-preview-img:hover img {
    max-height: 70%;
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-height: 450px) {
  .header-img {
    height: 450px;
  }
  .nav-open-frontpage {
    height: 450px;
  }
}
/*Styles for full HD plus*/
@media only screen and (min-width: 1921px) {
  h1 {
    font-size: 58px;
  }
  .about-text p {
    font-size: 20px;
  }
  .block-titles p {
    font-size: 20px;
    font-weight: 400;
  }
  #menu-services {
    font-size: 24px;
  }
  .tweet p {
    font-size: 20px;
  }
  .tweet a {
    font-size: 20px;
  }
  .nav-open-page ul li {
    line-height: 60px;
    font-size: 24px;
    text-transform: uppercase;
  }
  .nav-open-frontpage ul li {
    line-height: 60px;
    font-size: 26px;
    text-transform: uppercase;
  }
  .nav-footer-content a {
    font-size: 18px;
  }
  .nav-footer-content p {
    font-size: 18px;
  }
  .service-menu {
    height: 360px;
  }
}
/*Styles for 2K plus*/
@media only screen and (min-width: 2300px) {
  h1 {
    font-size: 68px;
  }
  .about-text p {
    font-size: 24px;
  }
  .block-titles p {
    font-size: 24px;
    font-weight: 400;
  }
  #menu-services {
    font-size: 28px;
  }
  .tweet p {
    font-size: 24px;
  }
  .tweet a {
    font-size: 24px;
  }
  .nav-open-page ul li {
    line-height: 60px;
    font-size: 28px;
    text-transform: uppercase;
  }
  .nav-open-frontpage ul li {
    line-height: 60px;
    font-size: 28px;
    text-transform: uppercase;
  }
  .nav-footer-content a {
    font-size: 20px;
  }
  .nav-footer-content p {
    font-size: 20px;
  }
  .service-menu {
    height: 380px;
  }
  .nav-social-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .case-study-name {
    font-size: 18px;
  }
  .case-study-title a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  header {
    min-height: 60vh;
  }
  .header-img {
    height: 35vh;
  }
  .about {
    height: 45vh;
  }
  .left-block {
    height: 25vh;
  }
  .right-block {
    height: 25vh;
  }
  .nav-open-frontpage {
    height: 35vh;
  }
  .blog-loop {
    height: 480px;
  }
}
/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
  opacity: 0 !important;
}
