/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Customers
- Introduction
- Features
- Details 1
- Details Lightbox
- Details 2
- Details 3
- Testimonials
- Newsletter
- Footer
- Copyright
- Back To Top Button
- Extra pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Buttons - orange #fc5546
- Headings text - navy blue #0e2b5c
- Body text - dark gray #627792
- Backgrounds - light gray #edeff2

- Buttons - orange #fc5546
- Buttons - Blue #0E2B5C
- Headings text - navy blue #0e2b5c
- Body text - dark gray #627792
- Backgrounds - light gray #edeff2
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}


/**************************/
/*     Fonts     */
/**************************/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=3d1f1c0c-d07b-4cef-ad51-8ea6e8395294");
   @font-face{
        font-family:"Avenir LT W01_85 Heavy1475544";
        src:	url("../Fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.eot?#iefix") format("embedded-opentype"),
				url("../Fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
				url("../Fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next W01 Light";
        src:	url("../Fonts/f401df6f-54eb-406c-b46a-90b9451c598d.eot?#iefix") format("embedded-opentype"),
				url("../Fonts/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format("woff2"),
				url("../Fonts/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next W10 Medium";
        src:	url("../Fonts/95aa7ca1-de33-40d9-ae40-ff045fcada66.eot?#iefix") format("embedded-opentype"),
				url("../Fonts/1704d161-44ab-4854-a066-fe47d583a3a6.woff2") format("woff2"),
				url("../Fonts/95aa7ca1-de33-40d9-ae40-ff045fcada66.woff") format("woff");
    }
    @font-face{
        font-family:"FreightSans Light";
        src:	url("../Fonts/52b03e8e-4c8e-46f6-a983-00f0ad55d35c.eot?#iefix") format("embedded-opentype"),
				url("../Fonts/489ddee0-ddda-430c-8f56-d5d8b204174c.woff2") format("woff2"),
				url("../Fonts/52b03e8e-4c8e-46f6-a983-00f0ad55d35c.woff") format("woff");
    }
    @font-face{
        font-family:"FreightSans Medium";
        src:	url("../Fonts/04073950-358b-498e-b8af-db1063003e41.eot?#iefix") format("embedded-opentype"),
				url("../Fonts/2d8fb109-df3a-4a54-839c-322ac0835e5c.woff2") format("woff2"),
				url("../Fonts/04073950-358b-498e-b8af-db1063003e41.woff") format("woff");
    }

p, li{
	color: #627792; 
	font: 400 1rem/1.625rem "Rubik", sans-serif;
}


button.accordion_block {
	font-family:'Avenir LT W01_85 Heavy1475544';
}

h1 {
	color: #0e2b5c;
	font-size: 3rem;
	letter-spacing: -0.5px;
	line-height: 3.5rem;
    margin-bottom: 1rem;
}
h1.large-title {
	font-size: 4rem;
	line-height: 4.4rem;
}
h2 {
	color: #0e2b5c;
	font-size: 2.6rem;
/*	line-height: 2.625rem; */
	letter-spacing: -0.4px;
}

h3 {
	color: #0e2b5c;
	font-size: 2rem;
/*	line-height: 2.375rem; */
	letter-spacing: -0.4px;
}

h4 {
	color: #0e2b5c;
	font-size: 1.5rem;
/*	line-height: 1.8rem;*/
	letter-spacing: -0.4px;
}

h5 {
	color: #0e2b5c;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

h6 {
	color: #0e2b5c;
	font-size: 1rem;
	line-height: 1.5rem;
}

.h1-large {
	font-size: 2.75rem;
	line-height: 3.5rem;
	letter-spacing: -0.7px;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #627792;
	text-decoration: underline;
}

a:hover {
	color: #627792;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.btn-link {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fc5546;
}
.btn-link:hover {
   color: #fc5546;
}
.read-more {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}.footer

.blue {
	color: #1d79fb;
}

.bg-gray {
	background-color: #edeff2;
}

.bg-dark-gray {
	
	background: rgb(98,119,146);
background: -moz-linear-gradient(90deg, rgba(98,119,146,1) 0%, rgba(57,78,104,1) 0%);
background: -webkit-linear-gradient(90deg, rgba(98,119,146,1) 0%, rgba(57,78,104,1) 0%);
background: linear-gradient(90deg, rgba(98,119,146,1) 0%, rgba(57,78,104,1) 0%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#627792",endColorstr="#394e68",GradientType=1);
}

.bg-grd-gray
{
    background: rgb(57,77,104);
background: -moz-linear-gradient(180deg, rgba(57,77,104,1) 0%, rgba(76,97,124,1) 50%, rgba(76,97,124,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(57,77,104,1) 0%, rgba(76,97,124,1) 50%, rgba(76,97,124,1) 100%);
background: linear-gradient(180deg, rgba(57,77,104,1) 0%, rgba(76,97,124,1) 50%, rgba(76,97,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#394d68",endColorstr="#4c617c",GradientType=1);
}

.border-rt
{
    border-right: solid 1px #627792;
}

.border-lt
{
    border-left: solid 1px #627792;
}


.section-divider {
	display: inline-block;
	width: 100%;
	height: 1px;
	border: none;
	background-color: #d0dae2;
}

.section-title {
/*	display: inline-block;*/
	margin-bottom: 0.75rem;
}

.btn-right
{
    position:absolute;
    
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #fc5546;
	border-radius: 32px;
	background-color: #fc5546;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	border: 1px solid #fc5546;
	background-color: transparent;
	color: #fc5546; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-orange, #gform_next_button_3_16, #gform_submit_button_6, #gform_submit_button_7 {
	display: inline-block;
	padding: 1rem 1.5rem;
	border: 1px solid #fc5546;
	border-radius: 4px;
	background-color: #fc5546;
	color: #ffffff;
	font-weight: 600;
	font-size: .95rem;
	line-height: 1.25rem;
	text-decoration: none;
	transition: all 0.2s;
}
.btn-orange-header, .btn-orange-content {
	display: inline-block;
	padding: 1rem .5rem 1rem .5rem;
	border: 1px solid #fc5546;
	border-radius: 4px;
	background-color: #fc5546;
	color: #ffffff;
	font-weight: 600;
	font-size: .95rem;
	line-height: 1.25rem;
	text-decoration: none;
	transition: all 0.2s;
	letter-spacing: 1px;
}
.btn-orange:hover, .btn-orange-header:hover, .btn-orange-content:hover, #gform_next_button_3_16:hover, #gform_submit_button_3:hover {
	border: 1px solid #fc5546;
	background-color: transparent;
	color: #fc5546; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-orange-outline .nav-link {
	display: inline-block;
	padding: 1.375rem 1.25rem 1.375rem 1.25rem!important;
	border: 2px solid #fc5546;
	border-radius: 4px;
	background-color: transparent;
	color: #fc5546!important;
	font-size: 0.9rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
	margin-top: .35rem!important;
	text-transform: uppercase;
	margin-top: 1.35rem!important;
}

.btn-orange-outline .nav-link:hover {
	border: 2px solid #fc5546!important;
	background-color: #fc5546!important;
	color: #ffffff!important; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}
.btn-blue-tp .nav-link {
	display: inline-block;
	padding: 1.375rem 1.25rem 1.375rem 1.25rem!important;
	border: 2px solid #0E2B5C;
	border-radius: 4px;
	background-color: #0E2B5C!important;
	color: #ffffff!important;
	font-size: 0.9rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
	margin-top: .35rem!important;
	text-transform: uppercase;
	margin-top: 1.35rem!important;
}

.btn-blue-tp .nav-link:hover {
	border: 2px solid #fc5546!important;
	background-color: #ffffff!important;
	color: #0E2B5C!important; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-white {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background-color: #ffffff;
	color: #0E2B5C;
	font-weight: 500;
	font-size: .95rem;
	line-height: 1.25rem;
	text-decoration: none;
	transition: all 0.2s;
	letter-spacing: 1px;
}

.btn-white-content {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background-color: #ffffff;
	color: #0E2B5C;
	font-weight: 500;
	font-size: .95rem;
	line-height: 1.25rem;
	text-decoration: none;
	transition: all 0.2s;
	letter-spacing: 1px;
}
.btn-white:hover {
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-blue, #gform_previous_button_3 {
	display: inline-block;
	padding: 1.5rem 1.25rem;
	border: 1px solid #0E2B5C;
	border-radius: 4px;
	background-color: #0E2B5C;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-blue-header, .btn-blue-content {
	display: inline-block;
	padding: 1rem .5rem 1rem .5rem;
	border: 1px solid #0E2B5C;
	border-radius: 4px;
	background-color: #0E2B5C;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.25rem;
	text-decoration: none;
	transition: all 0.2s;
	letter-spacing: 1px;
}

.btn-blue:hover, .btn-blue-header:hover, .btn-blue-content:hover, #gform_previous_button_3:hover {
	border: 1px solid #0E2B5C;
	background-color: transparent;
	color: #0E2B5C; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #fc5546;
	border-radius: 32px;
	background-color: #fc5546;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	border: 1px solid #fc5546;
	background-color: transparent;
	color: #fc5546; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #fc5546;
	border-radius: 32px;
	background-color: #fc5546;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-sm:hover {
	border: 1px solid #fc5546;
	background-color: transparent;
	color: #fc5546;
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #fc5546;
	border-radius: 32px;
	background-color: transparent;
	color: #fc5546;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #fc5546;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #fc5546;
	border-radius: 32px;
	background-color: transparent;
	color: #fc5546;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #fc5546;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #fc5546;
	border-radius: 32px;
	background-color: transparent;
	color: #fc5546;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #fc5546;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.label-control {
	position: absolute;
	top: 0.875rem;
	left: 1.625rem;
	color: #7d838a;
	opacity: 1;
	font-size: 0.875rem;
	line-height: 1.375rem;
	cursor: text;
	transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	color: #627792;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.125rem;
	padding-bottom: 0.125rem;
	padding-left: 1.625rem;
	border: 1px solid #cbcbd1;
	border-radius: 32px;
	background-color: #ffffff;
	color: #627792;
	font-size: 0.875rem;
	line-height: 1.875rem;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3.25rem;
	color: #7d838a;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/dropdown-indicator.svg');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.5rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 2px;
	background-color: #ffffff;
	color: #627792;
	font-size: 0.875rem;
	line-height: 1.5rem;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font-size: 0.75rem;
	line-height: 1.25rem;
}

input[type='checkbox'] {
	vertical-align: -10%;
	margin-right: 0.5rem;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #fc5546;
	border-radius: 32px;
	background-color: #fc5546;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #fc5546;
	background-color: transparent;
	color: #fc5546;
}

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */


/**********************/
/*     Navigation     */
/**********************/
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #0e2b5c!important;
}

#navbarNavDropdown
{
    width:100%;
}
.navbar {
	border-bottom: 1px solid #e3e8ec;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

.navbar .navbar-brand {
	/*padding-top: 0.25rem;
	padding-bottom: 0.25rem;*/
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left:1rem;
	padding-right:1rem;
}

.navbar .logo-image img {
    width: 110px;
	height: 32px;
}

.navbar .logo-text {
	color: #0e2b5c;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #ffffff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
   /* padding-top: 2.5rem;
	padding-bottom: 2.5rem;*/
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #0e2b5c;
	text-decoration: none;
	/*transition: all 0.2s ease;*/
	font-family:"Avenir Next W01 Light";
}

.nav-link-active .nav-link{
	color: #FC5546!important;
	text-decoration: none;
	/*transition: all 0.2s ease;*/
	font-family:"Avenir LT W01_85 Heavy1475544"!important;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #fc5546;
}

.navbar .nav-item.menu-item-has-children:after {
	content: url('../images/dropdown-indicator.svg');
	position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
}
@media screen and (max-width: 992px) {
	.navbar .nav-item.menu-item-has-children:after {
		top: 100%;
    	transform: translate(-50%, -80%);
	}
}
@media screen and (max-width: 767px) {
	.navbar .nav-item.menu-item-has-children:after {
		content: none;
	}
	.navbar .nav-item.menu-item-has-children > a:first-child {
		position: relative;
	}
	.navbar .nav-item.menu-item-has-children > a:first-child:after {
		content: '';
		position: absolute;
		display: inline-block;
		border: none;
		width: 10px;
		height: 10px;
		background: url(../images/dropdown-indicator.svg) no-repeat center;
		background-size: contain;
		top: 45%;
    	transform: translateY(-45%);
    	margin-left: 0.75rem;
	}
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: none;
	background-color: #ffffff;
}

.navbar .dropdown-item {
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #0e2b5c;
	/*font-weight: 600;*/
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
	font-family:"Avenir Next W01 Light";
}



.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #e7e7e7;
}
/* end of dropdown menu */

.navbar .nav-item .btn-solid-sm {
	margin-top: 0.125rem;
	border: 1px solid #0e2b5c;
	background-color: #0e2b5c;
}

.navbar .nav-item .btn-solid-sm:hover {
	background-color: transparent;
	color: #0e2b5c;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
	/*padding-top: 7rem;
	padding-bottom: 2.5rem;*/
	/* background: url('../images/header-background.png') center center no-repeat; */
	background-size: cover;
	text-align: center;
	position: relative;
}

.header .text-container {
    margin-top: 5rem;
	margin-bottom: 5rem;
}

.header .h1-large {
	margin-bottom: 1.5rem;
}

.header .p-large {
	margin-bottom: 2rem;
}

.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 0.75rem;
}

.page-template-page-flexible-content .header, .page-template-page-services .header {
	padding: 9rem 0px 10.5rem 0;
}

.page-template-page-flexible-content.page-id-7962 .header {
	padding: 9rem 0px 16rem 0;
}

.page-template-page-flexible-content.page-id-8810 .header {
	padding-bottom: 11rem;
}

.page-id-8810 .content-wrapper {
	padding-top: 8rem !important;
}
.page-id-665 .content-wrapper, .page-id-8808 .content-wrapper {
	padding-top: 5rem !important;
}
@media screen and (max-width: 1199px) {
	.page-template-page-services .header {
		padding: 4rem 0px;
	}
}
@media screen and (max-width: 767px) {
	.page-id-665 .content-wrapper {
		padding-top: 2rem !important;
	}
}

/********************/
/*    Customers     */
/********************/
.slider-1 {
	padding-top: 3.5rem;
	padding-bottom: 3rem;
	text-align: center;
}

.slider-1 h4 {
	margin-bottom: 0.25rem;
	color: #222222;
}

.slider-1 .section-divider {
	margin-bottom: 1rem;
}

.slider-1 .slider-container {
	margin-bottom: 0.5rem;
	padding: 1rem 0;
}

/************************/
/*     carousel     */
/************************/


#carouselPgControls .carousel-control-prev-icon {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px!important;
}

#carouselPgControls .carousel-control-next-icon {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px!important;
}

/************************/
/*     Introduction     */
/************************/
.basic-1 {
	padding-top: 5.25rem;
	padding-bottom: 0rem;
	background:#EDEFF2;
}

.basic-1 img {
/*	margin-bottom: 3.5rem;*/
}

.basic-1 h2 {
	margin-bottom: 1.5rem;
}

.basic-1 p {
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}


/********************/
/*     Features     */
/********************/
.cards-1 {
	padding-top: 9.5rem;
	padding-bottom: 6.625rem;
	background-color: #040470;
}

.cards-1 .h2-heading {
	margin-bottom: 1rem;
	color: #ffffff;
	text-align: center;
}

.cards-1 .p-heading {
	margin-bottom: 4rem;
	color: #ffffff;
	opacity: 0.8;
	text-align: center;
}

.cards-1 .card {
	margin-bottom: 3rem;
	background-color: transparent;
}

.cards-1 .card-icon-wrapper {
	padding-left: 2rem;
	border-left: 1px solid #fc5546;
}

.cards-1 .card-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #3232a0;
	text-align: center;
}

.cards-1 .card-icon .fas,
.cards-1 .card-icon .far {
	color: #fc5546;
	font-size: 2rem;
	line-height: 4.625rem;
}

.cards-1 .card-body {
	padding: 0 0 0 2rem;
}

.cards-1 .card-title {
	margin-top: 1.75rem;
	color: #ffffff;
	font-weight: 600;
}

.cards-1 .card-body p {
	margin-bottom: 1.25rem;
	color: #ffffff;
	opacity: 0.8;
}

.cards-1 .read-more {
	color: #ffffff;
}

.cards-1 .read-more .fas {
	color: #ffffff;
}

/*********************/
/*     Details 1     */
/*********************/
.basic-2 {
	/*padding-top: 9.25rem;*/
	padding-bottom: 5rem;
	background: url('../images/bg_texture_wt.png') center center no-repeat;
	background-size: cover;
}

.basic-2 h2 {
	margin-bottom: 1.5rem;
}

.basic-2 .intro {
	margin-bottom: 9.5rem;
}

.basic-2 .image-container {
	margin-bottom: 3.75rem;
}

.basic-2 .text-container p {
	margin-bottom: 1.75rem;
}


/****************************/
/*     Details Lightbox     */
/****************************/
.lightbox-basic {
	position: relative;
	max-width: 1150px;
	margin: 2.5rem auto;
	padding: 3rem 1rem;
	background-color: #ffffff;
	text-align: left;
}

.lightbox-basic .image-container {
	margin-bottom: 3rem;
	text-align: center;
}

.lightbox-basic .image-container img {
	border-radius: 8px;
}

.lightbox-basic h3 {
	margin-bottom: 0.5rem;
}

.lightbox-basic hr {
	width: 44px;
	margin-top: 0.125rem;
	margin-bottom: 1rem;
	margin-left: 0;
	height: 2px;
	border: none;
	background-color: #fc5546;
}

.lightbox-basic h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.625rem;
}

.lightbox-basic .list-unstyled {
	margin-bottom: 1.5rem;
}

.lightbox-basic .list-unstyled .fas {
	font-size: 0.75rem;
	line-height: 1.75rem;
}

.lightbox-basic .list-unstyled .media-body {
	margin-left: 0.375rem;
}

.lightbox-basic .list-unstyled {
	margin-bottom: 1.5rem;
}

/* Action Button */
.lightbox-basic .btn-solid-reg.mfp-close {
	position: relative;
	width: auto;
	height: auto;
	border-color: #fc5546;
	background-color: #fc5546;
	color: #ffffff;
	opacity: 1;
	font-weight: 600;
	font-family: "Open Sans";
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
	background-color: transparent;
	color: #fc5546;
}
/* end of action Button */

/* Back Button */
.lightbox-basic .btn-outline-reg.mfp-close.as-button {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 0.375rem;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #fc5546;
	background-color: transparent;
	color: #fc5546;
	opacity: 1;
	font-family: "Open Sans";
}

.lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
	background-color: #fc5546;
	color: #ffffff;
}
/* end of back button */

/* Close X Button */
.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 44px;
	height: 44px;
	color: #555555;
}
/* end of close x button */


/*********************/
/*     Details 2     */
/*********************/
.basic-3 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-3 .text-container {
	margin-bottom: 3.75rem;
}

.basic-3 h2 {
	margin-bottom: 1.5rem;
}

.basic-3 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-3 .list-unstyled .media-body {
	margin-left: 0.5rem;
}


/*********************/
/*     Details 3     */
/*********************/
.basic-4 {
	padding-top: 5rem;
	padding-bottom: 9.5rem;
	background: url('../images/details-3-background.png') center center no-repeat;
	background-size: cover;
}

.basic-4 h2 {
	margin-bottom: 1.5rem;
}

.basic-4 .image-container {
	margin-bottom: 3.5rem;
}

.basic-4 p {
	margin-bottom: 1.75rem;
}


/************************/
/*     Testimonials     */
/************************/
.slider-2 {
	padding-top: 9.25rem;
	padding-bottom: 10rem;

}

.slider-2 .h2-heading {
	margin-bottom: 1rem;
	color: #ffffff;
	text-align: center;
}

.slider-2 .p-heading {
	margin-bottom: 4rem;
	color: #ffffff;
	opacity: 0.8;
	text-align: center;
}

.slider-2 .slider-container {
	position: relative;
}

.slider-2 .swiper-container {
	position: static;
	width: 86%;
}

.slider-2 .swiper-button-prev:focus,
.slider-2 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-2 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-2 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-2 .card {
	border: none;
	border-radius: 14px;
}

.slider-2 .card-body {
	padding: 2.5rem 1.75rem;
}

.slider-2 .testimonial-text {
	margin-bottom: 1.875rem;
	font-style: italic;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.slider-2 .testimonial-image {
	display: inline-block;
	width: 70px;
	margin-bottom: 0.875rem;
	border-radius: 50%;
}

.slider-2 .testimonial-author {
	margin-bottom: 0.125rem;
	color: #222222;
	font-weight: 700;
	font-size: 1.125rem;
}


/**********************/
/*     Newsletter     */
/**********************/
.form-1 {
	padding-top: 9.5rem;
	padding-bottom: 8.5rem;
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 0.75rem;
}

.form-1 .p-heading {
	margin-bottom: 3rem;
}

.form-1 .label-control {
	left: 2.125rem;
}

.form-1 .form-control-input {
	padding-top: 1.25rem;
	padding-bottom: 0.25rem;
	padding-left: 2rem;
	border-radius: 32px;
	background-color: #ffffff;
}

.form-1 .form-control-submit-button {
	height: 3.5rem;
}

.form-1 .label-control {
	top: 1rem;
}

/*******************/
/* 	Quote Section  */
/*******************/

#quoteSection .quote-content p{
	font-style: italic;
	line-height: 47px;
	font-size: 36px;
	font-family: 'Avenir LT W01_85 Heavy1475544' !important;
	margin-bottom: 0px;
}

#quoteSection .dark-blue-txt p {
	color: #0e2b5c;
}

@media screen and (max-width: 1199px) {
	#quoteSection .quote-content p {
		font-style: italic;
		line-height: 2.35rem;
    	font-size: 2rem;
		font-family: 'Avenir LT W01_85 Heavy1475544' !important;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 767px) {
	#quoteSection .quote-content p {
		line-height: 2.1rem;
    	font-size: 1.75rem;
	}
}
@media screen and (max-width: 480px) {
	#quoteSection .quote-content p {
		line-height: 1.9rem;
    	font-size: 1.55rem;
	}
}

.seo-intro4 {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.58%), #EDEFF2 !important;
}
/******************/
/*     Footer     */
/******************/
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.footer {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
	background-color: #edeff2;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #627792;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
    color: #627792;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
    color: #627792;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}

.footer-phone, .footer-email {
    margin-bottom: 0px;
}

.footer-phone a, .footer-email a {
    text-decoration: underline;
}

.copy-statement span {
    font-weight: 500;
}

.copy-statement a {
    color: #FFF;
	text-decoration: underline !important;
}
/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 0rem;
	/*background-color: #edeff2;*/
	text-align: left;
}

.copyright p{
	padding-bottom: 0rem!important;
}

.copyright p,
.copyright a {
	text-decoration: none;
	font-size:0.9rem!important;
}

#wrapper-footer
{
    padding:20px 10px 10px 10px!important; 
}

/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top
{
    display:none!important;
}
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #627792 url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 18px 18px;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #0e2b5c;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: #edeff2;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .media-body {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #edeff2;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #fc5546;
}

.ex-cards-1 .card .fa-stack-1x {
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .media-body {
	margin-left: 0.75rem;
}

.ex-cards-1 .card .list-unstyled .media-body h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.375rem;
}

.ex-form-1 .text-box {
	padding: 2.5rem 1.5rem 1.5rem 1.75rem;
	border-radius: 10px;
	background-color: #edeff2;
}

/* Partner Form Styles - Omari */
.partner_form .gform_wrapper.gravity-theme .gfield input, .become_partner_form .gform_wrapper.gravity-theme .gfield input, .contact_us_form .gform_wrapper.gravity-theme .gfield input {
	padding: 1.25rem 2rem !important;
	border-radius: 40px;
	font-size: 1rem;
	border-width: 2px;
	box-shadow: 0px 4px 15px rgba(15, 44, 93, 0.05);
	font-family: 'Rubik';
}

.partner_form .gform_wrapper.gravity-theme .gfield:first-child input {
	margin-bottom: 1.5rem;
}

.contact_us_form .gform_wrapper.gravity-theme .gfield input {
	margin-bottom: 1.5rem;
}

.partner_form .gform_wrapper.gravity-theme .gfield input::placeholder, .become_partner_form .gform_wrapper.gravity-theme .gfield input::placeholder, .contact_us_form .gform_wrapper.gravity-theme .gfield input::placeholder {
	color: #C4C4C4;
	text-align: center;
}
.partner_form .gform_wrapper.gravity-theme .gfield_label, .become_partner_form .gform_wrapper.gravity-theme .gfield_label, .contact_us_form .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 15px;
    font-size: 18px;
	font-family: "Avenir Next W10 Medium";
}

.partner_code_wrapper {
    padding: 2rem;
}

.partner_form .gform_footer .gform_button, .become_partner_form .gform_footer .gform_button, .contact_us_form .gform_footer .gform_button {
    margin-top: 1.5rem;
	padding: 1rem 2rem !important;
    letter-spacing: 1px;
	line-height: 1.25rem !important;
}

#partner-custom .btn-orange-header:hover, #partner-custom .btn-blue-header {
    color: #FFF;
}

#contact-form.seo-form-partner .section-title {
    margin-bottom: 2rem;
}

/* Shopify Articles - Shopify Service Page */
#shopify_articles {
    margin-bottom: 6rem;
}

#shopify_articles .services-item {
    padding: 20px 20px 40px 20px;
}

#shopify_articles .services-item {
    padding: 20px;
    background: #EDEFF2;
    height: 100%;
}

#shopify_articles .services-item .card-title {
	margin-bottom: 2rem;
}

#shopify_articles .icon {
    margin-top: 1.2rem;
    margin-bottom: 2.2rem;
}

#shopify_articles .icon img, #shopify_articles .btn-blue-content {
    width: 100%;
}

.web-custom7 {
    padding: 3rem 0px 6rem !important;
}

/* Contact Page */
.services-contact .services-item a {
    color: #FC5546;
}

.services-contact .services-item address {
	color: #0E2B5C;
	font-style: normal;
}
.services-content-contact {
    color: #627792;
}

.contact_us_form .gform_fields input, .contact_us_form .gform_fields textarea {
    color: #627792 !important;
}
/* Home Page */
#section_10_team p, #team_section_wrapper p {
    font-size: 1.15rem;
    line-height: 1.75rem;
}
.home #casestudy .btn-white {
	font-weight: 600 !important;
}

/* Social Media Service Page */
#cols-sm4 .two-cols-row {
    padding-bottom: 0px;
}
#cols-sm4 .two-cols-row img {
    justify-self: center;
}

.tablinks:hover, .tablinks:active, .tablinks.active {
    background-color: #3A4F69 !important;
    color: #FFF !important;
}

/* Our Team Page */
.page-id-487 .services-team .services-item .content-block {
    display: block !important;
}

/* Thank You */
#thank-you .section-content {
    font-size: 1.25rem;
    font-weight: 300;
}

/* Safari Quote Block Issue */
@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) {
		#quoteSection .col-graphic {
			position: relative;
			right: -1px;
		}
	}
}
@media screen and (max-width: 1062px) {
	.two-cols-row #portfolio-img {
		margin-bottom: 0rem;
	}
}

@media screen and (max-width: 767px) {
	#casestudy .icon {
		height: auto !important;
		margin: 15px 0px 0px;
	}
	#casestudy .card {
		padding: 1rem 1rem 2rem;
	}
	#casestudy .card .case-study-divider {
		padding-bottom: 10px;
	}
	#cols-sm4 .two-cols-row img.cols-logo-right {
		justify-self: center;
		order: 12;
		max-height: 400px;
	}
}

/* Careers Page */
@media screen and (max-width: 576px) {
#BambooHR-ATS span.BambooHR-ATS-Location {
    float: none !important;
    display: block !important;
    margin-top: 0.5rem !important;
}
}

/* Blog Page */
.blog-layout .blog-row img {
    width: 100%;
}
.blog-wrapper .searchandfilter h4 {
    margin: 0.5rem 0px;
}
.searchandfilter .sf-input-text {
	border: 2px solid #DADDE1;
	box-shadow: 0px 4px 15px rgba(15, 44, 93, 0.05);
	padding: 8px 1.5rem;
}
.searchandfilter input[type='checkbox'].sf-input-checkbox {
    vertical-align: -4%;
    margin-right: 0;
}
.searchandfilter ul li.sf-field-reset {
    padding: 0px !important;
}
a.search-filter-reset {
    color: #FC5546;
    font-weight: 500;
}
/* Single Blog/Resources/Case Studies Post */
.single-post-header {
	position: relative;
}
.mobile-post-thumb {
	max-width: 500px;
	border-radius: 15px;
}
/* Privacy Policy */
#privacy-policy-custom {
    padding: 0px 0px 3rem;
}
.privacy-policy-custom2 a {
    color: #FC5546;
}
/* Captcha */
.gform_wrapper.gravity-theme .hidden_label .gfield_label, .gform_wrapper.gravity-theme .hidden_sub_label, .gform_wrapper.gravity-theme .screen-reader-text {
	left: 0px;
}
.grecaptcha-badge {
    display: none !important;
}
#contact-form .gfield_html p a, .contact_us_form .gfield_html p a, .become_partner_form .gfield_html p a {
    color: #fc5546;
}
#contact-form .gfield_html p, .become_partner_form .gfield_html p {
	text-align: center;
}
/* Download Form Styles */
.download-form-wrapper {
	background: #f5f5f5; 
	padding: 25px; 
	margin: 0 auto; 
	width: 80%; 
	margin-top: 25px; 
	margin-bottom: 25px; 
	border-radius: 4px; 
	border: solid #fc5546;
}
.form-title {
    text-align: center;
}
.download-form-wrapper .gform_wrapper input {
    text-align: center;
    padding: 16px 1rem;
}
.download-form-wrapper .gform_wrapper .gform_footer {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 10px;
}
.download-form-wrapper .gform_wrapper input[type="email"] {
    width: 80% !important;
}
.download-form-wrapper .gform_wrapper .gform_footer {
	justify-content: center;
}
@media screen and (max-width: 1440px) {
	/*.single-case_studies .single-post-header-txt span {
		border: 1px solid #0e2b5c;
	}*/
}
@media screen and (max-width: 1199px) {
	.single-case_studies .single-post-header-txt h1 {
		font-size: 2.5rem;
    	line-height: 2.75rem;
	}
}
@media screen and (max-width: 992px) {
	.single-case_studies .single-post-case-study-header {
		background-position: 90% 100%!important;
	}
	.single-case_studies .single-post-header-txt {
		max-width: 65%;
	}
	/*.single-case_studies .single-post-header-txt span {
		border: 1px solid #0e2b5c;
	}*/
	.single-case_studies .single-post-header-txt h1 {
		font-size: 2.5rem;
    	line-height: 2.75rem;
	}
	.single .single-post-header {
		background-image: url(../images/hero-single.svg) !important;
		padding: 5rem 0px !important;
	}
	#single-wrapper {
		padding-top: 0px;
	}
}

@media screen and (max-width: 767px) {
	.single-case_studies .single-post-header-txt {
		max-width: 100%;
	}
	/*.single .single-post-header .mobile-bkg-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,.85);
	}
	.single-case_studies .single-post-header .mobile-bkg-overlay{
		background-color: rgba(255,255,255,.9);
	}*/
	.single-case_studies .single-post-case-study-header {
		background-position: 91% 100%!important;
	}
	.single .author_bio_section {
		flex-direction: column;
	}
	.single .author_text_detail {
		padding: 0px;
	}
	.download-form-wrapper {
		width: 100% !important; 
	}
	.download-form-wrapper .gform_wrapper input[type="email"] {
		width: 100% !important;
	}
	.download-form-wrapper .gform_wrapper .gform_footer .gform_button {
		display: block !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 576px) {
	.single-case_studies .single-post-header-txt h1 {
		font-size: 2.25rem;
		line-height: 2.75rem;
	}
	.mobile-post-thumb {
		max-width: 100%;
	}
}

/*************************/
/*     Media Queries     */
/*************************/	
/* Max-width 1199px */
@media screen and (max-width: 1199px) {
	#notification .carousel-inner {
		overflow: visible;
	}
	#notification .carousel-item
	{
		padding-left:2rem;
		padding-right:2rem;
	}
	#notification .carousel-control-prev {
		left: -9%;
	}
	#notification .carousel-control-next {
		right: -9%;
	}
}
/* Max-width 992px */
@media screen and (max-width: 992px) {
	.paid-ads-content-wrapper h2, .sm-content-wrapper h2, .web-content-wrapper h2 {
		font-size: 2rem
	}
	h1.large-title {
		font-size: 3.5rem;
		line-height: 3.75rem;
	}
}
@media screen and (max-width: 768px) {
	h1.large-title {
		font-size: 3rem;
		line-height: 3.25rem;
	}
	#notification .carousel-control-prev {
		left: -6%;
	}
	#notification .carousel-control-next {
		right: -6%;
	}
	#team_section_wrapper img {
		padding: 0px !important;
	}
	#section_10_team img {
		padding: 0px !important;
	}
	#section_10_team.basic-2 .image-container {
		margin-bottom: 1rem;
	}
}

/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header .btn-solid-lg {
		margin-bottom: 0;
	}
	/* end of header */


	/* Newsletter */
	.form-1 .form-group {
		max-width: 20rem;
		display: inline-block;
		vertical-align: top;
	}
	
	.form-1 .form-control-input {
		width: 20rem;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.form-1 .form-control-submit-button {
		width: 9rem;
		margin-left: -0.375rem;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	/* end of newsletter */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
	
#notification .card-body p
{
    text-align: justify!important;
}

/*#notification .carousel-item
{
    text-align: center;
}*/
.basic-1 .text-container
{
    padding-bottom:3rem;
}
	
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 34rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #e3e8ec;
		background-color: #ffffff;
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		with:100%!important;
	}
	
	.navbar .nav-item .nav-link {
	    padding-right: 0.75rem;
		padding-left: 0.75rem;
	
	}
    .navbar .nav-item.dropdown.show .nav-link,
    .navbar .nav-item .nav-link:hover,
    .navbar .nav-item .nav-link.active {
	color: #fc5546;
	background:#e2eff8;
}
@media (min-width: 1199px) {
	.navbar {
		padding-top: 0rem;
	/*	padding-top: 1.75rem;*/
	/*  background-color: transparent;*/
		background-color: #ffffff;
		border-bottom: none;
		transition: all 0.2s;
	}
}
	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .nav-item .btn-solid-sm {
		margin-top: 0;
		margin-left: 1rem;
	}
	
	.btn-orange-outline .nav-link {
	display: inline-block;
	padding: 1.375rem 1.25rem 1.375rem 1.25rem!important;
	border: 2px solid #fc5546;
	border-radius: 4px;
	background-color: transparent;
	color: #fc5546!important;
	font-size: 0.9rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
	margin-top: .35rem!important;
	text-transform: uppercase;
	margin-top: 1.35rem!important;
}

.btn-orange-outline .nav-link:hover {
	border: 2px solid #fc5546!important;
	background-color: #fc5546!important;
	color: #ffffff!important; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}
.btn-blue-tp .nav-link {
	display: inline-block;
	padding: 1.375rem 1.25rem 1.375rem 1.25rem!important;
	border: 2px solid #0E2B5C;
	border-radius: 4px;
	background-color: #0E2B5C!important;
	color: #ffffff!important;
	font-size: 0.9rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
	margin-top: .35rem!important;
	text-transform: uppercase;
	margin-top: 1.35rem!important;
}

.btn-blue-tp .nav-link:hover {
	border: 2px solid #0E2B5C!important;
	background-color: #ffffff!important;
	color: #0E2B5C!important; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.navbar .nav-item .nav-link {
    padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	color: #0e2b5c;
	text-decoration: none;
	/*transition: all 0.2s ease;*/
}

.btn-float-right
{
    position:absolute;
    right:0;
}

.btn-float-right-15
{
    position:absolute;
    right:0;
}
.btn-float-right a.nav-link
{
    display: block;
    width: 180px;
    text-align: center;
}
.btn-float-right-15 a.nav-link
{
    display: block;
    width: 150px;
    text-align: center;
    margin-right:200px;
}

	/* end of navigation */

.header .btn-orange , .header .btn-blue, #gform_next_button_3_16, #gform_previous_button_3, #gform_submit_button_3
{
    text-transform: uppercase;
    
}





	/* Header */
	.header {
		padding-top: 1rem;
		padding-bottom: 2rem;
		text-align: left;
	}

	.header .text-container {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}
	/* end of header */


	/* Customers */
	.slider-1 {
		padding-top: 5rem;
	}
	/* end of customers */


	/* Introduction */
	.basic-1 img {
		margin-bottom: 0;
	}

	.basic-1 .text-container {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	/* end of introduction */


	/* Features */
	.cards-1 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	/* end of features */


	/* Details 1 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}

	.basic-2 .text-container {
	/*	margin-top: 1rem;
		margin-bottom: 1rem;
		*/
	}

	.basic-2 h2 {
		margin-right: 2rem;
	}
	/* end of details 1 */


	/* Details Lightbox */
	.lightbox-basic {
		padding: 3rem 3rem;
	}

	.lightbox-basic .image-container {
		margin-bottom: 0;
		text-align: left;
	}
	/* end of details lightbox */


	/* Details 2 */
	.basic-3 .text-container {
		margin-bottom: 0;
	}
	/* end of details 2 */


	/* Details 3 */
	.basic-4 .image-container {
		margin-bottom: 0;
	}

	.basic-4 .text-container {
		margin-top: 3.5rem;
	}
	/* end of details 3 */


	/* Testimonials */
	.slider-2 .swiper-container {
		width: 90%;
	}

	.slider-2 .swiper-button-prev {
		left: 0;
		width: 22px;
		background-size: 22px 34px;
	}
	
	.slider-2 .swiper-button-next {
		right: 0;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-2 .details {
		display: flex;
		align-items: flex-start;
	}
	
	.slider-2 .text {
		flex-direction: column;
	}

	.slider-2 .testimonial-author {
		margin-top: 0.625rem;
	}
	
	.slider-2 .testimonial-image {
		margin-right: 1.125rem;
		margin-bottom: 0;
	}
	
	#notification .swiper-slide
	{
	    width: 960px!important;
    margin-right: 40px;
    margin-left: 40px;
	}
	
		#notification .swiper-slide-prev 
		{
		     width: 960px!important;
    margin-right: 40px;
    margin-left: 40px;
		}
		
		#notification  .swiper-slide-duplicate-next
		{
		     width: 960px!important;
    margin-right: 40px;
    margin-left: 40px;
		}
		
	
		/*#notification .carousel-item
		{
		    padding-left:12rem;
		    padding-right:12rem;
		    min-height:200px;
		}*/
	
	
	/* end of testimonials */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
	
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.h1-large {
		font-size: 3.25rem;
		line-height: 4rem;
	}
	/* end of general styles */


	/* Header */
	.header {
		overflow-x: hidden;
		padding-top: 1rem;
		padding-bottom: 2rem;
	}

	.header .text-container {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

	/*.header .banner-img {
		position: relative;
		
	}*/
	/* end of header  	position: absolute; left: 5rem;*/


	/* Introduction */
	.basic-1 .text-container {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	/* end of introduction */


	/* Features */
	.cards-1 .card {
		width: 320px;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 4.375rem;
		margin-left: 4.375rem;
	}
	/* end of features */


	/* Details 1 */
	.basic-2 .intro h2 {
		margin-right: 10rem;
	}

	.basic-2 .text-container {
		/* margin-top: 1rem;
		margin-bottom: 1rem;*/
	}
	/* end of details 1 */


	/* Details Lightbox */
	.lightbox-basic .image-container {
		margin-right: 1.5rem;
	}
	/* end of details lightbox */


	/* Details 2 */
	.basic-3 .image-container {
		text-align: right;
	}

	.basic-3 .text-container {
		margin-top: 4rem;
	}
	/* end of details 2 */


	/* Details 3 */
	.basic-4 .text-container {
		margin-top: 6rem;
	}
	/* end of details 3 */


	/* Testimonials */
	.slider-2 .swiper-container {
		width: 92%;
	}

	.slider-2 .card-body {
		padding: 3rem 2.625rem 3.125rem 2.625rem;
	}
	/* end of testimonials */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* Homepage Carousel */
	#notification .carousel-item
	{
		padding-left:12rem;
		padding-right:12rem;
		min-height:200px;
	}
}
/* end of min-width 1200px */
@media screen and (max-width: 576px) {
	.pricing-content-wrapper .tab-pricing {
		flex-direction: column;
		padding: 0px;
	}
	h1.large-title {
		font-size: 2.75rem;
		line-height: 3rem;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 5px !important;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 5px !important;
		fill: #fff;
	}
	.swiper-button-prev, .swiper-button-next {
		color: rgb(14 43 92 / 70%) !important;
	}
}
/* end of max-width 576px (XS) */