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

/*** Header Area ***/
/* Header Menu */
#sp-header {
    height: auto;
  	padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#sp-header.header-sticky {
  	padding: 0px 0;
}
body:not(.home) #sp-header {
    position: relative;
}
body:not(.home) #sp-header.header-sticky,
#sp-header.header-sticky {
    position: fixed;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
}
.sp-megamenu-parent li > a.menu-btn {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 18px 40px 18px!important;
    text-transform: capitalize;
    border-radius: 40px;
    transition: all 500ms ease;
    box-shadow: none;
    z-index: 1;
    box-shadow: none!important;
    background: #1fc6c7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    display: initial;
}

/* 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;
}

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
    line-height: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 0px;
    padding: 17px 34px 17px 34px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #b8b890;
    border-radius: 30px 30px 30px 30px;
}
.btn:hover,
.slider-btn a:hover {
    color: #ffffff;
    background-color: #010101!important;
}

/* Title */
.title {
    position: relative;
    padding-bottom: 42px;
}
.title h2 {
    color: #1a1e32;
    font-size: 40px;
    font-weight: 600;
}

/*** Slider ***/
.slider .title,
.slider .clearfix:nth-child(2) {
    max-width: 1140px;
    margin: 0 auto;
}
.slider .title h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
}
.slider-social {
    width: 100px;
    position: absolute;
    right: 20px;
    top: 10%;
}
.slider-social ul li {
    margin: 20px 0;
    list-style: none;
}
.slider-social ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
}
.slider-social ul li a em {
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slider-social ul li:nth-child(1) a {
    background-color: #3b5998;
}
.slider-social ul li:nth-child(2) a {
    background-color: #1da1f2;
}
.slider-social ul li:nth-child(3) a {
    background-color: #bd081c;
}
.slider-social ul li:nth-child(4) a {
    background-color: #0077b5;
}
.slider .sppb-column-addons {
    text-align: right;
}
.slider .clearfix:last-child {
    display: inline-block;
}
.slider-call .sppb-icon-container {
    height: 100px;
    width: 100px;
    line-height: 113px;
    position: relative;
    border-radius: 50%;
    background: #fff;
}
.slider-call .sppb-media {
    padding: 25px;
    margin-right: 50px;
}
.slider-call .sppb-icon-container:after {
    content: "";
    z-index: -1;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #4ac4f3 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}

/*** About ***/
.about-img.left {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: -1;
}
.about-img img {
    border-radius: 8px;
}
.about-title .sppb-media-body {
    padding-left: 10px;
}

/* Video */
.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: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-right: 20px;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    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: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 44%;
    left: 39%;
    width: 70px;
    height: 70px;
    margin-top: -34.5px;
    margin-left: -35.5px;
    border-radius: 50%;
    z-index: 10;
    border: 5px solid rgb(255 255 255 / 57%);
}
.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,
#video-popup-closes {
    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,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
.btn-no-bg,
.btn-no-bg:hover {
    background: none;
    border: 0;
}
.about-column-right .clearfix:nth-child(3) {
    width: 40%;
    float: left;
}
.about-column-right .clearfix:nth-child(4) {
    width: 60%;
    float: left;
}

/* Area */
.area-column {
    padding: 30px;
    background: #fff;
}
.area-img img {
    border-radius: 8px;
}
.area-img .sppb-addon-text {
    height: 80px;
    position: relative;
    line-height: 67px;
    width: 80px!important;
    border: 10px solid rgba(255, 255, 255, 0.60);
    margin: 0 auto!important;
    border-radius: 50%;
    top: -40px;
}
.area-img a {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    background: #1fc6c7;
}
.area-img em {
    font-size: 0;
}
.area-img em:before {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}
.area-column .area-img .sppb-img-container {
  	position: relative;
}
.area-column:hover .area-img .sppb-img-container:before {
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}
.area-img .sppb-img-container:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.7;
    content: "";
    width: 290px;
    height: 210px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    border-radius: 8px;
    transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
}
.area-column .area-img a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.area-column:hover .area-img a {
    transform: rotate(360deg)!important;
    background: #ff662a;
}

/* Service */
.service-column {
    position: relative;
}
.service-column:before {
    position: absolute;
    top: 0;
    right: -30px;
    background: url(../images/star.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 41px;
    content: "";
    top: 73px;
}
.service-icon {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border: 10px solid #f5f5f5!important;
    border-radius: 50%;
}
.service-icon .sppb-addon-content {
    line-height: 156px;
}
.service-icon h5 {
    position: absolute;
    top: 0px;
    right: 30px;
    line-height: 55px!important;
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 50%;
    background: #00b0bf;
    transition: all 0.5s ease-in-out 0s;
}
.service-icon:hover h5 {
    background: #ff662a;
    border-color: #f4591d;
    color: #ffffff;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(360deg);
}
.service-icon .sppb-addon-content i {
    line-height: 180px!important;
    transition: all 0.5s ease-in-out 0s;
}
.service-icon:hover .sppb-addon-content i {
    color: #1a1e32 !important;
}

/* Feature */
.feature .lt-title h2 {
    color: #fff;
}
.feature .clearfix:nth-child(n+2) {
    width: 20%;
    padding: 10px;
    float: left;
}
.feature-item {
    background: #fff;
    padding: 40px 10px 10px;
    border-radius: 10px;
}
.feature .clearfix:last-child {
    width: 100%;
}
.feature-item .sppb-icon-container i {
	color: #00b0bf;
}
.feature-item:hover .sppb-icon-container i, 
.feature-item:hover .sppb-media-content h5 {
    color: #fff !important;
}


/* 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%);
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    opacity: 0.75;
}
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    padding: 7px 15px;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #c8dad7;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    background: #f9decd;
}

/* Contact */
.contact {
    z-index: 999!important;
}
.contact-item .sppb-icon-container {
    height: 61px;
    width: 61px;
    line-height: 61px;
    border-radius: 50%;
}
.contact-item .sppb-media {
    overflow: inherit;
}
.contact-item .sppb-icon {
    position: relative;
    margin-top: -29px;
}
.contact .video h3 {
    height: 100px;
}
.contact .video a:before {
    width: 100px;
    height: 100px;
}
.contact .video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: 5.5px;
    margin-left: 8px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
.contact .video a {
    top: 0;
}
.contact .video h5 {
    color: #ffffff;
    font-family: "Covered By Your Grace", Sans-serif;
    font-size: 24px;
    line-height: 1.8em;
    margin: 25px 0;
}
.contact .video h2 {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.contact .sppb-col-md-8,
.contact .sppb-col-md-4 {
    -webkit-box-shadow: 0px 4px 7px 0px #eeeeee;
    box-shadow: 0px 4px 7px 0px #eeeeee;
}

/* Testimonial */
.testimonial-content {
    position: relative;
}
.testimonial-content:after,
.testimonial-content:before {
    position: absolute;
    width: 120px;
    height: 120px;
    font-family: FontAwesome;
    content: "\f10d";
    color: rgba(110,193,228,0.2);
    font-size: 120px;
    top: 27%;
}
.testimonial-content:after {
    content: "\f10e";
    right: 0;
    bottom: 0;
    top: inherit;
}
.testimonial-content .sppb-img-responsive {
    width: 110px;
    border: 2px solid #6ec1e4;
}
.testimonial-content .sppb-addon-content {
    max-width: 800px;
    margin: 0 auto;
}
.testimonial-content h4 {
    color: #1a1e32;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4em;
}
.testimonial-content ul {
    padding-left: 0;
}
.testimonial-content ul li {
    list-style: none;
    display: inline-block;
}
.testimonial-content ul li em {
    font-size: 0;
}
.testimonial-content ul li em:before {
    font-size: 15px;
}
.testimonial-content h5 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #1fc6c7;
    margin-top: 25px;
}
.testimonial-content h5 strong {
    color: #91939d;
    font-size: 16px;
}

/* Carousel */
.carousel-image img {
    border: 1px solid #00b0bf;
}
.carousel-image p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
	color: #fff !important;
}
.carousel-image h3 {
    font-size: 17px;
    margin: 13px 0;
	color: #fff;
}
.carousel-image h5 {
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
	color: #fff;
    padding-bottom: 25px;
}

/* Project */
.sppb-panel-modern {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    border: 0;
}
.sppb-panel-title {
    font-size: 16px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    padding: 20px 30px 20px 15px;
    background: #00b0bf;
    border-radius: 10px;
    color: #fff;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}

/* Counter */
.counter-item h4 {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}
.counter-item span {
    font-size: 40px;;
    font-weight: 500;
    color: #000;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* Bottom Area */
#sp-bottom1 ul li em {
	width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100px;
    background-color: #00b0bf;
    padding: 14px;
    color: #fff;
    margin-right: 10px;
    font-size: 17px;
}
#sp-bottom1 ul li strong {
	display: none;
}
#sp-bottom2 ul {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px 25px !important;
    list-style: none;
    max-width: 225px;
}
#sp-bottom2 ul li,
#sp-bottom3 ul li {
    list-style: none;
    line-height: 35px;
}
#sp-bottom3 .sp-module ul > li {
	margin-bottom: 5px;
}

/* Footer Copyright */
#sp-footer .container-inner {
    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) {
    .contact-content .sppb-addon-title {
        font-size: 12px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
  	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
    	background: #fff;
      	padding: 0;
	}
  	#contact {
    	background-size: cover !important;
	}
  	.feature .clearfix:nth-child(n+2) {
    	width: 100%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.slider .title h1 {
    	font-size: 50px;
	}
  	.slider-call .sppb-media-body {
    	width: 100% !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;
}
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.jmm-image.mod-article-image:before, .jmm-image.mod-article-image:after,  .btn, .slider-btn a, .btn-primary:hover, .video a:before,
.area-img .sppb-img-container:before, .feature-item: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,
.offcanvas-menu .offcanvas-inner ul.menu >li.active a, .slider-call .sppb-icon-container i, .title h5,
.service-icon .sppb-addon-content i {
  	color: var(--text-color) !important;
}
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, .btn-primary:hover {
  	border-color:var(--text-color)!important;
}