.bg-grey-op {
  background: #ffffffa1;
  /* opacity: 2%; */
}

.pad-sec {
  padding: 100px 130px 0 !important;
}

.service p {
  color: #000;
  font-size: 14px;
  letter-spacing: normal !important;
}

.service h2 {
  font-size: 24px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: #000;
}

.service ul > li {
  color: #000;
}

.link-back {
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: center !important;
}

.link {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.link a {
  color: #000;
  font-weight: 600;
}

.link-back a {
  color: #000;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
}

/*.contain-to-grid.sticky.container {
    border-top: 3px solid #a0138e;
}*/

.top-bar-section .left {
  padding-left: 15%;
  text-align: center;
}

.contain-to-grid .top-bar-section ul li {
  width: 20%;
}

ul.left li {
  margin-top: 10px;
}

ul.left li a {
  border-top: 3px solid #000;
}

ul.left li:hover a {
  border-top: 3px solid #fff;
}

.row.footer {
  max-width: 93rem;
  display: flex;
}

.color_12 {
  color: #fff;
}

.footer .font_9 p,
.footer .font_9 span {
  font-size: 12px;
}

.footer p.font_9 {
  font-size: 12px;
  color: #fff;
}

.footer p {
  margin: 0 !important;
}

.footer .social i {
  font-size: 15px;
  color: #fff;
  padding-right: 5px;
  padding-bottom: 5px;
}


.top-bar li a {
  font-size: 13px !important;
  color: #fff !important;

}

.pad-sec.service-main {
  padding: 100px 130px 0 !important;
}

.image-s li {
  text-align: center;
  margin-bottom: 30px;
}

.image-s h3 {
  font-size: 24px;
  margin-top: 5px;
}

.service.about h2 {
  font-size: 24px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: #000;
}

.service.about p {
  font-size: 14px !important;
}


.project-1 {
  height: 750px;
}

.project-sec2 {
  margin-top: -30%;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #e9ebeb;
}

button.view-modal {
  left: 95%;
}

li.graphic-design {
  margin-top: 30px;
  margin-bottom: 30px;
}

.modGallery ul.gallery li:hover .overlay .thumb-info .share {
  top: 90%;
  position: relative;
}

.thumb-info.share {
  top: 96% !important;
}

button.view-modal,
button.view-modal:hover,
button.view-modal:focus,
.button.view-modal:hover,
.button.view-modal:focus {
  background: none !important;
}

.view-modal i {
  color: #000;
  font-weight: 300;
}

.thumb-info.share {
  display: none;
}

.map-iframe {
  width: 100%;
  height: 250px;
}

/*div#main {
    height: 100%;
}
*/
.home{
 height: 987px !Important;
 /* background-size: 100%;
height: 100%;*/
}

.pad-sec-home {
  padding-top: 20%;
}

.home button,
.home .button {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

ul.gallery li.graphic-design{
   margin: 20px;
}
   

@media only screen and (max-width: 768px) {

  .pad-sec {
    padding: 20px 15px 0 !important;
  }

  .large-10.bg-grey-op.service {
    width: 85%;
    margin-left: 7.5%;
  }

  .row.footer {
    max-width: 100%;
    display: block;
  }

  .footer .large-4 {
    text-align: center !important;
    margin-bottom: 15px;
    padding: 0 20px 5px 20px;
  }

  .link-back {
    padding-top: 0px;
  }

  .top-bar-section .left {
    padding-left: 0;
  }

  .contain-to-grid .top-bar-section ul li {
    width: 100%;
  }

  .pad-sec.service-main {
    padding: 20px 15px 0 !important;
  }

  .small-block-grid-2 > li {
    width: 100%;
  }

  .large-9.large-centered.left-text.columns.bg-white.pad-sec.service.project-sec2.about {
    margin-top: -125% !important;
    width: 85%;
    margin: 7.5%;
  }

  li.graphic-design {
    padding: 15px;
  }

  .project-info {
    display: none;
  }
  
  .home {
  height: 600px;
}

.pad-sec-home {
    padding-top: 50%;
}

ul.gallery li.graphic-design {
    margin: 0px;
}


}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.mob-men .overlay .closebtn {
  position: absolute;
  top: 25px;
  left: 81%;
  font-size: 60px !important;
  font-weight: 400 !important;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*
.top-bar.expanded{
  display: none;
}
*/

.top-bar li.mob-men a {
  font-size: 16px !important;
  color: #fff !important;
  letter-spacing: 2px;
  font-weight: 400 !important;
  line-height: 50px;
}

.top-bar .toggle-topbar {
  right: 5px;
}


.social.contact i {
  color: #000;
  font-size: 17px;
  margin-right: 8px;
}

.submit-frm input.button.white {
  background: #000;
  border: none;
  color: #fff;
}


a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27AE61 url("up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
body {
        font-family: Arial,Helvetica,sans-serif;
}

@media only screen and (width : 1920px) and (height : 1200px) {
.pad-sec.service.about {
    padding: 21% 130px 21% !important;
}

.home {
    height: 1200px !important;
}
.pad-sec-home {
    padding-top: 38%!important;
}
} 