/*================= MASTER STYLESHEET =================================

	Project     :	LEAD Page
	Version     :	1.0
	Last Change : 	17/06/2017
	Primary Use :   LEAD HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL CSS START
		2.NAVIGATION
		3.HEADER-FORM
		4.HEADER-DEFAULT
		5.HEADER-SLIDER
		6.HEADER VIDEO
		7.OUR SERVICES
		8.OUR AWESOME SERVICES
		9.COUNTER
		10.WHAT WE DO
		11.GALLERY
		12.MARKET ANALYSIS
		13.OUR TEAM
		14.FREQUENTLY ASKED QUESTIONS
		15.BUILDER
		16.PRICE TABLE
		17.LATEST BLOG
		18.TWO-COLUMN-SECTION
		19.EMAIL SUBSCRIPTION
		20.TESTIMONIAL
		21.FOOTER-MAP
		22.FOOTER

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


	Theme Color	       :#3598db
	Main Heading Color :#333333
	SubHeading Color   :#333333
	Content Color      :#666666

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================
	
	HEADING    :font-family: 'Raleway', Helvathika, Arial sans-serif;
	CONTENT    :font-family: 'Open Sans', Helvathika, Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    font-family: 'Open Sans', Helvathika, Arial, sans-serif;
    font-size: 14px;
}
.free-html .container-fluid {
	max-width: 100% !important;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3 {
   
	margin: 0px;
}
/* elements */

p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
.header-head1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h1,
h2,
h3,
h4 {
    color: #333333;
    letter-spacing: 1px;
}
h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 40px;
}
h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.h2-bottom {
    margin-bottom: 10px;
}
.h3-bottom {
    margin-bottom: 10px;
}
p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.p-bottom {
    margin-bottom: 12px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 50px 0 50px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.btn-1 {
	background-color: transparent; 
  color: #3598db; 
  border: 2px solid #3598db;
	text-align: center;
    display: inline-block;
    transition: 300ms ease-in;
}
.btn-1:hover {
	text-align: center;
	background-color: #3598db;
  color: white;
}
.btn-ant:hover {
    background-color: #f3f3f3;
    color: #333333;
}
.btn-top {
    margin-top: 30px;
}
.btn-top-1 {
    margin-top: 20px;
}
.btn-2 {
	text-align: center;
 background-color:#333333;
	color: white;
}
.btn-2:hover {
	text-align: center;
 background-color:#3598db;
	color: white;
}
.btn-3 {
	text-align: center;
 background-color:#f3f3f3;
	color: #333333;
}
.btn-3:hover {
	text-align: center;
 background-color:#f3f3f3;
	color: #3598db;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: transparent;
}
iframe {
    border: 0px;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text-separate {
    color: #f3f3f3;
}
.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax {
    background-attachment: fixed;
}
.ls {
    letter-spacing: 1px;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.link {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.link-top {
    margin-top: 10px;
}
.link-icon-left {
    padding-left: 5px;
}
.image-grow {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.image-grow:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.bgimage-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}
.bgimage-head-bottom {
    margin-bottom: 20px;
}
/*========================================== NAVIGATION START ===========================================*/

.menu-underline::before {
    background-color: #333333;
    border-radius: 3px;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease 0s, opacity 0.33s ease 0s;
}
.menu-underline:hover::before {
    opacity: 1;
    transform: translateY(0px);
}
.menu-fs,
.menu-fs li {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #666666 !important;
    background-color: transparent !important;
    margin: 0 0;
    padding: 15px 15px 15px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #f3f3f3 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #3598db !important;
}
.navigation-tb {
    margin: 10px 0;
}
.nav > li {
    display: table;
}
.navbar-right {
    margin-right: 0;
}
/*========================================== NAVIGATION END ===========================================*/
/*========================================== HEADER-FORM START ===========================================*/

.header-form-heading-top {
    padding-top: 100px;
}
.note-text {
    color: #999999 !important;
    font-size: 13px;
}
.header-form-text {
    padding: 5px 0 20px 0;
}
.note-text {
    padding: 10px 0 15px 0;
}
/*=========== HEADER-FORM-ONE-BGIMAGE =================*/

.header-form-bgimage-1 {
    background-image: url("@@tcm:61-1293597");
}

/*=========== HEADER-FORM-ONLY-BGIMAGE-ONE =================*/

.header-form-only-bgimage-1 {
    background-image: url("../../../images/1500x650x10.jpg");
}
/*=========== HEADER-FORM-ONLY-BGIMAGE-TWO =================*/

.header-form-only-bgimage-2 {
    background-image: url("../../../images/1500x650x11.jpg");
}
.header-section-space-form-1 {
    padding: 80px 0 80px 0;
}
.header-section-space-form-single {
    padding: 120px 0 120px 0;
}
.header-space-image-form {
    padding: 95px 0 0 0;
}
.header-space-form-only {
    padding: 80px 0 80px 0;
}
.header-contact-form select,
.header-contact-form input {
	color: #f3f3f3;
	font-size:14px;
	font-weight:400;
    height: 50px;
    background: transparent;
    border: 0;
	letter-spacing:1px;
    opacity: 1;
    -moz-appearance: none;
    /* Firefox */
    
    -webkit-appearance: none;
    /* Safari and Chrome */
}
.form-control {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
	border-radius:0;
	font-size:13px;
}
.header-contact-form select,
.header-contact-form input {
    border-bottom: 1px solid #999999;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.phoneno-bottom {
    margin-bottom: 15px;
}
.form-text {
    height: 40px;
}
.form-div input.error,
.form-div-1 textarea.error {
    border-color: #ff0000 !important;
}
.contact-div label {
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
}
.errorClass {
    border: 1px solid #ff0000 !important;
}
.form-success,
.form-failure {
    font-size: 14px;
    font-weight: 600;
}
.form-success {
    color: #50cd88;
}
.form-failure {
    color: #ff0000;
}
.form-error-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.4;
}
.header-contact-form::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #f3f3f3;
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.4;
}
.header-contact-form:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #f3f3f3;
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
.header-contact-form:-moz-placeholder {
    /* Firefox 18- */
    
    color: #f3f3f3;
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
.header-contact-bg {
    background-color: rgba(0, 0, 0, 0.8);
}
.header-contact-bg-pad {
    padding: 20px 20px 0 20px;
}
.header-form-heading-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px 15px 20px;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
    outline: 0 none;
}
.header-form-text-bottom {
    padding-bottom: 20px;
}
.form-div {
    position: relative;
}
.form-div i {
    color: #999999;
    font-size: 16px;
    right: 20px;
    position: absolute;
    top: 15px;
}
.form-div .fa-phone {
    font-size: 20px;
}
.form-div img {
    right: 20px;
    position: absolute;
    top: 15px;
}
/*========================================== HEADER-FORM END ===========================================*/
/*========================================== HEADER-DEFAULT START ===========================================*/

.header-bgimage {
    background-image: url("../../../images/1500x650x4.jpg");
}
.header-section-space {
    padding: 185px 0 185px 0;
}
.header-head1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 2px;
}
.header-head1-bottom {
    margin-bottom: 20px;
}
.header-head2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
}
.header-head2-bottom {
    margin-bottom: 20px;
}
.header-text-bottom {
    margin-bottom: 30px;
}
.header-btn {
    background-color: transparent;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    color: #f3f3f3;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.header-btn:hover {
    color: #333333;
    background-color: #f3f3f3;
    border: 1px solid transparent;
}
.header-btn-black {
    color: #333333;
    border: 1px solid #333333;
    transition: 300ms ease-in;
}
.header-btn-black:hover {
    color: #f3f3f3;
    background-color: #333333;
    border: 1px solid transparent;
}
.submit-btn {
    background-color: #3598db !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100%;
}
/*========================================== HEADER-DEFAULT END ===========================================*/
/*========================================== HEADER-SLIDER START ===========================================*/
/*=========== HEADER-SLIDER-ONE-BGIMAGE =================*/

.header-slider-bgimage1 {
    background-image: url("../../../images/1500x650x5.jpg");
}
/*=========== HEADER-SLIDER-TWO-BGIMAGE =================*/

.header-slider-bgimage2 {
    background-image: url("../../../images/1500x650x6.jpg");
}
/*=========== HEADER-SLIDER-THREE-BGIMAGE =================*/

.header-slider-bgimage3 {
    background-image: url("../../../images/1500x650x7.jpg");
}
.header-section-slider-space {
    padding: 50px 0 50px 0;
}
.header-section-slider-height {
    height: 500px;
    overflow: hidden;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
}
/*========================================== HEADER-SLIDER END ===========================================*/
/*========================================== HEADER VIDEO START ===========================================*/

.video-bgimage {
    background-image: url("../../../images/1500x650x8.jpg");
}
.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
.video-section .buttonBar {
    display: none;
}
.player {
    font-size: 1px;
}
/*========================================== HEADER VIDEO END ===========================================*/
/*========================================== OUR SERVICES START ===========================================*/

.services-icon {
    float: left;
}
.services-pad {
    padding-left: 84px;
}
.services-bottom {
    padding-bottom: 30px;
}
/*========================================== OUR SERVICES END ===========================================*/
/*========================================== OUR AWESOME SERVICES START ===========================================*/

.services-row-space {
    padding-bottom: 30px;
}
.services-row-space:last-child {
    padding-bottom: 0;
}
/*========================================== OUR AWESOME SERVICES END ===========================================*/
/*========================================== COUNTER START ===========================================*/

.counter-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}
.counter-sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.counter-bgimage {
    background-image: url("../../../images/1500x500x2.jpg");
}
.counter-section-space {
    padding: 120px 0 120px 0;
}
/*========================================== COUNTER END ===========================================*/
/*========================================== WHAT WE DO START ===========================================*/

.list-bottom {
    margin-bottom: 25px;
}
.list-bottom:last-child {
    margin-bottom: 0;
}
.list-top {
    margin-top: 20px;
}
.what-left-pad {
    padding-left: 15px;
}
.what-list {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
/*========================================== WHAT WE DO END ===========================================*/
/*========================================== GALLERY START ===========================================*/

.gallery-image-lr {
    padding: 0 5px 0 5px;
}
.gallery-fa {
    color: #f3f3f3;
    font-size: 30px;
}
.gallery-fa-pad-left {
    padding-left: 10px;
}
.ekko-lightbox-nav-overlay a {
    color: #f3f3f3;
}
.gallery-row-bottom {
    padding-bottom: 10px;
}
.overlay ul {
    list-style: none;
}
/*========================================== GALLERY END ===========================================*/
/*========================================== MARKET ANALYSIS START ===========================================*/

.analysis-row-space .row {
    padding-bottom: 40px;
}
.analysis-row-space .row:last-child {
    padding-bottom: 0;
}
/*========================================== MARKET ANALYSIS END ===========================================*/
/*========================================== OUR TEAM START ===========================================*/

.teambg-author {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.teambg-design {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
/*========================================== OUR TEAM END ===========================================*/
/*========================================== FREQUENTLY ASKED QUESTIONS START ===========================================*/

.down-arrow {
    margin-top: -8px;
    text-align: center;
}
.down-arrow:before {
    display: block;
    content: '\f078';
    color: #333333;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: .2s;
}
.down-arrow-left {
    padding-left: 20px;
}
.faq-title.active .down-arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-bg {
    background-color: #f3f3f3;
    border: 1px solid #333333;
    padding: 15px;
}
.faq-bg-width {
    width: 100%;
}
.faq-answer-pad {
    padding: 15px;
}
.faq-row-bottom {
    padding-bottom: 30px;
}
.faq-row-bottom:last-child {
    padding-bottom: 0;
}
.faq-answer-bg {
    background-color: #f3f3f3;
}
/*========================================== FREQUENTLY ASKED QUESTIONS END ===========================================*/
/*========================================== BUILDER START =========================================*/

.builder-content-height {
    height: 428px;
    overflow: hidden;
}
.builder-content-pad {
    padding: 0 30px 0 30px;
}
.builder-bgimage-pad {
    padding: 80px 0 80px 0;
}
.builder-bgimage {
    background-image: url("../../../images/680x590x1.jpg");
}
.builder-bgimage-height {
    width: 50%;
    height: 588px;
    position: absolute;
    left: 0;
}
.why-content-pad {
    padding-left: 20px;
}
.why-row-bottom {
    padding-bottom: 30px;
}
/*========================================== BUILDER END ===========================================*/
/*========================================== PRICE TABLE START ===========================================*/

.price-bgcolor-1 {
    background-color: #ffffff;
    border-radius: 3px;
}
.price-bgcolor-2 {
    background-color: #3598DB;
}
.price-bgcolor-2 {
    border-radius: 3px;
}
.price-head-pad {
    padding: 20px 10px 20px 10px;
}
.price-body-pad {
    padding: 20px 10px 40px 10px;
}
.pricig-uline {
    background-color: #3598DB;
    height: 1px;
    width: 40%;
    transition: width 2s;
    -ms-transition: width 2s;
    -webkit-transition: width 2s;
}
.pricig-uline-white {
    background-color: #f3f3f3;
}
.pricig-br:hover .pricig-uline {
    width: 100%;
}
.price-tag {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 10px;
}
.dollor,
.month {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}
.dollor {
    vertical-align: middle;
}
.price-list-bottom p {
    margin-bottom: 10px;
}
.price-list-bottom:last-child {
    margin-bottom: 0;
}
.price-pos-rel {
    position: relative;
}
.price-pos-abs {
    position: absolute;
    right: 0;
    top: 0;
}
/*========================================== PRICE TABLE END ===========================================*/
/*========================================== LATEST BLOG START ===========================================*/

.blog-row-bottom {
    padding-bottom: 40px;
}
.blog-row-bottom:last-child {
    padding-bottom: 0;
}
.blog-link-top .link-top {
    margin-top: 20px;
}
.blog-heading-top {
    padding-top: 55px;
}
/*========================================== LATEST BLOG END ===========================================*/
/*========================================== TWO-COLUMN-SECTION START =========================================*/

.two-column-bgimage-1 {
    background-image: url("@@tcm:61-1294041");
}
.two-column-bgimage-2 {
    background-image: url("@@tcm:61-1294042");
}
.two-column-bgimage-3 {
    background-image: url("@@tcm:61-1320322");
}
.two-column-bgimage-4 {
    background-image: url("@@tcm:61-1343251");
}
.two-column-bgimage-5 {
    background-image: url("@@tcm:61-1343264");
}
.two-column-bgimage-6 {
    background-image: url("@@tcm:61-1343268");
}
.two-column-bgimage-7 {
    background-image: url("@@tcm:61-1345306");
}
.two-column-bgimage-8 {
    background-image: url("@@tcm:61-1349639");
}
.two-column-bgimage-9 {
    background-image: url("@@tcm:61-1364332");
}
.two-column-bgimage-10 {
    background-image: url("#");
}
.two-column-bgimage-11 {
    background-image: url("#");
}
.two-column-bgimage-12 {
    background-image: url("#");
}
.two-column-content-height {
    height: 250px;
    overflow: hidden;
}
.two-column-bgimage-1-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-2-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-3-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-4-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-5-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-6-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-7-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-8-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-9-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-10-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-11-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-12-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-pad-1 {
    padding: 80px 0 80px 0;
}
.content-pad-1 {
    padding: 0 30px 0 30px;
}
/*========================================== TWO-COLUMN-SECTION END ===========================================*/
/*========================================== EMAIL SUBSCRIPTION START ===========================================*/

.subscription-bgimage {
    background-image: url("../../../images/1500x500x1.jpg");
}
.subscription-section-space {
    padding: 100px 0 100px 0;
}
.email-success,
.email-failure {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
}
.indicator-top {
    padding-top: 15px;
}
.email-text-bottom {
    margin-bottom: 30px;
}
.errorClass {
    border: 1px solid #ff0000 !important;
}
/*========================================== EMAIL SUBSCRIPTION END ===========================================*/
/*========================================== TESTIMONIAL START ===========================================*/

.quote-bottom {
    margin-bottom: 20px;
}
.testimonial-author-pad {
    padding-left: 20px;
}
.testimonial-author {
    font-size: 16px;
    font-weight: 600;
}
.testimonial-text {
    font-style: italic;
}
/*========================================== TESTIMONIAL END ===========================================*/
/*========================================== FOOTER-MAP START ===========================================*/

.footer-row-space {
    margin-bottom: 20px;
}
.follow-heading-bottom {
    margin-bottom: 15px;
}
.venue-map {
    width: 100%;
    height: 355px;
}
/*========================================== FOOTER-MAP END ===========================================*/
/*========================================== FOOTER START ===========================================*/

.footer-bg {
    background-color: #333333;
}
.footer-section-space {
    padding: 80px 0 40px 0;
}
.posts-bottom {
    margin-bottom: 25px;
}
.posts-bottom:last-child {
    margin-bottom: 0;
}
.posts-heading-bottom {
    margin-bottom: 20px;
}
.footer-list-bk li {
    list-style: none;
    display: block;
}
.footer-list-bottom li {
    padding-bottom: 15px;
}
.footer-list-bottom li:last-child {
    padding-bottom: 0;
}
.footer-dot-right {
    padding-right: 10px;
}
.footer-contact-left {
    padding-left: 15px;
}
.footer-contact-bottom {
    margin-bottom: 25px;
}
.footer-br {
    border-bottom: 1px solid #555555;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-left-pad li {
    padding-left: 15px;
}
.footer-left-pad li:first-child {
    padding-left: 0;
}
/*========================================== FOOTER END ===========================================*/










/*========================================== BLOG START ===========================================*/



.post_item_classic .post_title {
  max-height: 1.2em;
  white-space: normal
}
.post_item_short .post_title {
  max-height: 2em;
  overflow: hidden
}
.post_item_grid .post_descr {
  max-height: 8em;
  overflow: hidden
}
.sc_blogger {
  overflow: hidden;
  padding-bottom: 20px
}
.isotope_wrap {
  margin-right: -30px
}
.isotope_wrap .isotope_item {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0
}
.isotope_wrap .isotope_item.isotope_item_colored {
  padding-bottom: 25px
}
.isotope_wrap.no_margins, .sc_blogger.no_margins .isotope_wrap {
  margin-right: 0
}
.isotope_wrap.no_margins .isotope_item, .sc_blogger.no_margins .isotope_wrap .isotope_item {
  padding-right: 0;
  padding-bottom: 0
}
.isotope_wrap.no_margins .isotope_item:hover, .sc_blogger.no_margins .isotope_wrap .isotope_item:hover {
  z-index: 100
}
.isotope_wrap.small_margins, .sc_blogger.small_margins .isotope_wrap {
  margin-right: -10px
}
.isotope_wrap.small_margins .isotope_item, .sc_blogger.small_margins .isotope_wrap .isotope_item {
  padding-right: 10px;
  padding-bottom: 10px
}
.isotope_wrap .isotope_item.isotope_item_show {
  opacity: 1
}
.isotope_wrap .isotope_column_2 {
  width: 50%
}
.isotope_wrap .isotope_column_2[class*=isotope_item_size-2] {
  width: 100%
}
.isotope_wrap .isotope_column_3 {
  width: 33.3333%
}
.isotope_wrap .isotope_column_3[class*=isotope_item_size-2] {
  width: 66.6666%
}
.isotope_wrap .isotope_column_3[class*=isotope_item_size-3] {
  width: 100%
}
.isotope_wrap .isotope_column_4 {
  width: 25%
}
.isotope_wrap .isotope_column_4[class*=isotope_item_size-2] {
  width: 50%
}
.isotope_wrap .isotope_column_4[class*=isotope_item_size-3] {
  width: 75%
}
.isotope_wrap .isotope_column_4[class*=isotope_item_size-4] {
  width: 100%
}
.isotope_wrap .isotope_column_5 {
  width: 20%
}
.isotope_wrap .isotope_column_5[class*=isotope_item_size-2] {
  width: 40%
}
.isotope_wrap .isotope_column_5[class*=isotope_item_size-3] {
  width: 60%
}
.isotope_wrap .isotope_column_5[class*=isotope_item_size-4] {
  width: 80%
}
.isotope_wrap .isotope_column_5[class*=isotope_item_size-5] {
  width: 100%
}
.isotope_wrap .isotope_column_6 {
  width: 16.6666%
}
.isotope_wrap .isotope_column_6[class*=isotope_item_size-2] {
  width: 33.3333%
}
.isotope_wrap .isotope_column_6[class*=isotope_item_size-3] {
  width: 50%
}
.isotope_wrap .isotope_column_6[class*=isotope_item_size-4] {
  width: 66.6666%
}
.isotope_wrap .isotope_column_6[class*=isotope_item_size-5] {
  width: 83.3333%
}
.isotope_wrap .isotope_column_6[class*=isotope_item_size-6] {
  width: 100%
}
.isotope_wrap .isotope_column_7 {
  width: 14.2857%
}
.isotope_wrap .isotope_column_7[class*=isotope_item_size-2] {
  width: 28.5714%
}
.isotope_wrap .isotope_column_7[class*=isotope_item_size-3] {
  width: 42.8571%
}
.isotope_wrap .isotope_column_7[class*=isotope_item_size-4] {
  width: 57.1428%
}
.isotope_wrap .isotope_column_7[class*=isotope_item_size-5] {
  width: 71.4285%
}
.isotope_wrap .isotope_column_7[class*=isotope_item_size-6] {
  width: 85.7128%
}
.isotope_wrap .isotope_column_7[class*=isotope_item_size-7] {
  width: 100%
}
.isotope_wrap .isotope_column_8 {
  width: 12.5%
}
.isotope_wrap .isotope_column_8[class*=isotope_item_size-2] {
  width: 25%
}
.isotope_wrap .isotope_column_8[class*=isotope_item_size-3] {
  width: 37.5%
}
.isotope_wrap .isotope_column_8[class*=isotope_item_size-4] {
  width: 50%
}
.isotope_wrap .isotope_column_8[class*=isotope_item_size-5] {
  width: 62.5%
}
.isotope_wrap .isotope_column_8[class*=isotope_item_size-6] {
  width: 75%
}
.isotope_wrap .isotope_column_8[class*=isotope_item_size-7] {
  width: 87.5%
}
.isotope_wrap .isotope_column_8[class*=isotope_item_size-8] {
  width: 100%
}
.isotope_wrap .isotope_item .post_item {
  overflow: hidden
}
.isotope_wrap .isotope_item .post_featured .hover_icon:before {
  font-size: 3em
}
.isotope_wrap .isotope_item .post_featured {
  margin-bottom: 0
}
.isotope_wrap .isotope_item .post_featured .post_date_wrapper {
  width: 4.2143em;
  height: 3.2143em;
  text-align: center;
  text-transform: uppercase;
  padding: .7143em 0 0;
  display: block;
  position: absolute;
  left: 1.0714em;
  top: 1.0714em;
  z-index: 3
}
.isotope_wrap .isotope_item .post_featured .post_date-month {
  font: 700 .8571em/1em Lato, sans-serif;
  display: block
}
.isotope_wrap .isotope_item .post_featured .post_date-day {
  font: 400 1.7143em/1em Lato, sans-serif;
  display: block
}
.article_style_boxed .isotope_wrap .isotope_item .post_title {
  margin-top: 0
}
.article_style_boxed .isotope_wrap .isotope_item .post_content {
  padding: 1.25em 1.8em
}
.article_style_boxed .template_portfolio .isotope_wrap .isotope_item .post_content, .article_style_boxed.template_portfolio .isotope_wrap .isotope_item .post_content {
  padding: 0
}
.isotope_wrap .isotope_item .post_info, .isotope_wrap .isotope_item p {
  margin-bottom: 1em
}
.isotope_wrap .isotope_item.isotope_item_classic .post_info {
  margin-bottom: 1.3077em
}
.isotope_wrap .isotope_item.isotope_item_classic .post_descr {
  white-space: normal
}
.isotope_wrap .isotope_item_colored .post_item, .isotope_wrap .isotope_item_grid .post_item, .isotope_wrap .isotope_item_portfolio .post_item, .isotope_wrap .isotope_item_square .post_item {
  overflow: visible
}
.isotope_wrap .isotope_item_colored .post_featured, .isotope_wrap .isotope_item_grid .post_featured, .isotope_wrap .isotope_item_portfolio .post_featured, .isotope_wrap .isotope_item_square .post_featured {
  border-bottom: none
}
.isotope_wrap .isotope_item_colored .post_item .hover_icon, .isotope_wrap .isotope_item_grid .post_item .hover_icon, .isotope_wrap .isotope_item_portfolio .post_item .hover_icon, .isotope_wrap .isotope_item_square .post_item .hover_icon {
  position: relative;
  top: 0;
  opacity: 1
}
.isotope_wrap .isotope_item_colored .post_item .hover_icon:before, .isotope_wrap .isotope_item_grid .post_item .hover_icon:before, .isotope_wrap .isotope_item_portfolio .post_item .hover_icon:before, .isotope_wrap .isotope_item_square .post_item .hover_icon:before {
  position: static;
  margin-top: .3em;
  opacity: 1;
  font-size: 2.5em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}
.ih-item.square .info .post_title, .ih-item.square .info p {
  padding-left: 20px !important;
  padding-right: 20px !important
}
.isotope_filters {
  overflow: hidden;
  text-align: center;
  margin: 0 0 1em;
  padding-bottom: .5em
}
.sidebar_hide .isotope_filters {
  margin: 1em 0 1.5em
}
.isotope_filters a {
  display: inline-block;
  margin: 0 4px 4px 0;
  text-align: center;
  padding: .75em 1.5em;
  font-size: .75em;
  line-height: 1.2857em;
  font-weight: 400;
  border-width: 2px;
  border-style: solid
}
.isotope-hidden.isotope_item {
  pointer-events: none;
  z-index: 1
}
.isotope_item_colored .post_featured .post_mark_new {
  -webkit-box-shadow: -3px 2px 0 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: -3px 2px 0 0 rgba(0, 0, 0, .2);
  box-shadow: -3px 2px 0 0 rgba(0, 0, 0, .2)
}
.post_item_colored .post_featured .post_mark_new {
  position: absolute;
  left: 0;
  top: 0;
  margin: 1.6em 0 0 1.6em;
  width: 4em;
  height: 4em;
  overflow: hidden;
  font-size: .625em;
  font-weight: 700;
  text-align: center;
  line-height: 4em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}
.post_item_colored .post_featured .post_descr, .post_item_colored .post_featured .post_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20%;
  padding: 10px 16px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.post_item_colored .post_featured .post_title {
  bottom: 20%;
  margin: 0;
  line-height: 1.15em
}
.post_item_colored_4 .post_featured .post_title {
  font-size: 1.125em;
  line-height: 1.15em;
  padding: .5em .6667em
}
.post_item_colored .post_category {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.15em;
  margin: .25em 0 .5em 0
}
.post_item_colored .post_descr .post_price {
  float: right;
  margin-top: 1.5em
}
.post_item_colored_4 .post_descr .post_price {
  margin-top: .875em
}
.post_item_colored .post_descr .post_price_value {
  color: #222;
  font-size: 1.875em;
  line-height: 1.2857em
}
.post_item_colored_4 .post_descr .post_price_value {
  font-size: 1.5em;
  line-height: 1.2857em
}
.post_item_colored .post_descr .post_price_period {
  font-size: 1.125em;
  line-height: 1.2857em;
  color: #909090
}
.post_item_colored_4 .post_descr .post_price_period {
  font-size: 1em;
  line-height: 1.2857em
}
.post_item_colored .post_descr .post_price_period:before {
  content: '/';
  display: inline-block;
  margin: 0 .5em
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info {
  padding: 0;
  text-align: left
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_title {
  font-size: 1.625em;
  line-height: 1.15em;
  padding: 4px 8%;
  text-align: left;
  margin-top: 8%
}
.post_item_colored_4 .post_content.ih-item.square.colored .post_info_wrap.info .post_title {
  font-size: 1.125em;
  line-height: 1.15em;
  margin-top: 4%
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr, .post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p {
  text-align: left;
  padding: .5em 8% 0;
  font-style: normal
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p {
  font-size: .875em;
  padding: 0
}
.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p.post_info {
  margin-bottom: 2em
}
.post_item_colored .post_info_wrap .post_buttons {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 1.875em;
  height: 3em;
  overflow: hidden;
  padding: 0 0 0 4px
}
.post_item_colored_4 .post_info_wrap .post_buttons {
  bottom: 1.125em;
  height: 2.3em;
  white-space: nowrap
}
.post_item_colored .post_info_wrap .post_button {
  float: none;
  display: inline-block
}
.post_item_colored .post_info_wrap .post_button + .post_button {
  margin-left: .625em
}
.post_item_colored_4 .post_info_wrap .post_button .sc_button {
  padding: .5em .75em
}
.isotope_wrap .isotope_item_colored_1 {
  width: 100%
}
.isotope_wrap .isotope_item_colored_1 .post_item {
  overflow: hidden;
  position: relative
}
.isotope_wrap .isotope_item_colored_1 .post_featured {
  width: 116px;
  height: 88px;
  float: left;
  margin-right: 1.2857em
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_description {
  padding-right: 2em
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_title {
  margin-bottom: .0625em;
  margin-top: -.3125em;
  font-size: 1.1429em;
  line-height: 1.375em;
  padding-top: 2px
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_descr {
  max-height: 6em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_buttons {
  text-align: right;
  white-space: nowrap
}
.isotope_wrap .isotope_item.isotope_item_colored_1 .post_buttons a {
  float: none;
  display: inline-block;
  margin-left: 10px
}
.post_item h3.post_title {
  font-size: 2.5714em;
  margin: 0
}
.eg-home-2-block-element-1, .eg-home-2-block-element-2 {
  font: 700 10px Lato, sans-serif !important;
  text-transform: uppercase
}
.post_item_sermons {
  margin-bottom: 2.1429em;
  height: auto
}
.post_item_sermons .post_featured {
  max-width: 370px;
  margin-bottom: 0
}
.post_item_sermons .post_content {
  padding-right: 2.1429em;
  padding-left: 2.1429em
}
.post_item_sermons .post_title {
  margin-top: 1.6em;
  margin-bottom: .6em
}
.post_item_sermons .post_descr {
  line-height: 1.6429em
}
.post_item_sermons .post_descr p {
  margin-bottom: .7857em
}
.sc_blogger .post_item_sermons {
  background: 0 0
}
.sc_column_item .post_item_sermons .post_title, .vc_column-inner .post_item_sermons .post_title {
  margin-top: 0;
  font-size: 1.071em;
  line-height: 1.3em;
  margin-bottom: .65em
}
.sc_column_item .post_item_sermons {
  margin-bottom: 1.538em
}
.sc_column_item .post_item_sermons .post_featured, .vc_column-inner .post_item_sermons .post_featured {
  float: left;
  width: 36%;
  margin-right: 1.25em
}
.post_item_sermons.post_featured_right > .post_featured {
  float: right;
  width: 50%;
  margin-left: 4.3478%
}
.post_item_sermons .post_featured, .post_item_sermons.post_featured_left > .post_featured {
  float: left;
  width: 50%;
  margin-right: 2.8571em
}
.custom_field_link {
  width: 2.9286em;
  height: 2.9286em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 .5em .4286em 0
}
.custom_field_link span {
  display: table-cell;
  width: 2.2778em;
  height: 2.2778em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2857em;
  line-height: 1em
}
.custom_field_link span:before {
  margin: 0;
  padding: 0
}
.post_item_sermons .post_info {
  margin-bottom: 2em
}

.sc_blogger.layout_related_3 .hover_icon:after {
  opacity: 1
}
.sc_blogger.layout_related_3 .hover_icon:before {
  opacity: 1;
  margin-top: 0
}
.sc_blogger.layout_related_3 .hover_icon:hover:after {
  opacity: 0
}
.sc_blogger.layout_related_3 .hover_icon:hover:before {
  opacity: 0;
  margin-top: 100px
}
.sc_blogger.sc_scroll_controls {
  position: relative
}
.sc_blogger.sc_scroll_controls_type_top {
  overflow: visible !important
}
.sc_blogger.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
  top: 3.8571em
}
.sc_item_title.sc_blogger_title {
  margin-bottom: 1.0833em
}
.sc_scroll_controls_type_top .sc_item_title.sc_blogger_title {
  margin-bottom: 1.4286em
}
.sc_blogger .sc_scroll_horizontal .isotope_item, .sc_blogger .sc_scroll_horizontal [class*=column-], .sc_scroll_horizontal .sc_blogger .isotope_item, .sc_scroll_horizontal .sc_blogger [class*=column-] {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 0;
  white-space: nowrap
}
.sc_blogger .sc_scroll_horizontal .column-1_2, .sc_blogger .sc_scroll_horizontal .isotope_column_2, .sc_scroll_horizontal .sc_blogger .column-1_2, .sc_scroll_horizontal .sc_blogger .isotope_column_2 {
  width: 600px
}
.sc_blogger .sc_scroll_horizontal .column-1_4, .sc_blogger .sc_scroll_horizontal .isotope_column_4, .sc_scroll_horizontal .sc_blogger .column-1_4, .sc_scroll_horizontal .sc_blogger .isotope_column_4 {
  width: 300px
}
.sc_blogger .sc_scroll_horizontal .column-1_5, .sc_blogger .sc_scroll_horizontal .isotope_column_5, .sc_scroll_horizontal .sc_blogger .column-1_5, .sc_scroll_horizontal .sc_blogger .isotope_column_5 {
  width: 240px
}
.sc_blogger .sc_scroll_horizontal .column-1_6, .sc_blogger .sc_scroll_horizontal .isotope_column_6, .sc_scroll_horizontal .sc_blogger .column-1_6, .sc_scroll_horizontal .sc_blogger .isotope_column_6 {
  width: 200px
}
.sc_blogger .sc_scroll_vertical .isotope_item, .sc_blogger .sc_scroll_vertical [class*=column-], .sc_scroll_vertical .sc_blogger .isotope_item, .sc_scroll_vertical .sc_blogger [class*=column-] {
  position: relative;
  width: auto;
  max-width: 400px;
  display: inline-block;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.sc_scroll {
  overflow: hidden;
  width: 100%;
  position: relative
}
.sc_scroll_wrapper {
  overflow: hidden
}
.sc_scroll_horizontal .sc_scroll_wrapper {
  width: 100000px
}
.sc_scroll_horizontal {
  width: 100%;
  padding-bottom: 24px
}
.sc_scroll_vertical {
  min-height: 13.7143em;
  padding-right: 6px
}
.sc_scroll_vertical .swiper-wrapper {
  height: auto;
  display: block
}
.sc_scroll_vertical .swiper-slide {
  float: none;
  display: block;
  height: auto
}
.sc_scroll_bar {
  background: 0 0;
  position: absolute;
  z-index: 100
}
.sc_scroll_vertical .sc_scroll_bar {
  right: 1px;
  top: 0;
  bottom: 0;
  width: 10px;
  border-right: 1px solid #ddd
}
.sc_scroll_horizontal .sc_scroll_bar {
  right: 0;
  left: 0;
  bottom: 15px;
  height: 10px;
  border-bottom: 1px solid #ddd
}
.sc_scroll_bar .swiper-scrollbar-drag {
  background: 0 0 !important
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
  width: 10px;
  left: 2px
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag {
  height: 10px;
  top: 2px
}
.sc_scroll_bar .swiper-scrollbar-drag:before {
  content: ' ';
  display: block;
  position: absolute;
  background-color: #1dbb90;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag:before {
  width: 3px;
  right: -2px;
  top: 0;
  bottom: 0;
  height: 100%
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag:before {
  height: 3px;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%
}
.sc_scroll_container {
  position: relative
}
.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
  position: absolute;
  top: -8em;
  right: 0;
  width: 12em;
  padding-bottom: 5px;
  overflow: hidden;
  text-align: right
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
  margin-top: -25px;
  margin-left: -80px;
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  opacity: 0
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a + a {
  left: auto;
  right: 8px;
  margin-right: -80px
}
.sc_scroll_controls_type_side:hover .sc_scroll_controls_wrap a {
  margin-left: 0;
  margin-right: 0;
  opacity: 1
}
.sc_scroll_controls_wrap a {
  display: inline-block;
  text-align: center;
  font-size: 1.7143em;
  line-height: 1em;
  margin-left: .75em
}
.sc_scroll_controls_wrap a:before {
  font-family: fontello
}
.sc_scroll_controls_wrap .sc_scroll_next:before {
  content: '\e836'
}
.sc_scroll_controls_wrap .sc_scroll_prev:before {
  content: '\e837'
}
.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_next:before {
  content: '\e828'
}
.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_prev:before {
  content: '\e835'
}
.sc_section {
  position: relative
}
.sc_section:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0;
  clear: both
}
.sc_section .sc_section_overlay, .sc_section:not(.sc_scroll_controls) .sc_section_overlay {
  overflow: hidden
}



.block-title, .widgettitle{
	position:relative;
	margin-bottom:40px;
}
.block-title:before, .widgettitle:before{
	position:absolute;
	width:40px;
	height:3px;
	content:" ";
	left:0;
	bottom:-18px;
	background:#F23827;
}
.block-title:after, .widgettitle:after{
	position:absolute;
	width:3px;
	height:3px;
	content:" ";
	left:43px;
	bottom:-18px;
}
.block-title-center:before{
	left:50%;
	margin-left:-20px
}
.block-title-center:after{
	display:none;
}


/*========================================== BLOG END ===========================================*/











@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .res-width-full {
        width: 100%;
    }
    .blog-heading-top {
        padding-top: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-image-bottom {
        padding-bottom: 20px;
    }
    .common-res-bottom {
        padding-bottom: 40px;
    }
    .header-form-heading-top {
        padding-top: 0;
    }
    .res-header-heading-bottom {
        padding-bottom: 40px;
    }
    .res-services-bottom {
        padding-bottom: 30px;
    }
    .res-text-center p,
    .res-text-center h3,
    .res-text-center-single,
    .res-services-center p,
    .res-services-center h3 {
        text-align: center;
    }
    .res-image-center {
        margin: 0 auto;
    }
    .res-clear {
        clear: left;
    }
    .builder-bgimage-height {
        width: 100%;
        position: relative;
    }
    .builder-content-height {
        height: auto;
    }
    .builder-bgimage-pad {
        padding: 40px 0 80px 0;
    }
    .builder-content-pad {
        padding: 0 15px 0 15px;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height,
	.two-column-bgimage-3-height,
	.two-column-bgimage-4-height,
	.two-column-bgimage-5-height,
	.two-column-bgimage-6-height,
	.two-column-bgimage-7-height,
	.two-column-bgimage-8-height{
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .content-pad-1 {
        padding: 0 15px 0 15px;
    }
    .blog-heading-top {
        padding-top: 0;
    }
    .res-submit-tb {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-right {
        padding-top: 10px;
    }
    .res-image-bottom-1 {
        padding-bottom: 20px;
    }
    .common-res-bottom-1,
    .counter-res-bottom {
        padding-bottom: 40px;
    }
    .faq-res-bottom {
        padding-bottom: 30px;
    }
    .res-header-heading-bottom {
        padding-bottom: 40px;
    }
    .header-form-heading-top {
        padding-top: 0;
    }
    .res-submit-tb {
        padding: 20px 15px;
    }
    .services-res-bottom {
        padding-bottom: 30px;
    }
    .res-text-center-1 p,
    .res-text-center-1 h3,
    .res-text-center-1 h2,
    .res-text-center-single-1,
    .res-text-center-single,
    .res-services-center p,
    .res-services-center h3 {
        text-align: center;
    }
    .res-gallery-row-bottom {
        padding-bottom: 10px;
    }
    .price-fixed {
        margin: 0 auto;
        width: 400px !important;
    }
    .price-res-bottom {
        margin-bottom: 40px;
    }
    .builder-bgimage-height {
        width: 100%;
        position: relative;
    }
    .builder-content-height {
        height: auto;
    }
    .builder-bgimage-pad {
        padding: 40px 0 80px 0;
    }
    .builder-content-pad {
        padding: 0 15px 0 15px;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height,
	.two-column-bgimage-3-height,
	.two-column-bgimage-4-height,
	.two-column-bgimage-5-height,
	.two-column-bgimage-6-height,
	.two-column-bgimage-7-height,
	.two-column-bgimage-8-height{
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .content-pad-1 {
        padding: 0 15px 0 15px;
    }
    .blog-heading-top {
        padding-top: 0;
    }
    .blog-link-top .link-top {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 639px) {
    .common-full {
        width: 100% !important;
    }
    .res-footer-links-bottom {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .price-fixed {
        width: 100% !important;
    }
    .header-section-slider-height {
        height: 700px;
        overflow: hidden;
    }
	
	h1 {
    font-size: 26px;
    line-height: 32px;
	}
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
	h3 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.header-head1 {
    font-size: 30px;
    line-height: 40px;
	}
	
	.bgimage-head {
    font-size: 24px;
    line-height: 32px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 359px) {
    .common-full-1 {
        width: 100% !important;
    }
    .counter-res-bottom-1,
    .team-res-bottom {
        padding-bottom: 40px;
    }
}