@font-face {
    font-family: 'BebasNeue';
    src: url('assets/fonts/BebasNeue/bebasneue-webfont.eot');
    src: url('assets/fonts/BebasNeue/bebasneue-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/BebasNeue/bebasneue-webfont.html') format('woff2'),
         url('assets/fonts/BebasNeue/bebasneue-webfont.woff') format('woff'),
         url('assets/fonts/BebasNeue/bebasneue-webfont.ttf') format('truetype'),
         url('assets/fonts/BebasNeue/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OstrichSansRoundedMed';
    src: url('assets/fonts/OstrichSansRoundedMedium/OstrichSansRounded-Medium.eot');
    src: url('assets/fonts/OstrichSansRoundedMedium/OstrichSansRounded-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/OstrichSansRoundedMedium/OstrichSansRounded-Medium.html') format('woff2'),
        url('assets/fonts/OstrichSansRoundedMedium/OstrichSansRounded-Medium.woff') format('woff'),
        url('assets/fonts/OstrichSansRoundedMedium/OstrichSansRounded-Medium.ttf') format('truetype'),
        url('assets/fonts/OstrichSansRoundedMedium/OstrichSansRounded-Medium.svg#OstrichSansRounded-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
html { font-size: 16px; /* 1em */ }
body { font-family: 'Century Gothic', 'Didact Gothic', sans-serif; }
a, a:visited { transition: all 0.5s ease-in-out; }
a:hover { text-decoration: none; }
a:focus {outline: none;}

.h1, .h2, .h3, h1, h2, h3 { margin-top: 0; }
h1 {font-family: 'OstrichSansRoundedMed', sans-serif; font-size: 56px; color: #D6B247; font-weight: 200;}
h2 {font-family: 'OstrichSansRoundedMed', sans-serif; font-size: 90px; color: #D6B247; font-weight: 200;}
/*--------------------------------------------------------------
# Helper Styles
--------------------------------------------------------------*
/* For removing bootstrap grid gutter */
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0; }
.page-content, .entry-content, .entry-summary, .panel-grid, .hentry {margin: 0 !important;}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site { margin: 0 auto; /*max-width: 1920px;*/ }

.full { width: 100%; }
.main { margin: auto;}
.container-fluid { max-width: 1200px; padding: 0 10px !important; margin:0px auto; }

.btn {display: inline-block; border: 1px solid #FFF; font-size: 15px; font-weight: 400; color: #FFF !important; padding: 15px 25px; position: relative;z-index: 1; border-radius: 0;}
.btn::after {content: ""; background: #B28500; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; z-index: -1; transform: scaleX(0); transition: all .7s ease; transform-origin: left;}
.btn:hover::after {transform: scaleX(1);}

.img-con img {transition: all .5s ease;}
.img-con img:hover {transform: scale(1.02); box-shadow: 0px 0px 20px #FFF;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {background: #000; padding: 5px 0;}
.custom-logo {max-width: 410px;}

.site-title {font-size: 2.5em; /*40px*/}
.site-description { font-size: 1.125em; /*18px*/ font-weight: 400; margin: 10px 0; }

.hd-wrap {display: flex; justify-content: space-between; align-items: center;}
.hd-wrap .hd-logo {flex-basis: 25%;}
.hd-wrap .hd-right  {flex-basis: 60%;}
.hd-wrap .hd-ctc {display: flex; justify-content: space-between; padding: 20px 0 15px; border-bottom: 1px solid #FFF;}
.hd-wrap .hd-ctc p {margin-bottom: 0;}
.hd-wrap .hd-ctc p span {font-size: 13px; color: #D7B44A; font-weight: bold; display: block;}
.hd-wrap .hd-social .social-navigation ul {margin-bottom: 0;}
.hd-wrap .hd-social .social-navigation li {width: 22px; height: 22px; background: #FF0000; border-radius: 50%; margin-right: 7px; transition: all 1s ease;}
.hd-wrap .hd-social .social-navigation li:hover {transform: rotateZ(360deg); background: #FFF; box-shadow: 0px 0px 10px #FFF;}
.hd-wrap .hd-social .social-navigation li:hover a {color: #FF0000;}
.hd-wrap .hd-social .social-navigation a {font-size: 9px; color: #000; position: relative; top: 4px; left: -1px;}
.hd-wrap .hd-email a {color: #FFF; font-size: 16px; font-weight: bold;}
.hd-wrap .hd-tel a {color: #FFF; font-size: 22px; font-weight: bold;}
.hd-wrap .hd-ctc a:hover {text-shadow: 0px 0px 20px #FFF;}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Menu
--------------------------------------------------------------*/
.skip-link.screen-reader-text { padding: 0; }

.main-navigation { margin: 15px 0; }

/* Main Navigation */
.main-navigation {}
.main-navigation ul { list-style: none; margin: 0; padding-left: 0; list-style: none; display: flex; justify-content: center;}
.main-navigation li { float: left; position: relative; margin: 0 2px;}
.main-navigation a { color: #fff; display: block; padding: 10px 30px; text-decoration: none; font-family: 'BebasNeue', sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 2px; position: relative; z-index: 1; border: 1px solid transparent;}
.main-navigation a::after {content: ""; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; border: 1px solid #D7B349; transition: .7s ease; transform: scale(0);}
.main-navigation a:hover, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a { color: #D7B349; }
.main-navigation a:hover::after, .main-navigation .current-menu-item > a::after, .main-navigation .current-menu-ancestor > a::after {transform: scale(1);}

/* Sub Menu */
.main-navigation ul ul { border-radius: 0 0 3px 3px; top: 100%; }
/*.main-navigation .sub-menu a { width: 260px; }
.main-navigation .sub-menu li { border-top: 1px solid #ccc; }
.main-navigation .sub-menu li:last-child a:hover { border-radius: 0 0 3px 3px; } */

.main-navigation ul ul ul { left: -999em; top: 0; }

/*--------------------------------------------------------------
# Primary / Content Area
--------------------------------------------------------------*/
#banner {position: relative; text-align: center;}
#banner #bn-caption {margin: auto; position: absolute; bottom: 15%; left: 0; right: 0; text-align: left;}
#banner .bn-text {box-sizing: border-box; padding: 40px 40px 10px; background: #000 url(assets/images/bn-box.png) no-repeat center center; position: relative; z-index: 2; width: 137%; color: #FFF; background-size: 100% 100%;}
#banner .bn-img img {position: absolute; z-index: 3; bottom: -75px; right: -30%;}
#banner .bn-text h2 {font-family: 'BebasNeue', sans-serif; font-size: 35px; font-weight: 400; color: #FFF;}
#banner .bn-text p {font-size: 18px; font-weight: 400;}
#banner .bn-text .btn {padding: 15px 50px; background: #B28500; border: 1px solid #FFEFBF; font-weight: 700; font-size: 18px; letter-spacing: 2px; color: #FFF;}
#banner .bn-text .btn:hover::after {background: #FFF;}
#banner .bn-text .btn:hover {color: #B28500 !important;}
.mdform{width: 48%; display: inline-block; margin-right: 10px;}
.mdform div{margin-bottom:15px;}

/*--------------------------------------------------------------
# Primary / Content Area
--------------------------------------------------------------*/
.content-area {}

/*Welcome Section*/
#wlc-sec {background: url(assets/images/wlc-bg.jpg) no-repeat; background-size: 100% 100%; background-attachment: fixed; padding: 65px 0 45px; color: #FFF;}
#wlc-sec .wlc-text {background: url(assets/images/wlc-bg.png) no-repeat center center; background-size: 100% 94%; padding: 14px 56px 0;}
#wlc-sec .wlc-text h2 {font-size: 56px;}
#wlc-sec .wlc-text h2 small {font-family: 'Century Gothic', 'Didact Gothic', sans-serif; font-size: 22px; font-weight: 400; display: block; color: #FFF; margin-bottom: 15px; padding-left: 20px;}
#wlc-sec .wlc-text .btn {margin-left: 20px;}

/*Services Section*/
#svc-sec {background: #222 url(assets/images/svc-bg.jpg) bottom center no-repeat; background-size: cover; padding: 65px 0 70px;}
#svc-sec .svc-con {background: url(assets/images/svc-box.png) no-repeat center center; background-size: 100% 100%; box-sizing: border-box; padding: 25px 40px;}
#svc-sec .svc-con h2 {border-bottom: 1px solid #B28500; text-align: center;}
#svc-sec .svc-con ul {list-style: none; font-family: 'BebasNeue', sans-serif; font-weight: 400; font-size: 22px; color: #FFF; letter-spacing: .55px; line-height: 29px; margin: 0 0 10px 13px;}
#svc-sec .svc-con ul li {padding-left: 20px; background: url(assets/images/arr.png) no-repeat left center;}
#svc-sec .svc-con .btn {border-color: #B28500; color: #B28500 !important;}
#svc-sec .svc-con .btn:hover {color: #FFF !important;}
#svc-sec .svc-image-wrap {flex-wrap: wrap !important; justify-content: center !important;}
#svc-sec .svc-image-wrap .panel-grid-cell {width: 24% !important; margin: 3px; position: relative;}
#svc-sec .svc-image-wrap h3 {font-size: 10px; position: absolute; top: 5%; left: 5%; z-index: 5; font-family: 'BebasNeue', sans-serif; font-weight: 400; font-size: 22px; color: #FFF; letter-spacing: .55px; text-shadow: 0px 0px 20px #003366, 0px 0px 20px #003366;}

.testi-box {background: url(assets/images/testi-bg.png) no-repeat center center; background-size: 100% 75%; box-sizing: border-box; padding: 0 55px 70px; color: #FFF;}
.testi-box h2 {margin-left: 20px; margin-bottom: 20px;}
.testi-box p {font-family: 'Lato', sans-serif; font-style: italic; font-size: 18px; line-height: 30px; margin-bottom: 5px;}
.testi-box p img {display: inline-block; vertical-align: top; position: relative; top: -4px; margin-right: 10px;}
.testi-box .name {text-align: right; font-style: normal;}
.testi-box .star {font-size: 30px; font-style: normal; color: #D6B247; display: block;}

/*Quick Form Section*/
#qf-sec {background: #222; padding: 55px 0;}
#qf-sec .qf-con {padding: 40px 50px; background: #000 url(assets/images/qf-bg.png) no-repeat center center; background-size: 100% 100%; text-align: center; color: #FFF; max-width: 414px;}
.qf-con h2 {font-size: 71px;}
.qf-con p {margin-bottom: 5px; width: 100%;}

.qf-con i {display: block; width: 1px; height: 1px; overflow: hidden;}
.qf-con label {font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: bold; letter-spacing: .5px; display: block;}
.qf-co1n h2 {font-size: 71px;}
.qf-co1n p {margin-bottom: 5px; width: 33%; display:inline-block;}
.qf-co1n i {display: block; width: 1px; height: 1px; overflow: hidden;}
.qf-co1n label {font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: bold; letter-spacing: .5px; display: block;}
.q-form input, .q-form textarea {border: 1px solid #B28500; padding: 10px; border-radius: 0; background: #222222; width: 100%; font-family: 'Raleway', sans-serif; font-size: 12px; letter-spacing: .5px; color: #FFF;}
.q-form	input[type="time"]::-webkit-calendar-picker-indicator {
   filter: invert(0.8) sepia(1) saturate(10) hue-rotate(175deg);
}
.q-form	input[type="date"]::-webkit-calendar-picker-indicator {
   filter: invert(0.8) sepia(1) saturate(5) hue-rotate(175deg);
}
.q-form input::placeholder, .q-form textarea::placeholder {color: #FFF;}
.q-form textarea {height: 150px;}
.q-form input[type="checkbox"] {max-width: 15px; position: relative; top: 3px; margin-right: 5px;}
.q-form .btn {max-width: 150px; margin: 10px auto;}
.q-form .btn {border-radius: 0; border-color: #B28500; color: #B28500 !important; background: #000;}
.q-form .btn:hover {background: #FFF;}
.g-recaptcha div {margin: 10px auto;}

/*Gallery Section*/
.gal-con h2 {margin-left: 18px;}
.gal-img-wrap {flex-wrap: wrap !important; justify-content: center !important;}
.gal-img-wrap img {width: 100%;}
.gal-img-wrap .panel-grid-cell {margin: 8px;}
.gal-img-wrap .panel-grid-cell:nth-of-type(1) {width: 59.5% !important;}
.gal-img-wrap .panel-grid-cell:nth-of-type(2) {width: 33% !important;}
.gal-img-wrap .panel-grid-cell:nth-of-type(3) {width: 33% !important;}
.gal-img-wran .panel-grid-cell:nth-of-type(4) {width: 59.5% !important;}
.mainportio{width:49.8% !important; display:inline-black;}
.mainportio label{width:20%;}

/*----------{---------------------------------------------------
# Secondary / Sidebar
--------------------------------------------------------------*/
.secondary { font-size: 14px; font-size: 0.875rem; line-height: 1.6; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {background: #000; padding: 75px 0 10px; color: #FFF;}
.site-footer p, .site-footer p small {margin-bottom: 0; font-weight: 400; font-size: 16px; color: #FFF; line-height: 120%;}
.site-footer .ft-top {display: flex; justify-content: space-between; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #555555;}
.site-footer .ft-top h3 {text-align: center; margin-bottom: 30px; font-weight: 400; font-size: 24px; color: #B28500; line-height: 120%;}
.site-footer .ft-top .ft-con {padding: 0 3%;}
.site-footer .ft-top .ft-con:first-of-type {flex-basis: 40%;}
.site-footer .ft-top .ft-con:first-of-type p {text-align: center; margin-top: 30px;}
.site-footer .ft-top .ft-con:not(:first-of-type) {flex-basis: 20%; background: url(assets/images/line.jpg) bottom left no-repeat; padding-top: 12px;}
.site-footer .ft-top .ft-con:last-of-type {padding-right: 0;}
.site-footer .ft-top .ft-con:first-of-type {padding-left: 0;}
.site-footer .ft-ctc p:not(:last-of-type) {margin-bottom: 50px;}
.site-footer .ft-ctc p span {display: block; font-family: 'Lato', sans-serif; font-size: 14px; color: #B28500; padding-left: 25px; display: block; margin-bottom: 5px;}
.site-footer .ft-ctc p:nth-of-type(1) span {background: url(assets/images/ft-tel.png) no-repeat left center;}
.site-footer .ft-ctc p:nth-of-type(2) span {background: url(assets/images/ft-add.png) no-repeat left center;}
.site-footer .ft-ctc p:nth-of-type(3) span {background: url(assets/images/ft-email.png) no-repeat left center;}
.site-footer .ft-ctc a {color: #FFF; font-weight: 400;}
.site-footer .ft-ctc a:hover {text-shadow: 0px 0px 20px #FFF;}
.site-footer .ft-tel a {font-size: 26px; letter-spacing: .2px;}
.site-footer .ft-email a {font-size: 15px;}
.site-footer .ft-map p {text-align: right;}
.site-footer .btn {margin-top: 25px; padding: 15px 20px;}
.site-footer .btn-text::after {content: ""; background: url(assets/images/button-img.png) no-repeat; width: 17px; height: 17px; display: inline-block;vertical-align: middle; margin-left: 5px; background-size: 100% 100%; position: relative; top: -2px;}

.site-footer .ft-bot {display: flex; justify-content: space-between; align-items: center;}
.site-footer .ft-bot p {margin-bottom: 5px; font-weight: 400; font-size: 13px; color: #FFF; line-height: 120%;}
.site-footer .ft-bot p a {color: #FFF;}
.site-footer .ft-bot p a:hover {text-shadow: 0px 0px 20px #FFF;}
.site-footer .ft-bot .silver img {max-width: 50px; margin-right: 10px;}

.site-footer .ft-bot .social-navigation ul {margin-bottom: 0;}
.site-footer .ft-bot .social-navigation li {width: 25px; height: 25px; background: #FFF; border-radius: 50%; margin-left: 7px; transition: all 1s ease;}
.site-footer .ft-bot .social-navigation li:hover {transform: rotateZ(360deg); box-shadow: 0px 0px 10px #FFF;}
.site-footer .ft-bot .social-navigation li:hover:nth-of-type(1) {background: #395693;}
.site-footer .ft-bot .social-navigation li:hover:nth-of-type(2) {background: #C6352F;}
.site-footer .ft-bot .social-navigation li:hover:nth-of-type(3) {background: #016196;}
.site-footer .ft-bot .social-navigation li:hover:nth-of-type(4) {background: #2F4155;}
.site-footer .ft-bot .social-navigation li:hover:nth-of-type(5) {background: #53CFF6;}
.site-footer .ft-bot .social-navigation li:hover a {color: #FFF;}
.site-footer .ft-bot .social-navigation a {font-size: 10px; color: #000; position: relative; top: 4px; left: -1px;}
.ft-social {text-align: right;}

/* Footer Navigation */
.footer-navigation {}
.footer-navigation ul { margin: 0; padding: 0; text-align: left; line-height: 150%;}
.footer-navigation ul li {display: block;}
.footer-navigation ul li:not(:last-of-type) {margin-bottom: 38px;}
.footer-navigation ul li a { color: #fff; display: block; font-weight: 400; font-size: 14px; color: #DDDDDD; line-height: 120%; text-transform: uppercase;}
.footer-navigation ul a:hover, .footer-navigation .current_page_item a, .footer-navigation .current-menu-item a { font-weight: 700; color: #B28500; }

/* Site Info */
.site-info {text-align: center;}
.site-info p {letter-spacing: 1.5px; margin-bottom: 5px; display: block;}

/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
.inner #content {background: url(assets/images/inner-bg.jpg) no-repeat; background-size: cover; background-attachment: fixed; min-height: 600px; padding: 50px 0; color: #FFF;}
.inner #content h1 {margin-bottom: 30px; text-align: center;}
.inner #content p, .inner #content ul, .inner #content ol {font-size: 15px; line-height: 130%;}
.inner #content .wrap {background: #333; margin: 0 auto; padding: 20px 40px; box-shadow: 0px 0px 14px #b28500; margin-bottom: 30px;}

/*Services Page*/
.inner #content .wrap2 {background: #333; margin: 0 auto; box-shadow: 0px 0px 14px #b28500; padding: 0 0 20px; margin-bottom: 40px;}
.inner #content .wrap2 h3 {padding: 7px 0; text-align: center; background: #b28500; color: #FFF; font-size: 25px; font-weight: 700; font-family: 'Arial', sans-serif; margin-bottom: 20px;}
.inner #content .wrap2 p a {color: #FFF;}
.inner #content .wrap2 p {padding: 0 40px;}

/*Contact Us Page*/
.ctc-box {box-sizing: border-box; border: 2px solid #B28500; border-radius: 20px; box-shadow: 0px 0px 20px #b28500; padding: 20px 30px;}
.ctc-box .q-form {text-align: left;}
.ctc-box h3 {color: #b28500; margin-bottom: 30px; font-size: 30px;}
.ctc-info a {color: #FFF;}
.ctc-info a:hover {text-shadow: 0px 0px 20px #FFF;}
.ctc-info p {padding-left: 30px;}
.ctc-info p:nth-of-type(1) {background: url(assets/images/ft-add.png) no-repeat center left;}
.ctc-info p:nth-of-type(2) {background: url(assets/images/ft-tel.png) no-repeat center left;} 
.ctc-info p:nth-of-type(3) {background: url(assets/images/ft-email.png) no-repeat center left;} 

/*Price Page*/
#tablepress-1 {background: transparent;}
#tablepress-1 th {background: #2c1237; margin: 0 3px; font-size: 20px;}
#tablepress-1 th, #tablepress-1 td {border: none;}
#tablepress-1 th:not(:last-of-type), #tablepress-1 td:not(:last-of-type) {border: none; border-right: 2px solid #333; padding: 10px 20px; }
#tablepress-1 .even td {background: #b28500; color: #FFF;}
#tablepress-1 .odd td {background: transparent; color: #b28500;}

.cta {display: none;}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1170px) {
    #banner .bn-img img {bottom: -85px; right: -35%;}
    #wlc-sec {padding: 20px 0;}
}

@media screen and (max-width: 1117px) {
    #banner .bn-img img {right: -40%;}
    #wlc-sec .wlc-text h2 small {font-size: 20px;}
    #wlc-sec .wlc-text .btn {padding: 15px 20px; margin-left: 10px;}
}

@media screen and (max-width: 1087px) {
    #banner .bn-img img {right: -45%;}
    .main-navigation a {padding: 10px 25px;}
    #wlc-sec .wlc-text h2 small {padding-left: 10px;}
    h2 {font-size: 80px;}
    .site-footer .ft-top h3 {font-size: 20px;}
}

@media screen and (max-width: 1024px) {
    #banner .bn-text h2 {font-size: 30px;}
    .hd-wrap .hd-logo {flex-basis: 35%;}
    .custom-logo {width: 100%;}
    #svc-sec .svc-image-wrap .panel-grid-cell {width: 23% !important;}
}

@media screen and (max-width: 1000px) {
    .hd-wrap {flex-direction: column;}
    .hd-wrap div {width: 100%; text-align: center;}
    .hd-logo {margin: 10px auto 20px;}
    .main-navigation ul {justify-content: space-around;}
    .main-navigation a {padding: 15px 30px;}

    #svc-sec, .site-footer {padding: 20px 0;}
    #svc-sec .svc-car {display: none;}
    #banner #bn-caption {position: static; background: #333; flex-direction: column !important;}
    #banner #bn-caption .panel-grid-cell {width: 100% !important; text-align: center;}
    #banner .bn-img img {position: static; margin: 20px auto;}
    #banner .bn-text {width: 100%; background: #000; border: 9px solid #B28500;}
    .svc-wrap, .wlc-wrap, .qf-gal-wrap {flex-direction: column !important;}
    .wlc-wrap .panel-grid-cell, .svc-wrap .panel-grid-cell, .qf-gal-wrap .panel-grid-cell {width: 100% !important;}
    #wlc-sec .wlc-text, #svc-sec .svc-con, .testi-box {background: none; border: 9px solid #B28500; text-align: center;}
    #svc-sec .svc-con ul {columns: 2; text-align: left;}
    #svc-sec .svc-con p {margin-bottom: 0;}
    #svc-sec .svc-image-wrap {margin-top: 20px;}
    #svc-sec .svc-image-wrap img {width: 100%;}
    #wlc-sec .wlc-text h2 small {padding-left: 0;}
    #wlc-sec .wlc-text .btn {margin-left: auto;}
    .testi-box {padding: 20px;}
    #qf-sec {text-align: center;}
    #qf-sec .qf-con {max-width: 100%; background: #000; border: 9px solid #B28500;}
    #qf-sec .gal-con {margin-top: 30px;}
    .site-footer .ft-top {flex-wrap: wrap;}
    .site-footer .ft-top .ft-con:first-of-type {width: 100%; text-align: center; margin: 25px auto; flex-basis: 100%;}
    .site-footer .ft-top .ft-con:not(:first-of-type) {width: 33%; text-align: center !important; flex-basis: 33%;}
    .site-footer .ft-ctc p span {display: inline-block; margin-bottom: 10px;}
    .site-footer .ft-ctc p a, .site-footer .ft-ctc p small {display: block;}
    .site-footer .ft-top .ft-con {background: none !important;}
    .site-footer .ft-top .ft-con {padding: 0;}
    .footer-navigation ul, .site-footer .ft-map p, .ft-social {text-align: center;}
    .site-footer .ft-bot {flex-direction: column; text-align: center; padding-bottom: 50px;}
    .site-footer .ft-bot div {margin-bottom: 20px;}
    .site-info {width: 100%; position: absolute; bottom: 0;}
    .site-info .copyright, .site-info .container-fluid {margin-bottom: 0 !important;}
}

@media screen and (max-width: 800px) {
    .cta{background: #7f5f00  url(assets/images/phonecall.png) no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #000 ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
    #wprmenu_bar .menu_title a {color: #FFF; top: 0;}
    .hd-wrap .hd-ctc {border: none; padding: 10px 0;}
    .site-footer .ft-top .ft-con:not(:first-of-type) {flex-basis: 50%; width: 50%;}
    .gal-img-wrap, .svc-image-wrap {flex-direction: row !important;}
}

@media screen and (max-width: 570px) {
    .hd-wrap .hd-ctc {flex-direction: column;}
    #wlc-sec .wlc-text, #svc-sec .svc-con, #qf-sec .qf-con {padding: 20px;}
    #qf-sec {padding: 20px 0;}
    #svc-sec .svc-image-wrap {flex-wrap: wrap !important;}
    #svc-sec .svc-image-wrap .panel-grid-cell {width: 48% !important;}
    .hd-wrap .hd-ctc div {margin-bottom: 20px;}
    .menu-social-menu-container  {margin-bottom: 0 !important;}
    .testi-box .name {text-align: center; margin-top: 10px;}
    h2, .qf-con h2 {font-size: 55px;}
    .site-footer .ft-top .ft-con:not(:first-of-type) {width: 100%; flex-basis: 100%; margin-bottom: 20px;}
    .inner #content {text-align: center;}
    .inner #content .wrap {max-width: 90%; margin: 20px auto; padding: 10px;}
    .inner #content .wrap2 {max-width: 90%; margin: 20px auto;}
    .inner #content .wrap2 p {padding: 0 10px;}
	.mdform{width: 100%; display: block; margin-right: 10px;}
	.mdform div{margin-bottom:15px; width: 100%;}
}

@media screen and (max-width: 425px) {
    #svc-sec .svc-con ul {columns: 1;}
    #banner .bn-img img {display: none;}
    #banner .bn-text {padding: 10px;}
    #banner .bn-text .btn {padding: 15px 30px;}
    #wlc-sec {background: #000;}
    #wlc-sec .wlc-text h2 {font-size: 45px;}
    .testi-box h2 {margin: 0 auto 20px !important;}
    .gal-img-wrap .panel-grid-cell {margin: 4px !important;}
    .site-footer .ft-bot {padding-bottom: 80px;}
    .inner #content .wrap2 h3 {font-size: 17px;}
    .ctc-box {max-width: 90%; margin: 20px auto; padding: 20px 10px;}
    #tablepress-1 h3 {font-size: 20px;}
    #tablepress-1 {overflow-x: scroll; width: 100%; display: block;}
    .ctc-info {text-align: left;}
	.mdform{width: 100%; display: block; margin-right: 10px;}
.mdform div{margin-bottom:15px; width: 100%;}
} 

@media screen and (max-width: 320px) {
    #svc-sec .svc-con ul {margin: 0 0 10px 0;}
    .ctc-box .g-recaptcha {margin-left: -5%;}
    .g-recaptcha {transform: scaleX(.8); margin-left: -11%;}
	.mdform{width: 100%; display: block; margin-right: 10px;}
.mdform div{margin-bottom:15px; width: 100%;}
}

