@media(max-width:991px){
h1 { font-size: 28px !important; }
h2 { font-size: 24px !important; }
h3 { font-size: 22px !important; }
h4 { font-size: 20px !important; }
h5 { font-size: 18px !important; }
h6 { font-size: 16px !important; }
body { font-size: 14px !important; }
}
@media(max-width:991px){
#sp-main-body {
    padding: 50px 0px;
}}

h4.sppb-addon-title {
    letter-spacing: 13px;
    font-weight: 100!important;
}

p {
    font-weight: 100;
    letter-spacing: 2px;
}

body {
    color: #fff;
}

.article-info >dd.createdby span {
  color: #999;
  font-weight: 700;
}

body.site.com-content.view-category.layout-blog p, li, ul, span {
    color: #fff;
}


body.site.com-content.view-article.no-layout p, li, ul, span  {
    color: #fff;
}




/*top bar*/
#sp-top-bar a {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
}
#sp-top-bar a:hover {
    opacity: 0.6;
}
#sp-top2 {
    text-align: right;
}
#sp-top-bar {
    padding: 5px 0px 0px 0px;
    background: #000;
}
@media(max-width:991px){
#sp-top-bar {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #5f5f5f;
}}
div#sp-top2 .splms-cart-list .cart-icon a {
    color: #fff !important;
    transition 0.3s;
}
div#sp-top2 .cart-icon i.fa.fa-shopping-cart {
    color: #fff;
    transition 0.3s;
}
div#sp-top2 .cart-icon i.fa.fa-shopping-cart:hover {
    opacity: 0.6;
}
div#sp-top2 .splms-cart-list .cart-icon {
    width: inherit;
    height: inherit;
    line-height: 1;
}
div#sp-top1 {
    text-align: right;
    padding: 0px;
}
#sp-top-bar .sp-module {
    margin: 0px !important;
}
#sp-top-bar .splms-cart-list {
    margin: 0px;
}
ul.cls-dropdown-menu.dropdown-menu {
    background: #000;
    border-radius: 0px;
}
ul.cls-dropdown-menu.dropdown-menu {
    padding: 0px 10px;
}
ul.cls-dropdown-menu.dropdown-menu a{
    color:#fff;
}
ul.cls-dropdown-menu.dropdown-menu li a:hover {
    color: #ffffff70!important;opacity:0.7;
}


.landing-header{
   display:none;
}


/*header*/
#sp-header .logo a {
    color: #fff;
    font-size: 60px;
}
#sp-header {
   background: #000;
   height: 60px;
   transition: 0.5s;
}
#sp-header.menu-fixed {
   background: rgb(0 0 0 / 95%);
   position: fixed;
   box-shadow: 0 3px 3px rgba(0,0,0,0.05);
   transition: 0.5s;
}
#sp-header .logo {
    height: 60px;
}
/*div#sp-menu {
    height: 60px;
}*/

.icon-top-wrapper {
    line-height: 60px;
    margin-right: 0px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
   font-size: 15px;
   color: #fff !important;
   font-weight: 400 !important;
   text-transform: capitalize;
   letter-spacing: 1px;
   transition: 0.5s;
   line-height: 60px;
}
.sp-dropdown-inner {
   padding: 0px !Important;
   background: #000!important;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 350px !important;
    top: 60px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    font-size: 14px;
    padding: 10px 20px;
    letter-spacing: 0.5px;
    background: #000;
    color: #fff;
}
li.sp-menu-item a:hover {
    background: #d39347!important;
}

.sp-megamenu-parent >li a:before  {
    position: absolute;
    content: '';
    background: #fff !important;
    height: 2px;
    width: 0;
    height: 4px;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}
.sp-megamenu-parent >li.active>a:before, .sp-megamenu-parent >li a:hover:before {
    position: absolute;
    content: '';
    background: #fff !important;
    height: 4px;
    width: 75%;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
}
#sp-header.menu-fixed .sp-megamenu-parent >li a:before  {
    position: absolute;
    content: '';
    background: #ffffff;
    height: 4px;
    width: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}
#sp-header.menu-fixed .sp-megamenu-parent >li.active>a:before, #sp-header.menu-fixed .sp-megamenu-parent >li a:hover:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 4px;
    width: 75%;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
}

#sp-logo img {
    max-height: 57px;
    width: auto !important;
    height: auto !important;
    transition: 0.5s;
}

#sp-header #sp-logo img:hover {
    opacity: 0.8;
}
#sp-header.menu-fixed .logo {
    height: 60px;
   transition: 0.5s;
}
#sp-header.menu-fixed {
    height: 60px;
   transition: 0.5s;
}
#sp-header.menu-fixed #sp-logo img {
    max-height: 60px;
   transition: 0.5s;
}
#sp-header.menu-fixed #sp-logo {
    height: 60px !important;
   transition: 0.5s;
}
#sp-header.menu-fixed .sp-megamenu-parent >li >a, #sp-header.menu-fixed .sp-megamenu-parent >li >span {
    line-height: 60px;
   transition: 0.5s;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right li.active>a:before,
.sp-dropdown.sp-dropdown-main.sp-menu-right li a:hover:before {
    display: none !important;
}

/*cart*/
.cart-number{
  color:white;    
  margin-right: 5px;
}
.splms-cart-list .splms-course-img {
    width: 70px;
    margin-right: 10px;
    border-radius: 3px;
}
.splms-cart-list .splms-courses-list-wrap {
    z-index: 99999 !important;
    color: #000 !important;
    top: 35px !important;
    box-shadow: 0px 0px 10px #00000050 !important;
}
li.mod-splms-course.clearfix {
    background: #000;
}

.splms-cart-list .splms-courses-list-wrap a {
    color: #fff !important;
}
.splms-cart-list .mod-splms-course-price .splms-price-box ins {
    color: #fff!important;}

#sp-top3 .splms-item-price span{
    color: #ffffff99!important;}

.splms-cart-list .splms-course-title {
    margin: 0px;
}

li.mod-splms-course.clearfix {
    padding: 10px !important;
}
.splms-price-box {
    font-size: 16px;
    font-weight: 600;
}
h3.splms-course-title {
    line-height: 1.7;
    font-size: 12px !important;
}
h3.splms-course-title a {
    font-size: 13px !important;
}
.splms-cart-list .splms-courses-footer .title {
    font-weight: 800;
    color: #000;
}
.splms-cart-list .splms-courses-footer .title {
    font-size: 16px;
}
.splms-courses-footer a.btn.btn-primary {
    background: #000 !important;
    border-radius: 0px !important;
    color: #fff !important;
}
.cart-text-wrap span.title {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px!important;
    line-height: 10px;
}

.cart-text-wrap {background:#000;}
@media(max-width:991px){
.splms-cart-list .splms-courses-list-wrap {
    width: 330px !important;
    max-width: 235px !important;
    min-width: inherit !important;
}
h3.splms-course-title a {
    font-size: 10px !important;
}
}
.splms-cart-list .splms-courses-list-wrap:before {
    right: 17px;
}
div#sp-top3 {
    text-align: right;
    padding: 0;
}
div#sp-top3 .search-btn a {
    line-height: 60px;
    color: #fff;
    transition: 0.3s;
}
div#sp-top3 .search-btn a:hover {
    opacity: 0.6;
}
a.btn-login {
    color: #fff;
}
div#sp-top3 i.fa.fa-shopping-cart {
    color: #fff;
    font-size: 17px;
}
a.dropdown-toggle {
    color: #fff!important;
}

i.fas.fa-user.login-profile {
    font-size: 15px;
    margin-right: 10px;
}

/*sp-logo img*/
#sp-logo img {
    height: 70px;
    margin-top: -11px;
    transition: 0.5s;
}
#sp-header.menu-fixed #sp-logo img {
    height: 70px;
    margin-top: 0px;
    transition: 0.5s;
}

@media(max-width:991px){
#sp-logo img {
    height: 40px !important;
    margin-top: 0px;
}
div#sp-menu {
    float: right;
}}

/*off-canvas*/

#offcanvas-toggler {
    transition: 0.5s;
    line-height: 60px;
    margin: 0px 0px 0px 20px;
}
#offcanvas-toggler {
    transition: 0.5s;
    line-height: 60px;
}
#sp-header.menu-fixed #offcanvas-toggler {
    line-height: 60px;
    transition: 0.5s;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover {
    color: #000 !important;
    background: #ececec !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li.active > span {
    color: #000 !important;
    background: #ececec !important;
}
.offcanvas-menu {
    background: #ffffff;
    background-image: url(/images/0-hitech/home/aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    color: #000;
    line-height: 2;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a {
    color: #000 !important;
    background: #ececec !important;
}
.close-offcanvas {
    border: none;
    color: #fff!important;
}
.close-offcanvas:hover {
    color: #00000050;
}
span.menu-toggler {
    color: #000 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    color: #000 !important;
}
.offcanvas-menu ul.menu-child li:before {
  position: absolute;
  content: ">";
  color: #000;
  left: 0px;
    line-height: 2.5;
  font-weight: 500;
}
.offcanvas-menu ul.menu-child li {
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  padding-left: 40px;
  line-height: 1.5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    color: #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
    color: #000 !important;
    background: #ececec !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
    color: #000 !important;
    background: #ececec !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
    color: #000 !important;
    background: #ececec !important;
}
#offcanvas-toggler >i {
    color: #fff;
}
#offcanvas-toggler >i:hover {
    opacity: 0.6;
}
#offcanvas-toggler i {
    color: #fff !important;
}
#offcanvas-toggler i:hover {
    color: #00000090 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
    background: #ececec !important;
}
ul#collapse-menu-742 li a {
    color: #fff !important;
    background: #ececec !important;
}

/*page title*/
.sp-page-title {
    padding: 150px 0px;
    background: #666;
    background-attachment: fixed;
}
@media(max-width:991px){
.sp-page-title {
    padding: 50px 0px 50px 0px;
    background-attachment: scroll;
}
}
.sp-page-title h2 {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}

/*bottom social icon*/
#sp-bottom1 i.fab.fa-facebook-square {
    color: #3539b8;
    position: relative;
}
#sp-bottom1 i.fab.fa-facebook-square:after {
    position: absolute;
    content:'';
    width: 25px;
    height: 28px;
    background: #fff;
    left: 2px;
    top: 4px;
    z-index: -1;
}
#sp-bottom1 i.fab.fa-youtube {
    color: #f00;
    position: relative;
}
#sp-bottom1 i.fab.fa-youtube:after {
    position: absolute;
    content:'';
    width: 25px;
    height: 20px;
    background: #fff;
    left: 4px;
    top: 6px;
    z-index: -1;
}
#sp-bottom1 .sppb-addon.sppb-addon-icons-group.icons-group-title-postion-top.sppb-text-center a:hover {
    opacity: 0.5;
}


/*bottom*/
.bottom-logo img {
    max-width: 200px;
    transition: 0.5s;
}
.bottom-logo img:hover {
    opacity: 0.6;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 900;
    font-size: 18px !Important;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}
@media(max-width:991px){
#sp-bottom .sp-module .sp-module-title {
    color: #fff;
}}
#sp-bottom2 .sp-module ul > li > a,
#sp-bottom3 .sp-module ul > li > a,
#sp-bottom4 .sp-module ul > li > a {
    position: relative;
    color: #ffffff;
    letter-spacing: 1px !important;
    font-size: 14px !Important;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    transition: 0.3s;
    line-height: 2 !important;
}
#sp-bottom2 .sp-module ul >li >a:after, #sp-bottom3 .sp-module ul >li >a:after {
    position: absolute !important;
    content:'>' !important;
    color: #ffffff !important;
    left: 0px !important;
    opacity: 0 !important;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
#sp-bottom2 .sp-module ul >li >a, #sp-bottom3 .sp-module ul >li >a {
    padding-left: 0px !important;
}
#sp-bottom2 .sp-module ul >li >a:hover:after, #sp-bottom3 .sp-module ul >li >a:hover:after  {
    left: 5px !important;
    opacity: 1 !important;
}
#sp-bottom2 .sp-module ul >li >a:hover, #sp-bottom3 .sp-module ul >li >a:hover {
    padding-left: 20px !important;
}
#sp-bottom4 .sppb-addon-content {
    font-weight: 500;
    letter-spacing: 1px;
  }
#sp-bottom4 a {
   transition:0.3s
}
#sp-bottom4 a:hover {
    opacity: 0.7 !important;
}
#sp-bottom1 .sp-module ul >li >a:before {
  display: none;
}
#sp-bottom1 .sp-module ul >li >a {
  color: #ffffff !important;
}
#sp-bottom1 .sp-module ul >li >a:hover {
  color: #ffffff90 !important;
}
.bottom-logo-img {
    width: 200px;
}
#sp-bottom1, #sp-bottom2, #sp-bottom3 {
    margin-bottom: 30px;
}
#sp-bottom #sp-bottom2 ul.nav.menu li {
    margin-bottom: 0px;
}

@media (max-width: 991px){
#sp-bottom .sp-module ul > li > a {
    font-size: 14px;
    line-height: 1.8;
}}
#sp-bottom {
    padding: 50px 0px 0px 0!important;
    background: #232323 !important;
}
.image-style-001 img {
    max-width: 250px;
  transition:0.3s
}
.image-style-001:hover img {
    transform: scale(1.1);
}
#sp-bottom1, #sp-bottom2, #sp-bottom3 {
    margin-bottom: 30px;
    line-height: 27px;
}
div#sp-bottom4 {
    margin: 0px !important;
}
div#sp-bottom5 .sppb-addon-text {
    font-size: 14px;
}

@media screen and (min-width: 320px) and (max-width: 767px){
ul.social-icons {
    text-align: left;
}}

/*footer*/
@media(max-width:991px){
#sp-footer {
    padding: 20px 0px 70px 0px !important;
}}
#sp-footer {
    background-color: #232323 !important;
    padding: 0px 0px 20px 0px;
}
div#sp-footer1 .sp-column {
    border-top: 1px solid #949494;
    padding-top: 20px;
}
span.sp-copyright {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px !important;
}
span.sp-copyright a {
    color: #ffffff !important;
    letter-spacing: 1px;
    transition: 0.5s;
    font-weight: normal!important;
}
span.sp-copyright a:hover {
    opacity: 0.6 !important;
}

/*scroll up*/
a.scrollup {
    bottom: 25px;
    right: 100px;
    background: #ffffffcf;
    border: 2px solid #000;
}
a.scrollup:hover {
    bottom: 25px;
    background: #000;
    border: 2px solid #000;
}
.scrollup:before {
    width: 38px;
}
.scrollup:hover:before {
    color: #fff;
}

.collapse>.accordion-inner { display: none !important;}

.collapse.in>.accordion-inner { display: block !important; } 

/*translate*/
select.notranslate {
    font-size: 12px;
    padding: 0 15px;
    height: 28px;
    width: 168px;
}
table p {
    font-weight: normal;
}

.white-popup-block {
    color: #fff;
}

.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
    color: #fff;
}

.entry-header h2 {
  margin: 8px 0 7px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .75px;
  line-height: 1.3;
  color: #fff;
}
.entry-header h2 a {
  color: #7c7575;
}



/*end*/