/*Add font mixin*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.ul-unstyled,
.horizontal-main-nav,
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.stn-padding,
.about,
.aproach,
.works,
.contact-form {
  padding: 100px 0;
}
p,
h4 {
  margin: 0;
}
/*Helvetica Bold Font*/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/RobotoBold/RobotoBold.eot');
  src: url('../fonts/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoBold/RobotoBold.woff') format('woff'), url('../fonts/RobotoBold/RobotoBold.ttf') format('truetype'), url('../fonts/RobotoBold/RobotoBold.svg#Roboto') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/RobotoLight/RobotoLight.eot');
  src: url('../fonts/RobotoLight/RobotoLight.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoLight/RobotoLight.woff') format('woff'), url('../fonts/RobotoLight/RobotoLight.ttf') format('truetype'), url('../fonts/RobotoLight/RobotoLight.svg#Roboto') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/RobotoRegular/RobotoRegular.eot');
  src: url('../fonts/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoRegular/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular/RobotoRegular.ttf') format('truetype'), url('../fonts/RobotoRegular/RobotoRegular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular/OpenSans-Regular.svg#OpenSans') format('svg');
  font-weight: 400;
  font-style: normal;
}
/*Icons*/
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons/icons.eot');
  src: url('../fonts/icons/icons.eot?#iefix') format('embedded-opentype'), url('../fonts/icons/icons.woff') format('woff'), url('../fonts/icons/icons.ttf') format('truetype'), url('../fonts/icons/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Generated by http://css.spritegen.com CSS Sprite Generator */
.sprite-management,
.sprite-marketing,
.sprite-creation {
  display: inline-block;
  background: url('../img/spritesheet.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.sprite-management {
  background-position: -20px 0px;
  width: 84px;
  height: 81px;
}
.sprite-marketing {
  background-position: -20px -101px;
  width: 83px;
  height: 79px;
}
.sprite-creation {
  background-position: -20px -200px;
  width: 66px;
  height: 79px;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cross:before {
  content: "\e900";
}
.icon-google:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-facebook-f:before {
  content: "\e904";
}
.icon-paper-plane-o:before {
  content: "\e905";
}
.icon-angle-down:before {
  content: "\e906";
}
.icon-facebook-square:before {
  content: "\e907";
}
.icon-envelope:before {
  content: "\e908";
}
.icon-mobile:before {
  content: "\e909";
}
.icon-mobile-phone:before {
  content: "\e909";
}
.btn-colored-red {
  background: #de2b24;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 700;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  font-size: 1.111em;
  text-align: center;
  padding: 0.8em 0;
  width: 11em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -ms-behavior: url('../assets/ie8-support/PIE.htc');
}
.btn-colored-red:hover {
  background-color: #b4211b;
}
.btn-coloured-orange {
  background: #f8cd53;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 700;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  font-size: 1.63em;
  text-align: center;
  padding: 0.8em 0;
  width: 11em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -ms-behavior: url('../assets/ie8-support/PIE.htc');
  text-transform: uppercase;
  margin-top: 10px;
  padding: 1em 1.7em;
}
.btn-coloured-orange:hover {
  background-color: #f6bf22;
}
/*=============Site FORMS=======================*/
.form-wrap {
  margin-top: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 43px 68px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -ms-behavior: url('../assets/ie8-support/PIE.htc');
}
.form-wrap p {
  font-family: "Roboto";
  font-size: 1.111em;
  font-weight: 400;
  color: #5b5b5b;
}
.form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 37px;
}
.form-wrap:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 45%;
  border: 31px solid transparent;
  border-bottom: 31px solid #fff;
}
.cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -20px;
  top: -20px;
  font-size: 32px;
  width: 50px;
  height: 50px;
  background-color: #de2b24;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
}
.frm-control {
  width: 85%;
  margin-bottom: 10px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -ms-behavior: url('../assets/ie8-support/PIE.htc');
  color: #5b5b5b;
}
.frm-control:focus {
  border: 1px solid #1287bf;
  -webkit-box-shadow: 0 0 7px rgba(18, 135, 191, 0.5);
  box-shadow: 0 0 7px rgba(18, 135, 191, 0.5);
}
.frm-control::-webkit-input-placeholder {
  color: #b0b0b0;
  font-family: "Roboto";
  font-size: 1.037em;
  font-weight: 400;
}
.frm-control:-ms-input-placeholder {
  color: #b0b0b0;
  font-family: "Roboto";
  font-size: 1.037em;
  font-weight: 400;
}
.frm-control::-ms-input-placeholder {
  color: #b0b0b0;
  font-family: "Roboto";
  font-size: 1.037em;
  font-weight: 400;
}
.frm-control::placeholder {
  color: #b0b0b0;
  font-family: "Roboto";
  font-size: 1.037em;
  font-weight: 400;
}
.btn-submit {
  margin-top: 27px;
  height: 46px;
  padding: 0px 31px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.111em;
  color: #fff;
  text-transform: uppercase;
  background-color: #de2b24;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -ms-behavior: url('../assets/ie8-support/PIE.htc');
}
.btn-submit:hover {
  background-color: #b4211b;
  cursor: pointer;
}
@media (max-width: 750px) {
  .form-wrap {
    width: 70%;
  }
}
/*=========================================*/
/*SUBSCRIBE BUTTON IN FOOTER*/
.subscribe {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
.email {
  width: 60%;
  height: 53px;
  background-color: transparent;
  border: none;
  outline: none;
  background-color: #515151;
  padding: 0 20px;
  font-size: 1.037em;
  margin: 34px 0 28px;
}
.email::-webkit-input-placeholder {
  font-size: 1.037em;
  color: #cecece;
}
.email:-ms-input-placeholder {
  font-size: 1.037em;
  color: #cecece;
}
.email::-ms-input-placeholder {
  font-size: 1.037em;
  color: #cecece;
}
.email::placeholder {
  font-size: 1.037em;
  color: #cecece;
}
.btn-subscribe {
  height: 50px;
  padding: 0 20px;
  background-color: transparent;
  outline: none;
  border: 2px solid #515151;
  border-radius: 2px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.333em;
  color: #fff;
  cursor: pointer;
}
.btn-subscribe:hover {
  border: 2px solid #de2b24;
}
/*Basic tags and general rules*/
body {
  margin: 0;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.62962963;
  background-color: #fff;
  color: #5c5c5c;
}
.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-contact {
  background-color: #f0f2f4;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(226, 226, 226, 0.004);
  box-shadow: 0px 1px 0px 0px rgba(226, 226, 226, 0.004);
}
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.contact-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto";
  font-size: 1.111em;
  text-decoration: none;
  margin-right: 20px;
  color: #424242;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}
.contact-info .icon {
  font-size: 1.926em;
  font-weight: 400;
  margin-right: 12px;
}
.contact-info .icon-facebook-square {
  background-color: #fff;
  color: #1287bf;
}
.contact-info .icon-envelope {
  font-size: 1.481em;
}
/*_________________the end of contact-info in the header____________*/
.logo {
  padding: 40px 0;
}
.site-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.horizontal-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  width: 55%;
}
.horizontal-main-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.horizontal-main-nav li:before {
  margin-right: 0.8em;
  display: block;
  content: "\2022";
  color: #424242;
  font-size: 1.185em;
}
.horizontal-main-nav li a {
  display: block;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.111em;
  color: #424242;
  text-decoration: none;
}
.horizontal-main-nav li a:hover,
.horizontal-main-nav li a.active {
  color: #de2b24;
}
.horizontal-main-nav li:last-child {
  margin-left: 15px;
}
.horizontal-main-nav li:last-child:before,
.horizontal-main-nav li:first-child:before {
  content: '';
}
@media (max-width: 1074px) {
  .horizontal-main-nav li a {
    font-size: 1em;
  }
}
@media (max-width: 980px) {
  .contact-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .contact-info a {
    font-size: 1em;
  }
  .site-navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .site-navbar .logo {
    padding: 0;
    margin-top: 20px;
  }
  .horizontal-main-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 100%;
    list-style-type: none;
    text-align: center;
  }
  .horizontal-main-nav li {
    display: block;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #f7cecc;
  }
  .horizontal-main-nav li:before {
    content: '';
  }
  .horizontal-main-nav li a {
    font-size: 1.111em;
  }
  .horizontal-main-nav li:last-child {
    margin-top: 15px;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*________________The end of main-nav-bar______________________________*/
.hero-heading {
  background-image: url('../img/hero-img.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  min-height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-heading h1 {
  text-align: center;
  font-family: 'Roboto';
  font-size: 2.222em;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
.hero-heading h1 span {
  font-size: 1.63em;
  font-weight: 700;
}
/*______________________the end  of hero-heading__________*/
.about {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
h2.heading {
  margin: 0;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.667em;
  color: #424242;
  line-height: 1.2;
  text-align: center;
}
h2.heading.white {
  color: #fff;
}
p.hdn-description {
  margin: 0;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.481em;
  color: #424242;
  text-align: center;
}
p.hdn-description:after {
  content: '';
  display: block;
  width: 47px;
  height: 5px;
  background-color: #424242;
  margin: 18px auto 45px;
}
p.hdn-description.white-line:after {
  background-color: #fff;
}
p.hdn-description.invisible-line:after {
  display: none;
  margin: 0;
}
p.hdn-description.white {
  color: #fff;
}
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.service-item {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  text-align: center;
}
.service-item h3 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.63em;
  color: #424242;
  margin: 34px 0 15px 0;
}
.service-item p {
  font-family: "OpenSans";
  font-size: 1em;
  font-weight: 400;
  color: #5b5b5b;
  margin: 0;
}
@media (max-width: 766px) {
  .service-item {
    margin-bottom: 35px;
  }
}
/*_____________the end of section services____________________*/
/*===========Our Aproach block=============*/
.aproach {
  height: 100%;
  background-color: #f3f3f3;
}
.aproach .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aproach-item {
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -ms-behavior: url('../assets/ie8-support/PIE.htc');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(226, 226, 226, 0.9);
  box-shadow: 0 0 10px rgba(226, 226, 226, 0.9);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.aproach-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  text-align: right;
}
.aproach-item.reverse .item-image {
  margin-left: 85px;
  margin-right: 0;
}
.aproach-item.reverse .item-image img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.aproach-item.reverse .step {
  top: 30%;
  left: -15%;
}
.aproach-item.reverse .item-description {
  padding: 20px 0 0 70px;
}
.item-image {
  position: relative;
  max-width: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 85px;
  line-height: 0.5;
}
.item-image img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 335px;
  height: auto;
}
.step {
  display: block;
  position: absolute;
  height: 100px;
  width: 100px;
  background: #de2b24;
  top: 28%;
  left: 84%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -ms-behavior: url('../assets/ie8-support/PIE.htc');
  border: 2px solid #fff;
  text-align: center;
}
.step p {
  font-family: "Roboto";
  font-size: 1.481em;
  font-weight: 400;
  color: #fff;
}
.step p span {
  display: block;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.222em;
  line-height: 1.2;
  margin-top: 10px;
}
.item-description {
  padding: 20px 70px 0 0;
}
.item-description h4 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.333em;
  color: #424242;
  line-height: 1;
  margin-bottom: 12px;
}
.item-description p {
  line-height: 1.62962963;
}
@media (max-width: 700px) {
  .aproach-item,
  .aproach-item.reverse {
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: left;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .aproach-item .item-image,
  .aproach-item.reverse .item-image {
    margin: 0;
  }
  .aproach-item img,
  .aproach-item.reverse img {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  .aproach-item .step,
  .aproach-item.reverse .step {
    width: 100px;
    height: 100px;
    top: 26%;
    left: 79%;
  }
  .item-description,
  .item-description.reverse {
    padding: 0 25px 15px 25px!important;
  }
}
@media (max-width: 480px) {
  .aproach-item img {
    width: 95%;
    height: auto;
  }
  .aproach-item .step {
    display: none;
  }
}
/*----------------the end of our aproach block-------------------------------*/
.works {
  background-color: #de2b24;
  height: 100%;
}
.works .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thumb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.work {
  position: relative;
  -ms-flex-preferred-size: 512px;
  flex-basis: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}
.work:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #de2b24;
  background-color: #094562;
  z-index: 1;
  opacity: 0;
}
.work:hover:after {
  opacity: 0.3;
}
.work.work-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.work-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  -ms-flex-preferred-size: 256px;
  flex-basis: 256px;
  height: 250px;
  margin: 0;
  background-color: #f35e59;
  font-family: "Roboto";
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}
.work-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.926em;
  line-height: 1;
}
.work-link .plane {
  font-size: 2.667em;
  opacity: 0.5;
  margin-bottom: 25px;
}
.work-link p {
  font-size: 1.185em;
  font-weight: 700;
}
.work-thumbnail {
  -ms-flex-preferred-size: 256px;
  flex-basis: 256px;
  height: 250px;
}
.thumb-1 {
  background-image: url('../img/work1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.thumb-2 {
  background-image: url('../img/work2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.thumb-3 {
  background-image: url('../img/work3.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.thumb-4 {
  background-image: url('../img/work4.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
@media (max-width: 528px) {
  .work,
  .work.work-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1040px) and (min-width: 529px) {
  .thumb-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .chess-order {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .work.work-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/*_________________the end of works section___________________________*/
.contact-form {
  height: 100%;
  background-color: #1287bf;
}
.contact-form .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.angle-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.667em;
  color: #fff;
  margin: 15px 0 25px;
}
/*_______________end of contact-form section_________________________*/
/*+========Site-footer=============*/
.site-footer {
  padding-top: 100px;
  background-color: #2a2a2a;
  height: 100%;
}
.site-footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.socials {
  width: 100%;
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px 0;
}
.social-links li {
  margin-right: 20px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #515151;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.63em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -ms-behavior: url('../assets/ie8-support/PIE.htc');
}
.social-links li a:hover {
  border: 2px solid #de2b24;
}
.footer-bottom {
  height: 68px;
  background-color: #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom p {
  font-size: 1.037em;
  color: #cecece;
  font-weight: 400;
}
