/*

MeanSquared Website Custom CSS
Author: Ilyes

*/

#logo {
    min-width: 140px;
}
.callout-title {
    border-radius:10px;
    margin-bottom:40px;
    font-size: 60px !important;
    z-index: 1;
}

.callout-more {
    font-size:30px;
    border-radius:10px;
    z-index: 1;
}

.iq-works-box {
    height: 100%;
    background-color: #f5f7fb !important;
    padding: 0px;
}
.iq-works-box-text {
    padding: 20px;
}
.step {
    display: inline !important;
}
.overview-img {
    cursor: pointer;
}
.popup {
    display: none;
}
.popup-background {
    background-color: rgba(29,75,75,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: 50;
    cursor: pointer;
}
.home-img {
    height: 100%;
}
.popup-img {
    position: fixed;  
    max-height: 80vh;
    max-width: 90vw;
    top: 15vh;
    left: 5vw;
    z-index: 51;
    text-align: center;
    display: scroll;
}
.popup-close-btn {
    position: fixed;
    text-align: right;
    z-index: 52;
    top: 12vh;
    right: 5vw;
    color: white;
    padding: 0 5px;
    cursor: pointer;
    border: 2px solid;    
}
.form-control {
    margin-bottom: 30px;
    border: none !important;
    border-bottom: 2px solid #4babbe !important;
    border-radius: 0 !important;
}
.dropdown-menu.show a {
    color: black !important;
}
.dropdown-menu.show a:hover {
    color: #4babbe !important;
}
#overview > .container {
    margin: 0 !important; 
    max-width: inherit !important; 
}
.title {
    margin: 0;
}
.overview-img-container {
    text-align: center; 
}
.container {
     max-width: 1550px !important; 
     padding: 0 5% !important;
}
.list-1-3-img-container {
    text-align: right;
}
.list-2-img-container {
    right:0; 
    left:auto; 
    text-align: left;
}
.list-2-img-container img {
    display: inline-block;
}
.list-3-img-container {
    align-self: flex-end;
}
.list-3-img {
    position: relative; 
    top: 50px;
    right: 100px;
}
#about .heading-title {
    margin-bottom: 0;
}
.contact-title-container {
    position: relative; 
    top: 0px;
}
.contact-title-container h2 {
    color:white !important; 
    font-size: 80px; 
    text-align: right; 
    padding-right: 70px;
}
.iq-icon {
    display: inline-block; margin: 0 0 0 auto;
}
.footer-content {
    display: inline-block; 
    margin: 0 auto 0 10px;
}
.footer-content p {
    width:191px;
}
footer {
    background-color:#333;
}
.lang-select {
    color: #333;
    padding: 10px 20px !important;
    height: 50px;
    font-weight: 700;
    text-align: center !important;
    cursor: pointer;
    display: inline-block;
}
select::expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
#choose-us {
    height: 880px;
    background: url(../images/bg/3_1500_1001.jpg) no-repeat;
    background-size: 800px;
    background-position: right;
    position: relative;
    z-index: 0;
}

#home {
    background: url(../gallery/bg.jpg)  no-repeat center/cover;
    height: 900px;
    display: flex;
    flex-direction: column-reverse;
}
#about p {
    color: #ddd;
}
:root {
    --button-color: #3c9aad;
}                              
#request-demo-btn {
  border: none;
  cursor: pointer;
  margin-left: 20px;
  padding: 6px 5px;
  position: relative;
  background-color: var(--button-color);
  margin-top: 5px;
}
#request-demo-btn .text {
  padding: 10px 5px;
  height: 50px;
  position: relative;
  top: 3px;
}

#request-demo-btn a{
  position: relative;
  bottom: 2px;
  z-index: 100;
  padding: 0 !important;
  color: white !important;
}

#request-demo-btn::after {
  content: '';
  transition: all 1s ease-out;
  -webkit-transition: all 0.5s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-color: #4babbe;
}
#request-demo-btn:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#about {
    background-image: url(../images/bg/banner_background2.jpg);
}

#about h3 {
    font-size: 80px;
    text-align: left;
    padding-right: 70px;
}
#overview {
    margin: 0px !important;
    background: url(images/bg/bg-overview2.jpg) no-repeat center/cover;
}
#overview .heading-title {
    margin-bottom: 0 !important
}
#choose-us img {
    width: 100%
}
#navbarSupportedContent {
    float: right; 
    margin-right:0px;
}
.home-img {
    margin: 50px auto 0 auto; 
    width: 100%; 
    height: auto;
    max-width: 800px; 
    display: block; 
    position: relative; 
    bottom: -50px;
    z-index: 1;
}

nav {
    padding: 0 15% 0 15% !important;
}
.of-auto {
    overflow: auto;
}
.choose-us-row {
    position: relative;
}
.contact-form {
    padding-left: 50px;
}
.form-control {
    color: black !important;
}
#overview h2 {
    text-align: left !important;
    font-size: 70px;
    line-height: 70px;
    margin: 30px 0 30px 0;
    padding-left: 70px;
}
.contact-us-title {
    line-height: 80px;
}
#choose-us h2 {
    font-size: 70px;
    line-height: 70px;
    text-align: right;
    padding-right: 70px;
    margin-bottom: 20px;
}
.svg-container {
    padding: 0 15%;
}
