/* Base CSS */
body {
  color: #666666;
  background: #fefefe;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #7F8490;
  line-height: 22px;
  letter-spacing: 0.05em;
  position: relative;
}

html, body {
  height: 100%;
  margin: 0;
}
header{
  position: relative;
  height: 420px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 0;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: white;
}

h1 {
  font-size: 36px;
  margin-bottom: 24px;
}
.case_h1 {
    font-weight: 600 !important;
    letter-spacing: 0.07em;
    color: #53575f !important;
    font-size: 32px !important;
}

h2 {
  font-size: 30px;
  margin-bottom: 22px;
}

h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

h4 {
  font-size: 22px;
  margin-bottom: 18px;
  text-align: center;
}

h5 {
  font-size: 18px;
  margin-bottom: 14px;
}

h6 {
  font-size: 18px;
  margin-bottom: 12px;
}

h7 {
  font-size: 40px;
  margin-bottom: 12px;
  color: black;
  font-weight: bold;

}

a {
  color: #000000;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.05em;
  font-weight: 700;
  outline: 0 !important;
}
a:hover, a:active, a:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer
}
.title1{
  font-size:25px;
  color:black;
}
.title2{
  font-size:25px;
}
p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.clearfix{
  clear:both;
}

.dark p {
  color: #ebebeb;
}
footer > .container{
  position: relative;
}

ul {
  list-style: none;
  padding: 0;
}

ul, ol {
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}
iframe{
  width: 960px;
  height: 540px;
}
.b-left-yellow{
  max-width: 140px !important;
  position: absolute;
  bottom: 5%;
  z-index: -100;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.b-right-yellow{
  max-width: 140px !important;
  position: absolute;
  z-index: -100;
  right: -10px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1;
  animation-delay: 1s;
}

button[type="submit"] {
    width: 150px;
    height: 50px;
    background: transparent;
    border-radius: 10px;
    will-change: transform;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid #F2A620;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    color: #F2A620;
    outline: none;
    text-align: center;
    /* position: absolute; */
    margin-left: calc(50% - 75px);
    bottom: 3%;
    margin-top: 2%;
    font-weight: 400 !important;
}
button[type="submit"]:hover {
  background: #F2A620;
  color: #ffffff;
}

ol li {
  margin-bottom: 7px;
}

li {
  color: #666666;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-backface-visibility: hidden;
}

img.btn-pill {
  border: 1px solid transparent;
}

a:focus {
  outline: none !important;
}

.btn:focus {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

.fa {
  display: initial !important;
}
.block-767{
  display: none;
}
.block-991{
  display: none;
}

/* Tabs */
.nav > li > a:hover {
  background: none;
  border: none;
}
.tab-W {
  padding-top: 30px;
}
/* / End Tabs */

/* Headers */
/* Navigations */
.navbar {
  border: 0;
  border-radius: 0 !important;
  margin-bottom: 0;
}

.navbar-fixed-top {
  border-radius: 0;
}

.navbar-nav {
  padding-left: 15px;
  padding-right: 0;
}

.navbar-nav > li > a {
  line-height: 60px;
  padding: 0 15px !important;
}

.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
  height: 60px;
}

.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  color: #cccccc !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  height: auto;
  /*padding: 20px 15px;*/
}

.navbar-brand span {
  color: #c39d6d;
}

.navbar-toggle {
  margin: 0;
  border: 0;
  /*padding: 32px 5px;*/
  right: 0.5vw;
    top: 5px;
}

.navbar-collapse {
  text-align: center;
  padding-right: 0;
}

.navbar-brand > img {
  width: 80px;
  position: absolute;
}

.navbar-toggle .icon-bar {
  background: #c39d6d;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.dropdown .dropdown-icon {
  color: #cccccc;
  font-size: 7px;
  line-height: 18px;
  font-family: FontAwesome;
  margin-left: 5px;
}

.dropdown .dropdown-icon:before {
  content: "\f067";
}

.dropdown.open .dropdown-icon:before {
  content: "\f068";
}

/* Default Navbar */
.navbar-default {
    position: fixed;
    width: 100vw;
    background: #fff;
    z-index: 600;
    transition: top 0.3s ease-in-out;
    color: #fff;
    height: auto;
    top: 0;
} 
.nav-hide {
    top: -100px;
}

.navbar-default .navbar-nav > li > a {
  color: #111111;
  font-size:  15px;;
  font-weight: 100;
}
.navbar-default .navbar-nav > li > a span{
  padding-bottom: 4px;
}
.navbar-default .navbar-nav > li > a.active span{
  border-bottom: solid 2px black;
}
/*.navbar-default .navbar-nav > li > a:hover {
  color: #F2A620 ;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #F2A620  !important;
}
*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #F2A620 ;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #F2A620 ;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .dropdown-menu > li > a {
  font-size: 13px;
  font-weight: 700;
}

/* End Default Navbar */

/* End Navigations */
/* Banners */
#header-banner {
/*  background-color: #ebebeb;*/
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  position: relative;
}

.banner-content.single-page {
  padding:10px 0;
}

.banner-info {
  /*width: 400px;*/
  margin: 0 20%;
  padding: 180px 0;
}

.banner-info.primary {
  background: rgba(195, 157, 109, 0.75);
}

.banner-info.primary h1, .banner-info.primary p {
  color: white;
}

.banner-info h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
}

.banner-info p {
  margin-bottom: 0;
}

/* End Banners */
/* End Headers */
/* Content */
/* Portfolio */
#portfolio {
  padding-bottom: 50px;
  margin-top:3%;
}

#portfolio.full-screen {
  padding: 0;
}

#portfolio.full-screen-spacer {
  padding: 15px 0;
}

#portfolio .project {
  padding-top: 15px;
  padding-bottom: 15px;
}

#portfolio.no-gutter .project {
  margin: 0;
  padding: 0;
}

#portfolio .container-fluid {
  margin: 0;
  padding: 0;
}

#portfolio.info-box .container-fluid {
  margin: 0 15px;
}

#portfolio.w-shadow .project .img-bg-color {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#portfolio.w-shadow .project:hover .img-bg-color {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#portfolio ul.portfolio {
  margin-bottom: 0 !important;
}

.portfolio-filter {
  margin-top: 40px;
  margin-bottom: 10px;
}

.portfolio-filter.list-inline li {
  padding: 0;
}

.portfolio-filter a {
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
  border: 2px solid transparent;
  margin: 0 5px;
  padding: 10px 8px;
}

.portfolio-filter a.active {
  color: #c39d6d;
  background-color: transparent;
  border: 2px solid transparent;
}
.container {
  /*  margin-bottom: 5%;*/
}
.overview{
  border-bottom: 1px solid #A7A7A7;
  margin-bottom: 40px !important;
}
.overview h2{
  margin-bottom: 110px;
}
.row large-padding bottom{
  margin-top: 1px solid #A7A7A7;
}

/* Hover on all  */
.project-hover-tools {
  position: absolute;
  z-index: 2;
  bottom: calc(50% - 24px);
  right: calc(50% - 24px);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
}

.project:hover .project-hover-tools {
  bottom: 43%;
  right: 36%;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

.m-project .project-hover-tools {
  bottom: 49%;
}

.project.m-project:hover .project-hover-tools {
  bottom: 46%;
}

.project .img-bg-color.primary {
  background: #C1DFC8;
}

.project .img-bg-color.default {
  background: #333333;
}

.project img {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.project:hover img {
  opacity: 0.3;
}

.view-btn {
    display: inline-block;
    color: #333333;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: -68px;
}

.project-details {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 10%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
}

.project:hover .project-details {
  bottom: 8%;
  left: 10%;
  text-align: left;
  visibility: visible;
  opacity: 1;
}

.m-project .project-details {
  bottom: 2%;
}

.project.m-project:hover .project-details {
  bottom: 5%;
}

.project-title {
  color: #5a5a5a;
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  font-weight: 600;
}

.project .skill {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.project-info .info {
  margin: 15px 0;
}

.project-info span {
  margin-left: 15px;
}

.info-buttons {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.slice-design-img img{
  border:2px solid #D0CFCF;
}
/*blanket page*/
.banner-btn1{
  position: absolute;
  left: 9%;
  bottom: 26%;
}
.banner-btn1 a{
  display: block;
  color: #f7ae39;
  line-height: 30px;
  background: #ffffff;
  padding: 6px 18px;
  text-align: center;
  border-radius: 20px;
  border-color: #ffffff;
  border:2px solid #f7ae39;
}
.banner-btn2{
  position: absolute;
  left: 9%;
  bottom: 26%;
}
.banner-btn2 a{
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #27408B;
  padding: 6px 18px;
  border-radius: 20px;
}

.banner-btn3{
  position: absolute;
  left: 9%;
  bottom: 26%;
}
.banner-btn3 a{
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #ED4950;
  padding: 6px 18px;
  border-radius: 20px;
}

.banner-btn4{
  position: absolute;
  left: 5%;
  bottom: -5%;
}
.banner-btn4 a{
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #c1dfc8;
  padding: 6px 18px;
  border-radius: 20px;
}

.bg-pillow1{
  background:url(../images/blanket/pillow1.png) no-repeat;
  background-size: 60%;
  background-position: top right;
}
.circle{
  width: 50px;
  height: 50px;
  background: #D0E8F7;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.design .col-md-6 .col-md-1,.design .col-md-6 .col-md-2{
  padding:0;
}
.disflex-center{
  display:flex;
  align-items: center;
}
.square{
  width:100%;
  height: 80px;
  border-radius: 6px;
}
.visual{
  background: #EAF3FD;
}
.visual .no{
  font-size:60px;
  color:#3477BA;
  margin-right: 20px;
}
.visual .col-md-6 .blog h2{
  color:#3477BA;
}
.visual-2{
  margin-top:50%;
}
.visual .w-img{
  margin-bottom: 40px;
}
/* end blanket page */

/* dandelion chocolate */
.text-indext-1{
  text-indent: 1em;
}
.personas progress {
  border:none;
  background-color: #FFF7AE;
  width: 100%;
  height: 14px;
}
.progress-val-dan{
  padding-left: 0;
}
.progress-sli-dan{
  padding-right: 0;
}
.progress-val-dan progress::-webkit-progress-bar {
  background-color: #FFF7AE;
}
.progress-val-dan progress::-webkit-progress-value {
  background-color: #ED8721;
}
.progress-val-dan progress::-ms-fill{
  background:#ED8721;
}
.progress-val-dan progress::-moz-progress-bar{
  background:#ED8721;
}
.progress-sli-dan progress::-webkit-progress-bar {
  background-color: #FFF7AE;
}
.progress-sli-dan progress::-webkit-progress-value {
  background:none;
}
.progress-sli-dan progress::-ms-fill{
  background:none;
}
.progress-sli-dan progress::-moz-progress-bar{
  background:none;
}
.progress-sli-dan .sli{
  position: absolute;
  width: 20px;
  height: 14px;
  background: #ED8721;
}
#blog .bx-viewport{
  background: transparent;
  border:none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a{
  width: 46px;
  height:46px;
  opacity: .7;
}
.bx-wrapper .bx-next,.bx-wrapper .bx-next:hover{
  background-position: 20px 0;
}
.bx-wrapper .bx-next:hover,.bx-wrapper .bx-prev:hover{
  opacity: 1;
}
.bx-wrapper .bx-prev,.bx-wrapper .bx-prev:hover{
  background-position: -25px 0;
}
/* end dandelion chocolate */

/* wind magazine */
.wind-img{
  padding:20px 0;
}
.the-btn1{
  max-width: 200px;
  margin: 0 auto 30px;
}
.the-btn1 a{
  display: block;
  padding:0 20px;
  font-size: 20px;
  line-height: 40px;
  background: #f6d208;
  color: #fff;
}

.the-btn2{
  max-width: 200px;
  margin: 0 auto 30px;
}
.the-btn2 a{
  display: block;
  padding:0 20px;
  font-size: 20px;
  line-height: 40px;
  background: #5476ac;
  color: #fff;
}

.the-btn3{
  max-width: 200px;
  margin: 0 auto 30px;
}
.the-btn3 a{
  display: block;
  padding:0 20px;
  font-size: 20px;
  line-height: 40px;
  background: #ED4950;
  color: #fff;
}
.the-btn4{
  max-width: 200px;
  margin: 0 auto 30px;
}
.the-btn4 a{
  display: block;
  padding:0 20px;
  font-size: 20px;
  line-height: 40px;
  background: #f3f1eb;
  color: #000000;
}

.the-btn5{
  max-width: 200px;
  margin: 0 auto 30px;
}
.the-btn5 a{
  display: block;
  padding:0 20px;
  font-size: 20px;
  line-height: 40px;
  background: #DD8B4C;
  color: #fff;
}



.case-btn{
  max-width: 230px;
  margin: 100px auto 60px;
}
.case-btn a{
  display: block;
  font-size: 28px;
  line-height: 60px;
  background: transparent;
  color: #000;
  border:2px solid #B1C3A7;
  border-radius: 20px;
  text-align: center;
  font-weight: 400;
}
/* end wind magazine */

/* End Single Project */
/* About Pages */
#aboutme{
  /*margin-top: 3%;*/
  margin-bottom: 80px;
}

.about-description {
  padding: 0px 30px 30px 30px;
}

.about-me-img {
  position: absolute;
  background: url(../images/about-me-img.jpg) scroll center no-repeat;
  background-size: cover;
  height: 80%;
}

/* End About Pages */

/* Blog Pages */
#blog p{
  line-height: 1.5;
}
.margin-b-0{
  margin-bottom: 0;
}
#blog p,#blog li{
  color:#222;
}
.app-img .col-xs-12{
  padding-left:0;
  padding-right:0;
}
.large-padding{
  padding: 100px 0;
}
.middle-padding{
  padding: 60px 0;
}
.middle-padding .container>.row{
  margin-bottom: 60px;
}
.middle-padding .container>.row:last-child{
  margin-bottom: 0;
}
.large-screen-img{
  display: block;
}
.small-screen-img{
  display: none;
}
.blog.block h2{
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom:60px;
}
.blog.block h3{
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom:20px;
}
.fruit-img{
  padding:0 33% ;
}
.bg-white{
  background-color:#fff;
}
.bg-gray{
  background-color:#FBFBFB;
}
.list-disc{
  list-style: disc;
}
.list-disc li{
  margin-bottom: 20px;
}
.list-disc li:last-child{
  margin-bottom: 0;
}
#blog section .container>.row{
  margin-bottom:100px;
}
#blog section .container>.row:last-child{
  margin-bottom:0px;
}
.blog.block .circle-img{
  padding: 0 20%;
  margin-bottom: 20px;
}
.blog.block strong.bold{
  /*font-size: 40px;*/
  font-weight: bold;
}
.blog.block strong.black{
  color: #545759;
}
.blog.block strong.orange{
  color: #F9AF3F;
}
.blog.block strong.moegi{
  color: #B1DBB5;
}
.blog.block strong.bluer{
  color: #4F5BA8;
}

.tag{
  border-radius: 50%;
  background: #F69121;
  color: #fff;
  font-size:20px;
  padding: 10px;
  margin-right: 15px;
}
.margin-b-30{
  margin-bottom: 30px;
}
.flex-center{
  display: flex;
  align-items:center;
}
.padding-l-0{
  padding-left: 0;
}
.padding-r-0{
  padding-right: 0;
}
.personas-img img{
  border-radius: 50%;
}
.personas progress {
  border:none;
  background-color: #EAEAEA;
  width: 100%;
  height: 14px;
}
.progress-val{
  padding-left: 0;
}
.progress-sli{
  padding-right: 0;
}
.progress-val progress::-webkit-progress-bar {
  background-color: #EAEAEA;
}
.progress-val progress::-webkit-progress-value {
  background-color: #F8EC1F;
}
.progress-val progress::-ms-fill{
  background:#F8EC1F;
}
.progress-val progress::-moz-progress-bar{
  background:#F8EC1F;
}
.progress-sli progress::-webkit-progress-bar {
  background-color: #EAEAEA;
}
.progress-sli progress::-webkit-progress-value {
  background:none;
}
.progress-sli progress::-ms-fill{
  background:none;
}
.progress-sli progress::-moz-progress-bar{
  background:none;
}
.sli{
  position: absolute;
  width: 20px;
  height: 14px;
  background: #F8EC1F;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.f-style-italic h1,.f-style-italic p{
  font-family: Axure Handwriting;
  font-weight: bold;
}
#typography .container>.row{
  padding-bottom: 100px;
}
#typography .container>.row{
  padding-bottom: 0;
}
.color-img{
  padding:0 8%;
}

.wireframes .col-md-2.col-xs-4,.wireframes .col-md-3.col-xs-4{
  padding:0;
}
/*.fre-wireframes .w-img{
  width: 50%;
}*/
.w-img{
  margin-bottom: 20px;
}
#typography{
  padding-bottom: 0;
}


/* Footers */
footer {
  background: white;
  /*border-top: 1px solid #F2A620;;*/
  padding: 30px 0;
}
.contact-footer{
  position:absolute;
  bottom:0;
  left:0;
  width: 100vw;
}


.footer-info {
  padding: 0 15px;
  position: relative;
}

footer p {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

footer.dark p {
  color: white;
}

.footer-social{
  margin-bottom: 20px;
}
.social{
  display: inline-block;
}
.social-i{
  margin: 0 20px;
  float: left;
  width: 50px;

}
footer .social a {
  font-size: 14px;
}
/* End Footers */
.portfolio-grid-overlay {
  width: 100%;
  min-height: 33vh;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-auto-rows: min-content;
}
.portfolio-grid-overlay .grid-item {
    position: relative;
    height: 0;
    padding-bottom: 75%;
}
.portfolio-grid-overlay .grid-item .grid-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  padding-bottom: 75%;
}
.portfolio-grid-overlay .grid-item .grid-image .grid-image-inner-wrapper {
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.portfolio-grid-overlay .grid-item .grid-image-inner-wrapper>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.portfolio-grid-overlay .grid-item .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 200ms;
  z-index: 99;
  opacity: 0;
}
.portfolio-grid-overlay .portfolio-overlay {
  background-color: #fff;
}
.portfolio-grid-overlay .grid-item .portfolio-text, .portfolio-grid-overlay .grid-item .portfolio-overlay {
  opacity: 0;
}

.portfolio-grid-overlay .grid-item .portfolio-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 7%;
  text-align: center;
  z-index: 100;
  transition: opacity ease 200ms;
}
.scaleIn:not([data-override-initial-global-animation]) {
  opacity: 1 !important;
}
.portfolio-grid-overlay .portfolio-title {
  color: var(--portfolio-grid-overlay-title-color);
}
.portfolio-grid-overlay .grid-item .portfolio-text .portfolio-title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.portfolio_new .container{
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
}
.portfolio-grid-overlay .grid-item:hover .portfolio-overlay {
  opacity: .8;
}
.portfolio-grid-overlay .grid-item:hover .portfolio-text {
  opacity: 1;
}

.scrolling-item{
  margin: 0;
  padding: 10px;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
}
.theanimation{
  /* 设置动画名称和时长 */
  animation: scroll 40s linear infinite;
  animation-delay:-20s;
}

.scrolling-item .animated-text {
  width: 100%;
  float:left;
  left:0;
  font-size: 30px;
}
.animated-text span.letter{
display:inline-block;
}
.animated-text.wave span.letter{
  animation: wave 5s ease-in-out infinite;
  animation-play-state: running;
}

#textPathDemo {
  width: 100%;
  height:214;
  overflow: visible;
}
/* .scrolling-item:hover .animated-text.wave span.letter{
  animation-play-state: paused;
}
.scrolling-item:hover{
  animation-play-state: paused;
} */
@keyframes wave {
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(-180px);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Media Screens */
@media only screen and (max-width: 1200px) {
  iframe{
    width: 640px;
    height: 360px;
  }
  #portfolio {
    padding-bottom: 50px;
    margin-top:3%;
  }

  .project-hover-tools {
    bottom: 45%;
    right: 34%;
  }

  .project:hover .project-hover-tools {
    bottom: 42%;
    right: 34%;
  }

  .m-project .project-hover-tools {
    bottom: 47%;
  }

  .project.m-project:hover .project-hover-tools {
    bottom: 44%;
  }

  #portfolio.info-box .project-hover-tools {
    right: 34%;
  }

  #portfolio.info-box .project:hover .project-hover-tools {
    right: 34%;
  }

  #portfolio .container-fluid .m-project .project-hover-tools {
    bottom: 49%;
  }

  #portfolio .container-fluid .project.m-project:hover .project-hover-tools {
    bottom: 46%;
  }
}
@media only screen and (max-width: 991px) {
  .solar-show{
      display: none;
  }

  .large-screen-img{
  display: none;
  }
  .small-screen-img{
    display: block;
  }

  .nav > li > a {
    padding: 12.5px 10px;
  }

  .project-hover-tools {
    bottom: 45%;
    right: 36%;
  }

  .log-line .checkbox label {
    padding-left: 8px;
  }

  .clear-991{
    clear:both;
  }
  .none-991{
    display: none;
  }
  .block-991{
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  iframe{
    width: 318px;
    height: 180px;
  }
  .info-title{
    margin-top: 30px;
  }
 
  .navbar-nav {
    padding-left: 0;
    margin: 0;
  }

  .navbar-nav > li > a {
    line-height: 50px;
    padding: 0 !important;
  }

  .navbar-brand {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    height: 60px;
    padding-left: 6px;
  }
  .navbar-brand > img {
    width: 50px;
    /* padding-bottom: 20px; */
    position: absolute;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .stacked-menu .navbar-brand {
    float: left;
    padding-bottom: 20px;
    margin-top: -80px;
  }

  .section-w-image {
    padding: 0 15px;
  }

  .about-img {
    position: relative;
    height: 80%;

  }
 
  .large-padding{
    padding: 36px 0;
  }
  .middle-padding{
    padding: 32px 0;
  }
  .none-767{
    display: none;
  }
  .block-767{
    display: block;
  }
  .clear-767{
    clear:both;
  }
  #blog section .container>.row,#blog section .container>.row>.col-sm-6,#blog section .container>.row>.col-sm-4{
      margin-bottom: 36px;
  }
  #blog section .container>.row>.col-sm-6:last-child,#blog section .container>.row>.col-sm-4:last-child{
      margin-bottom: 0;
  }
  .works .text-center{
    text-align: left;
  }
  .equal-height .col-xs-6:nth-child(n+4){
    margin-top: 20px;
  }
  .equal3-h p{
    line-height: 1.2;
  }
  .margin-b-30-767{
    margin-bottom: 30px;
  }
  .margin-b-60-767{
    margin-bottom: 60px;
  }
  .color .col-md-6{
    width: 50%;
  }
  .bx-controls-direction{
    display: none;
  }
  .padding-0-767{
    padding: 0;
  }
  .padding-15-767{
    padding:0 15px;
  }
  .banner-btn1,.banner-btn2,.banner-btn3{
    position: relative;
    left:0;
    top:20px;
    width: 170px;
    margin:0 auto;
  }
}
@media only screen and (max-width: 660px) {
  .blog.block img {
    width: 100%;
  }
  .wh_pro{
  display: none;
  }
  
  .project-hover-tools {
    bottom: 44%;
    right: 34%;
  }

  .project:hover .project-hover-tools {
    bottom: 41%;
    right: 34%;
  }
}
@media only screen and (max-width: 600px) {
  .about-img{
    margin-bottom: 30px;
  }

  .social{
    left: calc(50% - 60px);
    margin-top: 40px;
    margin-bottom: 10px;
    /*width: 120px;*/
    float: none !important;
  }

  .about-img {
    height: 80%;
  }

  .footer-info {
    text-align: center;
    line-height: 1.8;
  }

  .footer-info .pull-right {
    float: none !important;
    display: block;
  }
  .color p{
    font-size: 11px;
  }
  .color .col-xs-1,.color-img{
    padding:0;
  }
  .color .margin-b-30{
    margin-bottom: 0;
  }
  .padding-l-o-600{
    padding-left: 0;
  }
}
@media only screen and (max-width: 550px) {
  header {
    position: relative;
    height: 300px;
  }
  .banner-content {
    padding-top: 20px;
  }
   #portfolio {
    padding-bottom: 50px;
    /*margin-top:13%;*/
  }
 
  div .screen-weg img  {
    display: none;
  }
  .project-hover-tools {
    bottom: 48%;
    right: 40%;
  }
  .banner-border {
    width: 90%;
    padding: 10px;
  }

  .banner-border .banner-info {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
  }

  .banner-info {
    margin: 0 auto;
    padding: 100px 30px;
    text-align: center;
  }

  .banner-info h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  iframe{
       width: 100%;
      height: auto;
    }

  .project-hover-tools {
    bottom: 47%;
    right: 38%;
  }

  .project:hover .project-hover-tools {
    bottom: 44%;
    right: 38%;
  }


}
@media only screen and (max-width: 400px) {
  .greenhill_pro{
    padding-right: 10%;
  }  
  .m-project .project-hover-tools {
    bottom: 48%;
  }

  .project.m-project:hover .project-hover-tools {
    bottom: 45%;
  }
  .progress-val p,.progress-sli p{
    font-size: 10px;
  }
 
}
/**/
/* Min Widths */
/**/
/**/
@media only screen and (min-width: 992px){
  .padding-t-20-992{
    padding-top:20%;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-nav {
    float: right;
  }

  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
    height: 50px;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  
  .padding-t-20-767{
    padding-top:20%;
  }
}
/* End Min Widths */
/* / End Media Screens */
