/*------------------------------------------------------------------

[Master Stylesheet]

Project:        Hi-Tech Car Care.
Version:        1.0
Last change:    18/03/2018.
Designed:       Designolo.
Developed:      Designolo.
-------------------------------------------------------------------*/


/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Upper Header (.upper-header) */

/*   04 - Theme Header / Menu (.theme-header) */

/*   05 - Theme menu (.theme-menu-wrapper) */

/*   06 - Theme Banner (#theme-main-banner) */

/*   07 - Welcome Section (.welcome-section)   */

/*   08 - Quick Contact  Banner (.quick-contact-banner) */

/*   09 - Our Service (.our-service) */

/*   10 - Trusted Client Section (.trusted-client-section) */

/*   11 - Theme Counter (.theme-counter)  */

/*   12 - Our Project (.our-project) */

/*   13 - Client Slider Section (.client-slider-section) */

/*   14 - Latest News (.latest-news)  */

/*   15 - Contact Feature (.contact-feature) */

/*   16 - Footer (.theme-footer)  */

/*   17 - Theme Inner Banner (.theme-inner-banner)  */

/*   18 - Our Story (.our-story)  */

/*   19 - Our Team (.our-team) */

/*   20 - Theme Sidebar (.theme-sidebar)*/

/*   21 - Service Details (.service-details-content)  */

/*   22 - Our Portfolio (.portfolio-wrapper) */

/*   23 - Portfolio Details (.portfolio-details)  */

/*   24 - Our Team Two (.our-team-style-two) */

/*   25 - Our Blog (.our-blog) */

/*   26 - Blog details (.blog-details)  */

/*   27 - Contact Us (.contact-us)  */

/*   28 - Shop Page (.shop-product-wrapper)  */

/*   29 - Shop Details (.shop-details)  */





/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:300,400,500,700');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----bootstrap Select ----- */
@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- Mega menu ------*/
@import url('../vendor/bootstrap-mega-menu/css/menu.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.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');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*--------- Jquery ui ---------*/
@import url('../vendor/jquery-ui/jquery-ui.min.css');


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 64px;
  position: relative;
  top: 50%;
  margin: -32px auto 0 auto;
}
/*==================== Click Top ====================*/
.scroll-top {
  width:30px;
  height:30px;
  border-radius: 3px;
  position: fixed;
  bottom: 5px;
  right:15px;
  z-index: 99;
  text-align: center;
  color: #fff;
  background: #151515;
  font-size: 20px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  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: 'Roboto', sans-serif;
  font-weight: normal;
  color:rgb(0, 0, 0);
  font-size: 16px;
 }
 body .main-page-wrapper {overflow-x:hidden;}

 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h6 {font-family: 'Montserrat', sans-serif; color: #2f2e2e;}
 h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: inherit;}
 h1 {font-size: 60px; font-weight: 700;line-height: 80px;}
 h2 {font-size: 38px; font-weight: 600;}
 h3 {font-size: 24px; font-weight: 600;}
 h4 {font-size: 20px; font-weight: 600;}
 h5 {font-size: 22px; font-weight: 500;}
 h6 {font-size: 18px; font-weight: 600;}
 p  {line-height: 32px;} 
 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;transition: all 0.3s ease-in-out;}
.float-left {float:left;}
.float-right {float:right;}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.p0 {padding: 0 !important;}
.m0 {margin: 0 !important;}
.section-margin-top {margin-top: 60px;}
.section-margin-bottom {margin-bottom: 160px;}
.bottom-mFix {margin-bottom: -40px;}
.image {position: relative;overflow: hidden;}
.image img {transition:all 0.5s ease-in-out;width: 100%;}
/*--------------------- Transition --------------------*/
.tran3s,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.upper-header li a,.theme-header .top-header .right-widget .social-icon a,#mega-menu-wrapper .nav>li>a:before,
body .theme-button-one,#theme-main-banner .camera_prev,#theme-main-banner .camera_next,.welcome-feature .single-feature,.welcome-feature .single-feature p,
.our-service .single-service-block,.owl-theme .owl-dots .owl-dot span,.latest-news .single-news-post .hover-content,.theme-footer .footer-logo .social-icon li a,
.theme-footer .footer-list ul li a,.theme-footer .footer-latest-news ul li a,.theme-inner-banner .opacity ul li a,.theme-sidebar .sidebar-list ul li a,.page-pagination li a,
.theme-sidebar .sidebar-brochures ul li a,.theme-sidebar .sidebar-contact-list .social-icon li a,.service-details-content .back-to-service a,.mixitUp-menu ul li:before,
.portfolio-wrapper .single-portfolio-item .overlay,.our-team-style-two .single-team-member .hover-overlay ul.social-icon li a,.our-team-style-two .single-team-member .hover-overlay>ul>li,
.our-team-style-two .single-team-member .hover-overlay,.portfolio-details .page-changer ul li a,.portfolio-details .page-changer ul li span,.portfolio-details .page-changer ul li strong,
.portfolio-details .page-changer ul li a i,.theme-sidebar .sidebar-search form button,.our-blog .single-blog-post ul li a,.blog-details .single-blog-post .social-icon li a,
.blog-details .single-blog-post .post-tag li a,.contact-us .contact-meta ul li a,.shop-sidebar .shop-sidebar-list ul li a,.shop-product-wrapper .single-product .text .cart-button,
.shop-details .product-info .quantity-box .order-box li button,.shop-details .product-review-tab .nav-tabs > li > a:before {
  transition: all .3s ease-in-out;
}
.tran4s,.our-project .single-project .image .hover-state,.our-team .single-team-member .text {
  transition: all .4s ease-in-out;
}
/*---------------------- Theme Title ---------------------*/
.theme-title {position: relative;z-index: 10;}
.theme-title h2 {position: relative;padding-bottom: 30px;text-transform: uppercase;}
.theme-title h2:before {
  content: '';
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left:0;
}
.theme-title.text-center h2:before {left: 50%;margin-left: -40px;}
.theme-title p {padding-top: 25px;}
.theme-title .round-shape {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 26px solid #f5f4f4;
  position: absolute;
  top:-55px;
  left:-115px;
  z-index: -1;
}
.theme-title .round-shape.shape-two {left:auto;right: -115px;}
.button-title {padding-right: 320px;}
.button-title .theme-button-one {position: absolute;right: 0;top:10px;}
/*------------------------ Theme Button ------------------*/
body .theme-button-one {
  line-height: 55px;
  border-radius: 15px;
  padding: 0 55px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
body .theme-button-one:hover {background: #0f0f0f;}
body .theme-button-one i {margin-right: 10px;}
/*------------------------ Theme Pagination ------------------*/
.page-pagination li {float: left;}
.page-pagination li a {
  display: block;
  width: 46px;
  max-width: 75px;
  line-height: 46px;
  margin: 0 1px 0 0;
  color: #171616;
  background: #dbf7e0;
  text-align: center;
}
.page-pagination li a:hover {color: #fff;}
 /*----------------------- Theme Color File -------------------*/
.p-color,.theme-title h2,.upper-header.color-one .left-list li a:hover,.upper-header.color-one .right-widget .right-list li a:hover,.theme-header .top-header .right-widget>li:nth-child(1) i,
.theme-header .top-header .right-widget>li:nth-child(2) i,.theme-header .top-header .right-widget .social-icon a:hover,.welcome-feature .single-feature h6 a,.our-service .single-service-block i,
.our-service .single-service-block:hover h6 a,.our-project .single-project:hover .text h4 a,.latest-news .single-news-post .text .date,.latest-news .single-news-post:hover .text h6 a,
.theme-footer .footer-logo h5,.theme-footer .footer-logo .get-touch,.theme-footer .footer-logo .social-icon li a:hover,.theme-footer .footer-list ul li a:hover,.our-story h3,
.theme-footer .footer-latest-news ul li:hover a,.welcome-section .theme-title p,#theme-main-banner h1 span,.theme-inner-banner .opacity ul li a:hover,.theme-inner-banner .opacity h1 span,
.our-team .single-team-member .text h4 a:hover,.theme-sidebar .sidebar-list ul li a i,.theme-sidebar .sidebar-list ul li a:hover,.theme-sidebar .sidebar-brochures ul li a i,
.theme-sidebar .sidebar-brochures ul li a:hover,.service-details-content .service-process-list ul li h3:before,.service-details-content .back-to-service a i,
.service-details-content .back-to-service a:hover,.our-team-style-two .single-team-member .hover-overlay ul.social-icon li a:hover,.portfolio-details .portfolio-introduction ul li:before,
.theme-sidebar .sidebar-search form button:hover,.our-blog .single-blog-post ul.post-info li.read-more a,.our-blog .single-blog-post ul.post-info li a:hover,.our-blog .single-blog-post:hover h4 a,
.blog-details .single-blog-post .social-icon li a:hover,.blog-details .single-blog-post .post-tag li a:hover,.blog-details .commnet-section .single-comment .comment button:hover,
.google-map-wrapper .easy-contact-box h4,.contact-us .contact-meta h6,.contact-us .contact-meta ul li a:hover,.shop-sidebar .shop-sidebar-list ul li a i,.shop-sidebar .shop-sidebar-list ul li a:hover,
.shop-sidebar .single-popular-product .product strong,.shop-product-wrapper .single-product .text ul li.price strong,.shop-product-wrapper .single-product .text .cart-button,
.shop-product-wrapper .single-product:hover .text h4 a,.shop-details .product-info .price li:first-child,.shop-details .product-info .rating li a,.shop-sidebar .single-popular-product:hover .product h6 a {
  color:#ff3300;
}
.p-bg-color,.upper-header.color-two,.upper-header .right-widget .right-list li.sign-up a:before,.bootstrap-select.btn-group .dropdown-menu li.selected a,.theme-title h2:before,
.bootstrap-select.btn-group .dropdown-menu li:hover a,.theme-menu-wrapper .bg-color-one,#mega-menu-wrapper .nav>li>a:before,.welcome-feature .single-feature:hover,
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li:hover a,body .theme-button-one,#theme-main-banner .camera_prev:hover,#theme-main-banner .camera_next:hover,
.client-slider-section,.contact-feature .main-bg-wrapper,.theme-footer .footer-logo form button,.welcome-section .welcome-text .name h5:before,.quick-contact-banner .wrapper,
.welcome-section .welcome-text .image-box:before,.welcome-section .welcome-text .video-image-box .play-button,.quick-contact-banner .wrapper:before,.partent-logo-section,
.our-story .text .mark-text,.our-team .single-team-member .image,.theme-sidebar .title h4,.theme-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot.active span,
.theme-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot:hover span,.theme-sidebar .sidebar-contact-list,.service-details-content .bottom-image-text .shape,
.service-details-content .bottom-image-text .shape:before,.mixitUp-menu ul li:before,.portfolio-details .portfolio-introduction h3:before,.portfolio-details .page-changer ul li a:hover,
.our-blog .single-blog-post ul.post-info li.read-more a:hover,.page-pagination li a:hover,.theme-default-form input[type="submit"],
.shop-sidebar .shop-sidebar-search form button,.shop-product-wrapper .single-product .text .cart-button:hover,.shop-details .product-info .quantity-box .order-box li input,
.shop-details .product-info .quantity-box .order-box li button:hover,.shop-details .product-review-tab .nav-tabs > li > a:before,.shop-details .realted-product h4:before  {
  background: #ff3300;
}
.welcome-feature .single-feature:hover {
  border-style: solid;
  border-color:#ff3300;
}
/*------------------------  Upper Header --------------------*/
.upper-header {padding: 10px 0;}
.upper-header.color-one {background: #434343;}
.upper-header .container>ul li {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  font-size: 15px;
}
.upper-header .left-list li a {margin-right: 60px;text-transform: uppercase; color: #fff;}
.upper-header .left-list li a i {margin-right: 15px;font-size: 20px;}
.upper-header .left-list li:last-child a {margin-right: 0;}
.upper-header .language-changer {margin-right: 20px;}
.upper-header .language-changer .bootstrap-select.btn-group .dropdown-toggle .filter-option {text-transform: uppercase;}
.upper-header .right-widget .right-list li a {color: #fff;margin-left: 15px;position: relative;}
.upper-header .right-widget .right-list li.sign-up a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 4px;
  left:0;
}
/*---------------------- Theme Header / Menu --------------------*/
.theme-header {padding: 30px 0 70px 0;position: relative;    border: 3px solid #ff3300;}
.theme-header .top-header .right-widget li {display: inline-block;vertical-align: middle;}
.theme-header .top-header .right-widget .search-form {height: 52px;width:290px;position: relative;}
.theme-header .top-header .right-widget .search-form input {
  width: 100%;
  height: 100%;
  border:1px solid #e5e4e4;
  border-radius: 20px;
  padding: 0 50px 0 15px;
}
.theme-header .top-header .right-widget .search-form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 45px;
  text-align: left;
  background: transparent;
  color: rgba(0,0,0,0.3);
  font-size: 18px;
  border-radius: 0 20px 20px 0;
}
.theme-header .top-header .right-widget>li:nth-child(1),
.theme-header .top-header .right-widget>li:nth-child(2) {
  position: relative;
  padding-left: 72px;
}
.theme-header .top-header .right-widget>li:nth-child(1) p,
.theme-header .top-header .right-widget>li:nth-child(2) p {
  font-family: 'Montserrat', sans-serif;
  color: #272727;
  margin-bottom: 5px;
  font-weight: 700;
}
.theme-header .top-header .right-widget>li:nth-child(1) i,
.theme-header .top-header .right-widget>li:nth-child(2) i {position: absolute;left:0;top:0;font-size: 45px;}
.theme-header .top-header .right-widget>li:nth-child(2) {margin: 0 60px 0 45px;}
.theme-header .top-header .right-widget .social-icon a {
  color: #838383;
  font-size: 17px;
  margin-left:25px;
}
.theme-header .top-header .right-widget .theme-button-one {padding: 0 25px;font-weight: normal;}
.theme-header .top-header .right-widget .theme-button-one i {font-size: 12px;vertical-align: 2px;}
/*--------------------- Theme menu ------------------*/
.theme-menu-wrapper .main-content {position: relative;padding: 0 30px;}
.theme-menu-wrapper {position: absolute;bottom:-37px;left:0;width: 100%;z-index: 99;}
.theme-menu-wrapper .right-widget {padding-top: 20px;position: relative;z-index: 99;}
.theme-menu-wrapper .right-widget li {display: inline-block;vertical-align: middle;}
.theme-menu-wrapper .right-widget .shop-cart {position: relative;margin-right: 45px;}
.theme-menu-wrapper .right-widget .shop-cart a {font-size: 25px;color: #fff;}
.theme-menu-wrapper .right-widget .shop-cart span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background:#ff3300;
  text-align: center;
  line-height: 23px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: -8px;
  right: -12px;
}
.theme-menu-wrapper .right-widget .search-option button.search {
  font-size: 18px;
  color: #fff;
  background: transparent;
}
.theme-menu-wrapper .right-widget .search-option form.dropdown-menu {
  position: absolute;
  height:55px;
  width:280px;
  padding: 5px;
  border-radius: 0;
  right: 0;
  left:auto;
  top:100%;
  box-shadow: none;
  border:none;
  float:none;
  background: #fff;
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
}
.theme-menu-wrapper .right-widget .search-option form input {
  width:100%;
  height:100%;
  background: transparent;
  border:1px solid #ececec;
  padding: 0 49px 0 10px;
}
.theme-menu-wrapper .right-widget .search-option form button {
  display: block;
  font-size: 18px;
  width:48px;
  color: #fff;
  border:1px solid #fff;
  border-left:none;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top:4px;
  right:5px;
}
.theme-header.style-two {padding-bottom: 40px;}
.theme-header.style-two .theme-menu-wrapper {bottom: auto;top:100%;}
.theme-header.style-two .theme-menu-wrapper .bg-color-two {background: rgb(255, 51, 0);}
/*================= 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-header .theme-menu-wrapper.fixed {
  position: fixed !important;
  width:100%;
  top:0;
  left:0;
  bottom: auto;
  z-index: 999;
  margin:0;
  background:#f30;
  -webkit-animation: menu_sticky  0.70s ease-in-out;
  animation: menu_sticky  0.70s ease-in-out;
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.1);
}
/*---------------------------------- Theme Banner --------------------------*/
.camera_wrap {float:none;}
#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(1,22,45,0.45);
}
#theme-main-banner .main-container {position: relative;}
#theme-main-banner .camera_caption {height: 100%;}
#theme-main-banner .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#theme-main-banner .camera_caption>div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner h1 {color: #fff;}
#theme-main-banner p {color: #fff;margin: 35px 0 100px 0;line-height: 30px;}
#theme-main-banner a.theme-button-one {color: #fff;border-color: #fff;}
#theme-main-banner .text-center a.theme-button-one {margin: 0 5px;}
#theme-main-banner .camera_prev,#theme-main-banner .camera_next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: -30px;
  background: rgba(76,80,92,0.32);
}
#theme-main-banner .camera_prev span,#theme-main-banner .camera_next span {
  background: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
#theme-main-banner .camera_prev span:before,
#theme-main-banner .camera_next span:before {
  font-family: 'font-awesome';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 32px;
}
#theme-main-banner .camera_prev span:before {content: '';}
#theme-main-banner .camera_next span:before {content: '';}
#theme-main-banner .camera_caption .video-content {
  background: transparent;
  position: absolute;
  width: 100%;
  height: auto;
  top:auto;
  bottom: 0;
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner .camera_caption .video-content .container {-webkit-transform:none;transform:none;}
#theme-main-banner .video-bg.color-one {background: #ff3300;}
#theme-main-banner .video-bg.color-two {background: rgba(68,82,95,0.68);}
#theme-main-banner .video-bg {
  float: right;
  border-radius: 15px;
  text-align: center;
  padding: 32px 20px 15px 20px;
}
#theme-main-banner .video-bg p {margin: 0 0 15px 0;}
#theme-main-banner .video-bg .play-button {
  color: #fff;
  font-size: 40px;
}
/*---------------------- Welcome Section ---------------------*/
.welcome-section .theme-title h2 {color: #272727;}
.welcome-section .theme-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  padding-top: 45px;
  padding-bottom: 30px;
}
.welcome-section .welcome-text .name {padding: 55px 0 0 125px;}
.welcome-section .welcome-text .name h5 {
  font-size: 18px;
  position: relative;
  padding-left: 48px;
  display: inline-block;
  margin-right: 75px;
}
.welcome-section .welcome-text .name h5:before {
  content: '';
  width: 38px;
  height: 1px;
  position: absolute;
  top:9px;
  left: 0;
}
.welcome-section .welcome-text .name .sign {display: inline-block;}
.welcome-section .welcome-text .image-box {position: relative;}
.welcome-section .welcome-text .image-box:before {
  content: '';
  position: absolute;
  height: 84px;
  bottom: -20px;
  right: 20px;
  left:-20px;
  z-index: -1; 
}
.welcome-section .welcome-text .video-image-box {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  position: relative;
  padding-right: 200px;
}
.welcome-section .welcome-text .video-image-box .play-button {
  width: 400px;
  text-align: center;
  line-height: 236px;
  color: #fff;
  font-size: 72px;
  position: absolute;
  top:50%;
  right: 0;
  z-index: 9;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.welcome-feature .single-feature {
  border:1px solid #f2f2f2;
  padding: 45px 20px 30px 40px;
}
.welcome-feature .single-feature h6 {position: relative;padding: 0 0 40px 55px;text-transform: uppercase;}
.welcome-feature .single-feature h6 i {
  position: absolute;
  left:0;
  top:-9px;
  font-size: 32px;
  font-weight: normal;
}
.welcome-feature .single-feature:hover p,
.welcome-feature .single-feature:hover h6 a{color: #fff;}
.welcome-feature.space-top {margin-top: 90px;}
.welcome-feature.space-bottom {margin-bottom: 95px;}
.welcome-feature.space-top .single-feature {margin-top: 30px;}
.welcome-feature.space-bottom .single-feature {margin-bottom: 30px;}
/*--------------------- Quick Contact  Banner --------------------*/
.quick-contact-banner {overflow: hidden;}
.quick-contact-banner .wrapper {
  padding: 50px 45px 50px 0;
  position: relative;
}
.quick-contact-banner .wrapper h3 {color: #fff;font-weight: 500;margin-top: 10px;}
.quick-contact-banner .wrapper .theme-button-one {font-weight: normal;background: #28b943;}
.quick-contact-banner .wrapper:before {
  content: '';
  width: 250%;
  height: 100%;
  position: absolute;
  top:0;
  right:100%;
}
/*--------------------- Our Service --------------------*/
.our-service {background: #ff33002e;padding:  50px 0 0px;}
.our-service .theme-title .round-shape {border-color:#fff;}
.our-service .theme-title {margin-bottom: 90px;}
.our-service .single-service-block {
  background: #fff;
  text-align: center;
  padding: 60px 10px 65px 10px;
  margin-bottom: 30px;
}
.our-service .single-service-block i {font-size: 55px;}
.our-service .single-service-block h6 {margin-top: 40px;}
.our-service .single-service-block:hover {
  box-shadow: 0px 6px 13.32px 4.68px rgba(0, 0, 0, 0.02);
}
/*-------------------- Trusted Client Section -------------------*/
.trusted-client-section {position: relative;}
.trusted-client-section .theme-title {margin-bottom: 50px;}
.trusted-client-section .theme-title h2 {font-size: 44px;color: #272727;line-height: 55px;}
.trusted-client-section .theme-title h2:before {display: none;}
.trusted-client-section .theme-title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgba(39,39,39,0.7);
  padding-top: 5px;
}
.trusted-client-section .theme-button-one {margin-top: 60px;}
.trusted-client-section:before {
  content: '';
  position: absolute;
  width: 37%;
  height: 100%;
  top:0;
  right: 0;
  background: url(../images/home/1.jpg) no-repeat center;
  background-size: cover;
}
/*------------------------ Theme Counter ---------------------*/
.theme-counter {
  background: url(../images/home/2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.theme-counter .opacity {background: rgba(0,0,0,0.75);padding: 175px 0 60px 0;}
.theme-counter .single-box p {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
}
.theme-counter .single-box h2 {color: #fff;font-weight: 700;font-size: 44px;}
.theme-counter .single-box {position: relative;margin-bottom: 40px;z-index: 10;}
.theme-counter .single-box i {
  position: absolute;
  top:-110px;
  left:0;
  color: #21512a;
  font-size: 140px;
  z-index: -1;
}
.theme-counter .bottom-text-wrapper {text-align: center;padding: 0 120px;margin-top: 40px;}
.theme-counter .bottom-text-wrapper p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 75px;
}
/*--------------------- Our Project ---------------------*/
.our-project .theme-title {margin-bottom: 70px;}
.our-project .single-project {margin-top: 30px;}
.our-project .single-project .image .hover-state {
  position: absolute;
  text-align: center;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.our-project .single-project .image .hover-state img {
  -webkit-transform:scale(1.6);
          transform:scale(1.6);
  opacity: 0;
}
.our-project .single-project:hover .image .hover-state img {
  -webkit-transform:scale(1);
          transform:scale(1);
  opacity: 1;
}
.our-project .single-project .text h4 {margin: 50px 0 25px 0;}
.our-project .single-project .hover-text-content {
  background: rgba(61,205,88,0.88);
  padding: 0 30px;
  opacity: 0;
  -webkit-transform:scale(0.1);
          transform:scale(0.1);
}
.our-project .single-project:hover .hover-text-content {
  opacity: 1;
  -webkit-transform:scale(1);
          transform:scale(1);
}
.our-project .single-project .hover-text-content div {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.our-project .single-project .hover-text-content h4 a,
.our-project .single-project .hover-text-content p {color: #fff;margin: 12px 0;}
/*------------------ Client Slider Section ------------------*/
.client-slider-section {padding: 170px 0 75px 0;}
.client-slider-section .client-slider-wrapper {width: 80%;margin: 0 auto;text-align: center;}
.client-slider-section .client-slider-wrapper h4 {
  color: #fff;
  line-height: 38px;
  font-weight: normal;
  margin-bottom: 95px;
}
.client-slider-section .client-slider-wrapper .name {position: relative;}
.client-slider-section .client-slider-wrapper .name h5 {color: #fff;margin-bottom: 10px;}
.client-slider-section .client-slider-wrapper .name p {color: #eae7e7;}
.client-slider-section .client-slider-wrapper .name:before {
  content: '';
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top:-40px;
  left:50%;
  margin-left: -40px;
}
.client-slider-section .wrapper {position: relative;}
.client-slider-section .wrapper:before {
  content: '';
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 26px solid #3ed75b;
  position: absolute;
  top:-85px;
  left:0;
  z-index: 1;
}
.client-slider-section .owl-theme .owl-dots {margin-top: 45px;}
.client-slider-section .owl-theme .owl-dots .owl-dot span {
  width: 26px;
  height: 14px;
  background: #fff;
  margin: 0 3px;
  border-radius: 7px;
}
.client-slider-section .owl-theme .owl-dots .owl-dot.active span,
.client-slider-section .owl-theme .owl-dots .owl-dot:hover span {background: #4ce669;}
/*----------------------- Partner Logo Section ------------------*/
.partent-logo-section {padding: 80px 0;}
.partent-logo-section .item img {margin: 0 auto;}
/*------------------------ Latest News -------------------------*/
.latest-news .theme-title {margin-bottom: 65px;}
.latest-news .single-news-post {margin-top: 40px;}
.latest-news .single-news-post .hover-content {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(61,205,88,0.9);
  text-align: center;
  -webkit-transform:scale(1.9);
          transform:scale(1.9);
  opacity: 0;
}
.latest-news .single-news-post .hover-content a {
  font-size: 30px;
  color: #fff;
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.latest-news .single-news-post:hover .hover-content {
  opacity: 1;
  -webkit-transform:scale(1);
          transform:scale(1);
}
.latest-news .single-news-post .text {position: relative;}
.latest-news .single-news-post .text .date {padding: 45px 0 20px 0;font-weight: 600;}
.latest-news .single-news-post .text h6 {line-height: 32px;}
.latest-news .single-news-post .text .num {
  position: absolute;
  top:14px;
  left:0;
  font-size: 60px;
  font-weight: 700;
  color: #efeded;
  z-index: -1;
}
/*---------------------- Contact Feature ---------------------*/
.contact-feature {margin-bottom: -40px;}
.contact-feature .main-bg-wrapper {position: relative;padding: 18px 30px;z-index: 99;}
.contact-feature .main-bg-wrapper:before {
  content: '';
  position: absolute;
  left:10px;
  right: 10px;
  bottom: -25px;
  height: 25px;
  z-index: 1;
  background: #27b943;
}
.contact-feature .main-bg-wrapper li {
  float: left;
  display: inline-block;
  width: 33.3333333%;
  color: #fff;
  line-height: 45px;
}
.contact-feature .main-bg-wrapper li span {
  position: relative;
  padding-left: 75px;
  display: inline-block;
}
.contact-feature .main-bg-wrapper li i {
  font-size: 50px;
  position: absolute;
  left:0;
  top:0;
}
.contact-feature .main-bg-wrapper li:nth-child(2) i,
.contact-feature .main-bg-wrapper li:nth-child(3) i {font-size: 40px;}
.contact-feature .main-bg-wrapper li:nth-child(2) {text-align: center;}
.contact-feature .main-bg-wrapper li:nth-child(3) {text-align: right;}
/*---------------------- Footer -------------------------*/
.theme-footer {background: #ff3300;}
.theme-footer .footer-logo p {color: #b1afaf;padding: 25px 0 55px 0;}
.theme-footer .footer-logo h5 {font-size: 15px;}
.theme-footer .footer-logo form {height: 48px;position: relative;margin: 30px 0 40px 0;}
.theme-footer .footer-logo form input {
  height: 100%;
  width: 100%;
  background: #313030;
  padding: 0 98px 0 20px;
  color: #605d5d;
  border: none;
  border-radius: 0 20px 20px 0;
}
.theme-footer .footer-logo form button {
  width: 90px;
  border-radius: 20px;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  color: #fff;
}
.theme-footer .footer-logo .get-touch {font-size: 18px;font-weight: 500;margin-bottom: 50px;}
.theme-footer .footer-logo .get-touch i {color: #fff;font-size: 12px;margin-right: 5px;vertical-align: 2px;}
.theme-footer .footer-logo .social-icon li {display: inline-block;}
.theme-footer .footer-logo .social-icon li a {
  font-size: 17px;
  color: #757575;
  margin-right: 20px;
}
.theme-footer .footer-logo {padding-right: 115px;}
.theme-footer .footer-latest-news {padding-left: 140px;}
.theme-footer .title {
  font-size: 18px;
  color: #fff;
  padding: 15px 0 55px 0;
}
.theme-footer .footer-list ul li a {
  color: #b1afaf;
  margin-bottom: 18px;
}
.theme-footer .footer-list ul li:last-child a {margin: 0;}
.theme-footer .footer-latest-news ul li a {
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.theme-footer .footer-latest-news ul li span {font-size: 15px;color: #545454;}
.theme-footer .footer-latest-news ul li {
  border-bottom: 1px solid #313030;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.theme-footer .footer-latest-news ul li:last-child {border: none;margin: 0;padding: 0;}
.theme-footer .bottom-footer {
  border-top: 1px solid #363434;
  margin-top: 55px;
  padding: 25px 0;
  text-align: center;
}
.theme-footer .bottom-footer p {color: #ffffff;}
/*------------------------ Theme Inner Banner -------------------*/
.theme-inner-banner {
  background: url(../images/home/inner-banner.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  margin-bottom: 140px;
}
.theme-inner-banner .opacity {background: rgba(1,22,50,0.45);padding: 245px 0 30px 0;}
.theme-inner-banner .opacity h1 {color: #fff;margin-bottom: 130px;}
.theme-inner-banner .opacity ul li {display: inline-block;color: #fff;margin: 0 2px;}
.theme-inner-banner .opacity ul li a {color: #fff;}
/*------------------------- Our Story -----------------------*/
.our-story {padding: 120px 0 0 0;}
.our-story h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 50px;
}
.our-story .text {padding-left: 30px;}
.our-story .text p {font-size: 17px;line-height: 35px;}
.our-story .text .mark-text {
  color: #fff;
  padding: 30px 40px;
  margin-top: 27px;
}
.our-story h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  padding: 80px 50px 0 50px;
  text-align: center;
}
/*--------------------- Our Team ---------------------*/
.our-team .theme-title {margin-bottom: 20px;}
.our-team .single-team-member {margin-top: 40px;}
.our-team .single-team-member:hover img {opacity: 0.25;}
.our-team .single-team-member .text {
  background: #f0f0f0;
  text-align: center;
  padding: 25px 0;
  opacity: 0;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.our-team .single-team-member .text h4 {margin-bottom: 4px;}
.our-team .single-team-member:hover .text {
  opacity: 1;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
/*--------------------- Theme Sidebar ----------------------*/
.theme-sidebar .sidebar-search form {height: 55px;position: relative;}
.theme-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  border:1px solid #e8eae9;
  border-radius: 0 0 10px 10px;
  padding: 0 50px 0 15px;
}
.theme-sidebar .sidebar-search form button {
  width: 45px;
  text-align: left;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  background: transparent;
  color: rgba(0,0,0,0.4);
  border-radius: 0 0 10px 0;
}
.theme-sidebar .title h4 {
  padding: 17px 0 17px 30px;
  border-radius: 0 0 10px 10px;
  color: #fff;
}
.theme-sidebar .title {padding-bottom: 50px;}
.theme-sidebar .sidebar-widget {margin-bottom: 60px;}
.theme-sidebar .sidebar-list ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #222121;
  display: block;
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #e2dede;
}
.theme-sidebar .sidebar-list ul li:first-child a {padding-top: 0;}
.theme-sidebar .sidebar-list ul li a i {
  font-size: 14px;
  margin-right: 20px;
  font-weight: normal;
}
.theme-sidebar .sidebar-brochures ul li a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #312f2f;
  background: #f5f4f4;
  line-height: 55px;
  border-radius: 0 0 10px 10px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.theme-sidebar .sidebar-brochures ul li a i {font-size: 20px;margin-left: 35px;}
.theme-sidebar .sidebar-brochures ul li:last-child a {margin: 0;}
.theme-sidebar .sidebar-testimonial .sidebar-client-slider {
  border: 1px solid #e5e5e4;
  padding: 30px 5px 55px 20px;
  border-radius: 0 0 10px 10px;
  margin-top: 20px;
}
.theme-sidebar .sidebar-testimonial .sidebar-client-slider img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.theme-sidebar .sidebar-testimonial .sidebar-client-slider .name {padding: 25px 0 0 15px;}
.theme-sidebar .sidebar-testimonial .sidebar-client-slider .name h6 {font-size: 16px;margin-bottom: 3px;}
.theme-sidebar .sidebar-testimonial .sidebar-client-slider .name span {font-size: 15px;font-weight: 500;color: #959595;}
.theme-sidebar .sidebar-testimonial .sidebar-client-slider p {margin-top: 45px;}
.theme-sidebar .sidebar-testimonial .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left:0;
  top:-40px;
}
.theme-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #e2e0dd;
  border-radius: 50%;
  margin: 0 5px;
}
.theme-sidebar .sidebar-contact-list {border-radius: 0 0 10px 10px;padding-bottom: 50px;}
.theme-sidebar .sidebar-contact-list .title h4 {background: #29c345;}
.theme-sidebar .sidebar-contact-list ul {padding-left: 45px;}
.theme-sidebar .sidebar-contact-list .address-list li {
  color: rgba(255,255,255,0.7);
  padding: 0 0 25px 35px;
  position: relative;
}
.theme-sidebar .sidebar-contact-list .address-list li i {
  position: absolute;
  top:0;
  left:0;
  color: #fff;
  font-size: 20px;
}
.theme-sidebar .sidebar-contact-list .social-icon li {display: inline-block;}
.theme-sidebar .sidebar-contact-list .social-icon li a {
  font-size: 18px;
  color: #fff;
  margin:10px 18px 0 0;
}
.theme-sidebar .sidebar-contact-list .social-icon li a:hover {color: #2c2c2c;}
/*--------------------------- Service Details --------------------*/
.service-details-content .service-title {font-size: 34px;font-weight: 700;margin-bottom: 25px;}
.service-details-content .top-image-text {padding: 60px 0 70px 0;}
.service-details-content .top-image-text p {margin-top: 35px;}
.service-details-content .service-process-list {padding: 75px 0 60px 0;}
.service-details-content .service-process-list h2 {font-size: 32px;padding-bottom: 70px;}
.service-details-content .service-process-list ul li h3 {
  font-size: 22px;
  padding: 0 0 30px 65px;
  position: relative;
}
.service-details-content .service-process-list ul li h3:before {
  content: "\f102";
  font-family: Flaticon;
  font-weight: normal;
  font-size: 35px;
  position: absolute;
  top:-8px;
  left:0;
}
.service-details-content .service-process-list ul li {margin-bottom: 65px;}
.service-details-content .service-process-list ul li:last-child {margin-bottom: 0;}
.service-details-content .bottom-image-text p {
  font-size: 20px;
  line-height: 36px;
  position: relative;
  padding-top: 160px;
}
.service-details-content .bottom-image-text .shape {
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top:40px;
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.service-details-content .bottom-image-text .shape:before {
  content: '';
  width: 30px;
  height: 34px;
  position: absolute;
  bottom: -3px;
  left: 15px;
  -webkit-transform: rotate(73deg);
          transform: rotate(73deg);
}
.service-details-content .bottom-image-text {padding-bottom: 45px;}
.service-details-content .back-to-service a {
  font-size: 17px;
  font-weight: 500;
  color:#343434;
  margin-top: 40px;
}
.service-details-content .back-to-service a i {margin-right: 12px;}
/*------------------------ Our Portfolio --------------------*/
.row.no-gutter {margin: 0;}
.row.no-gutter [class*="col-"] {padding: 0;}
.mixitUp-menu {border-bottom: 6px solid #e2e2e2;text-align: center;margin-bottom: 70px;}
.mixitUp-menu ul li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #403f3f;
  font-weight: 600;
  font-size: 18px;
  margin: 0 15px;
  padding-bottom: 18px;
  position: relative;
  cursor: pointer;
}
.mixitUp-menu ul li:before {
  content: '';
  width: 0;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left:0;
}
.mixitUp-menu ul li.active:before {width: 100%;}
#mixitUp-item .mix {display: none;}
.portfolio-wrapper .single-portfolio-item {margin-bottom: 30px;}
.portfolio-wrapper .single-portfolio-item .overlay {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left:0;
  text-align: center;
  background: rgba(61,205,88,0.8);
  opacity: 0;
  -webkit-transform:scale(0.7);
          transform:scale(0.7);
}
.portfolio-wrapper .single-portfolio-item .overlay h4 a {color: #fff;}
.portfolio-wrapper .single-portfolio-item .overlay p {color: #fff;padding: 5px 0 50px 0;}
.portfolio-wrapper .single-portfolio-item .overlay .link,
.portfolio-wrapper .single-portfolio-item .overlay .zoom-view {
  font-size: 30px;
  color: #fff;
  margin: 0 10px;
}
.portfolio-wrapper .single-portfolio-item .overlay .text {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.portfolio-wrapper .single-portfolio-item:hover .overlay {
  opacity: 1;
  -webkit-transform:scale(1);
          transform:scale(1);
}
/*------------------------ Portfolio Details ----------------------*/
.portfolio-details .portfolio-title {padding: 60px 0 50px 0;}
.portfolio-details .portfolio-title h2 {font-size: 23px;padding: 10px 0 45px 0;}
.portfolio-details .portfolio-introduction h3 {
  font-size: 25px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.portfolio-details .portfolio-introduction h3:before {
  content:'';
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left:0;
}
.portfolio-details .portfolio-introduction>p {padding-bottom: 80px;}
.portfolio-details .portfolio-introduction ul li {
  line-height: 42px;
  position: relative;
  padding-left: 35px;
}
.portfolio-details .portfolio-introduction ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 18px;
  position: absolute;
  top:-1px;
  left:0;
  opacity: 0.7;
}
.portfolio-details .portfolio-introduction ul li span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: inline-block;
  width: 30%;
  color: #424242;
}
.portfolio-details .portfolio-introduction #chartContainer {height: 370px;width: 100%;}
.portfolio-details .portfolio-introduction ul {padding: 20px 0 50px 0;}
.portfolio-details .portfolio-introduction .theme-button-one {line-height: 44px;font-size: 16px;}
.portfolio-details .portfolio-introduction {padding-bottom: 130px;}
.portfolio-details .page-changer ul li:first-child {float:left;}
.portfolio-details .page-changer ul li:last-child {float: right;}
.portfolio-details .page-changer ul li a {
  position: relative;
  text-align: center;
  display: block;
  background: #ececec;
  padding: 20px 110px 12px 40px;
  margin-top: 15px;
}
.portfolio-details .page-changer ul li a span {font-size: 15px;color: #888888;display: block;}
.portfolio-details .page-changer ul li a strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #797979;
  display: block;
  margin-top: 8px;
}
.portfolio-details .page-changer ul li a i {
  font-size: 16px;
  line-height: 83px;
  color: #797979;
  position: absolute;
  top:0;
  bottom: 0;
  right: 20px;
}
.portfolio-details .page-changer ul li a:hover span,
.portfolio-details .page-changer ul li a:hover strong,
.portfolio-details .page-changer ul li a:hover i {color: #fff;}
/*------------------------ Our Team Two --------------------*/
.our-team-style-two .theme-title h2 {
  font-size: 27px;
  line-height: 42px;
  color: #272626;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.our-team-style-two .single-team-member .hover-overlay {
  text-align: center;
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left:0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  -webkit-transform:scale(0.2);
          transform:scale(0.2);
}
.our-team-style-two .single-team-member .hover-overlay>ul>li {
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  opacity: 0;
  -webkit-transform:translateY(50px);
          transform:translateY(50px);
}
.our-team-style-two .single-team-member .hover-overlay ul.social-icon li {display: inline-block;}
.our-team-style-two .single-team-member .hover-overlay ul.social-icon li a {
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
}
.our-team-style-two .single-team-member .hover-overlay>ul {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left:0;
}
.our-team-style-two .single-team-member .text {text-align: center;padding-top: 40px;}
.our-team-style-two .single-team-member .text h3 {font-size: 22px;margin-bottom: 4px;}
.our-team-style-two .single-team-member {margin-top: 50px;}
/*---- Hover ----*/
.our-team-style-two .single-team-member:hover .hover-overlay {
  opacity: 1;
  -webkit-transform:scale(1);
          transform:scale(1);
}
.our-team-style-two .single-team-member .hover-overlay>ul>li:first-child {
  transition-delay:0.15s;
}
.our-team-style-two .single-team-member .hover-overlay>ul>li:nth-child(2) {
  transition-delay:0.299s;
}
.our-team-style-two .single-team-member .hover-overlay>ul>li:last-child {
  transition-delay:0.399s;
}
.our-team-style-two .single-team-member:hover .hover-overlay>ul>li {
  opacity: 1;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
/*------------------------- Our Blog --------------------*/
.our-blog .single-blog-post h4 {line-height: 36px;padding-bottom: 20px;}
.our-blog .single-blog-post>p {padding-bottom: 20px;}
.our-blog .single-blog-post ul li {display: inline-block;line-height: 45px;vertical-align: middle;}
.our-blog .single-blog-post ul.post-info li a {
  text-transform: capitalize;
  color: rgba(22,22,22,0.7);
  margin: 10px 20px 0 0;
}
.our-blog .single-blog-post ul.post-info li.read-more a {
  background: #dbf7e0;
  padding: 0 30px;
  font-size: 18px;
}
.our-blog .single-blog-post ul.post-info li.read-more a:hover {color: #fff;}
.our-blog .single-blog-post {border-bottom: 1px solid #e5e3e3;padding-bottom: 55px;margin-bottom: 45px;}
.our-blog .single-blog-post:last-child {border: none;}
/*-------------------- Blog details -----------------*/
.blog-details .single-blog-post h2 {
  line-height: 42px;
  padding-bottom: 20px;
  font-size: 30px;
}
.blog-details .single-blog-post .social-icon li {
  color: rgba(22,22,22,0.7);
  font-weight: 500;
  margin-top: 10px;
}
.blog-details .single-blog-post .social-icon li a {
  color: #818181;
  margin-left: 20px;
  font-size: 18px;
}
.blog-details .single-blog-post .image-box {margin: 38px 0 45px 0;}
.blog-details .single-blog-post .mark-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #363535;
  position: relative;
  margin: 30px 0 50px 0;
}
.blog-details .single-blog-post .post-tag li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  color: #222121;
}
.blog-details .single-blog-post .post-tag li a {
  font-size: 16px;
  color: #757474;
  font-weight: normal;
}
.blog-details .single-blog-post .post-tag li:first-child {margin-right: 10px;}
.blog-details .single-blog-post .post-tag {padding-top: 30px;}
.blog-details .single-blog-post {border: none;}
.blog-details .sub-heading {padding-bottom: 50px;}
.blog-details .commnet-section .single-comment img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog-details .commnet-section .single-comment .comment {
  width: calc(100% - 80px);
  padding-left: 70px;
}
.blog-details .commnet-section .single-comment .comment h6 {margin-bottom: 10px;}
.blog-details .commnet-section .single-comment .comment button {
  font-family: 'Montserrat', sans-serif;
  color: #b4b4b4;
  display: inline-block;
  background: transparent;
}
.blog-details .commnet-section .single-comment .comment span {margin-right: 55px;}
.blog-details .commnet-section .single-comment .comment p {margin-top: 30px;}
.blog-details .commnet-section .single-comment {margin-bottom: 70px;}
.blog-details .comment-form {padding-top: 40px;}
.theme-default-form input[type="text"],
.theme-default-form input[type="email"],
.theme-default-form textarea {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  width: 100%;
  color: #b4b4b4;
}
.theme-default-form input[type="text"],
.theme-default-form input[type="email"] {height: 55px;}
.theme-default-form textarea {
  min-height: 55px;
  margin-top: 100px;
}
.theme-default-form input[type="submit"] {
  width: 200px;
  line-height: 55px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin-top: 30px;
}
.theme-default-form input[type="submit"]:hover {background: #373737;}
.theme-default-form input[type="text"]:focus,
.theme-default-form input[type="email"]:focus,
.theme-default-form textarea:focus {border-bottom-color: #ff3300;}
/*----------------------- Contact Us --------------------------*/
.google-map-wrapper {position: relative;height: 625px;}
.map-canvas {height: 100%;width: 100%;}
.si-content img {margin-bottom: 10px;}
.si-has-border .si-content-wrapper {border: none;width: 350px;}
.si-shadow-wrapper-top {opacity: 0;}
.google-map-wrapper .container {position: relative;}
.google-map-wrapper .easy-contact-box {
  position: absolute;
  min-width: 360px;
  bottom: 60px;
  right: 0;
  background: #fff;
  box-shadow: 0px 0px 37px 0px rgba(156, 156, 156, 0.35);
  z-index: 9;
}
.google-map-wrapper .easy-contact-box h4 {
  border-bottom: 1px solid #eeeeee;
  line-height: 80px;
  text-align: center;
  margin-bottom: 55px;
}
.google-map-wrapper .easy-contact-box ul {padding: 0 10px 10px 100px;}
.google-map-wrapper .easy-contact-box ul li {padding-bottom: 35px;}
.google-map-wrapper .easy-contact-box ul li p {line-height: 34px;margin-top: 5px;color: #a3a1a1;}
.contact-us h3 {margin-bottom: 50px;}
.contact-us .contact-meta {
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(172, 172, 172, 0.35);
  padding: 45px 10px 40px 70px;
}
.contact-us .contact-meta h6 {position: relative;padding-bottom: 10px;margin-bottom: 20px;}
.contact-us .contact-meta h6:before {
  content: '';
  width: 80px;
  height: 1px;
  position: absolute;
  bottom:0;
  left:0;
  background: #ececec;
}
.contact-us .contact-meta ul li a {line-height: 42px;color: #8c8c8c;}
/*======================= Form Validation ===================*/
.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: #26ace3;
}
#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: none;
  border-bottom:1px solid #f03838 !important;
}
/*--------------------------- Shop Page --------------------*/
.shop-sidebar .shop-sidebar-search form {height: 54px;position: relative;margin-bottom: 75px;}
.shop-sidebar .shop-sidebar-search form input {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  padding: 0 75px 0 15px;
}
.shop-sidebar .shop-sidebar-search form button {
  position: absolute;
  top:4px;
  right: 4px;
  bottom: 4px;
  width: 68px;
  color: #fff;
}
.shop-sidebar h5 {font-family: 'Montserrat', sans-serif; margin-bottom: 45px;}
.shop-sidebar .shop-sidebar-list ul li a {font-size: 17px; color: #646464;margin-bottom: 25px;}
.shop-sidebar .shop-sidebar-list ul li a i {font-size: 13px;margin-right: 30px;}
.shop-sidebar .shop-sidebar-list ul li:last-child a {margin: 0;}
.shop-sidebar .price-ranger .ranger-min-max-block li {
  font-size: 20px;
  color: #514f52;
  vertical-align: middle;
  display: inline-block;
  line-height: 32px;
}
.shop-sidebar .price-ranger .ranger-min-max-block input {
  height: 32px;
  border: none;
  padding: 0 10px;
  max-width: 70px;
  font-size: 16px;
  text-align: center;
  color: #ff3300;
}
.shop-sidebar .price-ranger .ui-widget-content {
  background: #dddddd;
  border: none;
  height:1px;
  margin-bottom: 30px;
}
.shop-sidebar .price-ranger .ui-widget-header {background: #ff3300;}
.shop-sidebar .price-ranger .ui-slider-handle {
  background: #dddddd;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  outline: none;
}
.shop-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {top: -9px;}
.shop-sidebar .sidebar-price {margin: 60px 0 80px 0;}
.shop-sidebar .single-popular-product {margin-bottom: 40px;}
.shop-sidebar .single-popular-product:last-child {margin: 0;}
.shop-sidebar .single-popular-product img {width: 80px;}
.shop-sidebar .single-popular-product .product {width: calc(100% - 80px);padding-left: 20px;}
.shop-sidebar .single-popular-product .product h6 a {
  font-weight: normal;
  font-size: 17px;
  color: #444444;
  display: block;
}
.shop-sidebar .single-popular-product .product strong {
  font-weight: normal;
  display: block;
  margin: 6px 0 10px 0;
  font-size: 18px;
}
.shop-sidebar .single-popular-product .product ul li {
  display: inline-block;
  color: #f65c5c;
  font-size: 16px;
  margin-right: 3px;
}
.shop-product-wrapper .single-product .image {border:1px solid #eeeeee;position: relative;overflow: hidden;}
.shop-product-wrapper .single-product .image img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.shop-product-wrapper .single-product:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.shop-product-wrapper .single-product .text {padding: 35px 0 60px 0;}
.shop-product-wrapper .single-product .text ul li {
  float: left;
  display: inline-block;
  margin: 0 2px;
  color: #f65c5c;
}
.shop-product-wrapper .single-product .text ul li.price {float: right;}
.shop-product-wrapper .single-product .text ul li.price strong {font-size: 18px;font-weight: normal;}
.shop-product-wrapper .single-product .text h4 a {margin: 20px 0 35px 0;font-weight: normal;}
.shop-product-wrapper .single-product .text .cart-button {
  line-height: 38px;
  padding: 0 40px;
  border: 1px solid #ff3300;
  border-radius: 20px;
  font-size: 18px;
}
.shop-product-wrapper .single-product .text .cart-button:hover {color: #fff;}
.shop-product-wrapper .theme-pagination {margin-top: 35px;}
/*------------------------ Shop Details -----------------------*/
.shop-details .product-image .nav-tabs {border: none;}
.shop-details .product-image .nav-tabs > li {
  float: none;
  margin: 0 0 30px 0;
}
.shop-details .product-image .nav-tabs > li > a {
  border: none !important;
  margin: 0;
  background: transparent;
  padding: 0;
}
.shop-details .product-image .nav-tabs > li > a > img {max-width: 100%;}
.shop-details .product-info {padding: 35px 0 50px 0;}
.shop-details .product-info h2 {line-height: 45px;font-size: 32px;margin-bottom: 25px;}
.shop-details .product-info .price li {display: inline-block;vertical-align: middle;}
.shop-details .product-info .price li:first-child {
  font-weight: 600;
  font-size: 35px;
  width: 24%;
}
.shop-details .product-info .price li:nth-child(2) {
  font-weight: 600;
  font-size: 22px;
  color: rgba(0,0,0,0.7);
  margin-right: 30px;
}
.shop-details .product-info .price li:nth-child(3) {color: #f65c5c;}
.shop-details .product-info .rating li {display: inline-block;vertical-align: middle;}
.shop-details .product-info .rating>li:first-child ul li {
  font-size: 25px;
  color: #f65c5c;
  margin-right: 2px;
}
.shop-details .product-info .rating>li:first-child {width: 24%;}
.shop-details .product-info .rating {padding: 20px 0 35px 0;}
.shop-details .product-info .quantity-box .item-select>li {line-height: 45px;float: left;}
.shop-details .product-info .quantity-box .item-select>li:first-child {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-right: 30px;
}
.shop-details .product-info .quantity-box .item-select>li:last-child {
  width:270px;
  background: #f4f1f1;
  margin-right: 20px;
}
.shop-details .product-info .quantity-box .item-select>li:last-child .bootstrap-select > .dropdown-toggle {height: 45px;}
.shop-details .product-info .quantity-box .item-select>li:last-child .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
  line-height: 45px;
  padding-left: 15px;
}
.shop-details .product-info .quantity-box .item-select>li:last-child .bootstrap-select.btn-group .dropdown-toggle .bs-caret:before {
  content: '';
  font-size: 15px;
  line-height: 45px;
  color: rgba(0,0,0,0.6);
}
.shop-details .product-info .quantity-box .item-select>li:last-child .bootstrap-select.btn-group .dropdown-toggle .bs-caret {right: 20px;}
.shop-details .product-info .quantity-box .order-box li{float: left;height: 45px;}
.shop-details .product-info .quantity-box .order-box li button {
  width: 55px;
  height: 100%;
  background: #f4f1f1;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
}
.shop-details .product-info .quantity-box .order-box li input {
  height: 45px;
  width: 55px;
  margin: 0 10px;
  border: none;
  text-align: center;
  color: #fff;
}
.shop-details .product-info .quantity-box .order-box li button:hover {color: #fff;}
.shop-details .product-info .quantity-box {margin: 30px 0 65px 0;}
.shop-details .product-info .order-button .theme-button-one {
  line-height: 42px;
  font-size: 16px;
  margin-right: 20px;
}
.shop-details .product-info .order-button .theme-button-one:hover {background: #f69f00;}
.shop-details .product-review-tab .nav-tabs > li {margin: 0;}
.shop-details .product-review-tab .nav-tabs > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #121212;
  padding: 0 0 15px 0;
  margin: 0 20px;
  border: none !important;
  background: transparent !important;
  position: relative;
}
.shop-details .product-review-tab .nav-tabs {border-bottom: 3px solid #f4f1f1;margin-bottom: 55px;}
.shop-details .product-review-tab .nav-tabs > li > a:before {
  content: '';
  width: 100%;
  height: 3px;
  left:0;
  bottom: -3px;
  opacity: 0;
  position: absolute;
}
.shop-details .product-review-tab .nav-tabs > li.active > a:before,
.shop-details .product-review-tab .nav-tabs > li.active > a:hover:before,
.shop-details .product-review-tab .nav-tabs > li.active > a:focus:before {opacity: 1;}
.shop-details .realted-product h4 {
  font-size: 24px;
  position: relative;
  margin: 100px 0 50px 0;
  padding-bottom: 20px;
}
.shop-details .realted-product h4:before {
  content: '';
  width: 90px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left:0;
}
.shop-details .realted-product .item {margin: 0 15px;}