@charset "UTF-8";
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clearfix:after,
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
.clearfix:after{content: '';}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
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;}
input::placeholder{ 
	color: #000;
	opacity:1;
}
textarea::placeholder{ 
	color: #000;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
.cvr-bg-bf:before,
.cvr-bg-af:after,
.cvr-bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cvr-bg-bf:before,
.cvr-bg-af:after{
	content: '';
	display: inline-block;
        vertical-align: middle;
}
body{
        background: #fff;
        color: #000;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight:  400;
	position: static;
	overflow-y:auto
}
.wrapper{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.form-basic select,
.form-basic input[type="number"],
.form-basic input[type="text"],
.form-basic input[type="tel"],
.form-basic input[type="email"],
.form-basic input[type="password"],
.form-basic textarea{
	outline: none;
	border-radius: 2px;
	display: block;
	width: 100%;
	background: #e8e8e8;
	border: 2px solid rgba(0,0,0,0);
	color: #000;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 400;
	height: 36px;
	padding: 0 10px;
}

.clicked.dropselect.has-search input:focus,
.form-basic input[type="number"]:focus,
.form-basic input[type="text"]:focus,
.form-basic input[type="tel"]:focus,
.form-basic input[type="email"]:focus,
.form-basic input[type="password"]:focus,
.form-basic textarea:focus{
	border: 2px solid #000;
}
.form-basic textarea{
	min-height: 75px;
	padding: 10px;
	resize: vertical;
	line-height: 180%;
}
.form-basic form > * {
	display: block;
	margin-top: 20px;
}
.form-basic form > *:first-child{
	margin-top: 0;
}

.form-basic .fgroup > label{
	display: block;
	margin-bottom: 8px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.form-basic .fgroup > label sup{
	line-height: 100%;
	position: relative;
	top: 0;
	color: #DE2C4F;
}

.format-text img,
.format-text .gallery img{
	vertical-align: top;
	height: auto !important;
}
.form-basic .gap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-basic .gap > *{
	flex: calc(50% - 17px);
	max-width: calc(50% - 17px);
}
.form-basic .gap.trio > *{
	flex: calc(33.3333333333333333% - 22px);
	max-width: calc(33.3333333333333333% - 22px);
}

.iframe-holder{
        position: relative;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        z-index: 1;
}
.iframe-holder > *{
        position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.format-text{
	line-height: 160%;
	font-size: 16px;
}
.format-text > *{
	margin-top: 25px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	color: #000;
	font-weight: 700;
	line-height: 140%;
	font-family: 'Oswald';
}
.format-text h1{
	font-size: 34px;
}
.format-text h2{
	font-size: 30px;
}
.format-text h3{
	font-size: 24px;
}
.format-text h4{
	font-size: 20px;
}
.format-text h5{
	font-size: 18px;
}
.format-text h6{
	font-size: 14px;
}
.format-text h1 + *,
.format-text h2 + *,
.format-text h3 + *,
.format-text h4 + *,
.format-text h5 + *,
.format-text h6 + *{
	margin-top: 10px;
}
.format-text a:not(.button){
	color: #0d3bae;
	text-decoration: underline;
}
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 40px;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 3px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 20px;
}
.format-text sup{
	color: #d90000;
	position: relative;
	top: 0;
	line-height: 100%;
}
.format-text blockquote{
	font-size: 18px;
	font-style: italic;
	line-height: 160%;
	color: #817F85;
}

.inner-home .banner form input[type='submit'],
.inner-serv .banner form input[type='submit'],
.form-basic input[type='submit'],
.button{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0px;
	display: inline-block;
	color: #fff;
	background: rgba(203,1,0,1);
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none !important;
	transition:all 0.2s ease-in;
}
.button.disabled:hover,
.button.disabled{
	cursor: default;
	background: #ccc;
	color: #fff;
}
.button:active,
.button:focus{
	border-radius: 0;
}
.inner-home .banner form input[type='submit']:hover,
.inner-serv .banner form input[type='submit']:hover,
.form-basic input[type='submit']:hover,
.button.btn-hollow:hover,
.button:hover{
	color: #fff;
	background: rgba(255, 106, 106, 1);
	border-color: rgba(255, 106, 106, 1);
}

.headbar .layer{
	padding: 10px 10px 15px;
	background: #cb0100;
	color: #fff;
	text-align: center;
	line-height: 120%;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Oswald';
}
.headbar .layer h1{
	font-size: 42px;
	line-height: 100%;
	margin: 0 0 5px;
}

/** HEADER **/
#top{
        background: #fff;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
}
.topbar{
        padding: 5px 0;
}
.topbar .wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.topbar .left{
        display: flex;
        align-items: center;
        gap: 10px;
}

.topbar .rate{
        display: inline-flex;
        color: #ffc834;
        gap: 10px;
        align-items: center;
}
.topbar p.rating .number,
.topbar .rate b{
        font-weight: 700;
        font-size: 20px;
}
.topbar .gmbrr .star, .tobar .gmbrr.stars-yellow .star{
	width: 0.7em;
}
.topbar .rate .star{
        display: flex;
}

.topbar .rate i{
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url(../img/icon/star.svg);
}

.topbar .rate small{
        color: rgba(0,0,0,0.54);
        font-size: 14px;
        text-decoration: underline;
}
.topbar .left p{
        font-weight: 700;
        font-size: 14px;
}
.midbar .social,
#bottom .social,
.topbar .social{
        display: flex;
        gap: 8px;
}
.inner-contact .copy .social a i,
.midbar .social a,
#bottom .social a,
.topbar .social a{
        flex: 26px;
        width: 26px;
        height: 26px;
        max-width: 26px;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        opacity: 1;
        transition:opacity 0.2s ease-in;
}
.midbar .social a:hover,
#bottom .social a:hover,
.topbar .social a:hover{
        opacity: .6;
}
.inner-contact .copy .social a i,
#bottom .social a{
        filter: brightness(0) invert(1);
}
.inner-contact .copy .social a.fb i,
.midbar .social a.fb,
#bottom .social a.fb,
.topbar .social a.fb{
        background-image: url(../img/icon/fb.png);
}
.inner-contact .copy .social a.ig i,
.midbar .social a.ig,
#bottom .social a.ig,
.topbar .social a.ig{
        background-image: url(../img/icon/ig.png);
}
.topbar p.rating .google-icon{
	display: none !important;
}
.topbar .gmbrr.badge.tiny{
	padding: 0;
}
.topbar .gmbrr .rating .all-stars + .count{
	position: relative;
	top: -2px;
	left: -2px;
}
.midbar{
        padding: 5px 0 10px;
}
.midbar .wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.midbar .phone{
        line-height: 160%;
}

.midbar .phone b{
        font-weight: 700;
}

.midbar .phone a{
        color: #000;
        text-decoration: underline;
}
.mainmenu{
        background: #0d3bae;
}
.mainmenu .wrapper > ul{
        display: flex;
        align-items: center;
        justify-content: center;
}
.mainmenu a{
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 11px 13px;
        background: #0d3bae;
        transition:background 0.2s ease-in;
        position: relative;
}
.mainmenu li:hover > a,
.mainmenu li.current-menu-item > a,
.mainmenu a:hover{
        background: #cb0100;
}
.mainmenu li{
        position: relative;
}
.mainmenu ul ul{
        position: absolute;
        right: 0;
        background: #0d3bae;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        transition:all 0.3s ease;
}
.mainmenu ul li:hover > ul{
        opacity: 1;
        visibility: visible;
}
.mainmenu ul ul a{
        font-size: 14px;
}
.mainmenu li.menu-item-has-children > a{
        padding-right: 30px;
}
#top .menu li span:after,
.mainmenu li.menu-item-has-children > a:after{
        display: block;
        position: absolute;
        top: 17px;
        right: 10px;
        width: 10px;
        height: 6px;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url(../img/icon/arrow-down.svg);
        content: '';
        transform: rotate(0deg);
        transition:all 0.3s ease;
}
#top .menu li span.active:after,
.mainmenu li.menu-item-has-children:hover > a:after{
        transform: rotate(180deg);
}
#top .menu li span:after{
        display: inline-block;
        width: 12px;
        height: 8px;
        top: auto;
        right: auto;
        position: relative;
}
#top .menu li span{
        display: inline-block;
        padding: 0 10px 2px;
        position: relative;
        right: -8px;
        top: -1px;
}

/** FOOTER **/
.section-cta{
        background: #f0f0f0;
        padding: 50px 0;
}
.section-cta .rowflex{
        align-items: center;
        flex-wrap: wrap;
}
.section-cta .rowflex > *{
        flex: 50%;
        max-width: 50%;
}
.section-cta .button{
        min-width: 270px;
}
.section-cta .caption{
        padding-right: 30px;
}
.section-cta .caption h2,
.section-cta .caption span{
        font-family: 'Oswald';
        font-size: 30px;
        display: block;
        margin: 0 0 15px;
        line-height: 100%;
}
.section-cta .caption h2{
        font-size: 36px;
        font-weight: 700;
        margin: 0 0 20px;
}
.section-cta .caption .txt{
        line-height: 160%;
        margin: 0 0 20px;
}
.section-cta .video a{
        display: block;
        position: relative;
}
.section-cta .video img{
        display: block;
        vertical-align: top;
}
.section-cta .video .play{
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
#popcta{
        width: 100%;
        max-width: 700px;
        padding: 50px;
        border-radius: 10px;
        background: #000;
}
#popcta  .fancybox-close-small{
        color: #000 !important;
        background: #666666;
        border-radius: 50%;
        transform: scale(0.7);
        top: 5px;
        right: 5px;
}
#popcta .copy{
        text-align: center;
        color: #fff;
        line-height: 160%;
        padding: 30px 0;
}
#popcta .act{
        display: flex;
        gap: 10px;
        max-width: 80%;
        margin: 0 auto;
}
#popcta .act > *{
        flex: 1;
        padding: 0 5px;
}
#bottom .widgets{
        background: #0d3bae;
        padding: 50px 0 60px;
        color: #fff;
}
#bottom .widgets .rowflex{
        gap: 50px;
}
#bottom .widgets h3{
        font-size: 18px;
        font-family: 'Oswald';
        font-weight: 700;
        position: relative;
        display: block;
        margin: 0 0 10px;
        text-transform: uppercase;
}
#bottom .widgets h3:after{
        display: block;
        position: relative;
        content: '';
        width: 30px;
        height: 2px;
        background: linear-gradient(to right,#fff,transparent) !important;
        margin: 5px 0 0;
}
#bottom .widgets a{
        color: #fff;
}
#bottom .widgets .social a{
	font-size: 0px;
}
#bottom .widgets a:not(.button):hover{
        text-decoration: underline;
}
.widget-contact > div > *:not(:first-child){
        margin: 15px 0 0;
}
.widget-hour > div > *:not(:first-child){
        margin: 30px 0 0;
}
.widget-hour > div {
        max-width: 250px;
}
.widget-hour > div p{
        display: flex;
        justify-content: space-between;
}
.widget-hour > div strong{
        font-weight: 700;
}
.tribute{
        text-align: center;
        padding: 30px 0;
}
.tribute ul{
        display: block;
        margin: 0 0 10px;
}
.tribute li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 3px;
        margin: 0 3px;
        line-height: 100%;
        position: relative;
}
.tribute li:after{
        display: block;
        position: absolute;
        width: 1px;
        height: 11px;
        background: #aaaaaa;
        content: '';
        right: -6px;
        top: 4px;
}
.tribute li:last-child:after{
        display: none;
}
.tribute li a{
        font-size: 11px;
        color: #666;
}
.tribute li a:hover{
        text-decoration: underline;
}
.tribute p{
        font-size: 11px;
        color: #666;
        line-height: 160%;
}
.stickynav{
        position: fixed;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        z-index: 99;
}
.stickynav figure svg{
        width: 24px;
}
.stickynav ul{
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
}
.stickynav li {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
}
.stickynav li a{
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 14px;
        color: #000;
        background: #fff;
        position: relative;
        right: calc(-100% + 42px);
        transition:right 0.3s ease;
}
.stickynav li a:hover{
        right: 0;
}
.stickynav li a span{
        padding-right: 50px;
        opacity: 0;
        transition:opacity 0.6s ease;
}
.stickynav li a:hover span{
        opacity: 1;
}
.stickynav figure{
        width: 42px;
        height: 42px;
        min-width: 42px;
        max-width: 42px;
        background: #cb0100;
        display: flex;
        justify-content: center;
        align-items: center;
}
#popshare{
        padding: 30px;
        border-radius: 10px;
        width: 100%;
        max-width: 400px;
}
#popshare h2{
        font-family: 'Oswald';
        font-weight: 700;
        font-size: 30px;
        margin: 0 0 10px;
}
/** ABOUT **/
.inner-page,
.inner-serv,
.inner-revs,
.single-blog,
.inner-blog,
.inner-contact,
.inner-cons,
.inner-gallery,
.inner-faq,
.inner-about{
        padding: 40px 0 80px;
}
.inner-contact .headbar,
.inner-faq .headbar,
.inner-about .headbar{
        margin: 0 0 80px;
}
.inner-revs .headbar,
.inner-page .headbar{
	margin: 0 0 30px;
}
.inner-about .content .rowflex{
        gap: 30px;
}
.inner-about .content .col{
        line-height: 160%;
}
.inner-about .content h3{
        font-family: 'Oswald';
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 10px;
}
.inner-about .content h3:not(:first-child){
        margin: 30px 0 10px;
}
.inner-about .content ul{
        list-style: disc;
        padding: 0 0 0 40px;
}
.inner-faq .txt{
        line-height: 160%;
}
.inner-gallery .txt a,
.inner-faq .txt a{
        color: #0d3bae;
        text-decoration: underline;
}
.inner-faq .faq-list{
        margin: 40px 0 0;
}
.faq-list .item:not(:first-child){
        margin: 5px 0 0;
}
.faq-list .acc-head{
        cursor: pointer;
        display: block;
        background: #0d3bae;
        font-family: 'Oswald';
        font-size: 24px;
        padding: 20px 60px 20px 20px;
        color: #fff;
        position: relative;
        font-weight: 700;
}
.faq-list .acc-head i{
        display: flex;
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 15px;
        transform: rotate(0deg);
        transition:transform 0.3s ease;
}
.faq-list .acc-head.expanded i{
        transform: rotate(180deg);
}
.faq-list .acc-head svg{
        width: 16px;
        fill: #000;
}
.faq-list .acc-body{
        display: none;
}
.faq-list .txt{
        padding: 20px;
}
.inner-gallery .headbar{
        margin: 0 0 40px;
}
.inner-gallery .txt{
        line-height: 160%;
        text-align: center;
        max-width: 900px;
        margin: 0 auto 30px;
}
.inner-gallery .txt > *:not(:first-child){
        margin: 10px 0 0;
}
.inner-gallery .txt h3{
        font-family: 'Oswald';
        font-size: 24px;
        font-weight: 700;
}
.gallery-list{
        gap: 1px;
        display: flex;
        flex-wrap: wrap;
}
.gallery-list > *{
        flex: calc(25% - 1px);
        max-width: calc(25% - 1px);
}
.gallery-list img{
        display: block;
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition:all 0.2s ease-in;
        opacity: 1;
}
.inner-home .gallery-list{
        gap: 8px;
}
.inner-home  .gallery-list > *{
        flex: calc(25% - 6px);
        max-width: calc(25% - 6px);
}
.inner-home .gallery-list img{
        height: 240px;
}
.gallery-list a:hover img{
        opacity: .6;
}
.inner-cons .txt{
        max-width: 1120px;
        margin: 0 auto 30px;
        line-height: 160%;
}
.inner-cons .form-basic{
        max-width: 1090px;
        margin: 0 auto;
}
.inner-cons .headbar{
        margin: 0 0 50px;
}
.inner-contact .content .wrapper{
        max-width: 1090px;
}
.inner-contact .content .rowflex{
        gap: 50px 100px;
}
.inner-contact .content h3{
        font-size: 18px;
        font-weight: 700;
        font-family: 'Oswald';
        margin: 0 0 5px;
}
.inner-contact .submis h3 + p{
        padding: 10px 0 0;
        margin: 0 0 30px;
}
.inner-contact .copy h3 + p{
        margin: 0 0 20px;
}
.inner-contact .copy hr{
        height: 1px;
        width: 80px;
        background: none;
        margin: 20px 0;
        border: none;
        border-top: 1px dotted #b9b9b9;
}
.inner-contact .copy p{
        line-height: 160%;
}
.inner-contact .copy p.time{
        display: flex;
        margin: 0 0 20px;
        gap: 0 60px;
}
.inner-contact .copy ul{
        list-style: disc;
        padding: 0 0 0 30px;
        margin: 0 0 20px;
        line-height: 160%;
}
.inner-contact .copy strong,
.inner-contact .copy b{
        font-weight: 700;
}
.inner-contact .copy a{
        color: #000;
        text-decoration: underline;
}
.inner-contact .copy .pay{
        display: flex;
        gap: 10px 5px;
        margin: 0 0 20px;
}
.inner-contact .copy .social{
        display: flex;
        gap: 0 15px;
}
.inner-contact .copy .social a{
        display: flex;
        width: 34px;
        height: 34px;
        background: #0d3bae;
        border-radius: 50%;
        opacity: 1;
        align-items: center;
        justify-content: center;
        transition:opacity 0.2s ease-in;
}
.inner-contact .copy .social a:hover{
        opacity: .7;
}
.inner-blog .headblog{
        background: #cb0100;
        margin: 0 0 20px;
        color: #fff;
        padding: 20px 0;
}
.inner-blog .headblog .heding{
        line-height: 120%;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Oswald';
}
.inner-blog .headblog h2{
        font-size: 42px;
	line-height: 100%;
	margin: 0 0 5px;
}
.inner-blog .headblog .rowflex{
        justify-content: space-between;
        align-items: center;
}
.inner-blog .headblog form{
        flex: 400px;
        max-width: 400px;
        position: relative;
}
.inner-blog .headblog input{
        display: block;
        width: 100%;
        height: 34px;
        padding: 0 10px;
        color: #000;
        border: 1px solid #000;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 16px;
}
.inner-blog .headblog button{
        display: flex;
        position: absolute;
        width: 34px;
        height: 34px;
        background: none;
        right: 0;
        top: 0;
        border: none;
        cursor: pointer;
        align-items: center;
}
.inner-blog .headblog button i{
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 18px;
        height: 18px;
        display: inline-block;
        background-image: url(../img/icon/search.png);
}
.inner-blog .content .rowflex{
        gap: 20px;
        flex-wrap: wrap;
}
.single-blog .related,
.inner-blog .content .item{
        flex:calc(33.333333333333% - 14px);
        max-width:calc(33.333333333333% - 14px);
        border-radius: 5px;
        background: #fff;
        overflow: hidden;
        box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
}
.single-blog .related{
        max-width: 100%;
}
.single-blog .related figure,
.inner-blog .item figure{
        overflow: hidden;
        display: block;
}
.single-blog .related img,
.inner-blog .item img{
        height: 190px;
        object-fit: cover;
        display: block;
        width: 100%;
        vertical-align: top;
        transform: scale(1);
        transition:all 0.2s ease;
}
.single-blog .related:hover img,
.inner-blog .item:hover img{
        transform: scale(1.05);
}
.single-blog .related .caption,
.inner-blog .item .caption{
        padding: 15px;
}
.single-blog .related h3,
.inner-blog .item h3{
        font-family: 'Oswald';
        font-weight: 700;
        margin: 0 0 15px;
        font-size: 18px;
}
.single-blog .related h3 a,
.inner-blog .item h3 a{
        color: #000;
        transition:color 0.2s ease-in;
}
.single-blog .related h3 a:hover,
.inner-blog .item h3 a:hover{
        color: #cb0100;
}
.single-blog .related .txt,
.inner-blog .item .txt{
        color: #747474;
        font-size: 15px;
        line-height: 140%;
        margin: 0 0 15px;
}
.single-blog .related .more,
.inner-blog .item .more{
        color: #000;
        font-size: 14px;
        font-weight: 700;
        position: relative;
}
.single-blog .related .more:after,
.inner-blog .item .more:after{
        content: '→';
        display: inline-block;
        position: relative;
        right: -5px;
        transition:right 0.2s ease;
}
.single-blog .related .more:hover:after,
.inner-blog .item .more:hover:after{
        right: -10px;
}
.single-blog .headblog{
        background: #0d3bae;
        color: #fff;
        padding: 20px 0 30px;
        margin: 0 0 50px;
}
.single-blog .headblog h2{
        font-weight: 700;
        font-family: 'Oswald';
        font-size: 38px;
        max-width: 750px;
        margin: 0 0 20px;
        line-height: 130%;
}
.single-blog .main{
        flex: 75%;
        max-width: 75%;
        padding-right: 40px;
}
.single-blog .sidebar{
        flex:25%;
        max-width: 25%;
}
.single-blog .postnav{
        display: flex;
        justify-content: space-between;
        margin: 60px 0;
}
.single-blog .postnav a{
        text-decoration: underline;
        color: #0d3bae;
}
.inner-home .banner,
.inner-serv .banner{
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 100px 0;
        position: relative;
}
.inner-home .banner:after,
.inner-serv .banner:after{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: '';
        background: rgba(3,3,3,.4);
}
.inner-home .banner .wrapper,
.inner-serv .banner .wrapper{
        position: relative;
        max-width: 1000px;
        z-index: 2;
        align-items: center;
}
.inner-home .banner .heding,
.inner-serv .banner .heding{
        flex: 60%;
        max-width: 60%;
        text-align: center;
        color: #fff;
        line-height: 140%;
        font-size: 20px;
        font-weight: 700;
        padding-right: 50px;
}
.inner-home .banner .heding a,
.inner-serv .banner .heding a{
        font-size: 28px;
        color: #fff;
}
.inner-home .banner h2,
.inner-serv .banner  h2{
        font-family: 'Oswald';
        font-weight: 700;
        font-size: 42px;
        margin: 0 0 20px;
        line-height: 120%;
        text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
}
.inner-home .banner .submis,
.inner-serv .banner .submis{
        flex: 40%;
        max-width: 40%;
        background: rgba(13,59,174,0.8);
        padding: 30px 30px 60px;
        color: #fff;
}

.inner-home .banner .submis h3,
.inner-serv .banner .submis h3{
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        margin: 0 0 30px;
        text-align: center;
}
.inner-home .banner input:not([type='submit']),
.inner-home .banner select,
.inner-serv .banner input:not([type='submit']),
.inner-serv .banner select{
        display: block;
        background: #fff;
        border: none;
        height: 40px;
        border-radius: 5px;
        color: #000;
        font-family: 'Roboto';
        font-size: 15px;
        width: 100%;
        padding: 0 10px;
}
.inner-home .banner input:not([type='submit'])::placeholder,
.inner-serv .banner input:not([type='submit'])::placeholder{
        color: #000;
        opacity: 1;
        font-weight: 700;
}
.inner-home .banner .fgroup,
.inner-serv .banner .fgroup{
        margin: 0 0 15px;
}
.inner-home .banner .fgroup > label,
.inner-serv .banner .fgroup > label{
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        margin: 0 0 8px;
}
.inner-home .banner form strong,
.inner-serv .banner form strong{
        display: block;
        margin: 0 0 15px;
        font-weight: 700;
        font-size: 13px;
}
.inner-home .banner form input[type='submit'],
.inner-serv .banner form input[type='submit']{
        margin: 0 auto;
        display: block;
}
.inner-serv .content{
        padding: 50px 0 0;
}
.inner-serv .main{
        flex: 66.6666666666%;
        max-width: 66.6666666666%;
        padding-right: 50px;
}
.inner-serv .sidebar{
        flex: 33.3333333333%;
        max-width: 33.3333333333%;
}
.sidebar .widget{
        background: #0d3bae;
        color: #fff;
        padding: 25px 20px 40px;
        border-radius: 5px;
        margin: 0 0 15px;
}
.widget-cta h2,
.widget-review h2{
        font-family: 'Oswald';
        font-weight: 700;
        font-size: 24px;
        margin: 0 0 15px;
}
.widget-review h2:after{
        display: block;
        width: 30px;
        height: 6px;
        background: #fff;
        content: '';
        margin: 10px 0 0;
}
.widget-cta{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        line-height: 160%;
}
.widget-cta h2{
        font-size: 32px;
        margin: 0;
        line-height: 120%;
}
.widget-cta .txt{
        max-width: 300px;
        margin: 0 0 10px;
}
.widget-cta .txt > *:not(:first-child){
        margin: 10px 0 0;
}
.widget-cta .txt strong{
        font-weight: 700;
        font-size: 20px;
}
.inner-home .intro{
        padding: 60px 0;
}

.inner-home .intro .wrapper{
        max-width: 870px;
        text-align: center;
}
.inner-home .intro h2{
        padding: 0 0 20px;
}
.inner-home .reason{
        background: #0d3bae;
        color: #fff;
        padding: 60px 0;
        text-align: center;
}
.inner-home .reason .format-text h2{
        color: #fff;
        padding: 0 0 20px;
}
.inner-home .reason .format-text a{
        color: #fff;
}
.inner-home .reason img{
        height: 80px;
        width: auto;
}
.inner-home .reason .wrapper{
        max-width: 900px;
}
.inner-home .reason .icons{
        margin: 50px 0 0;
        display: flex;
        justify-content: space-between;
        padding: 0 80px;
}

.inner-home .reason .icons h3{
        line-height: 140%;
        margin: 5px auto 0;
        max-width: 160px;
}
.inner-home .gallery{
        padding: 60px 0;
        text-align: center;
}
.inner-home .gallery h2{
        font-family: 'Oswald';
        font-weight: 700;
        font-size: 30px;
        margin: 0 0 30px;
}
.inner-home .gallery .button{
        margin: 50px 0 0;
        min-width: 250px;
}
.inner-home .service .item{
        display: flex;
        align-items: center;
}
.inner-home .service figure{
        flex: 58%;
        max-width: 58%;
}
.inner-home .service .item:nth-child(even) figure{
        order: 2;
}
.inner-home .service figure img{
        display: block;
        vertical-align: top;
        width: 100%;
        object-fit: cover;
        height: 500px;
}

.inner-home .service .caption{
        flex :42%;
        max-width: 42%;
        padding: 50px;
}
.inner-home .service .item:nth-child(even) .caption{
        order: 1
}
.inner-home .service h2{
        font-weight: 700;
        font-family: 'Oswald';
        font-size: 24px;
        line-height: 130%;
        margin: 0 0 15px;
}
.inner-home .service .format-text{
        margin: 0 0 30px;
}
.inner-home .service .button{
        min-width: 250px;
}
.inner-home .review{
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        color: #fff;
}
.inner-home .review:after{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: '';
        background: rgba(0,0,0,0.6);
}
.inner-home .review .rowflex{
        position: relative;
        z-index: 2;
        padding: 50px;
}
.inner-home .review .rowflex > *{
        flex: 50%;
        max-width: 50%;
}
.inner-home .review .caption{
        padding-right: 100px;
}
.inner-home .review h2{
        font-family: 'Oswald';
        font-weight: 700;
        line-height: 130%;
        margin: 0 0 20px;
        font-size: 30px;
}
.inner-home .review .txt{
        line-height: 160%;
}
.inner-home .review .txt a{
        color: #fff;
        text-decoration: underline;
}
.widget-review  .author-name a,
.inner-home .review  .author-name a{
	color: #fff;
	font-weight: 700;
	font-family: 'Oswald';
	font-size: 20px;
}
.inner-revs .attribution,
.widget-review .google-business-reviews-rating .author-avatar,
.widget-review .google-business-reviews-rating > *:not(.listing),
.inner-home .review .google-business-reviews-rating .author-avatar,
.inner-home .review .google-business-reviews-rating > *:not(.listing){
	display: none;
}
.widget-review .gmbrr .listing .review-meta + .text,
.widget-review .gmbrr .listing .text + .review-meta,
.inner-home .review .gmbrr .listing .review-meta + .text,
.inner-home .review .gmbrr .listing .text + .review-meta{
	padding-inline-start: 0;
	color: #fff;
	line-height: 160%;
}
.widget-review .gmbrr .listing .review-more-link,
.inner-home .review .gmbrr .listing .review-more-link{
	color: #fff;
	text-decoration: underline;
}
.widget-review .gmbrr .listing .rating,
.inner-home .review .gmbrr .listing .rating{
	font-size: 2.3em;
}
.widget-review .relative-time-description,
.inner-home .review .relative-time-description{
	display: block !important;
	color: #fff !important;
	font-size: 14px !important;
	margin-inline-start: 0 !important;
	margin: 5px 0 0 !important;
}
.widget-review .gmbrr .listing li,
.inner-home .review .gmbrr .listing li{
	padding: 0 0 15px !important;
	margin: 0 0 5px !important;
	border-bottom: 1px solid #fff;
}
.inner-home .review .button{
	min-width: 270px;
	margin: 30px 0 0;
}
.inner-revs p.buttons{
	padding: 30px 0 0;
}
.inner-revs .heading,
.inner-revs .vicinity{
	display: none;
}
div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed !important;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7 form .wpcf7-response-output{
	background: #cb0100;
	font-size: 14px;
	padding: 10px 15px;
	color: #fff;
	border: none !important;
	margin: 20px 0 0 !important;
	border-radius: 5px;
}
.wpcf7-form.sent *:not(.wpcf7-response-output){
	display: none;
}
.wpcf7-form.sent .wpcf7-response-output{
	margin: 0 !important;
}
.wpcf7-spinner{
	position: absolute;
}
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){
        
}

#top .menu,
#top .mact,
.sticky-mobs,
.midbar .mobs{
	display: none;
}
@media (max-width: 1800px) {

}
@media (max-width: 1259px) {
	.inner-home .banner .wrapper,
	.inner-serv .banner .wrapper,
	.inner-contact .content .wrapper,
	.wrapper{
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.mainmenu a{
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	#top{
		box-shadow:rgba(0,0,0,0.25) 0px 3px 11px 0px;
		overflow: hidden;
	}
	.inner-home .banner .wrapper,
	.inner-serv .banner .wrapper,
	.inner-contact .content .wrapper,
	.wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.topbar .right,
	.topbar .left > *:not(a):not(#google-business-reviews-rating),
	.midbar .phone,
	.mainmenu{
		display: none;
	}
	.topbar .left{
		flex: 100%;
		max-width: 100%;
		justify-content: center;
	}
	.midbar .mobs{
		display: block;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 15px;
		z-index: 999;
	}
	.midbar{
		padding: 5px 0;
		position: relative;
		text-align: center;
	}
	.midbar .wrapper{
		justify-content: center;
	}
	.mobile-trigger{
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 10px;
	}
	a.menu-mobile{
		width: 30px;
		height: 15px;
		position: relative;
		display: inline-block;
		top: 2px;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before,
	.menu-mobile .menu-bar b{
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		top: 7px;
		background: #666;
		display: block;
	}
	.menu-mobile .menu-bar b{
		-webkit-transition:background 300ms ;
		-moz-transition:background 300ms ;
		-o-transition:background 300ms ;
		-ms-transition:background 300ms ;
		transition:background 300ms ;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before{
		content: '';
		-webkit-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-moz-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-o-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-ms-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
	}
	
	.menu-mobile .menu-bar b:after{
		top: 7px;
	}
	.menu-mobile .menu-bar b:before{
		top: -7px;
	}
	
	.open-menu .menu-mobile  .menu-bar b:after,
	.open-menu .menu-mobile  .menu-bar b:before{
		top:0;
		-webkit-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-moz-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-o-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-ms-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		left: 0;
		background: #fff;
	}
	.open-menu .menu-mobile  .menu-bar b{
		background: rgba(0,0,0,0);
	}
	.open-menu .menu-mobile  .menu-bar b:after{
	    -ms-transform: rotate(45deg); /* IE 9 */
	    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	    transform: rotate(45deg);
	}
	.open-menu .menu-mobile  .menu-bar b:before{
		-ms-transform: rotate(-45deg); /* IE 9 */
		-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
		transform: rotate(-45deg);
	}
	
	.inner-home .gallery-list{
		gap: 1px;
	}
	.inner-home .gallery-list > *,
	.gallery-list > *{
		flex: calc(33.3333333333333% - 1px);
		max-width: calc(33.3333333333333% - 1px);
	}
	.inner-home .review .rowflex,
	.inner-contact .content .rowflex{
		gap: 50px;
	}
	.inner-home .service .item{
		flex-wrap: wrap;
	}
	.inner-home .review .rowflex > *,
	.inner-home .service figure,
	.inner-home .service .caption{
		flex: 100%;
		max-width: 100%;
	}
	.inner-home .service .item:nth-child(even) figure{
		order: 1;
	}
	.inner-home .service .item:nth-child(even) .caption{
		order: 2;
	}
	.inner-home .review .caption{
		padding: 0;
	}
	#top .mact{
		display: flex;
		gap: 5px;
		padding: 5px;
	}
	#top .mact > *{
		flex: calc(50% - 2px);
		max-width: calc(50% - 2px);
		padding: 0 5px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.topbar .rate small{
		color: #000;
		font-weight: 700;
		font-size: 13px;
	}
	#top .menu{
		position: fixed;
		z-index: 99;
		right: -280px;
		top: 0;
		height: 100vh;
		overflow-y: scroll;
		background: #002359;
		color: #fff;
		display: block;
		width: 280px;
		padding: 150px 20px 30px;
		opacity: 0;
		visibility: hidden;
		transition:all 0.3s ease;
	}
	.open-menu #top .menu{
		opacity: 1;
		visibility: visible;
		right: 0;
	}
	#top .menu li{
		margin: 0 0 30px;
		display: block;
		position: relative;
	}
	#top .menu li:last-child{
		margin: 0;
	}
	#top .menu a{
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		display: inline-block;
	}
	#top .menu a.active,
	#top .menu .current-menu-item > a{
		padding: 0 0 7px;
		border-bottom: 2px solid #fff;
	}
	#top .menu li ul{
		display: none;
		padding: 20px 10px 0;
	}
	#top .menu li ul li{
		margin: 0 0 10px;
	}
	#top .menu li ul li a{
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 991px)  {

}
@media (max-width: 768px) {
	.inner-blog .headblog .rowflex,
	.inner-contact .content .rowflex{
		flex-wrap: wrap;
	}
	.inner-blog .headblog .rowflex{
		gap: 20px 0;
	}
	.inner-home .banner .rowflex,
	.inner-serv .content .rowflex,
	.inner-serv .banner .rowflex,
	.single-blog .content .rowflex{
		gap: 50px 0;
	}
	.inner-serv .main,
	.inner-serv .sidebar,
	.inner-home .banner .submis,
	.inner-home .banner .heding,
	.inner-serv .banner .submis,
	.inner-serv .banner .heding,
	.single-blog .main,
	.single-blog .sidebar,
	.inner-blog .content .item,
	.inner-blog .headblog .rowflex > *,
	.inner-contact .content .rowflex > *,
	.form-basic .gap.trio > *,
	.form-basic .gap > *,
	#bottom .widgets .rowflex > *,
	.section-cta .rowflex > *,
	.inner-about .content .rowflex > *{
		flex: 100%;
		max-width: 100%;
	}
	.form-basic .gap{
		gap: 20px;
	}
	#popcta .act{
		max-width: 100%;
	}
	.section-cta .video .play svg{
		transform: scale(0.6);
	}
	.section-cta .caption{
		text-align: center;
	}
	#bottom .widgets a.button,
	.section-cta .caption .button{
		display: block;
		width: 100%;
	}
	.stickynav{
		background: rgba(255,255,255,.99);
		top: auto;
		bottom: 0;
		width: 100%;
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		padding: 30px 30px 85px;
		display: none;
	}
	.stickynav ul{
		opacity: 0;
		transition:opacity 0.9s ease;
	}
	.stickynav.active ul{
		opacity: 1;
	}
	.stickynav li{
		margin: 0 0 20px;
	}
	.stickynav li a{
		right: auto;
		background: none;
	}
	.stickynav li a span{
		opacity: 1;
		order: 1;
		padding: 0;
		font-size: 18px;
	}
	.stickynav figure{
		order: 2;
		overflow: hidden;
		border-radius: 50%;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
	}
	.stickynav figure svg{
		width: 20px;
	}
	.sticky-mobs{
		display: flex;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 24px;
		right: 25px;
		background: #cb0100;
		width: 50px;
		height: 50px;
		z-index: 100;
		transition:transform 0.3s ease;
		transform: rotate(0deg);
	}
	.sticky-mobs.active{
		transform: rotate(-45deg);
	}
	.sticky-mobs svg{
		width: 30px;
	}
	#bottom .widgets .rowflex{
		gap: 30px;
	}
	.inner-home .gallery-list,
	.gallery-list{
		gap: 4px;
	}
	.inner-home .gallery-list > *,
	.gallery-list > *{
		flex: calc(50% - 4px);
		max-width: calc(50% - 4px);
	}
	.inner-home .gallery-list img,
	.gallery-list img{
		height: 160px;
	}
	.inner-home .reason .icons{
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.inner-home .reason .icons > *{
		flex: 33.3333333333333%;
		max-width: 33.3333333333333%;
	}
	.inner-home .service figure img{
		height: 220px;
	}
	.inner-home .service .caption{
		text-align: center;
	}
	.widget-review .gmbrr,
	.inner-home .review .button,
	.inner-home .review .gmbrr{
		width: 100%;
	}
	/** MARGIN **/
	.inner-revs .headbar,
	.inner-contact .headbar,
	.inner-cons .headbar,
	.inner-faq .headbar,
	.inner-about .headbar{
		margin: 0 0 40px;
	}
	
	/** PADDING **/
	.section-cta .caption{
		padding: 0 0 40px;
	}
	.inner-serv,
	.single-blog,
	.inner-blog{
		padding: 0 0 60px;
	}
	.inner-page,
	.inner-revs,
	.inner-contact,
	.inner-cons,
	.inner-gallery,
	.inner-faq,
	.inner-about{
		padding: 30px 0 60px;
	}
	.inner-home .banner .submis,
	.inner-serv .banner .submis,
	#popshare,
	#popcta{
		padding: 20px;
	}
	.inner-home .banner,
	.inner-serv .banner{
		padding: 50px 0;
	}
	.inner-home .reason .icons{
		padding: 0 15px;
	}
	.inner-home .reason .item{
		padding: 0 10px;
	}
	.inner-home .review .rowflex,
	.inner-home .service .caption{
		padding: 30px 15px;
	}
	#google-business-reviews-rating,
	.inner-home .banner .heding,
	.inner-serv .banner .heding,
	.inner-serv .main,
	.single-blog .main{
		padding: 0;
	}
	/** FONT SIZE **/
	.inner-blog .headblog .heding h2,
	.headbar .layer h1{
		font-size: 32px;
	}
	.inner-home .banner h2,
	.inner-serv .banner h2,
	.section-cta .caption h2{
		font-size: 30px;
	}
	.inner-home .review h2,
	.inner-home .gallery h2,
	.inner-home .format-text h2,
	.widget-cta h2,
	.single-blog .headblog h2,
	#popshare h2,
	.section-cta .caption span{
		font-size: 24px;
	}
	.inner-blog .headblog .heding,
	.inner-gallery .txt h3,
	.headbar .layer{
		font-size: 20px;
	}
	.faq-list .acc-head{
		font-size: 18px;
	}
	.inner-home .reason .icons h3{
		font-size: 14px;
	}
	#popcta .act > *{
		font-size: 12px;
	}
	
}
/* Custom mobile */
@media (max-width: 480px) {

}

@media (max-width: 360px) {
	
}
@media (min-width: 1230px) {

}

#responsive{
	display:block;
	width:10px;
	height: 10px;
	position: fixed;
	bottom:10px;
	left: 10px;
	z-index: 9999;
}
/** RESPONSIVE VIEWER **/
@media (max-width: 1259px) {  #responsive{background: blueViolet !important;}}
@media (max-width: 991px) {  #responsive{background: red !important;}}
@media (max-width: 768px) {  #responsive{background: blue !important;}}
@media (max-width: 480px) {  #responsive{background: cyan !important;}}
@media (max-width: 360px) {  #responsive{background: green !important;}}
