/*

Template Name: Explore Travel Tourism Landing Page Design
Author: LeadForest
Author URI: https://leadforest.com/
Description: Explore Travel Tourism Landing Page Design.
Version: 1.0
Tags: Single page, Bootstrap, responsive, html5, css3, LeadForest landing page

*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#BANNER
#WELCOME SECTION
#VIDEO SECTION
#BEST PLACES SECTION 
#TESTIMONIAL
#FOOTER
#RESPONSIVE STYLE
*/

html { width: 100%; height: 100%; }
header, section, footer { width: 100%; float: left; }

/********** BODY **********/

body { margin: 0; padding: 0; font-family: 'Asap', sans-serif; font-size: 16px; color: #000000; position: relative; line-height: 25px; font-weight: 400; width: 100%; overflow-x: hidden; background: #fff; }
* { margin: 0; padding: 0; }

/********** A TAG **********/

a { outline: none; text-decoration: none; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; color: #000; }
a:hover { outline: none; text-decoration: none; color: #7aaf09; }
a:focus { outline: none; text-decoration: none; }

/********** INPUT **********/
/**********
input[type=search] { -webkit-appearance: none; }
input[type=text], input[type=password], input[type=search] { -webkit-appearance: none; -moz-appearance: none; outline: 0; }
input:focus, select:focus, button:focus { outline: none; text-decoration: none; }
select { width: 100%; }
textarea { width: 100%; border: 1px solid #000; padding: 15px; }
form div { width: 100%; float: left; }
form div label { width: 100%; }
fieldset { width: 100%; position: relative; }
.error { border: 1px solid #ff0000 !important; color: #ff0000 !important; }
label.error { display: none !important; }
.success-msg { position: absolute; margin: 0; color: #fff; text-align: center; width: 100%; }

**********/



/********** HEADING **********/

h1, h2, h3, h4, h5, h6 { margin: 0 0 25px 0; font-family: 'Playfair Display', serif; color: #000; line-height: normal; font-weight: 700; }
h1 { font-size: 52px; font-family: 'Courgette', cursive; font-weight: normal; }
h2 { font-size: 45px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

/********** FONT GENERAT **********/

@font-face { font-family: 'impactregular'; src: url('../fonts/impact-webfont.woff2') format('woff2'),  url('../fonts/impact-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }

/********** P TAG **********/

p { float: none; margin: 0 0 25px 0; padding: 0; }
p:last-child { margin-bottom: 0; }
p strong { font-weight: bold; }

/********** UL LI LISTING **********/

ul { margin: 0 0 15px 0; padding: 0; display: table; list-style: none; position: relative; }
ul li { margin: 0 0 20px 0; padding: 0 0 0 20px; line-height: normal; }
ul li:last-child { margin-bottom: 0; }
ul li i { line-height: normal; }
ul li a { color: #000; }
ul li a:hover, ul li a:focus { color: #e16501; text-decoration: none; }
ul li::before { color: #000000; content: ""; left: 0; padding-right: 12px; position: absolute; }
ol { margin: 0 0 15px 15px; padding: 0; }

/********** IMAGE ALIGN **********/

img { max-width: 100%; }
.alignleft { float: left; margin: 0 30px 30px 0; }
.alignright { float: right; height: auto; margin: 0 0 30px 30px; }
.aligncenter { display: block; margin: auto auto 20px auto; }
.clear { clear: both }

/********** SCROLL BUTTON **********/

a.back-to-top { display: none; position: fixed; z-index: 999; right: 20px; bottom: 75px; text-align: center; }
a.back-to-top i { font-size: 30px; font-weight: 700; line-height: 1.2; font-family: FontAwesome; color: #fff; width: 40px; height: 40px; background-color: #000; }
a:hover.back-to-top i { background-color: #e8bf2a; color: #000; }

/********** PLACEHOLDER **********/

.banner-input::-webkit-input-placeholder {
color:#2c2c2c;
opacity:1;
font-weight:400;
}
.banner-input::-moz-placeholder {
color:#2c2c2c;
opacity:1;
font-weight:400;
}
.banner-input:-ms-input-placeholder {
color:#2c2c2c;
opacity:1;
font-weight:400;
}
.banner-input:-moz-placeholder {
color:#2c2c2c;
opacity:1;
font-weight:400;
}
 .subscribe-input::-webkit-input-placeholder {
color:#525252;
opacity:1;
}
.subscribe-input::-moz-placeholder {
color:#525252;
opacity:1;
}
.subscribe-input:-ms-input-placeholder {
color:#525252;
opacity:1;
}
.subscribe-input:-moz-placeholder {
color:#525252;
opacity:1;
}

/************* SELECT BOX ***************/

.select-style { cursor: pointer; position: relative; }
.selectcon { background-image: url(../images/arrow.png); position: absolute; right: 12px; top: 50%; margin-top: -4px; width: 14px; height: 9px }
.select-style .highlight, .select-style { padding-left: 0 !important; padding-right: 0 !important; }
.select-style .niceselect .value-wrapper { border: solid 1px #e9a605; background: #fff; }
.select-style .niceselect .top p { font-size: 16px; font-weight: 300; color: #343434 }
.select-style .niceselect .value-wrapper .values { color: #0D0C0C; font-size: 14px }
.select-style .niceselect .value-wrapper .values.active, .select-style .niceselect .value-wrapper .values:hover { background: #000; color: #fff; }
.select-style .niceselect .opt { font-size: 14px; font-weight: 400; border-bottom: 5px; cursor: default }
.select-style .niceselect .opt span { padding: 10px; font-weight: 700; display: block }
.select-style { display: inline-block; min-width: 150px }
.niceselect .value-wrapper { display: none; position: absolute; top: 49px; width: 100%; z-index: 10 }
.niceselect .value-wrapper .opt .values { padding: 10px 10px 10px 20px }
.niceselect .value-wrapper .values { padding: 5px 15px; cursor: pointer }
.niceselect .value-wrapper .values label { cursor: pointer }
.niceselect { position: relative; text-align: left; }
.select-style label { font-weight: inherit; margin-bottom: 0; }
.niceselect p { border: none; margin-top: 0; margin-bottom: 0; padding: 13px 15px; }
.niceselect input[type=radio] { visibility: hidden; position: absolute; left: -9999px }

/********** SLIDER **********/

.testimonials-section .owl-theme .owl-dots .owl-dot span { background: #fff; border: 2px solid #b7becb; height: 15px; width: 15px; }
.testimonials-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #ff6304; border: 2px solid #ff6304; }
.testimonials-section .owl-theme .owl-controls { margin: 42px 0 0; }
.owl-theme .owl-dots .owl-dot span { margin: 5px; }

/********** HEADER **********/

header { background-color: #fff; }
.header-main { float: left; width: 100%; padding: 0; margin: 0; background: url(../images/Experience_tours.jpg) no-repeat center top; background-size: cover; min-height: 750px; margin-top: -30px !important; }
.header-container { margin: 129px auto; display: block; width: 830px; text-align: center; position: relative; }
.call-us { display: inline-block; width: 100%; margin: 30px 0 75px; }
.call-us p { position: relative; text-align: center; background: url(../images/call-us-bg.png) no-repeat center top; min-width: 321px; font-size: 33px; font-weight: 700; line-height: 58px; }
.call-us p:before { background: url(../images/plan-icon-left.png) no-repeat left top; width: 163px; height: 34px; position: absolute; content: ""; left: 90px; top: 12px; }
.call-us p:after { background: url(../images/plan-icon-right.png) no-repeat right top; width: 163px; height: 34px; position: absolute; content: ""; right: 90px; top: 12px; }
/*.header-main .header-container h1 { color: #fd0; text-shadow: 2px 3px 3px rgba(0,0,0,.54); max-width: 610px; margin: 0 auto; text-align: center; position: relative; line-height: 60px; }
*/
.price-main { font-size: 80px; margin-top: 20px; text-transform: uppercase; font-family: 'impactregular'; color: #fff; letter-spacing: 5px; line-height: normal; text-shadow: 4px 0 0 #000, -4px 0 0 #000, 0 4px 0 #000, 0 -4px 0 #000, 4px 4px #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000; }

.contact-form { float: left; margin: 0 0 35px; width: 100%; background: #ffdd00; -webkit-box-shadow: 5px 9px 19px rgba(0,0,0,.09); -moz-box-shadow: 5px 9px 19px rgba(0,0,0,.09); box-shadow: 5px 9px 19px rgba(0,0,0,.09); }
.form-container { margin: 0 auto; display: block; width: 830px; text-align: center; position: relative; }
/***** FORM *****/


.form-title { width: 98%; float: left; margin: -70px 0 0; background: rgba(0, 0, 0, 0.7); border-radius: 20px 20px 0 0; -webkit-border-radius: 20px 20px 0 0; -moz-border-radius: 20px 20px 0 0; -ms-border-radius: 20px 20px 0 0; -o-border-radius: 20px 20px 0 0; }
.form-title h2 { text-transform: uppercase; margin-bottom: 0; line-height: 70px; font-size: 40px; color: #fff; font-weight: 900; letter-spacing: 2px; }
.hero-form { width: 100%; float: left; background: rgba(0, 0, 0, 0.1); padding: 30px 15px 35px; position: relative; }
.hero-form form { float: left; width: 100%; text-align: left; }
.banner-input { background: #fff; border: 1px solid #fff; color: #272727; float: left; font-size: 16px; height: 40px; line-height: normal; margin-bottom: 30px; padding-left: 15px; padding-right: 15px; width: 100%; }
.hero-form button { width: 100%; position: absolute; margin: 0 0 -35px; padding-bottom: 0px; font-size: 40px; color: #ffdd00; text-transform: uppercase; font-style: normal; font-weight: 700; line-height: 64px; background-color: #190406; -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); border: solid 1px #190406; background-image: -webkit-linear-gradient(bottom, #000, #2c2c2c); background-image: -moz-linear-gradient(bottom, #000, #2c2c2c); background-image: -o-linear-gradient(bottom, #000, #2c2c2c); background-image: -ms-linear-gradient(bottom, #000, #2c2c2c); background-image: linear-gradient(to top, #000, #2c2c2c); }
.hero-form button:hover { background-image: -webkit-linear-gradient(bottom, #2c2c2c, #000); background-image: -moz-linear-gradient(bottom, #2c2c2c, #000); background-image: -o-linear-gradient(bottom, #2c2c2c, #000); background-image: -ms-linear-gradient(bottom, #2c2c2c, #000); background-image: linear-gradient(to top, #2c2c2c, #000); }
.hero-form button i { position: relative; font-style: normal; letter-spacing: 1px; }
.hero-form button i:before { position: absolute; left: -65px; top: 10px; content: ""; background: url(../images/button-arrow-left.png) no-repeat left top; width: 45px; height: 33px; }
.hero-form button i:after { position: absolute; right: -65px; top: 10px; content: ""; background: url(../images/button-arrow-right.png) no-repeat left top; width: 45px; height: 33px; }
.hero-form ul { width: 100%; margin: 0; }
.hero-form ul li { width: 100%; padding: 0 15px; margin: 0 0 0px; float: left; position: relative; }
.hero-form ul li.w3 { width: 33.33%; }
.hero-form ul li.w2 { width: 50%; }
.ui-datepicker { width: 300px; }
.ui-widget-header { background: #ffdd00 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50%; border: 1px solid #ffdd00; color: #2c2c2c; font-weight: bold; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #2c2c2c; background: #2c2c2c; font-weight: bold; color: #ffdd00; opacity: 1; }
.ui-datepicker td span, .ui-datepicker td a { text-align: center; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { background: #ffdd00 url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") repeat-x scroll 50% top; border: 1px solid #ffdd00; color: #2c2c2c; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #ffdd00 url("../images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50%; border: 1px solid #ffdd00; color: #2c2c2c; font-weight: bold; }
.niceselect p { padding: 10px 15px; }
.selectcon { background-image: url(../images/input-arrow.png); }
.niceselect .value-wrapper { top: 39px; }
.icon { position: absolute; right: 15px; top: 14px; color: #272727; font-size: 14px; cursor:pointer; }
textarea.banner-input { padding: 15px; height: 100%; }

/********** WELCOME SECTION **********/

.welcome-section { float: left; width: 100%; padding: 0; margin: 50px 0; text-align: center; }
.section-title { text-align: center; }
.description { font-size: 23px; color:#ffdd00; font-family: 'Courgette', cursive; }
.section-title h2 { text-transform: uppercase; line-height: normal; margin-top: -4px; letter-spacing: 2px; }
.welcome-section article { max-width: 930px; margin: 0 auto; }
.gallery-top { float: left; width: 100%; padding: 0; margin: 28px 0 40px 0; text-align: center; }
.gallery-top .col-xs-12 { margin-top: 30px; }
.gallery-top .col-xs-6 { margin-top: 32px; }
.gallery-top .col-xs-12 .col-xs-12 { margin-top: 0; }
.gallery-top figure { height: 100%; overflow: hidden; position: relative; width: 100%; display: inline-block; float: left; }
.gallery-top figcaption { background: rgba(0,0,0,0.5); color: #fff; display: block; height: 100%; text-align: center; opacity: 0; position: absolute; left: 0; bottom: 0; right: 0; top: 0; -webkit-transition: all 300ms; -moz-transition: all 300ms; transition: all 300ms; -webkit-transition-delay: 100ms; -moz-transition-delay: 100ms; transition-delay: 100ms; z-index: 5; }
.gallery-top figure:hover figcaption { opacity: 1; }
.gallery-top img { display: block; height: auto; position: relative; -webkit-transition: all 300ms; -moz-transition: all 300ms; transition: all 300ms; width: 100%; }
.border { position: absolute; content: ""; left: 6px; right: 6px; top: 6px; bottom: 6px; z-index: 6; display: block; border: 2px solid #fff; }
.gallery-top figure:before { position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); z-index: 1; width: 100%; height: 100%; display: block; }
.gallery-top figure:hover img { -webkit-transform: scale(1.4); -moz-transform: scale(1.4); transform: scale(1.4); }
.gallery-top figure figcaption p { display: block; font-size: 22px; position: absolute; top: 0; text-transform: uppercase; color: #fff; width: 100%; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; transition: all 300ms ease-out; letter-spacing: 1px; z-index: 7; }
.gallery-top figure:hover figcaption p { top: 50%; margin-top: -52px; -moz-transform: translateY(40px); -webkit-transform: translateY(40px); transform: translateY(40px); }

/********** VIDEO SECTION **********/

.explore-section { float: left; width: 100%; padding: 0; margin: 0 0 54px; position: relative; background: url(../images/live\ your\ life.jpg) no-repeat center center; background-size: cover; -webkit-box-shadow: 5px 9px 19px rgba(0,0,0,.09); -moz-box-shadow: 5px 9px 19px rgba(0,0,0,.09); box-shadow: 5px 9px 19px rgba(0,0,0,.09); padding-bottom: 200px; }
.explore-section:before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.18); content: ""; }
.explore-section-inner { max-width: 775px; margin: 0 auto; padding: 45px 0; }
.explore-section-inner .description { color: #fff; }
.explore-section-inner h2 { color: #ffdd00; margin-bottom: 20px; }
.explore-section-inner p { color: #fff; }
.video { float: left; width: 100%; position: relative; padding: 0; margin: 33px 0 -54px; }
.video figure { position: relative; float: left; width: 100%; }
.video figure img { -webkit-box-shadow: 0 0 11px rgba(0,0,0,.48); -moz-box-shadow: 0 0 11px rgba(0,0,0,.48); box-shadow: 0 0 11px rgba(0,0,0,.48); }
.video figure:after { position: absolute; content: ""; right: -7px; bottom: -402px; background: url(../images/image-6.png) no-repeat left top; width: 113px; height: 61px; }
.video figcaption { position: absolute; left: 0; right: 0; top: 50%; margin-top: 2px; }
.video figcaption a { width: 90px; height: 90px; background: rgba(0, 0, 0, 0.28); border: 2px solid #fff; border-radius: 100%; display: inline-block; padding: 0; margin: 0; outline: none; }
.video figcaption a:hover, .video figcaption a:focus { background: rgba(0, 0, 0, 0.8); border: 2px solid #fff; outline: none; }
.video figcaption img { top: 28px; position: relative; left: 4px; -webkit-box-shadow: 0 0 1px rgba(0,0,0,.0); -moz-box-shadow: 0 0 1px rgba(0,0,0,.0); box-shadow: 0 0 1px rgba(0,0,0,.0); }

/********** BEST PLACES SECTION **********/

.featured-section { display: block; margin: 150px 0 30px !important; float: left; width: 100%;}
.featured-section .row .row { margin-bottom: 30px; }
.z-tabs.horizontal > ul { display: inline-block; width: 100%; text-align: center; margin-bottom: 28px; }
.z-tabs.horizontal > ul > li { float: none; display: inline-block; }
.z-tabs.clean.horizontal.top > ul > li > a { border: none; border-bottom: 3px solid #fff; border-bottom-width: 3px; padding: 0; margin: 0 17px; line-height: 42px; font-size: 20px; color: #000000; text-transform: uppercase; font-family: 'Playfair Display', serif; font-weight: 700; box-shadow: none; letter-spacing: 1px; }
.z-tabs.clean.horizontal.top > ul > li > a:hover { color: #7aaf09; border-bottom: 3px solid #7aaf09; }
.z-tabs.large.horizontal.top.white.z-bordered > ul > li.z-active > a { padding-top: 0; }
.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a { border: none; color: #7aaf09; background: #fff; border-bottom: 3px solid #7aaf09; border-top: none; padding-top: 0; padding-bottom: 0; }
.tabs-section-inner { float: left; text-align: left; width: 100%; }
.place-picture figure { position: relative; float: left; width: 100%; }
.place-picture figcaption { position: absolute; top: 10px; right: 10px; z-index: 1; }
.place-picture figcaption span.gray { border-radius: 100%; background: #797979; width: 68px; height: 68px; display: table-cell; vertical-align: middle; text-align: center; color: #fff; display: none !important;}
.place-picture figcaption span.gray.green { background: #7aaf09; }
.place-picture figcaption span strong { font-weight: normal; font-size: 14px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 3px 0; }
.tabs-section-inner .section-title { text-align: left; }
.tabs-section-inner .description { font-size: 20px; }
.tabs-section-inner h2 { font-size: 22px; margin: 0 0 10px; text-transform: inherit; }
.tabs-section-inner ul { float: left; width: 100%; }
.tabs-section-inner ul li { display: inline-block; float: left; padding: 0 4px 0 0; margin: 0; }
.tabs-section-inner ul li i { font-size: 18px; color: #efd001; }
.tabs-section-inner p { color: #7b7b7b; font-size: 13px; line-height: 19px; width: 80%; margin-bottom: 15px; }
.tabs-section-inner .discount-price { text-transform: uppercase; font-family: 'Courgette', cursive; font-weight: normal; font-size: 16px; }
.tabs-section-inner .discount-price span { padding-right: 15px; text-decoration: line-through; }
a.view-more { line-height: 28px; display: inline-block; padding: 0 15px; border: 1px solid #e0e0e0; color: #474646; margin: 15px 0 0; font-size: 12px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; }
a.view-more:hover { background: #e0e0e0; color: #000; }

/********** TESTIMONIAL SECTION **********/

.testimonial { float: left; width: 100%; padding: 40px 0 30px; margin: 0; background: url(../images/Monkey\ testimonial.jpg) no-repeat center bottom; background-size: cover; }
.testimonial-slider { max-width: 880px; margin: 0 auto; text-align: center; }
.client-photo { width: 365px; text-align: center; display: inline-block; }
.client-photo figure { position: relative; display: block; width: 100%; margin-bottom: 28px; }
.client-photo figcaption { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0); background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.0) 0%, rgba(0,0,0,0.95) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(246,246,246,0.0)), color-stop(100%, rgba(0,0,0,0.95))); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.0) 0%, rgba(0,0,0,0.95) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.0) 0%, rgba(0,0,0,0.95) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.0) 0%, rgba(0,0,0,0.95) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.0) 0%, rgba(0,0,0,0.95) 100%); }
.client-photo p { width: 100%; position: relative; display: inline-block; padding-top: 60px; padding-bottom: 12px; font-size: 20px; color: #fff; letter-spacing: 1px; }
.owl-theme .owl-controls { margin-top: 35px; margin-bottom: 10px; }
.owl-theme .owl-controls .owl-nav [class*="owl-"] { background: none; padding: 0; margin: 0 -3.5px; opacity: 0.6; }
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover { background: none; opacity: 1; }
.testimonial-slider p em, .testimonial-slider p i { font-style: italic; font-size: 16px; line-height: 26px; color: #ffdd00; letter-spacing: 0.5px; }

/********** FOOTER **********/
footer { background-color: #111111; padding: 25px 0 13px; min-height: 69px; }
.footer { width: 100%; position: relative; display: block; }
.footer p { margin: 0; color: #999999; letter-spacing: 0.52px; font-size: 13px; line-height: 22px; text-align: center; }
.go-top { position: absolute; top: -25px; right: 0; cursor: pointer; }
.navbar{
   display: flex !important;
    justify-content: center;
    background-color: #1c1b1a !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: 100px; margin-top:-10px !important;
}
.logo img{
    margin-top: -280px !important;
    border-radius: 10px !important;
}
@media only screen and (min-device-width : 320px)   and (max-device-width : 480px)  {
    .logo img{
        margin-top: -188px !important;
        border-radius: 10px !important;
    }
	#gform_submit_button_1{ font-size:18px !important;}
	.gform_footer.top_label:after { display:none !important;}
	.gform_footer.top_label:before { display:none !important;}
}

.modal-content {
    margin-left: 300px !important;
    border: 2px solid #efd001;
  }
  .tabs-section-inner p {
    color: #000;
    font-size: 13px;
    line-height: 19px;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px !important;
  }
  .close{
    color: #000 !important;
    opacity: 10;
  }
  .row {
    margin-right: 0px !important;
    margin-left: -15px;
  }
  .row1{
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: inset 0 -1px #efd001 !important;
    border: 1px solid #efd001;
  }
  .accordion-button{
    border: 1px solid #efd001;
  }





.contact-form li{ margin:0px; padding:0px;}
#gform_1{width: 98%;
float: left;
background: rgba(0, 0, 0, 0.1);
padding: 30px 15px 0px;
position: relative;}
.contact-form input, select, textarea { color:#000;
	padding: 15px 12px !important; color:#000;
	border: none !important;
	margin: 0px !important;
}
.contact-form select { color:#000;
	padding: 12px 12px !important; color:#000;
	border: none !important;
	margin: 0px !important;
}
#input_1_1_3_container {
	padding-right: 0px !important; 
}
.contact-form li {
	margin: 0px;
}
#gform_submit_button_1 { position:relative;
	width: 100%;
	margin: 0 0 -35px !important;
	font-size: 40px;
	color: #ffdd00;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	background-color: #190406;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
	border: solid 1px #190406;
	background-image: -webkit-linear-gradient(bottom, #000, #2c2c2c);
	background-image: -moz-linear-gradient(bottom, #000, #2c2c2c);
	background-image: -o-linear-gradient(bottom, #000, #2c2c2c);
	background-image: -ms-linear-gradient(bottom, #000, #2c2c2c);
	background-image: linear-gradient(to top, #000, #2c2c2c);
}

#input_1_6 {
	width: 100%;
}
#input_1_7 {
	width: 100%;
}
.gform_footer.top_label{ position:relative;}
.gform_footer.top_label:before {
	position: absolute; 
	left: 60px;
	top: 22px;
	content: "";
	background: url(../images/button-arrow-left.png) no-repeat left top;
	width: 45px;
	height: 33px; z-index:99;
}
.gform_footer.top_label:after {
	position: absolute;
	right: 60px;
	top: 22px;
	content: "";
	background: url(../images/button-arrow-right.png) no-repeat left top;
	width: 45px; z-index:999;
	height: 33px;
}
