/**
 Theme Name: Buildm
 Author: Pressionate
 Version: 1.0.0
*/

/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Alignments
3. Clearings
4. Typography
5. Links
6. Transition
7. General
8. Preloader
9. ScrollUp
10. Site Header
11. Home Page
12. About Page
13. Project Page
14. Service Page
15. Single Service Page
16. Gallery Page
17. FAQ
18. Error Page
19. Contact Page
20. Blog Page
21. Comming Soon
22. Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 15px;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}
b,
strong {
    font-weight: inherit;
    font-weight: bold;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
mark,
ins {
    background-color: #fbfb01;
    color: #505050;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -4px;
}
sup {
    top: -8px;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    display: block;
    font-size: 100%;
    line-height: 25px;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}
fieldset {
    border: none;
    margin: 0 5px;
    padding: 0;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2. Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
3. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/*--------------------------------------------------------------
4. Typography
--------------------------------------------------------------*/
body {
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
button {
    color: #505050;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
}
input, select, textarea {
    font-size: 15px;
    color: #606060;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    margin-bottom: 20px;
    padding: 9px 15px;
    border: 1px solid #cacaca;
    outline: none;
}
input[type="submit"] {
    width: auto;
    background-color: #ffb600;
    border: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 31px;
}
input[type="submit"]:hover {
	background-color: #404040;
}
input:focus,
textarea:focus {
	border-color: #ffb600;
}
input[type="submit"]:focus {
	border: none;
}
h1, 
h2, 
h3, 
h4, 
h3, 
h6 {
    clear: both;
    color: #505050;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 15px;
}
p {
    margin-bottom: 12px;
    font-size: 15px;
    color: #606060;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
ul {
    margin: 0 0 15px 0;
    padding-left: 15px;
    list-style: square outside none;
}
ol {
    padding-left: 15px;
    margin-bottom: 15px;
}
li {
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}
dfn, 
cite, 
em, 
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
5. Links
--------------------------------------------------------------*/
a {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    color: #505050;
    background-color: transparent;
}
a:hover, 
a:focus, 
a:active {
    color: #ffb600;
    text-decoration: none;
}
a:focus,
a:hover, 
a:active {
    outline: none;
}

/*--------------------------------------------------------------
6. Transition
--------------------------------------------------------------*/
a,input, select, textarea,
.singel-service .service-read-more,
.singel-service .service-read-more:after,
.t-btn,
.footer-widget-list ul li:before,
.testimonial-v1 .owl-prev,
.testimonial-v1 .owl-next,
.portfolio-filter ul li a:before,
.nav-tabs > li > a:before,
.single-contact-info i,
.hero-slider-v2 .owl-prev,
.hero-slider-v2 .owl-next {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.singel-project .project-meta,
.singel-project .project-title,
.singel-project .project-date,
.singel-service,
.home-blog .post,
.home-blog .post .byline .posted-on,
.home-blog .post .byline .posted-on a,
.home-blog .byline .comment:before,
.home-blog .byline .author:before,
.team-member,
.member-social-btn,
.team-member .team-member-text,
.team-member .team-member-text h3,
.team-member .team-member-text span,
.team-member .member-social-btn-v1 a,
.inner-portfolio .portfolio-hover,
.gallery-item:before,
.gallery-item:after,
.home-project-v2 .singel-project .singel-project-img:before,
.home-project-v2 .singel-project .t-btn.project-view,
.single-service-v1 .nav-tabs > li > a:before {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*--------------------------------------------------------------
7. General
--------------------------------------------------------------*/
body,
html {
    height: 100%;
    width: 100%
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section {
    padding: 110px 0 80px;
}
.gray-bg {
    background-color: #fafafa;
}
.t-btn {
    display: inline-block;
    background-color: #ffb600;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 32px;
    line-height: 20px;
    outline: none;
    border: none;
}
.t-btn.t-btn-small {
    padding: 11px 20px;
    font-size: 14px;
}
.t-btn.t-btn-ex-small {
    padding: 8px 15px;
    font-size: 12px;
}
.t-btn.t-btn-lagre {
    padding: 17px 40px;
    font-size: 17px;
}
.t-btn.t-btn-ex-lagre {
    padding: 21px 46px;
    font-size: 20px;
}
.t-btn:hover,
.t-btn:active,
.t-btn:focus {
    background-color: #404040;
    color: #fff;
}
.p-l-r-0 {
    padding-left: 0;
    padding-right: 0;
}
/*--------------------------------------------------------------
8. Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
}
.t-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.t-circle .t-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.t-circle .t-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffb600;
    border-radius: 100%;
    -webkit-animation: t-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: t-circleBounceDelay 1.2s infinite ease-in-out both;
}
.t-circle .t-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); 
}
.t-circle .t-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); 
}
.t-circle .t-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); 
}
.t-circle .t-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); 
}
.t-circle .t-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); 
}
.t-circle .t-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}
.t-circle .t-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); 
}
.t-circle .t-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); 
}
.t-circle .t-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); 
}
.t-circle .t-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); 
}
.t-circle .t-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); 
}
.t-circle .t-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; 
}
.t-circle .t-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; 
}
.t-circle .t-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; 
}
.t-circle .t-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}
.t-circle .t-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; 
}
.t-circle .t-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; 
}
.t-circle .t-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; 
}
.t-circle .t-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; 
}
.t-circle .t-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; 
}
.t-circle .t-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; 
    }
.t-circle .t-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; 
}

@-webkit-keyframes t-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes t-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
9. ScrollUp
--------------------------------------------------------------*/
.scrollup {
    position: fixed;
    background-color: #ffb600;
    bottom: -60px;
    right: 30px;
    color: #fff;
    padding: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
}
.scrollup:before {
    content: "\f102";
    font-family: 'FontAwesome';
}
.scrollup.scrollup-show {
    bottom: 31px;
}

/*--------------------------------------------------------------
10. Site Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 100px;
    border-bottom: 1px solid #ffb600;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.header-wrap:before,
.header-wrap:after {
    content: none;
}
.site-header.small-height {
    background-color: rgba(10, 10, 10, 0.8);
    height: 70px;
}
/*Site Branding*/
.site-header .custom-logo {
    max-width: 200px;
    max-height: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header.small-height .custom-logo {
    max-width: 180px;
    max-height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-logo-link {
    display: inline-block;
}
.site-title {
    line-height: 30px;
    display: inline-block;
}
.site-title a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'Work Sans', sans-serif;
    display: inherit;
    line-height: inherit;
}
/*End Site Branding*/
/*Navigation*/
.primary-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.primary-nav ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.primary-nav .menu-item {
    position: relative;
    margin-right: 20px;
}
.primary-nav .menu-item:last-child {
    margin-right: 0px;
}
.primary-nav .menu-item > a {
    font-size: 15px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    min-height: 100px;
    display: flex;
    align-items: center;
    font-family: 'Work Sans', sans-serif;
}
.site-header .primary-nav .menu-item > a {
    min-height: 100px;
}
.site-header.small-height .primary-nav .menu-item > a {
    min-height: 70px;
}
.primary-nav-list .menu-item > a {
    color: #fff;
}
.primary-nav-list .current-menu-item > a,
.primary-nav-list .menu-item > a:hover,
.primary-nav-list .current-menu-ancestor > a {
    color: #ffb600;
}
.primary-nav-list .current-menu-ancestor .current-menu-ancestor.current-menu-parent > a,
.primary-nav-list .current-menu-ancestor.current-menu-parent .current-menu-item > a {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}
.site-header .primary-nav .menu-item-has-children > ul {
    width: 200px;
    padding-left: 0;
    background-color: rgba(30,30,30, .97);
    position: absolute;
    top: 100px;
    display: none !important;
    z-index: 10;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.site-header .primary-nav .menu-item-has-children > ul ul {
    top: 1px;
    border-left: 1px solid rgba(142, 141, 141, 0.2);
}
.site-header.small-height .primary-nav .menu-item-has-children > ul {
    top: 70px;
}
.site-header.small-height .primary-nav .menu-item-has-children > ul ul {
    top: 1px;
}
.primary-nav .menu-item:hover  > ul {
    display: block !important;
}
.primary-nav .menu-item-has-children > ul > li {
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 16px;
}
.primary-nav .menu-item-has-children > ul > li a {
    height: initial;
    display: block;
    padding: 11px 15px;
    background: transparent;
    font-size: 11px;
    box-shadow: none;
    margin-top: -1px;
}
.site-header .primary-nav .menu-item-has-children > ul > li a,
.site-header.small-height .primary-nav .menu-item-has-children > ul > li a {
    min-height: 30px;
}
.primary-nav .menu-item-has-children > ul > li:not(:first-child) a {
    border-top: 1px solid rgba(142, 141, 141, 0.2);
}
.primary-nav .menu-item-has-children > ul > li:not(:last-child) a {
    border-bottom: 1px solid rgba(142, 141, 141, 0.2);
}
.primary-nav .menu-item-has-children > ul > li a:hover {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}
.primary-nav .menu-item-has-children > ul > li ul {
    position: absolute;
    left: 100%;
    right: 100%;
    top: 1px;
    display: none;
}
.primary-nav .menu-item-has-children > ul > li:hover ul {
    display: block;
}
/*Mobile Menu Button*/
.m-menu-btn {
    position: relative;
    display:  inline-block;
    width: 30px;
    height: 27px;
    margin: 15px 0px 15px 25px;
    cursor: pointer;
    display: none;
}
.m-menu-btn span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s; 
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s; 
    transition-delay: 0.2s;
}
.m-menu-btn span:before, 
.m-menu-btn span:after {
    position: absolute;
    content: '';
}
.m-menu-btn span, 
.m-menu-btn span:before, 
.m-menu-btn span:after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
}
.m-menu-btn span:before {
    margin-top: -8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.m-menu-btn span:after {
    margin-top: 8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.m-menu-btn-ext span {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: 0.2s; 
    transition-delay: 0.2s;
}
.m-menu-btn-ext span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s; 
    transition-delay: 0s, 0.2s;
}
.m-menu-btn-ext span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s; 
    transition-delay: 0s, 0.2s;
}
.m-dropdown {
    display: none;
}
/*End Mobile Menu Button*/
.primary-nav .primary-nav-list {
    display: flex !important;
}
/*Site Header version-1*/
.site-header.site-header-v1 {
    top: 0px;
    background-color: transparent;
    border: none;
    height: 80px;
    -webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.home .site-header.site-header-v1 {
    top: 60px;
}
.site-header.site-header-v1.small-height-v2 {
    position: fixed;
    top: 0;
}
.site-header.site-header-v1 .header-wrap {
    width: 1140px;
    background-color: rgba(0,0,0,0.4);
     -webkit-transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.site-header.site-header-v1.small-height-v2 .header-wrap {
    background-color: rgba(0,0,0,0.7);
}
.site-header.site-header-v1 .site-branding:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 230px;
    background-color: #ffb600;
    top: -10px;
    left: 36px;
    transform: skew(-30deg);
}
.site-header.site-header-v1 .site-branding:after {
    content: '';
    position: absolute;
    height: 100px;
    width: 180px;
    background-color: #ffb600;
    top: -10px;
    left: 0;
}
.site-header.site-header-v1 .custom-logo-link {
  position: relative;
  z-index: 2
}
.site-header.site-header-v1 .site-title {
  position: relative;
  z-index: 2
}
.site-header.site-header-v1 .site-branding {
    margin-left: 20px;
}
.site-header.site-header-v1 .site-branding {
    width: 198px;
    text-align: center;
}
.site-header.site-header-v1 .primary-nav .menu-item-has-children > ul {
    top: 90px;
}
.site-header.small-height.site-header-v1 .primary-nav .menu-item-has-children > ul {
    top: 80px;
}
.site-header.site-header-v1.small-height .primary-nav .menu-item > a {
    min-height: 80px;
}
.site-header.site-header-v1 .primary-nav .menu-item-has-children > ul > li a, 
.site-header.small-height.site-header-v1 .primary-nav .menu-item-has-children > ul > li a {
    min-height: 30px;
}
.site-header.site-header-v1 .custom-logo {
    max-width: 200px;
    max-height: 60px;
    margin-top: 10px;
}
.home .site-header.small-height.site-header-v1 .custom-logo {
    margin-top: 10px;
}
/*Site Header version-2*/
.site-header.site-header-v2 {
    border-bottom: none;
    background-color: rgba(44, 44, 44, 0.8);
}
.site-header.site-header-v2.small-height {
    height: 85px;
    background-color: rgba(44, 44, 44, 1);
}
.site-header-v2 .header-wrap {
    justify-content: center;
}
.site-header-v2 .site-branding {
    height: 100%;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffb600;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}
.site-header-v2 .primary-nav .primary-nav-left .primary-nav-list > .menu-item {
    margin-right: 50px;
}
.site-header-v2 .primary-nav .primary-nav-left .menu-item:last-child {
    margin-right: 0px;
}
.site-header-v2 .primary-nav .primary-nav-right .primary-nav-list > .menu-item {
    margin-right: 50px;
}
.site-header-v2 .primary-nav .primary-nav-right .menu-item:last-child {
    margin-right: 0px;
}
.site-header.site-header-v2 .primary-nav-left {
    padding-right: 150px
}
.site-header.site-header-v2 .primary-nav-right {
    padding-left: 150px
}
.site-header-v2.small-height .primary-nav-list {
    top: 85px;
    margin: 0;
}
.site-header.small-height.site-header-v2 .primary-nav .menu-item-has-children > ul {
    top: 85px;
}
.site-header.small-height.site-header-v2 .primary-nav .menu-item > a {
    min-height: 85px;
}
.site-header.site-header-v2 .primary-nav .menu-item-has-children > ul > li a, 
.site-header.small-height.site-header-v2 .primary-nav .menu-item-has-children > ul > li a {
    min-height: 30px;
}

/*--------------------------------------------------------------
11. Home Page
--------------------------------------------------------------*/
.hero {
    background-color: #505050;
    background-image: url(../img/hero-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.hero > div {
    margin-top: 110px;
}
.hero-text h1,
.slider-text h1 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 25px;
}
.hero-text h4,
.slider-text h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 25px;
}
.t-btn.hero-btn:hover,
.t-btn.hero-btn:focus {
	background-color: #fff;
	color: #ffb600;
}
/*Hero Slider v1*/
.hero-slider-v1 {
    position: relative;
}
.hero-slider-v1 .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}
/*Hero Slider v2*/
.hero-slider-v2 {
    position: relative;
    background-color: #404040;
}
.hero-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 480px;
    height: 100%;
}
.hero-slider-v2 .owl-prev, 
.hero-slider-v2 .owl-next {
    height: 60px;
    width: 44px;
    background-color: #9e721d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.hero-slider-v2 .owl-prev {
    left: 0;
}
.hero-slider-v2 .owl-next {
    right: 0;
}
.hero-slider-v2 .owl-prev:hover,
.hero-slider-v2 .owl-next:hover {
    background-color: #ffb600;
}
/*Hero Slider v3*/
.hero-slider-v3 {
    background-color: #404040;
    position: relative;
}
.single-slid {
    position: relative;
    height: 100vh;
}
.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.single-slid .container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.slider-text {
    width: 90%;
}
.slider-text.text-center {
    margin-left: auto;
    margin-right: auto;
}
.slider-text.text-center h4 {
    margin-left: auto;
    margin-right: auto;
}
.slider-text h4 {
    width: 80%;
}
.hero-slider-v3 .owl-dots {
    width: 1170px;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*Feature Section*/
.feature {
    margin-top: -75px;
}
.single-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
    background-color: #f5f4f4;
}
.single-feature i {
    font-size: 40px;
    color: #505050;
    margin-bottom: 12px;
}
.feature-text {
    font-size: 18px;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.special-feature.single-feature {
    background-color: #ffb600;
}
.special-feature.single-feature i,
.special-feature.single-feature .feature-text {
    color: #fff;
}
/*Start Section Header*/
.section-header {
    margin-bottom: 70px;
}
.section-header h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 10px;
}
.section-header h3 {
    display: inline-block;
    font-size: 15px;
    color: #707070;
    padding: 0 40px;
    position: relative;
    margin-bottom: 0;
}
.text-left.section-header h3 {
    padding-right: 0;
}
.section-header.white h2,
.section-header.white h3 {
    color: #fff
}
.section-header h3:before,
.section-header h3:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 1px;
    background-color: rgb(200, 199, 199);
}
.section-header h3:before {
    left: 0;
}
.section-header h3:after {
    right: 0;
}
.text-left.section-header h3:after {
    display: none;
}
/*End Section Header*/

/*Project Section*/
.singel-project {
    display: inline-block;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.39);
    margin-bottom: 30px;
    width: 100%;
}
.singel-project img {
    width: 100%;
}
.singel-project .project-meta {
    background-color: #fff;
    padding: 19px 0;
}
.singel-project:hover .project-meta {
    background-color: #ffb600;
}
.singel-project .project-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}
.singel-project:hover .project-title {
    color: #fff;
}
.singel-project .project-date {
    font-size: 15px;
    color: #707070;
    display: block;
    line-height: 16px;
}
.singel-project:hover .project-date {
    color: #fff;
}
/*Project Section V2*/
.home-project-v2 .singel-project-img {
    position: relative;
}
.home-project-v2 .singel-project .singel-project-img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.702);
    z-index: 1;
    opacity: 0;
}
.home-project-v2 .singel-project:hover .singel-project-img:before {
    opacity: 1;
}
.home-project-v2 .singel-project .t-btn.project-view {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 15px;
    padding: 7px 15px;
    opacity: 0
}
.home-project-v2 .singel-project:hover .t-btn.project-view {
    opacity: 1;
    background-color: #ffb600;
}
.home-project-v2 .singel-project .project-title {
    margin-bottom: 0;
    padding: 3px 0;
}
/*Service Section*/
.service.section {
    padding-bottom: 110px;
}
.singel-service {
    background-color: #fff;
    border: 1px solid rgba(238, 236, 236, 0.4);
    padding: 35px 15px;
}
.singel-service:hover {
    background-color: #ffb600;
    border-color: #ffb600;
}
.singel-service i {
    font-size: 40px;
    color: #606060;
    margin-bottom: 20px;
    display: inline-block;
}
.service-header {
    text-transform: uppercase;
    font-size: 18px;
    color: #606060;
    font-weight: 500;
    margin-bottom: 20px;
}
.service-header a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
}
.service-details {
    font-size: 15px;
    line-height: 25px;
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}
.singel-service .service-read-more {
    display: inline-block;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
    position: relative;
}
.singel-service:hover .service-read-more {
    color: #fff;
}
.singel-service .service-read-more:after {
    content: "\f178";
    font-family: 'FontAwesome';
    display: inline-block;
    color: #505050;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.singel-service:hover .service-read-more:after {
    color: #fff;
}
/*Fun Factor*/
.fun-factor {
    background-image: url(../img/fun-fact-bg.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fun-factor:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}
.single-factor {
    padding: 30px 10px 30px 140px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.factor-icon {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
}
.factor-number {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.factor-header {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.home-blog .post {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.31);
    margin-bottom: 30px;
    width: 100%;
}
.home-blog .post:hover {
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.37);
  margin-bottom: 30px;
}
.home-blog .post-thumbnail {
    display: inline-block;
}
.home-blog .post-thumbnail img {
    width: 100%;
}
.home-blog .post-details-wrap {
    background-color: #fafafa;
    padding: 25px 15px;
    position: relative;
}
.home-blog .entry-title, 
.home-blog .entry-title a {
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 0;
}
.home-blog .post:hover .entry-title a {
    color: #ffb600;
}
.home-blog .byline {
    margin-bottom: 15px;
}
.home-blog .byline > span {
    color: #606060;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding-left: 15px;
    margin-right: 18px;
}
.home-blog .byline .author {
    position: relative;
}
.home-blog .byline .author:before {
    content: "\f007";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
}
.home-blog .byline .author:hover:before {
    color: #ffb600;
}
.home-blog .byline .comment {
    position: relative;
}
.home-blog .byline .comment:before {
    content: "\f086";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
}
.home-blog .byline .comment:hover:before {
    color: #ffb600;
}
.home-blog .post .byline .posted-on {
    position: absolute;
    left: 0;
    top: -37px;
    margin: 0;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
    color: #606060;
    font-size: 14px;
    border-radius: 0 6px 6px 0;
    padding: 0;
    height: 28px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-blog .post:hover .byline .posted-on {
    background-color: #ffb600;
    color: #fff;
}
.home-blog .post .byline .posted-on a {
    color: #606060;
}
.home-blog .post:hover .byline .posted-on a {
    color: #fff;
}
/*Testimonial Section*/
.testimonial-section {
    background-image: url(../img/testimonial-bg.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
blockquote {
    margin: 0;
    border: 0;
    color: #404040;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 80px 70px 30px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    position: relative;
}
blockquote:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 30px;
    font-size: 35px;
    color: #d8d8d8;
}
blockquote small {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    margin-top: 15px;
}
/*testimonial-v1*/
.testimonial-v1 {
    position: relative;
    margin-bottom: 30px;
    /*overflow: hidden;*/
}
.testimonial-v1 .owl-prev,
.testimonial-v1 .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    background-color: #ffb600;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 35px;
}
.testimonial-v1 .owl-prev {
    left: 0px;
}
.testimonial-v1 .owl-next {
    right: 0px;
}
.testimonial-v1 .owl-prev:hover,
.testimonial-v1 .owl-next:hover {
    background-color: #404040;
}
/*Testimonial V2*/
.testimonial-v2 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.testimonial-v2 .owl-dot span,
.hero-slider-v1 .owl-dot span,
.hero-slider-v3 .owl-dot span {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #ffb600;
    border-radius: 50%;
    margin: 8px;
    position: relative;
}
.testimonial-v2 .owl-dot span:before,
.hero-slider-v1 .owl-dot span:before,
.hero-slider-v3 .owl-dot span:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffb600;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-v2 .owl-dot.active span:before,
.hero-slider-v1 .owl-dot.active span:before,
.hero-slider-v3 .owl-dot.active span:before {
    width: 18px;
    height: 18px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.testimonial-img {
    height: 80px;
    width: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    max-width: 80px;
    border-radius: 50%;
    border: 3px solid #ffb600;
    z-index: 1;
}
.testimonial-v2 blockquote {
    margin-top: 45px;
    padding-top: 35px;
}
.testimonial-v2 blockquote:before {
    display: none;
}
.testimonial-v2 blockquote small {
    margin-bottom: 15px;
}
/*cta*/
.cta {
    background-color: #ffb600;
    padding: 24px 0;
}
.cta .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cta-quote {
    color: #fff;
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.cta-btn {
    background-color: #fff;
    color: #ffb600;
}
.cta-btn:hover {
    background-color: #404040;
    color: #fff;
}
/*--------------------------------------------------------------
12. About Page
--------------------------------------------------------------*/
/*About us v1*/
.other-hero {
    background-color: #505050;
    background-image: url(../img/other-hero-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 290px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.other-hero-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}
.other-hero-text:before,
.other-hero-text:after {
    content: none;
}
.other-hero-text h1 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.breadcrumb {
    margin: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    line-height: 30px;
}
.breadcrumb li {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.breadcrumb li a {
    color: inherit;
    font-size: inherit;
}
.breadcrumb li a:hover {
    color: #ffb600;
}
.breadcrumb>li+li:before {
    content: "\f101";
    padding: 0 5px;
    font-size: 17px
    color: #ccc;
    font-family: 'FontAwesome';
}
/*about-company*/
.company-featured-img {
    margin-bottom: 30px;
}
/*Accordian*/
.single-accordian {
	background-color: #fafafa;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.21);
	margin-bottom: 15px;
}
.accordian-head {
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    color: #404040;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordian-head.active {
    background-color: #ffb600;
    color: #fff;
}
.accordian-head i {
    color: #404040;
    margin-right: 18px;
}
.accordian-head.active i {
	color: #fff;
}
.single-accordian .accordian-body {
    color: #606060;
    line-height: 25px;
    font-size: 15px;
    padding: 20px 25px;
}
.accordian-toggle {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-color: #404040;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active .accordian-toggle {
	background-color: #fff;
}
.accordian-toggle:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 8px;
    background-color: #fff;
    left: 4px;
    top: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active .accordian-toggle:before {
	background-color: #ffb600;
}
.accordian-toggle:after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 2px;
    background-color: #fff;
    left: 7px;
    top: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active .accordian-toggle:after {
	opacity: 0;
}
/*Emd Accordian*/

/*Progress Bar*/
.progress-bar-title {
    text-transform: uppercase;
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-rogressbar {
    margin-bottom: 30px;
}
.progressbar {
    height: 30px;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-top: -22px;
    overflow: hidden;
}
.progressbar:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 0;
    background: #fafafa;
    top: inherit;
}
.inner-progress {
    background-color: #ffb600;
    position: relative;
    height: 10px;
    font-family: 'Work Sans', sans-serif;
}
.inner-progress:before {
    content: attr(data-progress);
    position: absolute;
    right: 0;
    top: -25px;
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}
/*Team Section*/
.team-member {
    margin-bottom: 30px;
}
.team-member:hover {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.21);
}
.team-member-img {
    position: relative;
}
.team-member-img img {
    border: 1px solid rgb(229, 229, 229);
    border-bottom: 0;
}
.member-social-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-member:hover .member-social-btn {
    opacity: 1;
}
.member-social-btn a {
    color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 14px;
}
.member-social-btn a:hover {
    background-color: #fff;
    color: #404040;
}
.team-member .team-member-text {
    background-color: #ffb600;
    padding: 25px 10px;
}
.team-member:hover .team-member-text {
    background-color: #fff;
}
.team-member .team-member-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.team-member:hover .team-member-text h3 {
    color: #ffb600
}
.team-member .team-member-text span {
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 18px;
}
.team-member:hover .team-member-text span {
    color: #ffb600
}
/*Partner Section*/
.partner-logo a {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.partner-logo a:hover {
    border-color: #ffb600;
}
.owl-carousel.partner-logo .owl-item img {
    width: auto;
}
/*About-v1*/
.company-history {
	margin-bottom: 30px;
}
.company-history-title {
    font-size: 18px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 30px;
}
.company-history-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-right: 5%;
}
/*team-member-v1*/
.team-member .member-social-btn-v1 {
    margin-top: 13px;
    line-height: 18px;
}
.team-member .member-social-btn-v1 a {
    color: #fff;
    display: inline-block;
    margin: 0 12px;
    line-height: 16px;
}
.team-member:hover .member-social-btn-v1 a {
	color: #ffb600;
}
/*team-member-v2*/
.team-v2 .team-member .team-member-text {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.team-v2 .team-member:hover .team-member-text {
    width: 100%;
}
/*--------------------------------------------------------------
13. Project Page
--------------------------------------------------------------*/
/*Start Portfolio Btn*/
.portfolio-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.portfolio-filter ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fafafa;
    margin: 0;
}
.portfolio-filter ul li {
    padding: 0 7px;
}
.portfolio-filter ul li:not(:last-child):after {
    content: '|'
}
.portfolio-filter ul li a {
    color: #404040;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    padding: 14px 10px;
    display: inline-block;
    margin: 0 7px;
    position: relative;
}
.portfolio-filter ul li.active a {
    color: #ffb600;
}
.portfolio-filter ul li a:before {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #ffb600;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-filter ul li.active a:before,
.portfolio-filter ul li a:hover:before {
    width: 100%;
}
/*End Portfolio Btn*/

/*Start Portfolio*/
.portfolio {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-sizer,
.portfolio-item {
    padding: 0 15px 30px;
    width: 33.3333333%;
    display: flex;
    display: flex;
    justify-content: center;
}
.gutter-less .portfolio-item {
    padding: 0;
}
.inner-portfolio {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.inner-portfolio img {
    width: 100%;
    height: auto;
}
.inner-portfolio .portfolio-hover {
    position: absolute;
    top: -115%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.702);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
}
.inner-portfolio:hover .portfolio-hover {
    top: 0%;
}
.portfolio-hover i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 15%;
}
.portfolio-hover h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
}
.portfolio-hover h2 {
    font-size: 16px;
    color: #ffb600;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
}
.port-load-row {
    margin-top: 30px;
    margin-bottom: 30px
}
.port-load-row.port-gutter-less {
    margin-top: 60px;
}

/*--------------------------------------------------------------
## Single Project
--------------------------------------------------------------*/
.project-thumbnail {
    margin-bottom: 40px;
}
.project-entry-title {
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #505050;
    font-weight: 600;
}
.project-entry-content,
.project-entry-content p {
    color: #505050;
    line-height: 25px;
}
.project-entry-content p {
    margin-bottom: 15px;
}
.project-sidebar-col {
    padding-left: 5%;
}
.project-sidebar {
    background-color: #fafafa;
    padding: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.project-widget-title {
    font-size: 18px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 25px;
}
.project-widget {
    margin-bottom: 50px;
}
.project-sidebar .project-widget:last-child {
    margin-bottom: 0;
}
.project-widget ul {
    list-style: none;
    padding: 0;
}
.project-widget ul li {
    font-size: 15px;
    color: #505050;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.project-widget ul li span {
    font-weight: 500;
    margin-right: 16px;
}
.related-post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.related-post:hover {
    color: #505050;
}
.related-post-area .related-post:last-child {
    margin-bottom: 0px
}
.related-post-thumbnail {
    max-width: 90px;
    display: block;
    margin-right: 15px;
}
.related-post-title {
    font-size: 15px;
    color: #505050;
    margin-bottom: 5px;
    margin-top: 10px;
}
.related-post:hover .related-post-title {
    color: #ffb600;
}
.related-post-title a {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}
.related-post-date {
    display: inline-block;
    line-height: 20px;
}

/*--------------------------------------------------------------
14. Service Page
--------------------------------------------------------------*/
/*service-v1*/
.service.section.service-v1 {
    padding-bottom: 80px;
}
.service-v1 .singel-service {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgb(231, 230, 230);
}
.service-v1 .singel-service:hover {
    border-color: #ffb600;
}
.service-v1 .singel-service:before {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    background-color: #ffb600;
    position: absolute;
    left: -1px;
    top: -1px;
}
.service-v1 .singel-service:after {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    background-color: #ffb600;
    position: absolute;
    right: -1px;
    bottom: -1px;
}
/*service-v2*/
.service.section.service-v2 {
    padding-bottom: 50px;
}
.service-v2 .singel-service {
    padding: 0;
    border: none;
    margin-bottom: 60px;
}
.service-v2 .singel-service:hover {
    background-color: transparent;
}
.service-img {
    margin-bottom: 25px;
}
.service-v2 .service-details {
    margin-bottom: 20px;
}
.service-v2 .singel-service:hover .service-read-more,
.service-v2 .singel-service:hover .service-read-more:after {
    color: #505050;
}
.service-v2 .singel-service .service-read-more:hover,
.service-v2 .singel-service .service-read-more:hover:after {
    color: #ffb600;
}
/*--------------------------------------------------------------
15. Single Service Page
--------------------------------------------------------------*/
.single-service .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    background-color: #fafafa;
    margin-bottom: 80px;
    border: 1px solid #ffb600;
}
.single-service .nav-tabs>li {
    margin-bottom: 0px;
}
.single-service .nav-tabs.nav-justified>li>a {
    border: none;
    border-radius: 0;
    padding: 10px 5px;
    margin: 0;
    color: #505050;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}
.single-service .nav-tabs.nav-justified>li>a:focus {
  background-color: transparent;
}
.single-service .nav-tabs>li.active>a, 
.single-service .nav-tabs>li.active>a:focus, 
.single-service .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ffb600;
    border: none;
}
.fade {
    -webkit-transition: opacity 0.7s linear;
    -ms-transition: opacity 0.7s linear;
    -o-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear;
}
.single-service-thumbnail {
    margin-bottom: 40px;
}
.service-entry-title {
    font-size: 25px;
    font-weight: 600;
    color: #606060;
    line-height: 22px;
    margin-bottom: 20px;
}
.service-entry-content,
.service-entry-content p {
    font-size: 15px;
    color: #606060;
    font-weight: 400;
}
.service-entry-content {
    margin-bottom: 30px;
}
/*Singel Service V1*/
.single-service-left {
    padding-right: 60px;
}
.single-service-v1 .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
    background-color: #fafafa;
    margin-bottom: 30px;
}
.single-service-v1 .nav-tabs > li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.single-service-v1 .nav-tabs > li:last-child {
    border-bottom: none;
}
.single-service-v1 .nav-tabs > li > a {
    margin-right: 0;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    color: #505050;
}
.single-service-v1 .nav-tabs > li.active > a, 
.single-service-v1 .nav-tabs > li.active > a:focus, 
.single-service-v1 .nav-tabs > li.active > a:hover,
.single-service-v1 .nav-tabs > li > a:hover {
    color: #fff;
    cursor: pointer;
    border: 0;
    background-color: #ffb600;
}
.single-service-v1 .nav-tabs > li > a:before {
    content: '';
    position: absolute;
    height: 29px;
    width: 29px;
    top: 6px;
    right: 8px;
    background-color: #ffb600;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.single-service-v1 .nav-tabs > li.active > a:before,
.single-service-v1 .nav-tabs > li > a:hover:before {
    right: -14px;
}
.pdf-download {
    display: block;
    text-align: center;
    background-color: #ffb600;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    padding: 10px 5px;
    margin-top: 60px;
    font-size: 15px;
}
.pdf-download:hover,
.pdf-download:focus {
    background-color: #404040;
    color: #fff;
}
.pdf-download i {
    margin-right: 10px;
}

/*--------------------------------------------------------------
16. Gallery Page
--------------------------------------------------------------*/
.gallery-item {
    position: relative;
    display: block;
}
.gallery-item:before {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 2;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    color: #ffb600;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
}
.gallery-item:hover:before {
    opacity: 1
}
.gallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.gallery-item:hover:after {
    opacity: 1
}
/*--------------------------------------------------------------
17. FAQ
--------------------------------------------------------------*/
.faq-accordian {
    margin-bottom: 30px;
}
.faq-classic {
    margin-bottom: 100px;
}
.single-faq:not(:last-child) {
    margin-bottom: 60px;
}
.faq-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #505050;
    line-height: 20px;
    margin-bottom: 40px;
}
.single-faq .question {
    position: relative;
    padding-left: 70Px;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 0px 14px 70px;
    margin-bottom: 15px;
}
.single-faq .question:before,
.single-faq .answer:before {
	height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ffb600;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
.single-faq .question:before {
    content: 'Q';
}
.single-faq .answer {
    position: relative;
    padding: 8px 0px 8px 70px;
    font-size: 15px;
    color: #606060;
    line-height: 25px;
}
.single-faq .answer:before {
	content: 'A';
}

/*--------------------------------------------------------------
18. Error Page
--------------------------------------------------------------*/
.error-section {
	min-height: 570px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.error-section h3 {
    color: #505050;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 41px;
    margin-bottom: 20px;
}
.error-section h2 {
    font-weight: 700;
    font-size: 110px;
    color: #ffb600;
    line-height: 80px;
    margin-bottom: 50px;
}
.error-section h4 {
    font-size: 25px;
    color: #505050;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}
.error-section h5 {
    font-size: 18px;
    color: #404040;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 45px;
    font-weight: 400;
}
.error-btn a {
	margin: 0 15px;
}

/*--------------------------------------------------------------
19. Contact Page
--------------------------------------------------------------*/
.contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 50px;
}
.single-contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.single-contact-info i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid rgb(202, 202, 202);
    margin-right: 25px;
}
.single-contact-info:hover i {
	border-color: #ffb600;
	color: #ffb600;
}
.single-contact-info .single-info-details {
    min-height: 50px;
}
.single-info-details h3 {
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-info-details span,
.single-info-details a {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    line-height: 22px;
}
.single-info-details a:hover {
	color: #ffb600;
}
.contact-form {
    margin-bottom: 10px;
}
.contact-form > .row {
    margin-right: -10px;
    margin-left: -10px;
}
.contact-form > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
/*Google Map*/
.map-canvas {
    height: 290px;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
20. Blog Page
--------------------------------------------------------------*/
.Buildm-post,
.post-details {
    background-color: #fafafa;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
}
.Buildm-post:last-child {
    margin-bottom: 0;
}
.Buildm-post .post-thumbnail {
    text-align: center;
    display: block;
}
.Buildm-post .post-thumbnail img {
    width: 100%;
}
.Buildm-post .post-details-wrap,
.post-details .post-details-wrap {
    padding: 30px;
    position: relative;
}
.Buildm-post .byline,
.post-details .byline {
    margin-bottom: 8px;
}
.Buildm-post .author {
    margin-right: 20px;
}
.Buildm-post span,
.Buildm-post span a,
.post-details span,
.post-details span a {
    color: #606060;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.Buildm-post span a:hover,
.post-details span a:hover {
    color: #ffb600;
}
.Buildm-post span i,
.post-details span i {
    margin-right: 6px;
}
.Buildm-post .posted-on {
    position: absolute;
    left: -2px;
    top: -56px;
    background-color: #fff;
    width: 122px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
}
.Buildm-post .posted-on a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
}
.Buildm-post .posted-on a:hover {
    background-color: #ffb600;
    color: #fff;
}
.Buildm-post .entry-title,
.post-details .entry-title {
    font-size: 20px;
    color: #606060;
    font-weight: 500;
    margin-bottom: 0;
}
.Buildm-post .entry-title a {
    font-size: inherit;
    color: inherit;
}
.Buildm-post .entry-title a:hover {
    color: #ffb600;
}
.Buildm-post .entry-content,
.post-details .entry-content {
    padding: 0 30px 30px;
    color: #505050;
    font-size: 15px;
}
.Buildm-post .entry-content p,
.post-details .entry-content p {
    margin-bottom: 25px;
    color: inherit;
}
.read-more-btn {
    color: #505050;
}
.post-navigation {
    display: flex;
    margin: 30px 0;
}
.nav-all-post {
    display: flex;
}
.nav-all-post a {
    display: inline-block;
    height: 35px;
    min-width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #aeaeae;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}
.nav-all-post a.active,
.nav-all-post a:hover {
    background-color: #ffb600;
}
.nav-previous a, 
.nav-next a {
    padding: 8px 20px;
    display: inline-block;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #aeaeae;
}
.nav-previous {
    margin-right: 5px;
}
.nav-next a:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 7px;
}
.nav-previous a:before {
    content: "\f177";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 7px;
}
.nav-previous a:hover,
.nav-next a:hover {
    background-color: #ffb600;
}
/*Blog Sidebar*/
.sidebar {
    background-color: #fafafa;
    padding: 25px 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.widget:not(:last-child) {
    margin-bottom: 60px;
}
.widget-title {
    font-size: 18px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 30px;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget ul li {
    position: relative;
    padding-left: 20px;
}
.widget ul li:not(:last-child) {
    margin-bottom: 10px;
}
.widget ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
.widget ul li a {
    color: #505050;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}
.widget ul li a:hover {
    color: #ffb600;
}
.search-form {
    position: relative;
}
.search-form:after {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1px;
    top: 1px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    background-color: #ffb600;
}
.search-form label {
    width: 100%;
    margin: 0;
}
.search-field {
    margin: 0;
    width: 100%;
    font-weight: 400;
    padding: 10px 55px 10px 10px;
}
.search-form .search-submit {
    margin: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 45px;
    width: 46px;
    padding: 0px;
    z-index: 2;
    opacity: 0;
}
.tagcloud {
    display: flex;
    flex-wrap: wrap;
}
.tagcloud a {
    background-color: #424242;
    color: #fffefe;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tagcloud a:hover {
    background-color: #ffb600;
    color: #fffefe;
}
.widget.widget_recent_entries ul li {
    padding: 0;
}
.widget.widget_recent_entries ul li:before {
    display: none;
}
.widget.widget_recent_entries ul li a:hover {
    color: #505050;
}
/*blog-details*/
.social-btn.post-social-btn {
    padding-top: 20px;
}
.post-details .byline > span {
    margin-right: 25px
}
/*Comments*/
.comments-title,
.comment-reply-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #505050;
    font-weight: 500;
    margin-bottom: 30px;
}
.comment-list-outer,
.comment-respond {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
    padding: 40px 30px 10px 30px;
}
.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}
.children .comment-body {
    min-height: 70px;
}
.comment-meta {
    display: flex;
    flex-wrap: wrap;
}
.comments-area ol {
    list-style: none;
    padding-left: 0;
}
.comments-area .children {
    padding-left: 45px;
}
.comments-area .children .children {
    padding-left: 35px;
}
.comment-author .avatar {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: -120px;
}
.comment-author {
    line-height: 20px;
    margin-bottom: 6px;
    margin-right: 30px;
}
.comment-author .nm {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #505050;
    font-size: 16px;
}
.comment-metadata {
    line-height: 22px;
}
.comment-metadata a {
    color: #505050;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}
.comment-content {
    line-height: 25px;
    color: #505050;
    font-size: 15px;
}
.comment-content p {
    line-height: inherit;
    color: inherit;
    font-size: inherit;
}
.comment-reply-link {
    font-size: 15px;
    color: #ffb600;
    position: relative;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #424242;
}
.comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    margin-right: 4px;
}
.children .comment-body {
    margin-left: 100px;
}
.children .comment-author .avatar {
    height: 70px;
    width: 70px;
    left: -100px;
}
.comment-respond {
    display: block;
    width: 100%;
    margin-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.3333%;
}
.comment-form-comment {
    width: 100%;
}
.comment-form-author {
    padding-right: 10px;
}
.comment-form-url {
    padding-left: 10px;
}
.form-submit {
    margin-bottom: 0;
}
.comment-form p {
    margin: 0;
}
.comment-form textarea, 
.comment-form input {
    border: 1px solid #cacaca;
    padding: 10px;
    width: 100%;
    background-color: transparent;
}
.comment-form textarea:focus, 
.comment-form input:focus {
    border-color: #ffb600;
}
.post-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.post-navigation > div {
    display: inline-block;
}
.nav-previous a:before {
    content: "\f100";
    font-family: 'FontAwesome';
    margin-right: 4px;
}
.nav-next a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 4px;
}
.nav-all-post {
    min-width: 120px;
    text-align: center;
    margin: 0 25px;
}
/*Parallax Background*/
.parallax {
    background-position: 50% 0;
    background-attachment: fixed;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #404040;
    padding-top: 100px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
}
.short-description {
    color: #d3d3d3;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 310px;
}
.social-btn {
    display: flex;
    flex-wrap: wrap;
}
.social-btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border: 1px solid #ffb600;
    color: #ffb600;
    margin: 5px;
    font-size: 15px;
}
.social-btn a:hover {
    color: #404040;
    background-color: #ffb600;
}
.footer-widget-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
}
.footer-widget-list ul li {
    padding-left: 15px;
    line-height: 18px;
    position: relative;
    width: 50%;
    margin-bottom: 20px;
}
.footer-widget-list ul li:last-child,
.footer-widget-list ul li:nth-last-child(2) {
    margin-bottom: 0px;
}
.footer-widget-list ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #d3d3d3;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 15px;
}
.footer-widget-list ul li:hover:before {
    color: #ffb600;
}
.footer-widget-list ul li a {
    color: #d3d3d3;
    font-size: 15px;
    font-weight: 300;
    display: block;
}
.footer-widget-list ul li a:hover {
    color: #ffb600;
}
.contact-info span {
    display: block;
    color: #d3d3d3;
    position: relative;
    padding-left: 25px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    line-height: 20px;
}
.contact-info span:not(:last-child) {
    margin-bottom: 25px;
}
.contact-info span a {
    color: #d3d3d3;
}
.contact-info span a:hover {
    color: #ffb600;
}
.contact-info i {
    position: absolute;
    left: 0;
    top: 5px;
}
.copy-right-sectin {
    color: #a7a7a7;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #656565;
    margin-top: 40px;
}

/*--------------------------------------------------------------
21. Comming Soon
--------------------------------------------------------------*/
.coming-soon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #505050;
    background-image: url(../img/comming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.coming-soon-wrapper h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.coming-soon-wrapper h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 110px;
}
#time-line {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#time-line .outer-clock {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	height: 150px;
	min-width: 150px;
	margin: 25px;
	border: 1px solid #fff;
}
#time-line .outer-clock span {
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}

/*--------------------------------------------------------------
22. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 991px) and (min-width: 768px) {
    .single-factor {
        padding: 30px 10px 30px 80px;
    }
    .factor-icon {
        left: 15px;
        font-size: 50px;
    }
    .factor-number {
        font-size: 35px;
    }
    .factor-header {
        font-size: 14px;
    }
    .home-blog .post .byline .posted-on {
        top: -30px;
        height: 24px;
        width: 70px;
    }
    .home-blog .post-details-wrap {
        padding: 10px 15px;
    }
    .home-blog .byline {
        margin-bottom: 5px;
    }
    .home-blog .entry-title, 
    .home-blog .entry-title a {
        line-height: 18px;
    }
    /*About*/
    .team-member .team-member-text h3 {
        font-size: 17px;
    }
    .team-v2 .team-member .team-member-text {
        width: 100%;
        margin-top: 0px;
    }
    .team-member .member-social-btn-v1 a {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1199px) {
    .project-sidebar-col {
        padding-left: 15px;
    }
    .hero-slider-v3 .owl-dots {
        width: 100%;
    }
    /*Header version-2*/
    .site-header.site-header-v1 .header-wrap {
        width: 940px;
    }
    .site-header.site-header-v2 .primary-nav-left {
        padding-right: 125px;
    }
    .site-header-v2 .primary-nav .primary-nav-left .primary-nav-list > .menu-item {
        margin-right: 20px;
    }
    .site-header.site-header-v2 .primary-nav-right {
        padding-left: 125px;
    }
    .site-header-v2 .primary-nav .primary-nav-right .primary-nav-list > .menu-item {
        margin-right: 20px;
    }
}

/*== Start Site Header ==*/
@media screen and (max-width: 1400px) and (min-width: 1001px) {
    .site-header .primary-nav .menu-item-has-children:last-child > ul {
        right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    /*== Home page Header ==*/
    .site-header > div {
        width: 100%;
        padding: 0;
    }
    .site-branding {
        margin-left: 15px;
    }
    .m-menu-btn {
        margin-right: 15px;
    }
    .m-menu-btn {
        display: block;
    }
    .primary-nav-list {
        position: absolute;
        top: 100px;
        width: 100%;
        left: 0;
        display: none;
        background: rgba(30,30,30, .97);
        max-height: 295px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .small-height .primary-nav-list {
        top: 70px;
        margin: 0;
    }
    .m-menu ul {
        list-style: none;
    }
    .m-menu ul .menu-item a {
        display: block;
        padding: 6px 15px;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .m-menu ul .menu-item ul li a {
        font-size: 11px;
    }
    .m-menu ul .menu-item a:hover {
        background-color: #2b2b2b;
    }
    .m-dropdown {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 16px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 10px;
        line-height: 18px;
        height: 20px;
        width: 20px;
        text-align: center;
        z-index: 11;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    transition: all 0.3s ease;
    }
    .m-dropdown:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .m-menu ul .menu-item ul {
        display: none;
        padding-left: 10px;
    }
    .m-menu ul > .menu-item {
        position: relative;
    }
    .menu-item.menu-item-has-children > a:after {
    display: none;
    }
    /*Header version-2*/
    .site-header.site-header-v1 {
        top: 0;
    }
    .site-header.site-header-v1 .header-wrap {
        width: 100%;
    }
    .site-header-v1 .primary-nav-list {
        top: 80px;
    }
    .site-header.site-header-v1 .site-branding:before {
        left: 0px;
    }
    .site-header.site-header-v1 .site-branding {
        width: 178px;
    }
    /*Header version-3*/
    .site-header.site-header-v2 .primary-nav-left {
        padding-right: 0;
    }
    .site-header.site-header-v2 .primary-nav-right {
        padding-left: 0;
    }
    .primary-nav-left .primary-nav-list {
        width: 50%;
        left: 0;
    }
    .primary-nav-right .primary-nav-list {
        width: 50%;
        left: 50%;
    }
    .site-header-v2 .m-menu {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
/*== End Site Header ==*/

@media screen and (max-width: 767px) {
    .hero {
        min-height: 480px;
    }
    .slider-text h1,
    .hero-text h1 {
        font-size: 40px;
        line-height: 35px;
    }
    .single-slid .container {
        width: 100%;
    }
    .single-slid {
        height: 550px;
    }
    .slider-text {
        width: 100%;
        text-align: center;
    }
    .slider-text h4 {
        width: 100%;
        padding: 0 10%;
    }
    .slider-text h4, 
    .hero-text h4 {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .hero-text h4 {
        max-width: 475px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-slider-v2 .owl-prev, 
    .hero-slider-v2 .owl-next {
        height: 48px;
        margin-top: -20px;
    }
    .hero-slider-v3 .slider-text h4 {
        margin-left: 0;
    }
    .section {
        padding: 60px 0 30px;
    }
    .service.section {
        padding-bottom: 60px;
    }
    .singel-project {
        max-width: 360px;
    }
    .singel-service {
        max-width: 380px;
    }
    .home-blog .post {
        max-width: 360px;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .single-feature {
        width: 100%;
    }
    .feature {
        margin-top: 0;
    }
    .cta-quote {
        margin-top: 0;
        text-align: center;
    }
    .site-footer {
        padding-top: 50px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .footer-widget-title {
        margin-bottom: 30px;
    }
    .contact-info span:not(:last-child) {
        margin-bottom: 15px;
    }
    .copy-right-sectin {
        min-height: 80px;
        margin-top: 10px;
    }
    .service.section.service-v1 {
        padding-bottom: 30px;
    }
    .service.section.service-v2 {
        padding-bottom: 0px;
    }
    .grid-sizer,
    .portfolio-item {
        width: 50%;
    }
    .portfolio-filter {
        margin-bottom: 50px;
    }
    .port-load-row {
        margin-top: 20px;
    }
    .port-load-row.port-gutter-less {
        margin-top: 50px;
    }
    .project-sidebar {
        margin-bottom: 30px;
    }
    .single-service .nav-tabs.nav-justified {
        margin-bottom: 40px;
    }
    .single-service-thumbnail {
        margin-bottom: 30px;
    }
    .service-entry-title {
        margin-bottom: 15px;
    }
    .single-service-left {
        padding-right: 30px;
        display: flex;
        flex-direction: column-reverse;
    }
    .pdf-download {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .single-faq:not(:last-child) {
	    margin-bottom: 30px;
	}
	.faq-classic {
	    margin-bottom: 60px;
	}
	.faq-title {
	    margin-bottom: 30px;
	}
	.contact-info-wrap {
	    margin-bottom: 50px;
	}
	.contact-title {
	    margin-bottom: 40px;
	}
	.other-hero-text {
		width: 100%;
	}
	.single-contact-info {
	    margin-bottom: 25px;
	}
    /*Blog*/
    .Buildm-post,
    .post-details {
        margin-bottom: 50px;
    }
    .widget:not(:last-child) {
        margin-bottom: 35px;
    }
    .widget-title {
        margin-bottom: 20px;
    }
    .post-navigation {
        margin-bottom: 50px;
    }
    .tagcloud {
        max-width: 400px;
    }
    .comment-respond {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .testimonial-v2 blockquote {
        margin-top: 55px;
    }
    /*Contact*/
    .contact-form > .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .contact-form > .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-header.text-left {
        text-align: center;
    }
    .text-left.section-header h3 {
        padding-right: 40px;
    }
    .text-left.section-header h3:after {
        display: inline-block;
    }
    /*.parallax {
	    background-position: center center !important;
	}*/
}

@media screen and (max-width: 650px) {
    .portfolio-filter ul li a {
        padding: 9px 5px;
        margin: 0 2px;
        font-size: 14px;
    }
    .comments-area .children {
        padding-left: 20px;
    }
    .comment-form-author, 
    .comment-form-email, 
    .comment-form-url {
        width: 100%;
    }
    .comment-form-author {
        padding-right: 0;
    }
    .comment-form-url {
        padding-left: 0;
    }
    .blog-details-left-sidebar .sidebar {
        margin-bottom: 50px;
    }
    .blog-details-left-sidebar .comment-respond {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
	.coming-soon-wrapper h1 {
		font-size: 40px;
		line-height: 35px;
	}
	#time-line .outer-clock {
		margin: 10px
	}
    .comments-area .children .children {
        padding-left: 10px;
    }
}

@media screen and (max-width: 450px) {
    .grid-sizer,
    .portfolio-item {
        width: 100%;
    }
}