.custom-font-size-1 {
		font-size: 0.6em;
}

@media (min-width: 1200px) {
		.custom-big-font-size-1 {
				font-size: 6.9rem !important;
		}
}

@media (min-width: 1600px) {
		.custom-big-font-size-1 {
				font-size: 8.5rem !important;
		}
}

.custom-blockquote-style-1 {
		border-left-width: 12px;
		border-left-color: #f3f3f3;
}

.custom-bg-color-grey-1 {
		background-color: #5a6267;
}

.custom-border-color-grey-1 {
		border-color: #404040 !important;
}

@media (max-width: 991px) {
		.custom-ws-mobile-wrap {
				white-space: normal !important;
		}
}

.custom-box-shadow-1 {
		box-shadow: 0 0px 40px 0px rgba(187, 187, 187, 0.3);
}

/*
* Text Background
*/
@media (min-width: 992px) {
		.custom-text-background {
				background-repeat: no-repeat;
				background-size: 100%;
				background-position: 20% 30%;
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
		}
}

@media (max-width: 991px) {
		.custom-text-background {
				background-image: none !important;
		}
}

/*
* Text Highlight
*/
.custom-highlight-text-1 {
		position: relative;
}

.custom-highlight-text-1:before {
		content: '';
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		border-bottom: 7px solid #d20d0d;
		opacity: 0.2;
		z-index: 0;
}

/*
* Buttons
*/
.custom-btn-style-1 {
		position: relative;
		transition: ease transform 300ms;
}

.custom-btn-style-1 > span {
		position: relative;
		z-index: 1;
}

.custom-btn-style-1:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: inherit;
		opacity: 0.7;
		border-radius: inherit;
		transform: translate3d(5px, 5px, 0);
		transition: ease transform 300ms;
		z-index: 0;
}

.custom-btn-style-1:hover {
		transform: translate3d(2.5px, 2.5px, 0);
}

.custom-btn-style-1:hover:before {
		transform: translate3d(0, 0, 0);
}

/*
* Crooked Line
*/
.custom-crooked-line {
		display: inline-block;
		width: 77px;
		overflow: hidden;
}

/*
* Custom Link Effects
*/
@-webkit-keyframes crookedLineAnim {
		from {
				transform: translate3d(0, 0, 0);
		}
		to {
				transform: translate3d(-48%, 0, 0);
		}
}
@keyframes crookedLineAnim {
		from {
				transform: translate3d(0, 0, 0);
		}
		to {
				transform: translate3d(-48%, 0, 0);
		}
}

.custom-link-hover-effects .custom-view-more svg {
		transition: ease transform 300ms;
}

.custom-link-hover-effects:hover .custom-crooked-line svg {
		-webkit-animation-name: crookedLineAnim;
						animation-name: crookedLineAnim;
		-webkit-animation-duration: 2s;
						animation-duration: 2s;
		-webkit-animation-iteration-count: infinite;
						animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
						animation-timing-function: linear;
}

.custom-link-hover-effects:hover .custom-view-more svg {
		transform: translate3d(7px, 0, 0);
}

.custom-link-hover-effects:hover .custom-date-style-1 {
		transform: translate3d(2.5px, 2.5px, 0);
}

.custom-link-hover-effects:hover .custom-date-style-1:before {
		transform: translate3d(0, 0, 0);
}

/*
* Header
*/
.custom-header-top-nav-background {
		position: relative;
}

.custom-header-top-nav-background:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100%;
		background: #CCC;
		transform: skewX(-25deg);
		z-index: 1;
}

.custom-header-top-nav-background:after {
		content: '';
		position: absolute;
		top: 7px;
		right: -7px;
		width: 100vw;
		height: 100%;
		background: #CCC;
		transform: skewX(-25deg);
		z-index: 0;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 0px 1.2rem !important;
				font-size: 16px;
		}
}

/*
* Carousel
*/
.custom-carousel-box-shadow-1 {
		position: relative;
}

.custom-carousel-box-shadow-1:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 65%;
		height: 0px;
		box-shadow: 0 40px 40px 120px rgba(0, 0, 0, 0.03);
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-dots-style-1 .owl-dots,
.custom-dots-style-2 .owl-dots {
		margin-top: 30px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot > span,
.custom-dots-style-2 .owl-dots .owl-dot > span {
		background: #9e9e9e !important;
		transition: ease all 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span,
.custom-dots-style-2 .owl-dots .owl-dot.active > span {
		background: #3e3e3e !important;
		width: 18px;
}

@media (max-width: 991px) {
		.custom-dots-style-2 .owl-dots {
				transform: translate3d(0, -50px, 0);
		}
}

.custom-carousel-vertical-center-items .owl-stage {
		display: flex;
		align-items: center;
}

.custom-nav-style-1 .owl-nav {
		left: 50%;
		width: 105%;
		transform: translate3d(-50%, -50%, 0);
}

.owl-carousel.carousel-center-active-item .owl-item {
		opacity: 0.4;
}

/*
* Tabs
*/
.custom-tabs-style-1 .nav-tabs {
		border-bottom: 1px solid #f1f1f1 !important;
		margin-bottom: 35px !important;
}

.custom-tabs-style-1 .nav-tabs > li {
		margin-bottom: 0 !important;
}

.custom-tabs-style-1 .nav-tabs > li .nav-link {
		border-bottom-width: 1px !important;
}

.custom-tabs-style-1 .nav-tabs > li .nav-link.active {
		border-bottom-width: 2px !important;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
		border: 1px solid transparent !important;
		transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		padding: 23px 30px;
		background-color: #f4f4f4;
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .card-header + .collapse.show,
.custom-accordion-style-1 > .card .card-header + .collapsing {
		border: 1px solid #efefef;
		border-top: 0;
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 17px;
}

/*
* Read More
*/
.custom-read-more-style-1 .readmore-overlay {
		background: linear-gradient(rgba(2, 0, 36, 0) 0%, white 60%) !important;
}

/*
* Blog Post Date
*/
.custom-date-style-1 {
		position: relative;
		transition: ease transform 300ms;
}

.custom-date-style-1:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: inherit;
		opacity: 0.7;
		transform: translate3d(5px, 5px, 0);
		transition: ease transform 300ms;
		z-index: 0;
}

/*
* Footer
*/
#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span {
		color: #999;
}

#footer .footer-copyright p {
		color: #999;
}








.custom-font-secondary {
		font-family: "Lora", sans-serif !important;
}

body {
		font-family: "Poppins", sans-serif;
}

.body {
		margin: 0;
}

@media (min-width: 1440px) {
		.body {
				margin: 0 50px 50px;
		}
}

@media (min-width: 1440px) and (max-width: 1600px) {
		.container-xl-custom {
				padding: 0 80px;
		}
}

/*
* Custom Text Size
*/
.custom-text-size-1 {
		font-size: 1.1em !important;
}

.custom-text-size-2 {
		font-size: 1.35em !important;
}

/*
* Custom Colors
*/
.custom-text-color-light-1 {
		color: #cbd5f1 !important;
}

.custom-text-color-light-2 {
		color: #e0e1e5 !important;
}

.custom-text-color-light-3 {
		color: #bfbfbf !important;
}

.custom-text-color-grey-1 {
		color: #acb4be !important;
}

.custom-bg-color-grey-1 {
		color: #f9f7f4 !important;
}

/*
* Custom Position
*/
.custom-position-center-x-y {
		position: absolute;
		top: 46%;
		left: 45%;
		max-width: 130%;
		transform: translate3d(-50%, -50%, 0);
}

/*
* Custom Box Shadow
*/
.custom-box-shadow-1 {
		box-shadow: 0px 0px 37px -4px rgba(0, 0, 0, 0.1) !important;
}

/*
* "Remove" body left and right margins on sections
*/
@media (min-width: 576px) {
		.custom-section-full-width {
				margin-left: 0px !important;
				margin-right: 0px !important;
		}
}

/*
* Custom Heading Bar
*/
.custom-heading-bar {
		position: relative;
}

.custom-heading-bar:before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc( 100% + 15px);
		width: 50px;
		border-top: 5px solid #CCC;
		transform: translate3d(0, -50%, 0);
}

.custom-heading-bar.custom-heading-bar-right:before {
		right: auto;
		left: calc( 100% + 15px);
}

.custom-heading-bar.custom-heading-bar-with-padding {
		padding-left: 65px;
}

.custom-heading-bar.custom-heading-bar-with-padding:before {
		right: auto;
		left: 0;
}

/*
* Custom Icon
*/
.custom-arrow-icon {
		position: relative;
		display: inline-block;
		width: 17px;
		height: 17px;
}

.custom-arrow-icon:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		border-top: 1px solid #CCC;
		border-color: inherit;
		transform: translate3d(0, -50%, 0);
}

.custom-arrow-icon:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 50%;
		height: 50%;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-color: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
}

/*
* Custom Link Effect
*/
.custom-link-effect-1 > i {
		transition: ease all 300ms;
}

.custom-link-effect-1:hover > i {
		transform: translate3d(10px, 0, 0);
}

.custom-link-effect-1.btn {
		transition: ease all 300ms;
}

.custom-link-effect-1.btn:hover {
		padding-right: 35px !important;
}

/*
* Header
*/
#header.header-effect-shrink .header-container {
		min-height: 138px;
}

#header .header-body {
		left: 0;
		border-bottom-color: transparent !important;
}

@media (min-width: 992px) {
		/*#header .header-nav-main nav > ul > li > a {
				font-size: 13px;
				letter-spacing: 0.3px;
		}
		#header .header-nav-main nav > ul > li > a.active {
				color: #444 !important;
		}
		#header .header-nav-main nav > ul > li > a.active:before {
				background-color: #444 !important;
		}
		#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li:focus > a {
				color: #444 !important;
		}
		#header .header-nav-main nav > ul > li.active > a:before, #header .header-nav-main nav > ul > li:hover > a:before, #header .header-nav-main nav > ul > li:focus > a:before {
				background-color: #444 !important;
		}
		#header .header-nav-main nav > ul > li:first-child {
				margin-left: 0;
		}*/
}

@media (min-width: 1440px) {
		#header .header-nav-main nav > ul > li {
				margin-left: 12px;
		}
}

/*
* Home - Intro
*/
.custom-section-svg {
		position: relative;
}

.custom-section-svg > svg {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
}

.custom-section-svg > img {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
}

.custom-section-svg > .container {
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 992px) {
		.custom-section-svg > svg {
				background-attachment: fixed;
		}
}

@media (max-width: 767px) {
		.custom-section-svg > svg {
				width: 230%;
		}
}

/*
* Home - Who We Are
*/
.custom-section-pull-top-1 {
		margin-top: -75px !important;
}

@media (max-width: 1199px) {
		.custom-section-pull-top-1 {
				margin-top: -70px !important;
		}
}

@media (max-width: 991px) {
		.custom-section-pull-top-1 {
				margin-top: -57px !important;
		}
}

@media (max-width: 767px) {
		.custom-section-pull-top-1 {
				margin-top: -105px !important;
		}
}

@media (max-width: 575px) {
		.custom-section-pull-top-1 {
				margin-top: -14vw !important;
		}
}

.custom-overlapping-cards {
		display: flex;
		position: relative;
}

.custom-overlapping-cards > div {
		z-index: 1;
}

.custom-overlapping-cards > div:nth-child(1) {
		max-width: 47%;
}

.custom-overlapping-cards > div:nth-child(1) img {
		transform: translate3d(-20px, -20px, 0);
}

.custom-overlapping-cards > div:nth-child(2) {
		z-index: 0;
		transform: translate3d(-50px, 50px, 0);
}

.custom-overlapping-cards > div:nth-child(2) img {
		max-width: 89%;
		transform: translate3d(70px, -20px, 0);
}

.custom-overlapping-cards .custom-overlapping-cards-puzzle-background {
		position: absolute;
		top: -80px;
		left: -158px;
		z-index: -1;
}

@media (max-width: 575px) {
		.custom-overlapping-cards {
				flex-wrap: wrap;
				justify-content: center;
		}
		.custom-overlapping-cards > .card:nth-child(1) {
				max-width: 80%;
		}
		.custom-overlapping-cards > .card:nth-child(2) {
				margin-top: 50px;
				max-width: 80%;
				transform: none;
		}
		.custom-overlapping-cards > .card:nth-child(2) img {
				max-width: 100%;
				transform: translate3d(20px, -20px, 0);
		}
}

/*
* Home - We Provide
*/
.featured-icon.custom-featured-icon-style-1 {
		width: 115px;
		height: 115px;
		border-radius: 100% !important;
}

.custom-section-half-background-color-light {
		position: relative;
}

.custom-section-half-background-color-light:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30%;
		background-color: #FFF;
}

@media (max-width: 575px) {
		.custom-section-half-background-color-light:after {
				height: 60%;
		}
}

/*
* Testimonial
*/
.testimonial.custom-testimonial-style-1.testimonial-style-4 blockquote {
		padding-top: 25px;
		padding-right: 0;
}

.testimonial.custom-testimonial-style-1.testimonial-style-4 blockquote:before {
		top: -5px;
		left: -5px;
		font-size: 90px;
		font-family: "Poppins", sans-serif;
}

.testimonial.custom-testimonial-style-1.testimonial-style-4 .testimonial-author {
		position: relative;
		margin-left: 70px;
}

.testimonial.custom-testimonial-style-1.testimonial-style-4 .testimonial-author:before {
		content: '';
		position: absolute;
		top: 6px;
		right: calc( 100% + 10px);
		width: 30px;
		border-top: 4px solid #000;
}

/*
* Process
*/
.process.custom-process-style-1 .process-step-circle {
		border-color: #e2e5e8;
		width: 110px;
		height: 110px;
}

.process.custom-process-style-1 .process-step-content {
		padding-top: 32px;
}

@media (min-width: 992px) {
		.process.custom-process-style-1:before {
				content: '';
				display: block;
				position: absolute;
				width: calc( 100vw - 120px);
				height: 2px;
				top: 53px;
				left: 50%;
				background-color: #EDEDED;
				transform: translate3d(-50%, 0, 0);
		}
		.process.custom-process-style-1 .process-step .process-step-circle {
				background-color: #FFF;
		}
		.process.custom-process-style-1 .process-step .process-step-circle:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: calc( 100% + 30px);
				background-color: #FFF;
				height: 100%;
				transform: translate3d(-50%, -50%, 0);
				z-index: -1;
		}
		.process.custom-process-style-1 .process-step:before {
				content: none;
		}
		.process.custom-process-style-1 .process-step:nth-child(1) .process-step-circle, .process.custom-process-style-1 .process-step:nth-child(3) .process-step-circle {
				margin-top: -75px;
		}
}

/*
* Nav
*/
.custom-nav-style-1 > li {
		margin-left: 20px;
		margin-bottom: 20px;
}

.custom-nav-style-1 > li:hover > a, .custom-nav-style-1 > li:focus > a {
		border-color: #212529 !important;
}

.custom-nav-style-1 > li:first-child {
		margin-left: 0;
}

@media (max-width: 991px) {
		.custom-nav-style-1 > li {
				margin-right: 20px;
				margin-left: 0;
		}
		.custom-nav-style-1 > li:last-child {
				margin-right: 0;
		}
}

@media (max-width: 767px) {
		.custom-nav-style-1 > li {
				margin-right: 10px;
				margin-bottom: 10px;
		}
}

/*
* Blog
*/
.custom-post-style-1:hover .overlay:before {
		opacity: 0.2;
}

/*
* Social Icons
*/
.social-icons.custom-social-icons-icon-light li a {
		color: #ffffff !important;
}

.social-icons.custom-social-icons-icon-light li:hover a {
		color: #FFF !important;
}

/*
* Page Header - Internal Pages
*/
@media (max-width: 767px) {
		.page-header.custom-page-header-style-1 h1 {
				font-size: 32px !important;
		}
}

.page-header.custom-page-header-style-1 .breadcrumb > li {
		font-size: 1em;
		font-weight: 600;
		color: #acb4be;
}

.page-header.custom-page-header-style-1 .breadcrumb > li > a {
		color: #acb4be;
}

.page-header.custom-page-header-style-1 .breadcrumb > li > a:hover {
		color: #FFF;
}

.page-header.custom-page-header-style-1 .breadcrumb > li + li:before {
		content: "/";
}

/*
* Pagination
*/
.custom-pagination-style-1 .page-item .page-link {
		border: 2px solid #999999;
		box-sizing: content-box;
		color: #999999;
		background: transparent;
}

.custom-pagination-style-1 .page-item.active .page-link, .custom-pagination-style-1 .page-item:hover .page-link {
		color: #FFF;
}

/*
* Footer
*/
#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css), #footer .footer-copyright p {
		color: #ffffff;
		font-weight: 500;
}

/*
* Feature Box Icon
*/
.feature-box .feature-box-icon.custom-feature-box-icon-size-1 {
		width: 3em;
		height: 3em;
		font-size: 20.8px;
		font-size: 1.3rem;
}

#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css), #footer .footer-copyright p {
		color: #ffffff;
		font-weight: 500;
}

#mainNav li ul {
    display: none;
}

#mainNav li:hover > ul {
    display: block;
}
#mainNav li ul {
    display: none;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.sticky-header-active  #mainNav li ul {
	top: 139px;
}
#mainNav li {
    position: relative;
}

#mainNav li ul li {
	border-top-width: 3px;
   list-style-type: none;
}

/* @media (min-width: 992px){ */
/* .sub-menu { */
    /* top: -10000px; */
    /* display: block; */
    /* opacity: 0; */
    /* left: auto; */
    /* border-radius: 0 4px 4px; */
    /* border: 0; */
    /* border-top: 3px solid #CCC; */
    /* box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%); */
    /* margin: 0; */
    /* min-width: 200px; */
    /* padding: 5px 0; */
    /* text-align: left; */
/* } */
/* } */

.sub-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
	top:85px;
	 border-top-color: #D74314;
	 border-top-width:3px;
}

#menu-footer-menu .link-hover-style-1:hover {
    left: 3px;
}
#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
    position: relative;
    left: 0px;
    transition: all 0.1s ease-in-out;
}


.sub-menu li a {
	display: block;
	    letter-spacing: -0.5px;
    transition: transform .2s ease-out;
    transform: translate3d(0, -5px, 0);
    border-bottom: 1px solid #f7f7f7;
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    padding-top: 6px;
    padding-right: 18px;
    padding-bottom: 6px;
    padding-left: 18px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.5px;
}

li.dropdown .sub-menu  li a {
    border-bottom: 1px solid #f7f7f7;
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.5px;
}
[aria-current="page"] {
  color:#BC340A !important;
}
.sub-menu li:hover
{
	background:#f8f9fa !important;
	color:#CCC !important;
}
li.dropdown .sub-menu li:hover  a
{
	color:#777 !important;
}
.sub-menu 
{
	padding-top:0 !important;
	margin-top:0 !important;
}
.sub-menu > li:hover > a
{
	color:#BC340A !important;
}


@media only screen and (max-width: 319px) {
	section.video{
	  padding-top: 95px !important;
	  padding-bottom: 95px !important;
	  height: auto !important;
	}
	.vide-video-wrapper video{
		width: 100% !important;
	}
}

/*end of 319 resolution screen*/

@media only screen and (min-width: 320px) and (max-width: 575px) {

	section.video{
	  padding-top: 165px !important;
	  padding-bottom: 165px !important;
	  height: auto !important;
	}
	.vide-video-wrapper video{
		width: 100% !important;
	}
}

/*end of 320 X 575 resolution screen*/

@media only screen and (min-width: 576px) and (max-width: 767px) {
	section.video{
	  padding-top: 185px !important;
	  padding-bottom: 185px !important;
	   height: auto !important;
	}
	.vide-video-wrapper video{
		width: 100% !important;
	}
}

/*end of 576 X 767 resolution screen*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	 section.video{
	  padding-top: 222px !important;
	  padding-bottom: 222px !important;
	  height: auto !important;
	}
	.vide-video-wrapper video{
		width: 100% !important;
	}
}

/*end of 768 X 991 resolution screen*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section.video{
	  padding-top: 222px !important;
	  padding-bottom: 222px !important;
	   height: auto !important;
	}
	.vide-video-wrapper video{
		width: 100% !important;
	}
}
@media only screen and (min-width: 1200px) {
	.section.video{
	  padding-top: 340px !important;
	  padding-bottom: 340px !important;
	   height: auto !important;
	}
	.vide-video-wrapper video{
		width: 100% !important;
	}
}

