/*
Theme Name: Custom Child
Theme URI: #
Template:     custom
Description: 
Version: 1.0.1
Text Domain: custom-child
*/
.bgPurple {
    background: #191340;
    color: #fff;
    text-align: center;
    padding: 16px 0 8px;
}

.bgPurple h4 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color : #fff;
}

.bgPurple h4 span {
    color: #b3a8fe;
}

.bgPurple h4 a {
    background-image: -moz-linear-gradient(90deg, rgba(106, 84, 246, 0.99608) 0%, rgb(172, 102, 250) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(106, 84, 246, 0.99608) 0%, rgb(172, 102, 250) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(106, 84, 246, 0.99608) 0%, rgb(172, 102, 250) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 20px;
}

nav.navbar.navbar-expand-lg.sticky-header {
    z-index: 20;
}

a.custom_btn_cta.shrtcodeOneMonth {
    padding: 15px 22px;
    font-weight: 500;
    font-size: 18px;
}

.single_post_content img.aligncenter {
    margin: 0 auto;
    display: table;
}

.remodal, [data-remodal-id] {
	display: none;
}
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust 100%;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.remodal-overlay {
	background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
	padding: 10px 10px 0;
}
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}

.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
	color: #2b2e38;
}

.remodal-close:before {
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}

.remodal-confirm,
.remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}

.remodal-confirm {
	color: #fff;
	background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
	background: #66bb6a;
}

.remodal-cancel {
	color: #fff;
	background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
	padding: 0;
	border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@-webkit-keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.remodal {
	max-width: 630px;
}

span#countdown {
	margin: 0 auto;
	display: table;
}

span#countdown span {
	font-weight: normal;
	display: block;
	font-size: 16px;
}

span#countdown div {
	display: inline-block;
	margin: 0 20px;
	font-size: 50px;
	font-weight: 800;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	line-height: normal;
	color: #016a87;
}

a.btn-surf {
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	background: #070f1a;
	padding: 10px 40px;
	display: table;
	margin: 15px auto;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
}

a.btn-surf:hover,
a.btn-surf:active,
a.btn-surf:focus {
	background: #016a87;
}

.modal-content p.mback {
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 0;
	font-size: 16px;
}

.modal-head img.pbg4-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	line-height: 0;
	background: #21839e;
}

.modal-head {
	line-height: 0;
	background: #21839e
}

.modal-content {
	padding: 30px 0;
	width: 100%;
	float: left;
}

.modal-head img {
	max-width: 100%;
}

div#trigger-popup {
	width: 100%;
	height: 15px;
	position: absolute;
	top: 0;
	background: transparent;
	left: 0;
	z-index: 1;
}
.single_post_content h4 {
    font-size: 18px;
}



li#menu-item-10775 img {  
    width: 20px;
}

li#menu-item-10776 a {
    color: #6954f7 !important;
}

li.menu-item {
    padding-right: 45px;
}

nav.navbar.navbar-expand-lg {
    padding: 50px  20px !important;
}

.header_btn{
    background: #6954f7 !important;
}



/* .single_post_content h6 {
    line-height: 26px;
} */



div#lang-switcher {
    position: relative;
}

.language-btn {
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #000;
    position: relative;
    gap: 5px !important;
}

.language-btn-area {
    position: relative;
}

.language-btn-area .dropdown-menu, .language-btn-area .gtranslate_wrapper.dropdown-menu {
    min-width: 130px;
    max-width: 150px;
    background: #F0F4F9;
    border: 0;
    padding: 6px 10px 0!important;
    top: 35px !important;
    box-shadow: 0 10px 10px 0 #00000024;
}

.language-btn-area .dropdown-menu span.carot {
    top: -13px;
    left: 15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #F0F4F9 transparent;
    transform: rotate(0deg);
    position: absolute;
}

.language-btn-area .dropdown-menu li {
    margin: 7px 0;
    padding: 0 !important;
    display: block !important;
}

.language-btn-area .gtranslate_wrapper.dropdown-menu a {
    margin: 7px 0;
    padding: 0 !important;
}

.language-btn-area .dropdown-menu li a, .language-btn-area .gtranslate_wrapper.dropdown-menu a {
    color: #000;
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 12px !important;
}

.language-btn-area .gtranslate_wrapper.dropdown-menu a span {
    color: #000; 
    font-size: 12px !important;
}

.language-btn-area .dropdown-menu li a span.country-flag {
    width: 18px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 0px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.language-btn-area .gtranslate_wrapper.dropdown-menu a img {
    width: 18px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 0px !important;
    object-fit: cover;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


@media (max-width:767px) {
       .language-btn-area .dropdown-menu, .language-btn-area .gtranslate_wrapper.dropdown-menu {
        min-width: 130px;
        max-width: fit-content;
        left: -80px !important;
    }
.language-btn-area .dropdown-menu span.carot {
    left: unset;
    right: 20px;
}
}