﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,600|Open+Sans&display=swap');

body {
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	font-weight: 500;
	color: #262626;
	font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #2d2d2d !important;
	font-family: 'Fira Sans', sans-serif !important;
}

P {
	line-height: 25px;
	font-weight: 500;
	font-size: 15px;
	margin-top: 20px;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
}

.display-wrap {
	display: flex;
	flex-wrap: wrap;
}

.bg-decor {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	pointer-events: none;
}

.heading {
    font-size: 40px !important;
    color: #2d2d2d !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding-bottom: 20px;
}

.heading::after {
	content: '';
	position: relative;
	display: block;
	height: 2px;
	width: 80px;
	margin-top: 15px;
	background: #009f3c;
}

.heading-center {
    font-size: 40px !important;
    color: #2d2d2d !important;
    text-transform: uppercase !important;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px !important;
}

.heading-center::after {
	content: '';
	position: relative;
	display: block;
	height: 2px;
	width: 80px;
	margin: 15px auto;
	background: #009f3c;
}

.sub-heading {
	font-size: 1.8em;
	color: #41516a;
	text-transform: uppercase;
	font-weight: 600;

}

.box-images-parallax {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.box-images-parallax .front-element {
	margin-right: 40px;
	position: relative;
	/*margin-top: -20px;*/
	z-index: 2;
}

.box-images-parallax .back-element {
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
}


section {
	padding: 2em 0;
}


/*--------------
welcome
--------------*/

.welcome {
	background: url(../images/bg_5.png) no-repeat right bottom #fff;
}

.welcome-box {
	padding: 30px !important;
	box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.11);
	background: #fff;
	width: calc(33.33% - 30px);
	margin: 15px 15px;
}

.welcome-box img {
	width: 80px;
	margin-bottom: 15px;
}

.welcome-box .heading {
	font-size: 28px !important;
	line-height: 32px;
	margin: 0px;
	padding-bottom: 0px;
}

.welcome-box .heading::after {
	margin-top: 5px;
}


/*--------------
mission
--------------*/

.mission {
	background: url(../images/vision-mission-bg.jpg) #fff;
	text-align: center;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}

.mission .heading {
	color: #fff;
}

    .mission p {
        color: #fff;
        font-size: 15px;
    }

.heading-mission {
    font-size: 40px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

.heading-mission::after {
	content: '';
	position: relative;
	display: block;
	height: 2px;
	width: 80px;
	margin: 15px auto;
	background: #fff;
}

.vision-mission-box {
	padding: 30px !important;
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.11);
    background: rgba(0, 159, 60, 0.5);
    backdrop-filter: blur(5px);
	margin: 15px 0px;
}

.vision-mission-box h3 {
	font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
}
.vision {
	background: url(../images/bg2.jpg) no-repeat fixed #fff;
	padding: 6em 0;
}

.why-choose-list {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	list-style-type: none;
}

.why-choose-list li {
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0px;
	border-bottom: 1px solid #009f3c;
}
.why-choose-list p {
	font-size: 18px;
	font-weight: 600;
}
.why-choose-list li img {
	width: 60px;
	margin-right: 10px;
	float: left;
}

/*--------------
value
--------------*/

.value {
	background: url(../images/value-bg.png) fixed #fff;
	padding: 6em 0;
}

.value-box .heading {
	font-size: 28px !important;
	line-height: 32px;
	margin: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.value-box .heading::after {
	margin-top: 5px;
}

.value-box {
    padding: 30px !important;
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.11);
    background: #fff;
    width: calc(33.33% - 30px);
    margin: 15px 15px;
    height: 235px;
}

.value-head {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	color: #ea8300 !important;
	text-transform: uppercase;
	text-align: center;
}

.value-subhead {
	font-size: 33px;
	line-height: 43px;
	color: #41516a !important;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

/*--------------
updates
--------------*/
.updates {
	background-color: #fff9f1;
	padding: 6em 0;
}

.update-box {
	/*padding:30px 5px;*/
	/*border:3px solid #fff;*/
	text-align: center;
	padding: 40px 0px;
	height: 220px;
	background: #068538;
}

.update-img {
	padding: 0px !important;
	height: 220px;
}

.update-img img {
	height: 220px;
}

.update-box .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	margin: 0 auto;
}


.update-box i {
	color: #1f2845;
	font-size: 3.0em;
	line-height: 80px;
}

.update-box h3 {
	color: #fff !important;
}


.list-style {
	padding: 0px !important;
	margin: 0px;
	list-style-image: url(../images/tick.png);
	margin: 20px 0px 35px 25px !important;
}

.list-style li {
	padding: 5px 0;
	margin: 10px 0;
	line-height: 1.625;
	font-weight: 400;
	color: #41516a;
	font-size: 1.1em;
}

.list-style2 {
	padding: 0px;
	margin: 0px;
	list-style: disc;
	margin: 5px 0px 5px 35px;
}

.list-style2 li {
	padding: 5px 0;
	margin: 0px;
	font-weight: 400;
}



/*--------------
media query
--------------*/

@media(max-width:1024px) {
    .welcome {
        padding: 30px 0;
    }

    .vision {
        background: url(../images/bg2-1.jpg) no-repeat;
        background-position: top;
        padding: 30px 0;
    }

	.about {
		background: url(../images/about-bg-1.jpg) no-repeat right bottom;
	}

	.contact {
		background: url(../images/contact-bg-1.jpg) no-repeat right bottom;
	}

}

@media(max-width:600px) {
    .welcome-box {
        padding: 20px !important;
        width: calc(100% - 0px);
        margin: 15px 0px;
    }

        .welcome-box .heading {
            font-size: 22px !important;
            line-height: 30px;
            text-align: left;
        }
            .welcome-box .heading::after {
                margin: 15px 0 5px 0;
            }

        .welcome-box img {
            width: 65px;
        }

    .vision-mission-box h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .mission p {
        color: #fff;
        font-size: 15px;
    }
    .heading-mission {
        font-size: 30px;
    }
    .box-images-parallax .back-element {
        display:none;
    }
    .box-images-parallax .front-element {
        margin-right: 0;
    }
    .box-images-parallax .front-element img {
        width:100%;
    }
    .heading {
        font-size: 30px !important;
        text-align: center;
        padding-bottom: 0px;
    }
        .heading::after {
            margin:15px auto 5px auto;
        }
    .why-choose-list {
        padding: 0px 0px 0px 0px;
    }
        .why-choose-list p {
            font-size: 15px;
        }
    .value {
        padding: 30px 0;
    }
    .heading-center {
        font-size: 30px !important;
        padding-bottom: 10px !important;
    }
        .heading-center::after {
            margin: 8px auto;
        }
    .value-box {
        width: calc(100% - 0px);
        margin: 15px 0px;
        height: auto;
        padding:20px !important;
    }
    .value-box .heading {
       font-size: 22px !important;
       line-height: 30px;
    }
     .value-box .heading::after {
         margin: 15px 0 5px 0;
     }
    .value-head {
        font-size: 25px;
        line-height: 35px;
    }
    .value-subhead {
        font-size: 22px;
        line-height: 28px;
    }
}


/*--------------
Animation
--------------*/

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}

@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
	}
}

@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
	}
}

.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}

@-webkit-keyframes slide-down {
	0% {
		-webkit-transform: translateY(70px);
		transform: translateY(70px);
	}

	100% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
}

@keyframes slide-down {
	0% {
		-webkit-transform: translateY(70px);
		transform: translateY(70px);
	}

	100% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
}


