/*!
Theme Name: radius_ulistic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0

/*****************COMMON STYLE**********************************/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'heeboregular', arial;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}

ul {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1290px !important;
	width: auto !important;
}

.hoveranimate {
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-ms-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
}

.equalspace {
	margin: 0 auto !important;
	float: none !important;
}

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

a:focus,
input:focus {
	outline: none;
}

input,
buttom {
	border-radius: none;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

.container {
	max-width: 1130px !important;
	width: auto !important;
}

.container-md {
	max-width: 1863px !important;
	width: auto !important;
}

/*****main-header*****/
#main-header.scroll {
	position: fixed;
	background: #fff;
	animation: smoothScroll 0.5s forwards;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

#main-header {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid #CC4A00;
}

#main-header .header-content {
	padding: 30px 0 25px;
}

#main-header .logo {}

#main-header .logo a {}

#main-header .logo a img {}

#main-header .navigation {}

#main-header ul.nav-list {
	text-align: right;
}

#main-header .nav-list li {
	list-style: none;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	padding-right: 52px;
}

#main-header .nav-list li a {
	font-size: 17px;
	line-height: 26px;
	color: #5c707c;
	font-family: 'heebo_mediumregular', arial;
	position: relative;
	display: inline;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

#main-header .nav-list li:before {
	position: absolute;
	top: 4px;
	content: "";
	height: 17px;
	width: 19px;
	left: 0;
	background-repeat: no-repeat;
	background-position: left center;
}

/*#main-header .nav-list li.home:before  { background-image:url(images/home-icon.png); }
#main-header .nav-list li.about-us:before  { background-image:url(images/about-us-icon.png); }
#main-header .nav-list li.it-services:before  { background-image:url(images/it-services-icon.png); }
#main-header .nav-list li.our-client:before  { background-image:url(images/our-client-icon.png); }
#main-header .nav-list li.contact-us:before  { background-image:url(images/contact-us-icon.png); }
#main-header .nav-list li.home:hover:before {background-image:url(images/home-hover.png);}
#main-header .nav-list li.about-us:hover:before {background-image:url(images/about-us-hover.png);}
#main-header .nav-list li.it-services:hover:before {background-image:url(images/it-services-hover.png);}
#main-header .nav-list li.our-client:hover:before {background-image:url(images//our-client-hover.png);}
#main-header .nav-list li.contact-us:hover:before  { background-image:url(images/contact-us-hover.png); }
#main-header .nav-list li.it-security-new:before  { background-image:url(images/it-security.png); }
#main-header .nav-list li.it-security-new:hover:before {background-image:url(images/it-services-hover1.png);}

*/
#main-header .header-contact {}

#main-header .contact-wrap {
	display: inline-block;
}

#main-header .contact-wrap a.btn {
	background: #f36d21;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-family: 'heebo_mediumregular', Arial, sans-serif;
	border-radius: 40px;
	padding: 7px 17px 5px 34px;
	cursor: pointer;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s
}

#main-header .contact-wrap a.btn:hover {
	box-shadow: inset 400px 0 0 0 #CC4A00;
	color: #fff !important;
}

#main-header .contact-wrap a.btn span {
	background: url(images/phone-icon.png) no-repeat center left;
	padding-left: 27px;
}

#main-header .search-box {}

#main-header .search-box {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	margin-top: 0;
	margin-left: 17px;
}

#wrap {
	display: inline-block;
	position: relative;
	height: 48px;
	float: right;
	padding: 0;
	position: relative;
}

#main-header .search-box input[type="text"] {
	height: 48px;
	font-size: 15px;
	display: inline-block;
	border: none;
	outline: none;
	color: #fff;
	padding: 3px;
	padding-right: 42px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	border-radius: 8px;
	cursor: pointer;
	padding-bottom: 0;
	padding-left: 8px;
}

#main-header .search-box input[type="text"]:focus:hover {}

#main-header .search-box input[type="text"]:focus {
	width: 150px;
	z-index: 1;
	cursor: text;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

#main-header .search-box input[type="submit"] {
	height: 48px;
	width: 50px;
	display: inline-block;
	color: red;
	float: right;
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

/*****************/
#main-header .nav-list li:hover a span,
#main-header .nav-list li a:focus span {
	/*transform: rotateX(90deg) translateY(-22px); -webkit-transform: rotateX(90deg) translateY(-22px);-moz-transform: rotateX(90deg) translateY(-22px);*/
}

#main-header .nav-list a span {
	transition: color 0.25s ease;
	position: relative;
	display: inline-block;
	text-align: center;
	/*transition: transform 0.3s;*/
	/*transform-origin: 50% 0;transform-style: preserve-3d;*/
}

#main-header .nav-list a span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #f36d21;
	transform: rotateX(-89deg);
	transform-origin: 50% 0;
	-ms-transform: rotateX(-89deg);
	-ms-transform-origin: 50% 0;
	-webkit-transform: rotateX(-89deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform: rotateX(-89deg);
	-moz-transform-origin: 50% 0;
	-o-transform: rotateX(-89deg);
	-o-transform-origin: 50% 0;
}

#main-header .nav-list li:hover ul a span::before {
	color: #fff;
}

/************/
/*****main-banner*****/
#main-banner {
	overflow: hidden;
	background: #000000;
}

#main-banner .banner-holder {
	position: relative;
}

#main-banner .banner-bg {
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#main-banner .table-wrapper {}

#main-banner .banner-content {}

#main-banner ul.services-list {
	display: table;
	width: 100%;
}

#main-banner .services-wrap {
	background: rgba(8, 70, 143, 0.75);
	height: 260px;
	width: 260px;
	position: relative;
}

#main-banner .services-wrap h2 {
	color: #ffffff;
	margin: 0px;
	font-family: 'heeboregular', arial;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

#main-banner .services-list li:nth-child(1) .services-wrap {
	background: rgba(8, 70, 143, 0.7);
}

#main-banner .services-list li:nth-child(2) .services-wrap {
	background: rgba(71, 171, 245, 0.7);
}

#main-banner .services-list li:nth-child(3) .services-wrap {
	background: rgba(133, 205, 113, 0.75);
}

#main-banner .services-list li:nth-child(4) .services-wrap {
	background: rgba(8, 123, 192, 0.7);
	margin-bottom: 0;
}

#main-banner .services-list li:nth-child(5) .services-wrap {
	background: rgba(40, 203, 244, 0.75);
	margin-bottom: 0;
}

#main-banner .services-list li:nth-child(6) .services-wrap {
	background: rgba(239, 171, 74, 0.75);
	margin-bottom: 0;
}

#main-banner .services-list li:nth-child(1) .services-wrap:hover {
	background: rgba(8, 70, 143, 0.8);
}

#main-banner .services-list li:nth-child(2) .services-wrap:hover {
	background: rgba(71, 171, 245, 0.8);
}

#main-banner .services-list li:nth-child(3) .services-wrap:hover {
	background: rgba(8, 123, 192, 0.8);
}

#main-banner .services-list li:nth-child(4) .services-wrap:hover {
	background: rgba(40, 203, 244, 0.8);
}

#main-banner .services-list li:nth-child(5) .services-wrap:hover {
	background: rgba(40, 203, 244, 0.8);
}

#main-banner .services-list li:nth-child(6) .services-wrap:hover {
	background: rgba(40, 203, 244, 0.8);
}

#main-banner .services-wrap h2 a {
	color: inherit;
}

#main-banner .container {
	max-width: 1652px !important;
	width: auto !important;
}

#main-banner .services-list li {
	list-style: none;
	float: left;
	padding: 0 1px;
}

#main-banner .services-wrap {
	margin-bottom: 0;
}

#main-banner .services-list li:nth-child(1),
li:nth-child(2),
li:nth-child(3) {
	margin-bottom: 2px;
}

#main-banner .services-wrap h2 {
	font-size: 28px;
	line-height: 34px;
}

#main-banner .services-wrap h2 span {
	display: block;
}



/**************** Common-Style **********************/
.container {
	max-width: 1290px;
	width: auto;
}

#home-banner .banner-holder .container {
	max-width: 1200px !important;
}

#home-banner {
	background: url(images/banner-bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}

#home-banner:before {
	background: rgba(2, 38, 59, 0.65);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#home-banner .banner-video:before {
	background: rgba(2, 38, 59, 0.65);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#home-banner .banner-holder {
	position: relative;
}

#home-banner .table-wrapper {
	display: table;
	width: 100%;
}

#home-banner .banner-content {
	display: table-cell;
	vertical-align: top;
	padding: 104px 0 20px;
}

#home-banner .banner-text {}

#home-banner .banner-text h1 {
	font-size: 65px;
	line-height: 1.1 !important;
	color: #ffffff;
	font-family: 'heeboregular', arial;
	margin-bottom: 41px !important;
}

#home-banner .banner-text h1 small {
	color: #fff;
	display: block;
	margin-bottom: 15px;
}

#home-banner .banner-text .subheader {
	color: #fff;
	display: block;
	margin-bottom: 15px;
	font-size: 42.25px;
	font-weight: 400;
	line-height: 120%;
}

#home-banner .banner-text .description {
	font-size: 25px;
	line-height: 140%;
	color: white;
	margin: 35px auto;
	max-width: 800px;
}

#home-banner .banner-text h2 {
	font-size: 40px;
	line-height: 55px;
	color: #ffffff;
	font-family: 'heebobold', arial;
	margin-bottom: 48px;
}

#home-banner span.block {
	display: block !important;
}

#home-banner .banner-text ul.btn-list {}

#home-banner .banner-text .btn-list li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

#home-banner .banner-text .btn-list li a.btn-wrap {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'heebo_mediumregular', arial;
	display: inline-block;
	padding: 13px 25px;
	border-radius: 40px;
	background: #f36d21;
	/* width: 300px; */
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}

#home-banner .banner-text .btn-list li:last-child a {
	background: #ffffff;
	color: #f36d21;
}

#home-banner .services-section {
	position: relative;
	top: 2px;
}

#home-banner ul.services-list {
	display: table;
	width: 100%;
	list-style: none;
}

#home-banner .services-list li {
	width: 16.66%;
	float: left;
	padding: 0 2px;
}

#home-banner .wrapper {
	padding: 0 20px;
	min-height: 152px;
	position: relative;
}

#home-banner .wrapper h3 {
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	font-family: 'heeboregular', arial;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#home-banner .services-list li:nth-child(1) .wrapper {
	background: rgba(8, 70, 143, 0.75);
}

#home-banner .services-list li:nth-child(2) .wrapper {
	background: rgba(71, 179, 245, 0.75);
}

#home-banner .services-list li:nth-child(3) .wrapper {
	background: rgba(133, 205, 113, 0.75);
}

#home-banner .services-list li:nth-child(4) .wrapper {
	background: rgba(8, 123, 192, 0.75);
}

#home-banner .services-list li:nth-child(5) .wrapper {
	background: rgba(40, 203, 244, 0.75);
}

#home-banner .services-list li:nth-child(6) .wrapper {
	background: rgba(239, 171, 74, 0.75);
}

#home-banner .services-list li:nth-child(1) .wrapper:before {
	background: rgb(8, 70, 143);
}

#home-banner .services-list li:nth-child(2) .wrapper:before {
	background: rgb(71, 171, 245);
}

#home-banner .services-list li:nth-child(3) .wrapper:before {
	background: rgb(133, 205, 113);
}

#home-banner .services-list li:nth-child(4) .wrapper:before {
	background: rgb(8, 123, 192);
}

#home-banner .services-list li:nth-child(5) .wrapper:before {
	background: rgb(40, 203, 244);
}

#home-banner .services-list li:nth-child(6) .wrapper:before {
	background: rgb(239, 171, 74);
}

#home-banner .services-list li .wrapper {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#home-banner .services-list li .wrapper:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#home-banner .services-list li .wrapper:hover:before,
#home-banner .services-list li .wrapper:focus:before,
#home-banner .services-list li .wrapper:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


#home-banner .services-list li:nth-child(1) {
	padding-left: 0;
}

#home-banner .services-list li:last-child {
	padding-right: 0;
}

#home-banner .scroll {
	margin-top: 25px;
}

/*#home-banner .scroll{ position:absolute; left:48%;transform: translateY(-48%); -webkit-transform: translateY(-48%); -moz-transform: translateY(-48%); bottom: 8%;}*/
#home-banner .scroll a.scroll-down {
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'heebolight', arial;
}

#home-banner .banner-text .btn-list li a.btn-wrap:hover {

	box-shadow: inset 400px 0 0 0 #CC4A00;
	color: #fff !important;

}

.banner-video {
	object-fit: cover;
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}

/*************it-services***********/
#it-services {
	color: #000000;
	padding: 100px 0 100px 0;
}

#it-services h1 {
	color: #3d515c;
	font-size: 50px;
	line-height: 50px;
	font-family: 'heebolight', arial;
	margin: 0 0 10px;
}

#it-services h2 {
	color: #000000;
	font-size: 36px;
	line-height: 110% !important;
	font-family: 'heebolight', arial;
	margin: 25px auto;
	max-width: 800px;
}

#it-services h2 small {
	line-height: 140% !important;
	display: block;
	margin: 20px auto;
}

#it-services h3 {
	color: #777;
	font-family: 'heebo_mediumregular', arial;
	font-size: 22px;
	line-height: 30px;
	margin: 25px 0;
}

#it-services .service-list {
	width: 100%;
	display: table;
	padding-top: 66px;
}

#it-services .service-list li {
	width: 25%;
	float: left;
	padding: 0 15px;
	list-style: none;
}

#it-services .service-list-wrapper {
	padding-top: 35px;
}

#it-services .service-list-wrapper h3 {
	font-size: 25px;
	line-height: 120%;
	font-family: 'heebolight', arial;
}

#it-services .service-list-wrapper .service-content h3 {
	margin: 20px auto;
	max-width: 160px;
}

#it-services .img-wrap {
	margin-bottom: 45px;
}

#it-services a.read_more_btn {
	display: inline-block;
	padding: 8px 30px;
	border: 3px solid #f36d21;
	border-radius: 40px;
	font-family: 'heeboregular', arial;
	color: #f36d21;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}

#it-services a.read_more_btn:hover {
	box-shadow: inset 400px 0 0 0 #f36d21;
	color: #fff !important;
}

#it-services .border-btm {
	position: relative;
}

#it-services .border-btm:after {
	content: "";
	display: block;
	height: 2px;
	width: 142px;
	background: #9dbdd0;
	margin: 65px auto 0;
}

#it-services .service-list li a.read_more_btn.read_more_btn2 {
	border: 3px solid #3d515c;
	color: #3d515c;
}

#it-services .service-list li a.read_more_btn.read_more_btn3 {
	border: 3px solid #ffa81f;
	color: #ffa81f;
}

#it-services .service-list li a.read_more_btn.read_more_btn4 {
	border: 3px solid #5b7484;
	color: #5b7484;
}

#it-services a.read_more_btn.read_more_btn2:hover {
	box-shadow: inset 400px 0 0 0 #3d515c;
	color: #fff !important;
}

#it-services a.read_more_btn.read_more_btn3:hover {
	box-shadow: inset 400px 0 0 0 #ffa81f;
	color: #fff !important;
}

#it-services a.read_more_btn.read_more_btn4:hover {
	box-shadow: inset 400px 0 0 0 #5b7484;
	color: #fff !important;
}

/*{box-shadow: inset 400px 0 0 0 #f36d21;color: #fff !important;}*/
#it-services a.read_more_btn.gray:hover {
	box-shadow: inset 400px 0 0 0 #3d515c;
	color: #fff !important;
}

#it-services a.read_more_btn.yellow:hover {
	box-shadow: inset 400px 0 0 0 #ffa81f;
	color: #fff !important;
}

#it-services a.read_more_btn.silver:hover {
	box-shadow: inset 400px 0 0 0 #698596;
	color: #fff !important;
}

/*******************featured-section**************/
#featured-section {
	/*background-image:url(images/servicesbg.jpg); background-repeat:no-repeat; background-position:center top; background-size:cover; */
	background: #000;
	padding: 80px 0 94px;
}

#featured-section h2 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	line-height: 1.25;
	font-family: 'heebolight';
	margin: 0;
}

#featured-section .featured-text h3,
#featured-section .featured-text h4 {
	font-size: 34px;
	line-height: 45px;
	margin:
		/*0 0 30px*/
		0 0 42px;
}

#featured-section .featured-text .color-1 {
	color: #00baff;
}

#featured-section .featured-text .color-2 {
	color: #16b805;
}

#featured-section .featured-text .color-3 {
	color: #da48ff;
}

#featured-section .featured-text .color-4 {
	color: #f3b521;
}

#featured-section .featured-text {
	font-size: 16px;
	line-height: 26px;
	font-family: 'heebolight';
	color: #fff;
	max-width: 220px;
}

#featured-section .featured-img {
	min-height: 275px;
}

#featured-section .featured-section {
	position: relative;
	padding-top: 134px;
	display: table;
	width: 100%;
}

#featured-section .arrow-img {
	position: absolute;
}

#featured-section .arrow-img img {}

#featured-section .featured-text .color-1 a {
	color: #00baff;
}

#featured-section .featured-text .color-2 a {
	color: #16b805;
}

#featured-section .featured-text .color-3 a {
	color: #da48ff;
}

#featured-section .featured-text .color-4 a {
	color: #f3b521;
}

#featured-section .arrow-1 {
	left: 12.7%;
	top: 10%;
}

#featured-section .arrow-2 {
	left: 39%;
	top: 42%;
}

#featured-section .arrow-3 {
	right: 15%;
	top: 9.2%;
}

#featured-section .featured-wrap {
	max-width: 220px;
	margin: 0 auto;
	width: 100%;
}

/******blog-section******/
#blog-section {
	padding: 90px 0 54px;
}

#blog-section .blog-content {}

#blog-section .blog-wrap {
	height: 240px
		/*389px*/
	;
	position: relative;
	margin-bottom: 42px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
}

#blog-section .blog-wrap::before {
	/*content: ""; background:linear-gradient(to bottom, rgba(1,80,177,0.001) 0%,#535657 150%);  width: 100%; position: absolute;  left: 0; z-index: 1;height: 100%;*/
}

#blog-section .blog-img {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	cursor: pointer;
	transition: transform 3000ms ease-out;
	-webkit-transition: -webkit-transform 3000ms ease-out;
}

#blog-section .blog-wrap:hover .blog-img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#blog-section .blog-1 {
	background-image: url(images/blog-img-1.jpg);
}

#blog-section .blog-2 {
	background-image: url(images/blog-img-2.jpg);
}

#blog-section .blog-3 {
	background-image: url(images/blog-img-3.jpg);
}

#blog-section .blog-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 38px;
	z-index: 1;
}

#blog-section .info-text {
	font-size: 13px;
	line-height: 20px;
}

#blog-section .info-text .read-more {
	font-size: 12px;
	/* margin-top: 6px; */
	border-radius: 0;
	color: #5c707c;
	border-bottom: 2px solid #9dbdd0;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 0 1px;
	font-family: 'heeboregular';
}

#blog-section .blog-text .read-more {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 15px;
	display: inline-block;
	width: auto;
	margin-top: 14px;
	border-radius: 25px;
}

#blog-section .blog-text h6,
#blog-section .blog-text .h6 {
	font-size: 12px;
	color: #ffffff;
	margin: 0 0 18px;
	font-family: 'heebo_mediumregular', arial;
	text-transform: uppercase;
}

#blog-section .blog-text h3,
#blog-section .blog-text h4 {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	margin: 0px;
	font-family: 'heebobold', arial;
	text-shadow: 0 1px 8px #000;
}

#blog-section .blog-text h3 a {
	color: inherit;
}

#blog-section .wrap-1 .blog-text {
	padding:
		/*69px 59px*/
		69px 59px 66px;
}

#blog-section .insight-content {
	border-bottom: 1px solid #9dbdd0;
	max-width: 440px;
	float: right;
	margin-bottom: 10px;
}

#blog-section .insight-btn {}

#blog-section .insight-btn h5,
#blog-section .insight-btn .h5 {
	font-size: 12px;
	color: #5c707c;
	margin: 0px;
	border: 2px solid #9dbdd0;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 12px;
	font-family: 'heebo_mediumregular', arial;
}

#blog-section .wrapper {
	padding: 10px 0;
}

#blog-section .date-wrap {
	margin-bottom: 20px;
}

#blog-section .date-wrap h3 {
	font-size: 14px;
	line-height: 21px;
	color: #40545f;
	margin: 0px;
	font-family: 'heebolight', arial;
	text-align: center;
}

#blog-section .date-wrap h3 span {
	font-size: 15px;
	font-family: 'heebo_mediumregular', arial;
	display: block;
}

#blog-section .info-text {
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	font-family: 'heebolight', arial;
}

#blog-section .info-text h3,
#blog-section .info-text h4 {
	font-size:
		/*16px*/
		18px;
	line-height: 22px;
	color: #000000;
	margin: 0 0 5px;
	font-family: 'heebobold', arial;
}

#blog-section .info-text p {
	margin: 0px;
}

#blog-section .info-text h3 a,
#blog-section .info-text h4 a {
	color: inherit;
}

/*******************main-footer******************/
#main-footer {
	background: #061c31;
	padding: 57px 0 0;
}

#main-footer .footer-content {
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	font-family: 'heebolight', arial;
}

#main-footer .footer-content h4 {
	font-size: 14px;
	line-height: 26px;
	color: #5c707c;
	margin: 0 0 16px;
	font-family: 'heebo_mediumregular', arial;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main-footer .footer-content h4.rating-text {
	margin: 0 0 6px;
}

#main-footer .footer-content p {
	margin: 0px;
}

#main-footer .footer-content ul.content-list {
	margin-bottom: 27px;
}

#main-footer .footer-content ul.content-list li {
	list-style: none;
	margin-bottom: 0px;
}

#main-footer .content-list li span {
	display: block;
}

.btn {
	font-size: 18px;
}

#main-footer .social-media {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 48px;
}

#main-footer .social-media li {
	padding: 0 1px;
	list-style: none;
	display: inline-block;
}

#main-footer .social-media li a {
	height: 23px;
	display: inline-block;
	width: 33px;
	overflow: hidden;
	text-indent: 999px;
	background-image: url(images/social-icon-2.png);
	background-repeat: no-repeat;
}

#main-footer .social-media li a.facebook {
	background-position:
		/*2%*/
		0% top;
}

#main-footer .social-media li a.facebook:hover {
	background-position:
		/*2%*/
		0% bottom;
}

#main-footer .social-media li a.twitter {
	background-position: 28% top;
}

#main-footer .social-media li a.twitter:hover {
	background-position: 28% bottom;
}

#main-footer .social-media li a.linkedin {
	background-position: 60% top;
}

#main-footer .social-media li a.linkedin:hover {
	background-position: 60% bottom;
}

#main-footer .social-media li a.instagram {
	background-position: 94% top;
}

#main-footer .social-media li a.instagram:hover {
	background-position: 94% bottom;
}

#main-footer .col-md-2 ul.content-list li {
	margin: 0px;
}

#main-footer .copy-right {
	padding: 31px 0;
	background: #ffffff;
	margin-top: 55px;
}

#main-footer .copy-right-text {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	margin: 0px;
	font-family: 'heeboregular', arial;
}

#main-footer .copy-right-text p {
	margin: 0px;
}

#main-footer .logo-wrap {
	margin-bottom: 42px;
}

#main-footer .content-content {
	padding-left: 35px;
}

#main-footer .Social-icon-heading {
	padding-left: 23px;
}

#main-footer span.underline-text {
	text-decoration: underline;
	color: #fff;
}

#main-footer .privacy-text {
	font-size: 18px;
	line-height: 32px;
}

#main-footer .privacy-text p {
	margin: 0;
}

#main-footer a {
	color: inherit;
}

.btn {
	font-size: 18px;
}

.responsiveMenuSelect {
	color: #000;
	border: 2px solid orange;
}

/*****************************************/
#content_page span.post_meta_information {
	font-family: 'proxima_nova_alt_rgregular', arial;
	margin-bottom: 10px;
	display: block;
}

#content_page {
	padding: 101px 0 122px;
	background: #ffffff;
}

#content_page .the_content {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	font-family: 'heebolight', arial;
	padding-right: 20px;
}

#content_page .the_content h3 {
	font-size: 30px;
	line-height: 36px;
	color: #000000;
	margin: 0 0 38px;
	font-family: 'heebobold', arial;
}

#content_page .the_content h4 {
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	margin: 0 0 28px;
	font-family: 'heebobold', arial;
}

#content_page .the_content h2 {
	font-family: 'heebobold', arial;
}

#content_page .the_content h1 {
	font-family: 'heebobold', arial;
}

#content_page .the_content p {
	margin: 10px 0;
	padding: 10px 0;
	overflow: auto;
	display: table;
}

#content_page .the_content b,
#content_page .the_content strong {
	font-family: 'heebobold', arial;
	font-weight: 500;
}

#content_page .the_content i,
#content_page .the_content em {
	font-family: 'heebolight', arial;
}

#content_page .the_content a {
	color: inherit;
	text-decoration: underline !important;
}

#content_page .the_content ul {
	margin-left: 21px;
	font-family: 'heebolight', arial;
}

#content_page .the_content ol {
	margin-bottom: 20px;
	font-family: 'heebobold', arial;
}

#content_page .the_content ol li {
	padding-top: 10px;
	font-family: 'heebolight', arial;
}

#content_page .the_content ul li {
	padding-bottom: 15px;
	list-style: none;
	position: relative;
	padding-left: 28px;
}

#content_page .the_content ul li:before {
	content: "\002022";
	color: #000000;
	font-size: 30px;
	vertical-align: middle;
	line-height: 28px;
	position: absolute;
	left: 0px;
}

#content_page blockquote {
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	margin: 0px;
	font-family: 'heeboregular', arial;
	padding: 0 20px;
	position: relative;
	border: none;
	padding: 0 0 0 33px;
	overflow: hidden;
}

#content_page blockquote:before {
	content: "";
	width: 3px;
	height: 50%;
	top: 25px;
	background: #FF7121;
	left: 8px;
	position: absolute;
}

#content_page blockquote:after {
	content: url(images/comment_icon.png);
	position: absolute;
	left: 0;
	top: -11px;
}

#content_page blockquote span {
	color: #b40001;
}

#content_page .width_1 {}

#content_page .width_2 {
	width: 30%;
}

#content_page .sidebar_content {
	background: #034071;
	border: 3px solid #011d33;
	position: relative;
	z-index: 1;
	padding: 6px 40px 23px;
}

#content_page .text_content a {
	color: inherit;
	text-decoration: underline !important;
}

.main_body_container .sidebar_wrap a {
	color: inherit;
}

#content_page .the_content a {
	color: inherit;
}

#content .text-right {
	text-align: center;
}

/*************** blog-section ***************/
#blog_section {
	background: #fff;
	padding: 92px 0px;
	/*border:1px solid #dfdfdf;position: relative;overflow: hidden;*/
}

#blog_section .blog_block {
	position: relative;
	padding-bottom: 67px;
}

#blog_section .col-sm-4 {
	width: 31%;
}

#blog_section .col-sm-8 {
	width: 69%;
}

#blog_section .blog_top_content {}

#blog_section .blog_top_content .blog_readmore {
	text-transform: capitalize;
}

#blog_section .blog_top_content h2 {
	margin: 0px 0px 12px;
	font-size: 28px;
	color: #000;
	line-height: 36px;
	font-family: 'heebobold', arial;
	font-weight: 700;
}

#blog_section .blog_topwrap {
	margin-bottom: 19px;
}

#blog_section .blog_topwrap .client_img {}

#blog_section .client_img img {
	border: 2px solid #000;
	border-radius: 100%;
	margin: 0;
	height: 62px;
	width: auto;
}

#blog_section .blog_ttilewrap {}

#blog_section .blog_listing {
	/*max-width:440px;*/
	width: 100%;
	padding: 4px 25px;
	margin-left: -10px;
}

#blog_section .blog_listing li {
	padding-right: 18px;
	font-size: 14px;
	text-transform: uppercase;
	display: inline;
	font-family: 'heeboregular';
}

#blog_section .blog_listing li a {
	color: #000;
}

#blog_section .blog_listing li img {
	margin-right: 9px;
	/*margin-top:0px;*/
	vertical-align: middle;
	/*padding-bottom: 5px;*/
}

#blog_section .wrapper {
	border-bottom: 7px solid #d6d6d6;
	margin-left: 50px;
	padding-bottom: 55px;
}

#blog_section .wrapper:last-child {
	border: none;
	padding-bottom: 0;
}

#blog_section .blog_block .blog_img {
	border: 1px solid #000;
	background-repeat: no-repeat;
	height: 319px;
	background-size: cover !important;
	background-position: center center !important;
}

#blog_section .blog_block .blog_img img {
	border: 1px solid #000;
	width: 100%;
}

#blog_section .blog_block .blog_description {
	padding-left: 52px;
	font-size: 20px;
	line-height: 30px;
	color: #010000;
	font-family: 'heeboregular';
}

#blog_section .blog_block .blog_description a {
	color: inherit;
}

#blog_section .blog_block .blog_description p {
	margin: 0 0 18px;
	letter-spacing: 1px;
	font-family: 'heebolight', arial;
}

#blog_section .blog_block .blog_description p span.read-btn {
	color: #1f4179;
	font-family: 'heeboregular';
	background: url(images/arrow.png) no-repeat right center;
	padding-right: 15px;
}

#blog_section .content-wrap .wrapper {
	margin-left: 0
}

#blog_section .blog_description span a {
	text-transform: capitalize;
}

#blog_section .blog_ttilewrap {
	display: table-cell;
	vertical-align: middle;
}

#blog_section .blog_block .blog_topwrap .client_img {
	display: table-cell;
	vertical-align: middle;
	width: 62px;
}

#blog_section .blog_block .blog_topwrap {
	display: table;
	width: 100%;
}

#blog_section .blog_topwrap {
	margin-bottom: 19px;
}

#blog_section .blog_listing li {
	padding-right: 18px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline;
	font-family: 'heeboregular';
	line-height: 24px;
	letter-spacing: 1px;
	cursor: pointer;

	-webkit-transition: ease-out 0.4s;

	-moz-transition: ease-out 0.4s;

	transition: ease-out 0.4s;
}

#blog_section .container {
	max-width: 1298px !important;
}

#blog_section .blog_block .blog_description .read_btn {
	box-shadow: inset 0 0 0 0 #000;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	background: #f36d21;
	padding: 11px 35px 11px;
	font-family: 'heebobold', arial;
	letter-spacing: 1px;
}

#blog_section .blog_block .blog_description .read_btn a {
	color: #fff !important;
}

#blog_section .blog_block .blog_description .read_btn:hover {
	box-shadow: inset 400px 0 0 0 #3D515C;
}

#inner_content .container {
	max-width: 1104px !important;
	width: auto !important;
	padding-top: 60px;
}

#blog-section.blog .container {
	padding: 0 40px;
}

#blog-section .blog-title h2 {
	color: #3d515c;
	font-size: 44px !important;
	line-height: 50px !important;
	font-family: 'heebolight', arial !important;
	margin: 0 0 60px !important;
	text-align: center;

}

/*************** inner-Banner ****************/
#inner-banner-main {
	height: auto;
	overflow: hidden;
}

#inner-banner-main .banner-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 16%;
	/*background-attachment: fixed;*/
	position: relative;
	min-height: 250px;
}

#inner-banner-main .banner-wrapper .banner_overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
}

#inner-banner-main .banner-wrapper.about-us-banner {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
	background-image: url('images/banner-bg-1.jpg');
	margin-top: 0;
}

/*#inner-banner-main .table-content{padding:/* 102px 0 */
/*100px 0;}*/
#inner-banner-main .table-content {
	display: table;
	width: 60%;
	height: 100%;
}

#inner-banner-main .banner-text {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 540px;
}

#inner-banner-main .banner-text h2 {
	margin: 0 0 30px;
	color: #ffffff;
	font-size: 32px;
	line-height: 34px;
	font-family: 'heeboblack';
	text-align: left;
}

#inner-banner-main .banner-text h3 {
	margin: 0;
	color: #ffffff;
	font-size: 26px;
	line-height: 34px;
	font-family: 'heeboblack', Helvetica, Arial, Lucida, sans-serif;
	text-align: left;
}

#inner-banner-main .banner-text h1 {
	color: #fff;
	font-family: 'heeboblack';
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px;
}

#inner-banner-main .banner-text p {
	margin: 0;
	color: #fff;
	font-family: 'heeboregular', arial;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
}

#inner-banner-main .scroll_down {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 9;
	text-align: center;
	width: 100%;
}

#inner-banner-main .scroll_down a {
	display: inline-block;
	width: 39px;
	height: 39px;
	border-radius: 100%;
	position: relative;
}

#inner-banner-main .scroll_down a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#inner-banner-main .scroll_down a:before {
	content: url(images/arrow-blue.png);
	position: absolute;
	-webkit-transform: translateZ(0);
	left: 19%;
	top: 18%;
	transform: translateZ(0);
}

#inner-banner-main .scroll_down a:hover:before,
#inner-banner-main .scroll_down a:before,
#inner-banner-main .scroll_down a:active:before {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 2.4s;
	animation-duration: 2.4s;
	-webkit-animation-timing-funccion: ease-out, ease-in-out;
	animation-timing-funccion: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-funccion: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-funccion: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-funccion: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-funccion: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-funccion: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-funccion: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-funccion: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-funccion: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-funccion: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-funccion: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-funccion: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-funccion: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

/******************************** inner_contact_us *******************************/
#inner_contact_us {
	padding-top: 0;
}

#inner_contact_us .contact_banner {
	padding: 80px 0 60px;
	background: url(images/banner-bg.jpg) no-repeat center top;
	background-size: cover;
}

#inner_contact_us .heading_text {
	font-size: 23.11px;
	line-height: 30.14px;
	color: #002D56;
	font-family: 'Segoe UI Semilight', arial;
	margin-top: 75px;
}

#inner_contact_us .heading_text h2 {
	font-size: 38px;
	line-height: 44.37px;
	color: #001a7a;
	margin: 0 0 22px;
	font-family: 'Segoe UI Bold', arial;
	text-shadow: 1px 1px 8px #fff;
}

#inner_contact_us .heading_text h2 span {
	display: block;
}

#inner_contact_us .heading_text p {
	margin: 0 0 70px;
}

#inner_contact_us .heading_text p span {
	display: inline;
}

#inner_contact_us .contactus_content {
	background: rgba(0, 0, 0, 0.8);
	padding: 0 55px 50px;
}

#inner_contact_us .contactus_content h4 {
	font-size: 24px;
	line-height: 30px;
	color: #fefeff;
	margin: -25px 0 18px;
	font-family: 'robotobold', arial;
	background: #003372;
	display: inline-block;
	padding: 12px 15px;
	width: 712px;
}

#inner_contact_us .contactus_content h4 span {
	font-family: 'Segoe UI Bold', arial;
}

#inner_contact_us .contact_wrap {}

#inner_contact_us .info_wrap {
	padding-top: 22px;
}

#inner_contact_us .info_wrap ul {}

#inner_contact_us .info_wrap ul li {
	position: relative;
	list-style: none;
	line-height: 44px;
	font-size: 24px;
	color: #ffffff;
	margin: 0 0 50px;
	text-align: left;
	font-family: 'robotoregular', arial;
}

#inner_contact_us .info_wrap ul li span {
	display: block;
}

#inner_contact_us .wrapper {
	padding-left: 59px;
}

#inner_contact_us .wrapper:before {
	position: absolute;
	left: 0;
	top: 5px;
}

#inner_contact_us .loaction:before {
	content: url(images/loaction-contact.png);
	top: 10px;
}

#inner_contact_us .phone:before {
	content: url(images/phone-contact.png);
}

#inner_contact_us .toll:before {
	content: url(images/toll-free.png);
}

#inner_contact_us .fax:before {
	content: url(images/fax-contact.png);
	bottom: 0;
	top: auto;
}

#inner_contact_us .mail:before {
	content: url(images/email-contact.png);
}

#inner_contact_us .info_wrap a {
	color: inherit;
}

#inner_contact_us .info_wrap a.phone::before {
	display: none;
}

.inner_container {
	max-width: 1290px !important;
	width: auto !important;
}

#inner_contact_us .wrapper.loaction {
	line-height: 29.8px;
}

.landing_content strong {
	color: #1b455c;
}

#content_page {
	padding: 36px 0px;
}

iframe {
	width: 100%;
}

.category_img {
	min-height: 220px;
	background-size: contain !important;
}

/****************************** SUBMENU *****************************************/
#main-header .navigation ul.sub-menu:before {
	border-bottom: 8px solid #385072;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	display: none;
	content: "";
	left: 28px;
	position: absolute;
	top: 0;
}

#main-header .navigation ul.sub-menu {
	background: rgb(0, 0, 0, 0);
	border-radius: 0;
	display: none;
	font-weight: 500;
	height: auto;
	left: 0;
	margin: 0 !important;
	opacity: 1;
	padding:
		/* 36px 0 0 */
		23px 0 0;
	position: absolute;
	width: auto;
	z-index: 10000;
}

#main-header .navigation ul.sub-menu li {
	border: none;
	background: #f36d21;
	color: #ffffff;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	text-decoration: none;
}

#main-header .navigation ul.sub-menu li a {
	background: rgb(0, 0, 0, 0) !important;
	color: #ffffff !important;
	display: block;
	font-size: 16px !important;
	line-height: 18px !important;
	overflow-wrap: break-word;
	padding: 10px !important;
	text-align: left;
	white-space: nowrap;
	width: auto;
	letter-spacing: 1px;
}

#main-header .navigation ul.sub-menu li a:hover {
	background: #698596 none repeat scroll 0 0 !important;
	color: #ffffff !important;
}

li.menu-item {
	position: relative;
}

#main-header .navigation ul.sub-menu li a::before {
	content: "";
	border-bottom: none;
}

#main-header .navigation ul li:hover ul.sub-menu {
	display: block;
}

#main-header .navigation ul.sub-menu a:hover {
	background: #89c5e5 none repeat scroll 0 0;
}

#main-header .navigation li li a::after {
	background: none;
}

#main-header .navigation ul>li>a {
	position: relative;
}

#main-header .navigation ul>li>a::before {
	border-bottom: 4px solid #fff;
	top: 20px;
	content: "";
	display: block;
	margin-top: 8px;
	position: absolute;
	left: 0;
	transition: all 0.3s ease 0s;
	width: 0;
}

#main-header .navigation ul>li>a:hover::before {
	width: 100%;
}

/*.cookieControl { padding: 3px;background:#FFF;border-top: 5px solid #004672; padding: 9px; position: fixed;left: 0;bottom: 0;
z-index: 99999999;text-align: left;width:100%;}
.cookieControl .simplified, .cookieControl .explicit { width: auto;padding: 10px 10px 10px;}
.cookieControl .simplified{position: relative;}
.cookieControl .simplified .buttonColumn { float: right;width: auto;}
tbody {display: table-row-group;vertical-align: middle; border-color: inherit;}
tr { display: table-row;vertical-align: inherit; border-color: inherit;}
.cookieControl .buttons .v1 {padding: 6px 10px; font-size: 12px; font-family:  'cairosemibold',arial; }
.cookieControl .buttons .v1 a{color: #000 !important;font-size: 15px;font-weight: normal;}
.cookieControl .buttons .v1 a:hover{color: #004672!important;}
.cookieControl .simplified .consentTextColumn {float: none;width: 100%;}
.cookieControl .simplified .consentTextColumn p { font-family:'montserratlight', arial; font-size: 14px; line-height: 23px; color: #000;}
.cookieControl .simplified .consentTextColumn p a{color: #000; text-decoration:underline!important;}
.buttons {background: #559eaa;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#559EAA',endColorstr='#447e88');
 background: -webkit-gradient(linear,left top,left bottom,from(#559eaa),to(#447e88));background: -moz-linear-gradient(top,#559eaa,#447e88);
background: -ms-linear-gradient(top,#559eaa,#447e88); background: linear-gradient(top,#559eaa,#447e88);color: #fff;}
*/
/******************inner_banner****************/
#inner_banner {
	padding-top: 145px;
}

#inner_banner .banner_content {
	position: relative;
}

#inner_banner .banner_left_content {
	position: relative;
	z-index: 4;
}

#inner_banner .banner_overlay>img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 71%;
	z-index: 2;
}

#inner_banner .banner_right_content {
	background: url(../images/thankyou_banner_img.jpg) no-repeat center top;
	background-size: cover;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 41.75%;
	z-index: 1;
}

#inner_banner .banner_img>img {
	height: 183px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 113px;
}

#inner_banner .banner_holder {
	display: table;
	height: 314px;
	width: 100%;
	position: relative;
	z-index: 4;
}

#inner_banner .banner_text {
	display: table-cell;
	padding: 40px 0;
	vertical-align: middle;
}

#inner_banner .banner_text h1 {
	font-size: 29.56px;
	color: #ffffff;
	line-height: 34.49px;
	margin: 0 0 20px;
	font-family: 'Segoe UI regular', arial;
}

#inner_banner .thankyou {
	background: url(../images/default.png) no-repeat center top;
	background-size: cover;
}

.container.container-home {
	max-width: 1290px !important;
}

/****************************inner_contact_us****************************************/
#inner_contact_us {
	margin: auto;
}

#inner_contact_us .fsBody .fsForm,
form-wrapper .fsForm .fsFieldRow .fsRowBody,
form-wrapper.fsForm .fsSpacerRow .fsRowBody {
	background: transparent !important;
}

#inner_contact_us .fsBody .fsForm {
	border: none !important;
}

#inner_contact_us .fsValidationError .fsLabel {
	background-size: 6px auto !important;
	background-position: 0px 2px !important;
	background-image: none;
}

#inner_contact_us .fsValidationError {
	background: none !important;
}

#inner_contact_us .fsBody .fsLabel,
.fsBody label {
	color: #3f4447 !important;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: inherit;
	font-family: "Nunito", lucida grande, Arial, sans-serif;
	line-height: 1.3;
	clear: both;
	width: 100%;
}

#inner_contact_us .fsForm .fsSubmit {
	background: none;
	margin-top: 5px !important;
	padding: 0 !important;
	clear: both;
	float: none;
	border-radius: 5px;
}

#inner_contact_us .fsBody .fsRowBody {
	padding: 0 !important;
}

#inner_contact_us .fsForm .fsLabel {
	color: #fff !important;
	float: left;
	font-family: 'robotolight', arial;
	font-size: 12px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#inner_contact_us .fsBody .fsSupporting {
	font-family: "Open Sans", lucida grande, Arial, sans-serif !important;
	color: #8E8484 !important;
	font-size: 10.28px !important;
	margin-top: 10px;
}

#inner_contact_us .fsForm .fsLabel a {
	color: #6391C7;
	font-style: italic;
	font-family: nunitoregular;
	font-weight: normal !important;
}

#inner_contact_us .fsSubmit input.fsSubmitButton {
	display: block;
	font-size: 25px !important;
	line-height: 30px;
	color: #ffffff !important;
	font-family: 'robotobold', arial;
	padding: 10px 15px;
	width: 100%;
	border: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #04590a;
	border-radius: 5px !important;
	width: 25%;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
	cursor: pointer;
	background: rgba(0, 51, 114);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 51, 114) 0%, rgba(0, 51, 114) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 51, 114) 0%, rgba(0, 51, 114) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 51, 114) 0%, rgba(0, 51, 114) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-color: rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003372', endColorstr='#003372', GradientType=0);
	/* IE6-9 */
	;
}

#inner_contact_us .fsSubmit input.fsSubmitButton:hover {
	box-shadow: inset 400px 0 0 0 #4a4a4a !important;
}

#field65687761 {
	min-height: 161px;
}

#inner_contact_us .fsBody .fsForm {
	color: #404041 !important;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	margin: 0 !important;
	color: #fff;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

#inner_contact_us .fsFieldRow input[type="text"],
#inner_contact_us .fsFieldRow input[type="email"],
#inner_contact_us .fsFieldRow input[type="number"],
#inner_contact_us .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 47px;
	padding: 10px 16px !important;
}

#inner_contact_us .fsFieldRow input[type="text"],
#inner_contact_us .fsFieldRow input[type="email"],
#inner_contact_us .fsFieldRow input[type="number"],
#inner_contact_us .fsFieldRow input[type="tel"],
#inner_contact_us .fsForm textarea,
#inner_contact_us input[type="file"] {
	max-width: 100% !important;
	width: 100% !important;
	background-image: none !important;
	font-family: 'robotolight', arial;
	color: #000000 !important;
	font-weight: normal;
	font-size: 15px !important;
	border: none !important;
	padding: 0 2px !important;
	border-radius: 0px !important;
	margin-bottom: 13px;
	height: 50px;
}

#inner_contact_us div.fsError {
	font-family: 'robotolight', arial;
	font-size: 12px !important;
	margin: 0 0 20px !important;
	padding: 4px !important;
	width: 100%;
}

#inner_contact_us .fsRequiredMarker {
	padding-left: 2px;
	font-weight: normal !important;
	font-size: 12px;
	color: #78BC46;
}

#inner_contact_us .fsBody {
	margin-bottom: 0px !important;
	background: transparent;
	padding: 0;
	margin-top: 0;
}

#inner_contact_us input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	box-shadow: none;
}

#inner_contact_us .fsSectionHeader {
	display: none !important;
}

#inner_contact_us .fsFirst.fsLast.fsFieldCell {
	background: none;
	padding: 0 !important;
	margin: 0 !important;
}

#inner_contact_us .fsForm input.fsField[type="email"]:focus,
#inner_contact_us .fsForm input.fsField[type="file"]:focus,
#inner_contact_us .fsForm input.fsField[type="number"]:focus,
#inner_contact_us .fsForm input.fsField[type="tel"]:focus,
#inner_contact_us .fsForm input.fsField[type="text"]:focus,
#inner_contact_us .fsForm textarea.fsField:focus {
	outline: 0;
}

#inner_contact_us .fsRow.fsFieldRow.fsLastRow {
	margin-bottom: 0 !important;
}

#inner_contact_us ::-webkit-input-placeholder {
	color: #000000;
}

#inner_contact_us :-moz-placeholder {
	color: #000000;
	opacity: 1;
}

#inner_contact_us ::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

#inner_contact_us :-ms-input-placeholder {
	color: #000000;
}

#inner_contact_us .fsValidationError {
	box-shadow: none !important;
	background-color: none;
}

#inner_contact_us #fsCell77092573 p {
	color: #fff !important;
	float: left;
	font-family: 'robotolight', arial !important;
	font-size: 12px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fsboxshadow .fsBody .fsForm {
	box-shadow: none !important;
	border: none !important;
}

.field-auto-capture {
	display: none;
}

#inner_contact_us #field66879271 {
	padding: 6px 8px;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 5px;
	height: 160px;
}

#inner_contact_us .fsOptionLabel.horizontal {
	font-weight: normal;
	font-size: .875em;
}

#inner_contact_us .fsForm #field73822720 {
	height: 150px;
}

#inner_contact_us #fsCell77092573 p a {
	color: #94A2AF;
	letter-spacing: 1px;
}

#inner_contact_us #fsCell77092573 p span {
	color: #78BC46;
}

#inner_contact_us #fsRow3437213-1,
#inner_contact_us #fsRow3437213-3 {
	width: 48%;
	float: left;
	clear: left;
}

#inner_contact_us #fsRow3437213-2,
#inner_contact_us #fsRow3437213-4 {
	width: 48%;
	float: right;
	clear: right;
}

#inner_contact_us {
	margin-top: 0;
}

#inner_contact_us #fsCell76472562 p a {
	color: #ddd;
}

#inner_contact_us #fsCell76472562 p span {
	color: #78BC46;
	padding-left: 2px;
	font-weight: normal !important;
	font-size: 15px;
}

/*****************************************/

/****************thankyou_page************/
#thankyou_page {
	padding: 116px 0 103px;
}

#thankyou_page .news_content {
	padding-bottom: 85px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 65px;
}

#thankyou_page .news_section {
	max-width: 1100px;
	margin: 0 auto;
}

#thankyou_page .news_wrap {
	margin-bottom: 42px;
	position: relative;
	border: 3px solid #F36E23;
}

#thankyou_page .news_img {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 224px;
}

#thankyou_page .news_text {
	/* background:rgba(243, 110, 35, 0.5) */
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

#thankyou_page .text_content {
	font-size: 20.32px;
	color: #ffffff;
	line-height: 25.14px;
	font-family: 'heebobold', arial;
	padding: 15px 26px 0px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 224px;
}

#thankyou_page .news_text p {
	margin: 0px;
	min-height: 150px;
}

#thankyou_page .news_text a {
	font-size: 28px;
	line-height: 38px;
	color: #fff;
	/* text-transform:uppercase; */
	font-family: 'Segoe UI Semibold', arial;
	/* border-bottom:1px solid #fff; */
	float: right;
}

#thankyou_page .video_content {
	padding-bottom: 85px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 65px;
}

#thankyou_page .video_content:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0px;
}

#thankyou_page .heading_text {}

#thankyou_page .heading_text h3 {
	font-size: 40.64px;
	line-height: 45.72px;
	color: #231f20;
	margin: 0 0 84px;
	font-family: 'heebobold', arial;
}

#thankyou_page .video_section {
	max-width: 1100px;
	margin: 0 auto;
}

#thankyou_page .video_wrap {
	margin-bottom: 49px;
}

#thankyou_page .video_img {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 224px;
	position: relative;
	margin: 0 0 26px;
	border: 3px solid #ff7d00;
}

#thankyou_page .video_img {}

#thankyou_page .play_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

#thankyou_page .play_btn img {}

#thankyou_page .video_text {
	font-size: 20.32px;
	line-height: 25.14px;
	color: #231f20;
	font-family: 'Segoe UI Semibold', arial;
}

#thankyou_page .video_text p {
	margin: 0 0 22px;
}

#thankyou_page .video_text p span {
	display: block;
}

#thankyou_page .video_text a.watch_now {
	font-size: 12.7px;
	line-height: 20.66px;
	color: #00718c !important;
	text-transform: uppercase;
	border-bottom: 1px solid #00718c;
	font-family: 'Avenir LT Std Heavy', arial;
}

#thankyou_page .padding {
	padding: 0 18px;
}

#thankyou_page .btn_wrap a.btn_content {
	padding: 10px 13px;
	color: #fdfdfe !important;
	font-size: 15px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'heebobold', arial;
	background: #5C707C;
	display: inline-block;
	width: 231px;
	border: 2px solid #5C707C;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
	cursor: pointer;
}

#thankyou_page .btn_wrap a.btn_content:hover {
	box-shadow: inset 400px 0 0 0 #FE6500 !important;
}

#thankyou_page .btn_wrap a.btn_content span {
	background: url(images/white_btn_arrow.png) no-repeat right;
	padding-right: 11px;
}

#thankyou_page .ebook_wrap {}

#thankyou_page .ebook_wrap img {
	margin: 0 0 26px;
}

#video_section {
	padding: 80px 0;
}

#testimonial {
	padding: 50px 0px 0px 0px;

}

#testimonial .testimonial_text {
	margin: 0px 0px 50px 0px;
}

/*  --------------- Start block_testimonial --------------- */
.block_testimonial {
	padding: 25px 0 20px;
}

.block_testimonial .container {
	max-width: 1470px !important;
	width: 90% !important;
}

.block_testimonial .list_testimonials {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block_testimonial h2,
.block_testimonial h4 {
	max-width: 1400px;
	margin: 0 auto 65px;
	font-size: 50px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #012642;
}

.list_testimonials {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 45px;
}

.list_testimonials .box_testimonial {
	max-width: 480px;
	width: 33.333%;
	margin-bottom: 60px;
	padding: 0 28px 0 70px;
}

.list_testimonials .box_comment {
	position: relative;
	margin-bottom: 30px;
	padding: 17px 0 0;
}

.list_testimonials .box_comment:before {
	content: '';
	position: absolute;
	top: 6px;
	left: -50px;
	display: block;
	width: 36px;
	height: 32px;
	background-image: url('/wp-content/uploads/2020/07/q.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	color: #012642;
}

.list_testimonials .box_comment:after {
	content: '';
	position: absolute;
	top: 54px;
	bottom: 0;
	left: -27px;
	width: 3px;
	background-color: #5c707c;
	height: 73%;
}

@media (min-width: 481px) {
	.list_testimonials .box_testimonial:nth-child(4) .box_comment:after {
		height: 59%;
	}

	.list_testimonials .box_testimonial:nth-child(2) .box_comment:after {
		height: 70%;
	}
}


@media (min-width: 961px) {
	.list_testimonials .box_testimonial:nth-child(4) {
		padding: 0 28px 0 75px;
	}
}

.list_testimonials .box_comment p {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	line-height: 26px;
	color: #000000;
}

.list_testimonials .box_comment p:last-child {
	margin-bottom: 0;
}

.list_testimonials .box_author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.list_testimonials .box_author .box_img {
	display: block;
	min-width: 57px;
	width: 57px;
	height: 57px;
	background-color: #012642;
	border: 2px solid #ea833a;
	border-radius: 50%;
	overflow: hidden;
}

.list_testimonials .box_author .name,
.list_testimonials .box_author .job {
	margin: 0;
	padding-left: 25px;
	font-size: 15px;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 18px;
	color: #012642;
}


@media (max-width: 1439px) {
	.list_testimonials .box_testimonial {
		padding: 0 18px 0 65px;
	}
}

/*@media (max-width: 1280px) {
	.list_testimonials .box_testimonial:nth-child(4),
	.list_testimonials .box_testimonial:nth-child(5) {
		width: 50%;
	}
}*/


@media (max-width: 1119px) and (min-width: 992px),
(max-width: 480px) {
	.block_testimonial h2 {
		font-size: 42px;
	}

	.list_testimonials .box_testimonial {
		padding: 0 8px 0 55px;
	}
}

@media (max-width: 1280px) {
	.list_testimonials .box_testimonial {
		width: 50%;
	}

	.list_testimonials .box_testimonial:nth-child(4),
	.list_testimonials .box_testimonial:nth-child(5) {
		width: 50%;
	}

	.block_testimonial h2 {
		font-size: 34px;
	}

	.list_testimonials .box_author .name,
	.list_testimonials .box_author .job {
		font-size: 14px;
	}
}

@media (max-width: 960px) {

	.list_testimonials .box_testimonial,
	.list_testimonials .box_testimonial:nth-child(4),
	.list_testimonials .box_testimonial:nth-child(5) {
		width: 100%;
	}
}

@media (max-width: 599px) {
	.block_testimonial h2 {
		font-size: 28px;
		line-height: 34px;
	}
}

@media (max-width: 489px) {
	.landing_web_cta .form-wrap iframe {
		height: 640px;
	}
}

@media (max-width: 480px) {
	.block_testimonial h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.list_testimonials .box_testimonial {
		margin: 30px 0 60px;
		padding: 0;
	}

	.list_testimonials .box_comment:before {
		top: -18px;
		left: 0;
	}

	.list_testimonials .box_comment:after {
		top: 0;
		bottom: initial;
		left: 55px;
		right: 0;
		width: auto;
		height: 3px;
	}

	.list_testimonials .box_comment {
		padding-top: 30px;
	}
}

/*  --------------- End block_testimonial --------------- */
/*********************************** Media Center ****************************************************/
#latest_video {
	padding: 54px 0;
}

#latest_video .video_heading {
	color: #000;
	font-family: 'open_sansregular', arial;
	font-size: 19.9px;
	line-height: 26px;
}

#latest_video .video_heading h2 {
	color: #002d56;
	font-family: 'robotobold', arial;
	font-size: 42px;
	font-weight: 400;
	margin: 0 0 40px;
}

#latest_video .video_heading h2 a {
	color: #000;
}

#latest_video .video_heading p {
	margin: 0 0 45px;
}

#latest_video .video_title h5 {
	color: #000;
	font-family: "Segoe UI regular", arial;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	min-height: 90px;
	text-align: center;
}

#latest_video .video_img {
	margin: 0 0 18px;
}

#latest_video .video_img iframe {
	height: 174px;
	width: 100%;
	border: 1px solid #002d56;
}

#latest_video .video_content_wrap {
	border-bottom: 1px solid #c2c2c2;
}

#resources_blog .blog_heading h2 {
	color: #002d56;
	font-family: 'robotobold', arial;
	font-size: 42px;
	margin: 0 0 41px;
}

#resources_blog .blog_heading h2 a {
	color: #000;
}

#resources_blog {
	padding: 42px 0 30px;
}

#resources_blog .blog_content {
	margin: 0 auto 30px;
}

#resources_blog .top_content {
	position: relative;
}

#resources_blog .blog_img {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover !important;
	min-height: 287px;
}

#resources_blog .blog_img span {
	display: block;
	height: 287px;
}

#resources_blog .date_wrap {
	bottom: 18px;
	left: 18px;
	position: absolute;
}

#resources_blog .date_wrap p {
	border: 2px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-family: "Segoe UI regular", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	padding: 0 13px;
	text-shadow: 1px 0 #9d9a92;
	text-transform: uppercase;
}

#resources_blog .blog_text {
	border-color: #dedbdb;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 19px 20px 21px;
}

#resources_blog .blog_text h5 {
	color: #000;
	font-family: 'robotoregular', arial;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	min-height: 95px;
}

#resources_blog .blog_text h5 a {
	color: inherit;
}

#resources_blog .blog_btn {
	display: table;
	width: 100%;
}

#resources_blog .blog_btn li {
	position: relative;
	display: table-cell;
	list-style: outside none none;
	padding: 0 5px;
	width: 50%;
}

#resources_blog .blog_btn .read_more {
	color: #ffffff !important;
}

#resources_blog .blog_btn li a {
	color: #ffffff !important;
	background: #003372;
	display: block;
	font-family: 'robotoregular', arial;
	font-size: 13px;
	line-height: 30px;
	margin: 0 auto;
	max-width: 103px;
	padding: 0 5px;
	text-transform: capitalize;
	transition: all 0.35s ease-out 0s;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
}

#resources_blog .blog_btn li a:hover {
	box-shadow: inset 400px 0 0 0 #4a4a4a !important;
}

#resources_blogg .blog_btn .share_btn {
	color: #21346b;
	position: relative;
}

#resources_blog .st_sharethis {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.stButton {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.stButton .chicklets {
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	font-family: 'Segoe UI regular', sans-serif;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 0;
	white-space: nowrap;
	width: auto;
}

.video_img>iframe {
	height: 235px;
}

.video_content_wrap .video-btn a {
	background: #003372 none repeat scroll 0 0;
	color: #ffffff !important;
	font-size: 18px;
	padding: 10px 20px;
	border: 2px solid #000;
	font-family: 'open_sansregular', arial;
	cursor: pointer;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
}

.video_content_wrap .video-btn a:hover {
	box-shadow: inset 400px 0 0 0 #000 !important;
}

.video_content_wrap .video-btn {
	padding-bottom: 60px;
}

#resources_blog .blog-btn a {
	background: #003372 none repeat scroll 0 0;
	color: #ffffff !important;
	font-size: 18px;
	padding: 10px 20px;
	border: 2px solid #000;
	font-family: 'robotoregular', arial;
	cursor: pointer;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
}

#resources_blog .blog-btn a:hover {
	box-shadow: inset 400px 0 0 0 #4a4a4a !important;
}

#resources_blog .blog-btn {
	margin-bottom: 20px;
	margin-top: 20px;
}

.video_title h3 {
	color: #000;
}

/***********************************/
.tweets li a {
	color: inherit;
}

/***pagenavigation****/
.wp-pagenavi {
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
	width: 100%;
	font-size: 16px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	background-color: #ffffff;
	color: #000;
	border: 1px solid #03264f !important;
	line-height: 1.42857;
	margin: -1px !important;
	padding: 6px 12px !important;
	position: relative !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.wp-pagenavi :first-child {
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
	margin-left: 0 !important;
}

.wp-pagenavi :last-child {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	margin-right: 0 !important;
}

.wp-pagenavi span.current {
	background: #f36d21 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

.wp-pagenavi a:hover {
	background: #f36d21;
	color: #fff;
}

.responsiveMenuSelect {
	height: 45px;
	border: 2px solid #000;
	color: #000;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/****************************bannerForm****************************************/
#main-banner {
	margin: auto;
}

#main-banner .fsBody .fsForm,
form-wrapper .fsForm .fsFieldRow .fsRowBody,
form-wrapper.fsForm .fsSpacerRow .fsRowBody {
	background: transparent !important;
}

#main-banner .fsBody .fsForm {
	border: none !important;
}

#main-banner .fsValidationError .fsLabel {
	background-size: 6px auto !important;
	background-position: 0px 2px !important;
	background-image: none;
}

#main-banner .fsValidationError {
	background: none !important;
}

#main-banner .fsBody .fsLabel,
.fsBody label {
	color: #3f4447 !important;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: inherit;
	font-family: "Nunito", lucida grande, Arial, sans-serif;
	line-height: 1.3;
	clear: both;
}

#main-banner .fsForm .fsSubmit {
	background: none;
	margin-top: 0 !important;
	padding: 0 !important;
	clear: both;
	float: none;
	border-radius: 5px;
	height: 100%;
	width: 100%;
}

#main-banner .fsBody .fsRowBody {
	padding: 0 !important;
}

#main-banner .fsForm .fsLabel {
	color: #fff !important;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px !important;
	text-align: left;
	font-weight: 300 !important;
	margin-bottom: 2px !important;
	margin-top: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 15.26px;
}

#main-banner .fsBody .fsSupporting {
	font-family: "Open Sans", lucida grande, Arial, sans-serif !important;
	color: #8E8484 !important;
	font-size: 10.28px !important;
	margin-top: 10px;
}

#main-banner .fsForm .fsLabel a {
	color: #6391C7;
	font-style: italic;
	font-family: nunitoregular;
	font-weight: normal !important;
}

#main-banner .fsSubmit input.fsSubmitButton {
	display: block;
	font-size: 24px !important;
	line-height: 30px;
	color: #ffffff !important;
	font-family: 'robotobold', arial;
	padding: 10px 0;
	width: 47%;
	border: none;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 7px !important;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
	cursor: pointer;
	background: rgb(102, 169, 252);
	background: -moz-linear-gradient(top, rgba(102, 169, 252, 1) 0%, rgba(43, 118, 211, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(102, 169, 252, 1) 0%, rgba(43, 118, 211, 1) 100%);
	background: linear-gradient(to bottom, rgba(102, 169, 252, 1) 0%, rgba(43, 118, 211, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66a9fc', endColorstr='#2b76d3', GradientType=0);
}

#main-banner .fsSubmit input.fsSubmitButton:hover {
	box-shadow: inset 800px 0 0 0 #003372 !important;
}

#field65687761 {
	min-height: 161px;
}

#main-banner .fsBody .fsForm {
	color: #404041 !important;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	margin: 0 !important;
	color: #fff;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

#main-banner .fsFieldRow input[type="text"],
#main-banner .fsFieldRow input[type="email"],
#main-banner .fsFieldRow input[type="number"],
#main-banner .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 47px;
	padding: 10px 16px !important;
}

#main-banner .fsFieldRow input[type="text"],
#main-banner .fsFieldRow input[type="email"],
#main-banner .fsFieldRow input[type="number"],
#main-banner .fsFieldRow input[type="tel"],
#main-banner .fsForm textarea,
#main-banner input[type="file"] {
	max-width: 100% !important;
	width: 100% !important;
	background-image: none !important;
	font-family: 'gotham_lightregular', arial;
	color: #000000 !important;
	font-weight: normal;
	font-size: 12px !important;
	border: none !important;
	padding: 0 5px !important;
	border-radius: 0px !important;
	margin-bottom: 20px;
	height: 30px;
	line-height: 16.87px;
}

#main-banner div.fsError {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px !important;
	line-height: 20px;
	margin: 0 0 20px !important;
	padding: 4px !important;
	width: 100%;
}

#main-banner .fsRequiredMarker {
	padding-left: 2px;
	font-weight: normal !important;
	font-size: 12px;
	color: #78BC46;
	display: inline-block !important;
}

#main-banner .fsBody {
	margin-bottom: 0px !important;
	background: transparent;
	padding: 0;
	margin-top: 0;
}

#main-banner input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	box-shadow: none;
}

#main-banner .fsSectionHeader {
	display: none !important;
}

#main-banner .fsFirst.fsLast.fsFieldCell {
	background: none;
	padding: 0 !important;
	margin: 0 !important;
}

#main-banner .fsForm input.fsField[type="email"]:focus,
#main-banner .fsForm input.fsField[type="file"]:focus,
#main-banner .fsForm input.fsField[type="number"]:focus,
#main-banner .fsForm input.fsField[type="tel"]:focus,
#main-banner .fsForm input.fsField[type="text"]:focus,
#main-banner .fsForm textarea.fsField:focus {
	outline: 0;
}

#main-banner .fsRow.fsFieldRow.fsLastRow {
	margin-bottom: 0 !important;
}

#main-banner ::-webkit-input-placeholder {
	color: #000000;
}

#main-banner :-moz-placeholder {
	color: #000000;
	opacity: 1;
}

#main-banner ::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

#main-banner :-ms-input-placeholder {
	color: #000000;
}

#main-banner .fsValidationError {
	box-shadow: none !important;
	background-color: none;
}

#main-banner #fsCell77092573 p {
	color: #fff !important;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 2px !important;
	margin-top: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16.87px !important;
}

.fsboxshadow .fsBody .fsForm {
	box-shadow: none !important;
	border: none !important;
}

.field-auto-capture {
	display: none;
}

#main-banner #field66879271 {
	padding: 6px 8px;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 5px;
	height: 160px;
}

#main-banner .fsOptionLabel.horizontal {
	font-weight: normal;
	font-size: .875em;
}

#main-banner .fsForm #field73822720 {
	height: 150px;
}

#main-banner #fsCell77092573 p a {
	color: #94A2AF;
	letter-spacing: 1px;
}

#main-banner #fsCell77092573 p span {
	color: #78BC46;
	display: inline-block;
	font-size: 12px;
}

#main-banner #fsRow3451212-1,
#main-banner #fsRow3451212-3 {
	width: 48%;
	float: left;
	clear: left;
}

#main-banner #fsRow3451212-2,
#main-banner #fsRow3451212-4 {
	width: 48%;
	float: right;
	clear: right;
}

#main-banner {
	margin-top: 0;
}

#main-banner #fsCell75973951 p a {
	color: #9eadba;
}

#main-banner #fsCell75284117 p span {
	color: #78BC46;
	padding-left: 2px;
	font-weight: normal !important;
	font-size: 12px;
}

/***********************Image Align ********************/
img.alignnone {
	display: inline-block;
	margin-bottom: 20px;
}

img.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

img.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

img.aligncenter {
	display: block;
	float: none;
	margin: 0 auto 20px;
}

#content_page img.aligncenter {
	display: block;
	margin: auto;
}

#content_page img.alignleft {
	float: left;
	margin: 0px 10px 10px;
}

#content_page img.alignright {
	float: right;
	margin: 0px 10px 10px;
}

/****************************************************/
#business-features.content .services-text {
	max-width: 100%;
}

#business-features.content {
	background: #fff;
}

#business-features.content .services-content {
	padding: 0;
}

#business-features.content .services-text h3 {
	font-size: 24px;
	line-height: 26px;
	color: #1b455c;
	margin: 0 0 21px;
	font-family: 'open_sansbold', arial;
}

#business-features.content .services-text h2 {
	font-size: 28px;
	line-height: 32px;
	color: #1b455c;
	margin: 0 0 21px;
	font-family: 'open_sansbold', arial;
}

#business-features.content .services-text p {
	margin: 0 0 20px;
}

#business-features.content .services-text {
	font-size: 18px;
	line-height: 24px;
}

.main_body_container {}

.main_body_container .sidebar_wrap {
	margin-top: 14px;
	max-width: 275px;
	padding-bottom: 16px;
}

.main_body_container .sidebar_heading {
	background-color: #0064cc;
	padding: 20px 17px 50px;
}

.main_body_container .text_wrap {
	font-size: 16px !important;
	line-height: 25px !important;
	font-family: 'montserratregular', arial !important;
	color: #ffffff !important;
}

.main_body_container .text_wrap h3 {
	font-size: 23px;
	line-height: 28px;
	font-family: 'montserratbold', arial;
	color: #ffffff;
	margin: 0 0 6px;
}

.main_body_container .text_wrap h3 span {
	display: block;
}

.main_body_container .text_wrap p {
	margin: 0 0 10px;
}

.main_body_container .content_wrap {
	margin: 6px 0 0;
	border: 1px solid #979797;
	padding: 17px 17px 0;
}

.main_body_container .wrapper {}

.main_body_container .wrapper h4 {
	font-size: 20px;
	line-height: 20px;
	font-family: 'montserratbold', arial;
	color: #ffffff;
	margin: 0;
	background: #0064cc;
	padding: 20px 0;
}

.main_body_container ul.recent_article {}

.main_body_container ul.recent_article li {
	list-style: none;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Segoe UI', arial;
	color: #7b7b7b;
	border-bottom: 1px solid #003372;
	padding: 13px 0;
	margin: 0;
}

.main_body_container ul.recent_article li:last-child {
	border-bottom: none;
}

.main_body_container ul.monthly_list {
	margin: 16px 0;
	padding-left: 0;
}

.main_body_container ul.monthly_list li {
	list-style: none;
	text-align: left;
	position: relative;
	padding-left: 20px;
	padding-bottom: 4px;
	margin: 0;
}

.main_body_container ul.monthly_list li:before {
	position: absolute;
	content: url(images/bullet_img.png);
	left: 0;
}

.sidebar_wrap .recent_article a {
	color: #000 !important;
	text-decoration: none !important;
}

.recent_article>h4 {
	display: none;
}

.search_input {
	border: medium none;
	border-radius: 0;
	height: 31px;
	padding-left: 10px;
	width: 100%;
}

.search_submit {
	float: right;
	padding-right: 11px;
	position: relative;
	top: -23px;
}

.main_body_container ul.monthly_list li a {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Segoe UI', arial;
	color: #000 !important;
	text-decoration: none !important;
}

.search_icon>form {
	position: relative;
	top: 10px;
}

.main_body_container input[type="search"] {
	color: #000;
	cursor: pointer;
	font-size: 18px;
	width: 100%;
}

.main_body_container input[type="search"] {
	background: #fff url("images/search-icon.png") no-repeat scroll 95% center;
	border: 1px solid hsl(0, 0%, 100%);
	border-radius: 5px;
	height: 30px;
	padding: 0 18px 0 10px;
	position: absolute;
	right: 0px;
	top: -12px;
	transition: all 0.5s ease 0s;
	background-size: contain;
	font-family: 'montserratregular', arial;
}

/************************** testimonial_page ******************************/
#testimonial_page {
	padding: 85px 0 0;
}

#testimonial_page .container_testimonial {
	max-width: 1182px !important;
}

#testimonial_page .testimonial_wrap {}

#testimonial_page .testimonial_wrap>li {
	border-bottom: 1px solid #cccccc;
	list-style: none;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

#testimonial_page .testimonial_content {}

#testimonial_page .testimonial_image {
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#testimonial_page .testimonial_image>.img_wrap {
	border: 3px solid #cccccc;
	height: 250px;
	width: 250px;
	border-radius: 100%;
}

#testimonial_page .testimonial_image>.img_wrap img {
	border: 3px solid #cccccc;
	border-radius: 100%;
	height: 250px;
	width: 250px;
}

#testimonial_page .testimonial_text {
	padding-left: 42px;
}

#testimonial_page .testimonial_text>blockquote {
	color: #000000;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 32px;
	border: none;
	font-family: 'heeboregular', arial;
	position: relative;
}

#testimonial_page .testimonial_text>blockquote:before {
	content: "\201C";
	color: #ED6B24;
	font-size: 40px;
	line-height: 20px;
	left: -40px;
	top: 0;
	font-family: 'heebobold', arial;
	position: absolute;
	z-index: 1;
	background: #fff;
	padding-top: 8px;
}

#testimonial_page .testimonial_text>blockquote:after {
	content: "";
	width: 3px;
	height: 100%;
	top: 0;
	border-left: 3px solid #cccccc;
	position: absolute;
	left: -40px;
	margin-left: 6px;
}

#testimonial_page .testimonial_text>blockquote p {
	margin: 0 0 14px;
	padding-top: 15px;
}

#testimonial_page .testimonial_text>blockquote p:last-of-type {
	margin: 0;
}

#testimonial_page .testimonial_text>blockquote p:last-of-type:after {
	content: "\201D";
	color: #27a1d6;
	display: none;
}

#testimonial_page .rating {
	margin: 0 0 21px;
}

#testimonial_page .rating>img {}

#testimonial_page .profile_info {
	font-family: 'heebobold', arial;
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}

#testimonial_page .profile_info p {
	margin: 0;
}

#testimonial_page .profile_info span {
	display: block;
}

#testimonial_page .profile_info p .block_text {
	display: block;
}

/******************************************/
/******************************************/
.sidebar-989 .sidebar-form {
	/*  background: url("images/sidebar-gradient-img.jpg") no-repeat center bottom;
       background-size: auto;
   background-size: cover; */
	background: #ed6b24;
}

.sidebar-989 .sidebar-heading {
	padding: 32px 20px 0;
	text-align: center;
	display: block;
	position: relative;
	font-family: 'museo_sans300';
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
}

.sidebar-989 .sidebar-heading h4 {
	text-transform: capitalize;
	padding: 0 10px;
	margin: 0 0 39px;
	color: #ffffff;
	font-size: 27px;
	line-height: 32px;
	font-family: 'heebobold', arial;
}

.sidebar-989 .sidebar-heading h6 {
	color: #ffffff;
	font-size: 22px;
	line-height: 26px;
	font-family: 'heebobold', arial;
	padding: 27px 15px;
	border-width: 0 5px;
	border-color: #fff;
	border-style: solid;
	position: relative;
}

.sidebar-989 .form-btm-text {
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	font-family: 'heeboregular', arial;
}

.sidebar-989 .form-btm-text p {
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	padding: 0 18px 28px;
}

.sidebar-989 .sidebar-heading h6 .bdr-wrap1 {
	top: 0;
}

.sidebar-989 .sidebar-heading h6 .bdr-wrap {
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
}

.sidebar-989 .sidebar-heading h6 .bdr-wrap1::before {
	left: 0;
	width: 78%;
}

.sidebar-989 .sidebar-heading h6 .bdr-wrap::before,
.sidebar-989 .sidebar-heading h6 .bdr-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	background: #fff;
}

.sidebar-989 .sidebar-heading h6 .bdr-wrap1::after {
	right: 0;
	width: 10%;
}

.sidebar-989 .sidebar-heading h6 .bdr-wrap2 {
	bottom: 0;
}

.sidebar-989 .sidebar-heading h6 .bdr-wrap2::before {
	left: 0;
	width: 10%;
}

.sidebar-989 .sidebar-heading h6 .bdr-wrap2::after {
	right: 0;
	width: 78%;
}

.sidebar-989 .sidebar-blog {
	text-align: center;
	padding-top: 30px;
}

.sidebar-989 .sidebar-blog h5 {
	font-size: 22px;
	font-family: 'heebobold', arial;
	color: #000;
	color: #001830;
	margin: 0 0 17px;
}

.sidebar-989 .sidebar-blog h5 span {
	font-family: 'heebobold', arial;
}

.sidebar-989 .blog-content p {
	letter-spacing: 1px;
	font-family: 'robotoregular', arial !important;
	font-size: 18px !important;
	line-height: 22px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar-989 .sidebar-blog .blog-content .blog-img {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 173px;
	border: 1px solid #c2c2c2;
}

.sidebar-989 .blog-content p a {
	color: #000 !important;
}

/****************************sidebarForm****************************************/
.sidebarForm {
	margin: auto;
	padding: 22px 20px;
}

.sidebarForm .fsBody .fsForm,
form-wrapper .fsForm .fsFieldRow .fsRowBody,
form-wrapper.fsForm .fsSpacerRow .fsRowBody {
	background: transparent !important;
}

.sidebarForm .fsBody .fsForm {
	border: none !important;
}

.sidebarForm .fsValidationError .fsLabel {
	background-size: 6px auto !important;
	background-position: 0px 2px !important;
	background-image: none;
}

.sidebarForm .fsValidationError {
	background: none !important;
}

.sidebarForm .fsBody .fsLabel,
.fsBody label {
	color: #3f4447 !important;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: inherit;
	font-family: 'museo_sans300';
	line-height: 1.3;
	clear: both;
}

.sidebarForm .fsForm .fsSubmit {
	background: none;
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
	float: none;
	border-radius: 5px;
}

.sidebarForm .fsBody .fsRowBody {
	padding: 0 !important;
}

.sidebarForm .fsForm .fsLabel {
	color: #fff !important;
	float: left;
	font-family: 'robotolight', arial;
	font-size: 14px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.sidebarForm .fsBody .fsSupporting {
	font-family: 'museo_sans300' !important;
	color: #8E8484 !important;
	font-size: 13px !important;
	margin-top: 10px;
}

.sidebarForm .fsForm .fsLabel a {
	color: #6391C7;
	font-style: italic;
	font-family: 'museo_sans300';
	font-weight: normal !important;
}

.sidebarForm .fsSubmit input.fsSubmitButton {
	display: block;
	font-size: 24px !important;
	line-height: 30px;
	color: #ffffff !important;
	font-family: 'heebobold', arial;
	padding: 10px 0;
	width: 100%;
	border: 1px solid #fff;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0 !important;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
	cursor: pointer;
	background: #ed6b24 !important;
	/*
background: -moz-linear-gradient(top, rgba(102,169,252,1) 0%, rgba(43,118,211,1) 100%);
background: -webkit-linear-gradient(top, rgba(102,169,252,1) 0%,rgba(43,118,211,1) 100%);
background: linear-gradient(to bottom, rgba(102,169,252,1) 0%,rgba(43,118,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a9fc', endColorstr='#2b76d3',GradientType=0 );*/
}

.sidebarForm .fsSubmit input.fsSubmitButton:hover {
	box-shadow: inset 400px 0 0 0 #5c707c !important;
}

.sidebarForm #fsSubmitButton3137791:hover {
	background: #c32c29 !important;
}

.sidebarForm #fsCell77092573 p {
	color: #fff !important;
	float: left;
	font-family: 'robotolight', arial;
	font-size: 14px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.sidebarForm #fsCell77092573 p a {
	color: #fff !important;
}

.sidebarForm #fsCell77092573 p span {
	color: #5D9257;
}

.sidebarForm .fsBody .fsForm {
	color: #ffffff !important;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	margin: 0 !important;
	color: #fff;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.sidebarForm .fsFieldRow input[type="text"],
.sidebarForm .fsFieldRow input[type="email"],
.sidebarForm .fsFieldRow input[type="number"],
.sidebarForm .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 47px;
	padding: 10px 16px !important;
}

.sidebarForm .fsFieldRow input[type="text"],
.sidebarForm .fsFieldRow input[type="email"],
.sidebarForm .fsFieldRow input[type="number"],
.sidebarForm .fsFieldRow input[type="tel"],
.sidebarForm .fsForm textarea,
.sidebarForm input[type="file"] {
	max-width: 100% !important;
	width: 100% !important;
	background-image: none !important;
	font-family: 'heeboregular', arial;
	color: #000000 !important;
	font-weight: normal;
	font-size: 14px !important;
	border: none !important;
	padding: 11px 15px !important;
	border-radius: 0px !important;
	margin-bottom: 11px;
	height: 46px;
}

.sidebarForm div.fsError {
	font-family: 'museo_sans300';
	font-size: 13px !important;
	margin: 0 0 20px !important;
	padding: 4px !important;
	width: 100%;
}

.sidebarForm .fsRequiredMarker {
	padding-left: 2px;
	font-weight: normal !important;
	font-size: 14px;
	color: #5D9257;
}

.sidebarForm .fsBody {
	margin-bottom: 0px !important;
	background: transparent;
	padding: 0;
	margin-top: 0;
}

.sidebarForm input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	box-shadow: none;
}

.sidebarForm .fsSectionHeader {
	display: none !important;
}

.sidebarForm .fsFirst.fsLast.fsFieldCell {
	background: none;
	padding: 0 !important;
	margin: 0 !important;
}

.sidebarForm .fsForm input.fsField[type="email"]:focus,
.sidebarForm .fsForm input.fsField[type="file"]:focus,
.sidebarForm .fsForm input.fsField[type="number"]:focus,
.sidebarForm .fsForm input.fsField[type="tel"]:focus,
.sidebarForm .fsForm input.fsField[type="text"]:focus,
.sidebarForm .fsForm textarea.fsField:focus {
	outline: 0;
}

.sidebarForm .fsRow.fsFieldRow.fsLastRow {
	margin-bottom: 0 !important;
}

.sidebarForm ::-webkit-input-placeholder {
	color: #000000;
}

.sidebarForm :-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.sidebarForm ::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.sidebarForm :-ms-input-placeholder {
	color: #000000;
}

.sidebarForm .fsValidationError {
	box-shadow: none !important;
	background-color: none;
}

.fsboxshadow .fsBody .fsForm {
	box-shadow: none !important;
	border: none !important;
}

.field-auto-capture {
	display: none;
}

.sidebarForm #field66879271 {
	padding: 6px 8px;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 5px;
	height: 160px;
}

.sidebarForm .fsOptionLabel.horizontal {
	font-weight: normal;
	font-size: .875em;
}

.sidebarForm .fsForm #field73822720 {
	height: 150px;
}

.sidebarForm .fsFieldRow input[type="text"]:focus::placeholder,
.sidebarForm .fsFieldRow input[type="email"]:focus::placeholder {
	color: transparent !important;
}

/****************************sidebarForm****************************************/
#main-banner-section {
	margin: auto;
	/*padding:0;*/
}

#main-banner-section .fsBody .fsForm,
form-wrapper .fsForm .fsFieldRow .fsRowBody,
form-wrapper.fsForm .fsSpacerRow .fsRowBody {
	background: transparent !important;
}

#main-banner-section .fsBody .fsForm {
	border: none !important;
}

#main-banner-section .fsValidationError .fsLabel {
	background-size: 6px auto !important;
	background-position: 0px 2px !important;
	background-image: none;
}

#main-banner-section .fsValidationError {
	background: none !important;
}

#main-banner-section .fsBody .fsLabel,
.fsBody label {
	color: #3f4447 !important;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: inherit;
	font-family: 'museo_sans300';
	line-height: 1.3;
	clear: both;
}

#main-banner-section .fsForm .fsSubmit {
	background: none;
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
	float: none;
	border-radius: 5px;
}

#main-banner-section .fsBody .fsRowBody {
	padding: 0 !important;
}

#main-banner-section .fsForm .fsLabel {
	color: #fff !important;
	float: left;
	font-family: 'museo_sans300';
	font-size: 14px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
	text-transform: capitalize;
	letter-spacing: 0px;
}

#main-banner-section .fsBody .fsSupporting {
	font-family: 'museo_sans300' !important;
	color: #8E8484 !important;
	font-size: 13px !important;
	margin-top: 10px;
}

#main-banner-section .fsForm .fsLabel a {
	color: #6391C7;
	font-style: italic;
	font-family: 'museo_sans300';
	font-weight: normal !important;
}

#main-banner-section .fsSubmit input.fsSubmitButton {
	letter-spacing: 0;
	text-shadow: none !important;
	font-weight: normal;
	display: block !important;
	width: 100%;
	border-radius: 5px !important;
	padding: 10px 20px;
	border: none !important;
	color: #ffffff !important;
	font-size: 25px !important;
	line-height: 33px;
	text-transform: capitalize;
	font-family: 'montserratextra_bold' !important;
	margin-bottom: 0;
	background: #1d97fc !important;
	margin-top: 0;
}

#main-banner-section #fsSubmitButton3137791:hover {
	background: #c32c29 !important;
}

#main-banner-section #fsCell75868117 p {
	color: #fff !important;
	float: left;
	font-family: 'museo_sans300';
	font-size: 14px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
	text-transform: capitalize;
	letter-spacing: 0px;
}

#main-banner-section #fsCell75868117 p a {
	color: #8995A9;
}

#main-banner-section #fsCell75868117 p span {
	color: #5D9257;
}

#main-banner-section .fsBody .fsForm {
	color: #404041 !important;
	display: inline-block;
	font-size: 16px;
	width: 97%;
	margin: 0 !important;
	color: #fff;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

#main-banner-section .fsFieldRow input[type="text"],
#main-banner-section .fsFieldRow input[type="email"],
#main-banner-section .fsFieldRow input[type="number"],
#main-banner-section .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 47px;
	padding: 10px 16px !important;
}

#main-banner-section .fsFieldRow input[type="text"],
#main-banner-section .fsFieldRow input[type="email"],
#main-banner-section .fsFieldRow input[type="number"],
#main-banner-section .fsFieldRow input[type="tel"],
#main-banner-section .fsForm textarea,
#main-banner-section input[type="file"] {
	max-width: 100% !important;
	width: 100% !important;
	background-image: none !important;
	font-family: 'montserratregular', arial;
	color: #000000 !important;
	font-weight: normal;
	font-size: 16px !important;
	border: none !important;
	padding: 11px 19px !important;
	border-radius: 5px !important;
	margin-bottom: 15px;
	height: 45px;
	line-height: 33px;
}

#main-banner-section div.fsError {
	font-family: 'montserratregular', arial;
	font-size: 13px !important;
	margin: 0 0 8px !important;
	padding: 4px !important;
}

#main-banner-section .fsRequiredMarker {
	padding-left: 2px;
	font-weight: normal !important;
	font-size: 14px;
	color: #5D9257;
}

#main-banner-section .fsBody {
	margin-bottom: 0px !important;
	background: transparent;
	padding: 0;
	margin-top: 0;
}

#main-banner-section input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	box-shadow: none;
}

#main-banner-section .fsSectionHeader {
	display: none !important;
}

#main-banner-section .fsFirst.fsLast.fsFieldCell {
	background: none;
	padding: 0 !important;
	margin: 0 !important;
}

#main-banner-section .fsForm input.fsField[type="email"]:focus,
#main-banner-section .fsForm input.fsField[type="file"]:focus,
#main-banner-section .fsForm input.fsField[type="number"]:focus,
#main-banner-section .fsForm input.fsField[type="tel"]:focus,
#main-banner-section .fsForm input.fsField[type="text"]:focus,
#main-banner-section .fsForm textarea.fsField:focus {
	outline: 0;
}

#main-banner-section .fsRow.fsFieldRow.fsLastRow {
	margin-bottom: 0 !important;
}

#main-banner-section ::-webkit-input-placeholder {
	color: #000000;
}

#main-banner-section :-moz-placeholder {
	color: #000000;
	opacity: 1;
}

#main-banner-section ::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

#main-banner-section :-ms-input-placeholder {
	color: #000000;
}

#main-banner-section .fsValidationError {
	box-shadow: none !important;
	background-color: none;
}

.fsboxshadow .fsBody .fsForm {
	box-shadow: none !important;
	border: none !important;
}

.field-auto-capture {
	display: none;
}

#main-banner-section #field66879271 {
	padding: 6px 8px;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 5px;
	height: 160px;
}

#main-banner-section .fsOptionLabel.horizontal {
	font-weight: normal;
	font-size: .875em;
}

#main-banner-section .fsForm #field73822720 {
	height: 150px;
}

#main-banner-section #fsRow3451212-1,
#main-banner-section #fsRow3451212-3 {
	width: 48%;
	float: left;
	clear: none;
}

#main-banner-section #fsRow3451212-2,
#main-banner-section #fsRow3451212-4 {
	width: 48%;
	float: right;
	clear: none;
}

/*****contact-services*****/
#contact-services {
	padding: 116px 0 109px;
}

#contact-services .services-content {}

#contact-services .icon-wrap {}

#contact-services .icon-wrap img {
	margin: 0 0 29px;
}

#contact-services .text-wrap {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-family: 'montserratregular';
}

#contact-services .text-wrap h2 {
	font-size: 32px;
	line-height: 45px;
	color: #000000;
	margin: 0 0 33px;
	font-family: 'montserratbold', arial;
}

#contact-services .text-wrap p {
	margin: 0px;
	min-height: 128px;
}

#contact-services .text-wrap a {
	font-size: 20px;
	line-height: 30px;
	color: #0064cc;
	font-family: 'montserratbold';
	border: 3px solid #0064cc;
	display: block;
	border-radius: 40px;
	padding: 13px 15px 11px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#contact-services .text-wrap a:hover {
	color: #ffffff;
	background: #0064cc;
}

/*****contact-services*****/
#contact-services {
	padding: 116px 0 109px;
}

#contact-services .services-content {}

#contact-services .icon-wrap {}

#contact-services .icon-wrap img {
	margin: 0 0 29px;
}

#contact-services .text-wrap {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-family: 'heebolight', arial;
}

#contact-services .text-wrap h2 {
	font-size: 32px;
	line-height: 45px;
	color: #000000;
	margin: 0 0 33px;
	font-family: 'heebobold', arial;
}

#contact-services .text-wrap p {
	margin: 0px;
	min-height: 128px;
}

#contact-services .text-wrap a {
	font-size: 20px;
	line-height: 30px;
	color: #698596;
	font-family: 'heebobold', arial;
	border: 3px solid #5c707c;
	display: block;
	border-radius: 40px;
	padding: 13px 15px 11px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#contact-services .text-wrap a:hover {
	color: #ffffff;
	background: #698596;
}

/*****contact-section*****/
/*#contact-section.contact { background:#5c707c; padding:79px 0 ;}
#contact-section .wrapper{}
#contact-section .contact-wrap{}
#contact-section .contact-wrap a {color: #fff;} 
#contact-section .contact-wrap h3{ font-size:32px; line-height:36px; color: #ffffff;margin: 0 0 33px;font-family: 'heebobold',arial;}
#contact-section .wrapper span{ display:block;}
#contact-section .contact-wrap h5{ font-size:24px; line-height:30px; color: #ffffff;margin: 0 0 21px;font-family: 'heebobold',arial;}
#contact-section .social-media{display:inline-block;vertical-align:middle;}
#contact-section .social-media li{padding:0 5px;list-style:none;display:inline-block;}
#contact-section .social-media li a{height:46px;display:inline-block;width:48px;overflow:hidden;text-indent:999px;background-image:url(images/social-icon-3.png);background-repeat:no-repeat;}
#contact-section .social-media li a.facebook{background-position:3% top;}
#contact-section .social-media li a.facebook:hover{background-position:3% bottom;}
#contact-section .social-media li a.twitter{background-position:50% top;}
#contact-section .social-media li a.twitter:hover{background-position:50% bottom;}
#contact-section .social-media li a.linkedin{background-position:96% top;}
#contact-section .social-media li a.linkedin:hover{background-position:96% bottom;}
#contact-section .map-content{}
#contact-section .map-wrap{background-size: cover;height: 340px;padding:0;position: relative;}
#contact-section .map-wrap iframe {height: 340px;width: 100%;position: absolute;border: none;}
#contact-section .info-text {background: #0f3f69;max-width: 317px;margin: 0 auto;padding: 28px 15px 29px;position: absolute;left: 0;right: 30%;top: 30%;transform: translate(31%,-30%);text-align: center;}
#contact-section .info-text h4 {font-size: 20px;line-height: 26px;color: #ffffff;margin: 0 0 21px;font-family: 'cera_promedium',Arial;}
#contact-section .info-text a.btn {font-size: 16px;line-height: 30px;color: #84d1d8;display: inline-block;padding: 5px 26px;font-family: 'cera_proregular',arial;border: 2px solid #84d1d8;border-radius: 40px;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
#contact-section .info-text a.btn:hover{ background:#84d1d8;color: #0f3f69; }
.page-id-13 .table-wrapper{margin-top: 0;}
.contact-info-wrap::after {position: absolute;width: 0;height: 0;border-left: 18px solid transparent;border-right: 18px solid transparent;
border-top: 18px solid #0f3e68;content: "";left: 44%;bottom: -8px;transform: translateY(44%);}*/
/********************* vitech_popup ************************************/
/*#myModal{ background:rgba(254, 123, 38, 0.8);}
.popup_container{max-width:700px !important; width:auto !important;top: 100px;position: relative;}
.popup_container .close { top: 40px; position: relative; right: 20px; font-size: 35px;  opacity: 1;  box-shadow: none; text-shadow: none; color: #fff;}
#popup_wrapper{ margin-top:30px; background:#f36d21; padding:62px;}
#popup_wrapper .popupbody{padding: 38px 39px 44px; border:5px solid #fff;border-radius:10px; }
#popup_wrapper .popupbody h2 { font-size:22px; line-height:28px; color: #ffffff;margin: 0 0 30px;font-family: 'heebobold',arial;}
#popup_wrapper .popupbody h2 span { display:block;} 
#popup_wrapper .form_wrap{}
#popup_wrapper .form_wrap a.btn_wrap{ font-size:23.12px; line-height:23.12px; color: #000000; display:block; background:#73dbe0; border-radius:5px;font-family: 'rubikbold',Arial; padding:9px 15px;}
.modal-dialog { width: 700px !important;}*/
.sidebar-blog h5 {
	font-size: 20px;
}

/*****************contact__us__section****************/
#support-contact {
	position: relative;
	top: 450px !important;
}

#contact_services {
	padding: 100px 0 111px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*background:rgba(0,22,40);*/
	background-color: #001628;
	opacity: 9;
}

#contact_services .img-overlay {
	background: url(images/services-overlay.png) bottom center no-repeat;
	bottom: 0;
	left: 0;
	height: 411px;
	width: 100%;
	position: absolute;
	background-size: cover;
	z-index: -999;
}

#contact_services:before {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/contact-us-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -999;
	opacity: 0.3;
	content: '';
}

#contact_services .text-wrap {
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	font-family: 'heeboregular', arial;
	color: #ffffff;
}

/*#contact_services h2{  font-family: 'heebobold',arial; font-size: 28px; line-height: 45px; margin: 0 0 23px; color:#ffffff;}*/
#contact_services h1 {
	font-family: 'heebobold', arial;
	font-size: 28px;
	line-height: 45px;
	margin: 0 0 23px;
	color: #ffffff;
}

#contact_services .icon-wrap {
	margin-bottom: 59px;
}

#contact_services .text-wrap a.service__btn:link,
#contact__services .text-wrap a.service__btn {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'heebo_mediumregular', arial;
	text-transform: uppercase;
	display: block;
	padding: 11px 15px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#contact_services .service__btn {
	color: #ffffff;
	border: 2px solid #f36d21;
	border-radius: 5px;
}

#contact_services .text-wrap a.service__btn:hover,
#contact-services .text-wrap a.service__btn:active {
	background: #f36d21;
	border: 2px solid #f36d21;
	color: #ffffff;
}

#contact_services .heading-text {}

#contact_services .heading-text h1 {
	font-size: 80px;
	line-height: 80px;
	font-family: 'heebobold', arial;
	margin: 0 0 86px;
	color: #ffffff;
}

#contact_services .heading-text h1 span {
	display: block;
}

.container.container-sm {
	max-width: 1130px !important;
	width: auto !important;
}

/*contact*/
#contact {
	padding: 77px 0 83px;
}

#contact .contact-content {
	color: #000000;
	font-size: 28px;
	line-height: 34px;
	max-width: 372px;
	font-family: 'arimobold', arial;
	padding-top: 70px;
}

#contact .contact-content h2 {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 28px;
	font-family: 'heeboregular', arial;
	color: #000000;
}

#contact .contact-content h2 span.title {
	font-family: 'heebobold', Arial, sans-serif;
	display: block;
	margin-bottom: 0.25em;
}

#contact .contact-content h2 a {
	color: #000000;
	display: block;
}

#contact .contact-content p {
	margin: 0;
}

#contact .maps {
	max-width: 612px;
	height: 403px;
	border: 4px solid #f36d21;
	box-shadow: 13px 13px 29px 1px #d3d3d3;
	position: relative;
}

#contact .maps + .maps {
	margin-top: 1.5em;
}

.map-wrap {
	position: relative;
	padding: 33px 57px 41px;
}

.map-wrap:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 17px solid transparent;
	position: absolute;
	bottom: -32px;
	border-right: 17px solid transparent;
	transform: translateX(-50%);
	border-top: 24px solid #061c30;
	bottom: -24px;
	left: 50%;
	opacity: 0.85;
}

#contact .maps .maps-content {}

#contact .maps-content {
	max-width: 315px;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
	position: absolute;
	transform: translate(-52%, -50%);
	top: 50%;
	left: 50%;
	text-align: center;
}

#contact .maps-content:before {
	background: #061c30;
	opacity: 0.85;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#contact .maps .maps-content h3 {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 26px;
	font-family: 'heebolight', arial;
	color: #ffffff;
}

#contact .maps .maps-content a {
	background-color: #f36d21;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
	font-family: 'heebo_mediumregular', arial;
	color: #fff;
	padding: 10px 28px 8px;
}

#contact .logo {
	margin-bottom: 45px;
}

#contact span.block-text {
	display: block;
}


.maps-direction iframe {
	border: none;
	height: 100%;
}

.maps-direction {
	position: absolute;
	width: 100%;
	height: 100%;
}

/********************* vitech_popup ************************************/
#myModal {
	background: rgba(254, 123, 38, 0.8);
}

.popup_container {
	max-width: 700px !important;
	width: auto !important;
	top: 100px;
	position: relative;
}

.popup_container .close {
	top: 40px;
	position: relative;
	right: 20px;
	font-size: 35px;
	opacity: 1;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
}

#popup_wrapper {
	margin-top: 30px;
	background: #f36d21;
	padding: 62px;
}

#popup_wrapper .popupbody {
	padding: 38px 39px 44px;
	border: 5px solid #fff;
	border-radius: 10px;
}

#popup_wrapper .popupbody h2 {
	font-size: 22px;
	line-height: 28px;
	color: #ffffff;
	margin: 0 0 30px;
	font-family: 'heebobold', arial;
}

#popup_wrapper .popupbody h2 span {
	display: block;
}

#popup_wrapper .form_wrap {}

#popup_wrapper .form_wrap a.btn_wrap {
	font-size: 23.12px;
	line-height: 23.12px;
	color: #000000;
	display: block;
	background: #73dbe0;
	border-radius: 5px;
	font-family: 'rubikbold', Arial;
	padding: 9px 15px;
}

.modal-dialog {
	width: 700px !important;
}

.sidebar-blog h5 {
	font-size: 20px;
}

/********************* EOF centralized_popup ************************************/
.contact_form_wrap {
	padding: 0 17px;
}

.contact_form_wrap .fsBody .fsForm,
.contact_form_wrap .fsForm .fsFieldRow .fsRowBody,
.contact_form_wrap.fsForm .fsSpacerRow .fsRowBody {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.contact_form_wrap .fsBody .fsForm {
	border: none !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	margin: 0 !important;
}

.contact_form_wrap .fsBody .fsLabel,
.fsBody label {
	color: #fff !important;
	margin-bottom: 0 !important;
	font-family: SegoeUI-Light;
}

.contact_form_wrap .fsForm .fsSubmit {
	background: none !important;
	padding: 0px 0 !important;
	margin: 0 !important;
}

.contact_form_wrap .fsBody .fsSection{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: space-between;
}

.contact_form_wrap .fsBody .fsSection .fsFieldRow{
	width: 47.5%;
}

.contact_form_wrap .fsBody .fsSection .fsFieldRow:nth-last-of-type(1),
.contact_form_wrap .fsBody .fsSection .fsFieldRow:nth-last-of-type(2){
	width: 100%;
}

.contact_form_wrap .fsBody .fsRowBody {
	padding: 0 !important;
}

.contact_form_wrap .fsOptionLabel.horizontal {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: medium none !important;
	margin: 0 0 0 18px !important;
	font-family: 'SegoeUI-Light';
	font-weight: normal;
	font-size: 16px;
}

.contact_form_wrap .fsForm .fsLabel {
	color: hsl(0, 0%, 100%) !important;
	float: left;
	font-family: 'poppinsregular';
	font-size: 12px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 4px !important;
	margin-top: 0 !important;
	text-transform: uppercase;
}

.contact_form_wrap .fieldset-content {}

.contact_form_wrap .fsBody .fsSupporting {
	font-family: 'poppinsregular';
	font-weight: normal !important;
	color: #515050 !important;
	font-size: 11px;
}

.contact_form_wrap .fsBody .fsForm .fsSectionHeading {
	font-size: 16px;
}

.contact_form_wrap .fsBody .fsForm .fsSectionHeading {
	background: url(images/seperator_title.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #000000;
	text-align: center;
	font-family: "robotoregular";
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.contact_form_wrap .fsSubmit input.fsSubmitButton {
	padding: 4px 10px !important;
}

.contact_form_wrap *::-moz-placeholder {}

.contact_form_wrap .fsSubmit input.fsSubmitButton {
	/*margin-top: 3px;
	display: block;
	width: 100% !important;
	padding: 0 !important;
	border-radius: 5px !important;
	background: #5C707C;
	color: #fff !important;
	font-size: 23.12px !important;
	height: 40px !important;
	font-family: 'heebobold', arial;
	border: none;*/

	font-family: "heebobold", Arial, sans-serif;
	background-size: 100%;
	font-size: 24px !important;
	display: block;
	width: 100%;
	padding: 0;
	border-radius: 5px;
	background: #1c2f3a;
	color: #fff;
	font-size: 23.12px;
	height: 40px;
	text-shadow: none;
	margin: 0;
	cursor: pointer;
}

.contact_form_wrap .fsSubmit input.fsSubmitButton:hover {
	/*box-shadow: inset 600px 0 0 0 #f36d21 !important;
	border: 1px solid #fff;*/

	box-shadow: inset 600px 0 0 0 #f36d21 !important;
	border: 1px solid #fff;
	transition: 0.3s;
	background-image: none;
}

.contact_form_wrap .fsPagination input,
.contact_form_wrap.fsPagination button {
	font-size: 10px !important;
}

.contact_form_wrap .fsSubField:last-child {
	margin: 0px !important;
}

.contact_form_wrap .fsBody .fsForm {
	box-shadow: none !important;
}

.contact_form_wrap .fsBody input {
	padding: 2px !important;
	font-size: 13px !important;
	font-weight: normal !important;
}

.contact_form_wrap .fsBody .fsSubField {
	margin-right: 3%;
	width: 47.9%;
}

.contact_form_wrap .fsFieldRow input[type="text"],
.contact_form_wrap .fsFieldRow input[type="email"],
.contact_form_wrap .fsFieldRow input[type="number"],
.contact_form_wrap .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 33px;
	color: #808080 !important;
	max-width: 100%;
}

.contact_form_wrap .fsFieldRow input[type="text"],
.contact_form_wrap .fsFieldRow input[type="email"],
.contact_form_wrap .fsFieldRow input[type="number"],
.contact_form_wrap .fsFieldRow input[type="tel"],
.contact_form_wrap .fsForm textarea {
	max-width: 100% !important;
	width: 100% !important;
	background-image: none !important;
	font-family: 'heebolight', arial;
	color: #000 !important;
	font-weight: normal;
	font-size: 12.33px !important;
	border: none !important;
	line-height: 20px;
	padding: 11px 17px !important;
	border-radius: 5px !important;
	margin-bottom: 9px;
}

.contact_form_wrap div.fsError {
	margin: 0px !important;
	color: #000000 !important;
}

.contact_form_wrap div.fsError strong {
	color: #f30624 !important;
}

.contact_form_wrap .fsBody .fsFieldRow,
.fsBody .fsRowBody {
	margin-bottom: 0 !important;
}

.contact_form_wrap .fsForm select {
	border: 1px solid #cccccc;
	border-radius: 5px !important;
	color: #808080 !important;
	font-size: 14px !important;
	height: 56px !important;
	max-width: 100%;
	line-height: 48px !important;
	padding: 0 0 0 10px !important;
	width: 100% !important;
}

#label65186659 a {
	color: #9eadba;
}

.contact_form_wrap .fsForm fieldset,
.contact_form_wrap .fsForm fieldset legend {
	background: none !important;
}

.contact_form_wrap .fsOptionLabel.vertical {
	letter-spacing: 1px;
	clear: none !important;
	color: hsl(0, 0%, 100%) !important;
	float: left;
	font-family: Segoe UI Semilight;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}

.contact_form_wrap div.fsError {
	font-family: 'heebolight', arial;
	line-height: 15px;
	font-size: 11px !important;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	padding: 4px !important;
	width: 100%;
}

.contact_form_wrap .fsRequiredMarker {
	font-weight: normal !important;
	font-size: 14px;
	color: #772120;
}

.contact_form_wrap .fsBody {
	margin-bottom: 0px !important;
	background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
	padding: 0 !important;
}

.contact_form_wrap .fsValidationError .fsLabel {
	background-position: 0 2px !important;
	background-size: 6px auto !important;
}

.contact_form_wrap #field28535119 {
	height: 40px !important;
	font-weight: normal !important;
}

.contact_form_wrap .fsBody .fsSectionHeader {
	display: none;
	margin-left: -2px !important;
	background: none repeat scroll 0 0 transparent;
	color: #000;
	padding: 6px 0 0px !important;
}

.contact_form_wrap {
	padding-top: 0px;
}

.contact_form_wrap .fsFieldFocused.fsSpan100:not(.fsValidationError) {
	margin: 0px !important;
	padding: 0px !important
}

.contact_form_wrap>p {
	color: hsl(0, 0%, 100%);
	font-family: open_sanslight_italic;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.contact_form_wrap .fsValidationError {
	background-color: hsla(0, 0%, 0%, 0);
	box-shadow: none;
}

.contact_form_wrap #fsRow3451212-1,
.contact_form_wrap #fsRow3451212-3 {
	float: left;
	width: 48.3%;
	clear: left
}

.contact_form_wrap #fsRow3451212-2,
.contact_form_wrap #fsRow3451212-4 {
	float: right;
	width: 48%;
	clear: right;
}

.contact_form_wrap ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.contact_form_wrap :-moz-placeholder {
	color: #000;
	opacity: 1;
}

.contact_form_wrap ::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.contact_form_wrap :-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.field-auto-capture {
	display: none;
}

.contact_form_wrap #fsRow3464777-1,
.contact_form_wrap #fsRow3464777-3 {
	float: left;
	width: 48%;
	clear: left;
}

.contact_form_wrap #fsRow3464777-2,
.contact_form_wrap #fsRow3464777-4 {
	float: right;
	width: 48%;
	clear: right;
}

.contact_form_wrap .fsFieldRow input[type="text"]:focus::placeholder,
.contact_form_wrap .fsFieldRow input[type="email"]:focus::placeholder {
	color: transparent !important;
}

/*#popup_wrapper .form_wrap {
	min-height: 182px !important;
	max-height: 182px !important;
}*/

@media (max-width: 514px) {
	#popup_wrapper .form_wrap {
		max-height: 273px !important;
	}
}

body #page_post-content {
	padding-top: 40px;
}

#page_post-content ol,
#page_post-content ul {
	text-align: left;
}

#page_post-content p {
	text-align: left;
	overflow: hidden;
}

#page_post-content h2 {
	text-align: left;
	margin: 60px 0 20px 0;
}

#page_post-content h3,
#page_post-content h4 {
	text-align: left;
	margin: 40px 0 20px 0;
}


#page_post-content ul p {
	max-width: 100% !important;
	width: 100%;
}

#rd-inner-banner .banner-img {
	background-image: url('images/web_support_bg.jpg');
	width: 100%;
	height: 520px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

#rd_web_support {
	font-family: 'heeboregular', arial;
	color: #000;
	font-size: 20px;
	line-height: 30px;
}

#rd_web_support .primary-clr {
	color: #f36d21;
}

#rd_web_support .secondary-clr {
	color: #3d515c;
}

#rd_web_support .container {
	max-width: 980px !important;
	width: auto !important;
}

#rd_web_support .heading {
	/*background-color: #fff; padding: 55px 0 55px; border-top-left-radius: 20px;border-top-right-radius: 20px; margin-top: -116px; */
}

#rd_web_support h1 {
	font-size: 50px;
	line-height: 50px;
	font-family: 'heebolight', arial;
	margin: 0 0 37px;
	font-weight: normal;
}

#rd_web_support h2 {
	font-size: 28px;
	line-height: 40px;
	font-family: 'heebolight', arial;
	font-weight: normal;
}

#rd_web_support .border {
	background: #c6d3db;
	max-width: 935px;
	margin: 0 auto;
	height: 1px;
	display: block;
}

#rd_web_support h3 {
	font-size: 28px;
	line-height: 40px;
	font-family: 'heebobold', arial;
	margin: 0 0 27px;
}

#rd_web_support p {
	margin: 0;
}

#rd_web_support .window-section {
	padding-top: 15px;
	font-family: '', arial;
	font-size: 20px;
	line-height: 30px;
}

#rd_web_support .highlight-text {
	color: #ff0000;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	text-align: justify;
	text-align-last: center;
}

#rd_web_support .window_list-wrap {
	max-width: 660px;
	margin: 0 auto;
}

#rd_web_support .window_list {
	list-style: none;
	width: 100%;
	display: table;
}

#rd_web_support .window_list li {
	display: table-cell;
	float: left;
	width: 50%;
}

#rd_web_support .window_img {
	margin-bottom: 25px;
}

#rd_web_support .window_content {
	font-size: 18px;
	line-height: 40px;
	font-family: 'heebolight', arial;
}

#rd_web_support .bold-text {
	font-family: 'heebobold', arial;
}

#rd_web_support .client-wrap {
	text-align: center;
	padding: 53px 0 70px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'heeboregular', arial;
}

#rd_web_support .client-wrap p {
	margin: 0 36px 20px;
}

#rd_web_support .client-wrap .client-form {
	padding-right: 19px;
}

@media screen and (max-width: 980px) {
	#rd_web_support .client-wrap .client-form {
		padding-right: 0;
	}
}

#rd_web_support .client-wrap .client-tray {
	padding-left: 0px;
	border-left: 1px solid #c6d3db;
}

#rd_web_support .client-wrap h3 {
	font-size: 28px;
	line-height: 30px;
	font-family: 'heeboregular', arial;
}

#rd_web_support .sub_ticket_btn {
	display: inline-block;
	background: #5c707c;
	font-size: 18px;
	font-family: 'heeboregular', arial;
	border-radius: 35px;
	border: none;
	outline: none;
	padding: 10px 75px;
	color: #fff;
}

#rd_web_support .tray-text {
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 33.6px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'heeboregular', arial;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#rd_web_support .tray-text img {
	margin-right: 20px;
}

#rd_web_support .tray-text p {
	margin: 0;
}

#rd_web_support .tray {
	box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.15);
	margin-bottom: 40px;
}



#rd_web_support .primary_btn,
.primary_btn:link {
	width: 225px;
	margin: 0 auto;
	display: block;
	font-size: 15.56px;
	padding: 8px 23px;
	border: 3px solid #f36d21;
	border-radius: 35px;
}

#rd_web_support .primary_btn:hover,
.primary_btn:link:hover {
	color: #fff;
	background-color: inherit;
}

#rd_web_support .email_btn,
.email_btn:link {
	border: 3px solid #f36d21;
	color: #f36d21;
}

#rd_web_support .email_btn a {
	color: #f36d21;
}

#rd_web_support .primary_btn:hover a {
	color: #fff;
}

#rd_web_support .email_btn:hover,
.email_btn:link:hover {
	background-color: #f36d21;
}

#rd_web_support .support_btn,
.support_btn:link {
	border: 3px solid #5c707b;
	color: #5c707b;
}

#rd_web_support .support_btn:hover,
.support_btn:link:hover {
	background-color: #3d515c
}

#rd_web_support .secondary_btn,
.secondary_btn:link {
	display: inline-block;
	font-size: 15.56px;
	padding: 7px 65px;
	border: 3px solid #f36d21;
	border-radius: 35px;
	background-color: #f36d21;
	color: #fff;
}

#rd_web_support #contactus-section .contactus-content.last {
	padding: 40px 34px 20px !important;
}

#rd_web_support #contactus-section {
	padding: 65px 0 70px;
	position: relative;
	max-width: 950px;
	display: block;
	margin: 0 auto;
}

#rd_web_support #contactus-section::before {
	border-top: 1px solid #c6d3db;
	content: "";
	height: 1px;
	width: 95%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

#rd_web_support #contactus-section .contactus-content p {
	margin: 0 0 20px;
	text-align: center;
}

#rd_web_support #contactus-section .contactus-content {
	min-height: 286px;
	margin: 0 auto;
	padding: 40px 27px 20px;
	border: 1px solid #c6d3db;
	border-radius: 10px;
	box-shadow: 5px 15px 25px 5px rgba(0, 0, 0, 0.15);
	font-size: 18px;
	line-height: 22px;
	font-family: 'heeboregular', arial;
	/*max-width: 297px; min-height: 330px; */
}

#rd_web_support #contactus-section .contactus-content h3 {
	max-width: 214px;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	font-family: 'heeboregular', arial;
}

#rd_web_support #contactus-section .contactus-content img {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}

#rd_web_support #contactus-section .contactus-content h5 {
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	font-family: 'heeboregular', arial;
	margin: 0 0 20px;
}

.web_support_body-wrap {
	margin-top: 0px !important;
}

#rd_web_support .client-wrap h3 span {
	display: block;
}

#field56251440 {
	color: #949da3 !important;
}

#support_form .form_title>h3 {
	color: #f3762e;
	font-family: 'ralewaybold';
	font-size: 22px;
}

.support_form .fsBody .fsForm,
.support_form .fsForm .fsFieldRow .fsRowBody,
.support_form.fsForm .fsSpacerRow .fsRowBody {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.support_form .fsBody .fsForm {
	border: none !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	margin: 0 !important;
}

.support_form .fsBody .fsLabel,
.fsBody label {
	color: #515050 !important;
	margin-bottom: 0 !important;
}

.support_form .fsForm .fsSubmit {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none;
}

.support_form .fsBody .fsRowBody {
	padding: 0 !important;
}

.support_form .fsOptionLabel.horizontal {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: medium none !important;
	color: #808080 !important;
	font-family: "Segoe UI Semilight", Arial;
	font-size: 18px;
	font-weight: normal;
}

.support_form .fsForm .fsLabel {
	text-align: left;
	color: #000 !important;
	font-family: "ralewayregular";
	font-size: 18px !important;
	font-weight: normal !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

.support_form .fsBody p {
	text-align: left;
	color: #000 !important;
	font-family: "ralewayregular";
	font-size: 18px !important;
	font-weight: normal !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

.support_form .fsBody p a {
	color: #f3762e;
	font-size: 14px;
}

.support_form .fsBody .fsSupporting {
	font-family: 'heeboregular', arial;
	font-weight: normal !important;
	color: #515050 !important;
	font-size: 11px;
}

.support_form .fsBody .fsForm .fsSectionHeading {
	font-size: 16px;
}

.support_form .fsBody .fsForm .fsSectionHeading {
	background: url(images/seperator_title.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #666666;
	text-align: center;
	font-family: "robotoregular";
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 20px;
	text-transform: capitalize;
}

.support_form .fsSubmit input.fsSubmitButton {
	padding: 4px 10px !important;
}

.support_form *::-moz-placeholder {
	color: #949da3 !important;
	opacity: 1;
}

.support_form .fsSubmit input.fsSubmitButton {
	font-size: 18px !important;
	height: 49px !important;
	color: #ffffff !important;
	font-family: 'heeboregular', arial;
	background: #5c707c !important;
	border-radius: 35px !important;
	display: inline-block !important;
	width: 262px !important;
	padding: 0 !important;
	text-align: center !important;
	border: none;
	margin-top: 5px;
}

.support_form .fsBody .fsFieldRow {
	clear: none !important;
}

.support_form #fsRow2083340-1,
.support_form #fsRow2083340-3,
.support_form #fsRow2083340-5 {
	float: left;
	margin-right: 3%;
	width: 48%;
}

.support_form #fsRow2083340-2,
.support_form #fsRow2083340-4,
.support_form #fsRow2083340-6 {
	float: left;
	width: 49%;
}

.support_form #fsRow2083340-7 {
	display: inline-block;
	width: 100%;
}

.support_form .fsPagination input,
.support_form.fsPagination button {
	font-size: 10px !important;
}

.support_form .fsSubField:last-child {
	margin: 0px !important;
}

.support_form .fsBody .fsForm {
	box-shadow: none !important;
}

.support_form .fsBody input {
	padding: 2px !important;
	font-size: 13px !important;
	font-weight: normal !important;
}

.support_form .fsBody .fsSubField {
	margin-right: 3%;
	width: 47.9%;
}

.support_form .fsFieldRow input[type="text"],
.support_form .fsFieldRow input[type="email"],
.support_form .fsFieldRow input[type="number"],
.support_form .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 51px;
	color: #000000 !important;
	max-width: 100%;
}

.support_form .fsFieldRow input[type="text"],
.support_form .fsFieldRow input[type="email"],
.support_form .fsFieldRow input[type="number"],
.support_form .fsFieldRow input[type="tel"],
.support_form .fsForm textarea {
	max-width: 100% !important;
	width: 100% !important;
	background-image: none !important;
	font-family: 'heeboregular';
	color: #949da3 !important;
	font-weight: normal;
	font-size: 13px !important;
	border: 3px solid #5c707c !important;
	padding: 10px 16px !important;
	border-radius: 5px !important;
	margin-bottom: 17px;
	box-shadow: none;
}

.support_form div.fsError {
	margin: 0px !important;
}

.support_form .fsBody .fsFieldRow,
.fsBody .fsRowBody {
	margin-bottom: 0 !important;
}

.support_form .fsForm select {
	margin-bottom: 17px;
	border: 3px solid #5c707c;
	font-family: 'heeboregular';
	border-radius: 5px !important;
	color: #949da3 !important;
	font-size: 13px !important;
	height: 51px !important;
	max-width: 100%;
	line-height: 48px !important;
	padding: 0 0 0 10px !important;
	width: 100% !important;
}

.support_form textarea {
	height: 170px;
}

.support_form .fsLabel.fsLabelVertical>span {
	color: #808080;
	font-family: "Segoe UI Semilight", Arial;
	font-size: 20px;
	text-align: left;
}

.support_form .fsForm fieldset,
.support_form .fsForm fieldset legend {
	background: none !important;
	padding: 0 0 0 10px;
}

.support_form .fsOptionLabel.vertical {
	clear: none !important;
	color: #656565;
	font-family: 'heeboregular', arial;
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
}

.support_form div.fsError {
	font-family: 'heeboregular', arial;
	font-size: 10px !important;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	padding: 4px !important;
	width: 100%;
}

.support_form .fsRequiredMarker {
	color: #ff3c3c;
	font-size: 8px;
	font-weight: normal !important;
	margin-left: 5px;
	position: relative;
	top: -6px;
}

.support_form .fsBody {
	margin-bottom: 0px !important;
	background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
	padding: 0 !important;
}

.support_form .fsValidationError .fsLabel {
	background-position: 0 2px !important;
	background-size: 6px auto !important;
}

.support_form #field28535119 {
	height: 40px !important;
	font-weight: normal !important;
}

.support_form .fsBody .fsSectionHeader {
	display: none;
	margin-left: -2px !important;
	background: none repeat scroll 0 0 transparent;
	color: #000;
	padding: 6px 0 0px !important;
}

.support_form {
	padding-top: 0;
	margin-top: -40px;
}

.support_form .fsFieldFocused.fsSpan100:not(.fsValidationError) {
	margin: 0px !important;
	padding: 0px !important
}

.support_form>p {
	color: hsl(0, 0%, 100%);
	font-family: open_sanslight_italic;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.support_form .fsValidationError {
	background-color: hsla(0, 0%, 0%, 0);
	box-shadow: none;
}

.support_form .fieldset-content {
	padding: 15px 0 60px 35px;
}

.support_form .fsBody .fieldset-content .fsOptionLabel.horizontal {
	margin-right: 20px;
}

.support_form ::-webkit-input-placeholder {
	color: #949da3;
}

.support_form :-moz-placeholder {
	color: #949da3;
	opacity: 1;
}

.support_form ::-moz-placeholder {
	color: #949da3;
	opacity: 1;
}

.support_form :-ms-input-placeholder {
	color: #949da3;
}

/************document-section*****************/
#document-section {
	padding: 100px 0;
}

#document-section .document-wrap {
	max-width: 965px;
	margin: 0 auto;
}

#document-section .document-wrap h2 {
	font-size: 28px;
	line-height: 25.94px;
	color: #000000;
	margin: 0 0 58px;
	font-family: 'heeboregular', arial;
}

#document-section .document-wrap ul {
	display: table;
	width: 100%;
}

#document-section .document-wrap ul li {
	float: left;
	width: 33.33%;
	padding: 0 16px;
	list-style: none;
}

#document-section .icon-wrap {
	margin-bottom: 30px;
}

#document-section .text-wrap h3 {
	font-size: 20px;
	line-height: 25.94px;
	color: #455a64;
	margin: 0px;
	font-family: 'heeboregular', arial;
	border-bottom: 1px solid #455a64;
	display: inline-block;
}

#document-section .text-wrap h4 {
	font-size: 15px;
	line-height: 25.94px;
	color: #455a64;
	margin: 0px;
	font-family: 'heeboregular', arial;
}

#document-section .document-wrap .text-wrap {
	padding-top: 0;
}

#document-section .text-wrap {
	font-family: 'ralewaylight';
	text-align: center;
	margin: 0 auto;
	color: #000000;
	font-size: 24px;
	line-height: 36px;
	padding: 63px 15px 80px;
	padding-top: 63px;
}



/******** blog sectioon ****************/
#webinar-blog-section {
	color: #000;
	padding: 62px 0;
}

#webinar-blog-section a {
	color: inherit;
	text-decoration: none;
}

#webinar-blog-section .container {
	max-width: 1450px !important;
	width: auto !important;
}

#webinar-blog-section .blog_content {
	display: table;
	width: 100%;
	padding: 26px 0;
}

#webinar-blog-section .blog_content:first-child {
	padding-top: 0;
}

#webinar-blog-section .blog_content .blog_img {
	height: 320px;
	border-radius: 4px;
	width: 100%;
	background-size: cover !important;
	background-position: center top !important;
	display: inline-block;
	border: 1px solid #2b92d0;
}

#webinar-blog-section .blog_text h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: 'heebo_mediumregular', arial;
	margin: 0 0 30px;
}

#webinar-blog-section .blog_text {
	font-size: 18px;
	line-height: 28px;
	font-family: 'heebolight', arial;
	color: #000;
}

#webinar-blog-section .blog_text p {
	margin: 0;
}

#webinar-blog-section .btm_list {
	list-style: none;
	display: table;
	width: 91%;
	flex-direction: column;
	align-items: flex-start !important;
}

#webinar-blog-section .btm_list li {
	display: table-cell;
	font-size: 11px;
	line-height: 20px;
	font-family: 'heebolight', arial;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#webinar-blog-section a.learn_more_btn {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	border: 1px solid #f36d21;
	padding: 10px 25px;
	border-radius: 40px;
	transition: ease-out 0.4s;
}

#webinar-blog-section a.learn_more_btn:hover {
	box-shadow: inset 400px 0 0 0 #f36d21;
	color: #fff !important;
}

#webinar-blog-section .btm_list li.category p:before {
	position: absolute;
	content: url('images/blog-category-img.png');
	left: 0;
}

#webinar-blog-section .btm_list li.date p:before {
	position: absolute;
	content: url('images/blog-date-img.png');
	left: 0;
	top: 5px;
}

#webinar-blog-section .btm_list li.user p:before {
	position: absolute;
	background: url('images/blog-user-img.png');
	height: 25px;
	width: 25px;
	content: '';
	border-radius: 100%;
	top: 0;
	left: 0;
}

#webinar-blog-section .btm_list p {
	padding-left: 24px;
	position: relative;
}

#webinar-blog-section .blog_btm_text {
	margin-top: 25px;
	width: 100%;
}

#webinar-blog-section .btm_list li.user p {
	padding-left: 31px;
}

#webinar-blog-section .blog_text h2 span {
	display: block;
}

#webinar-blog-section .sidebar-search {
	background: url(images/search-bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	border: 3px solid #5c707c;
	padding: 32px 17px;
	max-width: 300px;
	text-align: center;
	float: right;
	position: sticky;
	top: calc(50vh - 170px);
}



#webinar-blog-section .sidebar-search h2 {
	font-size: 28px;
	line-height: 30px;
	font-family: 'heebobold', arial;
	margin: 0 0 20px;
}

#webinar-blog-section .sidebar-search {
	font-size: 18px;
	line-height: 28px;
	font-family: 'heeboregular';
}

#webinar-blog-section .sidebar-search p {
	margin: 0 0 24px;
}

.sidebar-search {
	background: url(images/search-bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	border: 3px solid #d80001;
	padding: 32px 20px;
	max-width: 300px;
	text-align: center;
}

.sidebar-search h2 {
	color: #fff;
	font-size: 32px;
	line-height: 34px;
	font-family: 'tekomedium', arial;
	margin: 0 0 13px;
}

.sidebar-search {
	font-size: 18px;
	line-height: 28px;
	font-family: 'robotolight', arial;
}

.sidebar-search p {
	margin: 0 0 24px;
}

#webinar-blog-section .sidebar-search input {

	height: 58px !important;
	border: none;
	background: #fff;
	padding: 10px 19px !important;
	width: 100%;
	font-size: 20px;
	text-align: center;
	font-family: 'heeboregular', arial;
	color: #5f5f5f;

}

.wp-pagenavi {
	border-radius: 4px;
	border-top: none;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
	color: #000;
	text-align: left;
	width: 100%;
	font-size: 16px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	border-radius: 5px;
	background-color: #ffffff;
	color: #000 !important;
	font-family: 'heebobold';
	border: 1px solid #e1e1e1 !important;
	line-height: 1.42857;
	margin: 5px !important;
	padding: 6px 12px !important;
	position: relative !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.wp-pagenavi :first-child {
	border: none !important;
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
	margin-left: 0 !important;
	color: #c1c1c1 !important;
}

.wp-pagenavi :last-child {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	margin-right: 0 !important;
}

.wp-pagenavi span.current {
	background: #5c707c !important;
	border-color: #5c707c !important;
	border-radius: 5px;
	color: #ffffff !important;
}

.pages {
	float: right;
	font-family: 'heeboregular' !important;
}

a.nextpostslink {
	color: #f36d21 !important;
}

@media screen and (max-width: 767px) {
	.wp-pagenavi span.pages {
		display: none;
	}

	.wp-pagenavi span.current {
		margin-left: 0;
	}

	.wp-pagenavi span,
	.wp-pagenavi a {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
}

/****************************************/
/*#webinar-blog-section  .sticky-content.fixed{position: fixed;top:121px;right: 15px;}*/
#webinar-blog-section .col-sm-4.dfdf {
	position: relative;
}

#webinar-blog-section .testimonial-wrap {
	display: flex;
	align-items: stretch;
}

.sidebar-search.sticky-content.ddd {
	position: absolute;
	display: block;
	bottom: 0;
	top: auto !important;
	left: 15px;
}

/****************************************/

.videotitle {
	font-family: 'heeboregular', arial;
	font-size: 22px;
	color: #000;
	text-shadow: 0 1px 2px #fff;
}

.videoBox {
	margin-bottom: 40px;
}

#welcome_section {
	margin: 20px 0 20px;
}

.videoBox iframe {
	border: medium none;
}

#PhishAlerts-page {
	background: url(images/PhishAlerts-bg.jpg) repeat-x #ffffff;
	padding: 65px 0 74px;
}

#PhishAlerts-page .heading-text {
	border-bottom: 3px solid #bdbdbd;
	margin-bottom: 86px;
}

#PhishAlerts-page .heading-text h2 {
	font-size: 50px;
	line-height: 50px;
	color: #1a1a1a;
	margin: 0 0 51px;
}

#PhishAlerts-page ul {}

#PhishAlerts-page ul li {
	list-style: none;
	border-bottom: 1px solid #b9cad4;
	margin-bottom: 46px;
	padding-bottom: 45px;
}

#PhishAlerts-page .alert-wrap {}

#PhishAlerts-page .img-wrap {}

#PhishAlerts-page .img-wrap img {
	border: 1px solid #647782;
}

#PhishAlerts-page .text-wrap {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

#PhishAlerts-page .text-wrap h3 {
	min-height: 130px;
	font-size: 30px;
	line-height: 50px;
	color: #000000;
	margin: 0 0 10px;
}

#PhishAlerts-page .text-wrap h3 a {
	border-bottom: none !important;
	font-size: 30px;
	line-height: 50px;
	color: #000000;
	margin: 0 0 10px;
}

#PhishAlerts-page .text-wrap p {
	margin: 0 0 24px;
}

#PhishAlerts-page .text-wrap a {
	font-size: 18px;
	line-height: 24px;
	color: #f3762e;
	border-bottom: 1px solid #f3762e;
}

#radius_partner {
	padding: 50px 0;
}


/************************ CATEGORY *********************/
#radius_category {}

#radius_category .category_wrap {
	border-bottom: 6px solid #d6d6d6 !important;
	margin-bottom: 42px;
	padding-bottom: 42px;
}

#radius_category .category_wrap .category_img {
	min-height: 216px;
}

#radius_category .category_wrap .category_img.img_1 {
	background: url(images/category_img.jpg) no-repeat center top;
	background-size: cover;
}

#radius_category .category_wrap .category_img.img_2 {
	background: url(images/category_img.jpg) no-repeat center top;
	background-size: cover;
}

#radius_category .category_wrap .category_img.img_3 {}

#radius_category .category_wrap .category_img.img_4 {}

#radius_category .category_wrap .category_img.img_5 {}

#radius_category .category_wrap .category_text {
	font-size: 20px;
	line-height: 32px;
	color: #1a1a1a;
	font-family: "Segoe UI Semilight", arial;
}

#radius_category .category_wrap .category_text h3 {
	font-size: 30px;
	line-height: 42px;
	color: #032e5d;
	font-family: "Segoe UI Semibold", arial;
	margin: 0 0 15px;
}

#radius_category .category_wrap .category_text.title_text h3 {
	float: left;
	padding-left: 4px;
	position: relative;
	width: 100%;
}

#radius_category .category_wrap .category_text p {
	margin: 14px 0 20px;
}

.category-3 #inner_banner .inner_text h1 {
	color: #1a1a1a;
}

#radius_category .category_wrap .category_text .read_btn {
	float: left;
	padding-right: 24px;
}

#radius_category .category_wrap .category_text .read_btn a {
	font-size: 16px;
	line-height: 19px;
	color: #f3762e;
	display: inline-block;
	border-radius: 5px;
	padding: 13px 20px;
	overflow: hidden;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}

#radius_category .category_wrap .category_img {
	background-position: center center !important;
	background-size: contain !important;
	margin-top: 23px;
	position: relative;
}

#radius_category .blog_overlay {
	display: block;
	padding: 10px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#radius_category .blog_overlay::before,
#radius_category .blog_overlay::after {
	content: "";
	opacity: 0;
	position: absolute;
}

#radius_category .blog_overlay::before,
#radius_category .blog_overlay::after {
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

#radius_category .category_wrap:hover .blog_overlay::before,
#radius_category .category_wrap:hover .blog_overlay::after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

#radius_category .blog_overlay::after {
	border-left: 3px solid rgba(29, 160, 217, 0.6);
	border-right: 3px solid rgba(29, 160, 217, 0.6);
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 10px;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	transform-origin: 100% 0 0;
	-webkit-transform-origin: 100% 0 0;
}

#radius_category .blog_overlay::before {
	border-bottom: 3px solid rgba(29, 160, 217, 0.6);
	border-top: 3px solid rgba(29, 160, 217, 0.6);
	bottom: 10px;
	left: 13px;
	right: 13px;
	top: 10px;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
}

#radius_category .category_wrap .category_text h3 {
	transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
}

#radius_category .category_wrap:hover .category_text h3 {
	color: #0080c7;
}

#radius_category .category_wrap .category_img.active {}

#radius_category .category_wrap .category_text .read_btn a {
	position: relative;
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

#radius_category .category_wrap .category_text .read_btn a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 3px solid #f3762e;
	z-index: -2;
}

#radius_category .category_wrap .category_text .read_btn a:after {
	z-index: -1;
	background: #f3762e !important;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 50% 0;
	-webkit-transform-origin: 0 50% 0;
	transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
}

#radius_category .category_wrap:hover .category_text .read_btn a:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

#radius_category .category_wrap:hover .category_text .read_btn a {
	color: #ffffff;
}

#radius_category .category_wrap .category_text .read_btn a span {
	padding: 0 15px 2px 0;
	position: relative;
}

#radius_category .category_wrap .category_text .read_btn a span:before {
	content: url(images/blue__blog_arrow.png);
	position: absolute;
	right: 0;
	top: 12%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

#radius_category .category_wrap .category_text .read_btn a span:after {
	content: url(images/blog_white_arrow.png);
	position: absolute;
	right: 0;
	top: 12%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	opacity: 0;
}

#radius_category .category_wrap:hover .category_text .read_btn a span:before {
	right: -10px;
	opacity: 0;
}

#radius_category .category_wrap:hover .category_text .read_btn a span:after {
	opacity: 1;
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

#radius_category .category_wrap .category_text .share_btn {
	float: left;
}

#radius_category .category_wrap .category_text .share_btn a {
	position: relative;
	font-size: 16px;
	line-height: 19px;
	color: #666666 !important;
	display: inline-block;
	border: 3px solid #666666;
	border-radius: 5px;
	padding: 10px 40px 10px 24px;
}

#radius_category .category_wrap .category_text .share_btn a span {
	background: rgba(0, 0, 0, 0) url("images/blog_share_arrow.png") no-repeat scroll 78% 50%;
	float: right;
}

.st_sharethis {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.st_sharethis .stButton {
	background-image: none !important;
}

.stButton {
	background-image: none !important;
}

.chicklets.sharethis {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

#radius_category .width_1 {
	width: 36%;
}

#radius_category .width_2 {
	width: 64%;
	padding-left: 44px;
}

#sound_case_study .case_study_text h3 a {
	color: hsl(211, 98%, 19%);
}

#radius_category .category_wrap .category_text h3 a {
	color: #f3762e !important;
}

#radius_category .category_wrap:hover .category_text h3 a {
	color: hsl(201, 100%, 39%);
}

#radius_category .post_wrap {
	margin: 60px 0;
}

#radius_category .post_wrap a {
	border: 2px solid #f3762e;
	border-radius: 5px;
	color: #f3762e;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
	padding: 24px 40px;
}

#radius_category .post_wrap a span {
	background: rgba(0, 0, 0, 0) url(images/load_arrow.png) no-repeat scroll right center;
	padding: 0 26px 0 0;
}

#radius_category .post_wrap a:hover {
	background: #f3762e;
	color: #ffffff;
	border: 2px solid #f3762e;
}

#radius_category .post_wrap a:hover span {
	background: url(images/load_arrow_hover.png) no-repeat scroll right center;
	padding: 0 26px 0 0;
}

.category_img.default-image {
	border: 1px solid #cccccc;
}

#radius_category .col-sm-12:last-child .category_wrap {
	border: medium none;
}

#radius_category.casestudy_wrap .category_wrap .category_img {
	background-size: auto !important;
	margin-top: 6px;
	min-height: 260px;
}

#radius_category.casestudy_wrap .category_wrap .category_text.title_text h3 {
	padding-left: 13px;
}

#radius_category .category_wrap:last-of-type {
	border: medium none;
}



/* thankyou */
.thankyou_container {
	max-width: 1210px !important;
	width: auto !important;
}

#thankyou_page {
	padding: 15px 0 77px;
	margin: 40px 0 0;
}

#thankyou_page .text_wrap {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	font-family: 'open_sansregular', arial;
	padding-bottom: 46px;
}

#thankyou_page .text_wrap p {
	margin: 0px;
}

#thankyou_page .text_wrap p span {
	display: block;
}

#thankyou_page .news_heading {}

#thankyou_page .news_heading h2 {
	font-size: 31.64px;
	color: #000000;
	margin: 0 0 82px !important;
	line-height: 36.51px;
	font-family: 'Segoe UI Bold', arial;
}

#thankyou_page .news_section {
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 74px;
	margin-bottom: 63px;
}

#thankyou_page .padding {
	padding: 0 21px;
}

#thankyou_page .news_wrap {
	background: #9cc8ed;
	margin-bottom: 32px;
	position: relative;
	border: 1px solid #acacac;
	width: 100%;
	margin-bottom: 22px;
}

#thankyou_page .news_img {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover !important;
	min-height: 310px;
	opacity: 0.1;
}

#thankyou_page .news_text {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

#thankyou_page .text_content {
	font-size: 28px;
	line-height: 38px;
	color: #000000;
	font-family: 'Segoe UI Semibold', arial;
	padding: 20px 27px 0;
}

#thankyou_page .text_content p {
	margin: 0px;
	min-height: 230px;
}

#thankyou_page .text_content p a {
	color: inherit;
}

#thankyou_page .social_share_wrap {
	display: table;
	width: 100%;
}

#thankyou_page .left_share_content {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: left;
}

#thankyou_page .right_share_wrap {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: right;
}

#thankyou_page .left_share_content h6 {
	font-size: 15px;
	font-family: 'open_sanslight', arial;
	color: #000000;
	margin: 0px;
}

#thankyou_page .right_share_wrap .share_icon {}

#thankyou_page .right_share_wrap .share_icon li {
	padding: 4px;
}

#thankyou_page .right_share_wrap .share_icon li a {
	position: relative;
}

#thankyou_page .right_share_wrap .share_icon li:first-child {
	padding-left: 0;
}

#thankyou_page .right_share_wrap .share_icon li:last-child {
	padding-right: 0;
}

.video_content iframe {
	border: 2px solid #d7d7d7;
}

.btn_wrap a.load_more {
	background: #f3762e;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
	color: #fdfdfe;
	line-height: 46px;
	font-family: 'Segoe UI Semibold', arial;
	width: 205px;
	margin-top: 43px;
}

#thankyou_page .video_content {
	width: 100%;
	margin: 0 auto;
}

#thankyou_page .video_content .video_wrap {
	position: relative;
	margin-bottom: 25px;
	border: 3px solid #d7d7d7;
	background: #9cc8ed;
	height: 242px;
}

#thankyou_page .video_wrap .play_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#thankyou_page .video_title {}

#thankyou_page .video_title h6 {
	font-size: 25px;
	line-height: 35px;
	color: #000000;
	margin: 0px;
	font-family: 'Segoe UI regular', arial;
}

.st_sharethis {
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	top: 0;
}

.stButton .sharethis {
	background-image: none !important;
}

#colorbox {
	z-index: 99999;
}

#cboxLoadedContent iframe {
	height: 100%;
	width: 100%;
}

.mainbody-content {
	margin-top: 40px;
	margin-bottom: 20px;
}

.team_read_more a {
	background: #f3762e none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #fff !important;
	font-family: heebobold;
	font-size: 16px;
	margin: 0 -2px;
	padding: 12px 25px;
	position: relative;
	text-shadow: 0 1.5px 0 #d17c37;
	text-transform: capitalize;
	z-index: 2;
}

/************************* SUCCESS_PAGE ******************************/
#radius_success_page {}

#success_banner {}

#success_banner .success_banner_img {
	background: url(../images/success_landing_banner_img.jpg) no-repeat center top;
	background-size: cover;
	min-height: 370px;
	padding: 55px 0 178px;
}

#success_banner .success_banner_text {}

#success_banner .success_banner_text h1 {
	margin: 0 0 8px;
	color: #f36d21;
	font-size: 48px;
	line-height: 58px;
	font-family: 'Segoe UI Bold', arial;
}

#success_banner .success_banner_text h6 {
	margin: 0;
	color: #ffffff;
	font-size: 30px;
	line-height: 57px;
	font-family: 'SegoeUI-Light', arial;
}

#success_body {
	padding-bottom: 70px;
}

#success_body .body_img {}

#success_body .body_img img {
	margin-top: -153px;
	margin-bottom: 39px;
}

#success_body .body_text {}

#success_body .body_text h6 {
	margin: 0 0 33px;
	color: #000000;
	font-size: 30px;
	line-height: 40px;
	font-family: 'SegoeUI-Light', arial;
}

#success_body .body_text h6 a {
	color: #000000;
}

#success_body .body_text h6 .color_wrap {
	color: #f36d21;
}

#success_body .body_logo {}

#success_body .body_logo img {}

#radius_partner a {
	color: #F3762E;
}

#bbb-badge #bbb-badge-popup {
	right: auto;
}

/*********************** 578 ******************************/
.container-989 {
	max-width: 1155px !important;
}

.container-989-sm {
	max-width: 942px !important;
}

#inner-body-578 {
	padding: 50px 0;
}

.content-content-578 {
	color: #000000;
	font-size: 20px;
	line-height: 28px;
	font-family: 'SegoeUI-Light';
}

.content-content-578 h2 {
	margin: 0 0 32px;
	color: #000000;
	font-size: 36px;
	line-height: 32.02px;
	font-family: 'Segoe UI Bold';
}

.content-content-578 h4 {
	font-family: 'Segoe UI Bold';
	text-align: center;
	padding: 8px 0 12px;
	font-size: 20px;
	line-height: 28px;
}

.content-content-578 p {
	margin: 0 0 20px;
}

.content-content-578 .what_we_call p b {
	font-size: 30px;
	line-height: 36px;
	font-family: 'Segoe UI Bold';
}

.content-content-578 p b {
	font-family: 'montserratbold', arial;
	font-weight: normal;
}

.content-content-578 .feature-img-578 {
	margin-bottom: 32px;
}

.content-content-578 .feature-img-578 img {}

.content-content-578 .highlight-box-578 {
	margin-bottom: 45px;
	padding: 42px 60px 48px;
	border: 2px solid #f37531;
	text-align: center;
}

.content-content-578 .highlight-box-578 h4 {
	margin: 0 0 21px;
	color: #000000;
	font-size: 30.24px;
	line-height: 36px;
	font-family: 'Segoe UI Bold';
}

.content-content-578 .highlight-box-578 h4:last-of-type {
	margin: 0;
}

.content-content-578 .btm-content-text {
	font-size: 18px;
	padding-top: 22px;
}

.content-content-578 .btm-content-text i {
	font-family: 'Segoe UI light';
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
}

.content-content-578 .what_we_call p {
	margin: 0;
}

#form-body-578 {
	background: #f37531;
	padding: 55px 0;
}

.form-content-989 {}

.form-content-989 h3.heading-box {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 22px;
	color: #000000;
	font-size: 30px;
	line-height: 32.02px;
	font-family: 'Segoe UI Bold';
}

.form-content-989 h3.heading-box span {
	display: inline-block;
	position: relative;
	padding: 0 32px;
}

.form-content-989 h3.heading-box span:before,
.form-content-989 h3.heading-box span:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	background: #000000;
	margin-top: -1px;
	width: 1200px;
}

.form-content-989 h3.heading-box span:before {
	right: 100%;
}

.form-content-989 h3.heading-box span:after {
	left: 100%;
}

.content-content-578 a {
	color: inherit;
}

#form-body-578 .form-content-989 .fsBody .fsForm,
#form-body-578 .form-content-989 .fsForm .fsFieldRow .fsRowBody,
#form-body-578 .form-content-989.fsForm .fsSpacerRow .fsRowBody {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

#form-body-578 .form-content-989 .fsBody .fsForm {
	border: none !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	margin: 0 !important;
}

#form-body-578 .form-content-989 .fsBody .fsForm .fsSection{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#form-body-578 .form-content-989 .fsBody .fsForm .fsSection .fsFieldRow{
	width: 47.5%;
}

#form-body-578 .form-content-989 .fsBody .fsForm .fsSection .fsFieldRow:nth-last-of-type(1){
	width: 100%;
}

@media screen and (max-width: 767px) {
	#form-body-578 .form-content-989 .fsBody .fsForm .fsSection .fsFieldRow{
		width: 100%;
	}
}

#form-body-578 .form-content-989 .fsBody .fsLabel,
.fsBody label {
	color: #fff !important;
	margin-bottom: 0 !important;
	font-family: SegoeUI-Light;
}

#form-body-578 .form-content-989 .fsForm .fsSubmit {
	background: none !important;
	padding: 39px 0 0 !important;
	margin: 0 !important;
}

#form-body-578 .form-content-989 .fsBody .fsRowBody {
	padding: 0 !important;
}

#form-body-578 .form-content-989 .fsOptionLabel.horizontal {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: medium none !important;
	margin: 0 0 0 18px !important;
	font-family: SegoeUI-Light;
	font-weight: normal;
	font-size: 16px;
}

#form-body-578 .form-content-989 .fsForm .fsLabel {
	color: hsl(0, 0%, 100%) !important;
	float: left;
	font-family: 'Segoe UI Semilight';
	font-size: 13px !important;
	line-height: 24px;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 0px !important;
	margin-top: 0 !important;
	letter-spacing: 0px;
}

#form-body-578 .form-content-989 .fieldset-content {}

#form-body-578 .form-content-989 .fsBody .fsSupporting {
	font-family: 'heeboregular', arial;
	font-weight: normal !important;
	color: #515050 !important;
	font-size: 11px;
}

#form-body-578 .form-content-989 .fsBody .fsForm .fsSectionHeading {
	font-size: 16px;
}

#form-body-578 .form-content-989 .fsBody .fsForm .fsSectionHeading {
	background: url(images/seperator_title.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #666666;
	text-align: center;
	font-family: "robotoregular";
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#form-body-578 .form-content-989 .fsSubmit input.fsSubmitButton {
	padding: 4px 10px !important;
}

#form-body-578 .form-content-989 *::-moz-placeholder {}

#form-body-578 .form-content-989 .fsSubmit input.fsSubmitButton {
	width: 275px;
	border: 1px solid #fff;
	height: 71px;
	font-family: 'Segoe UI Bold', Arial !important;
	text-align: center;
	font-size: 39px !important;
	background: transparent !important;
	border-radius: 5px !important;
	color: #fff !important;
	text-shadow: none;
	display: block;
	padding: 2px 10px 6px !important;
}

#form-body-578 .form-content-989 .fsPagination input,
#form-body-578 .form-content-989.fsPagination button {
	font-size: 10px !important;
}

#form-body-578 .form-content-989 .fsSubField:last-child {
	margin: 0px !important;
}

#form-body-578 .form-content-989 .fsBody .fsForm {
	box-shadow: none !important;
}

#form-body-578 .form-content-989 .fsBody input {
	padding: 2px !important;
	font-size: 13px !important;
	font-weight: normal !important;
}

#form-body-578 .form-content-989 .fsBody .fsSubField {
	margin-right: 3%;
	width: 47.9%;
}

#form-body-578 .form-content-989 .fsFieldRow input[type="text"],
#form-body-578 .form-content-989 .fsFieldRow input[type="email"],
#form-body-578 .form-content-989 .fsFieldRow input[type="number"],
#form-body-578 .form-content-989 .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 49px;
	color: #808080 !important;
	max-width: 100%;
}

#form-body-578 .form-content-989 .fsFieldRow input[type="text"],
#form-body-578 .form-content-989 .fsFieldRow input[type="email"],
#form-body-578 .form-content-989 .fsFieldRow input[type="number"],
#form-body-578 .form-content-989 .fsFieldRow input[type="tel"],
#form-body-578 .form-content-989 .fsForm textarea {
	max-width: 100% !important;
	width: 100% !important;
	background-image: none !important;
	font-family: 'Segoe UI Semilight';
	color: #4e4e4e !important;
	font-weight: normal;
	font-size: 13px !important;
	border: none !important;
	padding: 11px 17px !important;
	border-radius: 5px !important;
	margin-bottom: 13px;
}

#form-body-578 .form-content-989 div.fsError {
	margin: 0px !important;
}

#form-body-578 .form-content-989 .fsBody .fsFieldRow,
.fsBody .fsRowBody {
	margin-bottom: 0 !important;
}

#form-body-578 .form-content-989 .fsForm select {
	border: 1px solid #cccccc;
	border-radius: 5px !important;
	color: #5e717b !important;
	font-size: 13px !important;
	font-family: Segoe UI Semilight;
	height: 47px !important;
	max-width: 100%;
	line-height: 38px !important;
	padding: 0 0 0 10px !important;
	width: 100% !important;
}

#form-body-578 .form-content-989 .fsForm select:not([multiple="multiple"]) {
	background-image: none !important;
}

#form-body-578 .form-content-989 .fsForm fieldset,
#form-body-578 .form-content-989 .fsForm fieldset legend {
	background: none !important;
}

#form-body-578 .form-content-989 .fsOptionLabel.vertical {
	letter-spacing: 1px;
	clear: none !important;
	color: hsl(0, 0%, 100%) !important;
	float: left;
	font-family: Segoe UI Semilight;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}

#form-body-578 .form-content-989 div.fsError {
	font-family: 'heeboregular', arial;
	font-size: 10px !important;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	padding: 4px !important;
	width: 100%;
}

#form-body-578 .form-content-989 .fsRequiredMarker {
	font-weight: normal !important;
	font-size: 13px;
	color: #fff;
}

#form-body-578 .form-content-989 .fsBody {
	margin-bottom: 0px !important;
	background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
	padding: 0 !important;
}

#form-body-578 .form-content-989 .fsValidationError .fsLabel {
	background-position: 0 2px !important;
	background-size: 6px auto !important;
}

#form-body-578 .form-content-989 #field28535119 {
	height: 40px !important;
	font-weight: normal !important;
}

#form-body-578 .form-content-989 .fsBody .fsSectionHeader {
	display: none;
	margin-left: -2px !important;
	background: none repeat scroll 0 0 transparent;
	color: #000;
	padding: 6px 0 0px !important;
}

#form-body-578 .form-content-989 {
	padding-top: 12px;
}

#form-body-578 .form-content-989 .fsFieldFocused.fsSpan100:not(.fsValidationError) {
	margin: 0px !important;
	padding: 0px !important
}

#form-body-578 .form-content-989>p {
	color: hsl(0, 0%, 100%);
	font-family: open_sanslight_italic;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

#form-body-578 .form-content-989 .fsValidationError {
	background-color: hsla(0, 0%, 0%, 0);
	box-shadow: none;
}

#fsRow3296630-3 {
	float: left;
	width: 47%;
	margin-right: 54px;
}

#fsRow3296630-4 {
	float: left;
	width: 47%;
}

#fsRow3296630-5 {
	float: left;
	width: 47%;
	margin-right: 54px;
}

#fsRow3296630-6 {
	float: left;
	width: 47%;
}

#fsRow3296630-10 {
	float: left;
	width: 47%;
	margin-right: 54px;
}

#fsRow3296630-11 {
	float: left;
	width: 47%;
}

#fsRow3296630-12 {
	float: left;
	width: 47%;
	margin-right: 54px;
}

#fsRow3296630-13 {
	float: left;
	width: 47%;
}

#fsRow3296630-14 {
	float: left;
	width: 47%;
	margin-right: 54px;
}

#fsRow3296630-15 {
	float: left;
	width: 47%;
}

#fsRow3296630-16 {
	float: left;
	width: 47%;
	margin-right: 54px;
}

#fsRow3296630-17 {
	float: left;
	width: 47%;
}

#field72356281 {
	margin-bottom: 36px !important;
}

#form-body-578 .form-content-989 ::-webkit-input-placeholder {
	color: #414141;
	opacity: 1;
}

#form-body-578 .form-content-989 :-moz-placeholder {
	color: #414141;
	opacity: 1;
}

#form-body-578 .form-content-989 ::-moz-placeholder {
	color: #414141;
	opacity: 1;
}

#form-body-578 .form-content-989 :-ms-input-placeholder {
	color: #414141;
	opacity: 1;
}

.field-auto-capture {
	display: none;
}

.the_content {
	margin: 0 0 20px;
}

.partner_text {
	font-size: 20px;
}

.partner_wrap {
	margin-bottom: 34px;
}

.partner_img {
	margin-bottom: 14px;
}


.sidebar-blog {
	margin-top: 30px;
	padding: 0px 24px 0px;
}

.blog-img {
	margin-bottom: 5px;
	background-image: url("images/sidebar-blog-img1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 173px;
	border: 1px solid #c2c2c2;
}

.blog-content p a {
	font-family: 'heeboregular', arial;
	text-decoration: none !important;
}

/*#inner_banner .banner-second {background-position: 0% 18% !important;}
#inner_banner .banner-forth {background-position: 0% 29% !important;}*/
.sidebar-blog h5 {
	font-size: 20px !important;
	font-family: 'heeboregular', arial;
	color: #001830;
	margin: 0 0 17px;
}

.the_content p {
	margin-bottom: 15px !important
}

/*background-size: cover !important;
background-position: 0% 29% !important;*/
.form_wrapper iframe {
	width: 100% !important;
}


.sidebar_form .form_info {
	margin: 0px 24px 0px;
	background: url(images/form_bg.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 6px;
	overflow: hidden;
}

.sidebar_form .form_text {
	background: #2b2b2b;
	padding: 24px 0px 7px;
}

.sidebar_form .form_text h3 {
	font-size: 16px;
	line-height: 27.75px;
	color: #FFF;
	text-transform: capitalize;
	font-family: 'heeboregular', arial;
	margin: 0px;
	text-align: center;
	text-shadow: 0 1.5px 0 #252525;
}

.sidebar_form .form_text h2 {
	font-size: 26px;
	line-height: 29.75px;
	color: #FFF;
	text-transform: capitalize;
	font-family: 'heeboregular', arial;
	text-align: center;
	margin: -8px 0 10px;
	text-shadow: 0 1.5px 0 #252525;
}

.sidebar_form .form_text h2 span {
	display: block;
}

.sidebar_form .sidebar_img {
	background: url(images/middle_border.png) no-repeat;
	background-size: cover;
	min-height: 29px;
	margin: 0px;
}

.sidebar_form .form_wrapper {
	margin: 0px;
	padding: 15px 0 60px;
}

.sidebar_form .form_content {
	padding: 0 27px;
}

.sidebar_form .form_top_text {
	padding: 0px 0px 15px;
}

.sidebar_form .form_top_text h3 {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	text-shadow: 0 1.5px 0 #888685;
	font-family: 'heeboregular', arial;
	text-transform: capitalize;
}

.sidebar_form .form_top_text h3 span {
	display: block;
	font-size: 24px;
}

.sidebar_form .form_content form {}

.sidebar_form .form_btn {}

.sidebar_form .form_btn a {
	display: block;
	background: #eb8926;
	border: 1px solid #fcc1a7;
	font-size: 26px;
	line-height: 27px;
	text-transform: capitalize;
	font-family: 'oswaldbold';
	text-shadow: 0 1.5px 0 #b45d20;
	padding: 10px 5px;
	border-radius: 4px;
	color: #fff;
}

.sidebar_form .form_btn a:hover {
	background: #efa774;
}

.sidebar_form .sidebar_form {
	margin: 0px 0 60px;
}


/*************280****/
/******************content-page*********/
#content-page {
	padding: 71px 0 55px;
}

/*#content-page .content-wrap{ font-size:20px; line-height:30px; color:#000000;font-family: 'heeboregular',Arial;}*/
/*#content-page .content-wrap h2{ font-size:28px; line-height:40px; color:#000000;font-family: 'heebo_lightregular',Arial;margin-bottom: 42px;}*/
/*#content-page .content-wrap h3{ font-size:24px; line-height:40px; color: #000000;font-family: 'heebo_mediumregular',Arial;margin-bottom: 34px;}*/
/*#content-page .content-wrap p{margin: 0 0 40px;}*/
/*#content-page .content-wrap b,#content-page .content-wrap strong{font-family: 'heebobold',Arial;font-weight: normal;}*/
/*#content-page .content-wrap span.block-text{ display:block;}*/
/*#content-page .content-wrap ul.list-wrap{display: table; width:100%;margin-bottom: 19px;}*/
/*#content-page .content-wrap .list-wrap li { list-style:none; position:relative; padding-left: 37px; text-align:left; float:left; width:50%;margin-bottom: 29px;padding-right: 82px;}*/
/*#content-page .content-wrap .list-wrap li:before{ content:''; position:absolute; left:0; top:9px;  background: #f36d21; height: 12px; width: 12px; border-radius: 100%;}*/
#content-page .software-content {
	max-width: 1082px;
	margin: 0 auto
}

#content-page .software-list {
	display: table;
	width: 100%;
	padding: 11px 0 19px;
}

#content-page .software-list li {
	list-style: none;
	width: 33.33%;
	padding: 0 15px;
	float: left;
	margin-bottom: 50px;
}

#content-page .software-list li:nth-child(4) {
	margin-left: 16%;
}

#content-page .software-icon {
	margin-bottom: 25px;
}

#content-page .software-icon img {}

#content-page .software-text {}

#content-page .software-text p {
	margin: 0px;
}

#content-page .content-wrap ul.list-wrap.tech-list {
	max-width: 795px;
	margin: 0 auto;
}

#content-page .content-wrap ul.list-wrap.tech-list li {
	width: 25%;
	padding-right: 0;
}

#content-page .bottom-heading-text {
	margin-top: 34px;
}

#content-page .content-wrap .web_verticals ul.list-wrap {
	padding-left: 5.7%;
}

#content-page.web_verticals {}

#content-page .web_verticals h3.sub-heading {
	line-height: 34px;
	font-family: 'heebo_lightregular', Arial;
}

#content-page .content-wrap .web_verticals .list-wrap.second-list li {
	float: none;
	width: 100%;
}

#content-page .content-wrap .web_verticals .list-wrap.third-list li {
	float: none;
	width: 100%;
}

#content-page .web_verticals .content-img {
	margin-bottom: 41px;
	margin-top: 38px;
}

#content-page .content-wrap .web_verticals .list-wrap li {
	margin-bottom: 4px;
}

#content-page .web_verticals .left-aligned-text {
	text-align: left;
}

#content-page .content-wrap .web_verticals h3 {
	margin-bottom: 12px;
}

#content-page .content-wrap .web_verticals p {
	margin: 0 0 17px;
}

#content-page .content-wrap .web_verticals h2 {
	margin-bottom: 13px;
}

#content-page .content-wrap .web_verticals .list-wrap li {
	width: 45%;
}

#page_post-content ul.list-colums.vulnerability-assessments {
	/*max-width: 100%;*/
	max-width: 785px;
}

#page_post-content ul.list-colums.vulnerability-assessments li {
	width: 100%;
	display: block;
}

.video-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

#the-video {

	object-fit: cover;
	max-width: 100%;
	width: 100%;
	height: 100%;

}

#main-header .nav-list a span {
	pointer-events: none;
}

/**********401********/
#content-page.web_leadership .content-wrap ul li {
	list-style: none;
	display: inline-block;
	width: 33%;
	vertical-align: top;
	margin-bottom: 92px;
}

#content-page.web_leadership .content-wrap .leader-img .img-wrap {
	border-radius: 100%;
	border: 3px solid #f36d21;
	box-shadow: 13px 17px 53px -21px #000;
	min-height: 185px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 178px;
	margin: 0 auto;
}

#content-page.web_leadership .content-wrap p {
	margin: 0px 0 24px;
	min-height: 364px;
}

#content-page.web_leadership .content-wrap h2 {
	font-size: 28px;
	line-height: 34px;
	color: #f36d21;
	font-family: 'heebo_mediumregular', Arial;
	margin-bottom: 19px;
}

#content-page.web_leadership .content-list-wrap {
	font-size: 18px;
	line-height: 30px;
	font-family: 'heeboregular';
	max-width: 300px;
	margin: 0 auto;
}

#content-page.web_leadership a.read-more-btn {
	font-size: 18px;
	line-height: 34px;
	color: #000000;
	border: 1px solid #f36d21;
	height: 53px;
	width: 253px;
	display: inline-block;
	padding: 8px 0;
	border-radius: 40px;
	font-family: 'heeboregular', Arial;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}

#content-page.web_leadership a.read-more-btn:hover {
	box-shadow: inset 400px 0 0 0 #CC4A00;
	color: #fff !important;
}

#content-page.web_leadership .content-wrap .leader-img {
	margin-bottom: 51px;
}

#content-page.web_leadership .content-wrap ul li:first-child .content-list-wrap,
#content-page.web_leadership .content-wrap ul li:nth-child(4) .content-list-wrap {
	float: left;
}

#content-page.web_leadership .content-wrap ul li:nth-child(3) .content-list-wrap {
	float: right;
}

#content-page {
	padding: 100px 0 36px;
}

#content-page.web_leadership {
	padding: 100px 0 36px;
}

/******************web_partners*********/
#web_partners {
	padding: 24px 0 52px;
}

#web_partners .content_wrap .partner_lists li {
	list-style: none;
	border-bottom: 1px solid #f36d21;
	padding: 85px 0 75px;
}

#web_partners .content_wrap .partner_lists li .icon_content {
	font-size: 18px;
	line-height: 30px;
}

#web_partners .content_wrap .partner_lists li .icon_content .orange_color {
	color: #f36d21;
	text-decoration: underline;
}

#web_partners .content_wrap .partner_lists li .icon_content .links {
	margin-top: 39px;
}

#web_partners .content_wrap .partner_lists li:last-child {
	border-bottom: none;
}

#web_partners .content_wrap .partner_lists li .icon_wrap {
	margin: 0;
}

/******************web_partners*********/


/******************book_section*********/
#book_section {
	background: url(images/book_bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	/* height:100%; */
	padding: 85px 0;
	position: relative;
}

#book_section:before {
	content: "";
	background: url(images/book_overlay.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#book_section .book_wrap {
	color: #fff;
}

#book_section .book_wrap h4 {
	font-size: 32px;
	line-height: 42px;
	font-family: 'heebo_lightregular';
	margin: 0 0 60px;
}

#book_section .book_wrap h3 {
	font-size: 35px;
	line-height: 34px;
	font-family: 'heebo_mediumregular';
	color: #f36d21;
	margin-bottom: 63px;
}

#book_section .book_wrap button {
	font-size: 22px;
	font-family: 'heebobold';
	background-color: #f36d21;
	border: 0;
	width: 300px;
	height: 53px;
	border-radius: 50px;
}

#web_partners .content_wrap .partner_lists li .icon_content .orange_color a {
	color: inherit;
}



.our-partners-form .fsBody .fsForm,
.our-partners-form .fsForm .fsFieldRow .fsRowBody,
.our-partners-form .fsForm .fsSpacerRow .fsRowBody {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.our-partners-form .fsBody .fsForm {
	border: none !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	margin: 0 !important;
}

.our-partners-form .fsBody .fsLabel,
.fsBody label {
	color: #ccc !important;
	margin-bottom: 0 !important;
	font-family: 'rubikregular';
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

.our-partners-form .fsForm .fsSubmit {
	background: none !important;
	padding: 0px 0 !important;
	margin: 0 auto !important;
	width: 50%;
}

.our-partners-form .fsBody .fsRowBody {
	padding: 0 !important;
}

.our-partners-form .fsOptionLabel.horizontal {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: medium none !important;
	margin: 0 0 0 18px !important;
	font-family: 'rubikregular';
	font-weight: normal;
	font-size: 16px;
}

.our-partners-form .fsForm .fsLabel {
	float: none;
	font-size: 16px !important;
	text-align: left;
	font-weight: normal !important;
	margin-bottom: 0px !important;
	margin-top: 0 !important;
	font-family: 'heebolight';
	text-transform: capitalize;
	letter-spacing: 0.9px;
}

.our-partners-form .fieldset-content {}

.our-partners-form .fsBody .fsSupporting {
	font-family: 'poppinsregular';
	font-weight: normal !important;
	color: #515050 !important;
	font-size: 11px;
}

.our-partners-form .fsBody .fsForm .fsSectionHeading {
	font-size: 16px;
}

.our-partners-form .fsBody .fsForm .fsSectionHeading {
	background: url(images/seperator_title.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #000000;
	text-align: center;
	font-family: "robotoregular";
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.our-partners-form .fsSubmit input.fsSubmitButton {
	padding: 4px 10px !important;
}

.our-partners-form *::-moz-placeholder {}

.our-partners-form .fsSubmit input.fsSubmitButton {
	font-size: 22px !important;
	font-family: 'heebobold' !important;
	background-color: #f36d21 !important;
	border: 0 !important;
	width: 300px !important;
	height: 53px !important;
	border-radius: 50px !important;
	letter-spacing: 1px;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}

.our-partners-form .fsSubmit input.fsSubmitButton:hover {
	box-shadow: inset 400px 0 0 0 #CC4A00;
	color: #fff !important;
}

.our-partners-form .fsPagination input,
.our-partners-form.fsPagination button {
	font-size: 10px !important;
}

.our-partners-form .fsSubField:last-child {
	margin: 0px !important;
}

.our-partners-form .fsBody .fsForm {
	box-shadow: none !important;
}

.our-partners-form .fsBody input {
	padding: 2px !important;
	font-size: 13px !important;
	font-weight: normal !important;
}

.our-partners-form .fsBody .fsSubField {
	margin-right: 3%;
	width: 47.9%;
}

.our-partners-form .fsFieldRow input[type="text"],
.our-partners-form .fsFieldRow input[type="email"],
.our-partners-form .fsFieldRow input[type="number"],
.our-partners-form .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 59px;
	color: #fff !important;
	max-width: 100%;
}

.our-partners-form .fsFieldRow input[type="text"],
.our-partners-form .fsFieldRow input[type="email"],
.our-partners-form .fsFieldRow input[type="number"],
.our-partners-form .fsFieldRow input[type="tel"],
.our-partners-form .fsForm textarea {
	height: 47px;
	max-width: 100% !important;
	width: 100% !important;
	background-image: none !important;
	font-family: 'heebolight';
	color: #ffffff !important;
	border-top: none !important;
	font-weight: normal;
	font-size: 13px !important;
	border-bottom: 3px solid #fff !important;
	line-height: 20px;
	padding: 11px 17px !important;
	border-radius: 0px !important;
	border-right: none !important;
	border-left: none !important;
	box-shadow: none;
	margin-bottom: 25px;
	background: transparent !important;
}

.our-partners-form div.fsError {
	margin: 0px !important;
}

.our-partners-form .fsBody .fsFieldRow,
.fsBody .fsRowBody {
	margin-bottom: 0 !important;
}

.our-partners-form .fsForm select {
	border: 1px solid #cccccc;
	border-radius: 5px !important;
	color: #808080 !important;
	font-size: 14px !important;
	height: 56px !important;
	max-width: 100%;
	line-height: 48px !important;
	padding: 0 0 0 10px !important;
	width: 100% !important;
}

#label65186659 a {
	color: #9eadba;
}

.our-partners-form .fsForm fieldset,
.our-partners-form .fsForm fieldset legend {
	background: none !important;
}

.our-partners-form .fsOptionLabel.vertical {
	letter-spacing: 1px;
	clear: none !important;
	color: hsl(0, 0%, 100%) !important;
	float: left;
	font-family: Segoe UI Semilight;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}

.our-partners-form div.fsError {
	font-family: 'rubikregular', arial;
	line-height: 15px;
	font-size: 11px !important;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	padding: 4px !important;
	width: 100%;
}

.our-partners-form .fsRequiredMarker {
	color: #f36d21;
	padding-left: 2px;
}

.our-partners-form .fsBody {
	margin-bottom: 0px !important;
	background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
	padding: 0 !important;
}

.our-partners-form .fsValidationError .fsLabel {
	background-position: 0 2px !important;
	background-size: 6px auto !important;
}

.our-partners-form #field28535119 {
	height: 40px !important;
	font-weight: normal !important;
}

.our-partners-form .fsBody .fsSectionHeader {
	display: none;
	margin-left: -2px !important;
	background: none repeat scroll 0 0 transparent;
	color: #000;
	padding: 6px 0 0px !important;
}

.our-partners-form {
	padding-top: 0px;
}

.our-partners-form .fsFieldFocused.fsSpan100:not(.fsValidationError) {
	margin: 0px !important;
	padding: 0px !important
}

.our-partners-form .fsValidationError {
	background-color: hsla(0, 0%, 0%, 0);
	box-shadow: none;
}

.our-partners-form ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.our-partners-form :-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.our-partners-form ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.our-partners-form :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.field-auto-capture {
	display: none;
}

textarea#field83806549 {
	background-image: url(images/form-img-1.png) !important;
	background-repeat: no-repeat !important;
	background-position: 97% 11% !important;
}

/******************book_section*********/
/******************inner-page*********/
#rd_web_support .container {
	max-width: 1120px !important;
	width: auto !important;
}

#rd_web_support {
	padding: 68px 0 10px;
}

#rd_web_support .top-content {}

#rd_web_support span.block {
	display: block;
}

#rd_web_support .heading-text {}

#rd_web_support .heading-text h2 {
	font-size: 50px;
	line-height: 50px;
	color: #3d515c;
	font-family: 'heebolight', arial;
	margin-bottom: 37px;
}

#rd_web_support .heading-text h2 span.color-text {
	color: #f36d21;
}

#rd_web_support .heading-text h3 {
	font-size: 28px;
	line-height: 40px;
	color: #000000;
	font-family: 'heebolight', arial;
	margin-bottom: 58px;
}

#rd_web_support .support-content {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-family: 'heeboregular', arial;
	padding: 54px 0 20px;
	position: relative;
}

#rd_web_support .support-content:before,
#rd_web_support .support-content:after {
	border-top: 1px solid #c6d3db;
	content: "";
	height: 1px;
	width: 86%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#rd_web_support .support-content:before {
	top: 0;
}

#rd_web_support .support-content:after {
	bottom: 0;
}

#rd_web_support .support-content h3 {
	font-size: 28px;
	line-height: 40px;
	color: #3d515c;
	font-family: 'heebobold', arial;
	margin-bottom: 35px;
}

#rd_web_support .support-content h4 {
	font-size: 22px;
	line-height: 34px;
	color: #000000;
	font-family: 'heebobold', arial;
	margin-bottom: 40px;
}

#rd_web_support .support-content h4.color-text {
	color: #ff0000;
}

#rd_web_support .support-content p {
	margin-bottom: 39px;
}

#rd_web_support ol.info-list {
	counter-reset: my-counter;
	padding: 19px 0 0;
	margin: 0;
	display: table;
	width: 100%;
}

#rd_web_support .info-list li {
	list-style: none;
	float: left;
	width: 33.33%;
	padding: 0 30px;
}

#rd_web_support .info-list li .tick {
	display: inline-block;
	position: relative;
	counter-increment: my-counter;
	height: 87px;
	width: 89px;
	background-repeat: no-repeat;
	margin-bottom: 19px;
	background-image: url(images/icon-bg1.png);
}

#rd_web_support .info-list li .tick::before {
	content: counter(my-counter);
	color: #fff;
	font-size: 50px;
	line-height: 30px;
	font-family: 'heebo_extraboldregular', arial;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#rd_web_support .info {}

#rd_web_support .info p {
	min-height: 147px;
}

#rd_web_support ul.windows-list {
	display: table;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}

#rd_web_support .windows-list li {
	list-style: none;
	float: left;
	width: 50%;
	margin-bottom: 27px;
}

#rd_web_support .windows-wrap {}

#rd_web_support .windows-wrap img {
	margin-bottom: 18px;
}

#rd_web_support .windows-wrap p {
	margin: 0px;
	font-family: 'heebolight';
}


.support_form .fsFieldRow input[type=text],
.support_form .fsFieldRow input[type=email],
.support_form .fsFieldRow input[type=number],
.support_form .fsFieldRow input[type=tel],
.support_form .fsFieldRow input[type=tel],
.support_form .fsFieldRow textarea,
.support_form .fsFieldRow select,
.support_form #field56251440 {
	color: #000 !important;
	max-width: 100%;
	font-weight: bold !important;
	letter-spacing: 1px;
}

.support_form #field56251440 {
	text-transform: uppercase;
}

.h3_thank {
	padding-bottom: 55px;
}

#bbb-badge {
	right: unset !important;
	left: auto;
}


/** css for live chat box **/
.page-id-77939 div#chat-widget-container {
	display: none;
}


#page_post-content .wsp-container ul li {
	font-size: 18px;
}

.blog_section .et_pb_salvattore_content article {
	display: flex;
	flex-direction: column;
}

.blog_section .et_pb_salvattore_content article .post-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.blog_section .et_pb_salvattore_content article .post-content .post-content-inner {
	flex: 1;
}
.faq-module .ea-header a {
    padding-left: 0 !important;
}