body {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Prata', serif;
	line-height: 1.4em;
	color: #111;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	color: #dd447a;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}
/******* Header ************/

/******* Back-to-top ************/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 47px;
    height: 47px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    font-size: 21px;
    padding: 7px 0;
    border-radius: 0;
    background-color: #d34682;
    border-color: #d64680;
}
.btn-dark:hover {
	color: #fff;
	background-color: #8754c4;
	border-color: #8754c4;
}
/******* Menu ************/
.menu_bar {
	padding: 0px;
}
.menu {
}
.top_menu {
	background: rgba(255, 255, 255, 0);
	position: absolute;
	z-index: 1024;
}
.menu_bar_left {
}
.menu_bar_left img {
	width: 14%;
}
.fixed-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: rgba(255, 255, 255, 0.7);
}
.menu_bar_right {
	text-align: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2.5rem;
	padding-left: 0rem;
	text-transform: uppercase;
}
.bg-light {
	background-color: rgba(255, 255, 255, 0.0) !important;
}
.navbar-expand-md .navbar-collapse {
	justify-content: center;
}
.navbar > li > a {
	padding-right: 0rem;
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #000;
}
.fixed-header .menu_bar_left {
	float: left;
}
.fixed-header .menu_bar_left img {
	width: 20%;
}
.fixed-header .menu_bar_right {
	float: right;
	margin-top: 22px;
}
.fixed-header .navbar-light .navbar-nav .nav-link{
	    color: #020202;
	text-shadow: none;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
}
.fixed-header .navbar-nav li:first-child a.nav-link {
	border-left: none;
}
.navbar-nav li:first-child a.nav-link {
	border-left: none;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
    text-shadow: none;
}
/******* Slider ************/
.slider {
	padding: 0px;
}
.border2 {
	background: #ffc35b;
	height: 20px;
}
.carousel-caption h1 {
     font-size: 98px;
     text-transform: uppercase;
     color: #fff;
     font-weight: 300;
     font-family: 'Roboto', sans-serif;
     line-height: 81px;
     letter-spacing: 4px;
     margin-top: 24px;
     margin-top: 35px;
}
.carousel-caption h2 {
	font-size: 140px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
	letter-spacing: 4px;
	line-height: 86px;
	letter-spacing: 4px;
	line-height: 100px;
}
.carousel-caption h2 span {
	font-size: 106px;
}
.carousel-caption p {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 30px;
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	height: 15px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff0;
	background-clip: padding-box;
	margin-top: -17px;
	opacity: .5;
	border-radius: 50px;
	width: 13%;
	border: 1px solid #fff;
	transition: opacity .6s ease;
}
.carousel-inner img{

    height: 100vh !important;
}
.carousel-indicators .active {
	opacity: 1;
	background: #ffc35b;
	border: 1px solid #ffc35b;
}

.btn-success {
	color: #fff;
	background-color: #00a3c8;
	border-color: #00a3c8;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 400;
	margin-top: 25px;
}
.btn-success:hover {
	background-color: #0490b0;
	border-color: #0490b0;
}
.carousel-caption {
	text-align: center;
	bottom: 0;
	top: 0;
	padding: 0px;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.slide1 .carousel-caption h1 {
	margin-top: 60px;
	line-height: 110px;
}
/*******  about************/

.box {
	display: flex;
	flex-wrap: wrap;
}
.about {
	padding: 0px;
	margin-bottom: -10px;
}
.about_image {
	background-image: url(../images/about.jpg);
	background-size: cover;
}
.about_image h2 {
	font-size: 294px;
	color: #fff;
	text-align: center;
	padding-top: 11px;
}
.about_text {
	text-align: center;
	padding: 13% 9%;
	background: #fff;
}
.about_text h3 {
	font-size: 44px;
	color: #c6c6c6;
	letter-spacing: 8px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 100px;
}
.about_text h3 span {
	color: #6d3e7f;
}
.about_text p {
	color: #4f3b7f;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 3px;
}
.about_content {
	text-align: center;
	background: #97d3d3;
}
.about_content h2 {
	color: #fff;
	font-size: 278px;
	padding-top: 35px;
}
/******* services ************/
.service {
	padding: 0px;
}
.service-image {
}
.service-content {
	background-image: url(../images/bg.jpg);
    padding: 10.7% 10% 11% 10%;
}
.service-content h2 {
	color: #8f0809;
	font-size: 88px;
	letter-spacing: 35px;
	line-height: 80px;
	text-align: left;
	font-family: 'Prata', serif;
}
.service-content p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 4px;
}
.service-content h2 span {
	font-size: 62px;
	letter-spacing: 19px;
}
.arrow {
	position: absolute;
	right: 0px;
	background: #8f0809;
	color: #fff;
	padding: 10px 17px;
	bottom: 0px;
}
.arrow i {
	color: #fff;
}
.custom-slide .service-content p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 4px;
	text-align: left;
	line-height: 22px;
}
/******* papa ************/

.papa {
	padding: 0px;
	background-image: url(../images/papa.jpg);
	background-size: cover;
}
.papa-content {
	padding: 10%;
}
.papa-content h2 {
	font-size: 80px;
	color: #fff;
	letter-spacing: 20px;
	line-height: 80px;
	font-family: 'Prata', serif;
}
.papa-content p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 4px;
	max-width: 490px;
}
.green {
	background: #447649;
}
.red {
	background: #b11746;
}
.custom-slide1 .carousel-caption {
	justify-content: left;
	text-align: left;
	left: -4%;
	right: 49%;
}
.buds-content {
    padding: 10% 10% 10.1% 10%;
	background-image: url(../images/bg1.jpg);
}
.buds-content h2 {
	color: #fff;
	font-size: 88px;
	letter-spacing: 15px;
	line-height: 78px;
	text-align: left;
	font-family: 'Prata', serif;
}
.buds-content p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 4px;
	text-align: left;
	line-height: 22px;
}
.custom-slide2 .carousel-caption {
	justify-content: left;
	left: 10%;
}
.cus-content {
	background: #7e5e95;
	padding: 0.9%;
}
.cus-content h2 {
	color: #fff;
	font-size: 268px;
	padding-top: 35px;
	text-align: center;
}
.stem {
	padding: 0px;
}
.stem-content {
	background-image: url(../images/bg2.jpg);
	padding: 20.8% 10%;
	background-size: cover;
}
.stem-content h2 {
	color: #fff;
	font-size: 82px;
	letter-spacing: 15px;
	line-height: 80px;
	text-align: left;
	font-family: 'Prata', serif;
}
.stem-content p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 4px;
	text-align: left;
	line-height: 22px;
}
.custom-slide3 .carousel-caption {
	top: 19%;
	justify-content: left;
	display: block !important;
}
.member {
	background-image: url(../images/footer.jpg);
	background-size: cover;
	padding: 10px 0px;
}
.member h2 a {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: 'Prata', serif;
	line-height: 40px;
}
.slider-content {
	padding: 10px 0;
}
.slide-content {
	background: #000000;
	margin-top: 40px;
}
.slide-content h2 {
	font-size: 93px;
	letter-spacing: 34px;
	color: #fff;
	margin-left: -350px;
}
.slide-text {
	padding: 40px 0 0 50px;
}
.slide-text ul {
	padding: 0px;
	list-style-type: none;
}
.slide-text ul li {
	text-decoration: none;
	color: #000000;
	font-size: 19px;
	line-height: 40px;
}
.slide-text ul li img {
	margin-right: 15px;
	vertical-align: middle;
}
.our {
	padding: 40px 0;
}
.our h2 {
	color: #000;
	font-size: 60px;
	letter-spacing: 30px;
	line-height: 67px;
}
.our-content {
}
.our-content ul {
	padding: 0px;
	list-style-type: none;
}
.our-content ul li {
	text-decoration: none;
}
.contact-form {
	padding: 50px 90px 30px 90px;
}
.contact-form input {
	color: #000;
	background-color: #fff;
	border: 1px solid #888888;
	height: 50px;
	border-radius: 0px;
	font-family: 'Prata', serif;
}
.contact-form input::placeholder {
 color:#000 !important;
}
.contact-form textarea::placeholder {
 color:#000 !important;
}
.contact-form textarea {
	color: #000;
	background-color: #fff;
	border: 1px solid #888888;
	border-radius: 0px;
	font-family: 'Prata', serif;
}
.cus-btn {
	border-radius: 0px;
	background: #000000;
	color: #fff;
	border: 1px solid #000;
	padding: 35px 20px;
	font-family: 'Prata', serif;
	letter-spacing: 3px;
	font-size: 26px;
	width: 100%;
}
.cus-btn:hover {
	background: #b34a78;
	border: 1px solid #b34a78;
}
/******* footer ************/

.footer {
	padding: 30px;
}
.footer_text {
	float: right;
	margin-top: 30px;
}
.footer_text ul {
	list-style-type: none;
	padding: 0px;
}
.footer_text ul li {
	text-decoration: none;
	display: inline-block;
	float: left;
	border-left: 1px solid #9e9e9e;
	padding: 0 18px;
}
.footer_text ul li:first-child {
	border-left: none;
}
.footer_text ul li a {
	color: #9e9e9e;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.footer_text p {
	color: #343434;
	font-size: 14px;
	text-align: right;
	margin-top: 55px;
	line-height: 35px;
}
.footer-border {
	padding: 3px 0;
	background-image: url(../images/border.jpg);
}
.slider-text {
	padding: 0px 0px 80px 0px;
}
.who_text {
	margin-top: 200px;
	padding: 0 100px 0 0;
}
.who_text h2 {
	color: #000000;
	font-size: 50px;
	text-align: right;
	letter-spacing: 1px;
	line-height: 80px;
	text-transform: uppercase;
}
.who_text h2 span {
	font-size: 200px;
}
.who_text h2 spam {
	font-size: 80px;
}
.who_content {
	max-width: 950px;
	margin: 0 auto;
	padding-top: 70px;
}
.who_content p {
	color: #000000;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 26px;
}
.our-content {
	margin-top: -39px;
}
.our-content ul {
	padding: 0px;
	list-style-type: none;
}
.our-content ul li {
	display: inline-block;
	float: left;
	text-decoration: none;
	width: 20%;
}
.our-content1 {
}
.our-content1 ul {
	padding: 0px;
	list-style-type: none;
}
.our-content1 ul li {
	display: inline-block;
	float: left;
	text-decoration: none;
	width: 25%;
	text-align: center;
}
.our-content ul li img {
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.our-content ul li img:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.our-content1 ul li img {
	width: 85%;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.our-content1 ul li img:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.botttom_footer {
	text-align: center;
	color: #8d8e92;
	border-top: solid 1px #4d575c;
	margin: 50px 0 0 0;
	padding: 18px 0;
}
.map{
	padding:40px 0;
}
.map-content{
	background: rgba(131,85,199,1);
background: -moz-linear-gradient(left, rgba(131,85,199,1) 0%, rgba(231,66,113,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(131,85,199,1)), color-stop(100%, rgba(231,66,113,1)));
background: -webkit-linear-gradient(left, rgba(131,85,199,1) 0%, rgba(231,66,113,1) 100%);
background: -o-linear-gradient(left, rgba(131,85,199,1) 0%, rgba(231,66,113,1) 100%);
background: -ms-linear-gradient(left, rgba(131,85,199,1) 0%, rgba(231,66,113,1) 100%);
background: linear-gradient(to right, rgba(131,85,199,1) 0%, rgba(231,66,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8355c7', endColorstr='#e74271', GradientType=1 );
padding: 17% 10%;
}
.map-content h2{
    color: #fff;
    font-size: 34px;
    letter-spacing: 11px;
    line-height: 42px;
	margin-bottom: 30px;
}
.map-content a{
	border:1px solid #fff;
	border-radius: 50px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	padding: 10px 20px;

}
.map-content a:hover{
	border:1px solid #fff;
	background: #fff;
	color:#000;
}
.destop{
		display:block;
	}
.mobile{
	display:none;
}
/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
.about_box1 img {
	width: 100%;
}
.btn-primary {
	padding: 10px 100px;
}
	
}

/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {

.header {
	padding: 5px 0px;
}
.menu {
	padding: 10px 0;
}
.menu_bar_left {
	    float: left;
    text-align: left !important;
}
.menu_bar_right {
	position: absolute;
	left: 0;
	right: 0;
}
.carousel-caption h1 {
	    font-size: 32px;
    line-height: 35px;

}
.navbar-light .navbar-toggler {
	border: none;
	width: 100%;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
}
.navbar-expand-md .navbar-collapse {
    padding: 15px 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    margin: 12px 0 0 0;
    border-top: solid 1px #ccc;
}
	.menu_bar_left img {
    width: 25%;
    margin-top: -12px;
}
	.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1px;
    border-left: 2px solid #fff;
    text-shadow: none;;
}
.stem-content h2 {
    font-size: 32px;
    line-height: 39px;

}
.buds-content h2 {
    font-size: 32px;
    line-height: 39px;
}
.papa-content h2 {
    font-size: 32px;
    line-height: 35px;
}
.service-content h2 {
    font-size: 39px;
    line-height: 37px;
}
	.service-content h2 span {
    font-size: 28px;
}
	.carousel-indicators li{
		margin-top: 13%;
		    width: 25%;
		    height: 8px;
	}	
.fixed-header .menu_bar_right {
    float: right;
    margin-top: 0px;
}
	.navbar-toggler-icon{
		background:#fff;
	}
.about_image h2 {
    font-size: 174px;

}
.about_text h3 {
    font-size: 31px;
	    line-height: 55px;

}
.about_text {
    padding: 4% 9% 8%;

}	
.about_content h2 {
    font-size: 174px;
}
.service-content p {
    line-height: 20px;
}
.papa-content p {
 line-height: 20px;
}
.cus-content h2 {
    font-size: 174px;
}	
.buds-content p {
  line-height: 20px;
}
.stem-content p {
    line-height: 20px;
}	
.footer_text ul li {
    display: block;
    float: none;
    border-left: none;
	text-align: center;

}
	.footer_img{
		text-align: center;
	}
	.footer_img img{
		text-align: center;
	}
.footer_text {
    float: none;
}
.footer_text p {
    text-align: center;
    margin-top: 5px;
}
.carousel-caption h2 {
	    font-size: 38px;
    line-height: 32px;
	}
.carousel-caption h2 span {
       font-size: 30px;
}	
.who_text h2 span {
    font-size: 70px;
}	
.slide-text ul li img {
    margin-right: 4px;
    vertical-align: middle;
    width: 18px;
}	
.who_text h2 {
    font-size: 36px;
	    line-height: 60px;
	text-align: center;
	}
.who_text {
    margin-top: 40px;
	    padding: 0px;
}
.who_content p {
    line-height: 23px;
}
.who_content {
    padding-top: 40px;
}	
.slider-text {
    padding: 0px 0px 20px 0px;
}	
.slide-content {
    margin-top: 0px;
	    padding: 10px;
}
.slide-content h2 {
    font-size: 33px;
    letter-spacing: 13px;
    text-align: center;
	margin-left: 0px;
	    margin-bottom: 0px;
}
.slide-text {
    padding: 20px 20px;
}	
.slide-text ul li {
    font-size: 16px;
    line-height: 32px;
}
.our h2 {

    font-size: 30px;
    letter-spacing: 13px;
    line-height: 39px;
}	
.our {
    padding: 0px;
}	
.our-content {
    margin-top: 0px;
}	
.our-content ul li {

    width: 50%;
}
.who_text h2 spam {
    font-size: 70px;
}	
.destop{
		display:none;
	}	
.mobile{
	display:block;
}	
	br{
		display:none;
	}	
.carousel-inner img {
    height: 30vh !important;
}	
}

/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {


}

/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {
.header_right {
	display: none;
}
.header_left {
	width: 100%;
	float: none;
	text-align: center;
}

}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
.header_right {
	display: none;
}
.header_left {
	width: 100%;
	float: none;
	text-align: center;
}


}

@media screen and (max-width:480px) {
.header_right {
	display: none;
}
.header_left {
	width: 100%;
	float: none;
	text-align: center;
}

}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {
.header_right {
	display: none;
}
.header_left {
	width: 100%;
	float: none;
	text-align: center;
}

}
