
body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; color: #888; line-height: 30px; text-align: center; }

strong { font-weight: 600; }

a { color: #f35b3f; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #f35b3f; border: 0; text-decoration: none; }

h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 300; color: #555; line-height: 50px; font-style: italic; }
h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; font-style: italic; }

/* img { max-width: 100%; } */

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #f35b3f; color: #fff; text-shadow: none; }
::selection { background: #f35b3f; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 85px auto; padding-bottom: 80px; }

.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 span { border-color: #fff; }

/* .section-description { margin-top: 60px; padding-bottom: 10px; } */

/* .section-description p { margin-top: 20px; padding: 0 120px; } */
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


.top-content { width: 100%;
	display: flex;
	align-items: center;
	 /* padding: 60px 0 80px 0;  */
	 border-bottom: 0.5px solid #e0e0e0;
height: 40vh;
margin-top: 70px;
}
.top-content video{
	width: 100%;
	height: 40vh;
	object-fit: fill;
	margin-top: 70px;
}

.background-clips {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.media{
	display: flex;
    justify-content: center;
	/* background-image: url(../img/new1.jpg);
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: rgba(0, 0, 0, 0.4);
}

.media img{
	width: 53%;
    height: 48%;
    margin-top: 27px;
}

.background-clip{
	position: absolute;
	top: 0;
	z-index: -1;
	/* height: 40%; */
}

.background-clips{
	position: absolute;
	top: 0;
	z-index: -1;
	/* height: 40%; */
}



.top-content h1 { padding-top: 60px; color: #fff; }
.top-content .description { margin: 30px 0 0 0; padding-bottom: 30px; }
.top-content .description p { color: #fff; color: rgba(255, 255, 255, 0.8); }
.top-content .description a { color: #fff; color: rgba(255, 255, 255, 0.8); border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }
.top-content .description a:hover,
.top-content .description a:focus { color: #fff; color: rgba(255, 255, 255, 0.8); }

.gallery-box { padding-top: 30px; }
.gallery-box img {
    max-width: 100%;
    cursor: pointer;
    width: 462px;
    height: 169px;
    object-fit: contain;
    border-radius: 6px;
    overflow: hidden;
}

.carousel .carousel-indicators { bottom: -20px; }
.carousel .carousel-indicators li {
	width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; background-color: #5a6268;
}

.carousel .carousel-inner { padding-bottom: 40px; }

.carousel .carousel-control-next, 
.carousel .carousel-control-prev { top: auto; border: 0; }

.carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235a6268' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235a6268' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}



