
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

* {
    box-sizing: border-box !important;
    margin:0;
    padding:0;
    
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}



img {
    max-width: 100%;
    height: auto;
}

/** header section**/
.header{
    font-size:14px;
}




.bg-darkblue{background-color: #151B54;}
.text-darkblue{color:#151B54;}
.text-darkmegenta{color:#8B008B;}
.header{
    font-size:14px;
    padding:18px;
    color:white;
    font-weight:400;
}
.header i{
     margin-right: 5px;
    /*background: #483D8B;*/
    background:red;
    color: #FFF;
    width: 45px;
    height: 45px;
    font-size:20px;
    float:left;
    text-align: center;
    line-height: 45px;
    border-radius:50%;
 
}

.header p{
    font-size:14px;
    font-weight:600;
    color:white;
    
    text-align:center;
    justify-content:center;
    line-height:14px;
}

.header p a{
    font-size:14px;
    font-weight:600;
    color:white;
    text-align:center;
    justify-content:center;
    line-height:14px;
    text-decoration:none;
}
.navbar-dark .navbar-nav .nav-link{
    padding:10px;
    font-size:14px;
    text-transform: uppercase;
    font-weight:600;
    }


.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #e8576f;
    background-color:#ffffff;


}

.dropdown .dropdown-item{
    padding:10px;
    font-size:14px;
    text-transform: uppercase;
    font-weight:600;

}

.dropdown-item:focus,
.dropdown-item:hover{
   color: #e8576f;
   backgound-color:#ffffff;

}



/** carousel start**/

#CarouselSlider {
    max-height: 100vh;
    overflow:hidden;
}
.carousel .carousel-item {
  height: 500px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
}



/** carousel end-->**/


  .achievers-gallery {
  color:#313437;
  background-color:#fff;
}

.achievers-gallery p {
  color:#7d8285;
}

.achievers-gallery
 h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .achievers-gallery
 h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

/* achievers start*/

.achievers-gallery
 .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.achievers-gallery
 .intro p {
  margin-bottom:0;
}

.achievers-gallery
 .achievers {
  padding-bottom:20px;
}

.achievers-gallery
 .item {
  padding-bottom:30px;
}

/* achievers end*/

/** service section**/
/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background:#151B54;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #20247b;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background:#663399;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
    padding: 10px 0;
    position: relative;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}

/*** end service section**/

/* Custom CSS for the button */
    #scroll-to-top {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
    }
 
