/* ANY CUSTOM MODIFICATIONS SHOULD BE DONE IN THIS FILE, THE REST OF THE CSS FILES ARE COMPILED INTO MAIN.MIN.CSS */

.hero-area {
	background-size: cover;
}

.text-justify {
	text-align: justify;
}
.text-left {
	text-align: left;
}
.ph-35 {
	padding-left: 35px;
	padding-right: 35px;
}
/**
* #.# Overrides due to Builder Plugin Update
*
*/
.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward),
.et-db #et-boc .et-l .et_pb_module h1 a,
.et-db #et-boc .et-l .et_pb_module h2 a,
.et-db #et-boc .et-l .et_pb_module h3 a,
.et-db #et-boc .et-l .et_pb_module h4 a,
.et-db #et-boc .et-l .et_pb_module h5 a,
.et-db #et-boc .et-l .et_pb_module h6 a {
    padding-bottom: 6px !important;
}
/**
* #.# Header Transition
*/
.post-type-archive-our-people .page-section h3,
.post-type-archive-portfolio .our-work .page-section-title,
.news-top-section .page-section-title {
	padding-bottom: 20px;
}
/**
* #Search
*
*/
.searchform .search-form .search-submit,
.search-form .search-submit {
	border-radius: 0 10px 10px 0 !important;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	padding: 8px 15px !important;
	top: 0px;
	position: relative;
	right: 5px;
}
.searchform .search-form input[type="search"],
.search-form input[type="search"] {
    border-radius: 10px 0 0 10px;
    font-size: 15px;
    width: 100%;
	padding: 5px 15px 5px 15px;
	min-height: 32px;
}
.search-form label {
	display: inline-block;
	width: 50%;
}
.search-form .search-submit {
    padding: 9.5px 15px !important;
}
.search-form input[type="search"] {
    border: 1px solid #f0f0f0;
}
.page-content .search-form {
	margin-bottom: 15px;
}
.search-no-results .no-results {
    margin-bottom: 75px;
}
/**
* Button Overrides
*/
.archers-custom-btn,
.page-section .page-section-btn,
.site-header .header-top .right-ht-section a,
.et_pb_module .gform_wrapper .gform_footer .gform_button,
.stratapay-form .btn-stratapay-paynow,
.et_pb_module .gform_wrapper .gform_fields a.btn-abcm-portal {
	background-color: #d5002b;
	border-width: 0px !important;
	border-radius: 20px !important;
	color: #FFFFFF !important;
	text-transform: uppercase !important;
	display: inline-block;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.archers-custom-btn,
.page-section .page-section-btn,
.et_pb_module .gform_wrapper .gform_footer .gform_button,
.stratapay-form .btn-stratapay-paynow {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .3em;
	padding-top: .3em;
	font-size: 20px;
}
.archers-custom-btn:hover,
.page-section .page-section-btn:hover,
.site-header .header-top .right-ht-section a:hover,
.et_pb_module .gform_wrapper .gform_footer .gform_button:hover,
.contact-menu #menu-contact-menu li a:hover,
.et-db #et-boc .et_pb_tabs.vertical-tabs .et_pb_tabs_controls li a:hover,
.archive-filter .filter-row .ft-buttons a:hover,
.archive-filter .filter-row .ft-buttons button:hover,
.stratapay-form .btn-stratapay-paynow:hover,
.site-header .header-top .right-ht-section a:nth-of-type(2n),
.et_pb_module .gform_wrapper .gform_fields a.btn-abcm-portal:hover {
	color: #000000 !important;
	background-image: initial !important;
	background-color: #fbe6e9 !important;
	border: 2px solid transparent;
	/* padding: .3em 2em .3em .7em; */
	transition: all 300ms ease 0ms;
}
.contact-menu #menu-contact-menu li a {
    min-width: 125px;
    text-align: center;
}
.site-header .header-top .right-ht-section a:nth-of-type(2n):hover,
.et_pb_module .gform_wrapper .gform_fields a.btn-abcm-portal {
	background-color: #d5002b !important;
	color: #fff !important;
}
.site-header .header-top .right-ht-section a:hover,
.archers-custom-btn:hover {
	padding-right: 1.7em;
}
.site-header .header-top .right-ht-section a:hover::after,
.et_pb_module .gform_wrapper .gform_footer .gform_button:hover::after,
.contact-menu #menu-contact-menu li a:hover::after,
.et-db #et-boc .et_pb_tabs.vertical-tabs .et_pb_tabs_controls li a:hover::after,
.archive-filter .filter-row .ft-buttons a:hover::after,
.archive-filter .filter-row .ft-buttons button:hover::after,
.page-section .page-section-btn:hover::after,
.stratapay-form .btn-stratapay-paynow:hover::after,
.archers-custom-btn:hover::after {
	opacity: 1;
	margin-left: 0;
}

.site-header .header-top .right-ht-section a::after,
.et_pb_module .gform_wrapper .gform_footer .gform_button::after,
.contact-menu #menu-contact-menu li a::after,
.et-db #et-boc .et_pb_tabs.vertical-tabs .et_pb_tabs_controls li a::after,
.archive-filter .filter-row .ft-buttons a::after,
.archive-filter .filter-row .ft-buttons button::after,
.page-section .page-section-btn::after,
.stratapay-form .btn-stratapay-paynow::after,
.archers-custom-btn::after {
	font-size: 20px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
	text-shadow: none;
	transition: all 300ms ease 0ms;
	font-family: 'ETmodules';
}

.et_pb_module .gform_wrapper .gform_footer .gform_button,
.stratapay-form .btn-stratapay-paynow {
	line-height: 1.7em;
}
.et_pb_module .gform_wrapper .gform_footer .gform_button::after {
	font-size: 32px;
}
.et_pb_module .gform_wrapper .gform_footer .gform_button:hover,
.contact-menu #menu-contact-menu li a:hover,
.et-db #et-boc .et_pb_tabs.vertical-tabs .et_pb_tabs_controls li a:hover,
.archive-filter .filter-row .ft-buttons a:hover,
.archive-filter .filter-row .ft-buttons button:hover,
.page-section .page-section-btn:hover,
.stratapay-form .btn-stratapay-paynow:hover,
.archers-custom-btn:hover {
	padding-right: 2em;
}
.contact-menu #menu-contact-menu li a::after {
	font-size: 24px;
	line-height: 0.9em;
}
.contact-menu #menu-contact-menu li a,
.archive-filter .filter-row .ft-buttons a,
.archive-filter .filter-row .ft-buttons button,
.et-db #et-boc .et_pb_tabs.vertical-tabs .et_pb_tabs_controls li a {
	font-weight: 500;
	border-radius: 20px !important; /*Override important attribute*/
}
.et-db #et-boc .et_pb_tabs.vertical-tabs .et_pb_tabs_controls li a::after {
	font-size: 24px;
	/* line-height: 1.1em; */
	line-height: 0.6em;
}
.archive-filter .filter-row .ft-buttons a,
.archive-filter .filter-row .ft-buttons button {
	border: 2px solid transparent;
}
.archive-filter .filter-row .ft-buttons a:hover::after,
.archive-filter .filter-row .ft-buttons button:hover::after {
	font-size: 23px;
	line-height: 0.95em;
}
.page-section .page-section-btn .fas {
	display: none;
}
.page-section .page-section-btn::after {
	font-size: 29px;
}
.stratapay-form .btn-stratapay-paynow::after {
	right: .3em;
	font-size: 31px;
}
.stratapay-form .btn-stratapay-paynow {
	position: relative;
}
/**
* #.# Rev slider buttons
*
*/
.archers-custom-btn:hover {
	padding-right: 2em !important;
}
.archers-custom-btn::after {
	font-size: 30px;
	line-height: 1.25em;
}
/* .et_pb_module .g-form-icon::after {
	line-height: 1.7em;
	padding: .3em 1em;
}
.et_pb_module .gform_footer:hover {
	position: relative;
} */
/* .et_pb_module .gform_footer:hover .g-form-icon {
	line-height: 0.8em;
	padding: .3em 1em;
	position: absolute;
	right: -15px;
	font-size: 32px;
	color: #000;
	font-weight: 700;
} */
/* .et_pb_module .gform_footer:hover .g-form-icon::after {
	opacity: 1;
	line-height: 1.45em;
	font-size: 30px;
	color: #000;
	right: 0.4em;
}
.et_pb_module .gform_wrapper .gform_footer:hover input[type="submit"] {
	padding-right: 1.7em !important;
} */
/**
* #.# Footer
*
*/
.site-footer .integrated .foot-img a {
	min-width: 20%;
    max-width: 49%;
    display: inline-block;
}
.site-footer {
	padding: 15px 0 0;
}
.site-footer .footer-end .site-info {
	margin-top: 15px;
}
/**
* #.# Search Results
*
*/
.text-center img {
    display: inline-block;
}
/**
* #.# Testimonial Slider
*
*/

.et-db #et-boc .et-l .slide-image-left a.testimonial-read-more {
	color: #FFFFFF !important;
	border-width: 0px !important;
	border-color: #d5002b;
	border-radius: 20px !important;
	text-transform: uppercase !important;
	background-color: #d5002b;
	padding: 10px 20px;
}
.et-db #et-boc .et-l .slide-image-left .et_pb_more_button.et_pb_button {
	transition: all 300ms ease-in-out 0ms!important;
}
.et-db #et-boc .et-l .slide-image-left .et_pb_slide {
	padding: 0 !important;
}
.et-db #et-boc .et-l .slide-image-left .et_pb_slide_image,
.et-db #et-boc .et-l .slide-image-left .et_pb_slide_description {
	flex: 1;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}
.et-db #et-boc .et-l .slide-image-left .et_pb_slide_image {
	background-size: cover;
	margin-top: 0 !important;
	margin-right: 0 !important;
	order: 2;
	position: relative;
}
.et-db #et-boc .et-l .slide-image-left .et_pb_slide_description {
	padding: 60px 30px 120px !important;
	height: 528px !important;
	text-shadow:none !important;
}
.et-db #et-boc .et-l .slide-image-left .et_pb_slides .et_pb_slider_container_inner {
	display: flex;
	flex-direction: row;
}
.et-db #et-boc .et-l .slide-image-left .et_pb_slide .et_pb_container {
	height: auto !important;
}
.et-db #et-boc .et-l .et_pb_with_border .et_pb_slide_image img {
	max-height: 528px !important;
	height: 528px !important;
	object-fit: cover;
}
/* .et-db #et-boc .slide-image-left .et_pb_slide_content {
	padding: 60px 30px 120px;
} */
/**
* #.# Language Selector
*
*
*/
.qgt-google-translate-wrapper {
	color: #036;
}
.qgt-google-translate-wrapper button.qgt-dropdown-btn,
.qgt-google-translate-wrapper ul.qgt-country-list,
.qgt-google-translate-wrapper button.qgt-list-item {
	border: 0;
	background-color: transparent;
}
.qgt-google-translate-wrapper ul.qgt-country-list li {
	margin: 0;
}
.qgt-google-translate-wrapper button {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.qgt-google-translate-wrapper button.qgt-dropdown-btn {
	padding: 0 15px;
}
.qgt-google-translate-wrapper .flag-icon {
    margin-right: 4px;
    border-radius: 100%;
}
.qgt-google-translate-wrapper.qgt-expanded ul.qgt-country-list {
	min-width: 150px;
}

/**
* #.# Portfolio Section
*
*
*/
/* .page-section .page-section-btn {
	color: #fff;
} */
.bg-cover {
	background-size: cover;
}
.img-container img {
	margin: 0 auto;
}
.portfolio-img,
.our-people-img {
	background-color: #fff;
}
.portfolio-img img,
.our-people-img img {
	width: 100%;
}
.porfolio-details .fa-map-marker-alt,
.our-people-details .fa-map-marker-alt {
	margin-right: 6px;
}
.porfolio-details .fa-user,
.our-people-details .fa-user {
	margin-right: 3px;
}
.post-type-archive-portfolio .archive-filter-result .card .card-body .card-read-more {
	font-weight: 700;
	color: #036;
}
.post-type-archive-portfolio .archive-filter-result .portfolio .card .card-img-top {
	height: 225px;
}
/**
* #.# Portfolio Lightbox
*
*
*/
.post-type-archive-portfolio .mfp-ajax-holder .mfp-content,
.post-type-archive-our-people .mfp-ajax-holder .mfp-content {
	width: 80%;
	margin: 60px 0;
}
.mfp-content .container.mfp-error {
	background-color: #fff;
}
.portfolio-sidebar {
	background-color: #edf4fe;
	height: 100%;
}
.portfolio-details {
	color: #003366;
	padding: 30px;
}
.porfolio-details .fa-map-marker-alt,
.our-people-details .fa-map-marker-alt {
	margin-right: 10px;
}
.porfolio-details .fa-home,
.our-people-details .fa-home {
	margin-right: 5px;
}
.porfolio-details .fa-user,
.our-people-details .fa-user {
	margin-right: 8px;
}
.portfolio-details .list-unstyled,
.our-people-content .list-unstyled,
.our-people-details .list-unstyled {
	padding: 0;
}
.list-unstyled li {
	list-style-type: none;
}
.portfolio-details .portfolio-label,
.our-people-details .portfolio-label {
	margin-top: 0;
}
.our-people-content,
.portfolio-content {
	background-color: #fff;
	height: 100%;
	padding: 30px;
}
.portfolio-title,
.our-people-title {
	margin: 0;
}
/* .post-type-archive-portfolio .mfp-content .col-lg-8,
.post-type-archive-portfolio .mfp-content .col-lg-4 {
	padding: 0;
} */
.portfolio-sidebar img,
.our-people-sidebar img {
	width: 100%;
}
.portfolio-content-description,
.our-people-content-description {
	margin: 10px 0;
}
.text-center {
	text-align: center;
}
.portfolio-content-features {
	margin-top: 1.5em;
}
/*
* #.# Our People
*
*/
.archive-filter.term-filter {
	background-color: #003366;
	color: #fff;
	text-align: center;
}
.post-type-archive-our-people .archive-filter-result .cbc-news-block .card {
	min-height: 392px;
}
.list-inline {
	list-style-type: none;
}
.list-inline li {
	display: inline-block;
	margin: 5px 2px 5px 0;
}
.term-filter .page-section-btn {
	padding: 8px 20px;
	display: inline-block;
	font-size: 13px;
	min-width: 150px;
}
.our-people-sidebar .fa-phone-alt {
	transform: rotate(90deg);
	margin-right: 6px;
}
.our-people-sidebar .fa-envelope {
	margin-right: 6px;
}
.nowrap {
	white-space: nowrap;
}
.our-people-label .fas {
	margin-right: 5px;
}
.term-filter .page-section-btn:not(.active-btn) {
	background-color: #fff;
	color: #01507e!important;
}
.term-filter .page-section-btn:not(.active-btn):hover {
	background-color: #d5002b;
	color: #fff;
}

.term-filter .page-section-btn:after {
	line-height: 18px;
}
/**
* #.# News
*
*
*/
.single-cbc-news .hero-area {
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	background-color: rgba(34, 34, 34, 0.5);
}
.archive-filter-result .cbc-news-block .cbc-news .card .card-img-top {
	height: 250px;
}
.archive-filter .filter-row .ft-categories select,
.archive-filter .filter-row .ft-offices select {
	background-color: transparent;
	z-index: 2;
}
.archive-filter .filter-row .ft-categories:not(.ft-keywords)::after,
.archive-filter .filter-row .ft-keywords:not(.ft-keywords)::after,
.archive-filter .filter-row .ft-offices:not(.ft-keywords)::after {
	z-index: 1;
}
.archive-filter-result .cbc-news-block .cbc-news,
.search-results .search-block article {
	box-shadow: none;
	-moz-transition: box-shadow .2s;
    -webkit-transition: box-shadow .2s;
	transition: box-shadow 0.2s;
}
.archive-filter-result .cbc-news-block .cbc-news:hover,
.search-results .search-block article:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}
/**
* #.# Vertical Version of Divi Tabs
*
*
*/
.et-db #et-boc .et-l .vertical-tabs .et_pb_tabs_controls a {
	display: block;
}

.et-db #et-boc .vertical-tabs .gform_footer {
	text-align: center;
}
.et-db #et-boc .vertical-tabs .gform_button {
	width: auto !important;
	/* min-width: 200px; */
}
.our-people-details .list-unstyled .list-unstyled {
	display: inline-block;
	margin-left: 0;
	vertical-align: top;
}
.et-db #et-boc .vertical-tabs.et_pb_tabs .et_pb_tab.et-pb-active-slide {
	width: 100%;
}

#et-boc #testimonials-section .et_pb_slide .et_pb_more_button:after {
	font-size: 25px!important;
}

/* SLIDER  */
.page-id-6167 .content-area .hero-area {
	display: none;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 550px;
	max-height: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide.not-center-align {
	align-items: unset;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-inner {
	text-align: center;
	position: absolute;
	width: 100%;
	max-width: 1470px;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h1 {
	font-family: Poppins;
    height: auto;
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    white-space: normal;
    text-align: center !important;
    line-height: 50px !important;
    text-shadow: rgb(0 0 0) 1px 1px 10px !important;
    letter-spacing: 0px !important;
    font-weight: 600 !important;
    font-size: 50px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h1,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h2,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h3,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h4,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h5,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h6,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide p {
	width: 100%;
	color: #ffffff !important;
	font-family: Poppins;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h1 {
	padding-bottom: 40px;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide p {
	color: #ffffff !important;
    text-decoration: none;
    white-space: normal;
    line-height: 25px;
    text-shadow: rgb(0 0 0) 1px 1px 10px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 6px;
    margin: 0 auto !important;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h2 {
	font-family: Arial;
    text-shadow: rgb(0 0 0) 1px 1px 2px;
    font-weight: 500;
    font-size: 35px;
    margin: 0 auto !important;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-content-p {
	margin: auto;
	padding: 20px 0;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: -60px;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-btn > a,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-content a.default-btn {
    background-color: rgb(213, 0, 43);
    font-family: Poppins;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    line-height: unset !important;
    font-weight: 500 !important;
    font-size: 20px;
    padding: 10px 15px !important;
    border-radius: 25px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    backdrop-filter: none;
    filter: brightness(100%);
    text-transform: uppercase !important;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-content a.default-btn {
	margin: 10px 0;
	display: inline-block;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-btn > a.arrow-btn:hover,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-content a.arrow-btn:hover {
	color: #000000;
	padding-right: 30px !important;
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-btn > a.arrow-btn:after,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-content a.arrow-btn:after {
	font-size: 28px;
    line-height: 27px;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    transition: all 300ms ease 0ms;
    font-family: 'ETmodules';
}
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-btn > a.arrow-btn:hover:after,
#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-content a.arrow-btn:hover:after {
	margin-left: 0;
	opacity: 1;
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-prev,
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-next {
	position: absolute;
	background-color: #0887b9;
    transition-duration: .3s;
    top: 50%;
    margin-top: -50px;
    border-radius: 0;
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-prev:hover,
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-next:hover {
	background-color: #dfdfdf;
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-prev span,
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-next span {
	display: none;
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-prev {
	padding: 10px 15px 10px 12px !important;
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-next {
	right: 0;
	padding: 10px 12px 10px 15px !important;
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-prev:before,
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-next:before {
	font-family: 'revicons';
	font-size: 25px;
    color: #fff;
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-prev:hover:before,
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-next:hover:before {
	color: #000000;
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-prev:before {
	content: '\e817';
}
#et-boc .et-l .cbc-slider-banner .owl-nav .owl-next:before {
	content: '\e818';
}
@media (max-width: 767px) {
	#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h1 {
		font-size: 40px;
	}
	#et-boc .et-l .cbc-slider-banner .cbc-owl-slide h2 {
		font-size: 25px;
	}
	#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-content-p {
		max-width: 90% !important;
	}
	#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-inner {

	}
}
@media (max-width: 576px) {
	#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-inner {
		top: 10% !important;
		height: 100%;
	}
	#et-boc .et-l .cbc-slider-banner .cbc-owl-slide .slider-btn {
		bottom: 140px;
	}
	.btn_position_right {
		left: 0;
	    display: block;
	    max-width: 155px;
	    margin: auto !important;
	    bottom: -35px;
	}
}
/* .et-db #et-boc .et_pb_tabs.vertical-tabs {
	border: 0;
	display: flex;
} */
/* .et-db #et-boc .vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active {
	background-color: transparent;
} */
/* .et-db #et-boc .vertical-tabs .et_pb_tabs_controls a {
	background-color: #e5e5e5;
	border: none !important;
	border-radius: 15px !important;
	color: #000;
	cursor: pointer;
	padding: 15px 45px !important;
	text-align: center !important;
	text-transform: uppercase;
	transition-duration: .3s;
	width: 100% !important;
} */
/* .et-db #et-boc .vertical-tabs .et_pb_tab_active a {
	background-color: #d5002b !important;
	color: #fff !important;
	background: linear-gradient(270deg,#d5002b,#8f0222,#6d0019) !important;
}
.vertical-tabs .et_pb_tab_active a:hover {
	background-color: #6d0019 !important;
	background: linear-gradient(90deg,#d5002b,#8f0222,#6d0019) !important;
} */

/* .et-db #et-boc .vertical-tabs ul.et_pb_tabs_controls {
	background-color: transparent;
	padding: 20px !important;
	flex: .5;
} */
/* .et-db #et-boc .vertical-tabs .et_pb_tabs_controls::after {
	display: none;
} */
/* .vertical-tabs .et_pb_all_tabs {
	display: flex;
	flex: 2;
}
.et-db #et-boc .vertical-tabs .et_pb_tabs_controls li {
	width: 100%;
	border: 0;
	margin-bottom: 0.938em;
}
.vertical-tabs ul.et_pb_tabs_controls:after {
	content: none;
}

.vertical-tabs .et_pb_tab {
    padding: 0 30px;
} */
/* .et-db #et-boc .et_pb_module.vertical-tabs  h3,
.et-db #et-boc .et_pb_module.vertical-tabs  h4 {
	font-weight: 700;
	margin-bottom: 1em;
}
.et-db #et-boc .vertical-tabs  h3 {
	color: #29275b;
	font-size: 24px;
}
.et-db #et-boc .vertical-tabs  h4 {
	color: #4970a5;
} */
/**
* #.# Gravity Form Section Container
*
*
*/
/* #et-boc div.form-section {
	background-color: #fff;
	border-radius: 15px;
	background-color: #fff;
	padding: 2.5em;
	margin-bottom: 1.5em;
} */
/* @media(max-width:998px){
	.vertical-tabs .gform_wrapper li.gfield.gf_left_half,
	.vertical-tabs .gform_wrapper li.gfield.gf_right_half	{
		width: 100%;
	}
}
@media(max-width:767px){
	.vertical-tabs ul.et_pb_tabs_controls.clearfix {
		float: left;
		width: 100%;
		display: inherit;
	}
	.vertical-tabs .et_pb_all_tabs {
		display: flex;
		width: 100%;
	}
	.vertical-tabs .et_pb_tab.et_pb_tab.clearfix.et-pb-active-slide {
	}
} */
@media screen and (max-width: 440px) {
	.site-header .header-top .right-ht-section a {
		font-size: 8px;
	}
}
@media screen and (max-width: 1199px) {
	.search-form label {
		width: 48%;
	}
	#et-boc .et-l .cbc-slider-banner .cbc-owl-slide {
		min-height: 395px;
	}
}
@media screen and (max-width: 1130px) {
	.et-db #et-boc .et-l .slide-image-left .et_pb_slides .et_pb_slider_container_inner {
		display: block;
	}
	.et-db #et-boc .et-l .slide-image-left .et_pb_slide_image,
	.et-db #et-boc .et-l .slide-image-left .et_pb_slide_description {
		width: 100% !important;
		flex: none;
	}
}

.not-found li a:hover {
    color: #d5062e;
}

.not-found {
	padding: 0 0 100px 0;
}