/*
Theme Name: Themify Ultra Child
Description: Child theme for Themify Ultra
Author: Tinyfrog
Template: themify-ultra
version: 2.7.6
*/


/* write custom css below */
.deploying-steps-row .sub_column  {
    -webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
    -moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
    box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
    border-radius: 10px;
    border: 1px solid #eeeeee;
    padding: 45px 20px 15px;
    text-align: center;
}
.deploying-steps-row .sub_column:hover .hover-widget{
	opacity: 1;
}
.home .deploying-steps-row .module-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexslider .slides li{
	display: flex !important;
	align-items: center;
}
body:before {
	content: '';
	background-image: url(/wp-content/themes/themify-ultra-child/images/plus-icon-hover.png);
}
body .ui.builder_button.orange {
	background-color: #ff9600;
}
body .ui.builder_button.blue {
	background-color:#4d7de1;
}

body input[type=reset],
body #respond #cancel-comment-reply-link,
body .commentlist .comment-reply-link {
	background-color:#000;
}
body .builder-posts-wrap.grid2-thumb .post-title {
	font-size:1.2em;
}

body.page-id-1078 article .post-image {
	display:none;
}

/* Custom Styling
---------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
	box-sizing: border-box;
}
html body {
	color: #2b2d38;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
body.home {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
h3 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
h6 {
	font-size: 22px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.025em;
}

/*client wants old styling - TF HH*/
h1, h2, h3, h4, h5, h6{
    line-height: 1.4em;
    margin: 0 0 0.5em;
    overflow-wrap: normal;
    font-weight: 600;
    color: #000;
}
h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -.03em;
}

h6 {
    font-size: 1.1em;
    line-height: 1.7em;
}

.button,
#pagewrap .button, 
#pagewrap button, 
#pagewrap input[type=submit],
#pagewrap .builder_button,
body .pum-container div .gform_wrapper input[type=submit] {
	background: #e26036;
	background: -webkit-linear-gradient(left,#fa8405, #e26036);
	background: -o-linear-gradient(left,#fa8405, #e26036);
	background: -moz-linear-gradient(left,#fa8405, #e26036);
	background: linear-gradient(to right,#fa8405, #e26036);
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	line-height: normal;
	letter-spacing: 0.1em;
	padding: 19px 53px;
	min-width: 140px;
	margin-right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover,
#pagewrap .button:hover, 
#pagewrap button:hover, 
#pagewrap input[type=submit]:hover,
#pagewrap .builder_button:hover,
body .pum-container div .gform_wrapper input[type=submit]:hover {
	background: #4ea7da;
	color: #ffffff;
	text-decoration: none;
}

.button + .button {
	margin-left: 10px;
	margin-top: 5px;
}

a {
	color: #e26036;
	text-decoration: none;
}
a:hover {
	color: #4ca7d9;
	text-decoration: none;
}

p:empty {
	display: none;
}

.tb_text_wrap:after {
	content: '';
	display: block;
	clear: both;
}

/*
large width content styling
------------------------------------------------- */

.large-width-content .row_inner,
.large-width-content.module {
	max-width: 1070px;
	margin: 0 auto;
}

/*
medium width content styling
------------------------------------------------- */

.medium-width-content .row_inner,
.large-width-content.module {
	max-width: 980px;
	margin: 0 auto;
}

/*
small width content styling
------------------------------------------------- */

.small-width-content .row_inner,
.small-width-content.module {
	max-width: 625px;
	margin: 0 auto;
}

/*
Header Styling
---------------------------------------------------------------------------------------------------- */

body #headerwrap {
	background-color: #302e2c;
}
.transparent-header #headerwrap {
	background-color: transparent !important;
}

.transparent-header #pagewrap #headerwrap.fixed-header{
	background-color: white !important;
}

#pagewrap #headerwrap #header {
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Raleway', sans-serif;
}

#headerwrap #header .header-bar {
	display: block;
	max-width: 162px;
}
#headerwrap #header #site-logo {
	margin: 0;
}

.top-bar-section .widget-area {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
#pagewrap .top-bar-section .widget-area .button {
	display: none;
}

/*
header top bar section styling
------------------------------------------------- */

.top-bar-section {
	position: relative;
	z-index: 1;
	text-align: right;
	margin-bottom: 10px;
}
.top-bar-section:before {
	content: '';
	display: block;
	background: #4ca7d9;
	width: 500%;
	height: 100%;
	position: absolute;
	top: -3px;
	left: -200%;
	z-index: -1;
	opacity: 0;
}
.header-on-scroll .top-bar-section:before,
.fixed-header-on .top-bar-section:before {
	opacity: 1;
}
.top-bar-section ul {
	margin: 0;
}
.top-bar-section li {
	display: inline-block;
	margin: 0 0 0 45px;
}
.top-bar-section li a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#pagewrap #headerwrap #header .top-bar-section li a {
	color: #fff;
}

/*
toggle search form styling
------------------------------------------------- */

.toggle-search-box {
	display: inline-block;
	line-height: 44px;
	vertical-align: top;
	margin-left: 10px;
}
.toggle-search-form {
	position: relative;
}
.toggle-search-fields-wrap {
	cursor: pointer;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.toggle-search-box .toggle-search-field {
	background: #fff;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	color: #2b2d38;
	display: block;
	padding: 11px 45px 11px 15px;
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
#pagewrap .toggle-search-box .toggle-search-submit-btn {
	background: url(/wp-content/themes/themify-ultra-child/images/search-icon.png) no-repeat center;
	width: 55px;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	padding: 0;
	font-size: 0;
	min-width: auto;
}
#pagewrap .toggle-search-box .toggle-search-submit-btn:hover {
	background: url(/wp-content/themes/themify-ultra-child/images/search-icon.png) no-repeat center #4ea7da;
}
.toggle-search-btn {
	cursor: pointer;
	color: #ffffff;
	font-size: 23px;
	position: relative;
	z-index: 5;
}
.search-open .toggle-search-btn i:before {
	content: "\f00d";
}

/* toggle search open styling -------------------- */

.search-open .toggle-search-fields-wrap {
	width: 350px;
	right: 35px;
}

/*
header main menu styling
------------------------------------------------- */

#headerwrap #header #main-nav {
	margin-top: 5px;
}
#header #main-nav .menu-btn {
	padding: 0;
}
#header #main-nav > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	padding-bottom: 30px;
	text-transform: uppercase;
}
#header #main-nav > li > a:hover {
	color: #e26036;
}
#header #main-nav > li > a:after {
	display: none;
}
#header #main-nav .menu-btn > a {
	background: #e26036;
	background: -webkit-linear-gradient(left,#fa8405, #e26036);
	background: -o-linear-gradient(left,#fa8405, #e26036);
	background: -moz-linear-gradient(left,#fa8405, #e26036);
	background: linear-gradient(to right,#fa8405, #e26036);
	border-radius: 2px;
	color: #fff !important;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 15px 27px;
	text-transform: uppercase;
	margin-left: 20px;
}
#header #main-nav .menu-btn > a:hover {
	background: #4ea7da;
}
#header #main-nav .sub-menu {
	background: #f2f2f4;
	border-radius: 0;
	padding: 20px 0;
	margin-top: 5px;
}
#header #main-nav .sub-menu a {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	padding: 7px 35px;
}

/*
top bar for mobile styling
------------------------------------------------- */

.mobile-widget-area {
	display: none;
}

/*
Home Page Styling
---------------------------------------------------------------------------------------------------- */

.home #body {
	background: url(/wp-content/themes/themify-ultra-child/images/home-bg.jpg) no-repeat center 920px;
}
.home .page-content {
	position: relative;
	overflow: hidden;
}

/*
hero img section styling
------------------------------------------------- */

#home-hero-section {
	position: relative;
	overflow: hidden;
}
#home-hero-section.bg-overlay:before {
	content: '';
	display: block;
	background: rgb(0 0 0 / 35%);
	background: -moz-linear-gradient(top, #000000, rgb(0 0 0 / 0%));
	background: -webkit-linear-gradient(top, #000000, rgb(0 0 0 / 0%));
	background: -o-linear-gradient(top, #e84b34 0%,#d2402a 50%,#c43824 100%);
	background: -ms-linear-gradient(top, #000000, rgb(0 0 0 / 0%));
	background: linear-gradient(to bottom, #000000, rgb(0 0 0 / 0%));
	background: linear-gradient(to bottom, #000000, rgb(0 0 0 / 0%));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 313px;
	z-index: 1;
}
#home-hero-section.bg-overlay:after {
	content: '';
	background: rgb(12 13 20 / 0.45);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.transparent-header #home-hero-section.fullwidth .row_inner {
	padding-top: 0;
}

#home-hero-section .tb-column-inner {
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	position: relative;
	overflow: hidden;
	height: 919px;
}
#home-hero-section .module {
	width: 100%;
	margin-bottom: 0;
}
#home-hero-section .module-plain-text {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#home-hero-section video {
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 225px;
	object-fit: cover;
}
#home-hero-section .module-text {
	color: #fff;
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	padding: 90px 20px 0;
	position: relative;
	z-index: 9;
}
#home-hero-section .module-text .tb_text_wrap {
	max-width: 950px;
}
#home-hero-section h1 {
	color: #fff;
	font-size: 105px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 25px;
	text-shadow: 0 0 15px black;
}
#home-hero-section h3 {
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin-bottom: 130px;
	text-shadow: 0 0 15px black;
}
#home-hero-section p {
	margin-bottom: 0;
}

#home-hero-section .tf_big_video_play{
	display: none !important;
}

/*
infrastructure solution section styling
------------------------------------------------- */

.infrastructure-solution-section {
	padding-top: 100px;
	padding-bottom: 40px;
}
.works-steps-row {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
}
h2.btm-line {
	color: #2b2d38;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 70px;
}
.btm-line:after {
	content: '';
	display: block;
	width: 119px;
	border-top: 3px solid #4ea8da;
	margin: 45px auto 0;
}
.infrastructure-solution-section li {
	font-size: 22px;
}

/*
list style widget styling
------------------------------------------------- */

.list-style-widget ul {
	margin-left: 0;
}
.list-style-widget li {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding-left: 48px;
	margin-bottom: 19px;
	min-height: 30px;
	font-weight: 400;
	letter-spacing: -0.025em;
}
.list-style-widget li:before {
	content: "";
	background: url(/wp-content/themes/themify-ultra-child/images/list-checkmark.png) no-repeat left top;
	width: 31px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
}


.list-style-bullet-widget ul {
	margin-left: 0;
}
.list-style-bullet-widget li {
	display: block;
	position: relative;
	padding-left: 15px;
	margin-bottom: 4px;
}
.list-style-bullet-widget li:before {
	content: "";
	border: 2px solid #4ea8da;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -15px;
	margin-right: 9px;
}

/*
how it works title widget styling
------------------------------------------------- */

.how-it-works-header-row {
	padding-top: 40px;
	padding-bottom: 40px;
}
.how-it-works-title-widget .tb_text_wrap {
	background: #2b2d38;
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
	padding: 23px 25px;
}
.how-it-works-title-widget h4 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}

/*
infrastructure works styling
------------------------------------------------- */

#content .infrastructure-works-section > div {
	background: #fff;
	-webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	border-radius: 0 0 7px 7px;
	margin-bottom: 70px;
	padding-bottom: 65px;
}
.box-row {
	background: #fff;
	-webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 5px 38px -2px rgb(30 90 121 / 13%);
	padding: 50px 50px 20px;
	margin-bottom: 55px;
}
.works-steps-row {
	padding: 50px 90px 0;
	text-align: center;
}
.works-steps-row .module-title {
	color: #4ea8da;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}


.deploying-steps-section {
	padding-bottom: 85px;
}
.deploying-steps-row .tb-column-inner {
	-webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	border-radius: 10px;
	border: 1px solid #eeeeee;
	padding: 45px 20px 15px;
	text-align: center;
}
.deploy-steps-widget {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 1.3;
}
.deploying-steps-row .module-title {
	background: #4ea8da;
	color: #fff;
	border-radius: 50%;
	width: 92px;
	line-height: 92px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto 30px;
}
.deploy-steps-widget .module-title:before {
	content: '';
	display: block;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	z-index: -1;
}
.deploying-steps-row .hover-widget {
	text-align: left;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 20px 35px;
	font-weight: 400;
	opacity: 0;
}
.deploying-steps-row .tb-column-inner:hover .deploy-steps-widget {
	opacity: 0;
}
.deploying-steps-row .tb-column-inner:hover .hover-widget {
	opacity: 1;
}
.deploying-steps-row ul {
	margin: 0 0 20px;
}
.hover-widget *:last-child {
	margin-bottom: 0;
}
.link-style {
	background: url(/wp-content/themes/themify-ultra-child/images/plus-icon.png) no-repeat left top;
	color: #e26135;
	display: inline-block;
	font-weight: 700;
	line-height: 29px;
	padding-left: 40px;
	transition: all .3s ease-in-out;
}
.link-style:hover {
	background-image: url(/wp-content/themes/themify-ultra-child/images/plus-icon-hover.png);
}

.deploying-cta-widget {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	padding-top: 70px;
}
.deploying-cta-widget h5 {
	margin-bottom: 40px;
}

/*
fabrex cases section styling
------------------------------------------------- */

.fabrex-cases-section {
	padding-top: 85px;
	padding-bottom: 75px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.fabrex-cases-section:after {
	content: '';
	display: block;
	background: #fff;
	width: 100%;
	height: 340px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.fabrex-cases-section h2 {
	color: #ffffff;
}
.fabrex-cases-section .btm-line:after {
	border-color: #fff;
}
.fabrex-cases-section .module_subrow {
	padding-bottom: 40px;
}
.fabrex-cases-section .module_subrow .tb-column-inner {
	-webkit-box-shadow: 0px 20px 33px -2px rgb(30 90 121 / 19%);
	-moz-box-shadow: 0px 20px 33px -2px rgb(30 90 121 / 19%);
	box-shadow: 0px 20px 33px -2px rgb(30 90 121 / 19%);
	border-radius: 7px;
	position: relative;
	overflow: hidden;
}
.fabrex-cases-section .module_subrow img {
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.fabrex-cases-section .module_subrow .tb-column-inner:hover img {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.fabrex-cases-section .module_subrow .module-text {
	position: absolute;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: fit-content;
	font-size: 50px;
	color: #fff;
	text-align: center;
}
.fabrex-cases-section .module_subrow p {
	line-height: 1;
	margin: 0;
}
.fabrex-cases-section .module_subrow a {
	color: #fff;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
.fabrex-cases-section .module_subrow + .module-buttons {
	padding-top: 35px;
}

/*
section styling
------------------------------------------------- */

.reduce-section .subrow_inner {
	padding-bottom: 35px;
}
.reduce-section .subrow_inner .tb-column-inner {
	-webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	border-radius: 10px;
	border: 1px solid #eeeeee;
	height: 100%;
	padding: 40px 25px 20px;
}
.reduce-section .module.module-image {
	margin-bottom: 20px;
}
.reduce-section h3 {
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
	text-align: center;
}

.penalty-box {
	background: #fff;
	-webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	border-radius: 10px;
	border: 1px solid #eeeeee;
	padding: 20px 25px;
}
.penalty-box h3 {
	font-weight: 400;
	margin-bottom: 0;
}

/*
find out section styling
------------------------------------------------- */

.find-out-section {
	padding-top: 100px;
}
.find-out-section > div {
	background: #fff;
}
.find-out-section h3 {
	font-weight: 300;
	text-align: center;
}

.problems-solve-row {
	-webkit-box-shadow: 0px 20px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 20px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 20px 38px -2px rgb(30 90 121 / 13%);
	border-radius: 10px;
	padding: 50px 35px;
	font-size: 17px;
}
#pagewrap .problems-solve-row .button {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}
.infrastructure-widget {
	width: 46%;
	float: right;
}
.first-left-col {
	clear: both;
	float: left;
}
.infrastructure-widget.first-left-col:after {
	content: 'VS.';
	display: block;
	position: absolute;
	top: 37%;
	right: -11%;
	font-size: 16px;
}
.infrastructure-widget p {
	margin-bottom: 10px;
}
.infrastructure-widget img {
	margin-bottom: 5px;
}
.infrastructure-widget h6 {
	color: #e26135;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
}
.infrastructure-widget h6 em {
	display: inline-block;
	background: #e26035;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	padding: 1px 8px;
}

/*
section styling
------------------------------------------------- */

.benefits-composable-infrastructure-section {
	padding-top: 100px;
	padding-bottom: 50px;
}
.benefits-composable-infrastructure-section h5 {
	margin-bottom: 30px;
}

/*
section styling
------------------------------------------------- */

.infrastructure-slider-section {
	padding-top: 100px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
}
.infrastructure-slider-section:after {
	content: '';
	display: block;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	width: 100%;
	height: 325px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
}
.infrastructure-slider-section h3 {
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
}
.infrastructure-slider-section .btm-line {
	color: #fff;
	font-weight: 300;
}
.infrastructure-slider-section .btm-line:after {
	border-color: #fff;
}
#infrastructure-solution-slider .slides img {
	width: auto;
	margin: 0 auto;
}
#infrastructure-solution-slider .flex-direction-nav a {
	width: 62px;
	height: 62px !important;
	line-height: 66px;
	background: #ffffff !important;
	-webkit-box-shadow: -3px 15px 20px rgba(165, 165, 165, 0.25) !important;
	-moz-box-shadow: -3px 15px 20px rgba(165, 165, 165, 0.25) !important;
	box-shadow: -3px 15px 20px rgba(165, 165, 165, 0.25) !important;
	color: #4ea8da;
	border-radius: 50px;
	text-align: center;
	text-indent: 0;
	font-size: 0;
	opacity: 1;
	left: -90px;
	margin-top: -55px;
}
#infrastructure-solution-slider .flex-direction-nav a:hover {
	color: #e26135;
}
#infrastructure-solution-slider .flex-direction-nav a.flex-next {
	right: -90px;
	left: initial;
}
#infrastructure-solution-slider .flex-direction-nav .flex-prev:before {
	content: "\f053" !important;
	color: inherit;
	display: inline-block !important;
	font-size: 28px;
	font-family: FontAwesome;
	margin-left: -4px;
}
#infrastructure-solution-slider .flex-direction-nav .flex-next:before {
	content: "\f054" !important;
	color: inherit;
	display: inline-block !important;
	font-size: 28px;
	font-family: FontAwesome;
	margin-right: -4px;
}
.boxes-row {
	padding-top: 70px;
}
.boxes-row .module_column {
	background: #fff url(/wp-content/themes/themify-ultra-child/images/checkMark.png) no-repeat 33px 45px;
	-webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	border-radius: 10px;
	color: #2b2d38;
	padding: 155px 20px 15px;
}
.boxes-row .tb-column-inner {
	position: relative;
}
.boxes-row .module_column .module-plain-text {
	text-align: left;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: 400;
	opacity: 0;
	line-height: 1.2;
}
.boxes-row .tb-column-inner:hover .module-plain-text {
	opacity: 1;
}
.boxes-row .tb-column-inner:hover .module-text {
	opacity: 0;
}
.boxes-row h3 {
	color: #302e2c;
	line-height: 1.1;
	text-align: left;
}

/*
Our Partners section styling
------------------------------------------------- */

.our-partners-section {
	padding-top: 50px;
	padding-bottom: 80px;
}
.our-partners-section h5 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.logos-slider-widget .metaslider {
	margin-bottom: 55px !important;
}
#content .logos-slider-widget .ms-image,
#content .logos-slider-widget .ms-image picture {
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	height: 124px;
}
#content .logos-slider-widget .ms-image {
	background: #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
#content .logos-slider-widget .ms-image img {
	max-height: 92%;
	max-width: 92%;
	width: auto;
	margin: 0 auto;
}
#content .logos-slider-widget .flex-direction-nav a {
	background: url(/wp-content/themes/themify-ultra-child/images/left-arrow.png) no-repeat left center !important;
	width: 20px;
	height: 36px !important;
	opacity: 1;
	left: -50px;
	margin-top: -18px;
}
#content .logos-slider-widget .flex-direction-nav a.flex-next {
	background: url(/wp-content/themes/themify-ultra-child/images/right-arrow.png) no-repeat right center !important;
	right: -50px;
	left: initial;
}
#content .logos-slider-widget .flex-direction-nav a:hover {
	opacity: 0.7;
}

/*
Our products section styling
------------------------------------------------- */

.our-products-section {
	z-index: 5;
}
.product-row {
	background: #fff;
	-webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 25px 38px -2px rgb(30 90 121 / 13%);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 45px;
}
.product-row .subrow_inner {
	-webkit-align-items: center;
	align-items: center;
}
.rtl-col-section .subrow_inner {
	flex-direction: row-reverse;
}
.product-row h3 {
	font-weight: 300;
}
.product-row .list-style-bullet-widget li:before {
	border-color: #e26036;
}
.view-all-btn-row {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding-top: 45px;
	padding-bottom: 55px;
	margin-top: -52px;
}

/*
testimonials section styling
------------------------------------------------- */

#testimonials-section {
	background-position: center top;
	padding-top: 360px;
	padding-bottom: 65px;
	margin-top: -230px;
}
#testimonials-section h2 {
	color: #fff;
}
#testimonials-section h2:after {
	border-color: #fff;
}
#testimonials-section .subrow_inner {
	-webkit-align-items: center;
	align-items: center;
}

#testimonial-slider .flexslider {
	margin-bottom: 50px;
}
#testimonial-slider .ms-postfeed {
	height: 0;
}
#testimonial-slider .ms-postfeed.flex-active-slide {
	height: auto;
}
#testimonial-slider .flexslider li > img,
#testimonial-slider .flexslider li picture {
	display: none;
}
#testimonial-slider .caption-wrap {
	position: relative;
	background: transparent;
	box-shadow: none;
	opacity: 1;
	overflow: hidden;
	max-width: 903px;
	margin: 0 auto;
}
#testimonial-slider .caption {
	background: none;
	padding: 0 0 25px;
}
#testimonial-slider .testimonial-content {
	color: #ffffff;
	line-height: 1.9;
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	margin-bottom: 50px;
}
#testimonial-slider .testimonial-content p {
	margin-bottom: 10px;
}
#testimonial-slider .testimonial-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
#testimonial-slider .testimonial-title span {
	display: block;
	font-weight: 400;
	text-transform: initial;
	margin-top: 5px;
}
#testimonial-slider .flex-control-paging a {
	width: 14px;
	height: 14px;
	background: #05367b;
	margin: 0 20px;
}
#testimonial-slider .flex-control-paging a.flex-active {
	background: #02c6ea;
}
#testimonial-slider  .flex-direction-nav a {
	background: url(/wp-content/themes/themify-ultra-child/images/left-arrow-light.png) no-repeat left center !important;
	width: 20px;
	height: 36px !important;
	opacity: 1;
	left: -50px;
	margin-top: -80px;
}
#testimonial-slider .flex-direction-nav a.flex-next {
	background: url(/wp-content/themes/themify-ultra-child/images/right-arrow-light.png) no-repeat right center !important;
	right: -50px;
	left: initial;
}
#testimonial-slider .flex-direction-nav a:hover {
	opacity: 0.7;
}

/*
latest news section styling
------------------------------------------------- */

.latest-news-section {
	padding-top: 110px;
	padding-bottom: 80px;
}
.latest-news-section .recent-posts {
	display: flex;
	margin-bottom: 40px;
}
.latest-news-section .recent-post .link-style {
	position: absolute;
	bottom: 0;
}
.recent-posts {
	overflow: hidden;
}
.recent-post {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
	position: relative;
	padding-bottom: 40px;
}
.recent-post:nth-child(3n+3) {
	margin-right: 0;
}
.recent-post:nth-child(3n+3) + .recent-post {
	clear: both;
}
.recent-post-image {
	background: #eee;
	height: 240px;
	text-align: center;
	margin-bottom: 30px;
}
.recent-post-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
}
.cat-post-title {
	font-weight: 300;
	color: #302e2c;
	line-height: 1.2;
}
.cat-post-title a {
	color: #302e2c;
}
.recent-post-date {
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}


/*
company logos section styling
------------------------------------------------- */

.company-logos-section {
	padding-top: 80px;
	padding-bottom: 30px;
}
.company-logos-section h2 {
	margin-bottom: 40px;
}
.company-logos-section h5 {
	font-weight: 400;
	margin-bottom: 45px;
}
#content .company-logos-section .logos-slider-widget .flex-direction-nav a {
	background: url(/wp-content/themes/themify-ultra-child/images/left-arrow-gray.png) no-repeat left center;
	width: 13px;
	height: 21px;
	margin-top: -10px;
}
#content .company-logos-section .logos-slider-widget .flex-direction-nav a.flex-next {
	background: url(/wp-content/themes/themify-ultra-child/images/right-arrow-gray.png) no-repeat right center;
}

/*
Footer Styling
---------------------------------------------------------------------------------------------------- */

#pagewrap #footerwrap {
	background: #fbb024;
	background: -webkit-linear-gradient(left,#ffffff 0%,#ffffff 50%,#e26036 50%,#e26036 100%);
	background: -o-linear-gradient(left,#ffffff 0%,#ffffff 50%,#e26036 50%,#e26036 100%);
	background: -moz-linear-gradient(left,#ffffff 0%,#ffffff 50%,#e26036 50%,#e26036 100%);
	background: linear-gradient(to right,#ffffff 0%,#ffffff 50%,#e26036 50%,#e26036 100%);
	padding: 0;
}

/*
footer signup section styling
------------------------------------------------- */

#footer-signup-section {
	background: url(/wp-content/themes/themify-ultra-child/images/sign-up-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: -1px;
}
#footer-signup-section .widget_text {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	max-width: 975px;
	margin: 0 auto;
}
#footer-signup-section .widgettitle {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 0;
	width: 370px;
	flex-shrink: 0;
	padding-right: 40px;
	text-transform: initial;
}
#footer-signup-section .textwidget {
	width: 100%;
}
#footer-signup-section .gform_wrapper {
	margin: 0;
}
#footer-signup-section form {
	padding-right: 210px;
	position: relative;
	overflow: hidden;
}
#footer-signup-section .gfield {
	margin: 0;
}
#footer-signup-section .gfield .ginput_container {
	margin-top: 8px;
}
#footer-signup-section .gfield_label {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
}
#footer-signup-section .gfield_label .gfield_required {
	color: inherit;
}
#footer-signup-section .gfield input, 
#footer-signup-section .gfield select, 
#footer-signup-section .gfield textarea {
	background-color: white;
	border: none;
	border-radius: 2px;
	box-shadow: none;
	color: #24262f;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	padding: 17px 20px;
	width: 100%;
}
#footer-signup-section .gform_footer {
	padding: 0;
	margin: 0;
	width: auto;
	position: absolute;
	top: 36px;
	right: 0;
}
#footer-signup-section .button {
	background: #fff;
	color: #005581;
	font-size: 15px;
	padding: 15px 25px;
	min-width: 140px;
	margin-right: 0;
}
#page-container #footer-signup-section .button:hover {
	background: #3aa035;
	color: #fff;
}


/*
footer widgets styling
------------------------------------------------- */

#footer {
	background: #fa8405;
	background: -webkit-linear-gradient(left,#fff 30%, #fa8405 30%, #fa8405 60%, #e26036);
	background: -o-linear-gradient(left,#fff 30%, #fa8405 30%, #fa8405 60%, #e26036);
	background: -moz-linear-gradient(left,#fff 30%, #fa8405 30%, #fa8405 60%, #e26036);
	background: linear-gradient(to right,#fff 30%, #fa8405 30%, #fa8405 60%, #e26036);
	max-width: 1350px;
	width: 100%;
	padding: 30px 25px 0;
}
#footer .main-col.first {
	width: 29.5%;
	float: left;
	padding-top: 20px;
}
#footer .main-col > div {
	max-width: 290px;
	font-size: 16px;
	font-weight: 300;
	color: #2b2d38;
}
#footer .section-col {
	width: 70.5%;
	padding-left: 8.5%;
	margin: 0;
}
#footer .social-widget .image {
	width: 162px;
}
#footer .social-widget a {
	color: #2b2d38;
	text-decoration: underline;
}
#footer .social-widget a:hover {
	color: #e26036;
}
.footer-widgets .col4-1.first {
	margin-left: 0;
}
.footer-widgets .col4-1 {
	width: 23%;
	margin-left: 5.5%;
}
.footer-widgets .col4-1:nth-child(4n) {
	display: none;
}
#footer .footer-widgets .sub-menu {
	margin-top: 0;
}
#footer .footer-widgets li a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#footer .footer-widgets li a:hover {
	color: #302e2c;
}
#footer .footer-widgets li ul li {
	padding: 3px 0;
}
#footer .footer-widgets li li a {
	font-weight: 300;
}

#footer .social-links .icon-large i {
	padding: 0;
	margin-right: 7px;
}

.footer-right-col #footer .footer-text {
	padding: 0;
}

/*
back to top styling
------------------------------------------------- */

body #pagewrap #footer .back-top-float {
	right: 20px;
}
body #pagewrap .back-top.back-top-float {
	background-color: #2b2d38;
	bottom: 105px;
	width: 69px;
	height: 69px;
	transition: all .3s ease-in-out;
	z-index: 99;
}
body #pagewrap .back-top.back-top-float:hover {
	background-color: #000000;
}
body #pagewrap .back-top.back-top-float .arrow-up a,
body #pagewrap .back-top.back-top-float .arrow-up:hover a {
	background: none;
}

/*
slide form styling
------------------------------------------------- */

#slide-form.open-form {
	right: 0;
	box-sizing: border-box;
}
#slide-form h2 {
	color: #2b2d38;
	font-size: 30px;
	margin-bottom: 30px;
}
#slide-form h2:after {
	margin-top: 10px;
}
.close-btn {
	background: url(/wp-content/themes/themify-ultra-child/images/close-icon.png) no-repeat center;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
}
.close-btn:hover {
	opacity: 0.7;
}
.toggle-form-title {
	background: url(/wp-content/themes/themify-ultra-child/images/envelope-icon-toggle.png) no-repeat center top;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 69px;
	height: 69px;
	font-size: 0;
	text-indent: -9999px;
	position: fixed;
	right: 20px;
	bottom: 25px;
	-webkit-box-shadow: 0px 10px 38px -2px rgb(30 90 121 / 17%);
	-moz-box-shadow: 0px 10px 38px -2px rgb(30 90 121 / 17%);
	box-shadow: 0px 10px 38px -2px rgb(30 90 121 / 17%);
	z-index: 999;
}
.toggle-form-title:hover {
	background-position: center bottom;
}
.toggle-form-container {
	background: #fff;
	-webkit-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	-moz-box-shadow: 0px 35px 38px -2px rgb(30 90 121 / 13%);
	box-shadow: 0px 25px 38px -2px rgb(30 90 121 / 13%);
	border-radius: 7px;
	padding: 30px 30px 30px 40px;
	position: fixed;
	width: 580px;
	right: 20px;
	bottom: -900px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9999;
}
#slide-form.open-form .toggle-form-container {
	bottom: 20px;
}
#slide-form .gform_wrapper {
	margin: 0;
}
#slide-form li.gfield {
	margin: 0 0 7px;
	padding-right: 15px;
}
#slide-form .gfield_label {
	color: #2b2d38;
	display: block;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	margin-bottom: 3px;
}
#slide-form .ginput_container {
	margin: 0 0 3px;
}
#slide-form input, 
#slide-form select, 
#slide-form input, 
#slide-form textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #2b2d38;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding: 13px 12px;
	margin-bottom: 0;
}
#slide-form textarea {
	min-height: auto;
	height: 105px;
}
#slide-form .ginput_container_address {
	margin-bottom: 0;
}
#slide-form .address_country {
	width: 100%;
	padding-right: 0;
	min-height: auto;
}
#slide-form .gform_wrapper .gfield_required {color: #4ea8da;margin-left: 0;}
#slide-form .gform_footer {
	padding-top: 0;
	text-align: center;
}
#slide-form .gfield.gfield_error {
	max-width: 100% !important;
	background-color: transparent;
	margin-bottom: 0 !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}
#slide-form .gfield.gfield_error .validation_message {
	color: #ff5d5d;
	padding: 0 0 6px;
	font-size: 12px;
	line-height: normal;
	padding-bottom: 0;
}

/*
Forms Styling
---------------------------------------------------------------------------------------------------- */

body textarea {
	min-height: auto;
}
body div .gform_wrapper ul li.gfield {
	margin-bottom: 0;
	margin-top: 8px;
}
body .pum-container div .gform_wrapper ul li.gfield .address_country {
	width: 100%;
	padding-right: 0;
}
body .pum-container div .gform_wrapper ul li.gfield input, 
body .pum-container div .gform_wrapper ul li.gfield select, 
body .pum-container div .gform_wrapper ul li.gfield textarea {
	padding: 10px !important;
	border-radius: 5px !important;
	border-color: #e5e5e5;
}
body .pum-container .gform_wrapper .gform_footer {
	text-align: center;
}

#pagewrap .gform_wrapper div.validation_error,
body .pum-container div .gform_wrapper div.validation_error {
	display: none;
}
#pagewrap .gform_wrapper li.gfield.gfield_error,
#pagewrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
body .pum-container div .gform_wrapper li.gfield.gfield_error,
body .pum-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: none;
	padding-top: 0;
	padding-right: 5px;
}
#pagewrap li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body .pum-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color: #fc0b0f;
	padding-top: 0;
}

.pum .pum-container {
	margin-top: 10px;
}
.pum-container h2.btm-line {
	font-size: 40px;
	margin-bottom: 20px;
}
.pum-container h2.btm-line:after {
	margin-top: 15px;
}

body .pum-theme-lightbox .pum-content {
	line-height: 1.5;
}

.gform_confirmation_message {
	text-align: center;
	background: #00d45f;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
	margin-top: 25px;
}

#pum-2315 .gform_confirmation_message {
	background: transparent;
	color: #2b2d38;
	padding: 0;
}
#pum-2315 .gform_confirmation_message > br {
	display: none;
}
.thank-you-msg {
	text-align: center;
	background: #4aa9db;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
	margin-bottom: 20px;
}
.popup-cta-btn {
	text-align: center;
	margin-bottom: 25px;
}
.pum-content .cat-post-title {
	font-size: 20px;
}
.pum-content .recent-post {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0;
}
.pum-content .recent-post-image,
.pum-container .recent-post-image img {
	height: 180px;
}
.pum-content .post-content .recent-post-date,
.pum-content .post-content p {
	display: none;
}

/*
resources full clickable box Styling
---------------------------------------------------------------------------------------------------- */

.full-clickable-box-row .sub_column {
	margin-bottom: 25px;
}
.full-clickable-box-row .tb-column-inner {
	height: 100%;
}
.full-clickable-box-row .tb-column-inner .module-box {
	height: 100%;
	margin-bottom: 0 !important;
}
.full-clickable-box-row .tb-column-inner .module-box-content {
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	text-align: center;
}
.full-clickable-box-row .tb_text_wrap {
	width: 100%;
}
.full-clickable-box-row h5 {
	font-size: 18px;
}
.full-clickable-box-row .tb_text_wrap p:last-child {
	margin-bottom: 0;
}
.full-clickable-box-row .full-box-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: block;
	font-size: 0;
}

/*
white papers and Technical notes post box Styling
---------------------------------------------------------------------------------------------------- */

#content .popup-cta-row .post {
	border-radius: 4px;
	box-shadow: 0px 0px 11px 0px rgba(204, 200, 200, 1);
	padding: 1.5em;
	position: relative;
	overflow: hidden;
}
#content .popup-cta-row .post.nopadding{
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
#content .popup-cta-row .post > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: block !important;
	font-size: 0;
	z-index: 5;
}
#content .popup-cta-row .post .post-content {
	padding: 0;
}
#content .popup-cta-row .post .disp-row {
	position: relative;
	overflow: hidden;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	text-align: center;
	min-height: 150px;
}
#content .popup-cta-row .post .disp-row .disp-cell {
	width: 100%;
}
#content .popup-cta-row .post .entry-content:before {
	display: none;
}
#content .popup-cta-row .post h2 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

/*
search results Styling
---------------------------------------------------------------------------------------------------- */


.search-results-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.search-results-section .subwrap {
	max-width: 940px;
	margin: 0 auto;
}
.search-results-section h1 {
	font-size: 60px;
	font-weight: 300;
}
.search-fields {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.search-fields .search-text {
	border-radius: 0;
	padding: 15px 20px;
	width: 100%;
	margin: 0;
}
#pagewrap .search-fields .button {
	width: 192px;
	flex-shrink: 0;
	border-radius: 2px 0 0 2px;
}
.site-search {
	margin-bottom: 50px;
}

.search-results-section article {
	background: #fff;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(230, 230, 230, 1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(230, 230, 230, 1);
	box-shadow: 0px 0px 13px 0px rgba(230, 230, 230, 1);
	padding: 25px 30px 30px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
}
.search-post-image {
	width: 200px;
	flex-shrink: 0;
	margin-right: 30px;
}
.search-post-content {
	width: 100%;
}
.search-results-section .entry-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .05em;
}
.search-results-section .entry-title a {
	color: #302e2c;
}

/* pdr form widget styling
---------------------------------------------------------------------------------------------------- */

#pdr-form-widget {
	background: #4ca7d9;
	padding: 35px 30px 15px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
#pdr-form-widget .widget-title {
	color: #fff;
	text-transform: uppercase;
}
#pdr-form-widget .gform_body li {
	padding-right: 0;
	margin-top: 7px;
}
#pdr-form-widget .gform_body input,
#pdr-form-widget .gform_body select,
#pdr-form-widget .gform_body textarea {
	margin-top: 0;
	border-radius: 0;
	border: none;
	padding: 10px 12px;
	color: #000;
}
#pdr-form-widget .gform_body .gfield_checkbox input {
	vertical-align: top;
	margin-top: 4px;
}
#pdr-form-widget .gform_body .gfield_checkbox {
	font-size: 17px;
}
#pdr-form-widget .gform_body .gfield_checkbox a:hover {
	text-decoration: underline;
}
#pdr-form-widget ::-moz-placeholder {
	color: #000;
}
#pdr-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#pdr-form-widget .gform_body .charleft.ginput_counter {
	display: none;
}
#pdr-form-widget .gfield_html {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#pdr-form-widget .gform_footer {
	padding: 0;
	text-align: center;
}
#pdr-form-widget .gform_footer input {
	min-width: 150px;
}
#pdr-form-widget .gform_footer input:hover {
	background: #000;
}
#pdr-form-widget .gform_body li a {
	color: #fff;
}

.inline_banner_text_image{
	display: inline-block;
	width: 65px;
	margin: 5px 5px 4px 5px;
}

.inline_banner_text_image_2{
	display: inline-block;
	width: 110px;
	margin: 5px 5px 4px 5px;
}


/*
Random Styling
---------------------------------------------------------------------------------------------------- */

.module_row.tb_first h1, .fullcover.tb_first h1 {
	font-weight: 500;
	text-transform: uppercase;
}

.module-buttons.tb-align-center.pum-trigger {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

#pagewrap .module-accordion .accordion-title a {
	flex-direction: row-reverse;
	padding-left: 15px;
}
#pagewrap .module-accordion .accordion-title a i {
	margin: 0 15px;
}

#leadership-section .module-image {
	border-bottom: none;
}
#pagewrap .module-image .image-caption {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
#pagewrap .module-image .button {
	padding: 15px 20px;
	display: block;
	margin-top: 5px;
}

.transparent-header .fullwidth .row_inner {
	padding-top: 70px;
}
.themify_builder_row h1 span {
	font-family: 'Raleway', sans-serif !important;
}

#content .gform_wrapper .address_country {
	width: 100%;
	padding-right: 0;
}
#content .gform_wrapper select {
	border: 1px solid #ccc;
}

body .gform_wrapper textarea,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 13px 12px;
}

body .gform_wrapper select {
	padding: 13px 12px !important;
}

body #pagewrap input[type=radio], 
body #pagewrap input[type=checkbox] {
	width: 20px !important;
}

.col4-1 .video-title {
	font-size: 18px;
}

body .loops-wrapper.list-post .post-date .month, 
body.single .post-date .month {
	font-size: 12px;
}

.module-feature {
	padding-left: 10px;
	padding-right: 10px;
	padding-right: 15px;
	line-height: 1.2;
}
body .themify_builder_content-4 .tb_1ed964f.module-text {
	line-height: 1.4;
}

#body .themify_builder_content > .themify_builder_row:first-child {
	background-color: #ffffff00;
}

#content .post-img-left-layout .infinite-post-image {
	width: 25%;
	float: left;
	margin: 0 1.6em 1.3em 0;
}
#content .post-img-left-layout .infinite-post-inner-wrap {
	overflow: hidden;
	min-width: 120px;
	text-align: left;
}
#content .post-img-left-layout h2.post-title {
	font-size: 19px;
	font-weight: 700;
}
body .loops-wrapper.grid3 .post-title {
	font-weight: 700;
}

.support-cta-row .module_column:first-child {
	text-align: right;
}

.post-meta .post-author a {
	display: inline-block;
	text-indent: -9999px;
}

.post-meta .post-author:before {
	display: inline-block;
	content: 'GigaIO';
}

.home .tf_video_wrap{
	display: none; !important
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1601px) {

	.home #body {
		background-size: 100% 8259px;
	}

}

@media only screen and (min-width: 1261px) {

	body .pagewidth, 
	body .module_row>.row_inner, 
	body .module-layout-part .module_row.fullwidth_row_container>.row_inner {
		width: 1170px;
	}

}

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

	.home #body {
		background-position: center 700px;
	}
	#home-hero-section .tb-column-inner {
		height: 700px;
	}
	#home-hero-section h3 {
		margin-bottom: 50px;
	}
	#slide-form .gfield_label {
		font-size: 14px;
	}
	#slide-form input, 
	#slide-form select, 
	#slide-form input, 
	#slide-form textarea {
		font-size: 14px;
		font-weight: 400;
		padding: 8px 12px;
	}
	#slide-form textarea {
		height: 60px;
	}

}

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

	#pagewrap #headerwrap #header {
		padding-top: 7px;
	}
	body #header #main-nav .sub-menu {
		background: #2b2d38;
	}
	body #header #main-nav > li > a:hover {
		color: #2b2d38 !important;
	}
	.top-bar-section {
		display: none;
	}
	body .header-icons {
		transform: initial;
	}
	body .mobile_menu_active .header-icons {
		top: 40px;
	}
	#headerwrap.fixed-header #menu-icon {
		color: #1d1f28;
	}
	#headerwrap #mobile-menu {
		background: #4ea8da;
		width: 100%;
		right: -103%;
	}
	#headerwrap #mobile-menu.sidemenu-on {
		right: 0;
	}
	body #header #main-nav .menu-btn {
		display: none;
	}
	body.mobile-menu-visible .body-overlay {
		display: none;
	}
	body.mobile_menu_active #main-nav-wrap {
		margin-bottom: 15px;
	}
	.mobile-widget-area {
		display: block;
		position: relative;
		margin-bottom: 25px;
	}
	.mobile-widget-area:before {
		content: '';
		display: block;
		width: 110%;
		width: calc(100% + 50px);
		border-top: 1px solid #fff;
		margin-left: -25px;
		margin-bottom: 20px;
	}
	.mobile-widget-area .menu {
		margin: 0;
	}
	.mobile-widget-area li {
		display: block;
	}
	.mobile-widget-area li a {
		font-size: 16px;
		font-weight: 600;
		font-family: 'Raleway', sans-serif;
		padding: .6em 0;
		text-transform: uppercase;
	}
	.toggle-search-fields-wrap {
		width: 100%;
		position: relative;
	}
	.toggle-search-box {
		display: block;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.toggle-search-btn {
		display: none;
	}
	#pagewrap .mobile-widget-area .button {
		display: block;
		padding: 14px 25px;
	}
	#home-hero-section h1 {
		font-size: 70px;
	}
	#home-hero-section .tb-column-inner {
		height: 560px;
	}
	.home #body {
		background-position: center 560px;
	}
	h2.btm-line {
		font-size: 40px;
	}
	.works-steps-row {
		font-size: 16px;
		line-height: normal;
	}
	.deploy-steps-widget {
		font-size: 22px;
	}
	.reduce-section h3 {
		font-size: 22px;
	}
	.infrastructure-slider-section .metaslider > div,
	.logos-slider-widget .metaslider > div,
	#testimonial-slider .metaslider > div {
		width: 90%;
		width: calc(100% - 100px);
		margin: 0 auto;
	}
	#infrastructure-solution-slider .flex-direction-nav a {
		width: 50px;
		height: 50px !important;
		line-height: 50px;
		left: -58px;
	}
	#infrastructure-solution-slider .flex-direction-nav a.flex-next {
		right: -58px;
	}
	.infrastructure-slider-section h3 {
		font-size: 22px;
	}
	.cat-post-title {
		font-size: 22px;
	}
	.footer-widgets .col4-1 {
		width: 31%;
	}
	body .footer-widgets .col4-1:nth-child(2n+1) {
		clear: inherit;
	}
	#pagewrap .button, 
	#pagewrap button, 
	#pagewrap input[type=submit], 
	#pagewrap .builder_button {
		padding: 19px 20px;
	}
	#slide-form.open-form .toggle-form-container {
		bottom: 5px;
	}
	#slide-form li.gfield {
		margin: 0;
	}
	#slide-form .gfield_label {
		font-size: 10px;
	}
	#slide-form input, #slide-form select, #slide-form input, #slide-form textarea {
		font-size: 13px;
		padding: 4px 7px !important;
	}
	#slide-form textarea {
		height: 40px;
	}
	#pagewrap #slide-form .button {
		padding: 12px 20px !important;
	}
	.large-width-content .row_inner,
	.medium-width-content .row_inner{
		max-width: 90%;
	}

}


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

	#home-hero-section .tb-column-inner {
		height: 380px;
	}
	#home-hero-section h1 {
		font-size: 60px;
		margin-bottom: 15px;
	}
	#home-hero-section h3 {
		font-size: 22px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	h2,
	h2.btm-line {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	.works-steps-row {
		padding: 20px 20px 0;
	}
	.works-steps-row {
		font-size: 14px;
	}
	.how-it-works-title-widget h4 {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.works-steps-row .module-title {
		font-size: 20px;
	}
	.fabrex-cases-section .module_subrow .module-text {
		font-size: 35px;
	}
	.reduce-section .subrow_inner .tb-column-inner {
		padding: 40px 15px 20px;
	}
	.infrastructure-widget h6 {
		font-size: 14px;
	}
	.infrastructure-slider-section h3 {
		font-size: 18px;
	}
	#footer-signup-section .widget_text {
		display: block;
	}
	#footer-signup-section .widgettitle {
		font-size: 40px;
		margin-bottom: 20px;
		width: 100%;
		padding-right: 0;
	}
	#footer .section-col {
		padding-left: 20px;
	}
	.problems-solve-row .sub_column {
		width: 100% !important;
		margin: 0;
	}
	#pagewrap .problems-solve-row .button {
		display: inline-block;
	}
	.small-width-content .row_inner {
		max-width: 90%;
	}
	.small-width-content .row_inner .module_column {
		width: 100% !important;
		margin: 0 0 15px !important;
	}
	.support-cta-row .module_column:first-child,
	.support-cta-row .module_column {
		text-align: center;
	}
	.deploying-steps-section {
		padding-bottom: 35px;
	}
	.deploying-steps-row .tb-column-inner {
		margin-bottom: 40px;
	}
	.box-row {
		padding: 30px 25px 10px;
	}
	.deploying-steps-row .tb-column-inner:hover .deploy-steps-widget,
	.boxes-row .tb-column-inner:hover .module-text {
		opacity: 1;
	}
	.deploying-steps-row .hover-widget,
	.boxes-row .module_column .module-plain-text {
		position: relative;
		opacity: 1;
		position: relative;
		opacity: 1;
		top: 0;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0;
		font-size: 15px;
		line-height: 1.4;
	}
	#footer-signup-section form {
		padding-right: 150px;
	}
	#slide-form .gform_footer {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	#slide-form .gform_wrapper {
		height: 145px;
		overflow: scroll;
	}
	.full-clickable-box-row .tb-column-inner .module-box-content {
		padding: 15px;
	}
	.full-clickable-box-row h5 {
		font-size: 15px;
	}
	.loops-wrapper.grid2-thumb .post-image {
		width: 100%;
		margin-right: 0;
	}
	#content .loops-wrapper.grid3 .post-title {
		font-size: 20px;
	}
	.button + .button {
		margin-left: 0;
	}
	h1, 
	.page-title {
		font-size: 40px;
	}

}


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

	#home-hero-section .module-text {
		padding: 20px 20px 0;
	}
	#home-hero-section h1 {
		font-size: 40px;
	}
	#home-hero-section h3 {
		font-size: 18px;
	}
	#home-hero-section .module-plain-text {
		display: none;
	}
	#home-hero-section .tb-column-inner {
		height: auto;
		padding: 50px 0 60px;
	}
	h2, h2.btm-line {
		font-size: 25px;
	}
	h2 br {
		display: none;
	}
	.works-steps-row .sub_column {
		width: 100% !important;
	}
	.fabrex-cases-section .module_subrow {
		padding-bottom: 0;
	}
	.fabrex-cases-section .module_subrow .sub_column {
		margin-bottom: 40px;
	}
	.infrastructure-widget {
		width: 100%;
		padding-right: 0;
	}
	.boxes-row .module_column {
		margin-bottom: 40px;
	}
	#testimonial-slider .testimonial-content {
		line-height: 1.4;
		font-size: 16px;
	}
	.latest-news-section .recent-posts {
		display: block;
	}
	.recent-post {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#footer {
		background: #fa8405;
	}
	#footer .main-col > div {
		max-width: 100%;
		font-size: 16px;
		font-weight: 300;
		color: #ffffff;
	}
	#footer .social-widget a {
		color: #ffffff;
	}
	#footer-signup-section form {
		padding-right: 0;
	}
	#footer-signup-section .gform_footer {
		position: relative;
		top: 0;
	}
	#footer .main-col.first {
		width: 100%;
	}
	#footer .section-col {
		padding-left: 0;
		width: 100%;
	}
	.footer-widgets .col4-1 {
		width: 100%;
		margin: 0;
	}
	.toggle-form-container {
		padding: 20px 10px 20px 20px;
		width: 90%;
	}
	#slide-form li.gf_left_half, #slide-form li.gf_right_half {
		width: 50%;
		float: left;
		clear: inherit;
	}
	.infrastructure-widget.first-left-col:after {
		position: relative;
		top: 0;
		right: 0;
		font-size: 16px;
		padding: 15px 0;
	}
	.custom-widget-with-row .module_column {
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	#testimonials-section .subrow_inner .sub_column {
		margin-bottom: 15px;
	}
	body .loops-wrapper.list-post .post-date .month, 
	body.single .post-date .month {
		font-size: 8px;
	}
	#leadership-section .module-image {
		max-width: 240px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	body .post-nav .prev {
		margin-bottom: 30px;
	}
	.module_column {
		width: 100% !important;
	}
	h1,
	.page-title {
		font-size: 30px;
	}
	#content .post-img-left-layout .infinite-post-image {
		width: 100%;
		float: left;
		margin: 0 0 1.3em 0;
	}
	.search-results-section h1 {
		font-size: 40px;
	}
	.search-fields {
		display: block;
	}
	#pagewrap .search-fields .button {
		border-radius: 2px;
		width: 100%;
		margin-top: 5px;
	}
	.search-results-section article {
		display: block;
	}
	.search-post-image {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 0;
	}
}