/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    border-bottom: 1px solid #33333314;
}

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    padding: 10px 0;
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}

/* 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-weight: 500;
    font-size: 14px;
}
.burger-icon>span {
    background-color: #005072;
}
.offcanvas-menu > .align-items-center {
    background: #0C172D;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 13px 40px;
    font-size: 16px;
    font-weight: 500;
    color:  #fff;
    border-radius: 30px;
    border: none;
    background-image: linear-gradient(90deg, #746bd8 0%, #a2a6cc 100%);
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color:  #fff;
    background-image: none;
}
.btn.white {
    background: #fff;
    color: #333;
    background-image: none;
}
.btn.white:hover {
    color: #fff;
}
.btn-primary {
    color: #fff !important;
}
.btn.no-bg, .btn.no-bg:hover {
    background: none;
    padding: 0;
}
.addtocart-bar input.addtocart-button:hover {
    background-color: #000 !important;
}

/* Title */
.title h3 {
    letter-spacing: 5px;
}
.title h2 {
    letter-spacing: 8px;
}
.title.white span.white {
    color:  #fff;
}
.services-item h3 {
    letter-spacing: 20px;
}

/* Slider */
.slider-column.right {
 /*    background-image: linear-gradient(180deg, #3a8ebd 0%, #e0e0e0 100%);*/
    border-radius: 50% 50% 0 0;
}
.slider-column.left .clearfix:nth-child(2),
.slider-column.left .clearfix:nth-child(3) {
    display: inline-block;
}
.slider-img1 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.slider-column.right {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.slider-column.right:hover {
    transform: scale(1.05);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Services*/
.services .sppb-col-md-3:first-child .clearfix:hover {
    transform: rotate(0deg);
}
.services .clearfix:hover,
.testimonials .sppb-col-md-4 .clearfix:hover {
    transform: rotate(-1deg);
}
.testimonials .sppb-col-md-4 .clearfix {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Bg */
.bg-title {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-title li {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}
.bg-title li strong {
    display: none;
}
.bg-title li em {
    padding: 0 10px;
    font-size: 13px;
}
.bg-img img {
    border-radius: 50%;
    background-image: linear-gradient(180deg, #bdd9f3 0%, #424242 100%);
}

/* Feature */
.feature-spacer {
    background-image: linear-gradient(180deg, #bdd9f3 30%, #0c172d 90%);
    width: 400px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
    margin: 0 auto;
    left: -60px;
    right: 0;
}
.feature-item a:hover {
    background: transparent !important;
}
.feature-item span.sppb-icon-container i {
    height: 45px !important;
    width: 45px !important;
    line-height: 45px !important;
    border-radius: 50%;
    background: #f460a0;
}
.feature-column .clearfix:first-child, .feature-column .clearfix:nth-child(2) {
    width: 100%;
}
.feature-column .clearfix {
    width: 47%;
    margin-right: 3%;
    float: left;
}

/* About */
.about-column img {
/*     background-image: radial-gradient(at center center, #f460a0 0%, #005072 66%);
    border-radius: 170px 170px 170px 170px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 15%); */
}

/* Project */
.project .clearfix:nth-child(3), .project .clearfix:last-child {
    display: inline-block;
}

/* Counter */
.counter-item {
    background-image: linear-gradient(90deg, #0c172d 0%, #746bd8 100%);
    padding: 50px 20px;
    border-radius: 10px;
}
.counter-item h1 {
    font-weight: 600;
}
.counter-item h5 {
    font-weight: 600;
}

/* Choose */
.choose-column .clearfix:first-child:hover {
    background-color: #f460a0 !important;
}
.team-item img {
    border-radius: 15px;
}
.team-item .sppb-media-content {
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #0c172d 30%);
    position: relative;
    z-index: 1;
    padding-top: 100px;
    margin-top: -80px;
}

/* Program */
.program-item em {
    font-size: 10px;
    background: #fff;
    color: #222;
    border-radius: 50%;
    height: 15px;
    width: 16px;
    line-height: 15px;
    text-align: center;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.program-item strong {
    display: none;
}

/* FAQs */
.faqs-item .sppb-panel-modern>.sppb-panel-heading {
    background-image: linear-gradient(90deg, #746bd8 0%, #0c172d 100%);
    color: #fff;
}
.faqs-item .sppb-panel-title {
    font-size: 16px;
    color: #fff;
}
.faqs-item .sppb-panel-modern {
    border: none;
}
.faqs-item .sppb-panel-modern {
    border-radius: 0;
}

/* Contact */
.contact .sppb-row.sppb-no-gutter {
    background: #005072;
    border-radius: 10px;
}
.contact-img {
    position: absolute;
    top: 0;
    width: 80%;
    right: 0;
    opacity: 0.3;
}

/* Shop */
button.vmicon:before, .com_virtuemart #cart-view table.cart-summary tr td > .vmshipment_name:before, 
.com_virtuemart #cart-view table.cart-summary tr td > .vmpayment_name:before,
.com_virtuemart #cart-view .billto-shipto .vm2-billto-icon::before {  
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    font-size: 18px;
}
.com_virtuemart #cart-view .billto-shipto .vm2-shipto-icon:before {
    content: "\f0e0" !important;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 600;
}
.com_virtuemart #cart-view .billto-shipto .vm2-billto-icon::before,
.com_virtuemart #cart-view .billto-shipto .vm2-shipto-icon:before {
	font-size: 18px !important;
}
.com_virtuemart #cart-view .billto-shipto .output-shipto input {
    margin-top: 7px;
}
#checkoutForm .cart-summary .sectiontableentry2 span.details-button .details-button {
    margin-top: 13px;
}
.com_virtuemart #cart-view .vm-fieldset-tos input.terms-of-service {
	margin-top: 7px;
}


/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
    background: #fff;
}
.jmm-image.mod-article-image img {
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
    transform: scale(1.12);
    filter: grayscale(100%);
}
.jmm-text {
    padding: 20px 10px 30px 10px;
    border-radius: 0px 0px 0px 0px;
    background: #fdfcff21;
    color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 18px;
    font-weight: 600;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-bottom h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
#sp-bottom h1 {
    font-weight: 600;
    font-size: 45px;
}
.shrewd_solution_icon  {
    margin-top: 5px;
}
#sp-bottom1 img {
    margin: 0 auto;
    max-width: 90px;
    margin-top: 20px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin-bottom: 0px !important;
}
.shrewd_solution_icon ul li a {
    font-size: 18px !important;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 40px;
    margin-right: 21px;
}
.shrewd_solution_icon ul li a em {
    font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
    margin: 0 20px;
}
#sp-bottom ul li strong {
    display: none;
}
#sp-bottom ul li span {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255, .1);
}

/*** Responsive Layout ***/
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 12px !important;
    }
    #sp-bottom:before {
        content: none;
    }
}
/* Mobile Standard Layout */
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    .feature-column .clearfix {
        width: 100%;
    }
}

/* Mobile Small Resolution */
@media (max-width: 510px) {
.cart-summary th, .vm-cart-item-quantity,
.vm-cart-item-tax {
	min-width: 40px !important;
}
table.cart-summary {
	font-size: 8px;
}
#checkoutForm .vm-fieldset-pricelist h3,
	table.cart-summary h4, .cart-summary ::placeholder {
	font-size: 10px;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
	width: 100% !important;
}
#fancybox-wrap {
	width: 100% !important;
	left: 0 !important;
}
div#fancybox-content a {
	float: initial;
	display: block !important;
	max-width: 200px;
	margin: 0px auto 10px !important;
}
#fancybox-wrap #fancybox-outer h4 {
    text-align: center;
}
}
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .slider-item h2 {
        font-size: 45px;
    }
    #sp-bottom h2 {
        font-size: 45px;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn:hover, .btn.white:hover {
    background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button {
    background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, .title h4,
.btn.no-bg:hover, .team-item .sppb-media-content h3 {
    color: var(--text-color);
}
.control-buttons button:hover {
    color: var(--text-color) !important;
}
.btn {
    border-color: var(--text-color);
}
.addtocart-bar input.addtocart-button {
    border-color: var(--text-color) !important;
}
