.ourserv_background .ourserv_content .ourserv_items .col_text::before {
  background-image: url("../img/our_service_sprites.png");
  width: 59px;
  height: 59px;
}

.about_us_background .about_us_content .about_us_staff .staff_soc li:first-child a::after, .about_us_background .about_us_content .about_us_staff .staff_soc li:last-child a::after, .about_us_background .about_us_content .about_us_staff .staff_soc li:nth-child(2) a::after, .about_us_background .about_us_content .about_us_staff .staff_soc li:nth-child(3) a::after, .footer .footer_soc ul li:first-child a::after, .footer .footer_soc ul li:last-child a::after, .footer .footer_soc ul li:nth-child(2) a::after, .footer .footer_soc ul li:nth-child(3) a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}

.btn_menu {
  width: 35px;
  height: 30px;
  cursor: pointer;
  display: none;
}

.btn_menu .btn_row {
  height: 3px;
  margin: 7px auto;
  background-color: #fff;
}

.header {
  background-color: #2d303a;
  border-bottom: 6px solid #323746;
}

.header .logo {
  line-height: 89px;
  float: left;
}

.header .menu {
  font-size: 12px;
  font-weight: 700;
  float: right;
}

.header .menu li {
  display: inline-block;
  line-height: 89px;
}

.header .menu li + li {
  padding-left: 14px;
}

.header .menu li a {
  color: #fff;
  text-transform: uppercase;
}

.header .menu li a:hover {
  color: #f06c64;
}

.content {
  background-color: #f2f2f2;
}

.content .slider_background {
  background-color: #f06c64;
  border-bottom: 6px solid #ea676b;
}

.content .slider_background .container {
  position: relative;
  text-align: center;
}

.content .slider_background .container .next_arrow,
.content .slider_background .container .prev_arrow {
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  top: 47%;
  color: #ca4549;
  font-size: 28px;
}

.content .slider_background .container .prev_arrow {
  left: -7px;
}

.content .slider_background .container .next_arrow {
  right: -7px;
}

.content .slider_background .container .phone_slider_items {
  outline: none;
}

.content .slider_background .container .phone_slider_items .slider_position {
  padding: 53px 1px 58px;
  max-width: 800px;
  margin: 0 auto;
}

.ourserv_background {
  border-bottom: 6px solid #fff;
}

.ourserv_background .ourserv_content {
  color: #666d89;
}

.ourserv_background .ourserv_content h3 {
  padding-top: 64px;
  padding-bottom: 25px;
  font-weight: 900;
  font-size: 30px;
}

.ourserv_background .ourserv_content .ourserv_text {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 50px;
}

.ourserv_background .ourserv_content .ourserv_items .col_text {
  position: relative;
  padding-left: 80px;
}

.ourserv_background .ourserv_content .ourserv_items .col_text::before {
  content: "";
  background-position: 59px 59px;
  position: absolute;
  top: 0;
  left: 0;
}

.ourserv_background .ourserv_content .ourserv_items .col_text h4 {
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 10px;
}

.ourserv_background .ourserv_content .ourserv_items .col_text span {
  font-size: 12px;
  font-weight: 400;
}

.ourserv_background .ourserv_content .ourserv_items .row {
  padding-bottom: 35px;
}

.ourserv_background .ourserv_content .ourserv_items .row .col-md-4:first-child .col_text::before {
  background-position: 0px 0px;
}

.ourserv_background .ourserv_content .ourserv_items .row .col-md-4:nth-child(2) .col_text::before {
  background-position: 125px 0px;
}

.ourserv_background .ourserv_content .ourserv_items .row .col-md-4:nth-child(4) .col_text::before {
  background-position: 59px 0px;
}

.ourserv_background .ourserv_content .ourserv_items .row .col-md-4:nth-child(8) .col_text::before {
  background-position: 125px 59px;
}

.ourserv_background .ourserv_content .ourserv_items .row .col-md-4:nth-child(9) .col_text::before {
  background-position: 0px 59px;
}

.ourserv_background .ourserv_content .ourserv_items .row .col-md-4 {
  padding-bottom: 35px;
}

.portfolio_background {
  background-color: #2d303a;
  border-bottom: 6px solid #323746;
}

.portfolio_background .portfolio_content {
  color: #666d89;
  padding-bottom: 53px;
}

.portfolio_background .portfolio_content .portfolio_text h3 {
  font-weight: 900;
  font-size: 30px;
  padding: 64px 0 25px;
}

.portfolio_background .portfolio_content .portfolio_text p {
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 20px;
}

.portfolio_background .portfolio_content .portfolio_btns {
  padding-bottom: 25px;
}

.portfolio_background .portfolio_content .portfolio_btns ul {
  font-size: 12px;
  font-weight: 500;
}

.portfolio_background .portfolio_content .portfolio_btns ul li {
  display: inline-block;
}

.portfolio_background .portfolio_content .portfolio_btns ul li + li {
  padding-left: 10px;
}

.portfolio_background .portfolio_content .portfolio_btns ul li a {
  border: 1px solid #666d89;
  border-radius: 5px;
  padding: 3px 7px;
}

.portfolio_background .portfolio_content .portfolio_btns ul li a:hover {
  color: #dedede;
  border-color: #dedede;
}

.portfolio_background .portfolio_content .portfolio_imgs img {
  padding-bottom: 20px;
}

.about_us_background {
  background-color: #f2f2f2;
  border-bottom: 6px solid #fff;
}

.about_us_background .about_us_content {
  padding-top: 60px;
}

.about_us_background .about_us_content .about_us_text h3 {
  font-weight: 900;
  font-size: 30px;
  color: #666d89;
  padding-bottom: 25px;
}

.about_us_background .about_us_content .about_us_text p {
  font-weight: 300;
  font-size: 18px;
  color: #767e9e;
  padding-bottom: 45px;
}

.about_us_background .about_us_content .about_us_staff h4 {
  font-weight: 900;
  font-size: 18px;
  color: #666d89;
  padding-bottom: 10px;
}

.about_us_background .about_us_content .about_us_staff p {
  font-size: 12px;
  font-weight: 400;
  color: #767e9e;
  line-height: 21px;
  padding-bottom: 35px;
}

.about_us_background .about_us_content .about_us_staff img {
  padding-bottom: 16px;
}

.about_us_background .about_us_content .about_us_staff .staff_soc {
  display: inline-block;
  padding-bottom: 73px;
}

.about_us_background .about_us_content .about_us_staff .staff_soc li {
  display: inline-block;
}

.about_us_background .about_us_content .about_us_staff .staff_soc li + li {
  padding-left: 8px;
}

.about_us_background .about_us_content .about_us_staff .staff_soc li:first-child a::after {
  content: "\f09a";
}

.about_us_background .about_us_content .about_us_staff .staff_soc li:last-child a::after {
  content: "\f0e1";
}

.about_us_background .about_us_content .about_us_staff .staff_soc li:nth-child(2) a::after {
  content: "\f0d5";
}

.about_us_background .about_us_content .about_us_staff .staff_soc li:nth-child(3) a::after {
  content: "\f099";
}

.about_us_background .about_us_content .about_us_staff .staff_soc a {
  width: 32px;
  height: 32px;
  border: 1px solid #6a718c;
  border-radius: 50%;
  display: inline-block;
  font-family: "FontAwesome";
  position: relative;
  color: #666d89;
  transition: all 0.2s;
}

.about_us_background .about_us_content .about_us_staff .staff_soc a:hover {
  background-color: #666d89;
  color: #fff;
}

.quote_background {
  background-color: #f06c64;
  border-bottom: 6px solid #ea676b;
}

.quote_background .quote_content {
  color: #f0d8d9;
}

.quote_background .quote_content .quote_text h3 {
  font-weight: 900;
  font-size: 30px;
  padding: 60px 0 25px;
}

.quote_background .quote_content .quote_text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 50px;
}

.quote_background .quote_content .quote_contact_info h4 {
  font-weight: 900;
  font-size: 18px;
  padding-bottom: 12px;
}

.quote_background .quote_content .quote_contact_info p {
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 30px;
}

.quote_background .quote_content .quote_contact_info ul {
  line-height: 22px;
}

.quote_background .quote_content .quote_contact_info ul li::before {
  content: "\f041";
  padding-right: 10px;
  font-family: "FontAwesome";
}

.quote_background .quote_content .quote_contact_info ul li:last-child::before {
  content: "\f0e0";
  font-family: "FontAwesome";
}

.quote_background .quote_content .quote_contact_info ul li:nth-child(2)::before {
  content: "\f095";
  font-family: "FontAwesome";
}

.quote_background .quote_content .quote_contact_info ul li:first-child::before {
  padding-left: 1px;
}

.quote_background .quote_content .quote_form_box .form input[type=text] {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-bottom: 16px;
  color: #f48c8f;
  background-color: #d6564f;
  font-size: 12px;
  padding-left: 15px;
}

.quote_background .quote_content .quote_form_box .form input[type=text]::placeholder {
  color: #f48c8f;
}

.quote_background .quote_content .quote_form_box .form textarea {
  width: 100%;
  height: 202px;
  resize: none;
  border-radius: 4px;
  outline: none;
  border: none;
  color: #f48c8f;
  background-color: #d6564f;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 11px;
  margin-bottom: 73px;
}

.quote_background .quote_content .quote_form_box .form textarea::placeholder {
  color: #f48c8f;
}

.footer {
  background-color: #2d303a;
}

.footer .footer_text {
  color: #666d89;
  font-size: 12px;
  font-weight: 400;
  float: left;
  line-height: 76px;
}

.footer .footer_soc {
  float: right;
  margin-top: 22px;
}

.footer .footer_soc ul li {
  display: inline-block;
}

.footer .footer_soc ul li + li {
  padding-left: 8px;
}

.footer .footer_soc ul li:first-child a::after {
  content: "\f09a";
}

.footer .footer_soc ul li:last-child a::after {
  content: "\f0e1";
}

.footer .footer_soc ul li:nth-child(2) a::after {
  content: "\f0d5";
}

.footer .footer_soc ul li:nth-child(3) a::after {
  content: "\f099";
}

.footer .footer_soc a {
  width: 32px;
  height: 32px;
  border: 1px solid #6a718c;
  border-radius: 50%;
  display: inline-block;
  font-family: "FontAwesome";
  position: relative;
  color: #666d89;
  transition: all 0.2s;
}

.footer .footer_soc a:hover {
  background-color: #666d89;
  color: #2d303a;
}

.ourserv_background .ourserv_content .ourserv_items .col_text::before {
  background-image: url("../img/our_service_sprites.png");
  width: 59px;
  height: 59px;
}

.about_us_background .about_us_content .about_us_staff .staff_soc li:first-child a::after, .about_us_background .about_us_content .about_us_staff .staff_soc li:last-child a::after, .about_us_background .about_us_content .about_us_staff .staff_soc li:nth-child(2) a::after, .about_us_background .about_us_content .about_us_staff .staff_soc li:nth-child(3) a::after, .footer .footer_soc ul li:first-child a::after, .footer .footer_soc ul li:last-child a::after, .footer .footer_soc ul li:nth-child(2) a::after, .footer .footer_soc ul li:nth-child(3) a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .content .slider_background .phone_slider_items .slider_position img {
    width: 100%;
  }
  .about_us_staff {
    text-align: center;
  }
  .quote_contact_info {
    padding-bottom: 74px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .btn_menu {
    display: block;
  }
  .header .menu {
    padding-top: 26px;
    padding-right: 15px;
  }
  .header .menu ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 95px;
    z-index: 40;
    background-color: #2d303a;
  }
  .header .menu ul li {
    display: block;
    padding-left: 0;
    line-height: 35px;
  }
  .header .menu ul li a {
    display: block;
  }
  .header .menu ul li a:hover {
    background-color: #767e9e;
  }
  .portfolio_imgs {
    text-align: center;
  }
  .content .slider_background .container .next_arrow,
  .content .slider_background .container .prev_arrow {
    display: none !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .portfolio_background .portfolio_content .portfolio_btns ul li + li {
    padding-left: 2px;
  }
  .portfolio_background .portfolio_content .portfolio_imgs .col-xs-6 {
    width: 100%;
  }
  .footer .footer_text {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 30px;
  }
  .footer .footer_soc {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
  .menu ul {
    display: block !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}
