@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/* CSS Document */


.reforma img{
max-width: 100%;
}
.reforma iframe{
max-width: 100%;
}
::-webkit-scrollbar {
width: 8px;
height: 4px;
}
::-webkit-scrollbar-track-piece {
background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb:vertical {
height: 4px;
background-color: #ddd;
}
::-webkit-scrollbar-thumb:horizontal {
width: 10px;
background-color: #bbb;
}
#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/fontawesome-webfont.ttf');
  src: url('../fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 body {
font-family: 'Roboto',  sans-serif !important;
  font-weight: normal;
  color:#7f7e7e;
  font-size: 14px;
  position: relative;
  letter-spacing: .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: 'Roboto',  sans-serif !important;}
 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: 500;}
 h5 {font-size: 20px; font-weight: 500;}
 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-button {
  width: 180px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  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 .3s ease-in-out;
          transition: all .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 .4s ease-in-out;
          transition: all .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;
  font-weight: 300;
  font-size: 15px;
  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:0px;
  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: 7px;
}
/*========================== 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: 'Roboto', sans-serif;
  font-size: 15px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 0 35px 0 35px;
  margin-top: 2px;
  margin-left: 30px;
}
header .theme-main-menu .quote i {
  font-size: 18px;
  cursor: pointer;
  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%;
}
.folland{
margin: 0;
float: left;
font-size: 15px;
font-weight: 300;
}
.folland a{background: #d5d510;border-radius: 30px;padding: 12px 28px;color: #fff;float: left;}
.folland b{font-weight: 500;font-size: 21px;float: left;width: 100%;margin-bottom: 10px;}
.folland li {list-style: none;}
.find_fede{
font-weight: 300;
font-size: 15px;
}
.theme-main-menu .menuzord-menu > li > a {
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  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: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 50px 0 20px;
  line-height: 44px;
  font-weight: 500;
  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.70s;
          animation-duration: 0.70s;
  -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: 500;
  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: 'Roboto', sans-serif;
  font-weight: 500;
  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: '\f0d7';
  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: 'Roboto', 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: 53%;
}
.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: 350px;
  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;
}
.single-team-member h5{font-size: 17px;}
.single-team-member p{font-size: 15px;}
.quick-contact h4 {
  color:#fff;
  margin-top: 10px;
}
.fz64{font-size: 64px;line-height: 76px;}
.fz15{font-size: 15px;}
.fz15_slide{font-size: 17px !important;line-height: 24px;padding-right: 200px;margin-top: 35px;font-weight: 400;}
.luer{line-height: 43px !important;font-size: 33px !important;font-weight: 500;padding-right: 50px;}
.quick-contact a {
  font-family: 'Roboto', sans-serif;
  width: 200px;
  line-height: 40px;
  border-radius: 10px;
  color:#121212;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  font-weight:500;
}
.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: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 500;
  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 {
 
}
footer .footer-logo address ul li {
  font-family: 'Roboto', sans-serif;
  color:#c6c6c6;
  margin-bottom: 13px;
}
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: 'Roboto', sans-serif;
  font-weight: 400;
  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: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color:#fff;
  display: block;
}
footer .footer-blog-slider .item {
  margin: 0 15px;
}
footer .footer-blog-slider .item i {
  font-family: 'Roboto', 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: 'Roboto', sans-serif;
  font-weight: 500;
  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: 500;
  color: #fff;
  margin-bottom: 5px;
}
.happy-client .bg-image .opacity .item .text .name span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  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(../images/home/1.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 50px;
}
.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 {
 
  color: #fff;
  margin-bottom: 18px;
}
.title-holder h2 {font-size: 36px;font-weight: 400;}
.title-holder h2  a{color: #fff;}
.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: 500;
  color:#2a2a2a;
  font-size: 15px;
  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: 50px 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 img{height: 200px;}
.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: 'Roboto', 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: 500;
  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: 17px;
  font-weight: 400;
  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: 'Roboto', sans-serif;
  font-weight: 500;
  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: 'Roboto', 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: 5px;
}
.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: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #7f7f7f;
  line-height: 50px;
  text-align: center;
}
.theme-sidebar.project-sidebar .sidebar-category-list li:nth-child(odd) {
  background: #e7e4e4;
  color: #121212;
}
.full_foto_h{
float: left;width: 100%;margin: 0 !important;padding: 20px 0;font-weight: 500 !important;
}
.xfieldimagegallery{
float: left;width: 100%;margin-bottom: 20px;
}
.net_width li img{border-radius: 4px;}
.net_width li{width: 100% !important;float: left;padding: 5px;height: auto !important;overflow: hidden;}
.net_width
.highslide-image{border: 2px solid #111 !important;}
.xfieldimagegallery li img{border-radius: 4px;}
.xfieldimagegallery li{width: 25%;float: left;padding: 5px;height: 133px;overflow: hidden;}
/*========================= Blog Page ======================*/
.advorts{
padding: 15px 40px;
border-radius: 20px;
background:#d5d510;
color: #fff;
cursor: pointer;
font-weight: 500;
font-size: 20px;
text-align: center;
}


.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 .8s ease-in-out;
          transition: all .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: 'Roboto', 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: 500;
  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: 'Roboto', 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: 500;
  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: 'Roboto', sans-serif;
  width: 160px;
  line-height: 40px;
  border-radius: 0;
  border:none;
  padding: 0;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  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: 'Roboto', sans-serif;
  font-weight: 500;
  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: 'Roboto', sans-serif;
  text-transform: none;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.blog-details .author-content .name i {
  font-family: 'Roboto', 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: 'Roboto', 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: 500;
  color:#292929;
  font-size: 17px;
  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;
  font-size: 17px;
  padding: 14px 51px 45px 55px;
}
.details-panel .panel-group .panel .panel-body{font-size: 15px;}
.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;
}
/* Навигация по страницам */

.entry_way {
color: #111;
}
.dopil {
width: 100% !important;
}
.helet {
color: #fff;
font-weight: 500;
}
.navigation {
width: 100%;
display: table;
padding: 25px 10px 40px 0px;
vertical-align: top;
}
.navigation a,
.navigation span {
vertical-align: top;
}
.navigation-left {
display: inline-block;
vertical-align: top;
}
.navigation-left a {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #111;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-left a:hover {
background: #ff6b6b;
color: #fff !important;
}
.navigation-left span {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #111;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-right {
display: inline-block;
vertical-align: top;
}
.navigation-right a {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #111;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-right a:hover {
background: #d5d510;
color: #fff;
}
.navigation-right span {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #111;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-center {
display: inline-block;
vertical-align: top;
}
.navigation-center a {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #111;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-center a:hover {
background: #d5d510;
color: #fff !important;
}
.navigation-center span {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #d5d510;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.line_navigation {
float: left;
width: 100%;
background: #f1f1f1;
height: 52px;
z-index: 100;
position: relative;
}
.search_navigation {
float: left;
width: 100%;
background: #0059a0;
height: 52px;
z-index: 98;
position: relative;
}
.has-error .form-control {
border-color: #1d3052;
}
.has-error label,
.has-error .help-block {
color: #1d3052;
}
.directforma b {color: #fff !important;font-weight: 500 !important;text-transform: uppercase;}
.directforma{background: #d5d510 !important;color: #fff !important;font-size: 17px;}
.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: 'Roboto', sans-serif;
  color:#131212;
  font-weight: 500;
  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;
}

/* COMMENTS
----------------------------------------------- */
.comments-wrap { background-color:#FFF; padding:15px;}
.comm-title {font-size:18px; margin:0 0 15px 0;}

.comm-item {padding:10px 10px 10px 90px; border-bottom:1px solid #e3e3e3;}
.comm-left {float:left; margin-left:-80px; width:70px;}
.comm-right {float:right; width:100%;}
.comm-av {height:70px; overflow:hidden;}
.comm-av img {width:100%; min-height:100%;}
.comm-group-mark {padding:3px; text-align:center; font-size:10px; font-weight:normal !important; margin-top:5px;
background-color:#f0f0f0; color:#444; overflow:hidden;}
.comm-admin {background-color:#d60505; color:#fff;}
.comm-admin span, .comm-jour span {color:#fff !important;}
.comm-jour {background-color:#1ca101; color:#fff;}
.comm-user {background-color:#309; color:#fff;}
.comm-top-info {height:20px; line-height:20px;}
.comm-id, .comm-author, .comm-date {float:left; color:#888; font-size:10px; display:inline-block;}
.comm-author {font-size:12px; font-weight:bold; margin:0 10px; color:#b43852;}
.comm-author a {color:#b43852;}
.comm-author:after {content:""; width:10px; height:10px; border-radius:50%; display:inline-block;
margin-left:10px; background-color:#888; position:relative; top:2px;}
.status-online:after {background-color:#3C0;}
.comm-text {line-height:18px; color:#444; padding:10px 0; min-height:80px;}
.signature {font:italic 11px Georgia, "Times New Roman", Times, serif; padding:10px 0; border-top:1px dashed #e3e3e3;}
.comm-bottom-info {}
.comm-bottom-info ul {text-align:right;}
.comm-bottom-info ul li {display:inline-block; margin-left:10px;}
.comm-bottom-info ul li a {font-size:11px;}
.comm-bottom-info ul li:first-child {font-weight:bold; float:left;}
.comm-bottom-info ul li:first-child img {margin-right:5px;}
.comm-author a:hover, .comm-bottom-info ul li a:hover {text-decoration:underline;}
.comm-rate {float:right; position:relative; line-height:26px; border-radius:3px;}
.comm-rate span.ratingtypeplusminus {display:block; padding:0 30px; background-color:#fff; color:#444; 
font-weight:bold; box-shadow:0 0 0 1px #e3e3e3;}
.comm-rate a {display:block; width:22px; height:22px; position:absolute; top:2px; left:2px; 
text-align:center; line-height:22px; font-size:18px; color:#61b804; background-color:#f5f5f5; border-radius:3px;}
.comm-rate a:last-child {left:auto; right:2px; color:#ec000b;}
.comm-rate a:hover {opacity:0.7;}
.comm-rate > span > span.ratingzero {color: #444444;}
.comm-rate > span > span.ratingtypeplus {color: #06b601;}
.comm-rate > span > span.ratingplus {color: green;}
.comm-rate > span > span.ratingminus {color: red;}

.pos-comm {background-color:#e5f7e5;}
.neg-comm {background-color:#f7e5e6;}

.add-com {padding:15px 0;}

.add-com-but {display:inline-block; font-size:16px; padding:0 15px; text-align:center; text-transform:uppercase;
border-radius:0px; line-height:40px; cursor:pointer; background-color:#10d201; color:#FFF;}
.add-com-but:hover {background-color:#0eb401; color:#FFF;}
#addcform {display:none; margin:20px 0;}
.mass_comments_action { height: 1%; text-align: right; padding:5px 15px; background-color: #f6f6f6; margin:20px 0 0 0;}
.mass_comments_action .bbcodes { margin-bottom: 0 }
span#dle-captcha {
    float: left;
}