@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
.body-no-scroll {
  overflow: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}

body p,
button {
  line-height: 1.5;
}

.button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.general-border {
  border-bottom: 2px solid #e3e3e3;
}

.full-height {
  height: 100%;
}

/*css variables*/

:root {
  --custom-red: #d40022;
  --custom-blue: #161f40;
  --custom-grey: #727272;
  --custom-white: #ffffff;
  --custom-black: #252525;
  --white-border: #e7e7e7;
  --border-grey: #c5c7d2;
}

.owl-dots {
  width: 200px;
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.owl-dots .owl-dot {
  width: 10px;
  background: #e7e7e7 !important;
  border-radius: 50px;
  height: 10px;
}

.owl-dots .owl-dot.active {
  background: #252525 !important;
}

.cross-color {
  color: #d40022;
  color: var(--custom-red) !important;
  font-weight: bold;
  font-family: 'Lato';
}

.grey-color {
  color: #727272;
  color: var(--custom-grey) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover,
a:focus,
a:visited,
input:focus,
input:visited {
  text-decoration: none;
  outline: 0 !important;
  border: none;
}

#markerLayer img {
  border: 2px solid #d40022 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 25px;
}

.zoom-effect .image-effect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.zoom-effect img {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
}

.zoom-effect .image-effect:hover img {
  -webkit-transform: scale(1.1) translateX(-8px);
          transform: scale(1.1) translateX(-8px);
  -webkit-transition: 1s;
  transition: 1s;
}

.overlay-effect {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.overlay-effect:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

.overlay-effect:hover::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-animation: ani .5s forwards;
          animation: ani .5s forwards;
}

@-webkit-keyframes ani {
  to {
    opacity: 1;
  }
}

@keyframes ani {
  to {
    opacity: 1;
  }
}

.cc-window.cc-floating .cc-compliance {
  height: 40px;
}

/* navs */

.inner-width-nav {
  max-width: 1560px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  position: relative;
}

.home-social {
  position: absolute;
  top: 20px;
  right: 70px;
}

.navbar-general {
  height: 98px;
  -webkit-transition: .6s;
  transition: .6s;
}

.navbar-general a {
  color: #ffffff;
  font-size: 17px;
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: 300;
}

.navbar-general a:hover,
.navbar-general a:focus,
.navbar-general a:active {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-general ul {
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}

.navbar-general .nav-logo {
  height: 80px;
  -webkit-transition: .8s;
  transition: .8s;
}

.navbar-general .black-letters {
  display: block;
}

.navbar-general .white-letters {
  display: none;
}

.navbar-general .search-icon {
  padding-bottom: 20px;
}

.navbar-general .search-icon a {
  color: #222222;
  cursor: pointer;
  padding: 0 10px;
}

.navbar-general .s-icon {
  width: 20px;
  height: 23px;
}

.navbar-general .s-icon g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #ffffff;
}

.navbar-general .s-icon:hover g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #d40022;
}

.navbar-white .navbar-general {
  background: #fff;
  border-bottom: 2px solid #e3e3e3;
}

.navbar-white .navbar-general a {
  color: #252525;
  -webkit-transition: .6s;
  transition: .6s;
}

.navbar-white .navbar-general a:hover,
.navbar-white .navbar-general a:focus,
.navbar-white .navbar-general a:active {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-white .navbar-general .nav-container {
  height: 100%;
}

.navbar-white .navbar-general .black-letters {
  display: block;
}

.navbar-white .navbar-general .white-letters {
  display: none;
}

.navbar-white .navbar-general .search-icon a {
  color: #222222;
}

.navbar-white .navbar-general .home-social {
  display: none;
}

.navbar-white .navbar-general .s-icon {
  width: 20px;
  height: 20px;
}

.navbar-white .navbar-general .s-icon g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #222222;
}

.navbar-white .navbar-general .s-icon:hover g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #d40022;
}

.navbar-transparent .navbar-general a {
  color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-transparent .navbar-general a:hover,
.navbar-transparent .navbar-general a:focus,
.navbar-transparent .navbar-general a:active {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-transparent .navbar-general .nav-container {
  height: 100%;
}

.navbar-transparent .navbar-general .black-letters {
  display: none;
}

.navbar-transparent .navbar-general .white-letters {
  display: block;
}

.navbar-transparent .navbar-general .search-icon a {
  color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.navbar-transparent .navbar-general .search-icon a:hover,
.navbar-transparent .navbar-general .search-icon a:focus,
.navbar-transparent .navbar-general .search-icon a:active {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-transparent .navbar-general .home-social {
  display: none;
}

.navbar-transparent .navbar-general .s-icon {
  width: 20px;
  height: 23px;
}

.navbar-transparent .navbar-general .s-icon g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #ffffff;
}

.navbar-transparent .navbar-general .s-icon:hover g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #d40022;
}

.navbar-homepage .navbar-general {
  height: 150px;
  -webkit-transition: .6s;
  transition: .6s;
}

.navbar-homepage .navbar-general a {
  color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-homepage .navbar-general a:hover,
.navbar-homepage .navbar-general a:focus,
.navbar-homepage .navbar-general a:active {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-homepage .navbar-general ul {
  padding-bottom: 0;
}

.navbar-homepage .navbar-general .nav-logo {
  -webkit-transition: .8s;
  transition: .8s;
  height: 103px;
}

.navbar-homepage .navbar-general .black-letters {
  display: none;
}

.navbar-homepage .navbar-general .white-letters {
  display: block;
}

.navbar-homepage .navbar-general .search-icon {
  padding-bottom: 0;
}

.navbar-homepage .navbar-general .search-icon a {
  color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-homepage .navbar-general .search-icon a:hover,
.navbar-homepage .navbar-general .search-icon a:focus,
.navbar-homepage .navbar-general .search-icon a:active {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-homepage .navbar-general .home-social {
  display: block;
}

.navbar-homepage .navbar-general .s-icon {
  width: 20px;
  height: 23px;
}

.navbar-homepage .navbar-general .s-icon g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #ffffff;
}

.navbar-homepage .navbar-general .s-icon:hover g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #d40022;
}

.desk-icons a:hover {
  color: #222222 !important;
}

.fix-nav .navbar-general {
  border-bottom: 2px solid #e3e3e3;
  height: 80px;
}

.fix-nav .navbar-general .s-icon {
  width: 20px;
  height: 20px;
}

.fix-nav .navbar-general .s-icon g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #222222;
}

.fix-nav .navbar-general .s-icon:hover g > g {
  -webkit-transition: .2s;
  transition: .2s;
  stroke: #d40022;
}

.fix-nav .navbar-general a:hover,
.fix-nav .navbar-general a:focus,
.fix-nav .navbar-general a:active {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.fix-nav .navbar-general .nav-logo {
  height: 66px;
  -webkit-transition: .6s;
  transition: .6s;
}

.fix-nav .navbar-general .search-icon {
  padding-bottom: 12px;
}

.fix-nav .navbar-general .search-icon a {
  color: #222222;
  cursor: pointer;
}

.fix-nav .navbar-general ul {
  height: 100%;
  width: 100%;
  padding-bottom: 12px;
}

.fix-nav .navbar-transparent .navbar-general {
  background-color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
  height: 80px;
}

.fix-nav .navbar-transparent .navbar-general .black-letters {
  display: block;
}

.fix-nav .navbar-transparent .navbar-general .white-letters {
  display: none;
}

.fix-nav .navbar-transparent .navbar-general a {
  color: #222222;
  -webkit-transition: .2s;
  transition: .2s;
}

.fix-nav .navbar-homepage .navbar-general {
  position: fixed;
  background-color: #ffffff;
  z-index: 999;
  -webkit-transition: .6s;
  transition: .6s;
  width: 100%;
  border-bottom: 1px #e3e3e3 solid;
  top: 0;
  left: 0;
  margin-top: 0;
  height: 80px;
}

.fix-nav .navbar-homepage .navbar-general .nav-logo {
  height: 66px;
  -webkit-transition: .8s;
  transition: .8s;
}

.fix-nav .navbar-homepage .navbar-general .black-letters {
  display: block;
}

.fix-nav .navbar-homepage .navbar-general .white-letters {
  display: none;
}

.fix-nav .navbar-homepage .navbar-general a {
  color: #222222;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar-responsive {
  border-bottom: #e3e3e3 1px solid;
  z-index: 99;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-responsive .respo-logo2 img {
  height: 42px;
}

.navbar-responsive .search-icon {
  width: 90%;
  margin-left: auto;
  position: relative;
}

.navbar-responsive .search-icon .s-icon {
  width: 20px;
  height: 23px;
  position: absolute;
  left: 4px;
  bottom: 10px;
}

.navbar-responsive .search-icon .s-icon g > g {
  -webkit-transition: .6s;
  transition: .6s;
  stroke: rgba(0, 0, 0, 0.5);
}

.navbar-responsive .burger {
  width: 38px;
  cursor: pointer;
  border: none;
  z-index: 44;
  background: transparent;
}

.navbar-responsive .burger > span {
  display: inline-block;
  position: relative;
  height: 1px;
  width: 26px;
  background: #222222;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}

.navbar-responsive .burger > span:before,
.navbar-responsive .burger > span:after {
  position: absolute;
  left: 0;
  content: "";
  width: 26px;
  height: 1px;
  background: #222222;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.navbar-responsive .burger > span:before {
  top: -8px;
}

.navbar-responsive .burger > span:after {
  top: 8px;
}

.navbar-responsive .burger.burger-close > span {
  background: transparent;
}

.navbar-responsive .burger.burger-close > span:before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
  background: #222222;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-responsive .burger.burger-close > span:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
  background: #222222;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-responsive .burger:focus,
.navbar-responsive .burger:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.respo-social-icons {
  margin-top: 30px;
}

.respo-social-icons .image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 9999;
}

.respo-social-icons .image:hover,
.respo-social-icons .image:focus,
.respo-social-icons .image:active {
  background-color: #ffffff;
  color: #161f40;
  border: solid 1px #161f40;
  -webkit-transition: .2s;
  transition: .2s;
}

.respo-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f8f8;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.respo-menu ul {
  display: none;
  padding-top: 20px;
}

.respo-menu ul li {
  margin: 14px auto;
}

.respo-menu ul a {
  font-weight: 100;
  font-style: normal;
  letter-spacing: 1.2px;
  text-align: center;
}

.respo-menu ul .link-to-animate {
  display: block;
  opacity: 0;
  -webkit-animation-name: ani;
          animation-name: ani;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.respo-menu ul .link-to-animate:nth-child(1) {
  -webkit-animation-delay: 140ms;
          animation-delay: 140ms;
}

.respo-menu ul .link-to-animate:nth-child(2) {
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
}

.respo-menu ul .link-to-animate:nth-child(3) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.respo-menu ul .link-to-animate:nth-child(4) {
  -webkit-animation-delay: 560ms;
          animation-delay: 560ms;
}

.respo-menu ul .link-to-animate:nth-child(5) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.respo-menu ul .link-to-animate:nth-child(6) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.respo-menu ul .link-to-animate:nth-child(7) {
  -webkit-animation-delay: 980ms;
          animation-delay: 980ms;
}

@keyframes ani {
  to {
    opacity: 1;
  }
}

.respo-menu a:focus,
.respo-menu a:active {
  text-decoration: none;
}

.show-respo-menu {
  padding-top: 50px;
  display: block;
  opacity: 0;
  -webkit-animation-name: aniBody;
          animation-name: aniBody;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes aniBody {
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes aniBody {
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.show-respo-menu ul {
  display: block;
}

form {
  width: 100%;
}

input,
input:focus {
  width: 100%;
  height: 40px;
  -webkit-transition: .5s;
  transition: .5s;
  background: #f8f8f8;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  outline: 0;
  padding: 0 10px 0 10px;
  margin: 5px 0 0 0;
  position: relative;
}

input[type="text"] {
  padding-left: 30px;
}

.search-modal-over {
  display: none;
}

@media (min-width: 991px) {
  .search-modal-over {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 2000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .search-modal-over .inner-modal-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, 0.97);
  }

  .search-modal-over .close-search {
    color: #222222;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
  }

  .search-modal-over .big-search {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .search-modal-over .big-search input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d40022;
    width: 100%;
    line-height: 80px;
    height: 80px;
  }

  .search-modal-over .big-search input:active,
  .search-modal-over .big-search input:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .search-modal-over .big-search input[type="text"] {
    font-size: 60px;
    line-height: 80px;
  }

  .search-modal-over .big-search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 100;
    line-height: 80px;
    padding-left: 20px;
  }

  .search-modal-over .big-search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 100;
    line-height: 80px;
    padding-left: 20px;
  }

  .search-modal-over .big-search input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 100;
    line-height: 80px;
    padding-left: 20px;
  }

  .search-modal-over .big-search input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 100;
    line-height: 80px;
    padding-left: 20px;
  }

  .show-search {
    display: block;
    opacity: 0;
    -webkit-animation-name: aniBody;
            animation-name: aniBody;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

@-webkit-keyframes aniBody {
    to {
      opacity: 1;
    }
}

@keyframes aniBody {
    to {
      opacity: 1;
    }
}
}

/*footer*/

.foot-top-bor {
  width: 100%;
  height: 39px;
  -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  margin-bottom: 3px;
}

.footer {
  width: 100%;
  min-height: 223px;
  background-color: #f8f8f8;
  padding-top: 30px;
}

.inner-footer {
  max-width: 1560px;
  margin: 0 auto;
  height: 100%;
  min-height: 223px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}

.foot-wrap {
  margin: 0 50px 0 50px;
}

.footer svg,
.footer img {
  display: block;
  height: 62px;
}

.footer h3 {
  text-align: right;
  margin: 0 auto;
  font-size: 22px;
}

.fix-nav .icons {
  display: none !important;
}

.footer .foot-icons .image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #c5c7d2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  color: #252525;
  color: var(--custom-black);
  -webkit-transition: .2s;
  transition: .2s;
  background: #ececec;
}

.footer .foot-icons .image:hover {
  background-color: #d40022;
  background-color: var(--custom-red);
  color: #ffffff;
  color: var(--custom-white);
  -webkit-transition: .2s;
  transition: .2s;
}

.footer-secondary {
  background-color: #eeeeee;
  border: solid 1px #dedede;
}

/*.footer-secondary .copy a {
  text-decoration: none;
  color: #d40022;
}*/
.copy p a{
  font-size: 13px;
  color: #727272;
}
.copy p a:hover svg{
  color: #d40022;
}
.inner-footer-secondary {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 50px;
}

.footer-secondary p {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
  margin: 0;
  color: #727272;
}

.bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.bottom-links .static-page-links {
  font-size: 16px;
  color: #727272;
  display: block;
  padding: 20px 0;
  text-align: right;
}

.bottom-links .static-page-links:hover,
.bottom-links .static-page-links:focus,
.bottom-links .static-page-links:active {
  color: #252525;
}

@media (max-width: 1200px) {
  .footer h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .footer img {
    margin: 0 auto;
  }

  .foot-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer h3 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
  }

  .footer .foot-icons {
    text-align: center;
    margin: 20px 0 0 0;
  }

  .bottom-links {
    padding-bottom: 30px;
  }

  .bottom-links .static-page-links {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .inner-footer {
    padding: 0 10px;
  }

  .foot-wrap h4 {
    padding: 10px;
    margin: 20px auto;
  }

  .footer .icons {
    padding: 10px;
    margin: 10px auto;
  }

  .footer img {
    height: 66px;
  }

  .footer h3 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 18px;
  }

  .footer .foot-icons {
    text-align: center;
    margin: 20px 0 0 0;
  }

  .footer .foot-icons .image {
    width: 36px;
    height: 36px;
  }

  .inner-footer-secondary {
    padding: 0;
  }

  .footer-secondary p {
    font-size: 12px;
    text-align: center;
    padding: 5px;
  }

  .copy p:last-child {
    margin: 0 !important;
  }
}

@media (max-width: 575px) {
  .footer img {
    height: 56px;
  }

  .footer h3 {
    font-size: 18px;
  }

  .footer .foot-icons .image {
    width: 32px;
    height: 32px;
  }

  .footer-secondary p {
    margin: 0 auto;
  }

  .copy {
    margin: 0 auto !important;
  }
}

/*homepage*/

.header-banner {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 860px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.logo img {
  color: #fff;
  margin-left: 46px;
}

.overlay {
  background-color: #161f40;
  opacity: 0.8;
  width: 100%;
  height: 860px;
  position: absolute;
}

.icons .image {
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #c5c7d2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  color: #ffffff;
  color: var(--custom-white);
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 9999;
}

.icons .image:hover {
  background-color: #ffffff;
  background-color: var(--custom-white);
  color: #161f40;
  -webkit-transition: .2s;
  transition: .2s;
}

.banner-outer {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 0;
}

.banner-tags {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 50px 40px 50px;
}

.banner-tags img {
  width: 16px;
  height: 16px;
  margin: 2px 0 0 7px;
}

.banner-tags .view-projects {
  margin-top: 40px;
}

.banner-tags-head {
  display: inline-block;
}

.banner-tags .banner-tags-head h1 {
  font-size: 77px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.banner-tags .banner-tags-head:hover h1 {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.banner-tags .banner-tags-head h2 {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
}

.banner-tags h3 {
  text-align: left;
  color: #fff;
  margin: 0;
  font-weight: 300;
  font-size: 27px;
}

.banner-tags a:hover h3 {
  color: #d40022;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 1200px) {
  .banner-tags .banner-tags-head h1 {
    font-size: 57px;
  }

  .banner-tags.banner-tags-head h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .logo img {
    margin: 20px auto 10px auto;
    padding: 20px;
  }

  .logo {
    text-align: center;
  }

  .icons {
    margin: 30px auto 10px auto;
  }

  .banner-tags .banner-tags-head h1 {
    font-size: 57px;
  }

  .banner-tags .banner-tags-head h2 {
    font-size: 30px;
  }

  .banner-tags h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .banner-tags img {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@media (max-width: 768px) {
  .header-banner {
    margin-top: 50px;
    height: 400px;
  }

  .overlay {
    height: 400px;
  }

  .banner-outer {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 0;
  }

  .banner-tags {
    padding: 0 10px 40px 10px;
  }

  .banner-tags .banner-tags-head h1 {
    font-size: 34px;
    margin-left: 10px;
  }

  .banner-tags .banner-tags-head h2 {
    font-size: 24px;
    margin-left: 10px;
  }

  .banner-tags h3 {
    font-size: 18px;
    margin: 0 0 0 10px;
  }

  .banner-tags img {
    height: 20px;
  }

  .banner-tags > div {
    margin: 20px 0 10px 0;
  }

  .logo img {
    height: 110px;
  }
}

.featured {
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
  padding: 20px 50px;
}

.featured h1 {
  margin: 40px 0 32px 0;
  font-size: 28px;
}

.featured img {
  margin: 0;
  padding: 0;
  width: 100%;
  background-position: bottom;
}

.featured-titles {
  padding: 0 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.featured-titles h2 {
  color: #252525;
  font-size: 26px;
  margin: 16px 0 0 0;
  text-align: left;
  -webkit-transition: .6s;
  transition: .6s;
}

.featured-titles h3 {
  font-size: 18px;
  margin: 10px 0 0 0;
  text-align: left;
}

.featured-titles svg {
  width: 12px;
  height: 12px;
  margin-top: 10px;
}

.featured-projects h2 {
  color: #252525;
  font-size: 26px;
  margin: 16px 32px 0 18px;
  text-align: left;
}

.featured-projects h3 {
  font-size: 18px;
  margin: 0 0 0 18px;
  text-align: left;
}

.project-box {
  border-left: 1px solid #c5c6d2;
}

.project-box span {
  color: #d40022;
  font-weight: bold;
  margin-top: 0;
}

.project-box:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

.project-box:hover h2 {
  color: #6c757d;
  -webkit-transition: .6s;
  transition: .6s;
}

.project-box:hover svg {
  -webkit-transition: .5s;
  transition: .5s;
  fill: #6c757d !important;
}

.sub-title h4 {
  color: #d40022;
  font-weight: bold;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .featured-titles {
    padding: 0 20px;
  }

  .featured-titles h2 {
    color: #252525;
    font-size: 20px;
    margin: 16px 0 0 0;
    text-align: left;
  }

  .featured-titles h3 {
    font-size: 17px;
    margin: 10px 0 0 0;
    text-align: left;
  }

  .featured-titles span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .featured {
    padding: 20px 0;
  }

  .featured img {
    margin: 0 auto;
  }

  .featured h1 {
    font-size: 28px;
    margin: 10px auto 20px auto;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .project-box {
    padding: 0;
  }

  .project-box h4 {
    margin-left: 18px;
  }

  .featured-projects h2 {
    font-size: 18px !important;
    margin: 10px 0 0 10px !important;
  }

  .featured-projects h3 {
    font-size: 14px !important;
    margin: 0 0 0 10px !important;
  }
}

.steps {
  max-width: 1560px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 50px 50px 50px;
}

.steps h1 {
  margin: 60px 0 32px 0;
  font-size: 28px;
}

.step:hover h2 {
  color: #6c757d;
  -webkit-transition: .4s;
  transition: .4s;
}

.steps-content .step:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.steps-content img {
  width: 100%;
}

.steps-content h2 {
  color: #252525;
  font-size: 16px;
  height: 19px;
  text-align: center;
  margin: 19px 0 25px 0;
  -webkit-transition: .4s;
  transition: .4s;
}

/*swiper styles*/

.swiper-container {
  width: 90%;
  height: 90%;
  color: white;
}

@media (max-width: 991px) {
  .steps {
    padding: 0 0 50px 0;
  }

  .steps-content {
    margin: 0;
  }

  .steps-content .step:nth-child(even) {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 768px) {
  .steps-content img {
    width: 90%;
    margin: 10px auto;
  }

  .steps h1 {
    font-size: 28px;
    margin: 10px auto 20px auto;
    text-align: center;
  }
}

.about {
  background-color: #161f40;
  width: 100%;
  position: relative;
  margin: 10px 0;
}

.about .inner-about {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 50px;
}

.about .about-content {
  margin-top: 70px;
  max-width: 782px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  margin-left: auto;
}

.about .about-back {
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about h1 {
  color: #fff;
  font-size: 28px;
}

.about p {
  line-height: 1.875;
  color: #c5c6d2;
}

.about .about-read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about .about-read-more img {
  width: 12px;
  height: 12px;
  margin: 0 0 12px 8px;
}

.about-visit-blog {
  max-width: 1560px;
  margin: 0 auto;
  padding: 20px 68px;
}

.about-visit-blog img {
  width: 12px;
  height: 12px;
  margin: 0px 0 12px 5px;
}

@media (max-width: 991px) {
  .about .about-back {
    height: 150px;
  }

  .about .about-content {
    padding-bottom: 40px;
    padding-left: 0;
  }
}

.read-more {
  color: #000;
  font-size: 18px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.read-more:hover {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.more-btn {
  color: #000;
  font-size: 18px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.more-btn span {
  padding: 0 6px;
}

.more-btn:hover {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 576px) {
  .about .inner-about {
    padding: 0 20px;
  }

  .about-visit-blog {
    padding: 20px 16px;
  }
}

.latest {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 50px 50px 50px;
}

.latest h1 {
  margin: 0 0 32px 0;
  font-size: 26px;
}

.latest img {
  width: 100%;
}

.latest-border {
  border-left: 1px solid #c5c6d2;
}

.latest-border:hover h2 {
  color: #6c757d;
  -webkit-transition: .6s;
  transition: .6s;
}

.latest h2 {
  color: #252525;
  font-size: 26px;
  margin: 16px 0 24px 24px;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 991px) {
  .latest h1 {
    margin: 61px 0 32px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .latest h1 {
    font-size: 28px;
    margin: 10px auto 20px auto;
    text-align: center;
  }

  .latest h2 {
    font-size: 20px;
  }

  .latest-content h2 {
    font-size: 18px;
    margin: 10px 0;
  }
}

@media (max-width: 575px) {
  .latest-content {
    margin: 0 10px 0 10px;
  }

  .latest {
    padding: 0 20px;
  }
}

/*about-page*/

.bio {
  max-width: 1540px;
  margin: 0 auto;
  padding: 150px 50px 10px 50px;
}

.bio-title {
  position: absolute;
  top: 0;
  left: 50%;
}

.bio-title h1 {
  margin: 0 auto;
  font-size: 50px;
  color: #252525;
  font-weight: bold;
}

.bio-image {
  height: 540px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 4;
  min-width: 400px;
}

.bio-text {
  background-color: #f1f1f1;
  min-height: 497px;
  display: block;
  position: relative;
  margin-top: -24rem;
}

.bio-text h2 {
  font-family: 'Lato';
  font-size: 26px;
  color: #252525;
  height: 50px;
  margin-top: 40px;
}

.bio-content p {
  font-size: 16px;
  color: #727272;
}

.work-body {
  max-width: 1540px;
  margin: 0 auto;
  padding: 40px 50px 60px 50px;
}

.work-body-inner {
  margin: 30px 0;
}

.work-body-inner h2 {
  color: #252525;
  margin: 0;
  font-size: 26px;
}

.work-body-inner p {
  color: #727272;
  margin: 30px 0 0 30px;
}

.work-body-inner h3 {
  font-size: 16px;
  margin: 30px 0 -10px 30px;
  color: #252525;
  position: relative;
  padding-bottom: 10px;
}

.work-body-inner h3:hover .grey-color {
  -webkit-transition: .4s;
  transition: .4s;
  color: #252525 !important;
}

.work-body-inner h3:hover::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
  width: 90%;
  opacity: 0;
  -webkit-animation: ani .4s forwards;
          animation: ani .4s forwards;
}

@keyframes ani {
  to {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .bio {
    padding: 70px 50px 10px 50px;
  }

  .bio-title {
    position: initial;
  }

  .bio-title h1 {
    margin: 20px auto;
    font-size: 34px;
    text-align: center;
  }

  .bio-image {
    height: 540px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 4;
    min-width: auto;
  }

  .bio-text {
    background-color: #f1f1f1;
    min-height: 497px;
    display: block;
    position: relative;
    margin-top: -80px;
    padding: 40px;
  }

  .bio-text h2 {
    font-size: 26px;
    color: #252525;
  }

  -content p {
    font-size: 16px;
    color: #727272;
  }
}

@media (max-width: 768px) {
  .bio {
    padding: 70px 10px 10px 10px;
  }

  .bio-image {
    height: 340px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 4;
    min-width: auto;
    max-width: 400px;
    margin: 0 auto;
  }

  .bio-text {
    background-color: #f1f1f1;
    min-height: 497px;
    display: block;
    position: relative;
    margin-top: -24px;
    padding: 40px;
  }

  .bio-text h2 {
    font-size: 26px;
  }

  .bio-content p {
    font-size: 16px;
    color: #727272;
  }

  .work-body {
    padding: 40px 10px 60px 10px;
  }
}

/*services-page*/

.services {
  max-width: 1560px;
  width: 100%;
  padding: 150px 50px 10px 50px;
  margin: 0 auto;
}

.body-wrapper {
  position: relative;
}

.services-head-title {
  position: absolute;
  top: 0;
  left: 50%;
}

.services-head-title h1 {
  font-family: 'Lato';
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #252525;
}

.horizontal-line {
  border-left: 1px solid #e7e7e7;
}

.services-image,
.services-image-right {
  height: 437px;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 400px;
  position: relative;
  margin-top: -40px;
}

.services-image-right {
  background-position: right;
}

.services-text {
  background-color: #f1f1f1;
  min-height: 413px;
  padding: 20px;
  display: block;
  position: relative;
  margin-top: -22rem;
}

.services-text h2 {
  color: #252525;
  margin: 0;
  font-size: 26px;
  margin: 0 0 20px 20px;
}

.services-text p {
  font-size: 16px;
  line-height: 1.88;
  color: #727272;
}

.bor-left {
  display: block;
  position: relative;
  height: 60px;
}

.border-line {
  border-bottom: 1px solid #e7e7e7;
}

.services-text-right {
  background-color: #f1f1f1;
  min-height: 413px;
  padding: 20px;
  display: block;
  position: relative;
  margin-top: -18rem;
}

.services-text-right h2 {
  color: #252525;
  margin: 0;
  font-size: 26px;
  margin-bottom: 20px;
}

.services-text-right p {
  font-size: 16px;
  line-height: 1.88;
  color: #727272;
}

.bor-right {
  border-right: 1px solid #e7e7e7;
  display: block;
  position: relative;
  height: 60px;
}

.body-wrapper .each-service:last-child .under-border {
  border-color: transparent;
  opacity: 0;
}

.body-wrapper .each-service:nth-child(2) .services-image {
  margin-top: 0;
}

/* /////////////////////////
////// MEDIA QUERIES //// */

@media (max-width: 1200px) {
  .services-text,
  .services-text-right {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .services {
    padding-top: 70px;
  }

  .services-head-title {
    position: initial;
    padding: 30px 0;
  }

  .services-head-title h1 {
    font-size: 34px;
  }

  .services-text,
  .services-text-right {
    background-color: #f1f1f1;
    min-height: 413px;
    padding: 50px;
    display: block;
    position: relative;
    margin-top: -80px;
  }

  .services-text h2,
  .services-text-right h2 {
    color: #252525;
    margin: 0;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .services-text p,
  .services-text-right p {
    font-size: 16px;
    line-height: 1.88;
    color: #727272;
  }
}

@media (max-width: 768px) {
  .services-image,
  .services-image-right {
    height: 337px;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
  }

  .services-text,
  .services-text-right {
    background-color: #f1f1f1;
    min-height: 413px;
    padding: 50px;
    display: block;
    position: relative;
  }

  .services-text h2,
  .services-text-right h2 {
    color: #252525;
    margin: 0;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .services-text p,
  .services-text-right p {
    font-size: 16px;
    line-height: 1.88;
    color: #727272;
  }
}

@media (max-width: 575px) {
  .services {
    padding: 70px 0 10px 0;
  }

  .services .each-service {
    padding: 0;
  }

  .body-wrapper {
    padding: 0 20px 60px 20px;
  }

  .services-image,
  .services-image-right {
    height: 277px;
    min-width: auto;
    margin-top: 30px;
  }

  .services-text,
  .services-text-right {
    z-index: 4;
    padding: 22px;
    margin-top: -60px;
  }
}

/*materials-page*/

.materials-banner {
  background-size: cover;
  margin: -4.5rem 0 0 0;
  padding: 0;
  width: 100%;
  height: 860px;
  position: relative;
}

#map {
  height: 100%;
  width: 100%;
}

.materials-head {
  padding: 50px;
  max-width: 1560px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.materials-head h1 {
  color: #252525;
  font-size: 27px;
  margin-bottom: 0;
}

.materials-head p {
  color: #727272;
  line-height: 1.5;
  font-size: 18px;
}

.materials-head .dropdown-menu {
  padding: 0;
}

.materials-head .button {
  line-height: 1.5;
  border: none;
  border-radius: 0;
  padding: 10px;
  background: #f2f2f2;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline: 0;
}

.materials-head .button img {
  width: 12px;
}

.materials-head .button:hover,
.materials-head .button:active,
.materials-head .button:focus {
  background-color: #f9f9f9;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.materials-head .category-link {
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 12px;
}

.materials-head .category-link:hover {
  background: #f2f2f2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.materials-body {
  padding: 28px 50px 20px 50px;
  max-width: 1560px;
  margin: 0 auto;
}

.materials-body img {
  display: block;
  width: 100%;
  margin: 20px auto;
  max-width: 255px;
}

.materials-body h2 {
  color: black;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-size: 26px;
}

.materials-body p {
  color: #727272;
  color: var(--custom-grey);
  text-align: center;
  line-height: 1.5;
}

.materials-body .showcase-material {
  -webkit-transition: .5s;
  transition: .5s;
}

.materials-body .showcase-material:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

.materials-body .showcase-material:hover .material-overlay-effect {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.materials-body .showcase-material:hover .material-overlay-effect:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

.materials-body .showcase-material:hover .material-overlay-effect:hover::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  max-width: 255px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-animation: ani .5s forwards;
          animation: ani .5s forwards;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@keyframes ani {
  to {
    opacity: 1;
  }
}

.materials-body .showcase-material:hover h2 {
  color: #727272;
}

@media (min-width: 991px) {
  .materials-body .showcase-material {
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media (max-width: 575px) {
  .materials-banner {
    height: 110vh;
  }

  #map {
    height: 110vh;
  }

  .materials-head {
    margin: 0;
    padding: 10px;
  }

  .materials-head h1 {
    font-size: 22px;
    margin: 20px auto;
  }

  .materials-head p {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .materials-body {
    padding: 20px;
  }

  .materials-body img {
    margin: 40px auto 0 auto;
  }

  .materials-body h2 {
    font-size: 1.5rem;
  }
}

.material-info {
  width: 100%;
  max-width: 1560px;
  padding: 150px 50px 10px 50px;
  margin: 0 auto;
}

.material-info h1 {
  color: #252525;
  font-size: 50px;
}

.material-info h2 {
  color: #252525;
  font-size: 26px;
  margin: 0 0 27px 0;
}

.info-left {
  padding: 10px;
}

.info-left p {
  color: #727272;
  color: var(--custom-grey);
  font-size: 16px;
  line-height: 1.88;
}

.info-right img {
  display: block;
  margin: 0 auto;
}

.info-specifications h3 {
  font-size: 26px;
}

.spec-cell {
  border-bottom: 1px solid #e7e7e7;
  margin: 29px 0 0 0;
  padding: 0px;
}

.spec-cell h4 {
  font-size: 18px;
  text-align: left;
}

/*projects with material*/

.projects-material {
  width: 100%;
  min-height: 560px;
  position: relative;
}

.projects-material h1 {
  font-size: 26px;
  margin: 40px 0 32px 0;
}

.projects-material img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.featured-projects h2 {
  color: #252525;
  color: var(--custom-black);
  font-size: 26px;
  margin: 16px 32px 0 18px;
}

.featured-projects h3 {
  font-size: 18px;
  margin: 0 32px 0 18px;
}

.project-box {
  border-left: 1px solid #e7e7e7;
}

.materials-body h1 {
  font-size: 26px;
  margin: 41px 0 32px 0;
}

@media (max-width: 768px) {
  .material-info h1 {
    font-size: 40px;
  }

  .material-info h2 {
    font-size: 24px;
  }

  .info-right {
    padding: 20px;
  }

  .featured img {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .info-specifications {
    margin: 10px 0 0 10px;
  }

  .info-left {
    margin: 0;
  }

  .material-info {
    padding: 90px 10px 10px 10px;
  }

  .projects-material h1 {
    font-size: 22px;
    margin: 30px 0 10px 0;
    text-align: center;
  }

  .materials-body h1 {
    font-size: 22px;
    margin: 30px 0 10px 0;
    text-align: center;
  }
}

/*news-page*/

.news-head {
  max-height: 600px;
  padding: 150px 50px 10px 50px;
  max-width: 1560px;
  margin: 0 auto;
}

.news-head h1 {
  font-size: 26px;
}

.news-head .button {
  border: none;
  border-radius: 0;
  padding: 10px;
  background: #f2f2f2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.news-head .button img {
  width: 12px;
}

.news-head .button:hover,
.news-head .button:active {
  background-color: #f9f9f9;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.news-body {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 50px 50px 50px;
}

.news-project {
  border-left: 1px solid var(--border-grey);
}

.news-project img {
  width: 100%;
}

.news-project h2 {
  color: #252525;
  font-size: 26px;
  margin: 16px 0 24px 24px;
  text-align: left;
  -webkit-transition: .6s;
  transition: .6s;
}

.news-project a:hover {
  text-decoration: none;
}

.news-project:hover h2 {
  color: #6c757d;
  -webkit-transition: .6s;
  transition: .6s;
}

.news-foot-nav {
  padding: 50px;
  max-width: 1560px;
  margin: 0 auto;
}

.news-foot-nav a {
  text-decoration: none;
}

.news-foot-nav h3 {
  color: var(--custom-blue);
  font-size: 15px;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 4px;
  margin: 0 0 2px 0;
}

.news-foot-nav h3:hover {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.news-foot-nav img {
  width: 12px;
}

@media (max-width: 991px) {
  .news-project {
    border-left: 1px solid var(--border-grey);
  }

  .news-project img {
    width: 100%;
  }

  .news-project h2 {
    color: #252525;
    font-size: 20px;
    margin: 16px 0 24px 24px;
    text-align: left;
  }

  .news-project a:hover {
    text-decoration: none;
  }
}

@media (max-width: 575px) {
  .news-body {
    padding: 0px 10px 50px 10px;
  }

  .news-head {
    padding: 70px 10px 10px 10px;
  }

  .news-head h1 {
    font-size: 26px;
    margin: 20px auto 10px auto;
  }

  .news-head .button {
    margin: 10px 0 0 0;
  }

  .news-content {
    margin: 0 10px 0 10px;
  }

  .news-content h2 {
    font-size: 18px;
    margin: 10px 0 0 5px;
  }

  .news-foot-nav {
    height: auto;
    padding: 20px;
  }
}

.post-head {
  padding: 150px 50px 10px 50px;
  max-width: 1560px;
  margin: 0 auto;
}

.post-heading h1 {
  color: #252525;
  font-family: 'Lato';
  font-size: 50px;
  font-weight: bold;
}

.post-image img {
  z-index: 3;
  position: relative;
}

.post-text {
  background: #f1f1f1;
  display: block;
  position: relative;
  margin-top: -20rem;
  z-index: -1;
  padding-bottom: 50px;
}

.post-text .holder {
  height: 400px;
  width: 100%;
}

.post-text .content {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.post-text .content p {
  color: #727272;
  font-size: 18px;
  font-family: 'Lato';
}

.social-share {
  margin-top: 20px;
}

.social-share p {
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.social-icons a {
  text-decoration: none;
  list-style: none;
}

.social-icons .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
  margin-top: 5px;
  width: 33px;
  margin-left: auto;
}

.social-icons .icon:nth-child(1) {
  background: #39559e;
  -webkit-transition: .2s;
  transition: .2s;
}

.social-icons .icon:nth-child(1):hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #2b4179;
}

.social-icons .icon:nth-child(2) {
  background: #00a9f2;
  -webkit-transition: .2s;
  transition: .2s;
}

.social-icons .icon:nth-child(2):hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #0085bf;
}

.social-icons .icon:nth-child(3) {
  background: #d30000;
  -webkit-transition: .2s;
  transition: .2s;
}

.social-icons .icon:nth-child(3):hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #a00000;
}

.back-to a {
  text-decoration: none;
  list-style: none;
}

.back-to h3 {
  font-size: 14px;
  margin: 3rem 0;
  color: #161f40;
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
}

.back-to h3:hover {
  color: #d40022;
  -webkit-transition: .2s;
  transition: .2s;
}

.back-to img {
  width: 12px;
}

.news-body h1 {
  color: #252525;
  font-size: 26px;
  height: 32px;
  margin: 72px 0 34px 0;
}

.news-content a {
  text-decoration: none;
  list-style: none;
}

@media (max-width: 991px) {
  .post-head {
    padding: 100px 50px 10px 50px;
  }

  .post-text .holder {
    display: none;
  }

  .social-share {
    position: absolute;
    z-index: 3;
  }

  .social-share p {
    display: none;
  }

  .social-icons a {
    text-decoration: none;
    list-style: none;
  }

  .social-icons .icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 33px;
    margin-top: 5px;
    width: 33px;
    margin-left: 0;
  }

  .post-heading h1 {
    color: var(--custom-black);
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
  }

  .post-text {
    background-color: #f1f1f1;
    margin-top: -50px;
    height: auto;
    /* end-social-icons */
  }

  .post-text .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .post-text .social-icons .icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 33px;
    margin-top: 5px;
    width: 33px;
  }

  .post-text .social-icons .icon:nth-child(1) {
    background: #39559e;
  }

  .post-text .social-icons .icon:nth-child(2) {
    background: #00a9f2;
  }

  .post-text .social-icons .icon:nth-child(3) {
    background: #d30000;
  }

  .post-text .social-icons .icon:nth-child(4) {
    background: #e14929;
  }

  .post-text .content {
    width: 80%;
    margin: 90px auto;
  }

  .post-text p {
    color: #727272;
    font-size: 18px;
    font-family: 'Lato';
  }
}

@media (max-width: 768px) {
  .post-head {
    padding: 80px 0 0 0;
  }

  .post-heading h1 {
    font-size: 28px;
  }
}

/* media-end-768px */

@media (max-width: 575px) {
  .post-head {
    padding: 80px 0 0 0;
  }

  .post-heading h1 {
    font-size: 28px;
  }

  .post-text {
    padding: 40px 12px 20px 12px;
  }

  .post-text .content {
    margin: 30px auto;
    color: #727272;
  }

  .post-text .social-share p {
    display: none;
  }

  .post-text .social-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 24px 0 24px;
  }

  .post-text .social-icons .icon {
    margin: 10px auto;
  }

  .news-body h1 {
    margin: 20px 0;
    text-align: center;
  }

  .post-text .content p {
    font-size: 14px;
    line-height: 1.88;
  }
}

/* media-end-575px */

/*propjects-page*/

.projects-banner {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: -50px 0 0 0;
  padding: 0;
  width: 100%;
  height: 860px;
  max-height: 860px;
}

#map2 {
  height: 100%;
  width: 100%;
}

.projects-head {
  padding: 50px 50px 0 50px;
  max-width: 1560px;
  margin: 0 auto;
}

.projects-head h1 {
  color: #252525;
  color: var(--custom-black);
  font-size: 27px;
}

.projects-head p {
  color: #727272;
  color: var(--custom-grey);
}

.projects-head .dropdown-menu {
  padding: 0;
}

.projects-head .button {
  border: none;
  border-radius: 0;
  padding: 10px;
  background: #f2f2f2;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline: none !important;
}

.projects-head .button img {
  width: 12px;
}

.projects-head .button:hover,
.projects-head .button:active,
.projects-head .button:focus {
  background-color: #f9f9f9;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.projects-head .category-link {
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 12px;
}

.projects-head .category-link:hover {
  background: #f2f2f2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.projects-list img {
  margin: 0;
  padding: 0;
  width: 100%;
}

.projects-list h2 {
  color: #252525;
  font-size: 26px;
  margin: 16px 32px 0 18px;
}

.projects-list h3 {
  font-size: 18px;
  margin: 0 32px 0 18px;
}

.projects-body {
  padding: 30px 50px 20px 50px;
  max-width: 1560px;
  margin: 0 auto;
}

.projects-body a:hover {
  text-decoration: none;
  list-style: none;
}

@media (max-width: 991px) {
  .projects-banner {
    height: 600px;
  }

  .projects-banner-overlay {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .projects-banner {
    height: 400px;
  }

  .projects-banner-overlay {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .projects-head {
    padding: 0;
    margin: 0;
  }

  .projects-head h1 {
    text-align: center;
    margin: 20px 0;
    font-size: 22px;
  }

  .projects-body {
    padding: 30px 10px 20px 10px;
  }

  .projects-list h2 {
    font-size: 18px;
  }

  .projects-list h3 {
    font-size: 14px;
  }
}

.single-project-banner {
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
  margin: -20px 0 0 0;
  padding: 0;
  width: 100%;
  max-height: 600px;
}

.single-project-banner-overlay {
  /*background-color: #161f40;*/
  /*opacity: 0.8;*/
  background-image: linear-gradient(to bottom, #161f40, rgba(22, 31, 64, 0));
  width: 100%;
  height: 600px;
}

.single-project-head {
  padding: 33px 50px 26px 50px;
  max-width: 1560px;
  margin: 0 auto;
}

.single-project-head h1 {
  color: #252525;
  font-size: 50px;
  font-weight: bold;
}

.single-project-head h2 {
  color: #252525;
  font-size: 26px;
  text-align: left;
  margin: 0;
}

.single-project-head .gallery-btn {
  width: 154px;
  border: none;
  border-radius: 0;
  padding: 10px;
  color: #161f40;
  height: 44px;
  background: #f2f2f2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.single-project-head .gallery-btn img {
  width: 12px;
}

.single-project-head .gallery-btn:hover {
  background-color: #f9f9f9;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.project-content {
  padding: 33px 50px 26px 50px;
  max-width: 1560px;
  margin: 0 auto;
}

.project-content h3 {
  font-size: 26px;
  margin-top: 30px;
}

.project-content .philosophy-text {
  margin: 33px 0 26px 50px;
}

.project-content .philosophy-text p {
  color: #727272;
}

.general-info {
  margin: 26px 0 0 0;
  border-bottom: 1px solid #e7e7e7;
}

.general-info h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.general-info .info-left {
  margin: 0;
  padding: 0;
}

.general-info .info-left h4 {
  color: #727272;
}

.general-info .info-right {
  margin: 0;
  padding: 0;
}

.general-info .info-right h4 {
  color: #252525;
}

.project-material {
  margin-top: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

.project-material h3 {
  margin: 42px 0 42px 0;
}

.project-material a {
  text-decoration: none;
  list-style: none;
}

.project-material img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 110px;
}

.project-material h4 {
  color: #727272;
  font-size: 18px;
  margin: 20px 0 30px 0;
  text-align: center;
}

.project-material:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

.project-material:hover .material-overlay-effect {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.project-material:hover .material-overlay-effect:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

.project-material:hover .material-overlay-effect:hover::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  max-width: 110px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-animation: ani .5s forwards;
          animation: ani .5s forwards;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@keyframes ani {
  to {
    opacity: 1;
  }
}

.project-material:hover h4 {
  color: #252525;
}

@media (max-width: 575px) {
  .single-project-banner-overlay {
    height: 400px;
  }

  .single-project-head {
    margin: 0;
    padding: 33px 10px 26px 10px;
  }

  .single-project-head h1 {
    font-size: 30px;
    margin: 10px 0 10px 0;
  }

  .single-project-head h2 {
    font-size: 22px;
  }

  .project-content {
    padding: 33px 10px 26px 10px;
  }

  .project-content h3 {
    margin-top: 50px;
  }

  .more-materials {
    padding: 20px;
  }

  .general-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .project-content {
    margin: 0 10px 0 10px;
  }

  .project-content h3 {
    font-size: 25px;
  }

  .project-content .philosophy-text {
    margin: 0 14px 0 14px;
  }
}

.static {
  max-width: 1560px;
  margin: 0 auto;
  padding: 150px 50px 20px 50px;
  min-height: 900px;
}

.static-options-each {
  background: transparent;
  color: #727272;
  font-size: 20px;
  padding: 20px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.static-options-each:hover {
  color: #252525;
  -webkit-transition: .3s;
  transition: .3s;
}

.static-options-each:active,
.static-options-each:focus {
  color: #d40022;
  -webkit-transition: .3s;
  transition: .3s;
}

.static-content {
  background: #f1f1f1;
  padding: 60px 50px;
}

.static-content h2 {
  margin-bottom: 30px;
  font-size: 36px;
}

.static-content p {
  line-height: 1.71;
  color: #727272;
  font-size: 18px;
  padding-left: 28px;
}

@media (max-width: 991px) {
  .static-options {
    padding: 30px 0;
  }

  .static-options-each {
    background: transparent;
    color: #727272;
    font-size: 20px;
    padding: 20px 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media (max-width: 768px) {
  .static {
    padding: 70px 10px 20px 10px;
    min-height: 700px;
  }
}

@media (max-width: 576px) {
  .static {
    padding: 70px 0 20px 0;
  }

  .static-options {
    padding: 30px 0;
  }

  .static-content {
    padding: 60px 30px;
  }

  .static-content h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .static-content p {
    padding-left: 0;
  }
}

/*contact-page*/

.contact-head {
  background-size: cover;
  margin: -20px 0 0 0;
  padding: 0;
  width: 100%;
  height: 760px;
}

#map3 {
  width: 100%;
  height: 100%;
}

.contact-body-title {
  max-width: 1560px;
  margin: 0 auto;
}

.contact-body-title h1 {
  color: #252525;
  font-size: 50px;
  font-weight: bold;
  margin: 40px 0 30px 50px;
}
.form-space{margin-bottom: 20px;}
.contact-body{margin-top: 90px;}
/*.contact-body {
  max-width: 1560px;
  margin: 0 auto;
}*/

/*.contact-body .form-space {
  border-bottom: 1px solid #e7e7e7;
}

.contact-body .form-space:last-child {
  border-bottom: 1px solid transparent;
  height: 82px;
}
*/
.contact-body label {
  font-size: 24px;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}

.contact-body input,
.contact-body input:focus,
.contact-body input:active,
.contact-body input:visited {
  border: 2px solid transparent;
  outline: 0;
  width: 100%;
  padding:0;
  line-height: 40px;
  background-color: transparent;
}

.verror::-webkit-input-placeholder {color: #d40022;}
.verror::-ms-input-placeholder{ color: #d40022;}
.verror::placeholder { color: #d40022;}

.contact-body textarea,
.contact-body textarea:focus,
.contact-body textarea:active {
  resize: none;
  outline: 0;
  width: 100%;
  border: none;
  line-height: 1.5;
  margin-top: 1.2rem;
  font-size: 20px;
}

.contact-body .submit-b {
  margin: 40px auto 20px auto;
  text-align: center;
  width: 50%;
}

.contact-body .submit-btn {
  font-size: 20px;
  padding: 20px 40px;
  background: #f2f2f2;
  border-radius: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact-body .submit-btn:hover {
  background-color: #f9f9f9;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.contact-body .checkbox input {
  width: 20px;
}

.contact-body .agree-check {
  font-size: 18px;
  margin: 0 0 0 10px;
}

/*styles for Regular Expressions*/

.contact-body .input-field {
  width: 100%;
}

.contact-body .input-field input {
  border-bottom: 2px solid #e2e2e2;
  border-radius: 0;
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;

}

.contact-body .input-field input[type="text"] {
  color: #727272;
}



/*end styles for Regular Expressions*/

.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px !important;
  font-size: 16px !important;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  top: 50%;
  height: 25px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check input:checked ~ .checkmark {
  background-color: #d40022;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .contact-head {
    height: 460px;
  }

  .contact-head-overlay {
    height: 600px;
  }

  .contact-body-title h1 {
    font-size: 40px;
  }

  .contact-body {
    padding: 10px;
  }

  .contact-body li {
    font-size: 22px;
  }

  label {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .contact-head-overlay {
    height: 400px;
  }

  .contact-body-title h1 {
    font-size: 36px;
    text-align: center;
    margin: 40px 0;
  }

  .contact-body .submit-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  .contact-body label {
    font-size: 22px;
  }

  .contact-body-title h1 {
    font-size: 34px;
  }

  .contact-body .input-field input + p {
    font-size: 14px;
  }
}

.general_info_table, .spec_info_table{
  width: 100%;
}
.general_info_table tr td:first-child p{font-size: 18px; color: #727272;   font-family: 'Lato'; margin-bottom: 0;}
.general_info_table tr{border-bottom: 1px solid #e7e7e7;}
.general_info_table tr:last-child{border-bottom: 0;}
.general_info_table tr td p{  font-size: 18px;color: #161f40; margin-bottom: 0;}
.general_info_table tr td{padding: 18px 0px 2px 0px;}

.spec_info_table tr td:first-child p{font-size: 18px; color: #727272;   font-family: 'Lato'; margin-bottom: 0;}
.spec_info_table tr{border-bottom: 1px solid #e7e7e7;}
.spec_info_table tr:last-child{border-bottom: 0;}
.spec_info_table tr td p{  font-size: 18px;color: #161f40; margin-bottom: 0;}
.spec_info_table tr td{padding: 18px 0px 2px 0px;}


/*#gallery_wrap a{float: left;}*/
#gallery_wrap figure{display: none;} 
#galleryModal .modal-dialog{max-width: 99%; height: 100%;}
#galleryModal .modal-content{background-color: transparent;}
.modal-backdrop.show{opacity: 0.9!important;}
#gallery_wrap{display: flex; flex-wrap: wrap; padding-top: 25px;}
#galleryModal .close{
  position: absolute;
  top: -19px;
  right: 10px;
  color: #fff;
  opacity: 1;
  font-size: 38px;
}
#cmessage{
  padding: 0;
  resize: none;
  background: transparent url("../img/under.png") repeat;
  border: none;
  height: 150px;
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  color: #727272;
}
.thankYou{
  font-size: 26px;
  color: #252525;
}
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse .hvr-icon{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover .hvr-icon{
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.search_results{margin-top: 170px;}
.search_left a img{
  margin: 0 auto;
  display: block;
}
.row.search_row{
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 20px;
  padding-top: 20px;
}
.search_right a h2{
  font-size: 26px;
  color: #252525;
}
.search_right a p{
    font-size: 18px;
    color: #727272;
}
.search_right a:hover p{color:#6c757d;}
.search_right a:hover h2{color:#6c757d;}
.custom-loader{max-width: 60px !important;}
.load_more_pojects{
  margin-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  text-align: center;
}
#more_projects{
  text-align: center;
  display: block;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  background-color: #f1f1f1;
  max-width: 200px;
  margin: 0 auto;
  cursor: pointer;
}
#more_projects:hover{
  background-color: #dfdfdf;
}