

body,html{
	font-family: 'DM Sans Regular', sans-serif; 
}
body{
	font-family: 'DM Sans Regular', sans-serif; 
	font-size: 16px;
	line-height: 25px;	
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #343a40;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.2;
	font-family: 'DM Sans Regular', sans-serif;

}

h1 {
	font-size: 40px;
}
  
h2 {
font-size: 36px;
}

h3 {
font-size: 24px;
}

h4 {
font-size: 20px;
}

h5 {
font-size: 16px;
}

h6 {
font-size: 14px;
}

p,li,figcaption {
    text-wrap: pretty
}


.opacity-100 {
    opacity: 1!important;
}

.opacity-75 {
    opacity: .75!important;
}

.opacity-50 {
    opacity: .5!important;
}

.opacity-25 {
    opacity: .25!important;
}


@media (min-width:576px){
	.container,
	.container-sm{max-width:540px}
}
	
@media (min-width:768px){
	.container,
	.container-md,
	.container-sm{max-width:720px}
	}

@media (min-width:992px){
	.container,
	.container-lg,
	.container-md,
	.container-sm{max-width:960px}
	}

@media (min-width:1200px){
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl{max-width:1140px}
	}

@media (min-width:1400px){
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl{max-width:1320px}
}
/*
header#masthead{
    background-color: rgba(0,0,0,1) !important;
}

#masthead .navbar-nav > li > a {
    color: #ffffff;
    padding: 0.5rem 0.5rem;
    font-weight: 500;
    font-size: 16px;
}

#masthead .navbar-nav > li > a:hover, 
#masthead .navbar-nav > li.current_page_item > a {
    color: #DE2B33;
    font-weight:500;
   
}


@media (min-width:1400px){
	#masthead .navbar-nav > li > a {
		padding: 0.5rem 1.125rem;
	}
}
*/


#OKCarousel,
#OKCarousel .carousel-item{
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	}


#OKCarousel .carousel,
#OKCarousel .carousel-item,
#OKCarousel .carousel-item .active {
    height: calc(50vh - 105px);
	min-height:500px;
	max-height:590px;
}

#OKCarousel .carousel-inner {
  height: 100%;
  background: #000;
}

#OKCarousel .carousel-caption{/*padding-bottom:80px;*/}

#OKCarousel h2{font-size: 60px;}
#OKCarousel p{/*padding:10px*/}

@media screen and (max-width: 991px) {
	#OKCarousel .carousel,
	#OKCarousel .carousel-item,
	#OKCarousel .carousel-item .active {
		height: 50vh;
		min-height:380px;
	}
	#OKCarousel .carousel-caption{
		right:0;
		left:0}
}

/* Background images are set within the HTML using inline CSS, not here */

#OKCarousel .fill,
#OKCarousel .fill-mobile {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}
#OKCarousel .fill-mobile{display:none;}

@media(max-width:576px){
	#OKCarousel .fill.none-mobile {display:none;}
	
    #OKCarousel .fill-mobile{display:block;}

}



#midCarousel .carousel-video {
	width: 100%;
	height: 100%;
	object-fit: cover; 	
    object-position: center 70%;
	}

/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animate__animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}



/* */
.wpls-logo-showcase-slider-wrp{
border-bottom: 0px solid #de2b33;
    padding-bottom: 0rem;

}


/*  image-text-container */

.image-text-container{}
.image-text-container .img-block-container{
	background-color: #dee2e6;
	width: 100%;
	padding-top: 70.45454545454545%; /* 44:31 Aspect Ratio */
	/*aspect-ratio: 44 / 31;*/
	position: relative; /* If you want text inside of it */
	overflow:hidden;	
}

.image-text-container .img-block-container img{
	-o-object-fit:cover;
	object-fit:cover;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
}

.image-text-container .section-header{
    position: relative;}

.image-text-container .section-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color:rgb(237,237,237);
    top: 0;
    display: none;
}

.image-text-container .section-title{
	font-size: 2rem;
    line-height: 1.2;
    color:  #de2b33;  
    padding-top: 0;
    margin-left: 0;   
    text-wrap: pretty;       
}
.image-text-container .section-category{
	font-size: 1.5rem;
    color:  #de2b33;  
}



.image-text-container .section-category {

    position: relative;
    top:auto;
    left:auto;
    margin-left: 0px;

    background: none;

    -webkit-transform-origin: 0 0;
    -moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    -o-transform-origin:      0 0;

    -webkit-transform: rotate(0) translateX(0);
    -moz-transform:    rotate(0) translateX(0);
    -ms-transform:     rotate(0) translateX(0);
    -o-transform:      rotate(0) translateX(0);
    line-height: inherit;
    text-align:left;

}


.image-text-container .section-category span{
	display: inline-block;
	text-transform:unset;
	font-size:inherit;
	letter-spacing:inherit;
	color:inherit
}

/* icon*/

.icon-size {
    width: 100px;
    height: 100px;
}



#midCarousel .carousel,
#midCarousel .carousel-item,
#midCarousel .carousel-item .active {
    height: 800px;/**/
}


#midCarousel .carousel-caption {
    right: 0%;
    left: 0%;
    bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	text-align:left
}

#midCarousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:1;
	}
	
	
.sd-content {
    background:#de2021;
    padding: 45px 50px;
    position: absolute;
    bottom: 0;
    width: 100.5%;
    z-index: 2;
    left: -2px;
}	


.sd-content .sd-meta {
    /*font-size: 16px;*/
	font-size: 1rem;
    line-height: 1.2;
    color: #ffffff;
}

.sd-content h5 {
    /*font-size: 36px;*/
	font-size: 2.25rem;
    line-height: 1.3;
    color: #ffffff;
}

.sd-content .project-info {
    margin-top: 100px;
}

.sd-content .project-info span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.sd-content .sd-logo {
    position: absolute;
    bottom: 45px;
    right: 50px;
	height:140px;
	width:50%;
}

.sd-content .sd-logo img{
	-o-object-fit:contain;
	object-fit:contain;
	object-position: right bottom;
	width:100%;
	height:100%;
}



.sd-content .project-info i {
    font-size: 15px;
    color: #343a40;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    margin-right: 20px;
    transition: 0.3s;
}

.sd-content .project-info i:hover{
                background:#343a40;
                color: #ffffff;
            }

.sd-content a {
	color: inherit;
    outline: none;
    border: none;
}

/*

@media (min-width:576px){
	.banner-slide-height {
		height: 550px;
	}
}
	
@media (min-width:768px){
	.banner-slide-height {
		height: 600px;
	}

	}

@media (min-width:992px){
	.banner-slide-height {
		height: 600px;
	}

	}

@media (min-width:1200px){
	.banner-slide-height {
		height: 700px;
	}
}

*/
.banner-slide-height {
	/*height: 800px;*/
	position: relative;
}

.slide-border {
    border-right: 2px solid #ffffff;
    opacity: 0.3;
    height: 100%;
}

section.full-width + .full-width{
    padding-top: 0 !important;
    margin-top: -1.5rem !important;
}


@media(max-width:767px){
		
.two-column-container.full-width,
.full-width{
 /* margin: 0 -15px;*/
   margin: 0px;
  /* add back negative margin value */
  padding: 1.5rem!important;;
  background: #ffffff;
	}
}	

/* Footer*/
#footer {
	font-size: 16px;
	color: #b4b8bb;
}


.footer__widget-title {
    font-size: 18px;
    margin-bottom: 40px;
}


.footer__widget-content p {
    color: #b4b8bb;
}

.footer__subscribe-form {
    position: relative;
}

.footer__subscribe-form::before {
    content: "\f0e0";
    position: absolute;
    left: 20px;
    top: 18px;
    font-family: "Font Awesome 5 Free";
}

/*.footer__subscribe-form input,*/
.footer__subscribe-form input.wpcf7-text {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    padding-right: 150px;
    background: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(2 0 40 / 8%);
    -moz-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -ms-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -o-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    box-shadow: 0px 2px 4px 0px rgb(2 0 40 / 8%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

/*.footer__subscribe-form .s-button,*/
.footer__subscribe-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    color:  #ffffff;
    background: #de2021;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 35px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
	border:0px;
}

.footer__subscribe-form .wpcf7-response-output{
	margin:0px !important;
}

.footer__social-info {
    display: flex;
}

.footer__social-info span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
}

.footer__social-icon a {
    font-size: 15px;
    margin-right: 15px;
    color: #727980;
}