
*, :after, :before {
    box-sizing: border-box;
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4c5a67;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
	height: 100%;
}
html {
  scroll-behavior: smooth;
}

.container{
    padding-left:1.25rem;
    padding-right:1.25rem;
	width: 100%;
        
}

.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

@media (min-width:576px) {.container{padding-left:1rem;padding-right:1rem}}
@media (min-width:992px) {.container{padding-left:2.5rem;padding-right:2.5rem}}
@media (min-width:1200px){.container{padding-left:5rem;padding-right:5rem}}
@media (min-width:1440px){.container{padding-left:1.5rem;padding-right:1.5rem}}

@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:840px}}
@media (min-width:992px){.container{max-width:1090px}}
@media (min-width:1200px){.container{max-width:1290px}}

@media (max-width: 992px)
.page-content-wrapper .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.color-grey-26	{
	color: #424242;

}

.d-flex {
   display: flex!important;
}
.text-left{
	text-align:left!important
}
.text-right{
	text-align:right!important
}
.text-center{
	text-align:center!important
}
.align-self-center {
    align-self: center;
}
.text-white {
    color: #fff;
}

.h1, h1{
    line-height: 1.2;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -.025em;
    margin-top: .5rem;
    margin-bottom: .5rem;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
h1 {
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.025em;
    margin-bottom: 1rem;
}
 @media (min-width:576px){h1{line-height:2.5rem;font-size:2.25rem}}
 @media (min-width:1200px) {h1{line-height:1;font-size:3rem}}

.h2, h2 {
    font-size: 2rem;
}

.h4, h4 {
	font-size: 1.5rem;
}	
.h1, .h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #192734;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h2{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
} 
 @media (min-width:576px){h2{font-size:1.5rem}}
 @media (min-width:768px){h2{font-size:1.875rem}}
p {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
ul {
	/*margin-top:0;*/
}	

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--btn-shadow);
    font-size: var(--text-md);
}
.mt-3, .my-3 {
    margin-top: 0.75rem!important;
}
.btn-primary {
    color: #fff;
    background-color: #2490ef;
    border-color: #2490ef;
}
.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#107ddd;border-color:#0f76d1}
.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    transition: color .15s;
}	
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.d-block, .hidden-xs, .visible-xs {
    display: block;
}
.section-heading {
	padding-bottom: 30px;
}	
	
.slideshow-container {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:500px
}
.slideshow-container a{
	text-decoration: none;
}	
.slideshow-inner{
	position: relative;
    display: block;
	float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    transition-property: transform;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.mySlides {
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    border-style: none;    
}
.slide-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slide-text-container{
	max-width: 450px;
    margin-left: 2rem;
    margin-right: 2rem;
}
@media (min-width:281px){
.slide-text-container{
	margin-left: 3rem;
    margin-right: 3rem;
}}
@media (min-width:913px){
.slide-text-container{
	margin-left: 5rem;
    margin-right: 5rem;
}}
@media (max-width:340px){
.slide-text-container h1{
	line-height: 1;
}}
.slide-text p{
	margin-bottom: 1rem;
    display: block;
}	
.mt-2, .my-2 {
    margin-top: 0.5rem;
}    
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}
.slide-control {

	height:42px;width:42px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.08),0 1px 2px 1px rgba(0,0,0,.06);
	border-radius:100px
}
.slide-control .icon {
	font-size:32px;
}	
.next {
    right:0;
	margin-right: 0.25rem;
	border-radius: 3px 3px 3px 3px 
   
}
@media (max-width:340px){.next{margin-right:-.5rem}}
.prev {
    left: 0;
	margin-left: .25rem;
   	border-radius: 3px;
}
@media (max-width:340px){.prev{margin-left:-.5rem}}
.next .prev {
position:absolute;
top:0;
bottom:0;
z-index:1;
display:flex;
align-items:center;
justify-content:center;
width:15%;
text-align:center;
color:#fff;
opacity:.7;
transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce){.next,.-prev{transition:none}}

.prev:hover,
.next:hover {
    color: #fff;
   /* background-color: rgba(0, 0, 0, 0.8)*/
}

//*.text {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
  padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428
}*//

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}
.dotcontainer {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:15;
	display:flex;
	justify-content:center;
	padding-left:0;
	margin-right:15%;
	margin-left:15%;
	list-style:none;
}


.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    transition: background-color .6s ease;
	box-sizing:content-box;
	flex:0 1 auto;
	margin-right:4px;
	margin-left:4px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#fff;
	background-clip:padding-box;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	opacity:.5;
	transition:opacity .6s ease;
	text-align: center;
}

.active,
.dot:hover {
    background-color: #717171;
}
.section-padding-top{
	padding-top:3rem;
}
@media (min-width:576px){.section-padding-top{padding-top:5rem}}
@media (min-width:1200px){.section-padding-top{padding-top:8rem}}
.section-padding-bottom{
	padding-bottom:3rem;
}
@media (min-width:576px){.section-padding-bottom{padding-bottom:5rem}}
@media (min-width:1200px){.section-padding-bottom{padding-bottom:8rem}}


.split-section-content.align-middle{
	margin-top:auto;
	margin-bottom:auto;
}
.split-section-content.align-top{
	margin-top:2rem;
}
.image-loaded{
	filter:blur(0);
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*.col{flex-basis:0;flex-grow:1;min-width:0;max-width:100%;
}
.col{padding-left:0!important;padding-right:0!important}*/

.col,.col-1,.col-2,.col-2xl,.col-2xl-1,.col-2xl-2,.col-2xl-3,.col-2xl-4,.col-2xl-5,.col-2xl-6,.col-2xl-7,.col-2xl-8,.col-2xl-9,.col-2xl-10,.col-2xl-11,.col-2xl-12,.col-2xl-auto,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
	position:relative;
	width:100%;
	padding-right:15px;
	padding-left:15px
	} 
	


@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}}

@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}}


@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}



img{border-style:none}
img,svg{vertical-align:middle}
svg{overflow:hidden}
img{max-width:100%;height:auto}
img{position:relative}

img[alt]:after{display:flex;justify-content:center;align-items:center}
img[alt]:after{height:175px;top:0;left:0;background-color:var(--bg-color);border-radius:0;width:100%;position:absolute;flex-direction:row;z-index:1}

.align-middle {
    vertical-align: middle!important;
}

.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
	
}
.image {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;  
}
/*.image img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
}

.image .fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    background: rgba(255, 255, 255, 0)
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 80%
        )
        repeat scroll 0 0;
}*/


.image-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.image-text-container{
	max-width: 400px;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width:281px){
.image-text-container{
	margin-left: 3rem;
    margin-right: 3rem;
}}
@media (min-width:913px){
.image-text-container{
	margin-left: 5rem;
    margin-right: 5rem;
}}
.image-text p{
	margin-bottom: 1rem;
    display: block;
}
.section-cta-container {
    position: relative;
}
.section-cta {
    padding: 3rem 2rem;
    text-align: center;
    background-color: #ecf5fe;
    
}
.section-cta ul a:hover {
  color:#74c0fc;
}

@media (min-width:768px){
.section-cta{
	padding-top:5rem;
	padding-bottom:5rem};
}
.section-cta .title {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
}
@media (min-width: 768px){
.section-cta .title {
font-size: 2.25rem;}
}
.section-cta .subtitle {
    max-width: 36rem;
    margin: 0.5rem auto 0;
    font-size: 1rem;
}
@media (min-width: 768px){
.section-cta .subtitle {
font-size: 1.125rem;}
}
.mt-6, .my-6 {
    margin-top: 1.5rem;
}
.section-cta a{
	text-decoration:none;
}	


.top-botton-noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
}

#topBtn {
	display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
	width: 58px;
	height: 58px;
	cursor: pointer;
	background-color: #5de6de;
	background-image: linear-gradient(315deg, #5de6de 0%, #b58ecc 74%);
	border: none;
	border-radius: 50%;
	transition: 200ms;
}

#topBtn svg {
	fill: white;
	width: 30px;
	height: 30px;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}

#topBtn:before {
	content: '';
	position: absolute;
	transform: translateX(-50%) translateY(45px);
	font-size: 10px;
	letter-spacing: -1px;
	transition: 200ms;
	color: #979797;
	font-weight: bold;
}

#topBtn:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	width: 70px;
	height: 70px;
}

#topBtn:hover::before {
	color: #0000FF;
}

#topBtn:hover svg {
		animation: bounce 2s infinite linear;
}

@keyframes bounce {
	0% {transform: translateX(-50%) translateY(-50%)}
	25% {transform: translateX(-50%) translateY(-65%)}
	50% {transform: translateX(-50%) translateY(-50%)}
	75% {transform: translateX(-50%) translateY(-35%)}
	100% {transform: translateX(-50%) translateY(-50%)}
}

#topBtn:focus {
	outline: none;
}
/* card section */
.card-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  background: #e8eff7;
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  margin: 20px 0;
}
.card-top img {
  display: block;
  width: 100%;
}
.card-container {
  width: 95%;
  margin: auto;
}
.card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.card-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.card-info h2 {
  font-size: 18px;
  margin: 10px 0 5px 0;
}
.date {
  margin-bottom: 10px;
}
card-info span p {
  font-size: 15px;
  display: block;
}
.excerpt {
  color: #aeaeae;
}
.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-bottom {
  margin-top: 20px;
}
.card-button {
  text-decoration: unset;
  font-weight: 600;
  text-transform: uppercase;
  color: #4e4e4e;
  width: 80px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  border-radius: 5px;
  background: #f2f4f6;
}
.read-more {
  text-decoration: unset;
  color: #000;
  font-weight: 600;
}
.btn-yellow {
  background: #ffb91d;
}
.btn-sky {
  background: #d2f9fe;
}
.btn-dpink {
  background: #e8d3fc;
}

/*Contact Page */

/*----- Contact Form -----*/
.contact-section {
    padding: 7em 0;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }
  
.bg-primary {
  background: #1089ff !important; }
  
.bg-acl {
  background: #183153 !important; 
  }
	
.info-wrap h3 {
	color: #fff; }
  
.info-wrap .dbox {
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 25px; }
  
.info-wrap .dbox:last-child {
    margin-bottom: 0; }
 
 .info-wrap  p {
    margin-top: 0; }	
 
 .info-wrap .dbox p {
    margin-bottom: 0; }
	
.info-wrap .dbox p span {
    font-weight: 600;
    color: #fff; }
	  
.info-wrap .dbox p a {
    color: #fff; }
	  
.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); }
	
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff; }
	  
.info-wrap .dbox .text {
    width: calc(100% - 50px); }
	
@media (min-width: 992px) {
.info-wrap {
    margin-top: -20px;
    margin-bottom: -20px;
    border-radius: 5px; } }
	
@media (min-width: 992px) {	
.p-lg-5 {
    padding: 3rem !important; }
}
	
.p-4 {
	padding: 1.5rem !important; }
	


  
 @media (min-width: 768px) { 
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
 }}
 
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }
  
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
  
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }
  
.contact-wrap {
  background: #fff; }
  
@media (min-width: 768px) {
.p-md-5 {
	padding: 3rem !important; }}
  
#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
color: #28a745;}

.form-group {
    margin-bottom: 1rem;
}

#contactForm .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;  }
#contactForm .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important; }
#contactForm .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important; }
#contactForm .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.7) !important; }
#contactForm .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important; }
#contactForm .form-control:focus, .form-control:active {
    border-color: rgba(0, 0, 0, 0.1); }
#message {
  resize: vertical; }

textarea.form-control {
    height: inherit !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important; }
.contact-form .g-recaptcha {

margin: 10px 40px;
}

.footer-acl {
  padding:50px 0;
  color:#fff;
  background-color:#183153;
}

.footer-acl h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
  color: #fff;
}

.footer-acl ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:12px;
}

.footer-acl ul a {
  color:inherit;
  text-decoration:none;
  
}

.footer-acl ul a:hover {
  color:#74c0fc;
}

@media (max-width:575px) {
  .footer-acl .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-acl .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-acl .item.text {
    margin-bottom:0;
  }
}

.footer-acl .item.text p {

  margin-bottom:0;
}

.footer-acl .item.social {
  text-align:center;
}

@media (max-width:992px) {
  .footer-acl .item.social {
    text-align:center;
    margin-top:18px;
  }
}

.footer-acl .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 4px;
  padding:10px;
  color:#fff;
  opacity:0.5;
}

.footer-acl .item.social > a:hover {
  opacity:1;
}
.footer-acl .icon {
	vertical-align: middle;
	padding-bottom: 25px;
}	
.footer-acl .legal-links {
	padding-top:24px;
	font-size:.8rem;
	margin-bottom:0;
}	

.legal-links .copyright {
  text-align:right;
  opacity:0.3;
 }
 
 @media (max-width:575px) {
.footer-acl .copyright {
	text-align:center}
}
@media (max-width:575px) {
.footer-acl .legal-links {
	text-align:center}
}
.footer-acl .legal-links span {
  color:inherit;
  opacity:0.3;
}
.footer-acl .legal-links a {
  color:inherit;
  opacity:0.3;
  text-decoration:none;
  text-align:left;
}

.footer-acl .legal-links a:hover {
  opacity:1;
}

.footer-acl .legal-links p {
  
	font-size:.8rem;
	margin: 0;
}

.legal-section {
	background-color: #f2f2f2 !important ;
}

.legal-banner {
	color:#fff;
	background-color:#183153;
	height: 100px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:575px) {
.legal-banner {
	height:84px}
}

.legal-header {
	color:#000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}

.legal-body {
	background-color: #fff;
	width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
	padding: 3rem;
	margin-bottom:2rem
}

.about-us-section {
	background-color: #fff ;
}
.about-us-body {
	/*background-color: #fff ;*?
	width: 100%;
    /*-webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);*/
	padding: 3rem;
	margin-top:3rem;
	margin-bottom:2rem;
}
@media (max-width:575px) {
.about-us-body  {
	padding:2rem}
}

/*section-divider*/

.wrapper
{
	padding-bottom: 90px;
}

.divider
{
	position: relative;
	margin-top: 0px;
	height: 2px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}
/*accordion*/

.accordion__button {
		display: block;
		width: 100%;
		padding: 10px;
		border: none;
		outline: none;
		cursor: pointer;
		background: #ffffff;
		text-align: left;
		transition: background 0.2s;
		margin: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
	}

	.accordion__button::after {
		content: '\2795';
		float: right;
		transform: scale(.75)
	}	
	.accordion__button--active + .accordion__content {display: block}
	.accordion__button--active { background: #fbfbfb }
	.accordion__button--active { font-weight: bold}
	.accordion__button--active::after { content: '\2796' }
	
	.accordion__content {
	/*	overflow: hidden;
		max-height: 0;
		transition: max-height 0.2s;
	*/	
		padding: 0 10px;
		display: none;
		overflow: auto;
	}
	
.responsive {
  width: 100%;
  height: auto;
}

.summary-section a {
  color:inherit;
  text-decoration: underline;
  
}
.summary-section a:hover {
  color:#000080;
} 


.fade{
	transition:opacity .15s linear
}

@media (prefers-reduced-motion:reduce){
.fade{transition:none}
}

.shadow
{
    display:block;
    position:relative;
	/*z-index: 1;*/
}

.shadow:before
{
    display:block;
    content:'';
    position:absolute;
	z-index: 1;
    width:100%;
    height:500px;
    -moz-box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
    -webkit-box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
    box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);

}
.error-section {
	background-color: #fff !important ;
}

.error-banner {
	color:#fff;
	background-color:#183153;
	height: 88px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:575px) {
.legal-banner {
	height:84px}
}

.error-page {
	background-color: #fff;
	width: 100%;
	height: 700px;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
	padding: 0;
	margin-bottom:2rem
}

.error-page-content {
  display: flex;

  /*this centers the text horizontally*/
  justify-content: center;
flex-direction: column;
  /*this centers the text vertically*/
  align-items: center;

  height: 100vh;

  
  
}

.error-page-content a {
  text-decoration: none;

    
}

.cell {
	display: flex;
    align-items: center;
	padding: 5px 0px;
}

.cell span {
	padding: 10px;
}

.flip-card-container {
    perspective: 1500px;
	padding: 10px 5px;
	margin: 0px -10px;
}

@media (max-width:575px) {.flip-card-container {padding: 1rem 2rem;}}
@media (max-width:480px) {.flip-card-container {padding: .5rem 1rem;}}
@media (max-width:320px) {.flip-card-container {padding: 10px 5px;}}


.flip-card1, .flip-card2, .flip-card3, .flip-card4, .flip-card5, .flip-card6, .flip-card7, .flip-card8, .flip-card9, .flip-card10, .flip-card11, .flip-card12	{
    width: 100%;
    padding-bottom: 75%;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.75, 0, 0.85, 1);
    }
@media (min-width:576px) {.flip-card1, .flip-card2, .flip-card3, .flip-card4, .flip-card5, .flip-card6, .flip-card7, .flip-card8, .flip-card9, .flip-card10, .flip-card11, .flip-card12{padding-bottom: 120%;}}

.flip-card1:not(.flipped), .flip-card2:not(.flipped), .flip-card3:not(.flipped), .flip-card4:not(.flipped), .flip-card5:not(.flipped), .flip-card6:not(.flipped), .flip-card7:not(.flipped), .flip-card8:not(.flipped), .flip-card9:not(.flipped), .flip-card10:not(.flipped), .flip-card11:not(.flipped), .flip-card12:not(.flipped)  {
    transform: rotateY(0deg);
}

.flip-card1.flipped, .flip-card2.flipped, .flip-card3.flipped, .flip-card4.flipped, .flip-card5.flipped, .flip-card6.flipped, .flip-card7.flipped, .flip-card8.flipped, .flip-card9.flipped, .flip-card10.flipped, .flip-card11.flipped, .flip-card12.flipped {
    transform: rotateY(180deg);
}
	

.flip-card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
	transform-style: preserve-3d;
}	
	
.flip-card-front {
	background-image: url('../img/bg/our-platform-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
	transform-style: preserve-3d;
    
}

.flip-card-icon-container {
    height: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
	transform: translateZ(80px) scale(0.94);
    }
	
.flip-card-icon {
    width: 64px;
    height: 64px;
    }
.flip-card-title {
	height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
	transform: translateZ(80px) scale(0.94); /*new*/
}
	
.flip-card-title h2 {
	font-family: 'Poppins';
	font-size: 1rem;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	text-align: center;
}


@media (max-width:1023px) {.flip-card-title h2{padding-left:5px;padding-right:5px;font-size: .85rem; letter-spacing: 1px}}
@media (max-width:768px) {.flip-card-title h2{padding-left:5px;padding-right:5px;font-size: .75rem; letter-spacing: 1px}}
@media (max-width:576px) {.flip-card-title h2{padding-left:10px;padding-right:10px;font-size: 1rem; letter-spacing: 1.25px}}
	 
.flip-card-button-container {
	width: 100%;
	height: 18%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateZ(80px) scale(0.94); 
}
	
.flip-card-back {
	transform-style: preserve-3d;
    transform: rotateY(180deg);
	overflow: auto;
}
	
.flip-card-description {
	display: flex;
    flex-direction: column;
    justify-content: start;
	height: 75%; 
    overflow-y: auto;
    padding: 20px;
    text-align: left;
	margin-bottom: 0px;
}
@media (max-width:1023px) {.flip-card-description{font-size: .85rem;}}
@media (max-width:768px) {.flip-card-description{font-size: .75rem;}}
@media (max-width:576px) {.flip-card-description{font-size: 1rem;}}	

.flip-card-button {	
	font-family: 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	cursor: pointer;
	display: block;
	padding: 0 1.5em;
	height: 3em;
	line-height: 2.9em;
	min-width: 3em;
	background-color: transparent;
	border: solid 2px #fff;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	left: 50%;
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	
		&:hover {
			background-color: #fff;
			box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
			text-shadow: none;
			color: #00ADEE;
		}
	
	
	&.flip-card-back-button {
		line-height: 3em;
		color: #00ADEE;
		border-color: #00ADEE;
		text-shadow: none;
		&:hover {
			background-color: #00ADEE;
			color: #fff;
			box-shadow: none;
		}
	}

}
	
	
.video-container {
	margin-top: 25px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
		
}

.features-heading {
	background-color: #F2F2F2;
	text-align: center;
	padding: 20px;
	position: relative;
}

.features-heading-line {
	width: 100%;
	height: 3px;
	background-color: #3498db; 
	position: absolute;
	top: 0;
	left: 0;
}
.datasheet-card {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-top: 25px;
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.datasheet-card-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.datasheet-card-content a{
	text-decoration: none;
}	
.datasheet-background-scroll {
	position: absolute;
	background: url('../img/data-sheet.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	animation: scrollBackground 20s linear infinite;
}
@keyframes scrollBackground {
	0% {
		background-position: center top;
	}
	100% {
		background-position: center bottom;
	}
}


.download-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #3498db;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
		
}

.demo-button {
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;		
}

.demo-button a {		
	text-decoration: none;		
}

.prd-list {	
}

@media (max-width:1024px) {.list-spacing {padding-left:20px;}}
@media (max-width:576px) {.list-spacing {padding-left: 40px;}}

.list-spacing li {
	padding: 1.25rem 0;
}

@media (max-width:1024px) {.list-spacing li{padding: .2rem 0;}}
@media (max-width:576px) {.list-spacing li{padding: 1rem 0;}}

.para-spacing {
}
.para-spacing p{
	padding: .5rem 0;
}
@media (max-width:1024px) {.para-spacing p{padding: 0;}}

.skew-cc{
	 width:100%;
	 height:80px;
	 left:0px;
	 background: linear-gradient(to right bottom, #E0F4FF 49%, #fff 50%),    linear-gradient(-50deg, #ffffff 16px, #000 0);
}


.skew-c{
	 width:100%;
	 height:80px;
	 left:0px;
	 background: linear-gradient(to left bottom, #fff 49%, #E0F4FF 50%);
}



.sub-section{
	padding-top: 3rem; 
	padding-bottom: 3rem;
}

.sub-section .container h2, .h2{
	font-size: 1.15rem;
	color: #3A3B3C;
}
@media (min-width:576px) {.sub-section .container h2, .h2{font-size: 1.25rem;}}
@media (min-width:768px) {.sub-section .container h2, .h2{font-size: 1.5rem;}}
.section-color-blue {
	background: #E0F4FF;
}

.section-color-white {
	background: #FFFFFF;
}

.section-color-grey {
	background: #F5F5F5;
}	

.banner-height{
	height: 500px;
}

.bottom-br-8{
	border-bottom-left-radius: 8px; 
	border-bottom-right-radius: 8px;
}

.bottom-br-6{
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px;
}
.cover-fit	{
	object-fit: cover;
}	
.cover-fit-75	{
	object-fit: cover;
	object-position: 75% 50%; 
}	
.cover-fit-85	{
	object-fit: cover;
	object-position: 85% 50%; 
}
.cover-fit-95	{
	object-fit: cover;
	object-position: 95% 50%; 
}		

.cover-fit-90	{
	object-fit: cover;
	object-position: 90% 50%; 
}	

.service-card	{
	padding-top:2.5rem;
	padding-bottom: 2.5rem;
}	
	
.margin-0	{
	margin: 0
}	

.bottom-padding-2rem	{
	padding-bottom: 2rem;
}
.bottom-padding-1rem	{
	padding-bottom: 1rem;
}
.bottom-padding-li li {
	padding-bottom: .5rem;
}

