@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1. Top bar / .topbar
2. Header / header
3. Navigation / .navi-level-1 
4. Blog / .lastest-blog-container
5. Sidebar / .main-sidebar
6. Sub Header / .sub-header
7. Footer / footer
-------------------------------------------------------------------*/
/* Colors
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/* Transition
----------------------------------------------------------*/
/* LESS / Social Media Brand Colors */
/* Reset
----------------------------------------------------------*/






/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes grow {
  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
  100% { -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; }
}
@keyframes grow {
  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
  100% { -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}



/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.single-post {
  margin-bottom: 50px;
}
.seperate-border {
  padding-bottom: 30px; 
  border-bottom: 1px solid #e1e1e1; 
  margin-bottom: 30px;
}
.meta-post {
  text-align: right;
}
.meta-left {
  float: left;
}
.meta-right, .meta-left {
  margin-bottom: 0;
}
.single-img {
  display: table;
}
.img-left {
  position: relative;
  width: 63%; 
  float: left; 
  padding-right: 15px;
}
.img-right {
  position: relative;
  width: 37%; 
  float: left; 
  padding-left: 15px;
}
.img-right img {
  margin-bottom: 30px;
}
.img-right img:last-child {
  margin-bottom: 0;
}
.img-left img, .img-right img {
  width: 100%;
}
blockquote {
  font-size: 30px;
  line-height: 38px;
  font-weight:500;
  padding:0; 
  padding-left:30px; 
  color: #ffd100;
  background-color: transparent;
  margin: 0;
}
blockquote .post-blockquote-author {
  font-size: 16px; 
  line-height: 26px; 
  color: #707070; 
  font-style: normal;
  padding-top: 94px;
}
blockquote .author-name {
  color: #252525;
}
.blockquote-post {
  margin-bottom: 40px;
}
.blockquote-post::before {
  position: absolute;
  top: 0; 
  left: 0;
  width: 2px; 
  height: 53px; 
  background-color: #ffd100;
  font-size: 0;
  content:'';
}
.tags {
  float: left;
  color: #707070;
  font-size: 16px; 
  line-height: 24px;
  font-weight: 500;
}
.tags a {
  color: #707070; 
  margin-left: 10px;
}
.tags a:hover{
  color:#ffd100;
}
.share {
  text-align: right;
  font-weight: 500;
}
.share a, .author-social a {
  color: #b7b7b7;
  font-size: 20px;
  line-height: 26px;
  margin-left: 10px;
}
.share a:hover {
  color: #ffd100;
}
.author-post {
  padding: 30px; 
  background-color: #f2f4f6;
  margin-bottom: 30px;
}
.author-img {
  float: left;
}
.author-desc {
  padding-left: 130px;
}
.author-social a:first-child{
  margin-left: 0;
}
.comments-area {
  padding-top: 20px;
}
.comments-area ol, .comments-area ul {
  list-style: none; 
  padding-left: 0;
}
.comment-list li {
  padding-bottom: 60px;
}
.comment-list li:last-child {
  padding-bottom: 30px;
}
.gravatar {
  float: left;
}
.comment-content {
  padding-left: 80px;
}
.comment-author {
  display: inline-block;
  font-size: 16px;
  color: #03132b;
  margin-bottom: 10px;
}
.comment-time {
  color: #b7b7b7;
}
.comment-content p {
  margin-bottom: 10px;
}
.btn.comment-reply-link {
  font-size: 12px;
  line-height: 24px;
  padding: 0 18px;
  color: #707070; 
  background-color: #f2f4f6;
  min-width: auto; 
  min-height: auto; 
}
.btn.comment-reply-link:hover {
  color: #fff;
  background-color: #ffd100;
  text-decoration: none;
}
.comment-list .children {
  padding-left: 55px;
}
.comment-form input {
  margin-bottom: 30px; 
  width: 100%;
}
.comment-form textarea {
  margin-bottom: 20px;
}
p.form-submit {
  margin-bottom: 0;
}
p .btn-submit {
  font-size: 16px;
  color: #fff;
  padding: 18px 30px; 
  width: auto;
  margin-bottom: 0;
}



.slick-arrow {
  position: absolute;
  top: -60px; 
  font-size: 60px; 
  padding:0;
  border-radius: 50%; 
  border: none; 
  line-height: 1; 
  right: 0;
  outline: none; 
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.prev-nav.slick-arrow {
  right: 55px;
}
.next-nav.slick-arrow {
  right: 15px;
}
.slick-arrow:hover {
  border-color: #028803; 
  color: #028803;
}



/*--------------------------------------------------------------
## Partner Slider
--------------------------------------------------------------*/

.image-carousel {
  position: relative;
  text-align: center;
}
.partner-slider .partner-item img {
  display: inline-block;
}





/*--------------------------------------------------------------
## Service
--------------------------------------------------------------*/

.services-box {
  padding: 50px 30px; 
  background-color: #ffffff; 
  margin-bottom: 30px; 
  border: 1px solid #cccccc;
  transition: all .3s linear;-
  webkit-transition: all .3s linear;-
  moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}
.services-box:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);
}
.services-box .services-icon {
  margin-bottom: 40px;
}
.services-box .services-content p {
  margin-bottom: 40px;
}
.services-box .services-content i {
  margin-left: 10px;
}
.services-box .view-detail {
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.services-box .view-detail:hover{
  color: #ffd100;
}
.services-box-img {
  background-size: cover; 
  position: relative; 
  padding: 0; 
  overflow: hidden;
}
.services-box-img img {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}
.services-box-img:hover img {
  transform: scale(1.1);
}
.services-overlay {
  background: linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));
  position: absolute;
  width: 100%;
  height: 100%; 
  z-index: 1;
}
.services-box-img .services-content {
  position: absolute; 
  bottom: 0; 
  padding: 30px; 
  z-index: 2;
}
.services-box-img a {
  color: #fff;
}
.services-box-img a:hover {
  color: #ffd100;
}
.services-box-img .view-detail {
  color: #b7b7b7;
}
.services-box-img .view-detail:hover{
  color: #ffd100;
}
.widget-nav-menu li {
  position: relative;
}
.widget-nav-menu a {
  display: block; 
  color: #707070; 
  font-size: 16px; 
  padding: 10px 30px; 
  border-bottom: 1px solid #fff; 
  font-weight: 500;
}
.widget-nav-menu a:hover {
  color: #03132b; 
  background-color: #ffd100; 
  text-decoration: none;
}
.widget-nav-menu .current-menu-item a, .primary-sidebar .widget_categories .current-menu-item a {
  color: #03132b; 
  background-color: #ffd100;
}
.widget-text .textwidget {
  padding: 30px;
}
.widget-text .textwidget a {
  color: #ffd100; 
  font-weight: 500;
}
.textwidget a i {
  margin-left: 10px;
}
.widget-form form {
  padding: 30px;
}
.widget-form input[type="text"] {
  background-color: transparent; 
  outline: none; 
  box-shadow: none; 
  border: none; 
  border-bottom: 1px solid #b7b7b7; 
  margin-bottom: 30px; 
  padding: 0;
  padding-bottom: 6px; 
  line-height: 1;
}
.widget-form input::placeholder {
  color: #707070;
}

/*--------------------------------------------------------------
## Project
--------------------------------------------------------------*/

.project-feature-slider {
  margin: 0 -15px; 
  padding-top: 30px;
}
.project-feature-box {
  padding: 0 15px;
}
.project-feature-box img {
  margin-bottom: 30px;
}
.project-feature-box h3 {
  margin-bottom: 0;
}
.project-slider {
  margin: 0 -15px;
}
.project-slider img {
  width: 100%;
}
.project-box {
  padding: 0 15px;
}
.project-slider-content {
  position: absolute; 
  bottom: 0px; 
  right: 0; 
  width: 100%; 
  padding: 30px 40px; 
  background-color: #fff; 
  border-right: 6px solid #ffd100;
}
.project-meta {
  margin-bottom: 10px;
}
.project-slider .btn-link {
  color: #ffd100;
}
.project-slider .btn-link i {
  margin-left: 10px;
}
.project-slider .slick-arrow {
  top: 45%;
}
.project-slider .prev-nav {
  left: -45px;
}
.project-slider .next-nav {
  right: -45px;
}
.project-grid {
  overflow: hidden;
}
#filters {
  padding-bottom: 15px; 
  margin-bottom: 60px; 
  border-bottom: 1px solid #cccccc;
}
#filters a {
  color: #707070; 
  font-size: 16px; 
  font-weight: 500; 
  margin-right: 40px; 
  text-decoration: none;
}
#filters a.selected, #filters a:hover {
  color: #ffd100;
}
#filters a:last-child {
  margin-right: 0;
}
.project-item {
  margin-bottom: 30px;
}
.project-item .inner {
  position: relative;
}
.project-info {
  position: absolute;
  top: 50%;
  left: 0; 
  width: 100%; 
  height: 100%; 
  color: #b7b7b7; 
  background-color: rgba(3,19,43,0.9); 
}
.project-info {
  opacity: 0; 
  visibility: hidden; 
  transition: 0.3s;
}
.project-item .inner:hover .project-info {
  top: 0; 
  opacity: 1; 
  visibility: visible;
}
.project-info a {
  color: #b7b7b7;
}
.project-info h3 a{
  color: #f2f4f6; 
  text-decoration: none;
}
.project-info a:hover {
  color: #ffd100;
} 
.project-info .project-meta {
  font-size: 14px; 
  line-height: 1; 
  font-weight: 500;
  margin-bottom: 0; 
  padding: 30px; 
  border-bottom: 1px solid rgba(183,183,183,0.2);
}
.project-info .project-content {
  padding: 55px 30px;
}
.project-info .project-content p {
  margin-bottom: 50px;
}
.project-info .project-content i {
  margin-left: 10px;
}

.project-grid-2 {
  overflow: hidden;
  margin-left: -1px;
}
.project-grid-2 .project-item {
  margin-bottom: 0;
}

.project-detail-box {
  padding: 30px; 
  background-color: #f2f4f6;
}
.project-detail-box ul {
  list-style: none; 
  color: #707070; 
  font-weight: 500; 
  padding: 0; 
  margin: 0;
}
.project-detail-box ul li {
  padding-bottom: 24px;
}
.project-detail-box ul li:last-child {
  padding-bottom: 0;
}
.project-detail-box a {
  text-decoration: underline;
}
.project-detail-box span {
  float: right; 
  color: #03132b;
}
.project-share {
  text-align: left; 
}
.project-share span {
  color: #707070; 
  text-decoration: underline; 
  line-height: 26px;
}
.projects-list {
  margin-bottom: 90px;
  position: relative;
  display: inline-block;
}

.btnn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 16px;
  padding: 18px 22px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  background: #ffd100;
  cursor: pointer;
  border: 1px solid transparent;
  color: #272023;
  outline: none;
  min-width: 150px;
  border-radius: 0;
  margin-left:3%; margin-right:3%;
}

.btn-primary {
  background-color: #ffd100;
  color: #272023;
}
.btn-default {
  background-color: #f2f4f6;
  color: #03132b;
}

.btn-dark {
  background: #000;
}

.btn-white {
  background-color: #fff;
  color: #252525;
}

.btn.btn-border {
  background: transparent;
  border-color: #363636;
  color: #707070;
}

.btn-border-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}


/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.zw{ width:100%; position:relative;}
.slider .slider-content {
height:auto;
  position: absolute; 
  bottom:306px; 
  width:100%;
 
}

.slider .slider-content1 {
height:auto;
  position: absolute; 
  bottom:382px; 
  width:100%;
 
}

.slider .slider-content2 {
height:auto;
  position: absolute; 
  bottom:435px; 
  width:100%;
 
}
.slider .slider-content h1 {
  color: #fff; 
  margin-bottom: 35px;
}
.slider .slider-content h4 {
  letter-spacing: 2px; 
  color: #fff;
}
.slider .slick-arrow {
  top: 45%;
}
.slider .prev-nav {
  left: 120px; 
  right: auto; 
  z-index: 1;
}
.slider .next-nav {
  right: 120px;
}
.slick-dots {
  position: absolute; 
  right: 0; 
  bottom: 30px; 
  text-align: right;
}
.slick-dots li {
  margin: 0; 
  margin-left: 12px;
}
.slick-dots li.slick-active button {
  border-color: #ffd100; 
  background-color: #ffd100;
}
.slick-dots li button {
  border: 1px solid #b7b7b7; 
  border-radius: 50%; 
  width: 18px; 
  height: 18px;
}
.slick-dots li button:hover {
  background-color: #ffd100; 
  border-color: #ffd100;
}
.slick-dots li button:before {
  display: none; 
}

.services-slider {
  margin: 0 -15px;
}
.services-slider .services-item {
  padding: 0 15px;
}
.services-slider .services-box { 
  border: 1px solid #cccccc; 
  transition: 0.3s;
}
.services-slider .services-box:hover { 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); 
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.services-slider .slick-arrow {
  top: -95px;
}

.btn-full-width {
  width: 100%;
}
.home-form input {
  background-color: #f2f4f6; 
  margin-bottom: 0;
}
.home-form input:focus {
  background-color: #fff; 
  border-color: #ffd100;
}

.project-feature .slick-arrow {
  top: 45%;
}
.project-feature .prev-nav {
  left: -80px;
}
.project-feature .next-nav {
  right: -80px;
}

.process-light h4, .process-light .process-icon {
  color: #fff;
}

.video-section-left, .video-section-right-2 {
  width: 44.5%; 
  position: relative; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.video-section-right {
  padding: 120px; 
  width: 55.5%; 
  padding-right: 0;
}
.video-section-left-2 {
  padding: 120px; 
  width: 55.5%; 
  padding-left: 0;
}
.block-right, .block-left-2 {
  max-width: 555px;
}
.block-left-2 {
  float: right;
}
.block-left-2 h4, .block-right h4 
{margin-bottom: 15px;
}
.video-section-right a:hover {
  color: #00aeef;
}
.home-video .video-play {
  position: absolute; 
  right: -50px; 
  top: 44%; 
  z-index: 1; 
  width: 103px; 
  height: 103px; 
  background-color: #fff; 
  border: 10px solid #ffd100; 
  border-radius: 50%; 
  text-align: center; 
  line-height: 83px; 
  display: inline-block;
}
.home-video a i {
  font-size: 20px; 
  margin-left: 4px; 
  color: #ffd100;
}
.video-section-right-2 .video-play {
  right: auto; 
  left: -50px;
}
.home-video .video-play:hover {
  transform: scale3d(1.1,1.1,1.1);
  background-color: #ffd100;
  border-color: #fff;
}
.home-video a:hover i {
  color: #fff;
}
.video-section-right h2, .video-section-left-2 h2 {
  margin-bottom: 45px;
}
.services-slider-img-left {
  position: absolute; 
  left: -225px; 
  top: 48%; 
  width: 100%;
}
.services-slider-img-left img {
  -webkit-animation:spin 15s linear infinite;
  -moz-animation:spin 15s linear infinite;
  animation:spin 15s linear infinite;
}
.services-slider-img-left:after {
  content: ""; 
  width: 100%; 
  height: 1px;
  position: absolute; 
  top: 48%; 
  background-color: #cccccc;
}
.home-about h2 {
  margin-bottom: 45px;
}

.project-home .project-slider-content {
  max-width: 555px; 
  margin-bottom: 60px;
}
.section-video-3 {
  height: 100%;
  max-width: 487px;
  background-image: url('images/videohome3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: center;
  align-items: center;
}
.section-video-3 .home-video-3 {
  vertical-align: middle;
  margin: 0 auto;
}
.section-video-3 .video-play {
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  position: relative;
  line-height: 60px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  color: #ffd100;
  vertical-align: middle;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}
.section-video-3 .video-play:before, .section-video-3 .video-play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: grow 2s infinite;
  -webkit-animation:grow 2s infinite;
  box-shadow: 0 0 0 10px rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.5);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,.5);
}
.section-video-3 .video-play::before {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}
.section-video-3 .video-play::after {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}
.section-video-3 .video-play:hover {
  color: #fff;
  background-color: #ffd100;
}
.video-play i {
  margin-left: 4px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.section-img-btn {
  min-height: 610px;
  background-image: url(images/bg-team.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: center;
  align-items: center;
}
.section-img-btn > .btn {
  vertical-align: middle;
  margin: 0 auto;
}
/* Slider 2 */
.slider-home-3 {
  position: relative;
}
.slider-slick-2 {
  position: absolute;
  bottom: 0;
  width: 80%;
}
.slider-img-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 330px;
  height: 100%;background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-2-nav .item-info {
  padding: 60px 215px 60px 390px;
  background-color: #ffd100;
  position: relative;
}
.slider-slick-2 .slider-content h4 {
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.slider-slick-2  .slider-content h2 {
  margin-bottom: 16px;
}
.slider-2 h2 a:hover {
  color: #fff;
}
.slider-slick-2 .slider-content p {
  margin-bottom: 0;
}
.slider-slick-2 .slider-scroll-btn {
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
  height: 100%;
  background: #fff;
  text-align: center;
  width: 98px;
  line-height: 98px;
}
.slider-slick-2 .slider-scroll-btn a {
  height: 100%;
  display: block;
  font-weight: 500;
}
.slider-2 .slick-arrow {
  top: auto;
  bottom: 105px;
  color: #fff;
}
.slider-2 .slick-arrow:hover {
  color: #ffd100;
}
.slider-2 .prev-nav.slick-arrow {
  right: auto;
  left: 120px;
  z-index: 10;
}
.slider-2 .next-nav.slick-arrow {
  right: auto;
  left: 175px;
  z-index: 10;
}



@media (max-width: 1800px){
  .services-block-left {
    display: none;
  }
}
@media (max-width: 1600px){
  .padding-left {
    padding-left: 80px;
  }
  .slider .next-nav {
    right: 15px;
  }
  .slider .prev-nav {
    left: 15px;
  }
}

@media (max-width: 1400px){
  .slider-slick-2 {
    width: 100%;
  }
  .slider .slider-content {
    bottom: 140px; 
  }
  .project-slider .prev-nav {
    left: 45%; 
    top: auto; 
    bottom: -60px;
  }
  .project-slider .next-nav {
    right: 45%; 
    top: auto; 
    bottom: -60px;
  }
  .project-feature .prev-nav {
    left: 45%; 
    top: auto; 
    bottom: -60px;
  }
  .project-feature .next-nav {
    right: 45%; 
    top: auto; 
    bottom: -60px;
  }
  .video-section-right {
    padding: 90px; 
  }
  .slick-feature-project .item .project-content {
    width: 100%;
  }
  .video-section-left-2 {
    padding: 60px;
  }
}
@media (max-width: 1230px){ 
  .team-line {
    display: none;
  }
}
@media (max-width: 1200px){ 
  .slider .slider-content {
    bottom: 140px; 
  }
  .slider .slider-content h1 {
    font-size: 36px;
  }
  .slider .slider-content h4 {
    display: none;
  }
  .padding-left {
    padding-left: 40px;
  }
  .process .process-icon:before {
    left: 110px;
  }
  .industris-space-md {
    height: 40px;
  }
  .testi-slider-2 .testi-content i {
    left: auto;
  }
  .slick-feature-project .item .project-content {
    width: 100%;
    padding-left: 25%;
  }
  .slick-feature-project .item-info {
    position: relative;
  }
  .slick-slide-feature-project {
    display: none;
  }
  .slider-2-nav .item-info {
    padding-left: 30px;
    padding-right: 130px;
  }
  .slick-feature-project .next-nav.slick-arrow {
    left: 150px;
  }
  .slick-feature-project .prev-nav.slick-arrow {
    left: 100px;
  }
  .slider-slick-2 {
    position: relative;
  }
  .slider-2 .item .slider-content {
    padding: 30px;
  }
  .slider-2 .item-info {
    position: relative;
  }
  .slider-img-nav {
    display: none;
  }
  .slider-2 .slick-arrow {
    bottom: 45%;
  }
  .slider-2 .next-nav.slick-arrow {
    left: auto;
    right: 30px;
  }
  .slider-2 .prev-nav.slick-arrow {
    left: 30px;
  }
  .slider-2 .slick-arrow:hover {
    color: #ffd100;
  }
}
@media (max-width: 991px){
  .md-hidden {
    display: none;
  }
  .mobile-header {
    display: block;
    background-color: #fff;
  }
  .logo-brand-mobile {
    max-width: 200px;
  }
  .mobile-nav {
    display: none;
    margin-bottom: 30px;
  }
  #mmenu_toggle {
    position: relative;
    cursor: pointer;
    float: right;
    width: 26px;
    height: 20px;
    padding: 10px 0;
    margin: 34px 0 0;
  }
  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #03132b;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }
  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background: #03132b;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }
  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background: #03132b;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }
  #mmenu_toggle.active button {
    background: none;
  }
  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .mobile-menu {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    border-top: 1px solid rgba(183,183,183,0.5);
  }
  .mobile-nav ul li.menu-item-has-children ul {
    display: none;
  }
  .mobile-nav ul li {
    position: relative;
  }
  .mobile-nav ul li a {
    color: #272023;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(183,183,183,0.5);
    text-decoration: none;
  }
  .mobile-nav ul li a:hover {
    color: #ffd100;
  }
  .mobile-nav .btn {
    margin-top: 20px;
  }
  .mobile-header .mobile-nav .mobile-menu > li.menu-item-has-children .arrow {
    color: #000;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 53px;
    padding: 0 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  .mobile-header .mobile-nav .mobile-menu > li.menu-item-has-children .arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
  }
  .sub-menu {
    padding-left: 20px;
  }
  .mobile-nav ul {
    margin: 0;
    list-style: none;
  }
  .slider .slider-content {
    bottom: 110px; 
  
  }
  .slider .slider-content h1 {
    font-size: 36px;
  }
  .slider .slider-content h4 {
    display: none;
  }
  .img-left, .img-right {
    width: 100%;
  }
  .img-right {
    padding-left: 0;
  }
  .img-left {
    padding-right: 0; 
    margin-bottom: 30px;
  }
  .padding-left {
    padding-left: 0;
  }
  .widget-footer {
    margin-bottom: 60px;
  }
  .site-footer .row > div:last-child .widget-footer {
    margin-bottom: 0;
  }
  .footer-bottom .topbar-left li { 
    padding-left: 0; 
    border: none;
  }
  .industris-space-sm {
    height: 40px;
  }
  .about-img-right {
    margin-bottom: 40px;
  }
  .about-img-small {
    display: none;
  }
  .bg-about-video img {
    max-width: none;
  }
  .cta-box p {
    margin-bottom: 30px;
  }
  .process {
    padding-bottom: 40px;
  }
  .process:after {
    height: 100%; 
    width: 2px; 
    top: 0; 
    left: 15px;
  }
  div:first-child > .process:after {
   background-image: linear-gradient(to bottom, transparent 1%, #ffd100 99%);
  }
  div:last-child >.process:after {
    background-image: linear-gradient(to bottom, #ffd100 , transparent);
  }
  div:last-child >.process {
    padding-bottom: 0;
  }
  .process .process-icon {
    margin-bottom: 20px;
  }
  .process .process-icon:before {
    left: 6px; 
    top: 55px;
  }
  .process .process-icon:after {
    top: auto; 
    right: auto; 
    bottom: 10px; 
    left: 11px;
    border-top: 12px solid #ffd100;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
  }
  .testi-list-content p {
    font-size: 23px;
  }
  .history {
    text-align: center;
    margin-bottom: 60px;
  }
  .history-line {
    display: none;
  }
  .history-img img {
    padding-top: 0;
  }
  .sm-clear {
    clear: both;
  }
  .sm-center {
    text-align: center;
  }
  .project-info .project-content {
    padding: 30px;
  }
  .video-section-left {
    width: 100%; 
    min-height: 500px;
  }
  .video-section-right {
    width: 100%;
  }
  .home-video .video-play {
    right: 45%; 
    top: 40%;
  }
  .home-form .form-group {
    margin-bottom: 20px;
  }
  .checkout_coupon .form-control {
    padding-right: 170px;
  }
  .checkout_coupon .btn-coupon {
    right: 0;
  }
  .mb-sm-40 {
    margin-bottom: 40px!important;
  }
  .section-video-3 {
    padding: 200px 0;
    max-width: none;
  }
  .logo-brand-mobile-2 {
    padding: 18px 0;
  }
  .slick-feature-project .item .project-content {
    padding-right: 30px;
  }
  .slick-feature-project .item .project-content h4, .slick-feature-project .item .project-content .feature-project-btn {
    display: none;
  }
  .slick-feature-project .prev-nav.slick-arrow {
    left: 8%;
  }
  .slick-feature-project .next-nav.slick-arrow {
    left: 15%;
  }
  .video-section-left-2, .video-section-right-2 {
    width: 100%;
  }
  .block-left-2 {
    max-width: none;
  }
  .video-section-right-2 {
    padding: 300px 0;
  }
  .video-section-right-2 .video-play {
    left: auto;
  }
  .testi-slider-2 .slick-dots {
    right:
   }
  .register-form {
    margin-bottom: 30px;
  }
  .relate-project {
    margin-bottom: 30px;
  }
  .video-section-left, .video-section-right-2 {
    display: flex;
    align-content: center;
    align-items: center;
  }
  .video-section-left .home-video, .video-section-right-2 .home-video {
    vertical-align: middle;
    margin: 0 auto;
  }
  .video-section-left .home-video a,  .video-section-right-2 .home-video a {
    position: relative;
    right: auto;
  }
}
@media (min-width: 992px){
  .history:last-child img {
    padding-bottom: 0;
  }
}


@media screen and (min-width: 992px) and (max-width: 1199px){
  .project-info .project-meta {
    padding-bottom: 0; 
    border-bottom: none;
  }
  .project-info .project-content {
    padding: 20px 30px;
  }
  .project-info .project-content h3 {
    font-size: 24px;
  }
  .project-info .project-content p {
    margin-bottom: 20px;
  }
  
}
@media (max-width: 767px){
  section {
    padding: 90px 0;
  }
  blockquote .post-blockquote-author {
    padding-top: 30px;
  }
  .padding-bottom-medium {
    padding-bottom: 60px;
  }
  .project-info .project-meta {
    padding-bottom: 0; 
    border-bottom: none;
  }
  .project-info .project-content {
    padding: 20px 30px;
  }
  .project-info .project-content h3 {
    font-size: 24px;
  }
  .project-info .project-content p {
    margin-bottom: 20px;
  }
  .slick-dots {
    text-align: center; 
    bottom: -40px;
  }
  .slider .slider-content {
    bottom: 100px; 
  }
  .slider .slider-content h1 {
    font-size: 30px;
  }
  .slider .slider-content h4 {
    display: none;
  }
  .slider .slider-content .btn {
    display: none;
  }
  .sm-hidden {
    display: none; 
  }
  .blockquote-img {
    margin-bottom: 30px;
  }
  .industris-space-xs {
    height: 40px;
  }
  .text-mb-left {
    text-align: left;
  }
  .process {
    text-align: left;
    padding-left: 40px;
  }
  .team-line {
    display: none;
  }
  .team-img {
    text-align: center;
  }
  .team-info {
    text-align: center;
  }
  .feature-box {
    margin-bottom: 30px;
  }
  .xs-center {
    text-align: center;
  }
  .video-section-right {
    padding: 60px;
  }
  .home-video .video-play {
    right: 43%; top: 40%;
  }
  .testi-slider-2 .slick-dots {
    text-align: center; 
  }
  .testi-slider-2 {
    margin: 0;
  }
  .testi-slider-2 .testi-item {
    padding: 0;
  }
  .testi-slider-2 .slick-dots {
    position: relative;
    margin-bottom: 30px;
    bottom: -20px;
    right: 0;
  }
  .project-home .project-slider-content {
    display: none;
  }
  .coming-soon {
    padding: 80px 0;
  }
  .coming-soon-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .coming-soon-title {
    font-size: 60px;
    line-height: 72px;
  }
  .shop_table thead .product-name {
    width: 50%;
  }
  .btn-update {
    position: relative;
  }
  .counter-box {
    margin-bottom: 30px;
  }
  .projects-list {
    margin-bottom: 40px;
  }
  .slick-feature-project .item .project-content {
    padding-left: 30px;
    padding-top: 30px;
  }
  .slick-feature-project .item .project-content h2 {
    font-size: 36px;
  }
  .slick-feature-project .prev-nav.slick-arrow {
    left: 30px;
    bottom: 10px;
  }
  .slick-feature-project .next-nav.slick-arrow {
    left: 80px;
    bottom: 10px;
  }
  .slider-slick-2 .slider-scroll-btn {
    display: none;
  }
  .slider-2-nav .item-info {
    padding-right: 30px;
  }
  .video-section-left-2 {
    padding: 30px;
  }
  .slick-feature-project .prev-nav.slick-arrow {
    bottom: 68%;
  }
  .slick-feature-project .next-nav.slick-arrow {
    bottom: 68%;
    right: 30px;
    left: auto;
  }
}
@media (max-width: 576px){
  .slider .slider-content {
    bottom: 60px;
  }
  .slick-feature-project .prev-nav.slick-arrow, .slick-feature-project .next-nav.slick-arrow {
    bottom: 70%;
  }
}
@media (max-width: 480px){
  section {
    padding: 60px 0;
  }
  .padding-bottom-medium {
    padding-bottom: 60px;
  }
  .slider .slider-content {
    bottom: 50px; 
    margin-left: 0;
  }
  .slider .slider-content h1 {
    font-size: 24px;
  }
  .slider .slider-content h4 {
    display: none;
  }
  .slider .slider-content .btn {
    display: none;
  }
  .meta-post {
    text-align: left;
  }
  .meta-left {
    float: none; 
    margin-bottom: 20px;}
  .tags {
    float: none; 
    margin-bottom: 20px;
  }
  .share {
    text-align: left;
  }
  .cta-box {
    padding: 30px;
  }
  .cta-box .btn:first-child {
    margin-right: 0;
  }
  .cta-box .btn {
    min-width: 160px;
    margin-bottom: 20px;
  }
  .career-box {
    padding: 30px;
  }
  .coming-soon {
    padding: 60px 0;
  }
  .coming-soon-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .checkout_coupon .form-control {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .checkout_coupon .btn-coupon {
    position: relative;
  }
  .project-slider .project-slider-content {
    display: none;
  }
  .slick-feature-project .prev-nav.slick-arrow {
    bottom: 73%;
  }
  .slick-feature-project .next-nav.slick-arrow {
    bottom: 73%;
    right: 30px;
    left: auto;
  }
  .event-link a {
    margin-bottom: 20px;
  }
}