@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Teko:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'Segoe-UI-smbold';
    src: url("../fonts/Segoe-smbold.eot");
    /* IE9*/
    src: url("../fonts/Segoe-smbold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Segoe-smbold.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/Segoe-smbold.woff") format("woff"), /* chrome、firefox */
    url("../fonts/Segoe-smbold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/Segoe-smbold.svg#Segoe-smbold") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype'), url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Regular';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot') format('embedded-opentype'), url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*, *:after, *:before {box-sizing: border-box;}
body {
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 0;
	margin: 0;
    color: #fff;  
    background-color: #0b1013;
}

::-moz-selection{
   background-color: #ffbb19;     
   color: #fff;
}

::selection{
  background-color: #ffbb19;  
  color: #fff;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #ffbb19;
    outline: 1px solid #fff;
} 

body, html{overflow-x: hidden;}
.container{position: relative; max-width: 1350px;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.container .container{width: 100%;padding: 0;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;}
/* defult css Styles
---------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {margin: 0; padding: 0; border: 0; display: block;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 28px; margin: 0 0 15px;}
h2 {font-size: 24px; margin: 0 0 15px;}
h3 {font-size: 20px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom: 10px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
p {padding-bottom: 20px;margin: 0;}
p:last-child{padding-bottom: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{font-weight: 700;}
a {
	color: #ffbb19;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

a:hover, a:focus{color: #d4bc28;text-decoration: none;outline: none;} 
img {border: none; outline: none; display: inline-block; max-width: 100%;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
.woocommerce mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
  }

del {text-decoration: line-through;}
hr {display: block; height: 1px; border: 0; margin: 10px 0; padding: 0; border-top: 1px solid #d3d3d3;}
/* ::-moz-selection{background: #ffbb19; color: #fff; text-shadow: none;}
::selection{background: #ffbb19; color: #fff; text-shadow: none;} */
table {border: none; border-collapse: collapse;	border-spacing: 0; width: 100%;}
table th, table td {padding: 10px 12px;	vertical-align: top; border: 1px solid #d3d3d3;}
/* FORM
---------------------------------*/
fieldset {padding: 5px 10px 10px; margin: 0 0 30px; border: 1px solid #d3d3d3;}
fieldset:last-child{margin: 0;}
legend{display: block; width: auto; max-width: 100%; padding: 0 10px; margin: 0; font-size: 16px; color: inherit; white-space: normal;}
form {margin: 0; padding: 0;}
label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}

input, select, textarea{
	padding: 5px 15px;
	width: 100%;
	height: 50px;
    border: 1px solid #d3d3d3;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #171a1c !important;
	color: #d9d9d9 !important;
    font-size: 20px;
	line-height: normal; 
    font-weight: 300;
    position: relative;
	vertical-align: top;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
	outline: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
} 

input[type="file"]{padding: 0 10px;}
textarea {height: 90px;	resize: none; overflow: auto;}
textarea.row2{height: 90px;}
textarea.row3{height: 140px;}
textarea.row4{height: 190px;}
select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/selectw.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	padding-right: 20px;
    text-transform: uppercase; 
    color: #d9d9d9 !important;
}

::-webkit-input-placeholder {opacity: 1; text-transform: uppercase; font-size: inherit; color:#d9d9d9;}
:-moz-placeholder {opacity: 1;text-transform: uppercase; font-size: inherit; color:#d9d9d9;}
::-moz-placeholder {opacity: 1;text-transform: uppercase; font-size: inherit; color:#d9d9d9;}
:-ms-input-placeholder {opacity: 1;text-transform: uppercase; font-size: inherit; color:#d9d9d9;}
input[type="radio"], input[type="checkbox"]{cursor: pointer; margin: 2px 5px 0 0; vertical-align: top;}
input[readonly="readonly"]{cursor: not-allowed; background: #f4f4f4 !important;}
input[type="text"]:focus, textarea:focus, select:focus{border-color: #ffbb19; background-color: #000; color: #fff; outline: none;}
/* ==========date picker css start from here=========== */
.ui-datepicker{width: 240px;}
#ui-datepicker-div {font-size: 12px;}
.ui-datepicker-title select{height: 26px;background-position: 100% -15px;padding: 3px;margin: 1px 3px !important;width: 45%;border: 1px solid;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 45%;}
.ui-datepicker td span, .ui-datepicker td a{text-align: center !important;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width: 25px;height: 28px;top: 3px;border: none;}
.ui-datepicker .ui-datepicker-prev-hover{left: 2px;}
.ui-datepicker .ui-datepicker-next-hover{right: 2px;}
/* ==========date picker css end here=========== */
.form_wrap ul{list-style: none; padding: 0; margin-bottom: -10px;}
.form_wrap ul > li{margin-bottom: 0;}
.labelWrap{display:block;margin:0 0 10px;line-height:inherit; position: relative;}
.labelWrap > span{margin: 0 0 5px;}
.labelWrap span{width: 100%;}
#reg_country_field{margin: 0;}
.hideLabel{position:absolute;opacity:0;pointer-events:none}
.form_wrap ul:after, .labelWrap:after, .input_check:after, .input_radio:after{content: "";display: block;clear: both;}
.labelWrap i{position: absolute; top: 20px; right: 15px; z-index: 1; pointer-events: none; color: #f1f1f1;}
.show_pass {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	color: #fff;
	width: 50px;
	height: 65px;
	cursor: pointer;
}

.input_check, .input_radio{margin: 0; padding: 0; cursor: pointer;}
.input_check label, .input_radio label{font-family: inherit; font-weight: inherit; color: inherit;}
.input_check input[type="checkbox"], .input_radio input[type="radio"]{margin: 4px 5px 0 0;}
.col4.input_check, .col4.input_radio, .col5.input_check, .col5.input_radio{margin: 0 -10px;}
.col4.input_check > label, .col4.input_radio > label{float: left; padding: 0 10px; width: 25%;}
.col5.input_check > label, .col5.input_radio > label{float: left; padding: 0 10px; width: 20%;}
.file_upload{position: relative;}
.file_upload input{padding-right: 110px; padding-left: 0; border-width: 0;}
.file_upload label.inputfile{
    margin: 0 !important;
    padding: 0 !important;
    width: 100px;
	font-weight: normal;
    cursor: pointer;
    position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.file_upload label.inputfile .btn{display: block; padding: 0; min-width: auto;}
.file_upload label.inputfile input{display: none;}
/* BUTTONs
---------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea{
    letter-spacing: 2px !important;
}

[type="submit"], [type="reset"], [type="button"], .btn, .sk_box .btn, .woocommerce-Button, .woocommerce button.button{
	background: #ff4646 no-repeat;
	border: 1px solid #ff4646;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	min-width: 125px;
    padding: 0 20px;
    text-align: center; 
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px !important;
    font-family: 'Oswald', sans-serif; 
  	outline: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    z-index: 0;
	/*font-variant: small-caps;*/
}

.btn.blue-btn{
    background: #5b83ce;
    border-color: #5b83ce;
}

.btn.blue-btn.btn_t{
    background-color: #fff;
    border-color: #5b83ce;
    color: #5b83ce;
}

.btn.blue-btn.btn_t:hover{
    background-color: #5b83ce;
    border-color: #5b83ce;
    color: #fff;  
}

.btn.btn-ylw{
    background: #d4bc28;
    border-color: #d4bc28;
}

button i, .btn i{vertical-align: middle; margin: -3px 5px 0 0; position: relative; top: 0;}
[type="reset"]{margin-right: 10px;}
[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{background-color: #1e1202; border-color: #1e1202; color: #fff;}
[type="submit"].btn_green, [type="reset"].btn_green, button.btn_green, .btn.btn_green{background-color: #ffbb19; border-color: #ffbb19; color: #fff;}
[type="submit"].btn_white, [type="reset"].btn_white, button.btn_white, .btn.btn_white{background-color: #fff; border-color: #ffbb19; color: #ffbb19;}
[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #ffbb19; color: #ffbb19;}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus, .sk_box .btn:hover, .sk_box .btn:focus, .woocommerce-Button:hover, .woocommerce-Button:focus{
    outline: none;
	background-color: #ffbb19;
	border-color: #ffbb19;
    color: #fff;
    box-shadow: none;
}

.btn.btn-ylw:hover, .btn.btn-ylw:focus, .btn.blue-btn:hover, .btn.blue-btn:focus{
    background: #ffbb19;
    border-color: #ffbb19;
}

[type="submit"].btn_green:hover, [type="submit"].btn_green:focus, [type="reset"].btn_green:hover, [type="reset"].btn_green:focus, button.btn_green:hover, button.btn_green:focus, button.btn_green:active:focus, .btn.btn_green:hover, .btn.btn_green:focus, .btn.btn_green:active:focus{
	background-color: #177b1e;
	border-color: #177b1e;
	color: #fff;
}

[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{ 
    height: 32px;
    line-height: 30px;
    min-width: inherit;
    padding: 0 12px;
    font-size: 15px; 
}

[type="submit"].btn-lg, [type="reset"].btn-lg, button.btn-lg, .btn.btn-lg{height: 60px; line-height: 60px; font-size: 18px; padding: 0 35px;}
.btn_group a, .btn_group input, .btn_group button{margin: 0 0 0 5px;}
.btn_group a:first-child, .btn_group input:first-child, .btn_group button:first-child{margin-left: 0;}
.btn_group a:last-child, .btn_group input:last-child, .btn_group button:last-child{margin-right: 0;}
.btn_center{text-align: center; margin-top: 30px;}
.btn_left{text-align: left;	margin-top: 30px;}
.btn_right{text-align: right; margin-top: 30px;}
/* CAPTCHA
---------------------------------*/
.captcha_img{float: left;}
.captcha_img > div, .captcha_img > img {-webkit-transform: scale(0.6); transform: scale(0.6); margin: -16px -61px;}
.captcha_img > img{max-width: inherit;}
.btn_wl {float: left; margin: 0 0 0 30px;}
.btn_wr {float: right;}
.btn_wr.w100{width: 100%; margin: 0;}
.btn_wr.w100 [type="submit"], .btn_wr.w100 [type="reset"]{width: 100%;}
/* CAPTCHA END */
/* ERROR_MSG
---------------------------------*/
label.error, .success, .information { 
    background: #ffd1d1 url(../images/error_icon.png) no-repeat scroll 10px 6px / 20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c00;
    display: block;
    font-size: 14px;
    line-height: 24px;
    min-height: 30px;
    margin: 5px 0 0;
    padding: 3px 5px 3px 40px;
    text-align: left;
}

label.error {
	margin-top: 9px !important;
	color: #fff !important;
	background: #c00 !important;
	padding: 2px 10px !important;
	min-height: auto !important;
	font-size: 18px !important;
	font-family: 'Poppins', sans-serif;
	line-height: 15px !important;
	display: inline-block;
	vertical-align: top !important;
	position: relative !important;
}

.error::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #c00 transparent;
    bottom: 100%;
    left: 0;
}

.success {
    background-image: url(../images/success_icon.png);
	background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}

.information {
    background-image: url(../images/warning_icon.png);
	background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404;
}

.error p, .success p, .information p {
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
}

.input_error{border-color: #c00 !important;}
.input_success{border-color: #425c05 !important;}
.norecord{text-align: center;}
/* ERROR_MSG END*/
/* CLICKED
---------------------------------*/
.loader.clicked{position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;}
.loader.clicked:before{-webkit-border-radius: 0; border-radius: 0; background: transparent !important;}
.loader.clicked:after{width: 70px; height: 70px; margin: -35px 0 0 -35px; border-color: #fff; border-right-color: transparent;}
.noloader.loader.clicked:after{display: none;}
.loader.clicked > div{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center;
}

.loader.clicked > div span{text-transform: uppercase; margin-top: 20px;}
.clicked{position: relative; pointer-events: none;}
.clicked:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}

[type="submit"].clicked:before, [type="reset"].clicked:before, button.clicked:before, .btn.clicked:before{-webkit-border-radius: 3px;border-radius: 3px; top: -1px; left: -1px; right: -1px; bottom: -1px;}
.clicked:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid #3799FE;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}

@-moz-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}

@keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}

/*CLICKED END*/
/* PAGINATION
---------------------------------*/
.pagHr{
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.pagination { 
    display: flex;
    justify-content: center;
    clear: both;
	margin: 40px 0 0;
    padding: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px; 
    font-family: 'Teko', sans-serif;
    font-weight: 500;
	line-height: 36px;
	text-align: right;
}

.pagination:after{content: ""; display: block; clear: both;}
.pagination p{
	display:inline-block;
	vertical-align:top;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: inherit;
    line-height: inherit;
}

.pagination > div{display:inline-block; vertical-align:top;}
.pagination ul {float: left; margin: 0; padding: 0;}
.pagination ul li{/* background: #d3d3d3; */ color: #fff; position: relative;}
.pagination ul li, .previous_pagi, .next_pagi, a.pagination_view {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	margin: 0;
    padding: 0;
	width: 46px;
	height: 36px;
    line-height: 34px;
	text-align: center;
	/* border: 1px solid #d3d3d3;
	border-left: none; */
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination ul li::after{ 
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    width: 2px;
    background-color: #848484;
    top: 10px; 
}

.pagination ul li:first-child:after, .pagination ul li:last-child:after, .pagination ul li:nth-last-child(2):after{
    display: none;
}

.previous_pagi{border-left: 1px solid #d3d3d3;}
.pagination ul li a{
	display: block;
	border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
	line-height: 34px;
    background: #fff;
    color: #3f444a;
}

.previous_pagi, .next_pagi, a.pagination_view{
    padding: 0 5px;
	color: #3f444a;
    background: #fff;
    font-size: 0;
    position: relative;
}

a.pagination_view{font-size: inherit;}
.pagination ul li .next_pagi, .pagination ul li .previous_pagi{line-height: 36px;}
.pagination ul li .previous_pagi{color: #bdd0d4;}
.pagination ul li .next_pagi{
    color: #ffbb19;
}

.previous_pagi:before, .next_pagi:before{
    content: "\f177";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 21px;
    font-family:'FontAwesome';
    color: inherit;
}

.next_pagi:before{content: "\f178"; }
.pagination ul li a:hover, a.previous_pagi:hover, a.next_pagi:hover, a.pagination_view:hover {background: #ffbb19; color: #fff;}
/* ----------------------- */
.pagination_fg a{
    background: #fff;
    color: #3f444a;
    position: relative;
    width: 46px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
}

.pagination_fg a:last-child:after{display: none;}
.pagination_fg a[rel~="prev"], .pagination_fg a[rel~="next"]{
    color: #ffbb19;
    position: relative;
    font-size: 0;
}

.pagination_fg a.active{
    color: #ffbb19;
}

.pagination_fg a:hover,.pagination_fg a.active:hover{
    background: #ffbb19;
    color: #fff;
}

.pagination a::after {
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    width: 2px;
    background-color: #848484;
    top: 10px;
}

.pagination_fg a[rel~="prev"]:before, .pagination_fg a[rel~="next"]:before {
    content: "\f060";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: 'FontAwesome';
    color: inherit;
}

.pagination_fg a[rel~="next"]:before{
    content: "\f061";
}

/*PAGINATION END*/
/* BREADCRUMB
----------------------*/
.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0;
	margin: 0 0 -35px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    color: #2a3038;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    z-index: 5;
    position: relative;
}

.breadcrumb ul {margin: 0; padding: 0; list-style-type: none;}
.breadcrumb ul li {display: inline-block; vertical-align: top; margin: 0 25px 0 0; padding: 0; position: relative; font: inherit;}
.breadcrumb ul li:before{content: "/"; display: block; position: absolute; top: 1px; right: -14px; font-family:'FontAwesome';}
.breadcrumb ul li:last-child{margin: 0; padding: 0;}
.breadcrumb ul li:last-child:before{display: none;}
.breadcrumb ul li a {color: inherit;}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #ffbb19;}
/*BREADCRUMB END*/
/* VIDEO
----------------------*/
.sk_vdo{background-color: #000; width: 100%; padding-top: 56.25%; /* 16:9 Aspect Ratio */ position: relative;}
.sk_vdo iframe, .sk_vdo img{position: absolute; top: 0; left: 0; border: none; width: 100%; height: 100%;}
/*VIDEO END*/
/* OWL
---------------------------------*/
.owl-carousel{padding: 0 35px;}
.owl-carousel .owl-nav:after{content: ""; display: block; clear: both;}
/* .owl-carousel .owl-nav{width: 100px;	position: absolute;	right: 0; top: -65px;} */
.owl-carousel .owl-nav [class*="owl-"]{
	position: absolute;
	top: 50%;
	left: 0;
    margin: -30px 0 0;
    padding: 0;
    width: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    color: #9d9d9d;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
	border-radius: 0;
    float: left;
    cursor: pointer;
	opacity: 1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.owl-carousel .owl-nav .owl-next{float: right; padding: 0 0 0 4px; left: auto; right: 0;}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{pointer-events: none; opacity: 0.4;}
.owl-carousel .owl-nav [class*="owl-"]:hover{background: transparent; color: #ffbb19; opacity: 1;}
.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 30px;}
.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 5px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    outline: none;
}

.owl-carousel .owl-dots .owl-dot.active{background: #ffbb19; border-color: #ffbb19;}
/*OWL END*/
/* COMMON STYLE
---------------------------------*/
.scroll_effect{position: relative; display: none;}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgb(0 163 79 / 90%);
    border: 1px solid #fff;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.scrollup:hover {-webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg); background: #ff4646; color: #fff;}
.floatingBtn {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 60px;
}

.floatingBtn a {
	height: 60px;
	line-height: 60px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	font-size: 24px;
}

.sk_fleft{float: left;}
.sk_fright{float: right;}
.img-left{ float: left; margin: 5px 30px 0 0; }
.img-right{ float: right; margin: 5px 0 0 30px; }
.ul, .alter_list{list-style: none; padding: 0; margin-top: 0; margin-bottom: -30px; overflow: hidden;}
.ul > li, .alter_list > li{margin-bottom: 30px;} 
.border_btm{padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #d3d3d3;}
.bullet, .editor_text ul{list-style: none; margin: 0 0 20px; padding: 0; overflow: hidden;}
.bullet:last-child, .editor_text ul:last-child{margin: 0;}
.bullet li, .editor_text ul > li{padding: 0 0 0 25px; margin-bottom: 10px; position: relative;}
.bullet li:before, .editor_text ul > li:before{
    position: absolute;
    content: "\f00c";
    display: block;
    font-family: 'FontAwesome';
    font-size: 8px;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    color: #fff;
    background: #ff4646;
    text-align: center;
} 

/* SITE_ICON
---------------------------------*/
.siteicon{display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../images/sprite.png) no-repeat;}
.siteicon.icon_map{width: 27px;	height: 34px; background-position: 0 -100px;}
.siteicon.icon_phone{width: 30px; height: 30px;	background-position: -100px -100px;}
.siteicon.icon_email{width: 30px; height: 30px;	background-position: -200px -100px;}
/* SOCIAL_ICON
---------------------------------*/
.social a{color: #212020; vertical-align: top; margin: 0 5px 0 0; position: relative; font-size: 0;}
.social a:last-child{margin-right: 0;}
.social a i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
    font-size: 14px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.social a:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg); opacity: 1;}
.social a.sk_facebook i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.social a.sk_twitter i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}
.social a.sk_linkedin i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.social a.sk_google-plus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.social a.sk_instagram i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.social a.sk_youtube i{background-color: #E52117; border-color: #E52117; color: #fff;}
.social a.sk_pinterest i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
.social a.sk_rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;}
.social a.fb i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.social a.twtr i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}
.social a.gplus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.social a.lnkdn i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.social a.pin i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
.social a.insta i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.social a.ytb i{background-color: #E52117; border-color: #E52117; color: #fff;}
.social a.rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;}
/* SECTION_HEADING
----------------------*/
.section{width: 100%; padding: 50px 0;	position: relative;}
.section:before{position: absolute;	content: ""; display: block; bottom: 0; left: 0; right: 0; top: 0; z-index: -1;}
.heading, h2{ 
    font-weight: 300;
    color: #fff;
	font-size: 36px;
    line-height: normal;
    margin-bottom: 25px; 
    letter-spacing: 2px; 
    font-family: 'Teko', sans-serif;
    position: relative;
    text-transform: uppercase;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
} 

.heading_border::after{
    content: "";
    background: url(../images/sample/head_shape.png) no-repeat center;
    display: block;
    height: 24px;
    margin-top: 20px;
}

.heading.brdr:before{
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #ffbb19;
    position: absolute;
    bottom: 0;
    left: 0;
}

.headtag{
    color: #111111;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 8px;
    letter-spacing: 6px;
    text-transform: uppercase;
    display: block;
} 

.heading_tag{
    color: #212020;
	font-size: 22px;
    line-height: 24px;
	margin: -20px 0 25px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.heading_tag:first-child{margin-top: 0;}
.heading_tag p{text-align: inherit;}
.subheading{ 
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
	color: #535c67;
	margin-bottom: 10px;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.subheading span{font-family: 'Teko', sans-serif;font-weight: 300;}
/* .heading:last-child, .subheading:last-child, .heading_tag:last-child{margin-bottom: 0;} */
.heading a, .subheading a{color: inherit;display: inline;}
.heading a:hover, .heading a:focus, .subheading a:hover, .subheading a:focus, a:hover .heading, a:hover .subheading{color: #ffbb19;}
/* COMMON
---------------------------------*/
.disabled{opacity: 0.5; pointer-events: none;}
.sk_content_wrap:after, .sk_content:after, .sk_box:after, .sk_social:after{content: "";display: block;clear: both;}
.sk_content_wrap .sk_content{margin-bottom: 30px;}
.sk_content_wrap .sk_content:last-child{margin-bottom: 0;}
.sk_content_wrap figure{margin: 0 0 20px;}
.sk_content_wrap figure.sk_img_right{float: right; margin: 0 0 0 30px;}
.sk_content_wrap figure.sk_img_left{float: left; margin: 0 30px 0 0;}
/* .sk_content_wrap .btn_center{clear: both;} */
.sk_contact .editor_text ul > li{padding-left: 0;}
.sk_contact .editor_text ul > li::before{display: none;}
.sk_comm > i, .sk_comm > .siteicon{float: left; line-height: 30px; margin: 0;}
.sk_comm > div{margin: 0 0 0 40px; clear: none !important;}
.sk_map{-webkit-cursor: grab; cursor: grab; background: #E5E3DF; height: 300px; position: relative;}
.sk_map iframe{width: 100%; height: 100%; border: none; margin: 0;}
.withIcon.sk_content_wrap figure.sk_icon {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

.withIcon.sk_content_wrap figure.sk_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}

.withIcon.sk_content_wrap .heading{padding-left: 70px;}
.withIcon.sk_content_wrap .heading:before{left: 70px;}
.withIcon.sk_content_wrap .sk_content{clear: both;}
.sk_shadow .sk_box{margin: 5px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); -webkit-border-radius: 3px; border-radius: 3px;}
.sk_shadow .sk_box figure{-webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;}
.sk_shadow .sk_box .sk_text{padding: 0 10px 10px;}
.sk_shadow_full .sk_box{margin: 5px; padding: 10px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); -webkit-border-radius: 3px; border-radius: 3px;}
.sk_box figure{overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px; text-align: center;}
.sk_box figure img{-webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;}
.sk_box a{display: block; color: inherit;}
.sk_box a.btn, .sk_box a.readmore{display: inline-block;}
.sk_box .sk_text{margin-top: 10px; text-align: center;}
.sk_box .sk_text .subheading{text-align: left;}
.sk_box .sk_para{margin-bottom: 10px; text-align: left; min-height: 48px; overflow: hidden;}
.sk_info{margin-bottom: 10px; text-align: left;}
.sk_info span{margin-right: 10px;}
.sk_info span:last-child{margin-right: 0;}
.sk_info span i{margin-right: 3px;}
.sk_box .sk_para:last-child, .sk_info:last-child{margin-bottom: 0;}
.sk_box:hover a figure img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.withIcon.sk_box .sk_text{position: relative; padding: 25px 0 0; margin: 0;}
.withIcon.sk_box figure.sk_icon{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 0 0 -25px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

.withIcon.sk_box figure.sk_icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}

.withIcon.sk_box:hover a figure.sk_icon img{-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.sk_sideblock{margin-bottom: 40px;}
.sk_sideblock:last-child{margin-bottom: 0;}
.sk_sideblockShadow{padding:10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}
.sk_sideblock .bullet li:before{top: 4px;}
.sk_sideblock ul li a{display: block; color: inherit; padding: 5px 0;}
.sk_sideblock ul li.active a, .sk_sideblock ul li:hover a{color: #ffbb19;}
.sk_sideblockShadow > .subheading{margin: -10px -10px 10px; padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.1);}
.sk_toggle .sk_box{margin: 0 0 15px; padding: 10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}
.sk_toggle .sk_box:last-child{margin: 0;}
.sk_toggle .sk_ques{cursor: pointer; position: relative; padding: 0 50px 0 0;}
.sk_toggle .sk_ques:after{
    content: "\f078";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #d3d3d3;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding: 0 0 0 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.sk_toggle .sk_box.opened > .sk_ques:after {line-height: 28px; padding: 0 1px 0 0; transform: rotate(180deg); background: #d3d3d3; color: #fff;}
.sk_ans{display: none; margin: 10px 0 0;}
.sk_box .readmore{width:auto; height: auto; font: inherit; color: #014baf; background: transparent; -webkit-border-radius: 0; border-radius: 0; margin: 10px 0;}
.sk_box .readmore:hover{color: #212020;}
/* MENU
---------------------------------*/
.nav_wrapper{position: relative; background: transparent; padding: 0;height: auto; } 
.nav_menu > ul { 
    padding: 0;
    border-top: 4px solid #ffca00;
    color: inherit; 
    font-weight: 300;
    font-size: 22px; 
    letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    max-width: 920px;
    margin: 0 auto;
}

.nav_menu ul li {list-style: none; margin: 0; padding: 0; position: relative;}
.nav_menu > ul > li {margin: 16px 0 0 0; padding: 0 20px; cursor: pointer; } 
.nav_menu > ul > li:after{
    position: absolute;
    content: "";
    background: #fff;
    height: 20px;
    width: 2px;
    right: 0; 
    top: 5px;
    margin: 0 auto; 
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
} 

.nav_menu > ul > li:last-child:after{display: none;}
.nav_menu > ul > li:first-child{margin-left: 0;}
.nav_menu > ul > li:last-child{margin-right: 0;}
.nav_menu > ul > li a{color: inherit; display: block;}
.nav_menu > ul > li > a { 
	line-height: 32px;
    padding: 26px 0 0;
	margin: 0;
	text-align: center;
	position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent; 
}

.nav_menu > ul > li:last-child > a { 
	font-size: 17px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin-top: -3px;
}

.nav_menu > ul > li > a:after{
    position: absolute;
    content: "";
    background: #ffca00;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
} 

.nav_menu ul li a > span{display: block;position: relative;z-index: 1;}
.nav_menu > ul > li > a i.fa-home{font-size: 18px;}
.nav_menu ul li:hover, .nav_menu ul li.active, .nav_menu ul li.current-menu-item{color: #ffca00;}
.nav_menu > ul > li:hover > a:after,.nav_menu > ul > li.current-menu-item > a:after, .nav_menu > ul > li.active > a:after{
   width: 100%; 
   height: 2px;
}

/*******  sub menu *****/
.subarrow {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.nav_menu ul li > .sub-menu{
	visibility: hidden;
    opacity: 0;
	position: absolute;
    top: 100%;
    left: 0;
	z-index: 1;
	padding: 0;
    margin: 15px 0 0;
    color: #fff;
	background: #ffbb19;
	width: 270px;
	max-height: 380px;
    text-align: left;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.nav_menu > ul li:hover > .sub-menu{visibility: visible;opacity: 1;}
.nav_menu > ul > li:hover > .sub-menu{margin: 0;}
.nav_menu ul li > .sub-menu ul{list-style: none; padding: 0; margin: 0;}
.nav_menu > ul > li > .sub-menu li > .sub-menu{left: 100%; top: 0; list-style: none; margin: 0 0 0 15px;}
.nav_menu > ul > li .sub-menu li:hover > .sub-menu{margin: 0;}
.nav_menu ul li .sub-menu li {height: auto;	float: none; margin: 0; padding: 0; position: relative;}
.nav_menu ul li .sub-menu li:last-child{border-bottom:none;}
.nav_menu ul li .sub-menu li:first-child {border-top: none; margin: 0;}
.nav_menu ul li .sub-menu li a{
	padding: 10px;
	line-height: 18px;
	height: auto;
	position: relative;
    overflow: hidden;
}

.nav_menu ul li .sub-menu li:last-child a{border: none;}
.nav_menu ul li .sub-menu li a:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #00b4d5;
	z-index: -1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.nav_menu ul li .sub-menu li:last-child a:after{-webkit-border-radius: 0; border-radius: 0;}
.nav_menu ul li .sub-menu li:first-child a:after{-webkit-border-radius: 0; border-radius: 0;}
.nav_menu ul li .sub-menu li:hover > a, .nav_menu ul li .sub-menu li.active > a, .nav_menu ul li .sub-menu li.current-menu-item > a{background: none; color: #fff;;}
.nav_menu ul li .sub-menu li a:hover:after, .nav_menu ul li .sub-menu li:hover > a:after, .nav_menu ul li .sub-menu li.active > a:after, .nav_menu ul li .sub-menu li.current-menu-item > a:after{width: 100%;}
.nav_menu ul li .sub-menu li i{float: right; margin: 2px -15px 0 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
/*RESPONSIVE MENU*/
.homeBtn{
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 20;
    margin: -2px 0;
}

.homeBtn:hover{color: #014baf;}
.responsive_btn{
    display: none;
    background: #ffbb19;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    position: relative;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_btn span{display: block; height: 2px; width: 20px; position: relative; top: 50%; margin: -1px auto;}
.responsive_btn span:before {content: ""; display: inline-block; height: 100%; width: 100%; position: absolute; left: 0;}
.responsive_btn span:before {top: -6px;}
.responsive_btn span:after{bottom: -6px;}
.responsive_btn span, .responsive_btn span:before, .responsive_btn span:after{
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after {background: #fff;}
.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 20;
    background: #000;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_nav ul {margin: 0; padding: 0; text-align: left;}
.responsive_nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.responsive_nav ul li:first-child {border-top: none;}
.responsive_nav ul li:after{display: none;}
.responsive_nav ul li > a {display: block; padding: 12px 10px; color: inherit; position: relative;}
.responsive_nav ul li a:hover,.responsive_nav ul li a:focus,.responsive_nav ul li.active > a{color: #fff; background: #ffbb19;}
.responsive_nav ul ul {padding: 0 0 15px 15px;}
.responsive_nav ul .sub-menu,.responsive_nav ul li a i {display: none;}
.responsive_nav .subarrow {display: block; pointer-events: inherit; width: 30px; height: 40px; line-height: 40px !important; right: 0;}
.responsive_nav ul .sub-menu .container {width: 100%; padding: 0;}
.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

html.responsive,.responsive body {overflow-y: hidden;}
.responsive .wrapper {-webkit-transform: translate(-280px, 0) !important; transform: translate(-280px, 0) !important;}
.responsive .bodyOverlay {opacity: 1; visibility: visible;}
.responsive .responsive_nav {left: 0;}
.responsive .responsive_btn {pointer-events: none;}
.responsive .responsive_btn span {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.responsive .responsive_btn span:after {-webkit-transform: rotate(270deg); transform: rotate(270deg); top: 0;}
.responsive .responsive_btn span:before{opacity: 0;}
.responsive_nav .opened > .subarrow {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.responsive_nav .mCSB_outside + .mCSB_scrollTools{right: 0;}
.responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools{right: -4px;}
/*MENU END*/
/* ==============================animation========================= */
/* .bannertext .subheading, .bannertext .heading, .bannertext p, .bannertext .btn, .js-tabs .content
 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s; 
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .bannertext .subheading{
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; 
}

.active .bannertext .heading {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}

.owl-item.active .bannertext p{
     -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}

.active .bannertext .btn{
     -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}  

  */
.login_left_form h2{
    margin-bottom: 40px;
}

.login_right_form_col{border-left: 2px solid #fff;}
.login_left_form label{
    font-size: 27px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}

.icon-margin{
    margin-bottom: 40px;
}

.login_left_form input, .login_left_form select{
    border-width: 2px;
}

.login_left_form .btn{min-width: 190px;}
.term_content{
    margin-top: 18px;
    font-size: 13px;
    line-height: normal;
    font-weight: 300;
}

.term_content a{text-decoration: underline;}
.home-login-row{flex-wrap: wrap; align-items: flex-start;}
.home-login-row > div{
    padding: 0 50px;
    width: 500px;
}

/* ------slider--------------- */
/* .banneritem img{
    transition: all 200ms ease-in-out;
} */
.banner_part .buttons [class*="arrow_"]{
    width: 40px;
    height: 70px;
    font-size: 60px;
    line-height: 60px;
    border: none;
    color: #fff;
    background-color: transparent;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: none !important;
    outline: none;
}

.banner_part .buttons .arrow_right{left: auto; right: -60px;}
.banner_part .buttons [class*="arrow_"]:hover{
    color: #ffca00;
}

.banner_part{
    max-width: 720px;
    height: 570px;
    position: relative;
    width: 100%;
    margin: 20px auto 40px;
    padding-top: 35px;
    align-items: center;
    justify-content: center;
} 

.banner_part::before {
	content: '';
	/* background: url('../images/watermark-id.jpg') no-repeat center; */
	background-size: contain;
	width: 500px;
	height: 500px;
	z-index: -1;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.banner_part.show_front .banneritem#back_page_img img {
    height: 600px;
}

.banner_part.show_front .banneritem#front_page_img img {
    height: 600px;
}  

.banner_part.show_front .banneritem#front_page_img{width: 60%; flex-shrink: 0;}
.banner_part.show_front .banneritem#back_page_img{ 
    position: relative;
    flex-shrink: 0;
    width: 520px;
    margin-right: -53%;
}

#reg_country_drop_field{margin: 0;}
.banner_part.show_front .banneritem#back_page_img img{
    transform: perspective(218px) rotateY(4deg);
    z-index: -1;
    position: relative;
    transform-origin: right center;
    height: 520px;
}

/* .banner_part.show_front .banneritem#front_page_img img{
    box-shadow: 0 0 15px #000;
} */
/* .banner_part.show_front::before{ 
    content: "";
    width: 37px;
    height: 586px;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    background: url(../images/sample/banner_front.png) no-repeat top left;
    border-radius: 0 0 9px 0;
} */
/* -------------------------------- */ 
.banner_part.show_back .banneritem#front_page_img img {
    height: 508px;
}

.banner_part.show_back .banneritem#back_page_img img{
    height: 600px;
}

.banner_part.show_back .banneritem#back_page_img{width: 60%; flex-shrink: 0;}
.banner_part.show_back .banneritem#front_page_img{ 
    position: relative;
    flex-shrink: 0;
    width: 380px;
    margin-right: -30%;
}

.banner_part.show_back .banneritem#front_page_img img{
    transform: perspective(218px) rotateY(4deg);
    z-index: -1;
    position: relative;
    transform-origin: right center;
}

/* .banner_part.show_back .banneritem#back_page_img img{
    box-shadow: 0 0 15px #000;
} */
/* .show_back{flex-direction: row-reverse;} */
.banner_part.show_back .banneritem#front_page_img img {
    transform: perspective(218px) rotateY(-4deg);
    z-index: -1;
    position: relative;
    transform-origin: left center;
}

.banner_part.show_back .banneritem#front_page_img {
    position: relative;
    flex-shrink: 0;
    width: 380px;
    margin-right: 0;
    margin-left: -30%;
} 

#back_page_img{cursor: pointer;}

/* .banner_part::after {
	content: "";
	width: 23px;
	height: 580px;
	position: absolute;
	bottom: -19px;
	right: 30px;
	background: url(../images/sample/banner_back.png) no-repeat top right;
	border-radius: 0 5px 9px 0;
	opacity: 0;
} */
/* .banner_part::after{
    content: "";
    width: 37px;
    height: 587px;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -25px;
    right: 30px;
    background: url(../images/sample/banner_back.png) no-repeat top right; 
    border-radius: 0 0 9px; 
    opacity: 0; 
} */
.banner_part.show_back::after{
    opacity: 1;
    right: 0;
}

/* 
.slider {
    margin: 50px auto 36px;
    width: 905px; 
    position: relative;  
    padding: 0 14px;
    border-radius: 10px; 
}

.slider ul{
    width: 100%;  
    padding: 0;  
    list-style: none;
    perspective: 2000px;
    perspective-origin: 50% -200px;
}

.slider ul, .slider ul li, .slider{height: 620px;}
.slider ul > li {
    width: 50%;
    position: absolute;
    transform-origin: center right;
    transition: all 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
    background: url(../images/sample/right_bg.jpg) no-repeat top left;
    background-size: cover;
    text-align: center; 
    background: #fff;
    border-radius: 10px;
}

.slider ul > li img{max-height: 100%; max-height: 100%;}
.slider ul > li.open{width: 50%;z-index: 99 !important; box-shadow: 15px 0 15px #525252;} 
.slider ul > :not(.open){
    transform: skewY(-2deg) translateX(80px);
} 

.slider ul > li:before,
.slider ul > li:after {
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider ul > li:before {
    border-radius: 15px 0 0 15px;
}

.slider ul > li:after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-radius: 0 15px 15px 0;
}

.open {
    transform: rotateY(180deg) translateX(60px);
} 

.slider_nav .fa{
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 10px;
    text-align: center; 
    border-radius: 10px;
    transition: all .2s ease-in-out;
    position: absolute;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.slider_nav .fa:first-of-type {
    left: 0
}

.slider_nav .fa:last-of-type{
    right: 0
}

.slider .fa:hover,
.slider .fa.active { 
    color: #ffca00
} */
.homebanner{
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bannerbox{position: relative; margin: 50px 0; transform-origin: right;}
/* .owl-carousel .owl-item.active .bannerbox{
    transform: scale(1.2);
} */
.owl-carousel .owl-item .bannerbox::before{
    content: "";
    background: url(../images/sample/banner_back.png);
    width: 63px;
    height: 616px;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

/* ---------------------------dashboard -- css -start-------------------- */ 
.top-profile {
   /*  padding: 60px 0 220px;  */
   /* padding: 60px 0 60px !important;  */
    /* background: url(../images/sample/profile_top_img.jpg) no-repeat right top; */
}

.top-profile .heading span{color: #ffca01;}
.top-profile .heading{font-size: 42px;line-height: normal;
    color: #ffffff; margin-bottom: 10px; letter-spacing: 3px;
}

.sidebar{
	border: 1px solid #ccc;
    background: #f4efec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar .profile_ctn{padding: 0 30px;}
.with_profile_button {width: 100%; display: flex; justify-content: space-between;}
.with_profile_button .btn{
	font-size: 18px;
	line-height: 36px;
	height: 38px;
	padding: 0 15px;
	background: #1eba75;
	color: #fff;
	font-family: 'Myriad_Semibold';
}

.dashboard-top-detail .sidebar {
    /* margin-top: -190px; */
    padding-bottom: 0;
}

.section.dashboard-top-detail{padding-top: 0px;}
/* .dashboard_big_col{
	margin-top: -120px;
} */
.sidebar .profile_img {
    background: #e3dfde;
    padding: 30px 0 20px;
    margin-bottom: 20px;
    position: relative;
}

.change_profile_picture_p #change_profile_picture{
    position: absolute;
    left: -9999px;
    height: 0;
}

.change_profile_picture_p{
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba05",endColorstr="#ed791e",GradientType=1);
    cursor: pointer;
}

.update-profile{
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba05",endColorstr="#ed791e",GradientType=1);
    cursor: pointer;
    margin-left: 10px;
    color: #fff;
    line-height: 30px;
}

.update-profile:hover,.update-profile:focus{color:#fff;}
.update-my-profile{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
    color: #fff !important;
    line-height: 30px;
    font-size: 24px;
}

.update-my-profile:hover,.update-my-profile:focus{color:#fff;}
.sidebar .profile_img figure{
	width: 105px; height: 105px; margin: 0 auto;
	overflow: hidden; border-radius: 100%;
}

.sidebar .profile_img figure img{width: 100%; height: 100%; object-fit: cover;}
.pdesig{
    color: #0b1013;
    font-size: 23px;
    line-height: 25px; 
    font-family: 'Teko', sans-serif; font-weight: 300;
}

.phead {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0;
    line-height: normal;
    color: #0d0e10;
    font-family: 'Teko', sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 4px;
}

.shareAndProgress {
    margin-top: 18px;
    margin-bottom: 30px;
    color: #282a2b;
}

.shareAndProgress p{font-size: 17px; line-height: normal; padding-bottom: 0;font-family: 'Teko', sans-serif; font-weight: 300;}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 14px;
    overflow: hidden;
    line-height: 0;
    font-size: 11px;
    background-color: #dbe8df;
    border-radius: 10px;
}

.progress-bar{ 
	background: #febe42  !important;
}

.sidebar ul li{
	padding: 0;
	margin: 0 0 1px;
	background: #f4efec;
	border-radius: 5px;
	border: none;
}

.sidebar ul li a{
	padding: 12px 20px;
	display: block;
}

.sidebar ul li:hover, .sidebar ul li.active {
    background: #ed791e;
}

.sidebar ul li img{transition: all 300ms ease-in-out;}
.sidebar ul li:hover img, .sidebar ul li.active img{
    filter: brightness(0);
}

.sidebar ul li:hover a, .sidebar ul li.active a {
    color: #0c0e0f;
}

.dashboard_nav ul {
    margin-bottom: 0;
    padding: 0;
    margin-left: 0;
    list-style: none;
}

.dashboard_nav ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    color: #5b5d6f;
}

.dashboard_nav ul li .nav-icon{
	flex-shrink: 0;
	margin-right: 18px;
}

.dashboard-top-detail .dashboard_nav ul li:last-child a{
	border-top: 1px solid #ccc;
	margin-top: 20px; 
	padding: 10px 20px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

.subject_col{margin-bottom: 30px;}
.subject_col:last-child{margin-bottom: 0;}
.faq_page{padding: 40px 0;}
.works_sec{padding: 50px 0;}
.form-control:disabled, .form-control[readonly]{pointer-events: none;}
.user-settings .form-control{height: 40px;}
.fa-star {color: #dfdee0;}
.fa-star.check {color: #f4be41;}
.userInformation {
    color: #2b3c64;padding: 40px 60px;-webkit-border-radius: 20px;
    border-radius: 20px;margin-bottom: 20px; background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba05",endColorstr="#ed791e",GradientType=1);
}

.userInformation .heading, .table_wrap .heading{
    color: #0f0f0f;font-weight: 500;font-size: 36px; line-height: normal; 
    text-transform: capitalize; letter-spacing: 0; margin-bottom: 16px;
}

.userInformation .list_row p{
    font-family: 'Segoe UI Regular'; 
    font-size: 22px; line-height: normal;
    color: #fff; font-weight: normal;
}

.userInformation .list_row strong {color: #0f0f0f; font-family: 'Segoe-UI-smbold'; }
.userInformation .list_row{margin-bottom: -15px;}
.userInformation .list_row li{margin-bottom: 15px;}
.dashboard_big_col .table_wrap th, .dashboard_big_col .table_wrap td{border: none;text-align: center;color: #2b3c63; font-size: 14px; line-height: normal; vertical-align: middle;}
.dashboard_big_col .table_wrap th{padding: 0;}
.dashboard_big_col .table_wrap td {padding: 10px 0;border-bottom: 1px solid #d8e4f4;}
.dashboard_big_col .table_wrap tr:last-child td{border: none;}
.dashboard_big_col .table_wrap th span {
    text-transform: capitalize;
    font-weight: 400;border-radius: 5px;
    width: 90%;
    padding: 10px 15px 7px;margin: 0 5px; color: #0f0f0f; font-size: 26px; line-height: 28px;
    font-family: 'Teko', sans-serif; font-weight: 300;
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba05",endColorstr="#ed791e",GradientType=1);
}

.dashboard_big_col .table_wrap .btn{
    font-weight: 500;padding: 0;height: auto;font-size: 14px;line-height: 30px;
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    border: none;
    color: #000;
    min-width: 90px;
    padding: 0 6px;
}

.dashboard_big_col .table_wrap .btn.download_button{
    background-color: #ed791e;
}

.dashboard_big_col .table_wrap .btn:hover {background: #febe42;border-color: #febe42;color: #0d0e10;}
.table_wrap .heading {padding-left: 50px;}
.table_wrap {background: #ffffff;padding: 35px 0 5px;border-radius: 20px;overflow-x: auto;}
.social-login .mo-openid-app-icons a{
    margin: 0 !important; 
    padding: 20px 20px 20px 70px !important;  
    min-height: 55px;
    align-items: center;
    line-height: 41px;
    cursor: pointer;
    background: #000 !important;
    border: 1px solid #ffbb19 !important;
    position: relative;
    z-index: 1;
    min-width: 95%;
    margin-right: 8px !important;
}

.social-login .mo-openid-app-icons a::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000 !important; z-index: -1; pointer-events: none; }
.social-login .mo-openid-app-icons{text-align: center;}
.social-login .mo-openid-app-icons a img{width: 50px; height: 50px; object-fit: contain; object-position: center;background: #000 !important;}
.mo_btn-social > :first-child { position: absolute !important; left: 0 !important; top: 0 !important; bottom: 0 !important; width: 50px !important; line-height: 54px !important; font-size: 1.6em !important; border-right: 1px solid #ffbb19 !important; text-align: center !important; height: 100% !important; align-content: center !important; justify-content: center !important; }
.mo_btn.mo_btn-mo.mo_btn-block.mo_btn-social.mo_btn-apple.mo_btn-custom-dec.login-button.mo_btn_transform_i {
	border: 1px solid #fff;
}

.login-remember-label {
    font-size: 18px !important;
}

/* -----------------------*/
.icon_list{padding: 65px 0 0; display: flex;}
.icon_list .icon_box{
    padding: 0 30px; flex-shrink: 0;
    text-align: center; margin-bottom: 0;
    width: 25%;
}

.icon_box figure{
    height: 100px;
    width: 100px;
    margin: auto;
}  

.icon_box h3{
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#fff;
    word-break: break-all;
}

.icon_box:hover h3{ color: #ffbb19; }
#pdfbook{min-height: 600px; position: relative;}
.flipbook-main-wrapper{height: 100%;border: 1px solid #fbc700;}
.flipbook-bg-light{background: transparent !important;}
.purchase{
    position: relative;
}

.purchase .audio_box{
    filter: blur(3px);
}

.purchase::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    z-index: 1;
}

.purchase .purchase_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0 !important;
    z-index: 1;
}

.purchase .purchase_btn .btn{
    box-shadow: 0 0 25px #4a4a4a;
}

.purchase #pdfbook{
    filter: blur(3px);
}

.flipbook-main-wrapper{
    background: #000 !important;
    height: 100%;
    border: 2px solid #38393a;
}

.purchase .flipbook-disable-text-selection, .purchase .flipbook-icon-fa{pointer-events: none;}
.input-hidden {
    position: absolute;
    left: -9999px;
}

.lang_col{cursor: pointer;} 
.lang_col figure img{max-height: 235px;} 
.lang_list .lang_col:hover figure{
    border: 2px solid #fbc700;
    opacity: 1;
} 

.lang_list .lang_col figure{
    border: 2px solid transparent;
}

.lang_list .lang_col.active figure{
    opacity: 1;
    border: 2px solid #fbc700;
}

.tab_text li span{
    padding: 3px 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    min-width: 110px;
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.tab_text li label.active span, .tab_text li span:hover{
    background-color: #ffca00;
    border-color: #ffca00;
    color: #0b1013;
}

/* Stuff after this is only to make things more pretty */
/* .lang_col input[type=radio] + label>img {
    border: 1px dashed #444;
    width: 150px;
    height: 150px;
    transition: 500ms all;
} */
/* .lang_col input[type=radio]:checked + label>img {
    transform: rotateZ(-10deg) rotateX(10deg);
} */
/* =-------------------footer-------------------- */
.mainFooter{
    padding-top: 50px;
    overflow: hidden;
    background-color: #000000;
}

.mainFooter .social{text-align: center;margin-bottom: 30px;}
.mainFooter .social a{margin-right: 20px; width: 50px;} 
.mainFooter .social a:last-child{margin-right: 0;}
.mainFooter h2{
    font-size: 24px;
    line-height: normal;
    word-break: break-word;
}

.copyright{
    margin-top: 20px;
    padding: 20px 0 22px;
    background: url(../images/copyright_border.png) no-repeat top center, url(../images/copy-right-bottom.png) no-repeat bottom center;
    background-color: #000000;
    font-size: 17px;
    line-height: 19px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.copyright .d-flex{align-items: center;}
.fnav ul{
    color: #fff;
    display: flex;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
}

.copyright a{color: #fff;}
.copyright .left-text{min-width: 374px;}
.fnav ul li {
	flex-shrink: 0;
	padding: 5px 20px;
	border-right: 2px solid #606060;
}

.fnav ul li:last-child{
    border-right: none;
}

.thank_you img{margin-top: -5px;height: 32px;}
.fnav ul li a{color: #fff; display: block;}
.fnav ul li a:hover, .copyright a:hover{color: #ffbb19;}
.left_contact_text{
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: normal;
}

.register_left_box{text-align: center;}
.register_left_box h2{
    margin-bottom: 10px;
    color: #ffca00;
    font-family: 'Oswald', sans-serif;
}

.register_left_box h3{
    margin-bottom: 20px;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.register_form .login_left_form input, .register_form .login_left_form select{
    border: 1px solid #9b9d9e;
    height: 65px; background-color: #171a1c;
}
.register_form .login_left_form input::placeholder{
    text-transform: none;
}
/* .register_form .login_left_form label{font-weight: 300;font-size: 18px;} */
.register_form .login_left_form label input{height: 18px;width: 18px;}
.register_form .login_left_form .labelWrap{margin-bottom: 30px;}
.register_form .btn{width: 100%; height: 62px; line-height: 62px;  font-family: 'Teko', sans-serif; font-weight: 500; font-size: 30px;}
.btn_img{margin-bottom: 10px !important;}
.btn_img a{height: 62px; display: flex; align-items: center; justify-content: center; width: 100%;}
.btn_img.facebook_bg a{background-color: #1877f2;}
.btn_img.google_bg a{background-color: #ffffff;}
.btn_img.apple_bg a{background-color: #000000;}
.btnc{margin-top: 10px;}
.register_page .container{
    max-width: 1370px;
}

.register_row{margin-left: -80px; margin-right: -80px;}
.register_row .register_col{padding-left: 80px; padding-right: 80px;}
.register_page{
    position: relative; 
}

.register_page::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    height: 100%;
    background-color: #020304; 
    z-index: -1;
}  

/* -----------------lang_list------------ */
/* .lang_tab{
    padding: 80px 0 50px;
} */
.lang_list{width: 80%; margin: auto;}
.lang_list .lang_col{
    padding: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.lang_tab h3{
    font-family: 'Oswald', sans-serif; 
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #939393;
}

.lang_list .lang_col:hover{
    opacity: 1;
    transform: scale(1.1);
}

.lang_list .lang_col figure{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0.2;
} 

.lang_list .lang_col:hover figure{
    border: 2px solid #fbc700;
    opacity: 1;
}

.lang_list .lang_col:hover h3{
    color: #ffca00;
} 

.lang_list .lang_col.active h3{
    color: #ffca00;
} 

.tab_text{ display: flex; justify-content: center; align-items: center;margin: 50px auto 0;}
.tab_text #product_price {
    position: absolute;
    right: 15px;
}

.tab_text ul{
    display: flex; justify-content: center;
    list-style: none;
    margin: 0 auto;padding: 0;
    flex-wrap: wrap;
}

.tab_text ul li{
    margin: 8px;padding: 0;
}

.tab_text ul li a{
    padding: 3px 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    min-width: 110px;
    font-size: 22px;
    line-height: normal; 
    font-weight: 400;
    text-align: center;
    font-family: 'Oswald', sans-serif; 
}

.tab_text ul li a:hover, .tab_text ul li a.active{
    background-color: #ffca00;
    border-color: #ffca00;
    color: #0b1013;
}

.tab_right_text span{
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    color: #fff;
    font-family: 'Oswald', sans-serif; 
}

.tab_right_text em{
    color: #fbc700;
    font-weight: 600;
    font-style: normal;
}

.tab_right_text strong{
    vertical-align: middle;
    font-size: 40px;
    margin-top: -12px;
    margin-left: 6px;
    line-height: normal;
    font-weight: 500;
    color: #ffca00;
    font-family: 'Oswald', sans-serif; 
}

/* --------- */
.main_tab{padding-bottom: 60px; position: relative;}
.main_tab .owl-carousel .owl-stage-outer::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset -359px 0px 83px -10px rgb(0 0 0);
    -moz-box-shadow: inset -359px 0px 83px -10px rgb(0 0 0);
    box-shadow: inset -359px 0px 83px -10px rgb(0 0 0);
    z-index: 9;
    opacity: 0.5;
}

.left_tab{border-left: 4px solid #ccc;}
.left_tab ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.left_tab ul li{
    margin: 0 0 1px;
    padding: 0;
}

.left_tab ul li span {
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	line-height: normal;
	position: relative;
	color: #fff;
	font-weight: 300;
	letter-spacing: .5px;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
}

.book-chapter strong {
	width: auto;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
    font-weight: normal;
	color: #fbc700;
}

.book-chapter.active strong, .book-chapter:hover strong {
	color: #fb0000;
}

.bookmark{
    width: 24px;
    height: 24px;
    text-align: center;
}

.bookmark:hover, .bookmark.marked{color:#d80909;}
.left_tab ul li span.book-chapter::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fbc700;
    opacity: 0;
}

.left_tab ul li span.book-chapter.active::after, .left_tab ul li span.book-chapter:hover::after{
    opacity: 1;
}

.left_tab ul li span.book-chapter.active, .left_tab ul li span.book-chapter:hover{
    background-color: #fbc700; 
    color: #000;
}

#equalizer {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba05",endColorstr="#ed791e",GradientType=1);
}

#equalizer::after{ 
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/e_shape.png) no-repeat center bottom;
    height: 100%;
    opacity: 0.5;
}

#bars-box.active #equalizer::after{opacity: 0;}
 /*  #horizontal {
    width: 100%;
    border: 1px solid #fff;
  } */
  #vertical-lines {
    position: absolute;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .vertical {
    width: 5px;
    height: 100px;  
    background: rgb(253,238,210);
    background: -moz-linear-gradient(0deg, rgba(253,238,210,1) 0%, rgba(253,238,210,1) 78%, rgba(245,176,99,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(253,238,210,1) 0%, rgba(253,238,210,1) 78%, rgba(245,176,99,1) 100%);
    background: linear-gradient(0deg, rgba(253,238,210,1) 0%, rgba(253,238,210,1) 78%, rgba(245,176,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdeed2",endColorstr="#f5b063",GradientType=1);
    animation-direction: alternate-reverse;
    margin: 2px;
  }

  @keyframes equalizer {
    from {
      height: 80%;
    }

    to {
      height: 5px;
    }
  }

/* ================ */
.audio_box{
    background: transparent !important;
    height: 100%; 
}

.music_head{
    text-align: center; margin: 0; padding: 20px;
    font-weight: 300; font-size: 30px;
    text-transform: uppercase; color: #fbc700;
    font-family: 'Oswald', sans-serif;
} 

/* --------------------- */ 
.player .slider_container{display: flex; align-items: center; justify-content: center;}
.player .slider_container .current-time, .player .slider_container .total-duration{
    min-width: 80px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
}

.player .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
} 

.player .buttons > div{
    cursor: pointer;
}

.player .buttons > div.prev-chapter, .player .buttons > div.next-chapter{
    cursor: pointer;
    width: auto;
    background: transparent;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ffca00;
    background: #ffca00;
    border-radius: 100%;
    width: 36px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding: 0;
    height: 36px;
    line-height: 34px;
    text-align: center;
}

.player .buttons > div.prev-chapter .fa, .player .buttons > div.next-chapter .fa{
    line-height: inherit;
}

.player .playpause-track{margin: 0 20px;}
.prev-chapter{margin-right: 50px;}
.next-chapter{margin-left: 50px;}
.player .playpause-track .fa{
    font-size: 28px !important;
    width: 60px;
    height: 60px;
    line-height: 56px; 
    text-align: center;
    border: 3px solid #fff;
    border-radius: 100%;
    padding: 0;
    font-weight: 300;
}

.audio-buttons{margin-bottom: 20px;}
.audio-buttons span{
    padding: 0 20px;
    flex-shrink: 0;
    font-size: 0;
}

.audio-buttons span#play{
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 28px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 100%;
    padding: 0;
    font-weight: 300;
}

#bars-box #vertical-lines{
    opacity: 0;
    transition: all 300ms ease-in-out;
}

#bars-box.active #vertical-lines{
    opacity: 1;
}

#rw,
#ff,
#play {
	cursor: pointer;
	user-select: none;
}

#time-wrapper {
	text-align: justify;
}

#time-wrapper:after {
	content: "";
	display: inline-block;
	width: 100%;
}

/*Remove default styles*/
input[type="range"] {
    -webkit-appearance: none;
    margin: 7px 0;
    width: 100%;
    border: none;
    background: transparent !important;
    height: auto; 
}

.controls_panel{
    padding: 20px 0;
}

.controls_panel span{
    flex-shrink: 0;
    min-width: 100px;
    text-align: center;
}

input[type="range"]:focus {
	outline: none;
}

/*Track & handle(thumb) styles*/
/*Chrome*/
input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #ffca00;
	border-radius: 0;
	border: 1px solid #ffca00;
}

input[type="range"]::-webkit-slider-thumb { 
	height: 26px;
	width: 26px;
	border-radius: 100%; 
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -12px; 
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba05",endColorstr="#ed791e",GradientType=1);
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #23b26d;
}

/*Firefox*/
input[type="range"]::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #ffca00;
	border-radius: 0;
	border: 1px solid #ffca00;
}

input[type="range"]::-moz-range-thumb {
	border: 1px solid #ffca00;
	height: 2em;
	width: 16px;
	border-radius: 3px;
	background: #ffca00;
	cursor: pointer;
	-webkit-appearance: none;
}

/*IE*/
input[type="range"]::-ms-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: #ffca00;
	border-radius: 0;
	border: 1px solid #ffca00;
}

input[type="range"]::-ms-fill-lower {
	background: #2a6495; 
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type="range"]::-ms-fill-upper {
	background: #3071a9; 
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type="range"]::-ms-thumb {
	border: 1px solid #ffca00;
	height: 2em;
	width: 16px;
	border-radius: 3px;
	background: #ffca00;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -0.5em;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #3071a9;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #367ebd;
}

#bars-box { 
	width: 100%; 
	transition: 2s;
} 

.prev_arrow, .next_arrow{
    width: auto;
    background: transparent;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ffca00;
    background: #ffca00;
    border-radius: 100%;
    width: 36px;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    padding: 0;
    height: 36px;
    line-height: 25px;
    text-align: center;
}

.prev_arrow{
    margin-right: 15px;
}

.next_arrow{margin-left: 15px;}
.prev_arrow .fa, .next_arrow .fa{
    margin: 0;
    font-weight: 700;
}

.lyrics-box{
    border: 2px solid #fbc700;
}

.lyrics-box .para{
    padding: 30px;
    color: #ee7d1c;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
}

.lyrics-box h3{
    text-align: center; 
    padding: 4px 10px 2px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 30px;
    line-height: normal;
    color: #0b1013;
    font-family: 'Teko', sans-serif;
    background: #fbc700;
}

.hide{display: none !important;}
/* CLICKED
---------------------------------*/
.loader.clicked{position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;}
.loader.clicked:before{-webkit-border-radius: 0; border-radius: 0; background: rgba(0, 0, 0, 0.8);}
.loader.clicked:after{width: 70px; height: 70px; margin: -35px 0 0 -35px; border-color: #fff; border-right-color: transparent;}
.noloader.loader.clicked:after{display: none;}
.loader.clicked > div{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center;
}

.loader.clicked > div span{text-transform: uppercase; margin-top: 20px;}
.clicked{position: relative; pointer-events: none;}
.clicked:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}

[type="submit"].clicked:before, [type="reset"].clicked:before, button.clicked:before, .btn.clicked:before{-webkit-border-radius: 3px;border-radius: 3px; top: -1px; left: -1px; right: -1px; bottom: -1px;}
.clicked:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 60px;
    height: 60px;
    border: 3px solid #ffca00;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}

@-moz-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}

@keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}

/*CLICKED END*/
.lyrics-box .para {
	padding: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	height: 550px;
	overflow-y: auto;
	font-family: 'Oswald', sans-serif;
}

.lyrics-box .para p {
    padding-bottom: 0;
    margin-bottom: 30px;
}

/* -----woocommerce-checkout----------- */
.woocommerce-checkout #site-content{
    max-width: 1300px;
    margin: 0 auto;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #0d151a;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 4px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#add_payment_method #payment ul.payment_methods li.payment_method_openpay_cards input, .woocommerce-cart #payment ul.payment_methods li.payment_method_openpay_cards input{
    width: 100%;
    height: 40px;
}
#add_payment_method #payment div.payment_box.payment_method_openpay_cards, .woocommerce-cart #payment div.payment_box.payment_method_openpay_cards, .woocommerce-checkout #payment div.payment_box.payment_method_openpay_cards{
    color: #000000;
}
.woocommerce .woocommerce-checkout-review-order #payment_form_openpay_cards .form-row-first{
    width: 50%;
}
/* #customer_details{margin-left: -15px; margin-right: -15px;} */
/* form.woocommerce-checkout {
    padding: 30px;
    border: 1px solid #ee7d1c !important;
} */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    width: 48%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label { 
    width: 100%;
}

span.woocommerce-input-wrapper{
    width: 100%;
}  

.select2-results__options {
    list-style: none;
    margin: 0;
    color: #ffbb19;
    padding: 0;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select{height: auto !important;}
.select2-container--default .select2-selection--single {
    background-color: #171a1c;
    border: 1px solid #fff;
    border-radius: 0;
    height: 50px;
    line-height: normal;
    padding: 0 0;
    margin: 0; 
    font-size: 15px;
    line-height: normal;
    font-weight: 300; 
    font-family: 'Teko', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #d9d9d9;
    text-transform: uppercase;
    height: 100%;
    padding: 0 15px;
    letter-spacing: 2px;
    padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background-color: transparent;
    border: 2px solid #fff;
    color: #ffffff;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -15px;
    left: 0;
    margin: -1em 0 0 2em;
}

.alert-message .error{color: red;}
.login_left_form > .alert-message .error:after{display: none;}
.woocommerce-additional-fields{display: none;}
.woocommerce form .form-row .input-checkbox{width: 20px; height: 20px;}
input[type="radio"] + label.wc-stripe-label-payment-type, label.wc-stripe-label-klarna-category, label.wc-stripe-label-payment-type {
    margin-bottom: 1em;
    display: block;
    padding: 0 !important;
    color: #ffbb19 !important;
}

.woocommerce-order, .checkout{
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
}

.pname{
    font-size: 30px;
    text-transform: uppercase;
    color: #ffbb19;
    line-height: 35px;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name dl.variation dt{font-weight: normal;}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li{
    background: none;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(237 121 30 / 30%);
} 

ul.tabs li.current:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ed791e;
}

ul.tabs li.current{
    background: #ed791e;
    color: #fff;
}

.tab-content{
    display: none;
    padding: 0px;
}

.tab-content.current{
    display: inherit;
}

.faq_content .faq_content_tab{
    color: #0f0f0f;
    padding: 40px 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba05",endColorstr="#ed791e",GradientType=1);
    min-height: 100%;
}

.faq_cats .tabs{ 
    background: #f4efec; 
    width: 100%;
    font-size: 18px;
    color: #5b5d6f;
}

.accordion{
    background-color: transparent;
    color: #0f0f0f;
    cursor: pointer;
    box-shadow: none !important;
    padding: 18px;
    font-weight: 600;
    width: 100%;
    border: none !important;
    text-align: left;
    outline: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    font-size: 17px;
    text-transform: uppercase;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: #f4efec; 
}

.panel{
    padding: 20px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    color: #000;
}

button.accordion::after {
    content: '\002B';
    color: #1e1e1e;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    font-size: 30px;
}

button.accordion.active::after {
    content: "\2212";
}

.list-tab{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.list-tab:last-child{margin-bottom: 0;}
.blang, .btype{text-transform: uppercase;}
.header-nav {
	/* float: right; */
	font-family: 'Teko', sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: uppercase;
    margin-left: auto;
    padding: 8px 0;
}

.header-nav ul {
    list-style: none;
    margin: 0;
}

.header-nav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.header-nav ul li a {
    padding: 5px 10px;
    color:#fbc700;
}

.header-nav ul li a:hover{color:#fff;}
.header-nav span {
    padding-top: 3px;
  }

.toggle-palyList {
    padding: 6px 10px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
    background: #3a3a3a;
    color: #ffca00;
    font-family: 'Teko', sans-serif;
}

.toggle-palyList::after{
    content: "\f107";
    color: #ffca00;
    font-size: 20px;
    display: block;
    font-family: 'FontAwesome';
}

#billing_country_field {
    /* pointer-events: none !important; */
}

/* ---------------------account settings---------------- */
.woocommerce form .password-input, .woocommerce-page form .password-input{width: 100%;}
.dashboard_big_col .woocommerce-EditAccountForm{ 
    padding: 40px 60px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba05",endColorstr="#ed791e",GradientType=1);
}

.dashboard_big_col .woocommerce-EditAccountForm label{
    color: #0f0f0f;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    line-height: normal !important;
    padding: 0;
    margin: 20px 0 0;
}

.pdf_box{position: relative;}
#watermark {
    opacity: 0.5;
    font-size: 50px;
    color: 'black';
    background: '#ccc';
    position: absolute;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-transform: uppercase; 
    font-family: 'Teko', sans-serif;
    z-index: 1;
    color: #cccccc69;
    width: 100%;
    text-align: center;
    display: none;
}

.purchase #watermark {display: block;}
.intl-tel-input .country-list{color: #555;}
.bg-music {
	position: fixed;
	top: 0px;
	right: 4px;
	z-index: 99;
}

#sgdev-bg-music{width:0;}
.mbtn {
    background:transparent;
    color: rgb(255 202 0);
    font-size:50px;
    border:none;
    opacity:.5;
    cursor: pointer;
}

.mbtn:hover{
    opacity:1;
}

.mbtn .fa-volume-up {display:none;}
.company.subheading{
    font-size: 20px;
    line-height: normal;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.checkout_coupon{ 
    display: flex; flex-wrap: wrap;
}

.checkout_coupon .ctitle{width: 100%;}
.checkout_coupon [type="submit"]{height: 50px !important;}
.swal-button{
    background: #ff4646 no-repeat;
    border: 1px solid #ff4646;
    border-radius: 0;
}

.swal-button:not([disabled]):hover{
    outline: none;
    background-color: #ffbb19;
    border-color: #ffbb19;
}

.swal-button--cancel {
    background-color: #efefef !important;
}

.woocommerce-info {
    border-top-color: #ffbb19;
}

.woocommerce-info::before {
    color: #ffbb19;
}

.intl-tel-input {
    position: relative;
    display: block;
}

.bookmark {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    cursor: pointer;
}

.bookmark .bookmark-description {
    visibility: hidden;
    width: 160px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 4px;
    padding: 5px 8px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -85px;
    z-index: 9;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    border: 1px solid #555;
    font-style: normal;
}

.bookmark .bookmark-description::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.bookmark:hover .bookmark-description {
    visibility: visible;
}

.removebookmark {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    top: -10px;
    right: -10px;
    color: #f00;
    cursor: pointer;
    font-size: 18px;
}

.removebookmark:hover {
    color: #cc0707;
}

.forgot_password {
  float: right;
}

.message-form{
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #fff;
}

.message-form p:last-child{padding-bottom: 0;}
.message-form .btn{ margin: 0 auto; display: block;}
input[type="radio"], input[type="checkbox"]{width: 20px; height: 20px;}
.radio-fld label{margin-right: 14px !important;}
.no-content {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #f00;
}

.flipbook-textLayer > span{cursor: grab;}
.col-md-2.left_tab_col{padding-right: 0;}
.login_left_form .alert-message, .login_right_form .alert-message {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #f00;
    margin-bottom: 5px;
}

.unmute {
	height: 20px;
	background: url(../images/mute.png) no-repeat;
	position: absolute;
	bottom: -20px;
	right: 4px;
    text-align: center;
	background-size: contain;
	background-color: #ffffffdb;
	font-size: 14px;
	font-family: 'Teko';
	text-transform: uppercase;
	line-height: 22px;
	padding: 0px 3px 0px 25px;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	background-position: 2px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 130px;
}

.unmute:hover {
    background-color: #ffca00;
}

.no-recent-orders {
    background: #f4efec;
    padding: 50px 15px;
    border-radius: 20px;
    text-align: center;
}

.no-recent-orders .heading {color: #0b1013;}
.no-recent-orders p {
    margin: 10px;
    color: #f00;
    font-family: 'Teko';
    font-size: 20px;
}

.all-order-btn-wrap{float: right;padding-right: 8px;}
.all-order-btn-wrap .btn{
    font-size: 16px !important;
    line-height: 50px !important;
    padding: 10px 15px !important;
    border-radius: 6px;
}

#google_translate_element {
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 0;
	height: 60px;
	overflow: hidden;
	width: 200px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 52px;
    text-transform: uppercase;
    color: #00bd00;
    text-shadow: 1px 1px 1px #ffbb19;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-failed {
    font-size: 52px;
    text-transform: uppercase;
    color: #bd0000;
    text-shadow: 1px 1px 1px #ffbb19;
}

.do-payment-in{
    padding-top: 24px;
    text-align: center;
    background: #0d151a;
    display: none !important;
}

.woocommerce table.shop_table {
    margin: 0 -1px 0 0;
}

.pay-detail {font-size: 25px;}
.do-payment-in small {
    color: #e62121;
    font-size: 16px;
}

.about_paypal{display: none;}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
    margin: 0 0 3em;
    list-style: none;
    font-size: 22px;
    background: #ffbb19;
    color: #0b1013;
    padding: 16px 0 0 20px;
}

ul.wc-item-meta{padding: 0;}
ul.wc-item-meta li{margin: 0;}
.my-book-button{
    padding: 8px 20px 0;
    background: #ffbb19;
    border-radius: 8px;
    color: #0b1013 !important;
    line-height: normal;
}

.my-book-button:hover {
    color: #df0707 !important;
}

.mt50{margin-top: 50px;}
.woocommerce-Pagination{
    text-align: center;
    padding: 20px;
}

.woocommerce .woocommerce-Pagination a.button{
    font-weight: 500;
    height: auto;
    font-size: 14px;
    line-height: 30px;
    background: rgb(255,186,5);
    background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%);
    border: none;
    color: #000;
    min-width: 90px;
    padding: 0 6px;
}

#chapter_lyrics strong {
	color: #fbc700;
	font-size: 18px;
	font-weight: normal;
}

.swal-footer, .swal-text {
    text-align: center !important;
}

.top-menu-bar {
	text-align: right;
	box-shadow: 0 0 6px rgba(255,255,255,0.2);
	position: fixed;
	width: 100%;
	z-index: 9;
	background: #0b1013;
    padding: 0px 0 8px;
}

.language-section {
    /* float: left;
    margin: 10px 0 0 0; */
    position: relative; 
    text-align: left;
}

.changelang {
	/* position: absolute;
	top: -16px;
	left: 9px;
	z-index: 1; */
    font-size: 16px;
    line-height: 24px;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffca01;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {display: none;}
.language-section .wpml-ls-statics-shortcode_actions{
    width: auto !important;
}

.flipbook-menuBottom.flipbook-menu-fixed.skin-color-bg.flipbook-bg-light {
    background: #fbc700 !important;
}

.flipbook-color-light {
    color: rgb(0, 0, 0);
}

.social-login {
	text-align: center;
	margin: auto;
}

.video_chapter_lyrics {
	position: relative;
	padding: 52% 0 0 0;
}

/* Thank you pop up css starts */
.thnk-you-pop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 99;
    display: none;
}

.thank-you-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    width: 800px;
    height: auto;
}

.close_thank_you {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #f00;
	color: #fff;
	font-size: 20px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
    line-height: 30px;
}

.close_thank_you:hover {
    background: #d92424;
}

/* Thank you pop up css ends */

/* teams_list start */
.teams_list .row{justify-content: center;}
.teams_list .sk_box{padding-top: 5px;}
.teams_list .sk_box figure { width: 300px; height: 298px; margin: 0 auto; border-radius: 100%; position: relative; box-shadow: 0 0 5px #ccc;}
.teams_list .sk_box figure img { max-width: 100%; max-height: 100%; object-fit: cover; }
.teams_list .sk_box figure span {
	position: absolute;
	bottom: 35px;
	z-index: 1;
	background: #ffca01;
	padding: 3px 10px;
	left: 0;
	right: 0;
	color: #000;
}

.teams_list .sk_box .sk_text {
	margin-top: 20px;
	padding: 0 15px 25px;
	font-family: 'Segoe UI Regular';
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
}

.teams_list .sk_box .sk_text .subheading {
	color: #ffca01;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.teams_list .sk_box .sk_text .deg {
	max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 10px;
}

.teams_list .sk_box .sk_text .deg::-webkit-scrollbar{width: 5px;}
.teams_list .sk_box .sk_text .deg::-webkit-scrollbar-track{-webkit-border-radius: 10px; border-radius: 10px; background-color: #ccc;}
.teams_list .sk_box .sk_text .deg::-webkit-scrollbar-thumb{-webkit-border-radius: 10px; border-radius: 10px; background-color: #ffca01;}
/* teams_list ends */

/* 16/11/22 ends*/
.template_forgot_password .heading{margin-bottom: 0;}
#pdfbook .slide-inner{margin: 0 auto;}
.mainContainer, main#site-content{margin-top: 65px;}
main#site-content .mainContainer{margin-top: 0;}
.woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 5px 40px; margin: 0 0 20px; font-size: 16px; line-height: 24px;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { top: 7px; left: 15px; }
.top-menu-bar .container{display: flex; align-items: center; justify-content: space-between;}
.wpml-ls-legacy-dropdown > ul{display: inline-block; vertical-align: top;}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{width: 320px !important;}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position: relative; padding-right: 15px;}
.wpml-ls-legacy-dropdown .wpml-ls-item{position: relative;}
.wpml-ls-legacy-dropdown .wpml-ls-item::after { content: '\f0d7 '; font-family: 'FontAwesome'; font-size: 18px; line-height: 18px; position: absolute; top: 8px; right: 0; cursor: pointer; pointer-events: none; color: #fbc700;}
.wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-sub-menu li::after{display: none;}
.top-menu-bar .container::after{display: none;}
.woocommerce-EditAccountForm.edit-account .row{margin-bottom: 20px;}
.woocommerce-EditAccountForm.edit-account br{display: none;}
.panel p:empty{padding: 0;}
.sidebar_btn { display: none; margin: 0 auto 10px; position: relative; z-index: 1; background: rgb(255,186,5); background: -moz-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%); background: -webkit-linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%); background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%); padding: 10px 40px 8px 15px; border-radius: 5px; font-family: 'Teko', sans-serif; font-weight: 400; font-size: 32px; line-height: 32px; text-align: center; cursor: pointer; overflow: hidden; }
.sidebar_btn::after { content: '\f078'; font-family: 'FontAwesome'; font-size: 14px; width: 40px; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: 0px; background: #000; text-align: center; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.sidebar_wrapper.opened .sidebar_btn::after{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
/* 16/11/22 start */
.odel {
	margin-bottom: 20px;
	font-size: 20px;
}

.my-order.no-recent-orders {background: #ed791e;}
.my-order.no-recent-orders .heading{margin: 0;}
.woocommerce-Address { color: #000000; padding: 30px 40px; -webkit-border-radius: 10px; border-radius: 10px; background: #fdfdfd; font-weight: 500; box-shadow: 0 0 5px #797979; }
.woocommerce-Address .woocommerce-Address-title {position: relative;}
.woocommerce-Address .woocommerce-Address-title .heading { color: #000000; width: 100%; margin: 0 0 15px !important; padding-right: 70px; word-break: auto-phrase;}
.woocommerce-Address .woocommerce-Address-title .edit { position: absolute; top: 15px; right: 0; background: #ed791e; color: #fff; padding: 0 15px; border-radius: 3px; }
.logged-in #site-content {margin-top:30px;}
/* .privacy-policy-link{color: #f00;}
.terms-use-link{color: #1877f2;} */

/* RTL Start */
body.rtl{text-align: right;}
.rtl .bg-music{left: 0; right: auto;}
.rtl .mbtn{padding: 10px 20px;}
.rtl .header-nav{margin-left: 0;}
.rtl .header-nav ul li a figure{margin-left: 5px; margin-right: 0;}
.rtl .language-section .wpml-ls-statics-shortcode_actions{text-align: right;}
.rtl .wpml-ls-legacy-dropdown .wpml-ls-item::after{left: 0; right: auto;}
.rtl .banner_part.show_front .banneritem#back_page_img{margin-left: -47%; margin-right: auto;}
.rtl .banner_part.show_front .banneritem#back_page_img img{height: 600px;}
.rtl .banner_part.show_front .banneritem#back_page_img img { transform: perspective(258px) rotateY(-4deg);}
.rtl .banner_part.show_front .banneritem.front_flip_image#back_page_img img{transform: perspective(258px) rotateY(-4deg);}
.rtl .login_right_form_col{border-left: none; border-right: 2px solid #fff;}
.rtl select{background-position: left 10px center;}
.rtl .nav_menu > ul {flex-direction: row-reverse;}
.rtl code, .rtl input[type="url"], .rtl input[type="email"], .rtl input[type="tel"]{direction: rtl;}
.rtl .register_page .show_pass{left: 0; right: auto;}
.rtl label{text-align: right;}
.rtl .forgot_password { float: left; }
.rtl input[type="checkbox"]:checked::before{margin: -0.1875rem -0rem 0 0; filter: brightness(0) invert(1);}
.rtl .register_form .login_left_form label input{margin: 0px 0px 2px 5px;}
.rtl .no-js .owl-carousel, .rtl .owl-carousel.owl-loaded{direction: ltr;}
.rtl .social-login .mo-openid-app-icons a{text-align: right;}
.rtl .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){max-width: 100%; width: 100%;}
.rtl .entry-content h1, .rtl .entry-content h2, .rtl .entry-content h3{margin-top: 0;}
.rtl .post-inner{padding-top: 0;}
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer{margin-top: 0;}
.rtl .footer-widgets-outer-wrapper { padding: 0; border: none; }
.rtl .dashboard_nav ul li .nav-icon{margin-left: 18px; margin-right: 0;}
.rtl .woocommerce-Address .woocommerce-Address-title .heading{padding-left: 70px; padding-right: 0;}
.rtl .woocommerce-Address .woocommerce-Address-title .edit{right: auto; left: 0;}
.rtl .left_tab { border-left: none; border-right: 4px solid #ccc; }
.rtl .bookmark{right: auto; left: 0;}
.rtl .left_tab ul li span.book-chapter::after{left: -10px; transform: translateY(-50%) rotate(180deg);}
.rtl .mainFooter .social a {margin-left: 20px; margin-right: 0;}
/* .rtl .fnav ul{flex-direction: row-reverse; float: right;} */

/* =============16/12/2024 rjStyle Start================= */
.rtl .fnav ul{margin: 0; flex-direction: row-reverse;}
.rtl .fnav ul li{margin-bottom: 0;}
.iconText { font-style: normal; display: -webkit-box !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.menu-icon, .show_share_menu i{display: none;}
/* =============16/12/2024 rjStyle Ends================= */

.rtl .copyright .left-text { min-width: 374px; direction: ltr; }
/* RTL Ends */

/* wpml */
.otgs-development-site-front-end {
	display: none;
}

.show_share_menu{cursor: pointer;}
.share-menu {
    margin: 30px 0 0;
    display: none;
    cursor: pointer;
}

.grecaptcha-badge {
	display: none !important;
}

.change_profile_picture_p, .change_profile_picture_p label{cursor: pointer;}
.profile_img .change_profile_picture_p label { margin: 6px 0 0; }
.avatar-list { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0008; z-index: 9; }
.avatar-list-in { max-width: 780px; margin: auto; position: relative; background: #fff; padding: 40px; -webkit-border-radius: 4px; border-radius: 4px; box-shadow: 0 0 4px #585858; }
.closeavatar { cursor: pointer; position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; line-height: 30px; background: #ff0000; text-align: center; color: #fff; font-size: 16px; border-radius: 100%; opacity: 0.8; -moz-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; } .allavatars { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.closeavatar:hover{opacity: 1;}
.avatar-item figure { cursor: pointer; flex: 1; width: 80px; height: 80px; overflow: hidden; -webkit-border-radius: 100%; border-radius: 100%; border: 2px solid #ff4646; } 
.avatar-item figure img { width: 100%; height: 100%; object-fit: contain; }
.avatar-list-in .change_profile_picture_p { position: static; transform: none; width: auto; height: auto; background: transparent; color: #171a1c; }
.avatar-list-in .change_profile_picture_p label { margin: 0; font-weight: 600; text-align: center; }
.avatar-list-in .change_profile_picture_p label i { width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 50%; color: #fff; background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%); margin: 0 0 0 5px; }
.change_profile_picture_p  input[type=file]::file-selector-button { margin: 6px 6px 0px 0; }
#change_profile_picture { margin-top: 10px; text-align: left; }
.orline { display: block; text-align: center; margin: 20px 0 10px; padding-top: 10px; font-weight: 600; font-size: 26px; line-height: normal; background: linear-gradient(0deg, rgba(255,186,5,1) 0%, rgba(237,121,30,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; border-top: 1px solid #c7c7c7; }

/* =============01/11/2023 rjStyle Start================= */
.woocommerce .woocommerce-checkout-review-order form.checkout_coupon{padding: 0; margin: 0; border: none;}
.woocommerce .woocommerce-checkout-review-order .form-row-first { width: 60%; margin: 0; }
.woocommerce .woocommerce-checkout-review-order .form-row.form-row-last { width: auto; margin: 0; }
.woocommerce-checkout-review-order .woocommerce-form-coupon-toggle{display: none;}
.woocommerce-checkout-review-order .checkout_coupon .ctitle { width: 100%; font-size: 20px; font-weight: normal; color: #ffbb19; padding-bottom: 0; }
.woocommerce .woocommerce-checkout-review-order form.checkout_coupon{display: flex !important;}
.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper { margin: 85px 0 -40px; }
.item-box { text-align: center; }
/* =============01/11/2023 rjStyle Ends================= */
del.stringLoginHome {
	text-decoration: none !important;
	text-transform: lowercase;
}

.twitter {
	/* border: 1px solid #fff; */
	border-radius: 100%;
	padding: 5px;
}

.social-login .mo_btn-social>:first-child {
    border: none !important;
}

.social-login .mo-openid-app-icons a img {
    padding: 8px !important;
    margin: 4px 0 0 3px !important;
    border: none !important;
    max-width: 44px;
}

.social-login .mo-openid-app-icons a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    background: #ffbb19;
    z-index: 9;
    width: 1px;
    height: 100%;
}
/* .page-id-490 .language-section,.page-id-12 .language-section,.page-id-498 .language-section,.page-id-486 .language-section,.page-id-494 .language-section,.page-id-1673 .language-section {
	display: none !important;
} */
.page-id-490 .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol,.page-id-12 .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol,.page-id-498 .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol,.page-id-486 .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol,.page-id-494 .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol,.page-id-1673 .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol {
	display: none !important;
}
/*
.woocommerce-checkout span.woocommerce-input-wrapper em {
    position: absolute;
    left: 19px;
    padding: 12px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-style: normal;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
}
.woocommerce-checkout input#billing_phone {
    padding-left: 60px;
}
 .woocommerce-EditAccountForm.edit-account .myPhonePre{
    position: absolute;
    top: 52%;
    left: 13px;
    padding: 10px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
} */
.woocommerce-EditAccountForm.edit-account input#account_billing_phone ,.page-template-my-dashboard input#billing_phone {
    padding-left: 50px;
}
.page-template-my-dashboard form em {
	position: absolute;
	left: 13px;
	padding: 10px;
	font-weight: 600;
	font-style: normal;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
}


.myPhonePre {
    z-index: 10;
    position: absolute;
    margin-top: -38px;
    padding-left: 10px;
  }

  .page-id-12 em {
    display: none;
  }
  .dashboard_big_col .woocommerce-address-fields .screen-reader-text {
    clip: unset;
    position: static !important;
    height: auto;
    clip-path: fill-box;
    margin-bottom: 8px;
}

.form-row.place-order {
    flex-direction: column;
}
.refund-policy-checkbox {
    margin-top: -25px;
}

.swal-modal .swal-button, .popup_press_content form [type="submit"], #popupOverlay #popupBox button{
  background: #000;
  border: 1px solid #000;
  border-radius: 0;
}
.swal-modal .swal-button:hover, .popup_press_content form [type="submit"]:hover, #popupOverlay #popupBox button:hover{
    color: #000;
    background: #ffca01;
}

/* ============rjStyle App Button Start 28/11/2024 Start============ */

.appButton {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: max-content;
    padding: 4px 20px 4px 8px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 500;
    position: absolute;
    z-index: 91;
    top: 50%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.appButton:hover, .openQR.appButton{
    background: #ffbb19;
    color: #000;
}
.appButton i {
    width: 42px;
    height: 42px;
    font-size: 1.5em;
    display: grid;
    place-items: center;
    background: #ffbb19;
    color: #000;
    border-radius: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.appButton:hover i, .openQR.appButton i{
    background: #fff;
    color: #000000;
}
.appButton.androidApp {
    transform: translate(-36%, -50%) rotate(90deg);
    left: -4px;
}
.appButton.iosApp {
    right: -4px;
    transform: translate(32%, -50%) rotate(270deg);
}

.iosAppView {
    background: #000000d6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 91;
    opacity: 0;
    visibility: hidden;
    display: grid;
    place-items: center;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.openQRCode .iosAppView{
    opacity: 1;
    visibility: visible;
}
.iosAppView-in {
	max-width: 720px;
	width: calc(100% - 40px);
    position: relative;
    background: #fff;
    margin-top: 20px;
}
.openQRClose {
    cursor: pointer;
	background: #ff0000;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 100%;
	padding: 6px;
	font-size: 18px;
	position: absolute;
	top: -15px;
	right: -15px;
    opacity: 0.8;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.openQRClose:hover{opacity: 1;}
/* ============rjStyle App Button Start 28/11/2024 Ends============ */
.fa-play.flipbook-icon-fa.flipbook-menu-btn.skin-color.fa.flipbook-color-light {
	display: none;
}
[lang="ru-RU"] .icon_box h3{font-size: 20px;}

div#openpay_cards h3, div#openpay_cards p, div#openpay_cards label {
    color: #000 !important;
}
div#payment_form_openpay_cards input {
    width: 100% !important;
    height: 45px !important;
    padding: 10px !important;
}
#home_login_form .show_pass i{
    top: 63px;
    color: #fff;
    z-index: 9;
}

