/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
	font-family: 'SFProDisplay-Heavy';
	font-family: 'SFProDisplay-Bold';
	font-family: 'SFProDisplay-Black';
	font-family: 'SFProDisplay-Light';
	font-family: 'SFProDisplay-Medium';
	font-family: 'SFProDisplay-Semibold';
	font-family: 'SFProDisplay-Thin';
	font-family: 'SFProDisplay-Ultralight';
 */
/* line 5, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 22, ../sass/screen.scss */
body .m-menu-link {
  display: inline-block;
  width: 25px;
  height: 20px;
  color: rgba(255, 255, 255, 0.502);
  background-image: url(../images/menu.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 25px;
  position: absolute;
  right: 50px;
  display: none;
}
/* line 35, ../sass/screen.scss */
body .m-menu {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  list-style-type: none;
  font-size: 15px;
  font-weight: lighter;
  text-transform: uppercase;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
/* line 54, ../sass/screen.scss */
body .m-menu li {
  margin-bottom: 28px;
  z-index: 2;
}
/* line 58, ../sass/screen.scss */
body .m-menu li a {
  text-decoration: none;
  color: #fff;
  z-index: 12;
  font-family: 'SFProDisplay-Light';
  letter-spacing: 1px;
}
/* line 64, ../sass/screen.scss */
body .m-menu li i {
  color: #fff;
  font-size: 10px;
  padding-left: 40px;
  float: right;
  padding-right: 55px;
}
/* line 69, ../sass/screen.scss */
body .m-menu li .glyphicon-menu-up {
  display: none;
}
/* line 74, ../sass/screen.scss */
body .m-menu li.active a.menu-link {
  color: #1eafba;
}
/* line 78, ../sass/screen.scss */
body .m-menu .dropdown-mob {
  display: none;
  text-align: left;
  margin-top: 30px;
  position: relative;
  left: 40px;
  width: 70%;
}
/* line 86, ../sass/screen.scss */
body .m-menu .dropdown-mob li:last-child {
  margin-bottom: 0;
}
/* line 91, ../sass/screen.scss */
body .m-menu .dropdown-mob li a.active {
  color: #1eafba;
}
/* line 96, ../sass/screen.scss */
body .m-menu .dropdown-mob.active {
  display: block;
}
/* line 99, ../sass/screen.scss */
body .m-menu .close-menu {
  position: absolute;
  cursor: pointer;
  top: 40px;
  left: -35px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 45px;
}
/* line 108, ../sass/screen.scss */
body .m-menu.active {
  text-align: left;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
body .close-menu{
  position: absolute;
  color: white;
  z-index: 222;
  right: 40px;
  top: 23px;
  font-size: 44px;
  text-decoration: none;
  cursor: pointer;
}
/* line 113, ../sass/screen.scss */
body .tab-content {
  -webkit-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.75);
  font-family: "SFProDisplay-Light";
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  background: #fff;
  top: 90px;
  padding-bottom: 50px;
}
/* line 126, ../sass/screen.scss */
body .tab-content .brand-box {
  margin-top: 30px;
  padding: 0px 5px 0;
  border-right: 1px solid #ceced8;
  position: relative;
}

/* line 130, ../sass/screen.scss */
body .tab-content .brand-box p {
  font-family: "SFProDisplay-Light";
  font-size: 15px;
  font-weight: 200;
  color: #777777;
  line-height: 20px;
}
/* line 138, ../sass/screen.scss */
body .tab-content .brand-box .more {
  font-family: "SFProDisplay-Light";
  margin-bottom: 25px;
  position: absolute;
  text-decoration: none;
  bottom: -55px;
  right: 30px;
  font-weight: 200;
  font-size: 14px;
  color: #444444;
}
/* line 148, ../sass/screen.scss */
body .tab-content .brand-box .more img {
  position: relative;
  top: 3px;
  left: 15px;
}
/* line 154, ../sass/screen.scss */
body .tab-content .brand-box .logo-box {
  margin-bottom: 40px;
}

body .tab-content .brand-box a {
  color: #7767d7;
}

/* line 160, ../sass/screen.scss */
.head {
  display: flex;
  justify-content: column;
  align-items: center;
}
/* line 164, ../sass/screen.scss */
.head .carousel {
  width: 100%;
}
/* line 166, ../sass/screen.scss */
.head .carousel img {
  width: 100%;
}
/* line 169, ../sass/screen.scss */
.head .carousel .carousel-inner {
  max-height: 1000px;
}
/* line 173, ../sass/screen.scss */
.head .overlay-color {
  position: absolute;
  top: 0;
  background-color: rgba(119, 103, 215, 0.8);
  width: 100%;
  height: 100%;
}
/* line 179, ../sass/screen.scss */
.head .overlay-color .wave {
  position: absolute;
  top: 0;
  background-image: url(../images/wave_pattern.png);
  background-position: 0;
  width: 100%;
  height: 100%;
}
/* line 186, ../sass/screen.scss */
.head .overlay-color .wave .logo_in_mob {
  display: none;
}

/* line 189, ../sass/screen.scss */
.head .overlay-color .wave .top, .head .overlay-color .wave .scroll_hidden {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
/* line 194, ../sass/screen.scss */
.head .overlay-color .wave .top .menu, .head .overlay-color .wave .scroll_hidden .menu {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
/* line 198, ../sass/screen.scss */
.head .overlay-color .wave .top .menu li, .head .overlay-color .wave .scroll_hidden .menu li {
  margin-right: 15px;
  z-index: 2;
}

.ie9  .head .overlay-color .wave .top .menu li, .head .overlay-color .wave .scroll_hidden .menu li {
  display: inline;
  margin-right: 8px;
}
/* line 201, ../sass/screen.scss */
.head .overlay-color .wave .top .menu li a, .head .overlay-color .wave .scroll_hidden .menu li a {
  font-family: "SFProDisplay-Light";
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
  padding: 10px 10px;
  padding-bottom: 10px;
  z-index: 12;
}
/* line 210, ../sass/screen.scss */
.head .overlay-color .wave .top .menu li a:hover, .head .overlay-color .wave .scroll_hidden .menu li a:hover {
  border-bottom: 3px solid #1eafba;
  transition: .2s;
}
/* line 215, ../sass/screen.scss */
.head .overlay-color .wave .top .menu li i, .head .overlay-color .wave .scroll_hidden .menu li i {
  color: #fff;
  font-size: 10px;
  margin-top: -2px;
  position: relative;
  left: -7px;
  top: 0;
}

/* line 225, ../sass/screen.scss */
.head .overlay-color .wave .top .menu li.active a, .head .overlay-color .wave .scroll_hidden .menu li.active a {
  border-bottom: 3px solid #1eafba;
}
/* line 229, ../sass/screen.scss */
.head .overlay-color .wave .top .menu .glyphicon-menu-up, .head .overlay-color .wave .scroll_hidden .menu .glyphicon-menu-up {
  display: none;
}
/* line 253, ../sass/screen.scss */
.head .overlay-color .wave .scroll_hidden {
  display: block;
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 10px 0;
  margin-top: 0 !important;
  width: 100%;
  height: 86px;
  background-color: transparent;
}

/*.head .overlay-color .wave .scroll_hidden.affix{*/
  /*padding-top: 40px;*/
/*}*/

/* line 263, ../sass/screen.scss */
.head .overlay-color .wave .scroll_hidden .logo {
  width: 200px;
  float: left;
}
/* line 267, ../sass/screen.scss */
.head .overlay-color .wave .scroll_hidden .menu-box {
  float: left;
  margin-top: 26px;
  margin-left: 12%;
  margin-right: 9%;
}
/* line 273, ../sass/screen.scss */
.head .overlay-color .wave .scroll_hidden .btn-get {
  position: relative;
  top: 25px;
  float: left;
}
/* line 276, ../sass/screen.scss */
.head .overlay-color .wave .scroll_hidden .btn-get a {
  font-family: "SFProDisplay-Light";
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.502);
  padding: 14px 50px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
/* line 293, ../sass/screen.scss */
.head .head-body {
  color: #fff;
}
/* line 295, ../sass/screen.scss */
.head .head-body h1 {
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 75px;
  line-height: 75px;
  padding-top: 350px;
}
/* line 302, ../sass/screen.scss */
.head .head-body p {
  font-family: "SFProDisplay-Thin";
  font-weight: 200;
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 40px;
}
/* line 309, ../sass/screen.scss */
.head .head-body .btn {
  font-family: "SFProDisplay-Light";
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 80px;
  background-color: #1eafba;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-bottom: 58px;
}
/* line 322, ../sass/screen.scss */
.head .head-body .btn:hover {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.502);
  transition: .3s;
}

/* line 330, ../sass/screen.scss */
.service_mob {
  display: none;
}
/* line 332, ../sass/screen.scss */
.service_mob h3 {
  font-family: "SFProDisplay-Medium";
}
/* line 335, ../sass/screen.scss */
.service_mob h4 {
  font-family: "SFProDisplay-Medium";
}
/* line 338, ../sass/screen.scss */
.service_mob p {
  font-family: "SFProDisplay-Thin";
}

/* line 343, ../sass/screen.scss */
.service {
  background-color: #fff;
}
/* line 345, ../sass/screen.scss */
.service .general {
  text-align: center;
}
/* line 347, ../sass/screen.scss */
.service .general h3 {
  font-family: "SFProDisplay-Medium";
  font-size: 60px;
  font-weight: 500;
  color: #444444;
  padding-top: 75px;
}
/* line 354, ../sass/screen.scss */
.service .general p {
  font-family: "SFProDisplay-Light";
  font-size: 16px;
  font-weight: 200;
  color: #777777;
  padding-top: 33px;
  padding-bottom: 80px;
  line-height: 20px;
}
/* line 364, ../sass/screen.scss */
.service .left-col, .service .right-col {
  text-align: right;
}
/* line 366, ../sass/screen.scss */
.service .left-col h4, .service .right-col h4 {
  font-family: "SFProDisplay-Medium";
  font-size: 25px;
  color: #444;
  font-weight: 600;
  margin-bottom: 15px;
}
/* line 373, ../sass/screen.scss */
.service .left-col p, .service .right-col p {
  font-family: "SFProDisplay-Light";
  font-size: 14px;
  color: #777777;
  font-weight: 200;
  line-height: 20px;
}
/* line 380, ../sass/screen.scss */
.service .left-col .line, .service .right-col .line {
  position: relative;
  top: 5px;
}
/* line 384, ../sass/screen.scss */
.service .left-col .development, .service .right-col .development {
  margin-bottom: 140px;
}
/* line 388, ../sass/screen.scss */
.service .right-col {
  text-align: left;
}
/* line 390, ../sass/screen.scss */
.service .right-col .line {
  transform: rotate(180deg);
}
/* line 393, ../sass/screen.scss */
.service .right-col .consulting {
  padding: 135px 0;
}
/* line 397, ../sass/screen.scss */
.service .center-col {
  text-align: center;
}
/* line 399, ../sass/screen.scss */
.service .center-col .photo-part_dollar {
  position: absolute;
  overflow: hidden;
}
/* line 402, ../sass/screen.scss */
.service .center-col .photo-part_dollar .bg {
  width: 100%;
  position: absolute;
}
/* line 407, ../sass/screen.scss */
.service .center-col .img-responsive {
  position: absolute;
  margin: 0 auto;
  left: 2px;
}
/* line 412, ../sass/screen.scss */
.service .center-col .bg-img {
  position: absolute;
  width: 90%;
  height: auto;
  margin: 0 auto;
  left: 15px;
  top: 15px;
}
/* line 421, ../sass/screen.scss */
.service .bottom-row {
  text-align: center;
}
/* line 423, ../sass/screen.scss */
.service .bottom-row .btn {
  font-family: "SFProDisplay-Light";
  font-size: 15px;
  border: 1px solid #b3abe8;
  background-color: transparent;
  color: #7767d7;
    width: 210px;
    height: 44px;
    padding: 11px;
  text-decoration: none;
    font-weight: 500;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-top: 95px;
}
/* line 436, ../sass/screen.scss */
.service .bottom-row .btn:hover {
  background-color: #7767d7;
  color: #fff;
  transition: .3s;
}

/* line 444, ../sass/screen.scss */
.solutions, .solutions_mob {
  background-color: #fff;
  position: relative;
}
/* line 447, ../sass/screen.scss */
.solutions .img-box, .solutions_mob .img-box {
  background-image: url(../images/solutions-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  right: 0;
  top: 0;
  background-position: 0 0px;
  padding-bottom: 350px;
}
/* line 457, ../sass/screen.scss */
.solutions .top-row, .solutions_mob .top-row {
  text-align: center;
  padding-bottom: 50px;
}
/* line 460, ../sass/screen.scss */
.solutions .top-row h3, .solutions_mob .top-row h3 {
  font-family: "SFProDisplay-Medium";
  font-size: 60px;
  font-weight: 500;
  color: #a095e3;
  padding-top: 240px;
}
/* line 467, ../sass/screen.scss */
.solutions .top-row p, .solutions_mob .top-row p {
  font-family: "SFProDisplay-Light";
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 90px;
  line-height: 25px;
}
/* line 477, ../sass/screen.scss */
.solutions .center-col, .solutions_mob .center-col {
  text-align: center;
}
/* line 479, ../sass/screen.scss */
.solutions .center-col .photo-part_arrow, .solutions_mob .center-col .photo-part_arrow {
  position: absolute;
  overflow: hidden;
}
/* line 482, ../sass/screen.scss */
.solutions .center-col .photo-part_arrow .bg, .solutions_mob .center-col .photo-part_arrow .bg {
  width: 100%;
  position: absolute;
}
/* line 487, ../sass/screen.scss */
.solutions .center-col .img-responsive, .solutions_mob .center-col .img-responsive {
  position: absolute;
  margin: 0 auto;
  top: -35px;
  left: 3px;
}
/* line 493, ../sass/screen.scss */
.solutions .center-col .bg-img, .solutions_mob .center-col .bg-img {
  position: absolute;
  width: 90%;
  height: auto;
  margin: 0 auto;
  left: 15px;
  top: 15px;
}
/* line 503, ../sass/screen.scss */
.solutions .left-col h4, .solutions .right-col h4, .solutions_mob .left-col h4, .solutions_mob .right-col h4 {
  font-family: "SFProDisplay-Medium";
  font-size: 100px;
  font-weight: 500;
  color: #fff;
}
/* line 509, ../sass/screen.scss */
.solutions .left-col p, .solutions .right-col p, .solutions_mob .left-col p, .solutions_mob .right-col p {
  font-family: "SFProDisplay-Thin";
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 518, ../sass/screen.scss */
.solutions .left-col .brands img, .solutions .right-col .brands img, .solutions_mob .left-col .brands img, .solutions_mob .right-col .brands img {
  float: left;
  margin-right: 25px;
}
/* line 522, ../sass/screen.scss */
.solutions .left-col .brands ul, .solutions .right-col .brands ul, .solutions_mob .left-col .brands ul, .solutions_mob .right-col .brands ul {
  font-family: "SFProDisplay-Light";
  position: relative;
  top: 25px;
}
/* line 526, ../sass/screen.scss */
.solutions .left-col .brands ul img, .solutions .right-col .brands ul img, .solutions_mob .left-col .brands ul img, .solutions_mob .right-col .brands ul img {
  margin-bottom: 30px;
}
/* line 532, ../sass/screen.scss */
.solutions .right-col, .solutions_mob .right-col {
  font-size: 24px;
  color: #fff;
  font-weight: 200;
}
/* line 537, ../sass/screen.scss */
.solutions .right-col ul li, .solutions_mob .right-col ul li {
  margin-bottom: 30px;
}

/* line 543, ../sass/screen.scss */
.solutions_mob {
  display: none;
}

/* line 546, ../sass/screen.scss */
.products {
  background-color: #fff;
}
/* line 548, ../sass/screen.scss */
.products .top-row {
  text-align: center;
}
/* line 550, ../sass/screen.scss */
.products .top-row h3 {
  font-family: "SFProDisplay-Medium";
  padding-top: 30px;
  font-size: 60px;
  color: #444444;
  font-weight: 500;
}
/* line 557, ../sass/screen.scss */
.products .top-row p {
  font-family: "SFProDisplay-Thin";
  font-size: 16px;
  font-weight: 200;
  color: #888888;
  padding-top: 35px;
  padding-bottom: 80px;
  line-height: 20px;
}
/* line 568, ../sass/screen.scss */
.products .owl-carousel img {
  width: 165px;
  height: 224px;
}
/* line 573, ../sass/screen.scss */
.products .owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 3px;
  border-radius: 0;
}
/* line 578, ../sass/screen.scss */
.products .owl-theme .owl-dots .owl-dot.active span {
  background-color: #7767d7;
}
/* line 583, ../sass/screen.scss */
.products .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 80px;
  font-size: 0;
  background-image: url(../images/arrow_l.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
/* line 595, ../sass/screen.scss */
.products .owl-theme .owl-nav .owl-next {
  right: -120px;
  position: absolute;
  top: 100px;
  font-size: 0;
  background-image: url(../images/arrow_r.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}

/* line 610, ../sass/screen.scss */
.projects, .projects_mob {
  position: relative;
}
/* line 616, ../sass/screen.scss */
.projects .photo-part-lamp, .projects_mob .photo-part-lamp {
  position: absolute !important;
  left: 50%;
  margin-left: -411px;
  top: 50%;
  margin-top: -164px;
}
/* line 623, ../sass/screen.scss */
.projects .project-bg, .projects_mob .project-bg {
  position: relative;
  width: 100%;
}
/* line 626, ../sass/screen.scss */
.projects .project-bg img, .projects_mob .project-bg img {
  width: 100%;
  position: absolute;
  top: -2px;
}
/* line 632, ../sass/screen.scss */
.projects .top-row, .projects_mob .top-row {
  text-align: center;
}
/* line 634, ../sass/screen.scss */
.projects .top-row h3, .projects_mob .top-row h3 {
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 60px;
  color: #444;
  padding-top: 200px;
}
/* line 641, ../sass/screen.scss */
.projects .top-row p, .projects_mob .top-row p {
  font-family: "SFProDisplay-Light";
  font-weight: 200;
  font-size: 16px;
  color: #888;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 55px;
}
/* line 651, ../sass/screen.scss */
.projects .left-col, .projects .right-col, .projects_mob .left-col, .projects_mob .right-col {
  text-align: right;
  padding-top: 20px;
  position: relative;
  margin-bottom: 400px;
}
/* line 656, ../sass/screen.scss */
.projects .left-col h4, .projects .right-col h4, .projects_mob .left-col h4, .projects_mob .right-col h4 {
  font-family: "SFProDisplay-Semibold";
  font-weight: 600;
  color: #444;
  font-size: 33px;
  margin-bottom: 30px;
}
/* line 663, ../sass/screen.scss */
.projects .left-col p, .projects .right-col p, .projects_mob .left-col p, .projects_mob .right-col p {
  font-family: "SFProDisplay-Light";
  font-size: 19px;
  color: #888888;
  font-weight: 200;
  line-height: 23px;
  margin-bottom: 30px;
}
/* line 671, ../sass/screen.scss */
.projects .left-col img, .projects .right-col img, .projects_mob .left-col img, .projects_mob .right-col img {
  position: absolute;
  top: 125px;
  right: -60px;
}
/* line 677, ../sass/screen.scss */
.projects .right-col, .projects_mob .right-col {
  text-align: left;
}
/* line 679, ../sass/screen.scss */
.projects .right-col img, .projects_mob .right-col img {
  left: -50px;
  transform: rotate(180deg);
}
/* line 684, ../sass/screen.scss */
.projects .btn, .projects_mob .btn {
  font-family: "SFProDisplay-Light";
  padding: 18px 85px;
  text-transform: uppercase;
  border: 1px solid #7767d7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #7767d7;
}
/* line 696, ../sass/screen.scss */
.projects .btn:hover, .projects_mob .btn:hover {
  color: #fff;
  background-color: #7767d7;
  transition: .3s;
}

/* line 703, ../sass/screen.scss */
.projects_mob {
  display: none;
}

.product .btn, .product_mob .btn {
  font-family: "SFProDisplay-Light";
  padding: 10px 85px;
  text-transform: uppercase;
  border: 1px solid #7767d7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #7767d7;
}
/* line 696, ../sass/screen.scss */
.product .btn:hover, .product_mob .btn:hover {
  color: #fff;
  background-color: #7767d7;
  transition: .3s;
}

/* line 706, ../sass/screen.scss */
.partner {
  z-index: 999999;
  margin-top: 100px;
  padding-top: 100px;
  background-color: #fff;
}
.partner .top-row h3 {
  font-family: "SFProDisplay-Medium";
  padding-top: 30px;
  font-size: 78pt;
  text-align: center;
  color: #444444;
  font-weight: 500;
}
/* line 710, ../sass/screen.scss */
.partner .owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 3px;
  border-radius: 0;
}
/* line 715, ../sass/screen.scss */
.partner .owl-theme .owl-dots .owl-dot.active span {
  background-color: #7767d7;
}
/* line 718, ../sass/screen.scss */
.partner .item {
  width: 200px;
  height: 55px;
}
/* line 724, ../sass/screen.scss */
.partner .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 0;
  background-image: url(../images/arrow_l.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
/* line 736, ../sass/screen.scss */
.partner .owl-theme .owl-nav .owl-next {
  right: -120px;
  position: absolute;
  top: 10px;
  font-size: 0;
  background-image: url(../images/arrow_r.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}

/*submit form styles*/
#userForm{
	max-width:50%;
    margin:60px auto;
	background-color:#1EAFBA;
    resize: vertical;
	
}
#userForm h2{
	color:#ffffff;
	 text-align: center;
	 font-size: 25px;
     font-family: "SFProDisplay-Light";
	  padding:40px;
}

.formContainer{
   position: relative;
   background-color: #f7f7fc;
   padding: 30px;
    margin: 0px auto;
}
    
.col-25{	
	float: left;
    width: 25%;
    margin-top: 6px;
}
.col-75{	
	float: right;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
 .row:after {
    content: "";
    display: table;
    clear: both;
}*/
.formControlLabel{
	font-size: 18px;
    font-family: "SFProDisplay-Light";
	padding-left:10%;
}


.rsform-input-box{
	height: 30px;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	font-family: "SFProDisplay-Light";
#	color: #888888;
	text-align:left;
	margin-right: 10px;
}
.rsform-text-box{
	width:75%;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	font-family: "SFProDisplay-Light";
#	color: #888888;
	text-align:left;
	margin-right: 10px;
}
.rsform-block-send .rsform-submit-button{
	display:block;
	margin:0 auto;
	width: 200px;
	border: 1px solid #1EAFBA;
	padding: 12px;
	margin-top: 30px;
	transition: .3s;
	text-transform: uppercase;
	background-color: #1EAFBA;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	letter-spacing: 1px;
	border-radius: 30px;
	font-family: "SFProDisplay-Medium";
	font-size: 15px;
	color: white;
	text-decoration: none;
}
.rsform-submit-button:hover{
	background-color: #ffffff;
	color:#1EAFBA;
	border: 1px solid #1EAFBA;
}
.rsform-error-container  .formRed{
	color: #CF4D4D;
}
@media (max-width: 700px){
    .col-25, .col-75, .rsform-submit-button{
        width: 100%;
        margin-top: 0;
		float:left;
    }
}
/* line 751, ../sass/screen.scss */
.get-touch {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  margin-top: 100px;
}

/* line 755, ../sass/screen.scss */
.get-touch h3 {
  font-family: "SFProDisplay-Medium";
#  padding-top: 100px;
  font-size: 58pt;
  font-weight: 500;
  color: #444444;
}
/* line 762, ../sass/screen.scss */
.get-touch p {
  font-family: "SFProDisplay-Light";
  font-size: 21px;
  color: #888;
  font-weight: 200;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 90px;
}
/* line 771, ../sass/screen.scss */
.get-touch form {
  margin-bottom: 70px;
}
/* line 773, ../sass/screen.scss */
.get-touch form input {
  font-family: "SFProDisplay-Thin";
  padding: 25px 40px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 50%;
}
/* line 782, ../sass/screen.scss */
.get-touch form input::placeholder {
  color: #bababa;
}
/* line 785, ../sass/screen.scss */
.get-touch form input:focus {
  outline: none;
}
/* line 789, ../sass/screen.scss */
.get-touch form .btn, .get-touch form input .btn {
  font-family: "SFProDisplay-Light";
  text-transform: uppercase;
  color: #fff;
  background-color: #7767d7;
  padding: 25px 85px;
  width: 300px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  left: -55px;
}
/* line 800, ../sass/screen.scss */
.get-touch form .btn:hover {
  border: 1px solid #d8d8d8;
  background-color: hsl(249, 39%, 48%);
  color: #fff;
  transition: .3s;
}
/* line 807, ../sass/screen.scss */
.get-touch form .top {
  margin-bottom: 50px;
}
/* line 811, ../sass/screen.scss */
.get-touch .help {
  display: none;
  position: fixed;
  z-index: 99;
  right: 51px;
  width: 55%;
  bottom: 155px;
  /*max-width: 480px;*/
  min-width: 280px;
}
/* line 820, ../sass/screen.scss */
.get-touch .help form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 1, 1, 0.2);
  transition: .5s;
}
/* line 827, ../sass/screen.scss */
.get-touch .help form .head, .get-touch .help form .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
/* line 834, ../sass/screen.scss */
.get-touch .help form .head {
  background-color: #1eafba;
  color: #fff;
  padding: 25px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 844, ../sass/screen.scss */
.get-touch .help form .head h5 {
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 22px;
}
/* line 849, ../sass/screen.scss */
.get-touch .help form .head p {
  font-family: "SFProDisplay-Thin";
  color: #bde0e3;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 0;
}
/* line 857, ../sass/screen.scss */
.get-touch .help form .head p span {
  font-weight: 400;
  color: #fff;
}
/* line 863, ../sass/screen.scss */
.get-touch .help form .content {
  background-color: #f7f7fc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 45px;
}
/* line 872, ../sass/screen.scss */
.get-touch .help form .content .help-inp {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 14px;
  color: #888888;
  padding: 18px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
}
/* line 881, ../sass/screen.scss */
.get-touch .help form .content .help-inp:focus {
  outline: none;
}
/* line 885, ../sass/screen.scss */
.get-touch .help form .content .help-text {
  font-family: "SFProDisplay-Light";
  resize: none;
  border: none;
  border-top: 1px solid #d8d8d8;
  margin-top: 10px;
  color: #888888;
  padding: 23px 23px 5px;
  border-radius: 0;
}
/* line 894, ../sass/screen.scss */
.get-touch .help form .content .help-text::placeholder {
  color: #b5b5b5;
}
/* line 897, ../sass/screen.scss */
.get-touch .help form .content .help-text:focus {
  outline: none;
}
/* line 901, ../sass/screen.scss */
.get-touch .help form .content .send {
  display: inherit;
  position: absolute;
  right: 0;
  bottom: 14px;
  right: 18px;
}
/*get started*/
.get-started {
  display: none;
  position: fixed;
  z-index: 9999999999;
  /* right: 51px; */
  /* right: 36%; */
  width: 55%;
  bottom: 155px;
  /*max-width: 480px;*/
  min-width: 280px;
  top: 5%;
  left: 0;
  right: 0;
  padding-top: 50px
}
.get-started {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.get-started .massage{
  width: 480px;
  max-width: 480px;
  margin: 0 auto;
}
/* line 820, ../sass/screen.scss */
.get-started form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 1, 1, 0.2);
  transition: .5s;
}
/* line 827, ../sass/screen.scss */
.get-started form .head, .get-started form .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 834, ../sass/screen.scss */
.get-started form .head {
  background-color: #1eafba;
  color: #fff;
  padding: 25px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 844, ../sass/screen.scss */
.get-started form .head h5 {
  font-family: "SFProDisplay-Medium";
  font-weight: 500;
  font-size: 22px;
}
/* line 849, ../sass/screen.scss */
.get-started form .head p {
  font-family: "SFProDisplay-Thin";
  color: #bde0e3;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  padding: 15px 100px 0;
}
/* line 857, ../sass/screen.scss */
.get-started form .head p span {
  font-weight: 400;
  color: #fff;
}
/* line 863, ../sass/screen.scss */
.get-started form .content {
  background-color: #f7f7fc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 45px;
}
/* line 885, ../sass/screen.scss */
.get-started form .content .get-text {
  font-family: "SFProDisplay-Light";
  resize: none;
  border: 1px solid #ccc;
  padding: 14px 16px 5px;
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: 135px;
}
/* line 894, ../sass/screen.scss */
.get-started form .content .get-text::placeholder {
  color: #b5b5b5;
}
/* line 897, ../sass/screen.scss */
.get-started form .content .get-text:focus {
  outline: none;
}
/* line 901, ../sass/screen.scss */
.get-started form .content .send {
  display: block;
  width: 200px;
  border: 0;
  padding: 12px;
  transition: .3s;
  text-transform: uppercase;
  background-color: #7767d7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  letter-spacing: 1px;
  border-radius: 30px;
  font-family: "SFProDisplay-Medium";
  font-size: 15px;
  color: white;
  text-decoration: none;
}
.get-started.open {
  display: block;
  opacity: 1;
  transition: .5s;
}
.get-started .get-started-radio {
  display: none;
}

.get-started .get-started-radio + label {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 23px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "SFProDisplay-Medium";
  font-size: 14px;
}

.get-started .get-started-radio + label:before,
.get-started .get-started-radio + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 0.5px solid #ccc;
}

.get-started .get-started-radio + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
  width: 11px;
  height: 11px;
  border: none;
  box-shadow: none;
  margin: 7px;
}

.get-started .get-started-radio + label:hover:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.get-started .get-started-radio:checked + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 1em #7767d7;
}
.get-started .get-radio{
  margin:0 auto 40px;
  width: 85%;
}
.get-started .content .get-select{
  width: 85%;
  margin: 0 auto;
  border-radius: 0;
}
.get-started .content .get-select select{
  height: 50px;
  border-radius: inherit;
  font-size: 16px;
  font-family: "SFProDisplay-Light";
  color: #888888;
  margin-bottom: 35px;
}
.get-started .content .get-select textarea::-webkit-input-placeholder { color: #888888; }
.get-started .content .started-btn{
  display: flex;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 911, ../sass/screen.scss */
.get-touch .round-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1eafba;
  display: inline-block;
  line-height: 73px;
  bottom: 60px;
  right: 51px;
  z-index: 9999;
}
/* line 922, ../sass/screen.scss */
.get-touch .close-email {
  display: none;
}
/* line 925, ../sass/screen.scss */
.get-touch .help.open {
  display: block;
  opacity: 1;
  transition: .5s;
  right: 0;
  bottom: 140px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999999999;
}
.get-touch .help.open .massage{
  max-width: 360px;
  float: right;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/* line 931, ../sass/screen.scss */
.footer, .footer_mob {
  position: relative;
  padding-top: 50px;
  border-top: 1px solid #d8d8d8;
  background-color: #f0f0fa;
}
/* line 936, ../sass/screen.scss */
.footer h4, .footer_mob h4 {
  font-family: "SFProDisplay-Medium";
  font-size: 25px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 35px;
}
/* line 944, ../sass/screen.scss */
.footer ul li, .footer_mob ul li {
  margin-bottom: 20px;
}
/* line 946, ../sass/screen.scss */
.footer ul li a, .footer_mob ul li a {
  font-family: "SFProDisplay-Light";
  text-decoration: none;
  font-size: 18px;
  color: #888888;
  font-weight: 200;
}
/* line 955, ../sass/screen.scss */
.footer p, .footer_mob p {
  font-family: "SFProDisplay-Light";
  text-decoration: none;
  font-size: 13pt;
  color: #888888;
  font-weight: 200;
  line-height: 30px;
}
/* line 963, ../sass/screen.scss */
.footer .btn, .footer_mob .btn {
  font-family: "SFProDisplay-Light";
  padding: 25px 75px;
  background-color: #1eafba;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-top: 45px;
}
/* line 973, ../sass/screen.scss */
.footer .btn:hover, .footer_mob .btn:hover {
  background-color: transparent;
  border: 1px solid #1eafba;
  color: #1eafba;
  transition: .3s;
}
/* line 980, ../sass/screen.scss */
.footer .social, .footer_mob .social {
  padding-top: 50px;
  /*display: flex;*/
  align-items: center;
}
.footer .social .footer-bottom{
  padding-bottom: 20px;
}
.footer .social .footer-bottom div:first-child span{
  font-size: 11pt;
  font-family: "SFProDisplay-Light";
  color: #888888;
  font-weight: 200;
}
/* line 984, ../sass/screen.scss */
.footer .social p, .footer_mob .social p {
  font-family: "SFProDisplay-Light";
  font-size: 16px;
}

/* line 988, ../sass/screen.scss */
.footer .social .social-ul, .footer_mob .social .social-ul {
  display: inline-block;
}
/* line 990, ../sass/screen.scss */
.footer .social .social-ul li, .footer_mob .social .social-ul li {
  float: left;
  margin-right: 50px;
  margin-bottom: 5px;
}
/* line 994, ../sass/screen.scss */
.footer .social .social-ul li i, .footer_mob .social .social-ul li i {
  font-size: 20px;
  color: #444444;
}
/* line 1000, ../sass/screen.scss */
.footer .social .createBy, .footer_mob .social .createBy {
  text-align: right;
}
/* line 1002, ../sass/screen.scss */
.footer .social .createBy img, .footer_mob .social .createBy img {
  margin: 0 auto;
}

/* line 1008, ../sass/screen.scss */
.footer_mob {
  display: none;
}

.lamp-box {
  min-height: 470px;
}

.projects .left-col p, .projects .right-col p, .projects_mob .left-col p, .projects_mob .right-col p{
  max-height: 300px;
  overflow: hidden;
}

.more-btn{
  height: 50px;
  position: absolute;
  z-index: 9;
  left: 41%;
  top: 40px;
}
.development{
  left: 64px!important;
}

@media (min-width: 320px) and (max-width: 1024px) {
  /* line 1013, ../sass/screen.scss */
  body .tab-content {
    display: none;
  }
  /* line 1016, ../sass/screen.scss */
  body .m-menu-link {
    display: block;
    z-index: 10;
    top: 20px;
  }

  /* line 1024, ../sass/screen.scss */
  .head .overlay-color .wave .logo_in_mob {
    display: block;
    width: 200px;
  }
  /* line 1029, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box {
    display: none;
  }
  /* line 1033, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden {
    display: none !important;
  }
}
/* line 1041, ../sass/screen.scss */
.projects .photo-part-lamp {
  position: absolute !important;
  left: 50%;
  margin-left: -271px;
  top: 50%;
  margin-top: -223px;
  overflow: hidden;
}
/* line 1047, ../sass/screen.scss */
.projects .photo-part-lamp img {
  width: 100%;
  height: 498px;
}

.close-modal{
  background-color: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  display: none;
}

@media (min-width: 480px) and (max-width: 2558px) {
  /* line 1055, ../sass/screen.scss */
  .get-touch .help {
    /*max-width: 360px;*/
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  /* line 1062, ../sass/screen.scss */
  .head {
    overflow: hidden;
  }
  /* line 1067, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 115px;
  }
  /* line 1070, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 1074, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 1078, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get a {
    padding: 12px 52px;
  }
  /* line 1084, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -80px;
    top: 0px;
  }
  /* line 1089, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 99px;
    margin-right: 5%;
  }
  /* line 1093, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 114%;
  }
  /* line 1097, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 1101, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get a {
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 1110, ../sass/screen.scss */
  .head .logo {
    position: relative;
    left: -143px;
  }
  /* line 1115, ../sass/screen.scss */
  .head .head-body h1 {
    position: relative;
    line-height: 77px;
    padding-top: 440px;
    left: -86px;
  }
  /* line 1121, ../sass/screen.scss */
  .head .head-body p {
    left: -83px;
    position: relative;
    top: -12px;
    letter-spacing: 1.01px;
  }
  /* line 1127, ../sass/screen.scss */
  .head .head-body .btn {
    position: relative;
    left: -83px;
    letter-spacing: .1px;
    top: -14px;
    padding: 12px 70px;
    outline: 0!important;
  }
  /* line 1136, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    max-height: 800px;
  }
  /* line 1139, ../sass/screen.scss */
  .head .carousel .carousel-inner .item img {
    position: relative;
    top: -170px;
  }

  /* line 1149, ../sass/screen.scss */
  .service .general p {
    padding-top: 22px;
    letter-spacing: 0.7px;
  }
  /* line 1155, ../sass/screen.scss */
  .service .left-col .development {
    margin-bottom: 122px;
    position: relative;
    left: 64px!important;
    top: -7px;
    letter-spacing: .5px;
  }
  /* line 1162, ../sass/screen.scss */
  .service .left-col .support {
    position: relative;
    left: 62px;
    top: 8px;
  }
  /* line 1167, ../sass/screen.scss */
  .service .left-col .line {
    z-index: 99999;
  }
  /* line 1170, ../sass/screen.scss */
  .service .left-col h4 {
    margin-bottom: 10px;
    line-height: 25px;
  }
  /* line 1176, ../sass/screen.scss */
  .service .center-col .photo-part_dollar {
    height: 515px;
  }
  /* line 1179, ../sass/screen.scss */
  .service .center-col .img-responsive {
    left: 3px;
    top: -66px;
  }
  /* line 1185, ../sass/screen.scss */
  .service .right-col .consulting {
    position: relative;
    top: -5px;
    left: -67px;
    letter-spacing: .5px;
  }
  /* line 1191, ../sass/screen.scss */
  .service .right-col .partnership {
    position: relative;
    top: -29px;
    left: -66px;
    letter-spacing: 0.8px;
  }
  /* line 1199, ../sass/screen.scss */
  .service .bottom-row .btn {
    padding: 0;
    line-height: 44px;
    margin-top: 39px;
  }

  /* line 1206, ../sass/screen.scss */
  .solutions .img-box {
    background-position: 0px 0px;
    /*padding-bottom: 195px;*/
    margin-bottom: -100px;
  }
  .solutions .img-box, .solutions_mob .img-box {
    padding-bottom: 385px;
  }
  /* line 1211, ../sass/screen.scss */
  .solutions .top-row h3 {
    /*padding-top: 158px;*/
  }
  /* line 1214, ../sass/screen.scss */
  .solutions .top-row p {
    padding-top: 17px;
    padding-bottom: 20px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  /* line 1222, ../sass/screen.scss */
  .solutions .left-col h4 {
    position: relative;
    left: 53px;
  }
  /* line 1226, ../sass/screen.scss */
  .solutions .left-col p {
    position: relative;
    left: 60px;
    top: -21px;
    letter-spacing: 1.6px;
  }
  /* line 1232, ../sass/screen.scss */
  .solutions .left-col .brands {
    position: relative;
    left: 62px;
    top: -18px;
  }
  /* line 1239, ../sass/screen.scss */
  .solutions .right-col h4 {
    position: relative;
    left: -81px;
  }
  /* line 1243, ../sass/screen.scss */
  .solutions .right-col p {
    position: relative;
    top: -20px;
    left: -73px;
  }
  /* line 1248, ../sass/screen.scss */
  .solutions .right-col .brands {
    position: relative;
    left: -77px;
    top: -18px;
  }

  /* line 1257, ../sass/screen.scss */
  .products .owl-carousel img {
    width: 176px;
    height: 256px;
  }
  /* line 1261, ../sass/screen.scss */
  .products .owl-carousel .item {
    padding-right: 5px;
  }
  /* line 1264, ../sass/screen.scss */
  .products .owl-carousel .owl-dots {
    margin-top: 52px;
  }
  /* line 1269, ../sass/screen.scss */
  .products .top-row p {
    padding-top: 24px;
    padding-bottom: 84px;
    line-height: 21px;
    letter-spacing: .7px;
  }

  /* line 1279, ../sass/screen.scss */
  .projects .top-row p {
    line-height: 19px;
    padding-top: 23px;
    letter-spacing: .7px;
  }
  /* line 1285, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: 120px;
    padding-top: 120px;
  }
  /* line 1288, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 19px;
    position: relative;
    left: 39px;
    letter-spacing: 0.3px;
  }
  /* line 1296, ../sass/screen.scss */
  .projects .left-col img, .projects .right-col img {
    top: 136px;
    right: -30px;
  }
  /* line 1300, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    left: -42px;
    letter-spacing: .6px;
    top: -5px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  /* line 1311, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 60px;
    position: relative;
    text-transform: uppercase;
    left: -40px;
    top: 6px;
  }
  /* line 1321, ../sass/screen.scss */
  .projects .left-col h4 {
    position: relative;
    left: -46px;
  }
  /* line 1327, ../sass/screen.scss */
  .projects .right-col p {
    left: 38px;
    top: -5px;
  }
  /* line 1331, ../sass/screen.scss */
  .projects .right-col .btn {
    left: 40px;
  }
  /* line 1335, ../sass/screen.scss */
  .projects .photo-part-lamp {
    position: absolute !important;
    left: 50%;
    margin-left: -271px;
    top: 50%;
    margin-top: -100px;
  }
  /*_:-ms-lang(x), .projects .photo-part-lamp {*/
    /*position: absolute !important;*/
    /*left: 50%;*/
    /*margin-left: -271px;*/
    /*top: 50%;*/
    /*margin-top: -55px;*/
  /*}*/

  .projects .photo-part-lamp img {
    width: 100%;
    height: 488px;
  }
  /*_:-ms-lang(x), .projects .photo-part-lamp img {*/
    /*width: 100%;*/
    /*height: 560px;*/
  /*}*/


  .projects .project-bg img {
    width: 100%;
    position: absolute;
    top: 14px;
  }

  .lamp-box {
    min-height: 600px;
  }

  @-moz-document url-prefix() {
    .lamp-box {
      height: 488px !important;
      min-height: 488px;
    }
    .projects .photo-part-lamp {
      margin-top: -45px;
    }
    .projects .photo-part-lamp img {
      width: 100%;
      height: 488px;
    }
  }
  /* line 1342, ../sass/screen.scss */
  .projects .bg {
    width: 550px;
    margin-top: -8px;
  }
  /* line 1346, ../sass/screen.scss */
  .projects .hr {
    width: 40%;
    height: 1px;
    background-color: #d8d8d8;
    margin: 0 auto;
    position: relative;
    top: 35px;
  }

  /* line 1356, ../sass/screen.scss */
  .partner .owl-dots {
    margin-top: 60px;
  }

  /* line 1361, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 60px;
  }
  /* line 1364, ../sass/screen.scss */
  .get-touch p {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 64px;
    letter-spacing: .7px;
    line-height: 24px;
  }
  /* line 1372, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    color: #bababa;
    padding: 14px 30px;
    width: 50%;
    margin-right: -7%;
  }
  /* line 1378, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 63px;
	width: 260px;
    left: -33px;
    top: -2px;
  }

  /* line 1387, ../sass/screen.scss */
  .footer h4 {
    color: #444444;
    font-size: 19pt;
    font-weight: 500;
    font-family: 'SFProDisplay-Semibold';
    margin-bottom: 20px;
  }
  /* line 1394, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 15px;
  }
  /* line 1396, ../sass/screen.scss */
  .footer ul li a {
    font-size: 13pt;
    color: #888888;
    font-weight: 200;
  }
  /* line 1403, ../sass/screen.scss */
  .footer .social {
    padding-top: 30px;
  }
  /* line 1405, ../sass/screen.scss */
  .footer .social .social-ul {
    padding-bottom: 20px;
  }
  /* line 1408, ../sass/screen.scss */
  .footer .social p {
    font-size: 11pt;
  }
  /* line 1412, ../sass/screen.scss */
  .footer .btn {
    padding: 12px 52px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1800px) and (max-width: 1919px) {
  /* line 1421, ../sass/screen.scss */
  body .tab-content {
    padding-bottom: 50px;
  }
  /* line 1424, ../sass/screen.scss */
  body .tab-content .brand-box p {
    font-size: 14px;
  }
  /* line 1427, ../sass/screen.scss */
  body .tab-content .brand-box .logo-box {
    margin-bottom: 20px;
  }

  /* line 1433, ../sass/screen.scss */
  .head {
    overflow: hidden;
  }
  /* line 1438, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 115px;
  }
  /* line 1441, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 1445, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 1449, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get a {
    padding: 12px 52px;
  }
  /* line 1455, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -80px;
    top: 0px;
  }
  /* line 1460, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 99px;
    margin-right: 5%;
  }
  /* line 1464, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 114%;
  }
  /* line 1468, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 1472, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get a {
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 1481, ../sass/screen.scss */
  .head .logo {
    position: relative;
    left: -143px;
  }
  /* line 1486, ../sass/screen.scss */
  .head .head-body h1 {
    position: relative;
    line-height: 77px;
    padding-top: 372px;
    left: -86px;
  }
  /* line 1492, ../sass/screen.scss */
  .head .head-body p {
    left: -83px;
    position: relative;
    top: -12px;
    letter-spacing: 1.01px;
  }
  /* line 1498, ../sass/screen.scss */
  .head .head-body .btn {
    position: relative;
    left: -83px;
    letter-spacing: .1px;
    top: -14px;
    padding: 12px 70px;
  }
  /* line 1507, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    max-height: 800px;
  }
  /* line 1510, ../sass/screen.scss */
  .head .carousel .carousel-inner .item img {
    position: relative;
    top: -115px;
  }

  /* line 1520, ../sass/screen.scss */
  .service .general p {
    padding-top: 22px;
    letter-spacing: 0.7px;
  }
  /* line 1526, ../sass/screen.scss */
  .service .left-col .development {
    margin-bottom: 122px;
    position: relative;
    left: 64px;
    top: -7px;
    letter-spacing: .5px;
  }
  /* line 1533, ../sass/screen.scss */
  .service .left-col .support {
    position: relative;
    left: 62px;
    top: 8px;
  }
  /* line 1538, ../sass/screen.scss */
  .service .left-col .line {
    z-index: 99999;
  }
  /* line 1541, ../sass/screen.scss */
  .service .left-col h4 {
    margin-bottom: 10px;
    line-height: 25px;
  }
  /* line 1547, ../sass/screen.scss */
  .service .center-col .photo-part_dollar {
    height: 515px;
  }
  /* line 1550, ../sass/screen.scss */
  .service .center-col .img-responsive {
    left: 3px;
    top: -57px;
  }
  /* line 1556, ../sass/screen.scss */
  .service .right-col .consulting {
    position: relative;
    top: -5px;
    left: -67px;
    letter-spacing: .5px;
  }
  /* line 1562, ../sass/screen.scss */
  .service .right-col .partnership {
    position: relative;
    top: -29px;
    left: -66px;
    letter-spacing: 0.8px;
  }
  /* line 1570, ../sass/screen.scss */
  .service .bottom-row .btn {
    /*padding: 8px 81px;*/
    margin-top: 39px;
  }

  /* line 1577, ../sass/screen.scss */
  .solutions .img-box {
    background-position: 0px 0px;
    /*padding-bottom: 195px;*/
    margin-bottom: -60px;
  }
  /* line 1582, ../sass/screen.scss */
  .solutions .top-row h3 {
    /*padding-top: 158px;*/
  }
  /* line 1585, ../sass/screen.scss */
  .solutions .top-row p {
    padding-top: 17px;
    padding-bottom: 20px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  /* line 1593, ../sass/screen.scss */
  .solutions .left-col h4 {
    position: relative;
    left: 53px;
  }
  /* line 1597, ../sass/screen.scss */
  .solutions .left-col p {
    position: relative;
    left: 60px;
    top: -21px;
    letter-spacing: 1.6px;
  }
  /* line 1603, ../sass/screen.scss */
  .solutions .left-col .brands {
    position: relative;
    left: 62px;
    top: -18px;
  }
  /* line 1610, ../sass/screen.scss */
  .solutions .right-col h4 {
    position: relative;
    left: -81px;
  }
  /* line 1614, ../sass/screen.scss */
  .solutions .right-col p {
    position: relative;
    top: -20px;
    left: -73px;
  }
  /* line 1619, ../sass/screen.scss */
  .solutions .right-col .brands {
    position: relative;
    left: -77px;
    top: -18px;
  }

  /* line 1628, ../sass/screen.scss */
  .products .owl-carousel img {
    width: 176px;
    height: 256px;
  }
  /* line 1632, ../sass/screen.scss */
  .products .owl-carousel .item {
    padding-right: 5px;
  }
  /* line 1635, ../sass/screen.scss */
  .products .owl-carousel .owl-dots {
    margin-top: 52px;
  }
  /* line 1640, ../sass/screen.scss */
  .products .top-row h3 {
    padding-top: 0;
  }
  /* line 1643, ../sass/screen.scss */
  .products .top-row p {
    padding-top: 24px;
    padding-bottom: 84px;
    line-height: 21px;
    letter-spacing: .7px;
  }

  /* line 1653, ../sass/screen.scss */
  .projects .top-row h3 {
    padding-top: 150px;
  }
  /* line 1656, ../sass/screen.scss */
  .projects .top-row p {
    line-height: 19px;
    padding-top: 23px;
    letter-spacing: .7px;
  }
  /* line 1662, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: 120px;
    padding-top: 120px;
  }
  /* line 1665, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 19px;
    position: relative;
    left: 39px;
    letter-spacing: 0.3px;
  }
  /* line 1673, ../sass/screen.scss */
  .projects .left-col img, .projects .right-col img {
    top: 136px;
    right: -30px;
  }
  /* line 1677, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    left: -42px;
    letter-spacing: .6px;
    top: -5px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  /* line 1688, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 60px;
    position: relative;
    text-transform: uppercase;
    left: -40px;
    top: 6px;
  }
  /* line 1698, ../sass/screen.scss */
  .projects .left-col h4 {
    position: relative;
    left: -46px;
  }
  /* line 1704, ../sass/screen.scss */
  .projects .right-col p {
    left: 38px;
    top: -5px;
  }
  /* line 1708, ../sass/screen.scss */
  .projects .right-col .btn {
    left: 40px;
  }
  /* line 1712, ../sass/screen.scss */
  .projects .photo-part-lamp {
    position: absolute !important;
    left: 50%;
    margin-left: -271px;
    top: 50%;
    margin-top: -40px;
  }
  /* line 1718, ../sass/screen.scss */
  .projects .photo-part-lamp img {
    width: 48%;
    height: 498px;
  }
  /* line 1723, ../sass/screen.scss */
  .projects .bg {
    width: 530px;
  }
  /* line 1726, ../sass/screen.scss */
  .projects .hr {
    width: 40%;
    height: 1px;
    background-color: #d8d8d8;
    margin: 0 auto;
    position: relative;
    top: 75px;
  }

  /* line 1735, ../sass/screen.scss */
  .partner {
    padding-top: 120px;
  }
  /* line 1737, ../sass/screen.scss */
  .partner .owl-dots {
    margin-top: 60px;
  }

  /* line 1742, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 60px;
  }
  /* line 1745, ../sass/screen.scss */
  .get-touch p {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 64px;
    letter-spacing: .7px;
    line-height: 24px;
  }
  /* line 1753, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    color: #bababa;
    padding: 14px 30px;
    width: 43%;
  }
  /* line 1759, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 63px;
	width: 260px;
    left: -33px;
  }

  /* line 1768, ../sass/screen.scss */
  .footer h4 {
    font-size: 20px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 20px;
  }
  /* line 1775, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 15px;
  }
  /* line 1777, ../sass/screen.scss */
  .footer ul li a {
    font-size: 14px;
    color: #888888;
    font-weight: 200;
  }
  /* line 1784, ../sass/screen.scss */
  .footer .social {
    padding-top: 30px;
  }
  /* line 1786, ../sass/screen.scss */
  .footer .social .social-ul {
    padding-bottom: 0px;
  }
  /* line 1789, ../sass/screen.scss */
  .footer .social p {
    font-size: 12px;
  }
  /* line 1793, ../sass/screen.scss */
  .footer .btn {
    padding: 12px 52px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  /* line 1802, ../sass/screen.scss */
  body .tab-content {
    padding-bottom: 50px;
  }
  /* line 1805, ../sass/screen.scss */
  body .tab-content .brand-box p {
    font-size: 14px;
  }
  /* line 1808, ../sass/screen.scss */
  body .tab-content .brand-box .logo-box {
    margin-bottom: 20px;
  }

  /* line 1814, ../sass/screen.scss */
  .head {
    overflow: hidden;
  }
  /* line 1819, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 115px;
  }
  /* line 1822, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 1826, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 1830, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get a {
    padding: 12px 52px;
  }
  /* line 1836, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -80px;
    top: 0px;
  }
  /* line 1841, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 99px;
    margin-right: 5%;
  }
  /* line 1845, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 114%;
  }
  /* line 1849, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 1853, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get a {
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 1862, ../sass/screen.scss */
  .head .logo {
    position: relative;
    left: -143px;
  }
  /* line 1867, ../sass/screen.scss */
  .head .head-body h1 {
    position: relative;
    line-height: 77px;
    padding-top: 372px;
    left: -86px;
  }
  /* line 1873, ../sass/screen.scss */
  .head .head-body p {
    left: -83px;
    position: relative;
    top: -12px;
    letter-spacing: 1.01px;
  }
  /* line 1879, ../sass/screen.scss */
  .head .head-body .btn {
    position: relative;
    left: -83px;
    letter-spacing: .1px;
    top: -14px;
    padding: 12px 70px;
  }
  /* line 1888, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    max-height: 800px;
  }
  /* line 1891, ../sass/screen.scss */
  .head .carousel .carousel-inner .item img {
    position: relative;
    top: -115px;
  }

  /* line 1901, ../sass/screen.scss */
  .service .general p {
    padding-top: 22px;
    letter-spacing: 0.7px;
  }
  /* line 1907, ../sass/screen.scss */
  .service .left-col .development {
    margin-bottom: 122px;
    position: relative;
    left: 64px;
    top: -7px;
    letter-spacing: .5px;
  }
  /* line 1914, ../sass/screen.scss */
  .service .left-col .support {
    position: relative;
    left: 62px;
    top: 8px;
  }
  /* line 1919, ../sass/screen.scss */
  .service .left-col .line {
    z-index: 99999;
  }
  /* line 1922, ../sass/screen.scss */
  .service .left-col h4 {
    margin-bottom: 10px;
    line-height: 25px;
  }
  /* line 1928, ../sass/screen.scss */
  .service .center-col .photo-part_dollar {
    height: 515px;
  }
  /* line 1931, ../sass/screen.scss */
  .service .center-col .img-responsive {
    left: 3px;
    top: -57px;
  }
  /* line 1937, ../sass/screen.scss */
  .service .right-col .consulting {
    position: relative;
    top: -5px;
    left: -67px;
    letter-spacing: .5px;
  }
  /* line 1943, ../sass/screen.scss */
  .service .right-col .partnership {
    position: relative;
    top: -29px;
    left: -66px;
    letter-spacing: 0.8px;
  }
  /* line 1951, ../sass/screen.scss */
  .service .bottom-row .btn {
    /*padding: 8px 81px;*/
    margin-top: 39px;
  }

  /* line 1958, ../sass/screen.scss */
  .solutions .img-box {
    background-position: 0px -30px;
    /*padding-bottom: 150px;*/
    margin-bottom: -40px;
  }
  /* line 1963, ../sass/screen.scss */
  .solutions .top-row h3 {
    /*padding-top: 158px;*/
  }
  /* line 1966, ../sass/screen.scss */
  .solutions .top-row p {
    padding-top: 17px;
    padding-bottom: 20px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  /* line 1974, ../sass/screen.scss */
  .solutions .left-col h4 {
    position: relative;
    left: 53px;
  }
  /* line 1978, ../sass/screen.scss */
  .solutions .left-col p {
    position: relative;
    left: 60px;
    top: -21px;
    letter-spacing: 1.6px;
  }
  /* line 1984, ../sass/screen.scss */
  .solutions .left-col .brands {
    position: relative;
    left: 62px;
    top: -18px;
  }
  /* line 1991, ../sass/screen.scss */
  .solutions .right-col h4 {
    position: relative;
    left: -81px;
  }
  /* line 1995, ../sass/screen.scss */
  .solutions .right-col p {
    position: relative;
    top: -20px;
    left: -73px;
  }
  /* line 2000, ../sass/screen.scss */
  .solutions .right-col .brands {
    position: relative;
    left: -77px;
    top: -18px;
  }

  /* line 2009, ../sass/screen.scss */
  .products .owl-carousel img {
    width: 176px;
    height: 256px;
  }
  /* line 2013, ../sass/screen.scss */
  .products .owl-carousel .item {
    padding-right: 5px;
  }
  /* line 2016, ../sass/screen.scss */
  .products .owl-carousel .owl-dots {
    margin-top: 52px;
  }
  /* line 2021, ../sass/screen.scss */
  .products .top-row h3 {
    padding-top: 0;
  }
  /* line 2024, ../sass/screen.scss */
  .products .top-row p {
    padding-top: 24px;
    padding-bottom: 84px;
    line-height: 21px;
    letter-spacing: .7px;
  }

  /* line 2034, ../sass/screen.scss */
  .projects .top-row h3 {
    padding-top: 150px;
  }
  /* line 2037, ../sass/screen.scss */
  .projects .top-row p {
    line-height: 19px;
    padding-top: 23px;
    letter-spacing: .7px;
  }
  /* line 2043, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: 120px;
    padding-top: 120px;
  }
  /* line 2046, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 19px;
    position: relative;
    left: 39px;
    letter-spacing: 0.3px;
  }
  /* line 2054, ../sass/screen.scss */
  .projects .left-col img, .projects .right-col img {
    top: 136px;
    right: -30px;
  }
  /* line 2058, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    left: -42px;
    letter-spacing: .6px;
    top: -5px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  /* line 2069, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 60px;
    position: relative;
    text-transform: uppercase;
    left: -40px;
    top: 6px;
  }
  /* line 2079, ../sass/screen.scss */
  .projects .left-col h4 {
    position: relative;
    left: -46px;
  }
  /* line 2085, ../sass/screen.scss */
  .projects .right-col p {
    left: 38px;
    top: -5px;
  }
  /* line 2089, ../sass/screen.scss */
  .projects .right-col .btn {
    left: 40px;
  }
  /* line 2093, ../sass/screen.scss */
  .projects .photo-part-lamp {
    position: absolute !important;
    left: 50%;
    margin-left: -271px;
    top: 50%;
    margin-top: -202px;
  }
  /* line 2099, ../sass/screen.scss */
  .projects .photo-part-lamp img {
    height: 478px;
  }

  .lamp-box {
    min-height: 584px;
  }
  /* line 2103, ../sass/screen.scss */
  .projects .bg {
    width: 530px;
  }
  /* line 2106, ../sass/screen.scss */
  .projects .hr {
    width: 40%;
    height: 1px;
    background-color: #d8d8d8;
    margin: 0 auto;
    position: relative;
    top: 35px;
  }

  /* line 2116, ../sass/screen.scss */
  .partner .owl-dots {
    margin-top: 60px;
  }

  /* line 2121, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 60px;
  }
  /* line 2124, ../sass/screen.scss */
  .get-touch p {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 64px;
    letter-spacing: .7px;
    line-height: 24px;
  }
  /* line 2132, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    color: #bababa;
    padding: 14px 30px;
    width: 43%;
  }
  /* line 2138, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 63px;
	width: 260px;
    left: -33px;
  }

  /* line 2147, ../sass/screen.scss */
  .footer h4 {
    font-size: 20px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 20px;
  }
  /* line 2154, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 15px;
  }
  /* line 2156, ../sass/screen.scss */
  .footer ul li a {
    font-size: 14px;
    color: #888888;
    font-weight: 200;
  }
  /* line 2163, ../sass/screen.scss */
  .footer .social {
    padding-top: 30px;
  }
  /* line 2165, ../sass/screen.scss */
  .footer .social .social-ul {
    padding-bottom: 0px;
  }
  /* line 2168, ../sass/screen.scss */
  .footer .social p {
    font-size: 12px;
  }
  /* line 2172, ../sass/screen.scss */
  .footer .btn {
    padding: 12px 52px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  /* line 2182, ../sass/screen.scss */
  body .tab-content {
    padding-bottom: 50px;
  }
  /* line 2185, ../sass/screen.scss */
  body .tab-content .brand-box p {
    font-size: 14px;
  }
  /* line 2188, ../sass/screen.scss */
  body .tab-content .brand-box .logo-box {
    margin-bottom: 20px;
  }

  /* line 2194, ../sass/screen.scss */
  .head {
    overflow: hidden;
  }
  /* line 2199, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 115px;
  }
  /* line 2202, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 2206, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 2210, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get a {
    padding: 12px 52px;
  }
  /* line 2216, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -80px;
    top: 0px;
  }
  /* line 2221, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 99px;
    margin-right: 5%;
  }
  /* line 2225, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 114%;
  }
  /* line 2229, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 2233, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get a {
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 2242, ../sass/screen.scss */
  .head .logo {
    position: relative;
    left: -143px;
  }
  /* line 2247, ../sass/screen.scss */
  .head .head-body h1 {
    position: relative;
    line-height: 77px;
    padding-top: 370px;
    left: -86px;
  }
  /* line 2253, ../sass/screen.scss */
  .head .head-body p {
    left: -83px;
    position: relative;
    top: -12px;
    letter-spacing: 1.01px;
  }
  /* line 2259, ../sass/screen.scss */
  .head .head-body .btn {
    position: relative;
    left: -83px;
    letter-spacing: .1px;
    top: -14px;
    padding: 12px 70px;
  }
  /* line 2268, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    max-height: 700px;
  }
  /* line 2271, ../sass/screen.scss */
  .head .carousel .carousel-inner .item img {
    position: relative;
    top: -116px;
  }

  /* line 2281, ../sass/screen.scss */
  .service .general p {
    padding-top: 22px;
    letter-spacing: 0.7px;
  }
  /* line 2287, ../sass/screen.scss */
  .service .left-col .development {
    margin-bottom: 122px;
    position: relative;
    left: 64px;
    top: -7px;
    letter-spacing: .5px;
  }
  /* line 2294, ../sass/screen.scss */
  .service .left-col .support {
    position: relative;
    left: 62px;
    top: 8px;
  }
  /* line 2299, ../sass/screen.scss */
  .service .left-col .line {
    z-index: 99999;
  }
  /* line 2302, ../sass/screen.scss */
  .service .left-col h4 {
    margin-bottom: 10px;
    line-height: 25px;
  }
  /* line 2308, ../sass/screen.scss */
  .service .center-col .photo-part_dollar {
    height: 515px;
  }
  /* line 2311, ../sass/screen.scss */
  .service .center-col .img-responsive {
    left: 3px;
    top: -58px;
  }
  /* line 2317, ../sass/screen.scss */
  .service .right-col .consulting {
    position: relative;
    top: -5px;
    left: -67px;
    letter-spacing: .5px;
  }
  /* line 2323, ../sass/screen.scss */
  .service .right-col .partnership {
    position: relative;
    top: -29px;
    left: -66px;
    letter-spacing: 0.8px;
  }
  /* line 2331, ../sass/screen.scss */
  .service .bottom-row .btn {
    height: 35px;
    width: 250px;
    margin-top: 39px;
  }

  /* line 2338, ../sass/screen.scss */
  .solutions .img-box {
    background-position: 0px -30px;
    /*padding-bottom: 195px;*/
    margin-bottom: -60px;
  }
  /* line 2343, ../sass/screen.scss */
  .solutions .top-row h3 {
    /*padding-top: 168px;*/
  }
  /* line 2346, ../sass/screen.scss */
  .solutions .top-row p {
    padding-top: 17px;
    padding-bottom: 20px;
    line-height: 25px;
    letter-spacing: 0.7px;
  }
  /* line 2354, ../sass/screen.scss */
  .solutions .left-col h4 {
    position: relative;
    left: 53px;
  }
  /* line 2358, ../sass/screen.scss */
  .solutions .left-col p {
    position: relative;
    left: 60px;
    top: -21px;
    letter-spacing: 1.6px;
  }
  /* line 2364, ../sass/screen.scss */
  .solutions .left-col .brands {
    position: relative;
    left: 62px;
    top: -18px;
  }
  /* line 2371, ../sass/screen.scss */
  .solutions .right-col h4 {
    position: relative;
    left: -81px;
  }
  /* line 2375, ../sass/screen.scss */
  .solutions .right-col p {
    position: relative;
    top: -20px;
    left: -73px;
  }
  /* line 2380, ../sass/screen.scss */
  .solutions .right-col .brands {
    position: relative;
    left: -77px;
    top: -18px;
  }

  /* line 2389, ../sass/screen.scss */
  .products .owl-carousel img {
    width: 176px;
    height: 256px;
  }
  /* line 2393, ../sass/screen.scss */
  .products .owl-carousel .item {
    padding-right: 5px;
  }
  /* line 2396, ../sass/screen.scss */
  .products .owl-carousel .owl-dots {
    margin-top: 52px;
  }
  /* line 2401, ../sass/screen.scss */
  .products .top-row h3 {
    padding-top: 0;
  }
  /* line 2404, ../sass/screen.scss */
  .products .top-row p {
    padding-top: 24px;
    padding-bottom: 84px;
    line-height: 21px;
    letter-spacing: .7px;
  }

  /* line 2414, ../sass/screen.scss */
  .projects .top-row h3 {
    padding-top: 150px;
  }
  /* line 2417, ../sass/screen.scss */
  .projects .top-row p {
    line-height: 19px;
    padding-top: 23px;
    letter-spacing: .7px;
  }
  /* line 2423, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: 120px;
    padding-top: 120px;
  }
  /* line 2426, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 19px;
    position: relative;
    left: 39px;
    letter-spacing: 0.3px;
  }
  /* line 2434, ../sass/screen.scss */
  .projects .left-col img, .projects .right-col img {
    top: 136px;
    right: -30px;
  }
  /* line 2438, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    left: -42px;
    letter-spacing: .6px;
    top: -5px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  /* line 2449, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 60px;
    position: relative;
    text-transform: uppercase;
    left: -40px;
    top: 6px;
  }
  /* line 2459, ../sass/screen.scss */
  .projects .left-col h4 {
    position: relative;
    left: -46px;
  }
  /* line 2465, ../sass/screen.scss */
  .projects .right-col p {
    left: 38px;
    top: -5px;
  }
  /* line 2469, ../sass/screen.scss */
  .projects .right-col .btn {
    left: 40px;
  }
  /* line 2473, ../sass/screen.scss */
  .projects .photo-part-lamp {
    position: absolute !important;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -215px;
  }

  .lamp-box{
    min-height: 510px;
  }
  /* line 2479, ../sass/screen.scss */
  .projects .photo-part-lamp img {
    height: 458px;
  }
  /* line 2483, ../sass/screen.scss */
  .projects .bg {
    width: 500px;
  }
  /* line 2486, ../sass/screen.scss */
  .projects .hr {
    width: 40%;
    height: 1px;
    background-color: #d8d8d8;
    margin: 0 auto;
    position: relative;
    top: 0px;
  }

  /* line 2496, ../sass/screen.scss */
  .partner .owl-dots {
    margin-top: 60px;
  }

  /* line 2501, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 60px;
  }
  /* line 2504, ../sass/screen.scss */
  .get-touch p {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 64px;
    letter-spacing: .7px;
    line-height: 24px;
  }
  /* line 2512, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    color: #bababa;
    padding: 14px 30px;
    width: 43%;
  }
  /* line 2518, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 63px;
	width: 260px;
    left: -33px;
  }

  /* line 2527, ../sass/screen.scss */
  .footer h4 {
    font-size: 20px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 20px;
  }
  /* line 2534, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 15px;
  }
  /* line 2536, ../sass/screen.scss */
  .footer ul li a {
    font-size: 14px;
    color: #888888;
    font-weight: 200;
  }
  /* line 2543, ../sass/screen.scss */
  .footer .social {
    padding-top: 30px;
  }
  /* line 2545, ../sass/screen.scss */
  .footer .social .social-ul {
    padding-bottom: 10px;
  }
  /* line 2548, ../sass/screen.scss */
  .footer .social p {
    font-size: 12px;
  }
  /* line 2552, ../sass/screen.scss */
  .footer .btn {
    padding: 12px 52px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  /* line 2562, ../sass/screen.scss */
  body .tab-content {
    /*padding-bottom: 30px;*/
  }
  /* line 2565, ../sass/screen.scss */
  body .tab-content .brand-box p {
    font-size: 13px;
  }
  /* line 2568, ../sass/screen.scss */
  body .tab-content .brand-box .logo-box {
    margin-bottom: 15px;
  }

  /* line 2574, ../sass/screen.scss */
  .head {
    overflow: hidden;
  }
  /* line 2579, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 139px;
  }
  /* line 2582, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 2584, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box .menu li {
    margin-right: 8px;
  }
  /* line 2589, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 134px;
    text-transform: uppercase;
  }
  /* line 2593, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get a {
    padding: 12px 47px;
  }
  /* line 2599, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -51px;
  }
  /* line 2602, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .logo img {
    width: 70%;
  }
  /* line 2606, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 148px;
    margin-right: 5%;
  }
  /* line 2610, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 106%;
  }
  /* line 2614, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get {
    display: inline-block;
    position: relative;
    right: -124px;
    top: 3px;
    text-transform: uppercase;
    margin-top: 10px;
  }
  /* line 2621, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get a {
    display: inline-block;
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 2631, ../sass/screen.scss */
  .head .logo {
    position: relative;
    left: -133px;
  }
  /* line 2634, ../sass/screen.scss */
  .head .logo img {
    width: 77%;
  }
  /* line 2639, ../sass/screen.scss */
  .head .head-body h1 {
    position: relative;
    line-height: 65px;
    padding-top: 200px;
    left: -86px;
    font-size: 55px;
    padding-top: 223px;
    left: -66px;
  }
  /* line 2648, ../sass/screen.scss */
  .head .head-body p {
    font-size: 20px;
    left: -63px;
    position: relative;
    top: -20px;
    letter-spacing: .8px;
  }
  /* line 2655, ../sass/screen.scss */
  .head .head-body .btn {
    position: relative;
    left: -60px;
    letter-spacing: 0px;
    top: -28px;
    padding: 11px 65px;
    font-size: 18px;
  }
  /* line 2665, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    max-height: 570px;
  }
  /* line 2668, ../sass/screen.scss */
  .head .carousel .carousel-inner .item img {
    position: relative;
    top: -116px;
  }
  _:-ms-lang(x) .projects .left-col, .projects .right-col, .projects_mob .left-col, .projects_mob .right-col{
    max-height: 300px;
  }
  _:-ms-lang(x), .projects .lamp-box {
    min-height: 350px;
  }
  _:-ms-lang(x), .projects .photo-part-lamp{
    margin-top:-90px;
  }

  /* line 2678, ../sass/screen.scss */
  .service .general p {
    padding-top: 20px;
    letter-spacing: 0.7px;
    font-size: 15px;
  }
  /* line 2684, ../sass/screen.scss */
  .service .general h3 {
    font-size: 50px;
    padding-top: 35px;
  }
  /* line 2690, ../sass/screen.scss */
  .service .left-col .development {
    margin-bottom: 55px;
    position: relative;
    left: 103px;
    top: -43px;
    letter-spacing: .5px;
    z-index: 9999999;
  }
  /* line 2698, ../sass/screen.scss */
  .service .left-col .support {
    position: relative;
    left: 62px;
    top: 8px;
  }
  /* line 2703, ../sass/screen.scss */
  .service .left-col .line {
    z-index: 99999;
  }
  /* line 2706, ../sass/screen.scss */
  .service .left-col h4 {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 24px;
  }
  /* line 2713, ../sass/screen.scss */
  .service .center-col .photo-part_dollar {
    height: 415px;
    width: 80%;
    left: 28px;
    top: -43px;
  }
  /* line 2719, ../sass/screen.scss */
  .service .center-col .img-responsive {
    left: 26px;
    top: -96px;
    width: 90%;
  }
  /* line 2726, ../sass/screen.scss */
  .service .right-col .consulting {
    position: relative;
    top: -6px;
    left: -99px;
    letter-spacing: .5px;
    padding: 90px 0 108px 0;
  }
  /* line 2733, ../sass/screen.scss */
  .service .right-col .partnership {
    position: relative;
    top: -29px;
    left: -101px;
    letter-spacing: 0.8px;
  }
  /* line 2739, ../sass/screen.scss */
  .service .right-col h4 {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 24px;
  }
  /* line 2746, ../sass/screen.scss */
  .service .bottom-row .btn {
    padding: 8px 78px;
    margin-top: -25px;
  }

  /* line 2753, ../sass/screen.scss */
  .solutions .img-box {
    /*background-position: 0 -30px;*/
    /*padding-bottom: 100px;*/
    background-position: 0 -80px;
    margin-bottom: -80px;
  }
  /* line 2758, ../sass/screen.scss */
  .solutions .top-row h3 {
    font-size: 50px;
    padding-top: 180px;
  }
  /* line 2762, ../sass/screen.scss */
  .solutions .top-row p {
    font-size: 15px;
    padding-top: 22px;
    padding-bottom: 40px;
    line-height: 20px;
    letter-spacing: .6px;
  }
  /* line 2770, ../sass/screen.scss */
  .solutions .left-col, .solutions .right-col {
    position: relative;
    z-index: 99999;
    left: 117px;
    top: -44px;
  }
  /* line 2775, ../sass/screen.scss */
  .solutions .left-col h4, .solutions .right-col h4 {
    font-size: 90px;
  }
  /* line 2778, ../sass/screen.scss */
  .solutions .left-col p, .solutions .right-col p {
    font-size: 25px;
    margin-top: -2px;
  }
  /* line 2784, ../sass/screen.scss */
  .solutions .center-col .img-responsive {
    top: -68px;
    left: 13px;
    width: 86%;
  }
  /* line 2789, ../sass/screen.scss */
  .solutions .center-col .photo-part_arrow {
    width: 72%;
    top: -24px;
  }
  /* line 2794, ../sass/screen.scss */
  .solutions .right-col {
    font-size: 22px;
    left: -106px;
  }

  /* line 2801, ../sass/screen.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
    position: relative;
#    top: -51px;
  }
  /* line 2807, ../sass/screen.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 0;
    position: relative;
    top: -26px;
    letter-spacing: .6px;
  }
  /* line 2815, ../sass/screen.scss */
  .products .owl-carousel {
    position: relative;
    top: -37px;
  }
  /* line 2818, ../sass/screen.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 172px;
    height: 254px;
  }
  /* line 2826, ../sass/screen.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 53px;
    top: 78px;
  }
  /* line 2830, ../sass/screen.scss */
  .products .owl-theme .owl-nav .owl-prev {
    left: 60px;
  }
  /* line 2834, ../sass/screen.scss */
  .products .owl-theme .owl-dots {
    position: relative;
    top: 40px;
  }

  /* line 2842, ../sass/screen.scss */
  .projects .top-row h3 {
    font-size: 50px;
    padding-top: 120px;
  }
  /* line 2846, ../sass/screen.scss */
  .projects .top-row p {
    font-size: 15px;
    line-height: 21px;
    padding-top: 20px;
    letter-spacing: .6px;
  }
  /* line 2853, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: 50px;
    position: relative;
    top: 70px;
    left: -18px;
  }
  /* line 2858, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  /* line 2862, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
    letter-spacing: .5px;
    left: 4px;
    position: relative;
  }
  /* line 2870, ../sass/screen.scss */
  .projects .left-col img, .projects .right-col img {
    position: absolute;
    top: 27px;
    right: -71px;
  }
  /* line 2876, ../sass/screen.scss */
  .projects .right-col {
    left: 8px;
    letter-spacing: .5px;
  }
  /* line 2879, ../sass/screen.scss */
  .projects .right-col img {
    left: -71px;
  }
  /* line 2883, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    padding: 9px 50px;
#    position: relative;
    top: -21px;
  }
  /* line 2889, ../sass/screen.scss */
  .projects .photo-part-lamp {
    position: absolute !important;
    left: 50%;
    margin-left: -271px;
    top: 40%;
    margin-top: -20px;
  }
  /* line 2895, ../sass/screen.scss */
  .projects .photo-part-lamp img {
    height: 382px;
  }
  /* line 2899, ../sass/screen.scss */
  .projects .bg {
    width: 50%;
  }

  /* line 2903, ../sass/screen.scss */
  .partner {
    padding-top: 130px;
  }
  /* line 2905, ../sass/screen.scss */
  .partner .item {
    margin: 0 auto;
  }
  /* line 2910, ../sass/screen.scss */
  .partner .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 5px;
  }

  /* line 2917, ../sass/screen.scss */
  .get-touch {
    padding-bottom: 5px;
  }
  /* line 2919, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 50px;
  }
  /* line 2922, ../sass/screen.scss */
  .get-touch p {
    font-size: 15px;
    line-height: 24px;
    padding: 20px 0 64px 0;
    letter-spacing: .6px;
  }
  /* line 2929, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    padding: 15px 30px;
    width: 40%;
    position: relative;
    top: -1px;
    left: 16px;
  }
  /* line 2937, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    font-size: 15px;
    padding: 12px 63px;
	width: 240px;
    left: -18px;
    position: relative;
    top: -2px;
  }
  /* line 2945, ../sass/screen.scss */
  /*.get-touch .help.open {*/
    /*padding-top: 350px;*/
    /*padding-right: 30px;*/
  /*}*/
  /* line 2948, ../sass/screen.scss */
  .get-touch .round-btn {
    bottom: 90px;
    right: 30px;
  }
  /* line 2952, ../sass/screen.scss */
  .get-touch .scrollToTop {
    position: relative;
#    top: -20px;
  }

  /* line 2958, ../sass/screen.scss */
  .footer h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  /* line 2963, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 10px;
  }
  /* line 2965, ../sass/screen.scss */
  .footer ul li a {
    font-size: 14px;
  }
  /* line 2970, ../sass/screen.scss */
  .footer .btn {
    font-size: 14px;
    padding: 10px 60px;
    margin-top: 25px;
  }
  /* line 2975, ../sass/screen.scss */
  .footer p {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 2979, ../sass/screen.scss */
  .footer .social {
    padding-top: 50px;
  }
  /* line 2981, ../sass/screen.scss */
  .footer .social p {
    font-size: 12px;
  }
  /* line 2984, ../sass/screen.scss */
  .footer .social .social-ul {
    padding-bottom: 0;
  }
  /* line 2986, ../sass/screen.scss */
  .footer .social .social-ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 5px;
  }
  /* line 2990, ../sass/screen.scss */
  .footer .social .social-ul li i {
    font-size: 16px;
    color: #444444;
  }
  /* line 2997, ../sass/screen.scss */
  .footer .social .createBy img {
    float: right;
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  /* line 3500, ../sass/screen.scss */
  body .m-menu {
    height: 100%;
    max-height: 570px;
  }

  /* line 3508, ../sass/screen.scss */
  .head .overlay-color .wave .top {
    justify-content: flex-start;
  }
  /* line 3510, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: absolute;
    right: 90px;
  }
  /* line 3514, ../sass/screen.scss */
  .head .overlay-color .wave .top .m-menu-link {
    right: 40px;
  }
  /* line 3520, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get a {
    text-transform: uppercase;
    font-family: "SFProDisplay-Light";
    padding: 10px 40px;
  }
  /* line 3530, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    max-height: 570px;
  }
  /* line 3534, ../sass/screen.scss */
  .head .menu-box {
    margin: 0 6% 0 3%;
  }
  .head .overlay-color .wave .top .menu, .head .overlay-color .wave .scroll_hidden .menu{
    width: 100%;
  }
  /* line 3538, ../sass/screen.scss */
  .head .head-body h1 {
    font-size: 45px;
    line-height: 45px;
    padding-top: 200px;
  }
  /* line 3543, ../sass/screen.scss */
  .head .head-body p {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 25px;
  }
  /* line 3548, ../sass/screen.scss */
  .head .head-body .btn {
    font-size: 16px;
    margin-bottom: 35px;
    padding: 11px 60px;
  }

  /* line 3557, ../sass/screen.scss */
  .service .general h3 {
    font-size: 40px;
    padding-top: 40px;
  }
  /* line 3561, ../sass/screen.scss */
  .service .general p {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 35px;
    line-height: 28px;
  }
  /* line 3570, ../sass/screen.scss */
  .service .center-col img {
    width: 100%;
  }

  /* line 3576, ../sass/screen.scss */
  .solutions .img-box {
    /*background-position: 0px -70px;*/
    background-position: 0;
    padding-bottom: 135px;
  }
  /* line 3580, ../sass/screen.scss */
  .solutions .top-row {
    padding-bottom: 0;
  }
  /* line 3582, ../sass/screen.scss */
  .solutions .top-row h3 {
    font-size: 50px;
    padding-top: 180px;
  }
  /* line 3586, ../sass/screen.scss */
  .solutions .top-row p {
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 40px;
    line-height: 20px;
  }
  /* line 3594, ../sass/screen.scss */
  .solutions .left-col h4, .solutions .right-col h4 {
    font-size: 90px;
  }
  /* line 3597, ../sass/screen.scss */
  .solutions .left-col p, .solutions .right-col p {
    font-size: 25px;
  }
  /* line 3603, ../sass/screen.scss */
  .solutions .right-col ul li {
    margin-bottom: 40px;
    font-size: 18px;
  }
  /* line 3611, ../sass/screen.scss */
  .solutions .left-col .brands img {
    margin-right: 18px;
  }

  /* line 3619, ../sass/screen.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
  }
  /* line 3623, ../sass/screen.scss */
  .products .top-row p {
    font-size: 15px;
  }
  /* line 3628, ../sass/screen.scss */
  .products .owl-carousel img {
    margin: 0 auto;
  }
  /* line 3634, ../sass/screen.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }

  /* line 3643, ../sass/screen.scss */
  .projects .top-row h3 {
    font-size: 50px;
    padding-top: 120px;
  }
  /* line 3647, ../sass/screen.scss */
  .projects .top-row p {
    font-size: 15px;
  }
  /* line 3651, ../sass/screen.scss */
  .projects .photo-part-lamp {
    position: absolute !important;
    left: 50%;
    margin-left: -201px;
    top: 33%;
    margin-top: -63px;
  }
  /* line 3657, ../sass/screen.scss */
  .projects .photo-part-lamp img {
    height: 368px;
  }
  /* line 3661, ../sass/screen.scss */
  .projects .bg {
    width: 45%;
  }
  /* line 3664, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: -100px;
  }
  /* line 3666, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 24px;
  }
  /* line 3669, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
  }
  /* line 3673, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    padding: 10px 55px;
  }
  /*IE10+ specific styles go here*/
  _:-ms-lang(x) .projects .left-col, .projects .right-col, .projects_mob .left-col, .projects_mob .right-col{
    max-height: 300px;
  }
  _:-ms-lang(x), .projects .lamp-box {
    min-height: 350px;
  }
  _:-ms-lang(x), .projects .photo-part-lamp{
    margin-top:-90px;
  }


  /* line 3678, ../sass/screen.scss */
  .partner {
    margin-top: 30px;
  }
  /* line 3680, ../sass/screen.scss */
  .partner .item {
    margin: 0 auto;
  }
  /* line 3685, ../sass/screen.scss */
  .partner .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 5px;
  }

  /* line 3693, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 50px;
  }
  /* line 3696, ../sass/screen.scss */
  .get-touch p {
    font-size: 15px;
    line-height: 20px;
    padding: 20px 0 70px 0;
  }
  /* line 3702, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    padding: 13px 30px;
    width: 32%;
  }
  /* line 3707, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    font-size: 15px;
    padding: 12px 63px;
	width: 200px;
    left: -54px;
  }

  /* line 3718, ../sass/screen.scss */
  .footer h4 {
    font-size: 20px;
  }
  /* line 3722, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 15px;
  }
  /* line 3724, ../sass/screen.scss */
  .footer ul li a {
    font-size: 14px;
  }
  /* line 3729, ../sass/screen.scss */
  .footer .btn {
    font-size: 14px;
    padding: 15px 50px;
  }
  /* line 3733, ../sass/screen.scss */
  .footer p {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 3737, ../sass/screen.scss */
  .footer .social {
    padding-top: 50px;
  }
  /* line 3739, ../sass/screen.scss */
  .footer .social p {
    font-size: 12px;
  }
  /* line 3743, ../sass/screen.scss */
  .footer .social .social-ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 5px;
  }
  /* line 3747, ../sass/screen.scss */
  .footer .social .social-ul li i {
    font-size: 16px;
    color: #444444;
  }
  /* line 3754, ../sass/screen.scss */
  .footer .social .createBy img {
    float: right;
    width: 65%;
  }
    .service .bottom-row .btn {
        margin-top: 0;
    }
  @-moz-document url-prefix() {
    .projects .photo-part-lamp img {
      height: 326px;
    }
    .projects .photo-part-lamp {
      margin-top: -106px;
    }
  }
}
@media (min-width: 1025px) and (max-width: 1199px){
  .head .overlay-color .wave .scroll_hidden .menu-box {
    float: left;
    margin-top: 26px;
    margin-left: 1%;
    margin-right: 0%;
  }
  .row .development{
    left: 32px!important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .row .development{
    left: 32px!important;
  }
  .lamp-box {
    min-height: 304px;
  }
  /* line 3764, ../sass/screen.scss */
  body .m-menu {
    height: 100%;
    /*max-height: calc(100% - 6px);*/
    text-align: left;
  }
  /* line 3768, ../sass/screen.scss */
  body .m-menu-link {
    top: 35px;
  }
  body .close-menu{
    right: 280px;
  }

  /* line 3772, ../sass/screen.scss */
  .head {
    overflow: hidden;
  }
  /* line 3777, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 139px;
  }
  /* line 3780, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 3782, ../sass/screen.scss */
  .head .overlay-color .wave .top .menu-box .menu li {
    margin-right: 8px;
  }
  /* line 3787, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 134px;
    text-transform: uppercase;
  }
  /* line 3791, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get a {
    padding: 12px 47px;
  }
  /* line 3797, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -51px;
  }
  /* line 3800, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .logo img {
    width: 70%;
  }
  /* line 3804, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 148px;
    margin-right: 5%;
  }
  /* line 3808, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 106%;
  }
  /* line 3812, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get {
    display: inline-block;
    position: relative;
    right: -124px;
    text-transform: uppercase;
    margin-top: 10px;
  }
  /* line 3818, ../sass/screen.scss */
  .head .overlay-color .wave .scroll_hidden .btn-get a {
    display: inline-block;
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 3826, ../sass/screen.scss */
  .head .overlay-color .wave .logo_in_mob {
    position: relative;
    top: 20px;
  }
  /* line 3832, ../sass/screen.scss */
  .head .logo {
    position: relative;
    left: -201px;
  }
  /* line 3835, ../sass/screen.scss */
  .head .logo img {
    width: 77%;
  }
  /* line 3840, ../sass/screen.scss */
  .head .head-body h1 {
    position: relative;
    line-height: 65px;
    font-size: 55px;
    padding-top: 185px;
    left: -14px;
  }
  /* line 3848, ../sass/screen.scss */
  .head .head-body p {
    font-size: 20px;
    left: -13px;
    position: relative;
    top: -20px;
    letter-spacing: .8px;
  }
  /* line 3855, ../sass/screen.scss */
  .head .head-body .btn {
    position: unset;
    margin-top: -28px;
    letter-spacing: 0px;
    padding: 11px 65px;
    font-size: 18px;
  }
  /* line 3864, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    max-height: 530px;
  }
  /* line 3867, ../sass/screen.scss */
  .head .carousel .carousel-inner .item img {
    position: relative;
    top: -38px;
  }

  /* line 3877, ../sass/screen.scss */
  .service .general p {
    padding-top: 20px;
    letter-spacing: 0.7px;
    font-size: 15px;
    position: relative;
    z-index: 999999;
  }
  /* line 3884, ../sass/screen.scss */
  .service .general h3 {
    font-size: 50px;
    padding-top: 35px;
    position: relative;
    left: -8px;
    top: 3px;
  }
  /* line 3893, ../sass/screen.scss */
  .service .left-col .development {
    margin-bottom: 55px;
    position: relative;
    left: 32px;
    top: 0;
    letter-spacing: .5px;
    z-index: 9999999;
  }
  /* line 3901, ../sass/screen.scss */
  .service .left-col .support {
    position: relative;
    left: 30px;
    top: -11px;
  }
  /* line 3906, ../sass/screen.scss */
  .service .left-col .line {
    z-index: 99999;
  }
  /* line 3909, ../sass/screen.scss */
  .service .left-col h4 {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 24px;
  }
  /* line 3916, ../sass/screen.scss */
  .service .center-col .photo-part_dollar {
    height: 380px;
    width: 80%;
    left: 28px;
    top: -43px;
  }
  /* line 3922, ../sass/screen.scss */
  .service .center-col .img-responsive {
    left: 26px;
    top: -82px;
    width: 90%;
  }
  /* line 3929, ../sass/screen.scss */
  .service .right-col .consulting {
    position: relative;
    top: -4px;
    left: -45px;
    letter-spacing: .5px;
    padding: 0px 0 90px 0;
  }
  .service .right-col .consulting {
    margin-bottom: 0;
  }
  /* line 3936, ../sass/screen.scss */
  .service .right-col .partnership {
    position: relative;
    top: -27px;
    left: -47px;
    letter-spacing: 0.8px;
  }
  /* line 3942, ../sass/screen.scss */
  .service .right-col h4 {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 24px;
  }
  /* line 3947, ../sass/screen.scss */
  .service .right-col .line {
    left: -24px;
  }
  /* line 3952, ../sass/screen.scss */
  .service .bottom-row .btn {
    padding: 8px 78px;
    margin-top: -36px;
  }

  /* line 3959, ../sass/screen.scss */
  .solutions .img-box {
    background-position: 0 -70px;
    padding-bottom: 140px;
  }
  /* line 3963, ../sass/screen.scss */
  .solutions .top-row {
    padding-bottom: 0;
  }
  /* line 3965, ../sass/screen.scss */
  .solutions .top-row h3 {
    font-size: 50px;
    padding-top: 180px;
    position: relative;
    left: -5px;
  }
  /* line 3971, ../sass/screen.scss */
  .solutions .top-row p {
    font-size: 15px;
    padding-top: 22px;
    letter-spacing: .7px;
    padding-bottom: 40px;
    line-height: 20px;
  }
  /* line 3980, ../sass/screen.scss */
  .solutions .left-col h4, .solutions .right-col h4 {
    font-size: 90px;
  }
  /* line 3983, ../sass/screen.scss */
  .solutions .left-col p, .solutions .right-col p {
    font-size: 25px;
  }
  /* line 3987, ../sass/screen.scss */
  .solutions .right-col {
    position: relative;
    left: -64px;
    top: 6px;
  }
  /* line 3992, ../sass/screen.scss */
  .solutions .right-col ul li {
    margin-bottom: 40px;
    font-size: 18px;
  }
  /* line 3999, ../sass/screen.scss */
  .solutions .center-col .img-responsive {
    top: -15px;
    left: -33px;
  }
  /* line 4003, ../sass/screen.scss */
  .solutions .center-col .photo-part_arrow {
    width: 85%;
    top: 45px;
  }
  /* line 4008, ../sass/screen.scss */
  .solutions .left-col {
    left: 9px;
    top: 6px;
  }
  /* line 4012, ../sass/screen.scss */
  .solutions .left-col .brands img {
    margin-right: 18px;
  }
  /* line 4016, ../sass/screen.scss */
  .solutions .left-col p {
    top: -13px;
    left: 6px;
    letter-spacing: .7px;
  }

  /* line 4025, ../sass/screen.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
    position: relative;
#    top: -54px;
#    left: -6px;
  }
  /* line 4032, ../sass/screen.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 0;
    position: relative;
    top: -30px;
    letter-spacing: .7px;
  }
  /* line 4041, ../sass/screen.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 166px;
    height: 252px;
  }
  /* line 4048, ../sass/screen.scss */
  .products .owl-dots {
    position: relative;
    top: 42px;
  }
  /* line 4054, ../sass/screen.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }

  /* line 4063, ../sass/screen.scss */
  .projects .project-bg img {
    top: 60px;
  }
  /* line 4068, ../sass/screen.scss */
  .projects .top-row h3 {
    font-size: 50px;
    padding-top: 120px;
  }
  /* line 4072, ../sass/screen.scss */
  .projects .top-row p {
    font-size: 15px;
    padding-bottom: 20px;
  }
  /* line 4077, ../sass/screen.scss */
  .projects .photo-part-lamp {
    left: 50%;
    margin-left: -211px;
    top: 50%;
    margin-top: -35px;
  }
  /* line 4082, ../sass/screen.scss */
  .projects .photo-part-lamp img {
    height: 265px;
  }
  /* line 4086, ../sass/screen.scss */
  .projects .bg {
    width: 40%;
  }
  /* line 4089, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: -75px;
  }
  /* line 4091, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 24px;
  }
  /* line 4094, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
  }
  /* line 4098, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    padding: 10px 60px;
  }

  /* line 4103, ../sass/screen.scss */
  .partner {
    padding-top: 150px;
  }
  /* line 4105, ../sass/screen.scss */
  .partner .item {
    margin: 0 auto;
  }
  /* line 4110, ../sass/screen.scss */
  .partner .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 5px;
  }

  /* line 4118, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 50px;
  }
  /* line 4121, ../sass/screen.scss */
  .get-touch p {
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 70px 0;
    letter-spacing: .6px;
  }
  /* line 4128, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    padding: 16px 30px;
    width: 55%;
    position: relative;
    top: -3px;
    left: 47px;
  }
  /* line 4136, ../sass/screen.scss */
  .get-touch form .help-inp {
    left: 0;
  }
  /* line 4139, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    font-size: 15px;
    padding: 13px 65px;
	width: 200px;
    left: -51px;
    top: -4px;
  }
  /* line 4146, ../sass/screen.scss */
  .get-touch .help {
    bottom: 140px;
    right: 30px;
  }
  /* line 4149, ../sass/screen.scss */
  .get-touch .round-btn {
    bottom: 50px;
    right: 30px;
  }
  /* line 4156, ../sass/screen.scss */
  .get-touch .help form .content .help-inp {
    padding: 12px 20px;
  }

  /* line 4164, ../sass/screen.scss */
  .footer h4 {
    font-size: 20px;
  }
  /* line 4168, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 15px;
  }
  /* line 4170, ../sass/screen.scss */
  .footer ul li a {
    font-size: 14px;
  }
  /* line 4175, ../sass/screen.scss */
  .footer .btn {
    font-size: 14px;
    padding: 15px 50px;
  }
  /* line 4179, ../sass/screen.scss */
  .footer p {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 4183, ../sass/screen.scss */
  .footer .social {
    padding-top: 50px;
  }
  /* line 4185, ../sass/screen.scss */
  .footer .social p {
    font-size: 12px;
  }
  /* line 4189, ../sass/screen.scss */
  .footer .social .social-ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 5px;
  }
  /* line 4193, ../sass/screen.scss */
  .footer .social .social-ul li i {
    font-size: 16px;
    color: #444444;
  }
  /* line 4200, ../sass/screen.scss */
  .footer .social .createBy img {
    float: right;
    width: 65%;
  }
  @-moz-document url-prefix() {
    .projects .photo-part-lamp {
      margin-top: -30px;
    }
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  /* line 4210, ../sass/screen.scss */
  body {
    overflow-x: hidden;
  }

  body .m-menu {
    height: 100%;
    max-height: 548px;
    padding-top: 48px;
    padding-left: 18px;
    text-align: left;
  }
  /* line 4215, ../sass/screen.scss */
  body .m-menu .close-menu {
    top: 6px;
    left: -39px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    font-weight: 100;
  }
  /* line 4223, ../sass/screen.scss */
  body .m-menu li a {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 100;
  }
  /* line 4230, ../sass/screen.scss */
  body .m-menu-link {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  body .close-menu{
    right: 256px;
  }

  /* line 4237, ../sass/screen.scss */
  .head .logo {
    width: 140px;
    position: relative;
    left: 25px;
  }
  /* line 4244, ../sass/screen.scss */
  .head .overlay-color .wave .logo_in_mob {
    top: 20px;
    position: relative;
  }
  /* line 4248, ../sass/screen.scss */
  .head .overlay-color .wave .top {
    justify-content: flex-start;
  }
  /* line 4250, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: absolute;
    right: 90px;
  }
  /* line 4253, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get a {
    padding: 12px 60px;
  }
  /* line 4257, ../sass/screen.scss */
  .head .overlay-color .wave .top .m-menu-link {
    right: 40px;
  }
  /* line 4264, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    height: 548px;
  }
  /* line 4267, ../sass/screen.scss */
  .head .carousel .carousel-inner .item img {
    top: 38px;
    left: -21px;
    transform: scale(2);
    position: relative;
  }
  /* line 4276, ../sass/screen.scss */
  .head .menu-box {
    margin: 0 6% 0 3%;
  }
  /* line 4280, ../sass/screen.scss */
  .head .head-body h1 {
    font-size: 55px;
    padding-top: 203px;
    padding-left: 10px;
    line-height: 64px;
  }
  /* line 4286, ../sass/screen.scss */
  .head .head-body p {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 12px;
    letter-spacing: .8px;
  }
  /* line 4293, ../sass/screen.scss */
  .head .head-body .btn {
    font-size: 18px;
    margin-bottom: 35px;
    padding: 12px 66px;
    position: relative;
    top: 5px;
    left: 12px;
  }

  /* line 4305, ../sass/screen.scss */
  .service .general h3 {
    font-size: 50px;
    padding-top: 40px;
    padding-top: 36px;
    left: 7px;
    position: relative;
  }
  /* line 4312, ../sass/screen.scss */
  .service .general p {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 35px;
    line-height: 28px;
  }
  /* line 4320, ../sass/screen.scss */
  .service .center-col img {
    width: 100%;
  }
  /* line 4325, ../sass/screen.scss */
  .service .left-col h4 {
    font-size: 24px;
  }
  /* line 4328, ../sass/screen.scss */
  .service .left-col .development {
    margin-bottom: 50px;
  }
  /* line 4332, ../sass/screen.scss */
  .service .right-col {
    position: relative;
    top: -63px;
    left: -16px;
  }
  /* line 4336, ../sass/screen.scss */
  .service .right-col .consulting {
    padding: 50px 0;
  }
  /* line 4341, ../sass/screen.scss */
  .service .bottom-row .btn {
    margin-top: -40px;
    padding: 8px 78px;
  }

  /* line 4348, ../sass/screen.scss */
  .solutions .img-box {
    background-position: 0px -70px;
    padding-bottom: 140px;
  }
  /* line 4353, ../sass/screen.scss */
  .solutions .top-row h3 {
    font-size: 50px;
    padding-top: 180px;
  }
  /* line 4357, ../sass/screen.scss */
  .solutions .top-row p {
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 40px;
    line-height: 20px;
  }
  /* line 4365, ../sass/screen.scss */
  .solutions .left-col h4, .solutions .right-col h4 {
    font-size: 80px;
  }
  /* line 4368, ../sass/screen.scss */
  .solutions .left-col p, .solutions .right-col p {
    font-size: 25px;
  }
  /* line 4374, ../sass/screen.scss */
  .solutions .right-col ul li {
    margin-bottom: 40px;
    font-size: 18px;
  }
  /* line 4382, ../sass/screen.scss */
  .solutions .left-col .brands img {
    margin-right: 18px;
  }
  /* line 4387, ../sass/screen.scss */
  .solutions .center-col {
    padding-top: 100px;
  }
  /* line 4389, ../sass/screen.scss */
  .solutions .center-col .img-responsive {
    top: 80px;
  }

  /* line 4396, ../sass/screen.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
  }
  /* line 4400, ../sass/screen.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 25px;
    letter-spacing: .5px;
  }
  /* line 4406, ../sass/screen.scss */
  .products .owl-carousel {
    position: relative;
    top: 30px;
  }
  /* line 4409, ../sass/screen.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 165px;
    height: 254px;
  }
  /* line 4417, ../sass/screen.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }
  /* line 4422, ../sass/screen.scss */
  .products .owl-theme .owl-dots {
    margin-top: 50px;
  }

  /* line 4427, ../sass/screen.scss */
  .projects {
    margin-top: 30px;
    overflow: hidden;
  }
  /* line 4431, ../sass/screen.scss */
  .projects .project-bg img {
    transform: scale(1.5);
    top: 75px;
  }

  .lamp-box {
    min-height: 420px;
  }

  /* line 4437, ../sass/screen.scss */
  .projects .top-row h3 {
    font-size: 50px;
    padding-top: 60px;
  }
  /* line 4441, ../sass/screen.scss */
  .projects .top-row p {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* line 4447, ../sass/screen.scss */
  .projects .photo-part-lamp {
    left: 50%;
    margin-left: -151px;
    top: 41%;
    margin-top: -51px;
  }
  /* line 4452, ../sass/screen.scss */
  .projects .photo-part-lamp img {
    height: 313px;
  }
  /* line 4456, ../sass/screen.scss */
  .projects .bg {
    width: 60%;
  }
  /* line 4459, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: 50px;
  }
  /* line 4461, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 4465, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 19px;
  }
  /* line 4471, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    padding: 8px 50px;
  }

  /* line 4476, ../sass/screen.scss */
  .partner {
    margin-top: 40px;
    padding-top: 100px;
  }
  /* line 4479, ../sass/screen.scss */
  .partner .item {
    margin: 0 auto;
  }
  /* line 4484, ../sass/screen.scss */
  .partner .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 5px;
  }
  /* line 4489, ../sass/screen.scss */
  .partner .owl-theme .owl-dots {
    margin-top: 61px;
  }

  /* line 4495, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 50px;
#    padding-top: 49px;
  }
  /* line 4499, ../sass/screen.scss */
  .get-touch p {
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 70px 0;
    letter-spacing: .7px;
  }
  /* line 4506, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    padding: 16px 30px;
    width: 53%;
    top: -5px;
    left: 37px;
    position: relative;
  }
  /* line 4514, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    font-size: 15px;
    padding: 14px 60px;
	width: 200px;
    left: -18px;
    top: -6px;
  }
  /* line 4522, ../sass/screen.scss */
  .get-touch form.send-help-massage input {
    left: 0;
  }
  /* line 4526, ../sass/screen.scss */
  .get-touch .help {
    bottom: 125px;
  }
  /* line 4531, ../sass/screen.scss */
  .get-touch .help form .content .help-inp {
    padding: 14px 20px;
  }
  /* line 4537, ../sass/screen.scss */
  .get-touch .round-btn {
    bottom: 35px;
  }

  /* line 4542, ../sass/screen.scss */
  .footer h4 {
    font-size: 20px;
  }
  /* line 4546, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 15px;
  }
  /* line 4548, ../sass/screen.scss */
  .footer ul li a {
    font-size: 14px;
  }
  /* line 4553, ../sass/screen.scss */
  .footer .btn {
    font-size: 14px;
    padding: 12px 60px;
    margin-top: 0;
    position: relative;
    top: -20px;
    left: 30px;
  }
  /* line 4561, ../sass/screen.scss */
  .footer p {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
  }
  /* line 4566, ../sass/screen.scss */
  .footer .social {
    padding-top: 50px;
  }
  /* line 4568, ../sass/screen.scss */
  .footer .social p {
    font-size: 12px;
  }
  .footer .social .social-ul{
    padding-bottom: 10px;
  }
  /* line 4572, ../sass/screen.scss */
  .footer .social .social-ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 5px;
  }
  /* line 4576, ../sass/screen.scss */
  .footer .social .social-ul li i {
    font-size: 16px;
    color: #444444;
  }
  /* line 4583, ../sass/screen.scss */
  .footer .social .createBy img {
    float: right;
    width: 100%;
  }
}
@media (min-width: 736px) and (max-width: 767px) {
 [ data-aos=fade-left] {
  transform: translate(30px)!important;
}
 [ data-aos=fade-right] {
  transform: translate(-30px)!important;
}
  [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0)!important;
  }

  /* line 4593, ../sass/screen.scss */
  body .m-menu {
    height: 100%;
    max-height: 550px;
    padding-top: 33px;
    padding-left: 18px;
  }
  /* line 4598, ../sass/screen.scss */
  body .m-menu .close-menu {
    top: 6px;
    left: -39px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    font-weight: 100;
  }
  /* line 4606, ../sass/screen.scss */
  body .m-menu li a {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 100;
  }


  /* line 4615, ../sass/screen.scss */
  .head .logo {
    width: 140px;
    position: relative;
    left: 25px;
  }
  /* line 4622, ../sass/screen.scss */
  .head .overlay-color .wave .top {
    justify-content: flex-start;
  }
  /* line 4624, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    position: absolute;
    right: 90px;
  }
  /* line 4627, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get a {
    padding: 12px 60px;
  }
  /* line 4631, ../sass/screen.scss */
  .head .overlay-color .wave .top .m-menu-link {
    right: 40px;
  }
  /* line 4638, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    height: 548px;
  }
  /* line 4641, ../sass/screen.scss */
  .head .carousel .carousel-inner .item img {
    top: 38px;
    left: -21px;
    transform: scale(2);
    position: relative;
  }
  /* line 4650, ../sass/screen.scss */
  .head .menu-box {
    margin: 0 6% 0 3%;
  }
  /* line 4654, ../sass/screen.scss */
  .head .head-body h1 {
    font-size: 55px;
    padding-top: 203px;
    padding-left: 10px;
    line-height: 64px;
  }
  /* line 4660, ../sass/screen.scss */
  .head .head-body p {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 12px;
    letter-spacing: .8px;
  }
  /* line 4667, ../sass/screen.scss */
  .head .head-body .btn {
    font-size: 18px;
    margin-bottom: 35px;
    padding: 12px 66px;
    position: relative;
    top: 5px;
    left: 12px;
  }

  /* line 4679, ../sass/screen.scss */
  .service .general h3 {
    font-size: 50px;
    padding-top: 40px;
    padding-top: 36px;
    left: 7px;
    position: relative;
  }
  /* line 4686, ../sass/screen.scss */
  .service .general p {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 35px;
    line-height: 28px;
  }
  /* line 4694, ../sass/screen.scss */
  .service .center-col img {
    width: 100%;
  }
  /* line 4699, ../sass/screen.scss */
  .service .left-col h4 {
    font-size: 24px;
  }
  /* line 4702, ../sass/screen.scss */
  .service .left-col .development {
    margin-bottom: 50px;
  }
  /* line 4706, ../sass/screen.scss */
  .service .right-col {
    position: relative;
    top: -63px;
    left: -16px;
  }
  /* line 4710, ../sass/screen.scss */
  .service .right-col .consulting {
    padding: 50px 0;
  }
  /* line 4715, ../sass/screen.scss */
  .service .bottom-row .btn {
    margin-top: -20px;
    padding: 8px 78px;
  }

  /* line 4722, ../sass/screen.scss */
  .solutions .img-box {
    background-position: 0px -70px;
    padding-bottom: 140px;
  }
  /* line 4727, ../sass/screen.scss */
  .solutions .top-row h3 {
    font-size: 50px;
    padding-top: 180px;
  }
  /* line 4731, ../sass/screen.scss */
  .solutions .top-row p {
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 40px;
    line-height: 20px;
  }
  /* line 4739, ../sass/screen.scss */
  .solutions .left-col h4, .solutions .right-col h4 {
    font-size: 80px;
  }
  /* line 4742, ../sass/screen.scss */
  .solutions .left-col p, .solutions .right-col p {
    font-size: 25px;
  }
  /* line 4748, ../sass/screen.scss */
  .solutions .right-col ul li {
    margin-bottom: 40px;
    font-size: 18px;
  }
  /* line 4756, ../sass/screen.scss */
  .solutions .left-col .brands img {
    margin-right: 18px;
  }
  /* line 4761, ../sass/screen.scss */
  .solutions .center-col {
    padding-top: 100px;
  }
  /* line 4763, ../sass/screen.scss */
  .solutions .center-col .img-responsive {
    top: 80px;
  }

  /* line 4770, ../sass/screen.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
  }
  /* line 4774, ../sass/screen.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 25px;
    letter-spacing: .5px;
  }
  /* line 4780, ../sass/screen.scss */
  .products .owl-carousel {
    position: relative;
    top: 30px;
  }
  /* line 4783, ../sass/screen.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 165px;
    height: 254px;
  }
  /* line 4791, ../sass/screen.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }
  /* line 4796, ../sass/screen.scss */
  .products .owl-theme .owl-dots {
    margin-top: 50px;
  }

  /* line 4801, ../sass/screen.scss */
  .projects {
    margin-top: 30px;
    overflow: hidden;
  }
  /* line 4805, ../sass/screen.scss */
  .projects .project-bg img {
    transform: scale(1.5);
    top: 50px;
  }
  /* line 4811, ../sass/screen.scss */
  .projects .top-row h3 {
    font-size: 50px;
    padding-top: 60px;
  }
  /* line 4815, ../sass/screen.scss */
  .projects .top-row p {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* line 4821, ../sass/screen.scss */
  .projects .photo-part-lamp {
    left: 50%;
    margin-left: -151px;
    top: -5%;
    margin-top: 0;
  }
  /* line 4827, ../sass/screen.scss */
  .projects .bg {
    width: 60%;
  }
  /* line 4830, ../sass/screen.scss */
  .projects .left-col, .projects .right-col {
    margin-bottom: 50px;
  }
  /* line 4832, ../sass/screen.scss */
  .projects .left-col h4, .projects .right-col h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 4836, ../sass/screen.scss */
  .projects .left-col p, .projects .right-col p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 19px;
  }
  /* line 4842, ../sass/screen.scss */
  .projects .btn {
    font-size: 15px;
    padding: 8px 50px;
  }

  /* line 4847, ../sass/screen.scss */
  .partner {
    margin-top: 40px;
    padding-top: 0;
  }
  /* line 4850, ../sass/screen.scss */
  .partner .item {
    margin: 0 auto;
  }
  /* line 4855, ../sass/screen.scss */
  .partner .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 5px;
  }
  /* line 4860, ../sass/screen.scss */
  .partner .owl-theme .owl-dots {
    margin-top: 61px;
  }

  /* line 4866, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 50px;
#    padding-top: 49px;
  }
  /* line 4870, ../sass/screen.scss */
  .get-touch p {
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 70px 0;
    letter-spacing: .7px;
  }
  /* line 4877, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    padding: 16px 30px;
    width: 58%;
    margin-right: -50px;
  }
  .get-touch form .help-inp {
    font-size: 14px;
    padding: 16px 30px;
    width: 53%;
    top: -7px;
    left: 0px;
    position: relative;
  }
  /* line 4885, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    font-size: 15px;
    padding: 14px 51px;
	width: 200px;
    left: -18px;
    top: -2px;
  }
  /* line 4892, ../sass/screen.scss */
  .get-touch .help {
    /*top: -201px;*/
    right: 30px;
  }
  /* line 4896, ../sass/screen.scss */
  .get-touch .round-btn {
    /*bottom: -47px;*/
  }

  /* line 4901, ../sass/screen.scss */
  .footer h4 {
    font-size: 20px;
  }
  /* line 4905, ../sass/screen.scss */
  .footer ul li {
    margin-bottom: 15px;
  }
  /* line 4907, ../sass/screen.scss */
  .footer ul li a {
    font-size: 14px;
  }
  /* line 4912, ../sass/screen.scss */
  .footer .btn {
    font-size: 14px;
    padding: 12px 60px;
    margin-top: 0;
    position: relative;
    top: -20px;
    left: 30px;
  }
  /* line 4920, ../sass/screen.scss */
  .footer p {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
  }
  /* line 4925, ../sass/screen.scss */
  .footer .social {
    padding-top: 50px;
  }
  /* line 4927, ../sass/screen.scss */
  .footer .social p {
    font-size: 12px;
  }
  /* line 4931, ../sass/screen.scss */
  .footer .social .social-ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 5px;
  }
  /* line 4935, ../sass/screen.scss */
  .footer .social .social-ul li i {
    font-size: 16px;
    color: #444444;
  }
  /* line 4942, ../sass/screen.scss */
  .footer .social .createBy img {
    float: right;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 735px) {
  body {
    overflow-x: hidden;
  }
  /* line 4952, ../sass/screen.scss */
  body .m-menu {
    height: 100%;
    /*max-height: calc(100% - 133px);*/
    max-height: 550px;
    text-align: left;
    padding-left: 57px
  }
  /* line 4955, ../sass/screen.scss */
  body .m-menu .close-menu {
    padding: 10px;
  }
  /* line 4959, ../sass/screen.scss */
  body .m-menu-link {
    position: absolute;
    top: 35px;
    right: 40px;
  }

  /* line 4968, ../sass/screen.scss */
  .head .overlay-color .wave .logo_in_mob {
    position: relative;
    top: 20px;
    left: -10px;
  }
  /* line 4973, ../sass/screen.scss */
  .head .overlay-color .wave .top {
    justify-content: flex-start;
  }
  /* line 4975, ../sass/screen.scss */
  .head .overlay-color .wave .top .btn-get {
    display: none;
  }
  /* line 4978, ../sass/screen.scss */
  .head .overlay-color .wave .top .m-menu-link {
    right: 16px;
  }
  /* line 4985, ../sass/screen.scss */
  .head .carousel img {
    width: 73%;
    margin-left: 15px;
  }
  /* line 4989, ../sass/screen.scss */
  .head .carousel .carousel-inner {
    max-height: 570px;
    height: 550px;
  }
  /* line 4992, ../sass/screen.scss */
  .head .carousel .carousel-inner .item1 {
    background-image: url(../images/head-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -340px -21px;
    width: 100%;
    height: 570px;
  }
  /* line 4999, ../sass/screen.scss */
  .head .carousel .carousel-inner .item1 img {
    display: none;
  }
  /* line 5003, ../sass/screen.scss */
  .head .carousel .carousel-inner .item2 {
    background-image: url(../images/head-2bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -260px 0;
    width: 100%;
    height: 570px;
  }
  /* line 5010, ../sass/screen.scss */
  .head .carousel .carousel-inner .item2 img {
    display: none;
  }
  /* line 5016, ../sass/screen.scss */
  .head .menu-box {
    margin: 0 6% 0 3%;
  }
  /* line 5020, ../sass/screen.scss */
  .head .head-body h1 {
    font-size: 35px;
    padding-top: 260px;
    line-height: 45px;
  }
  /* line 5025, ../sass/screen.scss */
  .head .head-body p {
    font-size: 18px;
    padding-top: 2px;
    letter-spacing: .6px;
    padding-bottom: 28px;
    line-height: 26px;
  }
  /* line 5031, ../sass/screen.scss */
  .head .head-body .btn {
    font-size: 18px;
    margin-bottom: 35px;
    padding: 11px 66px;
    border: 0;
    outline: 0;
  }
  /*.get-started form .head p{*/
    /*padding: 10px 1px 0px 1px;*/
  /*}*/
  .get-started form .content{
    padding: 20px 0 0;
  }
  .get-started .get-started-radio + label {
    padding-left: 2em;
  }
  .get-started .get-radio{
    margin-bottom: 20px;
  }
  .get-started .get-radio div:last-of-type {
    padding: 0;
  }
  .get-started .content .get-select select{
    margin-bottom: 20px;
  }
  .get-started .content .started-btn{
    padding: 20px 0;
  }

  /* line 5038, ../sass/screen.scss */
  .service {
    display: none;
  }

  /* line 5041, ../sass/screen.scss */
  .service_mob {
    display: block;
  }
  /* line 5043, ../sass/screen.scss */
  .service_mob h3 {
    padding-top: 30px;
    font-size: 35px;
    font-weight: 500;
    color: #444444;
  }
  /* line 5049, ../sass/screen.scss */
  .service_mob p {
    font-weight: 200;
    color: #777777;
    padding-top: 15px;
    letter-spacing: 0.7px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  /* line 5058, ../sass/screen.scss */
  .service_mob h4 {
    font-size: 24px;
    letter-spacing: .7px;
  }
  /* line 5062, ../sass/screen.scss */
  .service_mob .general {
    text-align: center;
  }
  /* line 5064, ../sass/screen.scss */
  .service_mob .general p {
    padding-bottom: 0;
  }
  /* line 5068, ../sass/screen.scss */
  .service_mob .general_inner {
    text-align: center;
  }
  /* line 5070, ../sass/screen.scss */
  .service_mob .general_inner .center-col {
    max-height: 420px;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  /* line 5075, ../sass/screen.scss */
  .service_mob .general_inner .center-col img {
    width: 100%;
    margin: 0 auto;
  }
  /* line 5079, ../sass/screen.scss */
  .service_mob .general_inner .center-col .img-responsive {
    position: absolute;
    left: 0px;
    top: -26px;
  }
  /* line 5086, ../sass/screen.scss */
  .service_mob .bottom-row {
    text-align: center;
  }
  /* line 5088, ../sass/screen.scss */
  .service_mob .bottom-row .btn {
    font-family: "SFProDisplay-Light";
    font-size: 15px;
    border: 1px solid #b3abe8;
    background-color: transparent;
    color: #7767d7;
    padding: 9px 76px;
    text-decoration: none;
    font-weight: 500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 12px;
  }
  /* line 5101, ../sass/screen.scss */
  .service_mob .bottom-row .btn:hover {
    background-color: #7767d7;
    color: #fff;
    transition: .3s;
  }

  /* line 5109, ../sass/screen.scss */
  .solutions {
    display: none;
  }

  /* line 5112, ../sass/screen.scss */
  .solutions_mob {
    display: block;
    background-color: #fff;
  }
  /* line 5116, ../sass/screen.scss */
  .solutions_mob .top-row h3 {
    font-size: 35px;
    padding-top: 200px;
  }
  /* line 5120, ../sass/screen.scss */
  .solutions_mob .top-row p {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 35px 40px;
  }
  /* line 5126, ../sass/screen.scss */
  .solutions_mob .img-box {
    background-position: 0px -350px;
    padding-bottom: 425px;
  }
  /* line 5132, ../sass/screen.scss */
  .solutions_mob .right-col ul li, .solutions_mob .left-col ul li {
    font-size: 18px;
    margin-bottom: 38px;
  }
  body[data-aos-duration='400'] [data-aos] {
    transition-duration: .8s;
  }
  /* line 5137, ../sass/screen.scss */
  .solutions_mob .right-col h4, .solutions_mob .left-col h4 {
    font-size: 90px;
  }
  /* line 5141, ../sass/screen.scss */
  .solutions_mob .center-col {
    transform: rotate(90deg);
    margin-top: 105px;
    margin-bottom: 20px;
  }
  /* line 5145, ../sass/screen.scss */
  .solutions_mob .center-col .img-responsive {
    position: relative;
    left: -3px;
    top: -4px;
  }
  /* line 5150, ../sass/screen.scss */
  .solutions_mob .center-col .photo-part_arrow {
    width: 90%;
    height: 305px;
    margin-top: 68px;
  }
  /* line 5153, ../sass/screen.scss */
  .solutions_mob .center-col .photo-part_arrow .bg {
    position: relative;
  }

  /* line 5159, ../sass/screen.scss */
  .products {
    margin-top: -370px;
  }
  /* line 5162, ../sass/screen.scss */
  .products .top-row h3 {
    font-size: 35px;
    padding-top: 40px;
  }
  /* line 5166, ../sass/screen.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 21px;
    letter-spacing: .7px;
  }
  /* line 5173, ../sass/screen.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 170px;
    height: 257px;
  }
  /* line 5181, ../sass/screen.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }

  /* line 5188, ../sass/screen.scss */
  .projects {
    display: none;
  }

  /* line 5191, ../sass/screen.scss */
  .projects_mob {
    display: block;
    background-image: none;
  }
  /* line 5195, ../sass/screen.scss */
  .projects_mob .top-row h3 {
    font-size: 35px;
    padding-top: 81px;
  }
  /* line 5199, ../sass/screen.scss */
  .projects_mob .top-row p {
    font-size: 15px;
    line-height: 20px;
    padding: 25px;
  }
  /* line 5205, ../sass/screen.scss */
  .projects_mob .center-col {
    border: none;
    padding-bottom: 0;
  }
  /* line 5208, ../sass/screen.scss */
  .projects_mob .center-col img {
    width: 50%;
    margin: 0 auto;
  }
  /* line 5213, ../sass/screen.scss */
  .projects_mob .left-col, .projects_mob .right-col {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  /* line 5217, ../sass/screen.scss */
  .projects_mob .left-col h4, .projects_mob .right-col h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  /* line 5221, ../sass/screen.scss */
  .projects_mob .left-col p, .projects_mob .right-col p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
    letter-spacing: .7px;
  }
  /* line 5227, ../sass/screen.scss */
  .projects_mob .left-col .btn, .projects_mob .right-col .btn {
    font-size: 15px;
    padding: 10px 50px;
  }
  /* line 5231, ../sass/screen.scss */
  .projects_mob .left-col img, .projects_mob .right-col img {
    display: none;
  }
  .projects .btn {
	font-family: 'SFProDisplay-Medium';
	border-radius: 25px;
	font-size: 15px;
	padding: 7px 30px;
	background: none;
	color: #7767d7;
	border-color: #7767d7;
	box-shadow: none;
  }

  /* line 5236, ../sass/screen.scss */
  .partner {
    padding-top: 50px;
  }
  /* line 5238, ../sass/screen.scss */
  .partner .item {
    margin: 0 auto;
  }
  /* line 5243, ../sass/screen.scss */
  .partner .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 5px;
  }

  /* line 5251, ../sass/screen.scss */
  .get-touch h3 {
    font-size: 35px;
#    padding-top: 70px;
  }
  /* line 5255, ../sass/screen.scss */
  .get-touch p {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .7px;
    padding: 25px 0px 30px 0px;
  }
  /* line 5262, ../sass/screen.scss */
  .get-touch form input {
    font-size: 14px;
    padding: 15px 30px;
    width: 100%;
  }
  /* line 5267, ../sass/screen.scss */
  .get-touch form .btn, .get-touch form input .btn {
    display: inline-block;
    font-size: 15px;
    padding: 10px 50px;
    left: inherit;
    margin-top: 20px;
  }
  /* line 5275, ../sass/screen.scss */
  .get-touch .help {
    bottom: 155px;
    right: 30px;
  }
  /* line 5280, ../sass/screen.scss */
  .get-touch .help form .head p {
    font-size: 12px;
    padding: 15px 15px 0px 15px;
    line-height: 12px;
  }
  .get-touch .help form .content .help-inp {
    margin-bottom: 20px;
  }
  .get-touch .help {
    min-width: 250px;
  }
  /* line 5286, ../sass/screen.scss */
  .get-touch .help form .content .help-inp {
    padding: 15px 20px;
    font-size: 12px;
  }
  /* line 5293, ../sass/screen.scss */
  .get-touch .round-btn {
    bottom: 80px;
    right: 30px;
  }

  /* line 5297, ../sass/screen.scss */
  .footer {
    display: none;
  }

  /* line 5300, ../sass/screen.scss */
  .footer_mob {
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* line 5303, ../sass/screen.scss */
  .footer_mob .social {
    padding-top: 0;
    display: inherit;
    text-align: center;
  }
  /* line 5307, ../sass/screen.scss */
  .footer_mob .social .createBy {
    padding-top: 25px;
  }
  /* line 5310, ../sass/screen.scss */
  .footer_mob .social .social-ul {
    display: flex;
    padding-top: 30px;
    padding-bottom: 25px;
    justify-content: space-around;
  }
  /* line 5315, ../sass/screen.scss */
  .footer_mob .social .social-ul li {
    float: none;
    margin-right: 0px;
  }
  /* line 5320, ../sass/screen.scss */
  .footer_mob .social p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media (min-width: 645px) and (max-width: 735px) {
    .service_mob .general_inner .center-col {
        margin-bottom: 215px;
    }
}
@media (min-width: 320px) and (max-width: 350px) {
  .solutions_mob .center-col .img-responsive {
    position: relative;
    left: -1px;
    top: -4px;
  }
}
@media (min-width: 2500px) and (max-width: 3500px){
  .head .overlay-color .wave .scroll_hidden {
    height: 96px;
  }
  .projects .left-col, .projects .right-col, .projects_mob .left-col, .projects_mob .right-col {
    max-height: 310px;
  }

  .more-btn {
    top: 0;
  }
  .projects .project-bg img, .projects_mob .project-bg img {
    width: 100%;
    position: absolute;
    top: -10px;
  }

  _:-ms-lang(x), .get-touch form .btn, .get-touch form input .btn {
    margin-top: -4px;
  }


  @-moz-document url-prefix() {

    .projects .photo-part-lamp {
      top: 34% !important;
      margin-top: -40px;
    }

    .projects .photo-part-lamp img {
      width: 100% !important;
      height: 100% !important;
    }

    .projects .lamp-box {
      min-height: 700px !important;
    }

    .head .overlay-color .wave .top .menu, .head .overlay-color .wave .scroll_hidden .menu{
      width: 100% !important;
    }

    .partner .owl-theme .owl-dots{
      margin-top: 70px !important;
    }
    .partner .owl-carousel .owl-item img{
      width: 250px !important;
      height: 52px !important;
      object-fit: contain !important;
    }

    .products .owl-dots{
      padding-top: 50px;
    }

    .get-touch form .btn, .get-touch form input .btn {
      padding: 14px 85px!important;
      margin-top: -4px;
    }
  }
  .container{
    width: 2000px;
  }
  .footer .container .row:first-child{
    transform: translate(4%, 0%);
    margin: 0px auto;
  }
  .footer .social{
    width: 1820px;
    margin: 0 auto;
  }
  .footer .social .createBy img{
    float: right;
  }
  .partner>div>div{
    margin: 0 auto;
    width: 1660px;
  }
  .products .container div:last-child{
    /*transform: translate(-3%, 0%);*/
    /*margin: 0px 81px;*/
  }
  .products .container>div.top-row+div{
    width: 1600px;
    margin: 0 auto;
    float: none;
  }
  .products .owl-theme .owl-dots, .partner .owl-theme .owl-dots{
    margin-top: 60px;
  }
  .solutions .img-box>div{
    width: 1577px;
  }
  .service>div{
    width: 1700px;
  }
  .head .overlay-color .wave>div:last-child{
    width: 1890px;
  }
  .head .head-body h1{
    padding-top: 460px;
    line-height: 133px;
  }
  .head .main h1{
    font-size: 90pt;
  }
  .head .overlay-color .wave .scroll_hidden>div{
    width: 1820px;
  }
  .head .overlay-color .wave .scroll_hidden .menu-box{
    margin-left: 28%;
    margin-right: 2%;
  }
  .head .overlay-color .wave .top .menu li a, .head .overlay-color .wave .scroll_hidden .menu li a{
    font-size: 20pt;
  }
  .head .overlay-color .wave .scroll_hidden .btn-get a{
    font-size: 20pt;
  }
  .head .overlay-color .wave .top .menu li i, .head .overlay-color .wave .scroll_hidden .menu li i{
    font-size: 16px;
  }
  .service .center-col .img-responsive{
    left: 13px;
    top: -82px;
    width: 100%
  }
  .service .center-col .photo-part_dollar{
    height: 743px;
  }
  .service .bottom-row{
    margin-top: 125px;
  }
  .service .general p{
    font-size: 21pt;
    padding-bottom: 120px;
    line-height: 28px;
  }
  .service .general h3{
    font-size: 78pt;
  }
  .service .left-col h4, .service .right-col h4{
    font-size: 33pt;
  }
  .service .left-col p, .service .right-col p{
    font-size: 19pt;
    line-height: 24px
  }
  .service .bottom-row .btn{
      font-size: 20px;
      width: 280px;
      height: 54px;
      padding: 12px;
  }
  .solutions .top-row h3, .solutions_mob .top-row h3{
    font-size: 78pt;
    margin-top: 100px;
  }
  .solutions .left-col h4, .solutions .right-col h4, .solutions_mob .left-col h4, .solutions_mob .right-col h4{
    font-size: 133pt;
  }
  .solutions .left-col p, .solutions .right-col p, .solutions_mob .left-col p, .solutions_mob .right-col p{
    font-size: 40pt;
  }
  .solutions .right-col .brands ul{
    font-size: 22pt;
  }
  .solutions .top-row p{
    font-size: 21pt;
    line-height: 28px;
  }
  .solutions .left-col .brands ul li{
    display: flex;
  }
  .products .top-row h3{
    font-size: 78pt;
  }
  .products .top-row p{
    font-size: 21pt;
    line-height: 28px;
  }
  .projects .top-row h3{
    font-size: 78pt;
  }
  .projects .top-row p{
    font-size: 21pt;
    line-height: 28px;
    padding-bottom: 210px;
  }
  .projects .left-col p, .projects .right-col p, .projects_mob .left-col p, .projects_mob .right-col p{
    font-size: 19pt;
    line-height: 28px;
    max-height: 140px;
    overflow: hidden;
  }
  .projects .btn, .projects_mob .btn{
      font-size: 20px;
      width: 280px;
      height: 58px;
      padding: 14px 0 0 0;
      text-align: center;
  }
  .projects .left-col h4, .projects .right-col h4{
    font-size: 33pt;
  }
  .projects .left-col img, .projects .right-col img{
    top:34px;
  }
  .projects .photo-part-lamp {
    top: 54%;
  }
  .projects .photo-part-lamp img{
    width: 100%;
    height: 679px;
    object-fit: cover;
  }
  _:-ms-lang(x), .projects .photo-part-lamp {
    position: absolute !important;
    left: 50%;
    margin-left: -271px;
    top: 50%;
    margin-top: -144px;
  }
  _:-ms-lang(x), .projects .photo-part-lamp img {
    width: 100%;
    height: 830px;
  }
  .ie9 .projects .photo-part-lamp img {
    width: 100%;
    height: 846px;
  }
  .get-touch h3{
    font-size: 58pt;
  }
  .get-touch p{
    font-size: 21pt;
    line-height: 28px;
  }
  .get-touch p+form input[type="text"]::-webkit-input-placeholder {
    font-size: 18pt;
  }
  .get-touch form .btn, .get-touch form input .btn{
    margin-top: -5px;
    border: 1px solid #ccc;
    font-size: 20pt;
    padding: 16px 85px;
  }
  .footer h4{
    font-size: 25pt;
  }
  .footer ul li a, .footer_mob ul li a{
    font-size: 18pt;
  }
  .footer .btn, .footer_mob .btn{
    font-size: 18pt;
      padding: 10px 0 0 0;
      width: 264px;
      height: 58px;
  }
  .footer .social .footer-bottom div:first-child span{
    font-size: 16pt;
  }
  .footer .social .social-ul li i{
    font-size: 25px;
    margin-bottom: 14px;
  }
  .footer p, .footer_mob p{
    font-size: 18pt;
  }
  .head .head-body{
    padding-left: 20px;
  }
  .head .head-body p{
    font-size: 34pt;
  }
  .head .head-body .btn{
      font-size: 26px;
      width: 354px;
      height: 74px;
      padding: 17px;
  }
  .projects .top-row+div+div{
    height: 1px;
    background-color: #ccc;
    width: 25%;
    margin: 0 auto;
  }
  .head .overlay-color .wave .top .menu, .head .overlay-color .wave .scroll_hidden .menu{
    width: 100%;
  }
}
@media (min-width: 1127px) and (max-width: 1319px){
  head .overlay-color .wave .scroll_hidden .container .menu-box {
    float: left;
    margin-top: 26px;
    margin-left: 29px!important;
    margin-right: 0;
  }
}
@media (max-width: 991px) and (min-width: 822px){
  .lamp-box {
       min-height: 500px;
     }

  .projects .photo-part-lamp {
    left: 50%;
    margin-left: -151px;
    top: 41%;
    margin-top: -81px;
  }

  .projects .photo-part-lamp img {
    height: 370px;
  }
}

@media (max-width: 1024px){
  .partner .owl-theme .owl-nav .owl-prev,
  .products .owl-theme .owl-nav .owl-prev {
    left: 30%;
    top: -80px;
  }
  .partner .owl-theme .owl-nav .owl-next,
  .products .owl-theme .owl-nav .owl-next{
    right: 30%;
    top: -80px;
  }
  body .m-menu-link {
    top: 35px;
  }
}
@media (max-width: 767px){
  html, body{
    overflow-x: hidden!important;
  }
  .partner .owl-theme .owl-nav .owl-prev,
  .products .owl-theme .owl-nav .owl-prev {
    left: 30%;
    top: -50px;
  }
  .partner .owl-theme .owl-nav .owl-next,
  .products .owl-theme .owl-nav .owl-next{
    right: 30%;
    top: -50px;
  }
}
@media (max-width: 738px){
  .solutions_mob .left-col .brands img {
    margin-right: 106px;
    margin-bottom: 41px!important;
    margin-top: -10px;

  }
  _:-ms-lang(x), .solutions_mob .left-col .brands img {
    margin-right: 110px;
  }
}
@media (max-width: 625px){
  .close-modal{
   display: block;
  }
  .solutions_mob .center-col .photo-part_arrow {
    margin-top: 30px;
  }
  .get-started .massage {
    width: 300px;
  }
  .get-started .content .get-select select {
    margin-bottom: 15px;
  }
  .get-started form .content .get-text {
    height: 90px;
  }
  .get-started form .head {
    background-color: #1eafba;
    color: #fff;
    padding: 15px 0px;
  }
  .get-touch .help form .content {
    padding-top: 20px;
  }
  .get-touch .help form .head p {
    padding: 10px 15px 0px 15px;
    font-size: 13px;
  }
  .get-touch .help.open .massage {
    max-width: 280px;
    float: right;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
  }
  .get-touch .help form .head {
    padding: 20px 10px;
  }
  .get-started form .head p {
    padding: 15px 15px 0;
  }
  [data-aos=fade-right] {
    transform: translate(-30px)!important;
  }
  [data-aos=fade-left] {
    transform: translate(30px)!important;
  }
  [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0)!important;
  }
}
@media (max-width: 516px){

  .solutions_mob .left-col .brands img {
    margin-right: 44px;
    margin-bottom: 41px!important;
    margin-top: -10px;
  }
  _:-ms-lang(x), .solutions_mob .left-col .brands img {
    margin-right: 50px;
  }
  .get-radio>div{
    padding-right: 20px;
    margin-right: -25px;
  }
}
@media (max-width: 480px){
  .get-started .massage {
    width: 260px;
  }
  .get-started form .head p {
    padding: 10px 10px 0;
    font-size: 12px;
  }
}
@media (max-width: 400px){
  .solutions_mob .center-col .photo-part_arrow {
    margin-top: 10px;
  }
}
@media (max-width: 367px){
  .solutions_mob .left-col .brands img {
    margin-right: 15px;
    margin-bottom: 41px!important;
    margin-top: -10px;

  }
}

.modal-backdrop {
  background-color: transparent!important;
}
.btn-start{
  text-transform: uppercase;
}