/*!
Theme Name: Alok Developers
Theme URI: http://underscores.me/
Author: alokdevelopers
Author URI: http://alokdevelopers.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alok-developers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Alok Developers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.slider_desc figcaption{
	width: 100%;
    padding: 0 10px;
    text-align: center;
    line-height: 35px;
}
footer .gform_body input {
    background: transparent !important;!i;!;
    border: none !important;!i;!;
    border-bottom: 1px solid #fff !important;!i;!;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 0 !important;
}

footer #gform_1 {
    max-width: 370px;
    width: 100% !important;
}
footer input::placeholder {
  color: #fff !important;
  opacity: 0.8;
}
footer input:focus{
	--gf-local-shadow: none !important;
}
footer #gform_fields_1{
	row-gap: 18px;
}
footer .gform_footer {
	margin-top: 50px !important;
}
.footer_desc span.note {
    font-size: 12px;
    color: #fff;
    font-family: 'Lato';
    padding-top: 20px;
    display: block;
}
.modal .modal-dialog{
    margin: 0 auto;
    padding: 15px;
}
.enq_popup #gform_fields_2{
	row-gap: 20px;
}

.whatsapp-button svg{
	width: 50px;
	height: 50px;
}	
.whatsapp-button {
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, .15);
    -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, .15);
    box-shadow: 0 3px 23px 0 rgba(12, 0, 46, .15);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 60px;
    z-index: 999999;
    right: 30px;
    -webkit-animation: 1s infinite alternate button-updown;
    -moz-animation: 1s infinite alternate button-updown;
    animation: 1s infinite alternate button-updown;
}
@keyframes button-updown {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-15px);
	}	
}
.gform_validation_errors {
    display: none !important;
}
.phone_number:hover {
    color: #e84b45;
}