/*** General CSS ***/
body {
   line-height: 1.9em;
	background: rgb(255,255,255);
	/*background: linear-gradient(130deg, rgba(255,255,255,1) 0%, rgba(171,199,233,0.3085434857536765) 100%); */
   background: linear-gradient(130deg, rgba(255,250,238,1) 0%, rgba(248,249,253,0.3085434857536765) 100%);
}

/*** Shadow for the sp-header logo image ***/
#sp-logo img.logo-image {
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.7));
}

/*** Header with menu items ***/
#sp-header {
  	/*background: #4484ce !important;*/
  	background: #0277bd !important;
}
/*** Reading bar at top of header with menu items ***/
.sp-reading-progress-bar {
  background-color: #f19f4d !important;
}

/*** Phone and email data bar ***/
#sp-contact-gegevens {
	/*background-color: #3971B2 !important;*/
	background-color: #016db0 !important;
	-webkit-box-shadow: 0px 6px 7px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 7px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 7px -7px rgba(0,0,0,0.75);
}

/*** Page footer followed by copyright bar ***/
#sp-footer {
	margin-top: 40px !important;
	/* Let's create a wave */
   /*
   background: transparent url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="3960px" height="100" viewBox="0 0 1000 2000" shape-rendering="auto" overflow="auto" preserveAspectRatio="none"%3E%3Cpath d="M 0 2000 0 500 Q 150 75 300 500 t 300 0 300 0 300 0 300 0 300 0  v1000 z" y="-20" fill="%234484ce" %3E%3C/path%3E%3C/svg%3E') !important;
   */
   background: transparent url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="3960px" height="100" viewBox="0 0 1000 2000" shape-rendering="auto" overflow="auto" preserveAspectRatio="none"%3E%3Cpath d="M 0 2000 0 500 Q 150 75 300 500 t 300 0 300 0 300 0 300 0 300 0  v1000 z" y="-20" fill="%230277bd" %3E%3C/path%3E%3C/svg%3E') !important;
}

#sp-copyright {
   color: #e0e0e0;
   /*background-color: #4484ce !important;*/
   background-color: #0277bd !important;
}
/** Stop die #@$@#*% border */
.article-list .article {
	border: none !important;
}

/*** Override color for social media icons ***/
#sp-menu ul.social-icons a {
	color: rgba(255, 255, 255, 0.55) !important;
}
#sp-menu ul.social-icons a:hover {
	color: #fff !important;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}
#sp-top-bar > .container {
    padding: 10px 0px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	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 > span {
    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: #4484ce;*/
    background: #0277bd;
    border-bottom: 14px solid #3971b2;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.tp-caption a.btn-slider {
     display: inline-block;
     padding:10px 50px;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
 }
 .tp-caption a.btn-slider:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #f9f9f9;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
     color: #342f31; 
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
} 
.tp-caption a.btn-slider{
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
 }
 .tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
 }
 .title h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
 }
.sppb-btn-custom {
   padding: 20px 50px;
   border-radius:0px!important;
}
.sppb-btn-custom:hover {
  background:none!important;
   color:#000;
}

/* Slider */
#slider a.slider-btn-2 {
    letter-spacing: 2px;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 30px;
    margin-left:30px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    background: transparent !important;
}
#slider a.slider-btn-1 {
    letter-spacing: 2px;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0px;
}
.slider .tp-button {
    position: relative;
    letter-spacing: 3px;
    text-shadow: none!important;
    color: #083061!important;
}
#slider a.slider-btn-1:hover {
	background:none!important;
	border:1px solid #fff;
}
.slider .tp-button:hover {
	  color: #fff!important;
}
.slider .tp-button i {
	  margin-left: 10px;
}
.slider-content h4 {
    font-size: 40px;
    color: #ffb923;
    line-height: 60px;
    display: block;
    margin-bottom: 8px;
}
.slider-content h1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.slider-content p {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
}
#slider strong {
	display:none;
}

/* Offer */
.offer-item {
    margin-bottom: 60px;
}
.offer-item .sppb-icon .sppb-icon-container {
    float: left;
}
.offer-item .sppb-icon .sppb-icon-container {
    background: #fff;
   
    border-radius: 50px;
}
.offer-item .sppb-icon .sppb-icon-container i {
    font-size: 25px;
}
.offer-item .sppb-icon .sppb-icon-container i {
        font-size: 1.5rem;
        color: #060606;
        position: relative;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        line-height: 65px;
        padding: 5px; 
        margin: 3px;  
        transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}
.offer-item .sppb-icon .sppb-icon-container i:after {
        content: "";
        width: 100%;
        height: 100%;
        line-height: 100%;
        border: solid 2px;
        transform: scale(0.8);
        position: absolute;
        top: -0.1px;
        left: -0.5px;
        border-radius: 50%;
        transition: all 0.3s ease;
}
.offer-item .sppb-icon .sppb-icon-container i:hover:after {
        transform: scale(1);
}
.offer-item .sppb-media-body {
    margin-left: 90px;
}
.dashed-line {
    position: absolute;
    height: 60%;
    width: 1px;
    left: 38px;
    z-index: -1;
    top: 0;
    border: dashed 0px #1b1b1b;
    border-right-width: 1px;
}
.offer-item h3 {
    font-size: 18px; font-weight: 700;
}
.offer-item {
    margin-bottom: 60px;
}
.offer-item .sppb-icon .sppb-icon-container {
    float: left;
}
.offer-item .sppb-icon .sppb-icon-container {
    background: #fff;
    float:left;
    border-radius: 50px;
}
.offer-item .sppb-icon .sppb-icon-container i {
    font-size: 25px;
}

/* About */
.about-content-img {
   max-width: 100%;
    position: absolute;
    left: -79px;
    top: -37px;
    z-index: -1;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}

/* Effect shapes */
.amazing .clearfix
.amazing .clearfix .shapes-box {
    width: 100%;
    height: 100%;
}
.shapes-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 900px;
    width: 100%;
}
.shapes-box span {
    position: absolute;
}
.shapes-box span b {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0px 20px 24px 0px currentColor;
    display: inline-block;
    opacity: 0.5;
}
.shapes-box span b.green {
    color: green;
    background: green;
}
.shapes-box span b.yellow {
    color: yellow;
    background: yellow;
}
.shapes-box span b.pink {
    color: pink;
    background: pink;
}
.shapes-box span b.blue {
    color: blue;
    background: blue;
}
.shapes-box span:nth-child(1) {
    left: 4.8%;
    top: 4.5%;
}
.shapes-box span:nth-child(2) {
    left: 9.6%;
    top: 27.2%;
}
.shapes-box span:nth-child(3) {
    left: 8.8%;
    bottom: 16%;
}
.shapes-box span:nth-child(4) {
    left: 25%;
    bottom: 21%;
}
.shapes-box span:nth-child(5) {
    right: 35%;
    top: 6.6%;
}
.shapes-box span:nth-child(6) {
    right: 18%;
    bottom: 30%;
}
.shapes-box span:nth-child(7) {
    right: 10%;
    top: 50%;
}
.shapes-box span:nth-child(8) {
    right: 11.8%;
    top: 33%;
}
.shapes-box span:nth-child(9) {
    right: 15%;
    top: 10%;
}
.shapes-box span:nth-child(10) {
    right: 25%;
    bottom: 33%;
}

/* amazing */
.amazing-item .sppb-icon .sppb-icon-container i {
        font-size:25px;
        position: relative;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        line-height: 65px;
        padding: 5px;
        margin: 3px;
        transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}
.amazing-item .sppb-icon .sppb-icon-container i:after {
        content: "";
        width: 100%;
        height: 100%;
        line-height: 100%;
        border: solid 2px;
        transform: scale(0.8);
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 50%;
        transition: all 0.3s ease;
}
.amazing-item .sppb-icon .sppb-icon-container :hover:after {
        transform: scale(1);
        box-shadow: 10px 0 5px rgba(0, 0, 0, 0.11), 6px 0 6px rgba(0, 0, 0, 0.16);
}

/* Skill */
.skills {
    border-radius: 50px;
    text-align: right;
    color: #000;
    position: relative;
    top: 0px;
    font-size: 10px;
    font-weight: bold;
}
#at-skill .sppb-text-center .sppb-img-responsive {
    border-radius: 5px;
}
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
   width: 100%;
   float: left;
}
.skills .skill {
   margin-bottom: 40px;
}
.skills .skill .skill-title {
   color: #fff;
   letter-spacing: 3px;
   margin-bottom: 10px;
   font-weight: 600;
   font-size: 12px;
   text-align: left;
}
.skills .skill .skill-bar {
   width: 0;
   border-radius: 5px;
   height: 6px;
   background: #dddddd;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
   width: 100%;
}
.skills .skill .skill-bar span {
   float: left;
   width: 0%;
   border-radius: 6px;
   background: #0d2f5d!important;
   height: 6px;
   position: relative;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
   float: left;
   width: 100%;
   position: relative;
   text-align: right;
   opacity: 0;
   font-size: 14px;
   color: #fff;
   font-weight: 600;
   top: -23px;
}
#skill .sppb-addon-single-image-container::before {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
#skill .sppb-addon-single-image-container:hover::before {
  cursor: pointer;
  -webkit-animation: circle .65s;
  animation: circle .65s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.title-work ul strong {
    display: none!important;
}
.title-work h1 {
    font-size: 40px;
    font-weight: 600;
}
.title-work p {
    font-size: 17px;
    color: #000;
    line-height: 25px
}
.title-work ul li {
    line-height: 30px;
}
.title-work ul li em {
    margin-right: 10px;
}
#work span.sppb-icon-inner i {
    color: #333;
    line-height: 109px;
    width: 90px;
    height: 90px;
}
#work span.sppb-icon-inner {
    background-color: #fff!important;
    border-radius: 50%;
    height: 105px;
    width: 105px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 112px;
}
.work-video i:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 90%)!important;
}
#work-bottom {
    top: -80px;
}

/* Review */
.review-sub {
    background: #fff;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 40px 20px;
}
#review .sppb-addon-testimonial-client {
    padding-top: 16px;
}
#work .work-app {
  	display:inline-block;
  	width:100%;
}

/* Skill */
.faq,
.skill-sp {
  	background-image: -webkit-linear-gradient( -18deg, rgb(60,0,122) 0%, rgb(164,78,141) 100%);
}

/* Team */
.team .team-item {
    overflow: hidden;  
}
.team .team-item:hover .sppb-img-container:before {
    bottom: 0;
}
.team .team-item:hover .team-bottom {
    bottom: 0;
}
.team .sppb-addon-content {
    position: relative;
}
.team .sppb-addon-text .team-top {
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #fff;
    width: 104%;
    padding-top: 18px;
    padding-right: 36px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.team .team-item:hover .team-top {
    color: #fff;
 }
.team .sppb-addon-text .team-top h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    width: 50%;
    float: left;
}
.team .sppb-addon-text .team-top h4 {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-top: 6px;
}
.team .sppb-addon-text .team-bottom {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    width: 100%;
    right: 0;
    text-align: center;
    padding-top: 18px;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.team .sppb-img-container:before {
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.team .sppb-addon-text .team-bottom ul {
    list-style-type: none;
    margin-top: 39%;
    margin-left: 24px;
    z-index: 999;
}
.team .sppb-addon-text .team-bottom ul li {
    float: left;
    margin-left: 12px;
    width: 14%;
    padding: 10px 10px;
    background: #fff;
}
.team .sppb-addon-text .team-bottom ul li:hover {
    cursor: pointer;
}
.team .sppb-addon-text .team-bottom ul li strong {
    display: none;
}
.team .team-item .sppb-addon-content .sppb-img-container {
    width: 100% !important;
}
.team .team-item .sppb-addon-content .sppb-img-container img {
    width: 100% !important;
}

/* Contact */
.get-item {
    background: #f2f2ff;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px 15px;
    margin-top: 40px;
}
.get-item h3 {
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 19px;
}
.contact-sub {
    margin-top: 100px;
    padding: 40px 40px 30px;
    background: #f4f4f4;
    -webkit-box-shadow: 10px 17px 30px rgba(99, 117, 138, 0.15);
    box-shadow: 10px 17px 30px rgba(99, 117, 138, 0.15);
    position: relative;
    z-index: 2;
    text-align: center;
}
.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;
}

/* Get in */
#get h3 {
  	color:#fff;
}
.get-item-1 i {
    color: #7E7AFF;
    margin-bottom: 20px;
}
.get-item-1 {
	border-bottom: 4px solid #7E7AFF;
    padding: 80px 30px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(222, 222, 222, 0.4);
}
.get-item-2 i {
    color: #24E271;
    margin-bottom: 20px;
}
.get-item-2 {
	border-bottom: 4px solid #24E271;
    padding: 80px 30px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(222, 222, 222, 0.4);
}
.get-item-3 i {
    color: #FE8264;
    margin-bottom: 20px;
}
.get-item-3 {
	border-bottom: 4px solid #FE8264;
    padding: 80px 30px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(222, 222, 222, 0.4);
}
.get-item-1 p,
.get-item-2 p,
.get-item-3 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #5e629c;
    margin-bottom: 0px;
}
#get-bottom .sppb-row {
    margin-top: -90px;
}

/* 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 */
#sp-bottom1 p {
    line-height: 30px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 24px;
    font-weight: 500;
}

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

/* 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, .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 a.slider-btn-2:hover, .sppb-btn-custom, .skills .skill .skill-bar span, .team .sppb-addon-text .team-top, 
.team .team-item:hover .team-top:before, .team .team-item:hover .sppb-img-container:before {
 	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-work h1 span, .sppb-btn-custom:hover, .amazing-item .sppb-icon .sppb-icon-container i:after {
  	color: var(--text-color) !important; 
}
.sppb-btn-custom {
  	border-color: var(--text-color) !important;
}

/* Added by UWiX */
.rounded-img-150-right,
.rounded-img-150 {
   background-color: #fff;
   padding: 10px 10px;
   border-radius: 50% !important;
   -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
   box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
   filter: drop-shadow (-1px 6px 3px rgba(50,50,0,.5));
   width: 150px;
   height: 150px;
   margin-left: 15px;
   margin-right: 60px;
   shape-outside: circle();
   /*clip-path: circle(); */
}

.rounded-img-250-right,
.rounded-img-250 {
	background-color: #fff;
	padding: 10px 10px;
	border-radius: 50% !important;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	width: 250px;
	height: 250px;
   margin-left: 15px;
   margin-right: 60px;
   shape-outside: circle();
   /*clip-path: circle();*/
}
.rounded-img-350-right,
.rounded-img-350 {
   background-color: #fff;
   padding: 10px 10px;
   border-radius: 50% !important;
   -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
   box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
   width: 350px;
   height: 350px;
   margin-left: 15px;
   margin-right: 60px;
   shape-outside: circle();
   /*clip-path: circle();*/
}

.rounded-img-150-right,
.rounded-img-250-right,
.rounded-img-350-right {
   margin-left: 60px;
   margin-right: 15px;
}

.frame-img-150-right,
.frame-img-150 {
   background-color: #fff;
   padding: 10px 10px;
   border-radius: 4% !important;
   -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
   box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
   filter: drop-shadow (-1px 6px 3px rgba(50,50,0,.5));
   width: 150px;
   margin: 10px 35px 10px 10px;
}

.frame-img-250-right,
.frame-img-250 {
   background-color: #fff;
   padding: 10px 10px;
   border-radius: 4% !important;
   -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
   box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
   width: 250px;
   margin: 10px 35px 10px 10px;
}
.frame-img-350-right,
.frame-img-350 {
   background-color: #fff;
   padding: 10px 10px;
   border-radius: 4% !important;
   -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
   box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
   width: 350px;
   margin: 10px 35px 10px 10px;
}

.frame-img-150-right,
.frame-img-250-right,
.frame-img-350-right {
   margin: 10px 10px 10px 35px;
}

/* Change main-body padding (top) */
#sp-main-body {
	padding: 10px 0 !important;
}

/**** parallax modules ***/
.lgx-parallax-text,
.lgx-parallax-title {
    text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}

.parallax-maintitle h1.lgx-parallax-title {
   font-family: 'Raleway',sans-serif; 
   text-transform: uppercase;	
   font-size: 3.3em !important;
   font-weight: 800; 
   margin-bottom: 4px;
}

/* Parallax linebreak addon */
.lgx-parallax {
  position: relative;
  height: 50vh;
  border-bottom: 6px solid #fff;
}

.lgx-parallax::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  transform: translateX(-50%);
}

/* Navigation Menu hover effect */
.sp-megamenu-parent > li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.4em 0.8em;
  padding: 0;
}
.sp-megamenu-parent > li > a  {
  padding: 0 0.7em;
  /*color: rgba(246, 199, 153, 0.5);*/
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.sp-megamenu-parent > li > a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  left: 15%;
  right: 15%;
  top: 30%;
  bottom: 0;
  height: 32px;
  border-left: 3px solid #f9cf00;
  border-right: 3px solid #f9cf00;

}
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a {
  color: #faf8ff;
  
  /*text-shadow: 10px 10px 25px rgb(241, 159, 77),
    -10px 10px 25px rgb(241, 159, 77),
    -10px -10px 25px rgb(241, 159, 77),
    10px -10px 25px rgb(241, 159, 77)
    */
}
.sp-megamenu-parent > li > a:hover:before,
.sp-megamenu-parent > li.active > a:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.sp-megamenu-parent > li:last-child > a {
	padding: 0 0.7em;
}

/* Introduction titel and text styling */
.maintitle {
   font-family: 'Raleway',sans-serif; 
   font-size: 3.3em; /*62px*/
   font-weight: 800; 
   line-height: 72px; 
   text-transform: uppercase;	
   color: #fff;
   text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}

.maindescription {
   font-family: 'Raleway',sans-serif; 
   font-size: 18px; 
   font-weight: 500; 
   line-height: 32px; 
   margin: 0 0 24px;
   color: #fff;
   text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}
.mainimg {
   position: relative;
   overflow: hidden;
   transition: all 0.25s ease-in-out;
}

.mainimg-alt-wrap {
   padding: 0px;
   margin: 0px 10px;
	position: relative;
	display:inline-block;
	overflow: hidden;
   box-shadow: 0 0 11px rgba(0,0,0,.5);
   border-radius: 25px;
	color: whitesmoke;
}

/*.mainimg:hover {*/
.mainimg-alt-wrap:hover .mainimg {
	opacity: 1;
   transform: scale(1.15,1.15) rotate(5deg);
   -webkit-transform:scale(1.15,1.15) rotate(5deg);
   -moz-transform:scale(1.15,1.15) rotate(5deg);
   -ms-transform:scale(1.15,1.15) rotate(5deg);
   -o-transform:scale(1.15,1.15) rotate(5deg);
}

.mainimg-alt-wrap .blur{
   background-color: rgba(0,0,0);
   opacity: 0;
   height: 100%;
   width: 100%;
   top: 0;
   position: absolute;
   transition: all 300ms ease;
}

/* The alt text itself */
/* Will be added with js */
.mainimg-alt-wrap p.alt-title {
	position: absolute;
	opacity: 0; /* hide initially */
	color: #fff;
	margin: 0;
	text-align: center;
	top: 35%;
	width: 100%;
 	font-size: 1.2em;
 	text-transform: uppercase;
	transition: all 300ms ease;
}

/* Hovering over the wrapper shows its alt p*/
.mainimg-alt-wrap:hover > div.blur {
  opacity: 0.65; 
 
}
.mainimg-alt-wrap:hover > p.alt-title {
 opacity: 1; 
}

/* Offcanvas mobile menu */
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
	text-shadow: 2px 2px 4px rgba(66, 68, 90, 0.6);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
         max-width: 1320px;
    }
   #sp-header .logo-image {
      height: 60px;
   }
}

/* Resolution width 1180px*/
@media (max-width: 1180px) {
   #sp-header .logo-image {
      height: 50px;
   }
   #sp-header, #sp-header .logo {
        height: 75px;
    }
   body #sp-header {
         padding: 0;
   }
   #sp-header {
      top: 0px;
   }
   .category .sppb-column-addons .clearfix:nth-child(n+2) {
      width: 100%;
      margin-right: 0;
   }
   .parallax-maintitle h1.lgx-parallax-title {
      font-size: calc(1.375rem + 1.5vw) !important;
   }
}

/* 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;
   }
   .review .sppb-col-md-3, .get-bottom .sppb-col-md-4, 
  .team .sppb-col-md-4, .reviews .sppb-col-md-3 {
      margin-bottom: 30px;
   }
   .parallax-maintitle h1.lgx-parallax-title {
      font-size: calc(1.375rem + 2.5vw) !important;
   }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
   #sp-header .logo-image {
      height: 30px;
   }
   #sp-header, #sp-header .logo {
        height: 50px;
    }
   body #sp-header {
         padding: 0;
   }
   #sp-header {
      top: 0px;
   }
   .category .sppb-column-addons .clearfix:nth-child(n+2) {
      width: 100%;
      margin-right: 0;
   }
   .parallax-maintitle h1.lgx-parallax-title {
      font-size: calc(1.375rem + 1.5vw) !important;
   }

}