/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #000;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    background: transparent;
    position: relative;
    z-index: 9999;
    color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}
body:not(.home) #sp-top-bar {
  	background: #000;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: transparent;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header > .container {
    background-color: rgba(20, 31, 34, 0.7);
    padding-left: 10px;
    padding-right: 20px;
}
#sp-header.header-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    background: rgb(22, 33, 36);
}
body:not(.home) #sp-header {
    background: rgb(22, 33, 36);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.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: uppercase;
    position: relative;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    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: rgb(22, 33, 36);
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Title */
.title {
	margin-bottom: 45px;
}
.title.center {
	text-align: center;
}
.title h4 {
    position: relative;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline;
    font-size: 18px;
}
.title h4:before,
.title h4:after {
    content: "";
    width: 2px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
.title h4:after {
    margin-right: 0;
    margin-left: 8px;
}
.title h3 {
    position: relative;
    display: block;
    margin: 7px 0 0;
    color: #1c1c24;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
    z-index: 1;
}
.title p {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 22px;
}

/* Button */
.sppb-btn-custom {
    padding: 15px 30px;
    border-radius: 0px!important;
    border: none;
}

/* Slider */
#slider {
    margin-top: -120px !important;
}
#slider a.slider-btn-2 {
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}
#slider a.slider-btn-1 {
    color:#000;
    padding: 11px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
}
#slider a.slider-btn-1:hover {
     color:#fff;
     background: #222 !important;
}
.slider-content h4 {
    font-size: 40px;
    color: #ffb923;
    line-height: 60px;
    display: block;
    margin-bottom: 8px;
}
.slider-content h1 {
    font-size: 90px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.slider-content p {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
}
#slider strong {
    display: none!important;
}
.slider-text span {
    color: #083061;
    font-weight: 400;
}
.slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.slider .tp-button {
    position: relative;
    letter-spacing: 3px;
    text-shadow: none!important;
    color: #083061!important;
}
.slider .tp-button:hover {
	  color: #fff!important;
}
.slider .tp-button i {
	  margin-left: 10px;
}

/* Feature */
.service-item h3 a:hover {
  color:#000!important;
}
#feature .sppb-col-md-6 {
    padding-left: 0px!important;
    padding-right: 0px;
}
#feature .sppb-col-md-3 {
    padding: 0px!important;
}
#feature .sppb-row-container {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.06);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    position: relative;
    top: -60px;
    background: #fff;
}
.feature-item .count {
    color: #444;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 40px;
}
.feature-item span {
    color: #1c1c24;
	font-weight: 600;
	font-size: 33px;
}
.feature-sub-left h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.feature-sub-left h3 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
.feature-sub-left .sppb-addon-content {
    color: #fff;
    padding-top: 20px;
}
.feature-item {
    padding: 51px 25px 47px 25px;
}
#feature .item1 {
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
#feature .item2 {
    border-right: 1px solid #f3f3f3;
}
#feature .item3 {
    border-bottom: 1px solid #f3f3f3;
}
.feature-item h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}
.feature-item .sppb-icon i {
    font-size: 50px;
    padding-top: 15px;
}
.feature-item .sppb-addon-text {
    font-size: 12px;
}

/* Service */
.service-item {
    padding-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-item:hover {
    border-color: #083061;
    cursor: pointer;
}
.service-item h5,
.service-item .sppb-icon i,
.service-item p {
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-item h5 {
	text-transform: capitalize;
	font-weight: 300;
}
.service-item:hover h5,
.service-item:hover .sppb-icon i {
	color: #fff!important;
}
.service-item:hover .sppb-addon-text {
    color: #8ca4c2;
}
.service-item:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 70px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(0,0,0,.05); 
    margin-left: -30px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item:after {
    top: 250px;
}
.service-item:hover:after {
    left: 150px;
}
.service-sub .sppb-addon-single-image-container {
    position: relative;
    overflow: hidden;
}
.service-sub .sppb-addon-single-image-container img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service-sub:hover .sppb-addon-single-image-container img {
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2)
}

/* About */
#about .sppb-col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.about-sub-left {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 400px;
    padding-right: 100px;
}
.about-sub-right {
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 100px;
    padding-right: 400px;
}
.about-sub-left h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.about-sub-left p {
    color: #ffffff;
}
.about-item-sub {
    padding-left: 400px;
}
#about .sppb-btn-custom {
    color:#000;
}
#about .sppb-btn-custom:hover {
    background-color: #000!important;
    color:#fff!important;
}

/* Partner */
#partner .sppb-btn-custom:hover {
    background-color: #000!important;
    color:#fff;
}

/* Team */
.team-item {
    cursor: pointer;
}
.team-item .ts-team-info {
    border: 1px solid #f0f0f0;
}
.ts-team-info .team-name {
    color: #1c1c24;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.ts-team .ts-team-info .team-name {
    margin-top: 30px;
    line-height: 16px;
    margin-bottom: 5px;
}
.ts-team-info .team-social ul li {
    list-style: none;  
}
.ts-team-info .team-social ul {
    padding: 0;
    margin: 0;
}
.team-item img {
    width: 100%;
}
.ts-team-info .team-social li em strong {
  display: none!important;
}
.team-2 .ts-team .ts-team-info .team-social li {
    margin-bottom: 10px;
    line-height: 5px;
}
.ts-team-info .team-social li.social-facebook em {
    background: #3b5998;
}
.ts-team-info .team-social li.social-google em {
    background: #db4c3f;
}
.ts-team-info .team-social li.social-twitter em {
    background: #1da1f2;
}
.ts-team-info .team-social li em {
    display: block;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    margin: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.ts-team-info .team-social li.social-linkedin em {
    background: #1178b3;
}
.ts-team-info .team-social {
    position: absolute;
    right: 15px;
    top: 50px;
    padding: 5px 2px;
    background: #fff;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.team-item:hover .team-social{
    opacity:1;
    z-index: 2;
    visibility:visible;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)};
}
.team-item {
    position: relative;
}
.team-item .sppb-img-container img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    content: "";
    background-color:#333;
    top:0;
    right: 0;
    left: 0;
    margin: auto;
}
.team-item .sppb-img-container {
    position:relative;
}
.team-item .sppb-img-container:after {
    background-color: rgba(246, 142, 19, 0.67);
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.team-item:hover .sppb-img-container:after {
    opacity:1;
    visibility:visible
}
.team-item .sppb-img-container img:after {
    background-color: rgba(252,191,27,.7);
}

/* Request */
#request h4 {
  color: #ffffff !important;
}
#request .sppb-panel-title {
    font-size: 18px;
}
.request-sub {
  position: relative;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: -60px 0 -60px 15px;
    padding: 50px 70px 30px 60px;
}
#request .sppb-column-overlay {
  bottom: -130px;
}
.request .contact-form-wrap {
    display: block;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 0!important;
}
.request .contact-form-title h4 {
    text-align: center;
    padding: 15px 5px;
    font-weight: 300;
}
.request .contact-form-title .sppb-addon-content {
    padding: 0 35px;
    margin-top: 30px;
}
.request .et-contact-form {
    padding: 0 20px;
}
.request .creativecontactform_wrapper,
.request .creativecontactform_wrapper:hover {
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
}
.request .creativecontactform_header {
    display: none!important;
}
.request form .creativecontactform_input_element, 
.request form .creativecontactform_input_element.closed:hover {
    box-shadow: none!important;
    background: none!important;
    border: 0!important;
    text-align: center;
    color: #bebbbb!important;
    border-bottom: 1px solid!important;
    box-shadow: none!important;
}
.request form .creativecontactform_error .creativecontactform_input_element, 
.request form .creativecontactform_error .creativecontactform_input_element:hover {
    box-shadow: none!important;
}
.request .creativecontactform_submit_wrapper,
.request .creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.request .creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
    width: 100%;
}
.et-request .creativecontactform_field_box {
    width:100%;
    float: left;
    margin-right: 2%; 
}
.request .powered_by.powered_by_1 {
    opacity: 0!important;
}
.request .creativecontactform_send:hover,
.request .creativecontactform_wrapper input.creativecontactform_send,
.request .creativecontactform_wrapper input.creativecontactform_send:hover {
    border: 0!important;
    float: right;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 20px;
}
.request .creative_label_txt_wrapper {
    font-size: 16px;
    color: #fff;
}
.request .creativecontactform_wrapper .ccf_select_icon {
    top: 14px;
}
.request form .creativecontactform_input_element {
    height: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}
.request .creativecontactform_input_element input {
    height: 30px!important;
}
.request .creative_textarea_dummy_wrapper {
    padding: 10px!important;
}
.request .creativecontactform_footer {
    padding-bottom: 0!important;
}
.request .creativecontactform_wrapper input.creativecontactform_send {
    width: 40%!important;
    padding: 15px 0!important;
    font-size: 14px;
    border: 0!important;
    box-shadow: none!important;
    color: #000!important;
    font-weight: 500;
    text-shadow: none;
}
.request .creativecontactform_wrapper input.creativecontactform_send:hover {
      color: #fff!important;

}
.request .creativecontactform_wrapper input.creativecontactform_send, 
.request .creativecontactform_wrapper input.creativecontactform_send:hover {
    background: blue;
}

/* partner */
.partner h3 {
    font-size: 30px;
    line-height: 30px;
}

/* Working */
.working-item .sppb-img-container {
    background: #f0f0f0;
    width: 200px;
    height: 200px;
    line-height: 185px;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 10px; 
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.working-item  h3.sppb-addon-title {
    position: absolute;
    right: 106px;
    top: -17px;
    z-index: 9999;
    background: #ffb923;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
}
.working-item p {
    font-size: 18px;
    color: #2f2c2c;
    margin-top: 25px;
    font-weight: 700;
}
.working-item .working-arrow {
    position: absolute;
    content: "";
    top: 35%;
    right: -39px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Testimonial */
.sppb-carousel-inner>.sppb-item {
    padding: 0 60px 60px;
}
#testimonial h3 {
    color: #ffffff;
}
h4.testimonial-job {
    font-size: 18px;
    font-weight: 400;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
}
.testimonial-item img {
    margin: 0 auto;
    border-radius: 50%;
    width: 90px;
}
.testimonial-item p {
    line-height: 30px;
}
.testimonial-item strong {
  	display: none;
}
.testimonial-item em {
  	color: #fde428;
  	padding: 0 6px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin-bottom: 0;
}
.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-text {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 12%);
    padding: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title:before {
    content: "";
    width: 5px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  .about-sub-left, .about-sub-right {
    	padding: 80px 20px;
  }
}

/* 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;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
  	#slider {
    	margin-top: -150px !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
  	.slider-content h1 {
    	font-size: 50px;
	}
}

/* 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, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, a.hikabtn.hikacart, 
.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, 
.feature-sub-left, #partner .sppb-btn-custom, .working-item .sppb-img-container:hover, .working-item h3.sppb-addon-title,
#sp-bottom .sp-module .sp-module-title:before, #about .sppb-btn-custom {
 	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,
#sp-footer a, #sp-bottom a, .feature-item .sppb-icon i, .title h4 {
  	color: var(--text-color) !important; 
}
.right-btn {
  	border-color: var(--text-color) !important;
}
