/* Domaine Display */
@font-face { font-family: 'Domaine Display'; font-weight: 400; font-style: normal; font-display: swap; src: url('../fonts/domaine-display-regular.woff2') format('woff2'), url('../fonts/domaine-display-regular.woff') format('woff'); }
@font-face { font-family: 'Domaine Display'; font-weight: 500; font-style: normal; font-display: swap; src: url('../fonts/domaine-display-medium.woff2') format('woff2'), url('../fonts/domaine-display-medium.woff') format('woff'); }
@font-face { font-family: 'Domaine Display'; font-weight: 600; font-style: normal; font-display: swap; src: url('../fonts/domaine-display-semibold.woff2') format('woff2'), url('../fonts/domaine-display-semibold.woff') format('woff'); }
@font-face { font-family: 'Domaine Display'; font-weight: 700; font-style: normal; font-display: swap; src: url('../fonts/domaine-display-bold.woff2') format('woff2'), url('../fonts/domaine-display-bold.woff') format('woff'); }
@font-face { font-family: 'Domaine Display'; font-weight: 800; font-style: normal; font-display: swap; src: url('../fonts/domaine-display-extrabold.woff2') format('woff2'), url('../fonts/domaine-display-extrabold.woff') format('woff'); }
@font-face { font-family: 'Domaine Display'; font-weight: 900; font-style: normal; font-display: swap; src: url('../fonts/domaine-display-black.woff2') format('woff2'), url('../fonts/domaine-display-black.woff') format('woff'); }

/* Cormorant Garamond */
@font-face { font-family: 'effra'; font-weight: 300; font-style: normal; font-display: swap; src: url('../fonts/effralight-regular.woff2') format('woff2'), url('../fonts/effralight-regular.woff') format('woff'); }
@font-face { font-family: 'effra'; font-weight: normal; font-style: normal; font-display: swap; src: url('../fonts/effra-regular.woff2') format('woff2'), url('../fonts/effra-regular.woff') format('woff'); }
@font-face { font-family: 'effra'; font-weight: 500; font-style: normal; font-display: swap; src: url('../fonts/efframedium-regular.woff2') format('woff2'), url('../fonts/efframedium-regular.woff') format('woff'); }
@font-face { font-family: 'effra'; font-weight: 700; font-style: normal; font-display: swap; src: url('../fonts/effra-bold.woff2') format('woff2'), url('../fonts/effra-bold.woff') format('woff'); }

* { -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
@media (prefers-reduced-motion: no-preference) {
    :root { scroll-behavior: initial; }
}
html { height: 100%; margin-top: 0 !important;  overflow-x:hidden;}
html.with-featherlight { overflow: auto	 !important; } 
body { margin:0; padding:0; position: relative; min-height: 100%; font-family: 'effra'; font-size:18px; line-height:1.333; letter-spacing: 0; font-weight:400; color:#7b7b7b; text-rendering: optimizeSpeed; background:#ffffff; font-variant:none; overflow-x:hidden; }  
/*body { padding:0 0 448px; }*/
.container { position:relative; }
.main-wrapper > p:last-child { display:none; }
/* Global CSS */

	@media (min-width: 768px) {}
	@media (min-width: 992px) {
		/*body { padding: 0 0 417px; }*/
	}
	@media (min-width: 1200px) {
		/*body { padding:0 0 448px; }*/
	}
	@media (min-width: 1400px) {
		.container { max-width: 1340px;	}
	}
	@media (min-width: 1680px) {
		.container { max-width: 1704px;	}
	}
	@media (max-width: 1200px) {}
	@media screen and (max-width:991px) {
		body { font-size: 16px; padding-bottom:0; padding-right: 0 !important; padding-top: 84px;}
	}
	@media screen and (max-width:767px) {
		body { padding-bottom: 0; padding-top: 74px;}
		body.admin-bar .navbar.navbar-fixed { margin-top:0; }

		#wpadminbar { display:none !important; }
		html[lang="en-US"] { margin-top:0 !important; }
	}
	
/* 	----------------------------
	General Group Syle
---------------------------- */
.font-thin { font-weight:200 !important;}
.font-light { font-weight:300 !important;}
.font-regular { font-weight:400 !important;}
.font-medium { font-weight:500 !important;}
.font-semibold { font-weight:600 !important;}
.font-bold { font-weight:700 !important;}
.font-extrabold { font-weight:800 !important;}
.font-black { font-weight:900 !important;}

.font-effra { font-family: 'effra' !important; }
.font-domaine-display { font-family: 'Domaine Display'; }

.text-primary { color:#7F8BF5 !important; }
.text-secondary { color:#27214D !important; }
.text-tertiary { color:#C100B2 !important; }
.text-default { color:#14102D !important; }
.text-gray { color:#7b7b7b !important;  }
.text-light-gray { color: #B7B7C6 !important;}
.text-info { color:#434bbe !important; }
.text-success { color:#43BE97 !important; }
.text-warning { color:#FF5E38 !important; }
.text-danger { color:#a50808 !important; }

.bg-primary { background-color:#7F8BF5 !important; }
.bg-secondary { background-color:#27214D !important; }
.bg-tertiary { background-color:#C100B2 !important; }
.bg-default { background-color:#14102D !important; }
.bg-gray { background-color:#F5F4FA !important; }
.bg-dark-gray { background-color:#E3E3EB !important; }
.bg-info { background-color:#434bbe !important; }
.bg-success { background-color:#43BE97 !important; }
.bg-warning { background-color:#FF5E38 !important; }
.bg-danger { background-color:#a50808 !important; }

.hr-primary { background-color:#7F8BF5 !important; }
.hr-secondary { background-color:#27214D !important; }
.hr-tertiary { background-color:#C100B2 !important; }
.hr-default { background-color:#14102D !important; }
.hr-gray { background-color:#F5F4FA !important; }
.hr-info { background-color:#434bbe !important; }
.hr-success { background-color:#43BE97 !important; }
.hr-warning { background-color:#FF5E38 !important; }
.hr-danger { background-color:#a50808 !important; }
 
video::-internal-media-controls-download-button { display:none; }
.video-wrapper { position: relative; padding-bottom: 56.284%; /* 16:9 */ padding-top: 25px; height: 0;}
.video-wrapper video { width: 100%    !important; height: auto   !important; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-thumbnail { position:absolute; top:0; left:0; width:100%; bottom:-1px; background:center no-repeat; background-size:cover; z-index: 10;  }
.video-thumbnail .btn-play { position:absolute; left:50%; top:50%; margin-top: -30px; margin-left: -30px; padding: 0; border: none; background: none; }
.video-thumbnail .btn-play svg { width:60px; height:60px; }

.author-avtar { display: inline-block; vertical-align: middle; width: 48px; height: 48px; background: center no-repeat; background-size: cover; border-radius: 50%; }
.author-avtar.avtar-sm { width: 36px; height: 36px; } 
.author-avtar.avtar-xl { width: 180px; height: 180px; } 
.author-avtar.avtar-lg { width: 60px; height: 60px; } 

.white-space { white-space:pre; }
.transition-all { transition:all ease-in-out 0.2s; -webkit-transition:all ease-in-out 0.2s; -moz-transition:all ease-in-out 0.2s; -ms-transition:all ease-in-out 0.2s; }

.pagination { display:block; margin-top:60px; }
.pagination .page-numbers { font-size:16px; margin:0 4px; color:#050505;  }
.pagination .page-numbers.current { font-weight:700; }
.pagination a.page-numbers:focus,
.pagination a.page-numbers:hover { text-decoration:none; outline:none; color:#7F8BF5; }

.pagination .next,
.pagination .prev { display:inline-block; vertical-align:middle; width:10px; height:10px; margin-top:-4px; transform:rotate(-45deg); border-color:#050505; border-style:solid; }
.pagination .next { border-width:0 2px 2px 0; }
.pagination .prev { border-width:2px 0 0 2px; }

	@keyframes float { 0% { transform: translatey(0px); } 50% { transform: translatey(10px); } 100% { transform: translatey(0px); } }

	@media screen and (max-width:991px) {
		.video-wrapper  { padding-top:0; }
		.video-thumbnail { bottom:-1px; height:auto; }
	}
	@media screen and (max-width:991px) {}

/* 	----------------------------
	Typography
---------------------------- */
/* Other Element Style */
p { font-size:18px; line-height:1.33; letter-spacing: 0; color: #14102D; font-weight:400; margin:0 0 26px; font-family: 'effra'; }
p.lead { font-size:20px; font-weight: 400;}
p.small,
p small { font-size:16px; }
p strong { font-weight:600; }
p:last-child { margin-bottom:0; }
p a { color:#7F8BF5; }
small { font-size:14px; color:#14102D; }

.text-white p { color:#fff; }

hr { height:1px; border:none; background:#7b7b7b; margin:5px 0; opacity: 1; }
hr + hr { display:none; }
hr.inverse { background:#fff !important;  }
.hr-2 { height:2px; }
.hr-3 { height:3px; }
.hr-4 { height:4px; }
.hr-5 { height:5px; }
.hr-6 { height:6px; }

strong, b { font-weight:600; }

address p,
address { font-size:18px; line-height:1.33; letter-spacing: 0; color: #14102D; font-weight:500; margin:0 0 26px; font-family: 'effra'; }
address strong { display:block; }
address:last-child { margin-bottom:0;}

a { color:#7F8BF5; font-family: 'effra'; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; }
a { text-decoration:none; outline:none;}
a:hover, a:focus, a:active { color:#6d7aeb; text-decoration:underline; }
a:focus:active, .btn:focus:active, a:focus:active, .btn:focus:active,
a:active, .btn:active, a:focus, .btn:focus { outline: none; box-shadow: none; text-decoration:underline; color:#dd666a;}

ul { padding:0; margin:0; }
ul li { font-size:18px; line-height:1.334; letter-spacing: 0; color: #14102D; }

/* Heading Color & Weight style */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 { font-family: 'Domaine Display'; color:#14102D; font-weight:400; padding-bottom:0; }
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong,
h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong { font-weight:700; font-family: 'Domaine Display';}

/*.display-1 { font-size:100px; line-height:1; letter-spacing: 0; font-family: 'Domaine Display'; font-weight: 400; }*/

h1, .h1 { font-size:50px; line-height:1.20; letter-spacing: -0.75px; }
h2, .h2 { font-size:40px; line-height:1.25; letter-spacing: 0.0px; }
h3, .h3 { font-size:32px; line-height:1.43; letter-spacing: 0.32px; }
h4, .h4 { font-size:28px; line-height:1.42; letter-spacing: 0.28px; }
h5, .h5 { font-size:25px; line-height:1.60; letter-spacing: 0.25px; }
h6, .h6 { font-size:13px; line-height:1.56; letter-spacing: 1.50px; }

	@media screen and (max-width:1800px) {
		h1, .h1 { font-size:42px; }
		h2, .h2 { font-size:35px; }
		h3, .h3 { font-size:28px; }
		h4, .h4 { font-size:26px; }
		h5, .h5 { font-size:22px; }
		h6, .h6 { font-size:11px; }		
	}
	@media screen and (max-width:1600px) {}
	@media screen and (max-width:1400px) {
		h1, .h1 { font-size:36px; }
		h2, .h2 { font-size:30px; }
		h3, .h3 { font-size:25px; }
		h4, .h4 { font-size:22px; }
		h5, .h5 { font-size:18px; }
		h6, .h6 { font-size:12px; }
	}
	@media screen and (max-width:1370px) {}
	@media screen and (max-width:1200px) {

		p { font-size: 16px; }
		p.lead { font-size: 18px; }
		p small { font-size: 14px; }
		small { font-size: 12px;}
		address p, address,
		ul li { font-size: 16px;}
	}
	@media screen and (max-width:991px) {}
	@media screen and (max-width:767px) {
		h1, .h1 { font-size:26px; letter-spacing: -0.33px; }
		h2, .h2 { font-size:24px; letter-spacing: -0.33px; }
		h3, .h3 { font-size:22px; letter-spacing: 0.16px; }
		h4, .h4 { font-size:20px; letter-spacing: 0.16px; }
		h5, .h5 { font-size:16px; letter-spacing: 0.12px; }
		h6, .h6 { font-size:10px; letter-spacing: 1.00px; }
	}
	@media screen and (max-width:576px) {}

/*****************************/
/*    Button Style start      /
/*****************************/
.btn { font-size:18px; font-weight:600; border-width:2px; letter-spacing: 0; text-transform:capitalize; padding:12px 34px; min-width:220px; line-height: 1.5; color:#fff; background:#000; border-color:#000; border-radius:0; font-family: 'effra'; cursor:pointer; display:inline-block;  }
.btn-lg { font-size: 22px; padding: 14px 46px; min-width: 320px; }
.btn-sm { font-size: 16px; padding: 8px 24px; min-width: 180px; }

a.btn:hover, a.btn:focus { text-decoration: none; outline: none; }
.btn.active, .btn:active  { box-shadow:none; }

.btn-block { width:100%; display:block; text-align:center;}

.btn.disabled { filter: grayscale(1); pointer-events: none; opacity: 0.2; }

.btn > * { display:inline-block; vertical-align:middle;}
.btn img,
.btn svg { width:auto; height:22px;}
.btn img + span { margin-left:10px; }
.btn span + img { margin-left:10px; }

.btn .btn-icon + span { margin-left:2px; }
.btn span + .btn-icon { margin-left:2px; }

.btn-icon { display: inline-block; vertical-align: middle; width: 16px; height: 16px; background: center no-repeat; }

.btn.btn-raised { -moz-box-shadow:0 4px 5px 0 rgba(0,0,0,0.22); -ms-box-shadow:0 4px 5px 0 rgba(0,0,0,0.22); -webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.22); box-shadow:0 4px 5px 0 rgba(0,0,0,0.22);}

.btn.btn-rounded { border-radius:100px;} 

.btn.btn-fab * { display:inline-block; vertical-align:middle; }

.btn-back { padding-left: 18px; background: url('../images/arrow-left.svg') center left no-repeat; background-size: auto 14px;}
.btn-back:hover { color: #7F8BF5 !important; text-decoration: none; }

/***************/
/* Button Link */
/***************/
.btn.btn-link { padding: 0; margin: 0; border: none; border-radius: 0; min-width: 1px; background: none; color: #14102D; text-decoration: none; font-size: 22px; line-height: 1.54; font-family: 'effra'; font-weight: bold;}
.btn.btn-link:hover { color: #1e1941;}

.btn.btn-link.btn-inverse { color: #ffffff; }
.btn.btn-link.btn-inverse:hover { color: #7F8BF5; }

.btn.btn-link { position: relative; cursor: pointer; transition: all ease-in-out 0.2s; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; }
.btn.btn-link:after { content: ""; position: relative; display: inline-block; margin-left: 7px; width: 16px; height: 16px; background: url('../images/cta-arrow-default.svg') center right no-repeat; background-size: auto 100%; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; }

.btn.btn-link:hover { background: none; } 
.btn.btn-link:hover:after { margin-left: 12px; }

.btn.btn-link.btn-inverse { color: #fff; }
.btn.btn-link.btn-primary { color:#7F8BF5; }
.btn.btn-link.btn-secondary { color:#27214D; }
.btn.btn-link.btn-tertiary { color:#C100B2; }
.btn.btn-link.btn-info { color:#434bbe; }
.btn.btn-link.btn-success { color:#43BE97; }
.btn.btn-link.btn-warning { color:#FF5E38; }
.btn.btn-link.btn-danger { color:#a50808; }

.btn.btn-link.btn-inverse:after { background-image: url('../images/cta-arrow-inverse.svg'); }
.btn.btn-link.btn-primary:after { background-image: url('../images/cta-arrow-primary.svg'); }
.btn.btn-link.btn-secondary:after { background-image: url('../images/cta-arrow-secondary.svg'); }
.btn.btn-link.btn-tertiary:after { background-image: url('../images/cta-arrow-tertiary.svg'); }
.btn.btn-link.btn-info:after { background-image: url('../images/cta-arrow-info.svg'); }
.btn.btn-link.btn-success:after { background-image: url('../images/cta-arrow-success.svg'); }
.btn.btn-link.btn-warning:after { background-image: url('../images/cta-arrow-warning.svg'); }
.btn.btn-link.btn-danger:after { background-image: url('../images/cta-arrow-danger.svg'); }

.btn.btn-link.modal-close:after { background-image: url('../images/icon-close-default.svg');}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline:none; }

/* Default Button */
.btn-default.active,
.btn-default { border-color:#27214D; background-color:#27214D; color:#fff; }
.btn-default.active:focus, .btn-default.active:hover,
.btn-default:active:focus, .btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:focus { background-color:#450783; border-color:#450783; color:#fff; }

.btn-default.btn-inverse.active,
.btn-default.btn-inverse { border-color:#ffffff; background-color:#ffffff; color:#27214D; }
.btn-default.btn-inverse.active:focus, .btn-default.btn-inverse.active:hover,
.btn-default.btn-inverse:active:focus, .btn-default.btn-inverse:focus, .btn-default.btn-inverse:hover, .btn-default.btn-inverse:active, .btn-default.btn-inverse:active:focus { background-color:#f1f1f1; border-color:#f1f1f1; color:#450783; }

.btn-default.btn-outline.active,
.btn-default.btn-outline { border-color:#27214D; background-color:transparent; color:#27214D; }
.btn-default.btn-outline.active:focus, .btn-default.btn-outline.active:hover,
.btn-default.btn-outline:active:focus, .btn-default.btn-outline:focus, .btn-default.btn-outline:hover, .btn-default.btn-outline:active, .btn-default.btn-outline:active:focus { background-color:#450783; border-color:#450783; color:#fff; }

.btn-default.btn-outline.btn-inverse.active,
.btn-default.btn-outline.btn-inverse { border-color:#ffffff; background-color:transparent; color:#ffffff; }
.btn-default.btn-outline.btn-inverse.active:focus, .btn-default.btn-outline.btn-inverse.active:hover,
.btn-default.btn-outline.btn-inverse:active:focus, .btn-default.btn-outline.btn-inverse:focus,
.btn-default.btn-outline.btn-inverse:hover, .btn-default.btn-outline.btn-inverse:active, .btn-default.btn-outline.btn-inverse:active:focus { background-color:#f1f1f1; border-color:#f1f1f1; color:#27214D; }

/* Primary Button */ 
.btn-primary { border-color:#7F8BF5; background:#7F8BF5; color:#ffffff; }
.btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus { background:#6d7aec; border-color:#6d7aec; color:#ffffff;}

.btn-primary.btn-inverse { border-color:#ffffff; background:#ffffff; color:#7F8BF5; }
.btn-primary.btn-inverse:active:focus, .btn-primary.btn-inverse:focus, .btn-primary.btn-inverse:hover, .btn-primary.btn-inverse:active, .btn-primary.btn-inverse:active:focus { background:#f1f1f1; border-color:#f1f1f1; color:#7F8BF5;}

.btn-primary.btn-outline { border-color:#7F8BF5; background:transparent; color:#7F8BF5; }
.btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:active:focus { background:#6d7aec; border-color:#6d7aec; color:#ffffff; }

.btn-primary.btn-outline.btn-inverse { border-color:#fff; background:transparent; color:#7F8BF5; }
.btn-primary.btn-outline.btn-inverse:active:focus, .btn-primary.btn-outline.btn-inverse:focus,
.btn-primary.btn-outline.btn-inverse:hover, .btn-primary.btn-outline.btn-inverse:active, .btn-primary.btn-outline.btn-inverse:active:focus { background:#f1f1f1; border-color:#f1f1f1; color:#6d7aec; }


.btn-link.btn-primary:active:focus, .btn-link.btn-primary:focus,
.btn-link.btn-primary:hover, .btn-link.btn-primary:active, .btn-link.btn-primary:active:focus { background-color: transparent !important; color:#6d7aec; text-decoration: none;}

	@media screen and (max-width:1400px) {
		.btn.btn-link { font-size: 20px;}
	}
	@media screen and (max-width:1200px) {
		.btn { font-size: 18px; padding: 10px 28px; min-width: 200px; }
	}
	@media screen and (max-width:991px) {}
	@media screen and (max-width:767px) {}
	@media screen and (max-width:576px) {}

/*****************************/
/*   Form Control start       /
/*****************************/
.form-group { margin-bottom: 34px; }

.form-control::placeholder {  color: #14102D; opacity: 0.2; }
.form-control:-ms-input-placeholder { color: #14102D; opacity: 0.2; }
.form-control::-ms-input-placeholder { color: #14102D; opacity: 0.2; }

.form-control { border: none; border-bottom: 1px solid #14102D; background-color: #fff;  font-size: 18px; border-radius: 0; padding: 8px 0; color: #191D22; line-height: 1.278; }
.form-control:focus { box-shadow: none; border-color: #7F8BF5; background-color: #fff;}

.form-group-file { margin-bottom: 0;}
.form-group-file label { position: relative; overflow: hidden; font-size: 22px; line-height: 34px; font-weight: 700; color: #27214D; font-family: 'effra'; padding-right: 26px; background: url(../images/icon-file-attech.png) center right no-repeat; background-size: auto 20px; cursor: pointer; }
.form-group-file label input { position: absolute; left: -999px; top: -999px; width: 0; height: 0; visibility: hidden; opacity: 0;} 

/*textarea.form-control { height: 200px; resize: none;}*/

/*.form-group .wpcf7-not-valid-tip { font-size: 14px; margin-top: 5px; }
.wpcf7 form .wpcf7-response-output { margin: 0; padding: 10px 16px; border: none; background: #00a0d2; color: #fff; font-size: 16px; text-align: center; }
.wpcf7 form.sent .wpcf7-response-output { background-color: #0E3B43; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output { background-color: #a50808; }
.wpcf7 form.spam .wpcf7-response-output { background-color: #a55208; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output { background-color: #c4930d; color: #191D22; }*/

	@media screen and (max-width:767px) {
		
		.form-group { margin-bottom: 20px;}
		.form-control { font-size: 16px; }
		
	}
/*****************************/
/*   Carousel Style start     /
/*****************************/
.owl-carousel { padding: 0; display: block; }
.owl-carousel .owl-item { padding:0 0; }
.owl-carousel .animated { animation-duration: 0.15s; animation-fill-mode: both; }

.owl-carousel .owl-nav button span { display:inline-block; vertical-align:middle; width:22px; height:36px; background:center no-repeat; background-size:auto 50%; font-size:0px; }
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev { position:absolute; top:50%; margin-top:-104px; text-align:center; display:inline-block; vertical-align:middle; } 

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover { outline:none;}
.owl-carousel .owl-nav button.owl-prev { left:0; }
.owl-carousel .owl-nav button.owl-next { right:0; }
.owl-carousel .owl-nav button.owl-prev span { background-image:url('../images/arrow-left.svg'); }
.owl-carousel .owl-nav button.owl-next span { background-image:url('../images/arrow-right.svg'); }
.owl-carousel .owl-nav button.disabled { opacity:0.5; }

.card-equal-height .owl-stage { display: flex; }
.card-equal-height .owl-item { display: flex; flex-direction: column; } 
.card-equal-height .item { display: flex; flex-direction: column; height: 100%; }

.owl-carousel .owl-dots { text-align:center; margin:50px 0 0; }
.owl-carousel .owl-dots .owl-dot { display:inline-block; vertical-align:middle; margin:0 2px; width:31px; height:5px; border-radius:10px 10px 0 0; background:rgba(0,0,0,0.18); }
.owl-carousel .owl-dots .owl-dot.active { background:#7F8BF5; }

.owl-carousel.owl-inverse .owl-dots .owl-dot { background: rgba(255,255,255,0.18);}
.owl-carousel.owl-inverse .owl-dots .owl-dot.active { background:#7F8BF5; }

.owl-testimonial .owl-item { padding:0 10px; }
.owl-testimonial .testimonial-content { max-width: 1058px; margin: 0 auto;}
.owl-testimonial .auther-words { margin-bottom: 35px;}
.owl-testimonial .auther-name { margin-bottom:0;}

.owl-service .owl-item { padding: 0 5px;}
.owl-service .owl-dots { margin-top: 10px; }

.owl-event-cards.owl-carousel .owl-item img	{ width: auto; display: inline-block;}
.owl-event-cards.owl-carousel .owl-item { padding: 0 12px;}

	@media screen and (max-width:1800px) {}
	@media screen and (max-width:1400px) {}
	@media screen and (max-width:1200px) {
		.owl-testimonial .testimonial-content { max-width: 90%;}
	}
	@media screen and (max-width:991px) {
		.owl-carousel .owl-dots { margin-top: 30px; }
		.owl-carousel .owl-dots .owl-dot { height: 3px; border-radius: 30px; width: 26px;} 
	}
	@media screen and (max-width:767px) {
		.owl-testimonial .testimonial-content { max-width: 100%;}

		.owl-event-cards:after,
		.owl-event-cards:before { content: ""; position: absolute; top: 0; width: 60px; height: 100%; z-index: 10; }
		.owl-event-cards:before { left: 0; background: #F5F4FA; background: linear-gradient(90deg,rgba(245, 244, 250, 1) 0%, rgba(245, 244, 250, 0) 100%); }
		.owl-event-cards:after { right: 0; background: #F5F4FA; background: linear-gradient(90deg,rgba(245, 244, 250, 0) 0%, rgba(245, 244, 250, 1) 100%); }
	}
	@media screen and (max-width:576px) {
		.owl-service .owl-item { padding: 0 4px;}

		.owl-event-cards:after,
		.owl-event-cards:before { width: 20px; }

		.owl-event-cards.owl-carousel .owl-item { padding: 0 6px;}
	}
/*****************************/
/*    Card Style start        /
/*****************************/
.card { border-radius:5px; }
.card-flat { background:none; border-radius:0; box-shadow:none; border: none; }

.shadow-md { box-shadow: 0px 8px 20px #6872EF29 !important; -webkit-box-shadow: 0px 8px 20px #6872EF29 !important; -moz-box-shadow: 0px 8px 20px #6872EF29 !important; -ms-box-shadow: 0px 8px 20px #6872EF29 !important;  }

.card-header {  margin: 0 0 15px; padding: 15px 15px 0; }
.card-body { margin: 0 15px; padding: 15px 0; }
.card-footer { margin: 15px 0 0; padding: 0 15px 15px; }

.card-text { padding: 65px 53px;}
.card-text .card-pre-text { margin-bottom: 16px;}
.card-text .card-title { margin-bottom: 0; }
.card-text .card-content { margin: 10px 0 0;}
.card-text .btn { margin-top:24px;}

.card-image-text-horizontal { border: none; height: 100%;}
.card-image-text-horizontal .card-media { width: 100%; height: 100%; position: relative; background: center center no-repeat; background-size: cover; border-radius: 5px 0 0 5px; }
.card-image-text-horizontal .card-body { padding: 58px 0; min-height: 100%; align-items: flex-start; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.card-image-text-horizontal .card-title { margin-bottom:16px; padding-left: 24px; background: center left no-repeat; background-size: auto 100%; line-height: 1.05;}
.card-image-text-horizontal .card-title.title-primary { background-image: url('../images/curlibracket-right-primary.svg');}
.card-image-text-horizontal .card-title.title-secondary { background-image: url('../images/curlibracket-right-secondary.svg');}
.card-image-text-horizontal .card-title.title-tertiary { background-image: url('../images/curlibracket-right-tertiary.svg');}
.card-image-text-horizontal .card-title.title-default { background-image: url('../images/curlibracket-right-default.svg');}
.card-image-text-horizontal .card-title.title-danger { background-image: url('../images/curlibracket-right-danger.svg');}
.card-image-text-horizontal .card-title.title-info { background-image: url('../images/curlibracket-right-info.svg');}
.card-image-text-horizontal .card-title.title-success { background-image: url('../images/curlibracket-right-success.svg');}
.card-image-text-horizontal .card-title.title-warning { background-image: url('../images/curlibracket-right-warning.svg');}
.card-image-text-horizontal p { margin-bottom: 16px; max-width: 336px;}

.card-contact { border: none; padding: 43px 45px;}
.card-contact .card-title { margin-bottom:16px; padding-left: 24px; background: url('../images/curlibracket-right-primary.svg') center left no-repeat; background-size: auto 100%; line-height: 1.05;}
.card-contact p { max-width: 475px;}
.card-contact .btn-submit { margin-top: 10px;}
.card-contact .form-group-file label { margin-top: 10px;}

.card-event { border: none; padding: 10px 40px; max-width: 430px; margin:50px auto 0; display: flex; flex-direction: column; height: calc(100% - 50px); }
.card-event .card-header { background: none; border: none; margin-bottom: 0; flex: 1; }
.card-event div.card-logo { margin-bottom: 15px; text-align: center; display: flex; width: 100%; min-height: 110px; align-items: center; justify-content: center; }
.card-event img.card-logo { max-height: 110px; max-width: 100%; }
.card-event .card-date { margin: 15px 0 5px; }
.card-event .card-title { margin-bottom: 10px; line-height: 1.2; }
.card-event .card-location { margin-bottom: 0; display: block;}
.card-event .card-body { flex: none; }
.card-event .card-content { margin: 0 0 18px; height: 120px; overflow: hidden; position: relative;}
.card-event .card-content:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 76px; background: transparent linear-gradient(180deg, #FFFFFF00 0%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; }
.card-event .card-content p { color: #14102D;}
.card-event .btn { margin-top: 15px;}

.card-team { border: none; max-width: 430px; margin: 0 auto 45px; padding: 45px 28px; display: flex; flex-direction: column; height: calc(100% - 45px); width: 100%;}
.card-team .card-body {  flex: 1; }
.card-team .card-footer { border: none; background:none ;}
.card-team .card-team-image { width: 140px; height: 140px; border: 9px solid #F5F4FA; display: inline-block; vertical-align: middle; border-radius: 50%; background: center no-repeat; background-size: cover; margin-bottom: 20px; }
.card-team .card-pre-text { margin-bottom: 10px;}
.card-team .card-title { margin-bottom: 10px;}
.card-team .btn { margin-top: 15px; }

.card-power-by { padding: 40px 45px; max-width: 912px; margin: 0 auto; border: none;}
.card-power-by .card-logo { max-height: 130px; max-width: 245px; }
.card-power-by .card-pre-title { margin-bottom: 8px;}
.card-power-by .card-title { line-height: 1.2; margin: 0 0 10px;}
.card-power-by .section-content { padding: 28px 0 35px 80px; border-left: 1px solid #7b7b7b; }
.card-power-by p { margin-bottom: 10px; }

.card-image-h { border: none; overflow: hidden;}
.card-image-h .card-media { padding:96px 0;}
.card-image-h .card-body { padding:96px 74px; margin: 0;}
.card-image-h .card-title { line-height: 1.2; margin: 0 0 15px;}
.card-image-h p { margin-bottom: 10px; }
.card-image-h .card-logo { max-width: 70%;}

.card-amplify { padding: 0 0 27px; border: none;}
.card-amplify .card-media { padding: 58px 52px 0; text-align: center;}
.card-amplify .card-media img { max-height: 246px; margin-bottom: 15px;}
.card-amplify .card-media hr { background-color: #c4c4d0;}
.card-amplify .card-body { margin: 0; padding: 35px 52px;}
.card-amplify .card-title { margin-bottom: 15px;}
.card-amplify ul { padding: 0; margin: 0; list-style: none;}
.card-amplify ul li { margin-bottom: 15px; padding-left: 33px; background: url('../images/icon-tick-primary.png') left top no-repeat; background-size: auto 23px;}
.card-amplify ul li:last-child { margin-bottom: 0;}
.card-amplify .card-footer { border: none; margin-bottom: -27px; padding:35px 52px; background-color: #F5F4FA;}
.card-amplify .card-footer ul li { background-image: url('../images/icon-star-success.png');}

	@media screen and (max-width:1600px) {
		.card-text { padding: 35px 28px;}

		.card-image-text-horizontal .card-body { padding: 38px 0;}
	}
	@media screen and (max-width:1400px) {
		.card-text { padding: 35px 20px; }

		.card-image-text-horizontal .card-body { margin-left: 0;}

		.card-event { padding: 10px 15px;}
		.card-event div.card-logo { min-height: 90px;}
		.card-event img.card-logo { max-height: 90px; }

		.card-power-by { padding: 20px 25px;}
		.card-power-by .section-content { padding: 28px 0 35px 50px;}
		.card-power-by .card-logo { max-width: 225px;}

		.card-image-h .card-media { padding:70px 0;}
		.card-image-h .card-body { padding:70px 55px; }
	}
	@media screen and (max-width:1200px) {
		.card-power-by { max-width: 700px;}

		.card-amplify { padding-bottom: 15px; }
		.card-amplify .card-media { padding: 48px 40px 0; }
		.card-amplify .card-body { padding: 35px 40px;}
		.card-amplify .card-media img { max-height: 166px;}
		.card-amplify .card-footer { padding: 20px 40px; margin-bottom: -15px;}
	}
	@media screen and (max-width:991px) {
		.card-image-text-horizontal { margin-bottom: 24px;}
		.card-image-text-horizontal .row { height: 100%;}

		.card-contact { padding: 23px 25px; }

		.card-image-h .card-media { padding:40px 0;}
		.card-image-h .card-body { padding: 40px 25px; } 
	}
	@media screen and (max-width:767px) {
		.card-text { padding: 25px 27px;}

		.card-event { /*height: auto; */ margin-bottom: 20px;}
		.card-event .card-header { flex: none;}
		.card-event .card-title br { display: none;}

		.card-power-by { padding: 15px; text-align: center;}
		.card-power-by .card-logo { max-width: 170px; margin-bottom: 25px;}
		.card-power-by .section-content { padding:25px 0 0; border-left: none; border-top: 1px solid #7b7b7b;}
		.card-power-by p { max-width: 80%; margin: 0 auto 10px;}

		.card-image-h .card-media { padding: 30px 0; }		
		.card-image-h .card-body { padding: 30px 25px; }
		.card-image-h .card-logo { max-width: 50%; }

		.card-amplify .card-media { padding: 28px 20px 0; }
		.card-amplify .card-media img { max-height: 136px; } 
		.card-amplify .card-body { padding: 15px 20px;}
		.card-amplify .card-footer { padding: 15px 20px;} 
	}
	@media screen and (max-width:567px) {
		.card-contact { padding: 15px 10px; }

		.card-power-by .card-logo { max-width: 140px;}
		.card-image-h .card-logo { max-width: 60%; }
	}
	@media screen and (max-width:379px) {}

/*****************************/
/*    Modal section start   /
/*****************************/


.modal-team .modal-content { padding:130px 55px 40px;}
.modal-team .modal-body { position: static;}
.modal-team .modal-team-image { position: absolute; left: 50%; top: 0; width: 240px; height: 240px; border: 9px solid #F5F4FA; display: inline-block; vertical-align: middle; border-radius: 50%; background: center no-repeat; background-size: cover; margin-bottom: 20px; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); }
.modal-team .modal-pre-text { margin-bottom: 10px;}
.modal-team .modal-title { margin-bottom: 10px;}
.modal-team .team-social { margin: 10px 0 0; padding: 0; list-style: none; display: flex; justify-content: center; width: 100%;}
.modal-team .team-social li { padding: 0 7px; }
.modal-team .team-social li .social-link { display: inline-block; vertical-align: middle; width: 40px; height: 40px; background: center no-repeat #7F8BF5; background-size: auto 18px;  border-radius: 50%; } 
.modal-team .team-social li .social-link.phone { background-image: url(../images/icon-phone-white.svg); }
.modal-team .team-social li .social-link.linkedin { background-image: url(../images/icon-linkedin-white.svg); }
.modal-team .team-social li .social-link.website { background-image: url(../images/icon-link-white.svg); }
.modal-team .team-social li .social-link.email { background-image: url(../images/icon-email-white.svg);  background-size: auto 22px; }

.modal-team .btn { margin-top: 20px; }

	@media screen and (max-width:991px) {
		.modal-team .modal-team-image { width: 200px; height: 200px; border-width: 7px; }
		.modal-team .modal-content { padding: 110px 30px 20px;}
	}
	@media screen and (max-width:767px) {
		.modal-team .modal-content { padding: 80px 0px 10px; }
		.modal-team .modal-team-image { width: 160px; height: 160px; border-width: 5px; }
	}
/*****************************/
/*    Devider section start   /
/*****************************//*
.section-devider { display: table; width: 100%; }

/*****************************/
/*    Title Style start       /
/*****************************/
.wp-block-image { text-align:center; margin:0;}
.wp-block-image.size-full { min-width:100%; }

.section-title-wrap { margin:0; }
.section-title-wrap:last-child { margin-bottom: 0 !important;}

.section-action { margin: 68px 0 0;}
.section-action .action-title { margin-bottom: 16px;}

.col-remove-spacing { padding:0; }

.section-title { margin:0 0 20px; }
.section-subtitle { margin:20px 0 0; }

.section-title-spacing-xl { margin-bottom:92px; }
.section-title-spacing-lg { margin-bottom:68px; }
.section-title-spacing-default { margin-bottom:52px; }
.section-title-spacing-md { margin-bottom:30px; }
.section-title-spacing-sm { margin-bottom:25px; }
.section-title-spacing-xs { margin-bottom:20px; }

.section-spacing-xs { padding:40px 0; }
.section-spacing-sm { padding:70px 0; }
.section-spacing-default { padding:110px 0; }
.section-spacing-md { padding:135px 0; }
.section-spacing-lg { padding:155px 0; }

.no-top-padding { padding-top:0 !important; }
.no-bottom-padding { padding-bottom:0 !important; }

.section-preheading { }
.section-title-pre { margin: 0; }

.heading-divider { margin-top: 27px; }
.heading-divider img { max-width: 78px; }

/*.tags {}
.tags .tag { display: inline-block; vertical-align: middle; font-size: 13px; line-height: 1.077; color: #fff; background-color: #191D22; padding: 9px 20px; border-radius: 14px; margin:0 10px 7px 0; text-decoration: none; font-family: 'effra';}
.tags .tag.active { background-color: #F24747;}*/

	@media screen and (max-width:1600px) {
		.section-title-wrap .section-title br { display: none;}
	}
	@media screen and (max-width:1400px) {
		.section-spacing-xs { padding:30px 0; }
		.section-spacing-sm { padding:55px 0; }
		.section-spacing-default { padding:85px 0; }
		.section-spacing-md { padding:100px 0; }
		.section-spacing-lg { padding:120px 0; }

		.section-title-spacing-xl { margin-bottom:80px; }
		.section-title-spacing-lg { margin-bottom:58px; }
		.section-title-spacing-default { margin-bottom:35px; }
		.section-title-spacing-md { margin-bottom:25px; }
		.section-title-spacing-sm { margin-bottom:20px; }

		.section-action { margin-top: 46px;}
	}
	@media screen and (max-width:1200px) {
		.heading-divider img { max-width: 62px; }
	}
	@media screen and (max-width:991px) {}
	@media screen and (max-width:767px) {
		.section-spacing-xs { padding:15px 0; }
		.section-spacing-sm { padding:30px 0; }
		.section-spacing-default { padding:40px 0; }
		.section-spacing-md { padding:50px 0; }
		.section-spacing-lg { padding:70px 0; }

		.section-title-spacing-xl { margin-bottom:40px; }
		.section-title-spacing-lg { margin-bottom:30px; }
		.section-title-spacing-default { margin-bottom:15px; }
		.section-title-spacing-md { margin-bottom:15px; }
		.section-title-spacing-sm { margin-bottom:15px; }

		.section-action { margin-top: 24px;}

		.heading-divider { margin-top: 15px; }
		.heading-divider img { max-width: 50px; }

	}
	@media screen and (max-width:576px) {
		/*.section-action { padding: 20px 0;}*/
	}
/*****************************/
/*    Accordion Style start   /
/*****************************/
.accordion  {  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2314102D%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8.9%2C4.7l-8.5%2C8.5c0%2C0-1%2C1.1%2C0%2C2.1s2.1%2C0%2C2.1%2C0l7.1-7.1c0%2C0%2C0.3-0.4%2C0.7%2C0c0.4%2C0.4%2C7.1%2C7.1%2C7.1%2C7.1s1.1%2C1%2C2.1%2C0s0-2.1%2C0-2.1l-8.5-8.5C11.1%2C4.7%2C10%2C3.7%2C8.9%2C4.7z%22/%3E%3C/svg%3E"); --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2314102D%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.1%2C16.3l8.5-8.5c0%2C0%2C1-1.1%2C0-2.1c-1-1-2.1%2C0-2.1%2C0l-7.1%2C7.1c0%2C0-0.3%2C0.4-0.7%2C0c-0.4-0.4-7.1-7.1-7.1-7.1s-1.1-1-2.1%2C0s0%2C2.1%2C0%2C2.1l8.5%2C8.5C8.9%2C16.3%2C10%2C17.3%2C11.1%2C16.3z%22/%3E%3C/svg%3E");}
.accordion .accordion-item { border: none; border-bottom: 1px solid #7b7b7b; padding: 48px 0;}
.accordion .accordion-item:last-child { border: none;}
.accordion .accordion-header.accordion-button { border: none; padding: 0; box-shadow: none; background: none; display: block; position: relative;}
.accordion .accordion-title { margin: 0 0 10px; line-height: 1; }
.accordion .accordion-subtitle { margin: 0;}
.accordion .accordion-body { padding: 22px 0 0;}
.accordion .accordion-body p { max-width: 982px; }
.accordion .logo-accoridon { max-width: 175px;  max-height: 100px;}
.accordion-button::after { display: inline-block; position: absolute; right: 0; top: 50%; margin-top: -10px; transform:rotate(180deg);}
.accordion-button:not(.collapsed)::after { transform:rotate(180deg); }  
.accordion-item:last-of-type { border-radius: 0;}

	@media screen and (max-width:1400px) {
		.accordion .accordion-item { padding: 36px 0;}
	}
	@media screen and (max-width:1200px) {
		.accordion .accordion-item { padding: 25px 0;}
	}
	@media screen and (max-width:768px) {
		.accordion .accordion-item { padding: 15px 0;}
	}
	@media screen and (max-width:576px) {
		.accordion .logo-accoridon { margin-bottom: 20px;}
	}


/*****************************/
/*    Navbar Style start      /
/*****************************/
.navbar { padding:36px 0; margin-top: 0; transition: padding 0.6s ease-in-out, margin 0.6s ease-in-out; -webkit-transition: padding 0.6s ease-in-out, margin 0.6s ease-in-out, opacity 0.4s ease-in-out; -moz-transition: padding 0.6s ease-in-out, margin 0.6s ease-in-out, opacity 0.4s ease-in-out; -ms-transition: padding 0.6s ease-in-out, margin 0.6s ease-in-out, opacity 0.4s ease-in-out; --bs-navbar-toggler-icon-bg: url("../images/menu-toggle-rounded.svg"); backdrop-filter:blur(05px); z-index: 1020; background-color: rgba(39,33,77,0.94); opacity: 0; }
.navbar-collapse { padding:0; }
.page-spacer { height:140px; }
.navbar-fixed-top { border:none; } 
.navbar-default { -o-transition:none; -ms-transition:none; -webkit-transition:none; transition: none; background:transparent; }

.navbar .custom-logo,
.navbar .navbar-brand { padding:0; position: relative; line-height: normal;}
.navbar .custom-logo > svg, .navbar .custom-logo > img,
.navbar .navbar-brand > svg, .navbar .navbar-brand > img { height:68px; width:auto; vertical-align:middle; }
.navbar a.custom-logo { margin-right:0; }

.navbar.navbar-fixed-t,
.navbar.navbar-fixed { margin-top: 0; }

.navbar > .container { align-items: center;}

.navbar:hover,
.navbar.active { opacity: 1;}

/*.navbar:before { position: absolute; left: 0; top: 0; width: 100%; content: ""; background-color: #191D22; height: 0px; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s; -ms-transition: all ease-in-out 0.3s; } */

.nav { margin-right:-16px; line-height: 1; }
.nav > li { line-height: inherit; position: relative;}
.nav > li > a { font-size: 18px; line-height: 1.333; padding: 0 16px; color: #fff; display: inline-block; font-family: 'effra'; vertical-align: bottom;}
.nav > li.current-menu-item > a,
.nav > li > a:focus,
.nav > li > a:hover { color: #7F8BF5; text-decoration: none; }

.nav > li.menu-item-has-children > a::after { content: ""; display: inline-block; vertical-align: baseline; margin-left: 6px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 12px solid #fff; margin-bottom: 4px; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.nav > li.menu-item-has-children > a:hover::after { border-top-color: #27214D; }

.navbar-toggler { margin-right: 0; border: none; padding: 0;}
.navbar-toggler:focus,
.navbar-toggler:hover { box-shadow: none; background-color: none;}
.navbar-toggler .navbar-toggler-icon { width: 36px; height: 36px; }

.offcanvas  { background-color: #14102D; padding-top: 0; padding-bottom: 0;  }
.offcanvas svg.custom-logo path { fill:#fff;}
.offcanvas .btn-close { margin: 0; opacity: 1; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/17px auto no-repeat; position: absolute; bottom: 20px; right: 0; left: 0; margin: auto; background-color: #7F8BF5; width: 50px; height: 50px; border-radius: 50%; padding: 0; opacity: 0; visibility: hidden; transition: all ease-in 0.2s; -webkit-transition: all ease-in 0.2s; -moz-transition: all ease-in 0.2s; -ms-transition: all ease-in 0.2s; transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; }
.offcanvas .btn-close:focus { box-shadow: none; }

.offcanvas.show .btn-close { opacity: 1; visibility: visible;}

	@media screen and (max-width:1600px) {}
	@media screen and (max-width:1400px) {}
	@media screen and (max-width:1200px) {}
	@media screen and (max-width:991px) {

		.navbar {  padding: 22px 0; padding-right: 0 !important; } 
		
		.navbar .custom-logo > svg, .navbar .custom-logo > img,
		.navbar .navbar-brand > svg, .navbar .navbar-brand > img { height: 40px; }
		.navbar-right { margin:auto 0; }

		.navbar-toggler { margin-right: 0;}
		.navbar-toggler-icon { width: 1.3em; height: 1.5em; }

		.offcanvas.offcanvas-start { transform: translateY(-100%); background-color: #27214D; width: 100%;}

		.offcanvas { padding-top: 0;  height: 100vh; bottom: auto;  z-index: 1080; }
		.offcanvas-header { padding: 22px 0; margin: 0; text-align: center; justify-content: center; background-color: #14102D; }
		.offcanvas-header .navbar-brand { margin-right: 0;}
		.offcanvas-header .navbar-brand > svg,
		.offcanvas-header .navbar-brand > img { height:  40px;}

		.offcanvas-backdrop.show { opacity: 0.85;}

		.navbar .nav { display: block; margin: 15px 0; }
		.navbar .nav > li { display: block; text-align: center; }
		.navbar .nav > li > a { display: block; color: #ffff; font-weight: 500; padding: 22px 0; font-size: 24px; letter-spacing: 0; line-height: 1; font-family: 'Domaine Display';}
		.navbar .nav > li > a:hover { color: #7F8BF5; }

		.offcanvas .contact-list li { text-align: center; margin-bottom: 22px;}
		.offcanvas .contact-list li:last-child { margin-bottom: 0;}

	} 
	@media screen and (max-width:767px) {
		.navbar { padding: 17px 0 !important; }
		.navbar.navbar-fixed { padding: 15px 0 !important;}
		.page-spacer { height:86px; }
	}

/************************************/
/*    Footer Style start             /
/************************************/
footer { padding: 104px 0 110px; /* position: absolute; left: 0; bottom: 0; width: 100%; */ }

footer .footer-logo { text-decoration: none; display: inline-block; margin-right: 65px; vertical-align: top;}
footer .footer-logo img,
footer .footer-logo svg { height: 100px;}
footer .footer-best-workplace { max-height: 148px; margin-right:60px;}
footer .footer-glass-door { max-width: 148px; min-height: 148px; display: inline-flex; flex-direction: column; justify-content: space-between; align-items: start; vertical-align: top; }
footer .footer-glass-door > img { object-fit: contain; max-width: 100%;}
footer .footer-glass-door .logo-glassdoor { max-height:32px; }
footer .footer-glass-door .logo-ppa { max-height:40px; }
footer .footer-glass-door .logo-ecologi { max-height:38px; }

footer .footer-text { margin-top: 38px; max-width: 640px;}

.nav-social { display: block; margin: 0 0 20px; padding: 0; list-style: none;}
.nav-social li { padding: 0; line-height: 1; margin-right: 16px; display: inline-block; list-style: none; }
.nav-social li a { text-decoration: none; display: inline-block; vertical-align: middle;}
.nav-social li a svg,
.nav-social li a img { max-height: 36px;}

.nav-footer { margin: 0; padding: 0; list-style: none;}
.nav-footer li { font-size: 18px; line-height: 1.333; margin-bottom: 7px;} 
.nav-footer li:last-child { margin-bottom: 0;}
.nav-footer li a { color: #fff;}

	@media screen and (max-width:1400px){ }	
	@media screen and (max-width:1200px){
		footer .footer-logo { margin-right: 40px;}
		footer .footer-logo img, footer .footer-logo svg { height: 70px; }
		footer .footer-best-workplace { max-height: 120px; margin-right: 40px; }
		footer .footer-glass-door { max-width: 120px; min-height: 130px; }
	}	
	@media screen and (max-width:991px){
		footer { position: relative; left: auto; bottom: auto;}
		footer .footer-logo { margin-right: 30px;}
		footer .footer-logo img, footer .footer-logo svg { height: 60px; }
		footer .footer-best-workplace { max-height: 120px; margin-right: 30px; }

		.nav-social li a svg, .nav-social li a img { max-height: 30px;}
		.nav-footer li { font-size: 16px;}
	}
	@media screen and (max-width:767px){
		footer .footer-logo { margin-right: 20px;}
		footer .footer-logo img, footer .footer-logo svg { height: 50px; }
		footer .footer-best-workplace { max-height: 80px; margin-right: 20px; }
	}
	@media screen and (max-width:576px){
		footer { text-align: center; padding: 50px 0 60px;}
		footer .footer-logo { display: block; margin: 0 auto 30px; max-width: 117px;}
		footer .footer-logo img, footer .footer-logo svg { height: 56px; }

		footer .footer-text { margin: 30px 0;}
		.nav-social li { margin: 0 10px;}

		footer .footer-best-workplace { max-height: 120px;}
		footer .footer-glass-door { min-height: 130px; }
		footer .footer-glass-door .logo-ppa { max-height: 36px; }
		footer .footer-glass-door .logo-ecologi { max-height:36px; }
		
	}

/************************************/
/*    Hero Style start               /
/************************************/
.section-hero { position: relative; background: center no-repeat; background-size: cover; overflow: hidden; height: 100vh; overflow: hidden; }
.section-hero .hero-video { position: absolute; top: 0; left: 50%; min-width: 100%; height: 100%; object-fit: cover; z-index: -1; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: -999; }

.section-hero.inner { height: auto; background-size: cover;}

/* Parallax */
.section-hero .hero-video { top:calc(var(--scrollHeroProgress) *  0.5%); }

.section-hero.hero-split { position:relative; }
.section-hero.hero-split .section-background { position:absolute; width:50%; height:100%; top:0; background:#fff center no-repeat; background-size:cover; }
.section-hero.hero-split .section-background.image-start { left:0; }
.section-hero.hero-split .section-background.image-end { right:0; }
.section-hero.hero-split .section-title-wrap { padding:0; }
.section-hero.hero-split .section-logo { max-height: 153px; margin-bottom: 30px;}
.section-hero.hero-split .hero-content { max-width: 640px; margin: 0 auto;}
.section-hero.hero-split .hero-content p.lead { font-size: 22px; }
.section-hero.hero-split .hero-content p:not(.lead) { max-width: 568px; margin: 0 auto; }


	@media screen and (max-width:1800px) {}
	@media screen and (max-width:1400px) {}
	@media screen and (max-width:1370px) {}
	@media screen and (max-width:1200px){
		.section-hero.inner { height: 350px; }

		.section-hero.hero-split .section-logo { max-height: 130px;}
	}
	@media screen and (max-width:991px){
		.section-hero { height: 650px;}
		.section-hero.inner { height: 320px; }

		.section-hero .hero-video { top:0; }

		.section-hero.hero-split .hero-content p.lead { font-size: 20px; }

		.section-hero.hero-split.vh-100 { height: auto !important;}
		.section-hero.hero-split .h-100 { height: auto !important;}
		.section-hero.hero-split .section-background { opacity: 0.1; width: 100%;}
		.section-hero.hero-split .hero-content-wrap { max-width: 100%; margin: 0 auto; padding:30px 0;  }
		.section-hero.hero-split .btn { margin-top:20px; }
		.section-hero.hero-split .hero-content { padding: 30px 0;}

		.section-hero.hero-split .section-logo { max-height: 110px;}
	}
	@media screen and (max-width:767px){
		.section-hero { height: 550px;}
		.section-hero.inner { height: 240px; }
		.section-hero.hero-split .section-logo { max-height: 90px;}
	}
	@media screen and (max-width:580px) {
		.section-hero { height: 355px;}

		.section-hero.inner { height: 180px; }
	}

/************************************/
/*    About Style start              /
/************************************/
.section-about {}
.section-about .section-content { position: relative; padding-left: 82px; }
.section-about .section-content:before { content: ""; position: absolute; left: 0; top: 8px; width: 44px; height: 150px; background: url('../images/curlibracket-right-primary.svg') left top; background-size: auto 100%;}

	@media screen and (max-width:1400px) {
		.section-about .section-content { padding-left: 62px;}
		.section-about .section-content:before { width: 33px; height: 114px; }
	}
	@media screen and (max-width:1370px) {}
	@media screen and (max-width:1200px){}
	@media screen and (max-width:991px){}
	@media screen and (max-width:767px){
		.section-about .section-content { padding-left: 42px; }
		.section-about .section-content:before { width: 22px; height: 78px; }
	}
	@media screen and (max-width:580px) {}


/************************************/
/*    Shuffle card Style start       /
/************************************/
.section-shuffle-card {}

.section-shuffle-card .image-text-wrap { position: relative;}
.section-shuffle-card .image-text-wrap.image-text-sm { max-width: 1100px; margin: 0 auto;}
.section-shuffle-card .section-content { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

.section-shuffle-card .section-img { border-radius: 5px; overflow: hidden;}
.section-shuffle-card .section-img img { display: inline-block; vertical-align: middle; border-radius: 5px;}

.section-shuffle-card .card-text.card-curve:before { content: ""; position: absolute; width: 30px; height: 104px; background: top center no-repeat; background-size: auto 100%; }
.section-shuffle-card .card-text.card-curve.top:before { top: -30px; }
.section-shuffle-card .card-text.card-curve.bottom:before { bottom: -30px; }
.section-shuffle-card .card-text.card-curve.left:before { left: 30px; }
.section-shuffle-card .card-text.card-curve.right:before { right: 45px; }
.section-shuffle-card .card-text.card-curve.curve-right-primary:before { background-image: url('../images/curlibracket-right-primary.svg');}
.section-shuffle-card .card-text.card-curve.curve-left-primary:before { background-image: url('../images/curlibracket-left-primary.svg'); }
.section-shuffle-card .card-text.card-curve.curve-right-secondary:before { background-image: url('../images/curlibracket-right-secondary.svg');}
.section-shuffle-card .card-text.card-curve.curve-left-secondary:before { background-image: url('../images/curlibracket-left-secondary.svg'); }
.section-shuffle-card .card-text.card-curve.curve-right-tertiary:before { background-image: url('../images/curlibracket-right-tertiary.svg');}
.section-shuffle-card .card-text.card-curve.curve-left-tertiary:before { background-image: url('../images/curlibracket-left-tertiary.svg'); }
.section-shuffle-card .card-text.card-curve.curve-right-default:before { background-image: url('../images/curlibracket-right-default.svg');}
.section-shuffle-card .card-text.card-curve.curve-left-default:before { background-image: url('../images/curlibracket-left-default.svg'); }
.section-shuffle-card .card-text.card-curve.curve-right-danger:before { background-image: url('../images/curlibracket-right-danger.svg');}
.section-shuffle-card .card-text.card-curve.curve-left-danger:before { background-image: url('../images/curlibracket-left-danger.svg'); }
.section-shuffle-card .card-text.card-curve.curve-right-info:before { background-image: url('../images/curlibracket-right-info.svg');}
.section-shuffle-card .card-text.card-curve.curve-left-info:before { background-image: url('../images/curlibracket-left-info.svg'); }
.section-shuffle-card .card-text.card-curve.curve-right-success:before { background-image: url('../images/curlibracket-right-success.svg');}
.section-shuffle-card .card-text.card-curve.curve-left-success:before { background-image: url('../images/curlibracket-left-success.svg'); }
.section-shuffle-card .card-text.card-curve.curve-right-warning:before { background-image: url('../images/curlibracket-right-warning.svg');}
.section-shuffle-card .card-text.card-curve.curve-left-warning:before { background-image: url('../images/curlibracket-left-warning.svg'); }

.section-shuffle-card .owl-service,
.section-shuffle-card .section-cards { margin-top:90px;}
.section-shuffle-card .section-content-cta { width: 100%; margin-top: 30px; }
.section-shuffle-card .section-content-cta .btn { margin-left: 45px;}

/* Parallax */
.section-shuffle-card .card-text { transform:translateY(calc(var(--sceanProgress) *  0.5%)); }
.section-shuffle-card .card-text.top.card-curve:before { transform: translateY(calc(var(--sceanProgress) * 1px)); }
.section-shuffle-card .card-text.bottom.card-curve:before { transform: translateY(calc(var(--sceanProgress) * -1px)); }
.section-shuffle-card .section-content-cta .btn { transform:translateY(calc(var(--sceanProgress) *  0.3%)); }

.section-shuffle-card .card-image-text-horizontal { --translate-amount:45px;}
.section-shuffle-card .card-image-text-horizontal.top { transform: translateY(calc((var(--sceanHoriProgress) * (2 * var(--translate-amount))) / 100 - var(--translate-amount)));  }
.section-shuffle-card .card-image-text-horizontal.bottom { transform: translateY(calc(var(--translate-amount) - (var(--sceanHoriProgress) * (2 * var(--translate-amount))) / 100)); } 

	@media screen and (min-width:991px) {
		.owl-service { width: auto; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }
		.owl-service .item { flex: 1 0 0%; flex-shrink: 0; height: auto; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } 
	}
	@media screen and (max-width:1600px) {
		.section-shuffle-card .card-text.card-curve:before { width: 26px; height: 84px; }
		.section-shuffle-card .card-text.card-curve.top:before { top: -25px; }
		.section-shuffle-card .card-text.card-curve.bottom:before { bottom: -25px; }
		.section-shuffle-card .card-text.card-curve.left:before { left: 10px; }
		.section-shuffle-card .card-text.card-curve.right:before { right: 25px; }
	}
	@media screen and (max-width:1400px) {
		.section-shuffle-card .card-text.card-curve:before { width: 20px; height: 68px; }
		.section-shuffle-card .card-text.card-curve.left:before { left: 6px; }
		.section-shuffle-card .section-content-cta { margin-top: 20px; }
		.section-shuffle-card .section-content-cta .btn { margin-left: 30px; }
	}
	@media screen and (max-width:1200px) {
		
		.section-shuffle-card .owl-service,
		.section-shuffle-card .section-cards { margin-top: 56px;}
	}
	@media screen and (max-width:991px) {
		.section-shuffle-card .section-content { position: relative; left: auto; top: auto; padding: 0 24px; margin-top: -100px; }
		.section-shuffle-card .card-text.card-curve.bottom:before { bottom: auto; top: -25px; }

		.section-shuffle-card .section-content-cta .btn { margin-left: 35px;}

		.section-shuffle-card .card-text { transform:translateY(0); }
		.section-shuffle-card .card-text.top.card-curve:before { transform: translateY(0); }
		.section-shuffle-card .card-text.bottom.card-curve:before { transform: translateY(0); }
		.section-shuffle-card .section-content-cta .btn { transform:translateY(0); }

		.section-shuffle-card .card-image-text-horizontal { --translate-amount:0;}
		.section-shuffle-card .card-image-text-horizontal.top { transform: translateY(0);  }
		.section-shuffle-card .card-image-text-horizontal.bottom { transform: translateY(0); } 

	}
	@media screen and (max-width:767px) {
		
		.section-shuffle-card .owl-service,
		.section-shuffle-card .section-cards { margin-top: 24px;}
		
	}
	@media screen and (max-width:576px) {
		.section-shuffle-card .section-img img,
		.section-shuffle-card .section-img { border-radius: 0;}
		.section-shuffle-card .image-text-wrap { margin: 0 -12px;}
		.section-shuffle-card .image-text-wrap.image-text-sm { margin-left: -12px; margin-right: -12px;}
		.section-shuffle-card .owl-service-wrap { margin: 0 -12px; }
	}
	
/************************************/
/*   Testimonials Style start     	 /
/************************************/
.section-testimonial { background: center no-repeat; background-size: cover; }

	@media screen and (max-width:1600px) {}
	@media screen and (max-width:1400px) {}
	@media screen and (max-width:1200px) {}
	@media screen and (max-width:991px) {}
	@media screen and (max-width:767px) {}

/************************************/
/*   Contact Style start	     	 /
/************************************/
.section-contact .map { width: 100%; height: 600px;}
.section-contact .img-map { width: 100%; }
.section-contact .section-title { margin-bottom: 16px; margin-top: 70px;}
.section-contact p {  margin-bottom: 32px; }
.section-contact hr { margin: 30px 0;}

.section-contact .contact-list { padding: 0; margin:40px 0 0; display: flex; flex-wrap: wrap; list-style: none; }
.section-contact .contact-list li { flex: 1 0 0%; width: 100%; max-width: 100%; padding-left: 22px; background: 0 4px no-repeat; background-size: auto 14px; }
.section-contact .contact-list li.address { background-image: url('../images/icon-location.svg'); }
.section-contact .contact-list li.call { background-image: url('../images/icon-phone.svg'); }
.section-contact .contact-list li a { color: #14102D; white-space: pre;}

.section-contact .map ~ .container .card-contact { margin-top: -290px;}

.section-contact .map ~ .container .section-title { margin-top: 0;}

 	@media screen and (max-width:1600px) {
		.section-contact .map { height: 550px;}
	}
	@media screen and (max-width:1400px) {
		.section-contact .map { height: 500px;}
	}
	@media screen and (max-width:1200px) {
		.section-contact .map { height: 450px;}
	}
	@media screen and (max-width:991px) {
		.section-contact .map { height: 400px;}
		.section-contact .section-title { margin-top: 27px;}
	}
	@media screen and (max-width:767px) {
		.section-contact .order-2 { order: 0 !important;}
		.section-contact .map ~ .container .card-contact { margin-top: -140px; }
		.section-contact .card-contact {margin-bottom: 30px; }

		.section-contact .map { height: 350px;}

		.section-contact .section-title { margin-top: 0;}
	}
	@media screen and (max-width:576px) {
		.section-contact p { margin-bottom: 20px; }
	}

/************************************/
/*   Event Card Style start		     /
/************************************/
.section-event-card	.owl-cards-wrap {}

	@media screen and (min-width:768px) {
		.section-event-card .owl-carousel-2 { width: auto; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }
		.section-event-card .owl-carousel-2 .item { flex: 1 0 0%; flex-shrink: 0; height: auto; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } 

		.section-event-card .owl-carousel-2 .item { width: 50%; flex: 0 0 auto; }
	}
	@media screen and (min-width:1400px) {
		.section-event-card .owl-carousel-2 .item { width: 33.33333%; flex: 0 0 auto; }
	}
	@media screen and (max-width:576px) {
		.section-event-card	.owl-cards-wrap { margin: 0 -12px;}
	}

/************************************/
/*   Event Style start		     	 /
/************************************/
.section-event {}	

.section-event { }
.section-event .event-logo { max-height: 64px; }
.section-event .event-date { margin-bottom: 10px; }
.section-event .event-title { margin-bottom: 0; }
.section-event .event-location { margin:43px 0 20px; display: block;}
.section-event .event-content { margin: 18px 0; overflow: hidden; position: relative;}
.section-event .event-content p { color: #14102D;}
.section-event .btn { margin-top: 5px;}
.section-event .event-image { border-radius: 5px; overflow: hidden;}
.section-event .event-image img { border-radius: 5px; }

	@media screen and (max-width:991px) {
		.section-event .event-image { margin-top: 30px; }
	}
	@media screen and (max-width:767px) {
	}
	@media screen and (max-width:576px) {
		.section-event .order-2 { order: 0 !important; text-align: left !important;}
		.section-event .event-logo { margin-bottom: 30px; height: 50px; }
		.section-event .event-location { margin-top: 15px;}
	}

/************************************/
/*   Event Card Style start		     /
/************************************/
.section-team-card	.owl-cards-wrap {}

	@media screen and (min-width:768px) {
		.section-team-card .owl-carousel-2 { width: auto; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }
		.section-team-card .owl-carousel-2 .item { flex: 1 0 0%; flex-shrink: 0; height: auto; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } 

		.section-team-card .owl-carousel-2 .item { width: 50%; flex: 0 0 auto; }
	}
	@media screen and (min-width:1400px) {
		.section-team-card .owl-carousel-2 .item { width: 33.33333%; flex: 0 0 auto; }
	}
	@media screen and (max-width:576px) {
		.section-team-card	.owl-cards-wrap { margin: 0 -12px;}
	}


/************************************/
/*   Hero Text Style start		     /
/************************************/
.section-hero-text .row + .row .section-content { margin-top: 70px; }	
.section-hero-text .section-content .text-white * { color: #fff;}
.section-hero-text ul { margin: 20px 0 50px; padding: 0; list-style: none;}
.section-hero-text ul li { padding-left: 13px; position: relative; margin-bottom: 16px;}
.section-hero-text ul li:before { content: ""; position: absolute; left: 1px; width: 5px; height: 5px; border-radius: 50px; background-color: #fff; top: 9px;}
.section-hero-text ul li:last-child { margin-bottom: 0;}
.section-hero-text .text-white ul li { color: #fff;}

	@media screen and (max-width:1400px) {}
	@media screen and (max-width:1200px) {
		.section-hero-text .row + .row  .section-content { margin-top: 50px; }	
	}
	@media screen and (max-width:991px) {
		.section-hero-text .row + .row  .section-content { margin-top: 30px; }	
	}
	@media screen and (max-width:767px) {
		.section-hero-text .row + .row  .section-content { margin-top: 20px; }	
	}
	@media screen and (max-width:576px) {}

/************************************/
/*   Event Style start		     	 /
/************************************/
.section-text .section-content {  }	

.section-text .section-content hr { margin: 50px 0; }
.section-text h1, .section-text h2, .section-text h3 { margin-top: 50px;}
.section-text h1:first-child, .section-text h2:first-child, .section-text h3:first-child { margin-top: 0; }
.section-text h4, .section-text h5, .section-text h6 { font-weight: 500;}
.section-text h4, .section-text h5, .section-text h6 { margin-top: 24px;}
.section-text h4:first-child, .section-text h5:first-child, .section-text h6:first-child { margin-top: 0; }
.section-text ul { margin: 20px 0 50px; padding: 0; list-style: none;}
.section-text ul li { padding-left: 13px; position: relative; margin-bottom: 16px;}
.section-text ul li:before { content: ""; position: absolute; left: 1px; width: 5px; height: 5px; border-radius: 50px; background-color: #14102d; top: 9px;}
.section-text ul li:last-child { margin-bottom: 0;}

	@media screen and (max-width:1400px) {}
	@media screen and (max-width:1200px) {
		.section-text .section-content hr { margin: 30px 0; }
		.section-text h1, .section-text h2, .section-text h3 { margin-top: 30px; }
		.section-text ul li:before { top: 8px;}
	}
	@media screen and (max-width:991px) {}
	@media screen and (max-width:767px) {
		.section-text .section-content hr { margin: 20px 0; }
		.section-text h4, .section-text h5, .section-text h6 { margin-top: 20px; }
		.section-text ul li { position: relative; margin-bottom: 10px;}
	}
	@media screen and (max-width:576px) {}

/************************************/
/*   Event Style start		     	 /
/************************************/
.section-statistics {}	
.section-statistics .stastick-wrap { padding: 55px 0;}
.section-statistics .stastick-wrap p { max-width: 520px; margin:0 auto 40px;}
.section-statistics .stastick-bottom { margin-top: 60px;}

.circle-wrapper { max-width: 350px; display: inline-block; margin: 0 40px; }
.circle-wrapper .underlay { fill: transparent; stroke-linecap: round; stroke-linejoin: round; stroke: white; stroke-width: 5.5; }
.circle-wrapper .overlay { stroke: #7f8bf5; fill: transparent; stroke-width: 5.5; }
.circle-wrapper .chart-circle { -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.circle-wrapper .chart { position: relative; }
.circle-wrapper .chart-svg { position: relative; }
.circle-wrapper .circle-percentage-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; margin: 0; flex-direction: column;}
.circle-wrapper .circle-percentage { font-size: 78px; line-height: 1.20; font-weight: 600; letter-spacing: -1.17px; margin: 0; }
.circle-wrapper .circle-percentage:after { content: "%"; font-size: 41.03%; font-family: 'Domaine Display'; font-weight: 700; vertical-align: super; margin: 0 0 0 3px;}
.circle-wrapper .circle-percentage-text { margin: 0;}

	@media screen and (max-width:991px) {
		.circle-wrapper { max-width: 260px; margin: 0 20px; }
		.circle-wrapper .circle-percentage { font-size: 68px; }

		.section-statistics .stastick-wrap { padding: 35px 0;}
		.section-statistics .stastick-bottom { margin-top: 40px;}
	}
	@media screen and (max-width:767px) {
		.circle-wrapper { max-width: 220px; margin: 0 10px 20px; }

		.section-inner .section-title-wrap { margin-top: 20px; }
		.section-statistics .stastick-wrap { padding: 20px 0 5px;}
		.section-statistics .stastick-bottom { margin-top: 20px;}
	}
	@media screen and (max-width:576px) {
		.circle-wrapper { max-width: 180px; margin: 0 10px 20px; } 
		.circle-wrapper .circle-percentage { font-size: 46px;  } 
	}

/************************************/
/*   Amplify Style start		     /
/************************************/
.section-amplify {}	
.section-amplify .section-content { max-width: 790px; margin: 0 auto;}
.section-amplify .section-logo { max-height: 181px; margin-bottom: 47px;}
.section-amplify .section-title { margin:0 0 10px;}
.section-amplify .section-subtitle { margin:0 0 20px;}
.section-amplify .section-content p { margin:0 0 10px; color: #14102D; font-size: 22px;}
.section-amplify .section-content p:last-child { margin-bottom: 0;}
.section-amplify .btn { margin-top: 28px;}

.fp-left-nav { position: fixed; top: 50%; left: 65px; transform: translateY(-50%); display: none; z-index: 1000; font-size: 24px; background-color: #fff; border-radius: 50px; padding: 16px 7px; display: flex; flex-direction: column; }
.fp-left-nav .fp-dot { width: 16px; height: 16px; display: inline-block; background-color: #E3E3EB; border-radius: 50px; margin: 5px 0; cursor: pointer; }
.fp-left-nav .fp-dot.active { background-color: #7F8BF5; }
.fp-bottom-nav { position: fixed; bottom: 0; left: 0; width: 100%; display: none; z-index: 1080;  background-color: rgb(127 139 245 / 95%); text-align: center; }
.fp-bottom-nav .fp-menu { display: inline-block; margin: 0; font-size: 18px; font-weight: 300; line-height: 1.33333333; color: #fff; text-transform: uppercase; padding: 24px 20px; cursor: pointer; }
.fp-bottom-nav .fp-menu.active { background-color: rgba(0,0,0,0.05);}


	@media screen and (min-width:991px) {
		.section-amplify .owl-carousel-1 { width: auto; display: flex; flex-wrap: wrap; align-items: center; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }
		.section-amplify .owl-carousel-1 .item { flex: 1 0 0%; flex-shrink: 0; height: auto; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } 

		.section-amplify .owl-carousel-1 .item { width: 50%; flex: 0 0 auto; }
		.section-amplify .owl-carousel-1 .card-amplify { max-width: 686px; margin: 0 auto;}
	}
	/*@media screen and (min-width:1400px) {
		.section-amplify .owl-carousel-1 .item { width: 33.33333%; flex: 0 0 auto; }
	}*/
	@media screen and (max-width:1600px) {}
	@media screen and (max-width:1400px) {}
	@media screen and (max-width:1200px) {
		.section-amplify .section-logo { max-height: 140px; margin-bottom: 30px;}
		.section-amplify .section-content p { font-size: 20px;}
	}
	@media screen and (max-width:991px) {
		.section-amplify .section-content { max-width: 90%; }
		.section-amplify .section-logo,
		.section-amplify .card-amplify .card-media img { width: auto !important; display: inline-block !important;}
		.section-amplify .card-amplify { max-width: 90%; margin: 0 auto 20px;}
		.section-amplify .card-amplify .section-content { max-width: 100%;}
		.section-amplify .card-equal-height .item { justify-content: space-around;}
		.section-amplify .btn { margin-top: 14px;}

		.fp-left-nav { padding: 12px 7px; left: 30px;}
		.fp-left-nav .fp-dot { width: 12px; height: 12px;}
	}
	@media screen and (max-width:767px) {
		.section-amplify .section-content p { font-size: 18px;}
		
		.section-amplify .section-logo { max-height: 120px;}
		
		.fp-bottom-nav { display: none !important;}
		.fp-left-nav { top: auto; bottom: 15px; transform: translate(-50%, 0); left: 50%; flex-direction: row; }
		.fp-left-nav .fp-dot { margin: 0 5px;}
	}
	@media screen and (max-width:576px) {}