@font-face {
    font-family: 'Avenir-Regular';
    src: url('../fonts/avenir/Avenir-Regular.otf');
  }
  @font-face {
    font-family: 'Avenir-SemiBold';
    src: url('../fonts/avenir/Avenir-SemiBold.otf');
  }
  @font-face {
    font-family: 'Avenir-Bold';
    src: url('../fonts/avenir/Avenir-Bold.otf');
  }
  @font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/avenir/Avenir-Medium.otf');
  }
@font-face {
    font-family: 'BalooThambi2-Medium';
    src: url('../fonts/BalooThambi2-Medium.ttf');
}


body {
    font-family: 'Avenir-Regular';
}
.animatable {
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
.banner-section {
    position: relative;
}
.banner-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner-section .vert-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48%;
    left: 3%;
}
.banner-section .vert-center h4 {
    font-family: 'Avenir-Bold';
    color: #fff;
    font-size: 25px;
    line-height: 41px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.contact-section {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    width: 95%;
    margin: -20px auto 2%;
}
.contact-sec-left {
    background: url(../images/cont-details-bg.png);
    background-size: cover;
    padding-bottom: 7%;
}
.contact-sec-left h4 {
    letter-spacing: 0.02em;
    color: #303030;
    font-size: 22px;
    font-family: 'Avenir-Bold';
    text-align: center;
    margin-top: 5%;
}
.cont-detail {
    margin-top: 5%;
}
.cont-detail ul li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 7%;
}
.cont-detail ul li img {
    margin: auto auto 8px;
    display: block;
    width: 40px;
}
.cont-detail ul li a, .cont-detail ul li p {
   color: #303030;
    font-size: 18px;
    font-family: 'Avenir-SemiBold';
    text-decoration: none !important;
}
.cont-detail ul li:nth-child(2) img {
    width: 30px;
}
.cont-detail ul li:nth-child(3) img {
    width: 17px;
}
.cont-detail ul li:nth-child(3) {
    margin-bottom: 4%;
}
.contact-sec-left .vert-line {
    width: 1px;
    height: 60px;
    border-left: 1px dashed #000;
    margin: auto;
    display: block;
}
.google-map-section iframe {
    width: 90%;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 12px; 
    border: 6px solid #fff;   
}

.contact-section-right-main {
    padding-left: 3%;
}
.contact-section-right {
    width: 90%;
    background: #fff;
    padding: 0px 5% 5%;
    position: relative;
    z-index: 11;
}
.contact-section-right h4 {
    letter-spacing: 0.02em; 
    text-transform: uppercase;
    color: #292929;
    font-size: 27px;
    font-family: 'Avenir-Bold';
    margin-top: 4%;
    padding-left: 2%;
}
.contact-section-right .hr-line {
    width: 65px;
    height: 2px;
    background: #292929;
    display: block;
    margin-left: 2%;
}
/* .contact-section-right:after {
    content: '';
    width: 80%;
    height: 60%;
    background: #E3E3E3;
    filter: blur(31px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
} */
.contact-section-right-shadow {
    background: url(../images/shadow-bg.png);
    height: 77%;
    width: 92%;
    position: absolute;
    top: 6%;
    background-size: 100% 100%;
    left: 4px;
    margin: auto;
}
.form-section {
    margin-top: 10%;
}
.form-group {
    position: relative;
    margin-bottom: 0%;
}
.mb-5-p {
    margin-bottom: 5%;
}
.form-group .label-icon {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: grid;
    left: 8px;
}
.form-group .label-icon img {
    width: 15px;
    margin: auto;
    display: block;
}
.form-group .form-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    height: 45px;
    padding-left: 35px;
    color: #000;
    font-size: 14px;
}
.form-group .form-control:focus {
    box-shadow: none;
}
.form-group .form-control~.focus-border {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 0;
	height: 2px;
	background-color: #c12224;
	transition: 0.4s;
}

.form-group .form-control:focus~.focus-border {
	width: 100%;
	transition: 0.4s;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1 !important; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
    opacity: 1 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000 !important;
    opacity: 1 !important;
  }

  .form-group textarea.form-control {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    width: 100%;
    padding-left: 35px;
    font-size: 14px;
    height: 100px;
    padding-top: 8px;
  }
  .message-block .label-icon {
    top: 13px;
    margin: 0;
    bottom: unset;
  }
  .submit-btn {
    background: linear-gradient(180deg, #000000 0%, #860D0D 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-family: 'Avenir-SemiBold';
    padding: 3px 15px;
    border: none;
}
footer {
    background: #1C1B1B;
}

footer p, footer a {
    text-decoration: none !important;
    color: #FFFFFFE8 !important;
    opacity: 0.8;
    margin-bottom: 0px;
    font-size: 12px;
    padding: 6px 5px;
}
.follow-section h4 {
    text-align: center;
    letter-spacing: 0.05em;
    color: #070101;
    opacity: 0.7;
    font-size: 20px;
}
.follow-section ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.follow-section ul li {
    margin: auto 12px;
    align-self: center;
}
.follow-section ul li .fb {
    height: 17px;
}
.follow-section ul li .ins {
    height: 22px;
}
.follow-section ul li .you {
    height: 16px;
}
.error {
    color: red;
    font-size: 12px;
}
.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}


@media (max-width: 600px) {
    .banner-section .vert-center h4 {
        font-size: 15px;
        line-height: 18px;
    }
    .banner-section .vert-center {
        left: 4%;
    }
    .banner-section img {
        height: 143px !important;
        object-position: left;
    }
    .contact-sec-left h4 {
        padding: 0px 10px;
        font-size: 18px;
    }
    .contact-section-right {
        margin: auto;
        width: 100%;
        padding: 0px;
    }       
    .contact-section-right-shadow {
        height: 77%;
        width: 90%;
        left: 5%;
        margin: auto;
    }
    .cont-detail ul li a, .cont-detail ul li p {
        font-size: 16px;
    }
    .contact-section-right h4 {
        font-size: 22px;
    }
    .submit-btn {
        font-size: 15px;
    }
    .contact-section {
        margin-bottom: 6%;
    }
    .follow-section h4 {
        font-size: 16px;
    }
    .popup {
        width: 90%;
    }
    footer p, footer a { 
        font-size: 11px;
    }
    footer .col-lg-4 {
        padding: 0px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .banner-section .vert-center h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .banner-section .vert-center {
        left: 4%;
    }
    .contact-section-right {
        margin: auto;
        width: 85%;
    }       
    .contact-section-right-shadow {
        height: 77%;
        width: 90%;
        left: 5%;
        margin: auto;
    }
    .popup {
        width: 80%;
    }
    
}


@media screen and (min-width: 767px) and (max-width: 992px) {
    .banner-section .vert-center h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .banner-section .vert-center {
        left: 4%;
    }
    .contact-section-right {
        margin: auto;
        width: 85%;
    }       
    .contact-section-right-shadow {
        height: 77%;
        width: 90%;
        left: 5%;
        margin: auto;
    }
    .popup {
        width: 60%;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section .vert-center h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .about-section_left .yrs {
        margin: -20px auto 5px;
    }
    .row section p {
        font-size: 14px;
        line-height: 21px;
    }
    .contact-sec-left h4 {
        font-size: 20px;
    }

    .contact-section-right-shadow {
        height: 72%;
    }
  
}
@media (max-width: 1199px) {
    .banner-section img {
        height: auto;
    }
     
}
@media screen and (min-width: 1199px) and (max-width: 1350px) {
    .contact-sec-left h4 {
        font-size: 20px;
    }
     
}
@media screen and (min-width: 1350px) and (max-width: 1399px) {
     
}
@media screen and (min-width: 1399px) and (max-width: 1500px) {
     
}