
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; border-bottom: 1px dashed #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: 33px; font-weight: 300; color: #555; line-height: 50px; font-style: normal; }
h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; font-style: normal; }

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: 0 auto; padding-bottom: 50px; }

.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 menu *****/

.navbar { background: #444; transition: all .6s; backface-visibility: hidden; }

.navbar.navbar-no-bg { background: #444; background: rgba(0, 0, 0, 0.2); }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; text-transform: uppercase; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }

.navbar-brand {
	width: 105px;
	background: url(../img/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}


/***** Top content *****/
.thin_line {
	border-bottom: 1.7px solid rgb(180, 180, 180);
	display: block;
	margin: 5em 9em 2em 9em;
}
.main-header {
	text-align: center;
	background-size: cover;
	overflow: hidden;
	padding-top: 60px;
}
header {
	line-height: 1.5;
}
header .profile-image {
	margin-top: 50px;
	width: 250px;
	height: 145px;
}



/***** For Gallery *****/
.photo-gallery .intro {
	font-size:16px;
	max-width:500px;
	margin:0 auto 40px;
}
  
.photo-gallery .intro p {
	margin-bottom:0;
}
  
.photo-gallery .photos {
	padding-bottom:20px;
}
  
.photo-gallery .item {
	padding-bottom:30px;
}









footer {
	width: 100%;
	min-height: 30px;
	padding: 20px 0 40px 20px;
}
  
footer .copyright {
	top: -8px;
	font-size: .75em;
}
  
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
  
footer ul li {
	display: inline-block;
}
a.social {
	display: inline-block;
	text-indent: -9999px;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	opacity: .4;
	transition: all .5s;
}
a.twitter {
	background-image: url(images/twitter.svg);
}
a.linkedin {
	background-image: url(images/linkedin.svg);
}
a.github {
	background-image: url(images/github.svg);
}
a.social:hover {
	opacity: 1;
}
.clearfix {
	clear: both;
}


.modal-content {
  width: 180%;
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 10%);
}


.video-size {
  max-width: 1080px;
  position: relative;
  margin: auto;
}

.image-size {
	padding-top: 4em;
	padding-bottom: 4em;
	max-width: 1080px;
	position: relative;
	margin: auto;
}

.videoscuf-size {
	max-width: 1450px;
	position: relative;
	margin: auto;
}
  
.imagescuf-size {
	padding-top: 2em;
	padding-bottom: 2em;
	max-width: 1450px;
	position: relative;
	margin: auto;
}

.product-launch {
	margin-top: 4em;
}


.btn {
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}
.btn:hover {
	background-color: #414141;
	border-color: #414141;
}

.card-text {
  text-align: left;
  margin-right: 4px;
}

.card-title {
  font-weight: bold;
}


.top-content { width: 100%; padding: 60px 0 80px 0; }

.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 *****/

.gallery-box { padding-top: 30px; }
.gallery-box img { cursor: pointer; }

.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: 80px; }

.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");
}


/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;
	background: #f35b3f;
    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	background: #f35b3f;
    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Footer *****/

footer { padding: 40px 0; }

