
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

*{
  font-family: 'Montserrat', sans-serif;

}

.main-nav{

-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0);
}

.top-nav{
  padding-top: 10px;
  color: #05003F;
}

.top-nav h4{
font-size: 12px;
line-height: normal;
color: #05003F;
padding-left: 22px;

}
.top-nav .navbar-brand img{
  height: 50px;
}

.top-nav h4 span{
  font-size: 15px;

}
.navbar-fixed{
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 2;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
}

.navbar-nav li a{
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: normal;
color: #05003F;
}

.home-slider{
  height: 75vh;
  background: #ffffff;
}
.home-slider .carousel-item h2{
font-style: normal;
font-weight: bold;
font-size: 41px;
line-height: normal;
text-align: left;
background: linear-gradient(to right, #f1229a 0%, #1e5aa8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 20px;
}
.carousel-text{
    position: absolute;
    /* bottom: 58px; */
    top: 120px;
    text-align: left;
}
.carousel-text-image img{
  width: 75%;
  padding-top: 15%;
}
.btn-slider{
  background: #5b3690;
  color: #FFFFFF;
  padding: 15px 42px;
  border-radius: 30px;
  font-size: 12px;
}
.home-offers{
  background: #e5e5e529;
  padding: 20px 0;
}
.home-offers .card {
  padding: 8px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0);
}
.home-offers .card:hover {
  webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.home-offers .card h3{
  font-size: 18px;
}
.home-offers .card h5{
  font-size: 14px;
}
.home-offers .card h5 span{
  font-size: 18px;

}
.home-offers a:hover{
  text-decoration: none;
  color: #000;

}



.home-plan{
  background-color: #E5E5E5;
  padding-bottom: 10%;
}
.home-plan-card{
  margin-top: 50px;
}
.home-plan .card{
  text-align: center;
  padding: 20px;
  border-radius: 0px;
  height: 485px;
  color: #838383;
}
.home-plan .card img{
  padding: -20px;
}
.home-plan .card:hover{
  /*margin-top: -30px;*/
  transition-timing-function: ease-in;
  /*transition-timing-function: ease-out;*/
  background: #092DEB;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  transform: scale(1.1);
  /*height: 450px;*/
  /* Quick on the way out */
  transition: .5s;

  }
.home-plan .card .top-content{
  height: 200px;
}
.home-plan .card .top-content h4{
  font-size: 20px;
line-height: normal;


}
.home-plan .card .top-content p{
  font-size: 12px;
line-height: normal;
text-align: justify;
}
.home-plan .card .miidle-content p{
      font-size: 10px;
    margin-bottom: 0;
}
.home-plan .card .miidle-content h4{
      font-size: 16px;
    margin-bottom: 0;
}
.home-plan .card a{
  font-size: 12px;
  color: #838383;
}
.home-plan .card a:hover{
  font-size: 12px;
  color: #838383;
  text-decoration: none;
  opacity: .7;
}

.service{
   background-color: #E5E5E5;
  padding-bottom: 10%;
}

.services-card .card{
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 0px;
  margin-bottom: 20px;
  height: 300px;
}
.services-card .card h4{
  font-size: 18px;
  font-weight: 600;
  color: #31298A;
}
.services-card .card p{

  font-size: 12px;

}
.services-card .card .btn-services{
  background-color: #31298A;
  padding: 2px 20px;
  color: #FFFFFF;
  border-radius: 20px;
  font-size: 10px;
}




/*Home middle content*/
/* ---- reset ---- */ 
canvas{ display: block; vertical-align: bottom; }
 /* ---- particles.js container ---- */ 
 #particles-js{ 
  position:absolute; width: 100%;
   height: 100%; background-color: #FFFFFF;
    background-image: url("");
     background-repeat: no-repeat;
      background-size: cover;
       background-position: 50% 50%; }
        /* ---- stats.js ---- */ 
.count-particles{ 
  background: #FFFFFF; 
  position: absolute; 
  top: 48px; left: 0; 
  width: 80px; 
  color: #000000; 
  font-size: .8em; 
  text-align: left; 
  text-indent: 4px; 
  line-height: 14px; 
  padding-bottom: 2px; 
  font-family: Helvetica, Arial, sans-serif; 
  font-weight: bold; 
  } 
.js-count-particles{ 
  font-size: 1.1em; 
} 
#stats, .count-particles{ 
  -webkit-user-select: none; 
  margin-top: 5px; 
  margin-left: 5px; 
} 
#stats{ 
  border-radius: 3px 3px 0 0; 
  overflow: hidden; 
}
.home-particles{
   position: relative;
  height: 100vh;
} 
.count-particles{ 
  border-radius: 0 0 3px 3px; 
 
}
.home-particles .carousel-inner{
  margin-top: 12%;
}
.home-particles .carousel-inner h1{
  font-size: 3rem;
  font-weight: 700;
}
.home-particles p{
    padding: 0px 14%;
}
.features{
  background-color: #E5E5E5;
}
.features-list{
  padding: 5% 10%;

}

.clients{
  /*height: 200px;*/
}
.get-in-touch{
background-color: #E5E5E5;
padding: 30px 0; 
}
.get-in-touch-contact{
  color: #838383;
}
.get-in-touch-contact p{
  font-size: 10px;
  margin-bottom: 0;
}
.get-in-touch-contact h3{
  font-size: 1rem;
  font-weight: bold;
}

.footer{
  background-color: #312A8B;
  color: #FFFFFF;
}
footer{
  padding: 30px 0;
}
footer h4{
  font-size: 1rem;
  font-weight: bold;
}
footer ul{

  list-style: none;
      margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;

}
footer ul li{
  font-size: .8rem;
}

.nav-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS" , Arial;
    }
    .nav-wrapper::before,
    .nav-wrapper::after{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 50%;
    background-color: #EAFBFF;
    }
    .nav-wrapper::after{
    background-color: #208FF9;
    }
    .nav-wrapper nav{
    position: fixed;
    top: 7px;
    z-index: 100;
    width: auto;
    /* height: 100%; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 0;
    }
    .navigation{
    max-width: 545px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding-right: 10px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .nav-wrapper ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 0;
    overflow: hidden;
    transition: .4s cubic-bezier(.77,0,.18,1);
    }
    .nav-wrapper.active ul{
    width: 620px;
    margin-right: 20px;
    }
    a{
    color: #888;
    text-decoration: none;
    transition: .3s;
    font-size: 13px;
    }
    a:hover{
    color: #3C9DFB;
    }
    .nav-toogler{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 48px;
    padding: 14px 5px;
    cursor: pointer;
    }
    .nav-wrapper:not(.active) .nav-toogler{
    margin-left: -24px;
    }
    .nav-toogler::before,
    .nav-toogler::after{
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #3C9DFB;
    transition: .4s cubic-bezier(.77,0,.18,1);
    }
    .nav-toogler::after {
    margin-top: 10px;
    }
    .nav-wrapper.active .nav-toogler::before,
    .nav-wrapper.active .nav-toogler::after{
    position: absolute;
    top: 50%;
    background-color: #3C9DFB;
    transform: rotate(135deg);
    }
    .nav-wrapper.active .nav-toogler::after {
    transform: rotate(-135deg);
    margin-top: 0;
    }
    .nav-items li a{
    white-space: nowrap;
    }


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 .nav-items li a {
    white-space: nowrap;
    font-size: 12px;
}
.top-nav h4 span {
    font-size: 15px;
}
.nav-wrapper.active ul {
    width: 310px;
    margin-right: 3px;
}
.nav-items li a {
    white-space: nowrap;
    font-size: 10px;
}
.home-slider .carousel-item h2{
    font-size: 14px;
    background: linear-gradient(to right, #ffffff 0%, #747575 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.carousel-text-image img {
    width: 75%;
    padding-top: 63%;
}
.home-slider {
    height: 34vh;
    background: #ffffff;
}
.carousel-text {
    position: absolute;
    /* bottom: 58px; */
    top: 64px;
    text-align: left;
}
.btn-slider {
    background: #5b3690;
    color: #FFFFFF;
    padding: 5px 28px;
    border-radius: 30px;
    font-size: 8px;
}
.home-offers .card h3 {
    font-size: 12px;
}

.home-offers .card h5 span {
    font-size: 12px;
}
.home-offers .card h5 {
    font-size: 11px;
}
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid #9C27B0;
    border-width: 1px;}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .nav-wrapper.active ul {
    width: 375px;
    margin-right: 3px;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .nav-wrapper.active ul {
    width: 375px;
    margin-right: 3px;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}