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

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

.body {
		margin: 0;
}

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

@media (min-width: 1440px) and (max-width: 1600px) {
		.container-lg-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;
}

.a{
	color: #555;
}

/*
* 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: -50px !important;
				margin-right: -50px !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 #188ccd;
		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;
}


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

.custom-section-svg > svg {
		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: -111px !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: #a3b6e7 !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: #d3d3d3;
}

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

.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: #555;
		font-weight: 500;
}
body {
		font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px) {
		.container:not(.container-lg-custom):not(.container-xl-custom) {
				max-width: 1200px;
		}
}

.custom-border-radius-1 {
		border-radius: 7px !important;
}

.custom-text-underline-1 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.custom-btn-border-radius {
		border-radius: 12px;
}

.custom-btn-arrow-effect-1 > svg {
		transition: ease transform 300ms;
}

.custom-btn-arrow-effect-1:hover > svg {
		transform: translate3d(8px, 0, 0);
}

.custom-select-1.custom-select-1-arrow-position:before {
		right: 30px;
}

.custom-svg-1 {
		position: absolute;
		left: 0;
		top: -100px;
		width: 640px;
}

.custom-svg-2 {
		position: absolute;
		top: 43%;
		left: -260px;
		width: 190px;
		transform: translate3d(0, -50%, 0);
}

.custom-svg-3 {
		display: none;
		position: absolute;
		right: 0;
}

@media (min-width: 576px) {
		.custom-svg-3 {
				display: block;
				bottom: -80px;
				width: 80px;
		}
}

@media (min-width: 1440px) {
		.custom-svg-3 {
				bottom: -150px;
				width: 150px;
		}
}

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

.custom-alert-bg-color-1 {
		background-color: #fffcd6 !important;
}

.custom-section-background .container:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 85%;
		width: 100vw;
		height: calc( 100% + 150px);
		background: #FFF;
		z-index: 0;
		transform: translate3d(0, -50%, 0);
}

@media (min-width: 1920px) {
		.custom-background-style-1 {
				background-size: cover;
		}
}

@media (max-width: 575px) {
		.custom-background-style-1 {
				background-image: none !important;
				background-color: #FFF;
		}
}

@media (min-width: 2050px), (max-width: 991px) {
		.custom-background-size-1 {
				background-size: cover !important;
		}
}

@media (min-width: 2050px) {
		.custom-background-size-1 {
				background-position: 14vw 50% !important;
		}
}

.custom-svg-background-1 {
		position: absolute;
		width: 1000%;
		top: 0;
		left: 50%;
		height: 100%;
		transform: translate3d(-50%, 0, 0);
}

@media (max-width: 991px) {
		.custom-svg-background-1 {
				left: 77%;
		}
}

@media (max-width: 575px) {
		.custom-svg-background-1 {
				left: 82%;
		}
}

@media (max-width: 991px) {
		.custom-remove-mobile-border-left {
				border-left: 0 !important;
		}
}

@media (max-width: 575px) {
		.custom-remove-mobile-xs-border-left {
				border-left: 0 !important;
		}
}

.custom-divider > hr {
		height: 4px !important;
}

@-webkit-keyframes customLineAnim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 2500;
				stroke-dashoffset: 1600;
		}
}

@keyframes customLineAnim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 2500;
				stroke-dashoffset: 1600;
		}
}

.customLineAnim {
		-webkit-animation-name: customLineAnim;
						animation-name: customLineAnim;
}

@-webkit-keyframes customLineAnim2 {
		from {
				stroke-dasharray: 2650;
				stroke-dashoffset: 2650;
		}
		to {
				stroke-dasharray: 2650;
				stroke-dashoffset: 0;
		}
}

@keyframes customLineAnim2 {
		from {
				stroke-dasharray: 2650;
				stroke-dashoffset: 2650;
		}
		to {
				stroke-dasharray: 2650;
				stroke-dashoffset: 0;
		}
}

.customLineAnim2 {
		-webkit-animation-name: customLineAnim2;
						animation-name: customLineAnim2;
}

@-webkit-keyframes customLineProgressAnim {
		from {
				width: 0;
		}
		to {
				width: 60px;
		}
}

@keyframes customLineProgressAnim {
		from {
				width: 0;
		}
		to {
				width: 60px;
		}
}

.customLineProgressAnim {
		-webkit-animation-name: customLineProgressAnim;
						animation-name: customLineProgressAnim;
}

/*
 * Social Icons
 */
.custom-social-icons-divider > li + li {
		position: relative;
		margin-left: 20px;
}

.custom-social-icons-divider > li + li:before {
		content: '';
		border-left: 1px solid #dadcdd;
		height: 80%;
		position: absolute;
		left: -13px;
		top: 50%;
		transform: translate3d(0, -50%, 0);
}

/*
 * Header
 */
#header .header-container {
		height: 110px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-radius: 5px !important;
}

#header .header-nav-features .header-nav-feature.px-4 .header-nav-features-dropdown.show {
		right: calc( 100% - 30px) !important;
}

.custom-left-border-1 {
		position: relative;
}

.custom-left-border-1:before {
		content: '';
		position: absolute;
		top: 50%;
		left: -22px;
		height: 60%;
		border-left: 1px solid #CCC;
		transform: translate3d(0, -50%, 0);
}

/*
* Icon Style
*/
.custom-icon-style-1 {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 95px;
		height: 95px;
}

.custom-icon-style-1:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: 2px solid #CCC;
		border-radius: 7px;
		transform: rotate(45deg);
		z-index: 0;
		transition: ease background 300ms;
}

.custom-icon-style-1 svg {
		position: relative;
		z-index: 1;
}

.custom-icon-box-style-1 h3 {
		transition: ease color 300ms;
}

/*
* Thumb Info
*/
.custom-thumb-info-style-1 .thumb-info-wrapper {
		border-radius: 25px !important;
		border: 5px solid transparent !important;
		transition: ease border 300ms;
}

.custom-thumb-info-style-1 h3 {
		transition: ease color 300ms;
}

.custom-img-thumbnail-style-1.img-thumbnail.img-thumbnail-hover-icon:before {
		border-radius: 0 !important;
}

/*
* Testimonial
*/
.custom-testimonial-style-1 blockquote {
		padding: 5px 20px !important;
}

.custom-testimonial-style-1 blockquote p {
		font-family: "Poppins", sans-serif;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before {
		content: "\f10d";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
}

@media (min-width: 1200px) {
		.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 0 40px 120px rgba(0, 0, 0, 0.07);
				transform: translate3d(-50%, -50%, 0);
				z-index: 0;
		}
}

/*
* 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 #CCC;
		border-top: 0;
}

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

/*
* Services Detail
*/
.custom-nav-list-effect-1 > li > a {
		position: relative;
		transition: ease padding 300ms, ease color 300ms;
}

.custom-nav-list-effect-1 > li > a:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		border-top: 4px solid #CCC;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, -50%, 0);
		transition: ease opacity 300ms, ease width 300ms;
}

.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
		padding-left: 45px;
		font-weight: 700;
}

.custom-nav-list-effect-1 > li.active > a:before, .custom-nav-list-effect-1 > li.open > a:before, .custom-nav-list-effect-1 > li:hover > a:before {
		width: 30px;
		opacity: 1;
		visibility: visible;
}

.custom-feature-box-justify-center {
		justify-content: center;
}

.custom-feature-box-justify-center .feature-box-icon,
.custom-feature-box-justify-center .feature-box-info {
		flex: 0 0 auto;
}

/*
* Contact
*/
.custom-form-style-1 .form-control {
		border: 0;
		background: #f4f4f4;
		border-radius: 35px;
		height: auto;
		padding: 20px 25px;
}

/*
* Datepicker
*/
.datepicker {
		padding: 10px;
		margin: 0 auto;
		line-height: 1.1em;
}

.datepicker.datepicker-inline {
		line-height: 1.7em;
		width: 100%;
}

.datepicker table {
		width: 100%;
}

.datepicker table tr td {
		border-radius: 0;
}

.datepicker table thead tr th {
		cursor: pointer;
		font-size: 12.8px;
		font-size: 0.8rem;
		text-align: center;
		font-weight: normal;
}

.datepicker table thead tr th.prev {
		content: '\f0d9';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
}

.datepicker table thead tr th.next {
		content: '\f0da';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
}

.datepicker table thead tr th:hover {
		color: #FFF;
}

.datepicker table thead tr:last-child th {
		font-weight: 600;
}

.datepicker table thead tr:last-child th:hover {
		color: #CCC;
}

.datepicker table td {
		text-align: center;
		font-size: 12px;
		font-size: 0.75rem;
}

.datepicker table td.day {
		transition: background-color .1s ease-in .1s, color .1s ease-in .1s;
		cursor: pointer;
}

/*
* Footer
*/
#footer {
		background: #333333;
}

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

.custom-list-style-1 > li {
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;
}

.custom-list-style-1 > li + li {
		border-top: 1px solid #46474a;
}

.custom-list-style-1 > li:first-child {
		padding-top: 0;
}

.custom-list-style-1 > li:last-child {
		padding-bottom: 0;
}

/*
* Sponsors
*/
#sponsors {
		background-color: #eff3f5;
}

#sponsors .section.section-center {
		background-color: #eff3f5;
		margin: 0 !important;
		border-top: none;
}

#sponsors .owl-dots {
		margin-top: 35px;
}

.carousel-logo-item {
		position: relative;
		height: 158px;
		overflow: hidden;
		box-shadow: 0px 23px 32px 0px transparent;
		will-change: border-color;
		border: 1px solid transparent;
		transition: border-color .4s ease, box-shadow .4s ease;
}

.carousel-logo-item:hover {
		box-shadow: 0px 23px 32px 0px #e5e8eb;
		border-color: #d4d4d4;
}

.carousel-logo-item:hover .carousel-logo-pannel {
		transform: translateY(-100%);
}

.carousel-logo-item .carousel-logo-pannel {
		width: 100%;
		height: 100%;
		transition: transform .4s ease;
}

.carousel-logo-item .carousel-logo-hover {
		transform: translateY(0);
}

.carousel-logo-item .carousel-logo-hover img {
		width: 138px;
		max-height: 65px;
}

.carousel-logo-item .carousel-logo-hover .carousel-logo-description {
		max-height: 45px;
		overflow-y: hidden;
}

.carousel-logo-item .carousel-logo-pb::before {
		content: '';
		height: 100%;
		display: inline-block;
		vertical-align: middle;
}

.carousel-logo-item .carousel-logo-pb img {
		display: inline-block;
		vertical-align: middle;
		width: 200px;
}

/*
* Header
*/
.header-top {
		border-bottom: 1px solid #e7e7e7 !important;
}

.header-top .header-top-phone {
		font-size: 16px !important;
		padding: 6px 40px 6px 0 !important;
}

.header-top .header-top-phone img {
		margin-right: 7px;
}

.header-top .header-top-email,
.header-top .header-top-opening-hours {
		font-size: 12px !important;
		letter-spacing: -0.3px;
}

.header-top .header-top-email i,
.header-top .header-top-opening-hours i {
		margin-right: 6px !important;
}

.header-top .header-top-email {
		margin-right: 15px;
}

@media (max-width: 1199px) {
		.header-top .nav-item-header-top-socials {
				width: 100%;
		}
}

.header-top .nav-item-header-top-socials .header-top-socials ul li {
		margin-right: 30px;
}

.header-top .nav-item-header-top-socials .header-top-socials ul li i {
		font-size: 15px !important;
}

.header-top .header-top-button-make-as-appoitment {
		width: 195px;
}

.header-top .header-top-button-make-as-appoitment a {
		font-size: 12px;
}