/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poiret+One&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap'); */
/* montserrat-regular - latin */
/* open-sans-regular - latin */
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v31-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
html,
body {
  height: 100%;
}
a:focus {
  outline: 0 solid;
}
img {
  width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0 0 15px;
  color: #777;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 700;
}
.about-paragraf {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 700;
}
.title2 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 700;
}
.welcome-paragraf {
  font-size: 38px;
  line-height: 44px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 700;
  text-align: left;
}
h1 {
  font-size: 48px;
  line-height: 50px;
}
h2 {
  font-size: 38px;
  line-height: 44px;
}
h3 {
  font-size: 30px;
  line-height: 36px;
  /* font-family: "Raleway", sans-serif; */
  font-family: "Montserrat", sans-serif;
}
h4 {
  font-size: 24px;
  line-height: 34px;
}
h5 {
  font-size: 20px;
  line-height: 28px;
}
a {
  transition: all 0.3s ease 0;
  text-decoration: none;
}
a:hover {
  color: #c0293f;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0 none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  overflow-x: hidden;
  line-height: 26px;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
input,
input[type="text"],
button,
button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}
input:focus {
  outline: 0;
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(/img/logo/preloader.gif) no-repeat center center;
}
.navbar-collapse {
  padding-left: 0;
}
.mobile-menu-area {
  background: #f9f9f9 none repeat scroll 0 0 !important;
  padding: 10px 0;
}
::-moz-selection {
  background: #c0293f;
  text-shadow: none;
}
::selection {
  background: #c0293f;
  text-shadow: none;
}
.color {
  color: #c0293f;
  font-weight: 700;
}
.area-padding {
  padding: 90px 0;
}
.area-padding-3 {
  padding-top: 90px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
.section-headline {
  margin-bottom: 60px;
  position: relative;
}
.section-headline h3 {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.section-headline::after {
  border: 1px solid #c0293f;
  bottom: -27px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 60px;
  right: 0;
}
.section-headline p {
  max-width: 680px;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  line-height: 26px;
}
.section-headline h4 {
  font-size: 23px;
  max-width: 100%;
  line-height: 34px;
  font-weight: 300;
  margin: 0 auto;
}
.section-headline h5 {
  font-size: 18px;
  max-width: 100%;
  line-height: 34px;
  font-weight: 300;
  margin: 0 auto;
}
.section-headline h5 .color {
  color: #c0293f;
  font-weight: 600;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.bg-color-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bg-gray {
  background: #fcfafa;
}
.topbar-right ul li {
  display: inline-block;
}
.topbar-area {
  background: #243559;
}
.topbar-right ul li a {
  color: #ddd;
  display: block;
  margin-right: 20px;
  padding: 12px 0;
  text-decoration: none;
  font-size: 15px;
}
.topbar-right ul li a:hover {
  color: #fff;
}
.topbar-right ul li a i {
  color: #c0293f;
  font-size: 16px;
  padding-right: 7px;
}
.topbar-right {
  position: relative;
  display: block;
  float: right;
}
.top-social {
  float: left;
  padding: 11px 0;
  margin-left: 10px;
}
.top-social ul li {
  display: inline-block;
}
.top-social ul li a {
  color: #ddd;
  margin-right: 5px;
  display: block;
  text-align: center;
  font-size: 15px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  line-height: 25px;
}
.top-social ul li a:hover {
  color: #fff;
  background: #c0293f;
}
.quote-button {
  float: left;
}
.quote-button .quote-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: #c0293f;
  display: inline-block;
  border: 2px solid #c0293f;
  padding: 10px 20px;
  margin: 0;
}
.quote-button .quote-btn:hover {
  background: transparent;
  color: #c0293f;
}
.header-area {
  background: #fff;
  box-shadow: 2px 2px 5px #ccc, 0 0 0 #ccc;
}
.logo {
  display: block;
}
.logo a {
  display: inline-block;
  height: auto;
  padding-top: 35px;
}
.header-area.stick {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  box-shadow: 0 0 5px #ccc, -2px -2px 5px #ccc;
  background: #fff;
}
.header-area.stick .logo a {
  display: inline-block;
  height: auto;
  padding-top: 25px;
}
.header-area.stick .main-menu ul.navbar-nav li a {
  padding: 25px 0;
}
.header-area.stick .quote-button {
  float: right;
  padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
  margin: 15px 10px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
  color: #444;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
  color: #c0293f;
}
.header-area.stick .navbar-brand > img {
  display: block;
  width: 160px;
  height: auto;
}
.header-area-2.stick {
  background: rgba(10, 24, 40, 0.99) none repeat scroll 0 0;
  box-shadow: 0 0 5px #444, -2px -2px 5px #444;
}
.header-area-3.stick {
  background: #071333;
  box-shadow: 0 0 5px #444, -2px -2px 5px #444;
}
.main-menu ul.navbar-nav li {
  float: left;
  position: relative;
}
.main-menu ul.navbar-nav > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #444;
  font-size: 13px;
  padding: 40px 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin: 0 15px;
  letter-spacing: 0.05em;
}
.main-menu ul.navbar-nav i {
  margin-left: 4px;
}
.main-menu ul.navbar-nav li a:hover {
  color: #c0293f;
}
.main-menu ul.navbar-nav > li > a::before {
  background: #c0293f;
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  width: 0;
  transition: 0.5s;
  left: 0;
}
.main-menu ul.navbar-nav > li:hover > a:before {
  width: 100%;
}
.navbar {
  border: medium none;
  margin-bottom: 0;
}
.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}
.main-menu ul.nav li ul.sub-menu {
  background: #fff;
  border-bottom: 2px solid #c0293f;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 115%;
  transition: all 0.3s ease 0;
  visibility: hidden;
  width: 250px;
  z-index: -99;
  box-shadow: 0 0 1px #ddd, 0 0 1px #ddd;
}
.pagess {
  position: relative;
}
.navbar.navbar-default {
  float: right;
  margin-right: 50px;
}
.main-menu ul.nav li ul.sub-menu li {
  padding: 0;
  position: relative;
  width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
  top: 80%;
  opacity: 1;
  z-index: 999;
  visibility: visible;
  padding: 20px 0;
}
.main-menu ul.nav li ul.sub-menu li a {
  color: #444;
  display: block;
  font-size: 12px;
  padding: 7px 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.main-menu ul.nav li ul.sub-menu li i {
  margin-right: 3px;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover {
  color: #c0293f;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
  border: 0;
}
.search-option {
  background: #f5f5f5;
  bottom: -70px;
  color: #444;
  display: none;
  position: absolute;
  right: 20px;
  width: 300px;
  z-index: 99999;
  padding: 20px;
}
.search-option input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #444;
  display: block;
  float: left;
  font-size: 14px;
  font-style: italic;
  padding: 8px 10px;
  width: 214px;
  height: 44px;
}
.search-option button.button {
  background: #c0293f;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 17px;
  line-height: 35px;
  padding: 5px 15px;
  text-align: center;
}
.header-right-link a.main-search {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 39px;
  position: relative;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #c0293f;
  border-radius: 5px;
  margin: 30px 0 30px 10px;
}
.header-right-link a.main-search:hover {
  background-color: #801c2b;
}
.mobile-menu-area {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 10px 0;
}
.intro-content {
  position: relative;
  z-index: 1;
}
.intro-content::after {
  background: rgba(10, 27, 40, 0.25) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.slider-content {
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  z-index: 3;
  left: 0;
  margin: 0 auto;
  margin-top: -150px;
}
.layer-1-2 {
  margin: 0 0 20px;
}
.layer-1-2 h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 800px;
  letter-spacing: 2px;
}
.ready-btn {
  border: 1px solid #c0293f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0;
  z-index: 222;
  background: #c0293f;
  border-radius: 3px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.ready-btn:hover {
  color: #fff;
  border: 1px solid #97203;
  text-decoration: none;
  background-color: #972032;
}
.ready-btn.right-btn {
  margin-left: 15px;
  background: #fff;
  border: 1px solid #fff;
  color: #444;
}
.ready-btn.right-btn:hover {
  background: #c0293f;
  border: 1px solid #c0293f;
  color: #fff;
}
.ready-btn.left-btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #444;
}
.well-services {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: #fff;
}
.well-icon {
  width: 60px;
  float: left;
  height: 100px;
  font-size: 40px;
  color: #c0293f;
}
.about-content h4 {
  line-height: 32px;
  font-size: 24px;
}
.about-details {
  overflow: hidden;
  display: block;
  margin-top: -15px;
}
.single-about {
  display: block;
  margin-top: 30px;
}
.about-image {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee,
    0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.video-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -50px;
  text-align: center;
  z-index: 9;
}
.video-play.vid-zone {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 34px;
  height: 100px;
  line-height: 96px;
  width: 100px;
  overflow: hidden;
  transition: 0.4s;
  border: 0 solid #fff;
}
.video-play.vid-zone i {
  color: #c0293f;
  margin-left: 5px;
}
.video-play.vid-zone:hover {
  background: #c0293f;
  color: #fff;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 46px 13px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 46px 13px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 46px 13px rgba(255, 255, 255, 0.5);
}
.video-play.vid-zone:hover i {
  color: #fff;
}
.single-awesome-project {
  float: left;
  overflow: hidden;
  width: 100%;
}
.project-all {
  margin-top: -40px;
}
.project-all .single-awesome-project {
  margin-top: 30px;
}
.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.awesome-img img {
  transform: scale(1.1);
  transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img {
  transform: scale(1);
  transition: 0.4s;
}
.awesome-img > a {
  display: block;
  position: relative;
}
.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;
}
.single-awesome-project:hover .add-actions {
  opacity: 1;
}
.awesome-img > a::after {
  background: rgba(192, 41, 63, 0.65);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.add-actions {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.4s ease 0;
  width: 100%;
  z-index: 9999;
  top: 0;
  cursor: pointer;
}
.port-icon {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  top: 41%;
  position: relative;
  font-size: 40px;
}
.hire-btn-2 {
  background: #c0293f;
  border: 1px solid #c0293f;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 0;
  padding: 6px 20px;
  transition: 0.4s;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
}
.hire-btn-2:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.add-area {
  background: url(/img/background/bg1.webp) repeat-y scroll center center /
    cover;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.add-area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}
.add-content h4 {
  color: #fff;
  font-size: 42px;
  line-height: 54px;
  max-width: 750px;
  float: left;
  margin-bottom: 0;
  margin-top: 18px;
}
.add-contact {
  float: left;
}
.call-us {
  display: block;
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
}
.call-us i {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #c0293f;
  background: #c0293f;
  text-align: center;
  line-height: 46px;
  margin-right: 15px;
  border-radius: 3px;
}
.mail-us {
  margin-bottom: 0;
}
.add-area a {
  color: #fff;
}
.add-area a:hover {
  color: #ccc;
}
.footer-area {
  padding: 80px 0;
}
.footer-1 {
  /* background: url(/img/background/bg1.jpg); */
  background-image: image-set(
    url("/img/background/bg1-400px.webp") 1x,
    url("/img/background/bg1.webp") 2x
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: scroll;
}
.footer-1 .footer-area {
  z-index: 1;
  background: transparent;
}
.footer-1 {
  z-index: 1;
  position: relative;
}
.footer-1::after {
  background: rgba(10, 24, 40, 0.85) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.footer-logo {
  margin-bottom: 28px;
  max-width: 200px;
}
.footer-head p {
  color: #ddd;
  font-size: 14px;
  line-height: 24px;
}
.footer-head h4 {
  color: #ddd;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-content {
  display: block;
  overflow: hidden;
}
.footer-list li a {
  color: #ddd;
  padding: 1px 0 3px 18px;
  display: block;
  position: relative;
  font-weight: 500;
}
.footer-list li:first-child a {
  padding-top: 0;
}
.footer-list li:last-child a {
  padding-bottom: 0;
}
.footer-list li a::after {
  position: absolute;
  content: "";
  right: auto;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #ddd;
}
.footer-list li a:hover {
  color: #c0293f;
}
.footer-list li a:hover::after {
  background: #c0293f;
}
.footer-area-bottom {
  background: #071333 none repeat scroll 0 0;
  padding: 25px 0;
  border-top: 1px solid #333;
}
.copyright > p {
  margin-bottom: 0;
  color: #ddd;
}
.copyright a {
  color: #c0293f;
}
.copyright a:hover {
  color: #ccc;
}
.footer-1 .footer-area-bottom {
  background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;
  padding: 25px 0;
  border-top: 0;
}
.copyright span {
  margin-right: 10px;
  margin-left: 10px;
}
.header-two .topbar-area {
  background: transparent;
}
.header-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
.header-two .main-menu ul.navbar-nav > li > a {
  color: #fff;
}
.header-two .main-menu ul.navbar-nav > li > a:hover {
  color: #ccc;
  font-weight: 400;
}
.display-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.project-area-2 .single-awesome-project {
  position: relative;
  margin-top: 0;
}
.project-area-2 .awesome-img > a::after {
  background: rgba(0, 44, 87, 0.95);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
  transition: 0.4s;
}
.project-area-2 .single-awesome-project:hover .awesome-img > a::after {
  opacity: 0.7;
}
.project-area-2 .project-all {
  margin-top: 0;
}
.header-area-3 {
  background: rgba(10, 24, 40, 0.6) none repeat scroll 0 0;
  box-shadow: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-two .topbar-area-2 {
  background: rgba(10, 24, 40, 0.6) none repeat scroll 0 0;
}
.intro-area-3 .layer-1-2 h1 {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  text-transform: unset;
  max-width: 650px;
  letter-spacing: 2px;
  background: rgba(10, 24, 40, 0.6);
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -10px;
  /* font-family: "Poiret One", cursive; */
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.intro-area-3 .slider-content {
  margin-top: -110px;
}
.welcome-area-2 .well-services {
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.welcome-area-2 .well-services::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #012a51;
  content: "";
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -10px;
}
.welcome-area-2 .well-services:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.welcome-area-2 .well-icon {
  margin-bottom: 20px;
  display: block;
  float: none;
  width: auto;
  height: auto;
}
.welcome-area-2 .well-icon a {
  font-size: 60px;
  line-height: 60px;
  color: #c0293f;
  font-weight: 800;
}
.welcome-area-2 .well-services .well-content h4 {
  font-size: 24px;
  line-height: 30px;
}
.welcome-area-2 .well-services:hover .well-content h4,
.welcome-area-2 .well-services:hover .well-content p,
.welcome-area-2 .well-services:hover .well-icon a {
  color: #fff;
}
.base {
  position: absolute;
  right: 10px;
  font-size: 140px;
  line-height: 120px;
  color: #ddd;
  top: 10px;
  z-index: -1;
  opacity: 0.05;
  max-width: 90%;
}
.project-carousel .col-md-3 {
  width: 100%;
}
.img-border {
  background-color: #f7f7f7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee,
    0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.img-border-2 {
  background-color: #f7f7f7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee,
    0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.img-border-6 {
  background-color: #f7f7f7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee,
    0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.text-justify-left {
  text-align: justify;
}
.text-justify-left-2 {
  text-align: justify;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .text-justify-left {
    text-align: left;
  }
  .text-justify-left-2 {
    text-align: left;
  }
}
.bg-new {
  background: rgba(232, 234, 237, 0.3) none repeat scroll 0 0;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
.mt-40 {
  margin-top: 40px;
}
.mt-10 {
  margin-top: 10px;
}
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
.ripple {
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  animation: ripple 3s infinite;
}
.ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.ripple:after {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  60% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.ripple2 {
  position: absolute;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translatex(-50%) translatey(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  animation: ripple 2s infinite;
}
.ripple2:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.ripple:after {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.width-100 {
  width: 100% !important;
}
#cookies-message {
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #d3d0d0;
  text-align: center;
  position: fixed;
  bottom: 0;
  background-color: #c0293f;
  color: #fff;
  width: 100%;
  z-index: 999;
  padding-top: 20px;
  padding-right: 10%;
  padding-bottom: 20px;
  padding-left: 10%;
}
#cookies-message a {
  color: #ccc;
}
#cookies-message a:hover {
  color: #ff0;
}
#accept-cookies-checkbox {
  background-color: #333;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 34px;
  height: 50px;
  line-height: 46px;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0;
  width: 50px;
}
#scrollUp:hover {
  background: #c0293f;
  opacity: 1;
}
