/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 May, 2022, 3:13:08 PM
    Author     : Venkoba Rao
*/

.contact-bg {
    background: url("../images/bg/contact-banner.jpg") no-repeat bottom;
    background-size: inherit;
    min-height: 363px;
}
.contact-bg h1.text-l {
    margin-bottom: 0px!important; padding-top: 100px;
}
.section.contact-form-wrap{
    padding: 100px 0px!important;
    margin: 0px;
}
.mb-5, .my-5 {
    margin-bottom: 1rem!important;
}
h3.content-title1 {
    font-size: 20px; margin-bottom: 1rem!important;
}

.btn-main {
    background: #000066;
    color: #fff;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }