@charset "UTF-8";
/*
* Trunk version 2.0.1
*/
/**************************************************/


.img-0 {
	height: 50%;
}

@media(min-width: 320px) {
	.about-management {
		margin-bottom: 30%;
	}
}

@media(min-width: 428px) {
	.about-management {
		margin-bottom: 30%;
	}
}

@media(min-width: 768px) {
	.about-management {
		margin-bottom: 0px;
	}
}


@media(min-width: 428px) {
	.team-classic-caption {
		bottom: 0px;
	}
}

@media(min-width: 428px) {
	.team-classic-caption {
		bottom: 20px;
	}
}

@media(min-width: 320px) {
	li.list-home {
		margin-top: 25px;
		padding-bottom: 50px;
	}

	.cube-classic-wrap-2 {
		padding-bottom: 80px;
	}
}

@media(min-width: 428px) {
	li.list-home {
		margin-top: 50px;
	}

	div.redirect-button {
		padding-top: 50px;
	}
}

@media(min-width: 768px) {

	li.list-home,
	p.list-home {
		margin-top: 50px;
	}
}

@media(min-width: 375px) {
	.horizontal-line-home {
		width: 50%;
	}
}

@media(min-width: 428px) {
	.horizontal-line-home {
		width: 75%;
	}
}

@media(min-width: 768px) {
	.horizontal-line-home {
		width: 100%;
	}
}

@media(min-width: 428px) {
	.team-classic-caption {
		bottom: -70px;
	}
}

.accordion-expand-min {
	float: right;
}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.plans-list li {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.71429;
	font-weight: 500;
	text-align: center;
	color: #111111;
	letter-spacing: .05em;
	-webkit-text-size-adjust: none;
}

.plans-list i {
	padding-right: 10px;
}

.list-hr {
	padding-left: 10px;
}

.vertical-line {
	border-left: 3px solid #abdbe3;
	height: auto;
}

li.plans-list-bold {
	font-weight: bold;
}

.plans-img {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.plans-area {
	padding-bottom: 100px;
}

.horizontal-line {
	width: 50%;
	float: left;
	border: 2px solid #abdbe3;
}


.services-horizontal-line {
	width: 10%;
	float: center;
	border: 2px solid #abdbe3;
}

.align-text {
	text-align: justify;
	padding-left: 10px;
}


.icon-area {
	margin-top: 50px;
}

img.icon-img-0 {
	width: 20%;
	padding-bottom: 10px;
	float: center
}


@media(min-width: 320px) {
	img.icon-img-1 {
		width: 25%;
		padding-bottom: 5px;
		float: center
	}
}

@media(min-width: 428px) {
	img.icon-img-1 {
		width: 20%;
		padding-bottom: 5px;
		float: center
	}
}

@media(min-width: 768px) {
	img.icon-img-1 {
		width: 10%;
		padding-bottom: 5px;
		float: center
	}
}

.mgnt-img {
	width: 370px;
	height: 285px;
}

.gallery-img {
	width: 370;
	height: 26;
}

.accordion {
	width: 50%;
	margin: 0 auto;
}

/* accordion heading */
.accordion h1 {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: gainsboro;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid darkgrey;
	border-radius: 3px;
}

.accordion h1:hover {
	cursor: pointer;
}

/* accordion section content */
.accordion div {
	display: none;
	padding: 10px;
	height: 200px;
	line-height: 20px;
	border: 1px solid gray;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.plan-section {
		padding-top: 50px;
	}
}

@media (min-width: 992px) {
	.plan-section {
		padding-top: 50px;
	}
}

.plan-content-p {
	padding-top: 25px;
	text-align: justify;
	text-justify: inter-word
}

.plan-content-area {
	padding-bottom: 100px;
}

@media (min-width: 1200px) {
	.section-full-2 {
		display: flex;
		align-items: left;
		justify-content: left;
		height: 50px;
		
	}
	.section-full-2 > .container {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.section-sm {
		padding: 80px 0;
	}
	.section-md {
		padding: 90px 0;
	}	
	.section-inset-2 {
		padding: 30px 0 70px 0;
		
	}
	.cube-classic-wrap-2 {
		padding-bottom: 0px;
	}
}

p.bold-p {
font-weight: bold;
}

a.rights {
    color: #888888;
}

a.rights:hover {
    color: #abdbe3;
}