/*
Theme Name: Mos Scottys Trading Theme
Theme URI: http://theme.belocal.today/mosscottystrading/
Author: Md. Mostak Shahid
Author URI: https:mdmostakshahid.me
Description: Our Mos Scottys Trading Theme default theme is clean, blog-focused, and designed for clarity. Mos Scottys Trading Theme 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: mosscottystrading
*/
/*Common*/
/*
Base Color for 
a, button bg, small call, FAQ Header 
*/
body {	
	font-family: 'Calibri';
	font-size: 18px;
}
ul, ol, dl { 
	margin: 0;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
}
a {
    color: #0071bc;
	-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: #0071bc; 
    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%);
}
.scrollup {
    float: right;    
    width: 48px;
    
/*     
    width:40px;
    height:40px;            
    text-indent:-9999px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
*/
}
section,
header,
footer,
.por {
    position: relative;
}
.title-wrapper {
    text-align: center;
}
.title {
	font-size: 30px;
    font-weight: 700;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    background-image: url(images/title-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 42px;

}
/* .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: 22px;
    line-height: 22px;
    background-color: #0071bc;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
} 
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current {
    color: #0071bc;
    border-color: #0071bc;
    background-color: transparent;
} 
.pagination .nav-links .page-numbers.dots {
    color: #0071bc;
    background-color: transparent;  
} 
.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
    min-width: 22px;
    width: auto;
} 
.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;
    opacity: 0;	
}
.img-container:hover .link-container {
    opacity: 1;
}

.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 {
    text-align: center;
}
.holder a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.holder a:hover,
.holder a.jp-current {
    color: #0071bc;
}
.holder a.jp-previous,
.holder a.jp-next {}
.holder a.jp-previous {}
.holder a.jp-next {}
.holder a.jp-disabled {
    display: none;
}
.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 32px;
    display: block;
    position: relative;
}


.accordion .panel-default>.panel-heading a.collapsed:before {
    content: '\f107';
    font-family: 'FontAwesome';
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top-style: none;
}
.accordion .panel>.panel-heading a:before {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    top: 3px;
    right: 3px;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    content: '\f102';
}
.accordion .panel>.panel-heading a.collapsed:before {
    content: '\f103';
}
.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 .mce-edit-area iframe, 
.frm_style_formidable-style.with_frm_style .frm_blank_field select, 
.frm_form_fields_error_style, 
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, 
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, 
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, 
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid,

.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, 
.frm_form_fields_style, 
.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, 
.frm_form_fields_active_style, 
.frm_form_fields_error_style, 
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, 
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
	font-size: 18px;
    font-weight: 300;
    color: #000000;
	background-color: transparent;
	border-radius: 0;
	border-style: none;
    border-bottom: 1px solid #07538e;
	height: 42px;
    box-shadow: none;
    padding-left: 45px;
}
.frm_style_formidable-style.with_frm_style textarea {
	height: auto;
}
.frm_form_field.input-name,
.frm_form_field.input-phone,
.frm_form_field.input-email,
.frm_form_field.input-message {
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.frm_form_field.input-name {
    background-image: url('images/name-cta.png');
}
.frm_form_field.input-phone {
    background-image: url('images/phone-cta.png');
}
.frm_form_field.input-email {
    background-image: url('images/email-cta.png');
}
.frm_form_field.input-message {    
    background-image: url('images/message-cta.png');
}
.frm_form_field label {
    position: relative;
}
.frm_form_field label:before { 
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
    transform: perspective(1000px) rotate3d(1,0,0,0deg);
    border: 1px solid #07538e;
    bottom: 100%;
    content: '';
    height: 42px;
    left: 0;
    position: absolute;
    transform-origin: 50% 100%;
    transform: perspective(1000px) rotate3d(1,0,0,90deg);
    transition: transform 0.3s;
    width: 100%;
}
.frm_form_field input:focus + label:before {
  -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
  transform: perspective(1000px) rotate3d(1,0,0,0deg);
}
.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 */
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
}
.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+ */
    font-size: 18px;
    font-weight: 300;   
    color: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
}
.frm_style_formidable-style.with_frm_style input[type=text]::-ms-placeholder,
.frm_style_formidable-style.with_frm_style input[type=password]::-ms-placeholder,
.frm_style_formidable-style.with_frm_style input[type=email]::-ms-placeholder,
.frm_style_formidable-style.with_frm_style input[type=number]::-ms-placeholder,
.frm_style_formidable-style.with_frm_style input[type=url]::-ms-placeholder,
.frm_style_formidable-style.with_frm_style input[type=tel]::-ms-placeholder,
.frm_style_formidable-style.with_frm_style input[type=phone]::-ms-placeholder,
.frm_style_formidable-style.with_frm_style input[type=search]::-ms-placeholder { /* IE 10+ */
    font-size: 18px;
    font-weight: 300;   
    color: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
}

.frm_style_formidable-style.with_frm_style input[type=text]:focus::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=password]:focus::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=email]:focus::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=number]:focus::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=url]:focus::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=tel]:focus::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=phone]:focus::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=search]:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    filter: alpha(opacity=100);
}
.frm_style_formidable-style.with_frm_style input[type=text]:focus::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=password]:focus::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=email]:focus::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=number]:focus::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=url]:focus::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=tel]:focus::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=phone]:focus::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type=search]:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    filter: alpha(opacity=100);
}
.frm_style_formidable-style.with_frm_style input[type=text]:focus::-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=password]:focus::-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=email]:focus::-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=number]:focus::-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=url]:focus::-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=tel]:focus::-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=phone]:focus::-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type=search]:focus::-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    filter: alpha(opacity=100);
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label {
    font-size: 18px;
    font-weight: 300;   
    color: #000000; 
    padding-left: 10px;
    padding-top: 5px;   
}
.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 25px;
}
.cptch_wrap {
	display: block !important;
    border-bottom: 1px solid #07538e;
	height: 42px;
	padding: 0 10px;
}
.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;
    border-style: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0 10px;    
    font-size: 18px !important;
    font-weight: 400;
}
.cptch_label {
    font-weight: 400;
}
.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container {
    font-size: 18px;
}

.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] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0061a2+0,0071bc+100 */
    background: rgb(0,97,162); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,97,162,1) 0%, rgba(0,113,188,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,97,162,1) 0%,rgba(0,113,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,97,162,1) 0%,rgba(0,113,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a2', endColorstr='#0071bc',GradientType=0 ); /* IE6-9 */
    color: #f9ec06;
    font-size: 26px;
    font-weight: 700;
	margin: 0;
	width: 100%;
	border-radius: 0;
	border-style: none;
	height: 50px;
	-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;
}
.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 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0071bc+0,0061a2+100 */
    background: rgb(0,113,188); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,113,188,1) 0%, rgba(0,97,162,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,113,188,1) 0%,rgba(0,97,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,113,188,1) 0%,rgba(0,97,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#0061a2',GradientType=0 ); /* IE6-9 */
    color: #f9ec06;

}
.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.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=search], 
.frm_style_formidable-style.with_frm_style select, 
.frm_style_formidable-style.with_frm_style textarea, 
.frm_style_formidable-style.with_frm_style .chosen-container,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.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] {    
    font-family: 'Calibri';
}
.frm_style_formidable-style.with_frm_style .frm_submit button:after {    
    content: '\f1d8';
    font-family: 'FontAwesome';
    padding-left: 15px;
}
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-header {
    padding-top: 52px;
}
.small-nav {
    position: fixed;
    min-height: 52px;
    width: 100%;
    z-index: 1;
}
.small-call {
    position: absolute;
    width: 50%;
    background-color: #000000;
    color: #ffffff;
    line-height: 52px;
    z-index: 9999;    
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.small-menu {
    position: absolute;
    width: 50%;
    right: 0;
    line-height: 52px;
    background-color: #0071bc;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    z-index: 3;
}
.small-nav ul {
    padding-left: 0;
    list-style: none;
}
.small-nav > ul {
    padding-top: 52px;
}

.small-menu:focus,
.small-menu:active,
.small-menu:hover,
.mobile-menu a:active,
.mobile-menu a:hover {
    color: #ffffff;
}
.mobile-menu {
    position: absolute;
    left: -100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 2;
    background-color: #f9ec06;
    height: 100vh;
    overflow-y: auto;
    width: 100%;
}
.mobile-menu.open {
    left: 0;
}
.mobile-menu li {}
.mobile-menu li a {
    display: block;
    padding: 10px;
    border-bottom: 2px solid rgba(0,0,0,.5);
}
.mobile-menu li ul {
    display: none;
}
.mobile-menu span.drop_down_icon {
    float: right;
    line-height: 43px;
    width: 47px;
    text-align: center;
    border: 1px solid #000000;
}
.cssmenu.mobile #menu-button {
    padding: 17px 50px;
    text-align: right;
    color: #ffffff;
    background-color: #0071bc;
}
.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;
}
.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 {
}
.list-inline li {
	vertical-align:top;
}
/*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: 8px 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: 38px;
	width: 38px;
	overflow: hidden;
	padding: 0;
}
ul.social.with-hover li a {
    display: block;    
}
ul.social.with-hover li:hover a.hover-icon {
	margin-top: -38px;
}
/*Sections*/
/*Sections*/
/*Pages*/
#main-header {}
#main-header .top-header {
    padding: 16px 0;
    background-color: #f9ec06;
}
#main-header .top-header .wrapper {    
    text-align: right;
    padding-top: 20px;
}
/*
#main-header .top-header .call,
#main-header .top-header .email,
#main-header .top-header .social {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

#main-header .top-header .call , 
#main-header .top-header .email {
    display: table;
}
#main-header .top-header .call > *, 
#main-header .top-header .email > *{
    display: table-cell;
    vertical-align: baseline;
}

#main-header .top-header .call img , 
#main-header .top-header .email img {
    padding-right: 10px;
}
#main-header .top-header .call a {
    font-size: 24px;
    font-weight: 700;
}
#main-header .top-header .email {
    font-size: 20px;   
}
#main-header .top-header .call a,
#main-header .top-header .email a,
#main-header .top-header .call a:hover,
#main-header .top-header .email a:hover {
    color: #000000;
} */
#main-header .top-header .email,
#main-header .top-header .call {
    padding-top: 20px;
    text-align: right;
}
#main-header .top-header .email {
    padding-top: 25px;
    font-size: 19px;
    font-weight: 700;
}
#main-header .top-header .header-email,
#main-header .top-header .header-call {    
    color: #000000;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat; 
    padding-left: 30px;
}
#main-header .top-header .header-call {
    font-size: 26px;
    font-weight: 700;
    background-image: url('images/phone-icon.png');
}
#main-header .top-header .header-email {
    background-image: url('images/email-icon.png');    
}
#main-header .nav-container {
    background-color: #0071bc;
} 
#main-header .nav-container .cssmenu.mainmenu .main-menu {
    text-align: center;
}

#main-header .nav-container .cssmenu.mainmenu .main-menu > li {
    float: none;
    display: inline-block;
}
#main-header .nav-container .cssmenu.mainmenu > ul > li a {
    color: #ffffff;    
}
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-page-ancestor > a,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-page-parent > a,   
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-ancestor > a, 
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-parent > a,   
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_parent > a,   
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_ancestor > a,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_item > a,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-item > a,
#main-header .nav-container .cssmenu.mainmenu > ul > li a:hover {
    color: #f9ec06;    
}
#main-header .nav-container .cssmenu.mainmenu > ul > li > a {
    font-weight: 700;
    padding: 10px 28px;
}
#main-header .nav-container .cssmenu.mainmenu > ul > li.has-sub > a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.has-sub > a:after {
    background-color: #ffffff;
}
#main-header .nav-container .cssmenu.mainmenu > ul > li.has-sub > a:before {
    top: 16px;
    right: 23px;
} 

#main-header .nav-container .cssmenu.mainmenu > ul > li.has-sub > a:after {
    top: 19px;
    right: 20px;
} 
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-page-ancestor a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-page-ancestor a:after,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-page-parent a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-page-parent a:after,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-ancestor a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-ancestor a:after,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-parent a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-parent a:after,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_parent a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_parent a:after,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_ancestor a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_ancestor a:after,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_item a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current_page_item a:after,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-item a:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.current-menu-item a:after,
#main-header .nav-container .cssmenu.mainmenu > ul > li.has-sub > a:hover:before,
#main-header .nav-container .cssmenu.mainmenu > ul > li.has-sub > a:hover:after {
    background-color: #f9ec06;
}
#main-header .nav-container .cssmenu.mainmenu ul ul {
    padding-top: 5px;
    margin-left: 40px;
}
#main-header .nav-container .cssmenu.mainmenu ul ul li a {    
    background-color: #0071bc;
    width: 180px;
    border-top:1px solid rgba(255,255,255,.3);
    border-bottom:1px solid rgba(0,0,0,.3);
}
#main-header .nav-container .cssmenu.mainmenu ul ul li:first-child a {
    border-top-style: none;
} 
#main-header .nav-container .cssmenu.mainmenu ul ul li:last-child a {
    border-bottom-style: none;
} 
#page-title {
    background-image: url(images/banner-bg-line.jpg);
}
#page-title .content-wrap {
    padding: 2.083vw 0;
}
#page-title h1 {
    font-size: 2.864583vw;
    color: #0071bc;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
#section-banner {
    width: 100%;
    overflow-x: hidden;
}
#section-banner .banner-container {
    padding-top: 8.85416vw;
    padding-bottom: 20px;
}
#section-banner .banner-container .content {
    text-align: center;
}
#section-banner .banner-container .content h2 {
    font-size: 2.864583vw;
    font-weight: 700;
    color: #0071bc;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.2em; 
}
#section-banner .banner-container .content p {
    font-size: 30px;
}
#section-banner .banner-container .content .btn-banner {
    border-radius: 0;
    border: 2px solid #0071bc;
    color: #0071bc;
}
#section-banner .banner-container .content img {
    max-width: 100%;
    height: auto;
}
#section-service {}
#section-service .content-wrap {
    padding: 4.16vw 0;
}
#section-service .service-container {
	margin-left: -15px;
	margin-right: -15px;
    /*width: 100%;*/
    overflow-x: hidden;
}
#section-service .service-container .service-unit {
    /*width: 20%;*/
	width: 100%;
    margin: 30px 0 0;
    /*padding-left: 12px;
    padding-right: 12px;*/
    float: left;
}
#section-service .service-container .service-unit a {
    background-color: #f4f5f9;
    display: block;
    text-align: center;
    padding: 2.083vw 0;    
}
#section-service .service-container .service-unit img {
    border: 2px solid #d6d6d6;
    border-radius: 50%;
}
#section-service .service-container .service-unit .img-service {
    margin: 10px auto;
    width: 136px;
    height: 136px;
}
#section-service .service-container .service-unit:hover .img-service {
    display: none;
}
#section-service .service-container .service-unit .img-hover-service {
    display: none;
    width: 156px;
    height: 156px;
    padding: 10px;
}
#section-service .service-container .service-unit:hover .img-hover-service {
    display: block;
}
#section-service .service-container .service-unit .text-part {
    font-size: 30px;
}
#section-service .service-container .service-unit:hover .text-part {
    color: #07538e;
}
#section-service .service-container .service-unit .text-part:after {
    display: inline-block;
    content: '';
    background-image: url(images/arrow-read-more.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    width: 0;
    height: 13px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
#section-service .service-container .service-unit:hover .text-part:after {    
    width: 22px;
    opacity: 1;
    filter: alpha(opacity=100);

}
#section-welcome {
    background-image: url(images/welcome-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#section-welcome .content-wrap {
    padding: 3.64583vw 0;
}
#section-welcome .title-wrapper.welcome {
    text-align: left;
}
#section-welcome .title-wrapper.welcome .title {
    color: #f9ec06;
    font-size: 48px;
    margin-bottom: 12px;
    background-image: none;
}
#section-welcome .desc {
    height: 355px;
    color: #ffffff;
    text-align: justify;
    padding-top: 15px;
}
#section-welcome .desc a {
    color: #ffffff;
    font-weight: 500;
}
#section-welcome .desc a:hover {
    color: #f9ec06;
}
#section-welcome .desc.with-scroll {
    overflow-y: scroll;
    padding-right: 30px;
}
#section-welcome .desc.with-scroll::-webkit-scrollbar-track {
    background-image: url(images/welcome-slider-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
#section-welcome .desc.with-scroll::-webkit-scrollbar {
    width: 9px;
    background-color: transparent;
}
#section-welcome .desc.with-scroll::-webkit-scrollbar-thumb {
    background-color: #0071bc;
    border: 3px solid #fff200;
    border-radius: 0px;
}
#section-welcome .desc.with-button {    
    max-height: 355px;
    overflow-y: hidden;
    -webkit-transition: max-height 4s ease-out;
    -moz-transition: max-height 4s ease-out;
    -o-transition: max-height 4s ease-out;
    transition: max-height 4s ease-out;
}
#section-welcome .desc.with-button.full {
    height: auto;
    max-height:9999px;
}


#section-welcome .desc.with-none {
    height: auto;
}
#section-welcome .desc p {
    margin: 0;
    margin-bottom: 24px;
}
#section-welcome .btn-welcome {
    border: 2px solid #f9ec06;
    border-radius: 0;
    color: #f9ec06;
}
#section-testimonial {}
#section-testimonial .content-wrap {
    padding: 3.125vw 0;
}
#section-testimonial .testimonial-content {
    text-align: center;
}
#section-testimonial .testimonial-content .about {
    padding-top: 15px;
}
#section-testimonial .testimonial-content .about .img-testimonial {    
    width: auto;
    height: auto;
    border-radius: 50%;
}
#section-testimonial .testimonial-content .about .author {
    padding-top: 20px;
    margin: 0;
    font-size: 20px;
    color: #0071bc;
    font-weight: 700;    
}
#section-testimonial .testimonial-content .about .designation {
    font-size: 16px;
    font-weight: 300;
}
#section-testimonial .testimonial-content .desc {
    position: relative;
}
#section-testimonial .testimonial-content .desc:before {
    position: absolute;
    content: url(images/semiclone.png);
    top: -45px;
    left: 0;
}
#section-testimonial .owl-theme .owl-dots {
    padding: 15px 0;
}
#section-testimonial .owl-theme .owl-dots .owl-dot {}
#section-testimonial .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.75);
}
#section-testimonial .owl-theme .owl-dots .owl-dot.active span {
    background-color: #feca31;
}
#section-testimonial #section-testimonial-owl {
    position: relative;
}
#section-testimonial #section-testimonial-owl .owl-nav {
    margin-top: 0;
}
#section-testimonial .owl-theme .owl-nav [class*=owl-] {
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#section-testimonial .owl-theme .owl-nav .owl-prev,
#section-testimonial .owl-theme .owl-nav .owl-next {    
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section-testimonial .owl-theme .owl-nav .owl-prev {
    background-image: url(images/left-arrow.png);
    left: -7.8125vw;
}
#section-testimonial .owl-theme .owl-nav .owl-prev:hover {
    background-image: url(images/left-arrow-hover.png);
}
#section-testimonial .owl-theme .owl-nav .owl-next {
    background-image: url(images/right-arrow.png);
    right: -7.8125vw;
}
#section-testimonial .owl-theme .owl-nav .owl-next:hover {
    background-image: url(images/right-arrow-hover.png);
}
#section-contact {
    background-color: #efefef;
}
#section-contact .content-wrap {
    padding: 4.16vw 0;
}
#section-contact .contact-title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-bottom: 2.864583vw;
}
#section-contact .contact-title a {
    font-size: 36px;
    font-weight: 700;
    color: #0071bc;
}
.page-content {
    border-bottom: 1px solid #f7f7f7;
}
.page-content .content-wrap {
    padding: 36px 0;
}

.page-content .content-wrap .blog-heading {}
.page-content .content-wrap .blog-heading h2 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 400;
}
.page-content .content-wrap .blog-heading p {
    margin-bottom: 30px;
}
.page-content .content img {
    max-width: 100%;
    height: auto;
}
.page-content h2 {
    font-weight: 700;
}
.page-content .content p {
    text-align: justify;
}
.page-content .content p,
.page-content .content ul {
    margin-bottom: 20px;
}
.page-content .post .content {
    border: 1px solid #f7f7f7;
    padding: 25px;
    margin-bottom: 40px;
}
.page-content .post .content .blog-title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}
.page-content .post .content .post-meta {
    font-size: 16px;
    margin-bottom: 10px;
}
.page-content .post .content .desc {
    margin-bottom: 20px;
    text-align: justify;
    color: #6e6e6e;
}
.page-content .post .content .btn-blog {
    border-radius: 0;
    background-color: #0071bc;
    font-size: 18px;
    color: #ffffff;
}
.page-content .post .content .btn-blog:hover {
    background-color: #012c4f;
}
#section-bottom {
    background-image: url(images/bottom-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#section-bottom .content-wrap {
    padding: 4.16vw 0;
}
#section-bottom .section-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #f9ec06;
    padding-bottom: 10px;    
}

#section-bottom .bottom-list {}
#section-bottom .bottom-list > li {
    padding: 30px 0;
    font-size: 20px;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,.2);
}
#section-bottom .section-title,
#section-bottom .bottom-list > li {
    border-bottom: 2px solid rgba(0,0,0,.5);    
}
#section-bottom .bottom-list > li:last-child {
    border-bottom-style: none;
}
#section-bottom .bottom-list > li a {
    color: #ffffff;    
}
#section-bottom .bottom-list > li .flex-container {
    margin-bottom: 0;
}
#section-bottom .bottom-list > li .flex-container img {
    padding-right: 20px;
}
#section-bottom .bottom-list > li .flex-container.bottom-address img {
    width: 41px;
    height: 29px;    
} 
#section-bottom .bottom-list > li .flex-container.bottom-email img {
    width: 47px;
    height: 23px;    
} 
#section-bottom .bottom-list > li .flex-container.bottom-phone img {
    width: 46px;
    height: 26px;    
} 
#section-bottom .bottom-list > li .flex-container.bottom-map img {
    width: 49px;
    height: 29px;    
} 
#section-bottom .bottom-list > li .bottom-phone a {
    font-size: 24px;
    font-weight: 700;
}
#section-bottom .bottom-list > li .social > li {
    margin-right: 27px;
}
#section-bottom .bottom-list > li .social > li:last-child {
    margin-right: 0;
}
#section-bottom .bottom-list > li .social a {
    font-size: 18px;
    padding-right: 5px;
}
#section-bottom .bottom-list > li .social a img {
    padding-right: 10px;
}
#section-bottom .bottom-list > li .bottom-map a {
    color: #f9ec06;
}
#footer {
    background-color: #f9ec06;
}
#footer .content-wrap {
    padding: 20px 0 15px;
}
#footer .copyright {
    margin: 0;
    line-height: 48px;
}
#footer a {
    color: #000000;
}
#footer a.belocal {
    color: #0071bc;
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
}
#footer .footer-menu {
    margin-bottom: 0;
}
#footer .footer-menu a {
    font-weight: 700;
    line-height: 48px;
}
#footer .footer-menu li:last-child a { 
    color: #0071bc;
    text-shadow: 0px 0px 5px #0071bc;
}
#searchform {}
#searchform .form-control,
#searchform .btn-search {
    border-radius: 0;
}
#searchform .btn-search {
    background-color: #0071bc;
    color: #ffffff;
}
.widget {
    margin-bottom: 20px;
}
.widget h2 {
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.widget ul {
    padding-left: 0;
}
.widget ul li {
    list-style: none;
}
.widget ul li a {}
.widget ul li a:hover {}
/*Contact Page*/
#contact-page {}
#contact-page .contact-title {
    background-color: #efefef;
    padding: 10px;
    color: #0071bc;
    text-transform: capitalize;
}

#contact-page #contact-form .frm_style_formidable-style.with_frm_style .cptch_wrap input[type=text].cptch_input {
    background-color: #efefef;
}
/*Testimonial Page*/
#testimonial-page {}
#testimonial-page .testimonial-content {
    border-top: 1px solid #e2e2e2;
    padding-top: 3.64583vw;
    padding-bottom: 2.083vw;
}
#testimonial-page .testimonial-content .desc {
    position: relative;
}
#testimonial-page .testimonial-content .desc:before {
    position: absolute;
    content: url(images/semiclone.png);
    top: -45px;
    left: 0;
}
#testimonial-page .testimonial-content .author {
    margin-bottom: 10px;
    font-weight: 700;
}
/*Gallery page*/
/* #lightbox-gallery-page {}
#lightbox-gallery-page .gallery-images {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
} */
/*Thank You Page*/
.thanks .bntextpara {    
	color: #000000;
    border: 10px solid #000000;
    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 #9f8530;
    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%;
}
.flex-container {
	display: flex;
	align-items: center;
}
.flex-container h2 {
	padding-left: 30px;
}
/*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*/
@media (min-width: 1281px) {
}


@media (max-width: 1600px) {

}

@media (max-width: 1400px) {
    #section-service .service-container .service-unit {
        /*width: 33.33333333%;*/
    }
	#section-service .service-container .service-unit .text-part {
		font-size: 24px;
	}

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

@media (max-width: 1200px) {
    #main-header .top-header .call,
    #main-header .top-header .wrapper {
        text-align: center;
    }
    #main-header .nav-container .cssmenu.mainmenu > ul > li > a {
        padding: 10px 18px;
    }
    #main-header .nav-container .cssmenu.mainmenu > ul > li.has-sub > a:after {
        right: 5px;
    }
    #main-header .nav-container .cssmenu.mainmenu > ul > li.has-sub > a:before {
        right: 8px;
    }
}
@media (max-width: 1100px) {}
/*Tablet Land*/
@media (max-width: 1024px) {
    #main-header .top-header .email, 
    #main-header .top-header .call,
    #main-header .top-header .wrapper {
        padding-top: 0;
    }
    #main-header .nav-container .cssmenu.mainmenu > ul > li > a {
        padding: 10px 16px;
    }
    #main-header .top-header .call,
    #main-header .top-header .social {
        text-align: center;
    }
    #footer .copyright {
        font-size: 16px;
    }
	
}

@media (max-width: 992px) {
	.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;
	}
	.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;
	}
	.flex-container {
		display: block;
		text-align: center;
	}
	.flex-container img {
		display: inline-block;
	}
    #page-title .content-wrap {
        padding: 20px 0;
    }
    #page-title h1 {
        font-size: 30px;
    }
    .small-header .site-branding {
        background-color: #f9ec06;
    }
    .site-branding a.logo .img-logo {
        margin: 10px auto;
    }
    #section-banner .banner-container .content h2 {
        font-size: 30px;
    }
    #section-service .service-container .service-unit {
        /*width: 100%;*/
    }
    #section-welcome .title-wrapper.welcome .title,
    #section-bottom .section-title {
        text-align: center;
    }
    .img-welcome {
        margin-top: 53px;
    }
    .page-content .post .content {
        padding: 10px;
    }
    #section-welcome .desc,
    .page-content .content p {
        text-align: left;
    }
    #section-bottom .bottom-list > li {
        padding: 10px 0;
    }
    .bottom-list ul.social {
        text-align: center;
    }
    #testimonial-page .testimonial-content .desc:before {
        display: none;
    }
    #section-bottom .bottom-list > li .social > li {
        margin-right: 0;
    }
    #footer .copyright,
    #footer .footer-menu {
        text-align: center;
    }
    #footer a.scrollup {
        float: none;
        margin: 0 auto;
        display: block;
    }

}

@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-banner img {
        max-width: 100%;
        height: auto;
    }
	#section-welcome .title-wrapper.welcome .title {
        font-size: 30px;
    }
    #section-welcome .desc.with-scroll {
        padding-right: 10px;
    }
    #section-bottom .bottom-list > li .social > li {
        margin-right: 0;
    }
	
}
@media (max-width: 640px) {
}

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

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

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

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

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

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

@media (max-width: 240px) {
}
@media screen and (orientation:portrait) {}
@media screen and (orientation:landscape) {}
.wpsm-hide ,.wpsm-show {
    background: #0071BC;
    width: 200px;
    margin: 0 auto;
       
   
    color: #fff !important;
    font-size: 23px !important;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
}
p.wpsm-hide, p.wpsm-hide:hover {
    text-decoration: none;
}
p.wpsm-show, p.wpsm-show:hover {
    text-decoration: none;
}
.hover-zoom {
   
    color: #fff;
    text-align: center;
    font-size: 19px;
}
/* h2.blog-title {
    font-size: 32px!important;
    font-weight: 700!important;
} */