
/*NAVIGATION*/
.navbar {
  width:100%;
  background: #1e446a;
}
.navbar li {
  position: relative;
} 
  .navbar-nav .nav-link:focus,  .navbar-nav .nav-link:hover {
  color: orange !important;
}
.navbar-nav .nav-link,  .navbar-nav .nav-item, .navbar-nav .active{
  color: orange;
}
/*
.navbar li {
  position: relative;
} 

.navbar>ul>li:hover {
  border-bottom: 2px solid #003152;
} */

/* .nav-active {
  border-bottom: 2px solid #fff;
}  */
.navbar-nav .nav-link .active {
  color:orange !important;
} 
/* .nav-link:hover{
  color:orange;
} */
/* .nav-link {
  color: rgb(243, 232, 114) !important;
} */

.navbar-nav a:hover,
.navbar-nav .active,
.navbar-nav li:hover>a {
  color: orange;
}
#home .home-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
 }
 #home {
    background-attachment: fixed;
    }
    
 #home {
   width: 100%;
   height: 100%;
   background-size: cover;
  position: relative;
 }
 /* * {box-sizing: border-box} */
body {font-family: "Lato", sans-serif;}
body{
  background: linear-gradient(45deg,black,transparent),url(../images/gs.jpg) ;
  height:auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section{
  height:125%;
}
/* Style the tab */
.tab {
  float: left;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  width: 25%;
  height: 50%;
  margin-top: 5%;
  /* margin-bottom: 10%; */
  
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 95%;
  color: white;
  text-align: center;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color:orange;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  /* border: 1px solid #ccc; */
  width: 75%;
  border-left: none;
  height:75%;
  display: none;
  margin-top: 5%;
  /* margin-bottom: 10%; */
}
p{
  font-size: 90%;
}
/*FOOTER*/
ul {
  margin: 0px;
  padding: 0px;
  }
  .footer-section {
  background: #061728;
  position: relative;
  }
  .footer-cta {
  border-bottom: 1px solid #373636;
  }

  .cta-text {
  padding-left: 15px;
  display: inline-block;
  }
  .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  }
  .cta-text span {
  color: #757575;
  font-size: 15px;
  }
  .footer-content {
  position: relative;
  z-index: 2;
  }
  /* .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  } */
  .footer-logo {
  margin-bottom: 30px;
  }
  .footer-logo img {
  max-width: 200px;
  }
  .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  }
  .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  }
  .copyright-area{
  background: #1e446a;
  padding: 25px 0;
  }
  .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  }
  #company {
    background: linear-gradient(
      to right, 
      rgb(247, 168, 112), 
      rgb(235, 217, 101)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    }
/* FOOTER*/
/*  */
/* .circular{
    height:100px;
    width:100px;
    position: relative;
    transform: scale(2);
}
.circular .inner{
    position: absolute;
    z-index: 6;
    top:50%;
    left: 50%;
    height:80px;
    width:80px;
    margin: -40px 0 0 -40px;
    background: #dde6f0;
    border-radius: 100%;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.circular .numb{
position: absolute;
top:50%;
left:50;
transform: translate(-50%, -50%);
z-index: 1;

}
.circular .bar{
    position: absolute;
    height:100%;
    width:100%;
    background:white;
    -webkit-border-radius:100%;
    clip:rect(0px,100px,100px,50px);
}
.circular .bar .progress{
    position: absolute;
    height: 100%;
    width:100%;
    -webkit-border-radius:100%;
    clip:rect(0px,50px,100px,50px);
    background:#4158d0;

}
.circle .left .progress{
    z-index: 1;
    animation: left 4s linear both;
}
@-o-keyframes left{
    100%{
    transform: rotate(180deg);
    }
}
.circle .right .progress{
    z-index: 3; 
    animation: rightt 4s linear both;
    animation-delay: 4s;

}
@-o-keyframes right{
    100%{
    transform: rotate(180deg);
    }
} */

