/*------------------------------------------------------------------
Project:    LOYAL services2
Version:    1.0
Build Date:    15/08/16
Author: TheTheme99

[Table of contents]

1. services2-header
2. services2-feat
3. services2-screen
4. services2-prefooter
5. request
6. footer
7. menu 
8. burger
9. responsive

# [Color codes]

# White - #fff
# Black - #292929

[Typography]

Text: Montserrat, Raleway
-------------------------------------------------------------------*/
/* === All === */
::selection {
  background: #232323;
  /* Safari */ }

::-moz-selection {
  background: #232323;
  /* Firefox */ }

a,
a:hover,
a:focus {
  text-decoration: none; }

.services2 {
  /* === services2-header === */
  /* === services2-feat === */
  /* === services2-screen === */
  /* === services2-prefooter === */
  /* === request === */
  /* === footer === */
  /* === menu === */
  /* === burger === */ }
  .services2 .menu-items-col-4-name {
    padding: 0 10px 10px 10px;
    color: #fff; }
  .services2 .sidebar-wrapper .menu-items-col-4-name {
    color: #292929; }
  .services2 .sidebar-nav li.has-sub {
    color: #292929;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .services2 .sidebar-nav li.has-sub:hover {
    color: #999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .services2 .sidebar-wrapper .menu-items-col-4-name {
    padding: 0 10px 10px 10px; }
  .services2 #full-menu .sub a:hover {
    color: #999 !important; }
  .services2 .services2-header {
    background: url(../img/s2/bg.png) no-repeat top center;
    width: 100%;
    height: 508px;
    position: relative; }
    .services2 .services2-header h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: 300;
      font-size: 35px;
      line-height: 55px;
      color: #fff; }
    .services2 .services2-header p {
      font-family: 'Raleway', sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      margin: 45px 0 0 0; }
  .services2 .services2-header-bg {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #292929;
    display: block;
    position: absolute;
    top: 0; }
  .services2 .services2-header-cont {
    position: relative;
    z-index: 3;
    padding: 170px 15px 0 15px; }
  .services2 .services2-feat {
    overflow: hidden; }
  .services2 .services2-feat-bg {
    background: #fafafa; }
  .services2 .services2-feat-block {
    float: left;
    width: 33.33%;
    padding: 120px 0 110px 140px;
    overflow: hidden; }
    .services2 .services2-feat-block .feat-block-number {
      font-family: "Montserrat-Regular";
      font-size: 18px;
      color: #707070; }
    .services2 .services2-feat-block span {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      color: #292929; }
    .services2 .services2-feat-block p {
      font-family: 'Raleway', sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 22px;
      color: #292929;
      margin: 35px 0 0 0; }
  .services2 .feat-block-number {
    float: left; }
  .services2 .feat-block-text {
    float: left;
    margin: 0 0 0 30px; }
  .services2 .services2-screen {
    background: url(../img/s2/screen.png) no-repeat top center;
    height: 534px;
    width: 100%;
    position: relative; }
  .services2 .services2-screen-bg {
    width: 50%;
    height: 100%;
    opacity: 0.7;
    background: #292929;
    display: block;
    position: absolute;
    top: 0; }
  .services2 .services2-screen-content {
    position: relative;
    z-index: 50;
    top: 180px; }
    .services2 .services2-screen-content h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: 300;
      font-size: 30px;
      color: #fff; }
    .services2 .services2-screen-content p {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      color: #fff;
      margin: 30px 0 0 0; }
  .services2 .services2-screen .play-button {
    width: 42px;
    height: 42px;
    position: relative;
    top: 35px;
    left: 0;
    display: inline-block;
    border-radius: 0;
    border: 0; }
  .services2 .services2-screen .play-button a:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -4px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #292929; }
  .services2 .services2-screen .play-button a {
    background: #fff; }
  .services2 .services2-screen .play11:hover .play-button {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
  .services2 .services2-screen .play11 {
    display: inline-block; }
  .services2 .services2-screen .play11:hover a {
    color: #51cbf6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .services2 .services2-prefooter {
    background-image: linear-gradient(to right, #6defa7, #37bd80);
    padding: 65px 0 50px 0; }
    .services2 .services2-prefooter img {
      display: block;
      margin: 0 auto; }
    .services2 .services2-prefooter h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0.1em;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      margin: 35px 0 65px 0; }
    .services2 .services2-prefooter h3 {
      font-family: "Montserrat-Regular";
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      text-align: center; }
    .services2 .services2-prefooter p {
      font-family: "Montserrat-Regular";
      font-size: 13px;
      line-height: 22px;
      color: #fff;
      text-align: center;
      margin: 20px 0 0 0; }
  .services2 .prefooter-icon {
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inherit;
    margin: 50px 0 0 0; }
  .services2 .request {
    padding: 23px 0; }
    .services2 .request a {
      font-family: "Montserrat-SemiBold";
      font-size: 14px;
      line-height: 34px;
      letter-spacing: 0.1em;
      color: #7d7d7d;
      text-align: center;
      text-transform: uppercase;
      display: inherit; }
  .services2 .request:hover {
    background: url(../img/s2/bghover.png) no-repeat top center;
    width: 100%;
    height: 80px;
    background-size: cover; }
  .services2 .footer-contacts1 {
    background: #292929;
    padding: 45px 0 32px 0; }
  .services2 .scroll12 {
    text-align: center;
    z-index: 300;
    position: absolute;
    width: 100%;
    top: 30px; }
  .services2 .scroll12 a {
    font-size: 10px;
    line-height: 30px;
    color: #b1b1b1;
    text-transform: uppercase;
    font-family: "Montserrat-Light";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none; }
  .services2 .scroll12 a:hover {
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .services2 .soc11 {
    text-align: center;
    position: relative;
    left: 6px;
    width: 164px;
    margin-left: auto; }
  .services2 .footer-contacts1 .soc11 a:last-child {
    margin-right: 0; }
  .services2 .footer-contacts1 .soc11 a:first-child {
    margin-left: 0; }
  .services2 .footer-contacts1 .soc11 a {
    color: #c6c6c6;
    margin: 0 0;
    opacity: 1;
    background: #292929;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 4px;
    line-height: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .services2 .footer-contacts1 .soc11 a:hover {
    color: #292929;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .services2 .footer-contacts1 .soc11 a i {
    width: 16px; }
  .services2 .copyright-contacts1 {
    font-family: "Montserrat-Light";
    font-size: 10px;
    line-height: 30px;
    color: #b1b1b1;
    text-transform: uppercase;
    text-align: right;
    margin: 5px 0 0 0; }
  .services2 .footer-contacts1-left {
    position: absolute;
    left: -160px;
    z-index: 50; }
  .services2 .temp-name {
    font-family: "Montserrat-Regular";
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.075em;
    color: #fff;
    margin: 0 0 0 15px; }
  .services2 .footer-contacts1-menu {
    overflow: hidden;
    margin: 14px 0 0 0; }
    .services2 .footer-contacts1-menu li {
      float: left;
      margin: 0 38px 0 0; }
  .services2 .footer-contacts1-menu li a {
    font-family: "Montserrat-Light";
    font-size: 10px;
    line-height: 30px;
    color: #b1b1b1;
    height: inherit;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .services2 .footer-contacts1 li a:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .services2 .footer11-soc {
    position: relative;
    top: -6px; }
  .services2 .cl-effect-5 a {
    padding: 0; }
  .services2 nav a {
    margin: 0; }
  .services2 .footer11-soc {
    z-index: 60; }
  .services2 .footer-contacts-hide {
    display: block; }
  .services2 .footer-contacts-small {
    display: none; }
  .services2 .sticky-menu {
    background-color: #fff !important;
    border-bottom: 1px solid #fff; }
  .services2 .is-sticky .sticky-menu {
    background-color: #fff !important;
    border-bottom: 1px solid #e6e6e6; }
  .services2 .onepage #nav-main-2-sticky-wrapper,
  .services2 .single-portfolio #nav-main-2-sticky-wrapper {
    height: auto !important; }
  .services2 #full-menu > li > a {
    color: #2c2c2c;
    text-transform: uppercase; }
  .services2 .onepage #nav-main-2,
  .services2 .single-portfolio #nav-main-2 {
    position: fixed !important; }
  .services2 #nav-main-2 {
    width: 100%;
    -webkit-transition: all .3s ease 10ms;
    -moz-transition: all .3s ease 10ms;
    -o-transition: all .3s ease 10ms;
    transition: all .3s ease 10ms;
    height: 54px;
    z-index: 9998;
    font-family: Raleway, sans-serif;
    opacity: 1;
    position: relative;
    z-index: 5; }
  .services2 #nav-main-2 #logo-container {
    float: left;
    height: 54px;
    position: fixed;
    left: 165px;
    top: 16px; }
  .services2 #nav-main-2 .menu_container {
    float: right; }
  .services2 #nav-main-2 .menu_container #full-menu li a i {
    font-size: 14px; }
  .services2 .has-sub {
    display: block;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold"; }
  .services2 #nav-main-2 .menu_container #full-menu {
    font-style: normal !important;
    position: fixed;
    right: 150px; }
  .services2 #nav-main-2 .menu_container #full-menu > li {
    display: inline-block;
    margin-left: 48px; }
  .services2 #nav-main-2 .menu_container #full-menu > li > a {
    font-size: 12px;
    font-style: normal;
    display: block;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-family: "Montserrat-Regular"; }
  .services2 #nav-main-2 .menu_container #full-menu a {
    text-decoration: none !important; }
  .services2 #full-menu .sub-menu {
    background-color: #232323;
    color: #787878;
    position: absolute;
    z-index: 10;
    top: 54px;
    font-size: 11px;
    text-align: left;
    left: 0;
    padding: 30px; }
  .services2 .full-width-menu .sub-menu {
    display: none; }
  .services2 #full-menu .sub-menu .sub-menu {
    left: 190px;
    top: 0; }
  .services2 #full-menu .sub-menu li a {
    font-family: "Montserrat-SemiBold";
    display: block;
    padding: 15px 10px;
    width: 210px;
    color: #8f8f8f;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 10ms;
    -moz-transition: all .5s ease 10ms;
    -o-transition: all .5s ease 10ms;
    transition: all .5s ease 10ms; }
  .services2 #full-menu li {
    position: relative;
    cursor: pointer; }
  .services2 #full-menu .sub-menu .current-menu-item > a,
  .services2 #full-menu .sub-menu a:hover,
  .services2 #mobile-menu a:hover {
    color: #fff !important;
    -webkit-transition: all .5s ease 10ms;
    -moz-transition: all .5s ease 10ms;
    -o-transition: all .5s ease 10ms;
    transition: all .5s ease 10ms; }
  .services2 .menu-item .lnr-magnifier {
    color: #000000;
    font-weight: bold; }
  .services2 .micons {
    margin-left: 12px; }
  .services2 input.colortext::-webkit-input-placeholder {
    color: #8f8f8f; }
  .services2 input.colortext::-moz-placeholder {
    color: #8f8f8f; }
  .services2 input.colortext:-moz-placeholder {
    color: #8f8f8f; }
  .services2 input.colortext:-ms-input-placeholder {
    color: #8f8f8f; }
  .services2 .search-form .input-group {
    width: 100%; }
  .services2 input.colortext,
  .services2 input.colortext:active,
  .services2 input.colortext:focus {
    background: transparent;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: Montserrat-Regular; }
  .services2 .search-form {
    position: absolute;
    right: 0;
    background-color: #232323 !important;
    min-width: 512px;
    padding: 15px;
    border: 1px solid #232323 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 10px;
    color: #8f8f8f !important; }
  .services2 .search-form .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 44px; }
  .services2 .search-form .btn {
    height: 44px;
    padding: 0 16px;
    line-height: 44px; }
  .services2 #full-menu .search-form {
    right: 0;
    left: inherit;
    border: 0;
    padding: 5px 30px;
    top: 54px;
    margin-top: 0; }
  .services2 #video2 {
    position: relative; }
  .services2 .footer2-mob {
    background: #232323;
    display: none; }
  .services2 .artclose {
    height: 16px;
    width: 16px;
    cursor: pointer;
    float: right;
    padding: 1px 0; }
  .services2 .burgx,
  .services2 .burgx2,
  .services2 .burgx3 {
    margin-top: 3px;
    background: #232323;
    width: 16px;
    height: 1px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  .services2 .burgx2 {
    margin-top: 8px; }
  .services2 .burgx3 {
    margin-top: 13px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .services2 .mob-menu-3 img {
    padding: 4px 0;
    height: 20px; }
  .services2 .mob-search {
    overflow: hidden; }
    .services2 .mob-search span {
      float: left;
      font-size: 15px;
      margin: 7px 0 0 0; }
    .services2 .mob-search form {
      float: left;
      width: 90%; }
  .services2 .mob-search form input {
    height: 28px;
    padding: 0 0 0 10px;
    width: 100%; }
  .services2 .mob-block {
    display: none;
    opacity: 0;
    -webkit-transition: all .5s ease 10ms;
    -moz-transition: all .5s ease 10ms;
    -o-transition: all .5s ease 10ms;
    transition: all .5s ease 10ms; }
  .services2 .mob-search {
    margin: 12px 0 0 0; }
  .services2 #full-menu .sub-menu-2 {
    position: relative;
    top: 0;
    color: #787878;
    z-index: 10;
    font-size: 11px;
    text-align: left;
    left: 0;
    padding: 20px 0 20px 0;
    opacity: 1;
    -webkit-transition: all .5s ease 10ms;
    -moz-transition: all .5s ease 10ms;
    -o-transition: all .5s ease 10ms;
    transition: all .5s ease 10ms; }
  .services2 #full-menu .sub-menu-2 a {
    font-family: "Montserrat-SemiBold";
    display: block;
    width: 100%;
    padding: 5px 40px;
    font-size: 12px;
    color: #232323 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 10ms;
    -moz-transition: all .5s ease 10ms;
    -o-transition: all .5s ease 10ms;
    transition: all .5s ease 10ms; }
  .services2 #nav-main-2 .menu_container #full-menu > li:hover > a {
    color: #6defa7; }
  .services2 .menu-item .lnr-magnifier:hover {
    color: #6defa7; }

/* === responsive === */
@media only screen and (max-width: 1400px) {
  .services2 .services2-feat-block {
    padding: 120px 0 110px 80px; } }
@media only screen and (max-width: 1600px) {
  .services2 .footer-contacts1-left {
    position: relative;
    left: 0; }

  .services2 .footer-contacts1-menu li {
    margin: 0 34px 0 0; } }
@media only screen and (max-width: 1200px) {
  .services2 .footer-contacts1-menu li {
    margin: 0 18px 0 0; }
  .services2 .footer-contacts1-menu li a {
    font-size: 9px; }
  .services2 .wrapper {
    z-index: 500; }
  .services2 .services2-prefooter h2 {
    margin: 35px auto 65px auto;
    max-width: 550px; }
  .services2 .services2-feat-block {
    padding: 120px 0 110px 15px; }
  .services2 #nav-main-2-sticky-wrapper {
    display: none; }
  .services2 .sidebar-wrapper {
    background: #fff; }
  .services2 .burgx,
  .services2 .burgx2,
  .services2 .burgx3 {
    background: #292929; }
  .services2 .mob-menu-3 {
    background: #fff; }
  .services2 .sidebar-nav li {
    text-indent: 5px; } }
@media only screen and (max-width: 990px) {
  .services2 .footer-contacts1-menu li a {
    font-size: 8px; }
  .services2 .scroll12 {
    text-align: left; }
  .services2 .soc11 {
    left: 0; }
  .services2 .services2-feat-block {
    padding: 60px 0 60px 15px;
    width: 100%; }
  .services2 .services2-header h2 {
    font-size: 25px;
    line-height: 35px; }
  .services2 .services2-header p {
    max-width: 450px; } }
@media only screen and (max-width: 768px) {
  .services2 .scroll12 {
    top: 33px;
    right: 0; }
    .services2 .scroll12 a {
      font-size: 9px; }
  .services2 .soc11 {
    left: 5px; }
  .services2 .services2-prefooter h3 {
    margin-top: 40px; }
  .services2 .services2-screen-bg {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .services2 .copyright-contacts1 {
    font-size: 9px;
    line-height: 15px;
    margin: 5px 0 0 0; }
  .services2 .soc11 {
    left: 5px;
    width: 140px; }
  .services2 .scroll12 {
    left: -10px;
    top: 40px; }
    .services2 .scroll12 a {
      font-size: 9px; }
  .services2 .footer-contacts1-menu li a {
    line-height: 16px; }
  .services2 .footer-contacts-hide {
    display: none; }
  .services2 .footer-contacts-small {
    display: block; }
  .services2 .scroll12 {
    text-align: right;
    position: relative;
    left: 0;
    top: 0; }
  .services2 .footer-contacts1 .soc11 a {
    margin: 0; }
  .services2 .footer-contacts1-menu {
    margin: 3px 0 0 0; }
  .services2 .footer11-soc {
    top: 0; } }
@media only screen and (max-width: 500px) {
  .services2 .footer-contacts1 .soc11 a i {
    width: 10px;
    font-size: 10px; }
  .services2 .footer-contacts1 .soc11 a {
    width: 24px;
    height: 24px;
    line-height: 24px; }
  .services2 .copyright-contacts1 {
    font-size: 8px; }
  .services2 .footer-contacts1-menu li a {
    line-height: 18px; }
  .services2 .soc11 {
    width: 105px;
    left: 0; }
  .services2 .services2-header h2 {
    font-size: 20px;
    line-height: 35px; }
  .services2 .services2-header p {
    font-size: 14px;
    line-height: 24px; }
  .services2 .services2-prefooter h2 {
    font-size: 12px;
    line-height: 24px; } }

/*# sourceMappingURL=services2.css.map */
