body {
    line-height: 1.7;

    font-family: 'cairo';

}
 p, h1, h2, .h1, .h2 {
    font-family: 'cairo';

}


img.logo-scrolled-to-fixed {
    max-width: 15% !important;
    max-height: 17% !important;
}
.header-nav.navbar-sticky-animated:not(.scroll-to-fixed-fixed) .container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.widget.dark >img {
    max-width: 60%;
}
.p-20 {
    padding: 10px !important;
}
.course-single-item.bg-white.border-1px.clearfix.mb-30 {
    height: 500px !important;

    line-height: 1 !important;
}
/* img.img-fullwidth {
    height: 212px !important;
} */
p.course-description.mt-20 {
    margin: 5px !important;
}
.course-thumb >img {
    height: 212px !important;
}

/* curser */

/* endcurser */

img.logo-scrolled-to-fixed {
  
}
@media only screen and (max-width: 479px){
img.logo-scrolled-to-fixed {
    width: 50%;
}
a.switchable-logo {
    /* float: left; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.header.header-floating.header-floating-text-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #066932;
}
}
@media only screen and (min-width: 768px){
img.logo-scrolled-to-fixed {
    width: 30%;
}
a.switchable-logo {
    /* float: left; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

    width: 50%;
    float: left;
}
.header.header-floating.header-floating-text-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #066932;
}
img.logo-default {
    max-width: 20%;
}
}
@media only screen and (min-width: 900px){
img.logo-scrolled-to-fixed {
    width: 30%;
}
a.switchable-logo {
    /* float: left; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

    width: 50%;
    float: right;
}
.header.header-floating.header-floating-text-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #066932;
}

}
@media only screen and (min-width: 900px){
img.logo-scrolled-to-fixed {
  
}
a.switchable-logo {
    /* float: left; */
    display: contents;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    float: right;
}
.header.header-floating.header-floating-text-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #ffffff;
}
img.logo-default {
   
}
}
@media only screen and (min-width: 1200px){
img.logo-scrolled-to-fixed {
   
}
a.switchable-logo {
    /* float: left; */
    display: contents;
    justify-content: flex-end;
    align-items: flex-end;

    width: 10%;
    float: right;
}
.header.header-floating.header-floating-text-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #ffffff;
}
img.logo-default {
  
}
}


