﻿/*
Theme Name: GoldStar Theme
Description: GoldStar Theme by Prager Microsystems, Inc.
Version: 1.0.0
Author: Prager Microsystems, Inc.
Author URI: https://www.pragermicrosystems.com/
*/
 
body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #616161;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	-ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
	line-height: 1.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
	font-weight: 400;
	word-wrap: break-word;
	overflow-x: hidden;
	font-style: normal;
	font-stretch: normal;
	position: relative;
	margin: 0;
	unicode-range: U+0020-2212;
}
h1 {
	font-size: 60px;
	line-height: 64px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
}

h2 {
	font-size: 46px;
	line-height: 55px;
	margin: 10px 0;
	color: #102542;
}
h3 {
	font-size: 36px;
	line-height: 40px;
	color: #222222;
	margin-bottom: 10px;
}

h4 {
	font-size: 30px;
	line-height: 34px;
	color: #ee9b02;
	margin-bottom: 10px;
	margin-top: 25px;
}

h5{
	font-size: 26px;
	line-height: 30px;
	font-weight: 400; 
	color: #102542;
	margin-bottom: 10px;
	margin-top: 25px;
}
h6{
	font-size: 22px;
	line-height: 26px;	
}

p {
	margin: 0 0 15px;
}
a{
	color: #102542;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
	text-decoration: none;
}
a:hover {
	color: #ea9a01;
} 
.home .vc_column-inner {
	padding-top: 0 !important;
}
.skip-container {
	padding: 0;
}
.container, .container-wide {
	margin: 0 auto;
	max-width: 1140px;
	width:100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.container-wide {
	max-width: 1280px;
}
#wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #fff;
	border: 0px solid #e5e5e5;
	border-radius: 0px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	min-height: 500px;
	z-index: 0;
}  

body.home #wrapper {
	margin: 0 auto;
}

#header {
	display: flow-root;
	margin: 0;
	position: static;
	top: 0;
	width: 100%;
	z-index: 99999999;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 12px -2px rgba(0,0,0,0.3);
	box-shadow: 0px 6px 12px -2px rgba(0,0,0,0.3);
}

#footer {
	clear: both;
	margin: 0;
	max-width: 100%;
	padding: 12px 0 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #102542;
	border-top: 0;
}

#footer, #footer a {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#footer a:hover {
	color: #ee9d05;
}
#footer a.color-red {
	color: #ee9d05;
}
#footer a.color-red:hover {
	color: #fff;
}
#footer-wrapper {
	max-width: 1200px;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
}
#header-top a{
	color: #fff;
}
#header-top a:hover{
	color: #ee9d05;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

.home #content-full{
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-full {
	margin-top: 0;
	margin-bottom: 0;
}

#content-search {
	margin-bottom: 40px;
	margin-top: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 15px;
	color: #000;
	padding-bottom: 5px;
	display: inline-block;
}
#content-sitemap a:hover {
	color: #B80003;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: inherit;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post-data {
	clear: both;
	font-size: inherit;
	font-weight: inherit;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #7E7E7E;
	font-size: inherit;
	margin-bottom: 15px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: inherit;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 10 0px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	display: inline-block;
	margin: 0;
	background-color: #fff;
	box-sizing: border-box;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#widgets li {
	margin: 0px;
	font-size: 14px;
	line-height: 17px;
}

#widgets ul li a {
	color: #333;
	background: transparent;
	padding: 0;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: inherit;
}
#widgets ul .current_page_item a {
	color: #fff;
	background: #001226;
}
#widgets ul li a:hover {
	color: #ee9d05;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 15px 15px 0 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: bold;
	word-wrap: break-word;
	font-family: 'Montserrat';
	text-decoration: none !important;
}

select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	border-bottom-color: #cccccc;
	border-radius: 0px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 8px;
	vertical-align: middle;
	max-width: 100%;
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	font-family: inherit;
}
.menu {
	background-color: transparent;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	clear: both;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
	margin: 0 auto;
}
.menu li {
	padding: 0;
	width: 100%;
}
.menu a {
	border-left: 0;
	color: #ffffff;
	font-size: 19px;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-shadow: none;
	display: contents;
	font-weight:normal;
}
ul.menu > li:hover {
	background-color: transparent;
	color: inherit;
}
.menu a:hover {
	background:none;
	background-image:none;
	text-decoration:underline;
	color:#FFB60F;
}

/******* Grid Layout *******************/

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

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

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/*********** start slimmenu css ********/


.menu-collapser{
    background:transparent;
    color:#FFF;
    font-size:16px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family:inherit;
    height:50px;
    line-height:45px;
    position:relative;
    width:45px;
    padding:0;
    float:right;
    margin-top: 0;
}
.collapse-button{
    background-color: #102542;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:44px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:12px;
    height:44px;
    margin-top:1px
}
.collapse-button:hover,.collapse-button:focus{
    background-image:none;
    background-color: #002F5E;
    color:#fff
}
.collapse-button:hover .icon-bar,.collapse-button:focus .icon-bar{
    background-color:#fff
}
.collapse-button .icon-bar{
    background-color:#FFF;
    border-radius:1px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    display:block;
    height:3px;
    width:100%;
    margin:3px 0
}
ul.slimmenu {
	height: auto;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 	
}
#header_section.sticky ul#menu-header-menu {
	margin-top: 8px;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
ul.slimmenu.collapsed, ul.topmenu.collapsed {
	position: fixed;
	left: 0;
	z-index: 9999;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: #020d24;
	margin-top: 0;
	padding-top: 50px;
	overflow-y: scroll;
	transition: none;
}

ul.slimmenu > li {
	border: 0 none;
	display: inline-block;
	margin: 0;
	position: relative;
	margin-right: 0;
	text-transform: uppercase;
	padding: 0;
}

ul.slimmenu li a {
	color: #001226;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	z-index: 9;
	padding: 0 12px;
	text-transform: capitalize;
	background-color: transparent;
}
  
ul.slimmenu li a:hover::before, ul.slimmenu li.current-menu-item a::before, ul.slimmenu li.current-menu-ancestor a::before {
	bottom: 0px;
}
ul.slimmenu li.current-menu-item > a, ul.slimmenu li.current-menu-item::after,
ul.slimmenu li.current-menu-ancestor > a, ul.slimmenu li.current-menu-ancestor::after{
    color:#235BA8; 
}

ul.slimmenu li > a:hover, ul.slimmenu li.current-menu-item > a, ul.slimmenu li.current-menu-ancestor > a {
	color: #ee9d05;
	background-color: transparent;
}
ul.slimmenu li ul li > a:hover, ul.slimmenu li ul li.current-menu-item > a, ul.slimmenu li ul li.current-menu-ancestor > a {
	background: #f7f7f7;
	color: #40454b;
}
ul.slimmenu li ul li.menu-item-has-children:hover::after {
    color:#FFF;
}
ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0
}
ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99
}
ul.slimmenu li .sub-collapser>i{
    display:none
}
ul.slimmenu ul li .sub-collapser::before{
    content:"\f0da";
    right:20px
}
ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}
ul.slimmenu li ul li {
	position:relative;
	background-color: #fff;
	right: 0;
	width: 100%;
}
ul.slimmenu li ul li a {
	background-color: #fff;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 25px;
	text-align: left;
	margin: 0 auto;
	font-size: 14px;
	text-transform: capitalize;
	color: #40454b;
	border-bottom: 1px solid #EAEBED;
	font-weight: 600;
	position: relative;
}
/*ul.slimmenu li ul li a:hover::before {
	position: absolute;
	width: 10px;
	height: 1px;
	content: "";
	top: 22px;
	left: 17px;
	color: #fff;
	background: #fff;
}*/
ul.slimmenu li ul li a:hover {
	background: #f7f7f7;
	color: #40454b;
	/* padding-left: 35px; */
}

ul.slimmenu li ul li a::after,ul.slimmenu li ul li a:hover::after{
    display:none;
    content:''
}

ul.slimmenu li.menu-item-has-children {
	margin-right: 0;
}
ul.slimmenu li > ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: none;
	min-width: 14em;
	position: absolute;
	right: auto;
	top: 65px; 
	width: 100%;
	z-index: 9999;
	padding: 0;
	left: 0;
}
ul.slimmenu > li.menu-item-has-children.has-submenu:hover::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 4px;
	background-color: #ed9b02;
	z-index: 99;
	bottom: -15px;
}
ul.slimmenu.collapsed li > ul{
	-webkit-animation: none;
    -webkit-animation-delay: 0;
    animation: none;
    animation-delay: 0;
}
@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

ul.slimmenu.collapsed li.menu-item-has-children a{
    padding-right:50px
}
ul.slimmenu.collapsed ul.sub-menu i{
    font-style:normal;
    padding-left:10px;
    padding-right:5px
}
ul.slimmenu li>ul>li ul{
    display:none;
    position:absolute;
    left:100%;
    top:0;
    z-index:999;
    width:100%;
    min-width:12em
}
ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	padding: 0;
	
}
ul.slimmenu.collapsed li a {
	background-color: #102542;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	margin: 0 auto;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 9px;
	right: 0px;
	color: #fff;
	font-size: 15px;
	display: none;
}
.sub-menu .menu-item-has-children::after {
	position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    top: 12px;
    right: 7px;
    color: #09ADB6;
	z-index:999;
	display:none;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff !important;
	border-left: 0;
	background-color: #ee9d05;
}
ul.slimmenu.collapsed li ul li a:hover {
	padding-left: 20px;
}
ul.slimmenu.collapsed li a:hover::before, 
ul.slimmenu.collapsed li ul li a:hover::before {
	display: none;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #ee9d05;
	color: #fff !important;
	border-left: 0;
}
ul.slimmenu.collapsed li ul li > a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > a, ul.slimmenu.collapsed li ul li.current-menu-ancestor > a {
	background: #ee9d05;
	border-left: 0;
	color: #fff;
}
ul.slimmenu.collapsed li .sub-collapser{
    height:40px;
    width:50px;
    z-index:999;
    position:absolute;
    display:inline;
    font-family:FontAwesome;
    color:#FFF;
    line-height:40px;
    font-size:20px;
    text-align:center
}
ul.slimmenu.collapsed li a:hover .sub-collapser,ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after{
    color:#fff
}
ul.slimmenu.collapsed li.current-menu-item li > a {

	color: #fff;
}
ul.slimmenu.collapsed li .sub-collapser::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-collapser.expanded::after{
    content:"\f106"
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
	border: 0;
}
ul.slimmenu li:hover ul{
    display:block;
}
ul.slimmenu.collapsed li a::after,ul.slimmenu.collapsed li a::after:hover{
    content:'';
    display:none
}
ul.slimmenu.collapsed>li>a::before{
    display:none
}
.sub-toggle {
	position: absolute;
}
ul.slimmenu li .sub-toggle::after {
	color: #000;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	text-align: center;
	line-height: 40px;
	top: 4px !important;
	display: block;
	position: absolute;
	right: 20px;
	display: inline-block;
}

ul.slimmenu li .sub-toggle::after{
    content: "\f105";
}
ul.slimmenu.collapsed li .sub-toggle::after, 
ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 30px;
	z-index: 99999;
	width: 50px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	top: 0 !important;
	margin: auto;
	display: block;
	right: 0;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}
ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 999;
	display: none;
}
ul.slimmenu.collapsed li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}


ul.slimmenu.collapsed li a {
	line-height: 45px;
	padding: 0 12px;
	border-bottom: 1px solid #001226;
	padding-left: 20px;
}

/*********** End slimmenu css ********/

/* Standard Elements */

.vc_column-inner {
	padding-top: 0 !important;
}
#logo {
	width: auto;
	float: left;
}
#logo img {
	max-width: 300px;
	height: auto;
}
#logo a.custom-logo-link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -15px;
	margin-bottom: -15px;
	position: relative;
	z-index: 99;
	transition: none;
}
.top-header-right {
	float: right;
}
rs-dotted.twoxtwo {
	background-image: none !important;
	background-color: rgba(0,85,165,0.6);
}

ol li {
	line-height: 30px;
}
ul, ol {
	padding-left: 15px;
}

ul.fancylist {
	list-style: none;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 10px !important;
}
ul.fancylist li ul{
	margin-bottom: 0px !important;
}
ul.fancylist li {
	padding-left: 28px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}
ul.fancylist li:last-child {
	margin-bottom: 0;
}
ul.fancylist li::before {
	content: '\f111';
	font-family: fontawesome;
	position: absolute;
	top: 5px;
	left: 2px;
	color: #ED9B02;
	font-style: normal;
	border-radius: 50px;
	width: 16px;
	height: 16px;
	font-size: 12px;
	box-sizing: content-box;
	margin: auto;
	box-shadow: 0 0 0 1px #ed9b02;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
ul.fancylist li a{
	padding-bottom: 0 !important;
}
ul.fancylist li ul {
	padding-top: 8px;
}

/**** Custom css ***/
#scroll {
	cursor: pointer;
	color: #fff;
	position: fixed;
	right: 10px;
	background-color: #DEDFE0;
	border-radius: 4px;
	bottom: 10px;
	height: 35px;
	text-align: center;
	width: 48px;
	z-index: 100000;
	font-size: 30px;
	line-height: 31px;
	transition: opacity .4s ease-in-out,background .2s ease-in-out;
	padding: 5px;
}
#scroll:hover {
	background-color: #C9CBCC;
}
#header.sticky, .home #header.sticky {
	background-color: #fff;
	position: fixed;
	top: 0;
	padding-bottom: 0;
	z-index: 99999;
	background-position: top center;
	background-image: none !important;
}
#header.sticky #logo .custom-logo-link, .home #header.sticky #logo .custom-logo-link {
	margin-top: -5px;
}
#topbar {
	padding: 55px 0;
	background-color: rgb(16, 37, 66,0.5);
	background-blend-mode: overlay;
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 20px;
}
#topbar .pagetitle {
	font-family: 'Montserrat';
	font-size: 72px;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	line-height: 1;
}
#topbar .sub-head {
	color: #fff;
	font-size: 34px;
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 15px;
	font-family: 'Source Sans Pro';
	line-height: 1.2;
}
#topbar .sub-head .yellow {
	color: #ed9b02;
}
#topbar .comn-btn {
	padding: 15px 40px;
}
#footer-top {
	background-color: #f7f7f7;
	padding: 30px 0 0;
	clear: both;
	font-size: 14px;
	line-height: 18px;
}
#header-top {
	background-color: #102542;
	text-align: center;
	color: #fff;
	line-height: 18px;
	padding: 15px 0;
}
#header-top strong {
	color: #ee9d05;
}
#header-top h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.top-header-right {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
}
.mainmenu {
	width: 100%;
}
#header_widget {
	width: auto;
	color: #102542;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	min-width: 220px;
	line-height: 26px;
	transform: translateY(-6px);
}
#header_widget a {
	color: #ee9d05;
	font-size: 26px;
	display: block;
	font-family: 'Montserrat';
}
#header_widget a:hover {
	color: #102542;
}
#footer h3 {
	color: #fff;
}
.error404-row {
	text-align: center;
}
.error404-row .square-button.green {
	margin-top: 18px;
} 
.comn-btn, .square-button.green, .post-excerpt .readmore a.readmorebtn {
	display: inline-block;
	font-family: 'Montserrat';
	background: linear-gradient(90deg, rgba(237,155,2,1) 31%, rgba(246,190,23,1) 100%);
	color: #fff;
	padding: 8px 35px;
	border-radius: 4px;
}
.comn-btn:hover, .square-button.green:hover, .post-excerpt .readmore a.readmorebtn:hover {
	background: radial-gradient(circle, rgba(18,49,96,1) 0%, rgba(14,32,63,1) 100%);
	color: #fff;
}
.comn-btn.blue {
	background: radial-gradient(circle, rgba(18,49,96,1) 0%, rgba(14,32,63,1) 100%);
}
.comn-btn.blue:hover {
	background: linear-gradient(90deg, rgba(237,155,2,1) 31%, rgba(246,190,23,1) 100%);
}
.hero-row {
	min-height: 700px;
	overflow: visible !important;
}
.hero-txt {
	padding-top: 50px;
}
.hero-txt h3, .hero-txt h4, .hero-txt h5, .hero-txt p {
	color: #fff;
}
.hero-txt h4 .yellow {
	color: #ee9d05;
}
.hero-txt h3 {
	font-size: 72px;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 0;
}
.hero-txt h4 {
	font-size: 50px;
    font-family: 'Source Sans Pro';
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.1;
    padding-left: 15%;
    padding-right: 15%;
}
.hero-txt h5 {
	font-size: 20px;
	margin-top: 14px;
	line-height: 1.2;
	font-family: 'Source Sans Pro';
}
.hero-txt p {
	font-size: 20px;
	font-weight: 600;
}
.hero-txt .comn-btn {
	margin-top: 15px;
}
.hero-van {
	max-width: 755px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -40px !important;
	z-index: 9;
	position: relative;
}
.service-top-shape {
	padding: 80px;
	background: url('../../../wp-content/themes/GS/inc/svg/bluebar.svg'), url('../../../wp-content/themes/GS/inc/svg/yellowbar.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: -125px;
	overflow: visible !important;
}
.services-row {
	background: linear-gradient(180deg, rgb(2, 13, 36) 35%, rgb(255, 255, 255) 35%);
}
.service-inner-row .vc_column-inner > .wpb_wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.service-img {
	border-bottom: 8px solid #edc505;
	border-radius: 4px;
}
.service-img img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.services-title {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 7px 5px;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
}
.services-overlay h3 {
	color: #fff;
}
.services-overlay {
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0;
	right: 0;
	background-color: rgb(2, 13, 36,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease-in;
}
.services-overlay img {
	width: auto;
	height: auto;
	max-width: 120px;
}
.services-overlay h3 {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
}
.services-overlay p {
	margin-bottom: 0;
}
.services-title h3 {
	margin: 0;
	font-size: 18px;
	color: #102542;
	position: relative;
}
.service-inner-row .vc_column-inner > .wpb_wrapper:hover .services-title {
	display: none;
}
.service-inner-row .vc_column-inner > .wpb_wrapper:hover .services-overlay {
	opacity: 1;
}
.home-row-three {
	padding: 50px 0 40px;
}
.home-row-three h1, .services-head h2 {
	font-size: 34px;
	line-height: 44px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.home-row-three h1 {
	color: #102542;
}
.services-head h2 {
	color: #fff;
}
.row4-txt h3 {
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 12px;
	font-weight: 500;
}
#home-estimate-form {
	background-color: #102542;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 4px;
}

#home-estimate-form > .vc_column-inner {
	padding: 0;
}
#home-estimate-form .gform_fields {
	display: flex;
	flex-direction: column;
}
#home-estimate-form .form-title h4 {
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 15px;
}
#home-estimate-form textarea, .contact-pg-form textarea, #right_widget textarea  {
	font-family: inherit;
	height: 120px !important;
	border: 1px solid #DDDDDD;
}
#home-estimate-form .gform_button.button, #right_widget .gform_button.button {
	background: linear-gradient(90deg, rgba(237,155,2,1) 31%, rgba(246,190,23,1) 100%);
	display: block;
	width: 100%;
	border: none;
	padding: 15px;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 18px;
	margin: 0;
	cursor: pointer;
	border-radius: 4px;
	line-height: 25px;
}
#home-estimate-form .gform_button.button:hover, #right_widget .gform_button.button:hover {
	color: #ee9d05;
	background: #fff;
}
#home-estimate-form .gform_footer.top_label, #right_widget .gform_footer {
	margin: 0;
}
.contact-pro-row {
	padding-top: 70px;
}
.contact-pro-txt {
	background-color: #102542;
	padding: 30px;
}
.contact-pro-txt h3 {
	color: #fff;
	font-size: 25px;
	margin-top: 0;
}
.contact-pro-txt h3 a {
	color: #ee9d05;
}
.contact-pro-txt h3 a:hover {
	color: #fff;
}
.home-row-five {
	padding: 140px 0;
	background-color: rgba(16, 37, 66, 0.9);
	background-blend-mode: overlay;
}
.whiteshape-before {
	padding: 80px;
	background: url('../../../wp-content/themes/GS/inc/svg/whitebartop.svg');
	background-size: 110%;
	background-repeat: no-repeat;
	margin-bottom: -100px;
	background-position: center bottom;
	z-index: 99;
}
.whiteshape-after {
	padding: 80px;
	background: url('../../../wp-content/themes/GS/inc/svg/whitebarbottom.svg');
	background-size: 110%;
	background-repeat: no-repeat;
	margin-top: -100px;
}
.row-five-inner {
	position: absolute;
	bottom: 80px;
	border-radius: 4px;
}
.row-five-img {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.row-five-head h2 {
	font-size: 26px;
	line-height: 30px;
	margin-top: 25px !important;
}
.row-five-txt p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3c3c3c;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}
.row-five-txt img {
	margin-right: -10px;
}
.foo-heads, .foo-connect-txt, #foo-social {
	margin-bottom: 0 !important;
}
.foo-heads h3 {
	margin-top: 0;
	margin-bottom: 8px !important;
	font-size: 22px;
	color: #102542;
}
.foo-about-txt a, .foo-contact-txt a {
	color: #616161;
}
.foo-about-txt a:hover, .foo-contact-txt a:hover, #foo-menu ul li a:hover {
	color: #ee9d05;
}
.foo-contact-txt strong {
	color: #575757;
	font-weight: 600;
}
#footer-top .container-wide > p {
	display: none;
}
#foo-menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#foo-menu ul li {
	width: 50%;
	padding: 3px 0;
}
#foo-menu ul li a {
	color: #616161;
	font-size: 14px;
}
.foo-social-addres {
	list-style: none;
	display: flex;
	align-items: center;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.foo-social-addres li {
	margin-right: 5px;
}
.foo-social-addres li:last-child {
	margin-right: 0;
}
.foo-social-addres a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #102542;
	color: #fff;
	padding: 2px;
	font-size: 18px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
}
.foo-social-addres a:hover {
	background-color: #ee9d05;
}
.foo-social-addres a img {
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	vertical-align: middle;
}
.foo-btns .comn-btn {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#foo-menu {
	margin-bottom: 10px !important;
}
.row-five-img img, .contact-pro-txt {
	border-radius: 4px;
}
.foo-contact-form {
	background-color: #102542;
	position:relative;
    padding: 20px 30px 80px !important;
    border: 4px solid #fff;
    box-shadow: 0 0 20px #5b5757ed;
    border-radius: 4px;
}
.foo-contact-form h3, .foo-contact-form h3 a {
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
	font-size: 25px;
	text-align: center;
}
.foo-contact-form h3 a:hover {
	color: #ed9b02;
}
#career-form .gform_fields {
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	grid-column-gap: 10px !important;
}
.foo-contact-form .gform_fields {
	display: block !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	grid-column-gap: 10px !important;
}
.foo-contact-form .gfield {
	margin-bottom: 10px !important;
}
.foo-contact-form .gform_wrapper form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.foo-contact-form .gform_body.gform-body {
	width: 100%;
}
.foo-contact-form .gform_footer.top_label {
	width: 18%;
    position: absolute;
    bottom: 10px;
}
.foo-contact-form .gform_button, #career-form .gform_button, .contact-pg-form .gform_button {
	display: block;
	font-family: 'Montserrat';
	background: linear-gradient(90deg, rgba(237,155,2,1) 31%, rgba(246,190,23,1) 100%);
	color: #fff;
	border: none;
	font-size: 18px;
	margin: auto !important;
	width: 100%;
	height: 44px;
}

.foo-contact-form .gform_button {
	margin:auto 30px !important;
}

.foo-contact-form .gform_button:hover {
	background: #fff;
	color: #ed9b02;
}
#career-form .gform_button, .contact-pg-form .gform_button {
	width: auto;
	padding: 0 40px;
	margin-left: 0 !important;
}
#career-form .gform_button:hover, .contact-pg-form .gform_button:hover {
	background: radial-gradient(circle, rgba(18,49,96,1) 0%, rgba(14,32,63,1) 100%);
	color: #fff;
}
.foo-contact-form .validation_message, #right_widget .validation_message, #career-form .validation_message {
	display: none;
}
#career-form .gform_fields {
	flex-wrap: wrap;
}
#career-form .half {
	width: calc(50% - 8px);
}
#career-form .full {
	width: 100%;
}
#career-form .gfield_label {
	color: #000;
}
.image-slider {
	width: 1150px;
}
.image-slider-row {
	overflow: visible !important;
}
.image-slider .vc_carousel-control .icon-prev {
	background-color: #ed9b02;
	color: #fff;
	height: 70px !important;
	width: 70px !important;
	border-radius: 50px;
	border: 4px solid #fff;
}
.image-slider .vc_left.vc_carousel-control {
	opacity: 1 !important;
	top: 82% !important;
	left: -3% !important;
}
.image-slider .vc_right.vc_carousel-control {
	display: none;
}
.image-slider .vc_images_carousel .vc_carousel-control .icon-prev::before {
	content: '';
	position: relative;
	top: 18px;
	font-family: fontawesome;
	left: 12px;
	background-image: url('../../../wp-content/uploads/2021/05/icon_arrow.png');
	width: 50px;
	height: 37px;
	background-repeat: no-repeat;
	display: block;
}
.small-row {
	max-width: 1140px;
	margin: auto !important;
}

#hdmain {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}
#hdplaceholder {
	height: 128px;
}
.foo-contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 42.5px;
	font-family: inherit;
	font-size: 15px;
	padding-top: 11px;
	box-sizing: border-box;
	border: none;
}
.foo-contact-form .gform_wrapper.gravity-theme .gfield textarea.large:hover, .foo-contact-form .gform_wrapper.gravity-theme .gfield textarea.large:active, .foo-contact-form .gform_wrapper.gravity-theme .gfield textarea.large:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
.services-provided .topmargin {
	margin-top: 0;
}
.services-provided .yellow {
	color: #ee9d05;
}
.custom-shape-divider-top-1621362815 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1621362815 svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 75px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1621362815 .shape-fill {
    fill: #FFFFFF;
}
.wave-shape-top {
	z-index: 9;
	overflow: visible !important;
	margin-top: 50px;
}
.wave-shape-bottom {
	overflow: visible !important;
	z-index: 9;
}
.custom-shape-divider-bottom-1621362873 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1621362873 svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 75px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1621362873 .shape-fill {
    fill: #FFFFFF;
} 

/* Home Hero Page SVG Starts */

#home-row1-bottom {
	overflow: visible;
	background-color: #020D24;
	padding-bottom: 37px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.custom-shape-divider-bottom-1621561323 {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin-top: -160px;
}

.custom-shape-divider-bottom-1621561323 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 170px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1621561323 .shape-fill {
    fill: #D9B223;
}


.custom-shape-divider-bottom-1621562878 {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	margin-top: -200px;
	transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1621562878 svg {
    position: relative;
    display: block;
    width: calc(114% + 1.3px);
    height: 180px;
}

.custom-shape-divider-bottom-1621562878 .shape-fill {
    fill: #020D24;
}

/* Home Hero Page SVG Ends */

.sitemap .col-600 {
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
.sitemap .col-600 .sitemap-title {
	margin-bottom: 25px;
}
.sitemap .col-600 .sitemap-title h3 {
	margin-top: 10px;
}
.sitemap ul.fancylist li ul.children {
	padding-left: 0px;
	padding-top: 10px;
	list-style: circle;
}
.sitemap ul.fancylist a:hover{
	color: #ED9B02;
}
.sitemap ul.fancylist li ul.children li {
	margin-left: 25px;
	padding-left: 0;
}
.sitemap ul.fancylist li ul.children li::before {
	display: none;
}
.contact-pg-form .gform_wrapper.gravity-theme .ginput_complex span {
	margin-bottom: 16px;
}
.contact-pg-form .gform_wrapper.gravity-theme .ginput_complex span.address_zip {
	margin-bottom: 0;
}
.contact-pg-form .name_first {
	margin-bottom: 0 !important;
}
/******* Blog *******/
#right_widget .widget {
    box-shadow: 0px 5px 26px #ccc;
    border: 6px solid #fff;
}
#right_widget ul li {
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}
#right_widget .gform_fields {
	display: flex !important;
	flex-direction: column;
}
.single-blog-post .content-bottom ul {
	margin-left: 10px;
}
.navigation {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	clear: both;
}
#content-full.blogpage, #content-full.single-blog-page {
	margin-bottom: 30px;
}
#blogposts, .section-blog.blog-post-main {
	width: 100%;
}
.blog-img {
	display: flex;
	width: 100%;
	height: 360px;
	background-color: #f7f7f7;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.blog-img img, .content-bottom img {
	max-width: 100%;
	max-height: 100%;
}
.blog-title {
	font-size: 42px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
.single-blog-post .blog-title {
	color: #102542;
}
.post-excerpt .readmore {
	margin-top: 12px;
}
.section-blog.blog-post-main {
	margin-bottom: 40px;
}
.single-blog-post h3 {
	font-size: 26px;
	line-height: normal;
}
.single-blog-page.nostylelist ul.nolist {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.single-blog-page.nostylelist ol.nolist {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#right_widget h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
	font-size: 28px;
	line-height: 36px;
}
#right_widget .widget {
	display: inline-block;
	margin-bottom: 25px;
	background-color: #f7f7f7;
	padding: 0 20px;
	box-sizing: border-box;
}
#right_widget .widget.gform_widget {
	background-color: #102542;
}
#right_widget .gform_widget h3 {
	color: #fff;
}
#right_widget .widget_categories, #right_widget .widget_recent_entries, #right_widget .widget_archive {
	padding-bottom: 15px;
}
.special-content-block {
	background: #172a52;
	color: #fff;
	padding: 20px 20px 25px;
	float: left;
	min-height: 345px;
}
.Special-title {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	margin: 5px auto 0;
	text-transform: capitalize;
}
.Special-hg_text {
	font-size: 32px;
	color: #fede32;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 44px;
	margin: 15px auto 10px;
}
.Special-description {
	font-size: 21px;
	color: #fede32;
	font-weight: 500;
	line-height: 27px;
	font-family: 'Montserrat';
}
.special-content-block h6 {
	font-size: 13px;
	font-weight: 400;
	margin-top: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}
.special-img-row {
	display: table;
	height: 236px;
	width: 100%;
	margin: auto;
    background-color: #fff;
}
.special-img-center {
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
	text-align: center;
	/*height: 236px;*/
}
.special-block img {
	width: auto !important;
	height: auto !important;
	display: table !important;
	margin: auto !important;
	max-width: 100%;
}
.special-content-block .comn-btn:hover {
	color: #000 !important;
	background: #fff !important;
}
.special-block {
	width: 31%;
	float: left;
	margin-right: 38px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 40px !important;
}
.special-block:nth-child(3n) {
	float: right;
	margin-right: 0;
}

/*********** Privacy Legal ************/
.foo-contact-form .privacy-notice {
  display: block;
  margin-top: 10px; /* Adjust the margin as needed */
}

div#field_1_5 {
    font-size: 10px;
    color: #fff;
}
div#field_1_5 a {
    color: #fff;
}
div#field_4_6 {
    font-size: 10px;
}
div#field_3_13 {
    font-size: 10px;
}
.gfield_consent_label {
    color: #fff;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
    max-height: 70px!important;
    background:#fff;
}

.header-bg-2 > div {
	display: none !important;
}

/************************* Responsive ********************************/
@media screen and (max-width: 1340px){
	.whiteshape-after {
		margin-top: -90px;
	}
	.whiteshape-before {
		margin-bottom: -90px;
	}
	
}

@media screen and (max-width: 1280px){
    ul.slimmenu > li.menu-item-has-children.has-submenu:hover::before {
		display: none;
	}
	.top-header-right {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 1160px){
    .special-img-row, .special-img-center {
        height: 150px;
    }
}

@media screen and (max-width: 1024px){
	

#hdmain {
	position: relative;
}	
#hdplaceholder {
	height: 0;
}
	
	
	.whiteshape-after {
		margin-top: -70px;
	}
	.whiteshape-before {
		margin-bottom: -70px;
	}
    .special-img-row, .special-img-center {
        /*height: 150px;*/
    }
    
}

@media screen and (max-width: 980px){
	.Special-hg_text {
        font-size: 45px;
        line-height: 48px;
    }
}

@media screen and (max-width: 926px){
	.whiteshape-after {
		margin-top: -60px;
	}
	.whiteshape-before {
		margin-bottom: -60px;
	}
    
}

@media screen and (max-width: 850px){
	
}

@media screen and (max-width: 800px){
	#widgets.right-side-col.col-300, #content-full.blogpage, #right_widget .widget, #content-full.single-blog-page {
		width: 100%;
	}
	#topbar .pagetitle {
		font-size: 40px;
	}
	#topbar .sub-head {
		font-size: 24px;
	}
	#content-full.single-blog-page {
		width: 100%;
		margin-right: 0;
	}
    
}

@media screen and (max-width: 768px){
	
h1{
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 20px;
	margin-top: 10px;
}

h2 {
	font-size: 25px;
	line-height: 30px;
}
h3 {
	font-size: 22px;
	line-height: 32px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5{
	font-size: 18px;
	line-height: 24px;
}
h6{
	font-size: 17px;
	line-height: 22px;	
}
.blog-title {
	font-size: 30px;
	margin-top: 0;
}
.hero-txt h4 {
	font-size: 37px;
    padding-left: 4%;
    padding-right: 4%;
}
@media screen and (max-width: 767px){
	.small-row > .wpb_column .vc_column-inner {
		padding: 0 !important;
	}
	.hero-txt h1 {
		line-height: 1;
	}
	.service-inner-row .vc_column-inner {
		text-align: center;
	}
	.service-inner-row .vc_column-inner > .wpb_wrapper {
		margin-bottom: 30px;
		display: inline-block;
	}
	.home-row-three {
		padding: 0 0 20px;
	}
	.whiteshape-after {
		margin-top: -50px;
	}
	.whiteshape-before {
		margin-bottom: -50px;
	}
	.row-five-inner {
		position: relative;
		bottom: 0;
		border-radius: 4px;
		margin-top: 30px;
		margin-left: 0px !important;
		margin-right: 0 !important;
	}
	.image-slider-row {
		overflow: hidden !important;
	}
    .special-block {
        width: 100%;
        margin-right: 0;
    }
    .special-content-block {
        min-height: auto;
        width: 100%;
        box-sizing: border-box;
    }
	br.desktop-br {
		display: none;
	}
	.foo-contact-form .gfield {
    	width: 100%;
    	margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 650px){
	.top-header-right {
		float: none;
		min-height: 0;
		margin-bottom: 5px;
	}
	#logo {
		float: none;
		margin-bottom: 18px;
	}
	#header_widget {
		text-align: left;
	}
	.hero-row {
		min-height: 0;
	}
	.service-top-shape {
		padding: 50px;
	}
	.whiteshape-after, .whiteshape-before {
		padding: 50px;
	}
	.whiteshape-after {
		margin-top: -45px;
	}
	.whiteshape-before {
		margin-bottom: -45px;
	}
	.foo-contact-form .gform_fields, .foo-contact-form .gform_wrapper form {
		flex-direction: column;
	}
	.foo-contact-form .gform_body.gform-body, .foo-contact-form .gform_footer.top_label {
		width: 100%;
	}
	.foo-contact-form .gfield {
		width: 100%;
	}
	.foo-contact-form .name_first, .contact-pg-form .name_first {
		margin-bottom: 0 !important;
	}
	.foo-contact-form .gform_footer.top_label {
		width: 100%;
		margin-left: 0 !important;
		margin-top: 17px !important;
	}
	
	#career-form .half {
		width: 100%;
	}
	#career-form .name_first {
		margin-bottom: 16px;
	}
	#career-form .name_last {
		margin-bottom: 0;
	}
	
}

@media screen and (max-width: 600px){
	.whiteshape-after {
		margin-top: -40px;
	}
	.whiteshape-before {
		margin-bottom: -40px;
	}
	.contact-pro-txt h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.contact-pro-txt {
		padding: 15px;
	}
	.contact-pro-txt a {
		display: inline-block;
	}
}

@media screen and (max-width: 533px){
	#topbar .pagetitle {
		font-size: 30px;
	}
	#topbar .sub-head {
		font-size: 20px;
	}
	#topbar {
		padding: 30px 0 35px;
	}
	#topbar .comn-btn {
		padding: 12px 32px;
	}
	
}
@media screen and (max-width: 480px){
	.hero-txt h3 {
		font-size: 55px;
	}
	.hero-txt h4 {
		font-size: 24px;
		line-height: 1.1;
	}
	.hero-txt h5 {
		font-size: 16px;
		line-height: 1.3;
	}
	.service-top-shape {
		padding: 38px;
	}
	.services-head h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.home-row-three h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.whiteshape-after {
		background-position-y: 10px;
	}
	.whiteshape-before {
		background-position-y: 60px;
	}
	.home-row-five {
		padding: 80px 0;
	}
	.copyright a, .copyright span.break {
		display: inline-block;
	}
	.mainmenu {
		width: auto;
	}
	#header_widget {
		width: 100%;
	}
	.services-title {
		bottom: 8px;
	}
	#home-estimate-form .name_first, .foo-contact-form .name_first {
		margin-bottom: 0 !important;
	}
	.services-head h2 {
		margin-top: 0;
	}
}


@media screen and (max-width: 414px){
	
	.service-top-shape {
		padding: 28px;
	}
	.whiteshape-after {
		margin-top: -37px;
	}
	.whiteshape-before {
		margin-bottom: -37px;
	}

}

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

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

@media screen and (min-width: 768px) {
	.single-blog-page h2 {
		font-size: 38px;
		line-height: normal;
	}
	.single-blog-page h3 {
		font-size: 34px;
	}
	.single-blog-page h4 {
		font-size: 30px;
	}
}