/*** General CSS ***/
.btn,
.slider-btn a,
#sp_qc_submit {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    fill: #444867;
    color: #444867;
    background-color: rgba(0,0,0,0);
    border-style: double;
    border-width: 3px 3px 3px 3px;
    border-color: #444867;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 40px 15px 40px;
}
.slider-btn.left a {
    border: 2px solid #444867;
    background: transparent;
}
.slider-btn.right a {
    background: #fff;
    border: 2px solid #fff;
    color: #444867 !important;
    
}
.slider-btn.left a:hover {
    color: #ffffff;
    background-color: #444867 !important;
}
.slider-btn.right a:hover {
    background: #444867;
    border: 2px solid #444867;
    color: #fff !important;
    
}
/*** Title ***/
.title {
    position: relative;
    padding-bottom: 42px;
}
.title h2 {
    color: #444867;
    font-size: 37px;
    font-weight: 800;
    letter-spacing: 5.8px;
}
.title h6 {
    font-family: cursive;
    letter-spacing: 4px;
    font-weight: 700;
}

/*** Divider ***/
.devider {
    margin: 0 auto;
}

/*** Shape ***/
.shape .elementor-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shape .elementor-shape-fill {
    fill: #fff;
}
.shape svg {
    width: 100%;
    height: 120px;
}

/*** Header Area ***/
/* Top Header */
/*** Top head ***/
.sp-top-bar .container {
  	padding: 10px 15px;
  	border-bottom: 2px dashed rgba(45, 54, 99, 0.1);
}
#sp-top-bar > #sp-top1 p,
#sp-top-bar li,
#sp-top-bar a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
#sp-head-top ul {
  	margin: 0;
  	padding: 0;
}
#sp-head-top ul li {
    display: inline-block;
}
ul.top-right li strong,
ul.top-left li strong {
    display: none;
}
ul.top-left li em,
ul.top-left li {
	padding-right: 10px;  
}
ul.top-right {
  	text-align: right;
}
.top-right a {
    margin-left: 15px;
}

/* Header */
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
header#sp-header > .container {
    border-top: 2px dashed rgba(45, 54, 99, 0.1);
}
#sp-header.header-sticky {
    position: fixed;
  	border-bottom: 2px solid #444867;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    text-transform: uppercase;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.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;
}

.sp-menu-heading {
    color: #333!important;
}

.burger-icon>span {
  background-color: #333!important;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}

/* Canvas Menu */


/*** Block Styles ***/
/* Promotion Slider */
/*** Video ***/
.work {
    z-index: 2!important
}
.work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.video {
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: relative;
}
.video a:before {
    content: '';
    position: absolute;
    top: 44%;
    left: 39%;
    width: 95px;
    height: 95px;
    margin-top: -46.5px;
    margin-left: -47.5px;
    border-radius: 50%;
    z-index: 10;
    border: 5px solid #fff;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: -10.5px;
    margin-left: -7px;
    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;
}
.btn-no-bg,
.btn-no-bg:hover {
    background: none;
    border: 0;
}

/*** Choose ***/
.choose .sppb-tab-pane {
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    border: none !important;
    padding: 55px 20px 55px 20px !important;
}
.choose .sppb-nav li {
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 14px;
    text-align: center;
    margin-right: 0px;
    border-bottom: 2px dashed #444867 !important;
}
.choose .sppb-nav li.active, .choose .sppb-nav li:hover {
    border-bottom: none !important;
}
.choose .sppb-nav .active .sppb-text-left,
.choose .sppb-nav li:hover .sppb-text-left {
    background-color: #444867 !important;
    border-radius: 8px;
    color: #fff !important;
}
.full-content {
    width: 100%;
}
.full-content .choose-imges {
    width: 33%;
    float: left;
}
.full-content .choose-content {
    width: 65%;
    float: left;
    padding: 20px 20px;
}
.full-content .subheader {
    font-size: 18px;
    color: #dfbb9c;
}
.full-content .header {
    font-size: 36px;
    line-height: 1.3em;
    color: #404040;
    margin: 10px 0px 20px;
}
.full-content .sequences {
    font-size: 24px;
    line-height: 1.3em;
    color: #dfbb9c;
    margin: 30px 0;
}
.full-content .sequences b {
    color: #404040;
}
.full-content .btn-choose {
    padding: 18px 35px 18px 35px;
    line-height: 1.4em;
    min-width: 250px;
    display: inline-block;
    font-size: 18px;
    background-color: #dfbb9c;
    color: #404040;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.full-content .btn-choose:hover {
    color: #fff;
    background-color: #404040;
}
.sale {
    color: #000;
}

/*** BG ***/
.bg-colum {
    border: 3px solid;
}

/*** Choose ***/
.choose {
    position: relative;
}
.choose:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-color: #fff;
}
.choose .title:before,
.choose .title h3 {
    color: #fff;
}
.choose-item {
    padding: 35px 20px 45px 20px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 19px 4px rgba(201,201,201,0.5);
}

/*** Project ***/
.sppb-panel-modern {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.sppb-panel-title {
    font-size: 16px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    padding: 22px 30px 22px 15px;
    color: #fff !important;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}

/*** Service ***/
.service .title {
    padding-bottom: 0;
}
.service-item h3 {
    position: relative;
    padding-bottom: 18px;
}
.service-item h3:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 3px;
}
.services-row img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.services-row:hover img {
    transform: scale(1.1);

}

/*** Client ***/
.client-item h2 {
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.client-item strong {
    display: none;
}
.client-item em {
    padding-right: 10px;
}
.client-item a {
    color: #000;
    font-size: 16px;
}
.client-item a:hover {
    color: #00ce1b;
}

/*** Testimonial ***/
.testimonial-item {
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(93,114,128,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 0 30px;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    overflow: hidden;
}
.testimonial-item:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}
.testimonial-item.center {
    margin-top: 70px;
}
.testimonial-item i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-item:hover i {
    transform: scale(1.1);
}
.testimonial-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
}
.testimonial-item h5 {
    color: #d8d8d8;
    font-size: 15px;
    font-weight: 400;
}
.testimonial img {
    border-radius: 50%;
    width: 80px;
}
.sppb-addon-content {
    width: 100%;
    float: left;
}
.testimonial-img {
    width: 15%;
    float: left;
}
.testimonial-content {
    float: left;
    width: 80%;
}

/*** Counter ***/
.counter-item {
    padding: 35px 15px 35px 15px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
}
.counter-item i {
    width: 83px !important;
    height: 83px !important;
    line-height: 83px !important;
    border-radius: 50%;
}
.counter-item .sppb-icon-container {
    border-radius: 50%;
}
.counter-item .count, .counter-item #shiva {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
    line-height: 60px;
}
.counter-item h4 {
    color: #35527D;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
/* Bottom Area */
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom .menu li a {
    font-weight: 400;
    position: relative;
    font-size: 14px;
    font-family: 'Francois One';
    text-transform: uppercase;
    padding: 0 10px;
}
#sp-bottom .menu li a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 28px auto 0px;
    position: absolute;
    top: 2px;
    background: #F1755C;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#sp-bottom .menu li:hover > a:before,
#sp-bottom .menu li.active > a:before {
    width: 37px;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom .sp-module ul > li {
    position: relative;
}
#sp-bottom .sp-module ul > li:before {
    position: absolute;
    left: 0;    
    top: 5px;
}
#sp-bottom .sp-module ul > li a {
    display: inline-block!important;
}
#sp-bottom2 .sp-module ul > li a {
    margin-left: 0;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
    text-transform: uppercase;
}
#sp-bottom p a {
    font-weight: 700;
}
ul.left, ul.right {
    float: left;
    width: 50%;
}
.lt-bottom-bank {
    text-align: center;
}
.lt-bottom-bank .clearfix {
    display: inline-block;
    margin: 20px;
}
.lt-bottom-social ul li {
    list-style: none;
    line-height: 35px;
    display: inline-block!important;
    padding: 0px!important;
}
.lt-bottom-social ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.lt-bottom-social ul li a strong {
    display: none;
}
.lt-bottom-social ul li a:hover em { 
    color: #fff!important;
}
#sp-bottom3 em {
    padding-right: 15px;
}
#sp-bottom3 strong,
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.shrewd_solution_icon ul li a i {
    background: #44BAEB; 
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
/* Tablet Landscape Layout */
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.team-item h4, 
#sp-quickcontact-form #sp_qc_submit:hover, 
.top-right a, 
.price-item ul li:before, ul.top-left li em, 
.counter-item .count, .counter-item #shiva {
    color: var(--text-color)!important;
}

.title h3, .bg-title h3,
#sp_qc_submit,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
div.k2ItemsBlock ul li a {
    color: var(--text-color);
}

.btn:hover,
.title:after,
.feature,
.service-item h3:after,
.counter-item:after,
.price-item h4,
.bottom-team,
#sp_qc_submit,
#sp_qc_submit:hover,
.services-colum,
.slider-text:before,
.title p:before,
.bottom-contact,
.price-column.color,
.about-item-content a,
.feature-item:after,
.offer-right,
.counter-item .sppb-icon-container,
.bottom-social ul li a:hover,
.line-title .sppb-section-title:before,
.about-us .sppb-title-heading:before,
.team-item ul li a.share,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.bg-colum {
  	border-color: var(--background-color);
}