/* General */
.et-button {
    font-size: 18px;
    padding: 18px 35px;
    background: #fff;
    margin-right: 20px;
    color: #0e0e3e !important;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    font-weight: 600;
}
.et-button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #171F32 !important;
    transform: translateY(-8px);
}
.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;
}

/* Head Top */
.top-head {
    width: 100%;
    overflow: hidden;
    padding: 25px;
}
.top-head .container {
    max-width: 1140px;
    margin: 0 auto;
}
.head-left .header-top-left {
    font-size: 15px;
}
.head-left span {
    color: #fdc900;
}
.head-right ul {
    margin: 0;
    display: inline-block;
    padding: 0;
    width: 100%;
}
.head-right ul li {
    position: relative;
    float: left;
    width: 33%;
    text-align: left;
    line-height: 20px;
    padding-left: 60px;
    list-style-type: none;
    font-weight: 400;
    font-size: 13px;
}
.head-right ul li:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 2px;
    z-index: 1;
    font-family: FontAwesome;
    display: inline-block;
    color: #fdc900;
    font-size: 20px;
    height: 35px;
    width: 35px;
    border: 2px solid;
    border-radius: 50%;
    padding: 4px 10px;
}
.head-right ul li.call:before {
    content: '\f2a0';
}
.head-right ul li.oclock:before {
    content: '\f1da';
}
.head-right ul li.address:before {
    content: '\f041';
}
.head-right label {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.head-right span {
    font-weight: 300;
    font-size: 14px;
}

/* 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 > .container {
    background: #0e0e3e;
}
.header .logo {
    height: 70px;
    padding: 11px 0;
}
.header.is-sticky {
    background-color: #0e0e3e;
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
}
body:not(.home) .header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background-color: #0e0e3e !important;
    border-top: 1px solid rgba(255,255,255,.075);
}
body:not(.home) .header.is-sticky {
    position: fixed;    
}
.header.is-sticky .logo {
    height: 70px;
    -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: #fff;
    padding: 0 !important;
    line-height: 70px;
    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;
}

/* Slider */
.et-slider {
    margin-top: -70px !important;
}
.et-silder .button {
  	display: inline-block;
    overflow: hidden;
  	margin-bottom: 20px;
}
.btn-slider {
  	font-size: 17px;
    padding: 9px 25px;
    background: #fff;
    margin-right: 20px;
  	color: #FF0437;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}
.button-slider {
	padding: 9px 35px;
    color: #fff !important;
    font-size: 17px;
    text-transform: uppercase;
  	overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1px;
}
.button-slider:hover {
    background: #1c335f !important;
    color: #fff !important;
}

/* Button */
.et-icon-link a:hover {
    color: #fff !important;
}
.et-btn.color {
    font-size: 12px;
}

/* Title */
.et-title h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}
.lt-title-icon {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.lt-title-icon:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: -1;
    top: 12px;
    left: 0;
}
.lt-title-icon i {
  	padding: 0 10px;
}

/* About */
.et-about .sppb-row-container {
    padding: 50px 30px 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 18%);
    border-radius: 10px;
    margin-top: -100px;
    background: #fff;
}
.et-about-item .sppb-img-container {
    position: relative;
}
.et-about-item img {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;  
    opacity: 0.9;
    
}
.et-about-item:hover img {
    opacity: 1;
}
.et-about-item .sppb-img-container:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #34495e transparent transparent transparent;
    content: '';
    position: absolute;
    top: 97%;
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    z-index: -1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.et-about-item:hover .sppb-img-container:before {
     border-color: #34495e transparent transparent transparent;
     -webkit-transform: translate(-50%, 0px);
     transform: translate(-50%, 5px);
}


/* Feature */
.et-feature-colum .clearfix {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
}
.et-feature-colum .clearfix:last-child {
    border-bottom: none;
}
.et-feature-colum .clearfix:hover {
    border-bottom: 1px solid rgba(255,255,255,1);
}

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

/* Counter */
.et-counter-colum .clearfix {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.et-counter-item .count, .et-counter-item #shiva {
    line-height: 60px;
    font-weight: 600;
    font-size: 70px;
    color: #000;
}
.et-counter-item h4 {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}

/* Great */
.et-great-colum .clearfix {
    border-top: 1px solid rgba(1,22,39,0.1);
}

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

/*** Video ***/
.video-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure img {
    width: 100%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    width: 85px;
    border: 4px solid #fff;
    height: 85px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 10;
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 30px;
    text-align: center;
    right: -20px;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    left: 0;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
.modal-open {
    overflow: hidden;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 10px;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
}
.popup-modal {
    position: relative;
    margin: 0 auto;
    display: none;
}
.popup-modal .close {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 28px;
    height: 28px;
    border: solid 1px #004eff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-modal .close:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-modal .close:after {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
    border-color: #ff2700;
}
.popup-modal .close:hover:before {
    background-color: #ff2700;
}
.popup-modal .close:hover:after {
    background-color: #ff2700;
}
.post-popup {
    width: 100%;
    max-width: 875px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
    padding: 20px 30px;
    font-size: 14px;
    margin-right: 60px;
}
.post-popup .popup-video {
    font-size: 0;
}
.post-popup .popup-video video {
    width: 100%;
}
.post-popup .popup-video img {
    width: 100%;
}
.post-popup .popup-main {
    padding: 40px 30px;
}
.post-popup .popup-main p {
    margin: 0 0 10px 0;
}

/* Team */
.et-team {
    background-image: linear-gradient(140deg, #0e0e3e 0%, #1d0021 100%);
}
.et-team .et-title:after {
    margin: 0;
}
.et-team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.et-team-item .sppb-media-content {
    position: absolute;
    left: 0;
    padding: 30px 15px 0 15px;
    top: auto;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-align: left;
    bottom: 100px;
    width: 100%;
}
.et-team-item:hover .sppb-media-content {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: -1px!important;
}
.et-team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.et-team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.et-team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.et-team-item .sppb-media-content ul li a {
    font-size: 20px;
    color: #0e0e3e !important;
}
.et-team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.et-team-item .sppb-media-content ul li em {
    display: none;
}

/* Testimonial */
.et-testimonial-item {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    background: #fff;
    padding: 50px 30px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.et-testimonial-item:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 65%);
}
.et-testimonial-item em.fa-quote-left {
    position: absolute;
    color: rgba(38,44,214,0.05);
    font-size: 120px;
    top: 60px;
    left: 35px;
}
.et-testimonial-item em.fa-quote-right {
    position: absolute;
    color: rgba(38,44,214,0.05);
    font-size: 120px;
    bottom: 30px;
    right: 35px;
}
.et-testimonial-item em strong {
    display: none;
}
.et-testimonial-item h4 {
    font-size: 15px;
    font-weight: 600;
}
.et-testimonial-item h4 > span {
    font-size: 13px;
    color: #000;
}
.et-testimonial-item p {
    padding: 0px 40px 10px;
    line-height: 30px;
}

/* 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: 49%;
    float: left;
    margin-right: 1%;
}
div.k2ItemsBlock ul li:nth-child(2n) {
    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;
}

/* Images */
.et-images-colum .clearfix {
    float: left;
    width: 20%;
    padding: 30px;
    background-color: #f4f4f4;
}
.et-images-colum .clearfix img {
    width: 145px;
}
.et-images-colum .clearfix:nth-child(2n) {
    background-color: #eaeaea;
}

/* 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 .sp-simpleportfolio-item .sp-simpleportfolio-title a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
    display: none;
}
.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 {
    background: #000 !important;
    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;
    font-family: 'Belleza';
    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: 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: #0d0e3e;
    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: 0px !important;
    padding-bottom: 20px !important;
}
#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;
    font-weight: 500;
}
#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-bottom: 7px;
    display: block !important;
}

/* Footer */
#sp-footer {
    background-color: #0d0e3e;
    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;
}
#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: 1530px) {
    #sp-position1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 12px !important;
    }
}
@media (max-width: 1200px) {
    .head-right ul li:before {
        left: -40px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a {
        padding: 0 4px;
    }
    .sp-megamenu-parent {
        width: 100%;
    }
}
@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;
    }
}
@media (max-width: 991px) {
    #sp-header .logo {
        height: 70px;
    }
    .header .container {
        padding: 0 10px;
        max-width: 100%;
    }
    .top-head {
        display: none;
    }
    #sp-logo {
        width: 80%;
    }
    #sp-menu {
        width: 20%;
    }
    ul.sp-megamenu-parent {
        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;
    }
}
@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;
    }
  	#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-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;
	}
    .et-team .sppb-col-md-4 {
        width: 33.33% !important;
    }
    .et-help-colum .sppb-text-right {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    .et-team .sppb-col-md-4 {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .et-slider {
        margin-top: 0px !important;
    }
    .et-about .sppb-row-container {
        margin-top: -20px;
    }
    .et-team .sppb-col-md-4 {
        width: 100% !important;
    }
    .et-images-colum .clearfix {
        width: 50%;
    }
    .button-slider {
        padding: 10px 10px !important;
        font-size: 10px !important;
    }
}
.fade:not(.show) {
    opacity: 1;
}