
.top-section
{
  position: relative;
  height: 100vh;
  min-height: 500px;
}

.top-section-content
{    
  background: url("../img/face-bg.jpg"), radial-gradient(circle, rgba(16,141,196,1) 0%, rgba(0,132,182,1) 48%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;    
  width: 100%;
  height: 100%;     
}

.top-wrapp-content{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  align-items: center !important;
}

.top-left-container
{
  display: flex;
  flex-wrap: wrap;
  padding-top: 56px;
  padding-left: 5%;
  position: relative;
  max-width: 50%;  
}

.top-left-inner-container h1
{    
  padding-top: 15%;
  color:white;  
  letter-spacing: 0;
  font-weight: 900;
  font-size: 4.5vw;
  line-height: 1.22;
  text-shadow: -1px 1px 2px #000;  
  overflow: hidden;
}

.top-left-inner-paragraph
{    
    margin-top: 10%;
    padding-right: 10%;
    color:white;
    font-size: 3.5vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;  
    text-shadow: -1px 1px 2px #000;
}


.section-heading
{
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;    
}

.section-body
{
    font-size: 2.5vw;
    text-align: center;
    /* margin-top: 20px; */
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 50px;
}

.service-heading
{
    font-size: 2.5vw;
    font-weight: 900;    
    max-width: 100%;
    height: auto;  
}

.service-box
{
    padding-top: 1vw; 
    max-width: 100%;
}

.service-paragraph, .contact-item
{
  font-size: 2vw;
  font-weight: 400;
}

.service-paragraph
{
  padding-left: 20%;
  padding-right: 20%;
}

.section-icon
{
    margin-top: 30px;
    margin-bottom: 30px !important;
    font-size: 8vw !important;
    font-weight: 700;
    text-align: center;
    
    color: rgb(108, 151, 199);
}

.contact-icon
{
  font-size: 6vw;
  font-weight: 700;
  text-align: center;
  margin: 20px;
  margin-bottom: 20px;
  color: whitesmoke;    
}