*{
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}

body{

    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
   font-family: 'Montserrat', sans-serif;
}

header{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(75deg, rgb(22 37 103 / 84%) 10%, rgb(230 2 100 / 37%)),url(image/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar{
    padding:30px 20px;  
}

.navbar .navbar-nav li{
    margin-right: 15px;
}

.navbar .navbar-nav li a{
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
}

.navbar .navbar-nav li a:hover{
	
    text-decoration: underline;
}

.navbar-nav .active .nav-link{
	text-decoration: underline;
   
}

.navbar .navbar-brand{
	font-size: 45px;
	color: #fff;
	font-weight: 500;
}

.navbar-toggler{
	
	outline: 2px solid #fff !important;
    border-radius: 0px; 
}

.navbar-toggler-icon{
  color: #fff !important;
  
}


.hero-text{
   color:#fff;
   padding-top: 10%;
}

.hero-text h1{
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}

.hero-text p{
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 40px;
}

.hero-text a{
    background-color: #fff !important;
    padding:10px 30px;
    color: #e80566;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
    
}

.hero-text a:hover{
    background-color: transparent !important;
    border:1px solid #fff;
    color:#fff;
    text-decoration: none;
}


.home-section1{
    padding: 100px 0px;
    background-color: #fff;
}

.home-section1 h2{
    color:#000;
    font-weight: 600;
    font-size: 35px;
}

.home-section1 p{
    color: #555;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 40px;
}

.home-section1 i{
    background: -webkit-linear-gradient(#cc2b5e, #753a88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 30px;
    margin-bottom: 15px;
}

.home-section1 h3{
  font-weight: 500;
  font-size: 21px;
  color:#000;
}


.home-section2{
    padding: 100px 0px;
    background-color: #f9f9f9;
}

.home-section2 h2{
    color:#000;
    font-weight: 600;
    font-size: 35px;
    text-align: center;  
}

.home-section2 h4{
    color: #555;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}


.home-sec2-wrap{
    background-color: #fff;
    padding: 50px 50px;
    margin-bottom: 30px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}


.home-sec2-wrap:hover{
    box-shadow: 9px 11px 32px -19px rgba(0,0,0,0.75);
}

.home-sec2-wrap i{
    background: -webkit-linear-gradient(#cc2b5e, #753a88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      font-size: 35px;
}


.home-sec2-wrap h3{
    font-weight: 500;
  font-size: 21px;
  color:#000;
}

.home-sec2-wrap h3:hover{
    color: #e80566;
}


.home-sec2-wrap p{
  color: #555;
    font-weight: 400;
    font-size: 15px;
    margin-top: 15px;
}

.home-sec2-wrap h5{
    font-weight: 500;
    font-size: 15px;
     color: #555;   
}

.home-sec2-wrap h5 a{
    text-decoration: none;
    color: #555
}

.home-sec2-wrap h5 a:hover{
    color:#e80566
}

.home-sec2-btn-wrap{
    text-align: center;
    padding-top: 40px;
}

.home-sec2-btn{
  background-color: #e80566;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
}

.home-sec2-btn:hover{
    background-color: transparent;
    border:1px solid #e80566;
    text-decoration: none;
    color: #e80566;
    
}

.home-section3{
    padding: 100px 0px;
    background-image: linear-gradient(75deg, rgb(22 37 103 / 84%) 10%, rgb(230 2 100 / 37%)), url(image/home-sec3-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

}

.home-section3 h2{
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
}

.home-section3 p{
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-top: 20px;
}

.home-sec3-icon-wrap{
    text-align: center;
    color:#fff;
    margin-top: 70px;
}

.home-sec3-icon-wrap h3{
    font-size: 45px;
    font-weight: 500;
    margin-top: 35px;
}

.home-sec3-icon-wrap h5{
    font-size: 15px;
    font-weight: 400;
}

.home-sec3-icon-wrap i{
    font-size: 34px;
}

.home-section4{
    padding: 100px 0px;
    background-color: #f9f9f9;
}


.home-section4 h2{
    text-align: center;
    color:#000;
    font-weight: 600;
    font-size: 35px;
}

.home-section4 h3{
    color: #555;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
}

.home-sec4-content-wrap{
    background-color: #fff;
    margin-top:50px;
    padding-bottom: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    cursor: pointer;
}

.home-sec4-content-wrap:hover{
box-shadow: 9px 11px 32px -19px rgba(0,0,0,0.75);
}

.home-sec4-content-wrap h4{
    margin-top: 30px;
    padding: 0px 10px;
    color:#000;
    font-size: 17px;
    font-weight: 400;
}

.home-sec4-content-wrap h4:hover{
    color: #e80566;
}

.home-sec4-content-wrap p{
    margin-top: 10px;
    padding: 0px 10px;
    color: #555;
    font-size: 15px;
    font-weight: 400;
   
}

.home-section5{
  padding: 80px 0px;
  background-color: #fff;

}

.home-section5-part2{
    text-align: right;

}

.home-section5-part2 i{
  font-size: 40px;
  background: -webkit-linear-gradient(#cc2b5e, #753a88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-section5-number{
    font-size:25px; 
    margin:0px 10px;
    margin-right: 40px;
}

.home-break{
    display: none;
}

.home-section5-btn{
  padding: 15px 20px;
  background-color: #e80566;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  border:1px solid #e80566;
  font-weight: 500;
}

.home-section5-btn:hover{
    text-decoration: none;
    background-color: transparent;
    color:#e80566;
    
}

footer{
    padding: 70px 0px 20px 0px;
    background-image: linear-gradient(75deg, #162567 10%, #e60264);

}

.footer-content h3{
   color: #fff;
   font-size: 17px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 30px;

}

.footer-content p{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer-content i{
    font-size: 35px;
    margin-right: 10px;
    color:#dddada;
}

.footer-content i:hover{
    color: #fff;
}

.footer-content a{
   
    color:#fff;
}

footer h4{
  color:#fff;
   text-align: center;
   font-size: 13px;
   margin-top:30px;
   padding-top:20px;
   border-top: 1px solid #fff;
   font-weight: 300;
  
}


/*....about us page........*/

.aboutus-banner{
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(75deg, rgb(22 37 103 / 84%) 10%, rgb(230 2 100 / 37%)),url(image/aboutus-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.banner-text{
    text-align: center;
    color: #fff;
    padding-top:50px;
}

.banner-text h3{
    font-size:20px;
}

.banner-text h4{
    font-size:15px;
    font-weight:300; 
}


.aboutus-section1{
    padding: 100px 0px;
    background-color: #fff;
}

.about-sec1-wrap i{
    font-size: 35px;
    background: -webkit-linear-gradient(#cc2b5e, #753a88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutus-section1 h3{
    color:#000;
    font-weight: 600;
    font-size: 21px;
}

.aboutus-section1 p{
    color: #555;
    font-weight: 400;
    font-size: 15px;
    margin-top:20px;

}
.aboutus-section1-part2{
    padding-top:100px;
}

.aboutus-section1-part2 h2{
    color:#000;
    font-weight: 600;
    font-size: 35px;
}

.aboutus-section1-part2 p{
    color: #555;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 30px;
}

.aboutus-section1-part2 h3{
    color: #555;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    
}

.aboutus-section1-part2 i{
    color:#e80566;
    margin-right:15px;
}

.aboutus-section1-btn{
    padding: 10px 20px;
    color: #fff;
    background: #e80566;
    border:1px solid #e80566;
    border-radius: 5px;
    margin-top: 20px !important;
   display: inline-block;
   font-size: 14px;
   font-weight: 500;
    
}

.aboutus-section1-btn:hover{
  background-color: transparent;
  color: #e80566;
  text-decoration: none;
}

.aboutus-section2{
   padding: 100px 0px;
   background-color: #f9f9f9;
}

.aboutus-section2 h2{
    text-align: center;
    color:#000;
    font-weight: 600;
    font-size: 35px;
}
.aboutus-section2 p{
    text-align: center;
    color: #555;
    font-weight: 300;
    font-size: 19px;
    margin-top:20px;
    margin-bottom: 40px;
}


.aboutus-team-wrap{
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    position: relative;
    
}

.aboutus-team-wrap h3{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color:#000;
}

.aboutus-team-wrap h4{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color:#000;
    
    
}

.overlay {
    position: absolute; 
    bottom: 27%; 
   
    background: linear-gradient(75deg, rgb(22 37 103 / 84%) 10%, rgb(230 2 100 / 37%)); /* Black see-through */
    color: #fff; 
    width: 100%;
    transition: .2s ease;
    opacity:0;
   
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }

  .overlay i{
      font-size: 30px;
      margin-left:10px;
      margin-right:10px;
      color: #fff;
  }
  
  .aboutus-team-wrap:hover .overlay {
    opacity: 1;
  }

/*......services banner.....*/

  .services-banner{
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(75deg, rgb(22 37 103 / 84%) 10%, rgb(230 2 100 / 37%)),url(image/services-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.services-section1{
    padding: 100px 0px;
    background-color: #fff;
}

.services-sec1-head{
    text-align: center;
}

.services-section1 .services-head-btn{
    font-size: 15px;
    background-color: #e80566;
    color:#fff;
    padding: 8px 15px;
    border-radius: 15px;
    font-weight: 600;
    
}

.services-sec1-head h2{
   
    margin-top: 30px;
    color:#000;
    font-weight: 600;
    font-size: 35px;
}

.services-sec1-head p{
    margin-top: 30px;
    color: #555;
    font-weight: 300;
    font-size: 19px;
}

.services-sec1-content{
    margin-top: 90px;
}

.services-sec1-content-wrap{
  padding: 60px 50px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
} 

.services-sec1-content-wrap:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}


.services-sec1-content-wrap h3{
    font-size: 40px;
    font-weight: 700;
   font-family: 'Rampart One', cursive;
   background: -webkit-linear-gradient(#cc2b5e, #753a88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-sec1-content-wrap h4{
    color: #061E5C;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}

.services-sec1-content-wrap p{
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 40px;
   
}

.services-sec1-content-wrap a{
    padding: 15px 25px;
    background-color: #e80566;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.services-sec1-content-wrap a:hover{
    color: #753a88;
}

 .services-section2{
  
    padding: 100px 0px;
    background-color: #F0F3FA;
 }

 .services-section2 img{
    border-radius: 10px;
    max-width: 90%;
    
 }

 .services-section2 h2{
    font-size: 35px;
    font-weight: 600;
    color:#000;
    margin-bottom: 20px;
 }

 .services-section2 p{
    color:#555;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 50px;
 }


 .services-sec2-content{
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    margin-top: 20px;
 }

 .services-sec2-content i{
    color:#e80566;
    font-size: 20px;
    background-color: #F0F3FA;
    padding: 15px;
    border-radius: 50%;
 }

 .services-sec2-content h3{
    font-size: 20px;
    color: #061E5C;
    font-weight: 700;
    margin-bottom: 20px;
 }

 .services-sec2-content h4{
    font-size: 15px;
    color: #555;
 }



/****** project page starts*****/


.projects-banner{
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(75deg, rgb(22 37 103 / 84%) 10%, rgb(230 2 100 / 37%)),url(image/projects-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



 .projects-section1{
    padding: 100px 0px;
 }

 .projects-section-head {
    text-align: center;
 }


 .projects-section-head-btn{
    font-size: 15px;
    background-color: #e80566;
    color:#fff;
    padding: 8px 15px;
    border-radius: 15px;
    font-weight: 600;
    
}


.projects-section-head h2{
    margin-top: 30px;
    color:#000;
    font-weight: 600;
    font-size: 35px; 
}

.projects-section-head p{
    margin-top: 30px;
    color: #555;
    font-weight: 300;
    font-size: 19px;
}

.portfolio-head{
    padding: 50px 0px;
}

.portfolio-head .nav-link{
    color: #e80566;
    font-weight: 600;
    font-size: 17px;
}

.active-pill{
    text-decoration: underline;
}

.portfolio-head .nav-link:hover{
    text-decoration: underline;
}


.projects-sec-portfolio{
    margin-top:50px;
}


.projects-sec-portfolio-wrap{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    padding-bottom: 20px;
    margin-bottom: 80px;
   

}

.projects-sec-portfolio-wrap:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}




.projects-sec-portfolio-wrap h3{
margin-top: 30px;
    padding: 0px 10px;
    color:#000;
    font-size: 17px;
    font-weight: 400;
}

.projects-sec-portfolio-wrap h3:hover{
    color: #e80566;
}

.projects-sec-portfolio-wrap h4{
    margin-top: 10px;
    padding: 0px 10px;
    color: #555;
    font-size: 25px;
    font-weight: 400;
}


.projects-portfolio-btn-wrap{
  padding: 10px;
  
}

.projects-portfolio-btn-demo{
    padding: 8px 17px;
    background-color: #e80566;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-right: 10px;
    display: inline-block;
}
.pbg{
    background-color:#000000;
}

.projects-portfolio-btn-demo:hover{
    text-decoration: none;
}

.projects-portfolio-btn-download{
    padding: 8px 17px;
    background-color: #5bad09;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    
    
}

.projects-portfolio-btn-portfolio{
    padding: 8px 17px;
    background-color: #038e58;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    
    
    
}


.projects-portfolio-btn-download:hover{
    text-decoration: none;
}


.projects-portfolio-btn-buy{
    padding: 8px 17px;
    background-color: #753a88;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    
}

.projects-portfolio-btn-buy:hover{
    text-decoration: none;
}




/*......contactus page....*/



.contactus-banner{
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(75deg, rgb(22 37 103 / 84%) 10%, rgb(230 2 100 / 37%)),url(image/contactus-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contactus-section{
    padding: 100px 0px;
}



.contactus-sec1 h2{
    color:#000;
    font-weight: 600;
    font-size: 35px;  
}


.contactus-sec1-ul{
    height: 2px;
    width: 90px;
    background: -webkit-linear-gradient(#cc2b5e, #753a88);
    margin-top: 20px;
    margin-bottom: 20px;
    
}


.contactus-sec1 h3{
    margin-top: 20px;
    color: #555;
    font-weight: 400;
    font-size: 15px; 
}

.contactus-sec1 h4{
   margin-top: 60px;
   font-size: 20px;
   font-weight: 600;
   
}

.contactus-sec1 h6{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    font-weight: 400;
}

.contactus-sec1 h6 i{
    margin-right: 10px;
    background: -webkit-linear-gradient(#cc2b5e, #753a88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
}


.contactus-sec2 h3{
    font-size: 20px;
    font-weight: 600;
}


.contactus-tb{
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    margin-top: 20px;
    padding-left: 20px;
}

.contactus-ta{
    width: 100%;
    border: 1px solid #ddd;
    height: 150px;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 40px;
}


.contactus-btn{
    padding: 15px 20px;
    background-color: #e80566;
    color: #fff;
   
    
}

.contactus-btn:hover{
    text-decoration: none;
}




/*........ media queries.......*/

@media screen and (max-width: 993px) {

 .home-section5-part2{
    text-align: center;
 }

 .home-section5-part2 i{
    margin-bottom: 40px !important;
 }

 .aboutus-banner{
    height: 60vh;
 }

 .services-banner{
    height: 60vh;
 }

 .projects-banner{
    height: 60vh;
 }

 .projects-sec-portfolio-wrap{
    text-align: center;
   
}

 .projects-portfolio-btn-wrap{
    text-align: center;
  }

  .projects-portfolio-btn-download{
     margin-top: 10px;
  }

  .projects-portfolio-btn-buy{
    margin-top: 10px;
 }

 .contactus-banner{
    height: 60vh;
 }


 .contactus-section{
    padding: 50px 0px;
 }


 .contactus-sec2 h3{
   margin-top: 50px;
 }


 

}

@media screen and (max-width: 768px) {

    .hero-text{
        text-align: center;
    }

.home-section1{
    padding: 50px 0px;
    text-align: center;
}

.home-section2{
    padding: 50px 0px;
    text-align: center;
}


.home-section2 i{
    margin-bottom: 20px;
}

.home-sec2-btn-wrap{
   
    padding-top: 20px;
}

.home-section4{
    padding: 50px 30px;
    
}


.home-sec4-content-wrap{
   padding: 20px 30px;
   text-align: center;
}




.home-section5 h2,p{
    text-align: center;
}


footer{
    text-align: center;
    padding: 20px 0px;
}

.footer-content h3{
   margin-bottom: 10px;
   margin-top: 30px;
}

.aboutus-section1{
    padding: 50px 0px;
 }

 .about-sec1-wrap{
text-align: center;
 }

 .about-sec1-wrap i{
    margin-bottom: 10px;
    
 }

 .about-sec1-wrap p{
    margin-bottom: 40px;
 }

 .aboutus-section1-part2{
    padding-top: 20px;
 }

 .aboutus-section1-part2 p{
   text-align: justify;
 }

 .aboutus-section1-part2 img{
    margin-top: 40px;
 }

 .aboutus-section2{
    padding: 50px 0px;
 }

 .aboutus-team-wrap{
    margin: 15px 40px;
 }


 .services-section1{
    padding: 50px 0px;
 }


 .services-sec1-content{
    margin-top:50px;
}

.services-sec1-content-wrap{
    text-align: center;
}


.services-section2{
    padding: 60px 20px;
    text-align: center;
}

.services-section2 img{
    max-width: 75%;margin: 0 auto;
    margin-bottom: 20px;
}

.services-sec2-content i{
    margin-bottom: 20px;
}

.projects-section1{
  padding: 50px 0px;
}


.portfolio-head{
    padding: 20px 0px;
}

.projects-sec-portfolio{
    margin-top:10px;
    padding: 0px 30px;
}

.projects-sec-portfolio-wrap{
    text-align: center;
    margin-bottom: 40px;
}


.projects-portfolio-btn-download{
    margin-top: 20px;
  
}

.projects-portfolio-btn-buy{
    margin-top: 20px;
  
}

.contactus-sec1 h4{
    margin-top: 30px;
    
    
 }



}




@media screen and (max-width: 500px) {

    .hero-text{
        text-align: center;
    }

    .hero-text h1{
        font-size: 32px;
       
    }
    
    .hero-text p{
        font-size: 15px;
       
    }


    .home-break{
       display: block;
    }

}


@media screen and (max-width: 380px) {

    .hero-text{
        margin-top: 11%;
    }

}


.checked {
    color: orange;
}


.ribbonf{
    background:#d9f601;
    display:inline-block;
    color:#000;
    padding:5px 25px;
    position:relative;
    left:-25px;
    border-bottom-left-radius:5px;
  }
  .ribbonf:before{
    position:absolute;
    content:'';
    width:50px;
    height:20px;
    background:#b8f904;
    top:30px;
    left:0px;
    transform:rotate(45deg);
    z-index:-1;
  }

  .ribbonp{
    background:#16d161;
    display:inline-block;
    color:#fff;
    padding:5px 25px;
    position:relative;
    left:-25px;
    border-bottom-left-radius:5px;
  }
  .ribbonp:before{
    position:absolute;
    content:'';
    width:50px;
    height:20px;
    background:#047921;
    top:30px;
    left:0px;
    transform:rotate(45deg);
    z-index:-1;
  }