@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.eot');
  src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/lato-bold-webfont.woff2') format('woff2'),
       url('../fonts/lato-bold-webfont.woff') format('woff'),
       url('../fonts/lato-bold-webfont.ttf') format('truetype'),
       url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/lato-regular-webfont.woff2') format('woff2'),
       url('../fonts/lato-regular-webfont.woff') format('woff'),
       url('../fonts/lato-regular-webfont.ttf') format('truetype'),
       url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'ubuntubold';
  src: url('../fonts/ubuntu-bold-webfont.eot');
  src: url('../fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
       url('../fonts/ubuntu-bold-webfont.woff') format('woff'),
       url('../fonts/ubuntu-bold-webfont.ttf') format('truetype'),
       url('../fonts/ubuntu-bold-webfont.svg#ubuntubold') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'ubunturegular';
  src: url('../fonts/ubuntu-regular-webfont.eot');
  src: url('../fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
       url('../fonts/ubuntu-regular-webfont.woff') format('woff'),
       url('../fonts/ubuntu-regular-webfont.ttf') format('truetype'),
       url('../fonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
  font-weight: normal;
  font-style: normal;

}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
html {
  width:100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "latoregular", Arial, serif;
  font-size: 14px;
  background: #fff;
  color: #414141;
  font-weight: normal;
}
strong, b {
  font-family: "latobold", Arial, Helvetica, sans-serif;
  font-weight:normal;
}
input, select {
  outline: 0;
}
a {
  color: rgb(154, 48, 40);
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}
a:hover {
  color: rgb(154, 48, 40);
}
p, ul, ol {
  margin-bottom: 1.5em;
  color: #343434;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "ubunturegular", Arial, serif;
  color: #414141;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}
::placeholder {
  color: #b4b4b4;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b4b4b4;
}
::-ms-input-placeholder {
  color: #b4b4b4;
}
.row .no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.main_wrapper {
  height: 100%;
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 102px;
  box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.70);
  background-color: rgba(228, 150, 67, 0.90);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
}
header .mainlogo {
  height: 78px;
  margin: 11px 20px;
}
header .otherlogo {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.content_home {
  position: relative;
  height: calc(100% - 137px);
  z-index: 4;
  top: 102px;
}
.counter_blocks {
  width: 592px;
  height: 472px;
  background: url(../images/grid_blocks.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  zoom: 1.2;
  -moz-zoom: 1.2;
  -webkit-zoom: 1.2;
}
.counter_blocks .block {
  position: absolute;
  width: 200px;
  text-align: center;
}
.counter_blocks .block p {
  color: #fff;
  font-size: 34px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}
.counter_blocks .block span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.counter_blocks .block1 {
  left: 30px;
  top: 68px;
}
.counter_blocks .block2 {
  left: 255px;
  top: 68px;
}
.counter_blocks .block3 {
  left: 142px;
  top: 268px;
}
.counter_blocks .block4 {
  left: 366px;
  top: 268px;
}
.login_form {
  width: 100%;
  max-width: 356px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.login_form .header {
  background: rgba(228, 150, 67, 1);
  text-align: center;
  padding: 16px 0;
  position: relative;
}
.login_form .header .title {
  color: #fff;
  font-size: 18px;
  font-family: "ubunturegular", Arial, serif;
  position: relative;
  z-index: 2;
}
.login_form .header::after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-color: rgba(228, 150, 67, 1);
  border-radius: 50%;
  background-image: url(../images/icon_down.png);
  background-repeat: no-repeat;
  background-position: center bottom 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  z-index: 1;
  margin: auto;
}
.login_form .error_msg {
  font-size: 14px;
  text-align: center;
  color: #da6145;
  padding: 8px 0;
}
.login_form .body {
  background: #fff;
  padding: 25px;
}
.login_form .captcha {
  height: 35px;
  width: auto;
}
.login_form .refresh {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.login_form .input {
  background: #eeeeee;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  color: #333;
  padding: 7px 15px;
  width: 100%;
}
.login_form .submit {
  cursor: pointer;
  color: #fff;
  font-family: "ubunturegular", Arial, serif;
  font-size: 14px;
  text-transform: uppercase;
  background: rgba(228, 150, 67, 1);
  padding: 6px 40px;
  border-radius: 30px;
}
.sticky_btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sticky_btns a {
  display: inline-block;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 14px;
  padding: 0 0 8px 0;
}
.modal_custom .modal-header {
  background: rgba(228, 150, 67, 1);
}
.modal_custom .modal-title {
  color: #fff;
  font-size: 18px;
}
.modal_custom .close {
  color: #fff;
  outline: 0;
}
.modal_custom .close:hover {
  color: #fff !important;
  opacity: 1 !important;
}
.modal_custom .heading {
  font-size: 16px;
}
.modal_custom label {
  margin-top: 15px;
  margin-left: 15px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.modal_custom input {
  margin-top: 5px;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: 100%;
}
.loader img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

/* Slide wrapper and slides */

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

/* Media Queries */

@media screen and (max-width: 1600px) {
  .counter_blocks {
    left: 7%;
  }
}
@media screen and (max-width: 1440px) {
  .counter_blocks {
    left: 5%;
    zoom: 1;
    -moz-zoom: 1;
    -webkit-zoom: 1;
  }
}
@media screen and (max-width: 1280px) {
  .counter_blocks {
    zoom: 1;
    -moz-zoom: 1;
    -webkit-zoom: 1;
  }
}
@media screen and (max-width: 1200px) {
  header .mainlogo {
    height: 60px;
    margin: 20px 20px;
  }
  .counter_blocks {
    zoom: 0.9;
    -moz-zoom: 0.9;
    -webkit-zoom: 0.9;
    left: 2%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: auto;
    padding: 10px 10px;
  }
  header .mainlogo {
    height: auto;
    width: 100%;
    max-width: 650px;
    margin: 0 0;
  }
  header .otherlogo {
    display: none;
  }
  .counter_blocks {
    zoom: 0.65;
    -moz-zoom: 0.65;
    -webkit-zoom: 0.65;
  }
}
@media screen and (max-width: 850px) {
  .main_wrapper {
    overflow: auto;
  }
  .content_home {
    height: auto;
    top: 100px;
  }
  .sticky_btns {
    top: 10px;
    transform: translateY(0);
  }
  .login_form {
    position: relative;
    right: 65px;
    left: 50%;
    top: 15px;
    /* transform: translateY(0); */
    max-width: 83%;
    transform: translateX(-50%);
  }
  .counter_blocks {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    zoom: 1;
    -moz-zoom: 1;
    -webkit-zoom: 1;
    background: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
  }
  .counter_blocks .block {
    position: static;
    width: 50%;
    float: left;
    padding: 10px 10px 15px;
  }
  .counter_blocks .block p {
    font-size: 24px;
  }
  .counter_blocks .block span {
    font-size: 12px;
  }
  .counter_blocks .block1 {
    background: rgb(171,121,192);
    background: -moz-linear-gradient(180deg, rgba(171,121,192,1) 0%, rgba(65,83,159,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(171,121,192,1) 0%, rgba(65,83,159,1) 100%);
    background: linear-gradient(180deg, rgba(171,121,192,1) 0%, rgba(65,83,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab79c0",endColorstr="#41539f",GradientType=1);
  }
  .counter_blocks .block2 {
    background: rgb(240,155,48);
    background: -moz-linear-gradient(180deg, rgba(240,155,48,1) 0%, rgba(236,81,51,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(240,155,48,1) 0%, rgba(236,81,51,1) 100%);
    background: linear-gradient(180deg, rgba(240,155,48,1) 0%, rgba(236,81,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09b30",endColorstr="#ec5133",GradientType=1);
  }
  .counter_blocks .block3 {
    background: rgb(227,79,157);
    background: -moz-linear-gradient(180deg, rgba(227,79,157,1) 0%, rgba(167,45,146,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(227,79,157,1) 0%, rgba(167,45,146,1) 100%);
    background: linear-gradient(180deg, rgba(227,79,157,1) 0%, rgba(167,45,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e34f9d",endColorstr="#a72d92",GradientType=1);
  }
  .counter_blocks .block4 {
    background: rgb(89,159,221);
    background: -moz-linear-gradient(180deg, rgba(89,159,221,1) 0%, rgba(12,100,174,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(89,159,221,1) 0%, rgba(12,100,174,1) 100%);
    background: linear-gradient(180deg, rgba(89,159,221,1) 0%, rgba(12,100,174,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#599fdd",endColorstr="#0c64ae",GradientType=1);
  }
  .sticky_btns a img {
    width: 40px;
  }
  /* footer {
    position: relative;
    bottom: auto;
    top: 100px;
  } */
}
