@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #666;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.hero-heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  color: #252525;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
  position: relative;
}

.section-padding {
  padding: 60px 0;
}

.padding-none {
  padding: 0px;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #ED5437;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #ED5437;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-danger:hover {
  background-color: #f55262;
  border-color: #f55262;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #ED5437;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ED5437;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

.page-header {
  padding: 150px 0px 70px;
  position: relative;
}

.page-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.page-header .breadcrumb-wrapper .product-title {
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.page-header .breadcrumb {
  font-size: 14px;
  color: #ED5437;
  border-radius: 0px;
  background: transparent;
  padding: 5px 0px;
  z-index: 1;
  float: right;
}

.page-header .breadcrumb li {
  display: inline-block;
}

.page-header .breadcrumb li a {
  color: #fff;
  padding-right: 5px;
}

.page-header .breadcrumb li a:hover {
  color: #ED5437;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #ED5437;
}

#loader-1:before {
  z-index: 100;
  -webkit-animation: spin 2s cubic-bezier(0.88, -0.26, 0.28, 1.36) infinite;
  animation: spin 2s cubic-bezier(0.88, -0.26, 0.28, 1.36) infinite;
}

#loader-1:after {
  border: 7px solid #f1f1f1;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#about .img-thumb img {
  border-radius: 4px;
  border: 8px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

#about .sec-title {
  margin-top: 15px;
  position: relative;
}

#about .sec-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#about .text-box {
  position: relative;
}

#about .text-box .s-list li {
  margin-bottom: 10px;
  color: #666;
}

#about .text-box .s-list li span {
  color: #ED5437;
  margin-right: 5px;
}

.counter-section {
  background: url(../img/background/bg-1.jpg);
  overflow: hidden;
  position: relative;
}

.counter-section:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.counter-section .counter {
  padding: 30px 0;
}

.counter-section .counter .icon {
  margin-right: 20px;
  float: left;
  width: 48px;
  height: 48px;
  background: #ED5437;
  border-radius: 30px;
  text-align: center;
}

.counter-section .counter .icon i {
  font-size: 22px;
  color: #fff;
  line-height: 48px;
}

.counter-section .counter p {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
}

.counter-section .counter .counterUp {
  color: #fff;
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 700;
}

.text-wrapper {
  height: 100%;
  width: 80%;
  display: table;
  padding-left: 60px;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.text-wrapper h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.text-wrapper p {
  margin-bottom: 30px;
}

#cta {
  background: url(../img/background/bg-2.jpg) center;
  overflow: hidden;
  position: relative;
}

#cta:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#cta .cta-info {
  padding: 60px;
}

#cta .cta-info h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 40px;
}

.bg-color {
  background: #f7f7f7;
}

/* Services Item */
.services-item {
  padding: 48px 20px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 48px;
  margin-bottom: 15px;
  text-align: center;
  width: 48px;
  display: block;
  margin: 0 auto;
  height: 48px;
  color: #ED5437;
}

.services-item .services-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
}

.services-item .services-content h3 a:hover {
  color: #ED5437;
}

.services-item .services-content p {
  line-height: 22px;
}

.services-item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #ED5437 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #ED5437 !important;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  padding: 8px 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #ED5437;
  outline: none;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #ED5437;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #ED5437;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #ED5437;
}

.slicknav_menu .slicknav_icon-bar {
  background: #ED5437;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #ED5437;
    outline: none;
    background: #f8f9fa;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 7px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #ED5437;
    outline: none;
    background: #f8f9fa;
  }
}

/* ==========================================================================
3. Hero Area
========================================================================== */
.hero-area-bg {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: cover;
}

#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
}

#hero-area .contents {
  padding: 175px 0px 120px;
}

#hero-area .contents h5 {
  font-size: 50px;
}

#hero-area .contents .head-title {
  color: #fff;
  font-size: 50px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}

#hero-area .contents .btn {
  margin: 20px 10px 10px 0px;
  text-transform: uppercase;
}

/* ==========================================================================
  Portfolio Section
   ========================================================================== */
#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  margin: 0px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #ED5437 !important;
  border-color: #ED5437;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
  color: #fff;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
  margin-right: 15px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.shot-item img {
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.shot-item .overlay {
  opacity: 0;
  transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 2;
}

.shot-item .vertical-middle {
  height: 100%;
  width: 100%;
  display: table;
}

.shot-item .vertical-middle > div {
  display: table-cell;
  vertical-align: middle;
}

.shot-item .portfolio-title {
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.shot-item .portfolio-title a {
  color: #fff;
}

.shot-item p {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay .icons a {
  color: #ED5437;
  cursor: pointer;
  text-align: center;
  height: 42px;
  width: 42px;
  line-height: 45px;
  font-size: 16px;
  background: #fff;
  display: inline-block;
  margin: 7px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.shot-item:hover .overlay {
  opacity: 1;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.shot-item:hover .vertical-middle .portfolio-title,
.shot-item:hover .vertical-middle p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.shot-item:hover .icons a {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.shot-item:hover img {
  -webkit-transform: scale3d(1.15, 1.15, 1);
  transform: scale3d(1.15, 1.15, 1);
}

/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
#pricing-table {
  text-align: center;
}

#pricing-table .title {
  padding-top: 25px;
  padding-bottom: 25px;
}

#pricing-table .title h3 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px;
  margin-bottom: 0px;
}

#pricing-table .table {
  margin-top: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  background: #f7f7f7;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing-table .table .icon {
  padding-top: 30px;
}

#pricing-table .table .icon i {
  color: #ED5437;
  font-size: 42px;
}

#pricing-table .table .pricing-header {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

#pricing-table .table .pricing-header .price-value {
  font-size: 46px;
  color: #ED5437;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 62px;
}

#pricing-table .table .pricing-header .price-value sup {
  font-size: 18px;
  font-weight: 500;
  top: -18px;
}

#pricing-table .table .pricing-header .price-value span {
  font-size: 14px;
  font-weight: 500;
}

#pricing-table .table .description {
  text-align: center;
  padding: 0px 50px;
  margin-bottom: 20px;
}

#pricing-table .table .description li {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-bottom: 15px;
}

#pricing-table .table:hover {
  background: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#pricing-table #active-tb {
  background: #ffffff;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1.1, 1.1, 1.1);
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#pricing-table .active {
  z-index: 99999;
}

.team-item {
  padding: 40px;
  background: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.team-item .img-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.team-item .img-thumb img {
  border-radius: 50%;
  display: inline-block;
  width: inherit;
}

.team-item .content {
  overflow: hidden;
}

.team-item .content h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}

.team-item .content h2 a {
  color: #484848;
}

.team-item .content h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}

.team-item .content h3 a {
  color: #ED5437;
}

.team-item .content .description {
  width: 100%;
}

.team-item .icon-social {
  margin-top: 30px;
}

.team-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .icon-social a:hover {
  color: #fff;
}

.team-item .icon-social .facebook:hover {
  background: #3b5999;
}

.team-item .icon-social .twitter:hover {
  background: #4A9CEC;
}

.team-item .icon-social .instagram:hover {
  background: #D6274D;
}

.team-item .icon-social .linkedin:hover {
  background: #1260A2;
}

.team-item .icon-social .google:hover {
  background: #CE332A;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ED5437;
}

/* Blog Area */
.blog-post {
  background-color: #F7F7F7;
  margin-bottom: 30px;
}

.blog-post .post-content {
  padding: 30px 40px;
}

.blog-post .post-content .post-title {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-post .post-content .post-title a {
  color: #252525;
}

.blog-post .post-content .post-title a:hover {
  color: #ED5437;
}

.blog-post .cat-meta {
  margin-bottom: 20px;
}

.blog-post .cat-meta li a {
  background: #EBEBEB;
  color: #6f6f6f;
  padding: 5px 10px;
}

.blog-post .meta {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-post .meta .meta-part {
  display: inline-block;
  margin-right: 10px;
}

.blog-post .meta .meta-part a {
  color: #888;
  text-transform: capitalize;
}

.blog-post .entry-summary {
  margin: 15px 0 30px;
  line-height: 26px;
}

.quote-post .quote-wrap {
  text-align: center;
  padding: 50px 0;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  background: #F7F7F7;
}

blockquote {
  border-left: none;
  padding: 15px;
  line-height: 36px;
}

.pagination-bar {
  margin-top: 35px;
}

.page-item .page-link {
  margin-right: 10px;
  padding: 10px 18px;
  border-radius: 4px;
  color: #ED5437;
}

.page-link:focus, .page-link:hover, .page-link.active {
  background-color: #ED5437;
  color: #fff;
}

.post-content-block {
  margin-bottom: 40px;
}

.post-thumb {
  position: relative;
}

.post-thumb .date {
  position: absolute;
  font-size: 13px;
  text-transform: uppercase;
  top: 10px;
  left: 10px;
  padding: 7px 17px;
  background-color: white;
}

.post-thumb .date .day {
  color: #ED5437;
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #888;
}

.post-meta a:hover {
  color: #ED5437;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  line-height: 12px;
  color: #888;
  display: inline-block;
}

.post-meta span i {
  color: #888;
  margin-right: 5px;
}

.post-meta .post-comment {
  border-right: 0;
}

.instagram-feed ul {
  list-style: none;
  padding: 10px 20px;
  display: inline-block;
  margin: 0;
}

.instagram-feed ul li {
  float: left;
}

.instagram-feed ul li a img {
  width: 100px;
  height: 100px;
  padding: 4px;
}

.share-items .list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.share-items .list-inline li a i {
  margin-left: 5px;
  font-size: 14px;
  line-height: 30px;
  color: #ED5437;
  text-align: center;
}

.share-items .post-social-icons a i.fa-facebook {
  background: #677fb5;
}

.share-items .post-social-icons a i.fa-twitter {
  background: #70c2e9;
}

.share-items .post-social-icons a i.fa-google-plus {
  background: #c53942;
}

.share-items .post-social-icons a i.fa-linkedin {
  background: #3daccf;
}

#comments .comment-box {
  padding: 15px;
  background: #F7F7F7;
}

#comments h3 {
  font-size: 24px;
  padding: 15px 0;
  font-weight: 700;
}

.respond-title {
  font-size: 20px;
  margin-bottom: 30px;
  color: #888;
  text-transform: capitalize;
}

#comments .comments-list {
  padding: 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #F7F7F7;
}

#comments .comments-list .media {
  padding-bottom: 30px;
}

#comments .comments-list .media .thumb-left {
  float: left;
  position: relative;
  width: 200px;
  height: auto;
}

#comments .comments-list .media .thumb-left img {
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#comments .comments-list .media .info-body {
  margin-left: 20px;
  box-shadow: 0 1px 1px rgba(37, 37, 37, 0.08);
  padding: 15px;
  background: #fff;
}

#comments .comments-list .media .info-body .media-heading {
  margin-bottom: 15px;
}

#comments .comments-list .media .info-body .media-heading .name {
  font-weight: 500;
  font-size: 18px;
}

#comments .comments-list .media .info-body .media-heading .comment-date {
  color: #888;
  margin-bottom: 5px;
  font-size: 14px;
}

#comments {
  margin-top: 15px;
}

#comments .comments-list li ul {
  padding-left: 100px;
}

.reply-link {
  color: #ED5437;
  font-size: 14px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reply-link:hover {
  color: #ED5437;
}

.right-sidebar {
  padding-left: 20px;
}

.widget-search #search-form {
  position: relative;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 20px;
  height: 42px;
  background-color: transparent;
  border: none;
}

.search-btn i {
  color: #888;
}

#sidebar {
  margin-bottom: 30px;
}

#sidebar .widget {
  border: 1px solid #F7F7F7;
  margin-bottom: 30px;
}

#sidebar .widget .widget-title {
  padding: 17px 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #F7F7F7;
}

#sidebar .categories-list {
  padding: 20px;
}

#sidebar .categories-list li {
  padding: 7px 0;
}

#sidebar .categories-list li a {
  text-decoration: none;
  color: #888;
  width: 100%;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#sidebar .categories-list li a:hover {
  color: #ED5437;
}

#sidebar .categories-list li a i {
  margin-right: 5px;
}

#sidebar .categories-list li .category-counter {
  font-size: 12px;
}

#sidebar .posts-list {
  padding: 20px;
}

#sidebar .posts-list li {
  padding-bottom: 12px;
}

#sidebar .posts-list .widget-thumb {
  float: left;
}

#sidebar .posts-list .widget-thumb a {
  display: block;
}

#sidebar .posts-list .widget-thumb a img {
  opacity: 1;
  max-width: 90px;
  margin: 5px 15px 0 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list .widget-thumb:hover img {
  opacity: 0.7;
}

#sidebar .posts-list .widget-content a {
  font-weight: 500;
  color: #484848;
  font-size: 15px;
}

#sidebar .posts-list .widget-content a:hover {
  color: #ED5437;
}

#sidebar .posts-list .widget-content span {
  color: #888;
  font-size: 13px;
  display: block;
  margin: 2px 0;
}

#sidebar .posts-list .widget-content span i {
  padding-right: 5px;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 1px solid #F7F7F7;
}

.form-control:focus {
  border-color: #ED5437;
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

textarea {
  border-radius: 4px !important;
}

.contact-form-area {
  background: #fff;
  box-shadow: 0 0 30px #ededed;
  padding: 50px 40px;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-info {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #F7F7F7;
  margin-top: 30px;
}

.contact-info .single-contact {
  margin: 10px 22px;
  padding: 10px 0px 10px 60px;
  position: relative;
  color: #666;
}

.contact-info .single-contact p {
  margin-bottom: 5px;
}

.contact-info .single-contact p a {
  color: #666;
}

.contact-info .contact-icon {
  background: #ED5437;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}

#contact #contactForm {
  margin-top: 30px;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 370px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

.subscribes {
  background: #f7f7f7;
}

.subscribes p {
  font-size: 36px;
  color: #484848;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.subscribe {
  margin-top: 5px;
  width: 100%;
  position: relative;
}

.subscribe .form-control {
  float: left;
  width: 100%;
  border-radius: 50px;
  position: relative;
  height: 52px;
  border: 1px solid #ED5437;
}

.subscribe .btn {
  padding: 14px 26px;
  border-top-left-radius: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom-left-radius: 0;
}

.error-content {
  width: 100%;
  padding: 50px 0px;
}

.error-content .error-message {
  padding: 0px 0px 45px;
  text-align: center;
}

.error-content .error-message h2 {
  color: #ED5437;
  font-size: 200px;
  position: relative;
  margin: 0px;
  padding: 0px 10px 8px;
}

.error-content .error-message h3 {
  color: #484848;
  font-size: 28px;
  font-weight: 500;
  line-height: 56px;
  margin: 0px;
}

.error-content .description {
  text-align: center;
  color: #999;
}

.error-content .description a {
  color: #ED5437;
}

.error-content .description a:hover {
  text-decoration: underline;
}

/* Footer Area Start */
.footer-area {
  background: #2C2C2C;
}

.footer-area .footer-titel {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area ul li {
  margin-bottom: 10px;
}

.footer-area ul li a {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #ED5437;
}

.footer-area #subscribe-form {
  margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-radius: 0;
  background: transparent;
  color: #ED5437;
  border-left: 1px solid #ddd;
}

#copyright {
  background: #333;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #ED5437;
}
