/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


@font-face{
	font-family: 'Barlow'; 
	font-style: normal;
  	font-weight: 300;
	src: url('/wp-content/themes/bootscore-child/fonts/Roboto-Light.ttf') format('truetype');
}
@font-face{
	font-family: 'Barlow'; 
	font-style: normal;
  	font-weight: 400;
	src: url('/wp-content/themes/bootscore-child/fonts/Barlow-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'Barlow'; 
	font-style: normal;
  	font-weight: 500;
	src: url('/wp-content/themes/bootscore-child/fonts/Barlow-Medium.ttf') format('truetype');
}
@font-face{
	font-family: 'Barlow'; 
	font-style: normal;
  	font-weight: 600;
	src: url('/wp-content/themes/bootscore-child/fonts/Barlow-SemiBold.ttf') format('truetype');
}
@font-face{
	font-family: 'Barlow';
	font-style: normal;
  	font-weight: 700;
	src: url('/wp-content/themes/bootscore-child/fonts/Barlow-Bold.ttf') format('truetype');
}

@font-face{
	font-family: 'Roboto'; 
	font-style: normal;
  	font-weight: 400;
	src: url('/wp-content/themes/bootscore-child/fonts/Roboto-Regular.ttf') format('truetype');
}
 html, body {
    height: 100%;
 }

body {
  background-color: #1b1f23;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.01em;
  font-size: 18px;
  color: #dedede;
  line-height: 1.2;
  
}
:root :where(.is-layout-constrained) > * {
  margin-block-start: initial;
  margin-block-end: initial;
} 
.wow {
   visibility: hidden;
}

#masthead {
	background-color: #1b1f23;
}
#masthead .logo {
	width: 100%;
	max-width: 125px;
}
.container {
    max-width: 1770px;
	padding-left: 25px;
	padding-right: 25px;
}
.smallwidht {
    margin-bottom: 80px;
}
.smallwidht .container {
   
    max-width: 1160px;
    font-size: 16px;
    min-height: 350px;
}
.back {
	 margin-top: 25px;
	max-width: 1710px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.nav-link {
	color: #efebe8;
	text-transform: uppercase;
	font-size: 16px;
	padding: 3px 18px 4px;
	margin-right: 60px;
    padding-top: 15px;
    white-space: nowrap;
}
.nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link:focus  {
	color: #efebe8;
}

.navbar-nav .nav-link:after, .nav-link:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #efebe8;
    height: 2px;
    margin-top: 15px;
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.navbar-nav .nav-link.active:after, .nav-link:hover:after {
	 opacity: 1;
}
.btn .nav-link:after {
    content: none;
}

li.menu-item.btn.blue {	
	padding: 0;
    margin-top: 6px;
}
li.menu-item.btn.blue a {
	padding: 3px 18px 4px;
	margin-right: 0px;
	background-color: #4650ff;
	border: 1px solid #4650ff;
    border-radius: 4px;
}

li.menu-item.btn.blue a:hover {
	color: #4650ff;
	background-color: transparent;
	line-height: inherit;
	margin-top:0;
}
li.menu-item.btn.blue a:hover:after {
	content:  inherit;
}

.wp-block-spacer {
    position: relative;
}

.container-fluid {
	padding-right: 0;
  	padding-left: 0;
}
h1 {
	letter-spacing: -0.03em;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 3.33333em; /*60*/
	line-height: 1;
    color: #fff;
}
.smallwidht .container h1 {
    margin-bottom: 40px;
}
h2 {
	font-weight: 500;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	font-size: 3.33333em; /*60*/
	line-height: 1;
    color: #fff;
    padding-top: 5px;
}
h3 {
	
	font-size: 1.666667; /*30*/
	font-weight: 500;
	letter-spacing: -0.03em;
	text-transform: uppercase;
    color: #fff;
	line-height: 1;
	margin-block-end: 15px !important;
}
.frameline h3, .blockdark h3, .back-white h3 {
	font-size: 1.944444em; /*35*/
}

h4 {
	font-size: 1.38889em; /*25*/
	font-weight: 500;
	letter-spacing: -0.03em;
	text-transform: uppercase;
    color: #fff;
	margin-bottom: 0.5rem !important;
}
.has-x-large-font-size {
  font-size: 3.33333em !important;
  font-weight: 500;
}


h4.thin {
    font-weight: 300;
    white-space: nowrap;
}

.wp-bootstrap-blocks-row.fadeInUp {
    --animate-duration: 0.8s;
    --animate-delay: 4s;
}
h2.fadeIn {
    --animate-duration: 4s;
    --animate-delay: 3s;
}
h2.fadeInUp {
    --animate-duration: 0.8s;
    --animate-delay: 20s;
}
a {
	color: #fff;
}
b, strong {
  font-weight: 500;
}
.smallwidht strong {
  font-weight: 700;
}
.white {
	color: #fff;
}
.gold {
	color: #c5a37e;
}

.back a {
	text-decoration: none;
}
.back a:hover {
	text-decoration: underline;
}	
.has-medium-font-size {
	font-size: 1.38889em !important; /*25*/
	letter-spacing: -0.03em;
}
.has-large-font-size {
  font-size:  1.666667em !important;
}


.header p {
	font-size: 1.38889em; /*25*/
}

.wp-block-cover h2 {

}

.btn.btn-primary {
	font-weight: 600;
	padding: 12px 10px 15px;
	background-color: #4650ff;
	border: 2px solid #4650ff;
	font-size: 18px;
	border-radius:30px;
	min-width:250px;
    line-height: 1.05;
}
.btn.btn-primary:hover {
	background-color: transparent;
	color: #4650ff;
}
.btn.btn-secondary {
	font-weight: 600;
	padding: 5px 50px 8px;
	background-color: transparent;
	color: #4650ff;
	border: 2px solid #4650ff;
	font-size: 18px;
	border-radius: 20px;
    line-height: 1.05;
}
.btn.btn-secondary:hover {
	background-color: #4650ff;
	color: #fff;
}
.btn.btn-form {
	font-weight: 600;
	padding: 5px 50px 8px;
	background-color: transparent;
	color: #4650ff;
	border: 1px solid #4650ff;;
	font-size: 18px;
	border-radius: 20px;
    line-height: 1.05;
    float: right;
}
.btn.btn-form:hover {
	background-color: #4650ff;;
	color: #fff;
}
.back-blue .btn.btn-primary {
	background-color: #fff;
	color: #4650ff;
	margin: 10px 0;
}
.back-blue .btn.btn-primary:hover {
	background-color:#4650ff;
	color:  #fff;
	border-color:  #fff;
}
.btn.btn-primary.top-button {
	min-width:43px;
	padding: 10px 0px 10px;
	border-color:  #fff;
    background-color: #333232;
    border: 1px solid #444;
    right: 2%;
}
.btn.btn-primary.top-button:hover {
	background-color:#fff;
	color: #4650ff;
	border-color: #fff;
}

p.blue {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.9em;
	background-color: #4650ff;
	color:#fff;
	display: inline-block;
	padding: 0 10px 1px;
	margin:0;
}
.logoanni {
    margin-top: 20px;
    margin-bottom: 20px;
}

.logoanni img {
	width: 18%;
	margin-right: 2.5%;
	visibility: hidden;
}
.logoanni img:last-of-type {
	margin-right: 0;
}
ul.wp-block-list {
	list-style-type: '• ';
	padding-left: 1rem;
	margin-top: 15px;
}
ul.wp-block-list li {
	padding-left: 15px;
	margin: 7px 0;
	line-height: 1.3;
}
ul.wp-block-list.blue {
  list-style-image: url("/wp-content/themes/bootscore-child/assets/img/listicon-blue.png");
  padding-left: 2.6rem !important;
}

.executionbox {
    margin: 100px 0 300px 0;
}

.back-white {
	color:#1b1f23;
}
.wp-block-group.back-white {
	background-color: #fff;
	padding: 80px 30px;
	border-radius: 10px;
	max-width: 670px;
    margin-bottom: 15px;
}
#executionback .back-white ul.wp-block-list li {
	font-size: 1.38889em;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
}
.row.back-white {
	background-color: #fff;
	 border-radius: 10px;
	 padding-bottom: 0px;
	 color: #000;
     -webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.3);
}
.row.back-white div h3 {
	font-weight: 300;
    color: #000;
}
.row.back-white .col-md-1 h3 strong, .row.back-white .col-lg-5 h3  {
	font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.row.back-white div h4 {
    color: #000;
    margin-bottom: 10px;
}
.row.back-white .wp-block-group {
	margin: 50px 30px 15px;
	max-width: 500px;
}
.row.back-white .wp-block-image, .row.back-white .lSSlideOuter{
	margin: 30px 14px 0 auto;
}
.row.back-white .lSSlideOuter {
    max-width: 643px;
}
.row.back-white .lSSlideOuter .lSSlideWrapper {
    padding-bottom: 0;
}
.row.back-white .col-md-1 h3 {
    white-space: nowrap;
}

.sliderbox .lSAction > .lSNext {
    right: 20px;
    top: 7%;
}
.sliderbox .lSAction > .lSPrev {
    right: 80px;
    top: 7%;
}

.scrollmagic-pin-spacer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.rel {
    position: relative;
}

.layeranni {
    height: 1750px;
}
#pin1 {
    z-index: 10;
    padding-bottom: 80px
}
#pin2 {
    z-index: 20;
     padding-bottom: 50px;
}
#pin3 {
    z-index: 30;
     padding-bottom: 80px;
}
#pin4 {
    z-index: 30;
     padding-bottom: 80px;
}

.frameline .col-12 {
	border-top: 1px solid #494c4f;
	border-left: 1px solid #494c4f;
	border-bottom: 1px solid #494c4f;
	padding: 60px 30px;
}

.frameline .col-12:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.frameline .col-12:last-of-type {
	border-right: 1px solid #494c4f;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.frameline h3.furter {
	color: #c5a37e;
	background-image: url("/wp-content/themes/bootscore-child/assets/img/line-arrow.png");
	background-repeat: no-repeat;
	background-position-x: -70px;
    background-position-y: 16px;
	
}
.frameline h3.furter mark {
	background-color: #1b1f23 !important;
	padding-right: 10px;
}
.frameline .gradient {
	background: linear-gradient(135deg, #6d5e4d 0%,#1b1f23 56%);
     background-size: 170% 170%;
     -webkit-animation: Animation 5s ease infinite;
    -moz-animation: Animation 5s ease infinite;
    animation: Animation 5s ease infinite;
}
.framelinebottom .col-12 {
	border-left: 1px solid #494c4f;
	border-bottom: 1px solid #494c4f;
	padding: 35px 30px 60px;
}
.framelinebottom .col-12:first-of-type {
	border-bottom-left-radius: 10px;
}
.framelinebottom .col-12:last-of-type {
	border-right: 1px solid #494c4f;
	border-bottom-right-radius: 10px;
}
.framelinebottom .has-medium-font-size {
	font-size: 1.222222em !important;
}
.blockdarktop {
	background-color: #333232;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  padding: 70px 50px 120px;
}
.blockdarktop h2 {
	font-weight: 300;
	margin-top: -5px;
}
.blockdarktop .has-large-font-size, .blockdarktop .has-medium-font-size {
	color:#fff;
}
.blockdarktop .wp-block-group p {
	max-width: 90%;
	margin-left: 0 !important;
  margin-right: auto !important;
}
.blockgray {
	background-color: #333232;
  border-radius: 10px;
  margin-left:0px;
  margin-right:0px;
}
.blockgray .wp-block-group {
	margin: 20px;
}
.blockgray.wp-block-group {
	margin-bottom: 40px ;
	padding: 20px 30px 30px 30px;
}

.blockgray.wp-block-group p {
	margin-left: inherit;
	max-width: 400px;
}
.blockdark {
background-color: #333232;
  border-radius: 10px;
  margin-left:0px;
  margin-right:0px;
  overflow:hidden;
}
.blockdark .wp-block-group  {
	width: 100%;
	max-width:600px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
.blockdark figure {
	margin:0;
}
.blockdark.rowbox {
	padding: 25px 0 15px;
	margin-bottom: 15px;
}

.bluetext {
	color:#4650ff;
}
.greentext {
	color: #59dea5;
}
.blockgray .wp-block-group .wp-bootstrap-blocks-button {
	margin-top:15px;
}
.blockgray figure {
	margin: 0;
	margin: 30px 14px 30px auto;
}

@-webkit-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes Animation { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

.frameline strong {
	font-weight: 500;
}



.back-blue {
	background-color: #4650ff;
	color: #fff;
}

.linetop, .border-top {
	border-top: 1px solid #494c4f !important;
}

#slider1.is-layout-flex, #slider2.is-layout-flex {
  display: block;
}

#slidercontainer1 {
	background-color: #333232;
	padding: 90px 0 40px;
    border-radius: 10px;
}

#slidercontainer1 h2 {
	font-weight: 300;
    letter-spacing: normal;
}
#slidercontainer1 .text {
	font-size: 1.666667em; /* 30px */
	font-weight: 300;
	font-style: italic;
	color: #fff;
}
#slidercontainer1 .pers {
	font-size: 1.38889em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 50px;
	color: #fff;
}
#slidercontainer1 .pos {
	color: #dedede;
}

#slidercontainer2 {
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
#slidercontainer2 div .img {
    
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
#slidercontainer2 div .img img {
    max-width:210px;
}
#slidercontainer2 div.item {
    width: 80%;
    margin: 0 auto;
}

#slidercontainer2 div.item .img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#slidercontainer2 div.item .img:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}


#teamlist{
    border-top:  1px solid #494c4f;
    margin-top: 20px;
}

#teamlist div.row {
    border-bottom:  1px solid #494c4f;
    padding-top: 10px;
    cursor: pointer;
	min-height: 91px;
}
#teamlist .row div {
    position: relative;
    display: flex;
  align-items:center;
}
#teamlist .text-end h4 {
    font-weight: 300;
    letter-spacing: normal;
    width: 100%;
    text-align: right;
    white-space: nowrap
}
#teamlist img.portrait {
  display: none;
  width: 150px;
  position: absolute;
  right: 0;
  top: -10px;
}

/*SLIDER*/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 97%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    right: 100px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 40px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
#slidebox1 .item {
    display: flex;
}
#slidebox1 .item div {
     display: block;
}
#slidebox1 .item div div {
    display: block;
}
#slidebox1 .item .intro {
    width: 20%;
    text-align: end;
    padding-right: 20px;
}
#slidebox1 .item .content {
    display: block;
    width: 60%;
    padding-top: 10px;
}

#videolayer {
	display: none;
	top: 0; left:0; 
	width:100%; 
	height:100%; 
	position:fixed;
	z-index:3000;
	background-image: url('/wp-content/themes/bootscore-child/assets/img/back-tranparent.png');
	background-repeat: repeat;
	padding-top: 4%
}
#videolayer .wrapper {
	border-radius: 10px;       
    padding: 5px;             
    width: 100%; 
    max-width: 1050px;
	background-color: #000;
    position: relative;
	margin: 0 auto;
}
#videolayer iframe {
	 width: 100%;
	 height: 700px;
	 display: block;
	 border-radius: 10px;
}
#videolayer .close {
	position: absolute;
	right: 40px;
	top: 50px;
	    z-index: 200;
}
#videolayer .close img {
	width: 40px !important;
}
#videolayer .close:hover {
	opacity: 0.8;
}


label {
  display: block;
}
#datenschutz label, .text-required {
  display: inline-block;
  font-size: 16px;
}

.form-group {
  position:relative;
  margin-bottom: 15px;
}
.form-group label {
	display: block;
}
.form-label {
  position: absolute;
  left: 0;
  top: 22px;
  color: #8f8f8f;
  z-index: 10;
  padding-left: 10px;
  cursor: text;
  font-size: 1.1em;
  -webkit-transition: transform 200ms ease-out, font-size 200ms ease-out;
  -moz-transition: transform 200ms ease-out, font-size 200ms ease-out;
  transition: transform 200ms ease-out, font-size 200ms ease-out;
}

.form-group.filled .form-label {
  transform: translateY(-100%);
  cursor: default !important;
  font-size: 0.8125em;
}
textarea:focus, input:focus{
    outline: none;
}

input:focus, input:active {
    outline: none!important;
}
#contactform {
    background-color: #fff;
    padding: 70px 0;
    color: #1b1f23;
}
#contactform a, #contactform h3 {
    color: #1b1f23;
}
.form input.form-control {
	color: #1e1e1e;
	background-color:#efefef;
	border-left: 0;
	border-top: 0;
	height: 55px;
	border-radius: 5px;
	padding: 30px 0.75rem 10px;
}
.form .form-group.filled input.form-control {
	outline: none !important;
    outline-style: none;
    outline-width: medium;
	  outline: -webkit-focus-ring-color none !important;
	  outline-color: -webkit-focus-ring-color none !important;
	  outline-style: none !important;
	  outline-width: 0 !important;
	  box-shadow: none;
}

.form #message {
	width:100%;
	border: none;
	background-color: #efefef;
    border-radius: 5px;
	padding: 30px 0.75rem 10px;
    height: 195px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.form .message .form-label {
  top: 10px;
}
.form-group.filled .message  .form-label {
  transform: translateY(-40%);
}

figure.ai-icon {
	position:absolute;
	right: 30px;
	bottom: -175px;
}

.bootscore-footer-columns {
    border-top: 1px solid #494c4f !important;
    margin-top: 60px;
}
footer a {
	text-decoration: none;
    color: #a4a2a2;
}
footer a:hover {
    color:#dedede;
}

footer .col-md-6.text-end {
    position: relative;
}
#footer {
    color: #a4a2a2;
}
#footer-menu {
    position: absolute;
    right: 0;
}
#footer-menu li a {
  padding-right: 0;
  padding-top: 0;
  margin-right: 15px;
  margin-left: 15px;
  text-transform:none; 
   color: #a4a2a2;
}
#footer-menu li a:hover {
    color:#dedede;
}

.bootscore-footer-info {
    margin-top: 20px;
    padding: 15px 0 90px !important;
}

#nlform {
    margin-top: 65px;
}
#nlformframe {
  font-size: 20px;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #494c4f;
  border-radius: 10px;
  padding: 4px 10px;
  color: #a3a2a2;
}
#nlformframe span {
    text-transform: uppercase;
    margin-top:5px;
    margin-left: 5px;
    display: block;
    font-weight: 500;
}
#nlformframe .col-sm-9 {
    padding-right: 7px;
}
#nlform .form-control {
  background-color: #323639;
  border: none;
  border: none;
  color: #fff;
}
#nlform .form-control::placeholder {
  color: #dedede;
}
#check {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 12px;
  margin-bottom: 30px;
  padding: 0 10px;
}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.1); /* IE */
  -moz-transform: scale(1.1); /* FF */
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -o-transform: scale(1.1); /* Opera */
  transform: scale(1.1);
}

#nlform #mc-embedded-subscribe {
  width: 100%;
  background-color: #323639;
  border-radius: 10px;
  color: #dedede;
  padding: 5px 5px 8px;
  margin-top: 10px;
  max-width: 200px;
}

.hamburglar {
    scale: 0.6;
  transform: scale(1);
  position: absolute;
  z-index: 2000;
  right: 0px;
  display: none;
  width: 68px;
  height: 68px;
 background: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  mask: url(#mask);
  -webkit-mask-box-image: url(/wp-content/themes/bootscore-child/assets/css/mask.png);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0;
  &:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
      background: #6c757d;
  }
}

@keyframes rotate-out {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-in {
  0% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.hamburglar.is-open {
  .path {
    animation: dash-in 0.6s linear normal;
    animation-fill-mode:forwards;
  }
  .animate-path {
    animation: rotate-in 0.6s linear normal;
    animation-fill-mode:forwards;
  }
}

.hamburglar.is-closed {
  .path {
    animation: dash-out 0.6s linear normal;
    animation-fill-mode:forwards;
  }
  .animate-path {
    animation: rotate-out 0.6s linear normal;
    animation-fill-mode:forwards;
  }
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}


.burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-container {
  position: relative;
  height: 28px;
  width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #6c757d;
}

.burger-bun-top {
  top: 0;
  transform-origin: 34px 2px;
}

.burger-bun-bot {
  bottom: 0;
  transform-origin: 34px 2px;
}

.burger-filling {
  top: 12px;
}

r
.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.svg-ring {
  width: 68px;
  height: 68px;
}


.hamburglar.is-open {
  .burger-bun-top {
    animation: bun-top-out 0.6s linear normal;
    animation-fill-mode:forwards;
  }
  .burger-bun-bot {
    animation: bun-bot-out 0.6s linear normal;
    animation-fill-mode:forwards;
  }
}
.hamburglar.is-closed {
  .burger-bun-top {
    animation: bun-top-in 0.6s linear normal;
    animation-fill-mode:forwards;
  }
  .burger-bun-bot {
    animation: bun-bot-in 0.6s linear normal;
    animation-fill-mode:forwards;
  }
}

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}

@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}

@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}

@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}


.hamburglar.is-open {
  .burger-filling {
    animation: burger-fill-out 0.6s linear normal;
    animation-fill-mode:forwards;
  }
}

.hamburglar.is-closed {
  .burger-filling {
    animation: burger-fill-in 0.6s linear normal;
    animation-fill-mode:forwards;
  }
}

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}

@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }

  40% {
    width: 0;
    left: 40px;
  }

  100% {
    width: 0;
    left: 36px;
  }
}

@media all and (max-width: 1300px) { 
    .nav-link {
        margin-right: 40px;
    }
	.blockdarktop .wp-block-group p {
		max-width: 100%;
	}
	.blockdark .wp-block-group {
	  padding: 15px 10px 15px 20px;
	}
	#videolayer .close {
		right: 30px;
		top: 50px;
	}
}

@media all and (max-width: 1200px) { 
    .nav-link {
        margin-right: 20px;
    }
    .frameline .col-12:nth-child(1){
        border-bottom-left-radius: 0;
        border-bottom: none;
    }
    .frameline .col-12:nth-child(2){
        border-right: 1px solid #494c4f;
        border-top-right-radius: 10px;
        border-bottom: none;
    }
    .frameline .col-12:nth-child(3){
        border-bottom-left-radius: 10px;
    }
    .frameline .col-12:last-of-type {
        border-top-right-radius: 0;
    }
    .wp-block-group.back-white {
        padding: 40px 20px;
    }
    #slidercontainer1 .text {
        font-size: 1.444444em;
    }
    #slidercontainer1 .pers {
        font-size: 1.222222em;
    }
    #slidebox1 .item .content {
        width: 70%;
    }
	.has-large-font-size {
		font-size: 1.444444em !important;
	}
	.has-medium-font-size {
		font-size: 1.222222em;
	}
	#videolayer {
		padding-top: 6%;
	}
	#videolayer .close {
		right: 30px;
		top: 10px;
	}
	.back {
		margin-bottom: 25px;
	}
}
@media all and (max-width: 992px) { 
    body {
        font-size: 17px;
    }
    .hamburglar {
        display: block;
    }
    #offcanvas-navbar {
        background-color: #1b1f23;
        color: #fff;
        border: 1px solid #575757;
    }
    .btn-close {
       background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewbox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke='white' stroke-width='4' stroke-linecap='butt' /%3E%3C/svg%3E");
       background-size: 100%;
    }
    .navbar-nav .nav-link::after, .nav-link::after {
        background-color: #676767;
        height: 1px;
    }
    .btn .nav-link {
        color: #fff;
    }
    .wp-block-group.back-white {
        margin-bottom: 15px;
        margin-top: 200px;
    }
    
    #teamlist .row div {
        display: block;
    }
    #teamlist img.portrait {
        display: block;
        position: relative;
        margin-top: 15px;
    }
    #teamlist div.row p {
        margin-top: 30px;;
    }

    .back-blue h2 {
        font-size: 2.555556em;
    }
    .row.back-white .col-lg-2 {
        padding-right: 0;
    }
    .row.back-white .wp-block-group {
        margin: 30px 0px;
    }
    .row.back-white .wp-block-group h3 {
        font-size: 1.555556em;
    }
    .row.back-white .wp-block-group h4 {
        font-size: 1.166667em;
    }
    .row.back-white .wp-block-group p {
        margin-bottom: 10px;
    }
    #slidebox1 .item .intro {
        width: 15%;
    }
    #slidebox1 .item .content {
        width: 80%;
    }
	.framelinebottom .col-12:first-of-type {
	  border-bottom-left-radius: 0;
	}
	.framelinebottom .col-12:nth-child(2) {
		border-right: 1px solid #494c4f;
	}
	.framelinebottom .col-12:nth-child(3) {
		border-bottom-left-radius: 10px;
	}
	.blockdark .wp-block-group {
	  width: 100%;
	  max-width: 100%;
	  padding: 30px 20px 40px ;
	}
	#footer .col-sm-6 {
		margin-bottom: 20px;
	}
	#footer .col-sm-6 .wp-block-spacer {
		height: 0px !important;
	}
	
	.framelinebottom .col-12 {
		  padding: 30px 30px 40px;
	}
	#videolayer iframe {
	 height: 700px;
	}
}


@media all and (max-width: 800px) { 

    h1, h2 {
        font-size: 2.555556em;
    }
    h3 {
       font-size: 1.666667em;
    }
    .header p, .back-white ul.wp-block-list li {
        font-size: 1.11111em;
    }
    .frameline h3.furter {
       background-position-y: 10px; 
    }
	#videolayer iframe {
	 height: 600px;
	}
} 
@media all and (max-width: 768px) {
    .frameline .col-12 { 
        padding: 40px 30px;
    }
    .frameline .col-12:nth-child(1) {
        border-right: 1px solid #494c4f;
        border-top-right-radius: 10px;
    }
    .frameline .col-12:nth-child(2) {
        border-top-right-radius: 0;
    }
    .frameline .col-12:nth-child(3) {
        border-right: 1px solid #494c4f;
        border-bottom-left-radius: 0px;
    }
    .frameline .col-12:nth-child(4) {
        border-top: none;
        border-bottom-left-radius: 10px;
    }
    .row.back-white .wp-block-group {
        margin: 20px 10px 0 10px;
    }
	.row.back-white .col-md-1 h3.wp-block-heading {
		margin-block-end: 0 !important;
	}
    .row.back-white figure.wp-block-image {
        margin: 10px 0 0 10px;
    }
     #slidercontainer1 .text {
        font-size: 1.222222em;
     }
	 .has-large-font-size {
		font-size: 1.222222em !important;
	 }
	 .blockdarktop {
		padding: 70px 40px 120px;
	 }
    .lSSlideWrapper {
        padding-bottom: 0px;
    }

    #missionback .wp-bootstrap-blocks-container {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 10px;
        max-width: 670px;
        margin: 400px 15px 15px !important;
        width: auto;
    }
    .bootscore-footer-info .col-md-6.text-end{
        text-align: left !important;
    }
    #footer-menu {
        position: absolute;
        right:unset;
        left: 0;
    }
    #pin1, #pin2, #pin3 {
        margin-bottom: 30px;
    }
     #slidebox1 .item .content {
        margin-bottom: 40px;
     }
    .lSSlideWrapper {
        padding-bottom: 20px;
    }
    #nlformframe {
        font-size: 18px;
    }
    .wp-block-cover__image-background.has-parallax {
        background-size:auto 900px;
    }
    #nlformframe .col-sm-9 {
		padding: 0 7px;
    }
	#pin1, #pin2, #pin3 {
		padding-bottom: 0 !important;
	}
	.back-white .btn.btn-primary {
		margin-bottom:20px;
	}
	#videolayer .close {
        right: 20px;

    }

	#videolayer .close img {
		 width: 30px !important; 
	}
	.row.back-white .col-md-5 figure {
	
	}
}
@media all and (max-width: 750px) { 
   .back-white ul.wp-block-list li {
        font-size: 1.11111em;
    }
    .wp-block-cover img.wp-block-cover__image-background {
        left: -200px;
        overflow: visible;
    }
    .wp-block-group.back-white {
        margin-top: 330px;
    }
     .row.back-white figure.wp-block-image {
        margin: 10px 0 0 0;
    }
    .row.back-white .wp-block-image, .row.back-white .lSSlideOuter {
        margin: 30px auto 0 auto;
    }
	.blockdark.rowbox .col-10 {
		padding-right:10px;
		padding-left:10px;
	}
	.blockdark.rowbox .col-2 {
		padding:0 0 0 10px;
	}
	.blockdark.rowbox .col-2 .h-100 {
		height: auto !important;
	}
}
@media all and (max-width: 700px) { 
	#videolayer iframe {
	 height: 500px;
	}
	
}

@media all and (max-width: 600px) { 
    #slidercontainer1 .col-2, #slidercontainer1 .col-md-1 {
       visibility: hidden;
       width: 8.33333333%;
    }
    #slidercontainer1 .col-10 {
        width: 90%;
    }
	.blockdarktop {
		padding: 70px 20px 120px;
	 }
	 .blockdarktop .col-11 {
		 padding-left: 10px;
	 }
	.has-large-font-size {
		font-size: 1.1em !important;
	}
	
    #slidercontainer1 .text {
		font-size: 1.1em;
	}
   .back-blue h2 {
    font-size: 1.8em;
    margin: 0;
  }
  #slidercontainer2 div.item h4, #slidercontainer2 div.item p, #slidercontainer2 div.item .img {
    width: 100%;
    }
  #slidercontainer2 .lSAction {
        margin-top: 30px;
    }
    #slidebox1 .item .intro {
        padding-right: 10px;
    }
	
	#executionback .back-white ul.wp-block-list li {
		font-size: 1.222222em;
		margin-top: 0;
	}
	#videolayer iframe {
	 height: 450px;
	}
}  


@media all and (max-width: 576px) { 
    #nlformframe span {
        margin-bottom: 7px;
	}
	.framelinebottom .col-12:first-of-type,  .framelinebottom .col-12:nth-child(3) {
		border-right: 1px solid #494c4f;
		border-bottom-left-radius: 0;
	}
	.framelinebottom .col-12:nth-child(4) {
		border-bottom-left-radius: 10px;
	}
	.framelinebottom .col-12 {
		  padding: 20px;
	}
}
@media all and (max-width: 500px) { 
    body {
        font-size: 16px;
    }
    h1, h2 {
        font-size: 2.555556em;
    }
     h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    .btn {
        font-size: 16px !important;
    }
    .back-white h2 {
        font-size: 2.2em;
    }
    .header p, .back-white ul.wp-block-list li {
        font-size: 1.11111em;
    }
    
   .wp-block-cover__inner-container .container {
        padding-left: 15px;
        padding-right: 15px;
   }
   .wp-block-group.back-white {
        padding: 20px 20px;
    }
    #missionback .wp-block-cover__image-background {
        background-position: 73% 50% !important;
    }

    #videolayer iframe {
	 height: 400px;
	}
  
}
@media all and (max-width: 420px) {

    .frameline .col-12 {
        padding: 40px 20px;
    }
    .frameline .col-12 h3 {
       margin-bottom: 0;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
	.blockdarktop {
		padding: 70px 15px 100px;
	 }
	 .blockdarktop .col-1 h2 {
	 white-space: nowrap;
	 }
	 #footer #footer-menu {
		 margin-top: 10px;
	 }
	 #footer #footer-menu .menu-item {
		 width:100%;;
	 }
	 #executionback .back-white ul.wp-block-list li {
		font-size: 1.11111em;
	}
	 #videolayer iframe {
	 height: 350px;
	}
}

@media all and (max-width: 370px) {
    h1, h2 {
        font-size: 2.11111em;
    }
    .frameline .col-12 {
        padding: 30px 15px;
    }
    .btn.btn-primary {
        min-width: 215px
    }
	 #videolayer iframe {
	 height: 300px;
	}
}