/*** General CSS ***/
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
    line-height: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 17px 34px 17px 34px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #888;
    border-radius: 5px;
    border: solid;
}
.btn:hover,
.slider-btn a:hover {
    color: #000000;
}

/*** Title ***/
.title {
    position: relative;
    padding-bottom: 42px;
}
.title h2 {
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e00231;
    margin-bottom: 30px;
}
.title h6 {
    font-family: cursive;
    letter-spacing: 4px;
    font-weight: 700;
}
.title h4 {
    position: relative;
    padding-bottom: 22px;
}
.title h4:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 3px;
    position: absolute;
    display: inline-block;
    margin: 0 auto;
}
.title.sppb-text-left h4:after {
    right: inherit;
}

/*** Bg ***/
.bg-title h3 {
    display: inline-block;
    border: 3px solid #fff;
    padding: 20px 50px;
}

/*** Shape ***/
.shape-top .sppb-addon-title {
    line-height: 1;
    margin: 0;
}
/*** Header Area ***/
/*** Head ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 25 0;
    position: relative;
    font-weight: 300;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.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;
}
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;
}
.sp-megamenu-parent > li > a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 5px;
    top: 50%;
    border-radius: 50%;
    -moz-border-radisu: 50%;
    -webkit-border: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #f5b300;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    opacity: 1;
}

/* 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: #222b4d;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}


/*** Block Styles ***/
/*** Slider ***/
.slider .slider-content .sppb-icon-container {
    width: 81px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    border-radius: 7px;
}
.slider .slider-content .sppb-icon-container i {
    background: #fff;
    border-radius: 50%;
}
.slider .slider-img img {
    max-width: 300px;
}
.slider .sppb-row > div:last-child {
    position: relative;
    z-index: 0;
}
.shape-slider {
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 120vw;
    left: 0;
    right: 0;
    margin-left: calc(-50vw + 578px)!important;
    margin-right: calc(-50vw + 578px)!important;
    margin-bottom: 0;
}
.shape-slider .sppb-addon-title {
    margin-bottom: 0;
}
.shape-slider svg path {
    fill: #fff;
}

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

/*** Service ***/
.service .clearfix {
    display: inline-block;
}
.service-item .sppb-icon-container {
    border: 2px solid transparent;
    border-radius: 10px;
    width: 61px;
    height: 61px;
    line-height: 61px;
}
.service-item:hover .sppb-icon-container {
    border-color: #222B4D !important;
}
.service-item:hover .sppb-icon-container i {
    color: #222B4D !important;
}

/*** Privacy ***/
#shape-privacty {
    margin-bottom: -6px!important;
}
.privacy .shape-slider svg path {
    fill: #222B4D;
}
.privacy .shape-slider {
    bottom: inherit;
    top: 0;
}
.privacy .shape-slider svg {
    background: #fff;
}
.privacy .shape-slider.shape-bottom {
    top: inherit;
    bottom: 0;
    background: #fff;
}
.privacy .sppb-row > div:last-child {
    z-index: 0;
}

/*** Token ***/
.token-item h3 {
    position: relative;
    padding-top: 25px;
}
.token-item h3:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 50px;
    height: 2px;
    display: inline-block;
}

/*** Why ***/
.why .clearfix {
    display: inline-block;
}
.why .service-item .sppb-icon-container {
    width: 105px;
    height: 105px;
    border-width: 3px;
    border-radius: 50%;
    line-height: 105px;
}
.why .service-item .sppb-icon-container i {
    line-height: 105px!important;
}

/*** Price ***/
.price .shape-slider {
    top: 0;
}
.price .shape-slider svg path {
    fill: #fff;
}
.price-column {
    box-shadow: 0px 0px 20px 0px rgba(221,221,221,0.5)!important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    margin: 20px 0;
    padding: 70px 50px 40px 50px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid transparent;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.price-item h4 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 19px 0px;
}
.price-item h5 {
    font-size: 15px;
    background-color: #e5e5e5;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 10px 0px;
}
.price .btn {
    border-width: 3px !important;
    background: none;
    text-transform: capitalize;
}
.price-item.color h1,
.price-item.color h5,
.price-item.color ul li,
.price .btn:hover {
    color: #fff;
}
.price-item.color h5:after {
    background-color: #fff;
}
.price-column .btn {
    background: #fff;
    background: #fff;
    border: 2px solid;
    font-size: 13px;
    border-radius: 30px;
}
.price-column .btn:hover {
    border-color: #fff!important;
}
.price-item h6 {
    position: relative;
    color: #222B4D;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.price-item h6:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 3px;
    display: inline-block;
}
.price-column.center .price-item h6 {
    color: #fff;
}
.price-column.center .price-item h6:after {
    background: #fff;
}

/*** Testimonial ***/
.testimonial-item h5 {
    color: #000000;
    font-size: 20px;
}
.testimonial-item h6 {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
}
.testimonial .shape-slider.shape-bottom {
    top: 100%;
    bottom: inherit;
}
.testimonial .shape-slider.shape-bottom svg {
    background: #fff;
}
.testimonial .shape-slider.shape-bottom svg path {
    fill: #222B4D;
}

/*** Team ***/
.team-item {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    padding: 35px 35px 35px 35px;
}
.team-item .sppb-media {
    overflow: inherit;
}
.team-item:hover img {
    animation-name: animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.team-item:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}

/*** Team ***/
.team-item {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    padding: 35px 35px 35px 35px;
}
.team-item .sppb-media {
    overflow: inherit;
}
.team-item:hover img {
    animation-name: animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.team-item:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}

/*** Contact ***/
.contact-content h2 {
    color: #000000;
    font-size: 65px;
    font-weight: 900;
}
.contact-content p {
    font-size: 23px;
    font-weight: 300;
}
.contact-content ul {
    padding-left: 0;
    margin-top: 30px;
}
.contact-content ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}
.contact-content ul li a {
    display: inline-block;
    background-color: #f4f4f4;
    width: 41px;
    height: 41px;
    text-align: center;
}
.contact-content ul li a em {
    font-size: 0;
    line-height: 41px;
}
.contact-content ul li a em:before {
    font-size: 16px;
    color: #bababa;
}

/* Bottom Area */
#sp-bottom h3 {
    line-height: 1em;
    text-transform: uppercase;
}
#sp-bottom p a {
    font-weight: 700;
}
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 20px;
}
#sp-bottom1 .shrewd_solution_icon ul,
#sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom1 .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;
}
#sp-bottom1 .shrewd_solution_icon ul li a em {
  	font-family: 'Font Awesome 5 Brands';
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    color: #000 !important;
}
#sp-bottom2 ul li strong {
    display: none;
}
#sp-bottom2 ul li em {
    padding-right: 10px;
}

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

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
	.shape-slider {
        margin-left: calc(-50vw + 445px)!important;
        margin-right: calc(-50vw + 445px)!important;
  	} 
  	#testimonial {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
  	}
  	#team2 {
    	padding-bottom: 100px !important;
  	}
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {
  .shape-slider {
    	display: none;
  }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
  .shape-slider {
    	display: none;
  }
  .testimonial .sppb-col-md-4, .team .sppb-col-md-4, .price .sppb-col-md-4 {
    	margin-bottom: 30px;
  }
}

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

  
}

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

.btn-slider a, 
.title:after, 
.btn:hover, 
.slider-title h4:after, 
.counter-item:after, 
.price-item h4, 
.price-item a, 
.slider-content .sppb-icon-container, 
.contact-item .sppb-icon-container, 
.token-item h3:before, 
.price-item h6:after, 
.price-column.center, 
.bottom-team, #sp_qc_submit, 
#sp_qc_submit:hover, 
.slider-text:before, 
.title p:before, 
.bottom-contact, 
.price-column.color {
  	background-color: var(--background-color);
}
.title h2, 
.title h6, 
h1.sppb-title-heading, 
.slider-content 
.sppb-icon-container i, 
.about-item h3, 
.about-item i, 
.bottom-team .btn, 
.service-item h4, 
.service-item .sppb-icon-container i, 
.privacy-content h2, 
.choose-item h5, 
.client-item h5, 
.project-content h3 span, 
.our-item h3, 
.price-item h5, 
.price .btn, 
.btn-text, 
.testimonial-item i, 
.contact-content p, 
.blog h3, 
.about-title h3, 
#sp_qc_submit, 
#sp_qc_submit:hover,
.about-item.color i, 
.btn-no-bg {
  	    color: var(--text-color);
}
#sp_qc_submit:hover {
  	color: var(--text-color)!important;
    border-color: var(--text-color)!important;
}
