@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,600,800,900&subset=latin,latin-ext);

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
  font-family: 'Poppins', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}


::selection {
  background: #127180; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #127180; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(172, 45, 73, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6) !important;
  outline: none !important;
}

div:focus{
	outline: none !important;
}

a{
	transition: all 0.25s;
}

p{
  color: #999;
}

a:hover,
a:focus{
	text-decoration: none;
}

.bg{
	background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.mc{
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml{
  display: flex;
  align-items: center;
}

h1{
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 2px;
  color: #00566B;
}

h2{
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 2px;
  color: #00566B;
}

h3{
  font-size: 30px;
  font-weight: 600;
}

h4{
  font-size: 30px;
  font-weight: 600;
  color: #00566B;
}

#wrapper{
    margin-top: -5px;
}

/*

HEADER

*/

.navbar{
  z-index: 9999;
  transition: all 0.25s;
}

.navbar .nav-link{
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar .nav-link:hover{
  color: #127180;
}

.navbar .dropdown-menu{
  top: -3px;
  padding: 100px 0 50px;
  z-index: -1;
  background: rgba(0, 86, 107,0.9);
  border-radius: 0;
}

.navbar .dropdown-menu .dropdown-item{
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  color: rgba(255,255,255,0.7)
}

.navbar .dropdown-menu .dropdown-item:hover{
  background: transparent;
  color: rgba(255,255,255, 1);
}

.navbar .dropdown-menu .dropdown-item:after{
  content: url(/../tild/themes/frontend/images/spacearrow.svg);
  width: 35px;
  height: 35px;
  position: absolute;
  margin: 5px 0 0 15px;
  transition: all 0.25s;
}

.navbar .dropdown-menu .dropdown-item:hover:after{
  margin-left: 25px;
  content: url(/../tild/themes/frontend/images/fillarrow.svg);
}

.navbar .contact .nav-link svg{
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 5px;
  margin-top: -4px;
}

.navbar .contact .nav-link svg .cls-1{
  transition: all 0.25s;
  
}

.navbar .contact .nav-link:hover svg .cls-1{
  stroke: #127180;
}

/*

FOOTER

*/

footer{
  background: #1A1A1A;
  padding: 80px 0;
}

footer p,
footer a{
  color: #fff;
}

footer a:hover{
  color: #fff;
}

footer .col-left{
  border-right: 1px solid #fff;
}


/*

BUTTONS

*/

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background: transparent !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 600;
  margin-top: 50px;
  border: none !important;
  padding-left: 25px;
}

.btn-primary:before{
  content: url(/../themes/frontend/images/fillarrow.svg);
  height: 17px;
  width: 17px;
  position: absolute;
  margin-left: -25px;
  margin-top: 3px;
}


#homepageAbout .btn-primary,
form .btn-primary{
  color: #00566B !important;
}

#homepageAbout .btn-primary:before,
form .btn-primary:before{
  content: url(/../themes/frontend/images/greenarrow.svg);
}
/*

HOMEPAGE

*/

.swiper-container{
    overflow: hidden;
}

#homepageSlider{
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#homepageSlider,
#homepageSlider .swiper-slide{
  height: 840px;
}

#homepageSlider{
  background-position: 50% 100% !important;
}

#homepageSlider .swiper-slide h2{
  color: #fff;
}

.homepageAboutPic{
  position: absolute;
  height: 700px;
  right: 10%;
  z-index: 0;
  margin-top: -150px;
}

#homepageAbout{
  padding: 100px 0;
  height: 500px;
}

#serviceList{
  background: #00566B;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

#serviceList h2{
  color: #fff;
}

#serviceList img{
  margin: 150px 0 0 -100px;

}

#serviceList ul>li{
  list-style: none;
  padding: 25px 0 25px 90px;
  border-top: 1px solid rgba(255,255,255,.7);
  display: table;
  vertical-align: middle;
  width: 100% !important;
}

#serviceList ul>li:first-child{
  padding-top: 0;
  border-top: none;
}

#serviceList ul>li a{
  font-size: 36px;
  line-height: 40px;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
}

#serviceList ul>li a:hover{
  color: rgba(2555,255,255,1)
}

#serviceList ul>li a span{
  position: absolute;
  padding-right: 37px;
  margin-left: -90px;
  -webkit-text-stroke: 0px rgba(255,255,255,0.7);
    -webkit-text-fill-color: #00566B;
    color: #00566B;
    text-shadow:
        1px 1px 0 rgba(255,255,255,0.7),
        -1px -1px 0 rgba(255,255,255,0.7),  
        1px -1px 0 rgba(255,255,255,0.7),
        -1px  1px 0 rgba(255,255,255,0.7),
        1px  1px 0 rgba(255,255,255,0.7);
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    transition: all 0.25s;
}

#serviceList ul>li a:hover span{
  -webkit-text-stroke: 0px #fff;
  -webkit-text-fill-color: #fff;
  color: #fff;
  text-shadow:
        1px 1px 0 transparent,
        -1px -1px 0 transparent,  
        1px -1px 0 transparent,
        -1px  1px 0 transparent,
        1px  1px 0 transparent;
}


#referencies{
  padding: 80px 0;
}

#referencies .item{
  padding: 30px;
}

#datas{
  height: 780px;
  padding-top: 400px;
}

#datas .item{
  padding: 0 100px;
  border-right: 1px solid #fff;
}

#datas .item:last-child{
  border: none !important;
}

#datas h3{
  -webkit-text-stroke: 0px rgba(255,255,255,0.7);
    -webkit-text-fill-color: #00566B;
    color: #00566B;
    text-shadow:
        1px 1px 0 rgba(255,255,255,0.7),
        -1px -1px 0 rgba(255,255,255,0.7),  
        1px -1px 0 rgba(255,255,255,0.7),
        -1px  1px 0 rgba(255,255,255,0.7),
        1px  1px 0 rgba(255,255,255,0.7);
    font-weight: 900;
    font-size: 80px;
    line-height: 85px;
    transition: all 0.25s;
}

#datas p{
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  font-size: 38px;
  margin: 0;
}

/*

STATIC

*/

#subpageHeader{
  background-position: center 100% !important;
}

#subpageHeader .col-12{
  height: 600px;
}

#subpageHeader h1{
  color: #fff;
}

#static{
  padding: 100px 0;
}

#static ul li{
  list-style: none;
  color:#999;
  line-height: 30px;
}

#static ul li:before{
  content: url(/../tild/themes/frontend/images/greenarrowlist.svg);
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -20px;
  margin-top: 2px;
}

/*

ABOUT

*/

#workers{
  padding-bottom: 100px;
}


@media (max-width: 767px){
    h1,
    h2{
      font-size: 30px;
      line-height: 30px;
    }

    #homepageSlider,
    #homepageSlider .swiper-slide{
      height: 400px;
    }

    .homepageAboutPic{
      display: none !important;
    }

    #homepageAbout,
    #serviceList h2,
    #referencies{
      text-align: center !important;
    }

    #serviceList img{
      margin: 50px 0;
      left: 50%;
      margin-left: -50px;
      position: absolute;
      width: 100px;
    }

    #serviceList ul{
      padding: 200px 30px 0;
    }


    #serviceList ul>li a{
      font-size: 20px;
      line-height: 22px;
    }

    #datas{
      height: auto;
      padding-top: 230px;
    }

    #datas h3{
      font-size: 35px;
      line-height: 35px;
    }

    #datas p{
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 30px;
    }

    #datas .item{
      border: none !important;
      padding: 0 15px;
    }

    footer{
      text-align: center;
    }

    footer .ml{
      justify-content: center;
      margin-bottom: 40px
    }

    #subpageHeader .col-12{
      height: 350px;
    }
}

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

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
  h2{
    font-size: 50px;
    line-height: 54px;
  }
  
  #datas .item{
    padding: 0 70px;
  }

  #datas h3{
    font-size: 70px;
    line-height: 70px;
  }

  #datas p{
    font-size: 30px;
    font-size: 30px;
  }
}

@media (min-width: 1367px){
  
}
