/*** 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: #00002c;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #0f1746;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header.header-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    background: #0f1746;
}
body:not(.home) #sp-header {
    background: #0f1746;
    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: #0f1746;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 34px 5px 34px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    text-shadow: 1px 1px 0px RGBA(0,0,0,0.17);
    border-radius: 30px;
    background-color: #374c9f;
}
.slider-btn a:hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

/* Slider */
.slider {
    position: relative;
}
.slider-title {
    text-transform: initial !important;
}
.slider svg {
    width: calc(100% + 1.3px);
    height: 55px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    z-index: 99;
}
.slider .sppb-addon-title {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -104px;
    position: relative;
    z-index: 999;
    background: transparent;
}
.slider .elementor-shape-fill {
    fill: #fff;
}

/* Title */
.title h6 {
    font-style: italic;
}
.title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    color: #374c9f;
    margin: 0 0 32px;
    padding-bottom: 32px;
}
.title h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #374c9f;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.title.left h2:before {
    margin: 0;
}
.title.white h2 {
    color: #fff !important;
}
.title.none h2 {
    margin-bottom: 0;
    color: #000;
}
.title.none h2:before {
    content: none;
}

/* Gallery */
.speasyimagegallery-gallery-item > div {
    overflow: hidden;
    position: relative;
}
.porfolio .speasyimagegallery-gallery-item img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.porfolio .speasyimagegallery-gallery-item:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}
.speasyimagegallery-gallery-item > div:after {
    content: " ";
    position: absolute;
    bottom: 6px;
    border: 2px solid #eee;
    left: 6px;
    right: 6px;
    top: 6px;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.porfolio:hover .speasyimagegallery-gallery-item:after {
    opacity: 1;
}
.porfolio .speasyimagegallery-gallery-item-content {
    bottom: 15px;
    left: 15px;
}

/* Support **/
.support .count, .support #shiva {
    line-height: 100px;
    color: #374c9f;
    font-weight: 500;
    font-size: 85px;
}
.support .count:before {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.support h4 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.support-item i {
    display: none!important;
}

/* Testimonial */
.sppb-carousel-inner>.sppb-item {
    padding: 0 60px 20px;
}
h4.testimonial-job {
    font-size: 18px;
    font-weight: 400;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 40px;
    font-size: 18px;
    text-transform: uppercase;
}
.testimonial-item img {
    margin: 0 auto;
    border-radius: 50%;
    width: 90px;
}
.testimonial-item p {
    line-height: 30px;
    margin-top: 30px;
    position: relative;
}
.testimonial-item strong {
  	display: none;
}
.sppb-carousel-indicators .active {
    background-color: #444;
}
.testimonial-item em {
    color: rgba(84,89,95,0.05) !important;
    font-size: 120px !important;
}
.testimonial-item em.fa-quote-left {
    position: absolute;
    left: 50px;
    top: -50px;
}
.testimonial-item em.fa-quote-right {
    position: absolute;
    right: 50px;
    bottom: -50px;
}
.sppb-carousel-indicators li {
    border: 1px solid #444;
}

/* Team */
.team h1 {
    letter-spacing: -3px;
    font-weight: 600;
    font-size: 75px;
}
.team-item .sppb-img-container img {
    width: 40%;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #dee2e6!important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.team-item:hover .sppb-img-container img {
    transform: rotate(360deg);
}
.team-item .sppb-addon-text p {
    color: #bfbfbf;
    margin-bottom: 20px;
}
.team-item .team-job {
    margin-top: -10px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.team-item:hover  .sppb-media-content h5 {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.team-item .shrewd_solution_icon ul li strong {
    display: none;
}
.team-item .shrewd_solution_icon ul,
.team-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
    margin: 0;
}
.team-item .shrewd_solution_icon ul li a {
    font-size: 18px;
    height: 36px;
    width: 36px;
    line-height: 38px;
    color: #374c9f;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0;
    display: inline-block;
}
.team-item .shrewd_solution_icon ul li a:hover {
    color:#fff!important;
}

/* Testimonial */
.slider-text {
    text-align: center !important;
}
.tes-color i {
    color: rgba(84,89,95,0.05) !important;
    font-size: 120px !important;
}
.tes-img img {
    border-radius: 50%;
}
.tes-name {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #54595f !important;
}
.job-tes {
    font-size: 14px !important;
    color: #54595f !important;
}
.testimonial-column {
    box-shadow: 0px 0px 10px 0px rgb(159 159 158 / 58%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

/* Service */
.services {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(160deg, #f7deda 50%, #ffffff 50%);
}
.services:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    background-image: radial-gradient(at center center, #a0e1d9 36%, rgba(0,117,39,0.83) 100%);
    width: 100%;
    opacity: 0.05;
    left: 0;
    bottom: 0;
    display: inline-block;
}
.services .sppb-media-content {
    padding: 0px 10px 20px;
}
.services {
    position: relative;
}
.services-item .sppb-img-container {
    overflow: hidden;
    position: relative;
}
.services-item .sppb-img-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 0;
    background: #0f1746;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-item .sppb-img-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 0;
    background: #0f1746;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-item:hover .sppb-img-container:before,
.services-item:hover .sppb-img-container:after {
    width: 50%;
}
.services-item .sppb-img-container img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-item:hover .sppb-img-container img {
    transform: scaleY(1.2);
}

/* Video */
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
#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;
}

/* Counter */
.et-counter-content h3 {
    font-size: 23px !important;
    color: #374c9f;
    font-weight: 700;
}
.skill-box .skills-circle ul {
    margin-right: 20px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.skill-box .skills-circle  ul > li {
    position: relative;
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.skill-box .skills-circle  ul > li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    background-color: #374c9f14;
    display: inline-block;
    border-radius: 50%;
    border: 10px;
}
.skill-box .skills-circle ul > li > span {
    color: #7a7;
}
.skill-box .skills-circle ul > li > span.text, .skill-box .skills-circle ul li > span ~ b {
    top: 57%;
    left: 53%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-top: -8px;
    z-index: 1;
    font-size: 30px;
    font-weight: 300;
}
.skill-box .skills-circle ul > li > span.text ~ b, .skill-box .skills-circle ul li > span ~ b ~ b {
    font-weight: normal;
    margin-top: 8px;
}
.skill-box .skills-circle ul > li > span.bar-circle-right, 
.skill-box .skills-circle ul > li > span.bar-circle-left {
    border-radius: 50%;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    clip: rect(0, 75px, 150px, 0);
    background: #fff;
}
.skill-box .skills-circle ul > li > span.bar-circle-right,
.skill-box .skills-circle ul > li > span.bar-circle-left {
    background: #374c9f !important;
}
.skill-box .skills-circle ul > li > span.bar-circle-cover {
    display: block;
    width: 89%;
    height: 89%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Together */
#together {
    position: relative;
}
#together:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: -20px;
    height: 60px;
    width: 100%;
    display: inline-block;
    background-image: url('../images/345.PNG');
    background-size: cover;
    background-repeat: no-repeat;

}
#together:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-color: #010026;
    opacity: 0.5;
}
#together .et-title h6 {
    font-style: inherit;
}
.together .et-title h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2em;
    padding-bottom: 20px;
}
.together .et-title.none p {
    font-size: 25px;
    font-weight: 300;
}
.together .shrewd_solution_icon ul li strong {
    display: none;
}
.together .shrewd_solution_icon ul {
    margin-top: 30px;
}
.together .shrewd_solution_icon ul,
.together .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.together .shrewd_solution_icon ul li a {
    font-size: 15px;
    height: 45px;
    width: 45px;
    background: #000542;
    line-height: 50px;
    color: #b5b5b5;
    text-align: center;
    margin: 8px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

/* 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%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#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;
    }
}

/* 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,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn:hover, #sp-footer, .slider-btn a:hover, .support, .together .shrewd_solution_icon ul li a:hover {
 	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-bottom a, .services-item h3, .team-item .team-job, .team-item .shrewd_solution_icon ul li a:hover {
  	color: var(--text-color) !important; 
}
.right-btn {
  	border-color: var(--text-color) !important;
}
