@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
	Theme Name: More Capital

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1500px !important;
    margin: 0 auto;
    width: 100%;
}

body {
	font-family: Heebo, Helvetica, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 36px;
	direction:rtl;
	text-align:right;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:#444;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
/* header */
.header {
padding:10px 0;

}

.logo img {
    height: 120px;object-fit: contain;
}

.menu-side a.ld-button {
    background: linear-gradient(to right , #3e96de, #575dfa);
    text-align: center !important;
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
	padding:12px 35px; 
}

.sticky1 {
position: fixed;
top: 0;
width: 100%;
z-index:9;
animation: smoothScroll .8s forwards;
}

@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}

/*Menu Icon style */

.toggle{
	z-index: 100;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: relative;
	width: 35px;	
	vertical-align:middle;
	height:30px;
}

label.toggle span{
	display: block;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

label.toggle span:nth-child(1) {top: 0px;}

label.toggle span:nth-child(2), label.toggle span:nth-child(3) {margin-top: 4px;}

label.toggle.open span:nth-child(1) {
	margin-top: 1px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

label.toggle.open span:nth-child(2) {opacity: 0;}

label.toggle.open span:nth-child(3) {
	margin-top: -10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* End Menu Icon style */

/* logo */

.sform {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 95%);
    z-index: -9999;
	visibility:hidden;
	transition: opacity .5s;
	opacity:0;
}

.active-form{
	visibility:visible;
	opacity:1;
	z-index:9999;
}

.sform a.search-toggle { color: #000; position: absolute;  top: 15px; right: 25px;  z-index: 999999; font-size: 48px; }

.sform input, .sform button {    background: transparent;    border: 0;   }

.sform input {    font-size: 20px;    border-bottom: 1px solid #ccc;    width: 100%;   }

form.search {    width: 350px;    display: flex;    align-items: center;    justify-content: space-between;   }


/* nav */
.main-nav{	color:#015198;}

.nav_area ul li{display:inline-block; padding:0 15px;  }

.nav_area ul li a {
    padding:0px 20px;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
	line-height: 24px;position:relative;
	
}

.nav_area ul li:not(:last-child) {
	border-left:2px solid #000;
}

.nav_area ul li a:hover{color: #fdf59c;}
.nav_area ul li.current-menu-item a{
	color: #fdf59c;
    font-weight: 700;
	
}
ul.sub-menu {
    position: absolute;
    display: none;
    background: #ddd;
    z-index: 555;
}

ul.sub-menu li{	display:block;}

ul.sub-menu li a{
	padding:5px 10px;
	display:block;
    border-bottom: 1px solid #fff;
}
@media(min-width:768px){
.nav_area ul li:hover ul.sub-menu {	display:block;}


.nav_area > ul > li ul.sub-menu {
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    display: block;
}

.nav_area > ul > li:hover ul.sub-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}
	
ul.menu{display:block !important; }
	
	.nav_area ul li a:after{content:''; display:block; width:100%; height:5px; background:transparent; position:absolute;  bottom:-20px; left:0; }
	.nav_area ul li.current-menu-item a:after{ background:#fdf59c; }	
	
	
	
}
a.head-btn {
    display: inline-block;
    background: linear-gradient(to right , #3e96de, #575dfa);
    padding: 8px 50px;
    color: #fff;
    font-size: 21px;
    border-radius: 25px;
    line-height: normal;
    box-shadow: 5px 5px 11px #33333369;
}



/* sidebar */
.sidebar {}

/* footer */
.footer {}

.top-footer {
    background: url(../../../wp-content/uploads/2020/10/footer-bg.png) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}

.bottom-footer {
    background: #fdf59c;
    font-size: 19px;
    line-height: 26px;
    padding: 15px;
}

.top-footer ul li {
    font-size: 24px;
    line-height: 35px;
}

.rp-desc {color:#000;}


.header-bottom div#stock_ticker-2 {
    border-left: 2px solid;
    border-right: 2px solid;
}

.stock-ticker-container ul li:not(:first-child) {
    border-left: 2px solid #ccc;
}

li.ticker-spacer {
    display: none;
}


.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar .alignnone {
    margin: 0;
}
/*------------------------------------*\
	404 PAGE
\*------------------------------------*/
.letters {
    line-height: 155px;
    font-size: 150px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.letters strong {
    color: #5f636b;
    transform: rotate(24deg);
    display: inline-block;
    padding: 0 10px 0 17px;
}

.error-page h2 {
    color: #000;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

a.home-btn {
    display: inline-block;
    padding: 0 40px;
    background: #0c5156;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0 40px 0;
}

.tss-grid-item.carousel-item {
    display: block;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.single p {
    margin-top: 0;
    margin-bottom: 4rem;
}

.wrapper {
    background: url(../../../wp-content/uploads/2020/10/main-bg.png) no-repeat top center;
	background-size:100% auto;
}

.border-title{
	display:table;width: auto !important;
}

.page-title .elementor-heading-title {
    font-size: 98px;
    line-height: 100px;
    margin-bottom: 0 !important;
    font-weight: 900;
	position: relative;	
    padding: 0 25px;
    z-index: 9;
}

.medium-title .elementor-heading-title {
    font-size: 63px;
    line-height: 73px;
    margin-bottom: 0 !important;
    font-weight: 900;
	position: relative;	
    padding: 0 0 0 25px;
    z-index: 9;
}

.sub-title .elementor-heading-title, .home-imgbox h5 {
    font-size: 43px;
    line-height: 52px;
    margin-bottom: 0 !important;
    font-weight: 900;
	position: relative;	
    padding: 0 0 0 25px;
    z-index: 9;
}

.border-title .elementor-widget-container:after, .home-imgbox h5:after {
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    background: #fdf59c;
	position: absolute;
    bottom: 0;    
}

.border-title .elementor-widget-container:after, .home-imgbox h5:after {
	margin-top:-25px;
	position: unset;
}

.sub-title.border-title .elementor-widget-container:after, , .home-imgbox h5:after {
    height: 15px;
    bottom: -1px;
}
.box-img img {
    object-fit: contain;
}

.sub-title.border-title {    min-width: 650px !important;   }
.home-imgbox h5 {
    margin: 20px 0 40px 0 !important;
}

p.elementor-image-box-description {    color: #000 !important;   }

.ser-row .elementor-image-box-title{ font-size:38px; padding:20px 0; }

h4.post-title {    font-size:38px;    line-height: 34px;    padding-bottom: 20px;     min-height: 88px;
    overflow: hidden; color:#000; }

h4.post-title a { color:#000; }

.post-item .date {    color: #949494;    font-size: 25px;    padding: 20px 0;     direction: ltr;   }

.post-item * {    font-family: Heebo, Helvetica, sans-serif; }
.product .single-product:after {
    content: '';
    display: block;
    clear: both;
}

.shadow-list li {    border-bottom: 1px solid #6fa7e6;    padding: 5px;position: relative;    padding-right: 20px; }

.shadow-list li:before {
    content: '*';
    color: #37af7e;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 9px;
    right: 0;
    font-size: 27px;
}

.shadow-list ul {
    position: relative;
}

.shadow-list ul:before {
    content: '';
    display: block;
    width: 100px;
    height: 800px;
    background: url(../../../wp-content/uploads/2020/10/pencil.png) no-repeat;
    position: absolute;
    left: 10%;
    top: -15%;
    z-index: 9;
    background-size: contain;
}

.yellow-list ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #000;
    column-gap: 30px;
}
.yellow-list ul li {
    background: #fdf59c;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

.marqueecoinlore {direction:ltr; }
.coinlore-priceticker-widget > div {    box-shadow: none !important;   }

.container > .learndash > .learndash-wrapper > .ld-item-list.ld-lesson-list {
    display: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


.header-bottom .mcwp-crypto {    display: flex;   }
.mcwp-crypto .mcwp-label {    padding: 0;    background: transparent;    box-shadow: none !important;  }

.mcwp-crypto .mcwp-card-head p, .mcwp-crypto .cc-coin b {    font-size: 16px;  }

.header-bottom {    background: #f4f4f4;    padding: 25px 0;  }
.mcwp-crypto .mcwp-card-head img {max-width:25px;}

.mcwp-crypto .cc-label-col {margin-right:0px;     margin-left: 10px; }
.mcwp-crypto .mcwp-label {    margin-bottom: 0;  }
.mcwp-crypto .mcwp-label .mcwp-label-dn1-body {    display: none;    }
.mcwp-crypto span:not([class*="mcwp"]) {    padding-right: 0;   }

.mcwp-crypto .mcwp-card-head p, .mcwp-crypto .cc-coin b {padding: 0px 0 0 28px !important;}
.mcwp-crypto .mcwp-label b {margin:0; }

.stock-ticker-wrapper ul.stockticker .sqitem {font-size:16px; line-height:20px; }
/*------------------------------------*\
    Contact
\*------------------------------------*/

.cform input, .cform textarea , .hform input {
    width: 100%;
    padding: 8px 15px;
    text-align: center;
    margin-bottom: 15px;
	direction: rtl;
}

.cform textarea { height:100px; resize:none; }

.cform input.wpcf7-form-control.wpcf7-submit, .hform input.wpcf7-form-control.wpcf7-submit  {
    background: linear-gradient(to right , #3c99d9, #5b53ff);
    border: 0;
    color: #fff;
    font-size: 32px;
}

.hform input {border:0;}

.hform input.wpcf7-form-control.wpcf7-submit{background:#fdf59c; color:#000; 
    direction: rtl;}

.hform div.wpcf7 .ajax-loader {
    
    position: absolute;
    right: 15px;
    bottom: 42px;
}

.home-right p {margin-bottom:40px; line-height:40px;}

.blog-page .post-item {    background: #FFF;     box-shadow: 0 0 10px;  }  
.blog-page h4.post-title {    padding: 25px 15px ;    font-size: 22px;    min-height: 118px;     overflow: hidden; }
.blog-page .post-item .date {    padding: 15px;    font-size: 20px; border-top: 1px solid #ccc; }
.blog-page .post-img img { width:100%; height:200px; object-fit:cover;  }



.woocommerce ul.product_list_widget li img {
    width: 100%;
    float: none;
    height: 250px;
    object-fit: cover;
}

.cform input {    padding: 12px 15px;    color: #000;    font-size: 18px;  }

.cform ::placeholder { color:#000; font-size: 18px; }

/*------------------------------------*\
	product
\*------------------------------------*/

.side-product ul.product_list_widget {   background: #fff;    box-shadow: 0 0 10px #adabab;  }

.side-product ul.product_list_widget li{padding:0;}

.pro-bottom a.button {
    background: #ec5252;
    color: #fff;
    text-align: center;
    margin: 15px 0;
    padding: 20px 10px;
}

.pro-bottom a.btn.btn.btn-outline-secondary {
    border-color: #307372;
    font-size: 20px;
    color: #307372;
    font-weight: 700;
    padding: 18px 10px;
    line-height: 20px;
    margin-bottom: 20px;
}

.pro-bottom a.btn.btn.btn-outline-secondary:hover { color:#fff;  }

.pro-bottom .short-description {
    font-size: 16px;
    line-height: 22px;
}

.pro-bottom ins {
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
}
.pro-bottom del {
    opacity: .5;
}

.pro-bottom h3.product-title {
    padding-bottom: 20px;
}

/*------------------------------------*\
	   WOOCOMMERCE
\*------------------------------------*/

.woocommerce ul.product_list_widget li .short-description  ul{padding-right:20px;}

.woocommerce ul.product_list_widget li .short-description li:before {    display: none;  }

.woocommerce ul.product_list_widget li .short-description li {    list-style: disc outside;    padding-bottom: 5px;  }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {    flex: 0 0 48%;    max-width: 48%;  }

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

.woocommerce form .form-row {    DISPLAY: BLOCK;  }

form.checkout.woocommerce-checkout {    background: #fff;    padding: 25px;  }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    padding: 8px 15px;
    border: 0;
    background: #f4f4f4;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background: linear-gradient(to right , #3e96de, #575dfa);}

.wrapper .woocommerce {    padding: 50px 0;  }

.learndash-wrapper .ld-modal1 { left: 50%; margin:20px 0; 	top:50%;	line-height: normal;  }

.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img {    max-width: 220px;  }

.learndash-wrapper .ld-login-modal .ld-login-modal-form {    margin: 1em 0;   }

.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before , 
.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before  {    top: 60px;  }
.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer {    color: #1e73be !important; }

.update-btn,.update-btn:hover {
	display: inline-block;
    background: linear-gradient(to right , #3e96de, #575dfa);
    padding: 8px 50px;
    color: #fff;
    font-size: 21px;
    border-radius: 25px;
    line-height: normal;
   float: left;
}


.pro-bottom a.button, .pro-bottom a.btn {    display: block;  }
.side-product {	background:#fff;box-shadow: 0 0 10px #ddd; }
.pro-sidebar.side-product img {    width: 100%;  }
.pro-bottom .short-description p {    margin-bottom: 15px;   }
.single-product h2.woocommerce-loop-product__title {    font-size: 42px;    font-weight: 700;     padding-bottom: 15px; }

.short-description ul {    padding-right: 18px;   }
.short-description ul li {    list-style: disc;  }



.udlite-block-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-right:25px;
}

.udlite-block-list li {
    width: calc(50% - (2.4rem/2));
    font-size: 16px;
    color: #000;
    line-height: normal;
    padding-bottom: 12px;
	list-style:disc;
}

.single.single-sfwd-courses {
    font-size: 16px;
    line-height: 24px;
}

.single.single-sfwd-courses ul li p{margin-bottom:0;}
.single.single-sfwd-courses main ul {    padding-right: 25px;    padding-bottom: 25px;  }
.single.single-sfwd-courses main ul li {list-style:disc; padding-bottom:7px; }
.single.single-sfwd-courses p {margin-bottom:20px;}
.single.single-sfwd-courses p:last-child {margin-bottom:0}

.more-content {height:150px; overflow:hidden; -webkit-mask-image: linear-gradient(#fff,#fff,rgba(255,255,255,0));}

.remove-gradient{-webkit-mask-image: none;}

span.elementor-icon-list-icon {
    padding-left: 10px;
}

.course-meta{ color:#fff; background:#1E1E1C; }
.course-meta h1 {    font-size: 40px;    font-weight: 700; padding:5px 0; }
.course-btn .btn {    font-size: 14px;    margin: 0 0 0 5px;    padding: 7px 16px;  }
.course-meta span.author a {    color: #56e3d8;    pointer-events: none; text-decoration:underline;  }
.breadcrumbs span {    color: #56e2d8;  }
.breadcrumbs .fa {    padding: 0 10px;    font-size: 11px;    vertical-align: middle;  }
.social-share a {    color: #fff;    display: inline-block;    padding-left: 10px; font-size:18px;  } 

a.dash-login {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #5661f9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}




/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-pings,
.entry-comments, .comments ul  {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-right: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}




.comments ul li {
    font-size: 14px;
    padding: 20px 0;
    list-style: none !important;
}
.comments ul .children {
    margin-top: 40px;
    border: 1px solid #ccc;
	padding: 0 !important;    margin-right: 40px;
}
.comments ul li li {
    background-color: #f5f5f6;
	    padding: 25px 30px !important;
}
.comments ul li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] , .comment-respond textarea{
   width: 100%;
    padding: 8px 15px;
    max-width: 400px;
    border: 0;
    background: #f4f4f4;
    border: 1px solid #ddd;
	    margin-bottom: 10px;
}
p.comment-form-cookies-consent label {
    margin-bottom: 0;
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
p.comment-form-cookies-consent input {
    margin-left: 10px;
}

.comments p.form-submit input[type=submit] {
    background: linear-gradient(to right , #3e96de, #575dfa);
    text-align: center !important;
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    padding: 12px 35px;
    border: 0;
    color: #fff;
}

.comment-respond label {
    display: block;
    
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
	margin-top:5px;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px 30px;
    text-transform: capitalize;
	display:inline-block;
    background: linear-gradient(to right , #3e96de, #575dfa);
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}


.single.single-sfwd-courses .comments ul {   padding:25px 40px;   }
.comment-author.vcard img {
    height: 50px;
    width: 50px;
    border-radius: 100%;margin-left: 20px;
}
.comment-author.vcard {display:flex; align-items:center; padding-bottom:10px; }
.comment-author.vcard .fn {    font-style: normal;  }
.comments h2 {    margin-bottom: 25px;  }
.stars-avg-rating {    text-align: right;   font-size: 0;     margin: 0; }
.stars-avg-rating .rating-stars {margin-right:0;}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:768px) {
	 .toggle , span.arrow{    display: none;}
}

@media only screen and (max-width:1350px) {
	.nav_area ul li a{ font-size:20px;padding: 0 12px;}
}

@media only screen and (max-width:1200px) {
	.nav_area ul li a{ font-size:18px;padding: 0 8px;}
}

@media only screen and (max-width:992px) {
	.nav_area ul li {padding:0;}
	.nav_area ul li:not(:last-child) {border-width:1px;}
	
	.home-right p{ font-size:20px !important; line-height:26px;  margin-bottom: 20px; }
	
}

@media only screen and (max-width:767px) {
	
	.top-footer {background-position:right;}
	
	 .home .wrapper {    background-size: auto 1800px;    background-position: top right;  }
	 .wrapper {    background-size: auto 1200px;    background-position: top right;  }
	
	.menu-side { position: initial;}

	.nav_area { position: initial; text-align:right;}

	.nav_area  .menu {
		display: none;
		width: 100%;
		position: absolute;
		right: 0;
		background: #5366f5;
		z-index: 999;
		text-align:left;
		margin-top: 30px;
	}

	span.arrow {
		display: inline-block;
		width: 10%;
		text-align: center;
		cursor:pointer;
		color:#fff;
	}

	.nav_area ul li { display: block; border-bottom: 1px solid #ddd;}
	
	.nav_area ul li a {
		padding: 15px;
		color: #FFF;
		text-decoration: none;
		line-height: normal;
		float: none;
		clear: both;
	}

	ul.sub-menu li a{	border-bottom:0px;}

	ul.sub-menu {position: relative; background:#000;}

	.nav_area > ul > li > a {display:inline-block; width:90%;}
	
	.menu-side .widget_text {  padding-left: 10px; }
	
	.menu-side a.ld-button {    padding: 7px 20px;    font-weight: 400;     font-size: 13px;  }
	
	.header-bottom .row > *:not(:last-child) {    padding-bottom: 10px;    margin-bottom: 10px;     border-bottom: 1px solid #ddd; }
	
	.header-bottom div#stock_ticker-2 {border-left:0; border-right:0;     padding-top: 10px;
    padding-bottom: 20px;}
	
	
	.top-footer ul li , .bottom-footer{    font-size: 14px;    line-height: 25px;  }
	
	.top-footer ul {padding-top:30px;}
	body {    font-size: 16px;    line-height: 25px;   }
	.box-img img {    filter: brightness(0);  }
	
	.sub-title.border-title {    min-width: initial !important;  }
	.medium-title .elementor-heading-title {font-size:40px; line-height:46px;}
	.sub-title .elementor-heading-title, .home-imgbox h5 {font-size:26px; line-height:32px;  }
	
	.yellow-list ul {    display: block;  } 
	.yellow-list ul li { margin-bottom:20px;  }
	.shadow-list ul:before {display:none; }
	
	label.toggle {    width: 25px; height:auto;  } 
	.menu-side > * {    flex-direction: row-reverse;    justify-content: flex-start !important;  }
	a.search-toggle {      margin-right: 10px;  font-size: 18px;    color: #000;    margin-top: -3px;  }
	
	.nav_area ul li:not(:last-child) {    border-left: 0;  }
	.hform input {    background: #f4f4f4;  }
	h4.post-title , .post-item .date {    font-size: 18px;    line-height: 25px;  }
	.ser-row .elementor-image-box-title{padding:10px 0;    font-size: 22px;    line-height: 25px; }
	
	.blog-page h4.post-title, h4.post-title {     min-height: auto;   }
	.page-title .elementor-heading-title {font-size:48px; line-height:50px;}

	.update-btn, .update-btn:hover {    padding: 8px 25px;   text-align: center;    font-size: 16px; float: none;
    margin: 0 auto;    display: table; }
	
	a.dash-login.mr-lg-5.ml-3 {
    margin: 0 10px !important;
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
	
}
@media only screen and (max-width:450px) {
	.logo img {    height: 70px;   } 
	a.dash-login.mr-lg-5.ml-3 {		margin: 0 5px !important;}
	
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}