@import url('bootstrap-4.4.1/css/bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('settings.css');


/* 1.3 Typography */


h1,
.h1{ 
  font-size: 45px;
  line-height: 1;
  font-weight: 100;
  margin:0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
}


h2,
.h2{ 
  position: relative;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color:#000;
  margin:0 0 10px 0;
  font-family: 'Montserrat', sans-serif;
}

h3,
.h3{
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color:#000;
  font-family: 'Montserrat', sans-serif;
}

h4,
.h4{
  font-size: 14px;
  line-height:1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin:0;
  color:#000;
  font-family: 'Montserrat', sans-serif;
}

h5,
.h5{
    letter-spacing: 1px;
    line-height: 1.3;
}


strong{
  font-weight: 700;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul{
  list-style: none;
  padding-left: 0;
}

ol li,
ul li{
  margin-top: 10px;
}


p { 
  margin:10px 0 0;
}

blockquote{
  margin:20px 0 20px 0;
  font-size: inherit;
  border-left: 3px solid #D4B068;
}

a {
  color:#80c73e;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover {
  color:#000;
  outline: none;
}

a:focus{
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}



/* 1.3 Paddings */

.p-0{
  padding: 0px;
}

.p-10{
  padding: 10px;
}
.p-20{
  padding: 20px;
}
.p-30{
  padding: 30px;
}
.p-40{
  padding: 40px;
}
.p-50{
  padding: 50px;
}
.p-60{
  padding: 60px;
}
.p-70{
  padding: 70px;
}
.p-80{
  padding: 80px;
}
.p-90{
  padding: 90px;
}
.p-100{
  padding: 100px;
}
.p-170{
  padding: 170px;
}

/* 1.3 Padding Top */
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}



/* 1.3 Paddings Bottom */
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}


/* 1.3 Padding Left */
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}


/* 1.3 Paddings Right */
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}


/* 1.3 Padding Top Bottom */

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.ptb-l {
  padding-top: 10em;
  padding-bottom: 10em;
}

.ptb-m {
  padding-top: 7em;
  padding-bottom: 7em;
}

.ptb-sm {
  padding-top: 5em;
  padding-bottom: 5em;
}
.ptb-xs {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* 1.3 Padding Left Right */

.plr-10 {
  padding-left:10px;
  padding-right:10px;
}
.plr-20 {
  padding-left:20px;
  padding-right:20px;
}
.plr-30 {
  padding-left:30px;
  padding-right:30px;
}
.plr-40 {
  padding-left:40px;
  padding-right:40px;
}
.plr-50 {
  padding-left:50px;
  padding-right:50px;
}
.plr-60 {
  padding-left:60px;
  padding-right:60px;
}
.plr-70 {
  padding-left:70px;
  padding-right:70px;
}
.plr-80 {
  padding-left:80px;
  padding-right:80px;
}
.plr-90 {
  padding-left:90px;
  padding-right:90px;
}
.plr-100 {
  padding-left:100px;
  padding-right:100px;
}



/* 1.3 Margins */

.m-0{
  margin: 0px;
}
.m-10{
  margin: 10px;
}
.m-20{
  margin: 20px;
}
.m-30{
  margin: 30px;
}
.m-40{
  margin: 40px;
}
.m-50{
  margin: 50px;
}
.m-60{
  margin: 60px;
}
.m-70{
  margin: 70px;
}
.m-80{
  margin: 80px;
}
.m-90{
  margin: 90px;
}
.m-100{
  margin: 100px;
}

/* 1.3 Margins Left*/

.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}

/* 1.3 Margins Right*/

.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}

/* 1.3 Margins Top*/

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}

/* 1.3 Margins Bottom*/

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}


/* 1.3 Margins Top Bottom*/

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mtb-100 {
  margin-top: 100px
  margin-bottom: 100px;
}

/* 1.3 Margins Left Right*/

.mlr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mlr-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mlr-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mlr-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mlr-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.mlr-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.mlr-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.mlr-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.mlr-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.mlr-100 {
  margin-left: 100px
  margin-right: 100px;
}


.middle-text{
  vertical-align: middle;
  margin: auto;
}

.title h2{
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.title h2:after {
  content: '';
  height: 2px;
  width: 100px;
  display: block;
  background:#fe4107;
  margin: 15px auto;
}

.title-right h2{
  line-height: 1.3;
  display: inline-flex;
}

.title-right h2:after {
  content: '';
  height: 60px;
  width: 2px;
  align-self: center;
  background:#fff;
  margin-left: 10px
}

.text-white{
  color: #fff;
}

.bg-gray {
  background: #f7f7f7;
}
.bg-green {
  background: #a9ff5d;
}
.bg-about {
  background: url(../img/bg/bg-about.png) no-repeat center right -5%;
  background-color: #fff;
  background-size: 40%;
}
.bg-call-now {
  background-color: rgba(0,0,0,0.5);
}
#call-now  {
  background: url(../img/bg/bg-call-now.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.bg-water {
  background: url(../img/bg/bg-water.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
}
.color-overlay{
  background: rgba(0,0,0,0.7);
}

.bg-freez{
  background: url(../img/bg/dust-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}


body {
  font-family: 'Muli', sans-serif;
  font-size:18px; 
}


#main {
  padding-left: 300px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
header {
  position: fixed;
  border: 1px solid #e1e1e1;
  top: 0;
  width: 300px;
  height: 100%;
  left: 0;
  background: #ffffff;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header div.logo {
  padding: 30px;
}
header div.logo a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header div.logo a img {
  max-width: 100%;
}
header nav.navbar {
  display: block;
  padding: 0px;
}

header nav.nav-menu ul.menu-list {
  margin: 0;
  padding: 0;
}
header nav.nav-menu ul.menu-list li {
  display: block;
  border-top: 1px solid #e1e1e1;
  margin-top: 0;
}
header nav.nav-menu ul.menu-list li a {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #222222;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 15px 30px;
  background: #f7f7f7;
}
header nav.nav-menu ul.menu-list li a.active,
header nav.nav-menu ul.menu-list li a:hover {
  color: #fff;
  background: #00aade;
  border-radius: 0px;
}
header nav.nav-menu ul.menu-list li.drop {
  position: relative;
}
header nav.nav-menu ul.menu-list li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 220px;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 1px solid #e1e1e1;
  border-top: none;
}
header nav.nav-menu ul.menu-list li.drop:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
}
header .working-hours {
  padding: 30px 30px 25px;
  border-top: 1px solid #e1e1e1;
}
header .working-hours h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 20px;
  text-transform: uppercase;
}
header .working-hours p {
  margin-bottom: 5px;
  font-size: 15px
}
header .working-hours p span {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #222222;
  font-weight: 600;
  margin-right: 10px;
}
header .social-box {
  padding: 30px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
header .social-box ul.social-icons {
  margin: 0;
  padding: 0;
}
header .social-box ul.social-icons li {
  display: inline-block;
  margin-right: 9px;
}
header .social-box ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #222222;
}
header .social-box ul.social-icons li a:hover {
  color: #8bbc60;
}
header .social-box ul.social-icons li span {
  display: inline-block;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

a.elemadded {
  display: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 5px 20px;
  background: #8bbc60;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}

a.elemadded h3 {
  color: #fff;
}

.slide-img {
  content: '';
  width: 100%;
  min-height: 660px;
  height: auto;
  display: block;
  background: url(../img/slider/slide1.jpg) center right no-repeat;
  background-size: cover;
}



/*-------------------------------------------------*/
/* =  About
/*-------------------------------------------------*/

.mapael .map {
  position: relative;
  background-color:#fff;
  margin-bottom:10px;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #474c4b;
  moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #fff;
}


.text-big h1{
  font-size:5em; 
  font-weight: 900;
  text-transform: uppercase;
  color: #fe4107;
  writing-mode:vertical-rl;
  transform:scale(-1);
}


#call-now .call-now-btn button {
  color: #333;
  background: #fff;
  border: none;
  font-size: 1.5em;
  font-weight: 600;
  padding: 10px 35px;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border:3px solid #fe4107;
}
#call-now .call-now-btn button:hover {
  background: #333;
  color: #fff;
}
#call-now .call-now-btn button:hover:before,
#call-now .call-now-btn button:hover:after {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
#call-now .call-now-btn button:before,
#call-now .call-now-btn button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height: 3px;
  background: #fe4107;
  transition: all 0.4s ease;
}
#call-now .call-now-btn button:after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}

/*-------------------------------------------------*/
/* =  Mineral Processing
/*-------------------------------------------------*/


.icon-bx {
    padding: 40px;
    background:#80c73e;
    border-radius: 10px;
    border: 2px solid #efefef;
    margin: 25px auto;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
}


.icon-bx h4 {
  font-size: 1.1em;
  color: #fff;
  margin: 0 auto;
}

.icon-bx .icon {
    width: 80px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-bx .icon img {
    width: 45px;
    height: 45px;
}




/*-------------------------------------------------*/
/* =  Water Treatment
/*-------------------------------------------------*/

.pro-bx-item.circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
}


.pro-bx-item.colored {
  border: 5px solid #fff;
  background: -moz-linear-gradient(45deg, rgba(215,51,0,1) 0%, rgba(143,34,0,1) 50%, rgba(254,65,7,1) 50%, rgba(254,65,7,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(215,51,0,1) 0%, rgba(143,34,0,1) 50%, rgba(254,65,7,1) 50%, rgba(254,65,7,1) 100%);
  background: linear-gradient(45deg, rgba(215,51,0,1) 0%, rgba(143,34,0,1) 50%, rgba(254,65,7,1) 50%, rgba(254,65,7,1) 100%);
  transition: all .3s ease-in-out 0s;
  transform: rotate(0deg);
}

/*.pro-bx-item:hover.colored {
  transition: all .3s ease-in-out 0s;
  transform: rotate(135deg);
}*/

.pro-bx-item.circle h3{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.5em;
  font-weight:500;
  padding: 0 15px;
  margin: 0px;
  text-shadow: 0 0 35px #666;
  transition: all .3s ease-in-out 0s;
  transform: rotate(0deg);
}

/*.pro-bx-item:hover h3 {
  transition: all .3s ease-in-out 0s;
  transform: rotate(-135deg);
}*/



.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: inline-block;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #fe4107;
}
.ih-item.circle.effect10 .info {
  background: #333333;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info span{
  color: #fff;
  font-size: 22px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info span {
  padding: 2em 0 0 0;
  height: 78px;
  display: block;
  text-align: center;
}
.ih-item.circle.effect10.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info span {
  margin: 95px 30px 0;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}

/*-------------------------------------------------*/
/* =  Freeze Conditiong
/*-------------------------------------------------*/

#freeze .pro-bx-2 {
    background: rgb(139,188,96);
    background: -moz-linear-gradient(138deg, rgba(139,188,96,1) 0%, rgba(139,188,96,1) 50%, rgba(0,170,222,1) 50%, rgba(0,170,222,1) 100%);
    background: -webkit-linear-gradient(138deg, rgba(139,188,96,1) 0%, rgba(139,188,96,1) 50%, rgba(0,170,222,1) 50%, rgba(0,170,222,1) 100%);
    background: linear-gradient(138deg, rgba(139,188,96,1) 0%, rgba(139,188,96,1) 50%, rgba(0,170,222,1) 50%, rgba(0,170,222,1) 100%);
    height: 220px;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 3px solid #fff;
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
    margin: 10px auto;
}

#freeze .pro-bx-2 h4{
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  transition: all .3s ease-in-out 0s;
  transform: translateY(0px);
}

#freeze .pro-bx-2:hover h4{
  position: relative;
  transition: all .3s ease-in-out 0s;
  transform: translateY(-10px);
}

#freeze .pro-bx-2 h1.hover-text {
    position: absolute;
    display: block;
    width: max-content;
    left: 10px;
    bottom: 0px;
    z-index: 0;
    font-weight: 800;
    font-size:4em;
    transition: all 0s ease-in-out 0s;
    transform: translateX(0px);
    opacity: 0.1;
}

#freeze .pro-bx-2:hover h1.hover-text {
    transition: all 15s ease-in-out 0s;
    transform: translateX(-1000px) ;
    opacity: 0.1;
}




/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/


#contact .contact-info {
  margin-bottom: 30px;
  margin-top: 10px;
}
#contact p {
  margin-bottom: 30px;
}
#contact ul.information-list {
  margin: 0;
  padding: 0;
}
#contact ul.information-list li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
#contact ul.information-list li i {
  color: #fe4107;
  font-size: 20px;
  display: inline-block;
  line-height: 24px;
  padding-right: 10px;
}
#contact ul.information-list li, #contact ul.information-list li a {
  display: block;
  font-weight: 400;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 15px;
}
#contact ul.information-list li:last-child {
  border-bottom: none;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
/*  font-size: 13px;*/
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #f0ed00;
}
#contact-form textarea,
.comment-form textarea {
  height: 80px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #00aade;
  color: #ffffff;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  background: #8bbc60;
}
#contact-form .message,
.comment-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}

footer a:hover {
  color: #fff;
} 



/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

footer {
  background: #000;
  padding: 2em 0;
  color: #fff;
  font-size: 15px;
}

footer a.mos span {
  color: #F6D70A !important;
  font-weight: 600;
}



/*-------------------------------------------------*/
/* =  Media Query
/*-------------------------------------------------*/

@media (max-width: 1366px) {
  .slide-img {
    min-height: 520px;
  }

}

@media (max-width: 1365px) and (min-width: 992px){

  .icon-bx .icon {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: -45px;
  }
}

@media (max-width: 991px) {

  #main {
    padding-left: 0px;
  }

  header {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin: 0 auto;
  }
  header nav.nav-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header nav.nav-menu ul.menu-list li.drop ul.dropdown {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    border: none;
  }
  header nav.nav-menu ul.menu-list li.drop > a {
    display: none;
  }
  header nav.nav-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  header a.elemadded {
    display: block;
  }
  header .social-box {
    text-align: center;
    display: none;
  }
  #container {
    padding-left: 0;
  }
  header .working-hours {
    display: none;
  }
  header div.logo {
    text-align: center;
    padding: 10px;
  }

  header div.logo a img {
    max-width: 250px;
  }

  header .affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }

  .slide-img {
    min-height: 480px;
  }


  .text-big {
      display: none;
  }

}

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 15px 15px !important;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }

  .slide-img {
    min-height: 360px;
  }
  .icon-bx {
    margin: 20px auto;
  }


}




