html{
  overflow-x: hidden !important;
  font-family: sans-serif;
  line-height: 1.35;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 500;
}
*{
  box-sizing: border-box;
}
body{
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #000000;
  font-size: 1rem;
  position: relative;
}
a{
  color: #FF5F00;
  text-decoration: none;
  transition: all .4s ease;
}
.about-us-bt
{
  margin-left:20px;
}
p{
  margin: 0 0 1.5rem;
}
img{
  max-width: 100%;
}
.au_container{
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer_container{
  max-width: 745px;
  margin: 0 auto;
  padding: 0 20px;
}
.details
{
  display:none;
}
/* nav css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.ml-auto{
  margin-left: auto !important;
}
.navbar{
  padding: 20px 0;
  background: transparent;
  transition: all .4s ease;
}
.navbar .au_container{
  display: flex;
  align-items: center;
}
.navbar-brand img{
  height: 55px;
  opacity: 0;
  transition: all .4s ease;
}
.show_logo .navbar-brand img{
  opacity: 1;
}

.navbar-nav{
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, .6);
  border-radius: 40px;
  backdrop-filter: blur(10px);
}
.navbar-nav li{
  display: inline-block;
}
.navbar-nav li a{
  font-weight: 300;
  font-size: 21px;
  display: inline-block;
  line-height: 46px;
  width: 46px;
  text-align: center;
  margin-right: 10px;
}
.navbar-nav li:last-child a{
  margin-right: 0;
}
.navbar-nav li a:hover,
.navbar-nav li a.active{
  color: #000000;
  background: #FF5F00;
  border-radius: 50%;
}

/* header css */
.header{
  background: url(./assets/img/header-banner.jpg) center/cover no-repeat;
}
.header_content{
  width: 50%;
  background: rgba(0, 0, 0, .6);
  min-height: 723px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
}
.banner_box{
  max-width: 635px;
  margin-left: auto;
  width: 100%;
  padding: 90px 20px;
}
.logo_banner{
  margin: 0 0 100px;
  font-size: 0;
  position: relative;
}
.logo_banner:before{
  content: "";
  width: 225px;
  height: 1px;
  background: #FF5F00;
  display: inline-block;
  position: absolute;
  right: 90%;
  bottom: -50px;
}
.logo_banner img{
  height: 102px;
}
.banner_box h2{
  font-size: 34px;
  margin: 0 0 50px;
}
.banner_tags{
  margin: 0 0 50px;
}
.banner_tags a{
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 21px;
}
.banner_tags a:last-child{
  margin-right: 0;
}
.auturo_btn{
  display: flex;
  align-items: center;
}
.auturo_btn img{
  margin-right: 20px;
  margin-bottom: 10px;
}
.auturo_btn_mobile{
  display: none;
}

/* veikla css */
.section_veikla {
  padding: 50px 0;
}

.section_veikla .au_container{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.veikla_col_left{
  width: 60%;
}
.veikla_col_right{
  width: 35%;
  margin-left: 5%;
  position: relative;
}
.veikla_col_right:before{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #FF5F00;
  z-index: 9;
  transform: translate(-15px, 15px);
}
.veikla_title{
  margin: 0;
  position: relative;
  font-weight: 300;
  font-size: 48px;
  padding-bottom: 80px;
  line-height: 1;
}
.veikla_title:before{
  content: "";
  width: 105px;
  height: 1px;
  background: #FF5F00;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.veikla_ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  columns: 2;
}
.veikla_ul li{
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.veikla_ul li:before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(./assets/icons/icon-check.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}




/* tikslai css */
.section_tikslai {
  padding: 100px 0 50px;
}

.section_tikslai .au_container{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tikslai_col_left{
  width: 40%;
  font-size: 0;
  position: relative;
}
.tikslai_col_left:before{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #FF5F00;
  z-index: 9;
}
.tikslai_col_left img{
  transform: translate(15px, -15px);
}
.tikslai_col_right{
  width: 60%;
  padding-left: 150px;
}
.tiks_title{
  margin: 0;
  position: relative;
  font-weight: 300;
  font-size: 48px;
  padding-bottom: 80px;
  line-height: 1;
}
.tiks_title:before{
  content: "";
  width: 105px;
  height: 1px;
  background: #FF5F00;
  position: absolute;
  bottom: 40px;
  left: -70px;
}
.ticks_ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  columns: 2;
}
.ticks_ul li{
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.ticks_ul li:before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(./assets/icons/icon-check.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}


/* project section css*/
.project_section{
  padding: 50px 0;
}
.project_title{
  font-size: 48px;
  position: relative;
  font-weight: 300;
  padding-bottom: 70px;
  text-align: center;
}
.project_title:before{
  content: "";
  width: 240px;
  height: 1px;
  background: #FF5F00;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 120px);
}
.project_section .swiper-wrapper{
  margin-bottom: 100px;
}
.project_section .swiper-slide{
  background: #1C1C1C;
  text-align: center;
  padding: 65px 60px 30px;
  opacity: .3;
  transition: opacity .3s ease;
}
.project_section .swiper-slide-active{
  opacity: 1;
}
.project_section .swiper-slide-img{
  height: 45px;
  display: inline-block;
  margin-bottom: 40px;
}
.project_section .swiper-slide .content{
  margin-bottom: 25px;
}
.project_section .swiper-slide > .button-more{
  display: inline-block;
  border: 1px solid #7C7C7C;
  padding: 11px 25px;
  cursor:pointer;
  min-width: 140px;
  border-radius: 40px;
}
.project_section .swiper-pagination-bullet{
  height: 19px;
  width: 19px;
  border: 1px solid #7C7C7C;
  background: transparent;
  opacity: .5;
}
.project_section .swiper-pagination-bullet-active{
  background: #FF5F00;
  border: 1px solid #FF5F00;
  opacity: 1;
}
.project_section .swiper-button-next, .project_section .swiper-button-prev{
  font-size: 0;
  color: transparent;
  width: 77px;
  height: 65px;
  top: calc(50% - 50px);
}
.project_section .swiper-button-next{
  background: url(./assets/icons/arrow-right.svg) center/contain no-repeat;
  right: 13%;
}
.project_section .swiper-button-prev{
  background: url(./assets/icons/arrow-left.svg) center/contain no-repeat;
  left: 13%;
}


/* footer css */
.fotter_top{
  background: #FF5F00;
  overflow: hidden;
  position: relative;
  padding: 60px 0 90px;
  text-align: center;
}
.fotter_top h3{
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.fotter_top h2{
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.footer_box_container{
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.footer_top_box{
  width: 33.33%;
}
.footer_top_box:first img{
  height: 34px;
  margin-bottom: 1px;
}
.footer_top_box:nth-child(2) img{
  height: 26px;
  margin-bottom: 9px;
}
.footer_top_box:last-child img{
  height: 35px;
}
.footer_top_box a{
  color: #fff;
  display: block;
}
.footer_bottom{
  text-align: center;
  padding: 30px 0;
}
.footer_bottom .au_container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_bottom .footer_col_left{
  width: calc( 100% - 350px);
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.footer_bottom .footer_col_right{
 width: 327px;
 font-size: 0;
}
.footer_bottom img{
  height: 64px;
}
.dropbtn {
    margin-left: 20px;
    color: #FF5F00;
    text-decoration: none;
    transition: all .4s ease;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none; 
    position: absolute;
    background: rgb(255,255,255);
    min-width: 175px;
    z-index: 1;
    left: 23px;
    padding: 5px 4px;
}

.dropdown-content a {
  color: #FF5F00;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* responsive css */
@media all and (min-width: 678px) {
  .navbar.show_logo{
    background: #000;
    padding: 10px 0;
  }
  .show_logo .navbar-brand img{
    height: 65px;
  }
}

@media all and (max-width: 991.98px) {
  
}

@media all and (max-width: 767px) {
  .navbar {
    padding: 13px 0;
    background: rgba(0, 0, 0, .8);
  }
  .navbar-brand img{
    opacity: 1;
    height: 34px;
  }
  .navbar-nav li a{
    font-size: 13px;
    line-height: 27px;
    width: 27px;
    margin-right: 0;
  }


  .header {
    background: url(./assets/img/header-banner.jpg) right center/cover no-repeat;
  }
  .header_content{
    width: 100%;
    background: transparent;
    backdrop-filter: none;
    min-height: 400px;
  }
  .banner_box{
    padding: 250px 15px 20px;
    text-align: center;
  }
  .logo_banner{
    display: none;
  }
  .banner_box h2{
    text-align: left;
    font-size: 38px;
  }
  .banner_tags{
    text-align: left;
    font-size: 15px;
  }
  .auturo_btn{
    display: none;
  }
  .auturo_btn_mobile{
    display: inline-block;
  }


  .section_tikslai{
    padding: 50px 0;
  }
  .section_tikslai .au_container{
    flex-direction: column-reverse;
    padding: 0;
  }
  .tikslai_col_left{
    width: 100%;
  }
  .tikslai_col_right{
    width: 100%;
    padding: 0 15px;
  }
  .tiks_title{
    padding-bottom: 40px;
  }
  .tiks_title:before{
    left: 200px;
    bottom: 48px;
    width: 100%;
    height: 2px;
  }
  .ticks_ul{
    columns: 1;
    padding-bottom: 20px;
  }
  .tikslai_col_left:before{
    display: none;
  }
  .tikslai_col_left img {
    transform: translate(0, 0);
  }


  .section_veikla{
    padding: 0;
  }
  .veikla_title{
    padding-bottom: 40px;
  }
  .veikla_title:before{
    width: 100%;
    left: 200px;
    bottom: 48px;
    height: 2px;
  }
  .section_veikla .au_container{
    padding: 0;
  }
  .veikla_col_left{
    width: 100%;
    padding: 0 15px;
  }
  .veikla_col_right{
    width: 100%;
    margin-left: 0;
  }
  .veikla_col_right:before{
    display: none;
  }
  .veikla_ul{
    columns: 1;
    padding-bottom: 20px;
  }


  .project_section{
    padding: 50px 15px 30px;
  }
  .project_title{
    margin: 0;
  }
  .project_title:before{
    bottom: 35px;
    height: 2px;
  }
  .project_section .swiper-wrapper {
    margin-bottom: 80px;
  }
  .project_section .swiper-button-next, .project_section .swiper-button-prev{
    display: none;
  }

  .footer_box_container{
    margin-top: 0;
  }
  .fotter_top{
    padding: 50px 0;
  }
  .footer_top_box{
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 0 15px;
  }
  .footer_top_box img {
    width: 40px;
    margin-right: 20px;
  }
  .footer_top_box a{
    display: inline-block;
  }

  .footer_bottom .au_container{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .footer_bottom .footer_col_left{
    width: 100%;
  }
  .footer_bottom .footer_col_right{
    width: 100%;
  }
  .footer_bottom img{
    height: 39px;
    margin-bottom: 20px;
  }
  
}