/*
***************************
    Theme Name: Educhild
    1.header top
    2.main menu area
    3.mobile logo_area
    4.slider area
    5.about area
    6.service area
    7.team area
    8.couses area
    9.video area
    10.video subscribe
    12.feature area
    13.experience area
    14.tn counter
    15.shop area
    16.blog area
    17.footer area
    18.footer bottom
    
***********************
*/

/* ======= site font family ==========*/

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');


:root{
    --blackc: #000000;
    --whitec: #fff;
    --bgcolor: #ff6000;
    --brcolor: #ff9914;
    --paracolor: #5b5f6a;
    --titlecolor: #273a82;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    font-family: "Dosis", sans-serif;
    background-color: #FFDECA;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-family: "Dosis", sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    color: var(--titlecolor);
}
h1,
h1 a{
    font-size: 30px;
}
h2,
h2 a{
    font-size: 22px;
}
h3,
h3 a{
    font-size: 24px;
}
h4, h4 a {
    font-size: 20px;
    color: var(--bgcolor);
    margin-bottom: 10px;
}
h5,
h6,
h6 a{
    font-size: 15px;
}

.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;
}
input:focus,
button:focus{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;	
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}
a{
    transition: .5s;
	text-decoration:none;
	color:var(--linkcolor);
}
a:focus, 
a:hover {
    text-decoration: none;
	outline: none;
} 

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;	
}
p.form-messege{
    margin-top: 8px;
}
P{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--paracolor);
}
a{
    text-decoration: none;
    color: var(--paracolor);
    transition: .5s;
}
a:hover{
    color: var(--brcolor);
}
.witr_all_pd0{
    padding: 0;
}
/* highlight color css */
h2 span.highlight {
    color: var(--bgcolor);
}

/*======== header top start ==========*/
.header_top {
    padding: 12px 0;
    background: var(--bgcolor);
}
.child_menu {
    padding: 0px 56px  0 50px;
}
.top_menu_left{
    margin-left: 15px;
    color: var( --bgcolor);
}
.top_menu_left span {
    color: var(--whitec);
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.top_menu_left span i {
    margin-right: 6px;
}
/*--ICON--*/
.top_menu_left a i {
    margin-right: 6px;
    color: var(--whitec);
    font-size: 15px;
}
.top_menu_left a span{
    color: var(--whitec);
    font-size: 15px;
}

.top_menu_left_icon {
    display: inline-block;
    margin-left: 15px;
}
.top_menu_left_icon>a>i{
    margin-right: 0px;
}
.top_menu_left_icon a i{
    transition: .5s;
    font-size: 15px;
    font-weight: 600;
    color: var(--whitec);
}
.top_menu_left_icon a i:hover{
    color: var(--titlecolor);
}
.top_address {
    text-align: end;
}
.top_address a{
    text-align: right;
    color: var(--whitec);
    margin-right: 10px;
}
.top_address a i{
    margin-right: 6px;
}
.top_address a + a:before {
    content: "|";
    margin-right: 12px;
}
/*--top_menu_right--*/
.top_menu_right {
    display: flex;
    color: var( --whitec);
    justify-content: center;
    margin-right: 15px;
}
.top_menu_right a{
    color: var(--whitec);
    margin-left: 15px;
    transition: .5s;
}
.top_menu_right a i{
    font-size: 15px;
}
.top_menu_right :hover{
    color: var(--titlecolor);
}
.absolute_menu .sticky .header_top{
    display: none;
}
/*======== header top end ==========*/

/*======== main menu area start ==========*/
.main_menu_area {
    background: #ffdeca;
}
/* mobile menu */
.mobile_menu{
    display: none;
}
.mobile_logo_area{
    display: none;
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: var(--brcolor);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
    transition: .5s;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover{
    color: var(--titlecolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons a i{
    color: var(--whitec);
}
/* main nav area css */
.main_nav_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* absolute menu css */
.absolute_menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}
.absolute_menu .main_nav_area{
    justify-content: flex-end;
}
/* landing menu css */
.landing_menu .main_nav_area{
    justify-content: end;
}
.main_menu_all_item {
    align-items: center;
    padding: 0 65px;
}
/* inner main nav area css */
.inner_main_nav_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: block;
    margin: 35px 10px 35px;
    transition: .2s;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    text-transform: capitalize;
}
.inner_main_nav_area >ul >li >a>i{
    font-weight: 700;
    color: #272727;
    transition: .5s;
}
.inner_main_nav_area >ul >li >a>i:hover{
    color: var(--bgcolor);
}
.inner_main_nav_area >ul> li>a:hover{
    color: var(--bgcolor);
}
/* main nav btn css */
.main_nav_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    background: none;
    color: var(--paracolor);
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--bgcolor);
}
/* main nav icons together */
.glowbal_right_area {
    display: flex;
    align-items: center;
}
.main_nav_icons_together {
    display: flex;
    align-items: center;
}
/* main nav icons */

.main_nav_icons >i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: var(--blackc);
    cursor: pointer;
    transition: .5s;
    color: var(--titlecolor);
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
    background: var(--whitec);
}
.main_nav_icons >i:hover{
    color: var(--whitec);
    background-color: var(--titlecolor);
}
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: 0;
    left: -110%;
    background: rgb(254 89 24 / 40%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    left: 0;
}

/* main nav icon right */
.main_nav_icon_right {
    margin-left: 22px;
}
.main_nav_icon_right> i {
    display: inline-block;
    font-size: 23px;
    border-radius: 10px;
    color: var(--titlecolor);
    cursor: pointer;
}

/* main nav icon right popup */
.main_nav_icon_right_popup {
    position: fixed;
    top: 0;
    right: -110%;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 100px 20px 30px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.main_nav_icon_right_popup.site_popup {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.main_nav_icon_right_popup h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
}
/* main nav right popup close */
.m_nav_rpi_close {
    text-align: end;
    margin: -57px 0 20px;
}
.m_nav_rpi_close >i{
    display: inline-block;
    color: var(--blackc);
    font-size: 40px;
    font-weight: 400;
    cursor: pointer;
}
.m_nav_right_pp_form{
    position: relative;
}
.m_nav_right_pp_form input{
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}
.m_nav_right_pp_form button{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}
/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}
.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}
.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border{
    border-bottom: none;
}
/* right popup address */
.right_popup_address {
    padding: 40px 0 14px;
}
.right_popup_address h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.right_popup_address p{
    width: 85%;
}
.right_popup_inner_address p{
    color: var(--brcolor);
}
.right_popup_inner_address p i{
    margin-right: 6px;
}
.right_popup_address h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 15px 0 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    position: relative;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}
.inner_nav_icon_popup input{
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}
.inner_nav_popup_btnicon{
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}
.inner_nav_icon_popup i{
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* main nav icons middle css */
.main_nav_icons_middle {
    margin-left: 30px;
    position: relative;
}
.main_nav_icons_middle a {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
}
.main_nav_icons_middle a span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 18px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--bgcolor);
    border-radius: 100%;
    color: var(--whitec);
}
.main_nav_middle_box_item {
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    height: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--whitec);
    transition: .5s;
}
.main_nav_icons_middle:hover .main_nav_middle_box_item{
    top: 170%;
    opacity: 1;
    visibility: visible;
}
.main_nav_middle_box_item p{
    padding: 20px;
}

.m_nav_right_pp_form{
    position: relative;
}
.m_nav_right_pp_form input{
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}
.m_nav_right_pp_form button{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}
/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}
.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}
.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border{
    border-bottom: none;
}
.right_popup_nav ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
}
/* right popup address */
.dtbtn {
    background-color: var(--bgcolor);
    color: var(--whitec);
    display: block;
    font-size: 20px;
    margin-left: 20px;
    font-weight: 700;
    border-radius: 5px;
    padding: 13px 25px;
}
.menu_btn a:hover{
    color: var(--whitec);
    background-color: var(--brcolor);
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    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%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    padding: 6px 17px;
    text-transform: capitalize;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--bgcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.navd_active{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.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 {
    background: #fff;
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}
.tx-s-open {
    transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    background: #66666617;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.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);
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.slider_area {
    overflow: hidden;
    position: relative;
}
.inner_slider_area {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}
.inner_slider_content {
    margin: 0 auto;
    text-align: start;
    width: 63%;
    padding-top: 140px;
    animation: img-anim-right 3.3s cubic-bezier(.645,.045,.355,1) .4s forwards;
}
@keyframes img-anim-right{
    0% {
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 50%);
        opacity: 0;
    }
    
    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.inner_slider_content h1 {
    font-size: 82px;
    color: var(--whitec);
    margin: 0;
    font-weight: 700;
}
.inner_slider_content h2 {
    font-size: 82px;
    color: var(--whitec);
    margin: 0;
    font-weight: 700;
}
.inner_slider_content h2 span{
    font-weight: 700;
}
.inner_slider_content h3{
    font-size: 90px;
    color: var(--whitec);
    font-weight: 400;
}
.inner_slider_content p {
    color: var(--whitec);
    font-size: 25px;
    font-weight: 500;
    width: 53%;
    margin-top: 15px;
}
/* golobal btn css */
.b_btn {
    margin-top: 35px;
}
.b_btn a {
    display: inline-block;
    padding: 13px 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    font-weight: 700;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
}
.b_btn a:hover{
    color: var(--whitec);
    background: var(--brcolor);
}
.b_btn a:hover:before, .b_btn a:hover:after {
    height: 100%;
    width: 30%;
    opacity: 1;
}
.b_btn a::before, .b_btn a::after {
    content: '';
    height: 20%;
    width: 100%;
    border-radius: 28px 0 0 28px;
    border: 4px solid var(--bgcolor);
    border-right: none;
    border-bottom: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.b_btn a::after {
    border-radius: 0 28px 28px 0;
    border: 4px solid var(--bgcolor);
    border-top: none;
    border-left: none;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.b_btn a.active{
    background-color: var(--whitec);
    color: var(--bgcolor);
    border: 1px solid var(--whitec);
    display: inline-block;
    border-radius: 5px;
    
}
.b_btn a.active:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
.slider_list {
    padding-top: 45px;
}
.slider_list ul{
    padding: 0;
    margin: 0;
}
.slider_list ul li{
    list-style: none;
    color: var(--whitec);
    font-size: 20px;
    margin-bottom: 5px;
}
.slider_list ul li i {
    margin-right: 7px;
}
/* slider defult arrow css */
.slider_area .slick-prev, .slider_area .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 01;
    visibility: hidden;
}
.slider_area .slick-prev{
    left: 0;
}
.slider_area .slick-next{
    right: 10px;
}
.slider_area .slick-prev::before ,.slider_area .slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    color: var(--whitec);
    display: inline-block;
    background: 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    font-size: 40px;
    font-weight: 700;
}
.slider_area .slick-next::before{
    content: '\eaca';
}
.slider_area .slick-prev:hover::before ,.slider_area .slick-next:hover::before{
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.slider_area:hover .slick-prev , .slider_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/* home video page area css */
.video_slider_area{
    position: relative;
}
.slider_vedio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
    z-index: -999;
}
.slider_vedio iframe {
    width: 100%;
    height: 100%;
    border: none;
    transform: scale(1.4);
}
/* slider dots */

/*======== slider area end  ==========*/

/*======== video area start  ==========*/
.video_slider_area{
    position: relative;
    overflow: hidden;
}
.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000096;
}
.witr_youtube_video {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.single_slide_img {
    position: relative;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
    transform: scale(2.5);
}
.video_slider_area .inner_slider_content h1, .video_slider_area .inner_slider_content h2, .video_slider_area .inner_slider_content p{
    color: var(--whitec);
}
/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.breadcum_area::before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background-color: rgb(0 0 0 / 40%);
}
.inner_breadcum_area {
    padding: 158px 0;
    position: relative;
    z-index: 9999;
    animation: img-anim-right 3.3s cubic-bezier(.645,.045,.355,1) .4s forwards;
}
.tnbreadcam_menu{
    margin-bottom: 0;
}
.inner_breadcum_area h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--whitec);
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li a {
    display: inline-block;
    font-size: 16px;
    color: var(--whitec);
    font-weight: 400;
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
    margin: 0 -4px;
}
/*======== breadcum area end  ==========*/



/*======== about area end =======*/
.about_area{
    padding: 120px 0 60px;
}
.main_about h2{
    font-size: 45px;
    margin-bottom: 15px;
}
.about_help h5 {
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 3px;
    color: var(--paracolor);
}
.about_help h2{
    font-size: 23px;
    color: var(--bgcolor);
}
.about_img2{
    margin-top: 100px;
}

/*======== tn about area end  ==========*/

/*===== service area start  ====*/

.service_area {
    padding: 55px 0 70px;
}
/* section title */
.section_title{
    text-align: center;
    margin-bottom: 50px;
}
.section_title h2{
    font-size: 45px;
}
.section_title p{
    width: 66%;
    margin: 0 auto;
}
/* section title */
.single_service img{
    transition: .5s;
}
.single_service img:hover {
    transform: rotateY(180deg);
}
.single_service{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.single_service span{
    position: absolute;
    top: 15px;
    right: -10px;
    font-size: 50px;
    color: var(--bgcolor);
    font-weight: 700;
    line-height: 1;
}
.single_service h2{
    margin: 5px 0 10px;
}
/*===== service area end  ====*/

/*===== team area start  ====*/
.team_area {
    padding: 60px 0;
    background: #FFD0B4;
}
.shap_bottomt {
    transform: rotate(0deg) !important;
}
.single_team_area {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.single_img2{
    margin-top: 110px;
}
.tsingle_img img {
    width: 100%;
}
.team_text_title h3{
    color: var(--whitec);
}
.team_text_title span{
    color: var(--whitec);
}
.team_text_title {
    content: "";
    position: absolute;
    transition: .5s;
    left: 0;
    background: var(--brcolor);
    width: 90%;
    margin: auto 50px 0px 0px;
    bottom: -60px;
    right: 0;
    height: auto;
    z-index: 999;
    padding: 18px 10px 23px;
    text-align: center;
}
.ticonp11 {
    margin-top: 10px;
}
.tteamsocial a {
    color: var(--brcolor);
    border: 1px solid var(--whitec);
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: .5s;
    line-height: 35px;
    text-align: center;
    margin: 0 3px;
    background: var(--whitec);
}
.single_team_area:hover .team_text_title{
    bottom: 0;
}
.team_content p{
    padding: 30px 0 20px;
}
.witr_btn a{
    padding: 13px 30px;
    transition: .5s;
    color: var(--whitec);
    background: var(--bgcolor);
}
.witr_btn a:hover{
    color: var(--whitec);
    background: var(--brcolor);
}
/*===== team area end  ====*/

/*===== team details area start  ====*/
.team_details_area{
    padding: 120px 0 60px;
    background: var(--whitec);
}
.single_team_detail{
    box-shadow: 0px 0px 20px 0px rgba(42, 67, 113, 0.15);
}
.single_team_detail img{
    width: 100%;
}
.text_box_all_icon_color{
    padding: 10px 32px 31px 32px;
}
.stservice-item h3 {
    margin-bottom: 15px;
    padding-top: 18px;
}
/* team_video */
.team_video{
    padding: 60px 0 120px;
    background: var(--whitec);
}
.tt_video iframe{
    height: 630px;
    width: 100%;
    display: flex;
}
/*===== team details area end  ====*/

/*===== flip cart area start  ====*/

.flip_cart {
    background-color: #F3F3F3;
    padding: 110px 0 100px;
}
/* single service page css */
.single_service_page{
    margin: 0px 0 0px;
}
/* single service area css */
.single_service_area {
    position: relative;
    width: 100%;
    height: 345px;
    margin-bottom: 20px;
}
.single_service_front, .single_service_back{
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px 10px 10px 10px;
    transform: perspective(1000px) rotateY(0deg);
    transition: 1s;
    background-color: var(--whitec);
}
/* single service front css */
.single_service_ss_front_3d {
    width: 100%;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single_service_ss_front_3d i{
    color: var(--bgcolor);
    font-size: 60px;
}
.single_service_ss_front_3d h2 a{
    display: inline-block;
    margin: 20px 0 5px;
}
.single_service_ss_front_3d>a{
    font-size: 16px;
    color: var(--bgcolor);
}
/* single service back css */
.single_service_back{
    background-size: cover;
    background-repeat: no-repeat;
    transform: perspective(1000px) rotateX(-180deg);
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single_service_back::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bgcolor);
    z-index: -1;
    border-radius: 10px;
}
/* single service back 3d css */
.single_service_ss_back_3d {
    width: 100%;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single_service_ss_back_3d i{
    color: var(--whitec);
    font-size: 60px;
}
.single_service_ss_back_3d h2 a{
    display: inline-block;
    margin-top: 20px;
    color: var(--whitec);
}
.single_service_area:hover .single_service_front{
    transform: perspective(1000px) rotateX(180deg);
}
.single_service_area:hover .single_service_back{
    transform: perspective(1000px) rotateX(0deg);
}

/*===== flip cart area end  ====*/

/*===== couses area start  ====*/
.couses_area{
    padding: 120px 0 40px;
}
.single_couses {
    position: relative;
    background-color: var(--whitec);
    margin-bottom: 20px;
}
.witr_content_area_c{
    padding: 22px 20px 30px;
    margin: auto;
    transition: .5s;
    text-align: left;
}
.couses_img img{
    width: 100%;
}
.witr_circal_r {
    display: flex;
    padding-top: 30px;
    margin-left: 0;
    margin-bottom: 17px;
    gap: 35px;
}
.witr_circal_r h6 {
    margin-top: -4px;
    font-size: 17px;
    font-weight: 400;
    color: #888888;
}
.couses_btn a{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--bgcolor);
    padding: 13px 25px;
    border-radius: 5px;
    display: inline-block;
    background: var(--whitec);
    transition: .5s;
    border: 1px solid #ececec;
}
.couses_btn a:hover{
    color: var(--whitec);
    background: var(--brcolor);
}
/* img box */
.img_box{
    text-align: center;
}
.witr_circal_r p {
    margin-top: -15px;
}
.couses_box {
    background-color: #F9F9F9;
    padding-bottom: 100px;
}
.single_box_img{
    padding: 20px;
}
.single_seivice_ani img {
    animation: single_seivice_ani 10s linear infinite alternate forwards;
}
@keyframes single_seivice_ani{
    0%, 100% {
        border-radius: 65% 86% 80% 69% / 59% 55% 95% 89%;
    }
    
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
/*===== couses area end  ====*/

/*===== video area start  ====*/
.video_area{
    margin: 60px 0 50px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.witr_videobg_image{
    background: url(assets/images/video-img.jpg);
    background-size: cover;
}
.inner_video_area{
    padding: 240px 0 240px;
}
.inner_video_area a{
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 25px;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--brcolor);
    animation: witr-shadow 1s linear infinite;
}
@keyframes witr-shadow{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/*===== video area end  ====*/

/*===== subscribe area start ======*/
.video_subscribe {
    padding: 0 0 100px;
    margin-top: -140px;
}
.middle_sub {
    margin: 32px 100px 0px 100px;
    background: var(--whitec);
    padding: 35px 120px 10px 65px;
    border-radius: 10px;
}
.subscribe_flex{
    align-items: center;
}
.inner_subscribe_left_cont {
    display: flex;
    align-items: center;
}
.subscrib_title h2 {
    font-size: 39px;
}
/* subscribe form area css */
.inner_subscribe_form_area input {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: var(--paracolor);
    border-radius: 30px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    outline: none;
    padding: 10px 30px;
}
.inner_subscribe_form_area input::placeholder{
    color: var(--paracolor);
}
.inner_subscribe_form_area button {
    position: inherit;
    width: 100%;
    border-radius: 50px;
    padding: 19px 30px;
    border: none;
    background: var(--bgcolor);
    color: var(--whitec);
}
.inner_subscribe_form_area button:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/*======== subscribe area end  ==========*/

/*======== feature area start  ==========*/
.feature_area{
    padding: 120px 0 100px;
    background-color: #FFD0B4;
}
.main_feature{
    display: flex;
    gap: 14px;
    transition: .5s;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 30px 21px 21px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}
.main_feature:hover{
    margin-top: -10px;
    background-color: var(--whitec);
}
.feature_title h2{
    margin-bottom: 10px;
}
.feature_title h2 a{
    font-size: 24px;
}
/*======== feature area end  ==========*/

/*======== feature 2 area end  ==========*/
.ed_feature{
    padding: 120px 0 80px;
    background: var(--whitec);
}
.main_edfeature{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding: 53px 30px 34px 25px;
}
.edfe_middle{
    box-shadow: 0px 0px 30px -24px rgba(0, 0, 0, 0.8);
}
.main_edfeature span{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 50px;
    color: #f4f4f4;
    font-weight: 700;
    line-height: 1;
    transition: .5s;
}
.main_edfeature:hover.main_edfeature span{
    color: var(--brcolor);
    font-size: 100px;
}
.main_edfeature i{
    font-size: 30px;
    color: var(--whitec);
    height: 80px;
    width: 80px;
    display: block;
    text-align: center;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    background: var(--bgcolor);
    display: inline-block;
    transition: .5s;
}
.main_edfeature:hover.main_edfeature i{
    transform: rotate(360deg);
}
.main_edfeature h2{
    margin: 5px 0 10px;
}
/*======== feature 2 area end  ==========*/

/*======== witr_5_all_cal_color area start  ==========*/
.witr_5_all_cal_color{
    padding: 120px 0 100px;
    background: var(--whitec);
}
.educhild_content h2, .educhild_content h3 {
    font-size: 35px;
    padding: 4px 0px;
}
.educhild_content h5 {
    padding-bottom: 7px;
    font-size: 18px;
}
.educhild_button{
    margin-top: 40px;
}
.educhild_button a {
    padding: 18px 35px;
    display: inline-block;
    background: var(--bgcolor);
}
.educhild_button a:hover{
    color: var(--whitec);
    background: var(--brcolor);
}
/*======== witr_5_all_cal_color area end  ==========*/

/*======== call action start  ==========*/
.call_action {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.edbackground_overlay{
    background-color: #000000;
    opacity: 0.79;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.ctcall_title h2{
    color: var(--whitec);
    font-size: 35px;
}
.call_btn{
    text-align: center;
}
/*======== call action end  ==========*/

/*======== testimonial area start ==========*/
.cttestimonial_area{
    padding: 120px 0;
    background: var(--whitec);
}
.single_2p_testimonial.top_single_testi {
    padding: 50px 25px;
    margin: 10px 0;
}
.single_2p_testimonial {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    background: var(--whitec);
    padding: 30px 20px;
    text-align: left;
}
.single_2p_testimonial p{
    color: var(--paracolor);
}
.two_sec_flex, .img_text_part_dflex, .two_part_dflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mash_and_icon .mash_and_icon text-center ul{
    padding: 0;
}
.mash_and_icon text-center ul il{
    list-style: none;
}
.mash_and_icon ul li{
    list-style: none;
}
.img_text_part_dflex {
    justify-content: flex-start;
}
.two_part_img {
    margin-right: 15px;
}
.title_and_sub h6 {
    font-size: 20px;
    color: var(--bgcolor);
}
.title_and_sub h6 {
    margin: 0;
}
.title_and_sub span{
    color: var(--paracolor);
}
.em_crating i{
    color: var(--bgcolor);
}
.mash_and_icon h5 {
    font-size: 16px;
    margin-bottom: 2px;
    color: var(--paracolor);
}
.testomonial_2part .slick-slide.slick-current.slick-active .bottom_single_testi{
    background: var(--bgcolor);
}
.slick-current .bottom_single_testi.all_color_testimonial i, .bottom_single_testi.slick-current .bottom_single_testi.all_color_testimonial p, .slick-current .bottom_single_testi.all_color_testimonial h2,.slick-current .bottom_single_testi.all_color_testimonial h5, .slick-current .bottom_single_testi.all_color_testimonial h6, .slick-current .bottom_single_testi.all_color_testimonial span{
     color:#fff;
}
/*======== testimonial area end ==========*/

/*======== tab area start  ==========*/
.tab_area {
    padding: 120px 0 80px;
    position: relative;
    background: var(--whitec);
}
.inner_shop_title_right {
    display: block;
}
ul.nav.tab_blog {
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 15px;
}
ul.tab_blog li a {
    margin-right: 10px;
    margin-bottom: 25px;
    padding: 45px 45px 50px 45px;
    display: inline-block;
    margin-left: 10px;
    transition: .5s;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 2px rgba(196, 206, 213, 0.2);
}
ul.tab_blog li a:hover{
    color: var(--whitec);
    background-color: var(--brcolor);
}
span.witr_tab_icona {
    float: none;
    display: block;
}
.award_left_img img{
    width: 100%;
}
.inner_video_area.ed_video{
    padding: 0;
    top: 37%;
    margin-left: 44%;
}
.main_tab_list ul li a.active{
    color: var(--whitec);
    background: var(--bgcolor);
}
.main_tab_list {
    text-align: center;
}
  /* inner single page middle text css */
  
  /* award text area */
  .award_left_img{
    position: relative;
  }
  .inner_video_area {
    position: relative;
    top: 0;
    margin-left: 0%;
}
  .inner_video_area a {
      display: inline-block;
      width: 90px;
      border-radius: 100%;
      height: 90px;
      font-size: 16px;
      line-height: 90px;
      background-color: var(--bgcolor);
      color: var(--whitec);
      animation: witr-shadow 1s linear infinite;
  }
  @keyframes witr-shadow{
      0% {
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      }
      100% {
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      }
  }
  .award_middle_text h2 {
    font-size: 36px;
    margin-bottom: 25px;
}
.witr_widget_list{
    margin-top: 30px;
}
.witr_widget_list ul{
    margin: 0;
    padding: 0;
}
.witr_widget_list ul li {
    list-style: none;
    margin: 0 0 10px;
}
.witr_widget_list ul li span i{
    color: var(--bgcolor);
}
.tab_btn{
    margin-top: 55px;
}
.tab_btn a{
    display: inline-block;
    margin: 0;
    background: transparent;
    transition: .5s;
    color: var(--bgcolor);
    border: 2px solid var(--bgcolor);
}
.tab_btn a:hover{
    color: var(--whitec);
    background: var(--bgcolor);
}
/*======== tab area end  ==========*/

/*======== about feature area start  ==========*/
.about_feature{
    padding: 120px 0 80px;
    background: var(--whitec);
}
.sub_border_2{
    margin: 0px 10px 35px 10px;
    padding: 60px 0px 60px 0px;
    border: 2px solid #FF60006E;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
}
.sub-item img {
    display: inline-block;
}
.sub-item h3{
    margin: 5px 0 10px;
}
.sub_border_2:hover{
    border: 2px solid var(--whitec);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
}
/*======== about feature area end  ==========*/

/*======== progess bar area start ==========*/
.progerss_bar{
    padding: 120px 0 60px;
    background: var(--whitec);
}
.skill_title h2{
    font-size: 48px;
}
.skill_title p {
    margin: 10px 0 40px;
}
.witr_single_progress {
    overflow: hidden;
    margin-bottom: 20px;
}
.progress {
    display: flex;
    height: 6px;
    background-color: #e9ecef;
}
.progress-bar{
    overflow: initial;
    background-color: var(--bgcolor);
}
.witr_title2 span {
    font-weight: 700;
    font-size: 17px;
}
.witr_progress-style2 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
}
.witr_progress-style2 {
    overflow: visible;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 2px;
    border: 1px solid var(--bgcolor);
    border-radius: 30px;
    height: 10px;
}
.witr_progress-style2 + .witr_progress-style2 {
	margin-top: 60px;
}
.witr_progress-style2 .progress-bar {
    position: relative;
    text-align: left;
    border-radius:0;
    line-height: 25px;
    box-shadow: none;
    margin: 2px;
}
.witr_title6 .witr_label {
	left: 2px;
	top: 8px;
	color: #272727;
	font-size: 16px;
	font-weight: 600;
}
.witr_progress-style2 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 16px;
    top: -28px;
    color: var(--blackc);
}
.progress_img{
    position: relative;
}
.play-overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/*======== progess bar area end ==========*/

/*======= circle progress start ======*/
.circle_progress_bar{
    padding: 50px 0 100px;
    background: var(--whitec);
}
.witr_cp_class {
    position: relative;
}
span.witr_cir_text {
    color: var(--blackc);
    font-size: 22px;
}
.witr_circle_area.text-center {
    margin-bottom: 20px;
}
span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
}
.witr_circle_title {
    margin-top: 10px;
}
.witr_circle_title h2 {
    color: var(--blackc);
}
.cir_witr .allcostyle {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    margin: 0 0 35px 0;
    padding: 0;
    border: none;
}
.cir_witr .allcostyle h2 {
    margin: 16px 0 8px 0;
}
.prog_page_cir {
    margin: 0;
}
.prog_page_cir .cir_inner {
    padding: 0;
}
.prog_page_cir .witr_circle_area{
    margin-right:25px;
    margin-left:25px;
}
/*======= circle progress end =====*/

/*======== experience area start  ==========*/
.experience_area {
    padding: 120px 0 60px;
}
.witr_team_content {
    padding: 23px 5px 23px;
    background-color: var(--whitec);
}
.witr_team_content h5 a{
    font-size: 24px;
}
.witr_team_content span{
    color: var(--bgcolor);
}
/*======== experience area end  ==========*/

/*===== tn counter area area start  ====*/
.tn_counter {
    padding: 30px 0 120px;
    position: relative;
}
.tn_counter_cont h3, .tn_counter_cont span {
    font-size: 40px;
    color: var(--bgcolor);
    font-weight: 700;
}
.tn_counter_cont h2 {
    font-size: 22px;
    text-align: center;
}
.main_counter.tn_main_counter{
    justify-content: center;
}
.inner_counter_sub_cont {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
/* about counter */
.teacher_team{
    background: #ff991400;
    padding: 120px 0;
}
.about_counter{
    background: var(--bgcolor);
}
.main_tteam {
    padding: 50px 20px 30px 20px;
    border: 2px solid #FF991469;
    transition: .5s;
    border-radius: 5px;
    margin: 0 10px;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.05);
}
.main_tteam:hover{
    border: 2px solid var(--whitec);
}
.witr_team_content {
    padding: 23px 5px 23px;
}
.witr_team_content h5 {
    margin: 0;
}
.team_o_icons {
    margin-top: 15px;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
}
.tteam_img img{
    width: 100%;
}
.team_o_icons::before {
    position: absolute;
    content: "";
    background: #ddd;
    top: 0px;
    height: 1px;
    width: 25%;
    margin: auto;
    left: 0;
    right: 0;
    transition: .5s;
}
.main_tteam:hover .team_o_icons::before{
    width: 100%;
    background: var(--bgcolor);
}
.witr_pots_team_s{
    padding: 0;
    margin: 0;
}
.witr_pots_team_s li{
    display: inline-block;
    list-style: var();
}
.team_o_icons ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ff60001c;
    background: #ff600033;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    color: #ff6000;
    margin: 0px 2px;
    font-size: 15px;
}
.team_o_icons ul li a:hover{
    color: var(--whitec);
    background: var(--bgcolor);
}
/* about counter */

/*===== tn counter area area end  ====*/

/*======= course area start  ======*/
.courses_area{
    padding: 120px 0;
    background: var(--whitec);
}
.img_active {
    margin: 40px 130px;
}
.inner_img_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.inner_img_overlay img {
    height: 100%;
    transition: .5s;
    width: 100%;
}
.inner_img_area:hover .inner_img_overlay img{
    transform: scale(1.2);
}
/* img overlay go  */
.img_overlay_go{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color: #15194677;
    transition: .5s;
    transform: scale(0);
}
.inner_img_area :hover .img_overlay_go{
    transform: scale(1);
}
.item_pos{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 1px;
    margin-top: 1px;
}
/* absolute icons css */
.absolute_icons {
    transform: rotateY(90deg);
    position: absolute;
    bottom: 30px;
    top: auto;
    right: 30px;
    left: auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_img_area:hover .absolute_icons{
    transform: rotateY(0);
    opacity: 1;
    visibility: visible;
}
.absolute_icons a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    font-size: 25px;
    text-align: center;
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.absolute_icons a:hover{
    background-color: var(--titlecolor);
    color: var(--whitec);
}
/* inner img content  */
.project_title {
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 20px 10px 20px;
    border-radius: 0px;
    left: 0;
    right: 0;
    background-color: var(--whitec);
}
.project_title p{
    color: var(--titlecolor);
    margin: 0;
}
.project_title h2 a{
    color: var(--bgcolor);
    font-size: 24px;
}
.img_area:hover .slick-prev ,.img_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/*======= course area end  ======*/

/*======= registration area start  ======*/
.registration_area{
    padding: 100px 0;
    background: var(--whitec);
}
.educhild_singl_title h2{
    text-transform: uppercase;
}
.tutor_registration_wrap{
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 24px 32px 24px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 5px;
}
.tutor-form-group label{
    display: block;
    margin-bottom: 10px;
    margin-top: -2px;
}
.tutor-form-group input{
    width: 100%;
    display: block;
    border: 1px solid #dcdfe5;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
    line-height: 48px;
    padding: 0;
    text-indent: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 16px;
}
.registation_btn button{
    width: 100%;
    color: var(--whitec);
    transition: .5s;
    background: var(--bgcolor);
    border: none;
    padding: 10px 0;
    border-radius: 5px;
}
.registation_btn button:hover{
    background: var(--brcolor);
}

/*======= registration area end  ======*/


/*===== shop area area start  ====*/
.shop_area{
    padding: 120px 0;
    background-color: #FFD0B4;
}
.shop_title {
    padding: 20px;
    background: var(--whitec);
    box-shadow: 0 4px 15px 4px rgba(39, 57, 101, .1) !important;
    border-radius: 0 0 10px 10px;
}
.main_shop{
    position: relative;
    margin-bottom: 30px;
}
.book_icon{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    height: 2px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 48px;
}
.book_icon i{
    color: var(--bgcolor);
}
.shop_img img{
    width: 100%;
}
.tutor_ratings {
    display: flex;
    gap: 10px;
}
.tutor_ratings_stars i{
    color: var(--brcolor);
}
.tutor-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}
.tutor-avatar-text {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: rgba(255,255,255,.8);
    background-color: var(--bgcolor);
}
.shop_title h2 {
    padding: 25px 0 40px;
}
.shop_title h2 a{
    font-size: 26px;
}
.main_cart {
    display: flex;
    align-items: center;
    gap: 50px;
    border-top: 1px solid #E3E5EB;
    padding: 30px 20px 15px;
    border-radius: 0 0 5px 5px;
    justify-content: space-between;
}
.list_item_button{
    text-align: end;
}
.list_item_button a{
    padding: 15px 10px;
    color: var(--bgcolor);
    border-radius: 5px;
    transition: .5s;
    border: 1px solid var(--bgcolor);
}
.list_item_button a:hover{
    background: var(--brcolor);
    color: var(--whitec);
    border: 1px solid var(--brcolor);
}
.etlms_pagination{
    display: flex;
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
}
.etlms_pagination span,.etlms_pagination a{
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px 24px;
    font-size: 19px;
    line-height: 1;
    transition: .5s;
    background: var(--whitec);
}
/*===== shop area area end  ====*/

/*======== testimonial area start ==========*/
.testimonial_area {
    padding: 110px 0;
    margin: 60px 260px;
    border-radius: 10px;
}
.client_title h2{
    font-size: 48px;
    color: var(--whitec);
}
.tstitle {
    color: var(--whitec);
    margin-top: 50px;
}
.client_title {
    margin-left: 45px;
}
span.tesspanf {
    display: flex;
    align-items: center;
    color: var(--whitec);
    font-size: 16px;
    margin: 5px 0 30px;
}
.tscon {
    position: relative;
    z-index: 99;
    margin: 0 57px;
}
.tn_testi_1_shap {
    position: absolute;
    bottom: 60px;
    z-index: -1;
    right: -15px;
}
.tscon p{
    color: var(--whitec);
    font-size: 22px;
}
.tscon i {
    font-size: 100px;
    color: var(--bgcolor);
    position: relative;
    left: 53%;
    top: -23px;
}

.testimonial_area .slick-dots {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 11;
    text-align: center;
}
.testimonial_area .slick-dots li {
    display: inline-block;
}
.testimonial_area .slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 0 solid var(--bgcolor);
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
    background: var(--whitec);
}
.testimonial_area .slick-dots li.slick-active button {
    background: var(--bgcolor);
}

/*======== testimonial area end ==========*/

/*======== team area start ==========*/
.team_member {
    padding: 60px 0;
}
.team_title{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.team_title img {
    position: absolute;
    top: -60px;
    left: 42%;
}
.team_title h4{
    color: var(--bgcolor);
}
.team_title h2{
    font-size: 48px;
}
.single_team_img {
    position: relative;
    overflow: hidden;
}
.single_team{
    margin: 10px;
}
.team_single_icon a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: .5s;
    border-radius: 0px 100px 100px 100px;
    text-align: center;
    color: var(--titlecolo);
    background-color: var(--bgcolor);
}
.team_single_icon a:hover{
    color: var(--whitec);
    background-color: var(--brcolor);
}
.team_single_icon {
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.single_team_img img{
    width: 100%;
}
/* social icon */
.team_social_icon {
    position: absolute;
    transition: .5s;
    bottom: -50%;
    right: 15px;
}
.single_team:hover .team_social_icon{
    bottom: 25%;
}
.team_social_icon a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 5px 3px;
    transition: .5s;
    color: var(--whitec);
    background-color: var(--bgcolor);
    border-radius: 100%;
}
.team_social_icon a:hover{
    color: var(--whitec);
    background-color: var(--brcolor);
}
/* team text */
.team_text{
    text-align: center;
}
.team_text h2 {
    margin: 10px 0 0;
}
.team_text p{
    color: var(--bgcolor);
}
/*======= team area end =====*/

/*======= pricing area start  ======*/
.stpricing_area {
    padding: 100px 0 100px;
    background: var(--whitec);
}
.all_pricing_color {
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.pricing-part {
    position: relative;
    overflow: hidden;
	text-align:center;
}
.witr_pricing_icon i {
    color: var(--bgcolor);
    font-size: 80px;
    padding-top: 40px;
    display: block;
}
.pricing-part h4 {
    font-size: 24px;
    padding: 26px 0 12px;
    display: block;
}
.all_pricing_color h2, .all_pricing_color h3, .all_pricing_color h5, .all_pricing_color h4 {
    margin: 0px;
}
.pricing_style_4 .witr_p_middle {
    width: 150px;
    height: 150px;
    display: table;
    margin: 15px auto 15px;
}
.pricing_style_4 .witr_p_middle_inner {
    display: table-cell;
    vertical-align: middle;
    background: var(--bgcolor);
    border-radius: 100%;
}
.pricing_style_4 .pricing-part h5 {
    padding: 0px;
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
    text-align: center;
}
.pricing_style_4 .pricing-part span {
    font-size: 18px;
    margin-right: 5px;
}
.pricing_style_4 .pricing-part span+span {
    display: block;
}
.pricing-part ul {
    display: inline-block;
    text-align: center;
    padding: 0;
}
.pricing-part ul li {
    line-height: 40px;
    list-style: none;
    font-size: 20px;
}
.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}
.pricing-part a.btn {
    font-weight: 600;
    background: var(--bgcolor);
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 0;
    color: #fff;
    border: 1px solid var(--bgcolor);
    display: inline-block;
}
.pricing-part a.btn:hover {
    background: var(--brcolor);
    color: var(--whitec);
}
.pricing-part sub {
    color: var(--whitec);
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -65px;
    top: 20px;
    background: var(--bgcolor);
    line-height: 43px;
    width: 217px;
    height: 45px;
    text-align: center;
    -webkit-transform: rotate(35deg);
    transform: rotate(45deg);
}
/*======= pricing area end  ======*/

/*======== coundown area start  ==========*/
.coundown_area{
    padding: 100px 0 100px;
    background: var(--whitec);
}
.tx_countdown_box {
    display: flex;
    justify-content: center;
}
.tx_single_countdown{
    margin-right: 10px;
}
.witr_digit{
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
.tx_countdown_box p{
    font-size: 19px;
    font-weight: 400;
    color: var(--whitec);
}
.tx_single_countdown{
    padding: 15px 40px 0;
    font-size: 45px;
    font-weight: 700;
    color: var(--whitec);
    background-image: linear-gradient(180deg, #468693 0%, #d1b031 100%);
    border-radius: 10px;
}
.inner_coundown_right_cont h2{
    font-size: 48px;
}
.inner_coundown_right_cont h2 a{
    font-size: 48px;
    font-weight: 400;
    color: var(--brcolor);
    text-decoration: underline;
}
/*======== coundown area end  ==========*/

/*======== prop project area start  ==========*/
.prop_project_area{
    padding: 120px 0 100px;
    background: var(--whitec);
}
.ab_page_proj {
    padding: 115px 0 60px;
}
.prop_project_area .witr_section_title {
    margin-bottom: 35px;
}
.witr_pslide4.witr_pslide3 .witr_single_pslide {
    margin-bottom: 0;
    overflow: hidden;
	text-align:left;
	position:relative;
}
.witr_pslide_image, .witr_single_pslide {
    position: relative;
    overflow: hidden;
}
.witr_pslide_image::before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: 1;
    opacity: 0.5;
	background: #ff6000a6;
}
.witr_single_pslide:hover .witr_pslide_image::before{
    top: 0;
}
.witr_pslide_image img {
    margin-right: auto;
    margin-left: auto;
    transition: .5s;
    width: 100%;
}
.witr_pslide4.ps3.ps1 .witr_content_pslide_text {
    bottom: -170px;
    padding: 40px 30px 30px 35px;
    border-radius: 5px;
    left: 30px;
    right: 30px;
    text-align: left;
	opacity: 1;
    box-shadow: 0 0 65px 0 #00000017;
	position: absolute;
    background: var(--whitec);
    right: 30px;
    transition: .5s;
    z-index: 2;
}
.witr_pslide4.witr_pslide3 .witr_pslide_custom {
    bottom: auto;
    z-index: -1;
    right: 12%;
    transform: translateX(50%);
    position: absolute;
    transition: .5s;
}
.ps3.ps1 .witr_content_pslide_text a {
    color: #222429;
    display: inline-block;
    margin: 0;
}
.witr_content_pslide {
    display: inline-block;
}
.witr_content_pslide h3 {
    margin-bottom: 3px;
}
.witr_content_pslide_text {
    padding: 21px 15px 26px;
    position: absolute;
    background-color: var(--whitec);
    bottom: -80px;
    left: 15px;
    margin: auto;
    transition: .5s;
    right: 15px;
    z-index: 9999;
    text-align: left;
}
.witr_single_pslide:hover .witr_content_pslide_text{
    bottom: 0;
}
.witr_case_btnb a {
    font-size: 16px;
    font-weight: 600;
    color: var(--whitec);
    background: var(--bgcolor);
    padding: 13px 25px;
    border-radius: 5px;
    display: inline-block;
    transition: .5s;
    border: 1px solid #ececec;
}
.witr_case_btnb a:hover{
    padding: 13px 30px;
    color: var(--whitec);
    background: var(--brcolor);
}

/*======== prop project area end  ==========*/

/*======== brand area start ======*/
.brand_area {
    padding: 60px 0 55px;
}
.br_brand {
    padding: 45px 0 120px;
}
.inner_brand_area {
    text-align: -webkit-center;
}
/* service */
.service_brand {
    margin: -80px 0 10px;
}
/*====== brand area end ======*/


/*======== blog area start  ==========*/
.blog_area{
    padding: 120px 0;
    position: relative;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    position: relative;
    margin: 0 15px 0;
}
/* blog title */
.ch_blog_title{
    margin-bottom: 80px;
}
.ch_blog_title h2{
    font-size: 48px;
}
.blog_chbtn{
    text-align: right;
}
.blog_chbtn a {
    font-size: 20px;
    font-weight: 700;
    border-style: none;
    display: inline-block;
    color: var(--whitec);
    transition: .5s;
    background: var(--bgcolor);
    margin: 50px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
}
.blog_chbtn a:hover{
    color: var(--whitec);
    background: var(--titlecolor);
}
/* inner blog thumb css */

.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img {
    width: 100%;
    transition: .5s;
    border-radius: 10px;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000001A 0%, #FF9914 100%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.2);
}
/* inner blog absolute css */
.inner_blog_absolute {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    color: var(--whitec);
    background: var(--brcolor);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
.witr_blog_meta_potion14 {
    margin: 5px 0px 17px;
}
.witr_blog_meta_potion14 span{
    color: var(--bgcolor);
    font-size: 16px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 2px;
}
/* inner blog text css */
.single_blog_title {
    padding: 20px 30px 25px;
    position: relative;
    background: var(--whitec);
}
.inner_blog_text {
    margin: 10px 0 15px;
}
.inner_blog_text span a{
    font-weight: 400;
    color: var(--bgcolor);
}
.inner_blog_text span {
    font-size: 18px;
    margin-right: 10px;
    font-weight: 500;
    color: var(--bgcolor);
}
.inner_blog_text span i{
    margin-right: 3px;
}
/*inner blog content css */
.inner_blog_content {
    padding: 10px 0px 0px;
}
.inner_blog_content h2 a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
}
.inner_blog_content h2 a:hover{
    color: var(--bgcolor);
}
.inner_blog_content >a{
    font-size: 14px;
    color: var(--brcolor);
}
.inner_blog_content >a:hover{
    color: var(--bgcolor);
}
/* witr_top_category */
.witr_top_category{

}
.witr_top_category {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 999;
    transform: scale(0);
    transition: .5s;
}
.witr_top_category span a{
    color: var(--whitec);
    background: var(--bgcolor);
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.inner_blog_area:hover .witr_top_category{
    transform: scale(1);
}

/*======== blog area end  ==========*/

/* golobal slick defult arrow css */
.slick-prev , .slick-next{
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.glowbal:hover .slick-prev ,.glowbal:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.slick-prev {
    left: -80px;
}
.slick-next{
    right: -55px;
}
.slick-prev::before ,.slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 40px;
    background-color: var(--titlecolor);
    color: var(--whitec);
    transition: 1s;
}
.slick-next::before{
    content: '\eaca';
}
.slick-prev:hover::before ,.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/*======== faq area start  ==========*/
.tuition-fees {
    padding: 120px 0 80px;
    background: var(--whitec);
}
/* inner faq accrodion item css */
.faq_top_title h2{
    font-size: 70px;
    margin-bottom: 15px;
}
.inner_faq_ac_item {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid var(--bgcolor);
}
.inner_faq_ac_item a {
    width: 100%;
    font-size: 30px;
    padding: 15px 30px 15px 20px;
    font-weight: 600;
    display: flex;
    color: var(--titlecolor);
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.inner_faq_ac_item a:hover{
    color: var(--whitec);
    background: var(--bgcolor);
}
.inner_faq_ac_item a i{
    font-size: 30px;
    font-weight: 700;
    right: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: var(--titlecolor);
}
.inner_faq_ac_item a.active {
    color: var(--whitec);
    background: var(--bgcolor);
}
.inner_faq_ac_item a.active::before {
    content: '\ef9a';
    font-family: Icofont!important;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    color: var(--whitec);
    line-height: 30px;
    font-size: 18px;
}
.inner_faq_ac_item a.active i{
    display: none;
}
/* inner faq text */
.inner_faq_text{
    padding: 10px;
}
/* witr_amar_table table */
.witr_amar_table table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
.witr_amar_table table tbody tr.odd{
    border-bottom: 1px solid #ededed;
}
.witr_amar_table table th {
    background: #ff600030;
}
.witr_amar_table table td, .witr_amar_table table th {
    padding: 15px 30px;
}
.main_faq h5{
    font-size: 24px;
    color: #273a82;
    margin: 10px 0;
}
/*======== faq area end  ==========*/

/*======== service text box area start  ==========*/
.service_text_box{
    padding: 120px 0 90px;
    background: var(--whitec);
}
.st_title h2{
    font-size: 70px;
    margin-bottom: 20px;
}
.witr_s_flex {
    display: flex;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #DDDDDD;
    padding: 10px 0px 10px 0px;
    gap: 14px;
    margin-bottom: 20px;
}
.em-service2.sleft .em-service-icon {
    margin-right: 20px;
    margin-top: 10px;
}
.em-service-icon i{
    font-size: 55px;
    transform: rotate(0deg);
    color: var(--brcolor);
    border: none;
}
.em-service-title h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.em-service-desc p{
    font-size: 20px
}
.st_box_btn{
    text-align: center;
    margin-top: 45px;
}
.st_box_btn a{
    background: var(--bgcolor);
    color: var(--whitec);
    display: inline-block;
    padding: 13px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
}
.st_box_btn a:hover{
    background: var(--brcolor);
}
/*======== service text box area end  ==========*/

/*======== my account area start  ==========*/
.my_account_area {
    padding: 120px 0px 120px;
    background: var(--whitec);
}
.my_account_inner {
    border: 1px solid #d3ced2;
    padding: 26px 25px 0px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.my_account_inner .label {
    line-height: 2;
}
.my_account_inner label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-left: 4px;
    margin-bottom: 6px;
}
.my_account_inner .form-group input, .my_account_inner .form-group textarea {
    color: #43454b;
    outline: 0;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    width: 100%;
    padding: .6180469716em;
    background-color: #f2f2f2;
}
.my_account_inner form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: visible;
}
.my_account_inner form .form-row .required {
    visibility: visible;
}
.my_account_inner button.btn {
    float: left;
    overflow: hidden;
    background: var(--bgcolor);
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 100%;
    border-radius: 3px;
    margin-right: 15px;
    transition: .5s;
}
.my_account_inner button.btn:hover{
	background: var(--titlecolo);
	color: var(--whitec);
}
.my_account_inner input#vehicle1 {
    width: 2%;
    display: inline-block;
    margin-top: 12px;
}
.lost_password a {
    color: var(--bgcolor);
    margin-top: 9px;
    display: block;
}
.lost_password a:hover {
    color: #94d549;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer;
}
.tx_golobal_color{
     background: #94d549;
}
 .tx_btn_global_color:hover{
     background:#000;
}
/*======== my account area end  ==========*/

/*======== cart area end  ==========*/
.cart_area {
    padding: 90px 0px 75px;
    background: var(--whitec);
}
.bhera-single-blog-details {
    background: #fff;
	margin-bottom: 40px;
}
.single-blog-content {
    overflow: hidden;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-info, .woocommerce-message {
    border-top-color: var(--bgcolor);
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-info::before {
    color: var(--bgcolor);
}
.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    clear: both;
}
.return-to-shop a {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    background: var(--bgcolor);
    color: var(--whitec);
    border: 0;
    font-size: 13px;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
}
.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    clear: both;
}
.woocommerce a.button.wc-backward:hover, .woocommerce a.button:hover{
	background: #000;
}
/*======== cart area end  ==========*/

/*======== checkout area start  ==========*/
.checkout_page{
    padding: 120px 0;
    background: var(--whitec);
}
.em-theme-main-page .educhild-single-blog-details {
    padding: 30px 30px 10px;
}
.educhild-single-blog-title h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top-color: var(--bgcolor);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.witr_checkout_form .witr_ck_blling h3, .witr_checkout_form h3#order_review_heading, h2.woocommerce-order-details__title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    background: #ff6000;
    padding: 10px 15px;
    color: #fff;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce .woocommerce-checkout .form-row label {
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
    display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 2px #e4e4e4;
}
.woocommerce-input-wrapper select {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce .witr_checkout_form table.shop_table th {
    font-weight: 600;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 18px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside;
}
/*======== checkout area end  ==========*/

/*======= google map area start  ======*/
.gogle_map_area{
    margin: 45px 0;
}
.google_map_title iframe{
    width: 100%;
    height: 500px;
}
/*======= google map area end  ======*/

/*===== contact area area start  ====*/
.contact_area {
    padding: 120px 0 100px;
    position: relative;
    z-index: 11;
}
.style2_title h2{
    color: var(--whitec);
}
.style2_title p{
    color: var(--whitec);
}
.inner_contact_form{
    text-align: center;
}
.contact_style2{
    padding: 60px 35px 60px;
    border-radius: 10px;
    background-color: #FF6000A3;
}
.inner_contact_form.tns_input input {
    height: 45px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 23px;
    padding: 0 15px;
    border: none;
    color: var(--whitec);
    background: var(--brcolor);
}
.inner_contact_form.tns_input textarea {
    height: 150px;
    border-radius: 5px;
    width: 100%;
    border: none;
    color: var(--whitec);
    padding: 10px 15px;
    margin-bottom: 23px;
    background: var(--brcolor);
}
.inner_contact_form.tns_input input::placeholder,.inner_contact_form.tns_input textarea::placeholder{
    color: var(--whitec);
}
.inner_contact_form.tns_input button{
    border-radius: 5px;
    transition: .5s;
    border: none;
    color: var(--whitec);
    font-weight: 600;
    padding: 15px 30px;
    background-color: var(--bgcolor);
}
.inner_contact_form.tns_input button:hover{
    background: var(--brcolor);
    color: var(--whitec);
}
.tns_input.stcontact_style2 input,.tns_input.stcontact_style2 textarea{
    background-color: var(--whitec);
    color: var(--paracolor);
}
.tns_input.stcontact_style2 input::placeholder,
.tns_input.stcontact_style2 textarea::placeholder{
    color: var(--paracolor);
}
/*===== contact area area end  ====*/

/*===== contact box start  ====*/
.contact_box{
    padding: 120px 0 100px;
    background: var(--whitec);
}
.single_contact_box{
    text-align: center;
    margin-bottom: 20px;
    transition: .5s;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.single_contact_box:hover{
    transform: scaleX(-10deg);
}
.single_contact_box i{
    color: var(--whitec);
    background-color: var(--bgcolor);
    font-size: 30px;
    height: 80px;
    width: 80px;
    transition: .5s;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    transition: .5s;
}
.single_contact_box:hover.single_contact_box i{
    transform: rotate(360deg);
}
.single_contact_box h2{
    margin: 20px 0 10px;
    font-size: 24px;
}
/*===== contact box end  ====*/

/*====== single page accordion start=====*/
.single_page_accordion {
    padding: 120px 0 80px;
    background-color: #F9F9F9;
}
.single_ac_items{
    border: 0;
    border-left: 2px solid var(--bgcolor);
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.single_ac_items a{
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--paracolor);
}
.single_ac_items a i{
    margin-right: 8px;
}
.single_ac_items a.active{
    position: relative;
    color: var(--bgcolor);
}
.single_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont!important;
    top: 18px;
    left: 20px;
    bottom: 0;
}
.single_ac_items a.active i{
    opacity: 0;
    visibility: hidden;
}
.single_accor_contents {
    margin: 10px 20px 10px;
}
.single_accor_contents p {
    font-weight: 600;
    padding-bottom: 15px;
}
/*======== single page accordion end ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 120px 0 100px;
    background: var(--whitec);
}
/* portfolio 2 css */
.portfolio_2{
    margin-bottom: 30px;
}
.section_title_area h4{
    font-size: 16px;
    color: var(--bgcolor);
}
.section_title_area h2{
    font-size: 48px;
}
.portfolio_title p {
    width: 64%;
    margin: 0 auto;
}
/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}
.portfolio_2_subc h2 a{
    font-size: 24px;
    transition: .5s;
    color: var(--brcolor);
}
.portfolio_2_subc h2 a:hover{
    color: var(--bgcolor);
}
.portfolio_nav_all {
    padding: 24px 0 30px;
}
/* portfolio nav css */
.portfolio_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio_nav ul li{
    display: inline-block;
    border: 1px solid #f3eaea;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}
.portfolio_nav ul li.current_menu_item{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.portfolio_nav ul li:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* portfolio items css */
.portfolio_img_area{
    position: relative;
    overflow: hidden;
}
.portfolio_img_area img{
    width: 100%;
}
.portfolio_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(222 169 26 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay{
    opacity: 1;
    visibility: visible;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(230 145 46 / 64%);
    text-align: center;
}
.overlay >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 15%;
    background-color: var(--bgcolor);
}
.overlay >a:hover{
    color: var(--whitec);
    background-color: var(--titlecolor);
}
.overlay >a >i{
    font-size: 22px;
}
.overlay h2{
    margin: 10px 0;
    color: var(--whitec);
}
.overlay p{
    color: var(--whitec);
}
.overlay >h2 >a:hover{
    color: var(--bgcolor);
}
.overlay.port_text >h2 >a{
    margin: 10px 0;
    color: var(--whitec)!important;
}
.port_text >h2 >a:hover{
    color: var(--bgcolor);
}
/* portfolio text */
.tx_pf_text{
    box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
    padding: 15px 20px;;
}
.tx_pf_text h2 a {
    display: inline-block;
    font-size: 24px;
    color: var(--textcolor);
    transition: .5s;
    margin: 0 0 -3px;
}
.tx_pf_text h2 a:hover{
    background: none;
    color: var(--bgcolor);
}
.tx_pf_text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    margin: -5px 0 -2px;
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}
/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}
.portfolio_overlay_cont >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    background: none;
    color: var(--whitec);
}
.portfolio_overlay_cont >a:hover{
    background: var(--bgcolor);
    color: var(--whitec);
}
.portfolio_overlay_cont >a i{
    font-size: 25px;
}
.portfolio_overlay_cont h2{
    margin: 0;
}
.portfolio_overlay_cont h2 a {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.portfolio_overlay_cont h2 a:hover{
    color: var(--bgcolor);
}
.portfolio_overlay_cont p{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_portfolio_items:hover .portfolio_overlay_cont{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area{
    padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_portfolio_lower_nav ul li{
    display: inline-block;
}
.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a.current{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 100px 0 70px;
    background: var(--whitec);
}
.inner_yblog_form {
    position: relative;
    width: 100%;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 80%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}
.inner_yblog_form button {
    position: absolute;
    display: inline-block;
    right: 0;
    outline: none;
    border: none;
    padding: 16px 20px 15px;
    margin-right: 13px;
    background-color: #ddddddfa;
}
.inner_yblog_form button i{
    font-size: 18px;
}
/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.inner_yblog_left_title a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover{
    color: var(--hoverbg);
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
}
.inner_yblgo_left_style2 a:hover{
    color: var(--bgcolor);
}
/* blog left inner css */
.inner_yblog_left_img{
    margin-bottom: 10px;
}
.inner_yblog_left_img img {
    width: 100%;
    margin: 12px 0 -0;
}
.yblog_left_inner {
    padding: 0 0;
    background: none;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}
.yblog_left_sub{
    padding: 25px 0 30px 15px;
}
.yblog_left_sub h2 a {
    width: 100%;
    font-size: 22px;
}
.yblog_left_sub h2 a:hover{
    color: var(--bgcolor);
}
.yblog_left_text_sub {
    padding: 0px 0 10px;
}
.yblog_left_text_sub span{
    color: var(--paracolor);
}
.yblog_left_text_sub span i{
    color: var(--bgcolor);
}
.yblog_left_sub p{
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    color: var(--paracolor);
    text-transform: capitalize;
}
.yblog_left_sub >a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}
.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}
.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}
.speko_active{
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.transko_active{
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.speko_theme_widget .widget a {
    color: var(--pracolor);
}
.wp-calendar-nav span a {
    border: none;
    padding: 10px 0 0;
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}
.inner_project_information_img {
    margin-bottom: 20px;
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2{
    font-size: 24px;
}
.inner_project_right_content p span{
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a{
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 24px;
}
.inner_project_information_descrip {
    margin-bottom: 8px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
}
.inner_project_information_descrip p{
    margin: 0;
}
/* inner project information description css */
.inner_project_infor_list{
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.inner_project_infor_list li{
    margin-bottom: 5px;
}
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area{
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}
.inner_single_box_area p {
    margin-bottom: 5px;
}
.inner_single_page_content_area p{
    margin-top: 20px;
}

/* single shop page */
/* Demo Product Area Start */

.sec_padding {
    padding: 100px 0 90px;
  }
  .prdc-pic img {
    width: 100%;
  }
  .prdc-pic {
    position: relative;
    margin-bottom: 30px;
  }
  .prdc-lft .onsale {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: auto;
    top: 10px;
    left: 10px;
    line-height: 1;
    min-width: auto;
    min-height: auto;
  }
  .prdc-lft .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
  }
  .prdc-lft .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
  }
  .prdc-lft .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
  }
  .product .product_title {
    margin-bottom: 4px;
    font-size: 24px;
  }
  .price ins {
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
  }
  .qntity_own {
    font-weight: 700;
  }
.tab_list_main {
    box-shadow: 0px 0 28px 6px rgb(0 0 0 / 5%);
    margin-bottom: 30px !important;
}
.inner_tab_star i{
    display: inline-block;
    color: var(--bgcolor);
}
.single_shop_btn {
    position: relative;
    margin-top: -60px;
}
  .quantity .qty {
    border: 1px solid #ddd;
  }
  .quantity .qty {
    border: 1px solid #ddd;
    margin: 0 10px;
    height: 39px;
    width: 90px;
    text-align: center;
  }
  form.cart.single_pcart {
    display: flex;
    align-items: baseline;
    margin: 21px 0;
}
  form.cart .button {
    background: #be9674;
    padding: 12px 15px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s;
    border: none;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  form.cart .button:hover {
    background: #e0a067;
  }
  p.price {
    color: #e0a067;
  }
  p.price del {
    font-weight: 500;
    opacity: 0.5;
    display: inline-block;
  }
  .entry-summary span {
    font-weight: 700;
    margin-top: 7px;
  }
  
  .entry-summary span a {
    font-weight: 700;
    color: var(--titlecolor);
  }
  .tbd_product.single_summery_p_icon {
    margin-bottom: 10px;
    box-shadow: none;
    /* box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2); */
    padding: 12px 0;
  }
  .single_summery_p_icon .thb_product_car {
    position: inherit;
    justify-content: flex-start;
    opacity: 1;
  }
  .demo-pr {
    position: static !important;
  }
  .woocommerce-tabs ul.tabs {
    padding: 0 0 10px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
  }
  .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
  }
  .woocommerce-tabs ul.tabs li.active a {
    border: none;
    display: inline-block;
    padding: 8px 1.5em;
    background: #be9674;
    margin-right: 15px;
    margin-left: 2px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
  }
  .woocommerce-Reviews-title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  span.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .stars {
    display: block;
    margin: 0 0 10px;
  }
  #review_form_wrapper .comment-form label {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
  }
  
  .comment-form-rating p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
  }
  .comment-form-rating .star-rating {
    color: #ffc107;
  }
  
  .comment-form-rating p.stars a {
    color: #ffc107;
  }
  .comment-form-rating p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
  }
  
  .comment-form-rating p.stars a:hover ~ a::before {
    content: "\e021";
  }
  
  .comment-form-rating p.stars:hover a::before {
    content: "\e020";
  }
  
  .comment-form-rating p.stars.selected a.active::before {
    content: "\e020";
  }
  
  .comment-form-rating p.stars.selected a.active ~ a::before {
    content: "\e021";
  }
  
  .comment-form-rating p.stars.selected a:not(.active)::before {
    content: "\e020";
  }
  .comment-form-comment textarea {
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    width: 100%;
    height: 75px;
  }
  button.button {
    font-size: 100%;
    margin: 0 0 45px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    transition: .5s;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
}
.stars i{
    color: var(--bgcolor);
}
  button.button:hover {
    color: var(--whitec);
    background: var(--bgcolor);
  }
  h2.witr_related_title {
    padding: 20px 0 40px;
  }
  .wp_related .tbd_product {
    margin: 50px 0;
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
  }
  
  /* Demo Product Area End */
/* single comment title css */
.single_comment_title{
    margin: 35px 0 55px;
}
.single_comment_title h3{
    font-size: 20px;
}
.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}
.single_post_comment_area textarea{
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.single_post_comment_area button{
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}
.single_post_comment_area button:hover{
    background-color: var(--bgcolor);
}
/*======== single blog page area end  ==========*/

.elementor-shape{
    transform: rotate(180deg);
    width: 100%;
    line-height: 0;
}
.elementor-shape svg{
    height: 20px;
}
.elementor-shape svg path{
    fill: #FFD0B4;
}

/*======== footer area start  ==========*/
.footer_area {
    padding: 100px 0 60px;
    background-color: #ffd0b4;
    z-index: 999;
    position: relative;
}
.footer_upper {
    padding: 40px 0 45px;
    border-bottom: 1px solid #fff;
}
.inner_footer_upper_content p{
    font-size: 18px;
    color: var(--whitec);
}
/* footer logo area css */
.footer_widget p {
    padding: 10px 0 8px;
    font-size: 20px;
    color: #17161a;
}
.footer_widget p i{
    margin-right: 6px;
}
.footer_widget ul{
    margin: 0;
    padding: 0;
}
.footer_widget ul li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
}
.footer_widget ul li a{
    color: #17161a;
}
.footer_widget ul li i{
    margin-right: 8px;
}
/* footer widget  css*/
.footer_widget h4 {
    padding: 0 0 12px;
    font-size: 24px;
    color: var(--titlecolor);
}
/* footer nav css */
.footer_nav {
    margin-top: 10px;
}
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 10px;
}
.footer_nav ul li a{
    color: #17161a;
    font-size: 20px;
    font-weight: 400;
}
.footer_nav ul li a:hover{
    color: var(--brcolor);
}
/* footer address area css */
.footer_addres_area {
    margin-top: 10px;
}
.footer_addres_area h5 {
    color: 17161a;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.footer_addres_area p {
    color: #17161a;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer_addres_area p i{
    margin-right: 6px;
}
/* footer widget sub img */
.footer_wid_sub_img {
    margin-top: 15px;
}
.inner_footer_widget_img{
    margin-bottom: 20px;
}
.inner_footer_widget_img img{
    width: 100%;
    height: auto;
}

/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.footer_bottom {
    padding: 30px 0;
    background: #fac8aa;
}
.copy_right_text p{
    margin: 0;
}
.menu_footer_menu{
    padding: 0;
    margin: 0;
    text-align: right;
}
.menu_footer_menu li{
    list-style: none;
    display: inline-block;
}
.menu_footer_menu li a{
    color: #17161a;
    font-size: 20px;
    margin: 0 10px;
}

/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    position: fixed;
    bottom: 40px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--whitec);
    background: var(--bgcolor);
    display: none;
    cursor: pointer;
    z-index: 9999;
}