
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@400;500;700&display=swap');

body{  
    font-family: 'Roboto', sans-serif;  
}  
* {  
    margin: 0;  
    padding: 0;  
} 

.navbar-nav{
  margin-right: 1%;
}


.navbar-logo{
  width: 75px;
  margin-left: 3px;
}

.navbar-nav{
  margin-right: 1%;
}

.navbar-brand {
  font-weight: bold;
}
.navbar-brand img {
  width: 50px;
}

.navbar-brand {
  font-weight: bold;
}

nav{
  background-color: #32cd32;
}
.nav-link {
  border-bottom: 4px solid #32cd32;

  transition: .5s ease;
  padding: 5px;
}
.nav-link {
color: white !important;
padding-right: 40px;
}
.nav-link:hover {
  color: black;
  border-bottom: 2px solid white;
}
 .active a {
  color: white !important;
  font-weight: 600;
  border-bottom: 2px solid white;
}
.nav-link{
padding-right: 30px;
font-weight: 300;
color:white;
font-size: 1em;
font-family: 'Roboto';
}
i {  
    margin-right: 10px;  
}  
nav{
  display: flex;
  justify-content:space-around ;
  background-color: #32cd32;
}


body{
    margin-top:20px;
    color: #bcd0f7;
    /* background: #1A233A; */
}

.card-1-heading {
  padding-top: 0.2%;
  z-index: -1;
  position: relative;
  width: 80%;
  max-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
  }
  
  .card-1-heading:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
  transition: 0.5s;
  }
  
  .card{
    transition: 0.5s;
  }
  .services-card{
    margin-top: -25px;
    transform: scale(1.2);
    transition: 0.5s;
  }
  .services-card:hover{
    transition: 0.5s;
  }
  
  .serv {
  margin: 0 auto;
  font-family: 'Montserrat';
  grid-row: 3/4;
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  }
  
  .card__apply {
  grid-row: 4/5;
  align-self: center;
  }
  .card-1 {
    margin: 0 auto;
    height: 10vh;
  opacity: 80%;
  background: radial-gradient( #32cd32,  #32cd32);
  width: 93%;
  }
  .center-image{
    width: 45%;
    min-width: 420px;

  }
  @media  all and (min-width: 1300px) and (max-width: 1625px){
    .card-title{
      padding-top: 1%;
      font-size: 5.5vh;
    }
  }
  @media  all and (min-width: 1172px) and (max-width: 1300px){
    .card-title{
      padding-top: 2%;
      font-size: 4.5vh;
    }
  }
  @media  all and (min-width: 1020px) and (max-width: 1172px){
    .card-title{
      padding-top: 3%;
      font-size: 3.5vh;
    }
  }
  @media  all and (min-width: 800px) and (max-width: 1020px){
    .card-title{
      padding-top: 3%;
      font-size: 3vh;
    }
  }
  @media  all and (min-width: 568px) and (max-width: 800px){
    .card-title{
      padding-top: 3%;
      font-size: 2.5vh;
    }
    .card-1{
      height: 7vh;
    }
    
  }
  @media  all and (min-width: 320px) and (max-width: 568px){
    .card-title{
      padding-top: 3%;
      font-size: 0.5vh;
    }
    .card-1{
      height: 5vh;
    }
    .content{
      font-size: medium !important;
    }
    .content-1{
      font-size: larger !important;
    }
  }


  @media  all and (min-width: 1300px) and (max-width: 1625px){
    .serv{
      padding-top: 1%;
      font-size: 5.5vh;
    }
  }
  @media  all and (min-width: 1172px) and (max-width: 1300px){
    .serv{
      padding-top: 2%;
      font-size: 4.5vh;
    }
  }
  @media  all and (min-width: 1020px) and (max-width: 1172px){
    .serv{
      padding-top: 3%;
      font-size: 3.5vh;
    }
  }
  @media  all and (min-width: 800px) and (max-width: 1020px){
    .serv{
      padding-top: 3%;
      font-size: 3vh;
    }
  }
  @media  all and (min-width: 568px) and (max-width: 800px){
    .serv{
      padding-top: 1%;
      font-size: 4vh;
    }
    .card-1{
      height: 7vh;
    }
    
  }
  @media  all and (min-width: 320px) and (max-width: 568px){
    .serv{
      padding-top: 1%;
      font-size: 3vh;
    }
    .card-1{
      height: 5vh;
    }
    .content{
      font-size: medium !important;
    }
    .content-1{
      font-size: larger !important;
    }
  }



/* .card {
  width: 100%;
  max-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  
} */

  .card{
    border-radius: 12px !important;
  
  }
  .card-text{
    color: #fff;
    font-size: x-large;
    text-align: justify;
  }
  .card-title{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    color: #fff;
    font-size: 2.5rem;
  }
 
  .card-flow{
    border-radius: 12px !important;
    height: 100%;
  }
  .card-body{
    background:#32cd32;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
 .time{
   border-radius: 12px !important;
 }
  
  .card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  }
  
  .card__link,
  .card__exit,
  .card__icon {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  }
  
  .card__link::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  width: 0%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
  }
  
  .card__link:hover::after {
  width: 100%;
  }
  
  .card__exit {
  grid-row: 1/2;
  justify-self: end;
  }
  
  .card__icon {
  grid-row: 2/3;
  font-size: 30px;
  }
  


  .card__title {
  margin: 0 auto;
  font-family: 'Montserrat';
  grid-row: 3/4;
  font-weight: 400;
  font-size: 7vh;
  color: #ffffff;
  }
  
  .card__apply {
  grid-row: 4/5;
  align-self: center;
  }
  
  .card-1-heading {
  background: #32cd32 !important;
  color: white !important;
  }
  
  
  
  .service_img img{
    width: 225px;
  }
  
 
  .services-page{
    font-size: 100px;
    color: #fff;
    font-weight: 600px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.719);
  }
  .section-about{
    min-height: 50vh;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .para{
    color: #299617;
    font-family: 'Roboto';
    font-size: x-large;
    font-weight: bold;
  
  }

 
  @media only screen and (max-width: 393px) {
    .services-page{
      font-size: 50px;
    }
    .card-title{
      font-size: 2.5vh;
    }
    .card-text{
      font-size:medium !important;
      text-align: justify;
    }
  }
  @media only screen and (min-width: 393px) and (max-width:768px) {
    .card-title{
      font-size: 3vh !important;
    }
  }
  
  @media only screen and (max-width: 993px) and (min-width:768px) {
    .images23{
      margin-top: 150px;
    }
  }
  
  .para1{
      margin-left: 40px;
    
  }
  .training{
    margin-top: 50px;
    
  }
    .training:after {
        content: '';
      position: absolute;
      left: 0;
      display: inline-block;
      height: 1em;
      width: 500px;
      border-bottom: 2px solid #5161ce;
      margin-top: 10px;
      opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }
    
    .training:hover:after {
      opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    @media only screen and (max-width: 993px) {
        .training:after {
            content: '';
          position: absolute;
          left: 0;
          display: inline-block;
          height: 1em;
          width: 300px;
          border-bottom: 2px solid #5161ce;
          margin-top: 10px;
          opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: scale(0,1);
            transform: scale(0,1);
        }
        
        .training:hover:after {
          opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
      }
      .images23{
          overflow: hidden;
      }
      .images23:hover{
          box-shadow: inset 5px 5px 10px rgba(135, 89, 221, 0.3),
                      inset -4px -4px 10px rgb(60, 99, 226);
          transition: .2s;   
          border-radius: 50%;         
      }
      .water{
          margin-top: 80px;
      }
  
  
  
  
  /* web development */
  .web-design{
  background-color: #f2f2f2;
  min-height: 100vh;
  font-family: 'Fira Sans', sans-serif;
  display: flex;
  padding-bottom: 10%;
  }
  .blog-inner{
  position: relative;
  
  margin:auto;
  text-align:center
  }
  .blog-slider {
  margin-top: 10%;
  border-radius: 25px;
  transition: all 0.3s;
  background-color: #01cda880;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
  }
  
  .blog-slider::after{
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%);
  }
  
  
  .blog-slider__content{
  height: 450px;
  padding-top: 5%;
  text-align: justify;
  }
  
  .supply, .on-time, .awareness{
  padding-top: 20%;
  text-align: justify;
  }
  
  
  
  @media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
  }
  @media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
    font-size: 4vw;
  }
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
  }
  .blog-slider__item {
  display: flex;
  align-items: center;
  }
  @media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
  }
  

  
  .blog-slider__img {
  width: 250px;
  flex-shrink: 0;
  height: 250px;
  box-shadow: 4px 13px 30px 1px rgba(26,168,226, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  background:#FFF;
  }
  
  .blog-slider__content{
  font-family: 'Roboto';
  }
  
  .blog-slider{
  transition: 0.6s;
  }
  
  .blog-slider:hover{
  transform: scale(1.1);
  transition: 0.6s;
  }
  
  .blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
  height:400px
  }
  .blog-slider__img img {
  height:100%;
  width:100%;
  border-radius: 20px;
  display: inline-block;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  
  @media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
   
  }
  }
  
  @media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
  }
  .blog-slider__content {
  padding-right: 25px;
  }
  @media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
  }
  @media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
  }
  
  .blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  }
  .blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
  }
  .blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
  }
  .blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  }
  @media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
  }
  .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  }
      
  
      ul {
        margin: 0px;
        padding: 0px;
    }
  .about-us{
   font-family: 'Montserrat';
   font-weight: 600;
   font-size: 6.2em;
   color: white;
   text-shadow: 5px 5px 10px #2b2b2b;
  }
  

.service_img img{
  width: 225px;
}

.service{
  width: 100%;
  height: 10vh !important;
}

section{
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
}
.services-page{
  font-size: 100px;
  color: #fff;
  font-weight: 600px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.719);
}
.section-about{
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
}
.para{
  font-family: 'Roboto';
  font-size: x-large;
  text-align: justify;

}
@media only screen and (max-width: 393px) {
  .services-page{
    font-size: 50px;
  }
}
@media only screen and (max-width: 993px) and (min-width:768px) {
  .images23{
    margin-top: 150px;
  }
}

.para1{
    margin-left: 40px;
  
}
.training{
  margin-top: 50px;
  
}
  .training:after {
      content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 500px;
    border-bottom: 2px solid #5161ce;
    margin-top: 10px;
    opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(0,1);
      transform: scale(0,1);
  }
  
  .training:hover:after {
    opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  @media only screen and (max-width: 993px) {
      .training:after {
          content: '';
        position: absolute;
        left: 0;
        display: inline-block;
        height: 1em;
        width: 300px;
        border-bottom: 2px solid #5161ce;
        margin-top: 10px;
        opacity: 0;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale(0,1);
          transform: scale(0,1);
      }
      
      .training:hover:after {
        opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1);
      }
    }
    .images23{
        overflow: hidden;
    }
    .images23:hover{
        box-shadow: inset 5px 5px 10px rgba(135, 89, 221, 0.3),
                    inset -4px -4px 10px rgb(60, 99, 226);
        transition: .2s;   
        border-radius: 50%;         
    }
    .water{
        margin-top: 80px;
    }




/* web development */
.web-design{
background-color: #f2f2f2;
min-height: 100vh;
font-family: 'Fira Sans', sans-serif;
display: flex;
padding-bottom: 10%;
}
.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  margin: 10px 1%;
  max-width: 510px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
  width: 510px;
  height: 440px;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: '';
  background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
    

    ul {
      margin: 0px;
      padding: 0px;
  }
  .footer-section {
    background: #32cd32;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .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: #fff;
    font-size: 15px;
  }
    .footer-section {
      background: #32cd32;
      position: relative;
    }
    .footer-cta {
      border-bottom: 1px solid #373636;
    }
    .single-cta i {
      color: #ff5e14;
      font-size: 30px;
      float: left;
      margin-top: 8px;
    }
    .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: #fff;
      font-size: 15px;
    }
    
ul {
  margin: 0px;
  padding: 0px;
}

.footer {
  background: linear-gradient(120deg,#32cd32 ,#61dd61);
  padding-top: 20px;
  padding-bottom: 10px;
}

address{
color: #fff;
font-weight: 400;
}

/*END FOOTER SOCIAL DESIGN*/

@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
}
.single_footer ul li a:hover { color: #ff3666; }


.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;
}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
  text-align: center;

  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px ;
text-decoration: dashed;
  display: block;
  border: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
  
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
  width:40px;
  height:40px;
  line-height:40px;
padding-top: 10px;
}
}


.social_profile ul li a:hover{
background:#ff3666;
border: 1px solid #ff3666;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
  margin-top: 10px;
  padding-top: 10px;
  color:#fff;
  font-size: 15px;
  border-top: 1px solid rgba(255,255,255,0.4);
  text-align: center;
}
.copyright a{text-decoration: none; color:#332d4f;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#ff3666;}


@media only screen and (max-width: 525px){

  .card-1-heading{
    height: 8vh !important;
  }

  .card-title-1{
    font-size: 1.2rem !important;
  }
  .card__title-1{
    padding-top: 2vh;
    font-size: 2.2rem !important;
  }
  .para{
    font-size: medium;
  }
  .card-text{
    font-size: large;
  }


}