/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 30px;
    height: inherit;
    box-shadow: none;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header > .container {
  	background: #fff;
}
#sp-header.header-sticky {
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
}
body:not(.home) #sp-header {
    top: 0;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    border-top: 1px solid rgba(255,255,255,.075);
}
.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;
}
.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: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.button {
    font-size: 15px;
    padding: 12px 33px;
    background: #fff;
    margin-right: 20px;
    font-weight: 600;
    color: #fff !important;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #171F32 !important;
}
.button.white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.btn, .btn:hover {
    background-color: transparent;
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}
.login .btn-primary {
    padding:  13px;
}

/* Slider */
.slider {
    margin-top: -80px !important;
}
.slider-colum {
  	border-radius: 5px;
}
.slider-title-colum {
    border-radius: 5px;
} 

/* Button */
.icon-link a:hover {
    color: #fff !important;
}
.btn.color {
    font-size: 12px;
}

/* Title */
.title h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
}
.title-icon {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.title-icon:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: -1;
    top: 12px;
    left: 0;
}
.title-icon i {
  	padding: 0 10px;
}

/* Dirived */
.dirived {
    margin: 0 auto;
}

/* Services */
.about-img svg {
    fill: #ff8700;
    width: 50px;
}
.about-colum {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 20px 5px;
    border: 3px solid rgba(140, 153, 170, 0.47058823529411764);
    border-radius: 5px;
}
.about-colum:hover {
    background-color: #152F3E;
    cursor: pointer;
}

/* International */
.international-img .sppb-addon-wrapper:first-child {
    width: 100%;
}
.international-img .sppb-addon-wrapper {
    width: 33.33%;
    float: left;
}
.international-top .button {
    padding: 22px 50px;
    background: #fff !important;
    margin-right: 0px;
    color: #2D1D54 !important;
    border-radius: 5px;
    box-shadow: 0px -4px 31px 3px rgb(0 0 0 / 21%);
}
.international-gn img {
    border-radius: 5px;
}

/* Testimonial */
.testimonial:before {
   content: '';
   position: absolute;
   display: inline-block;
   left: 0;
   top: 0;
   background: #2F4858;
   height: 40%;
   width: 100%; 
}
.testimonial-colum .sppb-column-addons {
    background: #fff;
    box-shadow: 0px -4px 31px 3px rgb(0 0 0 / 21%);
    padding: 50px 30px;
    border-radius: 5px;
}
.testimonial-colum img {
    border-radius: 50%;
    width: 60px;
}
.button-touch {
    position: relative;
    width: 100%;
    border: 2px solid #231834;
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    color: #231834;
    font-weight: 600;
    margin-top: 30px;
}
.button-touch:hover {
    background: #231834;
    color: #fff !important;
}
.button-touch:before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    left: 20px;
    top: 10px;
    position: absolute;
    font-size: 25px;
}

/* Counter */
.counter-colum .clearfix {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.counter-colum .clearfix:hover {
    transform: translateY(-8px);
    cursor: pointer;
    background-color: #1158EC;
}
.counter-item .count, .counter-item #shiva {
    font-weight: 600;
    font-size: 47px;
    color: #2d1d54;
}
.counter-item h4 {
    color: rgba(45,29,84,0.64);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}

/* Event */
.event-colum .clearfix:hover:first-child {
    background: transparent !important;
}
.event-item img {
    border-radius: 5px;
}
.event-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.event-item .sppb-media-content {
    padding-left: 25px;
    position: relative;
}
.event-item .sppb-media-content:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 5px;
    top: -2px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

/* Services */
.services-item {
    box-shadow: 1px 5px 22px 0px rgb(207 213 227 / 56%);
    border-radius: 5px;
}
.services-item p {
    margin-bottom: 30px;
    padding: 0 20px;
}
.services-item img {
    border-radius: 5px 5px 0px 0px;
}
.services-item h3 {
    padding-top: 20px;
}
.services-item .services-bottom {
    padding: 0;
    overflow: hidden;
    border-top: 1px solid rgba(108, 131, 162, 0.37);
}
.services-item .services-bottom h4 {
    font-size: 13px;
    font-weight: 600;
    width: 50%;
    float: left;
    margin: 0;
    padding: 15px 10px;
}
.services-item .services-bottom a {
    width: 50%;
    float: left;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    border-radius: 0px 0px 5px 0px;
}
.services-item .services-bottom a:hover {
    background: #FF6C00 !important;
}
.about-list {
    padding: 12px 0;
    border-bottom: 1px solid #d3d3d3;
}
.about.list .sppb-col-md-3 {
    border-right: 1px solid #d3d3d3;
}
.about.list .sppb-col-md-3:last-child {
    border-right: none;
}
.services-img img {
    border-radius: 5px;
}
.services-img-colum .clearfix {
    width: 31%;
    float: left;
    margin: 30px 1%;
}

/* Files */
.files .faq-item {
    border-bottom: 1px solid #000000;
}

/* Pricing */
.pricing-colum, .working-colum {
    padding: 30px;
    margin-top: -20px;
}
.pricing-colum.center, .working-colum {
    box-shadow: 0px -4px 31px 3px rgb(0 0 0 / 21%);
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 6px solid;
}
.pricing-colum-title h3 {
    border-bottom: 1px solid rgba(45,29,84,0.13);
    padding: 20px 0;
}
.pricing-colum .button-touch {
    margin: 20px 0;
    text-align: center;
}
.pricing-colum .button-touch:before {
    content: '\f0da';
}

/* Faq */
.faq-item {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

/* Working */
.working-item {
    border-bottom: 1px solid rgba(45,29,84,0.13);
    padding: 10px 0;
}

/* Skill */
.skill {
    position: relative;
}
.skill:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.33) 0%, rgba(246,131,56,0.67) 100%);
    z-index: -1;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.bar .sppb-row-container {
    margin-top: -250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 50px 20px;
}
.skill-left #skill li p {
    color: #000 !important;
}
#skill { 
    list-style: none;
    position: relative;
    padding-left: 0;
}
#skill li { 
    margin-bottom: 60px; 
    background: #eee;
    height: 5px; 
    border-radius: 0px;    
}
#skill li h3, #skill li p { 
    position: relative;
    top: -25px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 50%;
}
#skill li p { 
    text-align: right;
    font-size: 15px;
}
.bar { 
    height: 5px;  
    position:absolute;
    border-radius: 0px;   
}
.graphic-design {
    background: #0066FF;
    width: 90%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    background: #FF0437;
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    background: #7027E1;
    width: 86%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
.thread {
    background: #FED332;
    width: 70%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
@-moz-keyframes graphic-design {0%  { width:0px;} 100%{ width:100%;}  }
@-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-moz-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

@-webkit-keyframes graphic-design       { 0%  { width:0px;} 100%{ width:100%;}  }
@-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-webkit-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

/* Blog */
.blog .blog-colum .sppb-column-addons  {
    border-top: 10px solid;
    box-shadow: 0px -4px 31px 3px rgb(0 0 0 / 21%);
    border-radius: 10px !important;
    padding: 50px;
    margin-top: -150px;
    background: #fff;
}
.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%);
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
    display: inherit;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 30px;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}
/* 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 {
    text-transform: uppercase;
}
#sp-bottom #sp-bottom1 .list-contact {
    margin-top: 20px;   
}
#sp-bottom #sp-bottom1 em {
    font-size: 15px;
    padding-right: 10px;
}
#sp-bottom1 ul li strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** 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;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* 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,
.button, .services-item .services-bottom a, .event-colum .clearfix:hover, .slider-title-colum,
.login .btn-primary {
 	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,
.title h3, .about-icon i, .horse-item i, .horse-item h3 {
  	color: var(--text-color) !important; 
}
.blog .blog-colum .sppb-column-addons, .dirived, .pricing-colum.center {
  	border-color: var(--text-color) !important;
}
