/*** General ***/
.et-button {
    font-size: 17px;
    padding: 12px 33px;
    background: #fff;
    color: #fff !important;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
.et-button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #171F32 !important;
    transform: translateY(-8px);
}
.et-btn {
    padding: 10px 15px;
    background: transparent;
    color: #fff;
}
.et-btn:hover {
    background: #fff !important;
}
#sp_qc_submit:hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #C19855 !important;
    color: #fff !important;
}
body {
    font-size: 15px;
    line-height: 1.9em;
    color: #333;
    letter-spacing: 0.5px;
}
a:hover {
  color: #000;
}

/*** Top Head ***/
.top-head {
    background-color: #f5f5f5;
    position: relative;
    z-index: 9999;
}
.top-head ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: right;
}
.head-right ul li a,
.head-left ul li a {
    box-shadow: 0 0px 0 0 currentColor !important;
}
.head-right ul li:before {
    font-size: 13px;
    color: #000;
    padding-right: 5px;
}
.head-right ul li {
    color: #000;
    list-style-type: none;
    font-weight: 300;
    font-size: 16px;
}
.head-right ul li i {
    padding-right: 5px;
}
.head-right ul li strong {
    display: none;
}
.head-right ul li a {
    list-style-type: none;
}
.head-right ul li span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.head-left h6 {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 45px;
    margin: 0;
    text-align: left;
    color: #000;
}
.head-right ul li {
    display: inline-block;
    margin-left: 8px;
    line-height: 45px;
}
.main-navigation .primary-menu > li > a i {
    font-size: 17px;
}

/*** Header ***/
.header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: transparent;
    width: 100%;
    z-index: 9999;
    position: relative;
}
.header .logo {
    height: 90px;
    padding: 21px 0;
}
.header.is-sticky {
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
}
body:not(.home) .header {
    background: #ffffff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    border-top: 1px solid rgba(255,255,255,.075);
}
body:not(.home) .header.is-sticky {
    position: fixed;    
}
.header.is-sticky .logo {
    height: 90px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.header.is-sticky .sp-megamenu-parent > li > a {
    padding: 0;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header .logo-image,
.sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler {
    position: relative;
    width: 70px;
    height: 70px;
}
#offcanvas-toggler > .fa,
#offcanvas-toggler > .fa:before,
#offcanvas-toggler > .fa:after {
    content: "";
    top: 34px;
    position: absolute;
    left: 25px;
    height: 2px;
    width: 18px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler > .fa:before {
    left: 0;
    top: -6px;
    width: 10px;
}
#offcanvas-toggler > .fa:after {
    left: initial;
    right: 0;
    top: 6px;
    width: 10px;
}
#offcanvas-toggler:hover > .fa:before,
#offcanvas-toggler:hover > .fa:after {
    width: 18px;
}
#sp-menu {
    padding-left: 0;
}
.sp-megamenu-parent {
    display: flex!important;
    width: 100%;
}
.sp-megamenu-parent > li {
    flex: auto;
    text-align: center;
}
.sp-megamenu-parent > li li {
    text-align: left;
}
.sp-megamenu-parent > li:last-child {
    border-right: 0;
}
.sp-megamenu-parent > li > a {
    width: 100%;
    color: #000;
    padding: 0 !important;
    line-height: 90px;
    text-transform: capitalize;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 600!important;
    text-transform: capitalize;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
    margin-left: 3px;
    top: -1px;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}
.sp-megamenu-parent .sp-dropdown .sp-mega-group-child.sp-dropdown-items li a {
    font-size: 12px;
}

/*** Slider ***/
.et-silder h5 {
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00AAFF 0%, #40F599 100%);
    border-radius: 69px 69px 69px 69px;
    width: max-content;
}

/*** Shape ***/
.et-shape {
    fill: #ffffff;
}
.et-shape.bottom {
    fill: #4064d7;
}
.et-shape.bg h3 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*** Divider ***/
.et-divider.center {
    margin: 0 auto;
}

/*** Services ***/
.et-services-item:hover {
    cursor: pointer;
}
.et-services-item, .et-services-item img {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.et-services-item:hover img {
    transform: scale(1.1);
}

/*** Feature ***/
.et-feature-colum .sppb-column-overlay {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.et-feature-colum:hover .sppb-column-overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/*** Images ***/
.et-images-colum .clearfix {
    width: 20%;
    float: left;
}

/*** Testimonial ***/
.et-testimonial-colum {
    padding: 25px 30px 0;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

/*** Team ***/
.et-team-colum {
    margin-bottom: 100px;
    display: inline-block;
}
.et-team-colum > .sppb-column-addons {
    padding: 0px 35px 35px 35px;
    border: 1px solid;
}
.et-team-contact {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}
.et-team-contact li {
    display: inline-block;
}
.et-team-contact a {
    display: inline-block;
    padding: 0 7px;
    color: #000;
    font-size: 17px;
}
.et-team-contact strong {
    display: none;
}

/*** ***/
.et-started .sppb-col-md-6 {
    border-right: 4px solid;
}
.et-started .sppb-col-md-6:last-child {
    border-right: none
}
.et-started-title {
    padding: 22px 0px 22px 0px;
    border: 5px solid;
}

/*** Contact ***/
.et-contact-home .et-team-contact a {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    font-size: 20px !important;
}

/*** Counter ***/
.et-faq-item {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*** Skill ***/
.et-skill {
    position: relative;
}
.et-skill:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.33) 0%, rgba(246,131,56,0.67) 100%);
    z-index: -1;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.et-bar .sppb-row-container {
    margin-top: -250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 50px 20px;
}
.skill-left #skill li p {
    color: #000 !important;
}
#skill { 
    list-style: none;
    position: relative;
    padding-left: 0;
}
#skill li { 
    margin-bottom: 60px; 
    background: #eee;
    height: 5px; 
    border-radius: 0px;    
}
#skill li h3, #skill li p { 
    position: relative;
    top: -25px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 50%;
}
#skill li p { 
    text-align: right;
    font-size: 15px;
}
.bar { 
    height: 5px;  
    position:absolute;
    border-radius: 0px;   
}
.graphic-design {
    background: #0066FF;
    width: 90%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    background: #FF0437;
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    background: #7027E1;
    width: 86%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
.thread {
    background: #FED332;
    width: 70%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
@-moz-keyframes graphic-design {0%  { width:0px;} 100%{ width:100%;}  }
@-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-moz-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

@-webkit-keyframes graphic-design       { 0%  { width:0px;} 100%{ width:100%;}  }
@-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-webkit-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }


/*** subscribe ***/
.et-subscribe-content table input {
    padding: 10px 10px!important;
    border-radius: 0px !important;
    width: 100% !important;
}
.et-subscribe-content table .button {
    padding: 6px 20px!important;
    border: 3px solid #01172F !important;
    background-color: #01172F !important;
}
.et-subscribe-content table .button:hover {
    background: #fff !important;
    color: #01172F !important;
}
.et-subscribe-content table {
    width: 100% !important;
}
.et-subscribe-content #formAcymailing39931 {
    position: relative !important;
}
.et-subscribe-content .wpforms-field {
    padding: 0 !important;
}
.et-subscribe-content table tr:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*** Bg Title ***/
.et-bg-title .sppb-addon-content {
    margin-top: -50px;
}
.et-bg-title h4 {
    font-size: 55px;
    font-weight: 600;
}
.et-bg-title h6 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.63);
} 

/*** Video ***/
.et-work {
    z-index: 2!important
}
.et-work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.et-video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.et-video {
    min-width: 80px;
    min-height: 80px;
    position: relative;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.et-video a {
    font-size: 0;
    position: relative;
    left: 32px;
}
.et-video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 10;
    border: 4px solid #fff;
}
.et-video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: 6.5px;
    margin-left: 12px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover {
    color: #DE0023;
}
.vpop {
    position: absolute;
    left: 40%;
    top: 0%;    
}

/*** Blog Default ***/
div.k2ItemsBlock ul li a.moduleItemImage {
    display: inline-block;
    width: 100%;
}
div.k2ItemsBlock ul li a.moduleItemImage img {
    width: 100%;
}
div.k2ItemsBlock ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
    display: inherit;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
    display: inline-block;
}

/*** Blog ***/
div.k2ItemsBlock ul li .moduleItemReadMore {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
div.k2ItemsBlock ul li.clearList {
    display: none;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border-right: 0;
}

/*** Portfolio ***/
.sp-simpleportfolio-btns {
    margin-bottom: 20px;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .75!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom {
    font-size: 0;
    border: 0;
    position: absolute;
    top: -50px;
    right: 10px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns .btn-zoom {
    top: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:before {
    content: "\f065";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: none;
    border: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
    display: inline-block;
    position: absolute;
    left: -50px;
    bottom: 100px;
    transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
    left: 5%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
    position: absolute;
    bottom: 20px;
    display: inherit!important;
    opacity: 0;
    right: -100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title {
    right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: #fff !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
    color: #fff !important;
}

/*** Contact ***/
#sp-quickcontact-form #sp_qc_submit {
    font-size: 15px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border: 0px ;
    border-radius: 5px !important;
    padding: 8px 25px !important;
    text-transform: uppercase;
    text-decoration: none;
}
.et-contact-item #sp-quickcontact-form input:nth-child(2),
.et-contact-item #sp-quickcontact-form input:nth-child(4) {
    width: 49% !important;
    float: left;
}
.et-contact-item #sp-quickcontact-form input:nth-child(2) {
    margin-right: 2%;
}

/*** Step ***/
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
    background: #fff;
}
.sppb-panel-heading {
    padding: 50px 20px 50px 34px!important;
    background: #fff !important;
}
.et-step .sppb-addon-content {
    font-size: 13px;
}
.sppb-panel.sppb-panel-modern {
    border: 1px solid #d4d4d4 !important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-heading i {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
}
.sppb-panel-heading i:before {
    content: "+";
    font-size: 18px;
}
.sppb-panel-heading.active i:before {
    content: "-";
    font-size: 18px;
}
.sppb-panel-heading.active i {
    transform: rotate(90deg);
    color: #fff;
    left: 27px;
}
.sppb-panel-title {
    font-size: 17px;
    text-transform: uppercase;
}

/*** Contact Form ***/
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#sp-quickcontact-form input {
    width: 100%;
}
#sp-quickcontact-form .sp_qc_clr {
    display: none;
}
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    margin-bottom: 20px;
    border-radius: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: 0 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
}

/*** Bottom ***/
#sp-bottom {
    background-color: #13264a;
    background-image: url('../images/footer.png');
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    color: #fff;
    text-align: left;
    position: relative;
}
#sp-bottom p,
#sp-bottom span {
    line-height: 28px;
    margin: 0;
    font-size: 14px;
}
#sp-bottom h3 {
    position: relative;
    color: #fff;
    font-size: 23px !important;
    line-height: 1em;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
#sp-bottom h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 2px;
    width: 50px;
}
#sp-bottom .sp-module ul > li {
    margin-bottom: 0;
}
#sp-bottom a {
    text-transform: capitalize;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500;
}
#sp-bottom1 .sppb-icon-container i {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    border-radius: 5px !important;
}

/*** Footer ***/
#sp-footer {
    background: #0e1e3e;
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
    padding-bottom: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sp-footer a {
    color: #fff;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer p {
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
}
#sp-footer ul {
    margin: 0;
}
.menu-ft li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.site-footer ul {
    margin: 0;
}
.site-footer ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #a6a6b3;
    padding: 0px 0 0 16px;
}
#sp-footer ul.menu-ft li a {
    font-size: 14px;
}
#sp-footer ul.menu-ft li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 47%;
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 50%;
}
#sp-footer ul.menu-ft li:last-child:before {
    content: none;
}
#sp-footer ul.menu-ft li:last-child {
    padding-right: 0px;
}

/*** Canvas Menu ***/
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 9px;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
}

/*** Resposive ***/
@media (max-width: 1560px) {
    .header > .container {
        padding: 0 10px;
    }
    .et-shape .clearfix {
        margin-top: -90px !important;
    }
}
@media (max-width: 1530px) {
    .header .container {
        padding: 0 10px;
    }
  	.header .sp-module {
    	display: none;
	}
  	.head-left ul li {
    	margin-right: 0px;
	}
}
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a {
        padding: 0 4px;
    }
    .sp-megamenu-parent {
        width: 100%;
    }
}
@media (max-width: 1024px) {
  	.header .sp-megamenu-wrapper {
    	width: 100% !important;
	}
}
@media (max-width: 991px) {
    #sp-header .logo {
        height: 70px;
    }
    ul.sp-megamenu-parent, .top-head {
        display: none!important;
    }
    .sppb-section-title .sppb-title-subheading {
        font-size: 30px!important;
    }
    div.k2ItemsBlock ul li > * {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #sp-header.header-sticky .logo {
        height: 70px;
    }
    #sp-section-2 #sp-logo .logo {
        display: block;
        padding-top: 21px;
    }
    #sp-logo {
        width: 80% !important;
        max-width: 80% !important;
    }
  	#sp-menu {
        width: 20% !important;
        max-width: 20% !important;
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        margin-top: 10px;
    }
    .top-head .sppb-col-md-6 {
        width: 50% !important;
    }
}
@media (max-width: 768px) {
    div.k2ItemsBlock ul li {
        width: 100%;
        margin-right: 0;
    }
    #sp-header .logo {
        text-align: left;
    }
    .sppb-panel-collapse,
    .sppb-panel-modern>.sppb-panel-heading {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .sppb-panel-modern>.sppb-panel-heading {
        padding-left: 20px!important;
    }
    #sp-quickcontact-form input {
        width: 100%!important;
        margin-right: 0!important;
    }
  	#sp-footer p {
    	text-align: center;
  	}
  	.site-footer .link {
    	text-align: center;
    	padding: 0;
	}
    .et-shape .clearfix {
        margin-top: -60px !important;
    }
    .et-images-colum .clearfix {
        width: 100%;
    }
}

@media (max-width: 480px) {
    a.button-slider {
        font-size: 10px !important;
    }
    .et-slider-top {
        font-size: 15px !important;
        letter-spacing: 1px !important;
    }
    .et-sale .j2store-module-product-row .col-sm-3 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100%;
    }
    .et-explore .sppb-col-md-3 {
        width: 100% !important;
    }
    .top-head .sppb-col-md-6 {
        width: 100% !important;
    }
    .top-head .head-left .sppb-addon,
    .top-head .head-right .sppb-addon  {
        text-align: center !important;
    }
  	.et-slider {
    	margin-top: 0px !important;
	}
    .et-shape .clearfix {
        margin-top: -30px !important;
    }
}
@media (max-width: 1530px) {
    #sp-header .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .sp-megamenu-parent > li > a {
        font-size: 12px !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    #sp-header .container {
        max-width: 100%;
    }
    .sp-megamenu-parent > li > a {
        padding: 0 3px !important;
    }
    #sp-header .container {
        max-width: 100%;
        padding: 0 5px;
    }
    #sp-header .container {
        max-width: 100%;
        padding: 0 10px;
    }
    #sp-position1 ul li {
        padding: 0 0 0 0px;
    }
    #sp-position1 ul li a, #sp-position1 ul li a:hover {
        font-size: 13px;
        width: 35px;
        height: 35px;;
        line-height: 35px;
    }
}
.fade:not(.show) {
    opacity: 1;
}
