*{
	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%;
	
	
}

.navbar{
    padding:0px 20px;  
   background-color: #fff;
}

.navbar .navbar-nav li{
    margin-right: 15px;
}

.navbar .navbar-nav li a{
	color: #2E3192 !important;
	font-size: 16px;
	font-weight: 500;
}

.navbar .navbar-nav li a:hover{
	color: #000 !important;
    text-decoration: underline;
}

.navbar-nav .active .nav-link{
	color: #000 !important;
    text-decoration: underline;
   
}

.navbar .navbar-brand{
	font-size: 45px;
	color: #2E3192;
	font-weight: 700;
    line-height: 20px;
    padding-top: 20px;
}

.navbar .navbar-brand:hover{
    font-size: 45px;
	color: #2E3192;
	font-weight: 700;
}

.logo-head-slim{
   font-size: 18px;
}

.navbar-toggler{
	
	outline: 2px solid #2E3192 !important;
    border-radius: 0px; 
}

.navbar-toggler i{
  color: #2E3192 !important;
 
}



.carousel-caption{
    position: absolute;
    
    left: 9% !important;
    text-align: left !important;
    top: 30%;

}

.carousel-caption p {
    color: #fff;
font-size: 22px;
font-weight: 300;
}



.carousel-caption h5 {
    color: #fff;
   font-size: 60px;
  font-weight: 700;
}


.carousel-item img{
    filter:brightness(.5);
    
}


.banner-text-slim{
    font-weight: 300;
}



.slider-btn1{
    padding: 10px 20px;
background-color:#2E3192;
color: #fff;
font-size: 16px;
border: 1px solid #2E3192;
margin-right: 10px;
margin-top: 20px;
display: inline-block;
}

.slider-btn1:hover{
    text-decoration: none;
color: #fff;
background-color: transparent;
border: 1px solid #fff;
transition: .5s ease;
}

.slider-btn2{
    padding: 10px 20px;
    background-color: #fff;
    color: #2E3192;
    font-size: 16px;
    border:1px solid #fff;
    margin-top: 20px;
    display: inline-block;
}

.slider-btn2:hover{
    text-decoration: none;
color: #fff;
background-color: transparent;
transition: .5s ease;
}









.home-section1{
    padding: 100px 0px;
    background-color: #fff;
    padding-bottom: 70px;
}

.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: #2E3192;
  -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: 30px 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 img{
   margin-bottom: 20px;
}


.home-sec2-wrap h3{
    font-weight: 500;
  font-size: 21px;
  color:#000;
}

.home-sec2-wrap h3:hover{
    color: #2E3192;
}


.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:#2E3192
}

.home-sec2-btn-wrap{
    text-align: center;
    padding-top: 40px;
}

.home-sec2-btn{
  background-color: #2E3192;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
}

.home-sec2-btn:hover{
    background-color: transparent;
    border:1px solid #2E3192;
    text-decoration: none;
    color: #2E3192;
    
}

.home-section3{
    padding: 100px 0px;
    background-image: linear-gradient(75deg, rgb(46 49 146 / 84%) 10%, rgb(27 255 255 / 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:0px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    cursor: pointer;
    text-align: center;
    padding-bottom: 30px;
}

.home-sec4-content-wrap:hover{
box-shadow: 9px 11px 32px -19px rgba(0,0,0,0.75);
}

.home-sec4-content-wrap i{
    color: #2E3192;
    font-size: 35px;
    margin-top: 40px;
}

.home-sec4-content-wrap h4{
    margin-top: 10px;
    padding: 0px 10px;
    color:#000;
    font-size: 17px;
    font-weight: 400;
}

.home-sec4-content-wrap h4:hover{
    color: #2E3192;
}

.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: #2E3192;
  -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: #2E3192;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  border:1px solid #2E3192;
  font-weight: 500;
}

.home-section5-btn:hover{
    text-decoration: none;
    background-color: transparent;
    color:#2E3192;
    transition: 1s ease;
    
}

footer{
    padding: 70px 0px 20px 0px;
    background: linear-gradient(75deg, #2E3192 60%, #1BFFFF);

}

.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(46 49 146 / 84%) 10%, rgb(27 255 255 / 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:80px;
}

.banner-text h3{
    font-size:20px;
}

.banner-text h4{
    font-size:15px;
    font-weight:300; 
}


.aboutus-section1{
    padding: 100px 0px;
    background-color: #fff;
    padding-bottom: 70px;
}

.about-sec1-part1{
 margin-top: 80px;
}

.about-sec1-part1 h2{
    text-align: center;
    color:#000;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 60px;
}

.about-sec1-wrap i{
    font-size: 35px;
    background: #2E3192;
    -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;
    margin-bottom: 50px;

}
.aboutus-section1-part2{
    padding-top:0px;
}

.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:#2E3192;
    margin-right:15px;
}

.aboutus-section1-btn{
    padding: 10px 20px;
    color: #fff;
    background: #2E3192;
    border:1px solid #2E3192;
    border-radius: 5px;
    margin-top: 20px !important;
   display: inline-block;
   font-size: 14px;
   font-weight: 500;
    
}

.aboutus-section1-btn:hover{
  background-color: transparent;
  color: #2E3192;
  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(46 49 146 / 84%) 10%, rgb(27 255 255 / 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(46 49 146 / 84%) 10%, rgb(27 255 255 / 37%)),url(image/services-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.services-section1{
    padding: 100px 0px;
    background-color: #fff;
    padding-bottom: 70px;
}

.services-sec1-head{
    text-align: center;
}

.services-section1 .services-head-btn{
    font-size: 15px;
    background-color: #2E3192;
    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: #2E3192;
    -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: #2E3192;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.services-sec1-content-wrap a:hover{
    color: #1BFFFF;
}

 .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:#2E3192;
    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;
 }





/*......contactus page....*/



.contactus-banner{
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(75deg, rgb(46 49 146 / 84%) 10%, rgb(27 255 255 / 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(#2E3192, #1BFFFF);
    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: #2E3192;
    -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: #2E3192;
    color: #fff;
    border: 1px solid #2E3192;
    
}

.contactus-btn:hover{
    text-decoration: none;
    background-color: #fff;
   
    color: #2E3192;
    transition: 1s ease;
}




/*........ media queries.......*/


@media screen and (max-width: 1200px) {

.carousel-caption{
    
    top: 20%;

}
}

@media screen and (max-width: 1100px) {

    .carousel-caption p {
       
    font-size: 22px;
    font-weight: 300;
    }
    
    
    
    .carousel-caption h5 {
        
       font-size: 45px;
      font-weight: 700;
    }
   
    }





@media screen and (max-width: 993px) {

    .carousel-caption{
    
        top: 15%;
    
    }

    .carousel-caption p {
       
        font-size: 20px;
        font-weight: 300;
        }
        
        
        
        .carousel-caption h5 {
            
           font-size: 35px;
          font-weight: 700;
        }

  
 .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) {

    .slider-btn1,.slider-btn2{
       display: none;
    }



    .carousel-caption p {
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        }
        
        
        
        .carousel-caption h5 {
            text-align: center;
           font-size: 35px;
          font-weight: 700;
        }

    .hero-text{
        text-align: center;
    }

.home-section1{
    padding: 50px 0px;

}
.home-section1 p{
    text-align:justify;
}

.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;
}

.banner-text{
   
    padding-top:120px;
}


.aboutus-section1{
    padding: 25px 0px;
 }

 .about-sec1-part1{
    margin-top: 60px;
 }

 .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;
    padding-bottom: 20px;
 }


 .services-sec1-content{
    margin-top:50px;
}

.services-sec1-content-wrap{
    text-align: center;
}


.services-section2{
    padding: 40px 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: 550px) {

    .carousel-caption p {
       
       display: none;
        }

        .home-sec4-content-wrap{
            margin-top: 30px;
        }
        .home-section5{
            padding: 60px 0px;
        }

}




@media screen and (max-width: 500px) {


 
        
        
        .carousel-caption h5 {
           
           font-size: 25px;
          font-weight: 700;
        }

    .hero-text{
        text-align: center;
    }

    .hero-text h1{
        font-size: 32px;
       
    }
    
    .hero-text p{
        font-size: 15px;
       
    }


    .home-break{
       display: block;
    }
  

.home-section3 {
  padding: 50px 0px;

}


@media screen and (max-width: 380px) {


  
        .carousel-caption h5 {
           
           font-size: 25px;
          
        }


    .hero-text{
        margin-top: 11%;
    }

}