
  @import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
  



:root {
  --font_color: #FFF8A6;
  --nav_color:#9FFFE5;
  --footer_bg_color:#458B81;
  --dropdown_font_color:#19423C;
  --carousel_circle_frame:#458B81;
  --carousel_inside_circle:rgba(69, 139, 129, 0.6);
  --body_bg:linear-gradient(180deg, #67C3B5 20%, #86E7CA 80%);

}

@media only screen and (min-width : 768px) {
  .nav.navbar-nav > li:hover > ul.sub-menu{
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }

  ul.sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    background: var(--body_bg);
    padding: 10px 0;
    width: 240px;
    box-shadow: none;
    text-indent: 10px;
    display: none;
    z-index: 999;

  }

  #header .navbar-nav li ul.sub-menu li a {
    padding-left: 20px;
  }


}

    body{

    font-color: var(--font_color);
    font-family: 'Mali', mali-semibold;  
	line-height: 22px;
	background: #67C3B5;
   
    
  }
  
  
  .header_bg{
  background-color: transparent;
  }

  html {
    height: 100%;
  }
.center-img-responsive>img {
    position: absolute;
    max-width: 100%;
    height: auto;

}


  a:hover {
    outline: none;
    text-decoration:none;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }
  

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    
  }


  ul {
    list-style: none;
  }

  h1, h2 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  color: var(--font_color);
  }

  h1{
    font-weight: 200;
    font-size: 30px;
  }





  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
    padding-right: 80px;
  }

  .padding-left{
    padding-left: 80px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

  .carousel-indicators.visible-xs {
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -20px;
    width: 100%;
    left: 0;
  }

  .carousel-indicators.visible-xs li {
    border-color: var(--carousel_circle_frame);
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
  }

  .carousel-indicators.visible-xs li.active {
    background: var(--carousel_inside_circle);
  }




#header{
  margin-bottom: 0;
  padding: 30px 0 60px 0;
}

#header .navbar-inverse .container{
  position: relative;
  background: transparent;
}


.field-toggle{
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px;
}


#header .navbar {
  background: transparent;
  border: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}


#header .navbar-nav.navbar-right >li:last-child{
  margin-right: 20px;
}

#header .navbar-nav.navbar-right >li a {
  color: var(--nav_color);
  font-size: 18px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

#header .navbar-inverse .navbar-nav  li.active > a,
#header .navbar-inverse .navbar-nav  li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: var(--font_color);
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: var(--font_color);
}


/*Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;


}

#header .navbar-nav li ul.sub-menu li a {
  color: var(--dropdown_font_color);
  padding: 5px 0;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
}



#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}


#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: var(--footer_bg_color);
  color: var(--font_color);
}


.fa-angle-down{
  padding-left: 5px;
}



#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--footer_bg_color);
  color: var(--font_color);
  text-align: center;
  font-family: 'Mali', mali-medium;  

}



#apps-carousel {
  margin-top: 10px;
}



.apps-single {
  position: relative;
  
}

.slide-choice {
  background: none repeat scroll 0 0 rgba(0,0,0, 0.5);
  display: none;
  background-size:contain;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  width: 100%;
}

.apps-single:hover .slide-choice{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.slide-choice .nav-pills {
  display: inline-block;
  margin-top: -26px;
  padding: 0;
  position: relative;
  top: 50%;
}

.slide-choice .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.slide-choice .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.slide-choice .nav-pills li a:hover {
  color: var(--footer_bg_color);
  border-color: #fff;
}

.apps-carousel-control {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.right.apps-carousel-control {
  right: -50px;
  background-image: url(../images/right.png);
}

.left.apps-carousel-control {
  left: -50px;
  background-image: url(../images/left.png);
}

.apps-carousel-control:hover{
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition:  all 0.5s ease 0s;
}



