@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'MyriadProRegular';
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: -webkit-linear-gradient(0deg, rgba(199,209,250,1) 50%, rgba(137,151,212,1) 100%);
	background: -moz-linear-gradient(0deg, rgba(199,209,250,1) 50%, rgba(137,151,212,1) 100%);
	background: linear-gradient(0deg, rgba(199,209,250,1) 50%, rgba(137,151,212,1) 100%);
	background-repeat: no-repeat;
}

bodyMid {
	font-family: 'MyriadProRegular';
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	padding: 0;
	margin: 0;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	padding: 0;
	margin: 0;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li,
ol li {
	list-style: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/* buttons */


/* buttons */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*---------------------banner-section-start-------------------------*/

.banner-section-main {
	background-image: url('../images/header_missionpage.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.banner-section {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}

.company-logo {
	margin-bottom: 42px;
}

.company-logo img {
	width: 100%;
	height: auto;
}

.company-name h1 {
	font-size: 48px;
	line-height: 52px;
}

/*---------------------banner-section-end---------------------------*/


/*---------------------contact-section-start------------------------*/

.contact-section-main {
	background-color: #93c03f;
}

.contact-section {
	padding: 10px 0;
}

.contact-section ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-section ul li {
	margin-right: 25px;
}

.contact-section ul li:last-child {
	margin-right: 0;
}

.contact-section ul li svg,
.contact-section ul li i {
	position: relative;
	top: 2px;
	margin-right: 12px;
}

/*---------------------contact-section-end--------------------------*/


/*---------------------details-section-start------------------------*/

.details-section {
	padding-top: 15px;
	padding-bottom: 50px;
	margin: 0 65px;
}

.details-section .section-text {
	margin-bottom: 42px;
}

.details-section .section-text .section-img {
	float: left;
	margin-right: 25px;
	text-align: center;
}

.details-section .section-text .section-img img {
	width: 164px;
	height: 228px;
}

.details-section .section-text p {
    text-align: justify;
    font-family: inherit;
    font-weight: inherit;
}

.youtube-video-section {
	text-align: center;
}

.youtube-video-section iframe {
	width: 440px;
	height: 250px;
	border: none;
}

/*---------------------details-section-end--------------------------*/


/*---------------------hyperlink-section-start----------------------*/

.hyperlink-section-main {
	/* background-color: #8781bd; */
	background-image: url('../images/bg-purple2.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.hyperlink-section-main:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #FFFFFF;
	opacity: 0.5;
}

.hyperlink-section {
	margin: 0 155px;
	padding-top: 50px;
	padding-bottom: 58px;
	position: relative;
	z-index: 99;
}

.hp-detail {
	text-align: center;
	margin-bottom: 80px;
}

.hp-detail:last-child {
	margin-bottom: 0;
}

.hp-img {
	position: relative;
	overflow: hidden;	  
}

.hp-img img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.hp-img:hover img {
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	-moz-transform: scale3d(1.2, 1.2, 1);
	-ms-transform: scale3d(1.2, 1.2, 1);
	-o-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

.hp-img:hover .hp-text {
	color: #93c03f;
}

.hp-img .hp-text {
	position: absolute;
    top: 50%;
    padding: 0 60px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

/*---------------------hyperlink-section-end------------------------*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer-start {
	text-align: center;
	padding-top: 48px;
	padding-bottom: 60px;
}

.quote-section {
	margin-bottom: 115px;
}

.copyright-section p {
	font-size: 14px;
	line-height: 18px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
