@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
 width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px grey;
 border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #4DA3CA;
 border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #232464;
}
body {
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  display: swap;
  font-size: 15px;
  color: #4e4e4e
}
h2, h3, h4, h5, h6,.font-family-dosis {
  font-family: 'Dosis', sans-serif;
  display: swap;
  margin: 0;
}
h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
p {
  line-height: 2;
  font-size: 15px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  background: #fff;
}
.sticky {
  z-index: 3;
}
.clear-both {
  clear: both
}
p{margin: 10px 0;}
/**scroll button**/
#button {
  display: inline-block;
  background-color: #232464;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 14px;
  color: #fff;
  border: 3px solid #72C7E6;
}
#button:hover {
  cursor: pointer;
  background-color: #72C7E6;
}
#button:active {
  background-color: #72C7E6;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/**scroll button**/
/*start hover-effect*/
a {
  color: #3c3c3c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*end hover-effect*/
/*font size**/
.font20{font-size: 20px;}
.font25{font-size: 25px;}
.font30{font-size: 30px;}
.font35{font-size: 35px;}
/**font size**/
/**start color css**/
.black,.black a{color: #000;}
.white,.white a{color: #fff;}
.dark-blue,.dark-blue a{color: #232464;}
.light-blue,.light-blue a{color: #72c7e6;}
.blue-bg{background: #232464;}
/**end color css**/
/****start top menu****/
.top-wrap{background:#232464 ; padding: 12px 0;color: #fff;}
.top-wrap a{color: #fff;}
.top-wrap a:hover{text-decoration: underline;}
.menu-wrapper{padding: 12px 0;box-shadow: 0 0 6px;}
.menu-wrapper .menu{margin: 21px 0;}
.stellarnav.dark ul ul{padding: 7px;}
.stellarnav.dark ul ul:before{border-width: 2px 0 0 2px;
    left: 4px;
    top: 4px;
    border-color: #72C7E6;
  content: "";
    border-style: solid;
    height: 35%;
    position: absolute;
    pointer-events: none;
    width: 35%;}
.stellarnav.dark ul ul:after{border-width: 0 2px 2px 0;
    right: 4px;
    bottom: 4px;
    border-color: #72C7E6;
  content: "";
    border-style: solid;
    height: 35%;
    position: absolute;
    pointer-events: none;
    width: 35%;}
/****end top menu**/
/***start slider***/
.slider-title{font-size: 45px;margin-top: 2.5em;}
.slider-content{font-size: 25px;}
.read-more{margin-top: 15px;}
.read-more a{border: 2px solid #232464; border-radius: 20px; color: #232464; padding: 10px 25px;background: transparent;}
.read-more a:hover:before,.hvr-radial-out:before{background: #232464;}
/****end slider**/