/*** General ***/
.button {
    font-size: 17px;
    padding: 16px 33px;
    background: #fff;
    color: #fff !important;
    text-transform: capitalize;
    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;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    transform: translateY(-8px);
}
.button.white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.btn, .btn:hover {
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}
.top-head {
    position: relative;
    z-index: 9999;
}
body:not(.home) .top-head {
    background: #fff;
}
.login .btn-primary {
    padding:  13px;
}

/*** Top Head ***/
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/*** Header ***/
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header.is-sticky {
    position: fixed;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    top: 0;
}
body:not(.home) #sp-header {
    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;    
}

/*** Menu ***/
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 30px;
    text-transform: capitalize;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.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;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #27262e;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Slider ***/
.slider {
    margin-top: -80px !important;
    background-image: linear-gradient(180deg, #27262E 0%, #16151B 65%) !important;
}
body:not(.home) .slider {
  	margin-top: 0px !important;
}
.slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/bg-circle.png');
    display: inline-block;
}
.slider .sppb-row {
    padding: 30px;
    background-color: rgba(90, 88, 101, 0.17);
    border-radius: 10px;
}
.slider .sppb-row img {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 12px 13px 26px -4px rgb(0 0 0 / 30%);
}

/*** Feature ***/
.feature-colum .clearfix {
    float: left;
    width: 20%;
}

/*** About ***/
ul.about-check {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.about-check strong {
    display: none;
}
ul.about-check li {
    line-height: 45px;
}
ul.about-check em {
    padding-right: 10px;
}

/*** Services ***/
.pricing-colum,
.service-columns .clearfix {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;  
}
.pricing-colum:hover,
.service-columns:hover .clearfix {
    transform: translate(0, -20px);
}
.service-columns.center:hover .clearfix {
    transform: translate(0, 20px);
}
.service-columns:hover .clearfix {
    background-color: rgba(90, 88, 101, 0.17)!important;
}
.services-item img {
    width: 125px;
}

.about-img-right,
.about-img-left {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;   
}
.about-img-right:hover {
    transform: translate(25px, 0px);
}
.about-img-left:hover {
    transform: translate(-25px, 0px);
}

/*** Divider ***/
.divider {
    margin: 0 auto;
}

/*** Team ***/
.team-item img {
    border-radius: 10px 10px 0px 0px;
}

/*** Hosting  ***/
.hosting .sppb-row {
    padding: 30px;
    background-color: rgba(90, 88, 101, 0.17);
    border-radius: 10px;
}

/*** Reviews ***/
.reviews .sppb-col-md-4 {
    margin-bottom: 30px;
}
.reviews-colum {
    border: 1px solid #2B2B2B;
    border-radius: 10px;
    padding: 30px;
}
.review-star em {
    font-size: 14px;
}
.review-star strong {
    display: none;
}
.review-star p {
    margin-bottom: 0;
}

/*** Pricing ***/
.pricing-check ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.pricing-check ul em {
    padding-right: 10px;
}
.pricing-check strong {
    display: none;
}
.pricing-colum {
    border-radius: 20px;
}

/*** Contact ***/
.contact .sppb-row {
    background-color: rgba(90, 88, 101, 0.17);
    border-radius: 10px;
}

/*** subscribe ***/
.subscribe-content table input {
    padding: 10px 10px!important;
    border-radius: 0px !important;
    width: 100% !important;
}
.subscribe-content table .button {
    padding: 6px 20px!important;
    border: 3px solid #01172F !important;
    background-color: #01172F !important;
}
.subscribe-content table .button:hover {
    background: #fff !important;
    color: #01172F !important;
}
.subscribe-content table {
    width: 100% !important;
}
.subscribe-content #formAcymailing39931 {
    position: relative !important;
}
.subscribe-content .wpforms-field {
    padding: 0 !important;
}
.subscribe-content table tr:nth-child(2) {
    position: absolute;
    bottom: 0;
    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;
}

/*** Step ***/
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-heading {
    padding: 15px 40px 15px 20px !important;
    background-color: rgba(90, 88, 101, 0.17) !important;
}
.step .sppb-addon-content {
    font-size: 13px;
}
.sppb-panel-collapse {
    padding: 0px 20px 0px;
    margin-top: 0px;
    background-color: rgba(90, 88, 101, 0.17);
    color: #888;
}
.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: 18px;
}
.sppb-panel-modern {
    background: transparent !important;
}

/*** Contact ***/
.contact img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.contact:hover img {
    transform: scale(1.1) translateX(-20px);;
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}
.button, 
.button:hover {
    background-color: var(--background-color);
}
.sppb-panel-title, .sppb-panel-title, 
.sppb-panel-heading.active .sppb-panel-title, 
.pricing-item h3, .pricing-check ul em, 
ul.about-check em, .review-star em, .contact-info i,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: var(--text-color);
}