/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

.cl-blue{
    color: #2196f3;
}
 .overlay {
     position: absolute;
     width: 100%;
     height: 100vh;
     z-index: 0;
    background: rgba(0, 0, 0, 0.66); 
    background: linear-gradient(to bottom, rgba(123, 67, 151, 0.35), rgba(33, 150, 243, 0.55));

 }

.hero-area {
    background-image: url("../../img/world_map.jpg");
    background-repeat: no-repeat;
    /* object-fit: fill; */
    height: 100vh;
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
  
 .hero-area {
     /* height: 100%; */
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .contact-h-cont {
    /* width: 50%; */
    margin:0 auto;
    padding:30px;
    background: #fff;
    border-bottom: 4px solid #2196f3;
 }

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {.contact-h-cont {
    width: 95%;
}}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {.contact-h-cont {
    width: 90%;
}}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {.contact-h-cont {
    width: 50%;
}}
/* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
    .contact-h-cont {
        width: 50%;
    }
 }
 