/* CSS Document */

/* 
    Created on   : 05/03/2017. 
    Theme Name   : iBuilder.
    Description  : iBuilder- Responsive construction template.
    Version      : 1.0.
    Author       : @TheMazine.
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Theme Top Header  */
/*   04 - Theme Menu */
/*   05 - Theme Main Banner */
/*   06 - We are best  */
/*   07 - Provided Service  */
/*   08 - Our Quality  */
/*   09 - Our team slider  */
/*   10 - Our Work  */
/*   11 - Partner Logo  */
/*   12 - Footer  */
/*   13 - Happy Client  */
/*   14 - Theme inner banner  */
/*   15 - Project Single Page  */
/*   16 - Service Details Page  */
/*   17 - Service details page Two  */
/*   18 - Blog Page  */
/*   19 - Blog details  */
/*   20 - Faq page */
/*   21 - Error Page  */
/*   22 - Contact US Page  */
/*   23 - Conatct Form Activation  */

/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700|Source+Sans+Pro:400,600,700,900');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----revolution-slider---*/
@import url('../vendor/revolution/settings.css');
@import url('../vendor/revolution/layers.css');
@import url('../vendor/revolution/navigation.css');
/*-------fancy box --------*/
@import url('../vendor/fancy-box/jquery.fancybox.css');
/*------- Mega menu ------*/
@import url('../vendor/Menuzord/css/menuzord.css');
@import url('../vendor/Menuzord/css/menuzord-animations.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*---------Flexslider 2 ---------*/
@import url('../vendor/FlexSlider-2/flexslider.css');
/*--------- Swiper css -------*/
@import url('../vendor/Swiper-3.4.1/dist/css/swiper.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*-------Hover Css --------*/
@import url('../vendor/hover.css');

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #11110f;
  overflow: hidden;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(
      0deg
    ); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(
      360deg
    ); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(
      0deg
    ); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(
      360deg
    ); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}

/*==================== Click Top ====================*/
.scroll-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 99;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 30px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
/*______________________ Global stlye ___________________*/

@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'),
    /* IE9 Compat Modes */
      url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
      url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #7f7e7e;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.25px;
  line-height: 26px;
}
body .main-page-wrapper {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  color: #131212;
  font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  font-size: 74px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 45px;
  font-weight: 700;
}
h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
h4 {
  font-size: 25px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  font-weight: 600;
}
h6 {
  font-size: 17px;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
input,
textarea {
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.round-border {
  border-radius: 50%;
}
.theme-title h3 {
  display: inline-block;
  position: relative;
}
.m-top0 {
  margin-top: 0 !important;
}
.m-bottom0 {
  margin-bottom: 0 !important;
}
.theme-title h3:before {
  content: '';
  width: 140px;
  height: 1px;
  background: #131212;
  position: absolute;
  bottom: 8px;
  right: -150px;
}
.theme-button {
  width: 180px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
}
.theme-button:hover {
  color: #2a2a2a;
}

.tran3s,
.theme-button,
#theme-main-banner .tp-caption a:before,
#theme-main-banner .tp-caption a,
.hesperiden .tp-thumb,
.theme-main-menu .menuzord-menu li .indicator,
.theme-main-menu .menuzord-menu > li:before,
.theme-main-menu .menuzord-menu ul.dropdown li a,
.service-tab-wrapper .nav-pills > li > a,
#partner-logo .item > div,
.service-tab-wrapper .nav-pills > li:before,
.owl-theme .owl-nav [class*='owl-'],
#thumbnail-carousel ul li,
footer .footer-logo .icon li a:before,
.owl-theme .owl-dots .owl-dot span,
#client-carousel .carousel-indicators li span,
footer .footer-blog-slider .single-post a,
#client-carousel .carousel-indicators li,
.details-panel .panel-heading,
.project-slider-wrapper .thumbnail-wrapper button,
.theme-sidebar .sidebar-recent-news .owl-theme .owl-dots .owl-dot span,
.post-details .details-tab-text .nav-pills > li > a,
.blog-details .comment-section .single-comment .name img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tran4s,
.rotate-content-box .number:before,
.single-counter-box:before,
.single-counter-box h5,
.single-team-member .img img,
.single-team-member .hover-content,
.single-team-member .name,
.latest-project-wrapper .item > div {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.p-color,
.hesperiden .tp-thumb .tp-thumb-title,
header .address-list li i,
header .social-icon li a:hover,
.theme-main-menu .menuzord-menu li .indicator,
.theme-main-menu .menuzord-menu ul.dropdown li:hover > a,
footer .footer-quick-links ul li a:hover,
.service-tab-wrapper .nav-pills > li:before,
#partner-logo .item > div:hover,
footer .footer-blog-slider .item .single-post:hover a,
footer .footer-service-links ul li a:hover,
#client-carousel .carousel-indicators li span,
.inner-banner .opacity .title-holder ul li:last-child,
.inner-banner .opacity .title-holder ul li a:hover,
.work-progress-details ul li i,
.details-panel .panel-group .panel .panel-body ul li i,
.theme-sidebar .sidebar-recent-news .item li span i,
.theme-sidebar .sidebar-recent-news .item li:hover a,
.single-blog-page .single-news-item .post h4 a:hover,
.blog-details .comment-section .single-comment .comment button:hover {
  color: #d5d510;
}
.p-color-bg,
#theme-main-banner .tp-caption a:before,
.hesperiden .tp-thumb.selected,
header .theme-main-menu .quote,
.theme-main-menu .menuzord-menu > li:before,
.rotate-content-box:hover .number:before,
.service-tab-wrapper .nav-pills > li > a:hover,
.service-tab-wrapper .nav-pills > li.active > a,
.service-tab-wrapper .nav-pills > li.active > a:hover,
.error-page a:hover,
.service-tab-wrapper .nav-pills > li.active > a:focus,
.our-team-slider .owl-nav [class*='owl-']:hover,
#thumbnail-carousel .flex-direction-nav a:hover,
footer .footer-logo .icon li a:before,
.details-page-main-content h4:before,
.footer-recent-blog .owl-theme .owl-dots .owl-dot.active span,
#client-carousel .carousel-indicators li.active,
.latest-service .owl-theme .owl-dots .owl-dot.active span,
.details-panel .panel-heading.active-panel,
.single-news-item .date,
.theme-sidebar .sidebar-category-list li a:hover,
.theme-sidebar .sidebar-category-list li.active a,
.theme-sidebar .sidebar-download li a:hover,
.project-slider-wrapper .thumbnail-wrapper button:hover,
.theme-sidebar .sidebar-recent-news .owl-theme .owl-dots .owl-dot.active span,
.theme-sidebar .sidebar-text-widget .border-layer a:hover,
.single-blog-page .page-pagination li a:hover,
.blog-details .tag-option .icon li a:hover,
.faq-page-toContent .rotate-content-box:hover .number:before,
.contact-us-sidebar .contact-single-list .icon li a:hover,
.post-details .list-content .left-side > div:last-child h6:before,
.post-details .details-tab-text .nav-pills > li.active > a,
.post-details .details-tab-text .nav-pills > li.active > a:hover,
.post-details .details-tab-text .nav-pills > li.active > a:focus,
.blog-details .tag-option .tag-list li a.active,
.blog-details .tag-option .tag-list li a:hover,
.single-project-sldier .owl-dots .owl-dot.active span,
.latest-project-wrapper h4:before,
.menuzord .showhide em {
  background: #d5d510;
}
#theme-main-banner .tp-caption a:hover,
.rotate-content-box:hover .number:before,
.service-tab-wrapper .nav-pills > li > a:hover,
.service-tab-wrapper .nav-pills > li.active > a,
.service-tab-wrapper .nav-pills > li.active > a:hover,
.work-progress-details .img:before,
.service-tab-wrapper .nav-pills > li.active > a:focus,
.main-img:before,
.single-counter-box,
.happy-client .bg-image .opacity .item .img:before,
#thumbnail-carousel ul.slides li.flex-active-slide,
#partner-logo .item > div:hover,
footer .footer-logo .icon li a:hover,
.theme-large-sidebar .details-page-middle-text img,
.project-slider-wrapper .thumbnail-wrapper .swiper-slide.swiper-slide-active,
.faq-page-toContent .rotate-content-box:hover .number:before,
.error-page a,
.theme-form-one textarea:focus,
.theme-form-one input:focus,
.blog-details .comment-section .single-comment:hover .name img,
.latest-project-wrapper .item > div {
  border-color: #d5d510;
  border-style: solid;
}
/*=========================== Theme Top Header ====================*/
header {
  position: relative;
  padding: 30px 0 30px 0;
}
header.bg-color {
  background: #11110f;
}
header .address-list li,
header .social-icon li {
  display: inline-block;
}
header .address-list li {
  line-height: 22px;
  position: relative;
  color: #777777;
  padding-left: 40px;
  margin-right: 50px;
}
header .address-list li span {
  color: #ff0000;
}
header .address-list li:last-child {
  margin: 0;
}
header .address-list li i {
  position: absolute;
  top: -10px;
  left: 18px;
  font-size: 25px;
}
header .address-list li i.fa-envelope-o,
header .address-list li i.fa-clock-o {
  left: 10px;
}
header .address-list li i.fa-envelope-o {
  font-size: 22px;
}
header .social-icon li a {
  font-size: 16px;
  color: #636363;
  line-height: 22px;
  margin-left: 24px;
  margin-top: 10px;
}
/*========================== Theme Menu ====================*/
header .theme-main-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99;
  background: transparent;
  padding-top: 40px;
}
header .theme-main-menu .main-container {
  border-bottom: 1px solid #88888e;
}
header .theme-main-menu .quote {
  line-height: 50px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 0 35px 0 35px;
  margin-top: 5px;
  margin-left: 65px;
}
header .theme-main-menu .quote i {
  font-size: 18px;
  margin-left: 58px;
  vertical-align: middle;
  position: relative;
}
header .theme-main-menu .quote i:after {
  content: '';
  width: 45px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 8px;
  right: 1px;
}
.theme-main-menu .menuzord-menu > li {
  margin: 0 15px;
  position: relative;
}
.theme-main-menu .menuzord-menu > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
}
.theme-main-menu .menuzord-menu > li:hover:before,
.theme-main-menu .menuzord-menu > li.active:before {
  width: 100%;
}
.theme-main-menu .menuzord-menu > li > a {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0 38px;
}
.theme-main-menu .menuzord-menu li .indicator {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  opacity: 0;
  visibility: hidden;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.theme-main-menu .menuzord-menu li:hover .indicator,
.theme-main-menu .menuzord-menu li.active .indicator {
  opacity: 1;
  visibility: visible;
  top: 32px;
}
.theme-main-menu .menuzord-menu ul.dropdown li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 50px 0 20px;
  line-height: 44px;
  font-weight: 600;
  color: #777777;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.theme-main-menu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  padding: 15px 0 0 0;
}
header .theme-main-menu.fixed .main-container {
  border: none;
}
/*======================== Theme main banner =====================*/
#banner {
  margin-bottom: 100px;
}
#theme-main-banner .tp-caption h1 {
  color: #fff;
  line-height: 70px;
}
#theme-main-banner .tp-caption h6 {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
#theme-main-banner .tp-caption a {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  width: 180px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  position: relative;
}
#theme-main-banner .tp-caption a:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 30px;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#theme-main-banner .tp-caption a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tp-thumb-mask {
  overflow: visible !important;
}
.hesperiden .tp-thumb {
  width: 25px !important;
  height: 5px !important;
  opacity: 1;
  border: 1px solid #fff;
  background: #fff;
  margin: 0 0;
}
.tp-thumbs:before {
  content: '';
  width: 1px;
  height: 28px;
  background: #575454;
  position: absolute;
  left: 48%;
  top: -38px;
}
.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: 0;
  display: block;
  z-index: 1000;
  background-color: transparent;
  padding: 0;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  overflow: visible;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: none;
  transform-origin: 0;
  -webkit-transform: none;
  -webkit-transform-origin: 0;
  opacity: 0;
  cursor: default;
}
.hesperiden .tp-thumb[data-liindex='0'] .tp-thumb-title {
  bottom: 56px;
}
.hesperiden .tp-thumb[data-liindex='1'] .tp-thumb-title {
  bottom: 69px;
}
.hesperiden .tp-thumb[data-liindex='2'] .tp-thumb-title {
  bottom: 82px;
}
.hesperiden .tp-thumb.selected {
  -webkit-transform: scale(1.4, 1);
  transform: scale(1.4, 1);
}
.hesperiden .tp-thumb.selected .tp-thumb-title,
.hesperiden .tp-thumb.selected:hover .tp-thumb-title {
  opacity: 1;
}
.hesperiden .tp-thumb:hover .tp-thumb-title {
  opacity: 0;
}
.homeOne-banner .hesperiden .tp-thumb .tp-thumb-title,
.homeOne-banner .tp-thumbs:before {
  display: none;
}
/*============================ We are best =======================*/
.we-are-best {
  margin-bottom: 90px;
}
.rotate-content-box {
  text-align: center;
  padding-top: 20px;
  margin-top: 80px;
}
.rotate-content-box .number {
  width: 82px;
  height: 82px;
  line-height: 73px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #dedbdb;
  margin: 0 auto;
  position: relative;
  border: 1px solid transparent;
}
.rotate-content-box .number:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #dedbdb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 2px;
  top: -3px;
  z-index: -1;
}
.rotate-content-box:hover .number {
  color: #2a2a2a;
}
.rotate-content-box:hover .number:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rotate-content-box p {
  margin: 40px 0;
}
.we-are-best.style-two .main-img {
  margin-top: 62px;
}
.we-are-best.style-two .main-img.space-left:before {
  width: auto;
  right: 70px;
}
.we-are-best.style-two .main-img.space-right:before {
  width: auto;
  left: 70px;
}
.we-are-best.style-two .main-img a,
.we-are-best.style-two .main-img img {
  width: 100%;
  display: block;
}
.we-are-best.style-two .rotate-content-box .number:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.we-are-best.style-two .rotate-content-box:hover .number:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-us-page .we-are-best.style-two [class*='col-'] {
  min-height: 480px;
}
.about-us-page .we-are-best.style-two {
  margin-bottom: 130px;
}
/*========================= Provided Service ===================*/
.provided-service.margin-fix {
  margin: 70px 0 90px 0;
}
.service-tab-wrapper .nav-pills {
  text-align: center;
  margin: 50px 0 75px 0;
}
.service-tab-wrapper .nav-pills > li {
  float: none;
  display: inline-block;
  margin: 0 4px;
}
.service-tab-wrapper .nav-pills > li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 4px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-tab-wrapper .nav-pills > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 18px;
  border: 1px solid #121212;
  line-height: 48px;
  border-radius: 0;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 700;
}
.service-tab-wrapper .nav-pills > li.active > a,
.service-tab-wrapper .nav-pills > li.active > a:hover,
.service-tab-wrapper .nav-pills > li.active > a:focus,
.service-tab-wrapper .nav-pills > li > a:hover {
  color: #fff;
}
.service-tab-wrapper .nav-pills > li.active:before,
.service-tab-wrapper .nav-pills > li.active:hover:before,
.service-tab-wrapper .nav-pills > li:hover:before {
  opacity: 1;
}
.two-side-content .img-box {
  width: 99%;
  margin-bottom: 8px;
}
.main-img {
  position: relative;
  padding-bottom: 50px;
}
.main-img.space-left {
  padding-left: 50px;
}
.main-img.space-right {
  padding-right: 50px;
}
.main-img:before {
  content: '';
  width: 90%;
  border-width: 4px;
  position: absolute;
  bottom: 0;
  top: 70px;
  z-index: -1;
}
.main-img.space-left:before {
  left: 0;
}
.main-img.space-right:before {
  right: 0;
}
.two-side-content .text {
  width: 47%;
}
.two-side-content .text.sfixL {
  padding-left: 50px;
}
.two-side-content .text.sfixR {
  padding-right: 50px;
}
.two-side-content .text span {
  display: block;
  font-size: 15px;
  font-style: italic;
  color: #2a2a2a;
  margin: 80px 0 30px 0;
}
.two-side-content .text h2 {
  margin-top: 30px;
}
.two-side-content .text h2 + p {
  color: #131212;
  margin: 50px 0 80px 0;
}
.two-side-content .text a {
  display: block;
  margin: 0 auto;
}
/*======================= Our Quality ==================*/
.our-quality {
  margin: 100px 0;
}
.quick-contact {
  padding: 22px 0;
}
.quick-contact h4 {
  color: #fff;
  margin-top: 5px;
}
.quick-contact a {
  font-family: 'Source Sans Pro', sans-serif;
  width: 160px;
  line-height: 40px;
  color: #121212;
  display: block;
  margin: 0 auto;
  font-weight: 600;
}
.quick-contact a:hover {
  color: #fff;
}
.page-middle-banner {
  background: url(../images/home/6.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.page-middle-banner .opacity {
  background: rgba(0, 0, 0, 0.8);
  padding: 150px 0 85px 0;
}
.page-middle-banner .opacity h2 {
  color: #fff;
  line-height: 55px;
}
.page-middle-banner .opacity > .container > h5 {
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0 20px 0;
}
.page-middle-banner .opacity h6 {
  font-size: 15px;
  color: #fff;
  width: 50%;
  line-height: 26px;
  margin-bottom: 85px;
}
.single-counter-box {
  position: relative;
  text-align: center;
  padding: 45px 0 37px 0;
  z-index: 9;
  margin-bottom: 50px;
  border-width: 1px;
}
.single-counter-box:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #fff;
  border-left: 10px solid #d5d510;
  z-index: -1;
}
.single-counter-box .number {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 40px;
}
.single-counter-box h5 {
  text-transform: uppercase;
  color: #2a2a2a;
}
.single-counter-box:hover .number,
.single-counter-box:hover h5 {
  color: #fff;
}
.single-counter-box:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
/*===================== Our team slider ==================*/
.single-team-member .img {
  background: #000;
  border-bottom: 4px solid #d5d510;
  position: relative;
}
.single-team-member .img a {
  display: block;
  width: 100%;
}
.single-team-member .img a img {
  width: 100%;
}
.single-team-member:hover .img img {
  opacity: 0.5;
}
.single-team-member .name h5 {
  margin: 15px 0 10px 0;
}
.single-team-member .hover-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.single-team-member .hover-content h5 a {
  text-transform: uppercase;
  color: #2a2a2a;
  margin: 15px 0 8px 0;
}
.single-team-member .hover-content p {
  color: #fff;
}
.single-team-member .hover-content ul {
  border-top: 1px solid #eaea83;
  margin-top: 12px;
}
.single-team-member .hover-content ul li {
  display: inline-block;
  line-height: 44px;
}
.single-team-member .hover-content ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 7px;
}
.single-team-member .hover-content ul li a:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.single-team-member:hover .hover-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single-team-member:hover .name {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.our-team-slider .item {
  margin: 0 15px 55px 15px;
}
.team-single-page .single-team-member {
  margin-bottom: 100px;
}
.our-team-slider .owl-nav {
  font-family: 'font-awesome';
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.our-team-slider .owl-nav [class*='owl-'] {
  width: 30px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  background: #f0f0f0;
  border-radius: 0;
  margin: 0 0 0 1px;
  font-size: 18px;
  color: #7f7f7f;
}
.our-team-slider .owl-nav [class*='owl-']:hover {
  color: #fff;
}
.our-team-slider {
  padding-bottom: 36px;
}
.our-team-slider.margin-fix {
  margin-top: 122px;
  padding-bottom: 0;
  padding-top: 50px;
}
.our-team-slider.margin-fix .owl-nav {
  bottom: auto;
  top: 0;
}
/*======================= Our Work =================*/
.our-work {
  margin: 100px 0;
}
.our-work .theme-title p {
  margin: 25px 0 75px 0;
  color: #2a2a2a;
  width: 85%;
}
#slider-large .flex-direction-nav {
  display: none;
}
.flexslider {
  border: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}
#thumbnail-carousel {
  margin-top: 82px;
}
#thumbnail-carousel ul.slides li {
  margin: 0 15px;
  cursor: pointer;
  border: 2px solid #fff;
}
#thumbnail-carousel .flex-viewport {
  margin: 0 -15px;
}
#thumbnail-carousel .flex-direction-nav a {
  width: 30px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  background: #f0f0f0;
  margin: 20px 0 0 0;
  color: #7f7f7f;
}
#thumbnail-carousel .flex-direction-nav a:hover {
  color: #fff;
}
.flex-direction-nav .flex-nav-prev {
  float: left;
}
.flex-direction-nav .flex-nav-next {
  float: right;
}
/*===================== Partner Logo ===================*/
#partner-logo .item > div {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 50px;
  color: #b3aeae;
  line-height: 118px;
  cursor: pointer;
}
#partner-logo .item {
  margin: 72px 15px 0 15px;
}
/*====================== Footer ===================*/
footer {
  background: #11110f;
  margin-top: 90px;
  padding-top: 98px;
}
footer .footer-logo p {
  color: #c6c6c6;
  margin: 35px 0 22px 0;
  position: relative;
  padding-bottom: 22px;
}
footer .footer-logo p:before,
footer h4:before {
  content: '';
  width: 124px;
  height: 1px;
  background: #3d3d37;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-logo address ul li {
  font-family: 'Source Sans Pro', sans-serif;
  color: #c6c6c6;
}
footer .footer-logo .icon li {
  display: inline-block;
  margin: 8px 5px 0 0;
}
footer .footer-logo .icon li a {
  width: 42px;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
}
footer .footer-logo .icon li a:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}
footer .footer-logo .icon li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
footer h4 {
  color: #fff;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 25px;
}
footer .footer-quick-links {
  padding-left: 33px;
}
footer .footer-service-links {
  padding-left: 70px;
}
footer .footer-quick-links ul li a,
footer .footer-service-links ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #c6c6c6;
  display: block;
  margin-bottom: 11px;
}
footer .footer-recent-blog {
  padding-left: 50px;
}
footer .footer-blog-slider .item a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  display: block;
}
footer .footer-blog-slider .item {
  margin: 0 15px;
}
footer .footer-blog-slider .item i {
  font-family: 'Source Sans Pro', sans-serif;
  color: #c6c6c6;
  font-weight: 300;
  display: block;
}
footer .footer-blog-slider .single-post {
  margin-bottom: 15px;
}
.footer-recent-blog .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 14px;
  margin: 0 3px;
  background: #dedada;
  border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.footer-recent-blog .owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1, 1.6);
  transform: scale(1, 1.6);
}
.footer-recent-blog .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  left: 15px;
  bottom: -40px;
  text-align: left;
}
.footer-recent-blog .owl-theme .owl-dots {
  text-align: left;
}
footer .bottom-footer {
  margin-top: 85px;
  padding: 18px 0;
  text-align: center;
}
footer .bottom-footer p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #fff;
}
footer .bottom-footer p a {
  color: #2a2a2a;
}
footer form {
  width: 310px;
  height: 45px;
  position: relative;
  margin: -25px auto 0 auto;
  clear: both;
}
footer form input {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 62px 0 15px;
  border: none;
}
footer form button {
  position: absolute;
  height: 100%;
  width: 60px;
  font-size: 20px;
  color: #fff;
  right: 0;
  top: 0;
}
footer form button:hover {
  background: #2a2a2a;
}
/*========================= Happy Client ==================*/
.happy-client.margin-fix {
  margin-top: 90px;
}
.happy-client .theme-title p {
  margin: 25px 0 65px 0;
  color: #2a2a2a;
  width: 85%;
}
.happy-client .bg-image {
  background: url(../images/home/13.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 90px;
}
.happy-client .bg-image .opacity {
  background: rgba(0, 0, 0, 0.75);
  padding: 100px 0 25px 0;
}
.happy-client .bg-image .opacity .item {
  padding-left: 50px;
}
.happy-client .bg-image .opacity .item .img {
  width: 155px;
  padding: 0 0 20px 20px;
  position: relative;
  z-index: 9;
}
.happy-client .bg-image .opacity .item .img:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 20px;
  border-width: 2px;
}
.happy-client .bg-image .opacity .item .text {
  width: calc(100% - 155px);
  width: -webkit-calc(100% - 155px);
  padding-left: 40px;
  position: relative;
  padding-bottom: 46px;
}
.happy-client .bg-image .opacity .item .text p {
  color: #fff;
  margin: 30px 0 30px 0;
}
.happy-client .bg-image .opacity .item .text .name {
  position: absolute;
  bottom: 0;
  right: 0;
}
.happy-client .bg-image .opacity .item .text .name h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.happy-client .bg-image .opacity .item .text .name span {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #fff;
}
.happy-client .bg-image .opacity .wrapper {
  width: 80%;
}
#client-carousel .carousel-indicators li {
  width: 25px;
  height: 5px;
  border: 1px solid #fff;
  background: #fff;
  margin: 6px 0;
  text-indent: 0;
  display: block;
  border-radius: 0;
  font-size: 12px;
}
#client-carousel .carousel-indicators {
  position: absolute;
  margin: 0;
  width: auto;
  left: 50%;
  bottom: 0;
}
#client-carousel .carousel-indicators:before {
  content: '';
  width: 1px;
  height: 28px;
  background: #575454;
  position: absolute;
  left: 48%;
  top: -34px;
}
#client-carousel .carousel-indicators li span {
  font-size: 12px;
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  line-height: 10px;
}
#client-carousel .carousel-indicators li:nth-child(1) span {
  bottom: 65px;
}
#client-carousel .carousel-indicators li:nth-child(2) span {
  bottom: 75px;
}
#client-carousel .carousel-indicators li:nth-child(3) span {
  bottom: 85px;
}
#client-carousel .carousel-indicators li.active {
  margin: 6px 0;
  -webkit-transform: scale(1.4, 1);
  transform: scale(1.4, 1);
}
#client-carousel .carousel-indicators li.active span {
  opacity: 1;
}
#client-carousel {
  padding-bottom: 105px;
}
/*========================= Theme inner banner =======================*/
.inner-banner {
  background: url(../../img/abg.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
.inner-banner .opacity {
  background: rgba(0, 0, 0, 0.6);
}
.inner-banner .opacity .title-holder {
  position: relative;
  color: #fff;
  padding: 255px 0 165px 0;
}
.inner-banner .opacity .title-holder h2 {
  text-transform: lowercase;
  color: #fff;
  margin-bottom: 18px;
}
.inner-banner .opacity .title-holder ul {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 55px;
}
.inner-banner .opacity .title-holder ul li {
  display: inline-block;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 45px;
  margin: 0 3px;
  text-transform: lowercase;
}
.inner-banner .opacity .title-holder ul li a {
  color: #2a2a2a;
}
/*====================== Latest Service ================*/
.latest-service-slider {
  margin: 65px 0 0 0;
}
.latest-service .owl-theme .owl-dots .owl-dot span,
.single-project-sldier .owl-dots .owl-dot span {
  width: 6px;
  height: 14px;
  margin: 0 3px;
  background: #dedada;
  border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.latest-service .owl-theme .owl-dots .owl-dot.active span,
.single-project-sldier .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1, 1.6);
  transform: scale(1, 1.6);
}
.latest-service .owl-theme .owl-controls {
  position: absolute;
  width: 47%;
  right: 0;
  padding-left: 50px;
  bottom: 25px;
}
/*========================= Project Single Page ==============*/
.single-project-sldier .owl-dots {
  text-align: left;
}
.single-project-sldier .owl-controls {
  position: absolute;
  width: 59%;
  right: 0;
  padding-left: 0;
  bottom: 55px;
}
.latest-project-wrapper {
  margin: 100px 0 70px 0;
}
.latest-project-wrapper h4 {
  font-size: 22px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 45px;
}
.latest-project-wrapper h4:before {
  content: '';
  width: 88px;
  height: 1px;
  position: absolute;
  bottom: 4px;
  right: -98px;
}
.latest-project-wrapper .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
.latest-project-wrapper .item > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-width: 2px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.latest-project-wrapper .item:hover > div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.latest-project-wrapper .item > div a {
  font-family: 'Source Sans Pro', sans-serif;
  width: 150px;
  line-height: 40px;
  color: #121212;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.latest-project-wrapper .item > div a:hover {
  color: #fff;
}
.project-v2 .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.project-v2 .tab-content > .active {
  display: block;
  height: auto;
  overflow: hidden;
}
/*========================= Service Details Page ==================*/
.details-page-main-content {
  margin-bottom: 70px;
}
.details-page-main-content h3 {
  margin-bottom: 65px;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.details-page-main-content .two-side-content .text span {
  margin-top: 0;
}
.service-details-v1 .two-side-content > p {
  margin: 26px 0 45px 0;
}
.details-page-main-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.details-page-main-content h4:before {
  content: '';
  width: 75px;
  height: 1px;
  position: absolute;
  bottom: 4px;
  right: -85px;
}
.work-progress-details p {
  margin: 25px 20px 30px 0;
}
.work-progress-details ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
}
.work-progress-details ul li i {
  position: absolute;
  top: 6px;
  left: 0;
}
.work-progress-details .img {
  position: relative;
  padding: 35px 70px 35px 0;
  z-index: 9;
}
.work-progress-details .img:before {
  content: '';
  position: absolute;
  width: 62%;
  top: 0;
  right: 0;
  bottom: 0;
  border-width: 4px;
  z-index: -1;
}
.details-page-main-content .details-tab-holder > p {
  margin: 25px 0 50px 0;
}
.service-details-v1 .details-tab-holder .details-panel {
  width: 800px;
}
.details-panel .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #5c5c59;
}
.details-panel .panel-group .panel {
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin: 0 0 20px 0;
}
.details-panel .panel-heading h6 a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  padding: 15px 20px;
  display: block;
}
.details-panel .panel-heading h6 a i {
  margin-right: 25px;
}
.details-panel .panel-group .panel .panel-body {
  border: none;
  padding: 20px 0 2px 0;
}
.details-panel .panel-group .panel .panel-body ul li {
  display: inline-block;
  margin: 16px 15px 0 0;
}
.details-panel .panel-group .panel .panel-body ul li i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
/*===================== Service details page Two ===============*/
aside.theme-sidebar {
  width: 26%;
}
.theme-large-sidebar {
  width: 74%;
}
.theme-large-sidebar.space-left {
  padding-left: 55px;
}
.theme-large-sidebar.space-right {
  padding-right: 55px;
}
.theme-sidebar .sidebar-category-list,
.theme-sidebar .sidebar-download {
  border: 10px solid #dad7d7;
  padding: 25px 0 15px 0;
}
.theme-sidebar .sidebar-category-list li a,
.theme-sidebar .sidebar-download li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 25px;
  font-size: 15px;
  color: #5f5a5a;
  padding: 12px 10px 12px 25px;
  background: #e7e4e4;
  display: block;
  margin-bottom: 10px;
}
.theme-sidebar .sidebar-category-list li a i,
.theme-sidebar .sidebar-download li a i {
  font-weight: normal;
  margin-right: 9px;
}
.theme-sidebar .sidebar-category-list li a:hover,
.theme-sidebar .sidebar-category-list li.active a,
.theme-sidebar .sidebar-download li a:hover {
  color: #fff;
}
.theme-sidebar .sidebar-download {
  margin: 60px 0;
}
.theme-sidebar .sidebar-search form {
  height: 48px;
  position: relative;
}
.theme-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 58px 0 20px;
  background: #f2f0f0;
}
.theme-sidebar .sidebar-search form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  background: transparent;
}
.theme-sidebar .sidebar-recent-news {
  margin: 50px 0 90px 0;
}
.theme-sidebar h5 {
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #121212;
}
.theme-sidebar h5:before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: -65px;
  width: 55px;
  height: 1px;
  background: #121212;
}
.theme-sidebar .sidebar-recent-news .item li a {
  font-weight: 700;
  color: #121212;
  font-size: 15px;
  line-height: 25px;
  display: block;
  margin-bottom: 8px;
}
.theme-sidebar .sidebar-recent-news .item li span {
  font-size: 13px;
}
.theme-sidebar .sidebar-recent-news .item li span i {
  font-size: 14px;
  margin-right: 5px;
}
.theme-sidebar .sidebar-recent-news .item li {
  margin-bottom: 18px;
  margin-left: 2px;
}
.theme-sidebar .sidebar-recent-news .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 18px;
  margin: 0 3px;
  background: #c6c6c6;
  border-radius: 0;
  padding: 0;
}
.theme-sidebar .sidebar-recent-news .owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1, 1.3);
  transform: scale(1, 1.3);
}
.theme-sidebar .sidebar-recent-news .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
  text-align: left;
}
.theme-sidebar .sidebar-recent-news .owl-theme .owl-dots {
  text-align: left;
}
.theme-sidebar .sidebar-text-widget {
  background: url(../images/inner-page/5.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 50px 0;
}
.theme-sidebar .sidebar-text-widget .opacity {
  padding: 15px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.theme-sidebar .sidebar-text-widget .border-layer {
  border: 1px solid #fff;
  text-align: center;
}
.theme-sidebar .sidebar-text-widget .border-layer p {
  color: #fff;
  margin: 27px 20px 38px 20px;
}
.theme-sidebar .sidebar-text-widget .border-layer a {
  width: 156px;
  line-height: 40px;
  background: #fff;
  color: #121212;
  margin-bottom: 33px;
}
.theme-sidebar .sidebar-text-widget .border-layer a i {
  color: #4c4b4b;
  margin-left: 5px;
  vertical-align: middle;
}
.theme-sidebar .sidebar-text-widget .border-layer a:hover,
.theme-sidebar .sidebar-text-widget .border-layer a:hover i {
  color: #fff;
}
.theme-sidebar .sidebar-quickcall {
  text-align: center;
}
.theme-sidebar .sidebar-quickcall h4 {
  font-size: 30px;
  font-weight: normal;
  text-transform: capitalize;
  color: #fff;
  padding-top: 18px;
}
.theme-sidebar .sidebar-quickcall p {
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  padding: 24px 0 24px;
}
.theme-sidebar .sidebar-quickcall p i {
  font-size: 30px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.theme-large-sidebar .two-side-content .text,
.theme-large-sidebar .two-side-content .img-box {
  width: 100%;
}
.theme-large-sidebar .two-side-content .img-box {
  margin: 46px 0 40px 0;
}
.theme-large-sidebar .details-page-middle-text img {
  border-width: 1px;
  width: 36%;
}
.theme-large-sidebar .details-page-middle-text .post {
  width: 64%;
  padding-left: 25px;
}
.theme-large-sidebar .details-page-middle-text .post p {
  margin-top: 23px;
}
.theme-large-sidebar .details-page-middle-text .post i {
  display: block;
  margin-top: -8px;
}
.theme-large-sidebar .details-page-middle-text {
  margin: 50px 0 65px 0;
}
.theme-large-sidebar .details-tab-holder {
  margin-top: 55px;
}
.project-slider-wrapper .thumbnail-wrapper {
  width: 69.1%;
  margin: 0 auto 45px auto;
  position: relative;
}
.project-slider-wrapper .thumbnail-wrapper button {
  font-size: 25px;
  color: #7f7f7f;
  margin: 0;
  background: #fff;
  border: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-slider-wrapper .thumbnail-wrapper button.swiper-button-next {
  right: 0;
}
.project-slider-wrapper .thumbnail-wrapper button.swiper-button-prev {
  left: 0;
}
.project-slider-wrapper .thumbnail-wrapper button:hover {
  color: #fff;
}
.project-slider-wrapper .thumbnail-wrapper .swiper-slide {
  border: 1px solid #fff;
  cursor: pointer;
}
.theme-sidebar.project-sidebar .sidebar-category-list li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #7f7f7f;
  line-height: 50px;
  text-align: center;
}
.theme-sidebar.project-sidebar .sidebar-category-list li:nth-child(odd) {
  background: #e7e4e4;
  color: #121212;
}
/*========================= Blog Page ======================*/
.theme-large-sidebar.R-P-fix {
  padding-right: 40px;
}
.single-news-item {
  position: relative;
  margin-bottom: 50px;
  padding-top: 38px;
}
.single-news-item .img {
  overflow: hidden;
  position: relative;
}
.single-news-item .img img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.single-news-item:hover .img img {
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform: scale3D(1.1, 1.1, 1);
}
.single-news-item .date {
  width: 70px;
  height: 78px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  padding-top: 13px;
}
.single-news-item .date b {
  font-size: 35px;
  font-weight: 700;
}
.single-news-item .date span {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-top: -5px;
}
.single-news-item .post {
  background: #f4f4f4;
  padding: 34px 20px 40px 30px;
}
.single-news-item .post h4 {
  text-transform: none;
  margin-bottom: 15px;
}
.single-news-item .post h4 a {
  color: #121212;
  display: block;
}
.single-news-item .post ul li {
  display: inline-block;
  line-height: 18px;
  margin: 10px 6px 0 0;
  padding-right: 10px;
  border-right: 1px solid #7f7f7f;
}
.single-news-item .post ul li:nth-child(3),
.single-news-item .post ul li:nth-child(4) {
  border: none;
}
.single-news-item .post ul li:nth-child(4) {
  float: right;
}
.single-news-item .post ul li:nth-child(4) i {
  margin-right: 8px;
}
.single-blog-page .single-news-item .post .read-more {
  width: 190px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-width: 1px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 40px;
}
.single-blog-page .single-news-item .post .read-more i {
  font-size: 16px;
  margin-left: 12px;
}
.single-blog-page .page-pagination li {
  display: inline-block;
}
.single-blog-page .page-pagination li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  padding: 0 20px;
  color: #7f7e7e;
}
.single-blog-page .page-pagination li:first-child a,
.single-blog-page .page-pagination li:last-child a {
  width: 70px;
  text-align: center;
  color: #fff;
}
.single-blog-page .page-pagination li a:hover {
  color: #fff;
}
.single-blog-page .page-pagination {
  margin-top: 50px;
}
.single-blog-page {
  margin-bottom: 105px;
}
/*======================== Blog details ==============*/
.blog-details {
  margin-bottom: 95px;
}
.blog-details .single-news-item .post {
  border-bottom: 1px solid #dddbdb;
  margin-bottom: 0;
}
.blog-details .single-news-item {
  margin-bottom: 0;
}
.blog-details .single-news-item .post-details {
  margin: 50px 0 0 0;
}
.blog-details .single-news-item .post-details .row strong {
  font-weight: 700;
  font-size: 15px;
  font-style: italic;
  line-height: 30px;
  display: block;
  margin-top: 15px;
  color: #4c4b4b;
  margin-bottom: 30px;
}
.blog-details .post-details h5 {
  text-transform: none;
  margin: 20px 0 24px 0;
  font-size: 18px;
}
.blog-details .post-details .list-content {
  margin: 40px -15px 0 -15px;
}
.post-details .list-content .left-side > div {
  padding-left: 30px;
  margin-bottom: 30px;
}
.post-details .list-content .left-side > div h6 {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 13px;
  position: relative;
}
.post-details .list-content .left-side > div h6:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: -30px;
  top: 0;
  background: #121212;
}
.post-details .list-content .left-side > div h6 span {
  font-size: 17px;
}
.post-details .list-content .left-side > div:last-child h6:before {
  top: 2px;
}
.post-details .details-tab-text .nav {
  margin: 47px 0 25px 0;
}
.post-details .details-tab-text .nav li a {
  font-family: 'Source Sans Pro', sans-serif;
  width: 160px;
  line-height: 40px;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #4c4b4b;
  background: #ebe7e7;
  text-align: center;
}
.post-details .details-tab-text .nav-pills > li.active > a,
.post-details .details-tab-text .nav-pills > li.active > a:hover,
.post-details .details-tab-text .nav-pills > li.active > a:focus {
  color: #fff;
}
.blog-details .tag-option .tag-list li,
.blog-details .tag-option .icon li {
  display: inline-block;
  line-height: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #4c4b4b;
  text-transform: uppercase;
}
.blog-details .tag-option .tag-list li a {
  width: 95px;
  text-align: center;
  color: #7f7f7f;
  background: #ebe7e7;
  font-size: 14px;
  text-transform: lowercase;
}
.blog-details .tag-option .tag-list li:first-child {
  margin-right: 22px;
}
.blog-details .tag-option .tag-list li a:hover,
.blog-details .tag-option .tag-list li a.active {
  color: #fff;
}
.blog-details .tag-option {
  margin-top: 70px;
}
.blog-details .tag-option .icon li a {
  width: 40px;
  line-height: 40px;
  background: #edeaea;
  text-align: center;
  color: #7f7f7f;
  text-align: center;
  margin-left: 10px;
}
.blog-details .tag-option .icon li a:hover {
  color: #fff;
}
.blog-details .tag-option .icon li:first-child {
  margin-right: 12px;
}
.blog-details .author-content {
  margin: 120px 0 100px 0;
  padding: 25px 40px 0 0;
  background: #202020;
}
.blog-details .author-content .name {
  text-align: center;
  position: relative;
  width: 18%;
}
.blog-details .author-content .name h6,
.blog-details .author-content .name i,
.blog-details .author-content p {
  color: #fefefe;
}
.blog-details .author-content .name h6 {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.blog-details .author-content .name i {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
.blog-details .author-content p {
  width: 80%;
  line-height: 25px;
  font-style: italic;
  font-size: 15px;
  padding-left: 18px;
  margin: 16px 0 42px 0;
}
.blog-details .author-content .name img {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  position: absolute;
  bottom: -131px;
  left: 50%;
  margin-left: -53px;
}
.blog-details .comment-section h5 {
  margin-bottom: 53px;
  text-transform: uppercase;
}
.blog-details .comment-section .single-comment {
  background: #f6f5f5;
  margin-bottom: 85px;
}
.blog-details .comment-section .single-comment.reply-comment {
  margin-left: 110px;
}
.blog-details .comment-section .single-comment .name {
  width: 155px;
  padding-left: 10px;
  position: relative;
}
.blog-details .comment-section .single-comment .name h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  color: #4c4b4b;
  margin: 46px 0 20px 0;
}
.blog-details .comment-section .single-comment .name img {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  position: absolute;
  bottom: -123px;
  left: 20px;
  border: 2px solid #fff;
}
.blog-details .comment-section .single-comment .comment {
  width: 90%;
  width: calc(100% - 155px);
  padding: 32px 20px 32px 0;
  position: relative;
}
.blog-details .comment-section .single-comment .comment span {
  display: block;
  color: #7f7f7f;
  font-style: italic;
}
.blog-details .comment-section .single-comment .comment p {
  color: #7f7f7f;
  margin-top: 20px;
}
.blog-details .comment-section .single-comment .comment button {
  color: #121212;
  background: transparent;
  position: absolute;
  top: 35px;
  right: 37px;
}
.blog-details .comment-section .single-comment .comment button i {
  margin-right: 8px;
}
.blog-details .comment-replay-form h5 {
  text-transform: uppercase;
  margin: 98px 0 40px 0;
}
/*====================== Faq page ===================*/
.faq-page-toContent .rotate-content-box {
  border: 1px solid #e5e1e1;
  text-align: center;
  padding: 40px 22px 20px 22px;
  margin-bottom: 50px;
}
.faq-page-toContent .rotate-content-box .number {
  background: transparent;
  border: none;
  color: #fff;
}
.faq-page-toContent .rotate-content-box .number:before {
  border: 1px solid #121212;
  background: #121212;
}
.faq-page-toContent .rotate-content-box h5 {
  margin: 35px 0 15px 0;
  text-transform: uppercase;
}
.faq-page-toContent .rotate-content-box p {
  margin: 0;
}
.faq-panel-wrapper {
  padding: 35px 30px 0 30px;
}
.faq-panel-wrapper .panel-wrapper h5 {
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
}
.faq-panel-wrapper .panel-wrapper h5:before {
  content: '';
  width: 32px;
  height: 1px;
  background: #292929;
  position: absolute;
  right: -42px;
  bottom: 3px;
}
.faq-panel-wrapper .faq-panel .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}
.faq-panel-wrapper .faq-panel .panel-heading h6 a {
  font-weight: 600;
  color: #292929;
  padding: 17px 10px 17px 55px;
  display: block;
  position: relative;
}
.faq-panel-wrapper .faq-panel .panel-group .panel {
  margin: 0 0 30px 0;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #edeaea;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body {
  border: none;
  padding: 14px 51px 45px 55px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body p {
  line-height: 24px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row {
  margin: 0 -10px 0 -10px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row .img {
  width: 50%;
  padding: 0 10px;
  margin-top: 35px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row .img img {
  width: 100%;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-heading a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 22px;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -13px;
  font-weight: normal;
}
.faq-panel-wrapper
  .faq-panel
  .panel-group
  .panel-heading.active-panel
  a:before {
  content: '';
}
/*============================ Error Page ==========================*/
.error-page {
  background: url(../images/inner-page/8.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 30px;
}
.error-page .opacity {
  background: rgba(0, 0, 0, 0.8);
  padding: 80px 0;
  text-align: center;
}
.error-page .round-border {
  height: 285px;
  width: 285px;
  position: relative;
  margin: 0 auto 25px auto;
}
.error-page .round-border h2 {
  font-size: 132px;
  color: #fff;
  font-weight: 900;
  line-height: 285px;
}
.error-page .round-border h4 {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.error-page h5 {
  font-size: 18px;
  color: #fff;
}
.error-page a {
  width: 170px;
  line-height: 43px;
  color: #fff;
  text-transform: uppercase;
  border-width: 1px;
  margin-top: 58px;
}
/*** 

====================================================================
  Contact US Page
====================================================================

 ***/
.contact-us-page h4 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
}
.contact-us-page h4:before {
  content: '';
  width: 65px;
  height: 1px;
  background: #292929;
  position: absolute;
  right: -75px;
  bottom: 6px;
}
.contact-us-page .contact-us-section {
  padding-right: 40px;
}
.theme-form-one textarea,
.theme-form-one input {
  background: #f6f5f5;
  border: 1px solid #fff;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 28px;
}
.theme-form-one textarea {
  padding: 20px;
  height: 185px;
  max-height: 185px;
}
.theme-form-one input {
  height: 47px;
}
.theme-form-one button {
  width: 200px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
}
.contact-us-sidebar .contact-single-list h6 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #131212;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-us-sidebar .contact-single-list {
  margin-bottom: 40px;
}
.contact-us-sidebar .contact-single-list .address-list li a {
  font-size: 16px;
  color: #7f7f7f;
  margin-bottom: 12px;
}
.contact-us-sidebar .contact-single-list .address-list li a i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.contact-us-sidebar .contact-single-list .icon li {
  display: inline-block;
  margin-top: 20px;
}
.contact-us-sidebar .contact-single-list .icon li a {
  width: 42px;
  line-height: 42px;
  background: #edeaea;
  text-align: center;
  color: #7f7f7f;
  text-align: center;
  margin-right: 10px;
}
.contact-us-sidebar .contact-single-list .icon li a:hover {
  color: #fff;
}
.contact-us-sidebar .contact-single-list p span {
  color: #ff0000;
}
#google-map-area {
  height: 295px;
  margin-top: 100px;
  margin-bottom: 95px;
}
#contact-google-map {
  width: 100%;
  height: 100%;
}
/*** 

====================================================================
  Conatct Form Activation
====================================================================

 ***/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width: 500px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 250px);
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success {
  color: #57d1c9;
}
#error {
  color: #c9182b;
}
#error button,
#success button {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border: 1px solid #f03838 !important;
}
