/*CSS variables section*/
:root {
    
color:white;
}

/*Extra Large screens - Extra large desktops*/

/*General CSS and CSS reset*/

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}
section{
    margin-top: 46px;
}

.hero{
    background-image:url("../images/header_1200x600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    

    
}
.hero-text{
    background-color: rgba(4,7,32,0.5);
    height: 900px;
    /*display: flex;*/
    justify-content: center;
    align-items: start;
}

h1{
    color:white;
    
    text-shadow: 8px 10px 10px #000000;
    border-top:none;
    border-bottom: none;
    padding: 50px 10px;
    font-size: 80px;
    font-weight: 800;
    
}
h2{
	padding:30px 10px;
}
.welcome{
	height: auto;
    background-color: #242526;
	overflow: hidden;
	background-position: center;    
   
}
.welcome-main{
    width: 90%;
     
    margin: auto;
    display:flex;
    justify-content: space-between;
    
}
.welcome.image{
    float: left;
    display:flex;
    width:380px;
    height: 300px;
}
.welcome-text1{
    background-color: rgba(16, 19, 47, 0.7);
    float: left;
    padding: 30px ;
    width:45%;
    
}

.welcome-text2{
    background-color: rgba(16, 19, 47, 0.7);
    float: left;
    padding: 30px ;
    width:45%;
    
}
.welcome-text3{
    width: 80%;
    padding-bottom: 30px ;
	margin: auto;

}
h4{
    font-size: 30px;
    
    font-weight: 500;
    
}

.about{
	height: auto;
    background-color: #007DA0;
	overflow: hidden;
	background-position: center;    

    
}


.icons{
    font-size: 20px;
    letter-spacing: 5px;

}
.title{
    color:white;
    width:100%;
    margin:auto;
    padding:60px 10px;
    font-size: 50px;
    font-weight: 600;
    margin-left: 10%;;
    text-transform: uppercase;
    width: 80%; 
    
}
.about-main{
    width: 90%;
     
    margin: auto;
    display:flex;
    justify-content: space-between;
    
}
.about.image{
    float: left;
    display:flex;
    width:380px;
    height: 300px;
}

.about-text1{
    background-color: rgba(16, 19, 47, 0.7);
    float: left;
    padding: 30px ;
    width:500px;
    
}

.about-text2{
    background-color: rgba(16, 19, 47, 0.7);
    float: left;
    padding: 30px ;
    width:500px;
    
}

h3{
    font-size: 40px;
    
    font-weight: 600;
    
}
.service{
    padding-bottom: 100px;
    background-color: black;
    overflow: hidden;
}
.service-main{
    display: flex;
    flex-wrap: wrap;
    flex:1 1 ;
    width:80%;
    margin: auto;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-bottom: 50px;
    
}

.service-text2{
    width: 80%;

}
.service-row {
  display: flex;
}

.service-column {
	flex: 50%;
	margin:10px;
}
.card{
    width:80%;
    display:flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: auto;
    overflow: hidden;
}
.card-list{
    width:500px;
    margin-top: 50px;
    overflow: hidden;

}

.card-image{
    width:100%;
    /*height: 400px;*/

}
.card-image img{
    width:100%;
    /*height: 100%;*/
    object-fit: cover;
}
.card-image2{
    width:100%;
    height: 400px;

}
.card-image2 img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.card-text{
    width:90%;
    
}
.testimony{
    padding-bottom: 150px;
    background-color: #007DA0;;
    overflow: hidden;

}
.testimony-main{
    display: flex;
    flex-wrap: wrap;
    flex:1 1 ;
    width:70%;
    margin: auto;
    justify-content: space-evenly;
    margin-top: 50px;
    
}
.testimony-image{
    width:380px;
    height: 300px;


}
.testimony-image-left{
    width:380px;
    height: 300px;

}
.testimony-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.testimony-image-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.testimony-text{
    width: 40%;

}
.contact{
    
    background-color: #242526;
    padding-bottom: 150px;
}
.contact-image{
    
    width:500px;
    overflow: hidden;
}
.contact-image img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.contact-main{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.contact-form{
    background-color: #0a0c0f;
    padding:30px;
}
.input:focus,
textarea:focus{
  outline: 1.5px solid gray;
}

.input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
form{
    

    display: flex;
    flex-direction: column;
}
.input{
    padding:10px !important;
    margin: 10px 0px;
    height: 45px;
    border:1px solid ;
}
textarea{
    height: 70px !important;
}
.name{
    display: flex;
    justify-content: space-between;
    
}
.name-list
{
    width:48%;

}
.contact-address{
    padding-bottom: 150px;
    background-color: #0a0c0f;;
    overflow: hidden;



}
.contact-address-list{
    display: flex;
    background-color: #0a0c0f;;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
}
.contact-list{
    margin: 20px 0px !important;
}
h4{
    text-transform: uppercase;
}
#navDemo a{
    font-size: 12px;
}

.foot-image{
    width:50%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;

}
.foot-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin-left: auto;
  margin-right: auto;
}

/* Create three equal columns that sits next to each other */
.foot-column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;

}

.foot-column img {

  margin-top: 8px;
  vertical-align: middle;

  width: 100%;
}

/*MEDIA QUERIES*/
/*Large screens - Desktop*/
@media screen and (min-width: 1700px) {
    section{
        background-color: rgba(4,7,32,0.9);
    }
    .hero{
        
        margin: auto;
        height: 1200px;
    }
    .hero-text{
        height: 1200px;
    }
    .testimony-main{
        width: 60%;
        justify-content: space-evenly;
   }
   .contact-address-list{
       
       margin: auto;
       width: 70%;
   }
}

/*medium screens - Laptops*/
@media screen and (max-width: 1024px) {
    .hero{
        background-image:url("../images/header_400x200.jpg");
        height: 800px;
        background-position: center;
    }
    .hero-text{
        height: 800px;
    }
    h1{
        font-size: 70px;
    }
    .testimony-main{
        width: 90%;
        justify-content: space-evenly;
   }
}

/*Small screens - tablets*/
@media screen and (max-width: 768px) {
    .hero{
        background-image:url("../images/header_600x300.jpg");
        height: 600px;
        background-position: center;
    }
    .hero-text{
        height: 600px;
    }
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    .welcome{
        overflow: hidden;
    }
    .welcome-main {
		        display: block;
    flex: none;
    max-width: 100%;  

    }
    .welcome-text1{
        background-color: rgba(4,7,32,.5);
        float: none;
		width:100%;
    }

    .welcome-text2{
        background-color: rgba(4,7,32,.5);
		width:100%;      
    }
    .welcome-text3{
        float: none;
		width:90%;
    }

    .about{
        overflow: hidden;
    }
    .about-main {
		        display: block;
    flex: none;
    max-width: 100%;  

    }
    .about-text1{
        background-color: rgba(4,7,32,.5);
        float: none;
		width:100%;
    }

    .about-text2{
        background-color: rgba(4,7,32,.5);
		width:100%;      
    }
    .service-column{
        padding: 0 10px;
       
    }
    .card{
        width: 90%;;
    }
    .card-list{
        width: 250px;
    }
    .card-image2{
        height: 210px;;
	}
	
    .title{
        font-size: 36px;
    }
	.foot-column {
		flex: 50%;
		max-width: 50%;
	}
}

/*Extra small screens - phones*/
@media screen and (max-width: 480px) {
    .hero{
        background-image:url("../images/header_600x300.jpg");
        height: 400px;
        background-position: center;
        

    }
    .hero-text{
        height: 400px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 15px;
    }

    .title{
		font-size: 30px; 
		padding:30px 10px;  
    
    }
    h3{
        font-size: 25px;
    }
	h4{
        font-size: 20px;
    }
    .welcome{
        height: auto;;
        overflow: hidden;
        background-position-x:left ;
    }
    .welcome-main{
        display: block;
    }
    .welcome-image{
        float: none;
		width:100%;

        /*max-width: 100%;*/
    }
    .welcome-text1{
        background-color: rgba(4,7,32,.3);
        float: none;
		width:100%;
        min-width: 200px;
        max-width: 100%;
    }
    .welcome-text2{
        background-color: rgba(4,7,32,.3);
        min-width: 200px;
        max-width: 100%;       
    }
    .welcome-text3{
        float: none;
		width:90%;
        min-width: 200px;
        max-width: 100%;
    }

    .about{
        height: auto;;
        overflow: hidden;
        background-position-x:left ;
    }
    .about-main{
        display: block;
    }
    .about-image{
        float: none;
		width:100%;
    }
	.about-image img{
    width:100%;
    height: 100%;
    object-fit: cover;
	}
    .about-text1{
        background-color: rgba(4,7,32,.3);
        float: none;
		width:100%;
        min-width: 200px;
        max-width: 100%;
    }
    .about-text2{
        background-color: rgba(4,7,32,.3);
        min-width: 200px;
        max-width: 100%;       
    }

    .service-main{
        display: block;
    }
    .service-row{
        display: block;
    }
    .service-column{
        float: none;
        min-width: 80%;
        max-width: 90%;
        padding: 0 10%;
       
    }
    .card{
        width: 100%;;
    }
    .card-list{
        width: 300px;
    }
    .card-image2{
        height: 260px;;
    }
    .testimony-main{
        justify-content: center;
    }
    .testimony-text{
        width: 80%;
        margin-bottom: 10px;
    }
    .testimony-image{
        margin-left:0px;
        width:300px;
    }
    .contact-main{
    width: 90%;
    margin:auto;    
    }
    .name{
        flex-direction: column;
    }
    .name-list{
        width: 100%;
    }
    .contact-form{
        width: 100%;
    }
    .contact-list{
        width:98%;
        border:1px solid rgb(77, 72, 72);
        padding:20px;
        border-radius: 10px;

    }
	.contact-list p{
        font-size: 13px;
    }
	.foot-column {/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

		flex: 100%;
		max-width: 100%;
	}
}	
/*	.scroll-top {
	  position: absolute;
	  top: 120vh;
	  bottom: 2rem;
	  right: 1rem;
	  float: right;
	}
	
	.scroll-top__link {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 85vh;
	  text-decoration:none;
	  border-radius: .25rem;
	  background-color: blue;
	  padding:1rem;
	  color: white;
	  font-weight:700;
	  opacity:.3;
	}
	
	.scroll-top__link:hover {
	  opacity: initial;
	}*/
	
	.fa {
	  padding: 10px;
	  font-size: 30px;
	  width: 30px;
	  text-align: center;
	  text-decoration: none;
	  border-radius: 50%;
	}
	.fa:hover {
    opacity: 0.7;
	}
	
	.fa-facebook {
	  background: #3B5998;
	  color: white;
	}
