/* =======================================================================
Zerif -One Page Respossive HTML5 Template
======================================================================= */
/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
/* line 11, ../sass/styles.scss */
html {
  font-size: 100%;
}

/* line 16, ../sass/styles.scss */
body {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  overflow-x: hidden;
  line-height: 25px;
  text-align: center;
  background-size: contain;
  background-position: fixed;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Other fixes*/
/* line 47, ../sass/styles.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/styles.scss */
i {
  vertical-align: middle;
}

/* line 55, ../sass/styles.scss */
ul, ol {
  padding-left: 0 !important;
}

/* line 58, ../sass/styles.scss */
li {
  list-style: none;
}

/* Selection colours (easy to forget) */
/* line 62, ../sass/styles.scss */
::-moz-selection {
  background: #FC6D6D;
  color: #FFF;
}

/* line 66, ../sass/styles.scss */
::selection {
  background: #FC6D6D;
  color: #FFF;
}

/* line 70, ../sass/styles.scss */
::-moz-selection {
  background: #FC6D6D;
  color: #FFF;
}

/* line 75, ../sass/styles.scss */
a {
  color: #e96656;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

/* line 81, ../sass/styles.scss */
a, a:hover {
  text-decoration: none;
}

/* line 84, ../sass/styles.scss */
a:hover {
  color: #cb4332;
}

/* line 87, ../sass/styles.scss */
p {
  margin: 0;
}

/* line 90, ../sass/styles.scss */
.full-width {
  width: 100%;
  margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
/* line 98, ../sass/styles.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 107, ../sass/styles.scss */
h1, h2 {
  font-weight: 500;
}

/* line 112, ../sass/styles.scss */
h1 {
  font-size: 45px;
}

/* line 115, ../sass/styles.scss */
h2 {
  font-size: 45px !important;
  line-height: 55px;
}

/* line 119, ../sass/styles.scss */
h3 {
  font-size: 24px;
}

/* line 122, ../sass/styles.scss */
h4 {
  font-size: 18px;
}

/* line 125, ../sass/styles.scss */
h5 {
  font-size: 17px;
}

/* line 128, ../sass/styles.scss */
h6 {
  font-size: 16px;
}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/
/* line 136, ../sass/styles.scss */
.buttons {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}

/* line 141, ../sass/styles.scss */
.button {
  display: inline-block !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  margin: 10px;
}

/* line 149, ../sass/styles.scss */
.custom-button {
  display: inline-block !important;
  text-align: center;
  padding: 13px 35px 13px 35px;
  border-radius: 4px;
  margin: 10px;
  border: none;
}

/* line 157, ../sass/styles.scss */
.red-btn {
  background: #e96656;
}

/* line 160, ../sass/styles.scss */
.green-btn {
  background: #20AA73;
}

/* line 163, ../sass/styles.scss */
.blue-btn {
  background: #3ab0e2;
}

/* line 166, ../sass/styles.scss */
.yellow-btn {
  background: #E7AC44;
}

/* line 169, ../sass/styles.scss */
.red-btn, .green-btn, .blue-btn, .yellow-btn {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 174, ../sass/styles.scss */
.blue-btn:hover {
  color: #FFF;
  background: #1288b9;
}

/* line 178, ../sass/styles.scss */
.red-btn:hover {
  color: #FFF;
  background: #cb4332;
}

/* line 182, ../sass/styles.scss */
.green-btn:hover {
  color: #FFF;
  background: #069059;
}

/* line 186, ../sass/styles.scss */
.yellow-btn:hover {
  color: #FFF;
  background: #d8951e;
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/
/** BACKGROUNDS **/
/* line 196, ../sass/styles.scss */
.red-bg {
  background: #e96656;
}

/* line 199, ../sass/styles.scss */
.green-bg {
  background: #34d293;
}

/* line 202, ../sass/styles.scss */
.blue-bg {
  background: #3ab0e2;
}

/* line 205, ../sass/styles.scss */
.yellow-bg {
  background: #E7AC44;
}

/* line 208, ../sass/styles.scss */
.dark-bg {
  background: #404040;
}

/* line 211, ../sass/styles.scss */
.white-bg {
  background: #FFFFFF;
}

/** FOR TEXTS AND ICON FONTS **/
/* line 216, ../sass/styles.scss */
.red-text {
  color: #e96656;
}

/* line 219, ../sass/styles.scss */
.green-text {
  color: #34d293;
}

/* line 222, ../sass/styles.scss */
.blue-text {
  color: #3ab0e2;
}

/* line 225, ../sass/styles.scss */
.yellow-text {
  color: #f7d861;
}

/* line 228, ../sass/styles.scss */
.dark-text {
  color: #404040;
}

/* line 231, ../sass/styles.scss */
.white-text {
  color: #FFFFFF;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/
/* line 239, ../sass/styles.scss */
.white-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  background: #F5F5F5;
  bottom: -9px;
  left: 25%;
}

/* line 250, ../sass/styles.scss */
.dark-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  background: #404040;
  bottom: -9px;
  left: 25%;
}

/* line 261, ../sass/styles.scss */
.red-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #e96656;
  bottom: -9px;
  left: 12.5%;
}

/* line 272, ../sass/styles.scss */
.green-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #34d293;
  bottom: -9px;
  left: 12.5%;
}

/* line 283, ../sass/styles.scss */
.blue-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #3ab0e2;
  bottom: -9px;
  left: 12.5%;
}

/* line 294, ../sass/styles.scss */
.yellow-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #f7d861;
  bottom: -9px;
  left: 12.5%;
}

/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/
/* line 310, ../sass/styles.scss */
.input-box {
  border: 0;
  width: 274px;
  text-align: left;
  text-transform: none;
  padding: 9px;
  min-height: 46px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}

/* line 322, ../sass/styles.scss */
.textarea-box {
  border: 0;
  text-align: left;
  text-transform: none;
  padding: 9px;
  min-height: 80px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}

/* line 333, ../sass/styles.scss */
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
  outline: 1 !important;
  outline-color: #e96656 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/
/*** SECTION HEADERS ***/
/* line 352, ../sass/styles.scss */
.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
  padding-top: 100px;
}

/* line 355, ../sass/styles.scss */
.section-header {
  text-align: center;
  padding-bottom: 75px;
}

/* line 359, ../sass/styles.scss */
.section-header h2 {
  padding-bottom: 10px;
  line-height: 40px;
  position: relative;
  display: inline-block;
}

/* line 365, ../sass/styles.scss */
.section-header h6 {
  font-size: 16px;
}

/* PRE LOADER */
/* line 370, ../sass/styles.scss */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

/* line 382, ../sass/styles.scss */
.status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/
/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/
/* line 404, ../sass/styles.scss */
.header {
  background: rgba(0, 0, 0, 0.5);
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

/*----  SECTION:  HOME > TOP BAR   ----*/
/* line 412, ../sass/styles.scss */
.navbar {
  background: #FFF;
  overflow: hidden;
  border: 0;
  border-radius: 0 !important;
  text-align: left;
  -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}

/* line 421, ../sass/styles.scss */
#main-nav {
  position: absolute;
  width: 100%;
  z-index: 1000;
  min-height: 75px;
}

/* line 427, ../sass/styles.scss */
#main-nav.fixed {
  position: fixed !important;
  top: 0;
}

/* line 431, ../sass/styles.scss */
.navbar-inverse .navbar-nav > li {
  display: inline;
  margin-right: 20px;
  margin-top: 20px;
}

/* line 436, ../sass/styles.scss */
.navbar-inverse .navbar-nav > li:last-child {
  margin-right: 0 !important;
}

/* line 439, ../sass/styles.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #404040;
  padding: 0;
  line-height: 35px;
}

/* line 444, ../sass/styles.scss */
.navbar-brand {
  height: 76px;
  position: relative;
  line-height: 45px;
}

/* line 449, ../sass/styles.scss */
.current a {
  color: #e96656 !important;
  position: relative;
  outline: none;
}

/* line 454, ../sass/styles.scss */
.current:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #e96656;
  bottom: 0px;
  left: 12.5%;
}

/* line 465, ../sass/styles.scss */
.navbar-inverse .navbar-nav > li > a:hover {
  color: #e96656;
  outline: none;
}

/* line 469, ../sass/styles.scss */
.navbar-toggle {
  border: 0;
  background-color: #808080;
  margin-top: 23px;
}

/* line 474, ../sass/styles.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #e96656;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
/* line 481, ../sass/styles.scss */
.intro {
  text-align: center;
  color: #FFF;
  margin-top: 12%;
  line-height: 55px;
  z-index: 0;
}

/* Short Messages */
/* line 490, ../sass/styles.scss */
.bottom-message-section {
  margin-top: 14%;
  position: relative;
}

/* line 494, ../sass/styles.scss */
.short-text {
  margin: auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

/*---------------------------------------
 **   SECTION:  OUR FOCUS             -----
-----------------------------------------*/
/* line 505, ../sass/styles.scss */
.focus {
  padding-bottom: 100px;
  overflow: hidden;
  background: #FFFFFF;
}

/* FOCUS BOX */
/* line 511, ../sass/styles.scss */
.focus-box {
  margin-bottom: 75px;
}

/* line 514, ../sass/styles.scss */
.focus-box .service-icon {
  margin-bottom: 30px;
  width: 145px;
  height: 145px;
  margin: auto;
  border-radius: 50%;
  border: 10px solid #ececec;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
/* line 528, ../sass/styles.scss */
.red, .green, .blue, .yellow {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 532, ../sass/styles.scss */
.red:hover .service-icon {
  border: 10px solid #e96656;
}

/* line 535, ../sass/styles.scss */
.green:hover .service-icon {
  border: 10px solid #34d293;
}

/* line 538, ../sass/styles.scss */
.blue:hover .service-icon {
  border: 10px solid #3ab0e2;
}

/* line 541, ../sass/styles.scss */
.yellow:hover .service-icon {
  border: 10px solid #f7d861;
}

/* line 545, ../sass/styles.scss */
.focus-box h5 {
  margin-bottom: 15px;
  color: #404040;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 17px;
}

/* line 554, ../sass/styles.scss */
.focus-box p {
  font-size: 14px;
}

/*----OTHER FOCUSES ----*/
/* line 559, ../sass/styles.scss */
.other-focuses {
  background: url(../images/lines.png) repeat-x center;
  margin-bottom: 25px;
}

/* line 563, ../sass/styles.scss */
.other-focuses .section-footer-title {
  background: #FFF;
  padding: 0 15px;
  color: #404040;
  font-weight: bold;
}

/* line 569, ../sass/styles.scss */
.other-focus-list {
  padding-top: 5px;
  margin-bottom: -17px;
}

/* line 573, ../sass/styles.scss */
.other-focus-list ul li {
  display: inline-block;
  margin-right: 50px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
/* line 578, ../sass/styles.scss */
.other-focus-list ul li a {
  color: #808080;
}
/* line 580, ../sass/styles.scss */
.other-focus-list ul li a:hover {
  text-decoration: none;
}

/* line 585, ../sass/styles.scss */
.other-focus-list ul li:last-child {
  margin-right: 0;
}

/* line 588, ../sass/styles.scss */
.other-focus-list ul li i {
  margin-right: 8px;
}

/*---------------------------------------
 **   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/
/* line 596, ../sass/styles.scss */
.separator-one {
  background: rgba(52, 210, 147, 0.8);
  padding: 100px 0 100px 0;
}

/* line 600, ../sass/styles.scss */
.separator-one .green-btn {
  background: #14a168;
}

/* line 603, ../sass/styles.scss */
.separator-one .green-btn:hover {
  background: #007345;
}

/* line 606, ../sass/styles.scss */
.separator-one .text {
  color: #FFF;
  line-height: 34px;
  padding: 0;
  max-width: 800px;
  margin-bottom: 20px;
}

/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
-----------------------------------------*/
/* line 618, ../sass/styles.scss */
.works {
  padding-bottom: 100px;
  background: #FFFFFF;
  min-height: 800px;
}

/* IMAGE GRID */
/* line 625, ../sass/styles.scss */
.cbp-rfgrid {
  margin: auto;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}

/* line 632, ../sass/styles.scss */
.cbp-rfgrid li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
  /* Fallback */
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

/* line 642, ../sass/styles.scss */
.cbp-rfgrid li a, .cbp-rfgrid li a img {
  display: block;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  cursor: pointer;
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

/* line 656, ../sass/styles.scss */
.cbp-rfgrid li a:hover img {
  -webkit-transform: scale(1.05, 1.07);
  -ms-transform: scale(1.05, 1.07);
  transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

/* Flexbox is used for centering the heading */
/* line 667, ../sass/styles.scss */
.cbp-rfgrid li a .project-info {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 25%;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
}

/* line 681, ../sass/styles.scss */
.cbp-rfgrid li a .project-info .project-details {
  position: relative;
  top: -29px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  width: 100%;
}

/* line 690, ../sass/styles.scss */
.cbp-rfgrid li a .project-info h5 {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 697, ../sass/styles.scss */
.cbp-rfgrid li a:hover .project-info {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 701, ../sass/styles.scss */
.cbp-rfgrid li a:hover .project-details {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}

/* line 706, ../sass/styles.scss */
.cbp-rfgrid li a:hover .button {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: -50px;
}

.banner_form{
text-align:center;
}

.banner_form input{
display:inline-block;
margin-right:20px;
}

.banner_form .custom-button{
margin:0;
}

.header_logo img{
display:inline-block;
max-width:85px;
margin-right:20px;
vertical-align:middle;
}

.header_logo span{
display:inline-block;
font-size:14px;
color:#404040;
line-height:1.2;
vertical-align:middle;
text-align:left;
}

.responsive-logo{
width:34%;
}

/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {
  /* line 714, ../sass/styles.scss */
  .cbp-rfgrid li {
    width: 25%;
    /* Fallback */
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 1024px) {
  /* line 721, ../sass/styles.scss */
  .cbp-rfgrid li {
    width: 33.33333333333333%;
    /* Fallback */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .header{
  max-height:1400px;
  }

}
@media screen and (max-width: 768px) {
  /* line 728, ../sass/styles.scss */
  .cbp-rfgrid li {
    width: 50%;
    /* Fallback */
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
  .banner_form input{
  margin-right:0;
  margin-bottom:10px;
  }
  .banner_form .custom-button{width:274px;}
  .jivo-btn.jivo-btn-light{margin-bottom:40px !important;}
}
@media screen and (max-width: 480px) {
  /* line 735, ../sass/styles.scss */
  .cbp-rfgrid li {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
  /* line 740, ../sass/styles.scss */
  .cbp-rfgrid li {
    width: 100%;
  }
}
/* PROJECT DETAILS LOADER */
/* line 746, ../sass/styles.scss */
#back-button {
  display: none;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 35px 13px 35px;
  border-radius: 4px;
  margin: 10px;
}

/* line 754, ../sass/styles.scss */
#back-button i {
  margin-right: 10px;
}

/* line 757, ../sass/styles.scss */
#loader {
  min-height: 930px;
  position: relative;
  display: none;
}

/* line 762, ../sass/styles.scss */
#loader .loader-icon {
  background: url(../images/loading.gif) no-repeat center center;
  background-color: #FFF;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: fixed;
  width: 44px;
  height: 44px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  border-radius: 5px;
}

/*---------------------------------------
 **   SECTION:  ABOUT US              -----
-----------------------------------------*/
/* line 781, ../sass/styles.scss */
.about-us {
  background: #272727;
  color: #FFF;
  padding-bottom: 30px;
}

/* line 786, ../sass/styles.scss */
.about-us .big-intro {
  text-align: right;
  font-weight: 300;
  font-size: 46px;
  line-height: normal;
  margin-top: -15px;
}

/* line 793, ../sass/styles.scss */
.about-us p {
  text-align: left;
  color: #939393;
}

/* line 797, ../sass/styles.scss */
.about-us .column {
  margin-bottom: 78px;
}

/*--SKILLS --*/
/* line 801, ../sass/styles.scss */
.skills {
  text-align: left;
}

/* line 804, ../sass/styles.scss */
.skills .skill {
  display: block;
  clear: both;
  margin-top: 0;
  margin-bottom: 25px;
}

/* line 810, ../sass/styles.scss */
.skills .skill .skill-count {
  display: inline-block;
  height: 100px;
  margin-top: 3px;
  float: left;
  margin-right: 15px;
  margin-bottom: 25px;
}

/* line 818, ../sass/styles.scss */
.skills li:last-child {
  margin-bottom: 0;
}

/* line 821, ../sass/styles.scss */
.skills .skill .skill1, .skill2, .skill3, .skill4 {
  font-size: 16px !important;
}

/* line 824, ../sass/styles.scss */
.skills .skill h6 {
  font-weight: 700;
}

/* line 827, ../sass/styles.scss */
.skills .skill p {
  line-height: 20px;
  color: #8f8f8f;
}

/*--OUR CLIENTS --*/
/* line 833, ../sass/styles.scss */
.our-clients {
  background: url(../images/lines-dark.png) repeat-x center;
  margin-bottom: 40px;
}

/* line 837, ../sass/styles.scss */
.our-clients .section-footer-title {
  background: #272727;
  padding: 0 15px;
  color: #FFF;
}

/* line 843, ../sass/styles.scss */
.section-footer-title-1 {
  background: transparent;
  padding: 0 15px;
  color: #FFF;
}

/* line 848, ../sass/styles.scss */
.our-clients h5 {
  font-weight: 700;
}

/* line 851, ../sass/styles.scss */
.client-list {
  padding-top: 5px;
  margin-bottom: -17px;
}

/* line 855, ../sass/styles.scss */
.client-list ul li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 24px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* line 862, ../sass/styles.scss */
.client-list ul li img {
  max-width: 155px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all ease .55s;
  transition: all ease .55s;
}

/* line 870, ../sass/styles.scss */
.client-list ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 875, ../sass/styles.scss */
.client-list ul li:last-child {
  margin-right: 0;
}

/* line 878, ../sass/styles.scss */
.client-list ul li i {
  margin-right: 8px;
}

/*---------------------------------------
 **   SECTION:  STATS                 -----
-----------------------------------------*/
/* line 886, ../sass/styles.scss */
.stats {
  background: rgba(0, 0, 0, 0.5);
  padding: 100px 0 60px 0 !important;
  clear: both;
}

/* line 891, ../sass/styles.scss */
.stat {
  margin-bottom: 40px;
}

/* line 894, ../sass/styles.scss */
.stat .icon-top {
  font-size: 40px;
  height: 50px;
  line-height: 50px;
}

/* line 899, ../sass/styles.scss */
.stat .stat-text {
  display: inline-block;
  position: relative;
}

/* line 903, ../sass/styles.scss */
.stat h3 {
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}

/* line 909, ../sass/styles.scss */
.stat h6 {
  color: #d1d1d1;
  margin-top: 15px;
}

/*---------------------------------------
 **   SECTION:  OUR TEAM              -----
-----------------------------------------*/
/* line 918, ../sass/styles.scss */
.our-team {
  padding-bottom: 66px;
  padding-top: 100px;
  background: #FFFFFF;
}

/* line 923, ../sass/styles.scss */
.team-member {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

/* line 929, ../sass/styles.scss */
.team-member .details {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  padding: 15px;
  top: -200px;
  left: 0;
  width: 100%;
  height: 190px;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 945, ../sass/styles.scss */
.team-member .member-details {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

/* line 950, ../sass/styles.scss */
.team-member:hover .details {
  top: 0;
  background: #333;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 958, ../sass/styles.scss */
.team-member .profile-pic {
  border-radius: 50%;
  width: 174px;
  height: 174px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 25px;
}

/* line 966, ../sass/styles.scss */
.team-member .profile-pic img {
  width: 100%;
  height: 100%;
}

/* line 970, ../sass/styles.scss */
.team-member h5 {
  text-transform: uppercase;
  color: #404040;
  font-weight: 700;
  position: relative;
}

/* line 976, ../sass/styles.scss */
.team-member .position {
  font-size: 13px;
  margin-top: 15px;
}

/* line 980, ../sass/styles.scss */
.team-member .social-icons {
  margin-bottom: 25px;
}

/* line 983, ../sass/styles.scss */
.team-member .social-icons ul li {
  display: inline-block;
  line-height: 32px;
  margin: 6px;
}

/* line 988, ../sass/styles.scss */
.team-member .social-icons ul li a {
  background: #FFF;
  font-size: 18px;
  border-radius: 50%;
  color: #808080;
}

/* line 994, ../sass/styles.scss */
.team-member .social-icons ul li a:hover {
  color: #e96656;
}

/*---------------------------------------
 **   SECTION:  FEATURES              -----
-----------------------------------------*/
/* line 1002, ../sass/styles.scss */
.features {
  background: #FFFFFF;
  text-align: left;
  padding-bottom: 51px;
}

/* line 1007, ../sass/styles.scss */
.features .feature {
  margin-bottom: 55px;
}

/* line 1010, ../sass/styles.scss */
.features .feature-icon {
  font-size: 55px;
  float: left;
  margin-top: 10px;
  margin-right: 25px;
}

/* line 1016, ../sass/styles.scss */
.features .feature h5 {
  font-weight: bold;
  line-height: 28px;
  color: #404040;
}

/* line 1021, ../sass/styles.scss */
.features .feature p {
  font-size: 14px;
}

/*---------------------------------------
 **   SECTION:  Pacages               -----
-----------------------------------------*/
/* line 1029, ../sass/styles.scss */
.packages {
  padding-bottom: 50px;
  background: rgba(0, 0, 0, 0.5);
}

/* line 1033, ../sass/styles.scss */
.package {
  border-radius: 4px;
  background: #FFFFFF;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

/* line 1040, ../sass/styles.scss */
.package-header {
  height: 57px;
  color: #FFF;
  line-height: 57px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1047, ../sass/styles.scss */
.package-header h5 {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1051, ../sass/styles.scss */
.price {
  line-height: 120px;
  height: 100px;
  color: #FFF;
  font-weight: 400;
}

/* line 1057, ../sass/styles.scss */
.price h4 {
  display: inline;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 0;
}

/* line 1063, ../sass/styles.scss */
.price h4 .dollar-sign {
  font-size: 17px;
  vertical-align: super;
}

/* line 1067, ../sass/styles.scss */
.price .price-meta {
  line-height: normal;
  text-transform: uppercase;
  color: #9f9f9f;
}

/* line 1072, ../sass/styles.scss */
.package ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 90%;
  margin: auto;
  border-bottom: 1px dotted #dadada;
  text-align: left;
}

/* line 1080, ../sass/styles.scss */
.package ul li:last-child {
  border-bottom: 0;
}

/* line 1083, ../sass/styles.scss */
.best-value .package {
  margin-top: 0;
}

/* line 1086, ../sass/styles.scss */
.best-value .package-header {
  padding-top: 17px;
  height: 82px !important;
}

/* line 1090, ../sass/styles.scss */
.best-value .package-header h4 {
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
}

/* line 1095, ../sass/styles.scss */
.best-value .package-header .meta-text {
  font-size: 13px;
  line-height: normal;
}

/* line 1099, ../sass/styles.scss */
.best-value .package-header {
  height: 72px;
}

/* line 1102, ../sass/styles.scss */
.package ul li i {
  font-size: 13px;
  margin-right: 5px;
}

/* line 1106, ../sass/styles.scss */
.order {
  background: #d8ccba;
  color: #404040;
}

/* line 1110, ../sass/styles.scss */
.package .order-now {
  line-height: 45px;
  max-width: 100%;
  display: block;
  background: #404040;
  color: #FFF;
  -webkit-transition: all 700ms;
  transition: all 700ms;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1121, ../sass/styles.scss */
.package .order-now:hover {
  background: #e96656;
}

/*---------------------------------------
**   SECTION:  PRODUCTS             -----
-----------------------------------------*/
/* line 1129, ../sass/styles.scss */
.products {
  background: url(../images/product-bg.png) 50% 0 repeat;
}

/* line 1132, ../sass/styles.scss */
.products .color-overlay {
  background: rgba(39, 144, 176, 0.96);
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 70px;
}

/*--ITEMS IMAGES--*/
/* line 1140, ../sass/styles.scss */
.item-1 {
  background-image: url(../images/products/1.jpg);
}

/* line 1143, ../sass/styles.scss */
.item-2 {
  background-image: url(../images/products/2.jpg);
}

/* line 1146, ../sass/styles.scss */
.item-3 {
  background-image: url(../images/products/3.jpg);
}

/* line 1149, ../sass/styles.scss */
.item-4 {
  background-image: url(../images/products/4.jpg);
}

/* line 1152, ../sass/styles.scss */
.item-5 {
  background-image: url(../images/products/5.jpg);
}

/* line 1155, ../sass/styles.scss */
.item-6 {
  background-image: url(../images/products/6.jpg);
}

/* line 1158, ../sass/styles.scss */
.item-7 {
  background-image: url(../images/products/7.jpg);
}

/* line 1161, ../sass/styles.scss */
.item-8 {
  background-image: url(../images/products/8.jpg);
}

/*---ITEM STYLE ---*/
/* line 1166, ../sass/styles.scss */
.item {
  width: 100%;
  height: 260px;
  display: block;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-radius: 4px;
}

/* line 1180, ../sass/styles.scss */
.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 1190, ../sass/styles.scss */
.item-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1200, ../sass/styles.scss */
.item:hover .item-content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1207, ../sass/styles.scss */
.item-top-content {
  position: relative;
}

/* line 1210, ../sass/styles.scss */
.item-top-content-inner {
  position: absolute;
  bottom: 0;
  padding: 10px 15px 10px 15px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
}

/* line 1217, ../sass/styles.scss */
.item-add-content {
  padding: 0 15px 15px 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1225, ../sass/styles.scss */
.item:hover .item-add-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 1230, ../sass/styles.scss */
.item-add-content-inner {
  border: 0px solid #dadada;
  border-top-width: 1px;
  padding-top: 10px;
}

/* line 1235, ../sass/styles.scss */
.item-top-title {
  text-align: left;
}

/* line 1238, ../sass/styles.scss */
.item-top-title h5 {
  color: #404040;
  font-weight: 700;
}

/* ITEM DETAILS */
/* line 1243, ../sass/styles.scss */
.item-product {
  width: 70%;
  float: left;
}

/* line 1247, ../sass/styles.scss */
.item-product-price {
  width: 30%;
  float: right;
  text-align: right;
}

/* line 1252, ../sass/styles.scss */
.subdescription {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d;
}

/*---PRODUCT PRICE---*/
/* line 1259, ../sass/styles.scss */
.item-product-price {
  font-size: 1em;
  font-weight: 700;
  position: relative;
}

/* line 1264, ../sass/styles.scss */
.item-product-price .subdescription {
  color: #808080;
}

/* line 1267, ../sass/styles.scss */
.old-price {
  border: 0 solid #808080;
  border-bottom-width: 1px;
  margin-top: -11px;
  width: 30px;
  position: absolute;
  right: -2px;
  bottom: 10px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/*---ITEM DESCRIPTION ---*/
/* line 1281, ../sass/styles.scss */
.item-content {
  background: rgba(255, 255, 255, 0.85);
}

/* line 1284, ../sass/styles.scss */
.item-add-content {
  font-weight: 400;
  color: #808080;
}

/* line 1288, ../sass/styles.scss */
.item-add-content .section {
  margin-bottom: 10px;
}

/* line 1291, ../sass/styles.scss */
.item-add-content .section:last-of-type {
  margin-bottom: 0;
}

/* line 1294, ../sass/styles.scss */
.item-add-content p {
  font-size: 14PX;
}

/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/
/* line 1301, ../sass/styles.scss */
.newsletter {
  padding-top: 62px;
  padding-bottom: 62px;
  background: rgba(0, 0, 0, 0.5);
}

/* line 1306, ../sass/styles.scss */
.newsletter h3 {
  font-size: 28px;
  /*- 	text-transform: uppercase;
  	font-family: 'Open Sans', sans-serif;  */
  font-weight: 400;
  margin-bottom: 8px;
}

/* line 1313, ../sass/styles.scss */
.newsletter .subscription {
  margin-top: 15px;
}

/* line 1316, ../sass/styles.scss */
.newsletter .custom-button {
  margin-top: 7px;
}

/*----------------------------------------
 **   SECTION:  TESTIMONIAL            -----
-----------------------------------------*/
/* line 1323, ../sass/styles.scss */
.testimonial {
  background: #dbbf56;
  padding-bottom: 90px;
}

/* line 1327, ../sass/styles.scss */
#client-feedbacks .feedback-box {
  background: #FFFFFF;
  padding: 25px;
  margin: 13px;
  text-align: left;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  z-index: 5;
}

/* line 1338, ../sass/styles.scss */
.feedback-box .message {
  font-size: 15px;
  color: #909090;
}

/* line 1342, ../sass/styles.scss */
.feedback-box .client {
  margin-top: 30px;
  height: 73px;
  position: relative;
}

/* line 1347, ../sass/styles.scss */
.feedback-box .quote {
  float: left;
  font-size: 45px;
  line-height: 80px;
}

/* line 1352, ../sass/styles.scss */
.feedback-box .client-info {
  float: left;
  margin-left: 18px;
  padding-top: 15px;
}

/* line 1357, ../sass/styles.scss */
.feedback-box .client-info .client-name {
  font-family: 'Homemade Apple', serif;
  color: #404040;
}

/* line 1361, ../sass/styles.scss */
.feedback-box .client-info .client-company {
  font-size: 13px;
  margin-top: -3px;
}

/* line 1365, ../sass/styles.scss */
.feedback-box .client-image {
  float: right;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f6f6f6;
}

/* line 1373, ../sass/styles.scss */
.customNavigation {
  text-align: center;
}

/* line 1376, ../sass/styles.scss */
.owl-theme .owl-controls .owl-page span {
  background: #886e0e;
  border-radius: 50%;
}

/* line 1380, ../sass/styles.scss */
.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/*----------------------------------------
 **   SECTION:  PURCHASE NOW           -----
-----------------------------------------*/
/* line 1392, ../sass/styles.scss */
.purchase-now {
  background: #ececec;
  padding-top: 50px;
  padding-bottom: 0px;
}

/* line 1397, ../sass/styles.scss */
.purchase-now h3 {
  text-align: left;
  line-height: 40px;
  margin-top: 14px;
}

/* line 1402, ../sass/styles.scss */
.purchase-now .red-btn {
  background: #db5a4a;
}

/* line 1405, ../sass/styles.scss */
.purchase-now .red-btn:hover {
  background: #bf3928;
}

/*----------------------------------------
 **   SECTION:  CONTACT US             -----
-----------------------------------------*/
/* line 1413, ../sass/styles.scss */
.contact-us {
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 50px;
}

/* line 1417, ../sass/styles.scss */
.contact-us .input-box, textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

/* line 1422, ../sass/styles.scss */
.contact-us .custom-button {
  float: right;
}

/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/
/* line 1430, ../sass/styles.scss */
footer {
  background: #272727;
}

/* line 1433, ../sass/styles.scss */
.company-details {
  color: #939393;
  padding-top: 67px;
  padding-bottom: 67px;
}

/* line 1438, ../sass/styles.scss */
.company-details .icon-top {
  font-size: 30px;
  margin-bottom: 10px;
}

/* line 1442, ../sass/styles.scss */
.copyright {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #171717;
}

/* line 1447, ../sass/styles.scss */
.social li {
  display: inline-block;
  margin: 5px;
}

/* line 1451, ../sass/styles.scss */
.social li a {
  color: #939393;
  font-size: 18px;
}

/* line 1455, ../sass/styles.scss */
.social li a:hover {
  color: #e96656;
}

/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */
/* line 1465, ../sass/styles.scss */
.single-project {
  text-align: left;
  margin-bottom: 25px;
}

/* line 1469, ../sass/styles.scss */
.single-project .project-image {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 25px;
}

/* line 1475, ../sass/styles.scss */
.single-project h3 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  line-height: 40px;
  border-bottom: 1px dotted #dadada;
}

/* line 1481, ../sass/styles.scss */
.single-project .project-description {
  margin-bottom: 25px;
}

/* line 1484, ../sass/styles.scss */
.single-project .button {
  margin-left: 0;
}

/* line 1487, ../sass/styles.scss */
.single-project .project-information {
  margin-bottom: 10px;
}

/* line 1490, ../sass/styles.scss */
.single-project .project-information ul li {
  border-bottom: 1px dotted #dadada;
  padding-bottom: 5px;
  margin-top: 10px;
}

/* line 1495, ../sass/styles.scss */
.single-project .project-information ul li span {
  font-weight: 700;
  margin-right: 5px;
}

/* line 1500, ../sass/styles.scss */
.payment-block {
  background: #2b2a29;
  min-height: 270px;
  padding: 50px 0;
}
/* line 1504, ../sass/styles.scss */
.payment-block .payments-types {
  background: url(../images/lines-dark.png) repeat-x center;
  margin-bottom: 10px;
}
/* line 1508, ../sass/styles.scss */
.payment-block .payments-types h5 {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
}
/* line 1513, ../sass/styles.scss */
.payment-block .payments-types h5 span {
  background: #2b2a29;
  padding: 0 25px;
}
/* line 1519, ../sass/styles.scss */
.payment-block .desc {
  font-size: 16px;
  color: #fff;
}
/* line 1523, ../sass/styles.scss */
.payment-block .payment-list {
  text-align: center;
}
/* line 1525, ../sass/styles.scss */
.payment-block .payment-list li {
  display: inline-block;
  padding: 20px 30px;
}
/* line 1528, ../sass/styles.scss */
.payment-block .payment-list li img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all ease .55s;
  transition: all ease .55s;
}
/* line 1534, ../sass/styles.scss */
.payment-block .payment-list li img:hover {
  opacity: 1;
}

/* line 1542, ../sass/styles.scss */
footer {
  padding: 40px 0 0;
}
/* line 1544, ../sass/styles.scss */
footer .icon-top {
  font-size: 30px;
  position: absolute;
  height: 74px;
  left: 0;
}
/* line 1551, ../sass/styles.scss */
footer .block {
  position: relative;
  margin-bottom: 30px;
  padding-left: 44px;
}
/* line 1555, ../sass/styles.scss */
footer .block p {
  text-align: left;
  color: #bababa;
  font-size: 14px;
}

/* line 1565, ../sass/styles.scss */
#error-modal {
  width: 325px !important;
}
/* line 1567, ../sass/styles.scss */
#error-modal p {
  color: #ff0000;
}

/* line 1572, ../sass/styles.scss */
#feedback-modal-box {
  padding: 50px 0;
}
/* line 1574, ../sass/styles.scss */
#feedback-modal-box h1 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 1579, ../sass/styles.scss */
#feedback-modal-box h3 {
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  /* line 2, ../sass/responsive.scss */
  .navbar-right {
    float: none !important;
    margin: auto;
    margin-left: 130px;
  }
  

}
@media (min-width: 768px) and (max-width: 1024px) {
  /* TOP BAR ELEMENTS */
  /* line 14, ../sass/responsive.scss */
  .responsive-logo {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
  }

  /* line 22, ../sass/responsive.scss */
  .responsive-logo a {
    float: none !important;
  }

  /* line 26, ../sass/responsive.scss */
  .responsive-nav {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }

  /* line 32, ../sass/responsive.scss */
  .responsive-nav li {
    margin-bottom: 15px;
    margin-top: 0 !important;
  }

  /* HOME */
  /* line 38, ../sass/responsive.scss */
  .intro {
    margin-top: 17%;
    line-height: 3.438rem !important;
    font-size: 2.813rem;
  }
  

  

  /* ABOUT US */
  /* line 45, ../sass/responsive.scss */
  .big-intro {
    text-align: center !important;
  }

  /* line 49, ../sass/responsive.scss */
  .about-us .column {
    margin-bottom: 40px;
  }

  /* line 53, ../sass/responsive.scss */
  .skills {
    margin-bottom: 78px !important;
  }

  /* TEAM */
  /* line 58, ../sass/responsive.scss */
  .team-member .profile-pic {
    width: 128px;
    height: 128px;
  }

  /* line 63, ../sass/responsive.scss */
  .team-member .details {
    display: none;
  }

  /* PURCHASE NOW */
  /* line 67, ../sass/responsive.scss */
  .purchase-now {
    margin: auto;
    text-align: center !important;
  }

  /* line 72, ../sass/responsive.scss */
  .purchase-now h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 77, ../sass/responsive.scss */
  .purchase-now .red-btn {
    float: none;
  }

  /* FOOTER */
  /* line 82, ../sass/responsive.scss */
  footer {
    padding-top: 40px;
  }

  /* line 86, ../sass/responsive.scss */
  .company-details {
    padding-top: 0;
    padding-bottom: 33px;
  }

  /* line 91, ../sass/responsive.scss */
  .copyright {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
@media (max-width: 1024px) {
  /* line 98, ../sass/responsive.scss */
  .features {
    text-align: center;
  }

  /* line 102, ../sass/responsive.scss */
  .features .feature-icon {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
      .stats{
  padding:50px 0 60px 0 !important;
  }
}
@media (max-width: 767px) {
  /* line 113, ../sass/responsive.scss */
  .payment-block li {
    display: block;
    padding: 25px 40px;
  }

  /* line 120, ../sass/responsive.scss */
  footer .img-responsive {
    margin: 0 auto 30px;
  }

  /* line 125, ../sass/responsive.scss */
  html {
    font-size: 90%;
  }

  /* line 129, ../sass/responsive.scss */
  .bs-navbar-collapse {
    border: 0;
  }

  /* line 133, ../sass/responsive.scss */
  .navbar-inverse .navbar-nav {
    line-height: normal;
    text-align: center;
  }

  /* line 139, ../sass/responsive.scss */
  .navbar-inverse .navbar-nav > li {
    display: block;
    margin: 0;
    padding: 10px;
  }

  /* HOME */
  /* line 146, ../sass/responsive.scss */
  .header {
    min-height: inherit;
  }

  /* line 151, ../sass/responsive.scss */
  .intro {
    margin-top: 30%;
    line-height: 3.438rem !important;
    font-size: 2.813rem;
  }

  /* ABOUT US */
  /* line 158, ../sass/responsive.scss */
  .big-intro {
    text-align: center !important;
    font-size: 8vw !important;
  }

  /* line 163, ../sass/responsive.scss */
  .about-us .column {
    margin-bottom: 40px;
  }

  /* line 167, ../sass/responsive.scss */
  .skills {
    margin-bottom: 78px !important;
  }

  /* PURCHASE NOW */
  /* line 172, ../sass/responsive.scss */
  .purchase-now {
    margin: auto;
    text-align: center !important;
  }

  /* line 177, ../sass/responsive.scss */
  .purchase-now h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 182, ../sass/responsive.scss */
  .purchase-now .red-btn {
    float: none;
  }

  /* FOOTER */
  /* line 187, ../sass/responsive.scss */
  footer {
    padding-top: 40px;
  }

  /* line 191, ../sass/responsive.scss */
  .company-details {
    padding-top: 0;
    padding-bottom: 33px;
  }

  /* line 196, ../sass/responsive.scss */
  .copyright {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
@media (max-width: 480px) {
  /* HOME */
  /* line 207, ../sass/responsive.scss */
  html {
    font-size: 70%;
  }

  /* line 210, ../sass/responsive.scss */
  .responsive-logo img {
    width: 70%;
  }

  /* line 214, ../sass/responsive.scss */
  #main-nav {
    min-height: 50px;
  }

  /* line 218, ../sass/responsive.scss */
  .intro {
    margin-top: 40%;
    line-height: 3.438rem !important;
    font-size: 2.813rem;
  }

  /* line 224, ../sass/responsive.scss */
  .focus, .works, .about-us, .features, .our-team, .packages, .products .color-overlay, .testimonial, .contact-us {
    padding-top: 60px;
  }

  /* line 227, ../sass/responsive.scss */
  .buttons {
    margin-bottom: 0;
    margin-top: 30px;
  }

  /* line 232, ../sass/responsive.scss */
  .custom-button {
    padding: 10px 18px;
  }

  /* line 235, ../sass/responsive.scss */
  h1 {
    font-weight: normal;
  }

  /* line 239, ../sass/responsive.scss */
  h2 {
    font-size: 6.5vw !important;
  }

  /* line 243, ../sass/responsive.scss */
  h3 {
    font-size: 1.7rem;
  }

  /* line 247, ../sass/responsive.scss */
  .other-focus-list ul li {
    display: block;
    text-align: left;
    margin-right: 0;
  }
  .header_logo{top:0 !important;padding-right:0;}
  .header_logo span{
  font-size:12px;
  }
  .header_logo img{margin-right:10px;}
}
@media (max-width: 320px) {
  /* line 256, ../sass/responsive.scss */
  html {
    font-size: 62.5%;
  }

  /* line 261, ../sass/responsive.scss */
  body {
    font-size: 1.3rem;
  }

  /* line 265, ../sass/responsive.scss */
  .focus, .works, .about-us, .features, .our-team, .packages, .products .color-overlay, .testimonial, .contact-us {
    padding-top: 50px;
  }

  /* line 269, ../sass/responsive.scss */
  h1 {
    font-weight: normal;
  }

  /* line 273, ../sass/responsive.scss */
  h3 {
    font-size: 1.7rem;
  }

  /* line 277, ../sass/responsive.scss */
  .intro {
    margin-top: 50%;
    line-height: 3.1rem !important;
    font-size: 2.1rem;
  }

  /* line 283, ../sass/responsive.scss */
  .client-list ul li {
    display: block;
  }
}
@media (max-width: 1200px) {
  /* line 293, ../sass/responsive.scss */
  #main-nav .button_call {
    display: none;
  }
  /* line 296, ../sass/responsive.scss */
  #main-nav .phone {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 315, ../sass/responsive.scss */
  .responsive-logo img {
    width: 200px;
    position: relative;
    top: -8px;
  }
    .banner_form .custom-button{
   margin-top:20px;
  }
}
@media (max-width: 991px) {
  /* line 328, ../sass/responsive.scss */
  #main-nav .phone {
    display: none;
  }

  /* line 333, ../sass/responsive.scss */
  .intro {
    margin-top: 100px;
  }

  /* line 337, ../sass/responsive.scss */
  .purchase-now {
    padding: 50px 15px 0;
  }

  /* line 341, ../sass/responsive.scss */
  .rubl-icon {
    width: 0.6em;
  }
      .responsive-logo{
  width:auto;
  }
  .header_logo{
  top:-8px;
  }
  .responsive-logo img{top:0;}
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 351, ../sass/responsive.scss */
  .responsive-logo {
    margin-top: 0 !important;
  }
  /* line 354, ../sass/responsive.scss */
  .responsive-logo a.navbar-brand {
    display: block;
  }
  
    .responsive-logo{
  width:auto;
  }
  .header_logo{
  top:-8px;
  }
  .responsive-logo img{top:0;}

  /* line 360, ../sass/responsive.scss */
  nav .main-nav-list {
    margin-left: 30px;
    padding-top: 25px;
  }

  /* line 365, ../sass/responsive.scss */
  .rubl-icon {
    width: 25px;
  }
}
@media (max-width: 385px) {
  /* line 376, ../sass/responsive.scss */
  .responsive-logo a {
    width: 75%;
  }

  /* line 381, ../sass/responsive.scss */
  .rubl-icon {
    width: 0.6em;
  }
}
