* {-webkit-font-smoothing: antialiased;}
body {
	font-family: 'Noto Sans Georgian';
	font-weight: normal;
	font-style: normal;
	color:#292B33;
	-webkit-font-smoothing: subpixel-antialiased;
	width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Georgian", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2BB04F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
 font-size:160%;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #595959;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



.green-button,
.green-button:focus,
.green-button,
.green-button:focus {
  color: #fff;
  padding: 12px 25px;
  border-radius: 77px;
  transition: 0.3s;
  
  background: #2BB04F;
  text-decoration: none; 

}
.green-button:hover,
.green-button:focus:hover,
.green-button:hover,
.green-button:focus:hover {
 
  color: #fff;
  background: #134340;

}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #5cb874;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}





.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  ;
  font-weight:500;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  
}

.navbar a i,
.navbar a:focus i {
  
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #5cb874;
}



.navbar .dropdown ul {
  display: block;
  position: absolute;
  border-radius:16px;
  border: 1px solid #ececec;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}


.navbar .dropdown  a {
 
  text-transform: none;
  text-decoration:none;
}



.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  text-decoration:none;
}

.navbar .dropdown ul a i {
  
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .lang{
	margin-left:50px;
}

.navbar .lang a{ 

	font-weight:600;
}

.nav-contact-button{
	padding: 12px 20px !important;
	color: #fff !important;
	margin-left: 25px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


.mobile-nav-toggle {
  color: #222222;
  
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5cb874;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .5s;
	box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
	-moz-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
	-webkit-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
	-o-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
	}

section{
	padding:40px 0;
}

#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding:0 !important;
}

#hero .carousel-container {
  position: relative;
}


#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner  a{
	
}

#hero .carousel-item {
	min-height:604px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
  
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5cb874;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    text-decoration:none;
  }

h2 span{
	color:#2BB04F;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


.slide-1{
	background-color: #134340;
	background-image:url("../../assets/img/slide/slide_1_bg.svg");
	background-repeat: no-repeat;
	background-size: contain !important;
	background-position: right top !important;
}

.slide-2{
	background-color: #563D7C;
	background-image:url("../../assets/img/slide/slide_1_bg.svg");
	background-repeat: no-repeat;
	background-size: contain !important;
	background-position: right top !important;
}

.slide-3{
	background-color: #722E3F;
	background-image:url("../../assets/img/slide/slide_1_bg.svg");
	background-repeat: no-repeat;
	background-size: contain !important;
	background-position: right top !important;
}

.slide-1 .getstarted{
	margin-left:0 !important;
	display:inline-block;
}





.slogan_place{
	position: absolute;
	bottom: 50px;
	z-index:100;
	right:0;
	border-left: 8px solid #2BB04F;
	border-radius: 20px 0px 0px 20px;
}
.slogan{
	border-radius: 18px 0px 0px 18px;
	background:rgba(89,89,89,0.75);
	padding:20px ;
	padding-left:10px;
}

.slogan p{
	margin:0 !important; 
	padding:0 !important;
}

#partners {
  padding: 20px 0 0;
  border-top:1px solid #fff;
  background-color: #ebebeb;
}

.partners {
list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
  text-align: justify
}
.partners li{
	display:inline-block;
	margin:auto;
}

.partners a img {
            width: 100%;
            transition: 0.5s all ease-in-out;
            filter: grayscale(100%);
        }

.partners a:hover img{
	transform: scale(1.25);
	filter: grayscale(0%); 
}

.partners::after {width: 100%; display: inline-block; content: "."; visibility: hidden}



.whybusinessphone{
	
	background: #134340 url("../../assets/img/slide/slide_1_bg.svg") no-repeat 0% 50% ;
	color:#fff;
	

}

.box-detail-list {
    display: flex;
    flex-wrap: wrap;
}
.box-detail-list  .item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 12px;
    }

.box-detail-list  div img {
    max-width: 80px !important;
}

.box-detail img {
    border-radius: 4px;
    vertical-align:middle;
}

#footer{
	background: #134340;
    padding: 50px 0;
    color: #adadad;
}

#footer a{
	color:#fff;
	text-decoration:none;
}
#footer .logo{
filter: brightness(0) invert(1);
}

#footer .social-links {
  margin: 35px 0 20px 0;
}

@media (min-width: 1024px) {
.line::before {
    content: '';
    width: 1px;
    height: 76%;
    position: absolute;
    top: 50%;
    right: -14px;
    background: linear-gradient(to top, #fff, #dadada, #fff);
    transform: translateY(-50%);
}
}

#footer .social-links a {
  
  display: inline-block;
  background: #fff;
  color: #134340;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-weight:800;
  font-size:125%;
}

#footer .social-links a:hover {
  background: #449d5b;
  color: #fff;
  text-decoration: none;
}

#footer .copyright{
	
}

#footer .copyright a{
	display:inline;
	text-decoration:underline;
}