/*** General CSS ***/
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    background: #0F073F !important;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 5px!important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0px solid !important;
}
.btn:hover {
    color: #fff !important;
}
/*** Header Area ***/
/*** Head ***/
#sp-header {
  	box-shadow: none;
    height: inherit;
  	top: 20px;
  	max-width: 1320px;
    margin: 0 auto;
    border-radius: 30px;
}
#sp-header .logo {
    height: 70px;
}
#sp-header.header-sticky {
    position: fixed;
  	border-radius: 0px;
    top: 0;
    max-width: 100%;
}
body:not(.home) #sp-header {
    max-width: 100%;
}
body:not(.home)  #sp-header {
  	border-radius: 0px;
    top: 0;
    padding: 0 10px 0 0px;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 0 25px;
    text-transform: uppercase;
}
.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: 300!important;
}
.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;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    top: 5px;
    position: relative;
}

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


/*** Block Styles ***/
/* Promotion Slider */
/*** Slider ***/
.slider {
    margin-top: -100px !important;
}
.slider-text-color.start {
    background: #0F073F;
    padding: 20px 50px 20px 80px !important;
    width: 42%;
}
.slider-text-color h4 {
    color: #fff;
}
.slider-text-color h3 {
    font-size: 40px;
    font-weight: 800;
    padding-top: 30px;
}

/*** About ***/
ul.about-check {
    padding: 0;
    list-style: none;
}
.about-check strong {
    display: none;
}
.about-check em {
    padding-right: 6px;
}

/*** Contact Form ***/
.contact-form {
    position: absolute;
    left: 0;
    top: 75px;
    display: block;
    max-width: 364px;
    width: 100%;
    background: #fff;
    padding: 45px 30px 39px;
    box-shadow: 0 0 20px rgba(34,34,34,.1);
    z-index: 1;
}
#sp-quickcontact-form {
    text-align: left;
}
#sp-quickcontact-form textarea#message {
    width: 100%;
}
#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 #sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: oswald,sans-serif;
    font-weight: 600;
    color: #fff!important;
    background: 0 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0;
    width: auto;
    box-shadow: none;
    text-shadow: none;
    padding: 13px 33px;
    border: 0;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background: #fff!important;
}

/*** Newsletter ***/
.newsletter {
    position: relative;
}
.newsletter:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 55%;
    height: 100%;
    display: inline-block;
    background: #192028;
}
.newsletter table.acymailing_form {
    width: 100%;
    position: relative;
}
.newsletter table.acymailing_form .inputbox {
    border-radius: 0;
    margin: 15px 0;
    padding: 15px;
}
.newsletter table.acymailing_form td {
    text-align: left;
}
.newsletter table.acymailing_form tr:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
}
.newsletter table.acymailing_form .button.subbutton {
    margin-top: 16px;
    padding: 7px 34px;
    border-radius: 0;
}

/*** What We Do ***/
.what .sppb-col-md-4 {
    margin-bottom: 30px;
}

/*** Testimonial ***/
.testimonial-name {
    font-size: 22px;
    margin-bottom: 0;
}
.testimonial-job {
    font-size: 16px;
}

/*** Counter ***/
.counter-item .count, .lt-counter-item #shiva {
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
}
.counter-item h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/*** Team ***/
.team-item .sppb-media-content {
    padding: 20px 30px 10px;
}
.team-item .sppb-img-container {
    overflow: hidden;
}
.team-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover img {
    transform: scale(1.05);
}

/* Bottom Area */
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: 700;
}
.shrewd_solution_icon {
    margin-top: 20px;
}
.shrewd_solution_icon ul li strong,  .bottom-contact strong,
#sp-bottom2 strong {
    display: none;
}
.bottom-contact em,
#sp-bottom2 em {
    padding-right: 10px;
}
.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: #fff;
    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;
}
.shrewd_solution_icon ul li a:hover {
    background: #fff !important; 
    color: #000 !important;
}
table.acymailing_form {
    margin: 0;
    border: 0px !important;
    width: 100%;
}
table.acymailing_form input {
    width: 100% !important;
}
#sp-bottom .button.subbutton.btn.btn-primary {
    padding: 8px;
    font-size: 14px;
    color: #fff !important;
}


/*** Footer ***/
#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) {
	body #sp-header {
      	padding: 0;
	}
}

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

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	body #sp-header {
      	padding: 0;
	}
  
}

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

  
}

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

/* General */
.btn, .button.subbutton:hover, 
#sp-quickcontact-form #sp_qc_submit:hover, 
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a, 
.slider-text-color h3, 
.title h3, 
.about-check em, 
.hour i, 
.counter-item i, 
.counter-item .count, 
.counter-item #shiva, 
.testimonial-name {
    color: var(--text-color)!important;
}
.btn-large, 
.button.btn-large, 
.sppb-panel-modern>.sppb-panel-heading.active:after, 
.sp-megamenu-parent > li > a:before, 
#sp-bottom .button.subbutton.btn.btn-primary, 
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, 
.feature, 
.team-item, 
.trust-colum {
    background: var(--background-color)!important;
}
