/*!
Theme Name: Liberty
Theme URI: http://underscores.me/
Author: Artisan Media
Author URI: http://rtsnglobal.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: liberty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Liberty is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
.project__item__holder {
    height: 475px;
}

.pih__image {
    height: 100%;
}

.pih__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap');

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
*{
font-family: 'Nunito Sans', sans-serif;

}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
font-family: 'Nunito Sans', sans-serif;
}

p {
	font-family: 'Nunito Sans', sans-serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap');
div#page {
    max-width: 1500px;
    margin: 0 auto;
    background: #fff;
}

.vc_row {
    margin-left: 0!important;
    margin-right: 0!important;
}

body {
    background: #fff;
	margin:0;
	color:231F20;
	font-family: nunito sans;
}

/* .semibold{
	font-weight:600!important;
}


.redbtn button {
    font-size: 30px!important;
    font-weight: 800;
    font-family: nunito sans;
    padding: 10px 50px !important;
}

.extrabold {
    font-weight: 800;
}

main#primary {
    max-width: 1500px;
    margin: auto;
}

.site-info {
    max-width: 1500px;
    margin: auto;
}

.banner{
    background-position:bottom center;
    background-size:cover;
}
.columners .vc_column-inner {
    background: #fff;
    padding: 60px!important;
    box-shadow: 0 0 10px #0003;
}

.columners img {
    height: 96px!important;
}

.projects .vc_column-inner {
    padding: 100px;
    background-repeat: no-repeat;
    background-position: center;
}


.sprojects .vc_column-inner {
    padding: 50px;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
.wbtn button {
    border: 3px solid #fff!important;
    font-size: 20px!important;
    font-weight: bold;
    padding: 20px 40px!important;
}

.sbtn button {
    border: 2px solid #fff!important;
    font-size: 18px!important;
    font-weight: bold;
    padding: 10px 20px!important;
}
.tnav ul#menu-menu-1 {
    margin: 20px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.tnav ul#menu-menu-1 a {
    padding: 15px 0 15px 15px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
}

a.skip-link.screen-reader-text {
    display: none;
}

.tnav {
    padding: 0 150px;
}
.tbar {
    background: #2d358e;
    padding: 5px 150px;
    margin-bottom: 0px;
}

.fdh {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.fdh img {
    margin-right: 20px;
}

.fdh:first-child {
    margin-top: 20px;
}

.fc ul#menu-fmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fc ul#menu-fmenu a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    transition: all 0.4s ease;
}

.fc ul#menu-fmenu a:hover {
    color: #2d358e;
}

.fc .vc_btn3-container.vc_btn3-inline a {
    background: transparent;
    border: 2px solid;
    font-weight: 800;
    margin-top: 20px;
}


	.banner h1.vc_custom_heading.extrabold {
    font-size: 40px!important;
}

.banner h3 {
    font-size: 25px!important;
}
}


.fc .vc_column_container {
    background: #f1f2f2;
}

.black{
	font-weight:900
}

.tbar .wpb_text_column.wpb_content_element.vc_custom_1599593415711 {
    margin-bottom: 0;
}

.tbar .vc_column-inner.vc_custom_1599593407585 {
    padding-top: 0!important;
}

.tnav button {
    font-weight: bold;
    font-family: nunito sans;
}
 
.columners p {
    line-height: 18pt;
    font-size: 12.14pt;
}

.banner h1.vc_custom_heading.extrabold, .banner h3 {
    width: 60%;
    margin: auto;
}

.banner h3 {
    padding: 80px 0;
}

.padded{
	padding-left:150px;
	padding-right:150px;
}

@media (min-width:1301px){
	h2.vc_custom_heading.extrabold {
    line-height:1.2
}
}

@media (min-width:1301px){
	.projects h2.vc_custom_heading.extrabold {
    line-height: 1.2;
}
	.padded {
    padding-left:184px;
    padding-right:184px;
}
	
	.columners .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 350px!important;
}

.columners {
    display: flex;
    justify-content: space-between;
}

.columners img {
    height: 95px!important;
    width: 95px!important;
}

.columners h2 {
    letter-spacing: -0.5px;
}

.columners p {
    line-height: 18pt;
    font-size: 12.14pt;
}
}



@media (max-width:1300px) and (min-width:1201px){
	h2.vc_custom_heading.extrabold {
    font-size: 42px!important;
}
	.redbtn button {
    font-size: 20px!important;
    padding: 10px 30px !important;
}
	.lbrty p {
    font-weight: 700;
    font-size: 18px!important;
    line-height: 30px!important;
}
	.features h2.vc_custom_heading.extrabold {
    margin-top: 0;
    font-size: 18px!important;
}
	.features p{
		font-size:12px;
	}
	
	.features img.vc_single_image-img.attachment-full {
    height: 75px;
    width: auto;
}

.features .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}
	.projects .vc_column-inner {
    padding: 50px!important;
}

.projects h2.vc_custom_heading.extrabold {
    margin-top: 0;
    line-height: 1.2;
    font-size: 46px!important;
}

.sprojects h2.vc_custom_heading.extrabold {
    line-height: 1.2;
    margin-top: 0;
	font-size:24px!important
}

.sprojects .vc_column-inner {
    padding: 50px 25px!important;
}
	.columners p {
    font-size: 12px;
		line-height:18px;
}
	.wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
	.banner h1.vc_custom_heading.extrabold {
    font-size: 42px!important;
    width: 820.7595px;
    margin: auto;
}
	
	.banner h3 {
		font-size:22px!important;
    width: 820.7595px;
    margin: auto;
		padding: 50px 0;
}

.columners{
    display:flex;
    justify-content:space-between;
}
.columners h2.vc_custom_heading.extrabold {
    font-size: 23px!important;
}
.columners .vc_column-inner {
    background: #fff;
    padding: 50px!important;
    box-shadow: 0 0 10px #0003;
}
.padded{
    padding:0 162px
}
	.projects button {
    padding: 15px 30px!important;
}
	
	
}
.sprojects .wpb_wrapper, .projects .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}





@media (max-width:1200px) and (min-width:1101px){
.projects .vc_column-inner {
    padding: 50px!important;
}

.projects h2.vc_custom_heading.extrabold {
    margin-top: 0;
    line-height: 1.2;
    font-size: 48px!important;
}

.sprojects h2.vc_custom_heading.extrabold {
    line-height: 1.2;
    margin-top: 0;
}

.sprojects .vc_column-inner {
    padding: 50px!important;
}
.columners h2.vc_custom_heading.extrabold {
    font-size: 22px!important;
}
.columners .vc_column-inner {
    background: #fff;
    padding: 45px!important;
    box-shadow: 0 0 10px #0003;
}
.padded{
    padding:0 150px
}
}
.sprojects .wpb_wrapper, .projects .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


@media (min-width:992px){
	.tnav ul#menu-menu-1 a {
    font-size: 13px;
		    padding: 0 0 0 15px;
		display:block
}

}
@media (max-width:991px){
	.tnav ul#menu-menu-1 a {
    font-size: 13px;
}
	.tnav ul#menu-menu-1 {
    justify-content: center!important;
		    padding: 0;
}
} 



.columners {
    flex-wrap: nowrap!important;
    justify-content: space-between;
}

.columners .wpb_column {
    width: 30%;
}


.redbtn button {
    background: #eb2127!important;
    color: #fff!important;
}

.whitebtn button{
	background: #fff!important;
    color: #eb2127!important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.fci.padded {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 768px){
.fci .vc_col-sm-6 {
    width: fit-content!important;
}}


@media (min-width:1280px){
	.site-header .wpb_single_image.wpb_content_element.vc_align_left {
    margin-top: -25px;
}
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1599580897776.vc_row-has-fill {
    background: #fff;
}

.vc_row.wpb_row.vc_row-fluid.fc.vc_custom_1599575959499.vc_row-has-fill {
    background: #eeee;
}







@media (max-width:991px) and (min-width:500px){
	h2.vc_custom_heading.extrabold {
    font-size: 42px!important;
}
	.redbtn button {
    font-size: 20px!important;
    padding: 10px 30px !important;
}
	.lbrty p {
    font-weight: 700;
    font-size: 18px!important;
    line-height: 30px!important;
}
	.features h2.vc_custom_heading.extrabold {
    margin-top: 0;
    font-size: 24px!important;
}
	.projects .vc_column-inner {
    padding: 50px!important;
}

.projects h2.vc_custom_heading.extrabold {
    margin-top: 0;
    line-height: 1.2;
    font-size: 46px!important;
}

.sprojects h2.vc_custom_heading.extrabold {
    line-height: 1.2;
    margin-top: 0;
	font-size:36px!important
}

.sprojects .vc_column-inner {
    padding: 50px 25px!important;
}
	.columners p {
    font-size: 15px;
}
	.banner h1.vc_custom_heading.extrabold {
    font-size: 32px!important;
    width: calc(100vw - 20px);
    margin: auto;
}
	
	.banner h3 {
		font-size:22px!important;
    width: calc(100vw - 20px);
    margin: auto;
		padding: 50px 0;
}

.columners{
    display:flex;
    flex-direction:column!important;
    justify-content:space-between;
}
.columners .wpb_column {
    width: 100%;
    margin-bottom:20px
    
}
.columners h2.vc_custom_heading.extrabold {
    font-size: 23px!important;
}
.columners .vc_column-inner {
    background: #fff;
    padding: 50px!important;
    box-shadow: 0 0 10px #0003;
}
.padded{
    padding:0 162px
}
	.projects button {
    padding: 15px 30px!important;
}

.tnav ul#menu-menu-1 {
    justify-content: center!important;
    padding: 0;
    flex-wrap: wrap;
}


.site-header .wpb_single_image.vc_align_left {
    text-align: center;
}

.site-header button {
    display: none!important;
}

.vc_row.wpb_row.vc_row-fluid.padded.shthree.vc_custom_1599824932742 {
    padding-left: 20px;
    padding-right: 20px;
}

.features {
    padding: 20px;
}
.padded{
	padding: 0 20px
}
}

.banner{
	padding-top:120px;
	padding-bottom:120px;
	margin-top: -20px;
}
@media (max-width:499px){
	.banner{
		padding-top:50px!important;
		padding-bottom:50px!important
	}
	h2.vc_custom_heading.extrabold {
    font-size: 42px!important;
}
	.redbtn button {
    font-size: 18px!important;
    padding: 10px 30px !important;
}
	.lbrty p {
    font-weight: 700;
    font-size: 17px!important;
    line-height: 30px!important;
}
	.features h2.vc_custom_heading.extrabold {
    margin-top: 0;
    font-size: 24px!important;
}
	.projects .vc_column-inner {
    padding: 30px!important;
}

.projects h2.vc_custom_heading.extrabold {
    margin-top: 0;
    line-height: 1.2;
    font-size: 40px!important;
}

.sprojects h2.vc_custom_heading.extrabold {
    line-height: 1.2;
    margin-top: 0;
	font-size:30px!important
}

.sprojects .vc_column-inner {
    padding: 30px 25px!important;
}
	.columners p {
    font-size: 15px;
}
	.banner h1.vc_custom_heading.extrabold {
    font-size: 30px!important;
    width: calc(100vw - 20px);
    margin: auto;
}
		.banner h3{
    width: calc(100vw - 20px)!important;
    margin: auto;
}
	.projects 
	.banner h3 {
		font-size:22px!important;
    width: calc(100vw - 20px);
    margin: auto;
		padding: 50px 0;
}

.columners{
    display:flex;
    flex-direction:column!important;
    justify-content:space-between;
}
.columners .wpb_column {
    width: 100%;
    margin-bottom:20px
    
}
.columners h2.vc_custom_heading.extrabold {
    font-size: 23px!important;
}
.columners .vc_column-inner {
    background: #fff;
    padding: 50px!important;
    box-shadow: 0 0 10px #0003;
}
.padded{
    padding:0 162px
}
	.projects button {
    padding: 15px 30px!important;
}

.tnav ul#menu-menu-1 {
    justify-content: center!important;
    padding: 0;
    flex-wrap: wrap;
}


.site-header .wpb_single_image.vc_align_left {
    text-align: center;
}

.site-header button {
    display: none!important;
}

.vc_row.wpb_row.vc_row-fluid.padded.shthree.vc_custom_1599824932742 {
    padding-left: 20px;
    padding-right: 20px;
}

.features {
    padding: 20px;
}
.padded{
	padding: 0 20px
}
}
@media (max-width: 600px){
	.vc_row.wpb_row.vc_inner.vc_row-fluid.fci.padded {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
}

.header-btn button {
    padding: 8px 20px!important;
    font-size: 12px!important;
}

.insta img.vc_single_image-img.attachment-full {
    width: 65px;
    height: 65px;
}

.shnine {
    background-position: top!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.shnine {
    background-position: top!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.fc h2.vc_custom_heading.extrabold {
    font-size: 20px!important;
}

.fc a {
    font-size: 12px;
}

.fc .fdh {
    font-size: 12px;
}

.fc a.vc_btn3 {
    margin: 0!important;
    padding: 8px 20px;
} */






.csbanner {
	background-image: url(https://test.libertyhvac.pro/wp-content/uploads/2024/12/Screen-Shot-2024-12-16-at-3.19.33-PM-1-e1734542208560.png);
    background-position: bottom;
    background-size: cover;
}

.csbanner {
    background-position: bottom;
    background-size: cover;
    padding-top: 200px !important;
    padding-bottom: 105px !important;
}



.csbanner h1{
        font-size: 38px;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
}


.vc_btn3-container.header-btn.vc_btn3-right {
    margin-bottom: 16px;
}



.features h2.vc_custom_heading.extrabold {
    margin-top: 0;
}

.lbrty p {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}
.wpb_text_column.wpb_content_element {
    margin-bottom: 0!important;
}
.tbar {
    background: #2d358e;
    height: 25px;
}


.tbar p {
    text-transform:uppercase;
	    text-align: right;
    height: 25px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wpb_text_column {
    margin: 0;
}

.vc_column-inner {
    padding: 0!important;
}

header#masthead img {
    height: 84px;
    width: auto;
}

.tnav {padding-top: 4px!important;padding-bottom: 17px!important;}

.vc_wp_custommenu.wpb_content_element {
    margin-bottom: 0;
}

ul#menu-menu-1 {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

ul#menu-menu-1 a {
    color: #000;
    text-decoration: none;
    font-weight: 800;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 12px;
	transition: all 0.4s ease;
}
.header-btn .vc_btn3.vc_btn3-size-md {
    font-size: 12px;
    padding: 5px 20px;
    margin-top: 24px;
}

.header-btn {
    margin-bottom: 12px;
}

a.skip-link.screen-reader-text {
    display: none;
}

.vc_custom_1600443521655 {
    background-size: cover;
}


.banner h1.vc_custom_heading.extrabold {
    font-size: 40px;
    font-weight: 700;
    margin-top: 120px;
    line-height: 46px;
    margin-bottom: 0;
}

.tbar span {
    font-size: 12px;
}

.banner h3.vc_custom_heading.semibold {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 20px;
    margin-top: 46px;
}

.banner .redbtn button {
    font-weight: 700;
    font-size: 20px;
    margin-top: 42px;
    padding: 12px 50px;
    margin-bottom: 97px;
}

.banner {
    background-position: bottom center;
}


#columners .wpb_column .vc_column-inner {
    background: #fff !important;
    box-shadow: 0 0 5px #00000038 !important;
    padding: 20px 40px!important;
}

#columners img {
    width: 75px;
}

#columners h2.vc_custom_heading.extrabold {
    font-size: 24px!important;
    font-weight: 900;
    margin: 14px 0 0 0;
}

#columner .vc_column-inner .vc_column-inner {}

#columners .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#columners p {
    font-size: 13px;
}

#columners .wpb_single_image.wpb_content_element.vc_align_left .wpb_wrapper {
    margin: 0;
    height: 80px;
    display: flex;
    justify-content: flex-end;
}

.wpb_single_image.wpb_content_element.vc_align_left {
    margin: 10px 0px;
}

.padded {
    padding: 0 250px;
}

.projects h2 {
    font-size: 38px!important;
    padding: 17px 75px;
    margin-top: 30px;
}

.projects .wbtn button, .projects .wbtn a {
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 40px;
    margin: -10px 0 60px 0;
}

.sprojects h2 {
    font-size: 24px!important;
    font-weight: 800;
    margin: 50px 0 0 0;
}

.sprojects button, .sprojects a {
    border: 2px solid #fff!important;
    font-size: 18px!important;
    font-weight: 500;
    padding: 6px 20px!important;
    margin: 40px 0 33px 0!important;
}

.projects h2 {
    font-size: 38px!important;
    padding: 17px 75px;
    margin-top: 30px;
}

.projects .wbtn button {
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 40px;
    margin: -10px 0 60px 0;
}

.sprojects h2 {
    font-size: 24px!important;
    font-weight: 800;
    margin: 50px 0 0 0;
}

.sprojects button {
    border: 2px solid #fff!important;
    font-size: 18px!important;
    font-weight: 500;
    padding: 6px 20px!important;
    margin: 40px 0 33px 0!important;
}

.shfour h2 {
    font-size: 36px!important;
    margin: 15px 0!important;
}

.shfour .redbtn button {
    background: #d31d23!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 500;
    padding: 10px 40px!important;
    box-shadow: 5px 5px 5px #00000026;
}

.projects h2 {
    font-size: 38px!important;
    padding: 17px 85px;
    margin-top: 30px;
}

.projects .wbtn button {
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 40px;
    margin: -10px 0 60px 0;
}

.sprojects h2 {
    font-size: 24px!important;
    font-weight: 800;
    margin: 50px 0 0 0;
}

.sprojects button {
    border: 2px solid #fff!important;
    font-size: 18px!important;
    font-weight: 500;
    padding: 6px 20px!important;
    margin: 40px 0 33px 0!important;
}

.shfour h2 {
    font-size: 36px!important;
    margin: 15px 0!important;
}

.shfour .redbtn a {
    background: #d31d23!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 500;
    padding: 10px 40px!important;
    box-shadow: 5px 5px 5px #00000026;
}

.shfive h2 {
    font-size: 36px!important;
    font-weight: 800;
}

.shfive p {
    font-size: 18px;
    line-height: 28px;
}

.shsix img, .shseven img {
    transform: scale(0.75);
}

.shsix h2, .shseven h2 {
    font-size: 19px!important;
    font-weight: 800;
    margin: 18px 0 0 0!important;
}

.shsix p, .shseven p {
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}

.insta .vc_figure img {
    width: 52px;
    margin: 32px 0 0 0;
}

.insta h2 {
    font-weight: 900;
    font-size: 22px!important;
    margin-top: -20px!important;
}
.shnine {
    background: #f1f2f2 url(https://rtsnglobal.com/liberty/wp-content/uploads/2020/09/Asset-8-1.png?id=180);
    background-position: center top;
}

.shnine h2.vc_custom_heading.extrabold {
    font-size: 38px!important;
    font-weight: 800;
    margin: 96px 0 0 0;
}


.shnine .redbtn a, .fsbtn button, .fsbtn a {
    background: #d31d23!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 500;
    padding: 10px 40px!important;
    box-shadow: 5px 5px 5px #00000026;
    margin: 28px 0 56px 0;
}

.site-footer .logo img {
    width: 160px;
    margin-top: 18px;
}

.fdh img {
    width: 14px;
    margin-right: 10px;
}

.fdh {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}

.site-footer h2.vc_custom_heading.extrabold {
    font-size: 18px!important;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 52px;
}

ul#menu-fmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu-fmenu a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.site-footer .vc_btn3-container a {
    background: transparent!important;
    border: 1px solid;
    font-weight: 700;
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.fci.padded {
    display: flex;
    justify-content: center;
}
a {}

ul#menu-menu-1 a:hover {
    color: #d31d23;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
    transition: all 0.4s ease;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom:hover , .wbtn a:hover , .sprojects a:hover{
    background: #d31d23!important;
    border: 2px solid #d31d23!important;
}


.ipad {
    padding-left: 250px!important;
    padding-right: 50px!important;
}

.ipadr {
    padding-right: 250px!important;
    padding-left: 50px!important;
}
@media (max-width:1400px) {
	.padded {
    padding: 0 200px;
}
	.ipad {
    padding-left: 200px!important;
    padding-right: 50px!important;
}

.ipadr {
    padding-right: 200px!important;
    padding-left: 50px!important;
}
}
@media (max-width:1300px) {
	.padded {
    padding: 0 150px;
}
	.ipad {
    padding-left: 150px!important;
    padding-right: 50px!important;
}

.ipadr {
    padding-right: 150px!important;
    padding-left: 50px!important;
}
}


@media (max-width:1200px) {
	.padded {
    padding: 0 100px;
}
	.ipad {
    padding-left: 100px!important;
    padding-right: 30px!important;
}

.ipadr {
    padding-right: 100px!important;
    padding-left: 30px!important;
}
}


@media (max-width:1000px) {
	.padded {
    padding: 0 20px;
}
	.ipad {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.ipadr {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
}



.fsbtn button {
    background: #d31d23!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 500;
    padding: 10px 40px!important;
    box-shadow: 5px 5px 5px #00000026;
    margin: 28px 0 56px 0;
}





@media (max-width:1000px){
    .projects h2 {
    padding: 10px;
}

ul#menu-menu-1 {
    padding: 10px;
    justify-content: center;
}

.vc_btn3-container.header-btn.vc_btn3-right {
    display: none;
}
	.site-header .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}
}

@media (max-width:600px){
    
    ul#menu-menu-1 a {
    padding-left: 0;
    font-size: 8px;
    padding: 4px;
}

ul#menu-menu-1 {
    flex-wrap: wrap;
}
	
	.vc_row.wpb_row.vc_inner.vc_row-fluid.fci.padded {
    display: block;
}

}

/* @media screen and (max-width:767px) {
    .reverso {
    flex-direction: column-reverse;
} */

.ipadr, .ipad {
    padding: 50px 0;
}

}

@media (min-width:1001px) and (max-width:1045px){
	ul#menu-menu-1 a {
    font-size: 10px;
}
	
}

