/*

Workforce CSS Template

https://templatemo.com/tm-461-workforce

*/

body
    {
    background: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    }

img  {
  width: 100%;
}

.articleul {
  list-style: none;
}

.u-icon {
  font-size: 30px;
}

.phone-icon{
  font-size: 24px;
}
/* start hr */
hr
{
    border: 1px solid #ba9c72;
    width: 100px;
    margin-top: 20px;
    z-index: 2;
}

.service hr
{
    border: 0.5px solid #ba9c72;
    width: 1200px;
    margin-top: 10px;
}

.line
{
  position:  fixed;
  bottom: 0;
	right: 0;
  z-index: 100;
}


/* end hr */

/* start h2 */
h2
    {
        font-size: 30px;
        text-align: center;
    }
/* end h2 */

/* start h4 */
h4
    {
    text-align: center;
    padding-bottom: 10px;
    }

/* end h4 */

.btn {
  background: transparent;
  border-radius: 10px;
  background: #ba9c72;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 12px 22px;
  transition: all 0.4s ease-in-out;
}
.btn:hover {
  color: #ba9c72;
  border-color: transparent;
}

.btn2 {
  background: transparent;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 40px;
  padding: 12px 22px;
  transition: all 0.4s ease-in-out;
}
.btn2:hover {
  background: #ba9c72;
  border-color: transparent;
}

.btn3 {
  background: transparent;
  border-color: transparent;
  border-radius: 50px;
  background: #14ca14;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding: 12px 22px;
  transition: all 0.4s ease-in-out;
}
.btn3:hover {
  color: #ffffff;
  background: #b8b8b8;
}





/* start overlay */
.overlay
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.5);
    }
/* end overlay */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner
    {
        width: 30px;
        height: 30px;
        background-color: #BC9F77;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.custom-navbar
    {
        margin-bottom: 0;
        background-color: #BC9F77;
        text-align: right;
    }
.custom-navbar .navbar-brand
    {
        color: #BC9F77;
        font-weight: bold;
        font-size: 28px;
    }
.custom-navbar .nav li a
     {
         color: rgb(255, 255, 255);
         font-weight: 300;
         font-size: 15px;
         text-transform: uppercase;
    }
.custom-navbar .nav li a:hover
    {
        background: transparent;
        color: #f4e9da;
    }
.custom-navbar .nav li.active > a
    {
         background-color: transparent;
         font-weight:bold;
         color: #eee;
    }
.custom-navbar .navbar-toggle
    {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar
    {
        background: #ffffff;
        border-color: transparent;
    }
@media(min-width:480px){
    .custom-navbar
         {
            margin: 0px 0;
            padding: 10px 0;
            border-bottom: 0;
            background: #BC9F77;
            transition: all 0.3s ease;
         }
    .custom-navbar.top-nav-collapse
         {
            padding: 0;
            box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
            background: #BC9F77;
        }
}
/* end navigation */

/* start home */
#home h1
    {
        font-size: 80px;
        font-weight: bold;
        line-height: 1em;
        letter-spacing: 2px;
        padding-top: 10px;
    }
#home span
    {
        color: #BC9F77;
        font-weight: bold;
    }
#home .btn {
    background: rgba(0,0,0,0.6);
    border: none;
}
#home .btn:hover {
    background: rgba(255,255,255,0.6);
}
.templatemo_homewrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
    background-color: transparent;
    overflow: hidden;
    text-align: center;
    margin-top: 69px;

}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;

    display: block;
}

.flexslider .slides-sm img {
    display: block;
    height: 300px;
    margin-top: 70px;
}

.flexslider .slides > li {
    display: none;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.flexslider img {
    position: relative;
    width: 100%;
}
.slider-caption {
    color:white;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 480px){
  .flexslider {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px){
  .flexslider {
    margin-top: 170px;
  }
}
@media screen and (min-width: 992px){
  .flexslider {
    margin-top: 69px;
  }
}



/* end home */

/* start service */
#service
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #BC9F77;
        font-size: 60px;
        margin-right: 20px;
        width: 65px;
        height: 65px;
    }
#service .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */


/* start online */
#online
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#online .media
    {
        padding: 10px;
    }
#online .media .fa
    {
        color: #BC9F77;
        font-size: 60px;
        margin-right: 20px;
        width: 65px;
        height: 65px;
    }
#online .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
#online img  {
      width:90px;
      margin: 10px;
    }

#online h4  {
  text-align: center;
  padding-bottom:0px;

}

#online p  {
  color: rgb(99, 93, 93);
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 50px;
}

#online hr  {
  border: 1px solid #ba9c72;
  width: 100px;
  margin-top:20px;
}




.tab_css  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab_css input   {
  display:none
}
.tab_css label   {
  font-size: 20px;
  margin: 0 5px 5px 0;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 5px;
  color: #999;
  opacity: 0.5;
}

.tab_content    {
  order:1;
  display: none;
  width:100%;
  border-bottom: 1x solid #ddd;
  line-height: 1.6;
  font-size: 1em;
  padding: 15px;
  /* border: 1px solid #ddd;
  border-radius: 5px; */
}
.tab_css input:checked + label, .tab_css label:hover    {
  opacity: 1;
  font-weight:bold;
}
.tab_css input:checked + label + .tab_content{
  display: initial;
}


/* end online */



/* start divider */
.divider
     {
        background: url('../images/bn-08.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #ffffff;
        text-align: center;
    }
.divider .divider-des
    {
        padding: 150px 15px;
    }

.divider .media
    {
        padding: 10px;
        margin: 30px;
    }

.divider .media .media-heading
    {
        font-weight: 400;
        font-size: 18px;
        padding:10 0 10 0;
    }
.divider img  {
      width:100px;
      margin: 36px;
    }

.divider h4  {
  padding-bottom:0px;
  letter-spacing: 2px;

}

.divider a  {
  color: #eee;
  text-decoration:none;
}

.divider a:hover  {
  color: #ffffff;
}

/* end divider */


/* start process */

#process
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#process .media
    {
        padding: 10px;
    }
#process .media .fa
    {
        color: #BC9F77;
        font-size: 60px;
        margin-right: 20px;
        width: 65px;
        height: 65px;
    }
#process .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }

#process .item
{
  margin: 50px 0;
}
#process .title
  {
    color: #ffffff;
    background-color: #BC9F77;
    font-size: 18px;
    padding: 4px;
    width: 90px;
    margin-top: 20px;
    margin-bottom: 16px;
    border-radius: 5px;
    text-align: center;
  }
#process .contact
{
 margin-top: 20px;
}

#process .price
{
  text-align: center;
  padding: 20px 0;
  font-size: 25px;

}

#process .currency
{
  font-size: 14px;
  top: -0.5em

}

#process .process-btn
{
  text-align: center;
}

#process h4  {
  padding-bottom:0px;

}

#process p  {
  color: rgb(49, 46, 46);
  font-size: 15px;
  line-height: 25px;
  padding: 10px 50px 12px 50px;
}

#process img  {
  margin: 0 20px 0 0;
}

#process hr  {
  border: 1px solid #ba9c72;
  width: 100px;
  margin-top:20px;
}

#process .link-top {
  border-bottom: solid #666868 0.5px;
  padding-bottom: 60px;
}



/* start about */
h3.about-title {
    margin-top: 0;
}
#about
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#about .progress
    {
        background: #f9f9f9;
        box-shadow: none;
        border-radius: 0px;
    }
#about .progress .progress-bar-danger
    {
        background: #BC9F77;
    }
#about span
    {
        margin-top: 12px;
        margin-bottom: 6px;
    }

#about ul{

}

#about li
{
  color: rgb(53, 50, 50);
  font-size: 13px;
  line-height: 30px;
}

#about p
{
  padding: 0 10px;
  color: rgb(53, 50, 50);
  font-size: 14px;
  line-height: 30px;
}

#about h3
{
  padding: 0 10px;
  color: rgb(53, 50, 50);
  font-size:24px;
  line-height: 30px;
}

#about .about-wrapper
    {
        background: #ffffff;
        box-shadow: 0px 8px 2px 2px rgba(50,50,50, 0.08);
        margin-top: 60px;
        margin-bottom: 20px;
        max-width: 500px;
        padding: 20px;
    }
#about .about-wrapper h3
    {
        color: #BC9F77;
        font-size: 20px;
        font-weight: bold;
    }


#about a {
      color: #ffffff;
      border-color: transparent;
      text-decoration:none;
    }
#about  a:hover{
      color: #BC9F77;
      border-color: transparent;
      text-decoration:none;
    }

/* end about */

/* start download */
h3.download-title {
    margin-top: 0;
}
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download .progress
    {
        background: #f9f9f9;
        box-shadow: none;
        border-radius: 0px;
    }
#download .progress .progress-bar-danger
    {
        background: #BC9F77;
    }
#download span
    {
        margin-top: 12px;
        margin-bottom: 6px;
    }

#download ul{

}

#download li
{
  color: rgb(53, 50, 50);
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 0.5px solid #d4d1d1;
}

#download p
{
  padding: 0 10px;
  color: rgb(53, 50, 50);
  font-size: 14px;
}

#download span
{
  color: #c3ae94;
}

#download h3
{
  font-size: 17px;
  color: #BC9F77;
}

#download .about-wrapper
    {
        background: #ffffff;
        box-shadow: 0px 8px 2px 2px rgba(50,50,50, 0.08);
        margin-bottom: 20px;
        max-width: 500px;
        padding: 20px;
    }
#download .about-wrapper h3
    {
        color: #BC9F77;
        font-size: 20px;
        font-weight: bold;
    }


#download a {
      color: #34322f;
      border-color: transparent;
      text-decoration:none;
      padding: 0 0 20px 0;
    }
#download  a:hover{
      color: #BC9F77;
      border-color: transparent;
      text-decoration:none;
    }



/* end download */

/* start notice */
h3.notice-title {
  margin-top: 0;
}



#notice
  {
      padding-top: 80px;
      padding-bottom: 80px;
  }
#notice .progress
  {
      background: #f9f9f9;
      box-shadow: none;
      border-radius: 0px;
  }
#notice .progress .progress-bar-danger
  {
      background: #BC9F77;
  }
#notice span
  {
      margin-top: 12px;
      margin-bottom: 6px;
  }

#notice ul{

}

#notice li
{
color: rgb(83, 80, 80);
font-size: 13px;
line-height: 30px;
}

#notice p
{
color: rgb(104, 98, 98);
font-size: 16px;
line-height: 30px;
}

#notice h3
{
margin: 0 0 20px 0;
color: #BC9F77;
font-size: 30px;
}

#notice .notice-wrapper
  {
      background: #ffffff;
      box-shadow: 0px 8px 2px 2px rgba(50,50,50, 0.08);
      margin-top: 60px;
      margin-bottom: 20px;
      max-width: 500px;
      padding: 20px;
  }
#notice .notice-wrapper h3
  {
      color: #BC9F77;
      font-size: 20px;
      font-weight: bold;
  }

#notice a {
  border-color: transparent;
  text-decoration:none;
}
#notice  a:hover{
  border-color: transparent;
  text-decoration:none;
}






/* end notice */

/* start article */
h3.article-title {
  margin-top: 0;
}
#article {
  padding-top: 80px;
  padding-bottom: 80px;
}
#article .progress {
  background: #f9f9f9;
  box-shadow: none;
  border-radius: 0px;
}

#article .progress .progress-bar-danger {
  background: #BC9F77;
}
#article span {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
#article a {
  color: #3e3d3b;
}
#article hr {
  border: 0.5px solid;
  width: 200px;
  margin-left: 0;
  margin-top: 10px;
  text-align:left;
}

#article ul {
  list-style: none;
  padding-left: 0;
}
#article li {
  padding: 0 10px;
  color: rgb(53, 50, 50);
  font-size: 14px;
  line-height: 30px;
  padding-left: 0;
}
#article p {
  padding-top: 5px;
  color: rgb(67, 63, 63);
  font-size: 14px;
  line-height: 30px;
}
#article h3 {
  padding: 0 10;
  color: #BC9F77;
  font-size: 18px;
  line-height: 20px;
}
#article h1 {
  padding-top: 20;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
}
#article .article-wrappe{
  background: #ffffff;
  box-shadow: 0px 8px 2px 2px rgba(50,50,50, 0.08);
  margin-top: 60px;
  margin-bottom: 20px;
  max-width: 500px;
  padding: 20px;
}
#article .article-wrapper h3 {
  color: #BC9F77;
  font-size: 20px;
  font-weight: bold;
}
#article .box {
  padding-top: 20px;
  padding-bottom: 20px;
}
#article .share-top {
  display: flex;
  margin-top: 10px;
}

#article .fb-share-button {
  margin-top: -10px;
  margin-right: 10px;

}
#article .line-share {
}
#article .copy-share {
  margin-left: 9px;
  font-size: 10px;
  padding: 7px;
  background-color: #7e8388;
  max-width: 10rem;
  border-radius: 5px;
  height: 30px;
}
/* #article .fb-share-img{
  margin-right: 3px;
}
#article .line-share-img{
  max-width: 20px;
  margin-right: 3px;
}
#article .copy-share-img{
  margin-right: 3px;
} */
#article .share-bottom {
  margin-top: 30px;
}



/* end article */

/* start price */

.price-box {
  background: #fff;
  height: 660px;
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 50px;
  margin-bottom: 60px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.price-box.popular {
  border: 2px solid #09C6AB;
}
.price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #09C6AB;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #09C6AB;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.pricing-plan {
  margin: 10px 0 20px 0;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.price {
  font-size: 40px;
  color: #000;
}
.price .currency {
  font-size: 14px;
  top: -1.3em;
}
.price small {
  font-size: 14px;
}

.pricing-info {
  padding: 0;
  margin: 0 0 10px 0;
}
.pricing-info li {
  padding: 0;
  margin-bottom: 0px;
  list-style: none;
  text-align: center;
}
/* end price*/

/* Accordions */

.fh5co-accordion .panel-heading {
  position: relative;
  cursor: pointer;
}

.fh5co-accordion .panel-heading:hover {
}

.fh5co-accordion .panel-title{
  color: #BC9F77;
  border-bottom: none !important;
}
.fh5co-accordion .panel-title > a {
  text-decoration: none;
  color: rgb(26, 25, 25);
}

.fh5co-accordion .panel-title > a:hover {
  color: #BC9F77(255, 255, 255);
  border-bottom: none !important;
}



.fh5co-accordion .panel-heading .accordion-toggle {
  color: #BC9F77;
  font-size: 18px;
}
.fh5co-accordion .panel-heading .accordion-toggle:hover {
  color: #BC9F77;
}
.fh5co-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 10px;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle {
  color: #BC9F77 !important;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 10px;
}
/* end Accordions*/


/* start portfolio */
#portfolio
    {
        background: #fff;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa:hover {
    background: #BC9F77;
    border-color: #BC9F77;
}
#portfolio .portfolio-thumb .portfolio-overlay h4
    {
        padding-bottom: 10px;
    }
    .portfolio-description {
        padding-left: 15px;
        padding-right: 15px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
    transition: all 0.3s ease;
}
.filter-wrapper li:hover {
    background: #BC9F77;
}
.filter-wrapper li:hover a {
    color: #fff;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#contact .form-control
    {
        background: transparent;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #CCC;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        border: 2px solid #BC9F77;
        font-weight: bold;
		color: ㄏ;
    }
#contact input[type="submit"]:hover
    {
        background: #BC9F77;
		color: #fff;
    }
/* end contact */


.fh5co-footer-style-1,
.fh5co-footer-style-2,
.fh5co-footer-style-3 {
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-1,
  .fh5co-footer-style-2,
  .fh5co-footer-style-3 {
    padding: 3em 0;
  }
}

.fh5co-footer-style-1 {
  padding-top: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fh5co-footer-style-1 .p-b {
  padding-bottom: 20px;
}
.fh5co-footer-style-1 .fh5co-subscribe {
  padding: 7em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fh5co-footer-style-1 .fh5co-subscribe > .fh5co-overlay {
  position: absolute;
  background: #BC9F77;
  opacity: .45;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fh5co-footer-style-1 .fh5co-subscribe .form {
  position: relative;
  z-index: 3;
}
.fh5co-footer-style-1 .fh5co-subscribe .form h2 {
  color: #fff;
}
.fh5co-footer-style-1 .fh5co-subscribe .form p {
  color: rgba(255, 255, 255, 0.8);
}
.fh5co-footer-style-1 .fh5co-subscribe .form p:last-child {
  margin-bottom: 0;
}
.fh5co-footer-style-1 .fh5co-subscribe .form-group {
  position: relative;
}
.fh5co-footer-style-1 .fh5co-subscribe .form-group i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  color: #fff;
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control {
  padding-left: 45px;
  padding-right: 30px;
  box-shadow: none;
  border: none;
  background: #BC9F77;
  height: 52px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control:-moz-placeholder {
  color: rgb(255, 255, 255);
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control::-moz-placeholder {
  color: rgb(255, 255, 255);
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control:-ms-input-placeholder {
  color: rgb(255, 255, 255);
}
.fh5co-footer-style-1 .fh5co-subscribe .form-control:focus, .fh5co-footer-style-1 .fh5co-subscribe .form-control:active {
  background: rgba(255, 255, 255, 0.2);
}
.fh5co-footer-style-1 .fh5co-subscribe .btn {
  margin-top: 3px;
  height: 52px;
}
.fh5co-footer-style-1 .fh5co-footer-inner {
  padding: 7em 0;
  font-family: "Open Sans", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner .copyright {
  margin-bottom: 20px !important;
  line-height: 1.5;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-logo {
  margin-bottom: 20px;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-logo a {
  padding: 15px 15px;
  background: #BC9F77;
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-family: "Montserrat", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-logo a:hover, .fh5co-footer-style-1 .fh5co-footer-inner .fh5co-logo a:focus {
  text-decoration: none;
}
.fh5co-footer-style-1 .fh5co-footer-inner h3 {
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 40;
  font-family: "Open Sans", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner p:last-child {
  margin-bottom: 0;
}
.fh5co-footer-style-1 .fh5co-footer-inner .links {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
}
.fh5co-footer-style-1 .fh5co-footer-inner .links li {
  list-style: none;
  font-family: "Open Sans", Arial, sans-serif;
}
.fh5co-footer-style-1 .fh5co-footer-inner .links li a {
  font-size: 14px;
  color: gray;
}
.fh5co-footer-style-1 .fh5co-footer-inner .links li a:hover {
  text-decoration: none;
  color: #1784fb;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-social {
  text-align: right;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-1 .fh5co-footer-inner .fh5co-social {
    text-align: left;
  }
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-social a {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  background: #BC9F77;
}
.fh5co-footer-style-1 .fh5co-footer-inner .fh5co-social a:hover {
  text-decoration: none;
  color: #1784fb;
}

.fh5co-footer-style-2 {
    background: #BC9F77;
}
.fh5co-footer-style-2 .fh5co-logo {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .fh5co-footer-style-2 .fh5co-logo {
    text-align: center;
  }
}
.fh5co-footer-style-2 .fh5co-logo > span {
  font-size: 12px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-2 .fh5co-logo > span {
    display: block;
  }
}
.fh5co-footer-style-2 a {
  color: rgb(255, 255, 255);
}
.fh5co-footer-style-2 a:hover {
  color: white;
}
.fh5co-footer-style-2 .footer-style-2-link {
  text-align: right;
}
.fh5co-footer-style-2 .footer-style-2-link > a {
  display: none;
}
@media screen and (max-width: 992px) {
  .fh5co-footer-style-2 .footer-style-2-link {
    text-align: left;
  }
}
.fh5co-footer-style-2 .footer-style-2-link ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .fh5co-footer-style-2 .footer-style-2-link ul {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-2 .footer-style-2-link ul {
    margin-bottom: 20px;
  }
}
.fh5co-footer-style-2 .footer-style-2-link ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
@media screen and (max-width: 480px) {
  .fh5co-footer-style-2 .footer-style-2-link ul li {
    display: block;
  }
}
.fh5co-footer-style-2 .footer-style-2-link ul li a {
  margin-right: 10px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 480px) {
  .fh5co-footer-style-2 .footer-style-2-link ul li a {
    padding: 4px 0;
    display: block;
  }
}
.fh5co-footer-style-2 .footer-style-2-link ul li a:hover {
  color: white;
}

.fh5co-footer-style-3 {
  background: #BC9F77;
  font-size: 18px;
}

.fh5co-footer-style-3 .fh5co-footer-widget {
  margin-bottom: 30px;
}
.fh5co-footer-style-3 .fh5co-logo {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 40px;
}
.fh5co-footer-style-3 .fh5co-logo .logo {
  padding: 7px 15px;
  background: rgba(255, 255, 255, 0.1);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-footer-style-3 .fh5co-copyright {
  color: rgb(166, 161, 161);
  font-size: 15px;
}
.fh5co-footer-style-3 h3 {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-footer-style-3 h3 {
    margin-bottom: 20px;
  }
}
.fh5co-footer-style-3 p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.8;
}
.fh5co-footer-style-3 a {
  color: rgb(255, 255, 255);
}
.fh5co-footer-style-3 a:hover {
  color: white;
}
.fh5co-footer-style-3 .btn {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.fh5co-footer-style-3 .fh5co-links {
  padding: 0;
  margin: 0;
}
.fh5co-footer-style-3 .fh5co-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;}

.fh5co-footer-style-3 .fh5co-links.fh5co-social .icon {
  font-size: 30px;
  margin-right: 5px;
  top: 2px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-footer-style-3 .fh5co-made {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4em;
}
.fh5co-footer-style-3 .fh5co-made p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
}

.fh5co-footer-style-3 .fh5co-made p:last-child {
  margin-bottom: 0;
}
.fh5co-footer-style-3 .fh5co-made p .heart {
  color: #fb4f59;
}



/* start footer */
footer {
        background: #BC9F77;
        color: #ffffff;
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: left;
    }
footer p {
        display: block;
        padding-top: 20px;
        font-size: 15px;
    }


footer ul {
        list-style-type:none;
        margin:0px;
    }

footer a {
    color: #f9f9f9;
    text-decoration:none;
    text-align:left;
    }

footer a:link {
    color:#000;
    text-decoration:none;
    text-align:left;
    }

footer a:visited {
    color: #ffffff;
    background-color:red;
    }

footer a:hover {
    text-decoration:none;
    background-color: #fafafa;
    color:gray;
    }

footer a:active {
    text-decoration: none;
    color: #fafafa;
    }

footer h3 {
    color: #ffffff;
    }

/* end footer */

/* start social icon */
.social-icons
    {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        text-decoration: none;
        list-style: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
    }
.social-icon li a
    {
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        line-height: 40px;
        text-align: center;
    }
.social-icon li:hover
    {
        color: gray;

    }
/* end social icon */

/* start media 980 */
@media screen and ( max-width: 980px ){
    #home h1
        {
            font-size: 40px;
        }
    h2
        {
            font-size: 30px;
        }

}
/* end media 980 */


/* start media 768 */
@media screen and ( max-width: 767px ){
    h4 {
        padding-bottom: 20px;
    }
   #home h1
    {
        font-size: 40px;
    }
    #home {
        margin-top: 50px;
    }
    .templatemo-about-left {
        margin-bottom: 30px;
    }
    #about .about-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    #notice{
      margin-left: auto;
      margin-right: auto;
    }
}
/* end media 768 */
.fh5co-faq-list {
  margin: 0;
  padding: 0;
}
.fh5co-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .fh5co-faq-list li {
    margin: 0 0 20px 0;
  }
}
.fh5co-faq-list li h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .fh5co-faq-list li h2 {
    font-size: 26px;
  }
}
.gtco-heading {
  margin-bottom: 5em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gtco-heading h2 {
    font-size: 26px;
  }
}
.gtco-heading p {
  font-size: 20px;
  line-height: 1.5;
  color: gray;
}

#gtco-products {
  background: #008ee0;
}
#gtco-products .item img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#gtco-products .gtco-heading h2 {
  color: #fff;
  margin: -20px;
}
#gtco-products .gtco-heading p {
  color: rgba(255, 255, 255, 0.8);
}


.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.gtco-section {
  padding: 0em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gtco-section {
    padding: 3em 0;
  }
}
.gtco-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.gtco-section.gtco-gray {
  background: #f6f6f6;
}
/* Owl Override Style */
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 25%;
  z-index: 1001;
  position: absolute;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 44%;
  z-index: 1001;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 1002;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #fff;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  color: #b3b3b3;
  font-size: 30px;
  background: transparent !important;
  z-index: 1002;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #000;
}
.gtco-staff, .gtco-item {
  margin-bottom: 4em;
  float: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .gtco-staff, .gtco-item {
    margin-bottom: 3em;
  }
}
.gtco-staff img, .gtco-item img {
  margin-bottom: 40px !important;
}
.gtco-staff h2, .gtco-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff h2 a, .gtco-item h2 a {
  color: #000 !important;
}
.gtco-staff p, .gtco-item p {
  margin-bottom: 30px;
  color: #777;
}
.gtco-staff .role, .gtco-item .role {
  color: #bfbfbf;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
}
.gtco-staff .fh5co-social, .gtco-item .fh5co-social {
  padding: 0;
  margin: 0;
}
.gtco-staff .fh5co-social li, .gtco-item .fh5co-social li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-staff .fh5co-social li a, .gtco-item .fh5co-social li a {
  font-size: 20px;
  color: #52d681;
}


