* {
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

body {
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

a, input {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

p {
    margin: 0;
    font-size: 17px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 27px;
    color: #5c5c5c;
}

h2, .h2, h3, .h3 , h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
}

li {
    list-style: none;
}

.n_p {
    padding: 0px;
}

.topNav {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 9;
}

.topNav h6 {
    float: right;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
    text-align: center;
    max-width: 434px;
    height: 81px;
    width: 100%;
    background-color: #3a1c13;
}

.topNav h6 a {
    color: #fff;
}

.topNav h6 a:hover {
    color: #efdbca;
    text-decoration: none;
}

.logo {
    position: relative;
    z-index: 9;
    padding-top: 5px;
}

.logo a {
    max-width: 392px;
    width: 100%;
    position: absolute;
}

.header-main {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    background-color: #000;
    box-sizing: border-box;
    background-size: cover;
    background-position: center top;
    padding-top: 160px;
}

.formCol input[type="text"], .formCol input[type="email"], .formCol input[type="tel"],.formCol input[type="number"] {
    border: 2px solid #cccccc;
    border-radius: 5px;
    height: 39px;
    color: #000;
    font-size: 16px;
    padding: 0px 15px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 9px;
    clear: both;
    box-shadow: inset 1px 2px 8px 0px #e2e2e2;
    font-weight: 500;
}

.formCol select {
    border: 2px solid #cccccc;
    border-radius: 5px;
    height: 39px;
    color: #000;
    font-size: 16px;
    padding: 0px 15px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    background-image: url('../images/icon_select.png');
    background-repeat: no-repeat;
    background-position: 97% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin-bottom: 11px;
    clear: both;
    box-shadow: inset 1px 2px 8px 0px #e2e2e2;
    font-weight: 500;
}

.formMsg textarea {
    border: 2px solid #cccccc;
    border-radius: 5px;
    height: 109px;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    background-color: #fff;
    outline: none;
    box-shadow: inset 1px 2px 8px 0px #e2e2e2;
    font-weight: 500;
    margin-bottom: 9px;
    color: #000;
}

.fromSubmit input[type="submit"] {
    border: none;
    width: 276px;
    height: 66px;
    border-radius: 36px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    background-image: url('../images/submit_btn.png');
    background-repeat: no-repeat;
    background-color: transparent;
    margin: auto;
    display: block;
    margin-bottom: 6px;
}

.fromSubmit input[type="submit"]:hover {
    color: #3a1c13;
	background-image: url('../images/submit_btn_h.png');
}

.formCol input::-webkit-input-placeholder, .formMsg textarea::-webkit-input-placeholder {
    color: #000;
}

.formCol input::-moz-placeholder, .formMsg textarea::-moz-placeholder {
    color: #000;
}

.formCol input:-ms-input-placeholder , .formMsg textarea::-ms-input-placeholder {
    color: #000;
}

.formCol input:-moz-placeholder, .formMsg textarea::-moz-placeholder {
    color: #000;
}

.bannerForm {
    max-width: 434px;
    width: 100%;
    background-color: #fff;
    float: right;
    border-radius: 4px 4px 0px 0px;
}

.bannerForm h5 {
    height: 85px;
    background-size: cover;
    background-position: center center;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 84px;
}

.bannerForm form {
    padding: 22px 30px 0px;
}
.bannerTitle h3{
   font-size: 38px;
   color: #fff;
   font-weight: 600;
   /*font-family:'Myriad Pro';*/
   line-height: 1.2;
}
.why_choose_us{
    padding-top: 65px;
}
.why_choose_us h4{
   font-size: 32px;
   color: #fff;
   font-weight: 600;
   /*font-family:'Myriad Pro';*/
   padding-bottom: 50px;
}
.why_choose_us ul li{
  margin: 0px 35px;
  display: inline-block;
}
.why_choose_us li h6{
   font-size: 20px;
   color: #fff;
   font-weight: 600;
   /*font-family:'Myriad Pro';*/
   padding-top: 15px;
   text-align: center;
}
.why_choose_us li .icon_img{
   position: relative;
   height: 90px;
}
.why_choose_us li .icon_img img{
   position: absolute;
   left:0px;
   bottom:0px;
   top:0px;
   right:0px;
   margin: auto;
}
.website-url{
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 0px;
}
.copy_text {
   font-size: 16px;
   color: #1f1f1f;
   font-weight: 600;
   font-family:'Myriad Pro';
   line-height: 32px;
}
.url_text{
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 600;
  font-family: 'Myriad Pro';
  text-align: right;
}
.cta_section{
    width: 100%;
    float: left;
    padding: 55px 0px;
}
.cta_section p{
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 26px;
}
.get_free_q_btn a{
   color: #3a1c13;
   font-weight: 700;
   font-size: 28px;
   background-image: url('../images/free_q_bg.png');
   max-width: 340px;
   height: 66px;
   display: block;
   width: 100%;
   margin: auto;
   text-align: center;
   text-transform: uppercase;
   line-height: 60px;
}
.cta_section .get_free_q_btn a:hover{
   background-image: url('../images/free_q_bg_h.png');
   color: #fff;
}
.embed-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.embed-container iframe {
    height: 100%;
}

.embed-container .modal-body {
    height: inherit;
    padding: 0;
}
.gallery_wrp{
    width: 100%;
    float: left;
}
.gallery_box {
    height: 320px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border: 1px solid #fff;
}

.gallery_box a {
    height: 100%;
    width: 100%;
    display: block;
}

.gallery-hover {
    background-color: rgba(34, 34, 34, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 1;
}


.gallery_box:hover .gallery-hover {
	background-color: transparent;
    background-image: url('../images/gal_hover.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.cta_section.second {
    width: 100%;
    float: left;
	padding: 30px 0px;
}
.cta_section.second h3 {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.cta_section.second h3 span, .cta_section.second h3 span a {
    color: #3a1c13;
	font-weight: 700;
	white-space: nowrap;
}

.cta_section.second h3 span a:hover {
    color: #c1a497;
}
.service_section{
    width: 100%;
    float: left;
    position: relative;
    background-color: #f6f6f6;
    padding: 82px 0px 116px;
    overflow: hidden;
}
.service_section .service_img{
    position: absolute;
    right:0px;
    top:0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding:0px
}
.service_section .service_img img{
    float: right;
}
.service_section .service_content h3{
   font-size: 42px;
   color: #000;
   font-weight: 700;
   line-height: 44px;
}
.service_section .service_content h6{
   font-size: 21px;
   color: #000;
   font-weight: 500;
   line-height: 24px;
   padding: 18px 0px;
}
.service_section .service_content ul{
   -webkit-column-count: 2; /* Chrome, Safari, Opera */
   -moz-column-count: 2; /* Firefox */
   column-count: 2;
}
.service_section .service_content li{
    color: #373737;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    background-image: url('../images/list.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 7px 0px;
    padding-left: 23px;
}
.content_img{
   position: relative;
   height: 527px;
   background-size: 100% 100%;
   background-position: center center;
}
span.video_btn {
    display: inline-block;
    background-image: url('../images/video_icon.png');
    max-width: 56px;
    width: 100%;
    height: 56px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}

span.video_btn:hover {
    background-image: url('../images/video_icon_h.png');
}
.close {
    float: right;
    font-size: 31px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    right: -6px;
    top: -17px;
    position: absolute;
}
/*.modal-body iframe{
  height: 450px;
}*/
.content_content{
    padding: 50px 0px;
    padding-left: 78px;
    padding-right: 18%;
}
.content_content h3{
   font-size: 42px;
   color: #000;
   font-weight: 700;
   line-height: 48px;
   margin-bottom: 15px;
}
.content_content p{
   padding-bottom: 20px;
}
.content_content .get_free_q_btn a{
   color: #fff;
   font-weight: 700;
   font-size: 28px;
   background-image: url('../images/free_q_bg_h.png');
   max-width: 340px;
   height: 66px;
   display: block;
   width: 100%;
   margin:  0px;
   text-align: center;
   text-transform: uppercase;
   line-height: 60px;
}
.get_free_q_btn a:hover{
   background-image: url('../images/free_q_bg_h2.png');
   color: #3a1c13;
}
.content_section {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.thankyou_page{
   padding-bottom: 80px;
}
.thankyou_page .bannerForm h6{
   font-size: 20px;
   text-align: center;
   color: #000;
   line-height: 30px;
   padding: 30px;
}
label.error {
    font-size: 11px;
    margin: -7px 0px 0px 0px !important;
    display: block;
    line-height: 12px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield !important;
}
.url_text img{
    width: 24%;
}
@keyframes blinking-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-text {
    animation: blinking-animation 2s infinite;
    color: #fff;
    margin-bottom: 12px;
    font-size: 24px;
    border: 2px dashed #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.wpcf7-not-valid-tip {
    margin-top: -13px;
    font-size: 12px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 0px !important;
}
.bannerTitle h3:first-child {
    margin-bottom: 35px;
}
.gallery_box img.img-responsive {
    height:100% !important;
    width:100% !important;
    object-fit:cover;
}
.reviews_section {
    clear: both;
    padding: 50px 0px 40px;
}
.map-row {
    margin-top: 35px;
}