* {box-sizing: border-box;
font-family: 'Oswald', sans-serif;
}


body { 

  max-width: 1080px; 
  margin: 0 auto ; 
  float: none；

}



.filterDiv {
  float: left;
  text-align: center;
  display: none;
}

.show {
  display: block;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
  font-family: Oswald;
  font-weight: 200;
  color: #ff3838;
}

.btn:hover {
  background-color: #ffd3c9;
  color: #ff3838;
}

.btn.active {
  background-color: #ff3838;
  color: white;
}



#navbar {
  overflow: hidden;
  background-color: #fff;
  padding: 10px 10px;
  transition: 0.4s;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

#navbar a {
  float: left;
  color: #ff3838;
  text-align: center;
  margin-right: 1rem;
  text-decoration: none;
  font-weight: 200;
  line-height: 40px;
  cursor: pointer;
 
}

#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
  margin-left: 0;
}

/*#navbar a:hover {
  background-color: #FFD3C9;
  color: #E82C00;
  cursor: pointer;

}*/

#navbar a.active {
  background-color: #ff3838;
  color: white;
  cursor: pointer;
}

#navbar-right {
float: right;
}


.Cotittle{
 
text-align: center;
font-family: Quicksand;
font-weight: 400;
font-size: 2.5rem;
color: #ff5555;
margin-top: 40px;
}


.Cotext{


font-family: Quicksand;
font-weight: 200;
font-size: 1rem;
color: #3c3638;

}

.Cofont{

font-family: Quicksand;
font-weight: 400;
font-size: 1.5rem;
color: #3c3638;
margin-top: 20px;

}


.Cofont2{

font-family: Quicksand;
font-weight: 600;
font-size: 1.5rem;
color: #ff5555;
margin-bottom: 20px;

}

.top{

  margin-top: 40px;
}

.con{
 margin-right: 1.5rem;
  margin-left: 1.5rem;
}


.work-text {
  padding: 4%;
 }






  .work-text h1 {
     font-family: Montserrat;
    font-size: 60px;
    color: #667b96;
    font-weight: 200;
    text-transform: uppercase;

}


  .work-text h2 {


    font-family: Montserrat;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;

}

.textBG{
   background-color:#89a0bb; 
   width: auto;
   height: 100%;
   padding: 20px;
}


  .work-text h3{
    font-family: Montserrat;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background-color: #89a0bb;
    width: 400px;
    padding: 10px;
  }


  .work-text h4{
    font-family: Montserrat;
    color: #ffaa24;
    font-weight: 600;
    font-size: 18px;
  }

    .work-text h5{
    font-family:Saira;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
    padding-right: 20px;
    padding-right: 20px;
    color: #4b5a55;
   
  }


  .work-text h6{
    font-family:Saira;
    color: #47a877;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
  }


    .work-text h7{
    font-family:Saira;
    color: #47a877;
    font-weight: 100;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;

  }





.sp{
    font-family: Saira;
    color: #4b5a55;
    font-weight: 200;
    font-size: 16px;
}

    .work-text p{

    font-family: Montserrat;
    color: #abb6c4;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 1rem;
    color: #707f93;
  }


.center{
  text-align: center;
}

.centerSpan{
  text-align: center;
  margin-top: 60px;
  width: 100%;
}

.box{
  background: #e8edeb;
  padding: 40px;
}

.box2{
  background: #fff5ed;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 40px;
  padding-left: 40px;

}

.top{
  padding-top: 40px;
}

.Cobox{
    background: #fff3f3;
    padding:50px;
}

.web{
  width: 100%;
  height: 600px;

}

.f1{

font-size: 4rem;
color: #d9dbe0;
text-transform: uppercase;
}

.f2{
  color: #596589;
  font-weight: 200;
  
}

.area{
 
            height: 400px;
            margin: auto;
        }
 .rightarea{
           
            float: left;
            width: 70%;
            height: 300px;
            position: relative;
        
            
           

        }
.leftarea{
            float: left;
            width: 30%;
            height: 300px;
            position: relative;

               
        }





.collapsed, .nav
ul{
  list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}


#Slide{
    width: 100%;
  height: 700px;
  overflow: hidden;
  text-align: center;
}



#photo {
  width: 3000px;
  animation: switch 10s ease-out infinite;
}
 
#photo > img {
  float: left;
  width: 1000px;
  padding:20px;
  height: 100%;
}
 
@keyframes switch {
  0%, 25% {
    margin-left: 0;
  }
  35%, 60% {
    margin-left: -1000px;
  }
  70%, 100% {
    margin-left: -2000px;
  }







