@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
p{
    color: #6F6F6F;
}
h2{
    font-size: 44px;
}
.banner{
    background: #E7F6FD;
}
.heading-title {
    color: #004FAE;
    font-size: 72px;
    font-weight: 700;
    line-height: 84px;
}
.heading-title2 {
    color: #004FAE;
    font-size: 54px;
    font-weight: 700;
    line-height: 84px;
}
.top-nav{    
    /* z-index: 10002; */
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.fw-600{
    font-weight: 600 !important;
}
.top-nav .navbar-nav .nav-link{
    margin-top: 0.3rem;
    padding: 0.8rem 1.5rem;   
    /* color: #6C6767; */
    margin-left: 0.5rem;
    border-radius: 3px;
} 
.top-nav .navbar-nav .nav-item .nav-link.active{
    background: #004FAE;
    border-radius: 3px;
    color: #fff;
}
.form-control, .form-select{
    padding: 0.75rem 0.5rem;
}
.fs-24{
    font-size: 24px;
}
.fs-48{
    font-size: 48px;
}
.nav-pills .nav-link.active .icon{
    padding: 15px 16px;   
    background: #FFFFFF;
    color: #078080 !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    width: 100px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.top-nav .btn-primary{
    padding: 0.7rem 1.2rem;
}
.btn{
    padding: 0.7rem;
}

.footer{
    background: #F1F1F1;
}
.footer .ft-nav{
    list-style-type: none;
}
.footer .ft-nav li{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.banner{
    /* position: relative; */
    margin-top: 84px;
}
.section{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 600px) {
    .banner{      
        margin-top: 85px;
    }
    .footer .border-start{
        border-left: 0px !important;
    }
    .carousel-caption h1 {
        font-size: 20px;
      }
      .carousel-caption .lead{
        font-size: 16px;
      }
      .carousel-inner{
        max-height: auto;
        min-height: auto;
    }
}
.sbuttons {
  bottom: 5%;
  position: fixed;
  margin: 1em;
  left: 0;
}
.sbutton {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}
.sbutton > i {
  font-size: 38px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.sbutton:not(:last-child) {
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  opacity: 0;
}
.sbutton:not(:last-child) > i {
  font-size: 25px;
  line-height: 60px;
  transition: all .3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 60px;
  height: 60px;
  margin: 15px auto 0;
}
.sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
 
[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 20%;
  white-space: nowrap;
}
 
[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.sbutton.mainsbutton {
  background: #2ab1ce;
}
.sbutton.ytube {
  background: #F44336;
}
.sbutton.pinteres {
  background: #e60023;
}
.sbutton.twitt {
  background: #03A9F4;
}
.sbutton.fb {
  background: #3F51B5;
}
.sbutton.whatsapp {
  background: #00e676;
}
.sbutton.email {
  background: #7d7d7d;
}
.sbutton.sms{
	background: #F44336;
}
