/** contact-section **/

.contact-section{
    position: relative;
    padding: 116px 0px 95px 0px;
  }
  
  #content_block_seven .default-form .form-group{
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  #content_block_seven .default-form .form-group:last-child{
    margin-bottom: 0px;
  }
  #content_block_seven .default-form .form-group p:last-child,
  #content_block_seven .default-form .form-group p:last-child,
  #content_block_seven .default-form .form-group p:last-child{
    position: unset;
  }
  #content_block_seven .default-form .form-group input[type='text'],
  #content_block_seven .default-form .form-group input[type='email'],
  #content_block_seven .default-form .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    padding: 10px 20px 10px 190px;
    transition: all 500ms ease;
  }
  
  #content_block_seven .default-form .form-group p{
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    z-index: 1;
  }
  
  #content_block_seven .default-form .form-group p i{
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    color: #a6a6af;
    z-index: 1;
  }
  
  #content_block_seven .default-form .form-group textarea{
    height: 100px;
    resize: none;
  }
  
  #content_block_seven .default-form .form-group:before{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 100%;
    left: 170px;
    top: 0px;
    z-index: 1;
  }
  #content_block_seven .default-form .form-group.message-btn:before {
    display: none;
  }
  
  #content_block_seven .default-form .form-group button{
    display: block;
    width: 100%;
    padding: 12px 30px;
  }
  
  #content_block_seven .sec-title{
    margin-bottom: 40px;
  }
  
  .contact-section .image-box{
    position: relative;
    display: block;
    margin-right: 30px;
    margin-top: 4px;
  }
  
  .contact-section .image-box img{
    width: 100%;
  }
  
  .contact-section .image-layer .image-1{
    position: absolute;
    left: 440px;
    bottom: 0px;
  }
  
  .contact-section .image-layer .image-2{
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  
  .contact-section.contact-page-2{
    padding-bottom: 120px;
  }
  .google-map-section.style-three{
    position: relative;
    width: 100%;
    padding: 132px 0px 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  
  .google-map-section.style-three:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.95;
  }
  
  .google-map-section.style-three .map-inner{
    position: relative;
    display: block;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }
  
  .google-map-section.style-three .map-inner #contact-google-map{
    position: relative;
    display: block;
    width: 100%;
    height: 530px;
  }
  
  .google-map-section.style-three .map-inner #contact-google-map #gmap_canvas{
    height: 530px;
  }
  #content_block_eight .sec-title h6 i{
    color: transparent;
    background: -webkit-linear-gradient(-90deg, #fff, #fff 50%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  #content_block_eight .sec-title h6{
    color: #fff;
  }
  
  #content_block_eight .sec-title{
    margin-bottom: 47px;
  }
  
  #content_block_eight .location-box{
    position: relative;
    max-width: 310px;
    margin-bottom: 47px;
  }
  
  #content_block_eight .location-box .upper{
    position: relative;
    padding-left: 70px;
    margin-bottom: 18px;
  }
  
  #content_block_eight .location-box .upper .icon-box{
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
  }
  
  #content_block_eight .location-box .upper h3{
    line-height: 28px;
    color: #fff;
    margin: 0px;
  }
  
  #content_block_eight .location-box .text p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
  }
  
  #content_block_eight .inner-box .single-item{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
  }
  
  #content_block_eight .inner-box .single-item .title-box{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
  
  #content_block_eight .inner-box .single-item .title-box h3{
    color: #fff;
    margin-bottom: 0px;
  }
  
  #content_block_eight .inner-box .single-item .title-box .line{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 63px;
    height: 9px;
    background-repeat: no-repeat;
  }
  
  #content_block_eight .inner-box .single-item ul li{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 13px;
  }
  
  #content_block_eight .inner-box .single-item ul li:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_eight .inner-box .single-item ul li a{
    color: #fff;
  }
  
  #content_block_eight .inner-box .single-item ul li a:hover{
    text-decoration: underline;
  }
  
  .google-map-section.style-three .social-inner{
    position: relative;
    display: block;
    margin-top: 100px;
  }
  
  .google-map-section.style-three .social-inner ul li{
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
  }
  
  .google-map-section.style-three .social-inner ul li .icon-box{
    position: relative;
    margin-right: 30px;
  }
  
  .google-map-section.style-three .social-inner ul li:last-child .icon-box{
    margin-right: 0px;
  }
  
  .google-map-section.style-three .social-inner ul li .icon-box a{
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
    padding: 13px 30px;
    border-radius: 30px;
    text-transform: uppercase;
  }
  
  .google-map-section.style-three .social-inner ul li .icon-box a i{
    font-size: 16px;
    position: absolute;
    left: 30px;
    top: 19px;
  }
  
  .google-map-section.style-three .social-inner ul li .icon-box a:hover{
    background: #fff;
  }
  