/*** General ***/
.et-button {
    font-size: 16px;
    padding: 16px 20px 16px 0px;
    color: #fff !important;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 2px solid #fff;
    border-left: 0;
    font-weight: 600;
    background: transparent;
}
.et-button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: transparent;
}
.et-button.white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.et-btn, .et-btn:hover {
    background-color: transparent;
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}
#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: #171f32;
    position: relative;
    z-index: 9999;
}
.top-head ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.head-left ul li a,
.head-right ul li a {
    box-shadow: 0 0px 0 0 currentColor !important;
}
.head-left ul li:before {
    font-size: 13px;
    color: #ff5421;
    padding-right: 5px;
}
.head-left ul li {
    color: #fff;
    list-style-type: none;
    font-weight: 300;
    font-size: 14px;
}
.head-left ul li i {
    padding-right: 5px;
}
.head-left ul li strong {
    display: none;
}
.head-left ul li a {
    list-style-type: none;
}
.head-left ul li span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.head-right h6 {
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 45px;
    margin: 0;
    text-align: right;
    color: #fff;
}
.head-left ul li {
    float: left;
    margin-right: 20px;
    line-height: 45px;
}
.main-navigation .primary-menu > li > a i {
    font-size: 17px;
}

/*** Header ***/
#sp-header {
    top: 0;
    height: inherit;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #2b2a29;
    width: 100%;
    z-index: 9999;
    position: relative;
    border-bottom: 1px solid;
    border-color: #2c2c2c;
}
#sp-header .logo {
    
	padding-top: 12px;
	padding-left: 7px;
	padding-right: 7px;
	align-items: center;
}
#sp-header.header-sticky {
    background-color: #2b2a29;
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
}
body:not(.home) #sp-header {
    background: #2b2a29;    
}
body:not(.home) #sp-header.header-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: 85px;
    height: 85px;
}
#offcanvas-toggler > .fa,
#offcanvas-toggler > .fa:before,
#offcanvas-toggler > .fa:after {
    content: "";
    top: 41px;
    position: absolute;
    left: 25px;
    height: 3px;
    width: 28px;
    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;
    padding-right: 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: #fff;
    padding: 0 !important;
    line-height: 90px;
    text-transform: uppercase;
}
.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;
}

/*** Right Menu ***/
.sp-megamenu-parent > li {
    position: relative;
}
.sp-megamenu-parent > li:hover:after,
.sp-megamenu-parent > li.active:after,
.sp-megamenu-parent > li:hover:before,
.sp-megamenu-parent > li.active:before {
    background: #e31e24 ;
}

a.mPS2id-clicked {
color:#e31e24 !important;
}




/*** Slider ***/
.et-slider {
    margin-top: -100px !important;
}
.et-slider .et-slider-quote .sppb-icon-container > i {
    width: 50px !important;
    height: 50px !important;
    line-height: 48px !important;
    border: 2px solid #fff !important;
}

/*** Title ***/
.et-title-dirived h3 {
    position: relative;
    padding-left: 90px;
}
.et-title-dirived h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    width: 70px;
    background: #fff;
}

/*** About ***/
.et-about-list-left, .et-about-list-right {
    width: 50%;
    float: left;
}
.et-about-list-left {
    padding-right: 30px;
}

/*** Divider ***/
.et-divider {
    border-bottom: 1px solid;
}
.et-divider {
    margin-bottom: 70px;
}

/*** Divider ***/
.full-pricing {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 2px solid #fff;
}
.full-pricing .left {
    float: left;
    width: 60%; 
}
.full-pricing .right {
    float: left;
    width: 40%; 
}
.full-pricing .right {
    text-align: right;
}
.et-pricing-list-item .full-pricing {
    border-bottom: 2px solid #7a7a7a;
}
.et-pricing-list-item .full-pricing .left, .et-pricing-list-item .full-pricing .right {
    font-weight: 400;
}

/*** Barbers ***/
.et-barbers-item {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.et-barbers-item:hover {
    cursor: pointer;
}
.et-barbers-item img {
    opacity: 0.8;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.et-barbers-item:hover img {
    opacity: 1;
}

/*** Contact ***/
.et-contact .shrewd_solution_icon {
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
.et-contact .shrewd_solution_icon li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
.et-contact .shrewd_solution_icon li a {
    font-size: 15px;
    height: 48px;
    width: 48px;
    background: #2d2d2d;
    margin-right: 15px;
    position: relative;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.et-contact .shrewd_solution_icon li a:hover{
    background: rgba(209,159,104,0.36);
    opacity: .9;
    color: #fff;
}
.et-contact .shrewd_solution_icon li strong {
    display: none;
}

/*** Testimonial ***/
.et-testimonial-name .sppb-addon-content {
    color: #686868;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 3px;
}

/*** Counter ***/
.et-counter-item .count, .et-counter-item #shiva {
    line-height: 60px;
    font-weight: 600;
    font-size: 75px;
}
.et-counter-item h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}

/*** 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%;}  }

/*** 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: 70px;
    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;
}
#sp-quickcontact-form input:nth-child(2),
#sp-quickcontact-form input:nth-child(4) {
    width: 49% !important;
    float: left;
}
#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: 10px 20px 10px 34px!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;
    color: #001659;
}
.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;
}
.sppb-panel-title {
    font-size: 17px;
    color: #000;
}

/*** 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: #1c335f;
    background-image: url(../images/1051.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-bottom1 h2 {
    font-size: 50px;
    color: #fff;
}
#sp-bottom .sp-module ul > li {
    margin-bottom: 0;
}
#sp-bottom a {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff !important;
    font-weight: 500;
}
#sp-bottom #sp-bottom1 h3 {
    display: none;
}
#sp-bottom #sp-bottom1 img {
    margin: 0 auto;
    margin-top: -18px;
    margin-bottom: 20px;
}
#sp-bottom1 .shrewd_solution_icon {
    margin: 0;
    text-align: left;
    padding: 15px 0;
    margin-top: 14px !important;
}
#sp-bottom1 .shrewd_solution_icon li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
#sp-bottom1 .shrewd_solution_icon li a,#sp-bottom1 .shrewd_solution_icon li a:hover {
    font-size: 18px;
    height: 40px;
    margin-right: 15px;
    position: relative;
    line-height: 45px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom2 ul li strong,
#sp-bottom1 .shrewd_solution_icon li strong {
    display: none;
}
.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-bottom2 ul li i {
    margin-right: 10px;
}
#sp-bottom2 li {
    line-height: 25px;
    padding-bottom: 15px;
}
#sp-bottom3 li {
    position: relative;
    line-height: 25px;
    padding-left: 15px;
    padding-bottom: 7px;
    display: block !important;
}
#sp-bottom3 li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 38%;
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #ff5421;
}

/*** Footer ***/
#sp-footer {
    background-color: #1b1d1f;
    text-align: center;
    padding-bottom: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sp-footer a {
    color: #fff !important;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer p {
    margin-bottom: 0;
    width: 100%;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 6.2px;
}
#sp-footer ul {
    margin: 0;
}
.menu-ft li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
#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;
    }
}
@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) {
    .et-sale .j2store-module-product-row .col-sm-2 {
        width: 33.33% !important;
        max-width: 33.33% !important;
        flex: 33.33%;
    }
  	.header .sp-megamenu-wrapper {
    	width: 100% !important;
	}
}
@media (max-width: 991px) {
    #sp-header .logo {
        
    }
    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 {
        
    }
    #sp-section-2 #sp-logo .logo {
        display: block;
        padding-top: 21px;
    }
    #sp-logo {
        width: 80% !important;
        max-width: 80% !important;
		padding-top:10px;
    }
  	#sp-menu {
        width: 20% !important;
       
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        margin: 0px 0;
    }
    .top-head .sppb-col-md-6 {
        width: 50% !important;
    }
    #sp-header {
        background: #2b2a29;
    }
}
@media (max-width: 768px) {
    div.k2ItemsBlock ul li {
        width: 100%;
        margin-right: 0;
    }
    #sp-header .logo {
		padding-top: 3px;
        text-align: center;
    }
	.logo-image {
    height: 72px;
}
    .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;
    }
  	#jevents table {
    	table-layout: fixed;
        width: 100%;
        word-wrap: break-word;
  	}
    #jevents_body td, #jevents_body tr {
    	overflow: hidden;
    }
    .et-explore .sppb-col-md-3 {
        width: 50% !important;
    }
    .et-images  .sppb-addon-single-image-container,
    .et-images  .sppb-addon-single-image-container img {
        width: 100% !important;
    }
    .et-get-item .sppb-media-content {
        padding: 20px;
    }
    .et-sale .j2store-module-product-row .col-sm-3 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 50%;
    }
  	#sp-footer p {
    	text-align: center;
  	}
  	.site-footer .link {
    	text-align: center;
    	padding: 0;
	}
}

@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;
    }
  	.header {
    	background: #171f32;
	}
  	.et-slider {
    	margin-top: 0px !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;
}
