/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #4943ac;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #222;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    background: #000;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #000;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #000;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* 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 ***/
/* Title */
.title h3 {
    font-size: 32px;
    line-height: 50px;
    font-weight: 800;
    margin-top: 0;
    color: #0c1f38;
    text-transform: capitalize;
}
.title .b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #0c1f38;
    display: block;
    margin: 0 auto;
}

/* Button */
.sppb-btn-custom {
    padding: 15px 30px;
    border-radius: 0px!important;
}
.sppb-btn-custom:hover {
    background-color: #000!important;
}
.slider-btn a:hover {
  	background: transparent !important;
}

/* Feature */
.feature-item {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 30px 30px 15px;
    background-color: rgb(250, 251, 255);
    border-radius: 10px;
    transition: 0.5s;
    -webkit-box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
    box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
}
.feature-item:hover {
    background-color: #EEEEFE;
    box-shadow: 0px 15px 15px 0px #edeaea;
    transform: translateY(-10px);
}
.feature-item h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700;
}

/* Service */
.service-sub {
    background-position: right top;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-sub::before {
    background: #00305b;
    content: "";
    height: 119%;
    right: 20%;
    position: absolute;
    top: 0;
    width: 161px;
    z-index: 1;
    transform: rotate(19.31deg);
    transform-origin: 174px -78px;
    -webkit-transform: rotate(19.31deg);
    -webkit-transform-origin: 174px -78px;
}
.service-item {
    background: #00305b none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.85);
    padding: 25px 0 25px 30px;
    width: 55%;
    position: relative;
    z-index: 9;
}
.service-item h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 45px;
    position: relative;
    padding-right: 10px;
    color: #fff;
}
.service-item p {
  	margin-bottom: 50px;
}
.service-item h3::after {
    background: #feb20d none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px;
}

/* Process */
.process-item {
    border: solid 1px #002e5b;
    padding: 15px;
    transition: 0.5s;
}
.process-item:hover,
.process-item:hover h3,
.process-item:hover h4 {
	cursor: pointer;
	color:#fff;
    transition: 0.5s;
}
.process-item:hover h4 {
	background:#000;
}
.process-item h4 {
    color: #feb20d;
    font-size: 28px;
    font-weight: bold;
    background: rgba(0, 123, 255, 0.04);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.process-item h3 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #0c1f38;
}

/* Choose */
.choose {
    background: #feb20d;
    overflow: hidden;
    position: relative;
}
.choose::before {
    background: #002e5b;
    content: "";
    height: 100%;
    left: -11%;
    position: absolute;
    top: 0;
    width: 50%;
}
.choose-left {
    color: #ffffff;
    position: relative;
    height: 710px;
}
.title-choose {
    width: 80%;
    position: relative;
    z-index: 2;
}
.title-choose h3 {
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 33px;
}         
.title-choose h3::before {
    background: #ffffff none repeat scroll 0 0!important; 
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px;
}
.choose-left:before {
    background: #002e5b none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.choose-left::after {
    background: rgb(0, 46, 91);
    content: "";
    height: 120%;
    left: 72%;
    position: absolute;
    top: -61px;
    width: 260px;
    z-index: -1;
    transform: rotate(19.31deg);
    transform-origin: 174px -78px;
    -webkit-transform: rotate(17.31deg);
    -webkit-transform-origin: 174px -78px;
}
.choose-item .sppb-icon-container i {
    color: #feb20d;
    font-size: 40px;
    left: 0;
    padding-top: 16px;
}
.choose-item {
    margin-bottom: 30px;
}
.choose-item {
    padding-top: 20px;
    position: relative;
    width: 60%;
    z-index: 9;
}

/* Team */
.team-item {
    position: relative;
    width: 100% !important;
    overflow: hidden
}
.team .title h3 {
    padding-bottom: 0;
}
.team-item .overlay-box strong {
   display:none!important;
}
.team-item .overlay-box {
   position:absolute;
   width:100%;
   left:0px;
   bottom:0px;
   padding:13px 30px;
}
 .team-item .overlay-box .user-info {
   position:relative;
}
.team-item .overlay-box .user-info .text {
   position:relative;
   color:#fff;
   font-size:14px;
}
.team-item .overlay-box .user-info h4 {
   color:#fff;
   font-size:16px;
   font-weight:700;
   text-transform:uppercase;
   margin:0;
}
.team-item .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    border-bottom: 104px solid #c7ad8d;
    border-right: 351px solid transparent!important;
}
.team-item .overlay-box:after {
   position:absolute;
   content:'';
   right:-100%;
   bottom:0px;
    border-bottom: 88px solid #0c1f38;
   border-left:240px solid transparent;
   transition:all 0.5s ease;
   -webkit-transition:all 0.5s ease;
   -ms-transition:all 0.5s ease;
   -o-transition:all 0.5s ease;
}
.team-item .overlay-box .social-icon-two {
   position:absolute;
   right:30px;
   bottom:2px;
   z-index:99;
   opacity:0;
   transition:all 1s ease;
   -webkit-transition:all 1s ease;
   -ms-transition:all 1s ease;
   -o-transition:all 1s ease;
}
.team-item:hover .overlay-box:after {
   right:0px;
}
.team-item:hover .social-icon-two {
   opacity:1;
}
.social-icon-two{
	position:relative;
}
.social-icon-two li{
	position:relative;
	margin-left:12px;
	display:inline-block;
}
.social-icon-two li a{
	color:#ffffff;
	font-size:14px;
}

/* Team2 */
.team-item2 {
    position: relative;
    width: 100% !important;
    overflow: hidden
}
.team2 .title h3 {
    padding-bottom: 0;
}
.team-item2 .overlay-box2 strong {
   display:none!important;
}
.team-item2 .overlay-box2 {
   position:absolute;
   width:100%;
   left:0px;
   bottom:0px;
   padding:13px 30px;
}
.team-item2 .overlay-box2 .user-info2 {
   position: relative;
   width: 45%!important;
}
.team-item2 .overlay-box2 .user-info2 .text{
   position:relative;
   color:#fff;
   font-size:14px;
   font-family: 'Courgette', cursive;
}
.team-item2 .overlay-box2 .user-info2 h4 {
   color:#fff;
   font-size:16px;
   font-weight:700;
   text-transform:uppercase;
   margin:0;
}
.team-item2 .overlay-box2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    border-bottom: 104px solid #c7ad8d;
    border-right: 351px solid transparent!important;
}
.team-item2 .overlay-box2:after {
   position:absolute;
   content:'';
   right:-100%;
   bottom:0px;
    border-bottom: 88px solid #0c1f38;
   border-left:240px solid transparent;
   transition:all 0.5s ease;
   -webkit-transition:all 0.5s ease;
   -ms-transition:all 0.5s ease;
   -o-transition:all 0.5s ease;
}
.team-item2 .overlay-box2 .social-icon-two {
   position:absolute;
   right:30px;
   bottom:2px;
   z-index:99;
   opacity:0;
   transition:all 1s ease;
   -webkit-transition:all 1s ease;
   -ms-transition:all 1s ease;
   -o-transition:all 1s ease;
}
.team-item2:hover .overlay-box2:after {
   right:0px;
}
.team-item2:hover .social-icon-two {
   opacity:1;
}

/* Team 3 */
.team-item3 {
    position: relative;
    width: 100% !important;
    overflow: hidden
}
.team-item3 .overlay-box3 strong {
   display:none!important;
}
.team-item3 .overlay-box3 {
   position:absolute;
   width:100%;
   left:0px;
   bottom:0px;
   padding:13px 30px;
}
.team-item3 .overlay-box3 .user-info3 {
   position: relative;
   width: 45%!important;
}
.team-item3 .overlay-box3 .user-info3 .text{
   position:relative;
   color:#fff;
   font-size:14px;
   font-family: 'Courgette', cursive;
}
.team-item3 .overlay-box3 .user-info3 h4 {
   color:#fff;
   font-size:16px;
   font-weight:700;
   text-transform:uppercase;
   margin:0;
}
.team-item3 .overlay-box3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    border-bottom: 104px solid #c7ad8d;
    border-right: 351px solid transparent!important;
}
.team-item3 .overlay-box3:after {
   position:absolute;
   content:'';
   right:-100%;
   bottom:0px;
    border-bottom: 88px solid #0c1f38;
   border-left:240px solid transparent;
   transition:all 0.5s ease;
   -webkit-transition:all 0.5s ease;
   -ms-transition:all 0.5s ease;
   -o-transition:all 0.5s ease;
}
.team-item3 .overlay-box3 .social-icon-two {
   position:absolute;
   right:30px;
   bottom:2px;
   z-index:99;
   opacity:0;
   transition:all 1s ease;
   -webkit-transition:all 1s ease;
   -ms-transition:all 1s ease;
   -o-transition:all 1s ease;
}
.team-item3:hover .overlay-box3:after {
   right:0px;
}
.team-item3:hover .social-icon-two {
   opacity:1;
}

/* Testimonial */
.testimonial {
  	position: relative;
  	z-index: 1;
}
.testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}

/* Portfolio */
.portfolio {
    padding: 40px;
}
.portfolio p {
    color: #000;
}
.portfolio ul {
    padding-left: 0;
}
.portfolio ul li {
    list-style: none;
    border-radius: 20px;
} 
.portfolio ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #649e93;
    letter-spacing: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border: 2px solid #c8dad7;
    padding: 5px 15px;
    border-radius: 50px!important;
    background: none!important;
    margin: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: #fff!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    background: #f9decd;
}

/* We Are **/
.we-title h3 {
  font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.we-title p {
    color: #ffffffa3;
    font-size:14px;
}

/* Slution */
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
    padding-bottom: 20px;
}
.shrewd_solution_icon ul{}
.shrewd_solution_icon ul li{
    display: inline-block;
}
.shrewd_solution_icon ul li a {
    font-size: 24px;
    color: #ba4fce;
    background: #fefefe;
    height: 52px;
    width: 52px;
    line-height: 56px;
    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;
}
.shrewd_solution_icon ul li a i {}
.shrewd_solution_icon ul li a:hover,
.shrewd_solution_icon ul li:nth-child(2) a:hover,
.shrewd_solution_icon ul li:nth-child(3) a:hover,
.shrewd_solution_icon ul li:nth-child(4) a:hover,
.shrewd_solution_icon ul li:nth-child(5) a:hover,
.shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #bf0d3e; 
    color:#fff;
}
.shrewd_solution_icon ul li:nth-child(2) a{
    color: #706eff; 
    -webkit-transition: .5s; 
    transition: .5s;    
}
.shrewd_solution_icon ul li:nth-child(3) a{
    color: #cd3389;
    -webkit-transition: .5s;
    transition: .5s;    
}
.shrewd_solution_icon ul li:nth-child(4) a{
    color: #7045dd;
    -webkit-transition: .5s;
    transition: .5s;    
}
.solution_btn {
    margin: 40px 0 0;
}
.solution_btn .btns a {
    border-radius:50px; 
}
.solution_btn .btns a:hover{
    background:#bf0d3e;
    color:#fff; 
}
#solution .sppb-btn-custom {
    font-size: 18px;
    padding: 11px 42px;
    font-weight: 700;
    color: #fff;
    background-color: #0d2f5d;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 55px;
    box-shadow: 0px 10px 40px 0px rgba(148,146,245,0.2);
}

/* Contact */
.contact-us ul {
  	padding-left: 0;
}
.contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.contact-us ul li strong {
  	display: none;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-rows .jmm-row.row-0 .jmm-text,
.jmm-rows .jmm-row.row-2 .jmm-text {
    width: 50%;
    float: right;
  	padding-left: 20px;
}
.jmm-rows .jmm-row.row-0 .jmm-image.mod-article-image,
.jmm-rows .jmm-row.row-2 .jmm-image.mod-article-image {
    width: 50%;
    float: left;
}
.jmm-rows .jmm-row.row-1 .jmm-text {
    width: 50%;
    float: left;
  	padding-right: 20px;
}
.jmm-rows .jmm-row.row-1 .jmm-image.mod-article-image {
    width: 50%;
    float: right;
}
a.jmm-title.mod-articles-category-title {
    font-size: 19px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 20px;
}
#sp-bottom {
    padding: 60px 0 30px;
}
#sp-bottom h3.sp-module-title {
    position:relative;
    line-height:50px
}
#sp-bottom h3.sp-module-title::after {
    width: 0;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: 60px;
    height: 3px;
    background-color: #ffbc13;
}
#sp-bottom3 strong {
	display:none!important;
}
#sp-bottom3 .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 10px;
    z-index: 1;
}
#sp-bottom3 .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #eaeaea;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
#sp-bottom3 .socials {
    padding-top:30px;
}
#sp-bottom3 .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #0f2644;
    background-color: #07172b;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
#sp-bottom3 a:hover {
  	color:#fff!important;
}

#sp-bottom3 .socials a:hover:before {
    background-color: #ffbc13;
    border-color: #ffbc13;
}
#sp-bottom3 ul li {
    padding: 0;
    border: 0;
    margin-bottom: 5px;
    display: block;
}
#sp-bottom3 ul .hl {
    font-weight: bold;
    width: 20%;
    float: left;
}
#sp-bottom3 ul .text {
    width: 80%;
    float: left;
}
#sp-bottom3 .sp-bottom-info {
    z-index: 1;
    margin-top: 30px;
    color: #b7b7b7;
}
#sp-bottom3 .socials em {
  	font-family: 'Font Awesome 5 Brands';
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
        background: #000;
	}
  	.service .sppb-col-md-6 {
    	margin-bottom: 30px;
	}
  	.choose-left:before, .choose-left:after {
    	display: none;
  	}
  	.jmm-rows .jmm-row.row-0 .jmm-image.mod-article-image, .jmm-rows .jmm-row.row-2 .jmm-image.mod-article-image,
  	.jmm-rows .jmm-row.row-1 .jmm-image.mod-article-image, .jmm-rows .jmm-row.row-1 .jmm-text,
  	.jmm-rows .jmm-row.row-0 .jmm-text, .jmm-rows .jmm-row.row-2 .jmm-text {
  	  	width: 100%;
    	padding: 0 !important;;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	width: 100%;
	}
  	.choose-item {
    	width: 100%;
	}
  	.choose-right {
    	padding: 0px !important;
	}
  	.choose-right {
    	padding: 0px !important;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .btn, .slider-btn a, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, 
.slider-btn a, .team-item .sppb-img-container:after, .sppb-btn-custom, .process-item:hover, #sp-bottom h3.sp-module-title::after {
 	background-color: var(--background-color) !important;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#portfolio .sppb-section-title .sppb-title-heading, .slider-color, .process-item h4, .choose-item .sppb-icon-container i, .service-item a:hover, #sp-footer a, .title h3 span, #sp-bottom a {
  	color: var(--text-color) !important; 
}
.process-item:hover, .slider-btn a {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}