@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);

.template-form .wpcf7-form-control {
    background: #f2f2f2;
    font-size: 13px;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    line-height: 40px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.7px;
    padding-left: 20px;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}
.template-form .wpcf7-form-control::placeholder {
    color: #3d3d3d;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter:alpha(opacity=100);
    filter:alpha(opacity=100);
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}
.template-form .wpcf7-form-control:focus {
    color: #495057;
    background: #ebebeb;
    box-shadow: none
}
.template-form .wpcf7-form-control:focus::placeholder {
    color: #292929
}
.template-form textarea {
    padding: 20px;
    height: 160px !important;
    line-height: 20px !important
}
.template-form .wpcf7-submit {
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 22px;
    font-size: 14px;
    position: relative;
    background: #fdaa49;
    overflow: hidden;
    font-weight: 400;
    cursor: pointer;
    border: none;
    width: auto;
    height: auto;
    line-height: 1.8;
    letter-spacing: 0.4px
}
.template-form .wpcf7-submit:hover {
    background: #000
}

.theme-btn {
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 13px;
    position: relative;
    background: #080808;
    overflow: hidden;
    font-weight: 500;
    cursor: pointer;
    border: none
}
.theme-btn.smaller {
    padding: 10px 20px;
    font-size: 12px
}
.theme-btn.extra-small {
    font-size: 11px;
    padding: 6px 14px
}
.theme-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255, 255, 255, .35);
    width: 100%;
    height: 100%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter:alpha(opacity=100);
    filter:alpha(opacity=100);
    -o-transform: translate(-105%, 0);
    -ms-transform: translate(-105%, 0);
    -moz-transform: translate(-105%, 0);
    -webkit-transform: translate(-105%, 0);
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}
.theme-btn:hover {
    color: #fff
}
.theme-btn:hover:before {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;

    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}
.underline-btn {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    padding-bottom: 9px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #080808;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}
.underline-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3d3d3d
}
.underline-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 1;
    background: #080808;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}
.underline-btn:hover {
    color: #080808
}
.underline-btn:hover:before {
    width: 100%
}
.underline-btn.big {
    font-size: 17px;
    margin-bottom: 30px;
    color: #8a8a8a;
    padding-bottom: 12px
}
.underline-btn.big:after,
.underline-btn.big:before {
    height: 3px
}
.underline-btn.big:hover {
    color: #242424
}
.sbtn {
    position: fixed;
    right: 80px;
    cursor: pointer;
    height: 40px;
    width: 25px;
    z-index: 999;
    text-align: center;
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;

}

.sbtn2 {
	color:#080808;
    height: 50px;
    width: 50px;
	line-height:50px;
    z-index: 999;
	font-size:22px;
    text-align: center;
}

.sbtn .icon {
    color: #080808;
    font-size: 26px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block
}
.sbtn.share-btn .icon.ion-md-share {
    font-size: 22px
}
.sbtn .text {
    position: absolute;
    right: 50px;
    top: 0;
    line-height: 50px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #080808;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;

    font-style: normal;
    -o-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}
.sbtn .icon:hover .text {
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter:alpha(opacity=100);
    filter:alpha(opacity=100)
}
.sbtn.top-btn {
    bottom: 50px
}
.sbtn.project-btn {
    bottom: 120px
}
.sbtn.filter-btn,
.sbtn.share-btn {
    bottom: 120px
}
.sbtn.filter-btn div,
.sbtn.share-btn div {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 40px;
    line-height: 40px;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}
.sbtn.filter-btn div:last-child,
.sbtn.share-btn div:last-child {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;

    visibility: hidden
}
.sbtn.filter-btn.close div:first-child,
.sbtn.share-btn.close div:first-child {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;

    visibility: hidden
}
.sbtn.filter-btn.close div:last-child,
.sbtn.share-btn.close div:last-child {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter:alpha(opacity=100);
    filter:alpha(opacity=100);
    visibility: visible
}
