.preloader-icon img {
    max-width: 153px;
    /* max-height: 80px; */
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800');
html, body {
 	height: 100%;
}
body {
 	-webkit-font-smoothing: antialiased;
  background: #111111;
 	font-family: 'Poppins', Helvetica, Arial, sans-serif;
 	font-size: 14px;
 	line-height: 1.5;
 	letter-spacing: 1px;
}
body.no-scroll {
  overflow: hidden;
}
input::-moz-focus-inner {
    border: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(60px);
    }
}
/* ----------------------------------------
   -------------- 2.TYPOGRAPHY ------------
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
a,
.number {
 	color: #fff;
 	font-family: 'Poppins', Helvetica, Arial, sans-serif;
  line-height: 1.5;
 	margin: 0;
 	padding: 0;
}
h1 {
	font-size: 47px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
h2 {
  font-weight: 700;
 	font-size: 31px;
  line-height: 46px;
 	letter-spacing: 0.04em;
}
h3 {
	font-size: 21px;
  line-height: 34px;
	letter-spacing: 0.03em;
  font-weight: 600;
}
h4 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.025em;
}
p {
 	color: #999999;
 	line-height: 24px;
 	letter-spacing: 0.025em;
}
a {
 	text-decoration: none;
 	font-size: 14px;
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
 	color: #fff;
 	text-decoration: none;
 	outline: none !important;
}
/* ----------------------------------------
   --------------- 3.HELPERS --------------
   ---------------------------------------- */
.page-fx {
  padding: 80px;
}
.no-padding {
  padding: 0;
  overflow-x: hidden;
}
.img-full {
  width: 100%;
}
.section-title {
  margin-bottom: 96px;
}
.section-title h4 {
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 14px;
  font-size: 14px;
  color: #999999;
}
/* ----------------------------------------
   -------------- 4.PRELOADER -------------
   ---------------------------------------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #111111;
  overflow: hidden;
}
.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.preloader-icon {
  display: inline-block;
  padding: 0px;
}
.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: #F18C09;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
  0% {transform: scale(0, 0); opacity:0.5;}
  100% {transform: scale(1, 1); opacity:0;}
}
@-webkit-keyframes preloader-fx {
  0% {-webkit-transform: scale(0, 0); opacity:0.5;}
  100% {-webkit-transform: scale(1, 1); opacity:0;}
}
/* ----------------------------------------
   -------------- 5.BUTTONS ---------------
   ---------------------------------------- */
.btn {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  padding: 18px 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-dark {
  background-color: #F18C09;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.focus,
.btn-dark:active:focus,
.btn-dark:focus {
  background-color: transparent;
  color: #F18C09;
  outline: none;
  border: 1px solid #F18C09;
}
.btn-dark-2 {
  background-color: transparent;
  border: 1px solid #F18C09;
  color: #F18C09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-dark-2:hover,
.btn-dark-2:active,
.btn-dark-2:focus,
.btn-dark-2:active:focus,
.btn-dark-2.active.focus,
.btn-dark-2.active:focus,
.btn-dark-2.focus,
.btn-dark-2:active:focus,
.btn-dark-2:focus {
  background-color: #F18C09;
  color: #fff;
  outline: none;
  border: 1px solid transparent;
}
/* ----------------------------------------
   ------------ 6.GO UP BUTTON ------------
   ---------------------------------------- */
.button-up {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 40;
}
.button-up i {
  display: block;
  text-align: center;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #F18C09;
  color: #F18C09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-up i:hover,
.button-up i:focus {
  background-color: #F18C09;
  color: #fff;
}
.body-white .button-up {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 40;
}
.body-white .button-up i {
  display: block;
  text-align: center;
  font-size: 16px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: none;
  color: #fff;
  background-color: #F18C09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ----------------------------------------
   ------------ 7.SOCIAL-LIST -------------
   ---------------------------------------- */
.social-list li {
  display: inline-block;
  margin: 0 14px;
}
.social-list li a {
  color: #999999;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-list li:first-child {
  margin-left: 0;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list li:hover a {
  color: #F18C09;
}
/* ----------------------------------------
   -------------- 8.SPECING ---------------
   ---------------------------------------- */
.pd-t-b-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.pd-t-96 {
  padding-top: 96px;
}
.pd-b-96 {
  padding-bottom: 96px;
}
.pd-t-b-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.pd-t-b-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pd-t-b-144 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.pd-t-144 {
  padding-top: 144px;
}
.pd-b-144 {
  padding-bottom: 144px;
}
/* ----------------------------------------
   --------------- 9.HEADER  --------------
   ---------------------------------------- */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  height: 80px;
}
.main-header .brand {
     float: left;
    width: 50px;
    height: 50px;
    background-color: #F18C09;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
}
.main-header .brand img{
  max-width: 25px;
}
.main-header .header-button {
  cursor: pointer;
  float: right;
  padding: 34px 33px 0 0;
}
.main-header .header-button .top,
.main-header .header-button .middle,
.main-header .header-button .bottom {
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-header .header-button .top,
.main-header .header-button .bottom {
  width: 25px;
}
.main-header .header-button .middle {
  width: 18px;
  margin-left: 7px;
  margin-top: 5px;
}
.main-header .header-button .bottom {
  margin-top: 5px;
  margin-left: 14px;
  width: 11px;
}
.main-header .header-button:hover .bottom {
  width: 25px;
  margin-left: 0;
}
/* ----------------------------------------
   ------------- 10.NAVIGATION ------------
   ---------------------------------------- */
.navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #080808;
  overflow: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0.7;
}
.navigation.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  overflow-x: hidden;
  opacity: 1;
}
.close-btn {
  position: absolute;
  top: 40px;
  right: 32px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.close-btn .top,
.close-btn .bottom {
  display: block;
  height: 2px;
  width: 25px;
  background-color: #fff;
}
.close-btn .top {
  -webkit-transform: translateY(1px) rotate(45deg);
  -moz-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}
.close-btn .bottom {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -moz-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
.navigation .navigation-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}
.navigation .navigation-list li {
  margin-top: 24px;
}
.navigation .navigation-list li:first-child {
  margin-top: 0;
}
.navigation .navigation-list li a {
     font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.22em;
  color: #fff;
}
.navigation .navigation-list li a:hover {
  color: #DBBA13;
}
.navigation .navigation-list li.active-nav a {
  color: #DBBA13;
}
/* ----------------------------------------
   --------------- 11.BANNER --------------
   ---------------------------------------- */
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.banner-text h1 {
  margin-bottom: 8px;
}
.banner-text p {
  margin-top: 16px;
  color: #d9d9d9;
}
.more {
  position: absolute;
  bottom: 48px;
  right: 0;
  left: 0;
  max-width: 120px;
  margin: 0 auto;
  text-align: center;
  color: #ccc;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.more:hover {
  color: #F18C09;
}
/* ----------------------------------------
   --------- 11.1.BANNER PARALLAX ---------
   ---------------------------------------- */
.banner-1 {
  background: url(../img/banner.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* ----------------------------------------
   ----------- 11.2.BANNER SKEW -----------
   ---------------------------------------- */
.banner-2 {
  background: url(../img/banner_2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.banner-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 96px solid #080808;
  border-left: 1920px solid transparent;
}
.banner-2 .more {
  bottom: 60px;
}
/* ----------------------------------------
   ----------- 11.3.BANNER VIDEO ----------
   ---------------------------------------- */
.banner-video {
  overflow: hidden;
}
.banner-video .video-bg {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.banner-video .video-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(34,34,34,0.8);
  z-index: 2;
}
/* ----------------------------------------
   --------- 11.4.BANNER BLOG PAGE --------
   ---------------------------------------- */
.banner-blog-page {
  background: url(../img/banner_2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 648px;
}
/* ----------------------------------------
   --------- 11.5.BANNER BLOG POST --------
   ---------------------------------------- */
.banner-blog-post {
  background: url(../img/banner_4.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 648px;
}
/* ----------------------------------------
   ------------- 12.ABOUT ME --------------
   ---------------------------------------- */
.about-me {
  background-color: #080808;
}
.about-me-img img {
  margin: 0 auto;
}

.about-me-txt h2 {
  margin-bottom: 8px;
}
.about-me-txt h3 span {
  color: #F18C09;
}
.about-me-txt p {
  margin-bottom: 24px;
  color: #b2b2b2;
}
.about-me-txt h4 {
  margin-bottom: 12px;
}
.about-me-txt h4 span {
  color: #F18C09;
}
.about-me-txt h3 {
  margin-bottom: 22px;
}
.about-me-txt a {
  margin-top: 24px;
}
/* ----------------------------------------
   ------------- 13.SERVICES --------------
   ---------------------------------------- */
.services .services-item {
  overflow: hidden;
  padding: 36px 12px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services .services-item:hover {
  background-color: #F18C09;
}
.services .services-item:hover .services-icon span {
  color: #fff;
}
.services .services-item:hover .services-info p {
  color: #d9d9d9;
}
.services .services-icon {
  margin-bottom: 24px;
}
.services .services-icon span {
  font-size: 39px;
  color: #F18C09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services .services-info h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 18px;
}
.services .services-info p {
  font-size: 14px;
  color: #999999;
}
.services .services-spacing {
  margin-bottom: 24px;
}
/* ----------------------------------------
   ------------ 14.PORTFOLIO --------------
   ---------------------------------------- */
.work {
  background-color: #080808;
}
.grid-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.grid-item .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(198, 156, 46,0.9);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grid-item:hover .portfolio-overlay {
  opacity: 1;
}
.grid-item .portfolio-overlay .portfolio-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.grid-item .portfolio-overlay .portfolio-overlay-text h3 {
  color: #fff;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
/* ----------------------------------------
   --------------- 15.FACTS ---------------
   ---------------------------------------- */
.facts span {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
.facts h4 {
  color: #F18C09;
}
/* ----------------------------------------
   ----------- 16.TESTIMONIALS ------------
   ---------------------------------------- */
.testimonials {
  background: url(../img/testimonials_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.testimonials .section-title {
  margin-bottom: 60px;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 24px 0;
}
.testimonials .item h4 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}
.testimonials .item h4 span {
  color: #F18C09;
  font-weight: 600;
}
.testimonials .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F18C09;
}
.owl-theme .owl-dots .owl-dot span {
  background: #363636;
}
/* ----------------------------------------
   --------------- 17.BLOG ----------------
   ---------------------------------------- */
.blog {
  background: #0c0c0c;
}
.blog-item img {
  width: 360px;
}
.blog-item .blog-content {
  background-color: #222;
  padding: 30px;
  width: 100%;
  max-width: 360px;
}
.blog-item .blog-content .post-meta {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.blog-item .blog-content .post-meta a {
  font-size: 12px;
  color: #F18C09;
}
.blog-item .blog-content .post-meta a:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-item .blog-content .post-meta span {
  color: #fff;
}
.blog .post-title {
  margin-bottom: 0;
}
.blog-item .blog-content .post-title a h4 {
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-item .blog-content .post-title a:hover h4 {
  color: #F18C09;
}
.blog .btn {
  margin-top: 48px;
}
/* ----------------------------------------
   -------------- 18.CONTACT --------------
   ---------------------------------------- */
.form-group {
  margin-bottom: 24px;
}
.form-control {
  color: #999999;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #999999;
  height: 52px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FF9F01;
}
textarea {
  resize: vertical;
  overflow: auto;
}
form button {
  margin-top: 20px;
}
.help-block{
  margin-top: 10px;
  font-size: 14px;
}
.text-danger {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-left: 142px;
}
.contact-second form .text-danger {
  margin-left: 40px;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 0;
  border-bottom: 2px solid #b01d1b;
  -webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .help-block,
.text-danger {
  color: #b01d1b;
  margin: 16px auto 0 auto;
  text-align: center;
}
/* ----------------------------------------
   --------------- 19.FOOTER --------------
   ---------------------------------------- */
footer {
  background: #0c0c0c;
}
footer p {
  margin: 24px 0 0 0;
  color: #999;
  font-size: 14px;
  letter-spacing: 0.1em;
}
/* ----------------------------------------
   ------------- 20.EXTRA PAGES -----------
   ---------------------------------------- */
/* ----------------------------------------
   ------------- 20.1.BLOG PAGE -----------
   ---------------------------------------- */
.blog-page .blog-post {
  margin-bottom: 60px;
}
.post-image {
  overflow: hidden;
}
.post-image img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-page .post-title {
  margin: 24px 0 18px 0;
}
.post-title a {
  font-size: 25px;
  line-height: 37px;
}
.post-content .meta {
  margin-bottom: 12px;
}
.post-content .meta li {
  display: inline-block;
  margin-right: 14px;
}
.post-content .meta li,
.post-content .meta li span {
  color: #fff;
}
.post-title a,
.post-content .meta li a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-title a:hover,
.post-content .meta li a:hover {
  color: #F18C09;
}
.post-content .meta li i {
  margin-right: 4px;
  color: #ccc;
}
.post-content .btn {
  margin-top: 18px;
}
.blog-pagination {
  text-align: center;
}
.blog-pagination li {
  display: inline-block;
  margin-right: 12px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-pagination li:hover a {
  color: #999999;
}
.blog-pagination li.active {
  background: #F18C09;
}
/* ----------------------------------------
   ------------ 20.2.BLOG POST ------------
   ---------------------------------------- */
.blog-post .post-img {
  margin-bottom: 48px;
}
blockquote {
  font-size: 16px;
  color: #fff;
  background-color: #0c0c0c;
  margin: 20px 0;
  padding: 30px 24px;
  border-left: 4px solid #F18C09;
}
.blog-post {
  margin-bottom: 36px;
}
.comments {
  margin-top: 60px;
}
.comments-count {
  margin-bottom: 36px;
}
.comments .comments-list {
  overflow: hidden;
}
.comments .single-comment {
  margin-bottom: 42px;
  overflow: hidden;
}
.comments .single-comment .single-comment-image {
  float: left;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 40px;
}
.comments .single-comment-content {
  overflow: hidden;
}
.comments .single-comment-content .single-comment-content-head {
  overflow: hidden;
  margin-bottom: 10px;
}
.comments .single-comment-content .single-comment-content-head h4,
.comments .single-comment-content .single-comment-content-head span,
.comments .single-comment-content .single-comment-content-head a {
  float: left;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.comments .single-comment-content .single-comment-content-head h4 {
  margin-right: 12px;
  margin-top: 0;
}
.comments .single-comment-content .single-comment-content-head span {
  margin-right: 12px;
  color: #fff;
}
.comments .single-comment-content .single-comment-content-head a {
  color: #F18C09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comments .single-comment-content .single-comment-content-head a:hover {
  color: #999;
}
.comments-respond {
  margin-top: 60px;
}
.comments-respond h3 {
  margin-bottom: 60px;
}
/* ----------------------------------------
   -------------- 20.3.SIDEBAR ------------
   ---------------------------------------- */
.sidebar .input-group {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.sidebar .input-group input {
  position: relative;
  padding-right: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .input-group .input-group-btn {
  position: absolute;
  top: -2px;
  right: 22px;
}
.sidebar .input-group .input-group-btn .btn {
  background: transparent;
  padding: 0;
  border: 0;
  outline: none;
}
.sidebar .input-group .input-group-btn i {
  color: #999999;
  font-size: 14px;
}
.sidebar h3 {
  margin-bottom: 18px;
}
.sidebar img {
  margin: 0 auto 24px auto;
}
.sidebar .categories {
  margin: 30px 0;
}
.sidebar .categories ul li {
  color: #999999;
  margin-bottom: 8px;
}
.sidebar .categories ul li span {
  float: right;
}
.post-tags .btn,
.sidebar .post-tags .btn {
  padding: 12px 24px;
  margin-right: 4px;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-me-mobile{display: none;}
/* ----------------------------------------
   ------------- 21.RESPONSIVE ------------
   ---------------------------------------- */
/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width: 767px) {
div#work .section-title {
    margin: 0!important;
    padding: 20px 0;
}
div#about {
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-me-txt{padding-bottom: 0!important;}
.about-me-bg{background:transparent!important;}
.about-me-mobile{display: block; margin-bottom: 25px;}

  .pd-t-b-96 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd-b-96 {
    padding-bottom: 60px;
  }
  .pd-t-b-120 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pd-t-144 {
    padding-top: 84px;
  }
  .pd-b-144 {
    padding-bottom: 84px;
  }
  .pd-t-b-144 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .button-up {
    bottom: 24px;
    right: 24px;
  }
  .banner-1,
  .banner-2,
  .banner-video,
  .testimonials {
    background-attachment: scroll;
    background-size: cover;
  }
  .banner-blog-page,
  .banner-blog-post {
    height: 50vh;
  }
  .banner-text {
    text-align: center;
    right: 0;
    left: 50%;
  }
  .banner-text img {
    width: 80%;
    height: 80%;
  }
  .banner-text h1 {
    font-size: 31px;
    line-height: 46px;
  }
  .banner-text h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-title {
    margin-bottom: 72px;
  }
  .about-me-txt {
    padding-bottom: 84px;
    text-align: center;
  }
  .services {
    padding-bottom: 48px;
  }
  .services-item {
    margin-bottom: 60px;
  }
  .services .services-spacing {
    margin-bottom: 0;
  }
  .facts-spacing {
    margin-bottom: 24px;
  }
  .blog-item {
    max-width: 360px;
    margin: 0 auto;
  }
  .blog-spacing {
    margin-bottom: 36px;
  }
  .sidebar {
    margin-top: 72px;
  }
  .sidebar img {
    margin: 0 auto 24px auto;
  }
  .text-danger {
    display: block;
    margin-top: 12px;
  }
}
/* Small devices (tablets, 768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 72px;
  }
  .about-me img {
    margin: 0 auto;
  }
  .about-me-txt {
    margin-top: 60px;
    padding-bottom: 144px;
  }
  .services {
    padding-bottom: 84px;
  }
  .services-item {
    margin-bottom: 60px;
  }
  .services-spacing {
    margin-bottom: 0;
  }
  .sidebar {
    margin-top: 96px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-me-txt {
    margin-top: 48px;
  }
}

div#portfolio {
  margin: 30px;
}
#portfolio ul li a {
  line-height: inherit;
  font-size: 14px;
}

div#service-type {
  max-width: none!important;
  text-align: center;
}
div#service-type a {
  display: inline-block;
  margin: 0 20px;
}
div#service-type a.active {
  color: #ce8a49;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-list{
  text-align: left;
}
.footer-list li a , .footer-list li {
  margin: 10px 0;
  display: block;
  font-size: 14px;
  color: #999;
}
strong.footer-title {
  color: #F18C09;
  font-size: 17px;
}

.leftBlock {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: #111;

}
.rightBlock {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 1;
	right: 0;
    background: #111;
}

.img-border-primary {
	border: 2px solid #F18C09;
}

.pb-15 {
	padding-bottom: 15px;
}

.object-fit-image {
	object-fit: cover;
	width: 100%;
	height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.object-fit-image {
		height: 300px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.object-fit-image {
		height: 300px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.object-fit-image {
		height: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.object-fit-image {
		height: 300px;
	}
}

.top-left-image-overlay {
	position: absolute;
    top: 8px;
    left: 16px;
	font-size:16px;
    line-height: 34px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: white;
    text-shadow: 3px 2px 10px rgba(0,0,0,1);
	z-index: 2;
}