/*** General CSS ***/
.btn,
.slider-btn a,
#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: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
    border: none;
    display: inline-block;
}
.btn:hover,
.btn.black {
    background: #0F3B61 !important;
}
/*** Title ***/
.title .sppb-addon-content {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
h2.title-big {
    color: #0F3B61;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 75px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
h2.title-big.white {
    color: #fff;
}

/*** Top head ***/
#sp-top-bar .container {
  	padding: 15px 15px 10px;
}
#sp-top1 {
  	padding-top: 10px;
}
#sp-top-bar > #sp-top1 p,
#sp-top-bar li,
#sp-top-bar a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
#sp-top2 ul {
  	margin: 0;
  	padding: 0;
}
#sp-top2 ul li {
    display: inline-block;
}
ul.top-right li strong,
ul.top-left li strong {
    display: none;
}
ul.top-left {
    margin-top: 10px !important;
}
ul.top-left li em,
ul.top-left li {
	padding-right: 10px;  
}
ul.top-right {
  	text-align: right;
}
.top-right a {
    margin-left: 15px;
}
ul.top-right .theme-btn {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 0 0 40px;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    background-color: #0f3b61;
    padding: 8px 30px 8px;
    box-shadow: 0 4px 9px rgb(0 0 0 / 26%);
    border-radius: 30px;
}
ul.top-right .lick-right {
    font-weight: 600;
    font-size: 12px;
    color: #000 !important;
    text-transform: uppercase;
    text-decoration: underline;
}

/*** Header Area ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
#sp-header .container-inner {
    background: #0F3B61;
    border-radius: 5px;
}
#sp-header .logo {
    height: 70px;
}
#sp-header.header-sticky {
    position: fixed;
    background: #0f3b61;
    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: #0f3b61;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
  padding: 0 20px;
  text-transform: uppercase;
}
.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: 800;
}

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


/*** Block Styles ***/
/* Promotion Slider */
/*** Slider ***/
.slider {
    margin-top: -40px !important;
}
/*** About Us ***/
.about-item {
    box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 8%);
    overflow: hidden;
    margin-left: -100px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 30px 80px 70px 50px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.about-item:hover {
    padding: 30px 50px 70px 80px;
}
.about-item:before, .testimonial-colum:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 2px;
    width: 50%;
    background: #38C695;
}
.about-item:after, .testimonial-colum:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 2px;
    width: 50%;
    background: #BA1C24;
}
/*** Services ***/
.services-item {
    background: #fff;
    padding: 50px 20px 30px;
    overflow: hidden;
    position: relative;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}
.services-item:hover {
    box-shadow: 0px 0px 30px 0px rgb(211 178 178 / 46%);
}
.services-item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 3px;
    width: 100%;
}
.services-item:hover:after {
    background: #0F3B61 !important;
}
.services-item .sppb-img-container img {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
@keyframes myrotate {
  from {transform: scale(1.1);}
  to {transform: scale(1.0);}
}
.counter-item .sppb-img-container,
.services-item .sppb-img-container {
  animation: myrotates 5s infinite;
}

@keyframes myrotates {
  from {transform: rotateY(180deg);}
  to {transform: rotateY(360deg);}
}

/*** Team ***/
.team-item {
    padding: 5px 5px 15px 5px;
    background-color: #ffffff;
    border-bottom: 3px solid;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.team-item:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.team-item.team01 {
    border-color: #BA1C24;
}
.team-item.team02 {
    border-color: #38c695;
}
.team-item.team03 {
    border-color: #b27cf5;
}
.team-item.team04 {
    border-color: #feb960;
}

/*** Subscribe ***/
.subscribe table.acymailing_form {
    width: 100%;
    max-width: 380px;
    margin: 59px;
}
.subscribe table.acymailing_form input {
    background: transparent;
    border: 1px dashed #fff;
    color: #fff !important;
    margin: 10px 0;
}
.subscribe table .acysubbuttons input {
    margin-left: -80px;
}
.subscribe table.acymailing_form tr {
    margin: 15px 0;
}

/*** Story ***/
.story-item {
    overflow: hidden;
    border-bottom: 3px solid #BA1C24;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
    padding: 25px 40px 25px 38px;
}
.story-item:hover {
    border-bottom: 3px solid #0F3B61;
}
.story-item h4 {
    color: #313131;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 40px;
}
.story-item .sppb-addon-title {
    width: 20%;
    float: left;
}
.story-item .sppb-addon-content {
    width: 80%;
    float: left;
    margin-top: 30px;
}

/*** Actions ***/
.actions-item {
    padding: 30px 30px 20px;
    border-top: 3px solid;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
}
.actions-item .btn {  
    text-transform: capitalize;
    padding: 11px 30px 11px 30px;
}
.actions-item.ac1 {  
    border-top: 3px solid #38c695;
}
.actions-item.ac2 {  
    border-top: 3px solid #fc5f45;
}
.actions-item.ac3 {  
    border-top: 3px solid #b27cf5;
}

/*** Testimonial ***/
.testimonial-colum {
    position: relative;
}
.testimonial-name img {
    width: 170px;
} 

/*** Abilities ***/
.abilities .sppb-col-md-4 {
    margin-bottom: 60px;
}

/*** Video ***/
.title-video {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
.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;
}


/* Bottom Area */
#sp-bottom .menu li a {
    font-weight: 400;
    position: relative;
    color: #fff!important;
    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 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-bottom2 .sp-module ul > li a {
    margin-left: 0;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
    position: relative;
    padding-left: 20px;
    text-transform: capitalize;
}
#sp-bottom h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
  	background: #BA1C24 !important;
    top: 0px;
}
#sp-bottom p a {
    font-weight: 700;
}
#sp-bottom a:hover {
    color: #fff !important;
}
div#sp-bottom1 h4 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}
#sp-bottom3 em,
#sp-bottom2 em {
    padding-right: 15px;
    color: #fff !important;
}
#sp-bottom3 strong,
#sp-bottom2 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: 50%;
    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:hover {
  	color: #000 !important;
}
.shrewd_solution_icon ul li a i {
    background: #44BAEB; 
}

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

  
}
@media (max-width: 979px) {
  	#sp-header .container {
      	max-width: 100%;
        padding: 0;
  	}
  	#sp-header .container > div {
    	padding: 0 15px;
  	}
  	
}
/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {
	
  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
    #sp-top-bar {
    	display: none;
    }
    .btn-colum .sppb-text-right, .btn-colum .sppb-text-left {
    	text-align: center !important;
    }
    .about-item {
		margin-left: 0px;
        padding: 30px;
    }
    .services .sppb-col-md-3, .team .sppb-col-md-3, .actions .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;
}

/* General */
#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);
} 
#pricing .pricing-2 a.button-pricing:hover, 
.top-right a, .price-item ul li:before, ul.top-left li em, 
.title-video, .abilities-item i, 
.abilities-item h3, .title-form h3 {
    color: var(--text-color)!important;
}
#sp_qc_submit,
#sp_qc_submit:hover,
.skills .progress-bar, 
.skills span, 
.skills pan:after,
#sp_qc_submit,
a.hikacart,
.about-us .sppb-title-heading:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after, .btn {
    background-color: var(--background-color);
}