/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Finco - WordPress Theme
Version:        1.0.0
Author:         wpoceans
URL:            http://wpocean.com
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	feature-section
#0.7	about-section
#0.8	services-section
#0.9	fun-fact-section
#1.0	strategy-section
#1.1	team-section
#1.2	news-letter-section
#1.3	projects-section
#1.4	testimonials-section
#1.5	contact-section
#1.6	partners-section
#1.7	blog-section


--------------------------------------------------------------
	#service single page
--------------------------------------------------------------
#2.1	service-single-section


--------------------------------------------------------------
	#project single page
--------------------------------------------------------------
#3.1	project-single-section


--------------------------------------------------------------
	#blog page
--------------------------------------------------------------
#4.1	blog-pg-section 


--------------------------------------------------------------
	blog single page
--------------------------------------------------------------
#5.1	blog-single-section


--------------------------------------------------------------
	404 page
--------------------------------------------------------------
#6.1	error-404-section




----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Karla", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #787878;
  line-height: 1.63em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Adamina", serif;
  color: #212122;
  line-height: 1.3em;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 90px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #c10e0e;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s4 {
  margin-bottom: 20px;
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span {
  font-weight: 700;
  color: #c10e0e;
  text-transform: uppercase;
  display: block;
  margin-top: -0.3em;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
  font-size: 36px;
  margin: 0.56em 0 0;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 25px;
  }
}

.section-title-s2, .section-title-s3, .section-title-s4 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .section-title-s2, .section-title-s3, .section-title-s4 {
    margin-bottom: 30px;
  }
}

.section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
  font-size: 36px;
  margin: 0.56em 0 0.8em;
}

@media (max-width: 991px) {
  .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 25px;
  }
}

.section-title-s3, .section-title-s4 {
  margin-bottom: 40px;
}

.section-title-s3 h2, .section-title-s4 h2 {
  font-size: 36px;
  margin: 0.56em 0 0.5em;
}

@media (max-width: 991px) {
  .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 25px;
  }
}

.section-title-s3 h2 span, .section-title-s4 h2 span {
  color: #c10e0e;
}

.section-title-s4 {
  text-align: center;
}

.theme-btn, .theme-btn-s2 {
  background-color: #fff;
  color: #212122;
  display: inline-block;
  padding: 16px 70px 16px 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

.theme-btn i, .theme-btn-s2 i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color: #a90c0c;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2 {
    padding: 12px 16px;
    font-size: 13px;
  }
  .theme-btn i, .theme-btn-s2 i {
    display: none;
  }
}

.theme-btn-s2 {
  background-color: #c10e0e;
  color: #fff;
}

.theme-btn-s3 {
  background-color: #212122;
  color: #fff;
  display: inline-block;
  padding: 14px 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

.theme-btn-s3 i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  background-color: #a90c0c;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 12px 16px;
    font-size: 13px;
  }
  .theme-btn-s3 i {
    display: none;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #c10e0e;
  -webkit-box-shadow: 0 0 5px 0 #ee1414;
  -moz-box-shadow: 0 0 5px 0 #ee1414;
  -o-box-shadow: 0 0 5px 0 #ee1414;
  -ms-box-shadow: 0 0 5px 0 #ee1414;
  box-shadow: 0 0 5px 0 #ee1414;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ee1414;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #c10e0e;
}

/******************************
	#page title
******************************/
.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 350px;
  text-align: center;
  position: relative;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title .page-title-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.page-title .page-title-wrapper {
  text-align: center;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #c10e0e;
}

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  font-family: themify;
  content: "\e649";
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  position: absolute;
  left: -12px;
  top: 3px;
  border-radius: 50%;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .sk-cube-grid {
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

.preloader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #c10e0e;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preloader .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*--------------------------------------
	service single sidebar
----------------------------------------*/
.service-sidebar {
  /*** service-list-widget ***/
  /*** contact-widget ***/
}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .service-sidebar {
    padding-right: 30px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget {
  background-color: #f8f8f8;
  padding: 55px 30px;
}

.service-sidebar .service-list-widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.7em;
  padding-bottom: 0.70em;
  position: relative;
}

.service-sidebar .service-list-widget h3:before {
  content: "";
  background-color: #fe6c35;
  width: 80px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-sidebar .service-list-widget h3:after {
  content: "";
  background-color: #fe6c35;
  width: 15px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 85px;
  bottom: 0;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e1e1e1;
}

.service-sidebar .service-list-widget ul > li:last-child {
  border-bottom: 0;
}

.service-sidebar .service-list-widget a {
  font-family: "Adamina", serif;
  background: transparent;
  display: block;
  color: #787878;
  padding: 15px 0;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  color: #c10e0e;
}

.service-sidebar .contact-widget {
  background-color: #c10e0e;
  padding: 55px 35px;
  position: relative;
}

.service-sidebar .contact-widget h4 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.service-sidebar .contact-widget h2 {
  font-size: 35px;
  color: #fff;
  margin: 0.7em 0 0;
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background: #999999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #212122;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

/*****************************************
	blog sidebar
******************************************/
.blog-sidebar {
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 90px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 80px;
  }
}

.blog-sidebar .widget {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 45px 35px;
}

@media (max-width: 767px) {
  .blog-sidebar .widget {
    padding: 35px 25px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1em;
  padding-right: 2.2em;
  position: relative;
  display: inline-block;
}

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #c10e0e;
  width: 35px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}

.blog-sidebar > .widget + .widget {
  margin-top: 55px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #fdf0eb;
  height: 50px;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(193, 14, 14, 0.2);
}

.blog-sidebar .search-widget form button {
  background: #c10e0e;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c10e0e;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-sidebar .search-widget form button i {
  color: #fff;
}

.blog-sidebar .category-widget ul a {
  color: #787878;
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #c10e0e;
}

.blog-sidebar .category-widget ul li:last-child a {
  border: 0;
  padding-bottom: 0;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 85px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .details {
  background: transparent;
  width: calc(100% - 85px);
  float: left;
  padding: 0 0 0 15px !important;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 14px;
  color: #9e9e9e;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: normal;
  margin: -0.4em 0 0.4em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #757575;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #c10e0e;
}

.blog-sidebar .tag-widget {
  padding-bottom: 37px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  background: #fdf0eb;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 8px 12px;
  color: #333;
  border-radius: 3px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #c10e0e;
  color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: #fdf0eb;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  font-size: 1rem;
  color: #787878;
  display: block;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #c10e0e;
  color: #fff;
}

.pagination-wrapper .pg-pagination i {
  font-size: 15px;
  font-size: 0.9375rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #c10e0e !important;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #f3f0f0;
  }
  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 10px 20px;
    color: #212122;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #c10e0e;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #c10e0e;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #c10e0e;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*--------------------------------------------------------------
	#header-style-1
--------------------------------------------------------------*/
.header-style-1, .header-style-2 {
  /*** header-contact ***/
}

@media screen and (min-width: 1400px) {
  .header-style-1 .topbar .container, .header-style-2 .topbar .container,
  .header-style-1 .navigation > .container,
  .header-style-2 .navigation > .container {
    width: 1360px;
  }
  .header-style-1 #navbar, .header-style-2 #navbar {
    margin-right: 200px;
  }
  .header-style-1 .topbar .social, .header-style-2 .topbar .social {
    margin-right: 250px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1, .header-style-2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-1 .navigation, .header-style-2 .navigation {
    background-color: transparent;
  }
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a {
    font-weight: 700;
    color: #fff;
    padding: 30px 20px;
  }
  .header-style-1 #navbar, .header-style-2 #navbar {
    margin-right: 200px;
  }
  .header-style-1 .topbar .social, .header-style-2 .topbar .social {
    margin-right: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a {
    padding: 30px 35px;
  }
  .header-style-1 #navbar > ul > li.menu-item-has-children > a, .header-style-2 #navbar > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .header-style-1 #navbar > ul > li.menu-item-has-children > a:before, .header-style-2 #navbar > ul > li.menu-item-has-children > a:before {
    font-family: "Themify";
    content: "\e64b";
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 18px;
  }
}

.header-style-1 .topbar, .header-style-2 .topbar {
  background: rgba(33, 33, 34, 0.8);
  padding: 6px 0;
}

@media (max-width: 767px) {
  .header-style-1 .topbar, .header-style-2 .topbar {
    text-align: center;
    padding: 12px 0;
  }
}

.header-style-1 .topbar p, .header-style-2 .topbar p {
  font-size: 15px;
  margin: 0;
  color: #fff;
}

.header-style-1 .topbar .social ul, .header-style-2 .topbar .social ul {
  overflow: hidden;
  float: right;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .social ul, .header-style-2 .topbar .social ul {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
}

.header-style-1 .topbar .social ul > li, .header-style-2 .topbar .social ul > li {
  float: left;
}

.header-style-1 .topbar .social ul > li + li, .header-style-2 .topbar .social ul > li + li {
  margin-left: 22px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .social ul > li + li, .header-style-2 .topbar .social ul > li + li {
    margin-left: 15px;
  }
}

.header-style-1 .topbar .social ul a, .header-style-2 .topbar .social ul a {
  font-size: 14px;
  color: #fff;
}

.header-style-1 .topbar .social ul a:hover, .header-style-2 .topbar .social ul a:hover {
  color: #c10e0e;
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand {
  max-width: 137px;
}

@media screen and (min-width: 992px) {
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand {
    position: relative;
    top: 5px;
  }
}

.header-style-1 .header-contact, .header-style-2 .header-contact {
  position: absolute;
  right: 15px;
  top: -37px;
}

@media (max-width: 991px) {
  .header-style-1 .header-contact, .header-style-2 .header-contact {
    display: none;
  }
}

@media (max-width: 450px) {
  .header-style-1 .header-contact, .header-style-2 .header-contact {
    display: none;
  }
}

.header-style-1 .header-contact a, .header-style-2 .header-contact a {
  font-family: "Adamina", serif;
  background: #c10e0e;
  display: block;
  padding: 20px 20px 20px 70px;
  font-size: 20px;
  color: #fff;
  position: relative;
}

.header-style-1 .header-contact a i, .header-style-2 .header-contact a i {
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 27px;
}
.header-style-1 .header-contact a i:before {
    font-size: 27px;
}
.header-style-1 .header-contact a span, .header-style-2 .header-contact a span {
  font-family: "Karla", sans-serif;
  font-size: 17px;
  display: block;
}

@media (max-width: 991px) {
  .header-style-1 .topbar, .header-style-2 .topbar {
    background: #252552;
  }
  .header-style-1 .navigation, .header-style-2 .navigation {
    background: #151533;
    padding: 15px 0;
  }
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand {
    position: relative;
    top: -8px;
  }
}

/*--------------------------------------------------------------
	#header-style-2
--------------------------------------------------------------*/
.header-style-2 {
  position: relative;
  /*** search-contact ***/
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation > .container {
    width: 1170px;
  }
  .header-style-2 #navbar {
    margin-right: 40px;
  }
  .header-style-2 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li.menu-item-has-children > a:before {
    color: #212122;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-2 #navbar {
    margin-right: 0;
  }
  .header-style-2 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li.menu-item-has-children > a:before {
    color: #212122;
  }
}

@media (max-width: 991px) {
  .header-style-2 .navigation {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(189, 189, 189, 0.5);
    box-shadow: 0 0 15px rgba(189, 189, 189, 0.5);
  }
}

.header-style-2 .search-contact {
  position: absolute;
  right: 15px;
  top: 30px;
}

@media (max-width: 1199px) {
  .header-style-2 .search-contact {
    right: 45px;
  }
}

@media (max-width: 991px) {
  .header-style-2 .search-contact {
    right: 75px;
    top: 16px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .search-contact {
    right: 75px;
  }
}

.header-style-2 .search-contact .open-btn {
  background-color: transparent;
  color: #212122;
  padding: 0;
  border: 0;
  position: relative;
}

.header-style-2 .search-contact .open-btn:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  display: noen;
}

.header-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}

.header-search-form form input {
  height: 60px;
  font-size: 16px;
  padding: 15px 25px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: #c10e0e;
  width: 60px;
  height: 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 60px 60px 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullets {
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

@media (max-width: 1199px) {
  .hero-slider .swiper-pagination {
    width: 970px;
  }
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-pagination {
    width: 1170px;
    height: 0;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    position: absolute;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    width: 13px;
    height: 13px;
    margin: 15px 0 15px auto;
    display: block;
    border: 3px solid transparent;
    opacity: 1;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #c10e0e;
    border: 3px solid #fff;
  }
}

@media (max-width: 991px) {
  .hero-slider .swiper-pagination {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    top: auto;
    top: auto !important;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    width: 13px;
    height: 13px;
    margin: 6px;
    border: 3px solid transparent;
    opacity: 1;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #c10e0e;
    border: 3px solid #fff;
  }
}

/*--------------------------------------------------------------
	#hero-style-1
--------------------------------------------------------------*/
.hero-style-1 .slide-title {
  max-width: 620px;
}

.hero-style-1 .slide-title h2 {
  font-size: 65px;
  color: #fff;
  margin: 0 0 0.43em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 {
    font-size: 35px;
  }
}

.hero-style-1 .slide-title h2 span {
  display: inline-block;
  font-style: italic;
  position: relative;
}

.hero-style-1 .slide-title h2 span:before {
  content: "";
  background-color: rgba(193, 14, 14, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: -1;
}

.hero-style-1 .slide-text {
  max-width: 490px;
  position: relative;
  z-index: 50;
}

.hero-style-1 .slide-text p {
  color: #fff;
  margin: 0 0 2.5em;
}

.hero-style-1 .slide-btns {
  position: relative;
  z-index: 50;
}

.hero-style-1 .slide-btns:after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 450px;
  height: 1px;
  position: absolute;
  left: 250px;
  top: 25px;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-btns:after {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-1 .container {
    padding-top: 50px;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background: url("../images/footer-bg.jpg") center center/cover no-repeat local;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** social-widget ***/
  /*** lower-footer ***/
}

.site-footer:before {
  content: "";
  background-color: rgba(33, 33, 34, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li,
.site-footer a,
.site-footer span {
  color: #9f9f9f;
}

.site-footer .upper-footer {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget {
  position: relative;
}

.site-footer .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 0;
  }
}

.site-footer .about-widget ul {
  font-family: "Adamina", serif;
}

.site-footer .about-widget ul li {
  font-size: 17px;
}

.site-footer .about-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
  }
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  color: #fff;
}

.site-footer .link-widget ul > li + li {
  margin-top: 12px;
}

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    padding-left: 25px;
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
}

.site-footer .contact-widget ul li {
  position: relative;
}

.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .contact-widget li span {
  color: #212122;
  font-weight: 500;
}

.site-footer .social-widget ul {
  overflow: hidden;
  margin-top: 15px;
}

.site-footer .social-widget ul li {
  float: left;
}

.site-footer .social-widget ul a {
  font-size: 13px;
  color: #fff;
}

.site-footer .social-widget ul a:hover {
  color: #c10e0e;
}

.site-footer .social-widget ul > li + li {
  margin-left: 15px;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: rgba(62, 63, 62, 0.6);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

.site-footer .lower-footer .extra-link {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .extra-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .extra-link ul li {
  float: left;
}

.site-footer .lower-footer .extra-link ul > li + li {
  margin-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .extra-link ul > li + li:before {
  content: "";
  background: #212122;
  width: 15px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 11px;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li:before {
    display: none;
  }
}

.site-footer .lower-footer .extra-link ul a {
  font-size: 14px;
  font-size: 0.875rem;
}

.site-footer .lower-footer .extra-link ul a:hover {
  color: #fff;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-1 .sticky-header, .header-style-2 .sticky-header {
  background: #212122;
}

.header-style-1 .sticky-header .header-contact, .header-style-2 .sticky-header .header-contact {
  top: 0;
}

.header-style-2 .sticky-header {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(189, 189, 189, 0.5);
  box-shadow: 0 0 15px rgba(189, 189, 189, 0.5);
}

/*--------------------------------------------------------------
#0.6	feature-section
--------------------------------------------------------------*/
.feature-section {
  margin-top: -50px;
}

@media (max-width: 991px) {
  .feature-section {
    margin: 100px 0 70px;
  }
}

@media (max-width: 767px) {
  .feature-section {
    margin: 90px 0 60px;
  }
}

.feature-section .feature-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .feature-section .feature-grids {
    margin: 0 -7.5px;
  }
}

.feature-section .feature-grids .grid {
  background: #fff;
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .feature-section .feature-grids .grid {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .feature-section .feature-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 600px) {
  .feature-section .feature-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.feature-section .feature-grids .fi:before {
  font-size: 45px;
  color: #c10e0e;
}

.feature-section .feature-grids .grid h3 {
  font-size: 23px;
  margin: 0.5em 0 0.73em;
}

@media (max-width: 1199px) {
  .feature-section .feature-grids .grid h3 {
    font-size: 18px;
  }
}

.feature-section .feature-grids .grid p {
  margin: 0;
}

.feature-section .feature-grids .hover-icon {
  position: absolute;
  right: -40px;
  top: -40px;
}

.feature-section .feature-grids .hover-icon .fi:before {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
}

.feature-section .feature-grids .grid:hover {
  background: #c10e0e;
  border-radius: 15px 15px 15px 0;
}

.feature-section .feature-grids .grid:hover .icon .fi:before,
.feature-section .feature-grids .grid:hover h3,
.feature-section .feature-grids .grid:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
#0.7	about-section
--------------------------------------------------------------*/
.about-section {
  margin-top: 165px;
}

@media screen and (min-width: 1200px) {
  .about-section {
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .about-section {
    background: #f6f4f0;
    margin: 70px 0 100px;
    padding: 100px 0 60px;
  }
}

@media (max-width: 767px) {
  .about-section {
    margin: 60px 0 90px;
    padding: 80px 0 50px;
  }
}

.about-section .content-area {
  position: relative;
}

.about-section .content-area:after {
  content: "";
  width: 70%;
  height: 640px;
  background: #f6f4f0;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .about-section .content-area:after {
    display: none;
  }
}

.about-section .left-col {
  max-width: 33%;
  float: left;
}

@media (max-width: 1199px) {
  .about-section .left-col {
    display: none;
  }
}

.about-section .right-col {
  max-width: calc(100% - 33%);
  float: left;
  padding-left: 100px;
}

@media (max-width: 1199px) {
  .about-section .right-col {
    max-width: 100%;
    float: none;
    padding-left: 0;
  }
}

.about-section .right-col .inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: -15px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .about-section .right-col .inner {
    max-width: 970px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .about-section .right-col .inner {
    max-width: 750px;
  }
}

.about-section .right-col .inner > div {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
}

@media (max-width: 600px) {
  .about-section .right-col .inner > div {
    width: calc(100% - 30px);
    margin: 0 15px;
    float: none;
  }
}

@media (max-width: 600px) {
  .about-section .right-col .inner > div:last-child {
    margin-top: 50px;
  }
}

.about-section .right-col p {
  margin-bottom: 1.2em;
}

.about-section .case-title {
  margin-bottom: 20px;
  margin-top: -15px;
}

.about-section .case-count {
  font-family: "Adamina", serif;
  font-size: 55px;
  color: #c10e0e;
  position: relative;
  display: inline-block;
}

.about-section .case-count > span:first-child {
  position: absolute;
  font-size: 35px;
  top: 0;
}

.about-section .project-title {
  font-family: "Adamina", serif;
  font-size: 20px;
  color: #212122;
  display: inline-block;
  padding-left: 40px;
}

/*--------------------------------------------------------------
#0.8	services-section
--------------------------------------------------------------*/
.services-section {
  padding-bottom: 80px;
}

@media (max-width: 1199px) {
  .services-section {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .services-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding-bottom: 60px;
  }
}

.services-section .section-title-s2, .services-section .section-title-s3, .services-section .section-title-s4 {
  padding-top: 150px;
  position: relative;
}

@media (max-width: 1199px) {
  .services-section .section-title-s2, .services-section .section-title-s3, .services-section .section-title-s4 {
    padding-top: 0;
  }
}

.services-section .section-title-s2:before, .services-section .section-title-s3:before, .services-section .section-title-s4:before {
  content: "";
  background: rgba(193, 14, 14, 0.05);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  position: absolute;
  left: -150px;
  top: 70px;
}

.services-section .service-grids {
  margin: 0 -15px;
}

@media screen and (min-width: 1500px) {
  .services-section .service-grids {
    margin-right: -200px;
  }
}

@media (max-width: 767px) {
  .services-section .service-grids {
    margin: 0 -7.5px;
  }
}

.services-section .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  background: #f6f4f0;
  padding: 55px 35px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1499px) {
  .services-section .service-grids .grid {
    padding: 55px 30px;
  }
}

@media (max-width: 991px) {
  .services-section .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .services-section .service-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 550px) {
  .services-section .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.services-section .service-grids .grid .overlay {
  background: url("../images/service-grid-overlay.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-section .service-grids .grid .overlay:before {
  content: "";
  background-color: rgba(193, 14, 14, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .service-grids .count,
.services-section .service-grids h3,
.services-section .service-grids p,
.services-section .service-grids .fi {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-section .grid .count {
  font-family: "Adamina", serif;
  font-size: 100px;
  color: #f6f4f0;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f2e4e1;
}

.services-section .grid .fi:before {
  font-size: 50px;
  color: #c10e0e;
}

.services-section .grid h3 {
  font-size: 20px;
  margin: 0.5em 0 0.6em;
}

@media (max-width: 1499px) {
  .services-section .grid h3 {
    font-size: 18px;
  }
}

.services-section p {
  margin: 0;
}

.services-section .grid:hover {
  border-radius: 25px 25px 25px 0;
}

.services-section .grid:hover h3,
.services-section .grid:hover .fi:before,
.services-section .grid:hover p {
  color: #fff;
}

.services-section .grid:hover .count {
  color: rgba(193, 14, 14, 0.8);
}

.services-section .grid:hover .overlay {
  opacity: 1;
}

@media (max-width: 1199px) {
  .services-section .all-services {
    margin-bottom: 50px;
  }
}

.services-section .service-grids h3 a {
	color: #212122;
}
.services-section .grid:hover h3 a {
    color: #fff;
}
/*--------------------------------------------------------------
#0.9	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	padding: 40px 0 20px;
}

.fun-fact-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact-section .fun-fact-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.fun-fact-section .fun-fact-grids .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: calc(50% - 30px);
  }
}

.fun-fact-section .grid p {
  color: #fff;
  margin: 0;
}

.fun-fact-section h3 {
  font-size: 70px;
  color: #fff;
  margin: 0 0 0.1em;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .fun-fact-section h3 {
    font-size: 40px;
  }
}

.fun-fact-section h3 span {
  font-family: "Adamina", serif;
}

.fun-fact-section h3 > span:last-child {
  font-size: 35px;
  position: absolute;
  top: -13px;
}

@media (max-width: 991px) {
  .fun-fact-section h3 > span:last-child {
    font-size: 25px;
  }
}

/*--------------------------------------------------------------
#1.0	strategy-section
--------------------------------------------------------------*/
.strategy-section .tablinks {
  border-top: 1px solid #eeeeee;
  margin-bottom: 15px;
}

.strategy-section .tablinks ul {
  overflow: hidden;
}

.strategy-section .tablinks li {
  width: 25%;
  float: left;
  position: relative;
}

@media (max-width: 500px) {
  .strategy-section .tablinks li {
    width: auto;
  }
}

.strategy-section .tablinks ul > li + li:before {
  content: "";
  background: #787878;
  width: 5px;
  height: 2px;
  position: absolute;
  left: -30px;
  top: 50%;
}

@media (max-width: 500px) {
  .strategy-section .tablinks ul > li + li:before {
    display: none;
  }
}

.strategy-section .tablinks a {
  font-size: 18px;
  color: #787878;
  padding: 25px 0;
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .strategy-section .tablinks a {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .strategy-section .tablinks a {
    padding: 25px 15px;
  }
}

.strategy-section .tablinks a:before {
  content: "";
  background: #c10e0e;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.strategy-section .tablinks li.active a:before {
  opacity: 1;
}

.strategy-section .tablinks li.active a {
  text-decoration: none;
}

.strategy-section .tab-pane > p:first-child {
  font-size: 20px;
  margin-bottom: 1.3em;
}

@media (max-width: 767px) {
  .strategy-section .tab-pane > p:first-child {
    font-size: 16px;
  }
}

.strategy-section .tab-pane > p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .strategy-section .img-holder {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
#1.1	team-section
--------------------------------------------------------------*/
.team-section {
  background-color: #f6f4f0;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 60px;
  }
}

.team-section .team-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .team-section .team-grids {
    margin: 0 -7.5px;
  }
}

.team-section .team-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .team-section .team-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .team-section .team-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 550px) {
  .team-section .team-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.team-section .img-holder {
  border-bottom: 10px solid #f6f4f0;
  border-radius: 0 25px 0 25px;
  overflow: hidden;
  position: relative;
}

.team-section .img-holder img {
  border-radius: 0 25px 0 25px;
}

.team-section .details {
  background-color: #fff;
  text-align: center;
  padding: 65px 15px 20px;
  margin-top: -35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.team-section .details h3 {
  font-size: 22px;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {
  .team-section .details h3 {
    font-size: 18px;
  }
}

.team-section .details p {
  margin: 0;
}

@media (max-width: 991px) {
  .team-section .details p {
    font-size: 14px;
  }
}

.team-section .grid:hover .details {
  background-color: #212122;
}

.team-section .grid:hover .details h3,
.team-section .grid:hover .details p {
  color: #fff;
}

/*--------------------------------------------------------------
#1.2	news-letter-section
--------------------------------------------------------------*/
.news-letter-section .newsletter-area {
  background: url("../images/newsletter-bg.jpg") center center/cover no-repeat local;
  text-align: center;
  position: relative;
  padding: 90px 200px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .news-letter-section .newsletter-area {
    padding: 90px 50px;
  }
}

@media (max-width: 767px) {
  .news-letter-section .newsletter-area {
    padding: 60px 15px;
  }
}

.news-letter-section .newsletter-area .shape-1,
.news-letter-section .newsletter-area .shape-2 {
  background-color: #c10e0e;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  position: absolute;
}

@media (max-width: 767px) {
  .news-letter-section .newsletter-area .shape-1,
  .news-letter-section .newsletter-area .shape-2 {
    display: none;
  }
}

.news-letter-section .newsletter-area .shape-1 {
  left: -100px;
  top: -100px;
}

.news-letter-section .newsletter-area .shape-2 {
  right: -100px;
  bottom: -100px;
}

.news-letter-section .newsletter-area:before {
  content: "";
  background-color: rgba(33, 33, 34, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news-letter-section .newsletter-area > p {
  font-size: 17px;
  color: #c7c7c7;
  position: relative;
}

.news-letter-section .newsletter-area h2 {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .news-letter-section .newsletter-area h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .news-letter-section .newsletter-area h2 {
    font-size: 25px;
  }
}

.news-letter-section form {
  margin-top: 25px;
  position: relative;
}

.news-letter-section form input {
  background-color: #3a3a3a;
  height: 70px;
  color: #fff;
  border: 0;
  padding: 6px 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .news-letter-section form input {
    height: 50px;
  }
}

.news-letter-section form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c10e0e;
}

.news-letter-section form .submit {
  position: absolute;
  right: 0;
  top: 0;
}

.news-letter-section form .submit button {
  background: #c10e0e;
  font-size: 16px;
  padding: 0 25px;
  height: 70px;
  border: 0;
  outline: 0;
  color: #fff;
}

@media (max-width: 991px) {
  .news-letter-section form .submit button {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .news-letter-section form .submit button {
    padding: 0 15px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
#1.3	projects-section
--------------------------------------------------------------*/
.projects-section {
  position: relative;
  z-index: 2;
}

.projects-section .content-area {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .projects-section .content-area {
    margin-top: 0;
  }
}

.projects-section .slick-slide {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.projects-section .nav-btn-lt,
.projects-section .nav-btn-rt {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #212122;
  display: block;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(184, 184, 184, 0.3);
  box-shadow: 0px 16px 32px 0px rgba(184, 184, 184, 0.3);
}

.projects-section .nav-btn-lt:hover,
.projects-section .nav-btn-rt:hover {
  background-color: #c10e0e;
  color: #fff;
}

@media (max-width: 1199px) {
  .projects-section .nav-btn-lt,
  .projects-section .nav-btn-rt {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.projects-section .nav-btn-lt {
  left: calc(31% - 50px);
  top: 40%;
}

@media (max-width: 1199px) {
  .projects-section .nav-btn-lt {
    left: calc(32% - 50px);
    top: 40%;
  }
}

@media (max-width: 767px) {
  .projects-section .nav-btn-lt {
    left: 15px;
  }
}

.projects-section .nav-btn-rt {
  right: calc(31% - 50px);
  top: 40%;
}

@media (max-width: 1199px) {
  .projects-section .nav-btn-rt {
    right: calc(32% - 50px);
    top: 40%;
  }
}

@media (max-width: 767px) {
  .projects-section .nav-btn-rt {
    right: 15px;
  }
}

.projects-section .slick-track .slick-center {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media (max-width: 767px) {
  .projects-section .slick-track .slick-center {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.projects-section .slick-slider .slick-list {
  overflow: visible;
}

.projects-section .slick-slider .slick-dots {
  display: none !important;
}
.project-page-section {
  padding-bottom: 150px;
}
/*--------------------------------------------------------------
#1.4	testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: local;
  position: relative;
  padding: 140px 0 87px;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding: 130px 0 77px;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 90px 0 77px;
  }
}

.testimonials-section:before {
  content: "";
  background-color: rgba(33, 33, 34, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-section .grid {
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 50px;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials-section .grid {
    padding: 25px 30px;
  }
}

.testimonials-section .grid:after {
  font-family: "Flaticon";
  content: "\f10c";
  font-size: 100px;
  color: #f2f2f2;
  position: absolute;
  right: 40px;
  top: -40px;
}

@media (max-width: 500px) {
  .testimonials-section .grid:after {
    display: none;
  }
}

.testimonials-section .client {
  height: 80px;
  position: relative;
  padding-left: 105px;
  margin-bottom: 25px;
}

.testimonials-section .img-holder {
  display: inline-block;
  position: absolute;
  left: 0;
}

.testimonials-section .img-holder > img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonials-section .client-img img {
  border-radius: 50%;
}

.testimonials-section .client h3 {
  font-size: 20px;
  margin: 0;
  padding-top: 0.5em;
  margin-bottom: 0.3em;
}

@media (max-width: 767px) {
  .testimonials-section .client h3 {
    font-size: 16px;
  }
}

.testimonials-section .reating {
  overflow: hidden;
  padding-top: 15px;
}

.testimonials-section .reating img {
  float: left;
  display: inline-block;
  margin-right: 2px;
}

.testimonials-section .details p {
  font-size: 15px;
}

.testimonials-section .owl-carousel .owl-item img {
  width: auto;
}

.testimonials-section .owl-theme .owl-controls {
  margin-top: 50px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #6e6e6e;
}

.testimonials-section .owl-theme .owl-dots .active span {
  background: #c10e0e;
}

.testimonials-section-s2 {
  padding: 110px 0 87px;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonials-section-s2 {
    padding: 100px 0 77px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 {
    padding: 90px 0 77px;
  }
}

.testimonials-section-s2:before {
  background-color: rgba(251, 251, 251, 0.95);
}

/*--------------------------------------------------------------
#1.5	contact-section
--------------------------------------------------------------*/
.contact-section {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .contact-section .section-title-s3, .contact-section .section-title-s4 {
    padding-right: 157px;
  }
}

.contact-section .contact-details li {
  position: relative;
  padding-left: 60px;
}

.contact-section .contact-details ul > li + li {
  margin-top: 35px;
}

.contact-section .contact-details .icon {
  position: absolute;
  left: 0;
  top: -5px;
}

.contact-section .contact-details .icon .fi:before {
  font-size: 35px;
}

.contact-section .contact-details h3 {
  font-size: 18px;
  color: #787878;
  margin: 0 0 0.4em;
}

.contact-section .contact-details p {
  margin: 0;
}

.contact-section .contact-form-area {
  background-color: #f6f4f0;
  padding: 50px 60px 30px;
}

@media (max-width: 991px) {
  .contact-section .contact-form-area {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form-area {
    padding: 50px 30px 30px;
  }
}

.contact-section .contact-form-area .title > span {
  font-weight: 700;
  color: #c10e0e;
  text-transform: uppercase;
  display: block;
  margin-top: -0.3em;
}

.contact-section .contact-form-area .title h3 {
  font-size: 36px;
  margin: 0.1em 0 0.7em;
}

@media (max-width: 991px) {
  .contact-section .contact-form-area .title h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form-area .title h3 {
    font-size: 25px;
  }
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea {
  background: #fff;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .contact-section form input,
  .contact-section form select,
  .contact-section form textarea {
    height: 45px;
  }
}

.contact-section form input:focus,
.contact-section form select:focus,
.contact-section form textarea:focus {
  border-color: #c10e0e;
}

.contact-section form textarea {
  height: 160px;
}

.contact-section form {
  margin: 0 -7.5px;
  overflow: hidden;
}

.contact-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.contact-section form > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

@media (max-width: 600px) {
  .contact-section form > div {
    width: calc(100% - 15px);
    float: none;
  }
}

.contact-section form .fullwidth {
  width: calc(100% - 15px);
  float: none;
  clear: both;
}

.contact-section .error-handling-messages {
  width: 100%;
  float: none;
  clear: both;
}

/*--------------------------------------------------------------
#1.6	partners-section
--------------------------------------------------------------*/
.partners-section .container {
  position: relative;
}

.partners-section .grid {
  text-align: center;
}

.partners-section .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.partners-section .grid:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*--------------------------------------------------------------
#1.7	blog-section
--------------------------------------------------------------*/
.blog-section {
  padding-top: 95px;
  padding-bottom: 105px;
}

@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 45px;
    padding-top: 75px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 35px;
    padding-top: 65px;
  }
}

.blog-section .post-grids > .grid + .grid {
  margin-top: 38px;
}

@media (max-width: 991px) {
  .blog-section .post-grids > .grid + .grid {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .blog-section .post-grids {
    overflow: hidden;
    margin: 0 -15px;
  }
  .blog-section .post-grids .grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 50px;
  }
}

@media (max-width: 767px) {
  .blog-section .post-grids {
    margin: 0 -7.5px;
  }
  .blog-section .post-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 50px;
  }
}

@media (max-width: 550px) {
  .blog-section .post-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

@media (max-width: 991px) {
  .blog-section .last-grid {
    margin-top: 50px;
  }
}

.blog-section .entry-meta ul {
  overflow: hidden;
  margin-top: 25px;
}

.blog-section .entry-meta ul a {
  color: #787878;
}

.blog-section .entry-meta ul li {
  font-size: 14px;
  float: left;
}

@media (max-width: 1199px) {
  .blog-section .entry-meta ul li {
    font-size: 13px;
  }
}

.blog-section .entry-meta ul > li:last-child {
  color: #c10e0e;
  margin-left: 20px;
  position: relative;
}

.blog-section .entry-meta ul > li:last-child:before {
  content: "-";
  color: #787878;
  position: absolute;
  left: -11px;
  top: 0;
}

.blog-section .entry-details h3 {
  font-size: 20px;
  margin: 0.5em 0 0;
}

@media (max-width: 1199px) {
  .blog-section .entry-details h3 {
    font-size: 18px;
  }
}

.blog-section .entry-details h3 a {
  color: #212122;
}

.blog-section .entry-details h3 a:hover {
  color: #c10e0e;
}

/*--------------------------------------------------------------
	#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	service-single-section
--------------------------------------------------------------*/
.service-single-section .service-single-content h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: capitalize;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
}

.service-single-section .service-single-content .service-single-img {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content .service-single-img {
    margin-bottom: 50px;
  }
}

.service-single-section .service-single-content .why-choose-section {
  padding-top: 15px;
}

.service-single-section .service-single-content .why-choose-section .feature-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids {
    margin: 0 -7.5px;
  }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid {
  background: #fff;
  width: calc(33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 600px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .fi:before {
  font-size: 45px;
  color: #c10e0e;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
  font-size: 19px;
  margin: 0.5em 0 0.73em;
}

@media (max-width: 1199px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
    font-size: 18px;
  }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid p {
  margin: 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon {
  position: absolute;
  right: -40px;
  top: -40px;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon .fi:before {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover {
  background: #c10e0e;
  border-radius: 15px 15px 15px 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover .icon .fi:before,
.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover h3,
.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover p {
  color: #fff;
}

.service-single-section .service-single-content .tab-area {
  margin-top: 40px;
}

.service-single-section .service-single-content .tab-area .tablinks {
  border-top: 1px solid #eeeeee;
  margin-bottom: 15px;
}

.service-single-section .service-single-content .tab-area .tablinks ul {
  overflow: hidden;
}

.service-single-section .service-single-content .tab-area .tablinks li {
  width: 25%;
  float: left;
  position: relative;
}

@media (max-width: 500px) {
  .service-single-section .service-single-content .tab-area .tablinks li {
    width: auto;
  }
}

.service-single-section .service-single-content .tab-area .tablinks ul > li + li:before {
  content: "";
  background: #787878;
  width: 5px;
  height: 2px;
  position: absolute;
  left: -30px;
  top: 50%;
}

@media (max-width: 500px) {
  .service-single-section .service-single-content .tab-area .tablinks ul > li + li:before {
    display: none;
  }
}

.service-single-section .service-single-content .tab-area .tablinks a {
  font-size: 18px;
  color: #787878;
  padding: 25px 0;
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .tab-area .tablinks a {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .service-single-section .service-single-content .tab-area .tablinks a {
    padding: 25px 15px;
  }
}

.service-single-section .service-single-content .tab-area .tablinks a:before {
  content: "";
  background: #c10e0e;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.service-single-section .service-single-content .tab-area .tablinks li.active a:before {
  opacity: 1;
}

.service-single-section .service-single-content .tab-area .tablinks li.active a {
  text-decoration: none;
}

.service-single-section .service-single-content .tab-area .tab-pane > p:first-child {
  font-size: 20px;
  margin-bottom: 1.3em;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .tab-area .tab-pane > p:first-child {
    font-size: 16px;
  }
}

.service-single-section .service-single-content .tab-area .tab-pane > p:last-child {
  margin-bottom: 0;
}

.service-single-section .service-single-content .tab-area .img-area {
  margin: 0 -15px;
  padding: 40px 0 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .tab-area .img-area {
    margin: 0 -7.5px;
    padding: 30px 0 20px;
  }
}

.service-single-section .service-single-content .tab-area .img-area img {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .tab-area .img-area img {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 500px) {
  .service-single-section .service-single-content .tab-area .img-area img {
    width: calc(100% - 15px);
    float: none;
  }
}

/*--------------------------------------------------------------
	#project single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	project-single-section
--------------------------------------------------------------*/
.project-single-section h2 {
  font-size: 35px;
  margin: 0 0 1em;
  text-align: center;
}

@media (max-width: 991px) {
  .project-single-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .project-single-section h2 {
    font-size: 25px;
  }
}

.project-single-section p {
  margin-bottom: 2em;
}

.project-single-section .video-holder {
  position: relative;
}

.project-single-section .video-holder a {
  background-color: transparent;
  width: 75px;
  height: 75px;
  border: 2px solid #fff;
  border-radius: 75px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .project-single-section .video-holder a {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
}

.project-single-section .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project-single-section .porject-info {
  text-align: center;
  padding: 35px 15px 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
  margin: 45px 0 55px;
}

.project-single-section .porject-info > div {
  width: 33.33%;
  float: left;
  position: relative;
}

@media (max-width: 550px) {
  .project-single-section .porject-info > div {
    width: 100%;
    float: none;
  }
  .project-single-section .porject-info > div + div {
    margin-top: 20px;
  }
}

.project-single-section .porject-info > div + div:before {
  content: "";
  background-color: #e0dddd;
  width: 2px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 13px;
}

@media (max-width: 550px) {
  .project-single-section .porject-info > div + div:before {
    display: none;
  }
}

.project-single-section .porject-info span {
  color: #787878;
}

.project-single-section .porject-info p {
  font-size: 22px;
  color: #212122;
  margin: 0.2em 0 0;
}

@media (max-width: 767px) {
  .project-single-section .porject-info p {
    font-size: 18px;
  }
}

.project-single-section .img-area {
  margin: 0 -15px;
  padding: 30px 0 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .project-single-section .img-area {
    margin: 0 -7.5px;
    padding: 30px 0 20px;
  }
}

.project-single-section .img-area img {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .project-single-section .img-area img {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 500px) {
  .project-single-section .img-area img {
    width: calc(100% - 15px);
    float: none;
  }
}

.project-single-section blockquote {
  background-color: #c10e0e;
  padding: 40px 40px 40px 90px;
  color: #fff;
  font-size: 18px;
  border-radius: 0 15px 15px 15px;
  margin: 0 0 55px;
  border: 0;
  position: relative;
}

.project-single-section blockquote:before {
  content: "";
  background: url("../images/project-single/quote.png") center center/cover no-repeat local;
  width: 33px;
  height: 23px;
  position: absolute;
  left: 40px;
  top: 45px;
}

.project-single-section blockquote span {
  font-size: 15px;
  color: #fba7a7;
  display: block;
  margin-top: 15px;
}

/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	blog-pg-section 
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-video ***/
  /*** format-quote ***/
}

@media screen and (min-width: 1200px) {
  .blog-pg-section .blog-posts {
    padding-right: 40px;
  }
}

.blog-pg-section .blog-posts > .post {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-posts > .post {
    margin-bottom: 70px;
  }
}

.blog-pg-section .post .details {
  background-color: #f8f8f8;
  padding: 35px 40px;
}

@media (max-width: 991px) {
  .blog-pg-section .post .details {
    padding: 35px 20px;
  }
}

.blog-pg-section .entry-meta {
  overflow: hidden;
  padding-bottom: 20px;
}

.blog-pg-section .entry-meta > li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-pg-section .entry-meta > li + li {
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 9px;
  position: relative;
}

.blog-pg-section .entry-meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 9px;
}

.blog-pg-section .entry-meta li a {
  color: #c10e0e;
}

.blog-pg-section .entry-meta img {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.blog-pg-section .details h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .blog-pg-section .details h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-pg-section .details h3 a {
  color: #212122;
}

.blog-pg-section .details h3 a:hover {
  color: #c10e0e;
}

.blog-pg-section .details p {
  margin-bottom: 1.5em;
}

.blog-pg-section .details .read-more {
  font-weight: 500;
  color: #c10e0e;
  text-transform: uppercase;
}

.blog-pg-section .details .read-more:hover {
  color: #910b0b;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: rgba(193, 14, 14, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-video .video-holder:hover:before {
  background-color: rgba(193, 14, 14, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .format-video .video-holder a {
  width: 78px;
  height: 78px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder i {
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
  position: relative;
  top: 11px;
  left: 3px;
}

.blog-pg-section .format-quote .details {
  background-color: #fdf0eb;
  position: relative;
}

.blog-pg-section .format-quote .details:before {
  content: "";
  background: url("../images/blog/quote.png") center center/auto no-repeat local;
  width: 55px;
  height: 44px;
  position: absolute;
  right: 40px;
  top: 35px;
}

/*--------------------------------------------------------------
	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

@media screen and (min-width: 1200px) {
  .blog-single-section .blog-content {
    padding-right: 40px;
  }
}

.blog-single-section .entry-meta {
  overflow: hidden;
  padding: 35px 0 20px;
}

.blog-single-section .entry-meta > li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta > li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .entry-meta > li + li {
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 9px;
  position: relative;
}

.blog-single-section .entry-meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 9px;
}

.blog-single-section .entry-meta li a {
  color: #c10e0e;
}

.blog-single-section .entry-meta img {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.blog-single-section .post h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-single-section .post p {
  margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-single-section .post blockquote {
  background-color: #fef5f1;
  padding: 40px 55px;
  margin: 60px 0;
  border: 0;
  line-height: 1.9em;
  position: relative;
}

@media (max-width: 991px) {
  .blog-single-section .post blockquote {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 20px 30px;
  }
}

.blog-single-section .post blockquote .quoter {
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  margin: 70px 0;
}

@media screen and (min-width: 1200px) {
  .blog-single-section .tag-share {
    -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
    padding: 35px 25px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share {
    margin: 60px 0;
  }
}

.blog-single-section .tag-share .tag {
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag {
    float: none;
    display: block;
    margin-bottom: 25px;
  }
}

.blog-single-section .tag-share .share {
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share {
    float: none;
    display: block;
  }
}

.blog-single-section .tag-share ul {
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

.blog-single-section .tag-share .tag ul > li + li,
.blog-single-section .tag-share .share ul > li + li {
  margin-left: 10px;
}

.blog-single-section .tag-share .tag a {
  background-color: #fef5f1;
  display: block;
  padding: 9px 18px;
  color: #787878;
  border-radius: 50px;
}

.blog-single-section .tag-share .tag a:hover {
  background-color: #c10e0e;
  color: #fff;
}

.blog-single-section .tag-share .share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #787878;
  border-radius: 50%;
  padding: 0;
  display: block;
  border: 1px solid #dadada;
}

.blog-single-section .tag-share .share a:hover {
  background: #c10e0e;
  color: #fff;
  border-color: #c10e0e;
}

.blog-single-section .author-box {
  padding: 45px 50px 35px;
  margin: 70px 0;
  border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
  .blog-single-section .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .author-box {
    padding: 25px;
  }
}

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #212122;
}

.blog-single-section .author-box .social-link {
  display: inline-block;
}

.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 15px;
}

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #212122;
}

.blog-single-section .author-box .social-link a:hover {
  color: #c10e0e;
}

.blog-single-section .more-posts {
  margin: 70px 0;
}

.blog-single-section .more-posts .previous-post {
  display: inline-block;
  float: left;
}

.blog-single-section .more-posts .next-post {
  display: inline-block;
  float: right;
}

.blog-single-section .more-posts .previous-post a,
.blog-single-section .more-posts .next-post a {
  background-color: #fdf0eb;
  font-weight: 500;
  color: #787878;
  display: block;
  padding: 15px 40px;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post a,
  .blog-single-section .more-posts .next-post a {
    padding: 12px 35px;
  }
}

.blog-single-section .more-posts .previous-post a:hover,
.blog-single-section .more-posts .next-post a:hover {
  background-color: #c10e0e;
  color: #fff;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area li > div {
  background: #f8f8f8;
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li > div {
    padding: 30px 25px;
  }
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
}

.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-weight: normal;
  text-transform: none;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  margin-top: 8px;
}

.blog-single-section .comments-area .comment-reply-link {
  background: #f02c2c;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #c10e0e;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8f8;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c10e0e;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #ee1414;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  outline: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #c10e0e;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-content {
    padding-right: 0;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-single-fullwidth .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
	404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.8em;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}