

body {
  color: #444;
  font-family: "Century Gothic", sans-serif;
   overflow-x: hidden;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Harrington", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}


.header{
	width: 100%;
	height: 160px;
}

.navbar-brand{
	width: 100%;
	height: 100px;
}

.ali{
	width: 700px;
	float: right;
}

.main-nav  {
  width: 100%;
  height: 60px;
  background-color: #e7e5d8;
  
}

 .main-nav ul  li {
  position: relative;
  white-space: nowrap;
  float: left;
  list-style-type: none;
}

.main-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 15px;
  font-size: 22px;
  font-family: "Harrington", sans-serif;
  text-transform: none;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ef7b42;
  text-decoration: none;
}


.logo{
	margin-top: -56px;
	margin-right: 100px;
}


.banner{
	height: 410px;
	background-color: #d2d0c2;
}


.banner1{
	background-image: url(../image/banner.jpg);
	height: 410px;
}


.banner2{
	background-image: url(../image/banner_1.jpg);
	height: 410px;
}




.carb{
	width: 350px;
	height: 410px;
	background-color: #d2d0c2;
	position: absolute;
	z-index: 2;
	transform: skewX(10deg);
	margin-left: -50px;
}

.two1{
	transform: skewX(-10deg);
	margin: 60px;
	font-family: "Harrington", sans-serif;
	list-style-type: none;
	font-size: 25px;
}


.two1 a{
	color: #000;
}

.two1 a:hover{
	text-decoration: none;
	color: #ef7b42;
}



.one{
	background-color: #d2d0c2;
	height: 410px;
	 
}

.two{
	padding-top: 80px;
}


.three{
    width: 80px;
	height: 410px;
	background-color: #d2d0c2;
	margin-top: -416px;
	margin-left: -40px;
	transform: skewX(10deg);
}


.banner ul li{
	list-style: none;
}



.banner a{
	list-style: none;
	padding-left: 50px;
	color: #040300;
}


.banner a:hover{
	text-decoration: none;
}


.wrapper{
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.wrapper .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}



/* This is purely for the demo */
/*.container1 {
  width: 100%;
  margin: 0 auto;
}
*/


.plyr {
  border-radius: 0px; 
}



.project{
	width: 100%;
	background-color: #fff;
}

.title{
	width: 475px;
	height: 40px;
	background-color: #ef7b42;
	margin-top: 20px;
}


.title h2{
	
	font-family: "Century Gothic", sans-serif;
	color: #fff;
	float: right;
	margin-right: 20px;
}


.tittle{
	float: right;
	margin-right: 70px;
	margin-top: 20px;
}




#mixedSlider {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


/*#mixedSlider p{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-left: 70px;
	text-align: justify;
	width: 89%;
}
*/


#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}

#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}




#mixedSlider1 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider1 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider1 p{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-left: 70px;
	text-align: justify;
	width: 89%;
}


#mixedSlider1 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider1 .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider1 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider1 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider1 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider1 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider1 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider1 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider1 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider1 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider1 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider1 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider1 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider1 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider1 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider1 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider1 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider1 .MS-controls .MS-right {
    right: -10px;
  }
}




#mixedSlider2 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider2 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider2 p{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-left: 70px;
	text-align: justify;
	width: 89%;
}



#mixedSlider2 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider2 .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider2 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider2 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider2 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider2 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider2 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider2 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider2 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider2 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider2 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider2 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider2 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider2 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider2 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider2 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider2 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider2 .MS-controls .MS-right {
    right: -10px;
  }
}




#mixedSlider3 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider3 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider3 p{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-left: 70px;
	text-align: justify;
	width: 89%;
}



#mixedSlider3 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider3 .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider3 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider3 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider3 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider3 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider3 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider3 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider3 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider3 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider3 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider3 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider3 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider3 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider3 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider3 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider3 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider3 .MS-controls .MS-right {
    right: -10px;
  }
}





#mixedSlider4 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider4 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider4 p{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-left: 70px;
	text-align: justify;
	width: 89%;
}

#mixedSlider4 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider4 .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider4 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider4 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider4 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider4 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider4 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider4 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider4 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider4 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider4 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider4 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider4 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider4 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider4 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider4 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider4 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider4 .MS-controls .MS-right {
    right: -10px;
  }
}




#mixedSlider5 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider5 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider5 p{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-left: 70px;
	text-align: justify;
	width: 89%;
}



#mixedSlider5 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider5 .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider5 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider5 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider5 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider5 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider5 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider5 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider5 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider5 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider5 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider5 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider5 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider5 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider5 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider5 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider5 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider5 .MS-controls .MS-right {
    right: -10px;
  }
}





#mixedSlider6 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider6 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider6 p{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-left: 70px;
	text-align: justify;
	width: 89%;
}



#mixedSlider6 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider6 .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider6 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider6 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider6 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider6 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider6 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider6 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider6 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider6 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider6 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider6 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider6 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider6 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider6 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider6 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider6 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider6 .MS-controls .MS-right {
    right: -10px;
  }
}





#mixedSlider7 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider7 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider7 p{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-left: 70px;
	text-align: justify;
	width: 89%;
}



#mixedSlider7 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider7 .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider7 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider7 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider7 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider7 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider7 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider7 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider7 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider7 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider7 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider7 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider7 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider7 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider7 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider7 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider7 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider7 .MS-controls .MS-right {
    right: -10px;
  }
}






#mixedSlider8 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider8 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider8 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider8 .MS-content .item {
  display: inline-block;
  width: 33.3333%;;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider8 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider8 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider8 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider8 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider8 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider8 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider8 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider8 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider8 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider8 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider8 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider8 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider8 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider8 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider8 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider8 .MS-controls .MS-right {
    right: -10px;
  }
}




#mixedSlider9 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider9 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider9 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider9 .MS-content .item {
  display: inline-block;
  width: 33.3333%;;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider9 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider9 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider9 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider9 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider9 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider9 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider9 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider9 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider9 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider9 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider9 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider9 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider9 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider9 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider9 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider9 .MS-controls .MS-right {
    right: -10px;
  }
}



#mixedSlider10 {
  position: relative;
	margin-top: 30px;
	margin-left: 100px;
}


#mixedSlider10 h3{
	font-family: "Century Gothic", sans-serif;
	margin-left: 70px;
}


#mixedSlider10 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider10 .MS-content .item {
  display: inline-block;
  width: 33.3333%;;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider10 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider10 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider9 .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider10 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider10 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider10 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider10 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider10 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider10 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 80px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider10 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider10 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider10 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider10 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider10 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider10 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider10 .MS-controls .MS-right {
    right: -10px;
  }
}



.award{
	height: 350px;
	background-color: #d2d0c2;
	margin-top: 50px;
}



.title1 {
	width: 460px;
	height: 40px;
	background-color: #ef7b42;
	position: absolute;
	z-index: 1;
}


.title1 h2{
	
	font-family: "Century Gothic", sans-serif;
	color: #fff;
	float: right;
	margin-right: 20px;
}


.cup{
	
	padding-top: 50px;
	padding-left: 150px;
}


.second{
	width: 80%;
	height: 350px;
	float: left;
	margin-left: 320px;
	background-color: #030000;
	margin-top: -200px;
	transform-origin: bottom left;
	transform: skewX(-40deg);
	
}

.second li{
	font-family: "Century Gothic", sans-serif;
	color: #fff;
	font-size: 20px;
	list-style-type: none;
	transform: skewX(40deg);
	padding-left: 100px;
}


.btn-wrapper {
  width: 50%;
  height: 50%;
  transform: skewX(40deg);
  margin-top: -70px;
  float: right; 
  margin-right: -20px;
}

.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 150px;
  height: 40px;
  background:linear-gradient(to top, #ef7b42, #f49667, #f4ba9d);
  color: white;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 15px 30px rgba(0,0,0,0.5);
  overflow: hidden;
}

.btn span {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: top 0.3s;
}

.btn-text-one {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  transform:translateY(-50%);
  color: #FFF;
}

.btn-text-two {
  position: absolute;
  width: 100%;
  top: 150%;
  left: 0px;
  transform:translateY(-50%);
  color: #FFF;
}

.btn:hover .btn-text-one {
  top: -100%;
}

.btn:hover .btn-text-two {
  top: 50%;
}




.btn-wrapper1 {
  width: 50%;
  height: 50%;
}

.btn1 {
  position: absolute;
  margin-left: -20px;
	margin-top: -85px;
  width: 70px;
  height: 70px;
  background:linear-gradient(to top, #ef7b42, #f49667, #f4ba9d);
  color: white;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  overflow: hidden;
	
  border-color: #ef7b42;
  box-shadow: 0 0 40px 40px #ef7b42 inset, 0 0 0 0 #ef7b42;
  transition: all 150ms ease-in-out;
  
}

.btn1:hover{
	transform:rotate(360deg);
	transition:2s;
    box-shadow: 0 0 10px 0 #ef7b42 inset, 0 0 10px 4px #ef7b42;
}


.btn1-text-one {
  position: absolute;
  width: 100%;
  margin-top:-10px;
  margin-left:-35px;
  color: #FFF;
}



.btn-wrapper2 {
  width: 50%;
  height: 50%;
}

.btn2 {
  position: absolute;
  margin-left: -20px;
	margin-top: -85px;
  width: 70px;
  height: 70px;
  background:linear-gradient(to top, #ef7b42, #f49667, #f4ba9d);
  color: white;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  overflow: hidden;
	
  border-color: #ef7b42;
  box-shadow: 0 0 40px 40px #ef7b42 inset, 0 0 0 0 #ef7b42;
  transition: all 150ms ease-in-out;
  
}

.btn2:hover{
	transform:rotate(360deg);
	transition:2s;
    box-shadow: 0 0 10px 0 #ef7b42 inset, 0 0 10px 4px #ef7b42;
}


.btn2-text-one {
  position: absolute;
  width: 100%;
  margin-top:-10px;
  margin-left:-35px;
  color: #FFF;
}






.spa{
	letter-spacing: 7px;
}

.spa1{
	letter-spacing: 7.7px;
}

.spa2{
	letter-spacing: 5.5px;
}

.spa3{
	letter-spacing: 4.7px;
}

.spa4{
	letter-spacing: 4.4px;
}

.spa5{
	letter-spacing: 5.1px;
}

.spa6{
	letter-spacing: 3.4px;
}

.spa7{
	letter-spacing: 3.4px;
}



.tet{
	padding-top: 28px;
}



.testimonial{
	height: 330px;
	background-color: #d2d0c2;
	margin-top: 90px;
}


.tet2{
	font-family: "Century Gothic", sans-serif;
	font-size: 30px;
	margin-left: 150px;
	margin-top: 20px;
}

.tet2 li{
	list-style-type: none;
}


.spa8{
	letter-spacing: 2px;
}


.spa9{
	letter-spacing: 3.5px;
}

.spa10{
	letter-spacing: .2px;
}


.title3{
	width: 700px;
	height: 50px;
	background-color: #030000;
	margin-left: 700px;
	margin-top: 20px;
}

.title3 h3{
	font-family: "Century Gothic", sans-serif;
	color: #fff;
	padding-top: 5px;
}


.enjoy{
	height: 100px;
	background-color: #e7e5d8;
	padding-top: 40px;
}



.enjoy h3{
	letter-spacing: 4.5px;
}


.logo1{
	margin-left: 155px;
}





.fa-facebook-square {
  background: #000;
  color: white;
  margin-top: 80px;
  margin-left: 380px;
  
}


.fa-youtube-square {
  background: #000;
  color: white;
}


.fa-twitter-square {
  background: #000;
  color: white;
}

.fa-vimeo-square {
  background: #000;
  color: white;
}


.social{
	height: 200px;
}



.social a{
	color: #fff;
}


.social a:hover{
	color: #fff;
}



.footer{
	height: 520px;
    background-color: #d2d0c2;
}





#contact {
	width:80%; 
	height:100%; 
	margin: 0 auto; 
	background: #363435; 
}

.container1 {
	padding: 50px 0 0 10px;
	margin: 20px;
}

#contact .container1 form input,
#contact .container1 form textarea {
	width:97.4%;
	height:30px;
	padding:5px 10px;
	font-size: 12px;
	color:#999;
	letter-spacing:1px;
	background: #FFF;
	margin-bottom:25px;
  -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;}

#contact .container1 form input:focus,
#contact .container1 form textarea:focus {
	color:#999;}

#contact .container1 form textarea {
	height:150px;}

#contact .container1 form .submit {
	width:100%;
	padding:5px 10px;
	font-size: 12px;
	letter-spacing:1px;
	background:#ef7b42;
	height:40px;
	text-transform:uppercase;
	color:#FFF;
  -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;}


#contact .container1 form .required {
	color:#b43838;}




::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888; 
}

:-ms-input-placeholder {
  color: #888;
}




.box1{
   margin-left: 50px;
   margin-top: 10px;
}

.box2{
   margin-left: 50px;
   margin-top: 10px;
}

.box3{
   margin-left: 50px;
   margin-top: 30px;
}

.box4{
   margin-left: 50px;
   margin-top: 10px;
}


.box5{
   margin-left: 50px;
   float: right;
}



.spa11{
	font-family: "Century Gothic", sans-serif;
	margin: -90px 0 0 150px;
}


.spa11 a{
	color:#000;
}


.spa12{
	font-family: "Century Gothic", sans-serif;
	margin-top: -80px;
	margin-left: -220px;
	letter-spacing: 5px;
}


.copyright{
	height: 80px;
	background-color: #fdfdf9;
}


.copyright h3{
	font-family: "Century Gothic", sans-serif;
	margin-top: 40px;
}




.our{
  height: 500px;
  background-color: #e7e5d8;
  margin-top: 30px;
	
}


.our h3{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	padding: 25px;
	text-align: justify;
}


.process{
  height: 400px;
  background-color: #d2d0c2;
  outline: 8px dashed #fff;
  outline-offset: -15px;
  margin-top: 30px;
}




.need h3{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	padding: 50px;
	text-align: justify;
}



.title2{
	width: 475px;
	height: 40px;
	background-color: #ef7b42;
	margin-top: 32px;
}


.title2 h2{
	
	font-family: "Century Gothic", sans-serif;
	color: #fff;
	float: right;
	margin-right: 20px;
}








