/*** General CSS ***/
.btn,
#sp_qc_submit {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 0px;
    padding: 10px 30px 10px 30px !important;
    border: none;
    border: 1px solid;
    display: inline-block;
}
.button {
    padding: 6px 20px;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.button:hover {
    color: #fff;
  background-color: #000 !important;
}
.slider-btn a:hover {
    background: #fff !important;
}
.slider-btn.white a {
    background: #fff !important;
}
.slider-btn.white a:hover {
  	color: #fff!important;
}

/*** Title ***/
.title h5 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.title h5:after,
.title h5:before {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 3px;
}
.title h5:before{
      left: -40px;
}
.title h5:after{
  right: -40px;
}
/*** Header Area ***/
/*** Top head ***/
#sp-top-bar {
    background: transparent;
    position: relative;
    z-index: 9999;
}
body:not(.home) #sp-top-bar {
    background: #333;
    position: relative;
    z-index: 9999;
}
#sp-top-bar, #sp-top-bar a {
    color: #fff;
}

/*** Head ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    border-top: 1px solid #61606040;
    box-shadow: none;
    background: transparent;
}
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky {
    position: fixed;
    background: #000000c9;
    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;
    background: #000;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    color: #fff;
    position: relative;
    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;
}

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


/*** Block Styles ***/
/*** About ***/
.about-item i {
    width: 85px !important;
    height: 85px !important;
    line-height: 85px !important;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 40px;
    color: #2AAFC0;
    position: relative;
}
.about-item i {
    background: rgba(255,255,255,0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.about-item:hover i {
    color: #fff!important;
}

/*** Work ***/
.work-colum{
    border: 20px solid #eee;
}

/*** Video ***/
a.btn-video {
    padding: 10px 30px;
    border-radius: 0;
    background: transparent;
    color: #fff !important;
}
a.btn-video:hover {
    background: transparent;
    transform: scale(1.05);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.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: 110px;
    height: 110px;
    margin-top: -46.5px;
    margin-left: -47.5px;
    border-radius: 50%;
    z-index: 10; 
    background: #ffa516;
}
.video a:after {
    content: '';
    position: absolute;
    top: 53%;
    left: 56%;
    margin-top: -8.5px;
    margin-left: 1px;
    border: solid 17px transparent;
    border-left: solid 25px;
    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;
}

/*** Skill ***/
.skill.bg-top:before {
    border-top-color: #0A0A0B;
}
.skills h3{
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p{
    font-size: 16px;
    margin-bottom: 6px
}
.skills .progress{
    width: 100%;
    height: 20px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: inherit;
}
.skills .progress .progress-bar{
    width: 0;
    height: 100%;
    border-radius: 10px;
}
.skills .progress .progress-bar span{
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after{
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after{
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after{
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after{
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after{
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after{
    background-color: #f1c40f
}
.skill h3.sppb-addon-title {
    display: block;
}

/*** Services ***/
.service .sppb-col-md-4:nth-child(3),
.service .sppb-col-md-4:nth-child(7) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.service-item i {
  width: 65px !important;
  height: 65px !important;
  line-height: 65px !important;
  border-radius: 50%;
  border: 2px solid transparent;
}

/*** counter ***/
.counter-item h1.count {
    font-size: 65px;
    color: #fff;
    font-weight: 700;
    margin: 22px 0;
}
.counter-item h6 {
    color: #fff;
}

/*** Accordion ***/
.accordion .sppb-panel-modern,
.accordion .sppb-panel-modern .sppb-panel-body {
    border: none;
}
.accordion .sppb-panel-heading {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px 5px 15px !important;
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    background: #248860cf!important;
    background: -webkit-gradient(linear, left top, right top, from(#0e5237), to(#136544bf))!important;
    background: linear-gradient(to right, #006d4294, #31d493)!important;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2)!important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2)!important;
}

/***** Team ****/
.team-item {
    cursor: pointer;
    border: 1px solid rgba(42, 175, 192, 0.3);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}
.team-item img {
    border-radius: 100%;
    width: 170px;
    height: 170px;
}
.team-item h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.team-item h4 {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.team-item strong {
    display: none;
}
.team-item:hover {
    background: #31d493!important;
    background: -webkit-gradient(linear, left top, right top, from(#31d493), to(#02442a))!important;
    background: linear-gradient(to right, #31d493, #032f1d)!important;
    color: #fff;
}
.team-item .social .icon {
    margin-right: 10px;
}
.team-item  a.icon {
  color: #000!important;
}
.team-item:hover h4,
.team-item:hover h3,
.team-item:hover p,
.team-item:hover .social .icon {
  color: #fff!important;
   -webkit-transition: all 0.4s ease-in-out;
  -moz-transition:    all 0.4s ease-in-out;
 -o-transition:      all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
  -o-transition:      all 0.4s ease-in-out;
  transition:         all 0.4s ease-in-out;
}

/*** Pricing ***/
.pricing-colum {
    border-radius: 5px;
}
.pricing .pricing-item {
    background-color: #fff;
    box-shadow: 0 0 40px rgb(0 0 0 / 5%);
    padding: 40px 30px;
    border-radius: 6px;
}
.pricing .pricing-item.center {
    background: linear-gradient(to bottom, #31d493, #004026)!important;
}
.pricing .pricing-item h3 {
    font-weight: normal;
    font-size: 30px;
    color: #273147;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.pricing .cost {
    margin-top: 30px;
    margin-bottom: 30px;
}
.pricing .amount,
.pricing .cost .curency {
  font-size: 60px;
  color: #273147;
  font-weight: 700;
}
.pricing .cost .plantype,
.pricing-item.center .amount,
.pricing-item.center .cost .curency {
  color: #fff !important;
}
.pricing .cost .plantype {
  font-size: 21px;
  color: #273147;
  font-weight: 500;
}
.pricing .table-body ul li strong {
    display: none;
}
.pricing .table-body ul li {
    line-height: 40px;
    font-weight: 600;
}
.list-unstyled {
    text-align: left;
}
.pricing .table-body ul li span {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 50%;
}
.pricing .table-body ul li em {
    width: 25px;
    display: inline-block;
    float: right;
    padding-top: 10px;
}

.pricing .table-body ul li em.fa-check {
    color: #84ba3f;
}
.pricing .table-body ul li em.fa-times {
    color: red;
}
a.btn-pcring {
    color: #ffffff;
    text-align: center;
    padding: 13px 40px;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    z-index: 1;
}
a.btn-pcring:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #fff;
}
a.btn-pcring:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.pricing-item.center .btn-pcring {
    background: #fff !important;
    color: #000;
}

/*** Testimonials ***/
.testimonials-item img {
    border-radius: 50%;
}

/*** Contact Info ***/
.contact-icon i {
    height: 56px !important;
    width: 56px !important;
    line-height: 56px !important;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.contact-icon:hover i {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.contact-team strong {
    display: none;
}
.contact-team a.icon {
    width: 45px;
    font-size: 18px;
    height: 45px;
    color: #fff;
    line-height: 0;
    background: transparent;
    padding: 13px;
    margin: 0px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
}

/*** Contact Form ***/
#sp-quickcontact-form {
    text-align: center;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
    width: 100%;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
}
#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 input#name,
#sp-quickcontact-form input#email {
    width: 49%;
    float: left;
    margin-right: 2%;
}
#sp-quickcontact-form input#email {
    margin-right: 0;
}
#sp-quickcontact-form #sp_qc_submit {
    width: auto;
    color: #fff;
    cursor: pointer;
    border: 2px solid!important;
    border-radius: 7px;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: #222 !important;
}


/* Bottom Area */
#sp-bottom h3 {
    color: #000!important;
    line-height: 1em;
    position: relative;
    padding-bottom: 0px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#sp-bottom p a {
    font-weight: 700;
}
#sp-bottom a {
    font-size: 15px;
}
#sp-bottom .sp-module-content .latestnews>li>a>span {
    color: #222;
}

/* 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) {

  
}

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

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
    body #sp-top-bar {
        background: #333;
    }
  	body #sp-header {
    	background: #000;
	}
}

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

  
}

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

/* General */

#sp_qc_submit,
#sp_qc_submit:hover,
.skills .progress-bar, 
.skills span, 
.skills pan:after,
#sp_qc_submit,
#sp-bottom .menu li a:before,
.about-us .sppb-title-heading:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.button, .ariQuizQuestionTitle,
#sp_qc_submit:before,
body.ltr .sp-megamenu-parent > li .sp-menu-badge,
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color)!important;
}
#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 {
    color: var(--text-color);
}
#sp-bottom a:hover,
#sp-bottom .menu li.active a,
sp-bottom .menu li a:hover,
#sp-bottom1 ul:hover .text,
#sp-bottom1 ul:hover .icon em,
.top-right a, .price-item ul li:before, ul.top-left li em,
.title-video, ul.top-right li em,
.slider-btn a:hover, .slider-btn.white a,
a.btn-video:hover, .fund-item h3, .fund-item i,
#sp-bottom1 em, .meet-item h3,

.about-item i, .service-item i,
.services-colum, .counter-item .sppb-icon-container i,
.team-item h4, .team-title-page h1,
.form-icon i, .form-icon h3 {
    color: var(--text-color)!important;
}
#sp_qc_submit, .bg-colum, .slider-btn a,
a.btn-video:hover,
.feature-item:hover, .testimonial-item:hover, .fund-item i,
.about-item i, .service-item:hover i, .contact-icon i,
.form-icon:hover i {
    border-color:var(--text-color)!important;
}
.btn-large, .button.btn-large,
.contact-info a:hover, .btn, .btn.black:hover,
.services-item:after,
.contact-icon .shrewd_solution_icon ul li a:hover,
.slider-btn a, .slider-btn.white a:hover, .feature-item .btn-feature:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
.sp-megamenu-parent > li > a:before,

.about-item:hover i, .title h5:after,
.title h5:before, a.btn-pcring, a.btn-pcring:before,
.contact-team a.icon:hover, #sp-quickcontact-form #sp_qc_submit,
.skills .progress .progress-bar span:after {
    background: var(--background-color)!important;
}
.video-item figure a:after:hover {
    border: 1px solid var(--text-color);
}

