@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);


/*========================================================
                        Includes
=========================================================*/


/*
@import url('bootstrap.css');

*/


/*========================================================
                      Main Styles
=========================================================*/

/*====================================================================
	Reset
====================================================================*/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*====================================================================
	Global Settings
====================================================================*/

body {
  background: #191919;
  color: #888888;
  font: 400 15px/27px 'Rubik', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #FFF;
}
h1 {
  font: 800 105px/90px 'Rubik', sans-serif;
}

h2 {
  font: 400 75px/73px 'Rubik', sans-serif;
}
h3 {
  font: 400 65px/73px 'Rubik', sans-serif;
}
h4 {
  font: 700 35px/44px 'Rubik', sans-serif;
}
h4 a:hover {
  color: #7ec71e;
}
h5 {
  font: 700 20px/34px 'Rubik', sans-serif;
  color: #7ec71e;
}
h5 a:hover {
  color: #FFF;
}
h2 span,
h3 span {
  font-weight: 300;
}
h2 strong,
h3 strong {
  font-weight: 900;
}
p a:hover {
  text-decoration: none;
}

p .call-btn:hover {
    color: #ffffff;
    text-decoration: none;
}
time {
  display: block;
}
dt,
dd {
  display: inline-block;
}
dd {
  padding-left: 4px;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .btn {
  margin-top: 37px;
}
* + .btn__md {
  margin-top: 23px;
}
.mt {
  margin-top: 3px;
}
.mt1 {
  margin-top: 9px;
}
.mt2 {
  margin-top: 7px;
}
.mt-zero {
  margin-top: 0;
}
* + p {
  margin-top: 24px;
}
* + h5,
.off-5 {
  margin-top: 22px;
}
h5 + p,
h3 + p,
address + p,
* + dl,
.off-7 {
  margin-top: 10px;
}
h2 + p,
.off-4 {
  margin-top: 15px;
}
* + .line {
  margin-top: 33px;
}
.off {
  margin-top: 36px;
}
.off-1 {
  margin-top: 48px;
}
.off-3 {
  margin-top: 30px;
}
.off-6 {
  margin-top: 42px;
}
.off-8 {
  margin-top: 50px;
}
.info + .info,
.off-2 {
  margin-top: 25px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}

.sf-menu a {
  display: block;
}
.sf-menu {
  margin-left: 22px;
}
.sf-menu > li {
  position: relative;
  float: right;
}
.sf-menu > li:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  border-right: solid 1px #0e1904;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
}
.sf-menu > li:first-child {
  position: relative;
}
/*
.sf-menu > li:first-child:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  border-left: solid 1px #0e1904;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
}
*/
.sf-menu > li:last-child:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  border-left: solid 1px #0e1904;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
}

.sf-menu > li > a {
  color: #FFF;
  font: 700 16px/20px 'Rubik', sans-serif;
  text-transform: uppercase;
  padding: 12px 20px;
  position: relative;
  z-index: 0;
  font-weight: 400;
}
.sf-menu > li > a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
  background: #323232;
  background: -moz-linear-gradient(top, #323232 0%, #2a2a2a 50%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(50%, #2a2a2a), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #323232 0%, #2a2a2a 50%, #212121 100%);
  background: -o-linear-gradient(top, #323232 0%, #2a2a2a 50%, #212121 100%);
  background: -ms-linear-gradient(top, #323232 0%, #2a2a2a 50%, #212121 100%);
  background: linear-gradient(to bottom, #323232 0%, #2a2a2a 50%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#212121', GradientType=0);
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}
.lt-ie9 .sf-menu > li > a:after {
  filter: alpha(opacity=0);
}
.sf-menu > li.sfHover > a:after,
.sf-menu > li > a:hover:after,
.sf-menu > li.active > a:after {
  opacity: 1;
}
.lt-ie9 .sf-menu > li.sfHover > a:after,
.lt-ie9 .sf-menu > li > a:hover:after,
.lt-ie9 .sf-menu > li.active > a:after {
  filter: alpha(opacity=100);
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 262px;
  margin-top: 0;
  background: #FFF;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  background: #2F2F2F;
  margin-left: -22px;
}
.sf-menu ul > li {
/*padding: 22px 0 ;*/
}
.sf-menu ul > li > a {
  color: #FFF;
  font: 400 15px/15px 'Rubik', sans-serif;
  text-transform: uppercase;
  padding: 22px 51px 22px 0;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #0084e1;
}
.sf-menu ul > li + li {
  border-top: solid 1px #000;
}
.sf-menu ul ul {
  position: absolute;
  right: -267px;
  top: 59px;
  z-index: 4;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
.sub-menu > li > .sf-with-ul {
  position: relative;
}
.sub-menu > li > .sf-with-ul:before {
  position: absolute;
  top: 0;
  right: 70px;
  content: '\f105';
  font: 400 15px/15px 'FontAwesome';
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 10px 20px;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Raleway', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .brand,
.isStuck .box_right {
  display: none;
}
.isStuck .sf-menu li a {
    padding: 10px 20px;
}
.isStuck .nav {
  text-align: right;
}
.isStuck .sub-menu {
  text-align: left;
}
.isStuck .sub-menu li a {
  padding: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 50px;
  line-height: 80px;
  color: #0084e2;
  position: fixed;
  right: 100px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
.search-form {
  display: block;
  position: relative;
  width: 360px;
  z-index: 1;
}
.search-form_label {
  display: block;
  position: relative;
  padding: 21px 95px 21px 20px;
  background: none;
  box-sizing: border-box;
  height: 60px;
  z-index: 0;
}
.search-form_label:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  border: 1px solid #acacac;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
  background: #FFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 80%, #e8e8e8 97%, #dbdbdb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(80%, #fefefe), color-stop(97%, #e8e8e8), color-stop(100%, #dbdbdb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fefefe 80%, #e8e8e8 97%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fefefe 80%, #e8e8e8 97%, #dbdbdb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fefefe 80%, #e8e8e8 97%, #dbdbdb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fefefe 80%, #e8e8e8 97%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-form_label {
    height: 47px;
  }
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #333333;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  background: transparent;
}
.search-form_submit {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: -17px;
  width: 112px;
  height: 60px;
  z-index: 0;
}
.search-form_submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form_submit:before {
  content: '\f002';
  color: #ffffff;
  font: 400 22px/22px 'FontAwesome', sans-serif;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-form_submit:after {
  position: absolute;
  content: '';
  top: 0;
  right: 16px;
  left: 16px;
  bottom: 0;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
  background: #333;
  background: -moz-linear-gradient(top, #333333 0%, #2a2a2a 50%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(50%, #2a2a2a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #333333 0%, #2a2a2a 50%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #333333 0%, #2a2a2a 50%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #333333 0%, #2a2a2a 50%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #333333 0%, #2a2a2a 50%, #1d1d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1d1d1d', GradientType=0);
  z-index: -1;
}
.search-form_submit:hover:before {
  color: #888888;
}
@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}
.search-form_toggle {
  float: right;
  display: inline-block;
  color: #888888;
  font: 400 44px/44px 'FontAwesome';
}
.search-form_toggle:before {
  content: '\f002';
}
.search-form_toggle.active,
.search-form_toggle:hover {
  color: #7ec71e;
}
.search-form_toggle.active:before {
  content: '\f00d';
}
.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-left: -15px;
}
.lt-ie9 .search-form_liveout {
  filter: alpha(opacity=0);
}
.search-form_liveout .search_list {
  font-size: 14px;
  line-height: 14px;
  background: #FFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.search-form_liveout .search_list li + li {
  margin-top: 2px;
}
.search-form_liveout .search_link {
  display: block;
  padding: 5px 10px;
  background: #FFF;
  color: #999;
}
.search-form_liveout .search_link .search_title {
  color: #7ec71e;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 23px;
}
.search-form_liveout .search_link .search_title + p {
  margin-top: 5px;
}
.search-form_liveout .search_link:hover {
  background: #7ec71e;
  color: #dcf5bc;
}
.search-form_liveout .search_link:hover .search_title {
  color: #FFF;
}
.search-form_liveout .search_error {
  display: block;
  color: #7ec71e;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
  font-size: 20px;
  line-height: 23px;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  color: #7ec71e;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form_liveout button:hover {
  background: #7ec71e;
  color: #FFF;
}
input:focus + .search-form_liveout {
  opacity: 1;
}
.lt-ie9 input:focus + .search-form_liveout {
  filter: alpha(opacity=100);
}
.search-form_liveout .tablet,
.mobile .search-form_liveout {
  display: none !important;
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-image: url(../images/page-1_img08.jpg);
  padding: 181px 0 164px;
}
.parallax2 {
  background-image: url(../images/page-2_img01.jpg);
  padding: 75px 0 81px;
}
.parallax3 {
  background-image: url(../images/page-2_img10.jpg);
  padding: 74px 0 90px;
}
.parallax4 {
  background-image: url(../images/page-3_img01.jpg);
  padding: 74px 0 85px;
}
.parallax5 {
  background-image: url(../images/page-4_img01.jpg);
  padding: 74px 0 78px;
}
.parallax-client {
  background-image: url(../images/home/clients/p1s4i1.jpg);
  padding: 74px 0 78px;
}

.parallax-about {
  background-image: url(../images/about/p2s1i1.jpg);
  padding: 235px 0 235px;
}

.parallax-site-build {
  background-image: url(../images/site-build/p3s1i1.jpg);
  padding: 188px 0 188px;
}

.parallax-site-design {
  background-image: url(../images/site-design/p5s1i1.jpg);
  padding: 188px 0 188px;
}

.parallax-site-specification {
  background-image: url(../images/site-specification/p4s1i1.jpg);
  padding: 188px 0 188px;
}

.parallax-ux-ui {
  background-image: url(../images/ux-ui/p6s1i1.jpg);
  padding: 188px 0 188px;
}

.parallax-copyright {
  background-image: url(../images/copyright/p7s1i1.jpg);
  padding: 188px 0 188px;
}

.parallax-ecommerce {
  background-image: url(../images/ecommerce/p8s1i1.jpg);
  padding: 188px 0 188px;
}

.parallax-services {
  background-image: url(../images/services/p4s1i1.jpg);
  padding: 235px 0 235px;
}

.parallax-portfolio {
  background-image: url(../images/portfolio/p5s1i1.jpg);
  padding: 235px 0 235px;
}

.parallax-contact {
  background-image: url(../images/contact/p6s1i1.jpg);
  padding: 284px 0 284px;
}

@media (min-width: 2050px) {
  .parallax {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
    padding: 30px 0;
  }
}
/*==================   Tumbnail    ======================*/
.thumb,
.video_thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img,
.video_thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.lt-ie9 .thumb_overlay {
  filter: alpha(opacity=0);
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  font: 400 29px 'FontAwesome';
  line-height: 66px;
  margin-top: -33px;
  margin-left: -33px;
  text-align: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
    background: #3f9be8;
    background: -moz-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9be8), color-stop(100%, #1d3f86));
    background: -webkit-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
    background: -o-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
    background: -ms-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
    background: linear-gradient(to bottom, #3f9be8 0%, #1d3f86 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ec81f', endColorstr='#498d13', GradientType=0);
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video_thumb_overlay {
  position: absolute;
  background: url('../images/page-4_img12.png') no-repeat center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.video_thumb:hover .video_thumb_overlay {
  opacity: 0.6;
}
.lt-ie9 .video_thumb:hover .video_thumb_overlay {
  filter: alpha(opacity=60);
}
/*========================================================
                     RESPONSIVE
=========================================================*/
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .thumb_overlay:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 20px;
  }
}
/*==================     Icons     ======================*/
/*==================     Table     ======================*/
table {
  width: 100%;
  color: #FFF;
}
table th,
table td {
  border: solid 1px #d3d3d3;
}
table th {
  text-transform: uppercase;
  padding: 13px 0 10px;
}
table th:first-child,
table td:first-child {
  width: 15.8974%;
}
table th,
table td {
  width: 21.28%;
}
table td {
  padding: 16px 0 7px;
  text-align: center;
}
table td + td {
  line-height: 18px;
}
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  background: #3f9be8;
  font: 700 19px/20px 'Rubik', sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 29px 8px 31px 29px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 0;
}
.btn:before {
  position: absolute;
  content: '';
  top: 0;
  right: -22px;
  width: 50px;
  height: 80px;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
  background: #3f9be8;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
}
.btn:hover {
    background: #3f9be8;
}
.btn:hover:before {
    background: #3f9be8;
}
.btn__md {
  padding: 20px 19px 20px 30px;
}
.btn__md:before {
  right: -21px;
  width: 40px;
  height: 60px;
}

.btn__md-contact:before {
  right: 120px;
  width: 26px;
  height: 34px;
  margin-top: -1px;
}

.btn__md1 {
  background: #2f2f2f;
  padding: 20px 19px 20px 30px;
}
.btn__md1:before {
  right: -17px;
  width: 40px;
  height: 60px;
  background: #2f2f2f;
}
.btn__md1:hover {
  background: #7ec71e;
}
.btn__md1:hover:before {
  background: #7ec71e;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: right;
}
.box_right {
  float: right;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #191919;
  padding-top: 30px;
}
header .brand {
  float: left;
}
header .box_right {
  float: right;
}
header .box_right .search-form {
  clear: both;
  margin-right: 16px;
}
header .box_right .social-link {
  float: right;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .box_right {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding: 15px 49px 5px 49px;
  z-index: 0;
}
.brand_slogan {
  font: 600 19px/19px 'Rubik', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  margin-left: 2px;
  margin-top: 0;
}
.brand:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
  background: #3f9be8;
  background: -moz-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9be8), color-stop(100%, #1d3f86));
  background: -webkit-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
  background: -o-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
  background: -ms-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
  background: linear-gradient(to bottom, #3f9be8 0%, #1d3f86 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f9be8', endColorstr='#1d3f86', GradientType=0);
  z-index: -1;
}
/*==================  Navigation   ======================*/
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #191919;
}
/*==================      Well     ======================*/
.well {
  padding: 80px 0 80px;
}
.well-1 {
  padding: 45px 0 45px;
}
.well-1__off {
  padding-bottom: 88px;
}
.well-1__off1 {
  padding-bottom: 40px;
}
.well-1__off-p2s2bot {
  padding-bottom: 45px;
}
.well-1__off2 {
  padding-top: 35px;
}
.well-1__off3 {
  padding-top: 85px;
}
.well-1__off4 {
  padding-bottom: 207px;
}
.well-1__off5 {
  padding-bottom: 50px;
}
.well-2 {
  padding: 78px 0 96px;
}
.well-3 {
    padding: 45px 0 95px;
}
.well-35 {
    padding: 45px 0 90px;
}
.well-4 {
  padding: 30px 0 40px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #2c2c2c;
}
.bg-header {
  background: url('../images/background-1.jpg') repeat-x bottom;
}
.bg-main {
  background: url('../images/background-2.jpg') repeat;
}
.bg-main-1 {
  background: #FFF;
}
.bg-main-1 h3 {
  color: #191919;
}
/*============   Background Gradient   ================*/
.gradient-1 {
  background: #3f9be8;
  background: -moz-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9be8), color-stop(100%, #1d3f86));
  background: -webkit-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
  background: -o-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
  background: -ms-linear-gradient(top, #3f9be8 0%, #1d3f86 100%);
  background: linear-gradient(to bottom, #3f9be8 0%, #1d3f86 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f9be8', endColorstr='#1d3f86', GradientType=0);
}
.gradient-2 {
  background: #323232;
  background: -moz-linear-gradient(top, #323232 0%, #2a2a2a 50%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(50%, #2a2a2a), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #323232 0%, #2a2a2a 50%, #212121 100%);
  background: -o-linear-gradient(top, #323232 0%, #2a2a2a 50%, #212121 100%);
  background: -ms-linear-gradient(top, #323232 0%, #2a2a2a 50%, #212121 100%);
  background: linear-gradient(to bottom, #323232 0%, #2a2a2a 50%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#212121', GradientType=0);
}

/*==================    Colors    ======================*/
.color-1 {
  color: #7ec71e;
}
.color-2 {
  color: #fff;
}
/*==================    FontStyle   ======================*/
.font-style {
  font: 400 15px/27px 'Rubik', sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
.font-style-1 {
  font: 700 29px/30px 'Rubik', sans-serif;
  color: #7ec71e;
}
/*==================  SocialLinks  ======================*/
.social-link > li {
  display: inline-block;
}
.social-link > li a {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  line-height: 72px;
  color: #7ec71e;
  background: #2c2c2c;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.social-link > li a:after {
  position: absolute;
  content: '';
  background: #7ec81f;
  background: -moz-linear-gradient(top, #7ec81f 0%, #498d13 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ec81f), color-stop(100%, #498d13));
  background: -webkit-linear-gradient(top, #7ec81f 0%, #498d13 100%);
  background: -o-linear-gradient(top, #7ec81f 0%, #498d13 100%);
  background: -ms-linear-gradient(top, #7ec81f 0%, #498d13 100%);
  background: linear-gradient(to bottom, #7ec81f 0%, #498d13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ec81f', endColorstr='#498d13', GradientType=0);
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}
.lt-ie9 .social-link > li a:after {
  filter: alpha(opacity=0);
}
.social-link > li a:hover {
  color: #FFF;
}
.social-link > li a:hover:after {
  opacity: 1;
}
.lt-ie9 .social-link > li a:hover:after {
  filter: alpha(opacity=100);
}
.social-link li + li {
  margin-left: 7px;
}
/*==================     Date     ======================*/

.date {
  display: inline-block;
  font: 700 18px/20px 'Rubik', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 94px 23px;
  position: relative;
  z-index: 0;
}
.date:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2f2f2f;
  -moz-transform: skew(-28.5deg);
  -ms-transform: skew(-28.5deg);
  -o-transform: skew(-28.5deg);
  -webkit-transform: skew(-28.5deg);
  transform: skew(-28.5deg);
  z-index: -1;
}

.date__md {
  background: #0084e2;
  padding: 12px 14px 12px 29px;
  margin-left: 60px;
  margin-bottom: 22px;
}
.date__md1 {
  background: #0084e2;
  padding: 12px 14px 12px 29px;
  margin-left: 0px;
  margin-bottom: 22px;
}
.date__md a {
  color: #ffffff;
}
.date__md1 a {
  color: #ffffff;
}
.date__md:after {
  display: none;
}
.date__md1:after {
  display: none;
}
.date__md:before {
    position: absolute;
    content: '';
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 32px 0 0;
    border-color: #0084e2 transparent transparent transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.date__md-home-s2:before {
    position: absolute;
    content: '';
    top: 0;
    left: -31px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 0 32px;
    border-color: #0084e2 transparent transparent transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.date__md-services-s2:before {
    position: absolute;
    content: '';
    top: 0;
    left: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 0 32px;
    border-color: #0084e2 transparent transparent transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    
}




.date__md1:before {
    position: absolute;
    content: '';
    top: 0;
    left: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 0 32px;
    border-color: #0084e2 transparent transparent transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.margin-0-date-slider {
  margin-left: 0;
  margin-bottom: 0;
}

.date-slider-serv {
    color: #000000;
    background: #ffffff;
}

.date-slider-serv:before {
    position: absolute;
    content: '';
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 32px 0 0;
    border-color: #ffffff transparent transparent transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.date-slider-serv a {
    color: #000000;
    background: #ffffff;
}

.h-in-shade-slider {
    font-size: 20px;
}

.date-news {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #7ec71e;
}
.date-news span {
  font-size: 64px;
  line-height: 64px;
}

/*==================   TxtWrap  ======================*/
.txt-wrap {
  padding-left: 18px;
  margin-top: 6px;
}
.txt-wrap h5 {
  line-height: 24px;
}
/*==================    Info    ======================*/
.info {
  position: relative;
}
.info_overlay {
  position: absolute;
/*  left: 0;*/
  top: 0;
}
.info_overlay .date {
  margin-top: 30px;
}
.info_overlay h4 {
  padding: 0 30px;
  margin-top: 148px;
  margin-left: 100px;
}

.title-on-img {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
}

.title-on-img1 {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
}

.title-on-img2 {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
}

.title-on-img3 {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
}

.title-on-img4 {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
}

.title-on-img5 {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
}

.info_overlay .title-on-img {
    padding: 0 30px;
    margin-top: 300px;
    margin-left: 170px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    color:#ffffff;
    line-height: 1;
}

.info_overlay .title-on-img1 {
    padding: 0 30px;
    margin-top: 300px;
    margin-left: 300px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    color:#ffffff;
    line-height: 1;
}

.info_overlay .title-on-img2 {
    padding: 0 30px;
    margin-top: 300px;
    margin-left: 390px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    color:#ffffff;
    line-height: 1;
}

.info_overlay .title-on-img3 {
    padding: 0 30px;
    margin-top: 300px;
    margin-left: 300px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    color:#ffffff;
    line-height: 1;
}

.info_overlay .title-on-img4 {
    padding: 0 30px;
    margin-top: 300px;
    margin-left: 220px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    color:#ffffff;
    line-height: 1;
}

.info_overlay .title-on-img5 {
    padding: 0 30px;
    margin-top: 300px;
    margin-left: 170px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    color:#ffffff;
    line-height: 1;
}

.bg-no span {
    font-size: 130px;
    color: #1d4087;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: -1;
}

.bg-no-left span {
    font-size: 130px;
    color: #1d4087;
    position: absolute;
    top: 10px;
    left: 55px;
    z-index: -1;
}

.bg-no-right span {
    font-size: 130px;
    color: #1d4087;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: -1;
}

@media (max-width: 479px) {
    .bg-no span {
        font-size: 100px;
    }
    .bg-no-left span {
        font-size: 100px;
    }    
    .bg-no-right span {
        font-size: 100px;
    }    
}


.bootstrap-box-pad-marg {
    padding: 0px 10px;
}

.t-ser {
    text-align: right;
    margin-top: 0;
    margin-bottom: 18px;
        margin-right: 28px;
}

.service-s-highlight span {
    color: #0084e1;
}

.product-style {
    color: #ffffff;
    direction: rtl;
    line-height: 1.4;
    font-size: 16px;
    
}

.flag-serv {
    background: #0084e1;
    float: right;
    padding: 4px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;

}

.tri {
    /*width: 28px; */
    /* height: 28px; */
    float: right;
    /* background: green; */
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: #0084e2 transparent transparent transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1199px) {
    .tri {
        border-width: 29px 0 0 29px;
    }
    .flag-serv {
    font-size: 15px;
    }
}


.flag-no {
    color: #ffffff;
    font-size: 15px;
    float: right;
    padding: 9px;
    direction: rtl;
}

.p-under-tabs {
    float: right;
    direction: rtl;
    color: #ffffff;
    margin-top: 15px;
    margin-right: 30px;
    margin-bottom: 35px;
        font-size: 16px;
    line-height: 1.4;
}

.divs-boxes {
    display: inline-block;
}

.slogan-low-section {
    padding: 50px 0 50px 0;
}

.low-end-slogan {
    direction: rtl;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.color-slogan-low {
    color: #0183e1;
}

/*==================      Line     ======================*/
.line {
  border-top: solid 1px #686868;
}
/*==================    EventList    ======================*/
.event-list li {
  display: inline-block;
}
.event-list li + li {
  margin-top: 3px;
}
/*==================    FloatBox    ======================*/
.float-box:before,
.float-box:after {
  content: " ";
  display: table;
}
.float-box:after {
  clear: both;
}
.float-box > div {
  float: left;
  width: 20%;
}
#twitter-widget-0 {
  width: 357px !important;
}
.autosized-media {
  width: 100% !important;
  height: auto !important;
}
/*==================  SocialLinks  ======================*/
.mark-list li a {
  position: relative;
  color: #FFF;
  padding-left: 24px;
}
.mark-list li a:before {
  position: absolute;
  content: '\f0a9';
  font-family: 'FontAwesome';
  line-height: 19px;
  top: 0;
  left: 0;
}
.mark-list li a:hover {
  color: #7ec71e;
}
.mark-list li + li {
  margin-top: 7px;
}
/*==================  Coordinates  ======================*/
.coordinates span {
  color: #FFF;
}
.coordinates p + p {
  margin-top: 11px;
}
/*==================    Contacts    ======================*/
.contacts {
  color: #FFF;
}
.contacts p:first-child {
  font: 700 20px/32px 'Rubik', sans-serif;
  color: #7ec71e;
  text-transform: uppercase;
}
.contacts p {
  margin-top: 0;
}

.p-contact {
    color: #ffffff;
}

.contact-style {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    padding: 6px 15px 6px;
    color: #888888;
    background-color: #121212;
    border: 1px solid #212121;
    width: 100%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 38px;
    margin: 0;
    margin-bottom: 18px;
    font-size: 15px;
}

.contact-style a:hover {
    color: #ffffff;
    text-decoration: none;
}

.fa-contact-list {
    font-size: 30px;
}

.mar-top-contact-list {
    margin-top: 60px;
}

/*==================     Mail     ======================*/
.mail {
  color: #7ec71e;
  display: inline-block;
}
.mail:hover {
  text-decoration: underline;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #191919;
  padding: 34px 0 0px;
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-list ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.bottom-footer {
    text-align: center;
    margin-top: 45px;
    background: #ffffff;
    padding: 20px 0;
    color: #000000;
}

footer .bottom-footer a:hover {
  color: #0083e1;
  font-weight: 900;
  text-decoration: none;
}

.p-footer-about {
    font-size: 12px;
}

.pad-footer {
    padding: 0px 30px;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .p-footer-about {
    font-size: 12px
}
    .pad-footer {
        padding: 0px 10px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .p-footer-about {
    font-size: 11px
    }
    
    .pad-footer {
        padding: 0px 5px;
    }
}



.border-top {
    border-top: 1px solid #ffffff;
}

.list-border-foot {
    border-bottom: 1px solid #ffffff;
}

.footer-list ul li {
    padding: 10px 0px 10px;
}

.footer-list ul li a {
    color: #6ab8f9;
}

.mar-l0 {
    margin-left: 0;
}

.mar-l10 {
    margin-left: 10px;
}

.padLR0 {
    padding-left: 0;
    padding-right: 0;
}

.bot-border-only {
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
}


/*========================================================
                     RESPONSIVE
=========================================================*/
@media (min-width: 980px) and (max-width: 1030px) {
  header .brand {
    margin-left: 40px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h2 {
    font-size: 64px;
    line-height: 62px;
  }
  .info_overlay h4 {
    font-size: 25px;
    line-height: 34px;
    margin-top: 100px;
  }
}
@media (max-width: 979px) {
  h2 {
    font-size: 50px;
    line-height: 48px;
  }
  .font-style {
    line-height: 22px;
  }
  .info_overlay h4 {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 85px;
    line-height: 71px;
  }
  h3 {
    font-size: 50px;
    line-height: 58px;
  }
  h5 {
    font-size: 18px;
    line-height: 32px;
  }
  .brand_slogan {
    font-size: 15px;
    line-height: 15px;
  }
  .brand {
    margin-left: 35px;
/*    padding: 20px 47px 24px 39px;*/
  }
  .social-link > li a {
    height: 62px;
    line-height: 62px;
    width: 62px;
  }
  .search-form {
    width: 340px;
  }
  .search-form_label {
    padding: 14px 95px 15px 20px;
  }
  .search-form_submit {
    height: 47px;
  }
  .info_overlay h4 {
    margin-top: 60px;
  }
  .info_overlay .date {
    margin-top: 20px;
  }
  .info__small .date {
    font-size: 16px;
  }
  .info__small .date__md {
    padding-left: 10px;
  }
  .info__small .date__md1 {
    padding-left: 10px;
  }  
  .event-list .btn {
    font-size: 16px;
  }
  .btn__md1 {
    padding-right: 5px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  [class*='well'] {
    padding: 30px 0;
  }
  header {
    padding-top: 30px;
  }
  header .box_right .social-link {
    float: none;
    margin-top: 20px;
  }
  header .box_right .search-form {
    margin: 0 auto 20px;
  }
  .nav {
    padding: 5px 0;
  }
  

  
  .brand {
    padding: 20px 37px 24px 28px;
  }
  .info_overlay .date {
    margin-top: 10px;
  }
  .info_overlay h4 {
    margin-top: 75px;
  }
  .info__small .info_overlay .date {
    margin-top: 30px;
  }
  .info__small .info_overlay h4 {
    margin-top: 150px;
    font-size: 35px;
    line-height: 44px;
  }
  .float-box > div {
    width: 50%;
  }
  .btn {
    padding: 20px 8px 20px 20px;
  }
  .btn:before {
/*    height: 60px;*/
  }
  .line {
    display: none;
  }
}

  @media (max-width: 767px) {
      .nav-hidden {
          display: none;
      }
  }
  
  
@media (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 55px;
  }
  h2 {
    font-size: 30px;
    line-height: 28px;
  }
  h3 {
    font-size: 45px;
    line-height: 53px;
  }
  h5 {
    font-size: 17px;
    line-height: 30px;
  }
/*  
  .brand {
    padding: 10px 23px 10px 5px;
  }
*/  
  .brand_slogan {
    font-size: 12px;
    line-height: 12px;
    margin-left: 0;
  }
  .event-list .btn {
    font-size: 15px;
  }
  .btn__md1 {
    padding-right: 5px;
    padding-left: 10px;
  }
  .date {
    font-size: 17px;
    line-height: 17px;
  }
  .date__md {
    padding: 12px 5px 13px 10px;
  }
  .date__md1 {
    padding: 12px 5px 13px 10px;
  }  
  .date__md:before {
    border-width: 42px 25px 0 0;
    right: -25px;
  }
    .date__md-home-s2:before {
    border-width: 42px 0px 0 25px;
    left: -25px;
  }
    .date__md-services-s2:before {
    border-width: 42px 0px 0 25px;
    left: -25px;
  }
  
    .date__md1:before {
    border-width: 42px 0 0 25px;
    left: -25px;
  }
  
  .info_overlay h4 {
    margin-top: 25px;
    font-size: 16px;
    line-height: 25px;
    padding: 0 10px;
  }
  .info__small .info_overlay .date {
    margin-top: 10px;
  }
  .info__small .info_overlay h4 {
    font-size: 28px;
    line-height: 37px;
    margin-top: 110px;
  }
}
/* s2-in flag style */

.date__md-home-s2 {
    margin-right: 63px;
    margin-top: 0;
}

.date__md-services-s2 {
    margin-right: 160px;
    margin-top: 0;
}



@media (min-width: 980px) and (max-width: 1199px) {
    .date__md-home-s2 {
        margin-right: 24px;
    }
    .date__md-services-s2 {
    margin-right: 103px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .date__md-home-s2 {
        margin-right: 0px;
    }
    .date__md-services-s2 {
    margin-right: 55px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .date__md-home-s2 {
        margin-right: 78px;
    }
    .img-swing-res {
        width: 390px;
    }
    .date__md-services-s2 {
    margin-right: 78px;
    }
    
}

@media (min-width: 0px) and (max-width: 479px) {
    .date__md-home-s2 {
        margin-right: 18px;
    }
    .img-swing-res {
        width: 390px;
    }    
    .date__md-services-s2 {
    margin-right: 18px;
    }    
}

.padd-s2-left-flag {
    padding-left: 74px;
}

@media (max-width: 479px) {
    .padd-s2-left-flag {
    padding-left: 5px;
    }
}

.padd-top-50 {
    padding-top: 50px;
}

/* my style */

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}

.flo-right {
    float: right;
}

.flo-left {
    float: left;
}

.bold {
    font-weight: 700;
}

.normal {
    font-weight: 500;
}

.slim {
    font-weight: 300;
}

.light300 {
    font-weight: 300;
}
.regular400 {
    font-weight: 400;
}
.medium500 {
    font-weight: 500;
}
.bold700 {
    font-weight: 700;
}
.black900 {
    font-weight: 900;
}

.padd-left-20 {
    padding-left: 20px;
}


/* my style in this site */

.contour-text-title {
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

.contour-text-title1 {
    text-shadow: -5px -5px 0 #000, 5px -5px 0 #000, -5px 5px 0 #000, 5px 5px 0 #000;
}

.img-res {
    max-width: 70%;
    display: block;
    margin: auto;
}

.text-s2 {
    max-width: 265px;
    margin: auto;
}

.text-s2-services {
    max-width: 415px;
    margin: auto;
}

.h3s2 {
    text-align: right;
    direction: rtl;
    font-size: 34px;
    margin-bottom: 50px;
    margin-top: 0;
}

.h3s4-cli {
    text-align: right;
    direction: rtl;
    font-size: 34px;
    margin-bottom: 0;
    margin-top: 0;
}

.padd-s2 {
    padding: 45px 0 45px;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-150 {
    margin-bottom: 150px;
}

.mar-top-0 {
    margin-top: 0;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-20 {
    margin-top: 20px;
}

.titleslider {
    font-size: 70px;
    margin-top: 0;
    color: #ffffff;
}
.titleslider2 {
    font-size: 70px;
    margin-top: 0;
    color: #ffffff;
    line-height: 0.9;
}

.secondery-title-style-top {
    font-size: 30px;
    text-align: right;
    direction: rtl;
    color: #ffffff;
    font-weight: 700;
}

.secondery-title-style-bot {
    font-size: 22px;
    text-align: right;
    direction: rtl;
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 479px) {
    
.secondery-title-style-top {
    font-size: 16px;
}

.secondery-title-style-bot {
    font-size: 14px;
}
}

@media (max-width: 979px) and (min-width: 479px){
    
.secondery-title-style-top {
    font-size: 25px;
}

.secondery-title-style-bot {
    font-size: 20px;
}
}

.secondery-title-style-bot span {
    font-weight: 400;
}


@media (min-width: 0px) and (max-width: 1100px) {
    .titleslider {
        margin-left: 30px;
    }
    .titleslider2 {
        margin-left: 30px;
    }
}

@media (min-width: 480px) and (max-width: 500px) {
    .titleslider {
        font-size: 50px;
        text-align: center;
    }
    .titleslider2 {
        font-size: 50px;
        text-align: center;
    }
}


@media (min-width: 0px) and (max-width: 479px) {
    .titleslider {
        font-size: 50px;
        text-align: left;
    }
    .titleslider2 {
        font-size: 50px;
        text-align: left;
    }
}


.hight-s1p {
    line-height: 0.6;
}


.start-p-about {
    color: #3f9be8;
    font-size: 18px;
}

.pad-about-s2 {
padding: 0 10px;
}

.mar-p-s2 {
    margin-right: 20px;
}

.p-head-pic {
    color: #ffffff;
    direction: rtl;
    background: #3b59ddb3;
    padding: 5px;
    box-sizing: border-box;
}


/* p3 - site build */

@media (max-width: 479px) {
  .title-site-s1-res {
    text-align: right;
  }
}


.span-p-site-s2 {
color: #ffffff;
    margin-top: 150px;
    /* margin-left: 200px; */
    font-size: 43px;
    font-weight: 700;
    margin-right: 20px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    line-height: 1;
}

.call-in-strip {
    width: 34%;
    text-align: center;
    font-size: 40px;
    background: white;
    display: block;
    margin: auto;
    padding: 0 5px;
    border-radius: 60px;
    font-weight: 900;
}

.call-in-strip:hover {
    font-size: 43px;
    background: #0183e1;
    padding: 5px;
    border-radius: 60px;
    color: #ffffff;
}


@media (min-width: 980px) and (max-width: 1199px) {
  .span-p-site-s2 {
    margin-top: 135px;
    font-size: 25px;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  }
  .info_overlay .title-on-img {
      font-size: 40px;
    margin-top: 250px;
    margin-left: 40px;
  }
    .info_overlay .title-on-img1 {
      font-size: 40px;
    margin-top: 220px;
    margin-left: 170px;
  }
      .info_overlay .title-on-img2 {
      font-size: 40px;
    margin-top: 220px;
    margin-left: 255px;
  }
        .info_overlay .title-on-img3 {
      font-size: 40px;
    margin-top: 220px;
    margin-left: 170px;
  }
    .info_overlay .title-on-img4 {
      font-size: 40px;
    margin-top: 220px;
    margin-left: 50px;
  }  
    .info_overlay .title-on-img5 {
      font-size: 40px;
    margin-top: 220px;
    margin-left: 50px;
  }    
  
  .low-end-slogan {
          font-size: 50px;
  }
  .call-in-strip {
      font-size: 35px;
  }
  .call-in-strip:hover {
    font-size: 37px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .span-p-site-s2 {
    margin-top: 80px;
    font-size: 22px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
    .info_overlay .title-on-img {
font-size: 33px;
    margin-top: 195px;
    margin-left: 0px;
  }
      .info_overlay .title-on-img1 {
font-size: 33px;
        margin-top: 175px;
    margin-left: 115px;
  }
    .info_overlay .title-on-img2 {
    font-size: 33px;
    margin-top: 175px;
    margin-left: 185px;
  }
    .info_overlay .title-on-img3 {
    font-size: 33px;
    margin-top: 175px;
    margin-left: 110px;
  }  
    .info_overlay .title-on-img4 {
    font-size: 33px;
    margin-top: 175px;
    margin-left: 30px;
  }  
    .info_overlay .title-on-img5 {
    font-size: 33px;
    margin-top: 175px;
    margin-left: 30px;
  }  

    .low-end-slogan {
          font-size: 40px;
  }
  .call-in-strip {
      font-size: 25px;
  }
  .call-in-strip:hover {
    font-size: 27px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .span-p-site-s2 {
    margin-top: 210px;
    font-size: 27px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 3px 3px 0 #000;
  }
    .info_overlay .title-on-img {
    font-size: 30px;
    margin-top: 180px;
    margin-left: 20px;
  }
    .info_overlay .title-on-img1 {
    font-size: 30px;
    margin-top: 150px;
    margin-left: 115px;
  }
    .info_overlay .title-on-img2 {
    font-size: 30px;
    margin-top: 180px;
    margin-left: 180px;
  }
      .info_overlay .title-on-img3 {
    font-size: 30px;
    margin-top: 150px;
    margin-left: 115px;
  }
      .info_overlay .title-on-img4 {
    font-size: 30px;
    margin-top: 150px;
    margin-left: 60px;
  }
      .info_overlay .title-on-img5 {
    font-size: 30px;
    margin-top: 150px;
    margin-left: 25px;
  }

  
    .low-end-slogan {
          font-size: 34px;
  }
  .call-in-strip {
      font-size: 14px;
  }
  .call-in-strip:hover {
    font-size: 16px;
  }
}
  
  
@media (max-width: 479px) {
  .span-p-site-s2 {
    margin-top: 140px;
    font-size: 25px;
  }
    .info_overlay .title-on-img {
font-size: 21px;
    margin-top: 125px;
    margin-left: 0px;
  }
      .info_overlay .title-on-img1 {
font-size: 21px;
    margin-top: 120px;
    margin-left: 70px;
  }
      .info_overlay .title-on-img2 {
font-size: 21px;
    margin-top: 120px;
    margin-left: 115px;
  }
      .info_overlay .title-on-img3 {
font-size: 21px;
    margin-top: 120px;
    margin-left: 70px;
  }
      .info_overlay .title-on-img4 {
font-size: 21px;
    margin-top: 125px;
    margin-left: 0px;
  }
      .info_overlay .title-on-img5 {
font-size: 21px;
    margin-top: 125px;
    margin-left: 0px;
  }

    .low-end-slogan {
          font-size: 32px;
  }
  .call-in-strip {
      font-size: 14px;
    width: 50%;
    padding: 10px 7px;
  }
  .call-in-strip:hover {
    font-size: 16px;
  }
}

.pad-s2-site {
    padding: 0px 10px;
}

.s2-site-b {
    color: #ffffff;
    font-weight: 300;
        font-size: 16px;
    line-height: 1.4;
}

.s2-h2-site-b {
    color: #6ab8f9;
    font-weight: 500;
    font-size: 30px
}

@media (min-width: 0px) and (max-width: 1199px) {
    .s2-h2-site-b {
    font-size: 23px
}
}

.s2-h3-site-b {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px
}

.hover-black:hover {
    color: black;
    transition: all .3s ease-in-out;
}

.dark-blue {
color: #1d3f86;
}

.white {
color: #ffffff;
}

.span-s3 {
    color: #0084e0;
    font-weight: 700;
}

/*********************************
            
            service slider only

*******************************/



.sp-four {
	padding: 80px 0 0px;
}


@media (max-width: 767px) {
    .pad-bot-services {
    padding-bottom: 85px;
}
}




/*********************************
            
            scrollbar edit
            
*******************************/

/*
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #292121;
  background: #292121;
}

::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.75);
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,255,255,0.75);
}
*/


/*********************************
            
            madness

*******************************/

.strip-contact {
    color: red;
}

.box-2 {
  color: #fff;
  background: #0083e1;
  padding: 5px 20px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 33px;
  text-align: center;
}

.padding-swing-res {
    padding: 0px 15px;
}

.p-swing {
    text-align: right;
    direction: rtl;
    font-size: 12px;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .box-2 {
        padding: 5px 10px 17px;
    }
    
    .padding-swing-res {
        padding: 0px 5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .box-2 {
        padding: 5px 5px 17px;
    }
    
    .padding-swing-res {
        padding: 0px 5px;
    }
    .p-swing {
        font-size: 9px;
    }
}


.h4swing {
    font-size: 40px;
/*    
    font-family: "dina-talbal", sans-serif;
*/    
    letter-spacing: -1px;
    margin: 0;
    text-align: right;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .h4swing {
    font-size: 38px
}
}

@media (min-width: 768px) and (max-width: 979px) {
    .h4swing {
    font-size: 28px
}
}

.h-client {
    color: #0083e1;
}

.num {
  display: inline-block;
  width: 83px;
  height: 83px;
  text-align: center;
  background: #fff;
  border-radius: 500px;
  font: 48px/83px 'Rubik', sans-serif;
  color: #161616;
  margin-top: -30px;
}

.fa-s2-css {
    margin-top: 15px;
    color: #000000;
    font-size: 50px;
}

.fa-service-in {
    margin-top: 20px;
}

.p-slogen-2nd {
    font-size: 25px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
}

.fa-call-btn {
    font-size: 20px;
}

.form-strip {
    float: right;
    width: 100%;
    
}

.form-lable-rochav {
    display: inline-block;
}


.color-headline {
    color:#0083e1;
}

.mar-top-phone {
    margin-top: 8px;
}

.span-cli {
    color: #0084e1;
    font-size: 50px;
    line-height: 0.8;
}