﻿@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700|Prata");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  color: #5d6d7a;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #5d6d7a;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", serif;
  color: #274054;
  line-height: 1.4em;
}

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;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 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: 60px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 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: #c83226;
  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;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(200, 50, 38, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #c83226;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #c83226;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #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%);
}

/** 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 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .section-title, .section-title-s2, .section-title-s3 {
    margin-bottom: 40px;
  }
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #c83226;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.section-title > span:before, .section-title-s2 > span:before, .section-title-s3 > span:before, .section-title > span:after, .section-title-s2 > span:after, .section-title-s3 > span:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #c83226;
  position: absolute;
  top: 13px;
}

.section-title > span:before, .section-title-s2 > span:before, .section-title-s3 > span:before {
  left: 0;
}

.section-title > span:after, .section-title-s2 > span:after, .section-title-s3 > span:after {
  right: 0;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
  font-size: 38px;
  font-size: 2.375rem;
  margin: 0.26em 0 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.section-title-s2 {
  text-align: left;
}

.section-title-s2 > span:after {
  display: none;
}

.section-title-s3 h2 {
  margin-bottom: 0.4em;
}

.section-title-s3 p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 991px) {
  .section-title-s3 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.theme-btn, .theme-btn-s2, .theme-btn-s4, .theme-btn-s3 {
  background-color: #fff;
  height: 50px;
  line-height: 45px;
  font-weight: bold;
  color: #c83226;
  padding: 0 23px;
  border: 2px solid #c83226;
  border-radius: 50px;
  text-transform: capitalize;
  display: inline-block;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s4:hover, .theme-btn-s3:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s4:focus, .theme-btn-s3:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s4:active, .theme-btn-s3:active {
  background-color: #c83226;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s4, .theme-btn-s3 {
    padding: 12px;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 45px;
    line-height: 40px;
  }
}

.theme-btn-s2, .theme-btn-s4 {
  background-color: #c83226;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 28px;
  color: #fff;
  border: 0;
}

@media (max-width: 991px) {
  .theme-btn-s2, .theme-btn-s4 {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 22px;
  }
}

.theme-btn-s2:hover, .theme-btn-s4:hover, .theme-btn-s2:focus, .theme-btn-s4:focus, .theme-btn-s2:active, .theme-btn-s4:active {
  background-color: #b32d22;
  color: #fff;
}

.theme-btn-s3 {
  background-color: transparent;
  color: #fff;
}

.theme-btn-s4 {
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding: 0 35px;
}

@media (max-width: 991px) {
  .theme-btn-s4 {
    padding: 0 22px;
  }
}

.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: #c83226;
  -webkit-box-shadow: 0 0 5px 0 #dc5045;
  -moz-box-shadow: 0 0 5px 0 #dc5045;
  -o-box-shadow: 0 0 5px 0 #dc5045;
  -ms-box-shadow: 0 0 5px 0 #dc5045;
  box-shadow: 0 0 5px 0 #dc5045;
}

.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;
}

/******************************
	#page title
******************************/
.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 480px;
  position: relative;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  left: -15px;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 58px;
  font-size: 3.625rem;
  margin-bottom: 0.30em;
  text-transform: capitalize;
}

@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: 16px;
  font-size: 1rem;
  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: #c83226;
}

.page-title .breadcrumb li a:hover {
  color: #b32d22;
}

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  padding: 0;
  position: absolute;
  left: -9px;
  top: 5px;
  border-radius: 50%;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
}

.preloader .lds-roller {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
}

.preloader .lds-roller span {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  display: block;
}

.preloader .lds-roller span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c83226;
  margin: -3px 0 0 -3px;
}

.preloader .lds-roller span:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.preloader .lds-roller span:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.preloader .lds-roller span:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.preloader .lds-roller span:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.preloader .lds-roller span:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.preloader .lds-roller span:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.preloader .lds-roller span:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.preloader .lds-roller span:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.preloader .lds-roller span:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.preloader .lds-roller span:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.preloader .lds-roller span:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.preloader .lds-roller span:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.preloader .lds-roller span:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.preloader .lds-roller span:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.preloader .lds-roller span:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.preloader .lds-roller span:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.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 {
  border: 1px solid #e6e5e5;
  padding: 25px;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a.collapsed:before {
  content: "\e61a";
}

.theme-accordion-s1 .panel-heading a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #c83226;
  display: block;
  padding: 0 0 0 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    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: "\e622";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    left: 0;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a:before {
    left: -10px;
    top: 10px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: transparent;
  color: #274054;
}

.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: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
  padding: 20px 0 0 25px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 5px 0 0 15px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  font-size: 16px;
  margin-bottom: 1.3em;
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p:last-child {
  margin-bottom: 0;
}

/*------------------------------------
	service single sidebar
------------------------------------*/
.service-single-sidebar {
  max-width: 265px;
}

@media (max-width: 1199px) {
  .service-single-sidebar {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .service-single-sidebar {
    margin-top: 70px;
  }
}

.service-single-sidebar > .widget + .widget {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .service-single-sidebar > .widget + .widget {
    margin-top: 70px;
  }
}

.service-single-sidebar .widget h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.6em;
}

.service-single-sidebar .service-list-widget ul li,
.service-single-sidebar .attorney-list-widget ul li {
  border-bottom: 1px solid #f1f1f1;
}

.service-single-sidebar .service-list-widget a,
.service-single-sidebar .attorney-list-widget a {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  color: #5d6d7a;
  padding: 14px 0;
}

.service-single-sidebar .service-list-widget a:hover,
.service-single-sidebar .service-list-widget li.current-item a,
.service-single-sidebar .attorney-list-widget a:hover,
.service-single-sidebar .attorney-list-widget li.current-item a {
  color: #c83226;
}

.service-single-sidebar .attorney-list-widget {
  border: 4px solid #f0f2f3;
  padding: 40px 30px 20px;
  overflow-wrap: break-word;
}

.service-single-sidebar .attorney-list-widget ul li:last-child {
  border: 0;
}

.service-single-sidebar .contact-widget {
  border: 4px solid #f0f2f3;
  padding: 40px 30px;
  overflow-wrap: break-word;
}

.service-single-sidebar .contact-widget li span {
  color: #c83226;
}

.service-single-sidebar .contact-widget ul > li + li {
  margin-top: 15px;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  border: 4px solid #f0f2f3;
  padding: 40px 30px;
  /*** 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;
    padding: 40px 20px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 1em;
  position: relative;
  display: inline-block;
}

.blog-sidebar > .widget + .widget {
  margin-top: 55px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #f1f1f1;
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  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(200, 50, 38, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  color: #c83226;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .category-widget ul li {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-sidebar .category-widget ul li:before {
  font-family: Flaticon;
  content: "\f106";
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  left: 0;
  top: 3px;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
  color: #666;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #c83226;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 70px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 70px);
  float: left;
  padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0;
}

@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: #c83226;
}

.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: rgba(200, 50, 38, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 8px 18px 6px;
  color: #fff;
  border-radius: 50px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #c83226;
}

/**** 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: transparent;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #a9b8c4;
  border: 2px solid #c9cfd4;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #c83226;
  border-color: #c83226;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  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-brand {
  height: auto;
}

.site-header .navbar-brand img {
  max-width: 325px;
}

.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: #c83226 !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: 240px;
    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 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #f1f1f1;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 12px 15px;
    color: #000;
  }
  .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 #c83226;
    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: #c83226;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    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%);
    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: #c83226;
  }
  .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-style-3 {
  /*** topbar ***/
  /*** navigation ***/
}

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
  background-color: #c83226;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

@media (max-width: 991px) {
  .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
    text-align: center;
    padding: 25px 0 0;
  }
}

.header-style-1 .topbar > .container, .header-style-2 .topbar > .container, .header-style-3 .topbar > .container {
  position: relative;
}

.header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
  overflow: hidden;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
  float: left;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
    float: none;
    padding: 0;
  }
}

.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ce655d;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
    margin: 0;
    padding: 12px 0 0;
    border: 0;
  }
}

.header-style-1 .topbar .social, .header-style-2 .topbar .social, .header-style-3 .topbar .social {
  float: right;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .social, .header-style-2 .topbar .social, .header-style-3 .topbar .social {
    float: none;
    margin: 0 0 15px;
  }
}

.header-style-1 .topbar .social ul, .header-style-2 .topbar .social ul, .header-style-3 .topbar .social ul {
  overflow: hidden;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .social ul, .header-style-2 .topbar .social ul, .header-style-3 .topbar .social ul {
    display: inline-block;
  }
}

.header-style-1 .topbar .social ul li, .header-style-2 .topbar .social ul li, .header-style-3 .topbar .social ul li {
  float: left;
}

.header-style-1 .topbar .social ul > li + li, .header-style-2 .topbar .social ul > li + li, .header-style-3 .topbar .social ul > li + li {
  margin-left: 10px;
}

.header-style-1 .topbar .social ul a, .header-style-2 .topbar .social ul a, .header-style-3 .topbar .social ul a {
  color: #fff;
}

.header-style-1 .topbar .social ul a:hover, .header-style-2 .topbar .social ul a:hover, .header-style-3 .topbar .social ul a:hover {
  color: #333;
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
  margin-top: 13px;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 .navigation #navbar, .header-style-2 .navigation #navbar, .header-style-3 .navigation #navbar {
    margin-right: 50px;
  }
  .header-style-1 .navigation #navbar > ul > li > a, .header-style-2 .navigation #navbar > ul > li > a, .header-style-3 .navigation #navbar > ul > li > a {
    font-weight: 600;
    padding: 40px 15px;
    color: #000;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 .navigation #navbar, .header-style-2 .navigation #navbar, .header-style-3 .navigation #navbar {
    margin-right: 230px;
  }
}

.header-style-1 .navigation .search-quote, .header-style-2 .navigation .search-quote, .header-style-3 .navigation .search-quote {
  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 (max-width: 1199px) {
  .header-style-1 .navigation .search-quote .quote, .header-style-2 .navigation .search-quote .quote, .header-style-3 .navigation .search-quote .quote {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation .search-quote, .header-style-2 .navigation .search-quote, .header-style-3 .navigation .search-quote {
    right: 55px;
  }
}

.header-style-1 .navigation .search-quote > div, .header-style-2 .navigation .search-quote > div, .header-style-3 .navigation .search-quote > div {
  float: left;
}

.header-style-1 .navigation .search-quote .open-btn, .header-style-2 .navigation .search-quote .open-btn, .header-style-3 .navigation .search-quote .open-btn {
  background: transparent;
  margin-right: 10px;
  margin-top: 5px;
  border: 0;
}

@media (max-width: 1199px) {
  .header-style-1 .navigation .search-quote .open-btn, .header-style-2 .navigation .search-quote .open-btn, .header-style-3 .navigation .search-quote .open-btn {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation .search-quote .open-btn, .header-style-2 .navigation .search-quote .open-btn, .header-style-3 .navigation .search-quote .open-btn {
    margin-top: 0;
  }
}

.header-style-1 .navigation .search-quote .open-btn .fi:before, .header-style-2 .navigation .search-quote .open-btn .fi:before, .header-style-3 .navigation .search-quote .open-btn .fi:before {
  color: #000;
}

/*---------------------------------------------
	header-style-2
-----------------------------------------------*/
.header-style-2 .navbar-brand {
  margin-top: 13px;
}

@media (max-width: 991px) {
  .header-style-2 .navbar-brand {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .header-style-2 #navbar {
    text-align: center;
  }
  .header-style-2 #navbar .sub-menu {
    text-align: left;
  }
  .header-style-2 #navbar > ul {
    display: inline-block;
    float: none;
  }
  .header-style-2 .navigation #navbar > ul > li > a {
    padding: 42px 15px 33px;
  }
}

/*---------------------------------------------
	header-style-3
-----------------------------------------------*/
@media screen and (min-width: 992px) {
  .header-style-3 {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-3 .container {
    position: relative;
  }
  .header-style-3 .separator {
    background: rgba(255, 255, 255, 0.1);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 0;
  }
  .header-style-3 .topbar,
  .header-style-3 .navigation {
    background-color: transparent;
  }
  .header-style-3 .topbar .contact-info ul > li + li {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header-style-3 .navigation #navbar > ul > li > a,
  .header-style-3 .navigation .search-quote .open-btn .fi:before {
    color: #fff;
  }
  .header-style-3 .topbar .social ul a:hover {
    color: #c83226;
  }
}

@media (max-width: 991px) {
  .header-style-3 .navigation {
    background-color: #c83226;
    border-top: 1px solid #b72b2b;
  }
  .header-style-3 .navigation .search-quote .open-btn .fi:before {
    color: #fff;
  }
}

.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}

.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: 20px;
  padding: 15px 25px;
  border: 0;
  border-radius: 0;
}

@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: #c83226;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 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 {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: rgba(255, 255, 255, 0.2);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "themify";
  content: "\e629";
  opacity: 1;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "themify";
  content: "\e628";
  opacity: 1;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: #c83226;
  border-color: #c83226;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: #c83226;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

.hero .slide-caption > div {
  overflow: hidden;
}

.hero .slide-caption > div * {
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/*----------------------------------------------
	hero-style-1
------------------------------------------------*/
.hero-style-1, .hero-style-2, .hero-style-3 {
  position: relative;
  height: calc(100vh - 150px);
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-1, .hero-style-2, .hero-style-3 {
    height: 500px;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-1, .hero-style-2, .hero-style-3 {
    height: 450px;
    min-height: 450px;
  }
}

.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
  height: calc(100vh - 150px);
  min-height: 700px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    height: 500px;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    height: 450px;
    min-height: 450px;
  }
}

.hero-style-1 .slide:before, .hero-style-2 .slide:before, .hero-style-3 .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style-1 .slide-caption .slide-subtitle p, .hero-style-2 .slide-caption .slide-subtitle p, .hero-style-3 .slide-caption .slide-subtitle p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption .slide-subtitle p, .hero-style-2 .slide-caption .slide-subtitle p, .hero-style-3 .slide-caption .slide-subtitle p {
    font-size: 16px;
    font-size: 1rem; line-height:30px
  }
}

.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1.1em;
  color: #fff;
  margin: 0.61em 0 0.56em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

/*----------------------------------------------
	hero-style-2
------------------------------------------------*/
.hero-style-2 {
  position: relative;
  height: 700px;
}

@media (max-width: 991px) {
  .hero-style-2 {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 {
    height: 450px;
  }
}

.hero-style-2 .slide {
  height: 700px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-2 .slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide {
    height: 450px;
  }
}

/*----------------------------------------------
	hero-style-3
------------------------------------------------*/
.hero-style-3 {
  height: 100vh;
}

.hero-style-3 .slide {
  height: 100vh;
}

@media screen and (min-width: 992px) {
  .hero-style-3 .slide-caption {
    margin-top: 150px;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #111a21;
  position: relative;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** service-link-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #fff;
}

.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-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: blod;
  color: #fff;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .widget-title h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 45px;
    position: relative;
  }
}

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

.site-footer .link-widget ul li {
  position: relative;
  padding-left: 20px;
}

.site-footer .link-widget ul li:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .site-footer .link-widget ul li:before {
    width: 8px;
    height: 8px;
    top: 3px;
  }
}

.site-footer .link-widget ul li:hover:before {
  background: #c83226;
}

.site-footer .link-widget ul a {
  color: #fff;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  color: red;
}

.site-footer .link-widget ul > li + li {
  margin-top: 17px;
}

@media screen and (min-width: 1200px) {
  .site-footer .service-link-widget {
    padding-left: 25px;
  }
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
  background-color: #243746;
  height: 50px;
  color: #fff;
  padding: 6px 25px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}

.site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
}

.site-footer .newsletter-widget .social-icons ul {
  overflow: hidden;
  padding-top: 35px;
}

@media (max-width: 767px) {
  .site-footer .newsletter-widget .social-icons ul {
    padding-top: 30px;
  }
}

.site-footer .newsletter-widget .social-icons ul li {
  float: left;
}

.site-footer .newsletter-widget .social-icons ul > li + li {
  margin-left: 15px;
}

.site-footer .newsletter-widget .social-icons ul a {
  color: #fff;
}

.site-footer .newsletter-widget .social-icons ul a:hover {
  color: #c83226;
}

.site-footer .lower-footer {
  text-align: center;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: rgba(255, 255, 255, 0.05);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 7px 0 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    margin: 7px 0 20px;
  }
}

.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;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-3 .navigation.sticky-header {
  background-color: #272525;
}

@media (max-width: 991px) {
  .header-style-3 .navigation.sticky-header {
    border-top: 1px solid transparent;
  }
}

/*--------------------------------------------------------------
#0.6	cta-section
--------------------------------------------------------------*/
.cta-section {
  background: url("../images/cta.jpg") center center/cover no-repeat local;
  padding: 100px 0;
  color: #fff;
  position: relative;
}

@media (max-width: 991px) {
  .cta-section {
    padding: 80px 0 70px;
  }
}

.cta-section:before {
  content: "";
  background-color: rgba(200, 50, 38, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .intro-text {
  width: 515px;
  float: left;
  border-right: 1px solid #d27169;
  padding-right: 65px;
}

@media (max-width: 991px) {
  .cta-section .intro-text {
    float: none;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .cta-section .intro-text {
    width: 100%;
  }
}

.cta-section .intro-text > span {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .cta-section .intro-text > span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cta-section .intro-text > h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5em;
  color: #fff;
  margin: 0.7em 0 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .cta-section .intro-text > h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cta-section .details {
  width: calc(100% - 515px);
  float: right;
  padding-left: 65px;
  padding-top: 38px;
}

@media (max-width: 1199px) {
  .cta-section .details {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .cta-section .details {
    width: 100%;
    float: none;
    padding: 40px 0 0;
  }
}

.cta-section .details p {
  color: #fff;
  margin: 0;
}

/*--------------------------------------------------------------
#0.7	about-section
--------------------------------------------------------------*/
.about-section .content-area {
  position: relative;
}

.about-section .left-col {
  background-color: #f8f8f8;
  width: calc(50% + 150px);
  padding: 135px 0 140px;
  float: left;
}

@media (max-width: 1199px) {
  .about-section .left-col {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .about-section .left-col {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .about-section .left-col {
    padding: 80px 0;
  }
}

.about-section .about-text {
  max-width: 720px;
  margin-left: auto;
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .about-section .about-text {
    max-width: 620px;
  }
}

@media (max-width: 991px) {
  .about-section .about-text {
    max-width: 750px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .about-section .about-text {
    max-width: auto;
    padding: 0 15px;
  }
}

.about-section .about-text > span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #c83226;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about-section .about-text > span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about-section .about-text > h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4em;
  margin: 0.5em 0 0.8em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about-section .about-text > h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.about-section .about-text > p {
  margin-bottom: 2.5em;
}

.about-section .about-text > p:last-child {
  margin-bottom: 0;
}

.about-section .right-col {
  width: calc(50% - 150px);
  height: 100%;
  float: right;
  background: url("../images/about-video.jpg") center center/cover no-repeat local;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .about-section .right-col {
    width: 100%;
    float: none;
    position: relative;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .about-section .right-col {
    height: 350px;
  }
}

.about-section .video-holder a {
  background-color: #fff;
  width: 75px;
  height: 75px;
  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%);
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}

@media (max-width: 767px) {
  .about-section .video-holder a {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
}

.about-section .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c83226;
  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%);
}

.about-section .video-holder a:after {
  content: "";
  width: 75px;
  height: 75px;
  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%);
  -webkit-animation: spineer 2s 1.5s infinite;
  animation: spineer 2s 1.5s infinite;
}

@media (max-width: 767px) {
  .about-section .video-holder a:after {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
}

@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
    box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
    box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
  }
}

@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
    box-shadow: 0 0 0 0 rgba(200, 50, 38, 0.3);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
    box-shadow: 0 0 0 25px rgba(200, 50, 38, 0.3);
  }
}

/*--------------------------------------------------------------
#0.8	service-section
--------------------------------------------------------------*/
.service-section {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .service-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .service-section {
    padding-bottom: 20px;
  }
}

.service-section .service-grids {
  text-align: center;
}

.service-section .service-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 50px 50px;
}

@media (max-width: 1199px) {
  .service-section .service-grids .grid {
    padding: 0 20px 50px;
  }
}

@media (max-width: 991px) {
  .service-section .service-grids .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .service-section .service-grids .grid {
    width: 100%;
    float: none;
  }
}

.service-section .grid .icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 auto 25px;
  -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}

.service-section .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #c83226;
}

.service-section .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.6em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .service-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-section .grid h3 a {
  color: #274054;
}

.service-section .grid h3 a:hover {
  color: #c83226;
}

.service-section .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#0.9	testimonials-contact-section
--------------------------------------------------------------*/
.testimonials-contact-section, .testimonials-contact-section-s2, .testimonials-section-page {
  background: url("../images/testimonials-contact-bg.jpg") center center/cover no-repeat local;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .testimonials-contact-section, .testimonials-contact-section-s2, .testimonials-section-page {
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials-contact-section, .testimonials-contact-section-s2, .testimonials-section-page {
    padding-bottom: 35px;
  }
}

.testimonials-contact-section .testimonial-grids, .testimonials-contact-section-s2 .testimonial-grids, .testimonials-section-page .testimonial-grids {
  margin: 0 -15px;
}

.testimonials-contact-section .testimonial-grids .grid, .testimonials-contact-section-s2 .testimonial-grids .grid, .testimonials-section-page .testimonial-grids .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .testimonials-contact-section .testimonial-grids .grid, .testimonials-contact-section-s2 .testimonial-grids .grid, .testimonials-section-page .testimonial-grids .grid {
    width: calc(100% - 30px);
    float: none;
    margin: 0 15px 80px;
  }
}

.testimonials-contact-section .testimonial-grids .quote, .testimonials-contact-section-s2 .testimonial-grids .quote, .testimonials-section-page .testimonial-grids .quote {
  background-color: #fff;
  padding: 45px 40px;
}

@media (max-width: 991px) {
  .testimonials-contact-section .testimonial-grids .quote, .testimonials-contact-section-s2 .testimonial-grids .quote, .testimonials-section-page .testimonial-grids .quote {
    padding: 40px 35px;
  }
}

.testimonials-contact-section .testimonial-grids .quote p, .testimonials-contact-section-s2 .testimonial-grids .quote p, .testimonials-section-page .testimonial-grids .quote p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 0;
  font-style: italic;
}

@media (max-width: 991px) {
  .testimonials-contact-section .testimonial-grids .quote p, .testimonials-contact-section-s2 .testimonial-grids .quote p, .testimonials-section-page .testimonial-grids .quote p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.testimonials-contact-section .testimonial-grids .details, .testimonials-contact-section-s2 .testimonial-grids .details, .testimonials-section-page .testimonial-grids .details {
  background: url("../images/testimonials/quote.png") left top/auto no-repeat local;
  padding-left: 175px;
  margin-top: 30px;
  position: relative;
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .testimonials-contact-section .testimonial-grids .details, .testimonials-contact-section-s2 .testimonial-grids .details, .testimonials-section-page .testimonial-grids .details {
    background-image: none;
    padding-left: 90px;
    margin-top: 20px;
  }
}

.testimonials-contact-section .testimonial-grids .client-pic, .testimonials-contact-section-s2 .testimonial-grids .client-pic, .testimonials-section-page .testimonial-grids .client-pic {
  position: absolute;
  left: 85px;
  top: 0;
}

@media (max-width: 991px) {
  .testimonials-contact-section .testimonial-grids .client-pic, .testimonials-contact-section-s2 .testimonial-grids .client-pic, .testimonials-section-page .testimonial-grids .client-pic {
    left: 0;
  }
}

.testimonials-contact-section .testimonial-grids .client-pic img, .testimonials-contact-section-s2 .testimonial-grids .client-pic img, .testimonials-section-page .testimonial-grids .client-pic img {
  border-radius: 50%;
  border: 2px solid #c83226;
}

.testimonials-contact-section .testimonial-grids .details h4, .testimonials-contact-section-s2 .testimonial-grids .details h4, .testimonials-section-page .testimonial-grids .details h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  margin: 0.8em 0 0.3em;
}

.testimonials-contact-section .testimonial-grids .details h4 + span, .testimonials-contact-section-s2 .testimonial-grids .details h4 + span, .testimonials-section-page .testimonial-grids .details h4 + span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #bfbfbf;
}

.testimonials-contact-section .contact-row, .testimonials-contact-section-s2 .contact-row, .testimonials-section-page .contact-row {
  position: relative;
  margin-top: 80px;
  padding-top: 100px;
  color: #fff;
}

@media (max-width: 991px) {
  .testimonials-contact-section .contact-row, .testimonials-contact-section-s2 .contact-row, .testimonials-section-page .contact-row {
    margin-top: 25px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .testimonials-contact-section .contact-row, .testimonials-contact-section-s2 .contact-row, .testimonials-section-page .contact-row {
    margin-top: 10px;
    padding-top: 60px;
  }
}

.testimonials-contact-section .contact-row .separator, .testimonials-contact-section-s2 .contact-row .separator, .testimonials-section-page .contact-row .separator {
  background: #2f2f2f;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-contact-section .contact-area h3, .testimonials-contact-section-s2 .contact-area h3, .testimonials-section-page .contact-area h3 {
  font-size: 32px;
  font-size: cacl-rem-value(32);
  line-height: 1.4em;
  color: #fff;
  margin: 0 0 1em;
  text-transform: capitalize;
  padding-right: 100px;
}

@media (max-width: 991px) {
  .testimonials-contact-section .contact-area h3, .testimonials-contact-section-s2 .contact-area h3, .testimonials-section-page .contact-area h3 {
    font-size: 25px;
    font-size: cacl-rem-value(25);
  }
}

.testimonials-contact-section .contact-area p, .testimonials-contact-section-s2 .contact-area p, .testimonials-section-page .contact-area p {
  font-size: 18px;
  font-size: cacl-rem-value(18);
  margin-bottom: 2em;
  color: #fff;
}

@media (max-width: 991px) {
  .testimonials-contact-section .contact-area p, .testimonials-contact-section-s2 .contact-area p, .testimonials-section-page .contact-area p {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

.testimonials-contact-section .contact-area ul li, .testimonials-contact-section-s2 .contact-area ul li, .testimonials-section-page .contact-area ul li {
  padding-left: 68px;
  padding-top: 5px;
  position: relative;
}

.testimonials-contact-section .contact-area ul li span, .testimonials-contact-section-s2 .contact-area ul li span, .testimonials-section-page .contact-area ul li span {
  font-family: "Prata", serif;
  display: block;
}

.testimonials-contact-section .contact-area ul > li + li, .testimonials-contact-section-s2 .contact-area ul > li + li, .testimonials-section-page .contact-area ul > li + li {
  margin-top: 40px;
}

.testimonials-contact-section .contact-area .icon, .testimonials-contact-section-s2 .contact-area .icon, .testimonials-section-page .contact-area .icon {
  background-color: #fff;
  width: 48px;
  height: 48px;
  line-height: 52px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.testimonials-contact-section .contact-area .icon i, .testimonials-contact-section-s2 .contact-area .icon i, .testimonials-section-page .contact-area .icon i {
  color: #c83226;
}

.testimonials-contact-section .contact-form, .testimonials-contact-section-s2 .contact-form, .testimonials-section-page .contact-form {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .testimonials-contact-section .contact-form, .testimonials-contact-section-s2 .contact-form, .testimonials-section-page .contact-form {
    margin-top: 80px;
  }
}

.testimonials-contact-section .contact-form input, .testimonials-contact-section-s2 .contact-form input, .testimonials-section-page .contact-form input,
.testimonials-contact-section .contact-form textarea,
.testimonials-contact-section-s2 .contact-form textarea,
.testimonials-section-page .contact-form textarea {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 45px;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 0;
  padding: 6px 18px;
}

.testimonials-contact-section .contact-form input:focus, .testimonials-contact-section-s2 .contact-form input:focus, .testimonials-section-page .contact-form input:focus,
.testimonials-contact-section .contact-form textarea:focus,
.testimonials-contact-section-s2 .contact-form textarea:focus,
.testimonials-section-page .contact-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c83226;
}

.testimonials-contact-section .contact-form form, .testimonials-contact-section-s2 .contact-form form, .testimonials-section-page .contact-form form {
  margin: 0 -15px;
}

.testimonials-contact-section .contact-form form ::-webkit-input-placeholder, .testimonials-contact-section-s2 .contact-form form ::-webkit-input-placeholder, .testimonials-section-page .contact-form form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #aba8a8;
}

.testimonials-contact-section .contact-form form :-moz-placeholder, .testimonials-contact-section-s2 .contact-form form :-moz-placeholder, .testimonials-section-page .contact-form form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #aba8a8;
}

.testimonials-contact-section .contact-form form ::-moz-placeholder, .testimonials-contact-section-s2 .contact-form form ::-moz-placeholder, .testimonials-section-page .contact-form form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #aba8a8;
}

.testimonials-contact-section .contact-form form :-ms-input-placeholder, .testimonials-contact-section-s2 .contact-form form :-ms-input-placeholder, .testimonials-section-page .contact-form form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #aba8a8;
}

.testimonials-contact-section .contact-form form > div, .testimonials-contact-section-s2 .contact-form form > div, .testimonials-section-page .contact-form form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 550px) {
  .testimonials-contact-section .contact-form form > div, .testimonials-contact-section-s2 .contact-form form > div, .testimonials-section-page .contact-form form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

.testimonials-contact-section .contact-form form > .submit-area, .testimonials-contact-section-s2 .contact-form form > .submit-area, .testimonials-section-page .contact-form form > .submit-area {
  margin-bottom: 0;
}

.testimonials-contact-section .contact-form form .comment-area, .testimonials-contact-section-s2 .contact-form form .comment-area, .testimonials-section-page .contact-form form .comment-area {
  width: calc(100% - 30px);
  float: none;
}

.testimonials-contact-section .contact-form form .comment-area textarea, .testimonials-contact-section-s2 .contact-form form .comment-area textarea, .testimonials-section-page .contact-form form .comment-area textarea {
  height: 170px;
}

.testimonials-contact-section .contact-form form .comment-area textarea:focus, .testimonials-contact-section-s2 .contact-form form .comment-area textarea:focus, .testimonials-section-page .contact-form form .comment-area textarea:focus {
  border-color: #c83226;
  outline: none;
}

/*--------------------------------------------------------------
#1.0	case-studies-section
--------------------------------------------------------------*/
.case-studies-section, .case-studies-section-s2 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .case-studies-section, .case-studies-section-s2 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .case-studies-section, .case-studies-section-s2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .case-studies-section .section-title-s2, .case-studies-section-s2 .section-title-s2 {
    text-align: center;
  }
}

.case-studies-section .grid-filters, .case-studies-section-s2 .grid-filters {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .case-studies-section .grid-filters, .case-studies-section-s2 .grid-filters {
    text-align: center;
  }
  .case-studies-section .grid-filters ul, .case-studies-section-s2 .grid-filters ul {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .case-studies-section .grid-filters li, .case-studies-section-s2 .grid-filters li {
    display: inline-block;
  }
}

.case-studies-section .grid-filters li a, .case-studies-section-s2 .grid-filters li a {
  color: #274054;
  font-weight: 600;
  padding: 8px 30px 10px;
  display: block;
  border-radius: 45px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .case-studies-section .grid-filters li a, .case-studies-section-s2 .grid-filters li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 20px 10px;
  }
}

.case-studies-section .grid-filters li a.current, .case-studies-section-s2 .grid-filters li a.current {
  background-color: #c83226;
  color: #fff;
}

.case-studies-section .grid-filters li a:active, .case-studies-section-s2 .grid-filters li a:active,
.case-studies-section .grid-filters li a:focus,
.case-studies-section-s2 .grid-filters li a:focus {
  text-decoration: none;
}

.case-studies-section .grid-container, .case-studies-section-s2 .grid-container {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .case-studies-section .grid-container, .case-studies-section-s2 .grid-container {
    margin: 0 -7.5px;
  }
}

.case-studies-section .grid-container .grid, .case-studies-section-s2 .grid-container .grid {
  width: calc(24.99% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .case-studies-section .grid-container .grid, .case-studies-section-s2 .grid-container .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .case-studies-section .grid-container .grid, .case-studies-section-s2 .grid-container .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}

@media (max-width: 550px) {
  .case-studies-section .grid-container .grid, .case-studies-section-s2 .grid-container .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.case-studies-section .grid .hover-content, .case-studies-section-s2 .grid .hover-content {
  background: rgba(200, 50, 38, 0.9);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  left: 15px;
  top: 15px;
  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;
}

.case-studies-section .grid:hover .hover-content, .case-studies-section-s2 .grid:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.case-studies-section .hover-content .text, .case-studies-section-s2 .hover-content .text {
  width: 100%;
  text-align: center;
  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%);
}

.case-studies-section .hover-content h4, .case-studies-section-s2 .hover-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .case-studies-section .hover-content h4, .case-studies-section-s2 .hover-content h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.case-studies-section .hover-content h4 a, .case-studies-section-s2 .hover-content h4 a {
  color: #fff;
}

.case-studies-section .hover-content h4 a:hover, .case-studies-section-s2 .hover-content h4 a:hover {
  color: #274054;
}

.case-studies-section .hover-content h4 + span, .case-studies-section-s2 .hover-content h4 + span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #d5d5d5;
}

/*--------------------------------------------------------------
#1.1	cta-s2-section
--------------------------------------------------------------*/
.cta-s2-section {
  background: url("../images/cta-s2.jpg") center center/cover no-repeat local;
  color: #fff;
}

.cta-s2-section h3 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  margin: -0.1em 0 0.8em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .cta-s2-section h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .cta-s2-section h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cta-s2-section p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .cta-s2-section p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .cta-s2-section p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#1.2	team-section
--------------------------------------------------------------*/
.team-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 550px) {
  .team-section {
    padding-bottom: 35px;
  }
}

.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(24.99% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}

@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 15px;
  }
}

@media (max-width: 550px) {
  .team-section .team-grids .grid {
    width: calc(100% - 15px);
    float: none;
    margin: 0 7.5px 45px;
  }
}

.team-section .grid .info {
  background-color: #fff;
  width: calc(100% - 60px);
  text-align: center;
  padding: 25px;
  margin: -25px auto 0;
  -webkit-box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  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;
}

@media (max-width: 767px) {
  .team-section .grid .info {
    width: calc(100% - 40px);
    padding: 20px;
    margin: -20px auto 0;
  }
}

.team-section .grid:hover .info {
  background: #c83226;
}

.team-section .grid:hover .info a,
.team-section .grid:hover .info span {
  color: #fff;
}

.team-section .info h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.2em;
}

@media (max-width: 767px) {
  .team-section .info h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.team-section .info h3 a {
  color: #274054;
}

.team-section .info h3 a:hover {
  color: #c83226;
}

.team-section .info h3 + span {
  color: #c83226;
}

/*--------------------------------------------------------------
#1.3	partners-section
--------------------------------------------------------------*/
.partners-section {
  background-color: #f8f8f8;
  padding: 90px 0;
}

.partners-section .owl-carousel .owl-item img {
  width: auto;
}

/*--------------------------------------------------------------
#1.4	blog-section
--------------------------------------------------------------*/
.blog-section {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 60px;
  }
}

.blog-section .blog-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .blog-section .blog-grids {
    margin: 0 -7.5px;
  }
}

.blog-section .blog-grids .grid {
  width: calc(24.99% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 600px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-section .grid .details {
  padding: 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .blog-section .grid .details {
    padding: 20px;
  }
}

.blog-section .grid h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.7em;
}

@media (max-width: 1199px) {
  .blog-section .grid h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-section .grid h3 a {
  color: #274054;
}

.blog-section .grid h3 a:hover {
  color: #c83226;
}

.blog-section .grid ul {
  overflow: hidden;
}

.blog-section .grid ul li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
}

.blog-section .grid li a {
  color: #5d6d7a;
}

.blog-section .grid li a:hover {
  color: #c83226;
}

.blog-section .grid ul > li + li {
  margin-left: 20px;
}

.blog-section .grid li i {
  display: inline-block;
  padding-right: 3px;
  color: #c83226;
}

/*--------------------------------------------------------------
	home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	about-section-s2
--------------------------------------------------------------*/
.about-section-s2 {
  background: #f8f8f8;
  padding: 120px 0 115px;
}

@media (max-width: 991px) {
  .about-section-s2 {
    padding: 100px 0 95px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 {
    padding: 80px 0 75px;
  }
}

.about-section-s2 .row,
.about-section-s2 .container {
  position: relative;
}

.about-section-s2 .about-pic {
  position: absolute;
  right: 15px;
  bottom: -120px;
}

@media (max-width: 991px) {
  .about-section-s2 .about-pic {
    display: none;
  }
}

.about-section-s2 .about-text > span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #c83226;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about-section-s2 .about-text > span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about-section-s2 .about-text > h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4em;
  margin: 0.5em 0 0.8em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about-section-s2 .about-text > h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.about-section-s2 .about-text > p {
  margin-bottom: 2em;
}

.about-section-s2 .info h4 {
  margin: 0 0 0.3em;
}

.about-section-s2 .info > span {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
#2.2	service-section-s2
--------------------------------------------------------------*/
.service-section-s2 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .service-section-s2 {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .service-section-s2 {
    padding-bottom: 20px;
  }
}

.service-section-s2 .service-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 50px 50px;
  position: relative;
}

@media (max-width: 991px) {
  .service-section-s2 .service-grids .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .service-section-s2 .service-grids .grid {
    width: 100%;
    float: none;
  }
}

.service-section-s2 .grid .icon {
  position: absolute;
  left: 0;
  top: -5px;
}

.service-section-s2 .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #c83226;
}

.service-section-s2 .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.6em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .service-section-s2 .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-section-s2 .grid h3 a {
  color: #274054;
}

.service-section-s2 .grid h3 a:hover {
  color: #c83226;
}

.service-section-s2 .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#2.3	testimonials-contact-section-s2
--------------------------------------------------------------*/
.testimonials-contact-section-s2 .testimonial-grids, .testimonials-section-page .testimonial-grids {
  margin: 0;
}

.testimonials-contact-section-s2 .testimonial-grids .grid, .testimonials-section-page .testimonial-grids .grid {
  width: 100%;
  float: none;
  margin: 0 0 30px;
}

@media (max-width: 991px) {
  .testimonials-contact-section-s2 .contact-row, .testimonials-section-page .contact-row {
    margin-top: 60px;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .testimonials-contact-section-s2 .contact-row, .testimonials-section-page .contact-row {
    margin-top: 50px;
    padding-top: 60px;
  }
}

.testimonials-contact-section-s2 .owl-theme .owl-dots .owl-dot span, .testimonials-section-page .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #5d5b5b;
}

.testimonials-contact-section-s2 .owl-theme .owl-dots .active span, .testimonials-section-page .owl-theme .owl-dots .active span {
  background: #c83226;
}

.testimonials-section-page .owl-dots {
  height: 15px;
}

/*--------------------------------------------------------------
#2.4	case-studies-section-s2
--------------------------------------------------------------*/
.case-studies-section-s2 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .case-studies-section-s2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .case-studies-section-s2 {
    padding-bottom: 80px;
  }
}

.case-studies-section-s2 .grid-container {
  margin: 0;
}

.case-studies-section-s2 .grid-container .grid {
  width: 24.99%;
  margin: 0;
}

@media (max-width: 991px) {
  .case-studies-section-s2 .grid-container .grid {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .case-studies-section-s2 .grid-container .grid {
    margin: 0;
  }
}

@media (max-width: 550px) {
  .case-studies-section-s2 .grid-container .grid {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
	about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	mission-vision-faq
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .mission-vision-faq .mission-vision {
    margin-bottom: 80px;
  }
}

.mission-vision-faq .tablinks li {
  display: inline-block;
}

.mission-vision-faq .tablinks a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #274054;
  padding: 10px 25px 8px;
  display: block;
  border: 2px solid #c83226;
}

@media (max-width: 991px) {
  .mission-vision-faq .tablinks a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .mission-vision-faq .tablinks a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 15px 6px;
  }
}

.mission-vision-faq .tablinks li.active a {
  background: #c83226;
  color: #fff;
}

.mission-vision-faq .tablinks a:active,
.mission-vision-faq .tablinks a:focus {
  text-decoration: none;
}

.mission-vision-faq .tab-content {
  padding: 40px;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
}

.mission-vision-faq .tab-content p {
  margin-bottom: 1.4em;
}

.mission-vision-faq .tab-content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#3.2	pricing-section
--------------------------------------------------------------*/
.pricing-section {
  background-color: #f4f5f6;
  padding-bottom: 145px;
}

@media (max-width: 991px) {
  .pricing-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding-bottom: 30px;
  }
}

.pricing-section .pricing-grids .grid {
  background-color: #fff;
  width: 24.99%;
  float: left;
  text-align: center;
  padding: 30px 35px 40px;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
  .pricing-section .pricing-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-grids .grid {
    padding: 35px 25px;
  }
}

@media (max-width: 600px) {
  .pricing-section .pricing-grids .grid {
    width: 100%;
    float: none;
  }
}

.pricing-section .pricing-grids > .grid:nth-child(2) {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .pricing-section .pricing-grids > .grid:nth-child(2) {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.pricing-section .pricing-grids > .grid:nth-child(2) .pricing-footer a {
  opacity: 1;
}

.pricing-section .pricing-header .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #c83226;
}

.pricing-section .pricing-header h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pricing-section .pricing-header h3 + p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8c8d8e;
}

.pricing-section .pricing-header .price {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header .price {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.pricing-section .pricing-header .price span {
  font-size: 18px;
  font-size: 1.125rem;
}

.pricing-section .pricing-body {
  text-align: left;
}

.pricing-section .pricing-body ul li {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 991px) {
  .pricing-section .pricing-body ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.pricing-section .pricing-body ul > li + li {
  margin-top: 10px;
}

.pricing-section .pricing-footer {
  margin-top: 30px;
}

.pricing-section .pricing-footer a {
  opacity: 0.5;
}

.pricing-section .pricing-footer a:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
#3.3	award-section
--------------------------------------------------------------*/
.award-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .award-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .award-section {
    padding-bottom: 50px;
  }
}

.award-section .award-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .award-section .award-grids {
    margin: 0 -7.5px;
  }
}

.award-section .award-grids .grid {
  width: calc(24.99% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .award-section .award-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 450px) {
  .award-section .award-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

/*--------------------------------------------------------------
	service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	service-single-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content,
  .case-single-section .service-single-content {
    padding-left: 50px;
  }
}

.service-single-section .service-single-content .img-holder,
.case-single-section .service-single-content .img-holder {
  padding-bottom: 15px;
}

.service-single-section .service-single-content h2,
.case-single-section .service-single-content h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 1em 0 0.9em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2,
  .case-single-section .service-single-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2,
  .case-single-section .service-single-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.service-single-section .service-single-content h3,
.case-single-section .service-single-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 1.4em 0 1em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h3,
  .case-single-section .service-single-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.service-single-section .service-single-content p,
.case-single-section .service-single-content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content p,
  .case-single-section .service-single-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-single-section .service-single-content ul,
.case-single-section .service-single-content ul {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content ul,
  .case-single-section .service-single-content ul {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-single-section .service-single-content ul li,
.case-single-section .service-single-content ul li {
  position: relative;
  padding-left: 40px;
  color: #7f8f9c;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content ul li,
  .case-single-section .service-single-content ul li {
    padding-left: 35px;
  }
}

.service-single-section .service-single-content ul > li + li,
.case-single-section .service-single-content ul > li + li {
  margin-top: 15px;
}

.service-single-section .service-single-content ul li i,
.case-single-section .service-single-content ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content ul li i,
  .case-single-section .service-single-content ul li i {
    top: 2px;
  }
}

.service-single-section .challenge-solution-section,
.case-single-section .challenge-solution-section {
  margin-top: 60px;
}

.service-single-section .challenge-solution-section .panel-heading a,
.case-single-section .challenge-solution-section .panel-heading a {
  font-family: "Prata", serif;
}

.service-single-section .challenge-solution-section ol > li + li,
.case-single-section .challenge-solution-section ol > li + li {
  margin-top: 15px;
}

/*--------------------------------------------------------------
	attorny single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	attorny-single-section
--------------------------------------------------------------*/
.attorny-single-section {
  /*** contact ***/
}

@media screen and (min-width: 1200px) {
  .attorny-single-section .attorny-single-content {
    padding-left: 50px;
  }
}

.attorny-single-section .attorney-title h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 1.5em 0 0;
}

@media (max-width: 991px) {
  .attorny-single-section .attorney-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .attorny-single-section .attorney-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.attorny-single-section .attorney-title span {
  color: #c83226;
}

.attorny-single-section h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 1.4em 0 1em;
}

@media (max-width: 991px) {
  .attorny-single-section h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.attorny-single-section p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .attorny-single-section p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.attorny-single-section ul,
.attorny-single-section ol {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .attorny-single-section ul,
  .attorny-single-section ol {
    font-size: 16px;
    font-size: 1rem;
  }
}

.attorny-single-section ol > li + li {
  margin-top: 12px;
}

.attorny-single-section .info-table {
  margin-top: 50px;
}

.attorny-single-section .info-table td {
  border: 1px solid #e6e6e6;
  padding: 8px 12px;
}

.attorny-single-section .info-table .table tr > td:first-child {
  color: #274054;
}

.attorny-single-section .info-table .social {
  float: right;
  margin-top: 18px;
}

@media (max-width: 991px) {
  .attorny-single-section .info-table .social {
    float: none;
    margin: 0 0 15px;
  }
}

.attorny-single-section .info-table ul {
  overflow: hidden;
}

@media (max-width: 991px) {
  .attorny-single-section .info-table ul {
    display: inline-block;
  }
}

.attorny-single-section .info-table ul li {
  float: left;
}

.attorny-single-section .info-table ul > li + li {
  margin-left: 10px;
}

.attorny-single-section .info-table ul a {
  color: #333;
  font-size: 14px;
}

.attorny-single-section .info-table ul a:hover {
  color: #c83226;
}

.attorny-single-section .contact {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .attorny-single-section .contact {
    padding-top: 20px;
  }
}

.attorny-single-section .contact form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .attorny-single-section .contact form {
    margin: 0 0 0 -15px;
  }
}

.attorny-single-section .contact form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .attorny-single-section .contact form .half-col {
    width: 100%;
    float: left;
  }
}

.attorny-single-section .contact form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .attorny-single-section .contact form div {
    padding: 0 0 15px 15px;
  }
}

.attorny-single-section .contact form .submit-btn-wrapper {
  padding-bottom: 0;
}

.attorny-single-section .contact form input,
.attorny-single-section .contact form textarea {
  background-color: #f9f9f9;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f1f1f1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .attorny-single-section .contact form input,
  .attorny-single-section .contact form textarea {
    height: 45px;
  }
}

.attorny-single-section .contact form input:focus,
.attorny-single-section .contact form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c83226;
}

.attorny-single-section .contact form textarea {
  height: 200px;
  padding: 15px;
}

/*--------------------------------------------------------------
	contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section .submit-btn-wrapper {
  text-align: center;
}

.contact-pg-section form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .contact-pg-section form {
    margin: 0 0 0 -15px;
  }
}

.contact-pg-section form .one-third-col {
  width: 24.99%;
  float: left;
}

@media (max-width: 600px) {
  .contact-pg-section form .one-third-col {
    width: 100%;
    float: left;
  }
}

.contact-pg-section form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .contact-pg-section form div {
    padding: 0 0 15px 15px;
  }
}

.contact-pg-section form .submit-btn-wrapper {
  padding-bottom: 0;
}

.contact-pg-section form input,
.contact-pg-section form textarea {
  background-color: #f9f9f9;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f1f1f1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-pg-section form input,
  .contact-pg-section form textarea {
    height: 45px;
  }
}

.contact-pg-section form input:focus,
.contact-pg-section form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c83226;
}

.contact-pg-section form textarea {
  height: 200px;
  padding: 15px;
}

.contact-pg-section .contact-info {
  padding: 60px 35px;
  margin-top: 75px;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info {
    padding: 60px 35px 40px;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-info {
    padding: 50px 25px 30px;
    margin-top: 50px;
  }
}

.contact-pg-section .contact-info > div {
  width: 24.99%;
  float: left;
  position: relative;
  padding-left: 65px;
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info > div {
    width: 50%;
    padding-left: 55px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-info > div {
    width: 100%;
    float: none;
  }
}

.contact-pg-section .contact-info .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-pg-section .contact-info .icon i {
  font-size: 50px;
  font-size: 3.125rem;
  color: #c83226;
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info .icon i {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-info .icon i {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.contact-pg-section .contact-info h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.05em;
}

.contact-pg-section .contact-map {
  height: 450px;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .contact-pg-section .contact-map {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-map {
    height: 350px;
    margin-top: 70px;
  }
}

.contact-pg-section .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

@media screen and (min-width: 1200px) {
  .blog-pg-section .blog-content {
    padding-right: 50px;
  }
}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

.blog-pg-section .entry-meta {
  overflow: hidden;
  padding: 15px 0 13px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    padding: 15px 0 10px;
  }
}

.blog-pg-section .entry-meta li {
  float: left;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.blog-pg-section .entry-meta > li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li + li {
    padding-left: 0;
  }
}

.blog-pg-section .entry-meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6d6d6;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li + li:before {
    display: none;
  }
}

.blog-pg-section .entry-meta li span {
  color: #c83226;
}

.blog-pg-section .entry-meta li a {
  color: #5d6d7a;
}

.blog-pg-section .post h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-pg-section .post h3 a {
  color: #274054;
}

.blog-pg-section .post h3 a:hover {
  color: #c83226;
}

.blog-pg-section .post p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-pg-section .post .more {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #c83226;
  display: inline-block;
  line-height: 0.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post .more {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
  background-color: #f8f8f8;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .blog-pg-section .format-standard,
  .blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #c83226;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(200, 50, 38, 0.5);
  width: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 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-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 0;
}

.blog-pg-section .format-quote {
  position: relative;
}

.blog-pg-section .format-quote:before {
  content: "";
  background: url("../images/quote.png") center center/auto no-repeat local;
  width: 46px;
  height: 45px;
  position: absolute;
  right: 45px;
  bottom: 35px;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  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(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .format-video .video-holder a {
  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 .fi:before {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-content {
    padding-right: 0;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.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: 50px;
  }
}

.blog-single-section .entry-meta {
  overflow: hidden;
  padding: 15px 0 13px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    padding: 15px 0 10px;
  }
}

.blog-single-section .entry-meta li {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.blog-single-section .entry-meta > li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta > li + li {
    padding-left: 0;
  }
}

.blog-single-section .entry-meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6d6d6;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta > li + li:before {
    display: none;
  }
}

.blog-single-section .entry-meta li span {
  color: #c83226;
}

.blog-single-section .entry-meta li a {
  color: #5d6d7a;
}

.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 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .post p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-single-section .post .more {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #c83226;
  display: inline-block;
  line-height: 0.5em;
}

@media (max-width: 991px) {
  .blog-single-section .post .more {
    font-size: 16px;
    font-size: 1rem;
  }
}

.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: #c83226;
  color: #fff;
  padding: 120px 45px 65px;
  margin-top: 60px;
  border: 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.blog-single-section .post blockquote:before {
  content: "";
  background: url("../images/quote-2.png") center center/auto no-repeat local;
  width: 46px;
  height: 45px;
  position: absolute;
  left: 45px;
  top: 40px;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}

.blog-single-section .post blockquote .quoter {
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  padding: 15px 0;
}

.blog-single-section .tag-share ul {
  display: inline-block;
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

.blog-single-section .tag-share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li {
    margin-top: 5px;
  }
}

.blog-single-section .tag-share .tag ul {
  position: relative;
  top: 15px;
}

.blog-single-section .tag-share .tag a {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f1f1f1;
  color: #627381;
  padding: 8px 15px;
  display: block;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    padding: 8px 10px;
  }
}

.blog-single-section .tag-share .tag a:hover {
  background-color: #c83226;
  color: #fff;
}

.blog-single-section .tag-share .share {
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 8px;
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li + li {
    margin-top: 5px;
  }
}

.blog-single-section .tag-share .share a {
  font-size: 16px;
  font-size: 1rem;
  color: #627381;
}

.blog-single-section .tag-share .share a:hover {
  color: #c83226;
}

.blog-single-section .tag-share .share ul > li:first-child a {
  color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
  color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
  color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
  color: #933f94;
}

.blog-single-section .author-box {
  padding: 45px 50px 35px;
  margin: 70px 0;
  -webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
}

@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-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 {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #949494;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-single-section .author-box .author-name {
  font-family: "Prata", serif;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #274054;
}

.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: #274054;
}

.blog-single-section .author-box .social-link a:hover {
  color: #c83226;
}

.blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #ebebf1;
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

.blog-single-section .more-posts > div > a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  font-size: 18px;
  font-size: 1.125rem;
  color: #939ba2;
  padding: 30px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-single-section .more-posts .previous-post i,
.blog-single-section .more-posts .next-post i {
  position: relative;
  top: 3px;
}

@media (max-width: 450px) {
  .blog-single-section .more-posts .previous-post i,
  .blog-single-section .more-posts .next-post i {
    display: none;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  color: #939ba2;
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #c83226;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area .comments {
  -webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
  border-bottom: 0;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #f1f1f1;
  padding: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li > div {
    padding: 35px 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-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-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6d6d6d;
  font-weight: bold;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}

.blog-single-section .comments-area .comment-reply-link {
  background: #e0655b;
  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: #c83226;
}

.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: #c83226;
}

@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: #dc5045;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  border: 0;
  outline: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #c83226;
}

@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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	error-404-section
--------------------------------------------------------------*/
.error-404-section .error {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  .error-404-section .error {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.error-404-section .error h2 {
  font-size: 200px;
  font-size: 12.5rem;
  margin: 0;
}

@media (max-width: 991px) {
  .error-404-section .error h2 {
    font-size: 150px;
    font-size: 9.375rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .error h2 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.error-404-section .error-message {
  width: 50%;
  float: left;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 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;
}

/*# sourceMappingURL=style.css.map */