
body { font-family: 'Century Gothic', sans-serif !important; font-size: 15px; font-weight: 400; color: #888; line-height: 30px; text-align: center; }

strong { font-weight: 600; }

a { color: #a365bc; border-bottom: 1px dashed #a365bc; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #a365bc; 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: #8542a0; color: #fff; text-shadow: none; }
::selection { background: #8542a0; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 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 menu *****/

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

.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: 123px;
	background: url(../img/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}


/***** Top content *****/

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

.carousel-control-next, .carousel-control-prev { border: 0; }


/***** 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: #8542a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */

    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.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: #8542a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */
	
    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-top { padding: 60px 0; background: #333; text-align: left; color: #aaa; }
.footer-top h3 { padding-bottom: 10px; color: #fff; }

.footer-about img.logo-footer { max-width: 74px; margin-top: 0; margin-bottom: 18px; }
.footer-about p a { color: #aaa; border-bottom: 1px dashed #666; }
.footer-about p a:hover, .footer-about p a:focus { color: #fff; border-color: #aaa; }

.footer-contact p { word-wrap: break-word; }
.footer-contact i { padding-right: 10px; font-size: 18px; color: #666; }
.footer-contact p a { color: #aaa; border-bottom: 1px dashed #666; }
.footer-contact p a:hover, .footer-contact p a:focus { color: #fff; border-color: #aaa; }

.footer-social a { display: inline-block; margin-right: 20px; margin-bottom: 8px; color: #777; border: 0; }
.footer-social a:hover, .footer-social a:focus { color: #aaa; border: 0; }
.footer-social i { font-size: 24px; vertical-align: middle; }

.footer-bottom { padding: 15px 0; background: #444; text-align: left; color: #aaa; }

.footer-copyright p { margin: 0; padding: 0.5rem 0; }
.footer-copyright a { color: #fff; border: 0; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #aaa; border: 0; }

/* footer navbar */
.navbar { padding: 0; background: #444; backface-visibility: hidden; }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; font-weight: 400; }
.navbar-dark .navbar-nav .nav-link { color: #fff; border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #aaa; }
.navbar-dark .navbar-nav .nav-link:focus { color: #aaa; outline: 0; }

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


.main-timeline:after{
	content: '';
	display: block;
	clear: both;
}
.main-timeline:before{
	content: '';
	height: 100%;
	width: 2px;
	border: 2px dashed #000;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 30px;
}
.main-timeline .timeline{
	width: 50%;
	padding: 100px 70px 0 25px;
	margin: 0 50px 0 0;
	float: left;
	position: relative;
}
.main-timeline .timeline-content{
	padding: 15px 15px 15px 40px;
	border: 2px solid #be2a5c;
	border-radius: 15px 0 15px 15px;
	display: block;
	position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:after{
	content: '';
	background-color: #be2a5c;
	height: 18px;
	width: 15px;
	position: absolute;
	right: -15px;
	top: -2px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.main-timeline .timeline-year{
	color: #fff;
	background-color: #be2a5c;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	line-height: 98px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	position: absolute;
	right: -120px;
	top:-85px;
}
.main-timeline .timeline-year:after{
	content: '';
	height: 130px;
	width: 130px;
	border: 8px solid #be2a5c;
	border-left-color: transparent;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-20deg);
	position: absolute;
	left: 50%;
	top: 50%;
}
.main-timeline .timeline-icon{
	color: #fff;
	background-color: #be2a5c;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -25px;
	transition: all 0.3s;
}
.main-timeline .title{
	color: #222;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
}
.main-timeline .description{
	color: #222;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0 0 5px;
}
.main-timeline .timeline:nth-child(even){
	padding: 100px 25px 0 70px;
	margin: 0 0 0 50px;
	float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
	padding: 15px 40px 15px 15px;
	border-radius: 0 15px 15px 15px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
	transform: rotateY(180deg);
	right: auto;
	left: -15px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
	right: auto;
	left: -120px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:after{
	transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	left: auto;
	right: -25px;
}
.timeline:nth-child(4n+2) .timeline-content,
.timeline:nth-child(4n+2) .timeline-year:after{
	border-color: #9e9e9e;
}
.timeline:nth-child(4n+2) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+2) .timeline-content:after,
.timeline:nth-child(4n+2) .timeline-icon,
.timeline:nth-child(4n+2) .timeline-year{
	background-color: #9e9e9e;
}
.timeline:nth-child(4n+3) .timeline-content,
.timeline:nth-child(4n+3) .timeline-year:after{
	border-color: #be2a5c;
}
.timeline:nth-child(4n+3) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+3) .timeline-content:after,
.timeline:nth-child(4n+3) .timeline-icon,
.timeline:nth-child(4n+3) .timeline-year{
	background-color: #be2a5c;
}
.timeline:nth-child(4n+4) .timeline-content,
.timeline:nth-child(4n+4) .timeline-year:after{
	border-color: #9e9e9e;
}
.timeline:nth-child(4n+4) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+4) .timeline-content:after,
.timeline:nth-child(4n+4) .timeline-icon,
.timeline:nth-child(4n+4) .timeline-year{
	background-color: #9e9e9e;
}
@media screen and (max-width:767px){
	.main-timeline:before{ display: none; }
	.main-timeline .timeline{
		width: 100%;
		padding-top: 80px;
		padding-right: 12px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline:nth-child(even){
		padding-left: 10px;
		padding-top: 80px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline-content,
	.main-timeline .main-timeline .timeline:nth-child(even) .timeline-content{
		background-color: #fff;
		padding-top: 25px;
	}
	.main-timeline .timeline-content:after{ display: none; }
	.main-timeline .timeline-year{
		font-size: 24px;
		line-height: 70px;
		height: 70px;
		width: 70px;
		right: 0;
		top: -65px;
	}
	.main-timeline .timeline-year:after{ display: none; }
	.main-timeline .timeline:nth-child(even) .timeline-year{ left: 3px; }
}
@media screen and (max-width:567px){
	.main-timeline .title{ font-size: 18px; }
}

.carousel {
	margin-left: 15% !important;
	margin-right: 15% !important;
}

ul.slides {
	display: block !important;
	position: relative !important;
	height: 500px !important;
	width: 500px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	list-style: none !important;
}

.slides * {
	user-select: none !important;
	-ms-user-select: none !important;
	-moz-user-select: none !important;
	-khtml-user-select: none !important;
	-webkit-user-select: none !important;
	-webkit-touch-callout: none !important;
}

ul.slides input {
	display: none !important;
}


.slide-container {
	display: block !important;
}

.slide-image {
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	opacity: 0 !important;
	transition: all .7s ease-in-out !important;
}

.slide-image img {
	width: auto !important;
	min-width: 100% !important;
	height: 100% !important;
}

.carousel-controls {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 999 !important;
	font-size: 100px !important;
	line-height: 600px !important;
	color: #be2a5c !important;
}

.carousel-controls label {
	display: none !important;
	position: absolute !important;
	padding: 0 20px !important;
	opacity: 0 !important;
	transition: opacity .2s !important;
	cursor: pointer !important;
}

.slide-image:hover + .carousel-controls label{
	opacity: 0.5 !important;
}

.carousel-controls label:hover {
	opacity: 1 !important;
}

.carousel-controls .prev-slide {
	width: 1em !important;
	text-align: left !important;
	left: 0 !important;
}

.carousel-controls .next-slide {
	width: 1em !important;
	text-align: right !important;
	right: 0 !important;
}

.carousel-dots {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 20px !important;
	z-index: 999 !important;
	text-align: center !important;
}

.carousel-dots .carousel-dot {
	display: inline-block !important;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	background-color: #be2a5c !important;
	opacity: 0.5 !important;
	margin: 10px !important;
}

input:checked + .slide-container .slide-image {
	opacity: 1 !important;
	transform: scale(1) !important;
	transition: opacity 1s ease-in-out !important;
}

input:checked + .slide-container .carousel-controls label {
	display: block !important;
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1 !important;
}


input:checked + .slide-container .nav label { display: block !important; }

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {
    ul.slides {
        height: 500px !important;
        width: 500px !important;
    }
}

@media screen and (max-width: 800px) {
    ul.slides {
        height: 500px !important;
        width: 500px !important;
    }
}

@media screen and (max-width: 600px) {
    ul.slides {
        height: 250px !important;
        width: 250px !important;
    }
}





