

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


a {
  color: #444;
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0;
}

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


@font-face {font-family: "Harrington";
          src:url("font-awesome/fonts/Harrington.ttf") format("opentype");
}


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

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

.ali{
	width: 590px;
	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;
	background-size: cover;
}


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


.banner3{
	background-image: url(../image/banner_3.jpg);
	height: 410px;
	background-size: cover;
}


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


.nw_txt{
    padding-top: 50px;
	font-size: 18px;
    margin-left:500px;
}


.batn{
	width: 300px;
	height: 40px;
	background-color: #ef7b42;
	margin-top: 60px;
}


.batn h3{
	font-family: "Century Gothic", sans-serif;
	color: #fff;
	padding-left:47px;
}

.nw1{
	margin-left: -150px;
}

.nw2{
	margin-left: -150px;
	letter-spacing: 1px;
	margin-top:-10px;
}

.nw3{
	margin-left: -150px;
	letter-spacing: -.1px;
	margin-top:30px;
}

.nw4{
   	margin-left: -150px;
	letter-spacing: -.5px;
	margin-top:30px;
}

.nw5{
    margin-left: -150px;
	letter-spacing: 1px;
	margin-top:30px;

}



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

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

.two1 a{
	color: #000;
}

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



.pro{
    
    width:70%;
    margin-left:200px;
}


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

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

.two{
	padding-top: 30px;
}



.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;
	color: #040300;
}


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

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


.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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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: 50%;
  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: 95px;
  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;
  }
}




.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: 75%;
	height: 350px;
	float: right;
	background-color: #030000;
	margin-top: -200px;
	clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
	
}

.second li{
	font-family: "Century Gothic", sans-serif;
	color: #fff;
	font-size: 20px;
	list-style-type: none;
	padding-left: 300px;
}




.spa0{
	letter-spacing: 5px;
	margin-left: -222px;
	margin-top: 27px;	
}

.orng{
	color: #ef7b42;
}


.spa{
	letter-spacing: 7px;
}

.spa1{
	letter-spacing: 8.1px;
	margin-left: -25px;
}

.spa2{
	letter-spacing: 5.5px;
	margin-left: -47px;
}

.spa3{
	letter-spacing: 4.7px;
	margin-left: -72px;
}

.spa4{
	letter-spacing: 4.4px;
	margin-left: -97px;
}

.spa5{
	letter-spacing: 4.9px;
	margin-left: -124px;
}

.spa6{
	letter-spacing: 3.4px;
	margin-left: -149px;
}

.spa7{
	letter-spacing: 1.6px;
	margin-left: -174px;
}






.btn-wrapper {
  width: 50%;
  height: 50%;
  margin-top: -120px;
  float: right; 
}

.btn {
  position: absolute;
  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;
  margin-top: 100px;
  margin-left: 300px;
}

.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%;
}


 #or{
    color:#ef7b42;
}




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

.btn1 {
  position: absolute;
  margin-left: -200px;
  margin-top: -100px;
  width: 70px;
  height: 70px;
  background:linear-gradient(to top, #ef7b42, #f49667, #f4ba9d);
  color: white;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(0 0, 0% 100%, 100% 49%);
  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: scale(1.2);
	transition: 1.2s;
}


.btn1-text-one {
  position: absolute;
  width: 100%;
  margin-top:-13px;
  margin-left:-40px;
  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;
}




.tet{
	padding-top: 28px;
}



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

.testimonial1{
	height: 330px;
	background-color: #d2d0c2;
	outline: 8px dashed #fff;
    outline-offset: -15px;
}



.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: 55px;
}




.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: -70px 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: 650px;
  height: 650px;
  background-color: #e7e5d8;
  margin-top: 30px;
	
}


.our h3{
    width:95%;
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	padding: 30px;
	margin-left:30px;
	text-align: justify;
}




.our1{
  height: 300px;
  background-color: #e7e5d8;
  margin-top: 30px;
	
}


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




.our_1{
  height: 250px;
  background-color: #e7e5d8;
  margin-top: 30px;
	
}


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


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

.process_1{
  height: 450px;
  background-color: #d2d0c2;
  margin-top: 30px;
}

.process_2{
  height: 240px;
  background-color: #d2d0c2;
  margin-top: 30px;
}



.proccess{
	width: 100%;
	height: 300px;
	background-color:#c2bfa7;
	margin-top: 50px;
}


.poces{
	
	width: 100%;
	height: 350px;
	background-color:#c2bfa7;
	margin-top: 50px;
	
}


.proccess li{
	list-style-type: none;
	margin: 28px;
	font-size: 20px;
}


.txt{
	font-size: 22px;
	text-align: justify;
	margin: 40px;
	margin-left: 230px;
}

.txt p{
    
    margin:20px;
}

.txt1{
	font-size: 16px;
}


#pr{
	margin-top: 100px;
}



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


.need1 h3{
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	padding: 50px;
	padding-top:120px;
	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;
}



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


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


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


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




/*
.process1{
  outline: 7px dashed #ef7b42;
  outline-offset: -15px;
  margin-top: 30px;
}

.Phase1{
	margin: 50px;
}

.Phase1 h3{
	margin-left: 100px;
}
*/


/* process */

h4.sec-title1.flow-odd {
	margin-right: 7em;
	margin-left: 0;
}

.agile-title{
	margin-top: -100px;
	color: #ef7b42;
	font-size: 40px;
}


ul.partners-icon li i {
	font-size: 9em;
	color: #777;
	background: #FED373;
	background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
	background: radial-gradient(circle at 33% 100%, #021b79 4%, #0575e6 30%, #021b79 62%, #0575e6 85%, #000000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

ul.partners-icon li {
	display: inline-block;
	margin: 0 2em;
}

.process-direction-last {
	position: absolute;
	border-top: 3px dotted #4bafe8;
	transform: rotate(115deg);
	left: 39%;
	width: 91%;
	top: -237px;
}


.sec-title1{
	margin-top: 50px;
	
}


/* //process */



.need img{
	margin-left: 100px;
}


.hit_visitor{
    margin-top:50px;
}


