/*
  Theme Name:  Roofer - HTML Template
  Theme URL:
  Author: wp-organic
  Author URI: https://themeforest.net/user/wp-organic
  Creation Date: 30 June 2017
  Description: A default stylesheet for Roofer - HTML Template.
  Version: 1.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Top Bar
04. Navigation
05. Home Slider
06. Features
07. About
08. Latest Projects
09. Team
10. Clients
11. Testimonials
12. Blog
13. Estimation
14. Store
15. Footer
16. About Page
17. Team Page
18. Team Detail Page
19. 403 Page / 404 Page
20. Coming Soon Page
21. Services Page
22. Services Details Details
23  Projects Page
24. Blog Page
25. Blog Single Page
26. Gallery Page
27. Shop Page
28. Product Details Page
29. Register Page
30. Cart Page
31. Checkout Page
32. Contact Page
33. Preloader

/* =============== Colors Used=====================

  Yellow: #696a63;
  Orange: #f90425;
  Black: #292A2E;
  White: #FFF;

 ===================================================*/

/* ================================= */
    /*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Montserrat', sans-serif;
  line-height: 1.64;
  color: #292A2E;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Montserrat', sans-serif;  
  font-weight: 600;
  color: #292A2E;
  margin: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {  
  color: rgba(0,0,0,.6);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #f90425;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.64;
  color: #292A2E;
  font-size: 16px;
  font-weight: 300;
}
blockquote {  
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.64;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.mb-40{ margin-bottom: 40px; }
.mb-60{ margin-bottom: 60px; }

::-webkit-input-placeholder { 
  color: #939498!important;
}
::-moz-placeholder { 
  color: #939498!important;
}
::-ms-input-placeholder { 
  color: #939498!important;
}
::-o-input-placeholder { 
  color: #939498!important;
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-default {
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #292A2E;
  border-radius: 0;
  border: 3px solid rgba(41,42,46,0.1);
  background: transparent;
  position: relative;
}
.btn-default:hover {
  background-color: #f90425;
  color: #FFF;
  border: 3px solid #f90425;
}
.btn-default:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 27px;
  bottom: -3px;
}
.btn-default:hover:after {  
  background-color: #FFF;
}
.btn-gold {  
  color: #FFF;
  border: 3px solid #696a63;
  background: #696a63;
}
.btn-gold:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 27px;
  bottom: -3px;
}
.social-icon ul li {
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon ul li a {
  color: #787878;
}
.social-icon ul li a:hover {
  color: #f90425;
}
.section {
  padding-bottom: 55px;
}
.section-heading {
  position: relative;
  text-transform: uppercase;
}
.section-heading:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-left .section-heading:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: initial;
}
.section-left h5.section-heading{
  margin-bottom:20px;
}
.sub-heading {
  max-width: 550px;
  margin: 0 auto;
  opacity: 0.7;
}
.block-spacing {
    padding-top: 95px;
}
.section-left {
    margin-bottom: 70px;
    text-align: left;
    position: relative;
}
.section-sub-heading {
    font-weight: 600;
    text-transform: uppercase;
    color: #FC9A39;
    margin-bottom: 2px;
}
.form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
}

.form-control:focus {
  border-color: #f90425;  
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 0 solid #292A2E;
  background: #292A2E;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block; 
}
.owl-dot.active {
  border: 0 solid #292A2E;
  background: #f90425;
}
.pad-0 {
  padding: 0;
}
.pad-rt-0 {
  padding-right: 0;
}
.pad-lt-0 {
  padding-left: 0;
}
.mrgn-top-30 {
  margin-top: 30px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.breadcrumb { 
  background-color: transparent;
  text-align: center;
  text-transform:uppercase;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb li.active {
  color: #f90425;
}
.banner-main-block .banner-img {
    background-size: cover;
    height: 550px
}

.banner-block {
    margin-top: 300px
}

.banner-main-block .banner-block .banner-heading {
    font-size: 60px;
    font-family: Montserrat;
    color: #fff;
    line-height: 72px;
    text-align: center
}

.banner-main-block .banner-block ol.breadcrumb {
    font-size: 18px;
    font-family: "Work Sans";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px
}

ol.breadcrumb li>a {
    color: #fff;
    font-weight: 600;
  font-size:18px !important;
}

ol.breadcrumb li.active {
    color: #696a63;
    font-weight: 600;
  text-transform:uppercase;
}
.badge{ font-size: 16px; }
.breadcrumb>li+li:before {
    content: "\f101";
    padding: 0 5px;
    color: #fff;
    font-family: fontawesome;
    margin: 0 10px
}
.facebook:hover {
  color: #3B5998;
}
.twitter:hover {
  color: #1DA1F2;
}
.pinterest:hover {
  color: #BD081C;
}
.google-plus:hover {
  color: #DD4B39;
}
.tumblr:hover {
  color: #35465C;
}
.stumbleupon:hover {
  color: #EB4924;
}
.wordpress:hover {
  color: #21759B;
}
.instagram:hover {
  color: #405DE6;
}
.dribble:hover {
  color: #EA4C89;
}
.vimeo:hover {
  color: #1AB7EA;
}
.linkedin:hover {
  color: #0077B5;
}
.rss:hover {
  color: #F26522;
}
@media(max-width:767px) {  
  .owl-nav {
    visibility: hidden;
  }   
}
@media (max-width:992px) {
  .mrgn-top-30 {
    margin-top: 0;
  }  
}




/* ================================= */
    /*===== Top Bar =====*/
/* ================================= */
.top-bar {
  background-color: transparent;
  padding: 15px 0;
}
.info-bar {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f90425;
}
.info-bar i {
  padding-right: 7px;
}
.info-bar a {
  color: #f90425;
}
.info-bar span {
  color: #292A2E;
  font-weight: 400;
  margin-right: 15px;
}
.top-bar .social-icon ul li {
  padding-left: 15px;
}

/* ================================= */
    /*===== Navigation =====*/
/* ================================= */
.logo {
  padding-top: 20px;
  padding-left: 30px;
}
.nav-bar {
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.1);
}
.top-nav-collapse .top-bar {
  display: none;
}
.top-nav-collapse .nav-bar {
  box-shadow: 0 1px 15px rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.top-nav-collapse .container {
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.navigation {
  position: relative;
  margin: auto;
  z-index: 1111;
  margin-top: 0;
  float: right;
  margin-right: 30px;
}
.search-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f90425;
  right: -20px;
  bottom: 20px;
  z-index: 1111;
  border-radius: 100%;
}
.search-icon a i {
  color: #FFF;
  padding: 12px;
  font-size: 16px;
}
.top-nav-collapse .search-icon {
  display: none;
  opacity: 0;
}
@media(max-width:785px) {   
  .logo img {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    padding-top: 5px;
    padding-left: 0
  }
  .logo {    
    padding-top: 5px;
    padding-left: 0
  }
  .navigation {
    float: none;
  } 
  #cssmenu.small-screen #menu-button {
    color: #000;
    font-size: 14px;
  }  
  #cssmenu.small-screen #menu-button:before {
    background: #000;   
  }
  #cssmenu.small-screen #menu-button:after {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  #cssmenu.small-screen ul ul li a {
    color: #FFF;
  }
  #cssmenu.small-screen ul ul li a:hover {
    color: #FFF;
  }
  #cssmenu.small-screen .submenu-button:before {    
    background: #f90425;
  }
  #cssmenu.small-screen .submenu-button:after {   
    background: #f90425;
  }
  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #f90425;
  }  
  #cssmenu.small-screen ul li a, 
  #cssmenu.small-screen ul ul li a {   
    padding: 15px;
  }
  #cssmenu.small-screen ul li ul li:hover {
    background-color: #696a63;
  }
}
@media (min-width: 767px) and (max-width: 992px) { 
  .logo img {
    display: block;
    margin: 0 auto;
  }
  .navigation {   
    margin-top: 10px;
  } 
  #cssmenu > ul > li > a {
    padding: 10px 10px;   
  }
}
/*Search*/
.search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  padding-top: 0;    
  z-index: 999999;
  opacity: 1;
  background: rgba(41,42,46,1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;    
}
.search .container {
  position: relative;
  margin-top: 20px;
}
.search.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.search-box {
  width: 97%;
  border: none;
  font-size: 16px;
  color: #FFF;
  background: none;
}
.search-box::-webkit-input-placeholder { 
  color: #999!important;
}
.search-box::-moz-placeholder { 
  color: #999!important;
}
.search-box::-ms-input-placeholder { 
  color: #999!important;
}
.search-box::-o-input-placeholder { 
  color: #999!important;
}
.search-close {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 5px 15px;
  color: #FFF;
  background: rgba(41,42,46,1);
}
.search-close:hover {  
  color: #f90425;
}
.search input:focus {
  outline: none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .search-icon {
    bottom: 10px;
  }
}

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.home-slider-bg {
  width: 100%;
  height: 970px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;    
}
.slider-dtl {
  max-width: 557px; 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
}
.slider-sub-heading {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  max-width: 190px;
  padding-bottom: 35px;
  position: relative;
}
.slider-sub-heading:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: 24px;
}
.slider-heading {
  line-height: 1;
  padding-bottom: 70px;
}
.slider-heading span {
  color: #f90425;
}
.slider-btn .btn-gold {
  margin-right: 17px;
}
.home-slider .owl-dots {
  position:absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
}
.home-slider .owl-dot {
  display: block;
  position: relative;
  left: 96.66%;
}
.home-slider .owl-prev {
  top: 40%;
  transform: translate(0, -40%);
}
.home-slider .owl-next {
  top: 55%;
  transform: translate(0, -52%);
}
.home-slider .owl-prev,
.home-slider .owl-next { 
  color: #292A2E;
  font-size: 30px;
  position: absolute;   
  right: 55px;
  width: 17px;
  height: 11px;
  background-color: transparent;
  text-align: center; 
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*===== Slider Effects =====*/
/*
.home-slider.owl-carousel .owl-item .slider-dtl {
  opacity: 0; 
  width: 5px;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.home-slider.owl-carousel .owl-item.active .slider-dtl { 
  opacity: 1;  
  width: 509px;
}
.home-slider.owl-carousel .owl-item .slider-sub-heading,
.home-slider.owl-carousel .owl-item .slider-heading,
.home-slider.owl-carousel .owl-item .slider-dtl p,
.home-slider.owl-carousel .owl-item .slider-btn {
  opacity: 0; 
  -webkit-transition: all 2s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
.home-slider.owl-carousel .owl-item.active .slider-sub-heading,
.home-slider.owl-carousel .owl-item.active .slider-heading,
.home-slider.owl-carousel .owl-item.active .slider-dtl p,
.home-slider.owl-carousel .owl-item.active .slider-btn { 
  opacity: 1;  
}
*/
@media(max-width:992px) {  
  .home-slider-bg {
    height: 650px;
  }
  .slider-dtl {
    left: 36%;
    top: 60%;
  }
  .slider-heading {
    font-size: 60px;
    padding-bottom: 50px;
  }
}
@media(max-width:767px) { 
  .slider-dtl {
    left: 24%;
  }
  .slider-heading {
    font-size: 35px;
  }
  .home-slider .btn-default {
    padding: 5px;
  }
  .home-slider .btn-gold {
    float: left;
    margin-bottom: 15px;
  }
  .slider-dtl .btn-gold:after,
  .slider-dtl .btn-default:after {
    left: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 2000px) {  
  .home-slider .owl-prev, 
  .home-slider .owl-next {   
    right: 4.3%;
  }
}
/* ================================= */
    /*===== Features =====*/
/* ================================= */
.features-main-block {
  position: relative;
  padding-top: 50px;
}
.features-block {
  padding-bottom: 50px;
  border-bottom: 1px solid #dadada;
}
.features-icon {
  border: 3px solid rgba(41,42,46,0.1);
  padding: 3px 12px;
  float: left;
}
.features-icon i {
  color: #f90425;
  font-size: 35px;
}
.features h5 {
  position: relative;
  font-weight: 400;
  text-transform: none;
  line-height: 29px;
}
.features h5:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.features-2:hover a{ color: #ffffff; }
.features-2 a:hover{ color: #ffffff; }

.features-2 a, .features-3 a{ color: #333333; }
.features-3 a:hover{ color: #f90425; }


@media(max-width:992px) {
  .features {
    margin-bottom: 30px;
  }
  .features-block {
    padding-bottom: 20px;
  }
}


/* ================================= */
    /*===== About =====*/
/* ================================= */
.about-main-block {
  padding: 100px 0;
}
.about-main-block .section-heading {
  margin-bottom: 30px;
}
.about-main-block .section-heading span {
  color: #696a63;
}
.about-main-block .tab-content>.active,
.about-main-block .about-block .about-features{
  min-height: 420px;
}
.about-dtl {
  border-top: 10px solid #696a63;
  border-bottom: 10px solid #696a63;
  border-left: 10px solid #696a63;
  padding: 35px 0 77px 50px;
  margin-top: 60px;
}
.about-icon {
  margin-bottom: 10px;
}
.about-icon i {
  font-size: 50px;
  opacity: 0.5;
}
.about-heading {
  position: relative;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 37px;
}
.about-heading:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.about-text {
  opacity: 0.7;
}
.about-features {
  border: 3px solid rgba(41,42,46,0.1);
  padding: 25px 40px;
  margin-top: 60px;
}
.about-features .nav-tabs {
  border-bottom: 0;
}
.about-features .nav-tabs li a {
  padding: 0;
  border: none;
}
.about-features .nav-tabs li.active > a,
.about-features .nav-tabs li a:hover,
.about-features .nav-tabs li a:focus {
  border: none;
  background-color: transparent;
}
.about-features ul li {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #dadada;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-features ul li.active,
.about-features ul li:hover {
  background-color: rgba(233,233,234,0.4);
}
.about-features ul li.active:after,
.about-features ul li:hover:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  transform: translate(-43px,-12px);
}
.about-features ul li:hover > a {
  color: #f90425;
}
.about-features ul li a {
  color: #292A2E;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
@media(max-width:992px) {
  .about-dtl,
  .about-features {
    margin-top: 0;
  }
}
@media(max-width:767px) {
  .about-dtl {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== Latest Projects =====*/
/* ================================= */
.projects-main-block .section-heading span {
  color: #f90425;
}
.projects-block img{
  width: 100%;
}
.projects-img .overlay-bg {
  background-color: rgba(232,81,28,0.9);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
}
.projects-block:hover .projects-img .overlay-bg { 
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.projects-block .overlay-bg i {
  color: #f90425;
  background-color: #FFF;
  font-size: 16px;
  line-height: 40px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-title {
  color: #FFF;
  font-weight: 400;
  position: absolute;
  text-transform: none;
  bottom: 55px;
  left: 50px;
}
.project-title:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: -10px;
}

/* ================================= */
    /*===== Team =====*/
/* ================================= */
.team-main-block {
  padding: 100px 0 75px;
}
.team-main-block .section-heading span {
  color: #696a63;
}
.team-img {
  position: relative;
  margin-bottom: 70px;
}
.team-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.team-img .overlay-bg {
  text-align: center;
  background-color: rgba(232,81,28,0.85);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
}
.team-block:hover .team-img .overlay-bg { 
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.team-block .overlay-bg i {
  color: #f90425;
  background-color: #FFF;
  font-size: 16px;
  line-height: 40px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-heading {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #f90425;
  padding-bottom: 10px;
}
.team-dtl {
  opacity: 0.7;
}
.team-member-name {
  padding-bottom: 30px;
}
.member-area .social-icon i {
  padding-right: 15px;
  font-size:16px;
}
.team-main-block .item .thumb {
  cursor: pointer;
}
.team-main-block .item .thumb img {
  width: 100%;
}
.team-main-block .item img {
  width: 100%;  
}
@media(max-width:767px) { 
  .team-member-dtl {
    padding-bottom: 50px;
  } 
}

.project-box{
  background-color: #f2f2f2;
}
.p-box{
    padding: 30px;
    border-width: 10px 0px 0px;
    border-color: #696a63 black black;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 10px 0px;
    margin-bottom: 60px;
    background-color: #ffffff;
}
.p-box h5{
    border-bottom: 1px solid rgb(153, 153, 153);
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 400;
}
.p-box p{
  font-size: 14px;
}

.p-dtl-counter-section{
  background-color: #f2f2f2;
  padding:70px 0px;
}
.p-dtl-counter{
 text-align: center;
}
.p-dtl-counter i{
  font-size: 40px;
  color: #696a63;
  margin-bottom: 10px;
}
.p-dtl-counter h6{
  color: #2a2a2f;
  font-size: 16px;
}
.p-dtl-counter h1{
  font-size: 40px;
  margin-bottom: 10px;
}
.t-dtl-box h5{
  border-bottom: 1px solid rgb(153, 153, 153);
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  color: #e8b61b;
}
.t-dtl-box{
  padding-left: 30px;
  padding-top: 25px;
}
.t-dtl-section{
  padding-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-box{
    width: 50%;
  }
  .p-dtl-counter{
    margin-bottom: 60px;
  }
  .s-dtl-contact .s-contact {
    padding-top: 0px !important;
    margin-bottom: 60px;
}
}
@media (max-width: 480px) {
  .t-dtl-box{
  padding-left: 0px;
  }
  .p-dtl-counter {
    text-align: center;
    margin-bottom: 40px;
  }
  .s-contact{
    padding: 0px !important;
  }
}



/* ================================= */
    /*===== Clients =====*/
/* ================================= */
.clients-main-block {
  padding-bottom: 90px;
}
.clients-slider {
  padding-top: 50px;
  border-top: 1px solid #dadada;

}
.clients-img {
  border: 3px solid #dadada;
}

/* ================================= */
    /*===== Testimonials =====*/
/* ================================= */
.testimonials-main-block .section {
  padding-bottom: 85px;
}
.testimonials-main-block .section-heading span {
  color: #f90425;
}
.testimonials-main-block .overlay-bg {
  background-color: rgba(240,240,240,0.85);
}
.testimonials-main-block .parallax {
  padding: 150px 0;
}
.testimonials-block {
  border: 3px solid #dadada;
  margin: 0 auto;
  background-color: #FFF;
  max-width: 770px;
  padding: 0 90px 50px;
  margin-top: 70px;
  position: relative;
}
.testimonials-client-img {
  margin: 0 auto;
  position: relative;
  top: -50px;
  width: 100px;
}
.testimonials-client-img img {
  border-radius: 100%;
}
.testimonials-dtl p {
  padding-bottom: 40px;
  font-size: 16px;
  opacity: 0.7;
  font-style: italic;
  line-height: 1.88;
}
.client-name {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.client-name:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -17px;
}
.client-position {
  font-family: 'Work Sans', sans-serif;
  opacity: 0.7;
}
.testimonials-main-block .owl-prev {
  top: 50%;
  transform: translate(0, -50%);
}
.testimonials-main-block .owl-next {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.testimonials-main-block .owl-prev,
.testimonials-main-block .owl-next { 
  color: #292A2E;
  font-size: 50px;
  position: absolute;   
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonials-main-block .owl-prev:hover,
.testimonials-main-block .owl-next:hover {
  color: #f90425;
}
@media(max-width:992px) {  
  .testimonials-main-block .parallax {
    padding: 80px 0;
  }
  .testimonials-block {
    margin-top: 50px;
  }
}
@media(max-width:767px) { 
  .testimonials-block {
    padding: 0 40px 50px;
  } 
}
/* ================================= */
    /*===== Blog =====*/
/* ================================= */
.blog-main-block-1 {
  padding: 100px 0 190px;
  position: relative;
}
.blog-main-block-1 .section-heading {
  margin-bottom: 30px;
}
.blog-main-block-1 .section-heading span {
  color: #696a63;
}
.blog-main-block-1 .blog-block {
  height: 283px;
  overflow: hidden;
}
.blog-main-block .blog-block {
  margin-bottom: 60px;
}
.blog-main-block-1 .blog-dtl {
  border-top: 3px solid #dadada;
  border-right: 3px solid #dadada;
  height: 283px;
  padding: 50px 48px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-main-block-1 .blog-dtl.blog-dtl-two {
  border-top: 0 #dadada;
  border-right: 0 solid #dadada;
  border-left: 3px solid #dadada;
  border-bottom: 3px solid #dadada;
}
.blog-main-block-1 .blog-dtl:hover {
  border-top: 10px solid #696a63;
  border-right: 10px solid #696a63;
}
.blog-main-block-1 .blog-dtl.blog-dtl-two:hover { 
  border-top: 0 solid #696a63;
  border-right: 0 solid #696a63;
  border-left: 10px solid #696a63;
  border-bottom: 10px solid #696a63;
}
.blog-main-block-1 .blog-heading {
  position: relative;
  margin-bottom: 25px;
  text-transform: none;
  font-weight: 500;
  line-height: 31px;
}
.blog-main-block-1 .blog-heading:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-main-block-1 .blog-post-date {
  font-size: 12px;
  line-height: 1.92;
  margin-bottom: 25px;
  font-weight: 300;
}
.blog-main-block-1 .blog-slider .owl-dots {
  position:absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  text-align: center;
}
.blog-main-block-1 .blog-slider .owl-prev {
  left: 45%;
}
.blog-main-block-1 .blog-slider .owl-next {
  right: 45%;
}
.blog-main-block-1 .blog-slider .owl-prev,
.blog-main-block-1 .blog-slider .owl-next { 
  color: #292A2E;
  font-size: 18px;
  position: absolute;  
  width: 10px;
  height: 18px;
  bottom: -83px;
  background-color: transparent;
  text-align: center; 
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media(max-width:992px) {  
  .blog-main-block-1 .blog-main-block {
    padding-bottom: 80px;
  }
  .blog-main-block-1 .blog-block {
    margin-bottom: 30px;
  }
  .blog-main-block-1 .blog-dtl {
    border-bottom: 3px solid #dadada;
  }
  .blog-main-block-1 .blog-dtl.blog-dtl-two {
    border-top: 3px solid #dadada;
  }
  .blog-main-block-1 .blog-dtl:hover {
    border-bottom: 10px solid #696a63;
  }
  .blog-main-block-1 .blog-dtl.blog-dtl-two:hover { 
    border-top: 10px solid #696a63;
  }
}
@media(max-width:767px) {  
  .blog-main-block-1 .blog-block {
    height: 175px;
    border-bottom: 3px solid #dadada;
  }
  .blog-main-block-1 .blog-dtl {
    padding: 0 5px;
  }
  .blog-main-block-1 .blog-heading {
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .blog-main-block-1 .blog-post-date {
    margin-bottom: 15px;
  }
  .blog-main-block-1 .blog-dtl .btn-default {
    padding: 5px 15px;
  }
}

/* ================================= */
    /*===== Blog =====*/
/* ================================= */
.blog-main-block {
  padding: 90px 0 100px;
}
.blog-main-block .section-heading {
  margin-bottom: 40px;
}
.blog-main-block .section-heading span {
  color: #696a63;
}
.blog-main-block .section-heading:after {
  left: 0;
  right: 0;
  /*margin: 0 auto;*/
}
.blog-main-block .sub-heading {
  margin: 0 auto;
}
.blog-post-block {
  padding: 35px 36px 0px 47px;
  border-right: 3px solid #E9E9EA;
  border-bottom: 3px solid #E9E9EA;
  border-left: 3px solid #E9E9EA;
}
.post-info {
  position: relative;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.92;
  color: #f90425;
}
.post-date {
  float: left;
  padding-right: 20px;
}
.post-author a {
  color: #f90425;
}
.post-title {
  position: relative;
  margin-bottom: 10px;
}
.post-title a {
  font-size: 18px;
  font-weight: 500;
  color: #292A2E;
}
.post-title:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.post-title a:hover {
  color: #f90425;
}
.post-summary p {
  opacity: 0.7;
  padding-bottom: 25px;
}
.post-footer {
  position: relative;
  border-top: 1px solid #E9E9EA;
  padding: 15px;
}
.post-footer:after {
  content: " ";
  width: 1px;
  height: 56px;
  background-color: #E9E9EA;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.read-more a {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #f90425;
  float: left;
  padding-right: 27px;
}
.read-more a:hover {
  color: #292A2E;
}
.post-follow {
  text-align: right;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.post-follow a {
  color: #f90425;
}
.post-follow i {
  font-size: 16px;
  color: #292A2E;
  opacity: 0.5;
}
.post-follow span {
  padding-left: 15px;
}
@media(max-width:992px) {  
  .blog-main-block {
    padding-bottom: 70px;
  }
  .blog-block {
    margin-bottom: 30px;
  }
  .post-title a {
    font-size: 17px;
  }
}

/* ================================= */
    /*===== Estimation =====*/
/* ================================= */
.estimation-main-block .parallax {
  padding: 185px 0;
}
.estimation-logo {  
  position: absolute;
  top: 50px;
  left: 40px;
}
.estimation-block {
  position: relative;
  border: 3px solid #dadada;
  background-color: #FFF;
  padding: 80px 100px;
}
.estimation-block .section {
  padding-bottom: 40px;
}
.estimation-block .section-heading {
  margin-bottom: 30px;
}
.estimation-block .section-heading:after {
  left: 5px;
}
.estimation-block .section-heading span {
  color: #f90425;
}
.estimation-form .form-control {
  margin-bottom: 10px;
  border-radius: 0%;
  box-shadow: none;
}
.estimation-form .btn-default {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.estimation-btn-arrow {
  position: absolute;
  left: 70px;
  top: 15px;
}
.estimation-btn-arrow i {
  font-size: 28px;
  color: #FFF;
  opacity: 0.2;
}
.estimation-form .btn-default:after {
  left: 68px;
}
.estimation-form textarea, .estimation-form .btn-default {
  height: 60px;
}
@media(max-width:992px) {
  .estimation-main-block .parallax {
    padding: 100px 0;
  }
  .estimation-btn-arrow,
  .estimation-form .btn-default:after {
    left: 81px;
  }
}
@media(max-width:767px) {  
  .estimation-block {
    padding: 20px;
  }
  .estimation-btn-arrow,
  .estimation-form .btn-default:after {
    left: 38%;
  }
}

/* ================================= */
    /*===== Store =====*/
/* ================================= */
.store-main-block {
  padding: 100px 0 170px;
}
.store-main-block .section-heading span {
  color: #f90425;
}
.store-main-block .section-heading:after {
  margin: 0;
}
.store-block {
  position: relative;
}
.store-img {
  padding: 57px 102px;
  position: relative;
}
.store-img.blue-bg {
  background: -moz-radial-gradient(50% 1%, circle cover, #5D90F3 39%, #2B58B2 100%);
  background: -webkit-radial-gradient(50% 1%, circle cover, #5D90F3 39%, #2B58B2 100%);
  background: -o-radial-gradient(50% 1%, circle cover, #5D90F3 39%, #2B58B2 100%);
  background: -ms-radial-gradient(50% 1%, circle cover, #5D90F3 39%, #2B58B2 100%);
  background: radial-gradient(50% 1%, circle cover, #5D90F3 39%, #2B58B2 100%);
}
.store-img.red-bg {
  background: -moz-radial-gradient(50% 1%, circle cover, #F35D5D 39%, #B22B2B 100%);
  background: -webkit-radial-gradient(50% 1%, circle cover, #F35D5D 39%, #B22B2B 100%);
  background: -o-radial-gradient(50% 1%, circle cover, #F35D5D 39%, #B22B2B 100%);
  background: -ms-radial-gradient(50% 1%, circle cover, #5D90F3 39%, #B22B2B 100%);
  background: radial-gradient(50% 1%, circle cover, #5D90F3 39%, #B22B2B 100%);
}
.store-img.green-bg {
  background: -moz-radial-gradient(50% 1%, circle cover, #7DF35D 39%, #2BB24E 100%);
  background: -webkit-radial-gradient(50% 1%, circle cover, #7DF35D 39%, #2BB24E 100%);
  background: -o-radial-gradient(50% 1%, circle cover, #7DF35D 39%, #2BB24E 100%);
  background: -ms-radial-gradient(50% 1%, circle cover, #7DF35D 39%, #2BB24E 100%);
  background: radial-gradient(50% 1%, circle cover, #7DF35D 39%, #2BB24E 100%);
}
.store-img .overlay-bg {
  text-align: right;
  background-color: rgba(232,81,28,0.1);
  opacity: 0;
}
.store-block:hover .overlay-bg { 
  opacity: 1;
}
.store-img .overlay-bg ul {
  float: right;
  padding: 30px;
}
.store-img .overlay-bg ul li {
  background-color: #696a63;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.store-img .overlay-bg ul li:hover {
  background-color: #f90425;
}
.store-img .overlay-bg ul li a {
  color: #FFF;
}
.store-img .overlay-bg ul li a i {
  font-size: 14px;
}
.product-dtl {
  padding: 55px 60px 30px;
  border-left: 10px solid #dadada;
  border-bottom: 10px solid #dadada;
  border-right: 10px solid #dadada;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.store-block:hover .product-dtl {
  border-left: 10px solid #696a63;
  border-bottom: 10px solid #696a63;
  border-right: 10px solid #696a63;
}
.product-id {
  font-size: 12px;  
  line-height: 1.92;
  opacity: 0.7;
  padding-bottom: 10px;
}
.product-name {
  position: relative;
  margin-bottom: 30px;
}
.product-name a {
  text-transform: none;
  font-weight: 500;
  color: #292A2E;
  font-size: 18px;
}
.product-name:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.product-rating ul li {
  display: inline-block;
  color: #696a63;
}
.price {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 3.89;
  color: #f90425;
}
.price span {
  color: #ACADB1;
  font-weight: 300;
  padding-left: 10px;
  text-decoration: line-through;
}
.store-slider .owl-dots {
  position:absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  text-align: center;
}
.store-slider .owl-prev {
  left: 45%;
}
.store-slider .owl-next {
  right: 45%;
}
.store-slider .owl-prev,
.store-slider .owl-next { 
  color: #292A2E;
  font-size: 18px;
  position: absolute;  
  width: 10px;
  height: 18px;
  bottom: -62px;
  background-color: transparent;
  text-align: center; 
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media(max-width:992px) {  
  .store-main-block {
    padding-bottom: 100px;
  }
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer-main-block {
  background-color: #292A2E;
  padding-top: 100px;
}
.footer-main-block hr {
  border-top: 1px solid #dadada;
  opacity: 0.1;
}
.footer-main-block p,
.footer-main-block ul li,
.footer-main-block ul li a {
  color: #c3c3c3;
  margin-bottom: 10px;
}
.footer-main-block ul li a:hover{
  color: #f90425;
}
.footer-contact {
  margin-bottom: 70px;
}
.left-heading li {
  color: #FFF!important;
}
.widget-heading {
  position: relative;
  color: #FFF;
  margin-bottom: 47px;
  font-weight: 400;
}
.widget-heading:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.footer-contact .widget-heading:after {
  left: 35px;
}
.footer-contact .widget-heading i {
  color: #f90425;
  font-size: 20px;
  padding-right: 10px;
}
.footer-widget-block {
  padding: 55px 0 45px;
}
.footer-logo {
  margin-bottom: 35px;
}
.about-widget p {
  padding-bottom: 60px;
}
.about-widget .social-icon i {
  padding-right: 15px;
}
.footer-subscribe-widget .widget-heading {
  margin-bottom: 95px;
}
.footer-form ::-webkit-input-placeholder { 
  padding-left: 19px;
  padding-top: 5px;
}
.footer-form ::-moz-placeholder { 
  padding-left: 19px;
  padding-top: 5px;
}
.footer-form ::-ms-input-placeholder { 
  padding-left: 19px;
  padding-top: 5px;
}
.footer-form ::-o-input-placeholder { 
  padding-left: 19px;
  padding-top: 5px;
}
.footer-form textarea {
  height: 66px;
  margin-top: 10px;
}
.footer-form-control:focus,
.footer-form textarea:focus {
  outline-color: #f90425;
}
.footer-form .btn-default {
  background-color: #f90425;
  border: none;
  padding: 22px 14px;
  margin-top: 10px;
  margin-left: 10px;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-form .btn-default:hover {
  border: none;
  background-color: #696a63;
}
.footer-form .btn-default:after {
  display: none;
}
.footer-form-control {
  background-color: transparent;
  width: 100%;
  height: 40px;
  border: 1px solid #4F5054;
}
.footer-nav {
  padding-top: 15px;
  margin-bottom: 35px;
}
.footer-nav ul li {
  display: inline-block;
  padding-right: 15px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.footer-nav ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #c3c3c3;
}
.footer-nav ul li a:hover {
  color: #f90425;
}
.back-to-top a {
  color: #f90425;
  font-size: 30px;
}
.back-to-top a:hover {
  color: #FFF;
}
.copyright p {
  font-family: 'Work Sans', sans-serif;
  padding: 20px 0;
  margin: 0;
  color: #a0a0a0;
  background-color: #202124;
}
.copyright a {
  color: #f90425;
}
@media(max-width:992px) {  
  .footer-main-block {
    padding-top: 80px;
  }
  .footer-contact {
    margin-bottom: 50px;
  }
  .footer-widget-block {
    padding: 35px 0 25px;
  }
  .footer-contact-widget, .footer-widget {
    margin-bottom: 40px;
  }
  .footer-subscribe-widget .widget-heading {
    margin-bottom: 42px;
  }
  .copyright p {
    padding: 19px 5px;
  }
}

/* ================================= */
    /*===== About Page =====*/
/* ================================= */
.about-main-block-two {
  background-color: #292A2E;
}
.about-main-block-two .section {
  padding-bottom: 80px;
}
.about-main-block-two .section-heading {
  margin-bottom: 30px;
}
.about-main-block-two .section-heading:after {
  left: 5px;
}
.about-main-block-two .section-heading span {
  color: #696a63;
}
.about-main-block-two .sub-heading {
  margin: 0;
}
.about-main-block-two .section-heading,
.about-main-block-two .sub-heading {
  color: #FFF;
}
.about-video .video-main-block {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  position: relative;  
}
.about-video .video-item {  
  text-align: center;
}
.about-video .video-device .bg_img {
  background-size: cover; 
  width: 100%;
}
.about-video .video-device {   
  position: relative;
}
.about-video .video-item .video-preview, 
.about-video .video-item .video-preview iframe {
  width: 100%;
  height: 100%;
}
.about-video .video-preview {
  position: absolute;
  left: 0; 
  top: 0;
  z-index: 30;
  width: 100%;
}
.about-video .btn-video-play {
  position:absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: #FFF;
}
.about-video .btn-video-play i {
  font-size: 20px;
  color: #292A2E;
}
.about-video .btn-video-play:hover {
  background-color: #f90425;
}
.about-video .btn-video-play:hover.btn-video-play i {
  color: #FFF;
}
.about-main-block-two .about-block {
  padding: 10% 10% 0;
}
.about-main-block-two .section-heading:after {
  left: 0;
  margin: 0;
}
.facts-icon, .facts-number, .facts-text {
  color: #FFF;
}
.facts-text-main {
  padding-left: 80px;
}
.facts-icon {
  float: left;
  padding-top: 10px;
}
.facts-icon i{
  font-size: 45px;
  opacity: 0.3;
}
.facts-number {
  line-height: 2.33;
  font-weight: 600;
  font-size: 30px;
}
.facts-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  opacity: 0.3;
  font-weight: 500;
  position: relative;
  top: -15px;
}
.features-block-two {
  padding-top: 70px;
}
.features-block-two .features-3 {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.features-block-two .features-3:after {
  display: none;
}
.features-block-two .features-3 .features-icon-3 {
  float: left;
  padding-top: 40px;
}
.features-block-two .features-3 .features-icon-3 i {
  font-size: 40px;
  color: #757575;
}
.features-block-two .features-3:hover .features-icon-3 i {
  color: #f90425;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features-block-two .features-3 .features-dtl {
  border-left: 1px solid #dadada;
  padding-left: 30px;
  margin-left: 65px;
  position:relative;
}
.features-block-two .features-3 .features-heading-3 {
  text-transform: uppercase;
  color: #0009;
  font-weight: 500;
  margin-bottom: 40px;
  position:relative;
}
.features-block-two .features-3 .features-heading-3:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.features-block-two .features-text {
  max-width: 210px;
}

/* ================================= */
    /*===== Service Single =====*/
/* ================================= */
.service-single-spacing {
  padding: 95px 0 65px;
}
.side-widget ul li > a:after {
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    content: "\f105";
}
.side-widget {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 43px 30px;
  margin-bottom: 30px;
}
.side-widget ul li{
  margin-bottom: 5px;
}
.side-widget h6{ font-size: 20px; margin-bottom: 15px; }
.side-widget ul li a, .side-widget .tagcloud a{
  line-height: 30px;font-weight: 400;
  text-transform: capitalize;
}
.side-widget .section-left {
  margin-bottom: 0px;
}
.side-widget .btn-default {
  width: 100%;
}
.side-widget .tagcloud a:hover{
  background-color: #f90425;
  color: #FFF;
}
.side-widget .useful-links li a {
  font-size: 15.8px;
  line-height: 2.56;
  color: #848484;
}
.side-widget .useful-links li a:after {
  right: 45px;
}
.widget_search .section-left,
.widget_search .contact-form .input-group{
    margin-bottom: 0px;
}
.service-single-icon {  
  width: 57px;
  height: 57px;
  background-color: #f90425;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.service-single-icon i {
  color: #FFF;
  line-height: 2.4;
  font-size: 24px;
}
.service-single-dtl {
  display: inline-block;
  margin-left: 16px;
}
.service-single-dtl p {
  max-width: 262px;  
  line-height: 1.67;
}
.service-single-heading {  
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.service-single-content {
  margin-bottom: 50px;
}
.service-page-heading {
  font-weight: 500;
}
.service-video-dtl {
  margin: 44px 0 110px;
}
.service-video-dtl p {
  margin-top: 21px;
}
.service-single-main-block {
  margin: 100px 0 -30px;
}
.service-single-block{
  padding-top: 30px;
}
.service-single-block .video-device .overlay-bg {
  background-color: rgba(0,0,0,0.4);
}
.service-single-block .video-device i {
  font-size: 30px;
}
.service-block {
  padding: 28px 28px 39px;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.95s ease;
}


/* ================================= */
    /*===== Contact Block =====*/
/* ================================= */
.contact-form .form-control, 
.contact-form textarea,
.contact-form select {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(51,51,51,0.5);
  height: 50px;  
  width: 100%;
  padding-left: 16px;
  border: solid 1px rgba(0,0,0,0.2);
  border-radius: 0;
  box-shadow: none;
  line-height: 2.67;
}
.left-border .form-control,
.left-border select {
  border: solid 1px rgba(0,0,0,0.2);
  border-radius: 0;
  border-left: none;
  box-shadow: none;
}
.left-border .input-group-addon {
  background: transparent;
  color: #FC9A39;
  border: 1px solid rgba(0,0,0,0.2);
  border-right: 0;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
}
.right-border .form-control {
  border: solid 1px rgba(0,0,0,0.2);
  border-radius: 0;
  border-right: none;
  box-shadow: none;
}
.right-border .input-group-addon,
.right-border .input-group-btn .btn {
  background: transparent;
  color: #FC9A39;
  border: 1px solid rgba(0,0,0,0.2);
  border-left: 0;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
}
.form-style-one textarea,
.form-style-two textarea {
  height: 100px!important;  
  padding-top: 5px;
  font-style: italic;
}
.contact-form select option {
  color: #333;
  font-size: 14px;
}
.form-control-feedback {
  top: 20px;
  right: 10px;
  font-size: 12px;
  color: #333;
}
.contact-form .form-group,
.contact-form .input-group {
  margin-bottom: 20px;
}


@media(max-width: 767px) {
  .service-single-dtl p {
    max-width: 230px;
  }
}




@media(max-width:992px) {  
  .features-main-block {
    padding: 70px 0 40px;
  }
  .features-block {
    padding-bottom: 40px;
  }
  .features {
    padding: 40px 20px 30px;
  }
  .features {
    margin-bottom: 30px;
  }
}

.team-img-two {
  position: relative;
  margin-bottom: 35px;
}
.team-img-two img {
  position: relative;
  display: block;
  width: 100%;
}
.team-img-two .overlay-bg {
  text-align: center;
  background-color: rgba(232,81,28,0.85);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
}
.team-block-two:hover .team-img-two .overlay-bg { 
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.team-block-two .overlay-bg i {
  color: #f90425;
  background-color: #FFF;
  font-size: 16px;
  line-height: 40px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.member-name-two a {
  font-size: 20px;
  font-weight: 600;
  color: #292A2E;
  text-transform: uppercase;
}
.member-name-two a:hover {
  color: #f90425;
}
.member-position-two {
  padding-bottom: 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #f90425;
}
.team-social-icon ul li {
  display: inline-block;
  border: 1px solid #CCC;
  padding: 14px 17px;
  margin: 0 9px;
}
.team-social-icon i {
  font-size: 12px;
}
.relationship-dtl h1 {
  font-size: 60px;
  font-weight: 300;
  text-transform: none;
  padding-bottom: 40px;
}
.relationship-dtl h1 > span {
  font-weight: 700;
}
.relationship-btn .btn-default {
  padding: 15px 30px;
  margin-bottom: 70px;
}
.relationship-btn .btn-default:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.relationship-model-body {
  margin: 0 auto;
}
.relationship-model-body .form-control {
  width: 60%;
  margin: 0 auto;
}
.relationship-model-body .btn-default {
  width: 60%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.relationship-model-body .btn-default:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.relationship-model-body textarea {    
  width: 60%;
}
@media(max-width:992px) {
  .about-main-block-two .about-block {
    padding-bottom: 70px;
  }
  .features-two {
    padding: 40px 20px 30px;
  }
  .features-two,
  .team-block-two {
    margin-bottom: 30px;
  }
  .about-main-block-two .about-block {
    padding-bottom: 70px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {   
  .about-video .video-preview img {
    width: 80px;
  }
}
@media(max-width:767px) { 
  .about-main-block-two .about-block {
    padding-left: 0;
  } 
  .facts-text-main {
    padding-left: 50px;
  } 
  .relationship-dtl h1 {
    font-size: 45px;
  }
  .relationship-model-body .form-control,
  .relationship-model-body textarea,
  .relationship-model-body .btn-default {
    width: 100%;
  }
}
@media (min-width: 1600px) and (max-width: 2000px) { 
  .about-main-block-two .about-block { 
    padding: 0 70px 0; 
    position: absolute;
    top: 50%;
    transform: translate(0, 50%);
  }
} 

/* ================================= */
    /*===== Team Page =====*/
/* ================================= */
.team-page.team-main-block {
  padding-top: 80px;
  padding-bottom: 0;
}
.team-page .section-heading {
  color: #f90425;
}
.team-page .section-heading span {
  color: #292A2E;
}
.team-two-main-block .team-main-block .overlay-bg {
  background-color: rgba(41,42,46,0.90);
}
.team-two-main-block .team-block {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-two-main-block .team-img {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-two-main-block .team-img img {
  display: block;
  width: 100%;
}
.team-two-main-block .member-info {
  background-color: ;
  position: absolute;
  width: 100%;
  padding: 12px 0 15px 30px;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-two-main-block .member-name a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.team-two-main-block .team-block .member-name,
.team-two-main-block .team-block .member-position {
  z-index: 99999;
  position: relative;
}
.team-two-main-block .member-position {
  font-family: 'Work sans', sans-serif;
  font-size: 15px;
  margin-top: -5px;
  position: relative;
}
.team-two-main-block .member-name,
.team-two-main-block .member-name a,
.team-two-main-block .member-position {
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.team-two-main-block .team-img .overlay-bg {
  text-align: center;
  background-color: rgba(232,81,28,0.85);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  z-index: 1;
}
.team-two-main-block .team-block:hover .team-img .overlay-bg { 
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.team-two-main-block .team-block:hover > .member-info {
  background-color: transparent;
  color: #FFF;
  position: absolute;
  top: 0;
}
.team-two-main-block .team-block:hover > .member-info .member-position {
  opacity: 0.7;
}
.team-two-main-block .team-block .overlay-bg .social-icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-two-main-block .team-block .overlay-bg .social-icon i {
  color: #FFF;
  position: relative;
  background-color: transparent;
  bottom: -30px;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
}
.team-three-main-block .team-img {
  position: relative;
  margin-bottom: 35px;
}
.team-three-main-block .team-img .overlay-bg {
  text-align: center;
  background-color: rgba(232,81,28,0.85);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
}
.team-three-main-block .team-block {
  margin-bottom: 80px;
}
.team-three-main-block .team-block:hover .team-img .overlay-bg { 
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.team-three-main-block .team-block .overlay-bg i {
  color: #f90425;
  background-color: #FFF;
  font-size: 16px;
  line-height: 40px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-three-main-block .member-name a {
  font-size: 20px;
  font-weight: 600;
  color: #292A2E;
  text-transform: uppercase;
}
.team-three-main-block .member-name a:hover {
  color: #f90425;
}
.team-three-main-block .member-position {
  padding-bottom: 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #f90425;
}
.team-three-main-block .team-social-icon ul li {
  display: inline-block;
  border: 1px solid #CCC;
  padding: 14px 17px;
  margin: 0 9px;
}
.team-three-main-block .team-social-icon i {
  font-size: 16px;
}

/* ================================= */
    /*===== Team Detail Page =====*/
/* ================================= */
.team-detail-page {
  padding-top: 80px;
}
.member-info-main-block {
  padding-bottom: 70px;
}
.profile-img {
  padding-bottom: 30px;
}
.profile-img img {
  width: 100%;
}
.member-info-block .member-name{
  color: #e8b61b;
}
.member-info-block .member-name,
.member-info-block .member-post {
  padding-bottom: 15px;
}
.member-info-block .social-icon i {
  padding-right: 15px;
}
.member-dtl-block h4 {
  padding-bottom: 20px;
}
.member-dtl {
  margin-bottom: 30px;
}
.member-info-heading {
  font-size: 20px;
  font-weight: 500;
  background-color: #696a63;
  color: #FFF;
  padding: 10px 0 10px 20px;
}
.member-info-heading i {
  padding-right: 15px;
}
.member-info-box-block {
  padding-bottom: 70px;
  margin-bottom: 30px;
}
.member-info-box {
  box-shadow: 0 5px 15px 0 rgba(41,42,46,0.5);
}
.member-info-box p,
.member-info-box ul {
  padding: 15px 0 15px 20px;
}
.member-info-box a {
  color: #292A2E;
}
.member-info-box a:hover {
  color: #f90425;
}
@media(max-width:767px) { 
  .member-info-main-block {
    padding-bottom: 40px;
  }
  .member-dtl-block {
    margin-top: 30px;
  }
  .member-info-box {
    margin-bottom: 30px;
  }
}
@media(min-width: 768px){
  .member-info-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .member-info-box {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== 403 Page / 404 Page =====*/
/* ================================= */
.error-page-main {
  padding: 50px 0 80px;
}
.error-heading {  
  padding-bottom: 35px;
  font-size: 250px;
  color: #f90425;
}
.error-heading span {
  color: #696a63;  
}
.error-sub-heading {
  font-weight: 500;
  padding-bottom: 35px;
}
.error-dtl p {
  padding-bottom: 25px;
  margin: 0 auto;
  font-size: 18px;
  max-width: 700px;
}
.error-btn .btn-default {
  color: #FFF;
  background: #f90425;
  border-color: #f90425
}
.error-btn .btn-default:hover {
  background-color: #696a63;
  border-color: #696a63;
}
.error-btn .btn-default:after {
  background-color: #FFF;
}
@media(max-width:767px) { 
  .error-heading {  
    font-size: 100px;
  }  
  .error-dtl p {
    font-size: 14px;
  }
}

/* ================================= */
    /*===== Coming Soon Page =====*/
/* ================================= */
.coming-soon-main {
  padding: 70px 0;
}
.coming-block {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  padding-bottom: 70px;
}
.counter-col-days { 
  display: inline-block;
}
.count-days,
.count-hours,
.count-minutes,
.count-seconds {
  position: relative;
}
.count-days:before { 
  content: "Days";
  position: absolute;
  top: 60px;
  font-size: 14px;
  line-height: 2.86;
  color: #292A2E;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0; 
}
.count-hours:before { 
  content: "Hours";
  position: absolute;
  top: 60px;
  font-size: 14px;
  line-height: 2.86;
  color: #292A2E;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0; 
}
.count-minutes:before { 
  content: "Minutes";
  position: absolute;
  top: 60px;
  font-size: 14px;
  line-height: 2.86;
  color: #292A2E;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0; 
}
.count-seconds:before { 
  content: "Seconds";
  position: absolute;
  top: 60px;
  font-size: 14px;
  line-height: 2.86;
  color: #292A2E;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0; 
}
.counter-col {
  display: inline-block;  
}
.coming-soon-block p {  
  padding:0px 145px 30px;
}
@media(min-width:767px) {
.coming-soon-block p {
    padding: 0% 10% 5%;
}
}

@media (max-width: 480px) {
.coming-soon-block p {
    padding: 0px 20px 30px;
}
}
.coming-soon-main .form-control {
  width: 316px;
  border-radius: 0;
  height: 50px; 
  display: inline-block;
}
.coming-soon-main .btn-default {
  margin-left: 50px;
  color: #FFF;
  background: #f90425;
  border-color: #f90425;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.coming-soon-main .btn-default:hover {
  background: #696a63;
  border-color: #696a63;
}
.coming-soon-main .btn-default:after {
  background-color: #FFF;
}
@media(max-width:992px) { 
  .coming-block {
    font-size: 50px; 
  }  
  .coming-soon-main .btn-default {
    margin-left: 0;
  }  
}
@media(max-width:767px) { 
  .coming-block {
    font-size: 40px;  
    padding-bottom: 30px;
  }
  .count-days:before,
  .count-hours:before,
  .count-minutes:before,
  .count-seconds:before  {
    display: none;
  }
  .subscribe-form .form-control {
    width: 100%;
  }
}

/* ================================= */
    /*===== Services Page =====*/
/* ================================= */
.services-page {
  padding-top: 80px;
}
.services-page .about-main-block {
  padding-top: 0;
}
.services-two-main-block {
  padding-bottom: 30px;
}
.services-two-main-block .services-block {
  position: relative;
  padding: 60px 40px;
}
.services-two-main-block .border-rt {
  border-right: 1px solid #dadada;
}
.services-two-main-block .border-bt {
  border-bottom: 1px solid #dadada;
  min-height: 360px;
}
.services-two-main-block .services-icon {
  margin-bottom: 15px;
}
.services-two-main-block .services-icon i {
  font-size: 40px;
  color: #f90425;
}
.services-two-main-block .services-heading {
  position: relative;
  margin-bottom: 25px;
}
.services-two-main-block .services-heading a {
  color: #292A2E;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
.services-two-main-block .services-heading a:hover {
  color: #f90425;
}
.services-two-main-block .services-heading:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
.services-two-main-block .services-text {
  opacity: 0.7;
}
@media(max-width:992px) {
  .services-two-main-block .pad-rt-0 {
    padding-right: 15px;
  }
  .services-two-main-block .pad-lt-0 {
    padding-left: 15px;
  }
  .services-page {
    padding-top: 20px;
  }
  .services-two-main-block {
    padding-bottom: 0;
  }
  .services-two-main-block .services-block {
    border: none;
  }
}
@media(max-width:767px) {
  .services-two-main-block {
    padding-bottom: 50px;
  }
  .services-two-main-block .services-block {
    padding: 30px 20px;
  }
  .services-two-main-block .services-heading:after {
    top: 134px;
  }
}

/* ================================= */
    /*===== Services Details Page =====*/
/* ================================= */
.service-detail-page {
  padding: 80px 0;
}
.service-detail-page .service-dtl-bg {
  margin-bottom: 50px;
}
.service-detail-page .services-two-main-block {
  padding-bottom: 0;
}
.service-feature {
  position: relative;
  margin-bottom: 30px;
}
.service-feature i {
  float: left;
  font-size: 21px;
  padding-top: 2px;
  padding-right: 30px;
  color: #f90425;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-feature:hover.service-feature i {
  color: #292A2E;
}
.service-title {
  font-weight: 400;
  font-size: 16px;
}
.service-dtl-block {
  padding-bottom: 50px;
}
.service-dtl-block h3 {
  padding-bottom: 20px;
}
.service-dtl-block blockquote {
  border-left: 5px solid #f90425;
}
@media(max-width:992px) {
  .service-detail-page {
    padding-bottom: 20px;
  }
  .service-detail-page .service-dtl-block {
    padding-bottom: 0;
  }
}
@media(max-width:767px) {
  .service-detail-page {
    padding-bottom: 80px;
  }
}

.s-contact{
  padding-left: 60px;
  padding-right: 60px;
}
.s-dtl-contact .s-contact{
  padding-top: 150px;
}
.s-dtl-contact .s-contact h5{
    font-size: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    text-transform: capitalize;
    line-height: 30px;
}
.s-dtl-contact .s-contact h6{
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 20px;
}
.s-dtl-contact a{
  color: rgb(42, 42, 47);
}
.s-dtl-contact a:hover{
  color: #f90425;
}


/* ================================= */
    /*===== Project Details Page =====*/
/* ================================= */
.project-page-main-block {
  padding: 80px 0 0 0;
}
.project-page-dtl-main-block {
  padding-bottom: 50px;
}
.project-main-title {
  position: relative;
  margin-bottom: 30px;
  color: #696a63;
}
.project-main-title span {
  color: #292A2E;
}
.project-main-title:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.project-info {
  margin-bottom: 20px;
}
.project-info th,
.project-info td {
  padding-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}
.project-info th {
  width: 50%;
}
.project-dtl {
  padding-bottom: 20px;
}
.project-dtl h4 {
  padding-bottom: 15px;
}
.project-page-img {
  margin-bottom: 30px;
}
.project-page .clients-slider {
  padding-bottom: 0;
}
/* ================================= */
    /*===== Blog Page =====*/
/* ================================= */
.blog-page.blog-main-block {
  padding: 80px 0;
}
.blog-page-news-block {
  padding-bottom: 70px;
}
.blog-img {
  position: relative;
  /* margin-bottom: 45px; */
}
.blog-img img {
  width: 100%;
}
.blog-author-img {
  position: absolute;
  left: 40px;
  bottom: -30px;
}
.blog-author-img img {
  border-radius: 100%;
}
.post-title {
  position: relative;
  padding-bottom: 10px;
}
.post-title:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  left: 0;
  bottom: 0px;
}
.post-title a {
  font-size: 18px;
  font-weight: 500;
  color: #292A2E;
}
.post-title a:hover {
  color: #f90425;
}
.post-info {
  font-size: 14px;
  color: #f90425;
  padding-bottom: 15px;
  font-weight: 500;
}
.post-date {
  float: left;
  padding-right: 20px;
}
.post-author a {
  color: #f90425;
}
.post-summary p {
  opacity: 0.7;
}
.blog-video {
  position: relative;
}
.blog-video .video-main-block {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  position: relative;  
}
.blog-video .video-item {  
  text-align: center;
}
.blog-video .video-device .bg_img {
  background-size: cover; 
  width: 100%;
}
.blog-video .video-device {   
  position: relative;
}
.blog-video .video-item .video-preview, 
.blog-video .video-item .video-preview iframe {
  width: 100%;
  height: 100%;
}
.blog-video .video-preview {
  position: absolute;
  left: 0; 
  top: 0;
  z-index:30;
  width: 100%;
}
.blog-video .btn-video-play {
  position: absolute; 
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: #FFF;
 }
.blog-video .btn-video-play i {
  font-size: 20px;
  color: #292A2E;
 }
.blog-video .btn-video-play:hover {
  background-color: #f90425;
 }
.blog-video .btn-video-play:hover.btn-video-play i {
  color: #FFF;
 }
@media(max-width:992px) {  
  .post-title a {
    font-size: 17px;
  }
}
@media(max-width:767px) {
  .sidebar-widgets {
    padding-bottom: 70px;
  }
  .blog-right .sidebar-widgets {
    padding-bottom: 0;
  }
  .blog-right .blog-news-main-block {
    padding-bottom: 70px;
  }
}
/*===== Pagination =====*/
.pagination-block  {
  font-size: 15px;
  color: #292A2E;
  width: 100%;
  background: #FFF;
  text-align: center; 
  margin-bottom: 30px;
}
.pagination {
  margin: 0;
  border-radius: 0;
}
.pagination-block .btn-default {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination li a {
  border: none;
  margin: 0 2px;
  font-size: 15px;
  color: #ffffff !important;
  background: #e8b61b;
}
.pagination li a:hover {
  color: #FFF;
  background-color: #e8501d;
}
.pagination li.active a,
.pagination li.active a:hover {
  background-color: #e8501d;
}
.pagination>li>a:focus{
  background-color: #e8501d;
  border-color: #e8501d;
  color: #ffffff;
}
/*===== Blog Sidebar =====*/
.sidebar-widget-heading {
  padding-bottom: 17px;
}
.archives-content ul {
  padding-bottom: 7px;
}
.archives-content li {
  padding-bottom: 17px;
}
.archives-content li a {
  color: #292A2E;
}
.archives-content li a:hover {
  color: #f90425;
}
.archives-content i {
  margin-right: 20px;
}
.accor-widget {
  padding-bottom: 10px;
}
.accor-widget .panel-default {
  border: 0;
}
.tab-widget {
  padding-bottom: 20px;
}
.tab-widget .nav-tabs {
  border: 0;
  display: inline-block;
}
.tab-widget .nav-tabs > li {
  color: #FFF;
  border-radius: 0;
  background-color: #f90425;
}
.tab-widget .nav-tabs > li a {
  color: #FFF;
  border: none;
}
.tab-widget .nav-tabs > li.active > a, 
.tab-widget .nav-tabs > li.active > a:focus, 
.tab-widget .nav-tabs > li.active > a:hover {  
  color: #FFF;
  background-color: #696a63;
  border: none;
  border-bottom-color: transparent;
}
.tab-widget .nav-tabs > li > a:hover {
  color: #FFF;  
  background-color: #696a63;
  border-color: transparent;
}
.tab-widget-dtl {
  padding: 20px 0 30px;
  margin-bottom: 20px;
}
.tab-widget-dtl .tab-thumb {
  width: 100px;
  height: 80px;
  margin-right: 15px;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
.tab-widget .tab-content{
  width: 40% !important;
}
}
@media (max-width: 480px) { 
  .tab-widget-dtl{
  margin-bottom: 20px
}
}

.tab-widget-dtl a {
  line-height: 1.71;
  color: #292A2E;
}
.tab-widget-dtl a:hover {
  color: #f90425;
}
.flickr-widget-block {
  padding-bottom: 20px;
}
.portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-img img {
  width: 100%;
}
.portfolio-img .overlay-bg {
  text-align: center;
  background-color: rgba(255,153,51,0.6);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
}
.portfolio-img:hover .overlay-bg { 
  -webkit-transform:scale(0.95);
  -moz-transform:scale(0.95);
  -ms-transform:scale(0.95);
  -o-transform:scale(0.95);
  transform:scale(0.95);
}
.portfolio-img img { 
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-img:hover img { 
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
}
.portfolio-img .overlay-bg i {
  color: #FFF;
  font-size: 25px;
  line-height: 50px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  position:absolute;
  background-color: #f90425;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-img .overlay-bg i:hover {
  background-color: #f90425;  
}
.flickr-widget-block .portfolio-img {
  margin-bottom: 10px;
}
.flickr-widget-block .overlay-bg i { 
  font-size: 10px;
  line-height: 22px;
  width: 25px;
  height: 25px;
}
.tag-widget .badge { 
  padding: 10px 16px;
  color: #FFF;
  border-radius: 0; 
  background-color: #f90425;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tag-widget .badge:hover { 
  color: #FFF;
  background-color: #696a63;
}
.tag-widget a { 
 margin-right: 8px;
}
@media(max-width:767px) {  
  .tab-widget {
    margin-bottom: 20px;
  }
}

/* ================================= */
    /*===== Blog Single Page =====*/
/* ================================= */
.blog-single-post .blog-page-news-block {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.blog-single-post .post-title {
  font-size: 18px;
  font-weight: 500;
}
.blog-page-news-block blockquote {
  font-size: 15px;
  font-style: italic;
  line-height: 2;
  color: #292A2E;
  border-left: 4px solid #f90425;
  padding: 0 30px;
}
.blog-comment {
  padding: 20px 0 0px 0px;
}
.blog-comment .media {
  margin: 50px 0px;
}
.blog-comment img {
  border-radius: 100%;
  margin-bottom: 20px;
}
.blog-comment .comments-reply {
  margin: 30px 0 0;
} 
.blog-comment .media-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  color: #292A2E;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-comment .media-heading span {  
  color: #696a63;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comments-heading{
  margin-bottom: 40px;
}
.blog-comment .media-heading:hover span {  
  color: #E8561C;
}
.media-reply a {
  font-size: 14px;
  font-weight: 500;
  color: #E8561C;
  text-transform: uppercase;
}
.media-reply a:hover {
  color: #696a63;
}
.comment-note {
  width: 694px;
  padding: 20px 0;
}
.comment-form .form-control {
  background-color: transparent;
  color: #292A2E;
  border-radius: 0;
  width: 100%;
  height: 40px;
}
.comment-form textarea {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 15px;
  color: #292A2E;
  width: 100%;
  background-color: transparent;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
}
.comment-form textarea.form-control { 
  height: 95px;
}
.comment-form .btn-default {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-comment-send{
  margin-bottom: 60px;
}

@media(max-width:992px) { 
  .comment-note {
    width: 100%;
  }
  .comment-form .btn-default {
    margin-top: 30px;
  }
}
@media(max-width:767px) {
  .blog-right .blog-comment-send {
    padding-bottom: 70px;
  }
}

/* ================================= */
    /*===== Gallery Page =====*/
/* ================================= */
.gallery-page.projects-main-block {
  padding: 80px 0 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
.gallery-page.projects-main-block {
  padding: 30px 0 0px;
}
.discount-form {
    margin-bottom: 45px !important;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all{
  width: 50%;
}
.sidebar-widgets{
  padding-top: 30px;
}
.product-gallery{
  margin-bottom: 30px;
}
}
@media (max-width: 480px) {
  .gallery-page.projects-main-block {
    padding: 30px 0 0px;
  }
  .cart-btns .btn{
    margin-bottom:5px !important;
  }
  .checkout-coupon-form .form-control {
    width: 100% !important;
    margin-bottom: 30px !important;
    height: 50px !important;
}
}

.gallery-full-width-page.projects-main-block {
  padding: 0px 0;
}
.gallery-page .projects-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-page .projects-img img {
  width: 100%;
}
.gallery-4-col-page .project-title {
  left: 5px;
  bottom: 20px;
}
.gallery-5-col-page .project-title {
  font-size: 16px;
  left: 5px;
  bottom: 20px;
}
.gallery-full-width-page.gallery-4-col-page .project-title {
  left: 30px;
  bottom: 30px;
}

/* ================================= */
    /*===== Shop Page =====*/
/* ================================= */
.store-page.store-main-block {
  padding: 80px 0 50px;
}
.store-page .store-block {
  margin-bottom: 30px;
}
.store-page-left.store-main-block {
  padding-bottom: 80px;
}
.store-page-left .product-dtl {
  padding: 15px 20px 10px;
  border-left: 3px solid #dadada;
  border-bottom: 3px solid #dadada;
  border-right: 3px solid #dadada;
}
.store-page-left .store-block:hover .product-dtl {
  border-left: 3px solid #696a63;
  border-bottom: 3px solid #696a63;
  border-right: 3px solid #696a63;
}
.store-page-left .store-img .overlay-bg ul {
  padding: 15px;
}
@media(max-width:767px)  {
  .shop-page-right .sidebar-widgets {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
/* =====Price Slider =====*/
.price-slider-amount {
  margin: 10px 0 17px;
}
.price-slider-amount span {
  color: #292A2E;
  margin-right: 15px;  
  font-weight: 700;
  display: inline-block;
}
.price-slider-amount > input {
  border: 0 none;
  color: #f90425;
  display: inline-block;
  font-size: 15px; 
  font-weight: 700;
  outline: none
}
.slider-range {
  margin-bottom: 34px;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #f90425 none repeat scroll 0 0;
  border: 0 none;
  height: 3px;
  position: relative;
}
.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #696a63 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  height: 16px;
  top: -6px;
  width: 16px;
  outline: none;
  position: absolute;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #696a63 none repeat scroll 0 0;
  height: 3px;
  position: absolute;
}

/* ================================= */
    /*===== Product Details Page =====*/
/* ================================= */
.product-page.store-page {
  padding-bottom: 50px;
}
.product-detail-page-main-block {
  padding-bottom: 50px;
}
.product-desc-img {
  margin-bottom: 30px;
}
.product-gallery-thumb {
  width: 80px;
  position: relative;
  display: inline-block;
}
.product-gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  text-align: center;
  font-size: 28px;
  color: #f90425;
  cursor: pointer;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -transition: 0.5s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0); 
  transform: scale(0);      
}
.product-gallery-overlay span {  
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.product-gallery-thumb:hover .product-gallery-overlay {  
  opacity: 1;
   -webkit-transform: scale(0.90);
  -moz-transform: scale(0.90);
  -ms-transform: scale(0.90);
  -o-transform: scale(0.90); 
  transform: scale(0.90);      
}
.single-product-dtl .product-name {
  position: relative;
  margin-bottom: 20px;
}
.single-product-dtl .product-name:after {
  left: 0;
  bottom: -10px;
}
.single-product-dtl .product-rating {
  margin-bottom: 20px;
}
.single-product-dtl .product-rating i {
  font-size: 18px;
  color: #f90425;
}
.shop-price {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #f90425;
}
.shop-price span {
  color: #ACADB1;
  font-weight: 300;
  padding-left: 10px;
  text-decoration: line-through;
}
.product-description {
  padding-bottom: 30px;
}
.delivery-check {
  margin-bottom: 30px;
}
.delivery-check .form-control {
  border-radius: 0%;
  width: 200px;
  height: 50px;
  float: left;
}
.delivery-check p {
  color: #f90425;
  font-weight: 400;
  padding-top: 10px;
}
.product-quantity {  
  border: solid 1px #292A2E;
  width: 30%;
  padding: 18px 0 6px 26px;
  float: left;
  text-align: center;
}
.product-quantity span {
  font-size: 15px;
  font-weight: 500;
  color: #292A2E;
  float: left;
  margin-right: 15px;
  line-height: 1;
}
.single-product-dtl .btn-default {
  margin-left: 30px;
  background-color: #f90425;
  border-color: #f90425;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-product-dtl .btn-default i {
  color: #FFF;
  padding-right: 5px;
}
.single-product-dtl .btn-default:after {
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-product-dtl .btn-default:hover {
  background-color: #696a63;
  border-color: #696a63;
}
.product-quantity form {
  cursor: pointer;
  display: inline-block;
}
.product-quantity .select-filter {
  line-height: 0;
}
.select-filter.number {
  font-size: 15px;
  font-weight: 500;
  color: #292A2E;
  margin-top: -5px;
}
.cart-plus-minus-box {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  float: left;
  font-size: 20px;
  outline: medium none;
  text-align: center;
  width: 20px;
  margin-right: 5px;
}
.inc.qtybutton {
  float: left;
  color: #f90425;
}
.dec.qtybutton {
  float: none;
  color: #f90425;
}
.product-dtl-tab {
  margin-bottom: 57px;
}
.product-dtl-tab .nav-tabs {
  border: 0;
  margin-bottom: 20px;
}
.product-dtl-tab .nav-tabs > li {
  color: #FFF;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #696a63;
}
.product-dtl-tab .nav-tabs > li a {
  color: #FFF;
  border-radius: 0;
  border: none;
}
.product-dtl-tab .nav-tabs > li.active > a, 
.product-dtl-tab .nav-tabs > li.active > a:focus, 
.product-dtl-tab .nav-tabs > li.active > a:hover {  
  color: #FFF;
  border-radius: 0;
  background-color: #f90425;
  border: none;
  border-bottom-color: transparent;
}
.product-dtl-tab .nav-tabs>li>a:hover {
  color: #FFF;  
  background-color: #f90425;
  border-color: transparent;
}
@media(max-width:992px) {
  .product-page .product-quantity {
    width: 160px;
  }
}
@media(max-width:767px) {
  .single-product-img-block {
    margin-bottom: 30px;
  }
  .single-product-dtl .btn-default  {
    margin-left: 5px;
  }
}

/* ================================= */
    /*===== Register Page =====*/
/* ================================= */
.register-page-main-block {
  padding: 80px 0;
}
.register-form-block .section {
  padding-bottom: 50px;
}
.register-form-block .section-heading {
  margin-bottom: 30px;
}
.register-form-block .section-heading span {
  color: #f90425;
}
.register-form-block {
  box-shadow: 0 5px 15px 0 rgba(41,42,46,0.5);
  padding: 40px 40px 25px;
}
.register-form-block .form-control {
  border-radius: 0%;
  box-shadow: none;
  margin-bottom: 30px;
}
.register-form-block .btn-default {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ================================= */
    /*===== Cart Page =====*/
/* ================================= */
.cart-page {
  padding: 80px 0;
}
.cart-table {
  margin-bottom: 50px;
}
.cart-table table {
  width: 100%;
}
.cart-table td,
.cart-table th {
  border: 1px solid #F4F4F4;
  color: #292A2E;
  text-align: center;
  padding: 10px;
  width: 10%;
}
.cart-table th {
  background-color: #f90425;
  color: #FFF;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px;
  width: 10%;
}
.cart-product a {
  color: #292A2E;
}
.cart-product a:hover {
  color: #f90425;
}
.remove-btn a {
  background-color: #f90425;
  padding: 10px 13px;
  border-radius: 100%;
  color: #FFF;
}
.remove-btn a:hover {
  background-color: #696a63;
}
.cart-btns {
  margin-bottom: 50px;
}
.checkout-block .cart-btns {
  margin-bottom: 0;
}
.cart-table .product-quantity {
  width: 100%;
}
.cart-table .product-quantity span {
  line-height: 0.7;
}
.discount-form .form-control {
  border-radius: 0%;
  margin-bottom: 20px;
}
.discount-form{ margin-bottom: 30px; }
.checkout-amount {
  margin-bottom: 20px;
  text-align: right;
  color: #3A3A3A;
}
.checkout-amount li,
.checkout-details li {
  padding: 0 15px;
  margin-bottom: 10px;
}
.total {
  font-weight: 700;
  color: #f90425; 
  background-color: #F4F4F4;
}
@media(max-width:767px) {
  .discount-form {
    margin-bottom: 30px
  }
}

/* ================================= */
    /*===== Checkout Page =====*/
/* ================================= */
.checkout-page-main-block {
  padding: 80px 0;
}
.checkout-page-main-block .form-control {
  border-radius: 0%;
  box-shadow: none;
}
.checkout-heading {
  margin-bottom: 30px;
}
.checkout-page-main-block label span {
  color: #f90425;
}
.btn-dropdown {
  width: 100%;
  background-color: transparent;
  height: 40px;
  border-radius: 0%;
  border: solid 1px #dadada;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-dropdown.focus, 
.btn-dropdown:focus,
.btn-dropdown:hover,
.btn.btn-dropdown:active,
.open>.dropdown-toggle.btn-dropdown.focus, 
.open>.dropdown-toggle.btn-dropdown:focus, 
.open>.dropdown-toggle.btn-dropdown:hover  {
  background-color: transparent;
}
.dropdown-menu {
  width: 100%;
}
.cart-total-block th,
.cart-total-block td {
  width: 70%;
}
.your-order-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) { 
  .your-order-block {
    padding-top: 30px;
    border-top: 1px solid #dadada;
}
}
@media (max-width: 480px) {
  .cart-total-block th, .cart-total-block td {
    width: 10%;
}
}
.checkout-bar {
  padding: 15px 30px;
  margin-bottom: 15px;
  border-top: 3px solid #f90425;
  background-color: #F6F6F6;  
  font-size: 15px;
  font-weight: 300;
  color: #292A2E;
}
.checkout-bar span {   
  color: #f90425;
  font-weight: 400;
}
.checkout-coupon {
  margin-bottom: 30px;
}
.checkout-coupon-block {
  padding: 30px;
  border: solid 1px #dadada;
}
.checkout-coupon-form .form-control {
  width: 50%;
  display: inline-block;
}
.btn .caret {    
  float: right;
}
.pay-method {
  padding: 28px 25px 20px;
  background-color: #F6F6F6;
}
.pay-method-info {
  background-color: #FFF;
  position: relative;
}
.pay-method-info p {
  padding: 30px;
  line-height: 1.85;
}
.pay-method .btn-default {
  background: #f90425;
  border-color: #f90425;
  color: #FFF;
}
.pay-method .btn-default:hover {
  background: #696a63;
  border-color: #696a63;
}
@media(max-width:767px) {
  .checkout-form {
    padding-bottom: 40px;
  }
}

/* ================================= */
    /*===== Contact Page =====*/
/* ================================= */
.contact-page {
  padding: 80px 0;
}
.contact-page .section {
  padding-bottom: 70px;
}
.contact-page .section-heading span {
  color: #f90425;
}
.contact-box-main-block {
  padding-bottom: 70px;
}
.contact-box-title {
  padding: 15px 0 15px 25px;
  background-color: #696a63;
}
.contact-box-title h4 {
  color: #FFF;
  font-weight: 500;
  text-transform: none;
}
.contact-box-info {
  padding: 30px 0 30px 25px;
  box-shadow: 0 5px 15px 0 rgba(41,42,46,0.5);
}
.contact-box-heading li {
  font-weight: 500;
}
.contact-box-info li a {
  color: #292A2E;
}
.contact-box-info li a:hover {
  color: #f90425;
}
.contact-page-form-main-block .section-heading {
  margin-bottom: 30px;
}
.contact-page-form .form-control {
  margin-bottom: 30px;
  border-radius: 0%;
  box-shadow: none;
}
.contact-page-form textarea {
  height: 250px;
}
.contact-page-form .btn-default {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map-banner {
  width: 100%;
  height: 400px;
}
.contact-page-two .section-heading {
  margin-bottom: 30px;
}
.contact-page-two .contact-box {
  margin-bottom: 30px;
}
.contact-three.map-banner {
  margin-top: 132px;
  height: 300px;
}
.contact-page-three .contact-page-form-main-block {
  padding-bottom: 70px;
}
.contact-page-three .section-heading span {
  color: #696a63;
}
.contact-page-three .contact-box-main-block {
  padding-bottom: 0;
}
.contact-page-three .contact-box-title {
  background-color: #f90425
}
.contact-page-three .btn-default {
  background-color: #f90425;
  border-color: #f90425;
}
.contact-page-three .btn-default:hover {
  background-color: #696a63;
  border-color: #696a63;
}
@media(max-width:992px) {  
  .contact-page-one .contact-box,
  .contact-page-three .contact-box {
    margin-bottom: 30px;
  }
  .contact-page-two .contact-page-form,
  .contact-page-three .contact-page-form {
    margin-bottom: 70px;
  }
  .contact-page-two .contact-box-main-block,
  .contact-page-three .contact-page-form-main-block {
    padding-bottom: 0;
  }
  .contact-three.map-banner {
    margin-top: 80px;
  }
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #696a63;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999999999;
}
.status {
  background-image: url(../images/logo-white.png);
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  padding-top: 30%;
}
/* ================================= */
    /*===== Introduction =====*/
/* ================================= */
.introduction-main-block {
  padding: 100px 0;
}
.introduction-main-block .section-heading {
  margin-bottom: 30px;
}
.introduction-main-block .section-heading span {
  color: #696a63;
}
.introduction-main-block .nav-tabs {
  border-bottom: 3px solid #dadada;
  margin-bottom: 35px;
}
.introduction-main-block .nav-tabs > li > a {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  padding: 0 15px 15px;
  border-left: 1px solid #dadada;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0%;
}
.introduction-main-block .nav-tabs > li > a:focus,
.introduction-main-block .nav-tabs > li > a:hover {
  background-color: transparent;
  color: #f90425;
}
.introduction-main-block .nav-tabs > li.active > a,
.introduction-main-block .nav-tabs > li.active > a:focus,
.introduction-main-block .nav-tabs > li.active > a:hover {
  color: #f90425;
  padding-bottom: 18px;
  border-bottom: 3px solid #f90425;
  border-top: none;
  border-right: none;
}
.introduction-main-block .tab-content p {
  text-align: justify;
}
.intro-btn {
  padding-top: 30px;
}
.intro-form-main-block {
  border: 3px solid rgba(41,42,46,0.1);
  padding: 20px 0;
  width: 100%;
}
.intro-heading {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
.intro-form-text {
  background-color: #696a63;
  padding: 35px 30px;
}
.intro-form-text div {
  font-size: 25px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 10px;
}
.intro-form-text p {
  color: #FFF;
  opacity: 0.7;
}
.intro-form {
  padding: 30px 40px 10px;
}
.intro-form .form-control {
  margin-bottom: 10px;
  border-radius: 0%;
  box-shadow: none;
}
.intro-form ::-webkit-input-placeholder { 
  padding-left: 5px;
}
.intro-form ::-moz-placeholder { 
  padding-left: 5px;
}
.intro-form ::-ms-input-placeholder { 
  padding-left: 5px;
}
.intro-form ::-o-input-placeholder { 
  padding-left: 5px;
}
.intro-form textarea {
  height: 90px;
}
.intro-form .btn-default {
  position: relative;
  margin-top: 10px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intro-form .btn-default:after {
  left: 105px;
}
.intro-btn-arrow {
  position: absolute;
  left: 39%;
  bottom: 47px;
}
.intro-btn-arrow i {
  font-size: 28px;
  color: #FFF;
  opacity: 0.2;
}
.introduction-main-block .section-heading:after, .introduction-main-block  .sub-heading{ margin:0; }

.banner-main-block .banner-img {
    background-size: cover;
    height: 550px
}

.banner-block {
    margin-top: 300px
}

.banner-main-block .banner-block .banner-heading {
    font-size: 60px;
    font-family: Montserrat;
    color: #fff;
    line-height: 72px;
    text-align: center
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-main-block .banner-block .banner-heading{
    font-size: 40px;
  }
}
@media (max-width: 480px) {
.banner-block {
    margin-top: 150px !important;
}
.banner-main-block .banner-block ol.breadcrumb{ display: none; }
.banner-main-block .banner-block .banner-heading {
    font-size: 22px !important;
    line-height: 29px;
}
}

.banner-main-block .banner-block ol.breadcrumb {
    font-size: 18px;
    font-family: "Work Sans";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px
}

ol.breadcrumb li>a {
    color: #fff;
    font-weight: 600;
  font-size:18px !important;
}

ol.breadcrumb li.active {
    color: #696a63;
    font-weight: 600;
  text-transform:uppercase;
}

.breadcrumb>li+li:before {
    content: "\f101";
    padding: 0 5px;
    color: #fff;
    font-family: fontawesome;
    margin: 0 10px
}
/* ================================= */
    /*===== Features =====*/
/* ================================= */
.features-main-block-2 {
  padding: 50px 0 90px;
}
.features-main-block-2 hr {
  margin: 0;
}
.features-block-2 {
  padding-bottom: 70px;
}
.features-2 {
  position: relative;
  border: 3px solid rgba(41,42,46,0.1);
  padding: 40px 55px 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features-block-2 .features-2:hover {
  background-color: #f90425;
  border: 3px solid transparent;
}
.features-block-2 .features-2:hover .features-icon i,
.features-block-2 .features-2:hover .features-heading,
.features-block-2 .features-2:hover .features-text p {
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features-2:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  bottom: -3px;
}
.features-block-2 .features-icon {
  margin-bottom: 7px;
}
.features-icon-2 i {
  font-size: 40px;
  color: #f90425;
}
/* ================================= */
    /*===== Features =====*/
/* ================================= */
.features-main-block-2 {
  padding: 50px 0 90px;
}
.features-main-block-2 hr {
  margin: 0;
}
.features-block-2 {
  padding-bottom: 70px;
}
.features-2 {
  position: relative;
  border: 3px solid rgba(41,42,46,0.1);
  padding: 40px 55px 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.features-block-2 .features-2:hover {
  background-color: #f90425;
  border: 3px solid transparent;
}
.features-block-2 .features-heading-2 {
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none;
}
.features-block-2 .features-2:hover .features-icon-2 i,
.features-block-2 .features-2:hover .features-heading-2,
.features-block-2 .features-2:hover .features-text p {
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features-2:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  bottom: -3px;
}
.features-block-2 .features-icon-2 {
  margin-bottom: 7px;
}
.features-icon-2 i {
  font-size: 40px;
  color: #f90425;
}

.features-heading {
  position: relative;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
}
.features-text {
  opacity: 0.7;
}
.features-block-two-3 {
  padding-top: 70px;
}
.features-block-two-3 .features-3 {
  border: none;
  padding: 0;
}
.features-block-two-3 .features-3:after {
  display: none;
}
.features-block-two-3 .features-icon-3 {
  float: left;
  padding-top: 40px;
}
.features-block-two-3 .features-icon-3 i {
  font-size: 30px;
  color: #757575;
}
.features-block-two-3 .features-3:hover .features-icon-3 i {
  color: #f90425;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features-block-two-3 .features-3 .features-dtl {
  border-left: 1px solid #dadada;
  padding-left: 30px;
  margin-left: 65px;
}
.features-block-two-3 .features-heading-3 {
  text-transform: uppercase;
}
.features-block-two-3 .features-heading-3:after {
  content: " ";
  width: 9px;
  height: 3px;
  background-color: #f90425;
  position: absolute;
  left: 0;
  bottom: -10px
}
.features-block-two-3 .features-text {
  max-width: 210px;
}

/* ================================= */
    /*===== Location Page =====*/
/* ================================= */
.location-page-main-block {
  background-color: #E9E9E9;
}
.location-page-block {
  overflow-y: scroll;
  height: 640px;
  background-color: #FFF;
}
.location-page-block::-webkit-scrollbar {
  width: 15px;
  background-color: #E9E9E9;
}
.location-page-block::-webkit-scrollbar-thumb {
  border: 4px solid #E9E9E9;
  background-color: #FFF;
}
.store-btn .btn-default {
  width: 100%;
  height: 72px;
  line-height: 3;
  background-color: #FFF;
  border: none;
  border-radius: 0;
  color: #1872C5;
  border-top: 1px solid #E9E9E9;
}
.store-btn .btn-default:hover, 
.store-btn .btn-default:focus, 
.store-btn .btn-default:active,
.store-btn .btn-default:active:focus,
.store-btn .btn-default.active:hover {
  color: #FC9A39;
  background-color: #FFF;
  border: none;
  border-top: 1px solid #E9E9E9;
}
.location-table tr {
  height: 160px; 
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.location-table {
  width: 100%;
}
.location-table, 
.location-table th,
.location-table td {
  border: 1px solid #E9E9E9;
  border-collapse: collapse;
}
.store-marker {
  width: 120px;
  text-align: center;
  position: relative;
}
.store-marker i {
  font-size: 50px;
  color: #FC9A39;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.store-marker p {
  color: rgba(51,51,51,0.7);
}
.store-marker span {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  color: #FFF;
  top: 20%;
}
.store-marker p {
  text-transform: uppercase;
  color: rgba(51,51,51,0.7);
  margin-top: 10px;
} 
.store-dtl {
  padding-left: 34px;
}
.store-marker {
  position: relative;
}
.store-dtl p {
  width: 200px;
  margin: 10px 0;
  color: rgba(51,51,51,0.7);
}
.store-dtl .shop-name {
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.store-dtl i {
  margin-right: 10px;
  color: #FC9A39;
}
.location-table tr:hover {
  background-color: #F6F5F5;
}
.location-table tr:hover .shop-name, 
.location-table tr:hover i {
  color: #1872C5;
}
@media(max-width: 767px) {
  .store-marker {
    width: 100px;
  }
}

/*Search Form*/
.location-search-block {
  margin: 30px 0 10px;
}
.find-store, 
.view-store {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3.5;
}
.find-store {
  text-align: right;
}
.view-store a {
  text-decoration: underline;
  color: #FC9A39;
}

/*Info Window*/
.info-img,
.info-img-dtl,
.shop-direction,
.shop-mall {
  display: inline-block;
}
.infobox-wrap {
  padding: 20px 10px 20px;
}
.shop-text,
.shop-direction,
.shop-mall {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}
.info-img {
  vertical-align: top;
}
.shop-mall i {
  margin-left: 20px;
}
.infobox-wrap .shop-name {
  color: #1872C5;
}
.infobox-wrap .store-dtl {
  margin-left: -16px;
}
.infobox-wrap hr {
  margin: 16px 0 6px;
}
.infobox-wrap .shop-contact {
  margin: 4px 0 16px;
}
.shop-map-btn {
  margin-top: 25px;
}

/* ================================= */
    /*===== Map =====*/
/* ================================= */
.map-location-block {
  height: 710px;
  width: 100%;
}
@media(max-width: 767px) {
  .contact-section-main-block .map-location-block {
    min-height: 880px;
  }
}

/*===== My Store Map =====*/
.map-store-block .map-location-block {
  height: 460px;
}
/* ================================= */
     /*===== My Store Page =====*/
/* ================================= */
.my-store-thumbnails{
  margin-top: 15px; 
  position: relative;
}
.my-store-item:hover .gallery-overlay {
  opacity: 1;
}
.my-store-tab {
  margin-top: 100px;
}
.my-store-contact hr {
  margin-top: 5px;
}
.contact-icon {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    color: #FC9A39;
    font-size: 30px;
    line-height: 3.3;
    text-align: center;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*Message Form */
.contact-main-block .section {
  margin-bottom: 84px;
}
.message-form textarea {
  height: 190px!important;
}
.contact-icon {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #FC9A39;
  font-size: 30px;
  line-height: 3.3;
  text-align: center;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-block:hover .contact-icon {
  background-color: #1872C5;
  color: #FFF;
}
.contact-icon:hover {
  background-color: #1872C5;
  color: #FFF;
}
.contact-heading {
  color: #1872C5;
  margin-top: 15px;
  margin-bottom: 10px;
}
.message-form {
  margin-top: 100px;
}
.message-form .btn-default {
  margin-top: 30px;
}
@media(min-width: 767px) and (max-width: 992px) {
  .contact-icon {
    margin-bottom: 30px;
  }
}
.walk-ins {
  color: #FC9A39;
}
.my-store-dtl .section-left {
  margin-bottom: 65px;
}
.my-store-contact .contact-icon {
  width: 50px;
  height: 50px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.my-store-contact:hover .contact-icon {
  background-color: #1872C5;
  color: #FFF;
}
.my-store-contact .contact-heading {
  color: #1872C5;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 13px;
}
.my-store-contact-dtl p {
  line-height: 1.38;
}
.my-store-contact-dtl {
  display: inline-block;
}
.make-appointment-btn {
  margin: 26px 0 15px 0;
}
.my-store-dtl .btn-default {
  width: 321px;
}
.my-store-dtl .btn-default i {
  margin-right: 10px;
}
.my-store-tab .nav-tabs {
  border: 0;
}
.my-store-tab .nav-tabs>li {
  background-color: #E9E9E9;
  border: none;
  border-bottom: 4px solid #E9E9E9;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.my-store-tab .nav-tabs>li:first-child {
  border-left: none;
}
.my-store-tab .nav-tabs>li a {
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 20px 27px 15px;
  margin: 0;
}
.my-store-tab .nav-tabs>li.active>a, 
.my-store-tab .nav-tabs>li.active>a:focus, 
.my-store-tab .nav-tabs>li.active>a:hover {  
  color: #1872C5;
  background-color: #F0F0F0;
  border: none;
}
.my-store-tab .nav-tabs> li.active { 
  border-bottom-color: #1872C5;
}
.my-store-tab .nav-tabs >li >a:hover {
  color: #1872C5;  
  background-color: #F0F0F0;
}
.my-store-tab .tab-pane {
  padding: 70px 0 44px 0;  
}
.my-store-tab .service-sub-heading {
  color: #1872C5;  
  text-transform: uppercase;
}
.service-slider-two .service-img {
  margin-bottom: 0;
}
.contact-icon{
 color: #FC9A39;
 text-align: center;
}
/*===== My Store Slider =====*/
.my-store-carousel-thumb .item .thumb {
  cursor: pointer;
}
.my-store-carousel-thumb .item .thumb img {
  width: 100%;
}
.my-store-carousel-thumb .left.carousel-control i,
.my-store-carousel-thumb .right.carousel-control i {
  margin-top: 30%
}
.my-store-carousel .item img {
  width: 100%;  
  margin-bottom: 30px;
}
@media(max-width: 381px) {
  .my-store-carousel-thumb .left.carousel-control i, 
  .my-store-carousel-thumb .right.carousel-control i {
    margin-top: 15%;
  }
}
}



@media(max-width:992px) {  
  .features-main-block-3 {
    padding: 70px 0 40px;
  }
  .features-block-3 {
    padding-bottom: 40px;
  }
  .features-3 {
    padding: 40px 20px 30px;
  }
  .features-3 {
    margin-bottom: 30px;
  }
}


@media(max-width:992px) {  
  .intro-btn {
    text-align: center;
    padding-top: 10px;
  }
  .intro-form-main-block {
    margin: 50px auto 0;
  }
  .intro-btn-arrow {
    left: 44%;
  }
  .intro-form .btn-default:after {
    left: 45%;
  }
}
@media(max-width:767px) {  
  .introduction-main-block .nav-tabs li a {
    padding: 0 5px 15px;
  }
  .intro-form {
    padding: 30px 20px 10px 20px;
  }
  .intro-form-text {
    padding: 5px;
  }
  .intro-btn-arrow,
  .intro-form .btn-default:after {
    left: 38%;
  }
}

.my-store-contact .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}


/* ================================= */
    /*===== Introduction =====*/
/* ================================= */
.introduction-main-block {
  padding: 100px 0;
}
.introduction-main-block .section-heading {
  margin-bottom: 30px;
}
.introduction-main-block .section-heading span {
  color: #696a63;
}
.introduction-main-block .nav-tabs {
  border-bottom: 1px solid #E9E9EA;
  margin-bottom: 35px;
}
.introduction-main-block .nav-tabs > li > a {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  padding: 20px 25px;
  border-left: 1px solid #E9E9EA;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0%;
}
.introduction-main-block .nav-tabs > li > a:focus,
.introduction-main-block .nav-tabs > li > a:hover {
  background-color: transparent;
  color: #f90425;
}
.introduction-main-block .nav-tabs > li.active > a,
.introduction-main-block .nav-tabs > li.active > a:focus,
.introduction-main-block .nav-tabs > li.active > a:hover {
  color: #f90425;
  border-bottom: 1px solid #f90425;
  border-top: none;
  border-right: none;
}
.introduction-main-block .tab-content p {
  text-align: justify;
}
.intro-btn {
  padding-top: 30px;
}
.intro-form-main-block {
  border: 3px solid rgba(41,42,46,0.1);
  padding: 20px 0;
  width: 100%;
}
.intro-heading {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
.intro-form-text {
  background-color: #696a63;
  padding: 35px 30px;
}
.intro-form-text div {
  font-size: 25px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 10px;
}
.intro-form-text p {
  color: #FFF;
  opacity: 0.7;
}
.intro-form {
  padding: 30px 40px 10px;
}
.intro-form .form-control {
  margin-bottom: 10px;
  border-radius: 0%;
  box-shadow: none;
}
.intro-form ::-webkit-input-placeholder { 
  padding-left: 5px;
}
.intro-form ::-moz-placeholder { 
  padding-left: 5px;
}
.intro-form ::-ms-input-placeholder { 
  padding-left: 5px;
}
.intro-form ::-o-input-placeholder { 
  padding-left: 5px;
}
.intro-form textarea {
  height: 90px;
}
.intro-form .btn-default {
  position: relative;
  margin-top: 10px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intro-form .btn-default:after {
  left: 105px;
}
.intro-btn-arrow {
  position: absolute;
  left: 39%;
  bottom: 47px;
}
.intro-btn-arrow i {
  font-size: 28px;
  color: #FFF;
  opacity: 0.2;
}
@media(max-width:992px) {  
  .intro-btn {
    text-align: left;
    padding-top: 10px;
  }
  .intro-form-main-block {
    margin: 50px auto 0;
  }
  .intro-btn-arrow {
    left: 44%;
  }
  .intro-form .btn-default:after {
    left: 45%;
  }
}
@media(max-width:767px) {  
  .introduction-main-block .nav-tabs li a {
    padding: 0 5px 15px;
  }
  .intro-form {
    padding: 30px 20px 10px 20px;
  }
  .intro-form-text {
    padding: 5px;
  }
  .intro-btn-arrow,
  .intro-form .btn-default:after {
    left: 38%;
  }
}
.relationship-btn .btn-default,
.intro-form .btn-default{ background: #f90425; color: #ffffff; }

@media (min-width: 768px) and (max-width: 991px) {
    /* col-sm-* class */    
   .logo { padding-top: 20px;} 
   #cssmenu > ul > li:hover:after, #cssmenu ul li.active:after{ display: none; }
}
@media (max-width: 480px) {
    /** col-xs-* class **/
    .navbar-fixed-top {
    position: relative;
    }
    .logo { padding: 20px 0px; } 
    #cssmenu > ul > li:hover:after, #cssmenu ul li.active:after{ display: none; }
    .home-slider-bg { height: 500px;}
    .features {
        padding: 0px 10px 0px;
    }
    .blog-post-date{ display: none;  }
    .blog-dtl {padding: 0 15px;}
    .blog-dtl:hover {
        border-top: 5px solid #696a63;
        border-right: 5px solid #696a63;
    }
    .blog-dtl.blog-dtl-two:hover{
        border-top: 5px solid #696a63;
        border-left: 5px solid #696a63;
    }
    .blog-heading{
      margin-bottom: 25px;
      line-height: 27px;
    }
    .navbar-fixed-top{ position:relative; }
    .post-title:after{
          display: none;
    }

    .banner-main-block .banner-img {
        background-size: cover;
        height: 350px;
    }
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 15px 20px;
}

.tagcloud .tags{
  padding: 10px 15px;
  background-color: #696a63;
  margin-right: 6px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
}
.footer-form-control{
  color: #ffffff;
}


.blog-comment .media-body{
  padding: 0px 20px 0px 20px;
}

.blog-media{
  margin-bottom: 50px;
}


.ss 

h1 {
color: #0074D9;
}

s,
q{
  padding: 0;
  margin: 0;
  list-style: none;
}

s {
  margin:  0;
}

q {
  margin: 1em;
  margin-left: ;
}

q:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;
  margin-left: ;
  color: #0074D9;
}

.link {
  font-size: 0.45em;
}





<style>
.drop{
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
</style>