/*

1 Reset Css #res
2 Font Face #face 
3 Inputs #input
4 Global Styles #glob
5 Wrappers #wrap
6 Custom CSS #custom
7 Media Query #media

*/

/* FAQ page */

.question {
	border-bottom: 1px solid #193864;
	padding: 15px;
	padding-left: 38px;
	cursor: pointer;
	margin-top: 15px;
	position: relative;
}

.question:before {
	position: absolute;
	content: "+";
	font-size: 36px;
	font-weight: 700;
	top: 8px;
	left: 8px;
}

.question:hover {
	color: #e7a35d;
}

.answer {
	display: none;
	padding: 15px;
	background-color: #f8f8f8;
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.question-show {
	background-color: #193864;
	color: #fff;
}

.question-show:before {
	content: "-" !important;
}

.answer-show {
	display: block !important;
}


/* end FAQ page */


.no-break br {
	display: none;
}

.show-on-desktop {
	display: block;
}

.show-on-mobile {
	display: none;
}

/*================================= 1 Reset Css ( #res ) =================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

a {
	text-decoration: none;
	outline: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #006db7;
	transition: all 0.5s ease 0s;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ababab;
	margin: 50px auto;
	padding: 0
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
	transition: all 0.5s ease 0s;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

:hover {
	transition: all 0.5s ease 0s;
}

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

li {
	list-style: none;
}

#wp-toolbar ul:after {
	content: none
}

.last_li,
.last {
	margin-right: 0 !important;
	padding-right: 0 !important
}

.first_li,
.first {
	margin-left: 0 !important;
	padding-left: 0 !important
}

.clearfix:after,
ul:after,
ol:after,
.full_row:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

/*================================= 2 Font Face ( #face ) =================================*/
/* TypoGraphy */
/*
font-family: 'Lato', sans-serif;
*/



/*================================= 3  Inputs ( #input ) =================================*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #343434;
	font-style: normal;
}

:-moz-placeholder {
	color: #343434;
	font-style: normal;
}

::-moz-placeholder {
	color: #343434;
	font-style: normal;
}

:-ms-input-placeholder {
	color: #343434;
	font-style: normal;
}

button::-moz-focus-inner {
	border: 0
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=submit],
input[type=button] {
	cursor: pointer;
	border: 0
}

input:focus {
	outline: none;
}

body textarea {
	resize: none;
	height: 125px;
	font-size: 18px;
	font-style: normal;
	padding: 5px 10px;
	border: 1px solid #bbbbbb;
	border-bottom-color: #003e51;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea {
	background: #fcfcfc;
	border: none;
	border-radius: 0;
	color: #a2a2a2;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	box-shadow: none;
	-webkit-appearance: none;
	border-bottom: 1px solid #003e51;
}

/* form label {    color: #1dd1a1;    font-size: 20px;    display: block;    font-weight: 900; margin-bottom: 8px;} */
form label sup {
	color: #ff0000;
	position: relative;
	top: -2px;
	left: 1px;
}

.form_row {
	padding-bottom: 25px
}

.form_row.msg_row {
	padding-bottom: 10px
}

.form_row.submitrow {
	padding-bottom: 0
}

input:required {
	box-shadow: none
}

form .g-recaptcha {
	transform: scale(0.8);
	transform-origin: center left;
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
}

.ajax-loader {
	position: absolute;
}

/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*================================= 4 Global Styles (#glob) =================================*/

/* Gobal */
.x:before {
	position: absolute;
	content: ''
}

/* Vertical Middle */
.x:before

/*Parent Before*/
	{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em
}

.x

/* Child class */
	{
	display: inline-block;
	vertical-align: middle
}


/* HR Rules */
hr {}

/* Image Alignment */
.alignnone,
a img.alignnone {
	margin: 0 0 30px
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 30px auto
}

.alignright,
a img.alignright {
	float: right;
	margin: 0 0 60px 70px;
}

.alignleft,
a img.alignleft {
	float: left;
	margin: 0 70px 60px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}


/* Content Row */
p,
.content_row ul li,
.content_row ol li {
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 30px
}

/* .content_row p:last-child { margin-bottom: 30px; } */
p:last-child {
	margin-bottom: 0
}

p.intro {
	color: #000;
	font-size: 22px;
	font-weight: 900;
	line-height: 30px;
	margin: 30px 0;
}

p a {
	color: #e7a35d;
	font-weight: inherit;
}

p a:hover {
	color: #d08334;
}

p strong {
	font-weight: 900;
	color: #696969;
}

p em {
	font-style: italic
}

p a:hover {
	text-decoration: underline
}

.content_row ul,
.content_row ol {
	padding-bottom: 25px;
}

/* .content_row ul:last-child, .content_row ol:last-child{ padding-bottom: 0; } */

.content_row ul li,
.content_row ol li {
	margin-bottom: 5px;
	position: relative;
}

.content_row ul li:last-child,
.content_row ol li:last-child {
	margin-bottom: 0px;
}

.content_row ul li {
	padding-left: 30px
}

.content_row ul li:before {
	color: #696969;
	content: "•";
	font-weight: normal;
	left: 0;
	position: absolute;
	font-size: 18px;
}

.content_row ul ul,
.content_row ol ul,
.content_row ol ol {
	padding: 5px 0
}

.content_row ol {
	counter-reset: section;
	padding-bottom: 30px;
}

.content_row ol li {
	padding-left: 30px
}

.content_row ol>li:before {
	color: #696969;
	content: counter(section, decimal) ".";
	counter-increment: section;
	padding-right: 5px;
	font-size: 18px;
	position: absolute;
	left: 0;
	font-weight: 300;
}


a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}

.visible_tab {
	display: none
}


/* ================================= 5 Wrappers #wrap ================================= */

body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 1;
	color: #343434;
	overflow-x: hidden;
}

.container {
	max-width: 1265px;
	width: 100%
}

.full_row {
	width: 100%;
	float: none;
	margin: 0 auto
}

.small_container {
	max-width: 910px;
	margin: 0 auto;
	float: none;
	padding: 0 15px;
}

.large_container {
	max-width: 1400px;
	margin: 0 auto;
	float: none;
	padding: 0 15px;
}

.site_full {
	max-width: 1950px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}


/* ================================= 6 Custom CSS #custome ================================= */


/* Alignment & Spacing */
.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt30 {
	margin-top: 30 !important;
}

.mb30 {
	margin-bottom: 30 !important;
}

.p0 {
	padding: 0 !important;
}

.m0 {
	padding: 0 !important;
}


.pbd0 {
	padding-bottom: 0px;
}

.ptd0 {
	padding-top: 0px;
}

.mbd0 {
	margin-bottom: 0px !important;
}

.mtd0 {
	margin-top: 0px;
}

.pbd60 {
	padding-bottom: 60px;
}

.ptd60 {
	padding-top: 60px;
}

.mbd60 {
	margin-bottom: 60px !important;
}

.mtd60 {
	margin-top: 60px;
}

.pbd30 {
	padding-bottom: 30px;
}

.ptd30 {
	padding-top: 30px;
}

.mbd30 {
	margin-bottom: 30px !important;
}

.mtd30 {
	margin-top: 30px;
}

.font-black p {
	color: #000 !important;
}

img {
	max-width: 100%;
}

.space {
	padding: 30px 0;
}

.large_space {
	padding: 60px 0;
}

.main_page {
	padding-top: 149px;
}

/* Headings */
h1,
.h1 {
	font-size: 26px;
	color: #7e7e7e;
	text-transform: uppercase;
	font-weight: 800;
	bottom: 0px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	display: block;
}

h1 strong {
	font-weight: 800;
}

h2,
.h2 {
	font-size: 36px;
	font-weight: 200;
	color: #193864;
	line-height: 36px;
	padding: 30px 0;
	display: block;
}

h3,
.h3 {
	color: #193864;
	font-size: 25px;
	font-weight: 600;
	padding: 30px 0;
}

.home h2,
.home .h2 {
	font-size: 20px;
	font-weight: 600;
	color: #7e7e7e;
	padding: 30px 0;
	text-transform: uppercase;
	line-height: 1em
}

.home h3,
.home .h3 {
	color: #193864;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	padding: 30px 0 15px;
}

.home h4,
.home .h4 {
	font-family: 'Lato';
	font-size: 19px;
	line-height: 26px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	padding: 30px 0;
}

.home h5,
.home .h5 {
	font-size: 25px;
	line-height: 30px;
	color: #696969;
	font-weight: 600;
	padding: 30px 0;
}

.home h6,
.home .h6 {
	font-size: 16px;
	line-height: 26px;
	color: #1dd1a1;
	font-weight: 900;
	padding: 30px 0;
	text-transform: uppercase;
}


/* Border bottom*/
.border_bottom {
	border-bottom: 1px solid #dddddd;
}

/* Spans */
.s1,
h1.s1 {
	font-size: 48px;
	line-height: 56px;
	color: #193864;
	font-weight: 200;
	display: block;
	padding: 30px 0;
}

.s1 strong {
	color: inherit
}

.s2 {
	font-size: 37.64px;
	line-height: 50px;
	color: #193864;
	font-weight: 200;
	letter-spacing: -0.025em;
	display: inline-block;
	padding: 30px 0;
	font-family: 'Lato', serif;
}

.s3 {
	font-size: 25px;
	line-height: 28px;
	color: #193864;
	font-weight: 600;
	padding: 30px 0;
	display: block;
	letter-spacing: -0.02em;
}

.s4 {
	color: #696969;
	font-size: 25px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	padding-bottom: 30px;
	line-height: 42px;
}

.s1 em {
	font-weight: 900;
	font-style: normal;
}

.s2 em {
	font-weight: 900;
	font-style: normal;
}

/* White modifier */
.white {
	color: #fff;
}

.text-center {
	text-align: center
}

.icon_s1 {
	font-size: 40px;
	line-height: 50px;
	color: #1dd1a1;
	font-weight: 900;
	letter-spacing: -0.015em;
	display: inline-block;
	padding: 70px 0 30px;
	display: block;
	position: relative;
}

.icon_s1:before {
	content: "\f164";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 free";
	color: #003e51;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
}

.icon_s3 {
	padding-top: 60px;
	position: relative;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	color: #1dd1a1;
	display: block;
	margin-bottom: 15px;
	letter-spacing: -0.02em;
}

.icon_s3 i {
	position: absolute;
	top: 0;
	left: 0;
	color: #003e51;
}

/* Branding */
.branding-center {
	position: relative;
}

.branding-center:before {
	content: "";
	background-image: url('../sb_images/branding_img.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center right;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.branding-left {
	position: relative;
}

.branding-left>.container:before,
.branding-left>.small_container:before {
	/* content: ""; background-image: url(/img/branding.png); background-repeat: no-repeat; background-size: auto; background-position: left -30px; position: absolute; left: 0; top: 0px; height: 130%; width: 100%; pointer-events: none; */
	content: "";
	background-image: url(/img/branding.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left -30px;
	position: absolute;
	margin-left: -310px;
	top: 0px;
	height: 200px;
	width: 100%;
	pointer-events: none;
}

.branding-right {
	position: relative;
}

.branding-right>.container:before,
.branding-right>.small_container:before {
	/* content: ""; background-image: url(/img/branding.png); background-repeat: no-repeat; background-size: auto; background-position: right -30px; position: absolute; left: 0; top: 0; height: 130%; width: 100%; pointer-events: none;  */
	content: "";
	background-image: url(/img/branding.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right -30px;
	position: absolute;
	margin-left: 230px;
	top: 0;
	height: 200px;
	width: 100%;
	max-width: 1265px;
	pointer-events: none;

}

.center {
	text-align: center;
}

.marble-left,
.marble-right {
	position: relative
}

.marble-left:before {
	content: '';
	background-image: url(/img/marble-bg.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom left;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.marble-right:before {
	content: '';
	background-image: url(/img/marble-bg.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

/* Background Colors */
.light_grey_band {
	background-color: #f7f7f7;
}

.grey_band {
	background-color: #f7f7f7;
}

.blue_band {
	background-color: #a8ced2;
}


.background-grey {
	background-color: #f7f7f7;
}

/* Buttons */
.btn {
	background-color: #e7a35d;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 16px 22px 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
	border: 3px solid transparent;
	border-radius: 5px 0 5px 0;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	margin-bottom: 30px;
	display: inline-block;
}

.btn:after {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(/img/boxes.png);
	content: '';
	margin-left: 10px;
}

.btn:hover {
	background-color: #d08334;
	color: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn+.btn {
	margin-left: 20px;
}

.btn.ghost_btn {
	background-color: transparent;
	border-color: #ffaca4;
	color: #ffaca4;
	box-shadow: none;
}

.btn.ghost_btn:hover {
	background-color: #d08334;
	color: #fff;
	border-color: #d08334;
}

.btn i {
	margin-right: 10px;
}

.btn:first-child {
	margin-left: 0;
}



/* Header */

.headroom .full_nav {
	will-change: transform;
	transition: transform 200ms linear;
}

.headroom--pinned .full_nav {
	transform: translateY(0%);
}

.headroom--unpinned .full_nav {
	transform: translateY(-100%);
}

.mini_nav {
	top: 0px;
	position: absolute;
	left: 0;
	right: 0;
}

.headroom .mini_nav {
	will-change: transform;
	transition: transform 100ms linear;
	transform: translateY(-100%)
}

.headroom--unpinned .mini_nav {
	transform: translateY(0%)
}

.headroom--pinned .mini_nav {
	transform: translateY(-100%)
}

/* 
.sticky .top_nav{ margin-top: -38px; }
.sticky .bottom_nav .logo a {    max-width: 160px;}
.sticky .bottom_nav ul > li > a{     padding: 14px 27px 11px; }
.sticky .bottom_nav .header_btn a{     padding: 8px 25px 5px; }
.sticky .bottom_nav ul li.menu-item-has-children:hover > ul{ top: 100%; }
.sticky .bottom_nav .menu-item-has-children > a:after{ bottom: 0; }
.sticky .bottom_nav .mega_menu > a:after{ bottom: 0; } */

.main_header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
}

.top_nav,
.nav_down .top_nav {
	background-color: #193864;
	padding: 10px 0 10px;
	margin-top: 0;
	transition: all 0.5s ease 0s;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.top_nav ul {
	display: inline-block;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.top_nav ul li {
	display: inline-block;
}


.top_nav p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
}

.top_nav strong {
	font-weight: 700;
}

.top_nav a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

.top_nav a:hover {
	color: #36649d;
	text-decoration: underline;
}

.top_nav ul li {
	margin: 0 15px;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 0px;
}

.top_nav ul li:first-child {
	margin-left: 0;
}

.top_nav ul li:last-child {
	margin-right: 0;
	border: 0px;
}

.top_nav ul li span {
	margin-left: 28px;
	color: transparent;
	border-left: 1px solid #212121;
	height: 19px;
	display: inline-block;
	position: relative;
	top: -1px;
}

.top_nav ul a {
	font-weight: 700;
}

.top_nav ul a i {
	margin-right: 5px;
}

.bottom_nav {
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
}

.bottom_nav .row {
	align-items: center;
}

.bottom_nav .logo a,
.nav_down .bottom_nav .logo a {
	display: inline-block;
	margin: 20px 0;
	max-width: 305px;
}

.bottom_nav .main-nav {
	display: flex;
	justify-content: flex-end;
}

.bottom_nav ul {
	display: inline-block;
}

.bottom_nav ul li {
	display: inline-block;
	text-align: center;
}

.bottom_nav ul.main_menu>li a {
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent
}

.bottom_nav ul.main_menu>li a:hover {
	border-top: 3px solid #d08334;
}

/* .bottom_nav ul.main_menu >  li:before { border-width: 3px; border-top: 3px solid #d08334; content: ''; position: absolute; left: 0px; right: 0px; top: 0px; } */
.bottom_nav ul>li>a,
.nav_down .bottom_nav ul>li>a {
	color: #193864;
	font-size: 17px;
	line-height: 56px;
	font-weight: 600;
	display: inline-block;
	padding: 25px 27px 15px;
	position: relative;
	transition: all 0.5s ease 0s;
	font-family: 'Lato', sans-serif;
	padding: 27px 27px 19px;
}

/* .bottom_nav ul > li > a:before {    content: "";    border-top: 6px solid transparent;    position: absolute;    left: 0;    width: 100%;    top: -1px; transition: all 0.5s ease 0s;}
.bottom_nav ul > li > a:hover:before{ border-color:#ffaca4; } */
.bottom_nav ul li a strong {
	font-size: 13px;
	line-height: 22px;
	display: block;
	font-weight:
		900;
	text-transform: uppercase;
}

.request_btn>a {
	background-color: #e7a35d;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 16px 22px 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
	border: 3px solid transparent;
	border-radius: 5px 0 5px 0;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	margin-bottom: 30px;
	display: inline-block;
}

.request_btn> :after {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(/img/boxes.png);
	content: '';
	margin-left: 10px;
}

.request_btn> :hover {
	background-color: #d08334;
	color: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.bottom_nav ul li.request_btn>a {
	color: #fff;
	letter-spacing: 0.4px;
	margin-top: 11px;
	margin-bottom: 10px;
	line-height: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bottom_nav .header_btn a,
.nav_down .bottom_nav .header_btn a {
	background-color: #ffaca4;
	padding: 14px 25px 13px;
	border-radius: 8px;
}

.bottom_nav .header_btn a:before {
	content: none;
}

.bottom_nav .header_btn a:hover {
	background-color: #d08334;
}

/* Sub Menu Navigation */
.bottom_nav ul li.menu-item-has-children {
	position: relative;
}

.bottom_nav .menu-item-has-children>a:after,
.nav_down .bottom_nav .menu-item-has-children>a:after {
	right: 0;
	margin: 0 auto;
	line-height: inherit;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	pointer-events: none;
	transition: all 0.5s ease 0s;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	color: #e7a35d;
	margin-left: 5px;
}

.bottom_nav .mega_menu>a:after,
.nav_down .bottom_nav .mega_menu>a:after {
	content: "...";
	position: relative;
	color: #fff;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	pointer-events: none;
	transition: all 0.5s ease 0s;
	text-align: center;
}


.bottom_nav ul li.menu-item-has-children ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 275px;
	background-color: #e5e5e5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease 0s;
	background-color: #e7a35d;
}

.bottom_nav ul li.menu-item-has-children:hover>ul,
.nav_down .bottom_nav ul li.menu-item-has-children:hover>ul {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	top: calc(100% - 8px);
}

.bottom_nav ul li.menu-item-has-children ul li {
	text-align: left;
	display: block;
}

.bottom_nav ul li.menu-item-has-children ul li a {
	display: block;
	font-size: 17px;
	line-height: 18px;
	font-weight: 300;
	color: #000;
	padding: 10px 65px 8px 20px;
	background-color: #e7a35d;
	color: #fff;
	font-weight: bold;
}

.bo .bottom_nav ul li.menu-item-has-children .child-menu-item-has-children {
	position: relative;
}

.bottom_nav ul li.menu-item-has-children .child-menu-item-has-children:before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 free";
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	top: 50%;
	right: 15px;
	font-weight: 900;
	transform: translateY(-50%);
	z-index: 9;
}

.bottom_nav ul li.menu-item-has-children .child-menu-item-has-children ul {
	left: auto;
	right: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease 0s;
}

.bottom_nav ul li.menu-item-has-children .child-menu-item-has-children:hover>ul {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* for the sub sub menu to pop-out to the right */
.bottom_nav ul li.menu-item-has-children .child-menu-item-has-children.right ul {
	left: 100%;
	right: auto;
}

.bottom_nav ul li.menu-item-has-children ul li a:hover {
	background-color: #d08334;
}

.bottom_nav ul li.menu-item-has-children ul li a:before {
	content: none;
}

.bottom_nav ul li.mobile_menu_btn {
	display: none;
}


.mini_nav .logo {
	max-width: 180px;
}

.mini_nav .logo a {
	margin: 8px 0
}

.mini_nav ul li {
	color: #193864;
	font-size: 17px;
	line-height: 56px;
	font-weight: 600;
	display: inline-block;
	padding: 0px 15px 0px;
	position: relative;
	transition: all 0.5s ease 0s;
	font-family: 'Lato', sans-serif;
}

.mini_nav ul li.mobile_menu_btn a {
	background-color: #e7a35d;
	border: 1px solid #e7a35d;
	line-height: 26px;
	padding: 0 10px 4px;
	color: #fff;
	margin-top: 5px;
	border-radius: 15px;
	display: inline-block;
	transition: all 250ms ease;
}

.mini_nav ul li.mobile_menu_btn a:hover {
	background-color: #d08334;
	border: 1px solid #d08334;
	color: #fff;
}

.mini_nav ul li.mobile_menu_btn {
	padding-left: 0px;
	line-height: 1em;
}

.mini_nav ul li a.btn {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 1em;
}

.mini_nav .signup {
	display: none;
}

a.signup_btn {
	border-radius: 15px;
	color: #fff;
	background: rgb(251, 203, 67);
	background: linear-gradient(90deg, rgba(251, 203, 67, 1) 0%, rgba(237, 154, 64, 1) 22%);
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	margin-top: 5px;
	transition: all 250ms ease;
}

a.signup_btn:hover {
	background: rgb(251, 203, 67);
	background: linear-gradient(90deg, rgba(251, 203, 67, 1) 72%, rgba(237, 154, 64, 1) 85%);
}


/* Mega Menu */
.bottom_nav .mega_menu_content {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #e5e5e5;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
	margin: 0 15px;
	align-items: normal;
	padding: 35px 0 15px;
	width: calc(100% - 30px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease 0s;
}

.bottom_nav .mega_menu:hover .mega_menu_content {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.bottom_nav .has-mega-menu {
	position: static;
}

.bottom_nav .mega_menu ul {
	display: block;
	margin-bottom: 30px;
}

.bottom_nav .mega_menu ul li {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

.bottom_nav .mega_menu ul li:last-child {
	margin-bottom: 0;
}

.bottom_nav .mega_menu h5 {
	font-size: 18px;
	font-weight: 900;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 20px;
}

.bottom_nav .mega_menu ul li a {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: 300;
	padding: 4px 10px 2px 12px !important;
	display: block;
}

.bottom_nav .mega_menu ul li a:hover {
	background-color: #ffaca4;
}

.bottom_nav .mega_menu ul li a:before {
	content: none;
}


.sticky .bottom_nav .menu-column>ul>li>a {
	min-height: 70px;
}

.bottom_nav ul li {
	vertical-align: middle;
}

.bottom_nav .menu-column>ul>li>a,
.nav_down .bottom_nav .menu-column>ul>li>a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	min-height: 90px;
}

.header_btn a {
	min-height: 0 !important;
}

.sticky .bottom_nav .menu-column>ul>li>a {
	min-height: 70px;
}

.bottom_nav .menu-column>ul>li>a,
.nav_down .bottom_nav .menu-column>ul>li>a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	min-height: 90px;
}



/* Mobile Menu */

.mo_menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 15px;
	background-color: #1e4465;
	z-index: 999;
}

.mo_menu ul li:first-child {
	width: 70%;
	float: left;
}

.mo_menu ul li:last-child {
	width: 30%;
	float: left;
	text-align: right;
}

.mo_menu .menu a {
	font-size: 10px;
	padding-top: 32px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.mo_menu .menu a:before {
	content: " ";
	width: 100%;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 8px;
	height: 11px;
	left: 0;
	transition: all 0.5s ease 0s;
}

.mo_menu .menu a:after {
	content: " ";
	width: 100%;
	border-top: 3px solid #fff;
	position: absolute;
	top: 24px;
	height: 10px;
	left: 0;
	transition: all 0.5s ease 0s;
}

.mm-opened .mo_menu .menu a {
	color: transparent;
}

.mm-opened .mo_menu .menu a:before {
	width: 40px;
	border-bottom: none;
	transform: rotate(45deg);
	top: 20px;
	left: -10px !important;
}

.mm-opened .mo_menu .menu a:after {
	width: 40px;
	border-bottom: none;
	transform: rotate(-45deg);
	top: 20px;
	left: -5px;
}

.mo_menu .mo_logo img {
	max-width: 150px;
}

.mm-menu {
	background: #1e4465;
}

.mm-navbar>* {
	padding: 20px 0 15px;
}

.mm-menu>.mm-panel>.mm-listview:first-child,
.mm-menu>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: 00px;
}

.mm-listview>li>a:hover,
.mm-listview>li>span:hover,
.mm-listview>li.active_nav a,
.mm-listview>li.active_nav>span,
.mm-prev:hover {
	background: #fff;
	color: #000;
}

.mm-listview>li:hover>a.mm-fullsubopen {
	background-color: transparent !important
}

.mm-listview>li:hover>a.mm-fullsubopen:before {
	color: #000 !important;
}

.mm-listview>li:hover>span {
	background-color: #fff;
	color: #000 !important;
}

.mm-navbar .mm-title {
	font-size: 16px;
}

/* Footer 1 */

.link_farm {
	background-color: #294d6d;
	padding: 35px 0 15px;
}

ul.top_footer_links li {
	display: inline-block;
	margin: 0 15px 20px;
}

.footer_logo a {
	display: inline-block;
	margin-bottom: 30px;
}

.top_footer_links a {
	font-size: 18px;
	line-height: 22px;
	color: #fcfcfc;
	font-weight: 400;
	text-decoration: underline;
}

.top_footer_links a:hover {
	text-decoration: none;
}


/* 
.blog_roll{ background-color: #1dd1a1; padding: 30px 0;}
.blog_roll p{ color: rgba(255,255,255,0.5); font-weight: 400;  }
.blog_roll p a{ color: #fff;  font-weight: 400;  text-decoration: underline;}
.blog_roll p a:hover{ text-decoration: none; }
.blog_roll .col-md-12{ text-align: center;  margin-bottom: 30px;}
.blog_roll a strong{ font-size: 20px; line-height: 26px; font-weight: 900; color: #fff;  margin-bottom: 10px; display: block; text-decoration: underline;}
.blog_roll a:hover strong{ text-decoration: none; }
.blog_roll .date{ font-size: 14px; font-weight: 900; color: rgba(255,255,255,0.5); margin-bottom: 15px; display: table; }
.blog_roll .date i{ margin-right: 5px; } */


.social_band {
	background-color: #294d6d;
	padding: 30px 0;
}

.social_band .s2 {
	line-height: 48px;
	margin-bottom: 120px;
}

.social_icon {
	text-align: center;
}

.social_icon ul {
	display: inline-block;
}

.social_icon ul li {
	display: inline-block;
	margin: 0 10px;
}

.social_icon a {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.5);
}

.social_icon a i {
	transition: none;
}

.social_icon a:hover {
	color: rgba(255, 255, 255, 1);
}

.copy_right_band {
	background-color: #1dd1a1;
	padding: 15px 0;
}

.copy_right_band .row {
	align-items: center;
}

.copy_right_band ul li {
	font-size: 13px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 900;
	display: inline-block;
	position: relative;
	padding-right: 13px;
	margin-right: 13px;
}

.copy_right_band ul li:last-child:before {
	content: none;
}

.copy_right_band ul li:before {
	content: "";
	border-right: 1px solid #fff;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.copy_right_band ul li a {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: 900;
	text-decoration: underline;
}

.copy_right_band ul li a:hover {
	text-decoration: none;
}

.marketing {
	position: relative;
	display: inline-block;
	float: right;
}

.marketing p {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.7);
}

.marketing p a {
	color: #fff;
	text-decoration: underline;
	font-weight: 900;
}

.marketing a.fpm-logo {
	position: relative;
	width: 132px;
	height: 33px;
	display: inline-block;
}

.marketing .fpm-normal {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease 0s;
}

.marketing .fpm-normal:hover {
	opacity: 0;
}

/* Footer 2 */
.footer2 .blog_roll {
	background-color: #294d6d;
}

.top_footer {
	background-color: #294d6d;
	padding: 35px 0 15px;
}

.footer2 .link_farm {
	background-color: #1dd1a1;
	padding: 30px 0 50px;
}

.footer2 .link_farm h5 {
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	padding-bottom: 5px;
}

.footer2 .link_farm li {
	display: block;
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.6);
}

.footer2 .top_footer_links {
	max-width: 400px;
}

/* Page Title */
.page_title {
	background-color: #f1f1f1;
	padding: 25px 0 20px;
}

/* Hero Band */
.hero_band {
	position: relative;
	background-color: #f7f7f7;
	padding-top: 40px;
	padding-bottom: 50px;
}

@media (min-width: 1025px) {
	.hero_band .row {
		display: flex;
		align-items: center;
	}
}

.trust_us h1 {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: visible;
	z-index: 100;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #193864;
	font-size: 34px;
}

.hero_band h1 {
	/*    transform-origin: right bottom; */
	/*    transform: rotate(90deg); */
	display: inline-block;
	width: auto;
	height: 30px;
	white-space: nowrap;
	overflow: visible;
	/*    right: 35px; */
	/*    position: Absolute; */
	z-index: 100;
	bottom: 0px;
	padding-top: 0px;
	color: #193864;
	font-size: 40px;

}

.hero_band .img {
	margin-right: 60px;
}

.hero_band_content_wrapper {
	position: absolute;
	max-width: 1265px;
	padding: 0 15px;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}

.hero_band .hero_band_content {
	max-width: 350px;
	padding: 30px 0;
}

.hero_band #counter {
	position: absolute;
	bottom: 15px;
	z-index: 9;
	max-width: 1265px;
	text-align: right;
	width: 100%;
	left: 0;
	right: 15px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	padding: 0 30px;
	height: auto;
}

/* .hero_band img{ height: 500px; object-fit: cover; background-position: center center; } */
.hero_band p {
	color: #a2a2a2;
	font-weight: 400;
	margin-bottom: 30px;
}

.hero_band .s1 {
	font-weight: 300;
	padding: 0 0 10px 65px;
	position: relative;
	font-size: 38px;
	line-height: 46px;
}

.hero_band .s1:last-of-type {
	padding: 0 0 20px 65px;
}

.hero_band .s1 strong {
	font-weight: 700;
}

.hero_band .s1:before {
	content: ' ';
	width: 47px;
	height: 45px;
	position: absolute;
	left: 0px;
	background-image: url(/img/icon-scales.png);
	background-repeat: no-repeat;
}

.hero_band .s1:nth-of-type(2):before {
	background-image: url(/img/icon-family.png);
}

.hero_band .s1:nth-of-type(3):before {
	background-image: url(/img/icon-shield.png);
}


.testimonial-carousel {
	padding-left: 64px;
	position: relative
}

.testimonial-carousel:before {
	content: ' ';
	width: 47px;
	height: 45px;
	position: absolute;
	left: 5px;
	background-image: url(/img/icon-chat.png);
	background-repeat: no-repeat;
}

.testimonial-carousel p {
	color: #7e7e7e;
	font-weight: 300;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	margin-bottom: 5px;
}

.testimonial-carousel span {
	color: #193864
}

.testimonial-carousel .owl-dots {
	counter-reset: dots;
	text-align: left;
	padding-top: 20px;
	display: none !important;
}

.testimonial-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 5px;
}

.testimonial-carousel .owl-dot span {
	display: none !important
}

.testimonial-carousel .owl-dot:before {
	counter-increment: dots;
	content: "0" counter(dots);
	font-size: 10px;
	color: #526d9c;
	font-weight: 900;
}

.testimonial-carousel .owl-dot.active:before {
	color: #a2cbcf
}



/* Image Style */
.img {
	overflow: visible;
	display: inline-block;
	z-index: 1;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.img img {
	border-radius: 40px 0 40px 0;
	overflow: hidden;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.15)
}

.img:before {
	content: '';
	position: absolute;
	top: -20px;
	display: block;
	left: 20px;
	bottom: 20px;
	right: -20px;
	border-radius: 40px 0 40px 0;
	border: 5px solid #9ec6ca;
	z-index: -1;
}

.background-img {
	border-radius: 30px 0 30px 0;
	padding: 20px 50px 50px 50px;
	background-size: cover;
	background-position: center top;
}

.background-img:before {
	border-radius: 30px 0;
	right: -5px;
	top: 0px;
	left: 35px;
}

.background-img .btn {
	position: absolute;
	bottom: 30px;
	right: 50px;
}

.blogroll_band .border>div {
	min-height: 450px;
}


/* Border Style */
.border {
	overflow: visible;
	display: inline-block;
	z-index: 3;
	margin-top: 50px;
	background-color: #fff;
	border-radius: 40px 0 40px 0;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	position: relative;
}

.border>div {
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 0px 30px 10px 40px;
	border-radius: 40px 0 40px 0;
}

.border:after {
	content: '';
	position: absolute;
	top: -20px;
	display: block;
	left: 30px;
	bottom: 20px;
	right: -20px;
	border-radius: 40px 0 40px 0;
	border: 5px solid #9ec6ca;
	z-index: 0;
}

.border.marble div {
	background-image: url(/img/marble-bg.png);
	background-position: -200px bottom;
	background-repeat: no-repeat;
}

.proof-points {
	columns: 2;
	column-gap: 60px;
	padding-bottom: 60px;
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
	padding-top: 30px;
}

.proof-points li {
	font-weight: 600;
	font-size: 22px;
	color: #000;
	position: relative;
	padding-left: 40px;
	line-height: 1.25em;
	max-width: 220px;
	display: block;
	break-inside: avoid-column;
	page-break-inside: avoid;
}

.proof-points li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-size: 22px;
	color: #a8ced2;
	position: relative;
	left: 0px;
	position: absolute;
}

.focus_band {}

.hotspots {
	/* display: flex; flex-wrap: wrap; justify-content: space-between;   */

	margin-bottom: -40px;
	column-count: 2;
}

.hotspots .hotspot {
	/* width: 50%; max-width: calc(50% - 30px);  */
	max-width: calc(100% - 30px);
	/* -webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
	break-inside: avoid-column; */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;

}

.hotspot:nth-child(2n),
.hotspot:nth-child(4n) {
	margin-bottom: 40px;
}

.hotspots .hotspot a {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0);
	display: block;
	border-radius: 40px 0 40px 0;
	padding: 0 40px;
	margin-left: -40px;
}

.hotspots .hotspot a h3 {
	transition: all 250ms ease;
}

.hotspots .hotspot a:hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.hotspots .hotspot a:hover h3 {
	color: #d08334;
}

.hotspot ul {
	padding-left: 40px;
	padding-bottom: 20px;
}

.hotspot ul li {
	font-size: 17px;
	color: #696969;
	position: relative;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.hotspot ul li:before {
	font-weight: 900;
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: -40px;
	color: #193864;
}

.focus_band .collaps_group {
	margin-bottom: 40px;
}

.focus_band .collaps_box>h3 {
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0 !important;
}

.focus_band .collaps_group .collaps_box {
	overflow: hidden;
}

.focus_band .collaps_group {
	position: relative;
}

.focus_band .collaps_group .open_box .inner_expand {
	transition: max-height 0.3s linear 0s
}

.focus_band .expand,
.focus_band .collapse {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e7a35d;
	position: absolute;
	bottom: -20px;
	left: 0
}

/* .focus_band .expand:after{ margin-left: 5px; content: ''; font-family: 'Font Awesome 5 Free'} */
.focus_band .expand i,
.focus_band .collapse i {
	margin-right: 5px;
	display: inline-block
}

.focus_band .collaps_group .inner_expand {
	min-height: 155px;
	transition: max-height 0.6s linear 0s;
	height: 100%;
	position: relative;
}

.focus_band .collaps_group .inner_expand:after {
	width: 100%;
	height: 30px;
	content: '';
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	bottom: 0px !important;
	position: absolute;
}

.focus_band .collaps_box.open_box:after {
	display: none;
}

.focus_band .collaps_group .collaps_box>.collapse {
	bottom: -32px;
}

.expand_content p:last-child {
	padding-bottom: 30px;
	margin-bottom: 0px
}

.blogroll_band .white .s1 {
	color: #fff;
}

.blogroll_band .white p {
	color: #fff;
}

.blogroll_band .border {
	display: flex;
	height: calc(100% - 60px);
	margin-top: 20px;
}

.blogroll_band .col-md-6:first-child {
	padding-right: 40px
}

.blogroll_band .col-md-6:last-child {
	padding-left: 40px
}

.blogroll_band .blog-post {
	padding-bottom: 0px;
	padding-top: 30px;
}

.blogroll_band .blog-post .date {
	color: #696969;
	font-size: 15px;
	line-height: 25px;
}

.blogroll_band .blog-post h4 {
	padding-top: 0px;
	font-family: 'Lato', sans-serif;
	color: #193864;
	font-size: 20px;
	text-transform: initial;
	font-weight: 600;
	padding-bottom: 10px;
}

.blogroll_band .blog-post h4 a {
	color: #193864
}

/* .blogroll_band .blog-post p:hover, .blogroll_band .blog-post h4 a:hover { color: #d08334; cursor: pointer; } */
.blog-post img {
	overflow: none;
	border-radius: 15px 0 15px 0
}

.prefooter {
	background-color: #193864;
	position: relative;
	background-image: url(/img/cta-bg.jpg);
	background-repeat: no-repeat;
	background-position: top 0px left 25%;
}

.prefooter .col-md-8 {
	position: relative;
	text-align: right;
	padding-right: 60px;
}

.prefooter .col-md-8:after {
	display: block;
	content: '';
	width: 2px;
	top: 0px;
	bottom: 0px;
	background-color: #fff;
	position: Absolute;
	right: 25px;
	height: 125px;
}

.prefooter .s2 {
	color: #fff;
	text-align: right;
	font-size: 36px;
	line-height: 43px
}

.prefooter .tel {
	color: #fff;
	font-family: 'Lato', serif;
	font-size: 36px;
	line-height: 1.5em;
	margin-bottom: 15px;
	display: block;
}

.prefooter .btn {
	width: 100%;
	display: block;
	max-width: 275px;
	text-align: center;
	margin-bottom: 0px;
}

footer {}

.footer-top {
	background-image: url(/img/footer-marble-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f2f2f2;
}

.footer-top ul {
	margin-bottom: 30px;
}

.footer-top h4 {
	padding-bottom: 0px;
	font-size: 19px;
	line-height: 26px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	padding: 30px 0 0 0;
}

.footer-top ul li a {
	font-family: 'Lato', sans-serif;
	color: #6f6f6f;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-size: 16px;
	transition: all 250ms ease;
	margin-left: 0px;
	font-weight: 400;
}

.footer-top ul li a:hover {
	margin-left: 10px;
	color: #d08334;
}

.footer-top .company-details img {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 100%;
	width: 250px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footer-top .company-details p {
	color: #000;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5px;
	line-height: 25px;
}

.footer-top .company-details p strong {
	font-family: 'Lato', serif;
	letter-spacing: 0em;
}

.footer-top .company-details a {
	font-size: 19px;
	color: #000;
	font-family: 'Lato', serif;
	line-height: 26px;
	font-weight: 900;
	margin-bottom: 10px;
	display: block;
}

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


.footer-middle h4 {
	font-size: 19px;
	line-height: 26px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}

.footer-middle .blog-item a {
	color: #193864;
	font-weight: 900;
	font-size: 16px;
	line-height: 23px;
	display: block;
	margin-bottom: 5px;
}

.footer-middle .blog-item a:hover {
	color: #d08334
}

.footer-middle .blog-item p {
	color: #696969;
	font-size: 16px;
	line-height: 23px;
}

.footer-middle .blog-item p strong {
	color: #696969;
	display: inline-block;
	position: relative
}

.footer-middle .blog-item p strong:after {
	content: '•';
	font-size: 10px;
	top: -2px;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}


.footer-bottom {
	background-color: #a8ced2;
}

.footer-bottom p {
	color: #fff;
	font-size: 16px;
	line-height: 23px;
}

.footer-bottom a {
	color: #fff;
	text-decoration: underline
}

.footer-bottom a:hover {
	text-decoration: none;
}

.copyright {
	background-color: #193864;
	padding-top: 15px;
	padding-bottom: 15px;
}

.copyright p {
	color: #fff;
	font-size: 16px;
	line-height: 23px;
}


/** Inner Page **/
/* .title_band { border-bottom: 1px solid #dddddd;} */
.title_band h1,
.title_band .h1 {
	position: relative;
	padding-top: 7px !important;
	padding-bottom: 7px;
	margin-bottom: 30px;
}

.title_band h1:after,
.title_band .h1:after {
	height: 1px;
	width: 60%;
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgb(221, 221, 221);
	background: linear-gradient(90deg, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, 1) 81%, rgba(221, 221, 221, 0) 100%);

}

/* Tream Members */
.team-carousel {}

.team-carousel:before,
.team-carousel:after {
	position: absolute;
	width: 40px;
	top: 0px;
	bottom: 0px;
	content: '';
	display: block;
	z-index: 9;
}

.team-carousel:after {
	right: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */

}

.team-carousel:before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
	/* IE6-9 */
}

.team-carousel .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.team-carousel .owl-nav:after {
	content: 'Swipe';
	order: 0;
	margin: 0 20px;
	font-size: 15px;
	color: #696969;
}

.team-carousel .owl-nav .owl-next {
	order: 3;
}

.team-carousel .owl-nav .owl-next,
.team-carousel .owl-nav .owl-prev {
	background-color: #e7a35d;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 16px 40px 14px !important;
	font-weight: 600;
	letter-spacing: -0.02em;
	border: 3px solid transparent;
	border-radius: 5px 0 5px 0;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	margin-bottom: 30px;
	display: inline-block;
}

.team-carousel .owl-nav .owl-next:hover,
.team-carousel .owl-nav .owl-prev:hover {
	background-color: #d08334;
	color: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}


.team-member {
	margin-top: 30px;
	margin-bottom: 30px;
}

.team-member .img {
	margin-bottom: 30px;
	transition: all 250ms ease;
	display: inline-block !important
}

.team-member .img img {
	max-width: 230px;
}

.team-member strong {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 800;
	color: #193864;
	margin-bottom: 20px;
	color: #193864;
}

.team-member span {
	display: block;
	margin-bottom: 20px;
}

.team-member a {
	display: block;
	color: #e7a35d;
	font-weight: 600;
}

.team-member:hover .img img {
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25)
}

/* Team Snapshot */
.team-snapshot {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
}

.team-snapshot .s3 {
	padding-bottom: 0px;
}

.team-snapshot img {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
	border-radius: 40px 0 40px 0;
	border: 1px solid #a9cfd3;
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center bottom;
	position: relative;
	top: 25px;
	right: -35px;
	z-index: 1;
}

.team-snapshot .col-md-9 {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
	border-radius: 40px 0 40px 0;
	border: 1px solid #a9cfd3;
	padding-bottom: 30px;
	padding-left: 60px;
	background-color: #fff;
	background-image: url(/img/marble-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.team-snapshot .col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}

.team-snapshot .col-md-3 .s3 {
	position: absolute;
	left: 30px;
}

.team-snapshot h2 {
	font-size: 36px;
}

.collaps_group.team {
	margin-bottom: 70px;
}

.collaps_group.team .collaps_box>h3 {
	color: #464646;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0 !important
}

.collaps_group.team .collaps_box {
	overflow: hidden;
}

.collaps_group.team {
	position: relative;
}

.collaps_group.team .open_box .inner_expand {
	transition: max-height 0.3s linear 0s
}

.collaps_group.team .expand,
.collaps_group.team .collapse {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e7a35d;
	position: absolute;
	bottom: -20px;
	left: 0
}

/* .collaps_group.team .expand:after{ margin-left: 5px; content: ''; font-family: 'Font Awesome 5 Free'} */
.collaps_group.team .expand i,
.collaps_group.team .collapse i {
	margin-right: 5px;
	display: inline-block
}

.collaps_group.team .inner_expand {
	min-height: 55px;
	transition: max-height 0.6s linear 0s;
	height: 100%;
	position: relative;
}

.collaps_group.team .inner_expand:after {
	width: 100%;
	height: 30px;
	content: '';
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	bottom: 0px !important;
	position: absolute;
}

.collaps_group.team.grey .inner_expand:after {
	width: 100%;
	height: 30px;
	content: '';
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f3f3', endColorstr='#f3f3f3', GradientType=0);
	/* IE6-9 */

	bottom: 0px !important;
	position: absolute;
}

.collaps_box.open_box:after {
	display: none;
}

.collaps_group.team .collaps_box>.collapse {
	bottom: -32px;
}

/* CTA Box */
.cta-box {
	background-color: #193864;
	color: #fff;
	padding: 10px 20px 10px 40px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.cta-box p {
	padding: 0px;
	color: #fff;
	font-weight: bold;
}

.cta-box a {
	margin-bottom: 0px;
	margin-left: 5px;
}

.cta-box a:not(.btn) {
	color: #e7a35d;
}

/* Contact Form */
.form {
	border-radius: 40px 0 40px 0;
	background-color: #193864;
	padding: 30px 50px 10px;
	color: #fff;
}

.form .s3 {
	color: #fff;
}

label {
	font-weight: bold;
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #ccc !important;
}

label small,
.form p {
	display: block;
	color: #b5cef1;
	margin: 5px 0 8px;
	font-size: 16px;
	line-height: 18px;
}

.form-control {
	margin-bottom: 10px;
}

label .req {
	color: #d45d5d;
}

.form .btn {
	display: block;
	width: 100%;
	text-align: center;
}


.contact_band h2:first-child {
	padding-top: 0px;
}

.contact_band .tel {
	font-size: 25px;
	line-height: 1em;
	color: #7e7e7e;
	display: block;
	padding-bottom: 30px;
}

.contact_band .testimonial-carousel {
	margin-top: 30px;
}

.contact_band .contact-col {
	display: flex;
	justify-content: space-between;
}

.contact_band .contact-col>div {
	max-width: 366px;
}

div.wpcf7-response-output {
	margin: 0px;
}

.flyout-content .btn {
	margin-bottom: 0px;
}

.flyout-content textarea {
	background-color: #fff !important;
	border-bottom: 1px solid #e7a35d;
	color: #a2a2a2 !important;
}

.flyout-content input[type=email],
.flyout-content input[type=tel],
.flyout-content input[type=text] {
	background-color: #fff !important;
	border-bottom: 1px solid #e7a35d;
	color: #a2a2a2 !important;
}

.flyout-content .req {
	color: #193864
}

.flyout-content .req:before {
	content: '•';
	color: #d55d5e
}

.flyout-content form>p {
	color: #b6cef2;
	font-size: 15px;
}

.flyout-content form button {
	width: 100%;
	text-align: center;
}

/* Testimonial Section */
.testimonial_box {
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
	padding: 45px 45px 55px;
	background-color: #fff;
	background-image: url('../sb_images/testi_bg.png');
	background-position: top right;
	background-size: auto;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}

.testimonial_box strong {
	display: block;
}

blockquote {
	padding: 0 45px;
	border-left: 5px solid #1dd1a1;
	margin-bottom: 60px;
}

blockquote strong {
	display: block;
}

.testimonial {
	padding: 30px 45px 30px 60px;
	position: relative;
	font-style: italic;
}

.testimonial p {
	margin-bottom: 5px;
	font-family: 'Libre Baskerville', serif;
}

.testimonial:before {
	background-image: url(/img/icon-chat.png);
	height: 34px;
	width: 34px;
	content: '';
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	left: 0;
	font-weight: 100;
	font-style: normal;
}

.testimonial strong {
	display: inline;
	font-style: normal;
	text-transform: uppercase;
	margin-right: 5px;
	color: #193864;
}

.testimonial span {
	padding-top: 0;
	display: block;
	font-style: normal;
	color: #193864 !important;
	text-transform: uppercase;
	font-family: 'Lato';
	font-size: 16px;
}

.testimonial.white p {
	color: #fff;
}

.testimonial.white:before {
	background-image: url(/img/icon-chat-light.png);
}

.testimonial.white strong,
.testimonial.white span {
	color: #d7fafe !important;
}

.testimonial_box:last-child {
	margin-bottom: 0;
}

blockquote:last-child {
	margin-bottom: 0;
}

/* .author{ font-size: 18px; line-height: 26px; color: #a2a2a2; font-weight: 900; }
.author i{     color: #003e51; margin-right: 3px; }
.author strong{ display: inline-block; color: #000; }
 */




/* Contact Band  */
/* .blue_box{ padding: 45px 45px 45px; background-color: #294d6d; }
.blue_box .icon_s3 i{ color: #fff; }
.contact_info strong{ font-size: 20px; line-height: 22px; color: #1dd1a1; font-weight: 900; display: inline-block; width: 100%; margin: 25px 0 5px;}
.contact_info a[href^="tel:"]{ font-size: 30px; line-height: 30px; font-weight: 400; color: #fff; }
.contact_info a[href^="tel:"]:hover{ color:#d08334;  }
.contact_info ul li{ display: inline-block; margin: 0 8px 10px;}
.contact_info ul li:first-child{ margin-left: 0; }
.contact_info ul li a{ color:#ffaca4; font-size:30px; line-height: 30px; }
.contact_info ul li a:hover{ color:#d08334; }
.contact_info ul li a i{ transition: none; } */

.form-group {
	margin-bottom: 25px;
	position: relative;
}

.nice-select {
	border-radius: 0;
	border: 1px solid #003e51;
	float: none;
	font-size: 18px;
	height: 34px;
	line-height: 18px;
	padding: 9px 30px 6px 10px;
	width: 100%;
}

.nice-select:after {
	content: none;
}

.nice-select:before {
	content: "\f078";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 free";
	color: #ffaca4;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 8px;
	transition: all 0.5s ease 0s;
}

.nice-select.open:before {
	top: 6px;
	transform: rotate(180deg);
}

.nice-select .list {
	margin-top: 0px;
	width: calc(100% + 1px);
	border-radius: 0;
	border: 1px solid #003e51;
	margin-left: -1px;
}

.radio_btn {
	position: relative;
	display: table;
}

.radio_btn span {
	font-size: 18px;
	line-height: 26px;
	color: #a2a2a2;
	font-weight: 400;
	padding-left: 30px;
	position: relative;
}

.radio_btn input[type="radio"] {
	opacity: 0;
	height: 17px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 9;
}

.radio_btn span:after {
	content: " ";
	width: 20px;
	height: 20px;
	position: absolute;
	top: -2px;
	left: 0px;
	pointer-events: none;
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 free";
	border: 2px solid #ffaca4;
	border-radius: 100%;
}

.radio_btn input[type="radio"]:checked+span:after {
	content: " ";
	width: 20px;
	height: 20px;
	position: absolute;
	top: -2px;
	left: 0px;
	pointer-events: none;
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 free";
	font-weight: 900;
	font-size: 12px;
	padding: 3px 3px;
	color: #fff;
	background-color: #ffaca4;
}

.submit {
	margin-bottom: 0;
}

.form-group .btn {
	display: block;
	width: 100%;
	text-align: center;
}

.contact_info address {
	max-width: 300px;
	margin-bottom: 30px;
}

.contact_info address a {
	display: table;
}

.contact_info img {
	border: 2px solid #003e51;
	width: 100%;
}



.contact_form1 form p,
.contact_form2 form p {
	font-size: 15px;
	line-height: 22px;
	color: #a2a2a2;
	font-weight: 400;
	display: inline-block;
	width: 100%;
}

.contact_form1 .row {
	margin: 0 -40px;
}

.contact_form1 .row .col-md-4 {
	padding: 0 40px;
}

.contact_form1 .col-md-4:last-child .contact_info strong {
	margin-top: 0;
}


.contact_form2 .row {
	margin: 0 -40px;
}

.contact_form2 .row .col-md-6 {
	padding: 0 40px;
}

.contact_form2 form {
	background-color: #f9f8f8;
	padding: 50px 45px;
}

.contact_form2 .form-group.name,
.contact_form2 .form-group.email,
.contact_form2 .form-group.phone,
.contact_form2 .form-group.select {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.contact_form2 .form-group.name label,
.contact_form2 .form-group.email label,
.contact_form2 .form-group.phone label,
.contact_form2 .form-group.select label {
	margin-right: 30px;
	white-space: nowrap;
	margin-bottom: 0;
}

.contact_form2 a[href^="tel:"] {
	color: #a2a2a2;
}

.contact_form2 a[href^="tel:"]:hover {
	color: #d08334;
}

.contact_form2 .contact_info ul+span.icon_s3 {
	margin-bottom: 0;
}

.contact_form1 .icon_s3+p,
.contact_form2 .icon_s3+p {
	font-size: 15px;
	line-height: 22px;
	color: #a2a2a2;
	font-weight: 400;
}


input.error {
	border-bottom: 1px solid #ff0000;
	text-align: left;
}

p.error {
	border: 1px solid #ff0000;
	padding: 10px 10px 5px;
	text-align: center;
}

label.error {
	display: none !important;
}

p.success {
	padding: 10px 10px 5px;
	text-align: center;
	border: 1px solid #15a73b;
}


.contact_form1 .form-group.name,
.contact_form1 .form-group.email,
.contact_form1 .form-group.phone {
	margin-top: 50px;
}

.contact_form1 .form-group.name input:focus+label,
.contact_form1 .form-group.email input:focus+label,
.contact_form1 .form-group.phone input:focus+label {
	top: -20px;
	font-size: 15px;
}


.contact_form1 .form-group.name .after_submit+label,
.contact_form1 .form-group.email .after_submit+label,
.contact_form1 .form-group.phone .after_submit+label {
	top: 0px !important;
	font-size: 20px;
}

.contact_form1 .form-group.name .error+label,
.contact_form1 .form-group.email .error+label,
.contact_form1 .form-group.phone .error+label {
	top: -20px;
	font-size: 15px;
}

.contact_form1 .form-group.name label,
.contact_form1 .form-group.email label,
.contact_form1 .form-group.phone label {
	position: absolute;
	top: 0px;
	transition: all 0.5s ease 0s;
	pointer-events: none;
}

input+label.input-value {
	top: -20px !important;
	font-size: 15px;
}


/* Proof Point Carousel */
/* .normal_content_band .owl-carousel .item{ text-align: center; max-width: 300px; }
.normal_content_band .owl-carousel .item strong{  padding-top: 65px; padding-bottom: 30px; display: inline-block; font-size: 25px; line-height: 28px; color: #1dd1a1; font-weight: 900;  position: relative;}
.normal_content_band .owl-carousel .item strong:before {    content: "\f164";    font-family: "Font Awesome 5 Brands" , "Font Awesome 5 free";    color: #003e51;    font-size: 35px;    line-height: 35px;    font-weight: 500;    position: absolute;    left: 0;    top: 0;    right: 0;    text-align: center;}
.normal_content_band .owl-carousel .item p{ color:#a2a2a2; font-size: 22px; line-height: 31px; }
.normal_content_band .owl-controls .owl-dots {      padding: 50px 0px 0;}
.normal_content_band .owl-controls .owl-dots .owl-dot{ display: inline-block;  }
.normal_content_band .owl-theme .owl-dots .owl-dot span{ margin:0 12px 0 0; height: 6px; width: 6px; color: #a2a2a2; }
.normal_content_band .owl-theme .owl-dots .owl-dot.active span {    background: #000;}

.swipe{ font-size: 18px; line-height: 26px; color: #a2a2a2; font-weight: 900;     text-align: center;    display: table;    margin: 12px auto 0; position: relative;}
.swipe:after {    content: "\f337";    font-family: "Font Awesome 5 Brands" , "Font Awesome 5 free";    margin-left: 5px;    position: relative;    top: 2px;}
 */


/* Proof Point Columns */
/* .proof_point{ display:block; }
.proof_point li{ width:33.33%; float: left;  position: relative; padding-left: 0 !important; margin-bottom: 60px !important; display: inline-block;}
.proof_point li:nth-last-child(1){ margin-bottom: 0 !important; }
.proof_point li:nth-last-child(2){ margin-bottom: 0 !important; }
.proof_point li:nth-last-child(3){ margin-bottom: 0 !important; }

.proof_point li:nth-child(3n+1){  clear: left; }
.proof_point .proof_point_content{ max-width: 320px; padding-left: 25px;      border-left: 1px solid #1dd1a1; margin-left: 65px !important; padding-right: 15px;}
.proof_point strong{ font-size: 25px;    line-height: 28px;    color: #1dd1a1;    font-weight: 900;  margin-bottom: 25px; display: block;}
.proof_point .proof_point_content span {    color: #003e51 !important;    font-size: 35px !important;    font-weight: 900 !important;    position: absolute;    left: 0;    top: 4px;}
.proof_point .proof_point_content span i{ font-weight: 500 !important; }
.proof_point li:before{ content:none !important; } */



/* Hotspot Band */
/* .row.hotspots_wrapper{ margin: 0 -30px; }
.hotspots_band a{ display: inline-block; margin: 0 15px; padding: 30px 40px; background-image: url('../sb_images/branding_1.png'); background-color: #fff; background-size: auto; background-position: right bottom; background-repeat: no-repeat; transition: all 0.5s ease 0s;}
.hotspots_band span.s3{ color:#1dd1a1; }
.hotspots_band p{ font-weight: 400; }
.hotspots_band strong{     color: #ffaca4;    font-size: 18px;    line-height: 26px;    font-weight: 900; transition: all 0.5s ease 0s; }
.hotspots_band a:hover{ box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); }
.hotspots_band a:hover strong{ color:#d08334; } */

/* Hotspot Slider */
/* .hotspot_slider.owl-carousel .item {    text-align: left;    max-width: 100%; max-width: 375px;width: 100%; margin:15px 0;}
.hotspot_slider a{ display: inline-block; margin: 0; padding: 30px 40px; background-image: url('../sb_images/branding_1.png'); background-color: #f9f8f8; background-size: auto; background-position: right bottom; background-repeat: no-repeat; transition: all 0.5s ease 0s;}
.hotspot_slider span.s3{ color:#1dd1a1; }
.hotspot_slider p{ font-weight: 400; }
.hotspot_slider i{     color: #ffaca4;    font-size: 18px;    line-height: 26px;    font-weight: 900; transition: all 0.5s ease 0s; font-style: normal;}
.hotspot_slider a:hover{ box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); }
.hotspot_slider a:hover i{ color:#d08334; }
.hotspot_slider.owl-controls .owl-dots {    padding: 45px 0px 0;} */

/* Single Slide Carousel */
/* .single_slide .item{ position: relative; }
.single_slide .single_slide_img{ position: relative; margin-bottom: 15px;}
.single_slide p{ max-width: 910px; padding: 0 15px; margin: 0 auto; font-weight: 400; }
.single_slide .single_slide_img:before{ content: "";background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%); position: absolute; left: 0; top: 0; height: 100%; width: 30%; z-index: 9; pointer-events: none;}
.single_slide span.s3{    color: #1dd1a1;    max-width: 350px;    position: absolute;    top: 50px;    left: 50px;    z-index: 9;}
.single_slide .owl-controls{ text-align: center; }
.single_slide .owl-nav{ max-width: 880px;    display: inline-block;    width: 100%; margin-top: 30px; }
.single_slide .owl-prev{ width:calc(50% - 15px); float: left !important;      background-color: #ffaca4;    color: #fff;    font-size: 15px;    line-height: 15px;    padding: 16px 22px 13px;    font-weight: 700;    letter-spacing: -0.02em;    border: 3px solid transparent; border-radius: 5px;  transition: all 0.5s ease 0s; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); margin: 0 !important; text-transform: capitalize;     padding: 15px 10px !important;}
.single_slide .owl-next{ width:calc(50% - 15px); float: right !important;       background-color: #ffaca4;    color: #fff;    font-size: 15px;    line-height: 15px;    padding: 16px 22px 13px;    font-weight: 700;    letter-spacing: -0.02em;    border: 3px solid transparent; border-radius: 5px;  transition: all 0.5s ease 0s; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); margin: 0 !important; text-transform: capitalize;     padding: 15px 10px !important;}
.single_slide .owl-prev:hover ,  .single_slide .owl-next:hover{ background-color: #d08334; color: #fff; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); }
#counter1{    position: absolute;    right: 50px;    bottom: 25%;    z-index: 9;    font-size: 18px;    line-height: 26px;    font-weight: 900;    color: #a2a2a2;} */

/* Accordion */
/* .accordion_active .accordion_box .content{ display: none; }
.accordion_active .accordion_box .active + .content{ display: block; }
.accordion{     border: 1px solid #dadada;  margin-bottom: 60px;}
.accordion a{ font-weight: 900; color:#ffaca4; font-size: 18px; line-height: 26px;     padding: 15px 50px 11px 15px;  display: block; border-width: 1px; border-style: solid; border-color: #dadada transparent transparent transparent; position: relative;     background-color: #f9f8f8;}
.accordion a:before{     content: "\f053";    font-family: "Font Awesome 5 Brands" , "Font Awesome 5 free";    color: #ffaca4;    font-weight: 700;    font-size: 18px;    line-height: 20px;    position: absolute;    right: 25px;    top: 18px;    transition: all 0.5s ease 0s; }
.accordion a.active:before{transform: rotate(-90deg);}

.accordion a.active{ border-color: #1dd1a1 transparent transparent transparent; }
.accordion .content{ padding: 40px 20px 45px; border-top: 1px solid #dadada;     background-color: #f9f8f8; }
.accordion a.active{ color: #a2a2a2; }
.accordion a:hover{ color: #d08334; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); border: 1px solid #d08334; } */

/* Horizontal Tabs */
/* .tabs.horizontal_tabs{ margin-bottom: 60px !important; }
.tabs.horizontal_tabs ul.resp-tabs-list { display: flex; width: 100%; float: none; align-items: center; border:1px solid #dadada;}
.tabs.horizontal_tabs ul.resp-tabs-list li {    flex: 1;    min-height: 80px;    padding: 10px !important;    display: flex;    align-items: center;    justify-content: center;    text-align: center; font-size: 18px; line-height: 26px; font-weight: 900; color: #a2a2a2; background-color: #fcfcfc;  position: relative; border-top:1px solid transparent; border-right:1px solid #dadada;}
.tabs.horizontal_tabs ul.resp-tabs-list li:last-child{ border-right: none; }
.tabs.horizontal_tabs .resp-tabs-container {    width: 100%;    border: 1px solid #dadada;    padding: 30px;    min-height: 0;    border-top: none;    background-color: #f9f8f8; float: none;}
.tabs.horizontal_tabs li.resp-tab-active{ background-color: #f9f8f8 !important; margin-right: 0 !important; border-top-color: #1dd1a1 !important;}
.tabs.horizontal_tabs .resp-tabs-list li:before{ content: none; }
.tabs.horizontal_tabs p{ font-weight: 400; }
.tabs.horizontal_tabs .resp-tab-content{ padding: 0; }
.tabs.horizontal_tabs{ margin-bottom: 60px !important; } */



/* Vertical Tabs */
/* .tabs.vertical_tabs ul.resp-tabs-list {  border:1px solid #dadada;}
.tabs.vertical_tabs ul.resp-tabs-list li {     min-height: 55px;    padding: 10px !important;    display: flex;    align-items: center;    justify-content: center;    text-align: center; font-size: 18px; line-height: 26px; font-weight: 900; color: #a2a2a2; background-color: #fcfcfc;  position: relative; border-left:1px solid transparent; border-bottom:1px solid #dadada;}
.tabs.vertical_tabs ul.resp-tabs-list li:last-child{ border-bottom: none; }
.tabs.vertical_tabs .resp-tabs-container {   border: 1px solid #dadada;    padding: 30px;    min-height: 0;    background-color: #f9f8f8; width: 75%; min-height: 300px; margin-left: -1px;}
.tabs.vertical_tabs li.resp-tab-active{ background-color: #f9f8f8 !important; margin-right: 0 !important; border-left-color: #1dd1a1 !important;}
.tabs.vertical_tabs .resp-tabs-list li:before{ content: none; }
.tabs.vertical_tabs p{ font-weight: 400; }
.tabs.vertical_tabs .resp-tab-content{ padding: 0; } */


/* Blog Band */
/* .blog_band .row{ margin: 0 -30px }
.blog_content{ padding: 0 15px; }
.blog_content a{ display: inline-block; }
.blog_band strong{ font-weight: 900;    font-size: 25px;    line-height: 28px;    color: #1dd1a1;    margin-bottom: 30px;    display: block; transition: all 0.5s ease 0s; }
.blog_band .blog_img{ margin-bottom: 30px; position: relative;}
.blog_band .blog_img img{ width: 100%; }
.blog_band .blog_img img + p{ position: absolute; }

.blog_band p{ transition: all 0.5s ease 0s; }

p.date{ background-color: #294d6d;    display: inline-block;    padding: 9px 15px 9px 10px;    font-size: 14px;    line-height: 14px;    font-weight: 900;    color: #fff !important;    position: relative;    top: 0;    left: 0; }
p.date i{ margin-right: 5px;}
p.date:before {    content: "";    background-image: url('../sb_images/date-icon.png');    position: absolute;    top: 0;    right: -17px;    height: 100%;    width: 17px;    background-size: contain;    background-repeat: no-repeat;}

.read_more{ font-size: 18px;    line-height: 26px;    color: #ffaca4;    font-weight: 900;    position: relative;    display: inline-block; position: relative; transition: all 0.5s ease 0s; }
.read_more:after { content: "\f30b";  font-family: "Font Awesome 5 Brands" , "Font Awesome 5 free"; margin-left: 10px; position: relative;  top: 1px; left: 0; transition: all 0.5s ease 0s; }


.blog_content a:hover strong , .blog_content a:hover p , .blog_content a:hover .read_more  { color: #d08334; }
.blog_content a:hover .read_more:after{ left: 10px; color: #d08334; transition: all 0.5s ease 0s;  }

.vertical_blogs .row{ margin: 0 -30px }
.blog_content{ padding: 0 15px; }
.blog_content a{ display: inline-block; }
.vertical_blogs .blog_content_wrapper strong{ font-weight: 900;  font-size: 14px;    line-height: 18px;    margin-bottom: 10px;    color: #a2a2a2; display: block; transition: all 0.5s ease 0s; }
.vertical_blogs strong{ font-weight: 900;    font-size: 25px;    line-height: 28px;    color: #1dd1a1;    margin-bottom: 15px;    display: block;    transition: all 0.5s ease 0s; }
.vertical_blogs .blog_content_wrapper strong i{ margin-right: 5px; }
.vertical_blogs .blog_img{ margin-bottom: 30px; position: relative; max-width: 150px; margin-right: 15px; float: left;}
.vertical_blogs p{     margin-bottom: 5px; }
.vertical_blogs .blog_content{ margin-bottom: 50px; }
.vertical_blogs .big_blog_img{ background-color: #000; position: relative; margin: 0 15px; }
.vertical_blogs .big_blog_img img{ width: 100%; opacity:0.6; height: 100%; }
.vertical_blogs .big_blog_img .btn{ position: absolute; bottom: 100px; left: 50px; } */

.flex-row {
	display: flex;
}

.col-md-4.sticky-holder {
	text-align: right
}

.sticky-guy {
	position: sticky;
	top: 180px;
	max-width: 343px;
}

.sticky-guy>div {
	background-image: url(/img/cta-background-pattern.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 130px;
	position: relative;
	overflow: hidden
}

.sticky-guy>div:after {
	content: '';
	background-image: url(/img/2025-team-photo.webp);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}

/* ================================= 7 Media Query #media ================================= */
/********************************* Mobile Potrait #MP ********************************/
@media screen and (max-width: 320px) and (orientation: portrait) {}

/********************************* Mobile Potrait ********************************/
@media screen and (max-width: 480px) and (orientation: portrait) {}

/********************************* Mobile landscape ********************************/
@media screen and (max-width: 480px) and (orientation: landscape) {}

/* ================================= Common For All mobile definitions #mx ================================= */
@media all and (max-width: 767px) {

	.no-break br {
		display: block;
	}

	.show-on-desktop {
		display: none;
	}

	.show-on-mobile {
		display: block;
	}


	.btn {
		display: block;
		margin-bottom: 15px;
		text-align: center
	}

	.btn+.btn {
		margin-left: 0px;
	}

	p.intro {
		font-size: 17px;
		line-height: 24px;
		margin: 15px 0;
	}


	.space {
		padding: 30px 0;
	}

	.large_space {
		padding: 30px 0;
	}



	h2,
	.h2 {
		font-size: 24px;
		line-height: 22px;
		padding: 15px 0;
	}

	h3,
	.h3 {
		font-size: 20px;
		line-height: 24px;
		padding: 15px 0;
	}

	h4,
	.h4 {
		font-size: 16px;
		line-height: 24px;
		padding: 15px 0;
	}

	h5,
	.h5 {
		font-size: 16px;
		line-height: 24px;
		padding: 15px 0;
	}

	h6,
	.h6 {
		font-size: 15px;
		line-height: 20px;
		padding: 15px 0;
	}


	.s1 {
		font-size: 36px;
		line-height: 38px;
		padding: 15px 0;
	}

	.s2 {
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 15px;
		padding: 15px 0;
	}

	.s3 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.s4 {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 15px;
	}

	.home h2,
	.home .h2 {
		padding: 15px 0;
	}

	.pbd60 {
		padding-bottom: 30px;
	}

	.ptd60 {
		padding-top: 30px;
	}

	.mbd60 {
		margin-bottom: 30px !important;
	}

	.mtd60 {
		margin-top: 30px;
	}

	.pbd30 {
		padding-bottom: 15px;
	}

	.ptd30 {
		padding-top: 15px;
	}

	.mbd30 {
		margin-bottom: 15px !important;
	}

	.mtd30 {
		margin-top: 15px;
	}

	.pbm30 {
		padding-bottom: 30px;
	}

	.ptm30 {
		padding-top: 30px;
	}

	.mbm30 {
		margin-bottom: 30px !important;
	}

	.mtm30 {
		margin-top: 30px;
	}

	.pbm15 {
		padding-bottom: 15px;
	}

	.ptm15 {
		padding-top: 15px;
	}

	.mbm15 {
		margin-bottom: 15px !important;
	}

	.mtm15 {
		margin-top: 15px;
	}

	.pbm0 {
		padding-bottom: 0px;
	}

	.ptm0 {
		padding-top: 0px;
	}

	.mbm0 {
		margin-bottom: 0px !important;
	}

	.mtm0 {
		margin-top: 0px;
	}


	.social_band .s2 {
		line-height: 35px;
		margin-bottom: 80px;
	}

	.branding-center:before {
		content: none;
	}

	.branding-left>.container:before,
	.branding-left>.small_container:before {
		content: none;
	}

	.branding-right>.container:before,
	.branding-right>.small_container:before {
		content: none;
	}


	.icon_s1 {
		font-size: 24px;
		line-height: 30px;
		padding: 40px 0 15px;
	}

	.icon_s1:before {
		font-size: 30px;
		line-height: 30px;
	}

	.icon_s3 {
		padding-top: 40px;
		font-size: 24px;
		line-height: 30px;
	}

	.title_band h1,
	.title_band .h1 {
		margin-bottom: 15px;
	}

	/* Mobile Menu */
	.main_page {
		padding-top: 41px;
	}

	.mo_menu {
		display: block;
	}

	.headroom .full_nav {
		display: none !important
	}

	.headroom .mini_nav {
		transform: translateY(0%) !important;
	}

	.mini_nav .logo {
		max-width: 100%;
	}

	.mini_nav .logo a {
		display: inline-block;
		max-width: 136px;
		margin: 5px 0;
	}

	.mini_nav .main_menu li:first-child {
		display: none
	}

	.mini_nav .main_menu li:nth-child(2) {
		display: none;
	}

	.mini_nav .signup {
		display: block;
	}

	.mini_nav ul.main_menu li.mobile_menu_btn {
		display: block;
		padding-right: 0px;
	}

	.mini_nav .signup {
		padding-left: 5px;
		padding-right: 0px;
	}

	.mini_nav .main-nav {
		padding-left: 5px;
		padding-right: 5px;
	}

	/* .main_header{ display: none; } */

	.hero_band {
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.hero_band .col-md-7 {
		margin-bottom: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.hero_band .img {
		margin-left: 0px;
		margin-right: 25px;
	}

	.hero_band .s1 {
		padding: 10px 0 0;
		text-align: left;
		font-size: 32px;
		line-height: 38px;
	}

	.hero_band .s1:last-of-type {
		padding: 10px 0 20px 0;
	}

	.hero_band .s1:before {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 15px;
		position: relative;
		display: inline-block;
		margin-right: 10px;
	}

	.hero_band h1 {
		transform: rotate(0deg);
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
		display: block;
		order: 3;
		padding-top: 10px;
		right: 0;
		margin-bottom: 5px;
	}

	.border>div {
		padding: 0 30px 10px 30px;
	}

	.trust_us .border {
		margin-top: 20px;
	}

	.collaps_group {
		margin-bottom: 55px;
	}

	.testimonial-carousel:before {
		top: 15px;
		left: 0;
		right: 0px;
		margin: 0 auto;
	}

	.testimonial-carousel {
		padding: 65px 0 30px 0;
		text-align: center;
	}

	.testimonial-carousel .owl-dots {
		text-align: center;
	}

	.proof-points {
		columns: 1;
		padding: 0px;
	}

	.proof-points li {
		max-width: 100%;
		padding-bottom: 30px;
		font-size: 18px
	}

	.proof-points li:before {
		font-size: 18px;
	}

	.border {
		margin-right: 20px;
	}

	.hotspots {
		column-count: 1;
		margin-bottom: 0px;
	}

	.hotspots .hotspot {
		width: 100%;
		max-width: 100%;
		margin-left: 15px;
		padding-bottom: 0px;
		display: block;
	}

	.hotspots .hotspot:nth-child(2n),
	.hotspots .hotspot:nth-child(4n) {
		margin-bottom: 0px;
	}

	.hotspots .hotspot a {
		margin-left: -20px;
		padding: 0 30px;
	}

	.hotspots .hotspot p:last-child {
		padding-bottom: 15px;
	}

	.hotspots .hotspot .btn {
		display: inline-block;
	}

	.background-img .btn {
		bottom: 15px;
		right: 30px;
	}

	.blogroll_band .blog-post {
		padding-top: 15px;
	}

	.blogroll_band .col-md-6:last-child,
	.blogroll_band .col-md-6:first-child {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
	}

	.blogroll_band .border>div {
		height: 300px;
		margin-bottom: 30px;
		min-height: auto;
	}

	.blog-post img {
		margin-bottom: 15px;
	}

	.flex-row {
		flex-wrap: wrap;
	}

	.prefooter .col-md-8 {
		padding-right: 15px;
	}

	.prefooter .s2 {
		font-size: 28px;
		line-height: 32px;
	}

	.footer-top {
		text-align: center;
	}

	.footer-top h4 {
		padding-top: 0px;
	}

	.footer-top .company-details img {
		padding-top: 0px;
	}

	.footer-middle {}

	.blog-item {
		margin-bottom: 15px;
	}

	.testimonial_box {
		background-image: none;
		padding: 30px;
		margin-bottom: 30px;
	}

	blockquote {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.testimonial {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.cta-box {
		line-height: 1.25em;
		padding: 15px;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.cta-box .btn {
		margin-top: 15px;
		display: block;
		margin-left: 0px;
	}


	.team-carousel .owl-nav {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.team-carousel .team-member {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.collaps_group.team {
		margin-bottom: 45px
	}

	.left_image_band .col-md-6:first-child {
		position: relative;
		padding: 0;
	}

	.left_image_band img {
		position: relative;
		width: 100%;
	}

	.left_image_band {
		position: relative;
		padding: 0px 0 30px;
	}

	.left_image_band .col-md-6:last-child {
		padding-left: 15px;
		margin-top: 20px;
	}

	.right_image_band .row {
		flex-flow: column-reverse;
	}

	.right_image_band .col-md-6:last-child {
		position: relative;
		padding: 0;
		margin-bottom: 20px;
	}

	.right_image_band img {
		position: relative;
		width: 100%;
	}

	.right_image_band {
		position: relative;
		padding: 0px 0 30px;
	}

	.right_image_band .col-md-6:first-child {
		padding-right: 15px;
	}


	.blue_box {
		padding: 30px;
	}

	.contact_info strong {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
	}

	.contact_info a[href^="tel:"] {
		font-size: 22px;
		line-height: 26px;
	}

	.contact_info ul li {
		margin: 0 5px;
	}

	.contact_info ul li a {
		font-size: 22px;
		line-height: 22px;
	}

	.contact_form1 .col-md-4 {
		margin-bottom: 30px;
	}

	.contact_form1 .col-md-4:last-child {
		margin-bottom: 0px;
	}

	.contact_form2 .col-md-6 {
		margin-bottom: 30px;
	}

	.contact_form2 .col-md-6:last-child {
		margin-bottom: 0px;
	}

	.contact_form2 form {
		padding: 30px 25px;
	}

	.contact_form2 .form-group.name,
	.contact_form2 .form-group.email,
	.contact_form2 .form-group.phone,
	.contact_form2 .form-group.select {
		display: block;
	}

	.contact_form2 .form-group.name label,
	.contact_form2 .form-group.email label,
	.contact_form2 .form-group.phone label,
	.contact_form2 .form-group.select label {
		margin-bottom: 5px;
	}

	.contact_form1 form p,
	.contact_form2 form p {
		margin-bottom: 5px;
	}

	.contact_form1 .form-group.name,
	.contact_form1 .form-group.email,
	.contact_form1 .form-group.phone {
		margin-top: 30px;
	}

	.proof_point {
		margin: 0;
	}

	.proof_point li {
		width: 100%;
		float: none;
		margin-bottom: 30px !important;
	}

	.proof_point strong {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.proof_point .proof_point_content {
		max-width: 100%;
		padding-left: 15px;
		margin-left: 50px !important;
	}

	.proof_point .proof_point_content span {
		font-size: 25px !important;
	}

	.proof_point li:nth-last-child(1) {
		margin-bottom: 0 !important;
	}

	.proof_point li:nth-last-child(2) {
		margin-bottom: 30px !important;
	}

	.proof_point li:nth-last-child(3) {
		margin-bottom: 30px !important;
	}

	.hotspots_band a {
		padding: 20px 30px;
		background-image: none;
	}

	.hotspots_wrapper .col-md-4 .hotspots_band {
		margin-bottom: 30px;
	}

	.hotspots_wrapper .col-md-4:last-child .hotspots_band {
		margin-bottom: 0px;
	}

	.hotspot_slider.owl-carousel .item {
		max-width: 100%;
	}

	.normal_content_band .owl-controls .owl-dots {
		padding: 20px 0px 0;
	}

	.normal_content_band .owl-carousel .item p {
		font-size: 18px;
		line-height: 26px;
	}

	.single_slide span.s3 {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
	}

	.single_slide p {
		padding: 0;
	}

	#counter1 {
		bottom: auto;
		top: 10px;
		right: 30px;
	}


	.tabs .resp-tabs-list {
		display: none !important;
	}

	.tabs .resp-tabs-container {
		padding: 0 !important;
		width: 100% !important;
		min-height: 0;
	}

	.tabs .resp-accordion {
		font-size: 18px;
		line-height: 26px;
		font-weight: 900;
		color: #a2a2a2;
		background-color: #f9f8f8 !important;
		padding: 12px 40px 10px 15px;
		position: relative;
	}

	.tabs .resp-accordion:before {
		content: "\f078";
		font-family: "Font Awesome 5 Brands", "Font Awesome 5 free";
		color: #ffaca4;
		font-weight: 700;
		font-size: 20px;
		line-height: 20px;
		position: absolute;
		right: 20px;
		top: 15px;
		transition: all 0.5s ease 0s;
	}

	.tabs .resp-accordion.resp-tab-active:before {
		transform: rotate(180deg);
	}

	.tabs .resp-arrow {
		display: none;
	}

	.tabs .resp-accordion.resp-tab-active {}

	.tabs .resp-tab-content {
		padding: 15px 10px !important;
	}

	.tabs .resp-tabs-container {
		min-height: 0 !important;
	}

	.blog_band strong {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.blog_band .blog_img {
		margin-bottom: 20px;
	}

	.read_more {
		font-size: 16px;
		line-height: 24px;
	}

	.blog_band .blog_content {
		margin-bottom: 30px;
	}

	.blog_band .blog_content p {
		margin-bottom: 10px;
	}

	.blog_band .col-md-4:last-child .blog_content {
		margin-bottom: 0px;
	}

	ul.top_footer_links li {
		display: block;
	}

	.copy_right_band {
		text-align: center;
	}

	.marketing {
		position: relative;
		display: block;
		margin-top: 15px;
		float: none;
	}

	.footer2 .link_farm {
		text-align: center;
	}

	.footer2 .link_farm .col-md-3 {
		margin-bottom: 30px;
	}

	.footer2 .link_farm .col-md-3:last-child {
		margin-bottom: 0px;
	}

	.top_footer {
		text-align: center;
	}

	.top_footer .col-md-6 {
		order: 3;
	}

	.top_footer .col-md-4 {
		order: 2;
		margin-bottom: 20px;
	}

	.top_footer .col-md-2 {
		order: 1;
	}

	.sticky-holder {
		display: none;
	}

	.testimonial {
		margin-bottom: 0px;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.team-snapshot .col-md-3 {
		width: 100%;
	}

	.team-snapshot img {
		margin: auto;
		top: 55px;
		right: 0;
		left: 0;
		max-width: 90%;
	}

	.team-snapshot .col-md-9 {
		width: 100%;
		border-left: 0px;
		border-top: 1px solid #a9cfd3;
		padding: 40px 20px 20px;
	}

	.team-snapshot {
		flex-wrap: wrap;
		max-width: 500px;
		margin: 15px auto 0;
	}

	/* .team-snapshot img { padding-top: 80px; } */
	.team-snapshot .col-md-3 .s3 {
		left: 15px;
	}

	.cd-top {
		bottom: 30px;
		right: 30px;
	}

	p,
	.content_row ul li,
	.content_row ol li {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.content_row ul,
	.content_row ol {
		padding-bottom: 15px;
	}

	.contact_form1 .row {
		margin: 0 -15px;
	}

	.contact_form1 .row .col-md-4 {
		padding: 0 15px;
	}

	.contact_form2 .row {
		margin: 0 -15px;
	}

	.contact_form2 .row .col-md-6 {
		padding: 0 15px;
	}

	.row.hotspots_wrapper {
		margin: 0 -15px;
	}

	.hotspots_band a {
		margin: 0;
	}

	.blog_band .row {
		margin: 0 -15px;
	}

	.blog_content {
		padding: 0px;
	}

	.vertical_blogs .row {
		margin: 0 -15px;
	}


	.footer2 .top_footer_links {
		max-width: 100%;
	}

	.footer2 .blog_roll .col-md-3:first-child {
		padding-bottom: 30px;
	}

	.contact_band .contact-col .col-md-4:first-of-type {
		order: 3;
	}

	.contact_band .contact-col {
		flex-wrap: wrap;
		max-width: 500px;
		margin: 0 auto;
	}

	.contact_band .contact-col .col-md-4 {
		width: 100%;
		max-width: 100% !important;
		padding-bottom: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.contact_band .form {
		padding: 15px 30px 10px;
	}

	.contact_band .tel {
		padding-bottom: 0px;
	}

	html * {
		max-height: 1000000px
	}

	.x {
		display: none
	}


	/* Image Alignment */
	.alignnone,
	a img.alignnone,
	.aligncenter,
	div.aligncenter,
	.alignright,
	a img.alignright,
	.alignleft,
	a img.alignleft {
		margin: 0px auto 30px;
		float: none;
		display: block;
	}

}




@media only screen and (max-width: 1001px) {
	.prefooter .tel {
		font-size: 28px;
		text-align: center
	}

	.prefooter .col-md-8,
	.prefooter .col-md-4 {
		width: 100%;
	}

	.prefooter .col-md-8 {
		border-right: 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	.prefooter .s2 {
		text-align: center;
	}

	/* 	.prefooter .s2 br { display: none;} */
	.prefooter .col-md-8:after {
		bottom: 0px;
		width: 100px;
		height: 2px;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.prefooter .tel {
		line-height: 1em;
		margin-bottom: 15px;
	}

	.prefooter .btn {
		margin: 0 auto;
	}


}


/********************************* ipad portrait #ip ********************************/
@media only screen and (min-width : 768px) and (max-width: 1024px) {

	/* mobile menu */
	.main_page {
		padding-top: 41px;
	}

	.mo_menu {
		display: block;
	}

	.mini_nav ul.main_menu li:first-child {
		display: none;
	}

	.headroom .full_nav {
		display: none !important
	}

	.headroom .mini_nav {
		transform: translateY(0%) !important;
	}

	.mini_nav .logo {
		text-align: left;
		max-width: 100%;
	}

	.mini_nav .logo a {
		display: inline-block;
		max-width: 136px;
		margin: 5px 0;
	}

	.mini_nav .main_menu li:first-child {
		display: none
	}

	.mini_nav .main_menu li:nth-child(2) {
		display: none;
	}

	.mini_nav .signup {
		display: block;
	}

	.mini_nav ul li.mobile_menu_btn {
		display: block;
		padding-right: 0px
	}

	/* .main_header{ display: none; } */

	.contact_form1 .row {
		margin: 0 -15px;
	}

	.contact_form1 .row .col-md-4 {
		padding: 0 15px;
	}

	.contact_form2 .row {
		margin: 0 -15px;
	}

	.contact_form2 .row .col-md-6 {
		padding: 0 15px;
	}

	.row.hotspots_wrapper {
		margin: 0 -15px;
	}

	.hotspots_band a {
		margin: 0;
	}

	.blog_band .row {
		margin: 0 -15px;
	}

	.blog_content {
		padding: 0px;
	}

	.vertical_blogs .row {
		margin: 0 -15px;
	}

	.vertical_blogs .big_blog_img {
		margin: 0;
	}


	.left_image_band img {
		width: 50%;
	}

	.right_image_band img {
		width: 50%;
	}


	.s1 {
		font-size: 36px;
		line-height: 44px;
	}


	.blue_box {
		padding: 30px 25px 20px;
	}

	.contact_info a[href^="tel:"] {
		font-size: 24px;
		line-height: 30px;
	}

	.contact_form2 .form-group.name,
	.contact_form2 .form-group.email,
	.contact_form2 .form-group.phone,
	.contact_form2 .form-group.select {
		display: block;
	}

	.contact_form2 .form-group.name label,
	.contact_form2 .form-group.email label,
	.contact_form2 .form-group.phone label,
	.contact_form2 .form-group.select label {
		margin-bottom: 5px;
	}

	.hotspots_band a {
		padding: 30px 25px;
	}

	.tabs.horizontal_tabs ul.resp-tabs-list li {
		font-size: 16px;
		line-height: 24px;
	}

	.contact_form1 form p,
	.contact_form2 form p {
		margin-bottom: 5px;
	}

	.contact_form1 .form-group.name,
	.contact_form1 .form-group.email,
	.contact_form1 .form-group.phone {
		margin-top: 40px;
	}

	.proof_point .proof_point_content {
		margin-left: 50px !important;
	}

	.proof_point .proof_point_content span {
		font-size: 30px;
	}

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.hidden-tab {
		display: none
	}

	.visible_tab {
		display: block !important
	}

	/* .prefooter .s2 br { display: none;} */
	.contact_band .contact-col {
		display: flex;
		flex-wrap: wrap;
		max-width: 880px;
		margin: 0 auto;
	}

	.contact_band .contact-col>.col-md-4 {
		width: 50%;
		max-width: 100%;
	}

	.contact_band .contact-col>.col-md-4:last-child {
		width: 100%;
		max-width: 880px;
		margin: 30px auto;
	}

	.hero_band .col-md-8,
	.hero_band .col-md-4 {
		width: 100%;
	}

	.hero_band h1 {
		right: 45px;
	}

	.hero_band .s1 {
		font-size: 32px;
		line-height: 38px;
	}

	.hero_band .testimonial-carousel {
		margin-bottom: 30px;
	}


}

@media (max-width: 1279px) {
	.trust_us h1 {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 30px;
	}
}

@media (max-width: 979px) {
	.trust_us h1 {
		padding-top: 10px;
		padding-bottom: 0px;
		font-size: 28px;
	}
}

@media (max-width: 658px) {
	.trust_us h1 {
		padding-top: 10px;
		padding-bottom: 0px;
		font-size: 26px;
	}
}



/********************************* ipad landscape #il ********************************/
@media only screen and (min-width : 1001px) and (max-width: 1024px) {
	/* 	.prefooter .s2 br { display: none;} */

}

@media only screen and (min-width : 1025px) and (max-width: 1200px) {
	.hero_band .s1 {
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 20px;
	}

	.hero_band .img {
		margin-right: 30px;
	}

	.hero_band .col-md-7 {
		padding-right: 30px;
	}

	.mini_nav .col-lg-3 {
		width: 33%;
	}

	.mini_nav .col-lg-9 {
		width: 66.6%
	}

	.mini_nav .request_btn {
		margin-right: 0px;
		padding-right: 0px;
	}

	.mini_nav .mobile_menu_btn {
		display: block;
	}


	.hero .sticky .bottom_nav ul>li>a {
		padding: 14px 8px 11px;
	}

	.bottom_nav ul>li>a,
	.nav_down .bottom_nav ul>li>a {
		padding: 24px 8px 22px;
		font-size: 16px;
	}

	.bottom_nav ul li a strong {
		font-size: 12px;
	}

	.mini_nav ul.main_menu li:first-child {
		display: none;
	}

	.main_page {
		padding-top: 148px;
	}

	.contact_form1 .row {
		margin: 0 -15px;
	}

	.contact_form1 .row .col-md-4 {
		padding: 0 15px;
	}

	.contact_form2 .row {
		margin: 0 -15px;
	}

	.contact_form2 .row .col-md-6 {
		padding: 0 15px;
	}

	.row.hotspots_wrapper {
		margin: 0 -15px;
	}

	.hotspots_band a {
		margin: 0;
	}

	.blog_band .row {
		margin: 0 -15px;
	}

	.blog_content {
		padding: 0px;
	}

	.vertical_blogs .row {
		margin: 0 -15px;
	}

	.vertical_blogs .big_blog_img {
		margin: 0;
	}

}

@media only screen and (min-width : 1201px) and (max-width: 1365px) {
	.sticky .bottom_nav ul>li>a {
		padding: 14px 15px 11px;
	}

	.bottom_nav ul>li>a,
	.nav_down .bottom_nav ul>li>a {
		padding: 24px 15px 22px;
		font-size: 18px;
	}

	.contact_form1 .row {
		margin: 0 -15px;
	}

	.contact_form1 .row .col-md-4 {
		padding: 0 15px;
	}

	.contact_form2 .row {
		margin: 0 -15px;
	}

	.contact_form2 .row .col-md-6 {
		padding: 0 15px;
	}

	.row.hotspots_wrapper {
		margin: 0 -15px;
	}

	.hotspots_band a {
		margin: 0;
	}

	.blog_band .row {
		margin: 0 -15px;
	}

	.blog_content {
		padding: 0px;
	}

	.vertical_blogs .row {
		margin: 0 -15px;
	}

	.vertical_blogs .big_blog_img {
		margin: 0;
	}
}


@media only screen and (min-width : 1366px) and (max-width: 1500px) {
	.sticky .bottom_nav ul>li>a {
		padding: 14px 20px 11px;
	}

	.bottom_nav ul>li>a,
	.nav_down .bottom_nav ul>li>a {
		padding: 24px 20px 22px;
	}
}

@media (max-width: 1250px) and (min-width: 1025px) {
	.hero_band .row {
		flex-direction: column;
	}

	.hero_band .col-md-4,
	.hero_band .col-md-8 {
		width: 100%;
	}

	.hero_band .col-md-4 {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 30px;
	}

	.hero_band .col-md-8 {
		text-align: center;
	}

	.hero_band .col-md-4 {
		text-align: center;
	}
}