/*=====Reset CSS======*/ /* body.page-id-484->body.page-id-543 */
*, *:before, *:after {/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none !important; }
html {width: 100%; padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 
	box-sizing: border-box;}
*[dir="rtl"] h1, *[dir="rtl"] h2, *[dir="rtl"] h3, *[dir="rtl"] h4, *[dir="rtl"] h5, *[dir="rtl"] h6, 
*[dir="rtl"] p, *[dir="rtl"] a, *[dir="rtl"] li, *[dir="rtl"] i {unicode-bidi: plaintext;}
article,aside,canvas,figure,figcaption,footer,header,nav,section,audio,video,p,h1,h2,h3,h4,h5,h6,ul,ol {margin: 0;padding: 0;border: 0;}
a,button,input,input[type="button"],input[type="submit"],select,.btn,textarea {-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; text-decoration: none ; font-style: normal;}

a:focus-visible,button:focus-visible,input:focus-visible,input[type="button"]:focus-visible,input[type="submit"]:focus-visible,select:focus-visible,.btn:focus-visible,textarea:focus-visible,.bootstrap-select .dropdown-toggle:focus-visible {outline: 3px auto -webkit-focus-ring-color !important; outline: 3px solid #ff3d00 !important; outline-offset: 8px; -webkit-box-shadow: none; box-shadow: none;}
.wp-admin a:focus, .wp-admin button:focus, .wp-admin input:focus, .wp-admin input[type="button"]:focus, .wp-admin input[type="submit"]:focus,.wp-admin select:focus, .wp-admin .btn:focus, .wp-admin textarea:focus, .wp-admin .bootstrap-select .dropdown-toggle:focus {outline: none !important;}

a,label,span { display: inline-block;vertical-align: middle;vertical-align: 0;}
figure {-webkit-transition: all ease 0.4s;transition: all ease 0.4s;margin: 0;font-size: 0;
	line-height: 100%;}
figure img, img {max-width: 100%;}
ul,ol {list-style: none;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none;  margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield; -webkit-appearance: none; appearance: textfield;}
body {font-family: 'PT Sans', sans-serif;  min-height: 100%; padding: 0; margin: 0; font-size: 20px; font-weight: 400; line-height: 1.5; 
	color: #333333; background-color: #fff; position: relative; z-index: 1; overflow-x: hidden;}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100%;}
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; 
	background: url('/wp-content/themes/kosr/assets/images/select-dropdown.png') no-repeat right 30px center #fff; background-size: auto; background-size: 16px;}
.overly {opacity: 0; visibility: hidden; position: fixed; top: 0; width: 100%; left: 0; bottom: 0; background-color: rgba(0,0,0,0.6); 
	z-index: 9; pointer-events: none; transition: 0.3s ease;}
.menu_active {overflow: hidden;}
.hidden {display: none;}
body.modal_open {overflow: hidden;}
/*=====Reset CSS======*/

/*Alignment*/
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right{ text-align: right; }
.text-uppercase{ text-transform: uppercase; }

/**Container and column**/
.container {max-width: 1580px; width: 100%; margin: 0 auto; padding: 0px 80px; position: relative; z-index: 1;}
.column_row {display: flex; margin: 0 -15px;}
.col_half {width: 50%; min-width: 50%; padding: 0 15px;}
.column_row_full.column_row {margin: 0; width: 100%;}
.column_row_full .col_half {padding: 0;}

@media (max-width:1439px) {
	.container {padding: 0px 15px;}
}

@media (max-width:991px) {
	.column_row {flex-wrap: wrap;}
	.col_half {width: 100%; min-width: 100%;}
}


/*flex*/
.d-flex{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flex-flow-wrap { flex-flow: wrap; }
.align-items-center{ align-items: center; }
.align-items-start{ align-items: flex-start; }
.justify-content-center{ justify-content: center; }
.justify-content-between{ justify-content: space-between; }
.justify-content-end{ justify-content: flex-end; }
.row-reverse{ flex-flow: row-reverse; }
.flex-column { flex-direction: column; }
.align-item-flex-end{ align-items: flex-end; }
.align-item-flex-start{ align-items: flex-start; }


/**section**/
.section {padding: 60px 0 60px; position: relative; background-repeat: no-repeat; 
	background-position: center 0; background-size: cover; z-index: 1; background-color: #fff;}

@media (max-width: 1199px) {
	.section {padding: 50px 0 50px;}
}

@media (max-width:767px) {
	.section {padding: 40px 0 45px;}
} 


/* Fonts
font-family: 'Poppins', sans-serif;
font-family: 'PT Sans', sans-serif; */

/**HEADING**/
h1 {font-family: 'Poppins', sans-serif; color: #fff; font-size: 65px; font-weight: 500; line-height: 1.2; margin-bottom: 40px;}

h2 {font-family: 'Poppins', sans-serif; color: #222222; font-size: 65px; font-weight: 500; line-height: 1.2; margin-bottom: 50px;}

h3 {font-family: 'Poppins', sans-serif; color: #222222; font-size: 50px; font-weight: 500; line-height: 1.2; margin-bottom: 50px;}

h4 {font-family: 'Poppins', sans-serif; color: #222222; font-size: 36px; font-weight: 700; line-height: 1.3; margin-bottom: 25px;}

h5 {font-family: 'PT Sans', sans-serif; color: #53389a; font-size: 30px; font-weight: 700; line-height: 1.2; margin-bottom: 20px;}
h5 span {color: #ff3d00;}
h5 a {color: #ff3d00;}

h6 {font-family: 'Poppins', sans-serif; color: #222222; font-size: 25px; font-weight: 700; line-height: 1.2; margin-bottom: 20px}

p {color: #333333; font-size: 20px; line-height: 1.5; margin-bottom: 30px;}

p:last-child {margin-bottom: 0;}

p a {color: #fc2947; border-bottom: 1px solid;}

p a:hover {border-color: transparent; color: #53389a;}


@media (max-width:1439px) {
	h1 {font-size: 60px; margin-bottom: 35px;}
	h2 {font-size: 60px; margin-bottom: 45px;}
	h3 {margin-bottom: 45px;}
}

@media (max-width:1199px) {
	h1 {font-size: 50px; margin-bottom: 30px;}
	h2 {font-size: 50px; margin-bottom: 40px;}
	h3 {font-size: 40px; margin-bottom: 35px;}
	h4 {font-size: 30px; margin-bottom: 20px;}
	h5 {font-size: 25px; margin-bottom: 15px;}
	h6 {font-size: 22px;}
	p  {font-size: 18px; margin-bottom: 25px;}
}

@media (max-width:991px) {
	h1 {font-size: 40px; margin-bottom: 25px;}
	h2 {font-size: 40px; margin-bottom: 30px;}
	h3 {font-size: 34px; margin-bottom: 25px;}
	h4 {font-size: 26px;}
	h5 {font-size: 22px;}
	h6 {font-size: 20px;}
	p  {font-size: 17px; margin-bottom: 20px;}
}

@media (max-width:767px) {
	h6 {margin-bottom: 18px;}
}

/**Buttons**/
.basic_btn {font-family: 'Poppins', sans-serif; background-color: #fc2947; border-radius: 5px; border: 0; color: #fff !important; font-size: 17px; text-align: center; padding: 16px 20px; font-weight: 700; min-width: 180px; text-transform: uppercase; cursor: pointer;box-sizing: border-box;}
.basic_btn:hover, .basic_btn.active {background-color: #fe6244;}
.basic_btn:disabled, .basic_btn.disable {background-color: #9f9f9f !important; color: #fff !important; cursor: no-drop !important;}

@media (max-width: 1199px) {
	.basic_btn {font-size: 16px; min-width: 160px; padding: 15px 15px;}
}

@media (max-width: 991px) {
	.basic_btn {font-size: 15px; min-width: 140px; padding: 12px 10px;}
}


/**pagination**/
.pagination {text-align: center; line-height: 0; margin-top: 50px;}
.pagination li {display: inline-block; line-height: 0;}
.pagination .page-numbers {width: 36px; height: 36px; font-size: 20px; margin: 0 3px; border-radius: 50%; overflow: hidden; font-family: 'Poppins', sans-serif; font-weight: 600; color: #222222; text-align: center; line-height: 36px; display: inline-block; 
	cursor: pointer;}
.pagination .page-numbers:hover {background-color: #fc2947; color: #fff;}
.pagination .page-numbers.current {background-color: #fc2947; color: #fff;}
.pagination .page-numbers.prev, .pagination .page-numbers.next {height: auto; width: auto; border-radius: 0; overflow: auto; background-color: transparent !important;}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {color: #fc2947;}

@media (max-width:1439px) {
	.pagination { margin-top: 35px;}
}

@media (max-width:1199px) {
	.pagination { margin-top: 25px;}
	.pagination .page-numbers {font-size: 18px;}
}

@media (max-width:767px) {
	.pagination {margin-top: 20px;}
	.pagination .page-numbers {font-size: 16px; margin: 0 2px 5px; }
}



/**Nav Toggler**/
.menuTrigger{display:none}

@media (max-width: 1199px) {
	.menuTrigger {width: 40px; display: block; position: relative; z-index: 1; margin-left: 20px;}
	.menuTrigger span {height: 4px; display: block; background-color: #fff; -webkit-transition: 0.4s; -o-transition: 0.4s; 
		transition: 0.4s; border-radius: 25px;}
	.menuTrigger span:nth-child(2) {width: 32px; margin-left: auto;}
	.menuTrigger span+span {margin-top: 5px;}
	.main-navigation .menuTrigger {position: absolute; right: 15px; top: 40px;}
	.main-navigation .menuTrigger span {background-color: #fff;}
	.menu_active .menuTrigger span:nth-child(2) {display: none;}
	.menu_active .menuTrigger span+span {margin-top: -4px;}
	.menu_active .menuTrigger span:first-child {-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); 
		transform: rotate(45deg);}
	.menu_active .menuTrigger span:last-child {-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);
		transform: rotate(-45deg);}
	.menu_active .overly {opacity: 1; visibility: visible; pointer-events: all;}
}


/**Header**/
.site-header {position: fixed; z-index: 99; padding: 45px 0; background-color: transparent; transition: 0.3s ease; top: 0; 
	left: 0; width: 100%; background-color: #53389a;}
.home .site-header {background-color: transparent;}
.site-header .container {max-width: 1810px; padding: 0 15px; justify-content: space-between;}

.logo {line-height: 0;}
.logo a {width: 246px; transition: 0.3s ease;}
.primary-menu li {font-family: 'PT Sans', sans-serif; font-weight: normal; display: inline-block; font-size: 18px; color: #ffdeb9; 
	position: relative; transition: 0.3s ease; margin: 0 27px;}
.primary-menu li:first-child {margin-left: 0;}
.primary-menu li:last-child {margin-right: 0;}
.primary-menu li a {color: #ffdeb9;}
.primary-menu > li:hover > a, .primary-menu li.current-menu-item> a, .primary-menu > li.current-menu-parent > a {color: #fff;}
.primary-menu li.current-menu-item> a, .primary-menu > li.current-menu-parent > a {pointer-events: none;}
.site-header.shrink {padding: 15px 0; background-color: #53389a; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.page-template-template-get-started .header_btn .basic_btn {opacity: 0; visibility: hidden; pointer-events: none;}
body.page-id-543 .header_btn {visibility: hidden;} /* Hide Get started button on the your-experiecnce page */
#menu-item-554{display:none;} /* Hide Get Started menu element from the Header */
.home .site-content {padding-top: 0 !important;}
.site-content {padding-top: 153px;}

@media (max-width:1439px) {
	.primary-menu li {margin: 0 22px;}
}

@media (max-width:1365px) {
	.site-header {padding: 35px 0;}
	.primary-menu li {margin: 0 10px;}
	.logo a {width: 200px;}
	.site-content {padding-top: 129px;}
}

@media (max-width: 1199px) {
	#menu-item-554{display:inherit;} /* Return menu item when the Get-Button become hidden */
	body.page-id-543 #menu-item-554{display:none;} /* The  menu item when remains hidden on the your-experiecnce page */
	.main-navigation {position: fixed; top: 0; right: 0; bottom: 0; width: 280px; 
		background-color: #53389a; padding: 100px 25px 55px 25px; transform-origin: 0% 0%; 
		transform: translate(100%, 0); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		z-index: 50; margin-left: 0; left: auto; overflow-y: auto; height: 100%;}
	.menu_active .main-navigation {transform: translate(0, 0); box-shadow: -5px 0px 3px rgb(0,0,0,0.05);}
	.primary-menu li {display: block; font-size: 20px;}
	.primary-menu > li {margin: 0; margin-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.30); padding-bottom: 12px;}
	.primary-menu .menu-item-has-children {padding-right: 25px;}
	.primary-menu ul {margin-top: 10px;}
	.header_btn {margin-left: auto;}
	.site-header {padding: 30px 0;}
	.logo a {width: 240px;}
	.site-content {padding-top: 121px;}
	
}

@media (max-width:991px) {
	.site-header {padding: 25px 0;}
	.logo a {width: 200px;}
	.site-content {padding-top: 100px;}
}

@media (max-width:767px) {
	.header_btn {display: none;}
}


/**Banner**/
.banner {background-color: #53389a; padding: 195px 0 80px; z-index: 2; position: relative;}
.banner::before {content: ''; height: 100%; width: 100%; position: absolute; left: 0; top: 0; 
	background-image: url(/wp-content/themes/kosr/assets/images/banner-overlays.png); background-size: cover; background-repeat: no-repeat; background-position: center; 
	z-index: -1; pointer-events: none;}
.banner_content {width: 560px; min-width: 560px; margin-right: 60px; padding: 40px 0 0;}
.banner_content p {color: #ffdeb9; margin-bottom: 45px;}
.banner_content p:last-child {margin-bottom: 0;}

.banner_hero_img {width: 100%; position: relative; z-index: 2;}
.banner_hero_img::before {content: ''; height: calc(100% + 80px); width: 90px; background-color: #53389a; position: absolute; 
	left: 0; top: 0; z-index: 2;}
.banner_hero_img figure {position: absolute; width: 100%; top: 0; left: 0;}
.banner_hero_img img {width: 100%;}

@media (max-width:1439px) {
	.banner_content {width: 500px; min-width: 500px;}
}

@media (max-width:1365px) {
	.banner_content {padding: 25px 0 0;}
}

@media (max-width: 1199px) {
	.banner {padding: 160px 0 65px;}
	.banner_hero_img::before {content: none;}
	.banner_content {width: 450px; min-width: 450px; margin-right: 50px;}
	.banner_hero_img figure {position: static;}
	.banner_content p {margin-bottom: 40px;}
}

@media (max-width:991px) {
	.banner {padding: 140px 0 60px;}
	.banner_content p {margin-bottom: 35px;}
	.banner_inner {flex-wrap: wrap;}
	.banner_content {width: 100%; min-width: 100%; margin-right: 0; margin-bottom: 50px; padding: 0;}
}

@media (max-width:767px) {
	.banner {padding: 130px 0 50px;}
}


/**Partner Logo**/
.partnr_logo_home {padding: 20px 0;}
.prtnr_hm_wrapper {width: 525px; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;}
.prtnr_hm_logo_single {max-width: 170px; line-height: 0; margin-bottom: 40px;}
.prtnr_hm_logo_single:nth-last-child(-n+3) {margin-bottom: 0;}

@media (max-width:1365px) {
	.prtnr_hm_wrapper {width: 510px;}
}

@media (max-width: 1199px) {
	.prtnr_hm_wrapper {width: 100%;}
	.prtnr_hm_logo_single {max-width: 160px; margin-bottom: 0;}
}

@media (max-width:991px) {
	.prtnr_hm_logo_single {max-width: unset; text-align: center; padding: 0 15px;}
	.prtnr_hm_logo_single.slick-slide img {display: inline-block;}
	.partnr_logo_home .slick-track {display: flex; align-items: flex-end;}
}


/**Why**/
.why_outer {padding: 115px 0 0; background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 55%, #fef2e4 100%);
	background: -webkit-linear-gradient(top,  #ffffff 55%,#fef2e4 100%);
	background: linear-gradient(to bottom,  #ffffff 55%,#fef2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef2e4',GradientType=0 );}
.imgtext_wrapper {align-items: center;}
.imgmain_wrap {width: 645px; min-width: 645px; margin-right: 165px; line-height: 0;}
.imgmain_wrap img {width: 100%;}
.textmain_wrap {width: 100%;}
.read_mr {text-transform: uppercase; font-weight: 700; color: #53389a; position: relative; z-index: 1; 
	border: 0; font-size: 20px; cursor: pointer;}
.read_mr::after {content: '\f054'; height: 20px; width: 20px; font-family: 'Font Awesome 5 pro'; font-size: 10px; font-weight: 400;
	background-color: #fe6244; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center;
	position: absolute; right: -32px; top: 5px;}
.read_ls.read_mr::after {content: '\f077';}
.hmfullcont {margin-bottom: 30px; font-size: 20px;}

@media (max-width:1599px) {
	.imgmain_wrap {margin-right: 115px; width: 580px; min-width: 580px;}
}

@media (max-width:1439px) {
	.imgmain_wrap {width: 610px; min-width: 610px;}
}

@media (max-width:1365px) {
	.why_outer {padding: 100px 0 0;}
	.imgmain_wrap {margin-right: 100px; width: 600px; min-width: 600px;}
}

@media (max-width: 1199px) {
	.why_outer {padding: 60px 0 0;}
	.imgmain_wrap {margin-right: 60px; width: 460px; min-width: 460px;}
	.why_outer .textmain_wrap {padding-bottom: 60px;}
	.imgtext_wrapper {align-items: flex-end;}
	.read_mr {font-size: 18px;}
	.hmfullcont {margin-bottom: 25px; font-size: 18px;}
}

@media (max-width:991px) {
	.why_outer {padding: 40px 0 0;}
	.imgtext_wrapper {flex-wrap: wrap;}
	.imgmain_wrap {margin-right: 0; width: 100%; min-width: 100%;}
	.why_outer .imgmain_wrap {order: 2;}
	.why_outer .textmain_wrap {padding-bottom: 40px;}
	.read_mr {font-size: 17px;}
	.read_mr::after {right: -30px; top: 2px;}
	.hmfullcont {margin-bottom: 20px; font-size: 17px;}
}

@media (max-width:767px) {
	.why_outer {padding: 30px 0 0;}
}


/**Defination & privacy**/
.defination_outer {padding: 95px 0 125px;}
.defination_outer h3, .defination_outer p, .defination_outer ul li {color: #000;}
.twotext_col_wrapper {justify-content: space-between;}
.text_col {width: 610px; min-width: 610px;}
.defination_outer .text_col ul, .custom_list ul {margin-bottom: 50px;}
.custom_list ol {margin-bottom: 50px; list-style: numeric; list-style-position: inside;}
.custom_list ol ol {padding-left: 20px; padding-top: 30px;}
.defination_outer .text_col ul:last-child, .custom_list ul:last-child {margin-bottom: 0;}
.custom_list ul li, .custom_list ol li {font-size: 20px; line-height: 1.5; color: #333333; padding-left: 40px; position: relative; z-index: 1; 
	margin-bottom: 30px;}
.custom_list ol li {padding-left: 0 !important;}
.custom_list ul li:last-child, .custom_list ol li:last-child {margin-bottom: 0;}
.custom_list ul li a, .custom_list ol li a {color: #fc2947; border-bottom: 1px solid #fc2947;}
.custom_list ul li a:hover, .custom_list ol li a:hover {color: #7149c6;}
.custom_list ul li::before {content: '\f054'; height: 20px; width: 20px; font-family: 'Font Awesome 5 pro'; font-size: 10px;
	font-weight: 400; background-color: #fc2947; border-radius: 50%; color: #fff; display: flex; align-items: center;
	justify-content: center; position: absolute; left: 0; top: 5px;}
.custom_list ul li span, .custom_list ol li span {display: block; color: #fc2947; font-family: 'Poppins', sans-serif; font-weight: 700;}


@media (max-width:1599px) {
	.text_col {width: 580px; min-width: 580px;}
}

@media (max-width:1439px) {
	.text_col {width: 610px; min-width: 610px;}
}

@media (max-width:1365px) {
	.defination_outer {padding: 80px 0 95px;}
	.text_col {width: 550px; min-width: 550px;}
	.custom_list ul li, .custom_list ol li {margin-bottom: 25px;}
	.defination_outer .text_col ul, .custom_list ul, .custom_list ol {margin-bottom: 45px;}
}

@media (max-width:1199px) {
	.text_col {width: 440px; min-width: 440px;}
	.custom_list ul li, .custom_list ol li {font-size: 18px; margin-bottom: 20px; padding-left: 35px;}
	.custom_list ul li::before {height: 18px; width: 18px;}
	.defination_outer .text_col ul, .custom_list ul, .custom_list ol {margin-bottom: 40px;}
	.defination_outer {padding: 60px 0 70px;}
}

@media (max-width:991px) {
	.defination_outer {padding: 50px 0 55px;}
	.twotext_col_wrapper {flex-wrap: wrap;}
	.text_col {width: 100%; min-width: 100%; margin-bottom: 40px;}
	.text_col:last-child {margin-bottom: 0;}
	.custom_list ul li, .custom_list ol li {font-size: 17px;}
	.custom_list ul li::before {top: 4px;}
	.defination_outer .text_col ul, .custom_list ul, .custom_list ol {margin-bottom: 30px;}
	.custom_list ol ol {padding-top: 20px;}
}

@media (max-width:767px) {
	.defination_outer {padding: 45px 0 45px;}
}


/**How it works**/
.hwit_works_outer {padding: 65px 0 60px; background-color: #fe6244; position: relative; z-index: 2;}
.hwit_works_outer::before {content: ''; height: 100%; width: 100%; position: absolute; left: 0; top: 0; 
	background-image: url(/wp-content/themes/kosr/assets/images/howit-works-shape.png); background-size: cover; background-repeat: no-repeat; background-position: center; 
	z-index: -1; pointer-events: none;}
.hwit_works_outer h5 {color: #fff; margin-bottom: 15px;}
.hwit_works_outer h2 {color: #ffdeb9; line-height: 1.33; margin-bottom: 35px;}
.hwit_works_outer h3 {color: #ffdeb9; margin-bottom: 0;}
.play_btn {font-size: 20px; font-family: 'Poppins', sans-serif; font-weight: 700; background-color: #53389a; color: #fff; border-radius: 50px; 
	overflow: hidden; padding: 15px 35px 15px 75px; text-transform: uppercase; position: relative; z-index: 1; cursor: pointer; border: 0;}
.play_btn::before {content: '\f04b'; font-family: 'Font Awesome 5 pro'; font-size: 18px; height: 52px; width: 52px; 
	font-weight: 700; background-color: #fff; border-radius: 50%; color: #53389a; position: absolute; left: 4px; top: 4px; 
	display: flex; align-items: center; justify-content: center; transition: 0.3s ease;}
.play_btn:hover {background-color: #fc2947;}
.play_btn:hover::before {color: #fc2947;}
.hwit_works_outer .play_btn:hover {background-color: #fff; color: #fe6244;}
.hwit_works_outer .play_btn:hover::before {background-color: #fe6244; color: #fff;}

@media (max-width:1199px) {
	.hwit_works_outer {padding: 50px 0 55px;}
	.play_btn {font-size: 18px;}
	.play_btn::before {height: 49px; width: 49px;}
}

@media (max-width:991px) {
	.play_btn {font-size: 17px;}
	.hwit_works_outer {padding: 40px 0 40px;}
	.hwit_works_outer h2 {margin-bottom: 30px;}
	.play_btn::before {height: 47px; width: 47px;}
}


/**Need Help**/
.need_help_outer {position: relative; z-index: 3; padding: 100px 0 120px;}
.need_help_outer .custom_list ul li::before {background-color: #ff3d00;}
.ndhlp_content {width: 640px; min-width: 640px; margin-right: 75px;}
.ndhlp_content h2 {font-weight: 600;}
.ndhlp_content h5 {font-family: 'PT Sans', sans-serif; color: #53389a; font-weight: 700; padding-right: 50px;}
.ndhlp_content h5 span {color: #ff3d00;}
.ndhlp_content h5:last-child {margin-bottom: 0;}
.ndhlp_image {width: 100%; position: relative; z-index: 1;}
.ndhlp_image img {width: 100%;}
.ndhlp_image figure {position: absolute; width: 100%; bottom: 0; left: 0;}
.need_help_wrapper {align-items: flex-end;}

/* @media (max-width:1439px) {
.ndhlp_content {padding-bottom: 30px;}
} */

@media (max-width:1365px) {
	.ndhlp_content {width: 550px; min-width: 550px;}
	.need_help_outer {padding: 80px 0 100px;}
	.ndhlp_content h5 {padding-right: 0;}
}

@media (max-width:1199px) {
	.need_help_outer {padding: 65px 0 80px;}
	.ndhlp_image figure {position: static;}
	.ndhlp_content {width: 440px; min-width: 440px; margin-right: 60px;}
}

@media (max-width:991px) {
	.need_help_outer {padding: 60px 0 55px;}
	.need_help_wrapper {flex-wrap: wrap;}
	.ndhlp_content {width: 100%; min-width: 100%; margin-right: 0; order: 2;}
	.ndhlp_image {margin-bottom: 40px;}
	.ndhlp_content h2 br {display: none;}
} 

@media (max-width:767px) {
	.need_help_outer {padding: 55px 0 50px;}
}

/**Footer**/
.site-footer {padding: 45px 0 35px; background-color: #ffdeb9;}
.site-footer .container {max-width: 1810px;}

.ft_links_wrapper {justify-content: space-between; align-items: center; margin-bottom: 45px;}
.ft_links_wrapper ul li {display: inline-block; font-family: 'Poppins', sans-serif; font-weight: 700; color: #000; font-size: 20px; 
	text-transform: uppercase; margin: 0 25px;}
.ft_links_wrapper ul li:first-child {margin-left: 0;}
.ft_links_wrapper ul li:last-child {margin-right: 0;}
.ft_links_wrapper ul li a {color: #000;}
.ft_links_wrapper ul li a:hover {color: #fc2947;}
.ft_links_wrapper li.current-menu-parent > a, .ft_links_wrapper li.current-menu-item > a {pointer-events: none;}

.social_icons {display: flex; align-items: center;}
.social_icons a {font-size: 15px; color: #000; margin: 0 14px;}
.social_icons a:first-child {margin-left: 0;}
.social_icons a:last-child {margin-right: 0;}

.ftr_credits {display: flex; justify-content: space-between;}
.ftr_credits p {margin-bottom: 0;}
.ftr_credits p a {color: #fc2947;}

@media (max-width:1599px) {
	.ft_links_wrapper ul li {margin: 0 18px;}
}

@media (max-width:1365px) {
	.social_icons a {margin: 0 12px;}
}

@media (max-width:1199px) {
	.site-footer {padding: 40px 0 30px;}
	.ft_links_wrapper {flex-wrap: wrap; margin-bottom: 30px;}
	.ft_links_wrapper ul li {font-size: 18px; margin: 0 12px;}
	.social_icons a {font-size: 20px;}
}

@media (max-width:991px) {
	.ft_links_wrapper ul li {margin: 0 15px 5px 0; font-size: 17px;}
}

@media (max-width:767px) {
	.ft_links_wrapper ul li {font-size: 16px;}
	.ftr_credits p {font-size: 16px;}
	.social_icons a {font-size: 18px;}
	.ft_links_wrapper {margin-bottom: 25px;}
	.ftr_credits {flex-wrap: wrap;}
	.ftr_credits p {margin-bottom: 10px;}
	.ftr_credits p:last-child {margin-bottom: 0;}
}


/**custom Fancybox**/
.fancybox__content {box-shadow: 0 0px 150px 50px rgba(83, 56, 154, 1); border: 10px solid #000; overflow: hidden !important;}
.fancybox__content>.carousel__button.is-close {background-color: #fd6243; border-radius: 5px; position: fixed;
	top: 40px; right: 35px;}
.fancybox__content iframe {transform: scale(1.02)}

@media (max-width:1199px) {
	.fancybox__content>.carousel__button.is-close {top: 20px; right: 15px;}
}

/**Floating Social**/
.floating_social {display: flex; flex-flow: column; align-items: center; width: 44px; padding: 15px 0; background-color: #fff; 
	min-height: 170px; justify-content: space-between; box-shadow: 0 10px 40px rgba(0,0,0,0.15); position: fixed; top: 35%;
	right: 0; z-index: 10;}
.floating_social a {font-size: 15px; color: #000;}
.floating_social a:hover {color: #ff3d00;}

@media (max-width:767px) {
	.floating_social {width: 40px; min-height: 160px; padding: 12px 0;}
}


/**********************************
***********About Us Page***********
**********************************/

/**Inner Banner**/
.banner.inner_banner {background-color: #7149c6; padding: 205px 0 50px;}
.inner_banner::before {content: none;}
.inner_banner_wrappper {text-align: center;}
.inner_banner h1 {font-size: 40px; margin-bottom: 0;}

@media (max-width:1365px) {
	.banner.inner_banner {padding: 185px 0 50px;}
}

@media (max-width:1199px) {
	.banner.inner_banner {padding: 175px 0 50px;}
}

@media (max-width:991px) {
	.banner.inner_banner {padding: 155px 0 50px;}
}

/**Partner logo slider**/
.partnr_logo_outer {background-color: #f7f7f7; padding: 20px 0;}
.prtnr_logo_slider {max-width: 100%; margin: 0 auto;}
.prtnr_logo_slider .slick-track {display: flex; align-items: flex-end;}
.prtnr_logo_single {text-align: center;}
.prtnr_logo_single.slick-slide img {display: inline-block;}

@media (max-width:991px) {
	.prtnr_logo_single {padding: 0 15px;}
}

/**Content Loop**/
.content_loop_outer {padding: 100px 0 75px;}
.content_loop_single {display: flex; align-items: flex-start; margin-bottom: 85px;}
.content_loop_single:last-child {margin-bottom: 0;}
.cl_img_holder {width: 705px; min-width: 705px; margin-right: 115px; line-height: 0;}
.cl_img_holder img {width: 100%;}
.iframe_vid_wrapper {height: auto; padding-bottom: 56.25%; position: relative; z-index: 1;}
.iframe_vid_wrapper iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; 
	border: 0;} 
.img_vid_caption {margin-top: 20px; text-align: center;}
.img_vid_caption p {font-family: 'Poppins', sans-serif; font-weight: 600;}
.cl_content h3 {margin-bottom: 35px;}
.cl_content h5 {font-family: 'PT Sans', sans-serif; color: #53389a; font-weight: 700;}
.cl_content h5:last-child {margin-bottom: 0;}

.content_loop_single:nth-child(even) .cl_img_holder {margin-right: 0; margin-left: 115px; order: 2;}
.content_loop_single:nth-child(even) .cl_content {order: 1;}

@media (max-width:1599px) {
	.cl_img_holder {margin-right: 85px; width: 640px; min-width: 640px;}
	.content_loop_single:nth-child(even) .cl_img_holder {margin-left: 85px;}
}

@media (max-width:1439px) {
	.content_loop_outer {padding: 90px 0 75px;}
	.content_loop_single {margin-bottom: 75px;}
}

@media (max-width:1365px) {
	.cl_img_holder {width: 600px; min-width: 600px; margin-right: 70px;}
	.content_loop_single:nth-child(even) .cl_img_holder {margin-left: 70px;}
}

@media (max-width:1199px) {
	.cl_img_holder {width: 450px; min-width: 450px; margin-right: 60px;}
	.content_loop_single:nth-child(even) .cl_img_holder {margin-left: 60px;}
	.content_loop_outer {padding: 75px 0 60px;}
	.content_loop_single {margin-bottom: 65px;}
}

@media (max-width:991px) {
	.content_loop_outer {padding: 60px 0 55px;}
	.content_loop_single {flex-wrap: wrap;}
	.content_loop_single {margin-bottom: 50px;}
	.cl_img_holder {width: 100%; min-width: 100%; margin-right: 0; margin-bottom: 40px;}
	.content_loop_single:nth-child(even) .cl_img_holder {margin-left: 0; order: 1;}
	.content_loop_single:nth-child(even) .cl_content {order: 2;}
	.cl_content h3 {margin-bottom: 25px;}
}

@media (max-width:767px) {
	.content_loop_outer {padding: 50px 0 55px;}
	.cl_img_holder {margin-bottom: 35px;}
	.content_loop_single {margin-bottom: 45px;}
}


/**********************************
***********Support Page************
**********************************/

/**Need help Design Two**/
.need_help_desgn_two {padding-top: 50px;}
.need_help_desgn_two .need_help_wrapper {align-items: center;}
.need_help_desgn_two .ndhlp_image figure {position: static;}
.need_help_desgn_two .ndhlp_image {height: 800px; overflow: hidden;}

@media (max-width:1599px) {
	.need_help_desgn_two .ndhlp_image {height: 680px;}
}

@media (max-width:1439px) {
	.need_help_desgn_two .ndhlp_image {height: 750px;}
}

@media (max-width:1199px) {
	.need_help_desgn_two .need_help_wrapper {align-items: flex-start;}
	.need_help_desgn_two .ndhlp_image {height: auto;}
}



/**Useful Resources**/
.useful_resrce_outer {padding: 30px 0 100px; overflow: hidden;}
.useful_resrce_outer .global_heading {padding-bottom: 40px;}
.resrce_wrapper {flex-wrap: wrap;}
.resrce_single {width: calc((100% - 150px)/4); margin-right: 50px; margin-bottom: 80px;}
.resrce_single:nth-child(4n+4) {margin-right: 0;}

.resrce_img_holder {margin-bottom: 55px;}
.resrce_img_holder a {display: block; line-height: 0; position: relative; z-index: 1; box-shadow: 0 0 25px 5px rgba(113,73,198,0.2);}
.resrce_img_holder a::before {content: ''; height: 100%; width: 100%; background-color: #7149c6; z-index: -1; 
	position: absolute; left: 0; top: 0; transition: 0.3s ease;}
.resrce_img_holder a img {width: 100%; }
.resrce_img_holder a:hover {transform: translate(20px,20px);}
.resrce_img_holder a:hover::before {transform: translate(-20px,-20px);}

.resrce_info h6 a {color: #000;}
.resrce_info h6 a:hover {color: #7149c6;}
.resrce_info p {color: #565656; margin-bottom: 25px;}
.resrce_info ul {margin-bottom: 20px;}
.resrce_info li {padding-left: 30px; position: relative; z-index: 1; color: #000; font-size: 20px; margin-bottom: 8px;}
.resrce_info li:last-child {margin-bottom: 0;}
.resrce_info li a {color: #000; font-weight: 700;}
.resrce_info li a:hover {color: #ff3d00;}
.list_icon {font-size: 20px; position: absolute; left: 0; top: 0px;}

@media (max-width:1599px) {
	.resrce_wrapper {padding: 0 15px;}
	.resrce_img_holder a:hover {transform: translate(15px,15px);}
	.resrce_img_holder a:hover::before {transform: translate(-15px,-15px);}
}

@media (max-width:1365px) {
	.useful_resrce_outer {padding: 20px 0 90px;}
}

@media (max-width:1199px) {
	.useful_resrce_outer {padding: 20px 0 75px;}
	.useful_resrce_outer .global_heading {padding-bottom: 30px;}
	.resrce_info li {font-size: 18px;}
	.list_icon {font-size: 18px;}
	.resrce_single {width: calc((100% - 100px)/3); margin-right: 50px; margin-bottom: 60px;}
	.resrce_single:nth-child(3n+3) {margin-right: 0;}
	.resrce_single:nth-child(4n+4) {margin-right: 50px;}
	.resrce_img_holder {margin-bottom: 45px;}
}

@media (max-width:991px) {
	.useful_resrce_outer {padding: 20px 0 65px;}
	.useful_resrce_outer .global_heading {padding-bottom: 25px;}
	.resrce_single {width: calc((100% - 50px)/2); margin-right: 50px; margin-bottom: 45px;}
	.resrce_single:nth-child(3n+3) {margin-right: 50px;}
	.resrce_single:nth-child(even) {margin-right: 0;}
	.resrce_img_holder {margin-bottom: 35px;}
	.resrce_info p {margin-bottom: 20px;}
	.resrce_info li {font-size: 17px; padding-left: 25px;}
	.list_icon {font-size: 17px;}
}

@media (max-width:767px) {
	.resrce_single {width: calc((100% - 40px)/2); margin-right: 40px;}
	.resrce_single:nth-child(3n+3) {margin-right: 40px;}
	.resrce_single:nth-child(even) {margin-right: 0;}
}

@media (max-width:575px) {
	.useful_resrce_outer {padding: 15px 0 60px;}
	.useful_resrce_outer .global_heading {padding-bottom: 20px;}
	.resrce_single {width: 100%; margin-right: 0;}
	.resrce_single:nth-child(3n+3) {margin-right: 0;}
	.resrce_info p {margin-bottom: 15px;}
	.resrce_info ul {margin-bottom: 15px;}
}


/**Small Stripe Info**/
.small_stripe_info {text-align: center; padding: 35px 0 40px;}
.small_stripe_info h3 {font-size: 40px;}

@media (max-width:1365px) {
	.small_stripe_info h3 {font-size: 35px;}
}

@media (max-width:1199px) {
	.small_stripe_info {padding: 30px 0 30px;}
	.small_stripe_info h3 {font-size: 30px;}
}


/**********************************
*******Why Participate Page********
**********************************/
/**Why Participate Intro**/
.why_participate_intro {padding: 70px 0 0; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 55%, #fef2e4 100%);
	background: -webkit-linear-gradient(top, #ffffff 55%,#fef2e4 100%); background: linear-gradient(to bottom, #ffffff 55%,#fef2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef2e4',GradientType=0 );}
.prticipt_intro_img {max-width: 840px; margin: 105px auto 0; line-height: 0;}
.prticipt_intro_img img {width: 100%;}

@media (max-width:1365px) {
	.why_participate_intro {padding: 60px 0 0;}
	.prticipt_intro_img {margin: 90px auto 0;}
}

@media (max-width:1199px) {
	.why_participate_intro {padding: 60px 0 0;}
	.prticipt_intro_img {margin: 80px auto 0;}
}

@media (max-width:991px) {
	.prticipt_intro_img {margin: 65px auto 0;}
}

@media (max-width:767px) {
	.why_participate_intro {padding: 55px 0 0;}
	.prticipt_intro_img {margin: 50px auto 0;}
}


/**********************************
*********Get Started Page**********
**********************************/
/*intro form text*/
.toggle-hide, .more-text{display:none;}
.more-text{
	margin-top:-25px;
}
.user-interaction{
	padding:3px 15px;
	text-align:center;
	color:#f5cd5f;
	border:solid 1px #f5cd5f;
	border-radius:25px;
	cursor:pointer;
	transition:all 0.23s ease-in-out;
}
.user-interaction:hover{
	color:#fcb900 !important;
}

/**Amarach Research Intro**/
.amarach_resrch_outer {padding: 60px 0 120px;}
.amarach_resrch_outer .global_heading {padding-bottom: 55px;}
.amarach_resrch_outer .global_heading h2 {font-weight: 600; margin-bottom: 20px;}

.amarach_resrch_inner {display: inline-block; width: 100%;}
.amarach_resrch_inner h3 {margin-bottom: 30px;}
.fullcont {color: #333333; font-size: 20px;}
.amarach_resrch_inner .wp-video {float: right; margin-left: 50px;}
.amarach_resrch_inner .wp-video video {object-fit: cover;}
.amarach_resrch_inner .myBtn {margin-bottom: 30px;}
.amarach_resrch_inner .fullcont h3:last-child {margin-bottom: 0;}

.public_consultaion_form {background-color: #53389a; padding: 50px 70px 75px; margin-top: 50px;}
body.page-id-543 .public_consultaion_form {background-color: #53389a; padding: 50px 70px 75px;  margin: 0 0 50px;}
.public_consultaion_form h3 {color: #fff; text-align: center; margin-bottom: 35px;}
body.page-id-543 .public_consultaion_form h3 {color: #fff; text-align: center; margin-bottom: 35px;}

.pblic_cnsltatn_frm_innner {background-color: #7149c6; padding: 55px 70px 60px;}
.form_checkbox {margin-bottom: 45px;}
.form_checkbox label {font-family: 'Poppins', sans-serif; font-weight: 500; position: relative; padding-left: 40px; font-weight: 400; cursor: pointer; color: #fff; line-height: 1.5;}
.form_checkbox label a {color: #fff; position: relative; border-bottom: 1px solid #fff; font-weight: 400;}  
.form_checkbox label a:hover {color: #fc2947;}
.form_checkbox label {
    position: relative;
    padding-left: 30px; /* Space for the checkbox */
    cursor: pointer;
    display: inline-block; /* Keeps label text inline */
    line-height: 20px; /* Adjust line height to match the height of the checkbox */
}
.form_checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 0; /* Align to the far left of the label */
    top: 2px; /* Center vertically relative to the text, adjust as needed */
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.form_checkbox input[type="checkbox"]:checked {
    background-color: #fc2947;
    border-color: #fc2947;
}
.form_checkbox input[type="checkbox"]:checked:after {
    content: '\2713';
    color: #fff;
    position: absolute;
    left: 3px; /* Center the checkmark horizontally */
    top: -2px;
    font-size: 14px;
}
.form_checkbox .wpcf7-list-item {margin-left: 0;}

.form_input_wrapper {display: block; margin-bottom: 45px;}
.form_input_wrapper label {display: block; font-size: 16px; font-family: 'Poppins', sans-serif; color: #fff; margin-bottom: 20px;}
body.page-id-543 .form_input_wrapper label {display: block; font-size: 18px; font-family: 'Poppins', sans-serif; color: #fff; margin-bottom: 20px;}
.form_input_wrapper a:link, .form_input_wrapper a:visited {display: inline;font-family: 'Poppins', sans-serif;color: #fff;text-decoration: underline;}
.form_control {font-family: 'PT Sans', sans-serif; font-size: 19px; font-weight: 400; height: 72px; line-height: 72px; background-color: #53389a; color: #d3beff; outline: none !important; box-shadow: unset; border: 0; width: 100%; padding: 0 35px;}
.form_control:focus {outline: none !important;}
.form_control::placeholder {color: #d3beff;}
select.form_control {padding-right: 70px; cursor: pointer;}
textarea.form_control {line-height: 1.5; height: 150px; resize: none; padding-top: 20px;}

.add_mr_input {text-align: right; padding-top: 6px;}
.add_mr_input a {font-family: 'PT Sans', sans-serif; font-weight: 700; color: #ffdeb9; border-bottom: 1px solid #ffdeb9; 
	position: relative; z-index: 1; font-size: 21px; cursor: pointer; line-height: 1.1;}
.add_mr_input a::before {content: '\f067'; font-family: 'Font Awesome 5 pro'; font-weight: 700; height: 23px; width: 23px; border-radius: 5px; background-color: #fff; border: 1px solid #000; display: flex; position: absolute; left: -35px; top: 2px; 
	align-items: center; justify-content: center; color: #000; font-size: 15px;}
.add_mr_input a.remove_example::before {content: '\f068';}

.warning_text {color: #ffdeb9; line-height: 1.5; font-size: 21px; font-family: 'PT Sans', sans-serif; font-weight: 400; 
	display: block; margin-bottom: 20px;}
.warning_text a {color: #ffdeb9; border-bottom: 1px solid #ffacac;}
.warning_text a:hover {color: #ffacac; border-color: transparent;}

.form_submit {text-align: left; display: flex; flex-wrap: wrap;}
.form_submit .basic_btn {margin-right: 15px;}
.form_submit .basic_btn:last-child {margin-right: 0;}
.mtcaptcha iframe {width: auto; max-width: 100%; padding: 0 10px !important; background-color: #53389a !important;}
.form_submit .mtcaptcha {margin-bottom: 30px;}

.accordion_wrapper {padding: 50px 0 70px;}
.accordion-list > li {box-shadow: 0 0 15px 5px rgba(252,41,71,0.15); background-color: #fff;}
.accord_trigger {padding: 20px 80px 20px 70px; color: #53389a; font-family: 'Poppins', sans-serif; background-color: #ffdeb9; 
	position: relative; z-index: 1; cursor: pointer; transition: 0.3s ease;}
.accord_trigger h5 {margin-bottom: 0; transition: 0.3s ease; font-family: 'Poppins', sans-serif; font-size: 24px;} 
.accord_trigger::before {content: ''; height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: 1; 
	pointer-events: none; background: -moz-linear-gradient(top,  rgba(255,255,255,0) 75%, rgba(246,199,171,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 75%,rgba(246,199,171,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 75%,rgba(246,199,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6c7ab',GradientType=0 ); 
	transition: 0.1s ease; opacity: 1;}
.accordin_numbr {height: 27px; width: 27px; background-color: #fc2947; display: flex; align-items: center; justify-content: center; 
	color: #fff; font-size: 20px; font-family: 'Poppins', sans-serif; font-weight: 700; border-radius: 5px; overflow: hidden; 
	position: absolute; top: 20px; left: 25px; transition: 0.3s ease; line-height: 0;}
.accordion-list > li .answer {padding: 25px 40px 45px; word-break: break-word;}
.accordion-list > li.active .accord_trigger {background-color: #fc2947;}
.accordion-list > li.active .accord_trigger h5 {color: #fff; }
.accordion-list > li.active .accordin_numbr {background-color: #fff; color: #fc2947;}

.accord_trigger::after {content: '\f067'; font-family: 'Font Awesome 5 pro'; display: flex; align-items: center; justify-content: center;
	position: absolute; right: 30px; top: 21px; font-size: 18px; color: #484848; height: 27px; width: 27px; background-color: #fff; 
	border: 1px solid #000; border-radius: 4px; overflow: hidden; font-weight: 700;}
.accordion-list > li.active .accord_trigger::after {content: '\f068';}
.accordion-list > li.active .accord_trigger::before {opacity: 0;}

.contact-info-list li {display: inline-block; position: relative; z-index: 1;  font-family: 'Poppins', sans-serif; font-weight: 400; 
	color: #000; font-size: 20px; padding-left: 40px; margin-right: 50px;}
.contact-info-list li br {display: none;}
.contact-info-list li:last-child {margin-right: 0;}
.contact-info-list li a {display: block; font-weight: 700; color: #000; margin-bottom: 5px;}
.contact-info-list li a:hover {color: #7149c6;}
.contact-info-list li h6 {font-family: 'PT Sans', sans-serif; font-size: 15px; font-weight: 700; margin-bottom: 0;}
.contact_icon {height: 28px; width: 28px; background-color: #53389a; border-radius: 6px; overflow: hidden; 
	display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; position: absolute; 
	left: 0; top: 0;} 
.custom_radio {display: flex; align-items: center; margin-top: 60px;}
.custom_radio label {margin-bottom: 0 !important;}
.custm_radio_wrap {margin-left: 25px;}
.cstm_rdio {display: block;	position: relative;	padding-left: 30px; cursor: pointer; font-size: 22px;
	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none; margin-bottom: 0 !important; 
	margin-right: 20px;}
.cstm_rdio input {position: absolute; opacity: 0; cursor: pointer;}
.checkmark {position: absolute; top: 4px; left: 0; height: 22px; width: 22px; background-color: #fff; border-radius: 50%;
	border: 1px solid #000;}
.cstm_rdio input:checked ~ .checkmark {background-color: #fc2947; border-color: #fc2947;}
.checkmark:after {content: ""; position: absolute; display: none;}
.cstm_rdio input:checked ~ .checkmark:after {display: block;}
.cstm_rdio .checkmark:after {top: 50%; left: 50%; transform: translate(-50%,-50%); width: 7px; height: 7px; border-radius: 50%; 
	background: #fff;}
.form_submit .basic_btn {min-width: 130px;}

.error {line-height: 1.2; margin-top: 15px !important; background-color: #ffacac; border: 2px dashed red;
	padding: 8px 15px !important; color: #000 !important; width: 100%; display: flex; align-items: center;}
.error p {color: #000 !important;}
.error::before {content: "\f06a"; min-width: 16px; font-family: 'Font Awesome 5 pro'; font-size: 16px; font-weight: 900; 
	margin-right: 8px; vertical-align: -1px; color: #720000;}

.succ {line-height: 1.2; margin-top:15px !important; background-color: #a7f3b3; border: 2px dashed #007613;
	padding: 8px 15px !important; color: #000 !important; width: 100%; display: flex; align-items: center;}
.succ p {color: #000 !important;}
.succ::before {content: "\f058"; min-width: 16px; font-family: 'Font Awesome 5 pro'; font-size: 16px; font-weight: 900; 
	margin-right: 8px; vertical-align: -1px; color: #007613;}

#newinput {display: block; margin-bottom: 45px;}
#newinput .form_input_wrapper {margin-bottom: 0;}
#newinput .add_mr_input {margin-bottom: 45px;}
#newinput .add_mr_input:last-child {margin-bottom: 0;}
#newinput .custom_radio {margin-top: 10px; margin-bottom: 25px;}


/**New Form**/
.form_types {justify-content: space-between;}
.form_types .basic_btn {min-width: 31%; position: relative; background-color: #af9dd7; color: #2d0078 !important;}
.form_types .basic_btn:not(.disabled):hover, .form_types .basic_btn.active {background-color: #fe6244; color: #fff !important;}
.form_types .basic_btn::after {content: ''; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent;
	border-top: 20px solid #fe6244; position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%); opacity: 0; transition: 0.3s ease;}
.form_types .basic_btn.active::after {opacity: 1;}

.form_input_wrapper p {padding-top: 15px;}
.form_input_wrapper .OtherHtml p {padding-top: 0;}
.public_consultaion_form p a {color: #ffdeb9;}
.conversation_upload_wrapper {margin-bottom: 30px;}
.conversation_upload_wrapper:last-child {margin-bottom: 0;}
.cnvrsatn_btn {margin-bottom: 10px; flex-wrap: wrap;display: flex;gap:5px;justify-content: space-between;}
.cnvrsatn_btn label {margin-bottom: 0 !important;flex-grow: 1;}
.cnvrsatn_btn .basic_btn {margin-right: 10px; margin-bottom: 15px;flex: 1 1 auto; font-size: 16px;}
/* .cnvrsatn_btn .basic_btn:last-child {margin-right: 0;} */

@media (max-width:1220px) {
	.cnvrsatn_btn .basic_btn {flex: 1 1 48%;}
}	
#file-upload-form input[type="file"] {display: none;}

#file-drag, #scr-drag {border: 1px dashed #c1c2c4; border-radius: 8px; font-size:21px; line-height: 1.4; color: #333333;
	cursor: pointer; display: flex; align-items: center; padding: 40px 30px; background-color: #fafbfd; margin-bottom: 0 !important;}

#file-drag figure, #scr-drag figure {width: 22px; min-width: 22px; font-size: 30px; color: #333333; font-weight: 300; margin-right: 15px;}
.upload-btn {color: #53389a; display: inline-block; font-weight: 700;}
#file-upload-form {width: 100%;}
#file-upload-form output {display: block; margin-top: 15px;}
#file-upload-form output ul li {display: none; font-size: 21px; color: #fff; word-break: break-all;}
#file-upload-form output ul li:first-child {display: block;}
.manual_cnvrsatn_wrapper .custom_radio {margin-top: 0; margin-bottom: 20px;}
.convrsatn_holder {border: 1px dashed #c1c2c4; border-radius: 8px; padding: 40px 35px; background-color: #fafbfd; 
	margin-bottom: 30px;}
.convrsatn_holder.No_data {display: none;}

.cnvsatn_single {margin-bottom: 20px; align-items: flex-end;}
.convrsatn_row .cnvsatn_single textarea {width: 60%; height: 100px;}
.convrsatn_row .cnvsatn_single textarea.form_control.your_child {background-color: #53389a; color: #d3beff; margin-right: auto;}
.convrsatn_row .cnvsatn_single textarea.form_control.your_child::placeholder {color: #d3beff;}

.convrsatn_row .cnvsatn_single textarea.form_control.other_person {background-color: #ffdeb9; color: #222222; margin-left: auto;}
.convrsatn_row .cnvsatn_single textarea.form_control.other_person::placeholder {color: #222222;}

.add_del {margin-left: 30px; min-width: 90px; width: 90px; justify-content: flex-start;}
.add_del button {border: 0; outline: none; height: 38px; width: 38px; display: flex; align-items: center; 
	justify-content: center; color: #fff; font-weight: 700; font-size: 16px; border-radius: 50px; overflow: hidden; margin-right: 10px; 
	cursor: pointer; border: 2px solid transparent;}
.add_del button:last-child {margin-right: 0;}
.add_del button.add_btn {background-color: #25ae00;}
.add_del button.add_btn:hover {background-color: #fff; border-color: #25ae00; color: #25ae00;}
.add_del button.del_btn {background-color: #fc2947;}
.add_del button.del_btn:hover {background-color: #fff; border-color: #fc2947; color: #fc2947;}

.add_mr_chat, .form_submit {flex-wrap: wrap; margin-top: 50px;}
.add_mr_chat + label {font-size: 21px; padding-top: 15px;}
.add_mr_chat .basic_btn {margin-right: 15px;}
.add_mr_chat .basic_btn:last-child {margin-right: 0;}
.OtherHtml {margin-top: 10px; padding-left: 50px;}
.OtherHtml label {margin-bottom: 10px;}
#GroomSocialMedia, #selfHarm {margin-bottom: 25px;}
#GroomSocialMedia .form_control, #selfHarm .form_control, #CyberSocialMedia .form_control {margin-bottom: 10px;}

#GroomSocialMedia .groomOtherHtml1, #GroomSocialMedia .groomOtherHtml2, #GroomSocialMedia .groomOtherHtml3,
#selfHarm .selfOtherHtml1, #selfHarm .selfOtherHtm2, #selfHarm .selfOtherHtm3, #CyberSocialMedia .OtherHtml,
#CyberSocialMedia .OtherHtml2, #CyberSocialMedia .OtherHtml3 {margin-bottom: 15px; padding-left: 50px;}
#GroomSocialMedia .groomOtherHtml1 label, #GroomSocialMedia .groomOtherHtml2 label, #GroomSocialMedia .groomOtherHtml3 label,
#selfHarm .selfOtherHtml1 label, #selfHarm .selfOtherHtm2 label, #selfHarm .selfOtherHtm3 label, #CyberSocialMedia .OtherHtml label,
#CyberSocialMedia .OtherHtml2 label, #CyberSocialMedia .OtherHtml3 label {margin-bottom: 10px;}

#GroomSocialMedia p, #selfHarm p, #CyberSocialMedia p {padding-top: 0; margin-bottom: 20px;}
.gr-platform {padding-top: 0; margin-bottom: 20px;}
.self_custom_radio .custm_radio_wrap {margin-left: 0;}
.self_custom_radio + .cnvrsatn_btn {margin-top: 20px;}

body.no-scroll {overflow: hidden;}
#loader {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(255,255,255,0.8); z-index: 100;}
#loader .loaderWrap img {width: 120px;}
#loader .loaderWrap {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center;}

body.onload-alert {overflow: hidden;}
.onloadopup {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(83, 56, 154,0.8); z-index: 100; 
	display: none;}
.onloadopup.active {display: block;}
.onloadopup p {margin-bottom: 20px; font-weight: 600; color: #1e1e1e;}
.onloadopup .wrap-onloadopup {width: 90%; max-width: 500px; background-color: #fff; border-radius: 15px; 
	overflow: hidden; padding: 25px 25px; margin: 5rem auto; position: relative;}
.onload-close {font-family: 'Poppins', sans-serif; background-color: #fc2947; border-radius: 5px; border: 0; color: #fff !important;
	font-size: 16px; text-align: center; padding: 10px 20px; font-weight: 700; min-width: 120px; text-transform: uppercase; cursor: pointer;}
.onload-close:hover {background-color: #fe6244; color: #fff !important;}
.basic_btn.enterchatmanual, .basic_btn.uploadchatfiles, .basic_btn.uploadscrfiles, .basic_btn.wamessage {background-color: #fff; color: #53389a !important; border: 3px solid #af9dd7;}
.basic_btn.enterchatmanual:not(.disabled):hover,.basic_btn.enterchatmanual.active:not(.disabled), .basic_btn.uploadchatfiles:not(.disabled):hover,
.basic_btn.uploadchatfiles.active:not(.disabled), .basic_btn.uploadscrfiles:not(.disabled):hover, .basic_btn.uploadscrfiles.active:not(.disabled), .basic_btn.wamessage:not(.disabled):hover, .basic_btn.wamessage.active:not(.disabled) {background-color: #fe6244;color: #fff !important; border-color:#ffdeb9 ;}
.bottom-help {background-color: #ffdeb9; text-align: center; padding: 15px 70px 20px; margin-bottom: 30px;}
.bottom-help p {font-size: 24px; font-weight: 600; color: #000; max-width: 800px; margin: 0 auto;}
body.page-id-543 .bottom-help p {font-size: 20px; font-weight: normal; color: #000; max-width: 800px; margin: 0 auto;}
.bottom-help p a {color: #53389a;}
.bottom-help p a:hover {color: #000;}
#uploadscr #file-upload-form output ul li {display: block !important;}
#ouput_name, #messages {margin-bottom: 15px;}

@media (max-width:1365px) {
	.amarach_resrch_outer {padding: 60px 0 100px;}
	.accordion_wrapper {padding: 40px 0 60px;}
	.public_consultaion_form {padding: 45px 60px 65px;}
	body.page-id-543 .public_consultaion_form {padding: 45px 60px 65px;}
	.pblic_cnsltatn_frm_innner {padding: 45px 60px 60px;}
	.custom_radio {margin-top: 50px;}
	.bottom-help {padding: 15px 60px 20px;}
}

@media (max-width:1199px) {
	.amarach_resrch_outer {padding: 60px 0 80px;}
	.amarach_resrch_outer .global_heading {padding-bottom: 50px;}
	.accordin_numbr {height: 25px; width: 25px; font-size: 18px;}
	.accord_trigger::after {height: 25px; width: 25px;}
	.accordion_wrapper {padding: 30px 0 60px;}
	.contact-info-list li {font-size: 18px;}
	.public_consultaion_form {padding: 40px 40px 55px;}
	body.page-id-543 .public_consultaion_form {padding: 40px 40px 55px;}
	.pblic_cnsltatn_frm_innner {padding: 35px 40px 50px;}
	.form_checkbox label {font-size: 18px; padding-left: 35px;}
	.form_checkbox {margin-bottom: 30px;}
	.form_input_wrapper label {font-size: 18px; margin-bottom: 16px;}
	body.page-id-543 .form_input_wrapper label {font-size: 16px; margin-bottom: 16px;}
	.form_control {font-size: 18px; height: 60px; line-height: 60px; padding: 0 25px;}
	.form_input_wrapper {margin-bottom: 35px;}
	#newinput .add_mr_input {margin-bottom: 35px;}
	.warning_text {font-size: 18px;}
	.add_mr_input a {font-size: 18px;}
	.add_mr_input a::before {height: 22px; left: -32px; width: 22px; top: -1px; font-size: 12px;}
/* 	.form_checkbox label > span::before {top: 5px;}
	.form_checkbox label > span::after {top: 7px;} */
	.form_submit .mtcaptcha {margin-bottom: 25px;}
	#newinput {margin-bottom: 35px;}
	#newinput .custom_radio {margin-top: 5px; margin-bottom: 15px;}
	.fullcont {font-size: 18px;}
	#file-drag, #scr-drag {font-size: 18px; padding: 35px 25px;}
	.convrsatn_holder {padding: 30px 25px;}
	.add_del button {height: 35px; width: 35px; font-size: 14px; margin-right: 8px;}
	.add_del {margin-left: 25px; min-width: 80px; width: 80px;}
	#file-upload-form output ul li {font-size: 18px;}
	.amarach_resrch_inner .wp-video {width: 500px; margin-left: 30px; margin-bottom: 20px;}
	.add_mr_chat + label {font-size: 18px;}
	.bottom-help p {font-size: 22px;}
	.bottom-help {padding: 15px 40px 20px;}
}

@media (max-width:991px) {
	.amarach_resrch_outer {padding: 55px 0 65px;}
	.amarach_resrch_outer .global_heading {padding-bottom: 40px;}
	.amarach_resrch_inner h3 {margin-bottom: 25px;}
	.accord_trigger {padding: 20px 60px 20px 50px;}
	.accordin_numbr {height: 22px; width: 22px; font-size: 17px; top: 21px; left: 15px;}
	.accord_trigger::after {height: 22px; width: 22px; top: 21px; right: 15px; font-size: 14px;}
	.accord_trigger h5 {font-size: 22px;}
	.accordion-list > li .answer {padding: 20px 20px 25px 15px;}
	.contact-info-list li {font-size: 17px; margin-right: 25px; padding-left: 35px;} 
	.contact_icon {height: 24px; width: 24px; border-radius: 5px; font-size: 14px;}
	.accordion_wrapper {padding: 30px 0 45px;}
	.public_consultaion_form {margin-top: 40px;}
	body.page-id-543 .public_consultaion_form {margin: 0 0 40px;}
	.form_checkbox label {font-size: 17px;}
	.add_mr_chat + label {font-size: 17px;}
	.form_input_wrapper label {font-size: 17px; margin-bottom: 15px;}
	body.page-id-543 .form_input_wrapper label {font-size: 15px; margin-bottom: 15px;}
	.form_control {font-size: 17px; height: 55px; line-height: 55px; padding: 0 15px;}
	textarea.form_control {padding-top: 15px;}
	.form_checkbox {margin-bottom: 25px;}
	.form_input_wrapper {margin-bottom: 30px;}
	#newinput .add_mr_input {margin-bottom: 30px;}
	select.form_control {padding-right: 50px; background-position: right 20px center;}
	.warning_text {font-size: 17px;}
	.add_mr_input a {font-size: 17px;}
	.add_mr_input {padding-top: 5px;}
	.custom_radio {flex-wrap: wrap; margin-top: 30px;}
	.custom_radio > label {display: block; width: 100%; margin-bottom: 10px !important;}
	.custm_radio_wrap {margin-left: 0;}
	.checkmark {top: 1px;}
	#newinput {margin-bottom: 30px;}
	.fullcont {font-size: 17px;}
	#file-drag, #scr-drag {font-size: 17px; padding: 25px 15px;}
	.convrsatn_holder {padding: 25px 15px;}
	.add_del {margin-left: 20px;}
	.convrsatn_row .cnvsatn_single textarea {width: 70%; height: 120px;}
	.form_types {flex-wrap: wrap; justify-content: center;}
	.form_types .basic_btn {min-width: 47%; margin:0 1.5% 20px;}
	#file-upload-form output ul li {font-size: 17px;}
	.form_types .basic_btn::after {content: none;}
	.amarach_resrch_inner .wp-video {width: 100%; float: none; margin-left: 0; margin-bottom: 30px;}
	.amarach_resrch_inner .wp-video .mejs-video {width: 100%; height: auto;}
}

@media (max-width:767px) {
	.amarach_resrch_outer {padding: 45px 0 60px;}
	.amarach_resrch_outer .global_heading {padding-bottom: 35px;}
	.accord_trigger h5 {font-size: 20px;}
	.contact-info-list li {display: block; margin-right: 0px; margin-bottom: 15px;}
	.contact-info-list li:last-child {margin-bottom: 0;}
	.public_consultaion_form {padding: 25px 15px 25px;}
	body.page-id-543 .public_consultaion_form {padding: 25px 15px 25px;}
	.public_consultaion_form h3 {font-size: 32px; margin-bottom: 30px;}
	body.page-id-543 .public_consultaion_form h3 {font-size: 32px; margin-bottom: 30px;}
	.pblic_cnsltatn_frm_innner {padding: 25px 15px 45px;}
	.form_types .basic_btn {min-width: 100%; margin:0 0 20px;}
	.form_types .basic_btn:last-child {margin-bottom: 0;}
	#file-drag figure, #scr-drag figure {width: 30px; min-width: 30px; margin-right: 15px; font-size: 40px;}
	/* .cnvrsatn_btn .basic_btn:last-child {margin-bottom: 0;} */
	.cnvsatn_single {flex-wrap: wrap; justify-content: flex-end;}
	.convrsatn_row .cnvsatn_single textarea {width: 100%;}
	.convrsatn_row .cnvsatn_single textarea.form_control.other_person,
	.convrsatn_row .cnvsatn_single textarea.form_control.your_child {margin: 0;}
	.add_del {margin-left: 0; justify-content: flex-end; margin-top: 15px;}
	.add_mr_chat, .form_submit {margin-top: 40px;}
	.add_mr_chat .basic_btn {margin-bottom: 15px;}
	.add_mr_chat .basic_btn:last-child {margin-bottom: 0;}
	.form_submit .basic_btn {margin-right: 0; margin-bottom: 10px; min-width: 100%;}
	.form_submit .basic_btn:last-child {margin-bottom: 0;}
	.amarach_resrch_inner .myBtn {margin-bottom: 20px;}
	.accordin_numbr {top: 22px;}
	.onload-close {min-width: 100px;}
	.bottom-help {padding: 15px 15px 20px;}
	.OtherHtml {padding-left: 20px;}
	#GroomSocialMedia .groomOtherHtml1, #GroomSocialMedia .groomOtherHtml2, #GroomSocialMedia .groomOtherHtml3,
	#selfHarm .selfOtherHtml1, #selfHarm .selfOtherHtm2, #selfHarm .selfOtherHtm3, #CyberSocialMedia .OtherHtml,
	#CyberSocialMedia .OtherHtml2, #CyberSocialMedia .OtherHtml3 {padding-left: 20px;}
}


/**********************************
**********Thank You Page***********
**********************************/
.thankyou_intro {padding:60px 0 70px;}
.thankyou_intro .global_heading {max-width: 1200px; margin: 0 auto; padding-bottom: 75px;}
.thankyou_intro .global_heading h5 {line-height: 1.5;}
.btm_content {padding-top: 85px;}
.thankyou_intro .text_col {padding-right: 15px;}
.thankyou_intro .text_col h3 {margin-bottom: 30px;}

@media (max-width:1439px) {
	.thankyou_intro .global_heading {padding-bottom: 50px;}
	.btm_content {padding-top: 70px;}
}

@media (max-width:1199px) {
	.thankyou_intro {padding: 50px 0 55px;}
	.thankyou_intro .global_heading {padding-bottom: 40px;}
	.btm_content {padding-top: 55px;}
}

@media (max-width:991px) {
	.thankyou_intro .global_heading {padding-bottom: 30px;}
	.thankyou_intro .text_col {padding-right: 0; margin-bottom: 30px;}
	.thankyou_intro .text_col:last-child {margin-bottom: 0;}
	.thankyou_intro .text_col h3 {margin-bottom: 22px;}
	.btm_content {padding-top: 40px;}
}

@media (max-width:767px) {
	.thankyou_intro {padding: 45px 0 50px;}
	.thankyou_intro .global_heading {padding-bottom: 20px;}
	.thankyou_intro .text_col {padding-right: 0;}
	.thankyou_intro .text_col h3 {margin-bottom: 22px;}
	.btm_content {padding-top: 30px;}
}

/**********************************
******Press Release List Page******
**********************************/
.press_release_outer {padding: 80px 0 115px;}
.press_release_outer .global_heading {padding-bottom: 30px;}
.press_list_wrapper {flex-wrap: wrap;}
.list_item_single {width: calc((100% - 160px)/3); margin-right:80px; margin-bottom: 70px;}
.list_item_single:nth-child(3n+3) {margin-right: 0;}
.list-itm-img {line-height: 0; margin-bottom: 40px;}
.list-itm-img a {display: block; overflow: hidden; box-shadow: 0 0 20px 5px rgba(113,73,198,0.2);}
.list-itm-img a img {width: 100%; transition: 0.8s ease;}
.list-itm-img a:hover img {transform: scale(1.01);}
.list-content h6 {font-weight: 500; line-height: 1.4;}
.list-content h6 a {color: #222; min-height: 90px;}
.list-content h6 a:hover {color: #fe6244;}
.list-content .list-item-post-date {font-size: 18px; color: #7f7f7f;}
.list-content .read_mr {font-size: 18px;}
.list-content .read_mr:hover {color: #fe6244;}
.list-content .read_mr::after {height: 18px; width: 18px; top: 4px; right: -28px;}
.list-info {justify-content: space-between;}

@media (max-width:1599px) {
	.list-content h6 a {min-height: 120px;}
}

@media (max-width:1439px) {
	.press_release_outer {padding: 80px 0 100px;}
	.list-content h6 {font-size: 23px;}
	.list-content h6 a {min-height: 83px;}
}

@media (max-width:1365px) {
	.press_release_outer {padding: 70px 0 100px;}
	.list_item_single {width: calc((100% - 100px)/3); margin-right: 50px; margin-bottom: 60px;}
	.list-itm-img {margin-bottom: 35px;}
}

@media (max-width:1199px) {
	.press_release_outer {padding: 60px 0 80px;}
	.press_release_outer .global_heading {padding-bottom: 20px;}
	.list-content h6 {font-size: 22px;}
	.list-itm-img {margin-bottom: 30px;}
	.list_item_single {width: calc((100% - 40px)/2); margin-right:40px; margin-bottom: 50px;}
	.list_item_single:nth-child(3n+3) {margin-right: 40px;}
	.list_item_single:nth-child(even) {margin-right: 0;}
}

@media (max-width:991px) {
	.press_release_outer {padding: 50px 0 65px;}
	.list-content h6 {font-size: 20px; line-height: 1.4;}
	.list-content h6 a {min-height: 84px;}
	.list-content .list-item-post-date {font-size: 17px;}
	.list-content .read_mr {font-size: 17px;}
	.list-content .read_mr::after {top: 2px;}
}

@media (max-width:767px) {
	.list_item_single {width: 100%; margin-right: 0; margin-bottom: 40px;}
	.list_item_single:nth-child(3n+3) {margin-right: 0;}
	.list-itm-img {margin-bottom: 25px;}
	.press_release_outer {padding: 45px 0 50px;}
	.list-content h6 a {min-height: auto;}
}


/******************************************
******Press Release List Details Page******
******************************************/
.press_details_outer {padding: 100px 0 80px;}
.press_details_inner {max-width: 1300px; margin: 0 auto;}
.recent_posts h4 {margin-bottom:50px;}
.press_details_main {width: 100%;}
.recent_posts {width: 420px; min-width: 420px; margin-left: 90px;}
.recent_post_list .list_item_single {width: 100%; margin-right: 0; margin-bottom: 60px;}
.recent_post_list .list_item_single:last-child {margin-bottom: 0;}
.recent_post_list .list-content h6 a {min-height: auto;}
.post_header {margin-bottom: 45px;}
.post_header img {width: 100%;}
.post_header ul {margin-top: 15px;}
.post_header ul li .post-icon {display: inline-block; font-size: 20px; min-width: 20px; margin-right: 8px; color: #0e2a41;}
.post_header ul li .post-icon i {font-weight: 300;}
.post_header ul li {display: inline-block; font-size: 18px; font-family: 'Poppins', sans-serif; font-weight: 500; color: #6d6d6d;
	line-height: 1.3; margin-right: 15px; margin-bottom: 10px; padding-left: 0;}
.post_header ul li:last-child {color: #53389a;}
.post_header ul li::before {content: none;}
.cms_content blockquote {margin: 0; padding: 22px 40px; background-color: #7149c6; color: #fff; font-size: 25px;
	line-height: 1.4; margin-bottom: 35px;}
.cms_content blockquote p {color: #fff; font-size: 25px; line-height: 1.4;}
.cms_content h3 {line-height: 1.4; margin-bottom: 40px;}
.cms_content h5 a:hover {color: #53389a;}

.table-data {overflow: auto; margin-bottom: 35px;}
.table-data:last-child {margin-bottom: 0;}
.cms_content table {font-size: 18px; width: 100%; border-collapse: collapse; border: 1px solid rgba(0,0,0,.1);
	color: #333333;}
.cms_content .table-data:last-child {margin-bottom: 0;}
.cms_content  table td,.cms_content table th {padding: 15px; line-height: 1.5; text-align: left;}
.cms_content  table td {vertical-align: text-top; border-right: 1px solid rgba(0,0,0,.1); 
	border-bottom: 1px solid rgba(0,0,0,.1);}
.cms_content  table th {background-color: #53389a; color: #fff; border-right: 1px solid rgba(255,255,255,.1);}
.cms_content  table th:last-child, .cms_content  table td:last-child {border-right: 0;}
.press_details_outer iframe {width: 100%; border: 0;}
iframe.custom_frame {width: 100%; border: 0; height: 265px; max-width: 570px;}

.list_blocks_wrapper {display: flex; flex-wrap: wrap;}
.list_blocks_wrapper li {width: calc((100% - 30px)/2); margin-right: 30px; background-color: #008c95; color: #fff; padding: 25px 15px 15px !important; 
	text-align: center; margin-bottom: 30px !important;}
.list_blocks_wrapper li figure {height: 75px; display: flex; align-items: flex-end; margin: 0 auto 25px; justify-content: center;}
.list_blocks_wrapper li:nth-last-child(-n+2) {margin-bottom: 0 !important;}
.list_blocks_wrapper li:nth-child(even) {margin-right: 0;}
.list_blocks_wrapper li:nth-child(2) {background-color: #326295;}
.list_blocks_wrapper li:nth-child(3) {background-color: #ce0058;}
.list_blocks_wrapper li:nth-child(4) {background-color: #839bac;}
.list_blocks_wrapper li h4 {color: #fff; font-size: 25px; margin-bottom: 15px;}
.list_blocks_wrapper li p {color: #fff; margin-bottom: 10px;}
.list_blocks_wrapper li p:last-child {margin-bottom: 0;}
.list_blocks_wrapper li em, .list_blocks_wrapper li p em{font-size: 16px; line-height: 1.2;}

.list_blocks_wrapper li::before {content: none !important;}


@media (max-width:1365px) {
	.press_details_outer {padding: 90px 0 80px;}
	.recent_posts {margin-left: 80px;}
	.cms_content h3 {margin-bottom: 35px;}
}

@media (max-width:1199px) {
	.press_details_outer {padding: 80px 0 70px;}
	.recent_posts {margin-left: 60px; width: 320px; min-width: 320px;}
	.post_header ul {margin-top: 12px;}
	.post_header {margin-bottom: 30px;}
	.recent_posts h4 {margin-bottom: 35px;}
	.recent_post_list .list_item_single {margin-bottom: 45px;}
	.cms_content blockquote {margin-bottom: 30px; font-size: 22px; padding: 20px 30px;}
	.cms_content blockquote p {font-size: 22px;}
	.cms_content h3 {margin-bottom: 30px;}
	.cms_content table {font-size: 18px;}
}

@media (max-width:991px) {
	.press_details_outer {padding: 60px 0 10px;}
	.press_details_inner {flex-wrap: wrap;}
	.post_header ul li {font-size: 17px;}
	.cms_content blockquote {font-size: 20px; padding: 15px 20px; margin-bottom: 25px;}
	.cms_content blockquote p {font-size: 20px;}
	.post_header {margin-bottom: 25px;}
	.cms_content h3 {margin-bottom: 25px;}
	.press_details_main {margin-bottom: 40px;}
	.recent_posts {margin-left: 0; width: 100%; min-width: 100%;}
	.recent_posts h4 {margin-bottom: 30px;}
	.recent_post_list {display: flex; flex-wrap: wrap;}
	.recent_post_list .list_item_single {width: calc((100% - 40px)/2); margin-right: 40px; margin-bottom: 50px;}
	.recent_post_list .list_item_single:nth-child(even) {margin-right: 0;}
	.recent_post_list .list_item_single:last-child {margin-bottom: 50px;}
	.recent_post_list .list-content h6 a {min-height: 84px;}
	.cms_content table {font-size: 17px;}
}

@media (max-width:767px) {
	.press_details_outer {padding: 50px 0 10px;}
	.post_header {margin-bottom: 20px;}
	.recent_post_list .list_item_single {width: 100%; margin-right: 0; margin-bottom: 40px;}
	.recent_post_list .list-content h6 a {min-height: auto;}
	.cms_content h3 {margin-bottom: 20px;}
	iframe.custom_frame {height: 285px;}
	.list_blocks_wrapper li figure {height: auto;}
	.list_blocks_wrapper li {width: 100%; min-width: 100%; margin-bottom: 20px !important; margin-right: 0 !important;}
	.list_blocks_wrapper li:nth-last-child(-n+2) {margin-bottom: 20px !important;}
	.list_blocks_wrapper li:last-child {margin-bottom: 0 !important;}
}

@media (max-width:480px) {
	iframe.custom_frame {height: 285px;}
}

@media (max-width:420px) {
	iframe.custom_frame {height: 380px;}
}

/***************************
**********404 Page**********
****************************/
.not-found {padding: 80px 0 90px;}
.info-content {text-align: center;}
.info-content h1 {color: #ff3d00; margin-bottom: 40px; font-weight: 700; font-size: 120px; line-height: 0.8;}
.info-content h3 {margin-bottom: 30px;}

@media (max-width:1199px) {
	.info-content h1 {font-size: 90px; margin-bottom: 35px;}
	.info-content h3 {margin-bottom: 25px;}
	.not-found {padding: 70px 0 80px;}
}

@media (max-width:991px) {
	.not-found {padding: 55px 0 65px;}
	.info-content h1 {font-size: 75px; margin-bottom: 30px;}
}

@media (max-width:767px) {
	.not-found {padding: 50px 0 60px;}
	.info-content h3 {margin-bottom: 20px; font-size: 25px;}
	.info-content h1 {font-size: 70px; margin-bottom: 25px;}
}

/**Bullet List**/
.custom_list ul.bullet_list li, ul.bullet_list li {padding-left: 25px;} 
.custom_list ul.bullet_list li::before, ul.bullet_list li::before {content: ''; height: 8px; width: 8px; top: 12px; 
	background-color: #fe6244;}
.custom_list ul.bullet_list li a, ul.bullet_list li a {color: #53389a; font-weight: 600; border-color: #53389a;}
.custom_list ul.bullet_list li a:hover, ul.bullet_list li a:hover {color: #fe6244; border-color: #fe6244;}

@media (max-width:1199px) {
	.custom_list ul.bullet_list li::before, ul.bullet_list li::before {top: 10px;}
}

@media (max-width:767px) {
	.custom_list ul.bullet_list li, ul.bullet_list li {padding-left: 20px;} 
	.custom_list ul.bullet_list li::before, ul.bullet_list li::before {top: 9px;}
}
/* Disabled buttons */
.disabled {
    opacity: 0.5;
	cursor: no-drop;
	background-color: rgb(168, 168, 168);
	color: white;
}
/* Not selectable text on buttons */
.ns {
	-webkit-user-select: none; /* Safari */
	user-select: none; /* Standard syntax */
}
/* Keyframes for pulsing ToC message on disabled buttons */
@keyframes pulse {
    0% {color: white;transform: scale(1);}
    50% {color: rgb(255, 255, 0);transform: scale(1.05);}
    100% {color: white;transform: scale(1);}
}
.pulsate, .pulsate * {
    animation: pulse 1s ease-in-out 3;
    color: inherit;}