/*
Theme Name: Mos Marine Upholstery
Theme URI: http://theme.belocal.today/mosmarineupholstery/
Author: Md. Mostak Shahid
Author URI: https:mdmostakshahid.me
Description: Our Mos Marine Upholstery default theme is clean, blog-focused, and designed for clarity. Mos Marine Upholstery is simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, one-column, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mosmarineupholstery
*/
/*Common*/
/*
Base Color for 
a, button bg, small call, FAQ Header 
*/
body {	
	font-family: 'Taviraj', serif;
	font-size: 18px;
}
ul, ol, dl { 
	margin: 0;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
	margin-bottom: 20px;
}
h2 {
    font-size: 28px;
}
a {
    color: #333333;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a:link {
}
a:visited {
}
a:hover, a:active, a:focus { 
    color: #000000;
    text-decoration: underline;
    text-decoration: none;
}
a img {
	border: none;
}
.se-pre-con {
	background-color: rgba(0, 0, 0, .9);
    color: #ffffff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
}
.se-pre-con i {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

section,
.por {
	position: relative;
}
.title,
.sub-title {
	text-align: center;
}
.title {
	font-size: 45px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    /*position: relative;*/    
}
.bordered-title .title {
    padding: 0 43px 10px;
    border-bottom: 1px solid #58585a;
    display: inline-block;
}
/* .title:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #000000;
    width: 370px;
    bottom: 10px;
    max-width: 100%;
}
 *//* .title:after,
.title:before {
    display: inline-block;
    margin-bottom: 8px;
    height: 16px;
    content: "";
    text-shadow: none;
    width: 174px;
}
.title:before {
    margin-right: 20px;
    background-image: url(images/title-before.png);
    background-position: right center;
}
.title:after {
	margin-left: 20px;
    background-image: url(images/title-after.png);
	background-position: left center;
} */

.img-centered,
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright {
	float: right;
}
.content-wrap {}
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-left-right-padding {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.min-height0 {
	min-height: 0;
}
.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-center {
	margin: 0 auto;
}
.table-right {
	float: right;
}
.pagination-container {}
.pagination {}
.pagination .nav-links {} 
.pagination .nav-links .page-numbers {
    width: 27px;
    display: inline-block;
    color: #6ec4ef;
    border: 1px solid #6ec4ef;
    text-align: center;
    
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current {
    color: #ffffff;
    background-color: #6ec4ef;
} 
.pagination .nav-links .page-numbers.dots,
.pagination .nav-links .page-numbers.dots:hover {
    border-style: none;
    background-color: transparent;
    color: #6ec4ef;
} 
.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
    width: auto;
    min-width: 27px;
    padding-left: 5px;
    padding-right: 5px;
} 
.pagination .nav-links .page-numbers.prev {} 
.pagination .nav-links .page-numbers.next {} 
.pagination .screen-reader-text {
	display: none;
}

.owl-theme .owl-dots .owl-dot {}
.owl-theme .owl-dots .owl-dot.active, 
.owl-theme .owl-dots .owl-dot:hover {}

.numaric-dot .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.numaric-dot .owl-dot.active:before {}


.img-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.hover-box {
    position: absolute;
    background: rgba(159, 133, 48, 0.5);
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}
.img-container:hover .hover-box {
    opacity: 1;
}
.img-container .img-gallery {
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.img-container .link-container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
	width: 100%;
	padding: 0 10px;	
}

.img-container:hover .img-gallery {
	-webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}
.hover-zoom {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -25px;
}
.hover-zoom a {
    display: inline-block;
    height: 50px;
    width: 50px;
    transition: all 500ms ease 0s;
}
.hover-zoom .zoom {
    opacity: 0;
    z-index: 1;
    position: relative;
    /*left: -150px;
    transform: rotate(-720deg);*/
}
.img-container:hover .hover-zoom a.zoom {
    opacity: 1;
    /* left: 0;
    position: relative;
    transform: rotate(0deg); */
}
.holder {}
.holder a {}
.holder a:hover,
.holder a.jp-current {}
.holder a.jp-previous,
.holder a.jp-next {}
.holder a.jp-previous {}
.holder a.jp-next {}
.accordion .panel+.panel {
	margin-top: 16px;
}
.accordion .panel {
	border-style: none;
	background-color: transparent;
}
.accordion .panel>.panel-heading {
    padding: 0;
}
.accordion .panel>.panel-heading .panel-title {
	margin-bottom: 0;
}
.accordion .panel>.panel-heading a {
    padding: 15px;
    display: block;
    position: relative;
    background-color: #6ec4ef;
    color: #ffffff;    
    font-weight: 700;
    font-size: 18px;
}

.accordion .panel>.panel-heading a:before {
    position: absolute;
    color: #ffffff;
    content: '\f106';
    font-family: 'FontAwesome';
    width: 46px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 46px;
}
.accordion .panel>.panel-heading a.collapsed:before {
    content: '\f107';
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top-style: none;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], 
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea, 
.frm_style_formidable-style.with_frm_style .frm_blank_field select, 

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, 
.frm_style_formidable-style.with_frm_style select:focus, 
.frm_style_formidable-style.with_frm_style textarea:focus, 
.frm_style_formidable-style.with_frm_style input[type=text], 
.frm_style_formidable-style.with_frm_style input[type=password], 
.frm_style_formidable-style.with_frm_style input[type=email], 
.frm_style_formidable-style.with_frm_style input[type=number], 
.frm_style_formidable-style.with_frm_style input[type=url], 
.frm_style_formidable-style.with_frm_style input[type=tel], 
.frm_style_formidable-style.with_frm_style input[type=phone], 
.frm_style_formidable-style.with_frm_style input[type=search], 
.frm_style_formidable-style.with_frm_style select, 
.frm_style_formidable-style.with_frm_style textarea {
	font-size: 16px;
	background-color: transparent;
	border-radius: 0;
    border-style: none;
	border-bottom: 1px solid #000000;
	height: 38px;
    color: #000000;
    box-shadow: none;
    padding-left: 0;
}
.frm_style_formidable-style.with_frm_style textarea {
	height: auto;
}
.frm_style_formidable-style.with_frm_style input[type=text]::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=password]::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=email]::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=number]::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=url]::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=tel]::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=phone]::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
.frm_style_formidable-style.with_frm_style input[type=text]::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=password]::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=email]::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=number]::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=url]::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=tel]::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=phone]::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=search]::-moz-placeholder { /* Firefox 19+ */
    color: #000000;	
}
.frm_style_formidable-style.with_frm_style input[type=text]:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=password]:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=email]:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=number]:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=url]:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=tel]:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=phone]:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=search]:-ms-input-placeholder { /* IE 10+ */
    color: #000000;	
}
.frm_style_formidable-style.with_frm_style input[type=text]:-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=password]:-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=email]:-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=number]:-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=url]:-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=tel]:-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=phone]:-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=search]:-moz-placeholder { /* Firefox 18- */
    color: #000000;	
}

.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0;
    margin-top: 22px;
}
.cptch_wrap {
	display: block !important;
	border-bottom: 1px solid #000000;
	height: 40px;
	padding: 0;
}
.cptch_wrap .cptch_label,
.cptch_wrap .cptch_reload_button {

}
.frm_style_formidable-style.with_frm_style .cptch_wrap input[type=text].cptch_input {
	margin: 5px 0;
	height: 30px;
    background-color: #d1d1d1;
    color: #ffffff;
    border-style: none;
    text-align: center;
    font-size: 14px !important;
    color: #000000;
}
.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container {

}

.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.frm_style_formidable-style.with_frm_style .frm_submit button, 
.frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	margin: 0;
    margin-top: 22px;
	width: 100%;
	border-radius: 0;
	border-style: none;
	height: 40px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none; 
    box-shadow: none;  
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
    background-color: #58585a;
    color: #ffffff;
}
.frm_style_formidable-style.with_frm_style input[type=submit]:hover, 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, 
.frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover,

.frm_style_formidable-style.with_frm_style input[type=submit]:focus, 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus, 
.frm_style_formidable-style.with_frm_style .frm_submit button:focus, 
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:focus, 
.frm_style_formidable-style.with_frm_style input[type=submit]:active, 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active, 
.frm_style_formidable-style.with_frm_style .frm_submit button:active, 
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:active {
    background-color: #58585a;
    color: #ffffff;
}
.form-field {
    position: relative;
}
.form-name:after,
.form-phone:after,
.form-email:after,
.form-message:after {
    position: absolute;
    right: 0;
}
.form-name:after {
    content: url(images/TrimRight-CTA-user-icon.png);
    top: 5px;
}
.form-phone:after {
    content: url(images/TrimRight-CTA-call-icon.png);
    top: 10px;
}
.form-email:after {
    content: url(images/TrimRight-CTA-email-vicon.png);
    top: 14px;
}
.form-message:after {
    content: url(images/TrimRight-CTA-Message-icon.png);
    top: 8px;
}
li.current-page-ancestor a,
li.current-page-parent a,	
li.current-menu-ancestor a,	
li.current-menu-parent a,	
li.current_page_parent a,	
li.current_page_ancestor a,
li.current_page_item a,
li.current-menu-item a {

}

.small-call {
    position: absolute;
    width: 50%;
    background-color: #6ec4ef;
    color: #ffffff;
    line-height: 52px;
    z-index: 9999;    
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.small-call:hover {
	background-color: #ffffff;	
	color: #6ec4ef;
}

.cssmenu.mobile #menu-button {
	padding: 17px 50px;
	text-align: right;
}
.cssmenu.mobile ul li {
	border-top-style: none;
}
.cssmenu.mobile .submenu-button {
	height: 53px;
	width: 53px;
}
.cssmenu.mobile .submenu-button:before {
	top: 22px;
    right: 26px;
}
.cssmenu.mobile .submenu-button:after {
    top: 25px;
    right: 23px;
}
.nav-container .small-header .site-branding a.logo {
	margin-top: 0;
}
#main-header .is-sticky .sticky_menu {
        background-color: #58585a;
    z-index: 99991 !important;
}
.map-holder {
	display: inline-block;
}
.widgets-call {
	font-weight: 600;
}

.testimonial-content .img-section {
	position: relative;
}
.testimonial-content .img-section .video-icon {
	position: absolute;
    content: '';
    z-index: 1;
    width: 84px;
    height: 84px;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    cursor: pointer;
}
.owl-nav {
	width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	text-indent: -9999px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background-color: transparent;	
}
.owl-nav .owl-prev {
	float: left;	
}
.owl-nav .owl-next {
	float: right;
}

.blog-title a,
.dotted {
    max-width: 90%;
    min-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-widgets,
.page-widgets {
}
.img-blog {
	padding-bottom: 10px;
}
.list-inline li {
	vertical-align:top;
}
.flex-container {
	display: flex;
	align-items: center;
}
.flex-container h2 {
	padding-left: 30px;
}
.back-to-top {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 999;
    height: 40px;
    width: 40px;
}
/*Common*/
/*Admin Bar*/
#wpadminbar #wp-admin-bar-theme-option>.ab-item:before {
    content: "\f540";
    top: 2px;
}
/*Admin Bar*/
/**********************
********Sections*******
***********************/
/*General Logo Area*/
.site-branding {}
.site-branding a.logo {
	display: block;
}
.site-branding a.logo .img-logo {
	margin: 0 auto;
}
.site-branding .site-title {}
.site-branding .site-title a {}
.site-branding .site-description {}
/*General Logo Area*/
/*General Social*/
ul.social {
    margin-bottom: 0;
}
ul.social.with-hover li {
	height: 40px;
	width: 40px;
	overflow: hidden;
	padding: 0;
    margin-right: 20px;
}
ul.social.with-hover li:last-child {
    margin-right: 0;
}
ul.social.with-hover li a {
    display: block;    
}
ul.social.with-hover li:hover a .social-img {
	display: none;
}
#main-header {	
    background-color: #58585a;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 998;
}
#main-header .cssmenu {	
    display: block;
}
#main-header .cssmenu > ul {	
    text-align: center;
}
#main-header .cssmenu > ul > li {
	float: none;
	display: inline-block;
}
#main-header .cssmenu > ul > li > a {
	color: #ffffff;
	padding: 35px 14px;
}
#main-header .cssmenu > ul > li > a:hover,
#main-header .cssmenu > ul > li.current-menu-item > a,
#main-header .cssmenu > ul > li.current_page_item > a {
	color: #6ec4ef;
}
#main-header .cssmenu > ul > li.current-menu-item > a:before,
#main-header .cssmenu > ul > li.current_page_item > a:before {
	content: '[';
	padding-right: 10px;
}
#main-header .cssmenu > ul > li.current-menu-item > a:after,
#main-header .cssmenu > ul > li.current_page_item > a:after {
	content: ']';
	padding-left: 10px;
}
#page-title {}
#page-title .content-wrap,
#section-banner .banner-container {
    padding-top: 130px;
}
#section-banner .content .banner-title {
    font-size: 42px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
#section-banner .content p {
	height: 60px;
	overflow: hidden;
}
#page-title h1 {
    font-size: 2.34375vw;
    padding: 3.22916vw 0;
    color: #ffffff;
    margin: 0;
    text-align: center;
}
#section-banner {}
#section-banner .banner-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#section-banner .banner-container .content {
    padding: 30px 2.96875vw;
    border-top: 4px solid #6ec4ef;
    border-bottom: 4px solid #6ec4ef;
    margin-top: 13.5417vw;
    margin-bottom: 15.625vw;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    color: #ffffff;
}
#section-banner .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;    
}
#section-banner .owl-dots .owl-dot {
    border: 1px dashed #ffffff;  
    border-radius: 50%;
    margin: 0 2px;
}
#section-banner .owl-dots .owl-dot span {
    background-color: #ffffff;
    margin: 2px;
    width: 15px;
    height: 15px;
}

#section-banner .owl-dots .owl-dot.active {
    border: 1px solid #6ec4ef;  
}
#section-banner .owl-dots .owl-dot.active span {
    background-color: #6ec4ef;
}
#small-banner {
    min-height: 130px;
}
#small-banner .img-banner {
    width: 100%;
    height: auto;
}
#small-banner .desc {
    padding: 30px;
    border-top: 4px solid #6ec4ef;
    border-bottom: 4px solid #6ec4ef;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    color: #ffffff;
}
#section-service {}
#section-service .content-wrap {
    padding-top: 4.17vw;
}
#section-service .service_showcase {
    padding-top: 30px;
}
.custom_showcase {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.custom_showcase .showcase_wrapper a {
    display: block;
    color: #ffffff;
}
.custom_showcase img {
    width: 100%;
}
.custom_showcase .showcase_wrapper .showcase_cnt {
    position: absolute;
    top: 0%;
    bottom: 0px;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_showcase .showcase_wrapper .showcase_cnt:before {
    position: absolute;
    top: 12%;
    right: 27%;
    bottom: 12%;
    left: 27%;
    border: 3px solid #6ec4ef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_showcase .showcase_wrapper:hover .showcase_cnt:before {
    top: -9%;
    right: 13%;
    bottom: -9%;
    left: 13%;
    border: 3px solid #6ec4ef;
}
.custom_showcase .showcase_wrapper .showcase_cnt:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    content: "";
    z-index: -1;
}
.custom_showcase .showcase_wrapper .showcase_cnt h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 30%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 31%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom_showcase .showcase_wrapper:hover .showcase_cnt h3 {
    margin-top: 23%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_showcase .showcase_wrapper .showcase_cnt p {
    color: #fff;
    padding: 0 30%;
    opacity: .0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_showcase .showcase_wrapper:hover .showcase_cnt p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_showcase .showcase_wrapper .showcase_cnt .btn {
    width: 53px;
    height: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-top: 12px;
    opacity: .0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 7px 8px;
    background: #72d5ff;
    border-color: #72d5ff;
}
.custom_showcase .showcase_wrapper:hover .showcase_cnt .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_showcase .showcase_wrapper .showcase_cnt .btn i {
    font-size: 36px;
    line-height: 36px;
}
#section-welcome {}
#section-welcome .content-wrap {
    padding: 4.17vw 0;
}
#section-welcome .desc {
    text-align: center;
    padding-top: 18px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#section-welcome .desc ul {
    padding-left: 0;
}
#section-welcome .desc ul li {
    list-style: none;
}
#section-welcome .btn-welcome {
    width: 220px;
    max-width: 100%;
    padding: 10px 10px 5px;
    background-color: #58585a;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 20px auto 0;
    border-radius: 0;
    display: block;
}
#section-button {}
#section-button .content-wrap {}
#section-button .btn-button {
    font-size: 3.125vw;
    font-weight: 600;
    border-radius: 0;
    color: #ffffff;
    position: relative;
    padding: 2.083vw;
}
#section-button .btn-button:before {
    position: absolute;
    content: '';
    top: 0.9375vw;
    right: 0.9375vw;
    bottom: 0.9375vw;
    left: 0.9375vw;
    border: 3px solid transparent;   
}
#section-button .row:nth-child(odd) > div:nth-child(odd) .btn-button, 
#section-button .row:nth-child(even) > div:nth-child(even) .btn-button {
    background-color: #6ec4ef;
}
#section-button .row:nth-child(odd) > div:nth-child(odd) .btn-button:before, 
#section-button .row:nth-child(even) > div:nth-child(even) .btn-button:before {
    border-color: #4d89a7;
}
#section-button .row:nth-child(odd) > div:nth-child(even) .btn-button, 
#section-button .row:nth-child(even) > div:nth-child(odd) .btn-button {
    background-color: #58585a;
}
#section-button .row:nth-child(odd) > div:nth-child(even) .btn-button:before, 
#section-button .row:nth-child(even) > div:nth-child(odd) .btn-button:before {
    border-color: #4d89a7;
}
#section-contact {}
#section-contact .content-wrap {
    padding: 4.17vw 0;
}
/* #section-contact .call-section,
#section-contact .form-section {
    padding: 0 4.17vw;
} */

#section-contact .call-section {
    padding-top: 3.64583vw;
    font-size: 34px;
    font-weight: 400;
}
#section-contact .call-section a {
    font-size: 50px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
#section-contact .border-right {
    border-right: 2px solid #58585a;
}
#section-contact .form-section h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
#section-contact .form-section h3:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 60px;
    height: 3px;
    background-color: #000000;
    content: '';
}
#section-gallery {}
#section-gallery .content-wrap {
    padding: 4.17vw 0;
}
#section-gallery .view-more-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #aeaeae;
    height: 655px;
    width: 100%;
    text-align: center;
    background-image: url(images/TrimRight-Gallery-image-7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#section-gallery .view-more-link .wrapper {
    width: 100%;
}
#section-gallery .view-more-link .wrapper h3 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
}
#section-gallery .view-more-link .wrapper span {
    background-color: #ffffff;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}
#section-gallery .ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom {
    background-image: url(images/TrimRight-Gallery-image-hover-icon.png);
    width: 58px;
    height: 26px;
}

#section-testimonial {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f4f4f4+10,f5f5f5+20,fafafa+30,ffffff+100 */
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f3f3 0%, #f4f4f4 10%, #f5f5f5 20%, #fafafa 30%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#f4f4f4 10%,#f5f5f5 20%,#fafafa 30%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3f3f3 0%,#f4f4f4 10%,#f5f5f5 20%,#fafafa 30%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#section-testimonial .content-wrap {
    padding: 4.17vw 0;
}
#section-testimonial .controller h3 {
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    padding-top: 4.17vw;
}
#section-testimonial .controller h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
#section-testimonial .carousel-indicators {
    position: relative;
    float: left;
    bottom: auto;
    margin: 0;
    width: auto;
    left: auto;
    padding-right: 2.60vw;
    margin-right: 6.77vw;
    border-right: 2px solid #000000;
}
#section-testimonial .carousel-indicators li {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto;    
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #000000;
    margin-bottom: 20px;
}
#section-testimonial .carousel-indicators li:first-child {
    margin-top: 10px;
}
#section-testimonial .carousel-indicators li:last-child {
    margin-bottom: 10px;
}
#section-testimonial .carousel-indicators li.active {
    width: 75px;
    height: 75px;
    border-width: 5px;
}
#section-testimonial .carousel-inner {
    width: auto;
}
#section-testimonial .carousel-inner h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
#section-testimonial .carousel-inner h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
#section-testimonial .carousel-inner .desc {
    padding-top: 3vw;
}
#section-testimonial .carousel-inner .desc:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 20px;
}
#section-testimonial .carousel-control.left,
#section-testimonial .carousel-control.right {
    background-image: none;
    position: relative;
    text-indent: -9999px;
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
#section-testimonial .carousel-control.left {
	background-image: url(images/Client-Reviews-left-arrow.png);
}
#section-testimonial .carousel-control.left:hover {
	background-image: url(images/Client-Reviews-left-arrow-hover.png);
}
#section-testimonial .carousel-control.right {
	background-image: url(images/Client-Reviews-right-arrow.png);
}
#section-testimonial .carousel-control.right:hover {
	background-image: url(images/Client-Reviews-right-arrow-hover.png);
}
#section-testimonial .linegap {
	display: inline-block;
	width: 70%;
	height: 2px;
	background-color: #000000;
	vertical-align: middle;
}
/*content*/
.page-content {}
.page-content .content-wrap {
    padding: 1.3020vw 0;
}
.page-content .content .blog-title {
    margin-bottom: 10px;
}
.page-content .content .blog-title,
.page-content .content .blog-title a {
    color: #000000;
}
.page-content .content .post-meta {
    background-color: #6ec4ef;
    padding: 5px;
    margin-bottom: 10px;
}
.page-content .content .post-meta ul {
    margin-bottom: 0;
}
.page-content .content .post-meta ul li {}
.page-content .content .post-meta ul li a {
    color: #ffffff;
}
.page-content .content .btn-blog {
    border-radius: 0;
    background-color: #6ec4ef;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-content .content h1,
.page-content .content h2,
.page-content .content h3,
.page-content .content h4,
.page-content .content h5,
.page-content .content h6,
.page-content .content ul,
.page-content .content p {
    margin-top: 0;
    margin-bottom: 20px;
}
.page-content .content p,
.page-content .content .desc {
    text-align: justify;
}
.page-content .content img {
    max-width: 100%;
    height: auto;
}
.page-widgets .widget,
.post-widgets .widget {
    margin-bottom: 40px;
}
.page-widgets h4,
.post-widgets h4 {
    color: #ffffff;
    font-size: 40px;
    background-color: #6ec4ef;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}
.page-widgets ul,
.post-widgets ul {
    border: 1px solid #e1e1e1;
    border-top-style: none;
    padding-left: 0;

}
.page-widgets ul li,
.post-widgets ul li {
    list-style:none;
    line-height: 45px;
}
.page-widgets ul li a,
.post-widgets ul li a {
    color: #000000;
	padding-left: 25px;
}
.page-widgets .widget.widget_nav_menu,
.post-widgets .widget.widget_nav_menu {}
.page-widgets .widget.widget_nav_menu ul.menu,
.post-widgets .widget.widget_nav_menu ul.menu {}
.page-widgets .widget.widget_nav_menu ul.menu li.menu-item,
.post-widgets .widget.widget_nav_menu ul.menu li.menu-item {}
.page-widgets .widget.widget_nav_menu ul.menu li.menu-item a,
.post-widgets .widget.widget_nav_menu ul.menu li.menu-item a {
    display: block;
}
.page-widgets .widget.widget_nav_menu ul.menu li.menu-item.current-menu-item a,
.page-widgets .widget.widget_nav_menu ul.menu li.menu-item a:hover,
.post-widgets .widget.widget_nav_menu ul.menu li.menu-item.current-menu-item a,
.post-widgets .widget.widget_nav_menu ul.menu li.menu-item a:hover {
    color: #ffffff;
    background-color: #58585a;
}
#page-form {
    background-image: url(images/sidebar-form-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 35px;
    margin-bottom: 30px;
}
#page-form .header-part {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}
#page-form .header-part .text-section {
    padding-left: 10px;
}
#page-form .header-part span {
    font-size: 20px;
}
#page-form .header-part a {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}
#page-form .form-part {}
#footer {
    position: relative;
}
#footer .content-wrap {
    padding: 4.7vw 30px 2.08vw 4.7vw;
    /* background-image: url(images/Contact-us-bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center; */
}
#footer .left-part {
    background-image: url(images/footer-left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#footer .right-part {
    background-image: url(images/footer-right.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#footer .title-part,
#footer .contact-part,
#footer .nav-part {
	border-bottom: 1px solid #8c8a8c;
    display: table;
    width: 100%;
}
#footer .title-part h3 {
	color: #72d5ff;
	font-size: 35px;
	margin: 0;
}
#footer .contact-part .flex-container {
    padding: 15px 0;
    min-height: 105px;
}
#footer .contact-part .flex-container.address {
    max-width: 240px;
    margin-right: 70px;
}
#footer .contact-part .flex-container.email {
    margin-right: 60px;
    max-width: 325px;
}
#footer .contact-part .flex-container.call {
    max-width: 200px;
}
#footer .contact-part .address > span,
#footer .contact-part .email > span,
#footer .contact-part .call > span {
	padding-left: 15px;

}
#footer .contact-part .address,
#footer .contact-part .email a {
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
}
#footer .contact-part .call a {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}
#footer .nav-part {
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer .nav-part .footer-menu {
    margin-bottom: 0;
}
#footer .nav-part .footer-menu li {
    margin-right: 20px;
}
#footer .nav-part .footer-menu li:last-child {
    margin-right: 0;
}
#footer .nav-part .footer-menu li a {
    color: #ffffff;
    line-height: 40px;
}
#footer .nav-part .footer-menu li a:hover {}
#footer .copyright {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#footer .copyright,
#footer .copyright a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
#footer .copyright .belocal {
    color: #72d5ff;
    text-decoration: underline;
    display: inline-block;
}

#footer .btn-map {
    position: absolute;
    bottom: 127px;
    left: 0;
    right: 0;
    padding: 0;
    border-style: none;
}
/*Sections*/
/*Sections*/
/*Pages*/
#contact-page {}
#contact-page .contact-title {
	font-size: 26px;
}


/*Testimonial Page*/
.testimonial-content .img-testimonial {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 3px solid #000000;
    margin-bottom: 10px;
}
/*Thank You Page*/
.thanks .bntextpara {    
	color: #6ec4ef;
    border: 10px solid #6ec4ef;
    padding: 5% 0;
}
/*Thank You Page*/
/*Offer Page*/
.offer-header {
	padding-top: 6%;
	padding-bottom: 6%;
}
.offer-header .site-branding {
	background-color: rgba(0,0,0,.7);
    box-shadow: 0 0 1px #a7a6a6;
    padding: 5px 0;
}
.offer-header .site-branding a.logo .img-logo {
	height: 80px;
	width: auto;
}
#offer-form {}
#offer-form .content {
	border: 4px solid #6ec4ef;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 15px;
}
#offer-form .content .content-list {
	background-color: rgba(0,0,0,.6);
    border-radius: 5px;
    padding: 11px 15px;
    margin: 15px 5px;
	text-align: center;
}
#offer-form .content .content-list .listitem {
	text-align: left;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#offer-form .content .content-list .title {
	font-weight: 700;
	font-size: 30px;
	margin: 0;
}
#offer-form .content .text {
	font-size: 26px;
}
#offer-form .content .text a {
	font-weight: 600;	
}
#offer-form .frm_style_formidable-style.with_frm_style input[type=submit], 
#offer-form .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
#offer-form .frm_style_formidable-style.with_frm_style .frm_submit button, 
#offer-form .frm_form_submit_style, 
#offer-form .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	width: 100%;
}
.sticker {
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 2%;
    margin-bottom: 2%;
}

/*Offer Page*/
/*404 Page*/
#error {
	position: relative;
}

#error .content-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
#error .left-col {
	text-align: center;
}
#error .right-col {
	text-align: center;
}
#error .error-title {
	font-size: 216px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 4px;
    padding: 0;
    margin: 0;
}
#error .subtitle {	
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#error .error-page-list {
	padding: 6% 0;
	margin: 0;
}
#error .error-page-list li {
	list-style-type: none;
	text-align: left;
	width: 33%;
	float: left;
}
#error .error-page-list li a {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
}
#error .error-page-list li a:hover {
	text-decoration: none;
}
/*404 Page*/
/*Pages*/

.custom-visible-small {
    display: none;
}
#lightbox-gallery-page .gallery-images {
    margin-bottom: 30px;
}
@media (min-width: 1281px) {
}


@media (max-width: 1900px) {
    #main-header .cssmenu > ul > li > a {
        padding: 35px 10px;
    }
}
@media (max-width: 1800px) {
    #main-header .cssmenu > ul > li > a {
        padding: 35px 5px;
    }
}
@media (max-width: 1700px) {
    #main-header .cssmenu > ul > li > a {
        font-size: 16px;
    }
    #footer .contact-part .flex-container.address,
    #footer .contact-part .flex-container.email {
        margin-right: 10px;
    }
    ul.social,
    .footer-menu {
        float: none !important;
        display: block;
        text-align: center;
    }
}
@media (max-width: 1600px) {
    #main-header .cssmenu > ul > li > a {
        font-size: 15px;
    }
	#footer .title-part h3 {
		text-align: center;
	}
    #footer .contact-part .pull-left,
    #footer .contact-part .pull-right {
        display: block;
        float: none !important;
    }
    #footer .contact-part .flex-container.address,
    #footer .contact-part .flex-container.email,
    #footer .contact-part .flex-container.call {
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 5px;
        
    }

}
@media (max-width: 1500px) {
    #main-header .cssmenu > ul > li > a {
        font-size: 14px;
    }
    .custom_showcase .showcase_wrapper .showcase_cnt h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .custom_showcase .showcase_wrapper .showcase_cnt p {
        font-size: 14px;
    }

}

@media (max-width: 1400px) {
    #main-header .cssmenu > ul > li > a {
        font-size: 13px;
    }
    .custom_showcase .showcase_wrapper .showcase_cnt h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .custom_showcase .showcase_wrapper .showcase_cnt p {
        font-size: 14px;
        line-height: 16px;
    }
    ul.social.with-hover li {
        margin-right: 10px;
    }
    #footer .nav-part .footer-menu li {
        margin-right: 5px;
    }
    .back-to-top {
        right: 40px;
        bottom: 40px;
        left: auto;
    }
}
@media (max-width: 1300px) {
    #main-header .cssmenu > ul > li > a {
        font-size: 12px;
    }
}
@media (max-width: 1200px) {
    #main-header {
        z-index: 1;
    }
    #page-title h1 {
        font-size: 30px;
    }
    #main-header .cssmenu > ul > li > a {
        font-size: 10px;
    }

    .custom-visible-large {
        display: none;
    }
    .custom-visible-small {
        display: block;
    }
}
@media (max-width: 1100px) {
    #main-header .cssmenu > ul {
        text-align: center;
    }
    #main-header .cssmenu > ul > li > a {
        font-size: 18px;
    }
}
/*Tablet Land*/
@media (max-width: 1024px) {
    #page-title .content-wrap, 
    #section-banner .banner-container {
        padding-top: 0;
    }
    .back-to-top {
        bottom: 0;
        right: 0;
        opacity: .5;
        filter: alpha(opacity=50);
    }
    #main-header {
        position: relative;
        top: 0;
    }
    .cssmenu.mobile {
        background-image: none;
        background-color: #000000;
    }
    .cssmenu > ul > li > a {
        color: #ffffff;
        border-bottom: 1px solid rgba(120, 120, 120, 0.2);
    }
    .cssmenu > ul > li > a:first-child {
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    .cssmenu #menu-button:before, 
    .cssmenu #menu-button:after {
        background-color: #ffffff;
        height: 2px;
        border-style: none;
    } 
    #main-header .cssmenu > ul > li > a {
        padding: 10px;
        text-align: left;
    }
    .custom_showcase .showcase_wrapper .showcase_cnt h3 {
        font-size: 20px;
        line-height: 30px;
    }
    #section-button .btn-button {
        font-size: 20px;
    }
    #section-contact .call-section a {
        font-size: 26px;
    }
    #section-gallery .view-more-link {
        height: 558px;
    }
    #footer .contact-part .flex-container {
        padding: 10px 0;
        min-height: auto;
    }
    #footer .nav-part .footer-menu {
        margin-top: 10px;
        padding-right: 0; 
    }
	
}

@media (max-width: 992px) {
    .container-fluid {
        padding: 0;
    }
    .container-fluid .row {
        margin: 0;
    }
    .custom_showcase .showcase_wrapper .showcase_cnt:before {
        display: none;
    }
    .custom_showcase .showcase_wrapper:hover .showcase_cnt h3 {
        margin-top: 31%;
        webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .custom_showcase .showcase_wrapper:hover .showcase_cnt p,
    .custom_showcase .showcase_wrapper:hover .showcase_cnt .btn {
        opacity: 0;
    }
	.display-table,
	.display-table-cel {
	    display: block;
	    width: 100%;
	}	
	.no-right-padding,
	.no-left-padding,
	.no-padding,
	.no-left-right-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
    #page-title h1 {
        font-size: 28px;
    }
    #section-button .row:nth-child(even) > div:nth-child(odd) .btn-button {
        background-color: #6ec4ef;
    }
    #section-button .row:nth-child(even) > div:nth-child(even) .btn-button {
        background-color: #58585a;
    }
    #section-contact .border-right {
        border-right-style: none;
    }
    #section-gallery .view-more-link {
        height: auto;
        padding: 10px 0;
    }
    #section-button .btn-button {
        width: 100%;
    }
    #footer .contact-part .flex-container {
        text-align: left;
    }
    #footer .map-wrapper {
        height: auto !important;
    }

    #footer .content-wrap {
        padding: 4.7vw 4.7vw 2.08vw 4.7vw;
    }
    #footer .no-padding {
        padding: 0;
    }
    #footer .right-part {
        height: 294px !important;
    }

}

@media (max-width: 960px) {
}

@media (max-width: 800px) {
}

@media (max-width: 768px) {	
	#error .error-title {
		font-size: 160px;
	    letter-spacing: 1px;
	}
}
@media (max-width: 667px) {
	#section-testimonial .carousel-indicators {
        float: none;
        border-right-style: none;
        padding-right: 0;
        margin-right: 0;
    }
    #section-testimonial .carousel-indicators li {
        display: inline-block;
        margin: 10px;        
    }
    #section-testimonial .carousel-indicators li:first-child,
    #section-testimonial .carousel-indicators li:last-child {
        margin: 10px;        
    }
    #section-testimonial .carousel-indicators li.active {
        margin: 0;        
    }
    #footer .contact-part .email a {
        font-size: 14px;
    }
	
}
@media (max-width: 640px) {
}

@media (max-width: 600px) {
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {	
    .bordered-title .title {
        padding: 0 10px 10px;
    }
    .flex-container img {
        display: block;
        margin: 0 auto;
    }
    #footer .contact-part .address, 
    #footer .contact-part .email, 
    #footer .contact-part .call {
        padding-left: 0;
        display: block;
        text-align: center;
    }
    #footer .contact-part .email {
        word-break: break-all;
    }
    
	.one-fifth-grid {
		width: 100%;
	}
}

@media (max-width: 375px) {
}

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

@media (max-width: 320px) {
}

@media (max-width: 240px) {
}

.desc a {
    color: #6ec4ef;
    font-size: 18px;
}
section#lightbox-gallery-page .widget h4 {color: #fff;font-size: 40px;background-color: #6ec4ef;text-align: center;padding-top: 5px;padding-bottom: 5px;margin: 0;}
section#lightbox-gallery-page .widget ul {padding: 10px 0px;border: 1px solid #e1e1e1;text-align: center;}
section#lightbox-gallery-page .widget ul li {list-style: none;display: inline-block;padding: 0px 0px 10px;margin-top: 10px;}
/*section#lightbox-gallery-page .widget ul li a {padding: 5px 10px;text-shadow: 1px 1px 1px #cecfd0;}*/
section#lightbox-gallery-page .widget ul li a {padding: 5px 7px;text-shadow: 1px 1px 1px #cecfd0;font-size: 17px;border: 1px solid #6ec2ed;margin: 0 2px;}
section#lightbox-gallery-page .widget ul li a:hover {color: #ffffff;background-color: #58585a;text-shadow: none;}

.clear-p{padding: 0 !important;}
.others_profile-sec a img {
    border: 1px solid #ccc;
}
.others_profile-sec {
    padding: 10px;
}
