/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


label {
    display: inline-block;
    margin-bottom: 0.1rem; 
}


 

form {
    padding: 20px;
    background: #ffffffa1;
    backdrop-filter: blur(5px);
    border-radius: 14px; 
}


.blue_btn_form {
    background: #6d12f5;
    color: white;
    border: 0;
    font-size: 1.2rem;
    border-radius: 100px;
    padding: 10px 35px;
    width: 100%;
}





.stepper{
	border: 2px solid #b3f3db;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 16px;
    margin-right: 10px;
    color: white;
}



.stepper.active{ 
	  border: 2px solid #b3f3db;
	  background: #b3f3db;
   
    border-radius: 50px;
    margin-bottom: 16px;
    color: #6d12f5;
}


.stepper a{
	text-decoration: none;
	color: white;
}

















.portfolio-item {
  margin-bottom: 30px;
}


.sc_logo{
	width: 300px;
}



@font-face {
  font-family: gloock;
  src: url("../fonts/Gloock-Regular.ttf");
}

h1{
	font-family: gloock;
}


.brand_name{
	font-family: gloock;
    font-weight: bold;
    letter-spacing: 1px;
}

header{
	
	background: url("../img/Layer_1.jpg") no-repeat center;
	
	background-size: cover;

}


.hero_div{
	
	min-height: 700px;
}


h1{
	
	font-size: 5rem;
   color: #b3f3db; 
    
}




.blue_btn{
	  background: #6d12f5;
    color: white; 
    border: 0;
    font-size: 1.7rem;
    border-radius: 100px;
    border: 4px solid white;
    padding: 13px 41px;
}


 



h2{
	font-size: 3rem;
    color: #f4cf25;
   margin: 0 auto;
    font-weight: 700;
    text-align: center;
    color: #10144e;
}



.blue{
	margin-bottom: 5rem;
}





h4{
	color: white;
}


.super_zip{
	max-width: 500px;
}


.yellow_btn{
	
	    background: #6d12f5;
    color: black;
    border: 0;
    font-size: 1.3rem;
    border-radius: 100px;
    border: 4px solid white;
	
}



.yellow_item{
	background: #f4cf25;
    color: #10144e;
    margin: 3%;
    padding: 10px 0;
    border-radius: 100px;
    font-size: 21px;
}



.sec_1{
    
	padding-top: 5rem;
	background: url("../img/Layer_2.jpg") no-repeat center;
	background-size: cover;
	padding-bottom: 5rem;
	
}


.sec_2{
    
	padding-top: 5rem;
	background: url("../img/Layer_3.jpg") no-repeat center; 
	background-size: cover;
	padding-bottom: 5rem;
	
	
}

.sec_2 .row{
	min-height: 400px;
}






 
h5{
	
	font-size: 3.5rem;
    color: #f4cf25;
    font-weight: 700; 
}





.sec_3{
    
	
	background: url("../img/Layer_4.jpg") no-repeat center; 
	background-size: cover;
	 
	
	
}



.sec_3 p{
	font-size: 1.5rem;
    padding-top: 31px;
}




h3{
	    font-size: 3rem;
	color:#10144e;
}





.btn-primary {
    color: #10144e;
    background-color: #f4cf25;
    border-color: #f4cf25;
}



.sec_3 .left_txt{ 
	padding: 5rem 0;
}



footer{
	 
	background-color: #01030d!important; 
	color: #f4cf25!important;
}

footer a{
	 
	
	color: #b3f3db!important; 
}


.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: transparent;
    border: none;
}



@media screen and (max-width: 600px) {
 
	
	
	
	
	.hero_div {
    min-height: 500px;
    padding: 1rem;
} 
	
	
	
	h1 {
    font-size: 2.5rem;
    
    

}
	
	
	h2 {
    font-size: 1.5rem;
    color: #f4cf25;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    color: #10144e;
}
	
	
h5 {
    font-size: 2rem;
    color: #f4cf25;
    font-weight: 700;
}
	
	
	
	
	.sec_2 {
     padding-top: 0rem; 
    background: url(../img/Layer_3.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 0rem;
}
	
	
	
	h3 {
    font-size: 2rem;
    color: #10144e;
}
	
	
	
	
	
	.sec_3 a{
		display: block;
    width: 70%;
    margin: 50px auto;
	}
	
	
	
	
	.sec_3 .left_txt {
    padding: 1rem 0 0;
}
	
	
}







































