/*----------------------------------------
    Main Style CSS
------------------------------------------*/

/*
var(--titlecolor)
var(--bdhcolor)
var(--brcolor)
var(--brhovercolor)
var(--brrgb)
var(--bropacity)
var(--black)
var(--white)
var(--bdcolor)
var(--bshadow)
var(--linkcolor)
var(--pracolor)
*/

/* 1. global css */

html, body{
	overflow-x:hidden;
}
.fix {
    overflow: hidden;
}
.clear_both {
    clear: both;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
body {	
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;	
	color:var(--pracolor);
     margin: 0;
     direction: ltr;
     unicode-bidi: embed;	
}
p {
	margin:0;
	transition: .5s;	
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-family: "Raleway", serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition:.5s;
    transition: .5s;
	color:var(--titlecolor);
    margin: 0 0 10px;
	font-size: 21px;
}
h1 {
    font-size: 25.03px;
}
h2 {
    font-size:21.03px;
}
h3 {
    font-size: 20.36px;
}
h4 {
    font-size: 18.94px;
}
h5 {
    font-size: 17.88px;
}
 h6 {
    font-size: 16.00px;
}
 img {
    max-width: 100%;
    height: auto;
}
a{
    -webkit-transition:.5s;
    transition: .5s;
	text-decoration:none;
	color:var(--linkcolor);
}
.btn-primary:focus,
select:focus,
textarea:focus,
input:focus{
   box-shadow: none !important;
	border: none;
}
textarea,
input{
	outline:none;
}

.btn:focus {
    text-decoration: none;
    outline: none;
	box-shadow: none;
}
a:focus, 
a:hover {
    text-decoration: none;
	  outline: none;
} 

.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
input:focus,
button:focus{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;	
}
hr {
    margin: 60px 0;
    padding: 0;
    border-top: 0;
}
.mp-0 {
    margin: 0;
}
.mtb-40 {
    margin: 40px 0;
    border-top: 0;
}
label {   
    cursor: pointer;
    font-weight: 400;
}
figure {
    margin: 0;
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}

.mb30{
	margin-bottom:30px;		
}


/*========================
 #11 wpdream preloader css
=========================*/
.twr_pretwr_loader_pre {
    width: 100%;
    z-index: 9000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.twr_pretwr_loader_pre .twr_animation {
    position: absolute;
    z-index: 9999;
    text-align: center;
}
.twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
    height: 8em;
    margin: auto;
    width: 8em;
    -webkit-animation: twr_circle_pre 1s infinite linear;
    animation: twr_circle_pre 1s infinite linear;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: var(--brcolor);
    border-bottom-color: var(--brcolor);
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 700;
    font-size: 3em;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:before {
    content: attr(data-text-pretwr_loader_pre);
    color: var(--brcolor);
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-animation: twr_textletter_pre 4s infinite;
    animation: twr_textletter_pre 4s infinite;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(11):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(12):before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.twr_pretwr_loader_pre .twr_loader_pre {
    position: fixed;
    top: 0;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
    left: 0;
    width: 100%;
}
.twr_loader_pre .row {
    height: 100%;
}
.twr_loader_pre .trw_prebg {
    padding: 0;
}
.twr_loader_pre .trw_prebg .twr_bgoverlay {
    width: 100%;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: var(--white);
    height: 100%;
    left: 0;
}
.twr_loader_pre .twr_animation {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
}
.twr_loader_pre .trw_prebg .twr_bgoverlay {
    transition: 0.7s 0.3s;
    width: 0;
}
#pretwr_loader_pre {
    right: 0;
    bottom: 0;
    background: var(--white);
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
}
.loding_logo {
    margin-bottom: 30px;
}
.twr_precross {
    text-align: center;
    z-index: 99999;
    margin-top: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    color: var(--pracolor);
    font-weight: 400;
}
.twr_pre_remove{
	display:none;
}
@media screen and (max-width: 767px) {
    .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
        height: 8em;
        width: 8em;
    }
    .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
        font-size:  2em;
    }
}
@media screen and (max-width: 500px) {
    .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
        height: 6em;
        width: 6em;
    }
    .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
        font-size:  1.2em;
    }
}
@-webkit-keyframes twr_circle_pre {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes twr_circle_pre {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes twr_textletter_pre {
    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@keyframes twr_textletter_pre {
    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

/*===========================================================================================
							#START TO FOOTER ELEMENT CSS
=============================================================================================*/

.witr_fwtm ul{
	padding:0;
	margin:0;
}
.witr_fwtm ul li{
	list-style:none;
}
.witr_fwtm ul li a,
.witr_fwtm ul li{
    line-height:38px;
    -webkit-transition: .5s;
    transition: .5s;	
}
.witr_fwt ul li{
	display:block;
}
.witr_fwt ul li a {
    color: var(--pracolor);
}
.witr_fwtt .tagcloud a{
    font-size: 16px !important;
    line-height: 27px;
    margin-right: 15px;
    padding: 0;	
}
.witr_own_shorcode {
 margin-top: 21px;
}
.checkbox_witr input {
	width: 20px;
	float: left;
	margin-right: 15px;
	margin-top: -8px; 
 }
.checkbox_witr span {
    font-size: 15px;
 }

.wpdream-description-area p,
.wpdream-description-area a,
.social-icons{
	 margin-top: 10px;
}
.wpdream_f_color .widget a,
.wpdream_f_color .widget p,
.wpdream_f_color .widget span,
.wpdream_f_color .widget li,
.wpdream_f_color .widget li a,
.wpdream_f_color .footer-sociala-icon{
    color: var(--white);
}
.wpdream-description-area .social-icons a {
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
	height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;	
	background: var(--black);
}
.wpdream-description-area .social-icons a:hover{
	background: var(--brhovercolor);
    color: var(--white) !important;	
}
.wpdream_f_color .widget a:hover{
	color:var(--brcolor);
}
.wpdream_f_color .widget .tagcloud a:hover{
	color:var(--white);
}
.wpdream_f_color table td{
	color:var(--white);
}
.wpdream_f_color .tagcloud a {
     background: transparent;
}


.footer-middle .widget-title{
    margin-bottom:20px;	
}
.recent-post-item {
    display: flex;
    gap: 12px;
    padding-top: 10px;
}
.recent-post-image {
    margin-bottom: 5px;
    flex: 0 0 auto;
}
.recent-post-text h4 a,
.recent-post-text h4{
	margin-bottom: 0;
	font-size:16px;
	font-weight: 400;
}
.recent-post-text .rcomment {
    font-size: 14px;
    font-weight: 400;
}
/* === END SIDEBAR AND FOOTER UNIT TEST ==== */


/*=======================
#1 wpdream body social icon css
========================*/

.em_slider_social {
    position: fixed;
    right: 30px;
    text-align: center;
    top: 60%;
    z-index: 999999;
}
.em_slider_social li {
    display: block;
    list-style: outside none none;
    text-decoration: none;
}
.em_slider_social a {
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 33px;
    margin-bottom: 10px;
    text-align: center;
    width: 35px;
    background: var(--brcolor);
    color: var(--white);
}
.em_slider_social a:hover{
	    background: var(--brcolor);
}
/*=======================
#2 wpdream mobile menu css
========================*/
.mobile-menu{
 display:none !important;
}
 .mobile_logo_area{
 display:none !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid var(--bdcolor);
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: var(--titlecolor);
}
.mean-container .mean-nav ul li li a:hover,
.mean-container .mean-nav ul li a:hover {
    background: #66666617;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid var(--bdcolor);
    font-weight: 600;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
	padding: 80px 20px 0px;
	overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: var(--white);
}
.mobile_p .wpdream_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .wpdream_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;
    width: 92%;
    border-top: 1px solid var(--bdcolor);
    font-size: 14px;
    padding: 12px 11px;
}
.mean-container .mean-nav ul li a.mean-expand {
    top: 0px;
    width: 26px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #66666617;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #66666617;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}

.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
    color: var(--titlecolor);
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
.mobile_menu_items {
    text-align: center;
    padding: 25px 0 0;
    overflow: hidden;
    clear: both;
}
.mobile_menu_items .donate-btn-header,
.mobile_menu_items .p_menu_social,
.mobile_menu_items .mini_shop_content
{
    padding: 10px 0;
}
/* ============== 
#2-1 wpdream logo css
================= */
.align_item_center,
.logo-right,
.logo-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
.logo-left .logo {
    text-align: left;
}
.logo a {
}
.mrt10{
	margin-top:10px;
}
/* logo sticky */

.wpdream-main-menu .logo a.main_sticky_main_l {
    display: block;
}
.wpdream-main-menu .logo a.main_sticky_l {
    display: none;
}
/* logo sticky box menu */
.hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
    display: none;
}
.hmenu_box_style.hbg2 .logo a.main_sticky_l {
    display: block;
}
/* logo pre */

.wpdream-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}
.wpdream-main-menu .prefix .logo a.main_sticky_l {
    display: block;
}
/*========================
 #3 wpdream top menu css
=========================*/
/* LEFT RIGHT CSS */
.wpdream_theme_harea.hdisplay_none {
    display: none;
}
.wpdream-header-top {
	padding: 10px 0;
	background: var(--brcolor);
}
.top-address p {
    margin-bottom: 0;
    gap: 15px;
}
.top-address p a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */
.tx_itemmiddle,
.top-right-menu{
    gap: 12px;
}
.top-welcome p span, .top-welcome p a, .top-welcome p, .top-address p a, .top-right-menu .social-icons li a, .top-address p span,.ossos .em-quearys-menu i {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
}
.topsr .em-quearys-form .em-quearys-menu i{
	color:var(--pracolor);
}
.top-welcome p span i,
.top-address p span i,
.top-address p a i {
	font-size: 13px;
    margin-right: 5px;
}
.top-welcome p {
    padding: 0px;
    margin: 0px;
}
.ossos .em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: auto;
    width: auto;
    line-height: initial;
    margin-left: 0;
}
/* top menu */
.top-right-menu .social-icons {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}
.top-right-menu .social-icons  li {
    position: relative;
    list-style: none;
}
.top-right-menu .social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}
.top-right-menu .social-icons li a:hover{
	color:var(--brhovercolor);
}
.top-right-menu .menu-item-has-children > a:after {
    margin-left: 4px;
    content: "\e64b";
     font-family: themify;
    font-size: 14px;
}
/* sub menu css */
.top-right-menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 134%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 150px;
	text-align: left;
	z-index: 999999;
	transition: .5s;
	margin: 0;
	padding: 0;
	background: var(--brcolor);
	border-top: 1px solid var(--white);
}
.top-right-menu ul.social-icons li:hover .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.top-right-menu ul .sub-menu li {
    padding: 5px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
    font-size: 14px;
}
.top-right-menu ul .sub-menu ul {
    display: none;
}
.top-address.em-login a {
    margin-right: 10px;
}
.top-address.em-login a + a {
    margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
    margin-right: 5px;
}
.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}
.txtc {
    text-align: center;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/* top opening */

.top-address.menu_18 span {
    padding: 8px 15px 9px;
    display: inline-block;
    
}
.top-address.text-left span {
    padding: 8px 0px 9px;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
    padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
    padding: 7px 0;
}
.ossos  .em-quearys-top.msin-menu-search {
   float: right;
}

/* address left right icon */

.top-right-menu.litop {
    float: left;
}
.tx_top_together {
    display: flex;
    justify-content: flex-start;
}
/*========================
 #3 wpdream main menu css
=========================*/
.wpdream_menu ul {
    list-style: none;
	margin-top:0;
	margin-bottom:0;
	padding: 0;	
}

.wpdream_menu > ul > li {
    display: inline-block;
    position: relative;
}
.wpdream_menu>ul>li>a {
    display: block;
    margin: 35px 14px 35px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.wpdream_menu ul li:last-child a {
    margin-right: 0px;
}
.wpdream_menu > ul > li.current-menu-item > a,
.wpdream_menu > ul > li.current-menu-ancestor > a,
.prefix .wpdream_menu > ul > li.current-menu-ancestor > a,
.wpdream_menu > ul > li > a:hover,
.wpdream_menu > ul > li > a:hover:before,
.wpdream_menu > ul > li.current-menu-item > a:before {
	color:var(--brcolor);
    opacity: 1;
	
}
.wpdream_menu > ul > li.current-menu-item > a,
.wpdream_menu > ul > li > a:hover,
.creative_header_menu > ul > li:hover > a {
    background: transparent;
}

/* sub menu style */
.wpdream_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
	width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    opacity: 0;
    visibility: hidden;
	background: var(--white);
}
.wpdream_menu ul li:hover > .sub-menu {
	-webkit-transition:.5s;
	transition: .5s;	
    opacity: 1;	
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.wpdream_menu ul .sub-menu li {
    position: relative;
	 -webkit-transition:.5s;
	 transition: .5s;
}/*
.wpdream_menu ul .sub-menu li:before {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "-";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
.wpdream_menu ul .sub-menu li:hover:before {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}*/
.wpdream_menu ul .sub-menu li:hover {
    margin-left:5px;
}
.wpdream_menu ul .sub-menu li a {
    display: block;
    margin: 0;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 6px 17px;
    visibility: inherit !important;
}
/* sub menu 2 */

.wpdream_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.wpdream_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0;
}
/* sub menu 3 */

.wpdream_menu ul .sub-menu .sub-menu li {
    position: relative;
}
.wpdream_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.wpdream_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* sub menu 4 */

.wpdream_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}
.wpdream_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {} .wpdream_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* used has submenu icon */
.wpdream-main-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\e64b";
    font-family: 'themify';
    speak: none;
    font-variant: normal;
    text-transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 11px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    font-weight: normal;
    width: 13px;
    height: 13px;    
}


.wpdream_menu ul .sub-menu li:before,
.wpdream_menu ul .sub-menu li a{
    color: var(--linkcolor);
}
.wpdream_menu ul .sub-menu li:hover:before,
.wpdream_menu ul .sub-menu .current-menu-item > a,
.wpdream_menu ul .sub-menu .current-menu-parent > a,
.wpdream_menu ul .sub-menu li:hover > a,
.wpdream_menu ul .sub-menu .sub-menu li:hover > a,
.wpdream_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.wpdream_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
    color: var(--brcolor);
}

/* stycky nav js */
.transprent-menu.menu4 {
    position: relative;
}
.transprent-menu {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    
    -webkit-transition:.5s;
    
    transition: .5s;
    position: absolute;
}
.wpdream_nav_area.postfix {
    -webkit-transition:.3s;
    transition: .3s;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
/* default sticky menu */
.prefix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
  transition:.5s;
}
/* transparent sticky menu  */

.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;    
    -webkit-transition:.5s;
    transition: .5s;
}

/* menu button */
.donate-btn-header {
    display: inline-block;
}
.dtbtn {
    background: var(--brcolor);
	color: var(--white);
    display: block;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 5px;
    padding: 7px 25px;
}
.dtbtn:hover{
    background: var(--brhovercolor);
	color: var(--white);
}
.mobile-menu .dtbtn {
    margin-left: 0px;
}
.mobile-menu .p_menu_social {
    margin: 10px 0 0;
}
/* box menu css  */
.hmenu_box_style{
	border-radius:5px;
}

.hmenu_box_style.hbg2{
	margin-top:0px;
	padding:0px;
}
/* scroll sticky color */
.witr_h_box .wpdream_menu > ul > li > a,
.heading_style_4 .wpdream_menu > ul > li > a,
.heading_style_4 .em-quearys-menu i,
.heading_style_4 .right_sideber_menu i,
.heading_style_4 .mcallicon i,
.heading_style_4 .mcallphone p,
.heading_style_4 .mcallphone p a,
.heading_style_4 .em-login a,
.prefix .wpdream_menu > ul > li > a,
.transprent-menu .dtbtn,
.prefix .dtbtn,
.trp_nav_area .dtbtn,
.prefix .em-quearys-menu i,
.prefix .mcallicon i,
.prefix .mcallphone p,
.prefix .mcallphone p a,
.prefix .site-title a,
.prefix .site-description,
.prefix .right_sideber_menu i{
	color: var(--white);
}

.prefix .em-quearys-menu .t-close{
	color: var(--titlecolor);
}
.wpdream_nav_area.prefix .wpdream_menu > ul > li.current > a {
    color: var(--brcolor);
}
.witr_h_box .wpdream_menu > ul > li > a:hover,
.heading_style_4 .wpdream_menu > ul > li > a:hover,
.hbg2 .wpdream_menu > ul > li > a:hover,
.prefix .wpdream_menu > ul > li > a:hover{
	color: var(--brcolor);
}

/* headroom menu css */
.headroom--pinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top:0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    will-change: transform;
	background: var(--white);
	border-bottom: 1px solid #f9f9f9;
}
/* menu search */
.top-quearys-style i{
  color:var(--titlecolor);
}
.em-top-quearys-area {
    position: relative; 
}
.em-header-quearys {
    list-style: none;
}
.em-quearys-menu i {	
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.topsr .em-quearys-menu {
    text-align: center;
}
.em-quearys-inner {} 
.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}
.top-form-control {
    position: relative;
}
.top-form-control input {
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 30px 0px var(--bshadow);
    background: var(--white);
    border-radius: 10px;
}
.top-form-control input::-webkit-input-placeholder {
    font-size: 30px;
	color:var(--titlecolor);
}
.top-form-control input::-moz-placeholder {
    font-size: 30px;
	color:var(--titlecolor);
}
.top-form-control input:-ms-input-placeholder {
    font-size: 30px;
	color:var(--titlecolor);
}
.top-form-control button.top-quearys-style {
    position: absolute;
    right: 10px;
    top: 54%;
    background: transparent;
    font-size: 38px;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.em-s-hidden {
    display: none !important;
}
.em-quearys-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -150%;
}
.em-s-open{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    background: var(--bropacity);
	transition:1s;	
	
}
.wpdream_menu.main-search-menu > .em-header-quearys,
.em-quearys-top.msin-menu-search{
    display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 25px;
    cursor: pointer;
}
.em-quearys-top.msin-menu-search .em-header-quearys-close .em-quearys-menu i{
    background: var(--white);
	color:var(--titlecolor);
	box-shadow: 0 0 10px 0px #9797974a;
}
.wpdream_menu div.em-header-quearys {
	text-align: center;
}
/* menu social  */
.p_menu_social {
    margin: 0 0 0 15px;
}
.p_menu_social a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 0 5px;
    box-shadow: 0 0 10px 0px #9797974a;
	    background: var(--white);
    display: inline-block;
    text-align: center;
    border-radius: 50px;
}

/* Popup menu Css */
.menu_popup_option {
    margin-left: 20px;
    margin-right: 5px;
}
.right_sideber_menu_inner {
    position: fixed;
    right: 0;
    width: 400px;
    top: 0;
    height: 100%;
    z-index: 999;
    overflow: auto;
    padding: 80px 20px 0px;
    display: block;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: var(--white);
}
.right_sideber_menu_inner .wpdream_theme_widget > div.widget_block {
    padding: 0;

}
.right_sideber_menu_inner .wpdream_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.tx-s-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.right_sideber_menu i {
	font-size: 22px;
	cursor: pointer;
}
.prefix .right_close_class .right_sideber_menu i,
.right_close_class .right_sideber_menu i {
	font-size: 22px;
    font-weight: 700;
    color: var(--titlecolor) !important;	
}
.right_side_icon.right_close_class {
    position: absolute;
    right: 30px;
    top: 50px;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i:hover,
.p_menu_social a:hover{
	background: var(--brcolor);
	border-color: var(--brcolor);
	color: var(--white);
}
/* manu aligment code */
.mainmenu_width_tx.container {
    padding: 0;
}

.witr_h_h12 .wpdream_menu,
.witr_h_h13 .wpdream_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: pace-between;
    -ms-flex-pack: pace-between;
	justify-content: space-between;
}
 .witr_h_h13 .col-md-12{
    padding-right: 0;	
}

 .witr_h_h1 .wpdream_menu, .witr_h_h2 .wpdream_menu, .witr_h_h3 .wpdream_menu, .witr_h_h4 .wpdream_menu, .witr_h_h5 .wpdream_menu, .witr_h_h6 .wpdream_menu, .witr_h_h7 .wpdream_menu, .witr_h_h8 .wpdream_menu, .witr_h_h9 .wpdream_menu, .witr_h_h10 .wpdream_menu, .witr_h_h11 .wpdream_menu, .witr_h_h14 .wpdream_menu,.witr_h_h15 .wpdream_menu,.witr_h_h16 .wpdream_menu,.witr_h_box .wpdream_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
}
.tx_relative_m,.tx_top2_relative{
	position:relative;
}
.tx_menu_together,
.tx_bs_together {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
}
.search_popup_button,
.tx_mmenu_together,
.search_popup_button,
.tx_mmenu_together,
.number_align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.tx_mmenu_together .donate-btn-header {
    padding: 0;
}

/* witr_h_h18 shop aligment menu css */
.main_menu_div {
    position: relative;
}
.witr_shop_sc .wpdream_menu ul {
     text-align: left; 
}
.tx_mmenu_together .donate-btn-header {
    padding: 0;
}
.witr_shop_sc .donate-btn-header ,
.witr_shop_sc .em_top_cart.hshop {
    padding: 0;
}
.witr_shop_sc .em-quearys-menu i{
	border-radius:3px;
	margin-right: 20px;	
	margin-top: 7px;	
}
.witr_shop_sc a.cart-contents {
    border-radius: 3px;
	padding: 8px;
    margin-top: 3px;
    display: block;	
}
.witr_shop_sc a.dtbtn {
    margin-left: 20px;
}
.witr_shop_sc .em-header-quearys {
    text-align: center;
}

/* witr_h_h21 menu css */
.sb_popup .tx_mmenu_together {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* witr_h_h22 menu css */
.menu_search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main_menu_address_a {
    display: flex;
    align-items: center;
	  margin-left: 30px;
}
.mcallphone p{
	margin-left:20px;
}
/* without menu popup icon */
.right_side_menu_icon {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}
.right_side_menu_icon .right_sideber_menu i {
    color: var(--white);
    background: var(--brcolor);
    padding: 25px;
}

.wrapper{
	position:relative;
}
.all_header_abs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}


/*========================
 #6 wpdream blog details area css 
=========================*/
@media only screen and (min-width: 1024px) and (max-width: 1366px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
}
.wpdream_blog_details {
	    padding: 0 35px;
}}
/* End container */

/* =======================
 #9 wpdream 404 css
========================= */
.not-found-area {
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    padding: 0 0 16px;
}
.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}
.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}
.not-found-inner {
    font-size: 30px;
}
.not-found-inner h2 {
    display: inline-block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}
.not-found-inner p {
    font-size: 30px;
}
.not-found-inner a {
    font-size: 24px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
}


/* #15 wpdream scrollUp css */
#scrollUp {
	  position: fixed;
    bottom: 30px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 100px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: var(--brcolor);
	display: none;
	cursor:pointer;
	z-index: 999;
}
#scrollUp i{
	color:var(--white);
}


/* ============================= responsive css =============================== */
/* -------------------------------------------------
Laptop Screen 1441-1780
---------------------------------------------------*/
@media (min-width: 1441px) and (max-width: 1780px) {
    .wpdream_nav_area, .trp_nav_area, .transprent-menu .wpdream_nav_area {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    
    }
/* -------------------------------------------------
Laptop Screen 1366-1440
---------------------------------------------------*/

@media (min-width: 1366px) and (max-width: 1440px) {
.wpdream_nav_area, .trp_nav_area, .transprent-menu .wpdream_nav_area {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

}
/* -------------------------------------------------
Large Screen. 1200-1440
---------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1440px) {

}


/* -------------------------------------------------
Large Screen. 1024-1600
---------------------------------------------------*/

@media (min-width: 1024px) and (max-width: 1600px) {


}
/* -------------------------------------------------
Laptop Screen 1170-1365
---------------------------------------------------*/

@media (min-width: 1170px) and (max-width: 1365px) {


}

/* -------------------------------------------------
Old Desktop :1200-1660
---------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1660px) {	
.all_header_abs {
    /* position: inherit;  */
}


}




/* -------------------------------------------------
Old Desktop :992-1364
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1366px) {
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-weight: 500;
    margin: 0 0 5px;
}
h1 {
    font-size: 20.03px;
}
h2 {
    font-size: 18.03px;
}
h3 {
    font-size: 17.36px;
}
h4 {
    font-size: 16.94px;
}
h5 {
    font-size: 15.88px;
}
 h6 {
    font-size: 15.00px;
}
.wpdream_nav_area, .trp_nav_area, .transprent-menu .wpdream_nav_area {
    padding-right: 0px !important;
    padding-left: 0px !important;
}	
/* menu */
.wpdream_menu > ul > li > a {
	margin: 28px 10px;
	font-size: 16px;
}
/* menu button */
.dtbtn {
	padding: 6px 15px;
}
.footer-middle .recent-post-text h4 a {
    font-size: 15px;
}
.breadcumb-area, .breadcumb-area.breadcumb_st2, .breadcumb-blog-area {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}

}

/* -------------------------------------------------
Old Desktop :992-1199
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {

/* top menu */
.top-right-menu .social-icons li a {
	font-size: 14px;
}
.footer-bottom:before {
	width: 100%;
}
}
/* -------------------------------------------------
Tablet Screen : 768-991
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
body {	
    font-size: 14px;		
}
p {
	font-size: 14px;
	margin:0;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-weight: 500;
    margin: 0 0 5px;
}
h1 {
    font-size: 20.03px;
}
h2 {
    font-size: 18.03px;
}
h3 {
    font-size: 16.36px;
}
h4 {
    font-size: 16.94px;
}
h5 {
    font-size: 16.88px;
}
 h6 {
    font-size: 14.00px;
}

/* top menu */
.tx_coll {
    justify-content: center !important;
}
.top-welcome p span, .top-welcome p a, .top-welcome p, .top-address p a, .top-right-menu .social-icons li a, .top-address p span, .ossos .em-quearys-menu i {
	font-size: 14px;
}
.top-address p span, .top-address p a {
	margin-right: 8px;
}
.topmenu_1s2.top-address.text-right p span, .topmenu_1s2.top-address.text-right p a {
	margin-left: 8px;
}
.topmenu13 {
	display: flex;
	justify-content: center;
}
/* .tx_m_coll{
	justify-content: center!important;	
} */

/* mobile logo */

.mobile_logo_area {
    padding: 20px 0;
}
.mobile_menu_items:nth-child(2){
    margin: 30px 0;
}
/* page */
.wpdream_cauthor_name a {
    font-size: 16px;
}
/* breadcrumb */
.breadcumb-area, .breadcumb-area.breadcumb_st2, .breadcumb-blog-area {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}
.brpt.brptsize .brcrumb_title {
    font-size: 20px;
}
.breadcumb-inner ul, .breadcumb-inner ul span a, .breadcumb-inner li, .breadcumb-inner li a, .witr_breadcumb_shop ul li span a {
     font-size: 15px;
}
/* blog item */
.wpdream_meta {
    padding: 0 0 5px;
}
.wpdream_meta span a, .wpdream_meta span, .wpdream_meta i {
    font-size: 13px;
}

/* comment */
.comment_wpdream_btn {
	padding: 12px 24px;
}
#scrollUp {
    right: 30px;
}
.text_m_center{
	text-align:center !important;
}
.text_m_right{
	text-align:right !important;
}
.text_m_left{
	text-align:left !important;
}
.footer-middle .recent-post-item {
    margin-bottom: 10px;
}
.footer-middle .recent-post-image {
    float: none;
}
.footer-middle .recent-post-text h4 a {
    font-size: 15px;
}
.roxal_theme_widget .widget h2 {
    margin-top: 20px;
}

}

/* -------------------------------------------------
Small Mobile : 320-767
---------------------------------------------------*/

@media (max-width: 767px) {
body {	
    font-size: 14px;
    line-height: 1.6;		
}
p {
	font-size: 14px;
	margin:0;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 5px;
}
h1 {
    font-size: 20.03px;
}
h2 {
    font-size: 18.03px;
}
h3 {
    font-size: 16.36px;
}
h4 {
    font-size: 16.94px;
}
h5 {
    font-size: 14.88px;
}
 h6 {
    font-size: 14.00px;
}

.tx_coll {
    justify-content: center !important;
}
.txmiddle_mgap{
justify-content: center!important;		
}
.top-right-menu {
    gap: 6px;
}
.tx_itemmiddle,
.top-address p {
    gap: 0px 8px;
}
.top-welcome p span, .top-welcome p a, .top-welcome p, .top-address p a, .top-right-menu .social-icons li a, .top-address p span, .ossos .em-quearys-menu i {
	font-size: 14px;
}	

/* menu */
.mobile_logo_area {
    padding: 10px 0;
}
/* mobbile logo */
.mobile_menu_logo img {
	/* width: 68%; */
}
/* page */
.wpdream_blog_index, .wpdream-page-template {
	padding: 26px 0 25px;
}
.wpdream_spage_thumb {
    margin-bottom: 10px;
}
/* comment */
.comment_field .form-control {
	margin-top: 20px;
}
.comment-form-cookies-consent {
	display: inline-flex;
}
.comment-form-cookies-consent label{
	margin-left: 10px;
}

.comment-form-cookies-consent {
	display: none;
}
.wpdream_cauthor_name a {
    font-size: 16px;
}
.comment_wpdream_btn {
	padding: 12px 24px;
}
/* breadcrumb */
.breadcumb-area, .breadcumb-area.breadcumb_st2, .breadcumb-blog-area {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}
.brpt.brptsize .brcrumb_title {
    font-size: 20px;
}
.breadcumb-inner ul, .breadcumb-inner ul span a, .breadcumb-inner li, .breadcumb-inner li a, .witr_breadcumb_shop ul li span a {
     font-size: 14px;
}
/* blog item */
.wpdream_blog_content {
    padding: 15px 10px 20px;
}
.wpdream_meta {
    padding: 0 0 5px;
}
.wpdream_meta span a, .wpdream_meta span, .wpdream_meta i {
    font-size: 12px;
}
.blog_readmore a {
    margin: 10px 0 0;
    padding: 4px 20px 4px;
}
.footer-middle .recent-post-item {
    margin-bottom: 10px;
	display: inherit;
}
/* share icon */
.wpdream-single-icon a {
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin: 0 2px;
}
/* sticky */
p.sticky_featured {
	color: var(--white);
	right: 15px;
	top: 15px;
	background: var(--brcolor);
	padding: 2px 5px;
}
/* scrollUp */
#scrollUp {
    right: 20px;
}
/* pagination */
a.page-numbers, .page-numbers, .tutor-pagination-wrap a, .tutor-pagination-wrap span.page-numbers.current {
    font-size: 17px;
    margin: 0 2px;
    padding: 14px 18px;
}
/* blog sidebar */
.pdsr{
	padding-top:50px;
}
.pdsl{
	padding-bottom:50px;
}
/* footer middle */
.footer-middle,
.footer-bottom{
    text-align: center;
}
.recent-portfolio-area,
.footer_s_inner {
    justify-content: center;
}
.roxal_theme_widget .widget h2 {
    margin-top: 20px;
}
.text-right,
.text_s_center{
	text-align:center !important;
}
.text_s_right{
	text-align:right !important;
}
.text_s_left{
	text-align:left !important;
}

}

@media (max-width: 1023px){
	.tutor-course-single-content-wrapper {
    display: inherit;
}
.tutor-course-single-sidebar-wrapper {
    flex: auto;
    width: 100%;
    position: inherit;
    opacity: 1;
    z-index: -1;
}
	
	
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
.tutor-course-single-sidebar-wrapper {
    flex: auto;
    width: 100%;
    position: inherit;
    opacity: 1;
    z-index: -1;
}
	
	
}

/* -------------------------------------------------
Large Mobile :480-767
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
/* top menu	 */
.top-right-menu {
	justify-content: center !important;
	display: flex !important;
}
.top-welcome p span, .top-welcome p a, .top-welcome p, .top-address p a, .top-right-menu .social-icons li a, .top-address p span, .ossos .em-quearys-menu i {
	font-size: 14px;
}	
.top-address p span, .top-address p a {
	margin-right: 9px;
}




}


/* -------------------------------------------------
 Extrat Mobile :10-991
---------------------------------------------------*/
@media (min-width: 10px) and (max-width: 991px){	

.wpdream-main-menu{
    display: none !important;
}
.mobile_logo_area {
    display: block !important;
}
.mobile-menu{
 display:block !important;
}
.slick-arrow {
    display: none;
}



}
/* -------------------------------------------------
 Mobile :10-768
---------------------------------------------------*/
@media (min-width: 10px) and (max-width: 768px){
.ps_absulate{
    position: inherit !important;
}
.psc_absolute{
    position: inherit !important;
}


}
/* -------------------------------------------------
 Mobile :570-767
---------------------------------------------------*/
@media (min-width: 10px) and (max-width: 575px){
/* top menu */
.ossos.topmenus .em-quearys-top.msin-menu-search {
	float: none;
	margin-top: 10px;
}
.topmenus .em-quearys-top.msin-menu-search .em-quearys-menu i {
	margin-left: 0;
}


.text_xs_center{
	text-align:center !important;
}
.text_xs_right{
	text-align:right !important;
}
.text_xs_left{
	text-align:left !important;
}


}

