@import url("https://fonts.googleapis.com/css?family=Righteous:400,500,700");

@import url("https://fonts.googleapis.com/css?family=Charmonman:400,500,700");

@import url("https://fonts.googleapis.com/css?family=Merriweather:400,500,700");
html,
body {
  font-family: "Merriweather", sans-serif !important;
}

html,
body,
header,
#intro {
  height: 100%;
}

#intro {
  background: url("../img/background1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.gt {
  font-family: "Righteous", sans-serif;
}

.it {
  font-family: "Charmonman", sans-serif;
}

.upper {
  font-weight: bold;
}
.bg-primary {
  background-color: #154b95 !important;
}
.primary {
  background-color: #154b95 !important;
}
.primary1 {
  color: #154b95 !important;
}
.primary2{
 background-color: #fff !important;
 color: #154b95 !important;
}
/* .navbar:not(.top-nav-collapse) {
  background: transparent !important;
  background-color: #154b95 !important; */

  
.down {
  margin-top: 250px;
}
.hr-light {
  width: 48%;
  background-color: #fff;
}
.head {
  width: 100%;
}
.mapouter {
  height: 400px;
  width: 350px;
}
iframe {
  width: 350px;
  height: 400px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 400px;
}
footer a:hover{
  background-color: #fff !important;
  color: #154b95 !important;
}

#intro button:hover{
  background-color:#154b95 !important;
  color: #fff !important;
}

 

/* clients slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  min-height: 5%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* testi */

/* Small devices (landscape phones) */

@media (min-width: 576px) {
  body {
    background: :#fff !important;
  }
  .mapouter {
    height: 400px;
    width: 100% !important ;
  }
  iframe {
    width: 100% !important ;
    height: 400px;
    margin-right: 30px;
    margin-left: 50px;
  }
  .hr-light {
    width: 60%;
    background-color: #fff;
  }
}

/* Medium devices (tablets) */

@media (min-width: 768px) {
  body {
    background::#fff !important;
  }
  .mapouter {
    height: 400px;
    width: 200px !important ;
  }
  iframe {
    width: 200px !important ;
    height: 400px;
    margin-right: 20px !important;

    margin-left: 20px !important;
  }
  .hr-light {
    width: 70% !important;
    background-color: #fff;
  }
}

/* Large devices (desktops) */

@media (min-width: 992px) {
  body {
    background: :#fff !important;
  }
  .hr-light {
    width: 60% !important;
    background-color: #fff;
  }
  iframe {
    width: 300px !important ;
    height: 400px;
    margin-right: 20px !important;

    margin-left: 20px !important;
  }
}

/* Extra large devices (large desktops) */

@media (min-width: 1200px) {
  body {
    background: :#fff !important;
  }
  .hr-light {
    width: 48% !important;
    background-color: #fff;
  }
}

/* The given screen size or smaller */

/* Extra small devices (portrait phones)*/

@media (max-width: 575px) {
  body {
    background:#fff !important;
  }
  .gt {
    font-size: 20px;
  }
  .lightSpeedIn {
    font-size: 30px !important;
  }
  .it {
    font-size: 15px;
  }
  .heading {
    font-size: 25px !important;
  }
  .mapouter {
    height: 400px;
    width: 100% !important ;
  }
  iframe {
    width: 100% !important ;
    height: 400px;
    margin-right: 30px;
    margin-left: 50px;
  }
  .hr-light {
    width: 70% !important;
    background-color: #fff;
}
