body {
  height: 100%;
  margin-left: 330px;
  font-family: Lekton, sans-serif;
  color: #818181;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
h1 {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 25px 45px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(24, 58, 74, 0.7);
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 46px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #414141;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  position: relative;
  top: 0px;
  display: block;
  width: 100%;
  margin-bottom: 39px;
  padding-right: 0%;
  padding-left: 10px;
  font-family: Varela, sans-serif;
  color: #fdfdfd;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  text-transform: none;
}
.button {
  display: inline-block;
  padding: 15px 20px 12px;
  border: 1px solid white;
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}
.button:hover {
  border-color: #323232;
  background-color: #323232;
  color: white;
}
.button.btn-project {
  margin-left: 15px;
  background-color: #424242;
  text-align: right;
}
.button.btn-project:hover {
  background-color: rgba(255, 217, 0, 0.84);
}
.button.btn-form {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
}
.button.btn-banne {
  background-color: rgba(255, 217, 0, 0.84);
  font-family: Lekton, sans-serif;
  color: #212121;
}
.button.btn-banne:hover {
  background-color: white;
}
.button.btn-small {
  margin-bottom: 20px;
  border-color: #ef8168;
  background-color: #ef8168;
  text-transform: uppercase;
}
.button.btn-small:hover {
  border-color: #323232;
  background-color: #323232;
}
.button.btn-spc {
  margin-right: 10px;
  border-radius: 4px;
}
.button.btn-slider:hover {
  border-color: #ef8168;
  background-color: #ef8168;
}
.button.btn-slider.aboutbutton {
  background-color: #449789;
}
.button.btn-slider.aboutbutton:hover {
  border: 1px solid transparent;
  background-color: #194840;
}
.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  width: 329px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 3px 0px;
}
.brand {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 70px;
  opacity: 1;
}
.brand.w--current {
  margin-top: 50px;
  margin-bottom: 70px;
}
.header-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.sub-logo {
  font-family: Lekton, sans-serif;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 2px;
}
.back-1 {
  padding: 10px 15px;
  background-color: rgba(255, 217, 0, 0.84);
  color: #212121;
  font-weight: 700;
}
.navigation {
  margin-top: 0px;
}
.nav-linke {
  width: 100%;
  margin-bottom: -1px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}
.nav-linke:hover {
  color: white;
}
.nav-linke.w--current {
  color: #222;
}
.nav-linke.ln {
  border-top-color: #ebebeb;
}
.nav-linke.ln.w--current {
  border-top-color: #ebebeb;
}
.text-block {
  display: inline-block;
  padding: 20px;
  color: #323232;
}
.about-us {
  padding-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
}
.logo {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}
.center {
  border-style: none;
  text-align: center;
}
.center.pj {
  padding-top: 0px;
}
.center.responder-left {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(24, 58, 74, 0.7);
}
.welcome-text {
  font-family: Oswald, sans-serif;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}
.welcome-text.text-pages {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 40%;
  border-bottom: 1px dotted #f7bdb0;
  background-color: rgba(40, 97, 123, 0.5);
  color: white;
  font-weight: 400;
}
.welcome-text.lft {
  text-align: left;
}
.welcome-text.lft.producttitlewhite {
  color: white;
}
.line {
  display: block;
  width: 5%;
  height: 3px;
  margin: 40px auto;
  background-color: rgba(10, 10, 10, 0.84);
}
.line.lft {
  width: 10%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}
.sub-text {
  margin-bottom: 70px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
  color: #616161;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
.sub-text.testi {
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Raleway, sans-serif;
  text-transform: none;
}
.sub-text.about-us {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
}
.backg-sub {
  margin-right: 3px;
  margin-left: 3px;
  padding: 7px 10px 5px;
  background-color: rgba(255, 217, 0, 0.84);
  color: #212121;
}
.services-section {
  padding: 50px 0px 25px;
  background-color: #c6c6c6;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09) 5%, white 81%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.09) 5%, white 81%);
}
.row.ft {
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}
.feat-ico {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  padding-top: 20px;
  float: left;
  border-radius: 100%;
  background-color: white;
  color: #333;
  text-align: center;
}
.feat-text {
  overflow-x: hidden;
  overflow-y: hidden;
}
.hero-section {
  background-color: #292929;
}
.row-portfolio.pg {
  margin-top: 60px;
  background-color: #303030;
}
.col-port {
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  letter-spacing: 0px;
}
.button-section {
  padding-top: 40px;
  padding-bottom: 350px;
  background-color: #183a4a;
  background-image: url('../images/connected-world-shutterstock.jpg');
  background-position: 50% 97%;
  background-size: cover;
  background-repeat: no-repeat;
}
.quote-section {
  padding: 50px 20px;
}
.portfolio-overlay {
  position: static;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  text-decoration: none;
}
.portfolio-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.port-text {
  position: relative;
  top: 40%;
}
.big-text {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 17px;
  background-color: rgba(14, 35, 45, 0.6);
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
}
.slider-div {
  height: 200px;
  margin-top: 25px;
}
.slider {
  height: 200px;
  background-color: transparent;
}
.slider.slider-mobile {
  height: 500px;
}
.arrow {
  width: 60px;
  height: 60px;
  padding-top: 18px;
  background-image: url('../images/pattern2.jpg');
  font-size: 22px;
  font-weight: 700;
}
.arrow.pro-slide {
  margin-right: 0px;
}
.arrow.pro-slide-2 {
  margin-left: 0px;
}
.vertical {
  left: 0px;
  display: none;
  width: 100px;
  height: 100px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.vertical.vt-right {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: 305px;
}
.vertical.vt-left {
  position: absolute;
  right: 0px;
  margin-left: 305px;
}
.dots-nav {
  position: absolute;
  opacity: 0.62;
  font-size: 10px;
}
.photo-client {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/staf2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo-client.client_2 {
  background-image: url('../images/staf1.png');
}
.photo-client.client_3 {
  background-image: url('../images/staf3.jpg');
}
.text-test {
  margin-top: 25px;
}
.name-testimonials {
  margin-bottom: 20px;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}
.company {
  color: #818181;
  font-weight: 400;
}
.mask {
  top: 0px;
  bottom: 0px;
}
.client-section {
  padding: 40px 10px 40px 20px;
  background-color: #f7f7f7;
}
.client-logo {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: center;
}
.col-right {
  text-align: right;
}
.copyright {
  padding-top: 8px;
  color: #818181;
  font-size: 13px;
  text-align: left;
  letter-spacing: 1px;
}
.social-ico {
  margin-bottom: 15px;
}
.social-ico.social-team {
  position: relative;
  top: 45%;
}
.ico-social {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 0.67;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.ico-social:hover {
  opacity: 1;
}
.go-top {
  padding: 10px 20px;
  background-color: white;
  text-align: right;
}
.top {
  width: 35px;
  height: 35px;
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top:hover {
  opacity: 1;
}
.tittle-section {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  background-color: #183a4a;
}
.team-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
.team-img {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.team-wrapper {
  margin-top: 30px;
  text-align: center;
}
.team-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.team-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.contact-section {
  padding: 100px 20px;
}
.banner {
  height: 80%;
}
.hide {
  display: none;
}
.slider-projec {
  height: 100%;
  background-color: transparent;
}
.info-section {
  padding: 100px 20px;
}
.btn-div {
  margin-top: 40px;
}
.btn-div.rs {
  margin-top: 23px;
}
.related-section {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
.col-inf {
  text-align: left;
}
.text-field {
  margin-bottom: 20px;
  padding: 20px 19px 20px 18px;
  border-left: 1px solid #e1e1e1;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
}
.text-field.area {
  padding-top: 13px;
  padding-bottom: 60px;
}
.error-message {
  margin-top: 20px;
  text-align: center;
}
.error {
  margin-bottom: 0px;
  color: #ed7b7b;
}
.succes {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(186, 255, 218, 0.84);
  text-align: center;
}
.succ {
  margin-bottom: 0px;
  color: rgba(12, 156, 79, 0.84);
  font-weight: 400;
}
.col-space {
  padding-top: 25px;
  padding-right: 21px;
  border-style: none solid none none;
  border-width: 1px 14px 1px 1px;
  border-color: black #c6c6c6 black black;
  background-color: #999;
}
.responsive-section {
  padding: 100px 20px;
  background-color: #f2f2f2;
  background-image: url('../images/Tablet Mock-up3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.responsive-section.bridgebuilder-section {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url('../images/perspective.png');
  background-position: 0px 0px;
  background-size: 718px;
}
.responsive-section.responder-section {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url('../images/connected-world-shutterstock.jpg');
  background-position: 50% 0px;
  background-size: cover;
}
.col-rs {
  padding-top: 24px;
  background-color: rgba(24, 58, 74, 0.7);
}
.banner-home {
  height: 100%;
  padding-top: 310px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  background-image: url('../images/Global-diversity-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.container-center {
  position: relative;
  left: 0px;
  top: 29%;
  right: 0px;
  text-align: center;
}
.small-text {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(40, 97, 123, 0.7);
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 23px;
  letter-spacing: 2px;
}
.btn-banner {
  margin-top: 50px;
}
.mapimage {
  display: block;
}
.mainheading {
  position: relative;
  background-color: rgba(40, 97, 123, 0.5);
}
.aboutbutton {
  position: relative;
  left: 45%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.aboutheader {
  display: block;
  min-height: 400px;
  float: none;
  background-image: url('../images/2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}
.abouttextheader {
  display: block;
}
.quote {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-left: 0%;
  font-family: Montserrat, sans-serif;
  color: #183a4a;
}
.quote.about-us {
  padding-top: 10px;
}
.aboutcolumnleft {
  padding-right: 20px;
  padding-left: 10%;
}
.aboutcolumnright {
  padding-right: 10%;
  padding-left: 20px;
}
.slider-image {
  display: inline-block;
  background-image: url('../images/Tablet Mock-up2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.product-heading {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.product-desription {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 11px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.product-desription.bridgebuildertext {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  background-color: #ef8168;
}
.product-desription.researchtrackertext {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  background-color: rgba(101, 103, 103, 0.75);
}
.product-desription.responderbgcolor {
  background-color: rgba(24, 58, 74, 0.75);
}
.productdescriptwhite {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
}
.bridgebuildertext {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #283845;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}
.bridgebuilderheading {
  overflow-x: visible;
  overflow-y: visible;
  direction: ltr;
  color: #ef8168;
  text-align: left;
  text-transform: uppercase;
}
.laptopimage {
  margin-bottom: 28px;
}
.blacktext {
  color: black;
}
.servicestext {
  display: block;
  width: auto;
  margin-right: 10%;
  margin-left: 10%;
  padding: 10px;
  background-color: white;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Raleway, sans-serif;
  color: #616161;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  list-style-type: disc;
}
.servicestext.sub-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
}
.sectionheading {
  background-color: #4c4c5a;
  text-align: right;
}
.photo-slider {
  height: 500px;
}
.slide1 {
  background-image: url('../images/data-city.png');
  background-position: 50% 74%;
  background-size: cover;
}
.slide1.slider-desktop {
  height: 500px;
}
.slide2 {
  background-image: url('../images/chinese_market_data.png');
  background-position: 50% 71%;
  background-size: cover;
}
.quote-slider {
  height: 200px;
}
.logo-denter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slide3 {
  background-image: url('../images/morocco-market.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide4 {
  background-image: url('../images/Panama-data.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
html.w-mod-js *[data-ix="move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}
html.w-mod-js *[data-ix="from-top-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}
html.w-mod-js *[data-ix="from-top-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}
html.w-mod-js *[data-ix="frome-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js *[data-ix="from-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="show-on-scroll"] {
  display: block;
  opacity: 0;
}
html.w-mod-js *[data-ix="from-top-on-scroll"] {
  display: block;
  opacity: 0.32;
  -webkit-transform: translate(0px, 52px);
  -ms-transform: translate(0px, 52px);
  transform: translate(0px, 52px);
}
@media (max-width: 991px) {
  body {
    margin-left: 0%;
  }
  .button.btn-slider.aboutbutton {
    left: 40%;
  }
  .nav-linke {
    max-width: 100%;
    text-align: left;
  }
  .nav-linke:hover {
    color: #323232;
  }
  .sub-text.about-us {
    letter-spacing: 1px;
  }
  .button-section {
    padding-bottom: 250px;
  }
  .port-text {
    top: 37%;
  }
  .big-text {
    padding: 8px 12px;
    font-size: 12px;
  }
  .vertical.vt-right {
    margin-right: 200px;
  }
  .vertical.vt-left {
    margin-left: 200px;
  }
  .brand-logo {
    display: block;
  }
  .client-logo {
    width: 50%;
    margin-bottom: 45px;
  }
  .banner {
    height: 400px;
  }
  .slider-projec {
    height: 400px;
  }
  .nav-device {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
  }
  .nav-menu {
    background-color: white;
    background-image: none;
  }
  .col-space {
    margin-bottom: 50px;
  }
  .menu-button {
    color: #323232;
  }
  .menu-button.w--open {
    background-color: #ef8168;
  }
  .banner-home {
    height: 600px;
    padding-top: 184px;
  }
  .container-center {
    top: 20%;
  }
  .product-desription {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 2px;
  }
  .bridgebuildertext {
    text-align: justify;
  }
  .servicestext.services-mobile {
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .slide3 {
    background-image: url('../images/morocco-market.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  h1 {
    padding: 20px 40px 15px;
    font-size: 29px;
  }
  h4 {
    margin-top: 16px;
  }
  p {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .sub-text.about-us {
    margin-bottom: 30px;
  }
  .services-section {
    padding-right: 10%;
    padding-left: 10%;
  }
  .row {
    margin-top: -37px;
  }
  .feat-ico {
    margin-top: 8px;
  }
  .button-section {
    padding-bottom: 150px;
  }
  .port-text {
    position: static;
    top: 197px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .port-text.mob {
    top: 375px;
  }
  .port-text.mob-2 {
    top: 99px;
  }
  .big-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
  }
  .img-por.bridgeimagemobileland {
    margin-top: -20px;
  }
  .brand-logo {
    display: block;
  }
  .client-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .client-logo.no-sp {
    margin-bottom: 0px;
  }
  .col-right {
    margin-top: 14px;
    text-align: center;
  }
  .copyright {
    margin-bottom: 15px;
    text-align: center;
  }
  .social-ico.social-team {
    top: 289px;
  }
  .col-space {
    margin-bottom: 30px;
  }
  .cent {
    text-align: center;
  }
  .responsive-section.bridgebuilder-section {
    background-position: 50% 0px;
  }
  .banner-home {
    height: 450px;
    padding-top: 116px;
    background-position: 50% -96px;
  }
  .container-center {
    top: 5%;
  }
  .small-text {
    font-size: 20px;
  }
  .abouttextheader {
    margin-top: -20px;
  }
  .quote.about-us {
    margin-bottom: 30px;
  }
  .aboutcolumnleft {
    padding-right: 10%;
  }
  .aboutcolumnright {
    padding-left: 10%;
  }
  .product-desription {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .servicestext {
    margin-bottom: 70px;
  }
  .servicestext.services-mobile {
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .slide1 {
    background-position: 0px 50%;
  }
  .slide3 {
    background-position: 0px 50%;
  }
}
@media (max-width: 479px) {
  h1 {
    padding: 5px 30px;
    font-size: 21px;
  }
  .button.btn-project {
    font-size: 10px;
  }
  .button.btn-slider {
    display: none;
  }
  .center.responder-left {
    top: 149px;
  }
  .welcome-text {
    font-size: 18px;
    line-height: 35px;
  }
  .welcome-text.text-pages {
    padding-right: 20%;
    padding-left: 20%;
    font-size: 15px;
  }
  .row {
    margin-top: -22px;
  }
  .button-section {
    padding-bottom: 100px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .port-text {
    top: 100px;
  }
  .port-text.mob {
    top: 212px;
  }
  .port-text.mob-2 {
    top: 42px;
  }
  .slider-div {
    height: auto;
  }
  .slider {
    height: 300px;
  }
  .slider.slider-mobile {
    height: 300px;
  }
  .social-ico.social-team {
    top: 147px;
  }
  .tittle-section {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .banner {
    height: auto;
  }
  .slider-projec {
    height: auto;
  }
  .responsive-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 23% -28px;
    background-size: auto 400px;
  }
  .responsive-section.bridgebuilder-section {
    background-position: 7% 0px;
  }
  .responsive-section.responder-section {
    background-position: -82px 0px;
    background-size: auto 500px;
  }
  .col-rs {
    top: 0px;
  }
  .banner-home {
    padding-top: 111px;
    padding-right: 10px;
    padding-left: 10px;
    background-position: 80% 50%;
  }
  .container-center {
    top: 37%;
  }
  .small-text {
    font-size: 15px;
  }
  .bridgebuildertext {
    position: relative;
  }
  .servicestext.services-mobile {
    margin-right: 2.5%;
    margin-bottom: 50px;
    margin-left: 2.5%;
  }
  .sectionheading {
    padding-right: 15px;
  }
  .slide1 {
    background-position: 20% 0px;
    background-size: auto 300px;
    background-repeat: no-repeat;
  }
  .slide2 {
    background-position: 50% 0px;
    background-size: auto 300px;
    background-repeat: no-repeat;
  }
  .mainheadingmobile {
    font-size: 18px;
    line-height: 25px;
  }
  .crm-mobile {
    position: relative;
    top: 106px;
  }
}

@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo_Black.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}