/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: Regulations
Version:        1.0.0
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  about-section
#0.7  services-section
#0.8  testimonials-section
#0.9  contact-section
#1.0  case-studies-section
#1.1  case-studies-section
#1.2  cta-section
#1.3  recent-blog-section
#1.3  partners-section
#1.4  social-newsletter-section


--------------------------------------------------------------
  Home style 2
---------------------------------------------------------------
#2.1  features-section
#2.2  about-section-s2
#2.3  services-section-s2
#2.4  testimonials-section-2
#2.5  contact-section-s2
#2.6  contact-section-s2


--------------------------------------------------------------
  About page
---------------------------------------------------------------
#3.1  about-section-s3
#3.2  fun-fact-awards-section


--------------------------------------------------------------
  Contact page
---------------------------------------------------------------
#4.1  contact-pg-section


--------------------------------------------------------------
  Contact style 2
---------------------------------------------------------------
#5.1  contact-pg-section-s2


--------------------------------------------------------------
  Team page
---------------------------------------------------------------
#6.1  attorneys-section-s2


--------------------------------------------------------------
  Services page
---------------------------------------------------------------
#7.1  service-pg-service-section
#7.2  pricing-section


--------------------------------------------------------------
  Services style 2
---------------------------------------------------------------
#8.1  services-section-s3


--------------------------------------------------------------
  Services single page
---------------------------------------------------------------
#9.1  service-single-section


--------------------------------------------------------------
  Team single page
---------------------------------------------------------------
#10.1 team-single-section


--------------------------------------------------------------
  Case single page
---------------------------------------------------------------
#11.1 case-single-section


--------------------------------------------------------------
  Blog page
---------------------------------------------------------------
#12.1 blog-pg-section


--------------------------------------------------------------
  Blog single page
---------------------------------------------------------------
#13.1 blog-single-section


--------------------------------------------------------------
  Testimonials page
---------------------------------------------------------------
#13.1 testimonials-pg-section



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


/*---------------------------
  Fonts
----------------------------*/


/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

html {
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

p {
  color: #7d7d7d;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #29307d;
}

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

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button,
a:focus {
  outline: none;
}


/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 100px 0;
}
.team-single-section.section-padding  {
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0px;
  }
}

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


/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}

.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: #e32d39;
}

.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: #008e3a
  border-left: 5px solid green;
  margin-bottom: 5px;
}

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

.contact-section form div.home-contact {
    padding-bottom: 1px;
}
/*** back to top **/

.back-to-top {
  background-color: rgba(224, 177, 56, 0.9);
  width: 45px;
  height: 45px;
  line-height: 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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.back-to-top i:before {
  font-size: 12px;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #e32d39;
}

.back-to-top i {
  font-size: 16px;
  font-size: 1rem;
  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 {
  margin-bottom: 55px;
}

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

.section-title>span,
.section-title-s2>span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #e32d39;
  margin-top: -5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
}

@media (max-width: 767px) {
  .section-title>span,
  .section-title-s2>span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.section-title h2,
.section-title-s2 h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #29307d;
  margin: 0.22em 0 0;
  padding-right: 80px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2,
  .section-title-s2 h2 {
    font-size: 38px;
    font-size: 2.375rem;
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .section-title h2,
  .section-title-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding-right: 60px;
  }
}

.section-title h2:after,
.section-title-s2 h2:after {
  content: "";
  background: #29307d;
  width: 55px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 6px;
}

@media (max-width: 991px) {
  .section-title h2:after,
  .section-title-s2 h2:after {
    width: 45px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .section-title h2:after,
  .section-title-s2 h2:after {
    width: 35px;
  }
}

.section-title-s2 h2 {
  color: #29307d;
}

.section-title-s2 h2:after {
  background: #29307d;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
 background-color: #e32d39;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
    padding: 9px 25px;
    border: 2px solid transparent;
    border-radius: 47px;
    text-transform: capitalize;
    display: inline-block;
}

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

@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3,
  .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 7px 22px;
  }
}

.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
  padding: 11px 25px;
}

.page-wraper .theme-btn-s2,
.page-wraper .theme-btn-s3,
.page-wraper .theme-btn-s4 {
  color: #fff;
}

.page-wraper .theme-btn-s2:hover,
.page-wraper .theme-btn-s3:hover,
.page-wraper .theme-btn-s4:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn-s2,
  .theme-btn-s3,
  .theme-btn-s4 {
    padding: 9px 22px;
  }
}

.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn-s2:focus,
.theme-btn-s3:focus,
.theme-btn-s4:focus,
.theme-btn-s2:active,
.theme-btn-s3:active,
.theme-btn-s4:active {
  background-color: rgba(224, 177, 56, 0.6);
  border-color: #e32d39;
}

.contact-section input[type=submit].theme-btn-s3 {
  background: #e32d39;
  padding: 11px 25px;
  transition: .3s;
  border-color: #e32d39;
}
.contact-section input[type=submit].theme-btn-s3:hover {
  background-color: rgba(224, 177, 56, 0.6);
  border-color: #e32d39;
}
.theme-btn-s3 {
  border-radius: 0;
  text-transform: uppercase;
}

.theme-btn-s4:hover {
  background-color: #b2a47c;
}

.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: #e32d39;
  -webkit-box-shadow: 0 0 5px 0 #d4ccb6;
  -moz-box-shadow: 0 0 5px 0 #d4ccb6;
  -o-box-shadow: 0 0 5px 0 #d4ccb6;
  -ms-box-shadow: 0 0 5px 0 #d4ccb6;
  box-shadow: 0 0 5px 0 #d4ccb6;
}

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

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

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

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

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

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

.social-links {
  overflow: hidden;
}

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

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

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

.page-title {
  height: 400px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
  background: #e32d39;
}

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

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

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

.page-title .container {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}

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

.page-title h2 {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
  text-transform: capitalize;
}

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

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

.page-title .breadcrumb {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 10px 22px;
  margin: 0;
  border-radius: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    width: 100%;
    padding: 8px 15px;
  }
}

.page-title .breadcrumb li {
  color: #c5c5c5;
  font-size: 16px;
  font-size: 1rem;
}

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

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

.page-title .breadcrumb>li+li:before {
  font-family: "themify";
  content: "\e649";
  color: #c5c5c5;
  margin: 0 5px;
  font-size: 11px;
}

.page-loader {
  background-color: #272727;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}

.page-loader .page-loader-inner {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 4px solid #e32d39;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
}

.page-loader .page-loader-inner .inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #e32d39;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}


/******************************
  service sidebar
*********************************/

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

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

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

.service-sidebar .widget {
  background-color: #f8f8f8;
  padding: 40px 35px;
}

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

.service-sidebar .widget h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 0.9em;
}

.service-sidebar .widget ul,
.service-sidebar .widget p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .service-sidebar .widget ul,
  .service-sidebar .widget p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

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

.service-sidebar .widget ul li a {
  color: #676767;
  font-weight: normal;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service-sidebar .service-list-widget ul li a {
  display: block;
}

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

.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget ul li a:hover {
  color: #e32d39;
}
.contact-widget > p {
  display: none;
}
.service-sidebar .contact-widget {
  background-color: #e7e3d6;
}

.service-sidebar .contact-widget ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6em;
  color: #616161;
}

.service-sidebar .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 7px;
}

.service-sidebar .contact-widget ul>li+li {
  margin-top: 20px;
}


/*****************************************
  blog sidebar
******************************************/

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

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

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

.blog-sidebar .widget {
  background-color: #f8f8f8;
  padding: 45px 35px;
}

.blog-sidebar.service-sidebar .widget.contact-widget {
  background-color: #e7e3d6;
}

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

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

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #808080;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 0.7em;
  right: 0;
}

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

.blog-sidebar .about-widget {
  text-align: center;
  padding: 0px 11px;
}

.blog-single-section.right-sidebar .blog-sidebar.service-sidebar {
  padding-right: 0px;
}

.blog .blog-sidebar {
  padding-right: 0px;
}
.blog .left-sidebar .blog-sidebar {
  padding-right: 15px;
}
.blog .left-sidebar .blog-sidebar .search-widget input {
    padding: 6px 77px 6px 23px;
}
.page .blog-sidebar {
  padding-right: 0px;
}
.page .blog-sidebar .search-widget input {
  padding: 6px 77px 6px 45px;
}
.search-results .blog-sidebar {
  padding-right: 0px;
}
.search .blog-sidebar {
    padding-right: 0;
}
.tag .blog-sidebar {
    padding-right: 0px;
}
.category .blog-sidebar {
  padding-right: 0px;
}

.blog .blog-sidebar .search-widget input {
  padding: 6px 77px 6px 35px;
}

.category .blog-sidebar .search-widget input {
  padding: 6px 77px 6px 47px;
}

.blog-sidebar .about-widget .author-pic {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 1.5em;
}

.blog-sidebar .about-widget img {
  border-radius: 50%;
}

.blog-sidebar .about-widget .social {
  display: inline-block;
  overflow: hidden;
}

.blog-sidebar .about-widget .social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}

.blog-sidebar .about-widget .social li a {
  background: #d8d8d8;
  display: block;
  color: #fff;
  border-radius: 50%;
}

.blog-sidebar .about-widget .social li a:hover {
  background: #e32d39;
}

.blog-sidebar .about-widget .social>li+li {
  margin-left: 5px;
}

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

.blog-sidebar .search-widget input {
  background-color: #eeeeee;
  height: 50px;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 6px 77px 6px 26px;
  border: 0;
  border-radius: 50px;
  -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(224, 177, 56, 0.3);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  color: #e32d39;
  border: 0;
  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%);
}

.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: 85px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 85px);
  float: left;
  padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post img {
  border-radius: 50%;
}

.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-bottom: 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: #e32d39;
}

.blog-sidebar .category-widget ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 15px;
  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 {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.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: #e32d39;
}

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

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

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

.blog-sidebar .tag-widget ul li a {
  background: rgba(224, 177, 56, 0.7);
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 4px 8px 5px;
  color: #fff;
  border-radius: 5px;
}

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


/**** pagination ****/

.pagination-wrapper {
  text-align: center;
  margin-top: 70px;
}

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

.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: #d0c8b0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

.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;
  }
}

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

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

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

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

.theme-accordion-s1 .panel-heading a,
.theme-accordion-s2 .panel-heading a {
  background-color: #e32d39;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

.theme-accordion-s1 .panel-heading a:hover {
  color: #fff;
}

.theme-accordion-s1 .panel-heading .collapsed:hover {
  color: #29307d;
}

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

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

.theme-accordion-s1 .panel-heading a:before,
.theme-accordion-s2 .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

.theme-accordion-s1 .panel-heading .collapsed,
.theme-accordion-s2 .panel-heading .collapsed {
  background-color: #f1f1f1;
  color: #29307d;
}

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

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body,
.theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body {
  background-color: #fbfbfb;
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
  padding: 40px 25px 15px;
}

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

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

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

.theme-accordion-s2 .panel-default {
  border: 0;
  position: relative;
}

.theme-accordion-s2 .panel-heading a {
  background-color: #fff;
  font-family: "Playfair Display", serif;
  color: #e32d39;
  display: block;
  padding: 12px 25px;
  border: 1px solid #dde2e8;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 20px;
  }
}

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

.theme-accordion-s2 .panel-heading a .icon {
  background: #e32d39;
  width: 47px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a .icon {
    display: none;
  }
}

.theme-accordion-s2 .panel-heading a .icon:before {
  font-family: "FontAwesome";
  content: "\f106";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-accordion-s2 .panel-heading a:before {
  display: none;
}

.theme-accordion-s2 .panel-heading .collapsed {
  color: #1e2331;
}

.theme-accordion-s2 .panel-heading .collapsed .icon:before {
  content: "\f107";
}

.theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body {
  padding-left: 130px;
  min-height: 135px;
  position: relative;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body {
    padding-left: 15px;
    min-height: auto;
  }
}

.theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body .img-holder {
  position: absolute;
  left: 0;
  top: 30px;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading+.panel-collapse>.panel-body .img-holder {
    position: static;
    margin-bottom: 15px;
  }
}


/*--------------------------------------------------------------
#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 .navigation .navbar-header .navbar-brand {
  height: auto;
}

.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;
  padding: 0;
  /*** mega-menu style ***/
}

.site-header #navbar li {
  list-style: none;
  padding-left: 0px;
}

.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li a:focus {
  text-decoration: none;
  color: #e32d39;
}
.site-header .search-quote.search-right .search {
  right: 15px;
}
@media (max-width: 991px) {
  .site-header .search-quote.search-right .search {
     right: auto;
     left: 0;
     top: 15px;
  }

  .site-header .search-quote.search-right div {
     right: auto;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
  }

	.site-header #navbar > ul > li {
		border-bottom: 0;
	}
  .site-header #navbar>ul>li>a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 30px 20px;
    text-transform: uppercase;
  }
  .site-header #navbar>ul>li:first-child>a:first-child {
    padding-left: 0;
  }
  .site-header #navbar>ul .sub-menu {
    background-color: #fff;
    width: 240px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 130%;
    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: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
  }
  .site-header #navbar>ul>li .sub-menu a {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
  }
  .site-header #navbar>ul>li>.sub-menu .sub-menu {
    left: 110%;
    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: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 0.9375rem;
    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 15px;
  }
  .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: "\e64b";
    font-size: 10px;
    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 #e32d39;
    position: absolute;
    right: 0;
    top: 120%;
    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;
  }
}
.site-header .navbar .container {
  min-height: 78px;
}
@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .navbar {
    min-height: 80px;
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #e32d39;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 20;
    border-radius: 50%;
  }
  .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: -300px;
    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: #e32d39;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
@media (max-width: 991px) {
  .site-header #navbar .navbar-nav ul {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
}

  .site-header #navbar .close-navbar {
    background-color: #e32d39;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar>ul>li {
    border-bottom: 1px solid #cccccc;
  }
  .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 screen and (min-width: 992px) {
	.site-header .theme-btn {
		background-color: white;
		padding: 12px 25px;
		border: 2px solid #e32d39;
		color: #e32d39;
	}

	.site-header .theme-btn:hover {
		background-color: #e32d39;
		color: white;
	}
}


/**********************************
  header style 1
***********************************/

.header-style-1,
.header-style-2,
.header-style-3 {
  /*** navigation ***/
}

.header-style-1 .topbar,
.header-style-2 .topbar,
.header-style-3 .topbar {
  background-color: #fff;
  padding: 20px 0;
}

.header-style-1 .topbar {
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
  .header-style-1 .topbar,
  .header-style-2 .topbar {
    border-bottom: 1px solid #f1f1f1;
  }
}


@media (max-width: 767px) {
  .header-style-1 .topbar,
  .header-style-2 .topbar,
  .header-style-3 .topbar {
    padding: 25px 0;
  }
}

.header-style-1 .topbar .info,
.header-style-2 .topbar .info,
.header-style-3 .topbar .info {
  float: right;
  margin-top: 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .header-style-1 .topbar .info,
  .header-style-2 .topbar .info,
  .header-style-3 .topbar .info {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar .info,
  .header-style-2 .topbar .info,
  .header-style-3 .topbar .info {
    float: none;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeecec;
  }
}

.header-style-1 .topbar .info>div,
.header-style-2 .topbar .info>div,
.header-style-3 .topbar .info>div {
  float: left;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .info>div,
  .header-style-2 .topbar .info>div,
  .header-style-3 .topbar .info>div {
    float: none;
  }
}

.header-style-1 .topbar .info>div+div,
.header-style-2 .topbar .info>div+div,
.header-style-3 .topbar .info>div+div {
  margin-left: 38px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .info>div+div,
  .header-style-2 .topbar .info>div+div,
  .header-style-3 .topbar .info>div+div {
    margin: 15px 0 0;
  }
}

.header-style-1 .topbar .info span,
.header-style-2 .topbar .info span,
.header-style-3 .topbar .info span {
  color: #e32d39;
  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .info span,
  .header-style-2 .topbar .info span,
  .header-style-3 .topbar .info span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.header-style-1 .topbar .info p,
.header-style-2 .topbar .info p,
.header-style-3 .topbar .info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  color: #000000;
  margin: 0;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .info p,
  .header-style-2 .topbar .info p,
  .header-style-3 .topbar .info p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .header-style-1 .site-logo,
  .header-style-2 .site-logo,
  .header-style-3 .site-logo {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a,
  .header-style-3 #navbar>ul>li>a {
    padding: 30px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a,
  .header-style-3 #navbar>ul>li>a {
    padding: 40px 20px;
  }
}

.header-style-1 #navbar>ul>li a,
.header-style-2 #navbar>ul>li a,
.header-style-3 #navbar>ul>li a {
  color: #000000;
}

.header-style-1 .navigation .search-quote,
.header-style-2 .navigation .search-quote,
.header-style-3 .navigation .search-quote {
  float: right;
  margin-top: 26px;
}

@media (max-width: 991px) {
  .header-style-1 .navigation .search-quote,
  .header-style-2 .navigation .search-quote,
  .header-style-3 .navigation .search-quote {
    width: 200px;
    float: left;
    position: relative;
    margin-top: 25px;
  }
}

.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 .search-quote .search,
.header-style-2 .search-quote .search,
.header-style-3 .search-quote .search {
  position: absolute;
  right: 208px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-1 .search-quote .search,
  .header-style-2 .search-quote .search,
  .header-style-3 .search-quote .search {
    right: -20px;
  }
}

.header-style-1 .search-quote .search>button,
.header-style-2 .search-quote .search>button,
.header-style-3 .search-quote .search>button {
  background: transparent;
  border: 0;
  outline: 0;
}

.header-style-1 .search-quote .search>button .fi:before,
.header-style-2 .search-quote .search>button .fi:before,
.header-style-3 .search-quote .search>button .fi:before {
  color: #b2b2b2;
}

.header-style-1 .search>div,
.header-style-2 .search>div,
.header-style-3 .search>div {
  background: #f8f8f8;
  width: 250px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 54px;
  opacity: 0;
  visibility: hidden;
  -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) {
  .header-style-1 .search>div,
  .header-style-2 .search>div,
  .header-style-3 .search>div {
    right: -35px;
    top: 54px;
  }
}

.header-style-1 .search>div input,
.header-style-2 .search>div input,
.header-style-3 .search>div input {
  height: 42px;
  border-radius: 0;
  border-color: #e4e4e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-1 .search>div button,
.header-style-2 .search>div button,
.header-style-3 .search>div button {
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 .search>div .fi:before,
.header-style-2 .search>div .fi:before,
.header-style-3 .search>div .fi:before {
  font-size: 18px;
  font-size: 1.125rem;
  color: #e32d39;
}
.search-quote .search i:before {
    margin-left: 0;
}
.header-style-1 .search:hover>div,
.header-style-2 .search:hover>div,
.header-style-3 .search:hover>div {
  opacity: 1;
  visibility: visible;
}

.admin-bar .sticky-on {
  top: 32px;
}
@media (max-width: 991px) {
  .admin-bar .site-header #navbar {
       top: 42px;
  }
}

.layout-boxed .sticky-header {
  max-width: 1250px;
  margin: 0 auto;
  right: 0;
}
.sticky-header .container:before {
  display: none !important;
}
.site-logo span.text-logo a {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    color: #e32d39;
}

/**********************************
  header style 2
***********************************/

@media screen and (min-width: 992px) {
  .header-style-2 {
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-2 .topbar,
  .header-style-2 .navigation {
    background: transparent;
  }
  .header-style-2 .topbar .info p,
  .header-style-2 #navbar>ul>li>a {
    color: #ebebeb;
  }
  .header-style-2 .navigation>.container:before {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
  }
  .header-style-2 .search-quote .search:before {
    background: rgba(255, 255, 255, 0.15);
  }
}

/**********************************
  header style 2
***********************************/

.header-style-3 .topbar {
  background-color: #1e232f;
}

@media (max-width: 767px) {
  .header-style-3 .topbar .info {
    border-top: 1px solid #32394a;
  }
}

.header-style-3 .topbar .info p {
  color: #c1c1c1;
}

.header-style-3 .navigation {
  background-color: #29307d;
}

.header-style-3 #navbar>ul>li>a {
  color: #dbdbdb;
}

.header-style-3 .search-quote .search:before {
  background: #434b5f;
}


@media screen and (min-width: 992px) {
	.header-style-2 .theme-btn,
	.header-style-3 .theme-btn{
		background-color: rgba(191,181,150, 0.8);
		color: #fff;
		border-color: transparent;
	}

	.header-style-2 .theme-btn:hover,
	.header-style-3 .theme-btn:hover{
		background-color: #e32d39;
		color: white;
	}
}



/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero {
  position: relative;
  height: 700px;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

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

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

.hero .slide {
  height: 700px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

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

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

.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 {
  width: 55px;
  height: 55px;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
  z-index: 10;
}

@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: "\e64a";
  opacity: 1;
  color: #bfbfbf;
  font-size: 17px;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "themify";
  content: "\e649";
  opacity: 1;
  color: #bfbfbf;
  font-size: 17px;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: #e32d39;
  border-color: #e32d39;
}

.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: #e32d39;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

.hero .hero-slider .slide-caption>h2,
.hero .hero-slider .slide-caption>p,
.hero .hero-slider .slide-caption>.btns {
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>p {
  -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
  animation: fadeInTopSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>.btns {
  -webkit-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -o-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  animation: fadeInBottomSlow 1.5s 0.8s forwards;
}

@media screen and (min-width: 992px) {
  .hero-slider  .theme-btn-s2 {
	  background-color: transparent;
	  padding: 13px 25px;
	  border: 2px solid #e32d39;
	  color: #e32d39;
  }

	.hero-slider  .theme-btn-s2:hover {
		background-color: #e32d39;
		color: #fff;
	}
}



/******************************
  hero style 1
*******************************/

.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 0.8em;
  font-weight: 300;
  margin: 0;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption p,
  .hero-style-2 .slide-caption p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 70px;
  }
}

.hero-style-1 .slide-caption p:after,
.hero-style-2 .slide-caption p:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 54%;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption p:after,
  .hero-style-2 .slide-caption p:after {
    width: 50px;
  }
}

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: white;
  margin: 0.9em 0 1em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hero-style-1 .slide-caption h2 span,
.hero-style-2 .slide-caption h2 span {
  background: rgba(40, 46, 63, 0.3);
  margin-bottom: 10px;
  padding: 5px 20px 13px;
  display: inline-block;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2 span,
  .hero-style-2 .slide-caption h2 span {
    padding: 4px 15px 12px;
  }
}

@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2 span,
  .hero-style-2 .slide-caption h2 span {
    padding: 4px 10px 12px;
  }
}


/******************************
  hero style 2
*******************************/

.hero-style-2 {
  height: 850px;
}

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

@media (max-width: 767px) {
  .hero-style-2 {
    height: 450px;
  }
}

.hero-style-2 .slide {
  height: 850px;
}

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

@media (max-width: 767px) {
  .hero-style-2 .slide {
    height: 450px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slide-caption {
    margin-top: 200px;
  }
}

.hero-style-2 .slide-caption h2 {
  margin: 0.6em 0 0.7em;
  line-height: 1.3em;
}

.hero-style-2 .slide-caption h2 span {
  background: transparent;
  padding: 0;
  display: inline-block;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slick-prev,
  .hero-style-2 .slick-next {
    top: 60%;
  }
}


/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

.site-footer {
  background-color: #222528;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** recent-post-widget ***/
  /*** contact-widget ***/
  /*** lower-footer ***/
}

.site-footer p,
.site-footer li {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #a0a0a0;
}

.upper-footer .widget.recent-post-widget .widget-title {
  margin-top: 0px;
  color: #fff;
}

ul.useful-links {
  list-style: none;
  padding-left: 0;
}

ul.social {
  list-style: none;
  padding-left: 0;
}

.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 {
    margin-bottom: 70px;
  }
}

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


@media (max-width: 991px) {
  .site-footer .upper-footer .row > div {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > div {
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 35px;
  color: #fff;
  margin-top: 0px;
}

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

.site-footer .widget-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin: -0.13em 0 0;
}

@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: 15px;
  }
}

@media (max-width: 1199px) {
  .site-footer .about-widget .logo {
    max-width: 90%;
  }
}

.site-footer .about-widget p {
  margin-bottom: 1.6em;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #cac9c9;
}

.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: 15px;
  position: relative;
}

.site-footer .link-widget ul li:before {
  content: "-";
  color: #bbb;
  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%);
}

.site-footer .link-widget ul a {
  color: #bbb;
}

.site-footer .link-widget ul a:hover {
  color: #e32d39;
}

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

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

.site-footer .recent-post-widget .posts>div+div {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #3c3c3c;
}

.site-footer .recent-post-widget .post h4 {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 0.7em;
}

@media (max-width: 767px) {
  .site-footer .recent-post-widget .post h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-footer .recent-post-widget .post h4 a {
  color: #bbbbbb;
}

.site-footer .recent-post-widget .post h4 a:hover {
  color: #e32d39;
}

.site-footer .recent-post-widget .post .date {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  color: #777;
}

.site-footer .contact-widget li span {
  color: #e32d39;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .contact-widget ul li {
  line-height: 1.9em;
}

@media (max-width: 767px) {
  .site-footer .contact-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

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

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

.site-footer .lower-footer .row {
  padding: 35px 15px;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background-color: #3c3c3c;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #808080;
}

.page-wrapper .site-footer .lower-footer p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #b9b8b8;
}
.page-wrapper .site-footer .lower-footer ul li {
    list-style: none;
}

.site-footer .lower-footer ul {
  display: inline-block;
  overflow: hidden;
  padding-left: 0px;
}

.site-footer .lower-footer ul li {
  font-size: 16px;
  float: left;
}

@media (max-width: 767px) {
  .site-footer .lower-footer ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

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

.site-footer .lower-footer ul>li+li:before {
  content: "/";
  position: absolute;
  left: -20px;
  top: 0;
}

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

.site-footer .lower-footer ul a {
  color: #a0a0a0;
}

.site-footer .lower-footer ul a:hover {
  color: #e32d39;
}

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

.sticky-on {
  opacity: 1;
  top: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.site-header .sticky-header {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .header-style-2 .sticky-header {
    background-color: #272a2d;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header-style-3 .sticky-header {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*--------------------------------------------------------------
#0.6  about-section
--------------------------------------------------------------*/

.about-section .about-title {
  position: relative;
}

.about-section .img-holder {
  position: relative;
  max-width: 457px;
}

.about-section .img-holder:before {
  content: "";
  background-color: #e32d39;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 20px;
}

@media (max-width: 1199px) {
  .about-section .img-holder:before {
    left: 20px;
  }
}

@media (max-width: 991px) {
  .about-section .img-holder:before {
    left: 8px;
  }
}

.about-section .img-holder img {
  position: relative;
  z-index: 10;
}

.about-section .title-text {
  width: 100%;
  padding: 0 45px 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 1199px) {
  .about-section .title-text {
    padding: 0 30px 60px;
  }
}

@media (max-width: 767px) {
  .about-section .title-text {
    padding: 0 20px 40px;
  }
}

.about-section .title-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .about-section .title-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-section .title-text h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.about-section .title-text h2:first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #e32d39;
  float: left;
  margin-right: 10px;
  line-height: 0.5em;
}

@media (max-width: 1199px) {
  .about-section .title-text h2:first-letter {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {
  .about-section .title-text h2:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }
}

.about-section .title-text p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #e32d39;
  letter-spacing: 6px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section .title-text p {
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .about-section .title-text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 992px) {
  .about-section .about-text {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section .about-text {
    padding-left: 45px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .about-section .about-text {
    padding-top: 70px;
  }
}

.about-section .about-text h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.67em;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .about-section .about-text h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.about-section .about-text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .about-section .about-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-section .theme-btn-s2,
.about-section .theme-btn-s3,
.about-section .theme-btn-s4 {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-section .theme-btn-s2,
  .about-section .theme-btn-s3,
  .about-section .theme-btn-s4 {
    margin-top: 10px;
  }
}


/*--------------------------------------------------------------
#0.7  services-section
--------------------------------------------------------------*/

.services-section,
.services-section-s2,
.services-section-s3 {
  position: relative;
}

.services-section:before,
.services-section-s2:before,
.services-section-s3:before {
  content: "";
  background-color: rgba(40, 46, 63, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .service-grids .grid,
.services-section-s2 .service-grids .grid,
.services-section-s3 .service-grids .grid {
  background: rgba(40, 46, 63, 0.9);
  padding: 60px 45px;
  text-align: center;
  -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: 1199px) {
  .services-section .service-grids .grid,
  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    padding: 50px 35px;
  }
}

@media (max-width: 767px) {
  .services-section .service-grids .grid,
  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    padding: 40px 20px;
  }
}

.services-section .grid .icon,
.services-section-s2 .grid .icon,
.services-section-s3 .grid .icon {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .services-section .grid .icon,
  .services-section-s2 .grid .icon,
  .services-section-s3 .grid .icon {
    margin-bottom: 15px;
  }
}

.services-section .grid .i:before,
.services-section-s2 .grid .fi:before,
.services-section-s3 .grid .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #e32d39;
}

.services-section-s2 .service-grids .grid .icon i:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #e32d39;
  margin-left: 0px;
}

.services-section .service-grids .grid .icon i:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #e32d39;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .services-section .grid .fi:before,
  .services-section-s2 .grid .fi:before,
  .services-section-s3 .grid .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.services-section .grid h4,
.services-section-s2 .grid h4,
.services-section-s3 .grid h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.75em;
}

@media (max-width: 991px) {
  .services-section .grid h4,
  .services-section-s2 .grid h4,
  .services-section-s3 .grid h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.services-section .grid h4 a,
.services-section-s2 .grid h4 a,
.services-section-s3 .grid h4 a {
  color: #fff;
}

.services-section .grid h4 a:hover,
.services-section-s2 .grid h4 a:hover,
.services-section-s3 .grid h4 a:hover {
  color: #e32d39;
}

.services-section .grid p,
.services-section-s2 .grid p,
.services-section-s3 .grid p {
	color: #a7a6a6;
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
}

.services-section .owl-controls,
.services-section-s2 .owl-controls,
.services-section-s3 .owl-controls {
  margin: 0;
  position: absolute;
  right: 0;
  top: -100px;
}

@media (max-width: 767px) {
  .services-section .owl-controls,
  .services-section-s2 .owl-controls,
  .services-section-s3 .owl-controls {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    text-align: left;
    margin-top: 40px;
  }
}

.services-section .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s3 .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next,
.services-section-s2 .owl-controls .owl-nav .owl-next,
.services-section-s3 .owl-controls .owl-nav .owl-next {
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 2px solid #e32d39;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 991px) {
  .services-section .owl-controls .owl-nav .owl-prev,
  .services-section-s2 .owl-controls .owl-nav .owl-prev,
  .services-section-s3 .owl-controls .owl-nav .owl-prev,
  .services-section .owl-controls .owl-nav .owl-next,
  .services-section-s2 .owl-controls .owl-nav .owl-next,
  .services-section-s3 .owl-controls .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.services-section .owl-controls .owl-nav .owl-prev i,
.services-section-s2 .owl-controls .owl-nav .owl-prev i,
.services-section-s3 .owl-controls .owl-nav .owl-prev i,
.services-section .owl-controls .owl-nav .owl-next i,
.services-section-s2 .owl-controls .owl-nav .owl-next i,
.services-section-s3 .owl-controls .owl-nav .owl-next i {
  font-size: 16px;
  font-size: 1rem;
  color: #e32d39;
}

@media (max-width: 991px) {
  .services-section .owl-controls .owl-nav .owl-prev i,
  .services-section-s2 .owl-controls .owl-nav .owl-prev i,
  .services-section-s3 .owl-controls .owl-nav .owl-prev i,
  .services-section .owl-controls .owl-nav .owl-next i,
  .services-section-s2 .owl-controls .owl-nav .owl-next i,
  .services-section-s3 .owl-controls .owl-nav .owl-next i {
    font-size: 16px;
    font-size: 1rem;
  }
}

.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.services-section-s3 .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover,
.services-section-s3 .owl-controls .owl-nav .owl-next:hover {
  background-color: #e32d39;
}

.services-section .owl-controls .owl-nav .owl-prev:hover i,
.services-section-s2 .owl-controls .owl-nav .owl-prev:hover i,
.services-section-s3 .owl-controls .owl-nav .owl-prev:hover i,
.services-section .owl-controls .owl-nav .owl-next:hover i,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover i,
.services-section-s3 .owl-controls .owl-nav .owl-next:hover i {
  color: #fff;
}


/*--------------------------------------------------------------
#0.8  testimonials-section
--------------------------------------------------------------*/

.testimonials-section,
.testimonials-section-2,
.testimonials-section-3,
.testimonials-pg-section {
  background-color: #f8f8f8;
}

.testimonials-section .testimonial-grids .grid,
.testimonials-section-2 .testimonial-grids .grid,
.testimonials-section-3 .testimonial-grids .grid,
.testimonials-pg-section .testimonial-grids .grid {
  overflow: hidden;
  background: #fff;
}

.testimonials-section .testimonial-grids .grid:focus,
.testimonials-section-2 .testimonial-grids .grid:focus,
.testimonials-section-3 .testimonial-grids .grid:focus,
.testimonials-pg-section .testimonial-grids .grid:focus {
  outline: none;
}

.testimonials-section .grid .client-pic,
.testimonials-section-2 .grid .client-pic,
.testimonials-section-3 .grid .client-pic,
.testimonials-pg-section .grid .client-pic {
  width: 348px;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section .grid .client-pic,
  .testimonials-section-2 .grid .client-pic,
  .testimonials-section-3 .grid .client-pic,
  .testimonials-pg-section .grid .client-pic {
    max-width: 288px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .client-pic,
  .testimonials-section-2 .grid .client-pic,
  .testimonials-section-3 .grid .client-pic,
  .testimonials-pg-section .grid .client-pic {
    float: none;
  }
}

.testimonials-section .grid .client-pic:before,
.testimonials-section-2 .grid .client-pic:before,
.testimonials-section-3 .grid .client-pic:before,
.testimonials-pg-section .grid .client-pic:before {
  content: "";
  background: url("../images/quote.png") center center/cover no-repeat local;
  width: 220px;
  height: 162px;
  position: absolute;
  right: -100px;
  top: 0;
}

@media (max-width: 991px) {
  .testimonials-section .grid .client-pic:before,
  .testimonials-section-2 .grid .client-pic:before,
  .testimonials-section-3 .grid .client-pic:before,
  .testimonials-pg-section .grid .client-pic:before {
    width: 150px;
    height: 112px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .client-pic:before,
  .testimonials-section-2 .grid .client-pic:before,
  .testimonials-section-3 .grid .client-pic:before,
  .testimonials-pg-section .grid .client-pic:before {
    display: none;
  }
}

.testimonials-section .grid .details,
.testimonials-section-2 .grid .details,
.testimonials-section-3 .grid .details,
.testimonials-pg-section .grid .details {
  width: calc(100% - 348px);
  min-height: 371px;
  float: right;
  padding-left: 100px;
  padding-top: 43px;
}

@media (max-width: 1199px) {
  .testimonials-section .grid .details,
  .testimonials-section-2 .grid .details,
  .testimonials-section-3 .grid .details,
  .testimonials-pg-section .grid .details {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .testimonials-section .grid .details,
  .testimonials-section-2 .grid .details,
  .testimonials-section-3 .grid .details,
  .testimonials-pg-section .grid .details {
    width: calc(100% - 300px);
    padding-left: 55px;
    min-height: 300px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .details,
  .testimonials-section-2 .grid .details,
  .testimonials-section-3 .grid .details,
  .testimonials-pg-section .grid .details {
    width: 100%;
    min-height: auto;
    float: none;
    padding: 40px 0 0 0;
  }
}

.testimonials-section .grid .details p,
.testimonials-section-2 .grid .details p,
.testimonials-section-3 .grid .details p,
.testimonials-pg-section .grid .details p {
  font-size: 26px;
  font-size: 1.625rem;
  font-style: italic;
  color: #29307d;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .testimonials-section .grid .details p,
  .testimonials-section-2 .grid .details p,
  .testimonials-section-3 .grid .details p,
  .testimonials-pg-section .grid .details p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .testimonials-section .grid .details p,
  .testimonials-section-2 .grid .details p,
  .testimonials-section-3 .grid .details p,
  .testimonials-pg-section .grid .details p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .details p,
  .testimonials-section-2 .grid .details p,
  .testimonials-section-3 .grid .details p,
  .testimonials-pg-section .grid .details p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.testimonials-section .grid .client-info h4,
.testimonials-section-2 .grid .client-info h4,
.testimonials-section-3 .grid .client-info h4,
.testimonials-pg-section .grid .client-info h4 {
  font-family: "Lato", sans-serif;
  color: #9a9a9a;
  margin: 0 0 0.6em;
  font-size: 18px;
}

@media (max-width: 991px) {
  .testimonials-section .grid .client-info h4,
  .testimonials-section-2 .grid .client-info h4,
  .testimonials-section-3 .grid .client-info h4,
  .testimonials-pg-section .grid .client-info h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.testimonials-section .grid .client-info>span,
.testimonials-section-2 .grid .client-info>span,
.testimonials-section-3 .grid .client-info>span,
.testimonials-pg-section .grid .client-info>span {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .testimonials-section .grid .client-info>span,
  .testimonials-section-2 .grid .client-info>span,
  .testimonials-section-3 .grid .client-info>span,
  .testimonials-pg-section .grid .client-info>span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}


/*--------------------------------------------------------------
#0.9  contact-section
--------------------------------------------------------------*/
.wpcf7-form-control-wrap {
    position: inherit;
}
.contact-section,
.contact-section-s2 {
  position: relative;
}

.contact-section .contact-content .text,
.contact-section-s2 .contact-content .text {
  margin-bottom: 50px;
  padding-top: 5px;
}
.contact-pg-section .contact-content .text {
    padding: 0;
    margin-bottom: 0;
}
.contact-section .contact-content h2,
.contact-section-s2 .contact-content h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.2em;
  margin: 0 0 0.7em;
  text-transform: capitalize;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .contact-section .contact-content h2,
  .contact-section-s2 .contact-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-content h2,
  .contact-section-s2 .contact-content h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-section .contact-content h2:first-letter,
.contact-section-s2 .contact-content h2:first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #e32d39;
  float: left;
  margin-right: 10px;
  line-height: 0.5em;
}

@media (max-width: 1199px) {
  .contact-section .contact-content h2:first-letter,
  .contact-section-s2 .contact-content h2:first-letter {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-content h2:first-letter,
  .contact-section-s2 .contact-content h2:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }
}

.contact-section .contact-content p,
.contact-section-s2 .contact-content p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #e32d39;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-section .contact-content p,
  .contact-section-s2 .contact-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-content p,
  .contact-section-s2 .contact-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.contact-section form,
.contact-section-s2 form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .contact-section form,
  .contact-section-s2 form {
    margin: 0 0 0 -15px;
  }
}

.contact-section form .half-col,
.contact-section-s2 form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .contact-section form .half-col,
  .contact-section-s2 form .half-col {
    width: 100%;
    float: left;
  }
}

.contact-section form div,
.contact-section-s2 form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .contact-section form div,
  .contact-section-s2 form div {
    padding: 0 5px 15px 15px;
  }
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
  padding-bottom: 0;
}

.contact-section form input,
.contact-section form select,
.contact-section-s2 form input,
.contact-section form textarea,
.contact-section-s2 form textarea {
  background-color: rgba(40, 46, 63, 0.7);
  height: 50px;
  padding: 6px 15px;
  color: #fff;
  border: 2px solid #454545;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.contact-section form input:focus,
.contact-section form select:focus,
.contact-section-s2 form input:focus,
.contact-section form textarea:focus,
.contact-section-s2 form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e32d39;
}

.contact-section form textarea,
.contact-section-s2 form textarea {
  height: 150px;
  padding: 15px;
}


/*--------------------------------------------------------------
#1.0  case-studies-section
--------------------------------------------------------------*/

.case-studies-section .recent-cases-thumbs-outer {
  overflow: hidden;
}

.case-studies-section .recent-cases-thumbs-outer .recent-case-thumb {
  width: 50%;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 500px) {
  .case-studies-section .recent-cases-thumbs-outer .recent-case-thumb {
    width: 100%;
    float: none;
  }
}

.case-studies-section .recent-case-thumb .overlay-text {
  background: rgba(40, 46, 63, 0.9);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: -30%;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.case-studies-section .active-thumb .overlay-text {
  opacity: 1;
  visibility: visible;
  left: 6px;
}

.case-studies-section .overlay-text .text-inner {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  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%);
}

.case-studies-section .overlay-text .text-inner .cat {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #e32d39;
  text-transform: uppercase;
  margin: 0;
}

.case-studies-section .overlay-text .text-inner h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  margin: 0.4em 0 0;
}

@media (max-width: 767px) {
  .case-studies-section .overlay-text .text-inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.case-studies-section .recent-cases-content-outer {
  border: 10px solid rgba(224, 177, 56, 0.5);
  padding: 43px 35px;
}

@media (max-width: 1199px) {
  .case-studies-section .recent-cases-content-outer {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 991px) {
  .case-studies-section .recent-cases-content-outer {
    border: 8px solid rgba(224, 177, 56, 0.5);
    padding: 30px 25px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .case-studies-section .recent-cases-content-outer {
    border: 0;
    padding: 0;
    margin-top: 50px;
  }
}

.case-studies-section .recent-cases-content-outer .recent-case-data {
  display: none;
}

.case-studies-section .recent-cases-content-outer .active-case-data {
  display: block;
}

.case-studies-section .recent-cases-content-outer .date {
  background-color: #ececec;
  width: 95px;
  height: 95px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 35px;
}

.case-studies-section .recent-cases-content-outer .date h5 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #aea076;
  margin: 0;
}

.case-studies-section .recent-cases-content-outer .date span {
  font-size: 23px;
  font-size: 1.4375rem;
  display: block;
  margin-top: 5px;
}

.case-studies-section .recent-case-data h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7em;
  margin: 0 0 1em;
}

.case-studies-section .recent-case-data h3 a {
  color: #29307d;
}

.case-studies-section .recent-case-data h3 a:hover {
  color: #e32d39;
}

.case-studies-section .recent-case-data p {
  margin-bottom: 2.2em;
  font-size: 16px;
  font-size: 1rem;
}


/*--------------------------------------------------------------
#1.1  case-studies-section
--------------------------------------------------------------*/
.about-atony > p {
  display: none;
}
.attorneys-section .container,
.attorneys-section-s2 .container {
  position: relative;
}

.attorneys-section .attorneys-grids,
.attorneys-section-s2 .attorneys-grids {
  overflow: hidden;
}

.attorneys-section .attorneys-grids .grid,
.attorneys-section-s2 .attorneys-grids .grid {
  width: 25%;
  float: left;
  position: relative;
  border-right: 1px solid #f8f8f8;
}

@media (max-width: 991px) {
  .attorneys-section .attorneys-grids .grid,
  .attorneys-section-s2 .attorneys-grids .grid {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .attorneys-section .attorneys-grids .grid,
  .attorneys-section-s2 .attorneys-grids .grid {
    width: 100%;
    float: none;
  }
}

.attorneys-section .attorneys-grids .details,
.attorneys-section-s2 .attorneys-grids .details {
  width: 100%;
  background-color: #fff;
  padding: 20px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.attorneys-section .attorneys-grids .grid:hover .details,
.attorneys-section-s2 .attorneys-grids .grid:hover .details {
  background-color: rgba(224, 177, 56, 0.3);
}

.attorneys-section .attorneys-grids .details h3,
.attorneys-section-s2 .attorneys-grids .details h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .attorneys-section .attorneys-grids .details h3,
  .attorneys-section-s2 .attorneys-grids .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.attorneys-section .attorneys-grids .details h3 a,
.attorneys-section-s2 .attorneys-grids .details h3 a {
  color: #29307d;
}

.attorneys-section .attorneys-grids .details p,
.attorneys-section-s2 .attorneys-grids .details p {
  color: #877950;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

.attorneys-section .all-attorney,
.attorneys-section-s2 .all-attorney {
  position: absolute;
  right: 15px;
  top: 40px;
}

@media (max-width: 991px) {
  .attorneys-section .all-attorney,
  .attorneys-section-s2 .all-attorney {
    position: static;
  }
}


/*--------------------------------------------------------------
#1.2  cta-section
--------------------------------------------------------------*/

.cta-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .container {
  position: relative;
}

.cta-section h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.6em;
  margin: -0.45em 0 1em;
}

@media (max-width: 1199px) {
  .cta-section h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.cta-section p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #e32d39;
  margin: 0 0 2em;
}

.page-wrapper .cta-section p {
  color: #e32d39;
}

@media (max-width: 767px) {
  .cta-section p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cta-section .info-box {
  background: rgba(224, 177, 56, 0.6);
  padding: 20px 30px;
  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: 991px) {
  .cta-section .info-box {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    margin-top: 50px;
  }
}

.cta-section .info-box p {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: normal;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .cta-section .info-box p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}


/*--------------------------------------------------------------
#1.3  recent-blog-section
--------------------------------------------------------------*/

.recent-blog-section {
  background-color: #f8f8f8;
}

.recent-blog-section .blog-grids .grid {
  width: 33.33%;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .recent-blog-section .blog-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

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

.recent-blog-section .blog-grids .details {
  background-color: #fff;
  padding: 35px 30px;
  -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
  .recent-blog-section .blog-grids .details {
    padding: 25px 20px;
  }
}

.recent-blog-section .blog-grids .date {
  background-color: rgba(224, 177, 56, 0.6);
  padding: 15px 25px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
}

@media (max-width: 767px) {
  .recent-blog-section .blog-grids .date {
    padding: 10px 20px;
    right: 20px;
    top: 20px;
  }
}

.recent-blog-section .blog-grids .date p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  margin: 0;
}

.recent-blog-section .blog-grids .date p span {
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}

.recent-blog-section .blog-grids .details h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.5em;
  line-height: 1.5em;
}

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

.recent-blog-section .blog-grids .details h3 a {
  color: #29307d;
}

.recent-blog-section .blog-grids .details h3 a:hover {
  color: #e32d39;
}

.recent-blog-section .meta ul {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
}

.recent-blog-section .meta ul li {
  color: #afafaf;
  float: left;
  font-size: 16px;
}

.recent-blog-section .meta li a {
  font-weight: normal;
  color: #696969;
}

.recent-blog-section .meta li a:hover {
  color: #e32d39;
}

.recent-blog-section .meta ul>li+li {
  margin-left: 30px;
  position: relative;
}

.recent-blog-section .meta ul>li+li:before {
  content: "|";
  position: absolute;
  left: -15px;
  top: 0;
}


/*--------------------------------------------------------------
#1.3  partners-section
--------------------------------------------------------------*/


.partners-section .grid {
  border: 1px solid #e8e8e8;
}

.partners-section .grid img {
  width: auto;
}


/*--------------------------------------------------------------
#1.4  social-newsletter-section
--------------------------------------------------------------*/

.social-newsletter-section .social-holder {
  overflow: hidden;
  padding-bottom: 58px;
}
@media (max-width: 991px) {
  .social-newsletter-section .social-holder {
      padding-bottom: 50px;
  }
}
.social-newsletter-section .social-holder>div {
  width: 20%;
  float: left;
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #474a4c;
  margin-left: -1px;
}

@media (max-width: 1199px) {
  .social-newsletter-section .social-holder>div {
    padding: 20px 10px;
  }
}

.social-newsletter-section .social-holder>div:first-child {
  margin-left: 0;
}

.social-newsletter-section .social-holder a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #cacaca;
}

@media (max-width: 1199px) {
  .social-newsletter-section .social-holder a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .social-newsletter-section .social-holder a span {
    display: none;
  }
}

.social-newsletter-section .social-holder a:hover {
  color: #e32d39;
}

.social-newsletter-section .social-holder a i {
  display: inline-block;
  padding-right: 5px;
}

.social-newsletter-section .newsletter {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .social-newsletter-section .newsletter {
    max-width: 400px;
  }
}

.social-newsletter-section .newsletter h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 1.2em;
}
.newsletter-form {
  position: relative;
}
.social-newsletter-section .newsletter form {
  position: relative;
}

.social-newsletter-section .newsletter input {
  background-color: #3a3f42;
  height: 60px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  padding: 6px 80px 6px 30px;
  border: 0;
  border-radius: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .social-newsletter-section .newsletter input {
    height: 55px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.social-newsletter-section .newsletter button {
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-newsletter-section .newsletter button i {
  color: #e32d39;
}


/*--------------------------------------------------------------
#16.1   error-404-section
----------------------------------------------------------------*/

.error-404-section {
  padding-top: 53px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1200px) {
  .error-404-section .content {
    padding-right: 362px;
  }
}

@media (max-width: 767px) {
  .error-404-section .content {
    text-align: center;
  }
}

.error-404-section .content h2 {
  font-size: 100px;
  font-size: 6.66667rem;
  color: #e32d39;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {
  .error-404-section .content h2 {
    font-size: 80px;
    font-size: 5.33333rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .content h2 {
    font-size: 60px;
    font-size: 4rem;
  }
}

.error-404-section .content h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #e32d39;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .error-404-section .content h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.3em;
  }
}

@media (max-width: 767px) {
  .error-404-section .content h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.error-404-section .content p {
  font-size: 18px;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0 0 2em;
}

@media (max-width: 991px) {
  .error-404-section .content p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .content p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.error-404-section .content .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .error-404-section .content .icon {
    display: none;
  }
}

.error-404-section .content .icon i {
  font-size: 150px;
  font-size: 10rem;
  color: #e32d39;
  opacity: 0.2;
}
.no-results.not-found h2 {
    font-size: 70px;
    font-size: 4.375em;
    color: #e32d39;
    margin: 0 0 0.5em;
}
.no-results.not-found p {
    font-size: 20px;
    font-size: 1.25em;
    margin: 0 0 1.5em;
    font-style: italic;
     color: #e32d39;
}
@media (max-width: 767px) {
  .no-results.not-found h2 {
    font-size: 50px;
    font-size: 3.125em;
  }
  .no-results.not-found p {
    font-size: 18px;
    font-size: 1.125em;
  }
}
/************
Comming Soon page
****************/

.comming-soon-section {
  height: 100vh;
  background: #f9f7f2;
}

.comming-soon-section .container {
  height: 100%;
  display: table;
  padding: 0;
  border: 15px solid #eeeae0;
}

.comming-soon-section .row {
  display: table-cell;
  vertical-align: middle;
}


/*--------------------------------------------------------------
  #home style 2
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#2.1  features-section
--------------------------------------------------------------*/

.features-section,
.features-section-s2 {
  background-color: #f8f8f8;
}

.features-section .feature-grids,
.features-section-s2 .feature-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.features-section .feature-grids .grid,
.features-section-s2 .feature-grids .grid {
  background: #f8f8f8;
  width: 33.33%;
  float: left;
  padding: 60px 35px 58px 100px;
  position: relative;
}

@media (max-width: 1199px) {
  .features-section .feature-grids .grid,
  .features-section-s2 .feature-grids .grid {
    padding: 60px 30px 58px 85px;
  }
}

@media (max-width: 991px) {
  .features-section .feature-grids .grid,
  .features-section-s2 .feature-grids .grid {
    width: 100%;
    padding: 40px 30px 38px 95px;
    float: none;
  }
}

@media (max-width: 991px) {
  .features-section .feature-grids>.grid+.grid,
  .features-section-s2 .feature-grids>.grid+.grid {
    border-top: 1px solid #e6e6e6;
  }
}

.features-section .feature-grids>.grid:nth-child(2),
.features-section-s2 .feature-grids>.grid:nth-child(2) {
  background: #f1f1f1;
}

@media (max-width: 991px) {
  .features-section .feature-grids>.grid:nth-child(2),
  .features-section-s2 .feature-grids>.grid:nth-child(2) {
    background: #f8f8f8;
  }
}

.features-section .grid .icon,
.features-section-s2 .grid .icon {
  position: absolute;
  left: 30px;
  top: 55px;
}

@media (max-width: 1199px) {
  .features-section .grid .icon,
  .features-section-s2 .grid .icon {
    left: 25px;
  }
}

@media (max-width: 991px) {
  .features-section .grid .icon,
  .features-section-s2 .grid .icon {
    top: 35px;
  }
}

.features-section .grid .icon i:before,
.features-section-s2 .grid .icon i:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #e32d39;
  margin-left: 0px;
}

.features-section .grid h3,
.features-section-s2 .grid h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
  margin: 0 0 0.6em;
}

@media (max-width: 1199px) {
  .features-section .grid h3,
  .features-section-s2 .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .features-section .grid h3,
  .features-section-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.features-section .grid p,
.features-section-s2 .grid p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .features-section .grid p,
  .features-section-s2 .grid p {
    font-size: 16px;
    font-size: 1rem;
  }
}


/*--------------------------------------------------------------
#2.2  about-section-s2
--------------------------------------------------------------*/

.about-section-s2 .title-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin: 5px 0 0.6em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .about-section-s2 .title-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .title-text h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.about-section-s2 .title-text h2:first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #e32d39;
  float: left;
  margin-right: 10px;
  line-height: 0.5em;
}

@media (max-width: 1199px) {
  .about-section-s2 .title-text h2:first-letter {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .title-text h2:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }
}

.about-section-s2 .title-text p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #e32d39;
  letter-spacing: 6px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section-s2 .title-text p {
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .title-text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.about-section-s2 .about-title>p {
  font-size: 22px;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.67em;
  margin: 2em 0 1.2em;
}

@media (max-width: 991px) {
  .about-section-s2 .about-title>p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.about-section-s2 .about-text {
  position: relative;
  padding: 0 0 0 100px;
}

@media (max-width: 1199px) {
  .about-section-s2 .about-text {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 991px) {
  .about-section-s2 .about-text {
    padding: 10px 0 0;
  }
}

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

.about-section-s2 .about-text .content {
  position: relative;
  z-index: 10;
}

.about-section-s2 .about-text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .about-section-s2 .about-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-section-s2 .theme-btn-s2,
.about-section-s2 .theme-btn-s3,
.about-section-s2 .theme-btn-s4 {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-section-s2 .theme-btn-s2,
  .about-section-s2 .theme-btn-s3,
  .about-section-s2 .theme-btn-s4 {
    margin-top: 10px;
  }
}


/*--------------------------------------------------------------
#2.3  services-section-s2
--------------------------------------------------------------*/

.services-section-s2:before,
.services-section-s3:before {
  display: none;
}

.services-section-s2 .service-grids,
.services-section-s3 .service-grids {
  overflow: hidden;
  margin: -15px;
}

.services-section-s2 .service-grids .grid,
.services-section-s3 .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

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

@media (max-width: 600px) {
  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.services-section-s2 .service-grids .grid:hover,
.services-section-s3 .service-grids .grid:hover {
  background-color: #29307d;
}

.services-section-s2 .service-grids .grid p {
  font-size: 16px;
  font-size: 1rem;
  color: #a7a6a6;
}


/*--------------------------------------------------------------
#2.4  testimonials-section-2
--------------------------------------------------------------*/

.testimonials-section-2 .grid .details,
.testimonials-section-3 .grid .details,
.testimonials-pg-section .grid .details {
  width: calc(100% - 348px);
  min-height: auto;
  float: right;
  padding-left: 100px;
  padding-top: 29px;
}

@media (max-width: 1199px) {
  .testimonials-section-2 .grid .details,
  .testimonials-section-3 .grid .details,
  .testimonials-pg-section .grid .details {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-2 .grid .details,
  .testimonials-section-3 .grid .details,
  .testimonials-pg-section .grid .details {
    width: calc(100% - 300px);
    padding-left: 55px;
    min-height: auto;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .testimonials-section-2 .grid .details,
  .testimonials-section-3 .grid .details,
  .testimonials-pg-section .grid .details {
    width: 100%;
    min-height: auto;
    float: none;
    padding: 40px 0 0 0;
  }
}

.testimonials-section-2 .client-pic img,
.testimonials-section-3 .client-pic img,
.testimonials-pg-section .client-pic img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonials-section-2 .client-pic,
  .testimonials-section-3 .client-pic,
  .testimonials-pg-section .client-pic {
    margin: 0 auto;
  }
}

.testimonials-section-2 .client-pic:before,
.testimonials-section-3 .client-pic:before,
.testimonials-pg-section .client-pic:before {
  display: none;
}

@media (max-width: 767px) {
  .testimonials-section-2,
  .testimonials-section-3,
  .testimonials-pg-section {
    text-align: center;
  }
}


/*--------------------------------------------------------------
#2.5  contact-section-s2
--------------------------------------------------------------*/

.contact-section-s2 {
  padding-bottom: 100px;
}

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

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

.contact-section-s2 .contact-content {
  background-color: rgba(40, 46, 63, 0.9);
  padding: 80px 80px 35px;
}

@media (max-width: 991px) {
  .contact-section-s2 .contact-content {
    padding: 50px 50px 5px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 .contact-content {
    padding: 40px 30px 10px;
  }
}

.contact-section-s2 .contact-content .text {
  padding-right: 200px;
}

@media (max-width: 1199px) {
  .contact-section-s2 .contact-content .text {
    padding-right: 150px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 .contact-content .text {
    padding-right: 0;
  }
}


/*--------------------------------------------------------------
#2.6  contact-section-s2
--------------------------------------------------------------*/

.case-studies-section-s2 .recent-cases-thumbs-outer {
  overflow: hidden;
}

.case-studies-section-s2 .recent-case-thumb {
  width: 33.33%;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .case-studies-section-s2 .recent-case-thumb {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .case-studies-section-s2 .recent-case-thumb {
    width: 100%;
    float: none;
  }
}

.case-studies-section-s2 .recent-case-thumb .overlay-text {
  background: rgba(40, 46, 63, 0.9);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: -30%;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.case-studies-section-s2 .recent-case-thumb:hover .overlay-text {
  opacity: 1;
  visibility: visible;
  left: 6px;
}

.case-studies-section-s2 .overlay-text .text-inner {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  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%);
}

.case-studies-section-s2 .overlay-text .text-inner .cat {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #e32d39;
  text-transform: uppercase;
  margin: 0;
}

.case-studies-section-s2 .overlay-text .text-inner h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0.4em 0 0;
}

@media (max-width: 767px) {
  .case-studies-section-s2 .overlay-text .text-inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.case-studies-section-s2 .overlay-text .text-inner h3 a {
  color: #fff;
}

.case-studies-section-s2 .overlay-text .text-inner h3 a:hover {
  color: #e32d39;
}


/*--------------------------------------------------------------
  #about page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#3.1  about-section-s3
--------------------------------------------------------------*/

.about-section-s3 .img-holder {
  position: relative;
  max-width: 457px;
}

.about-section-s3 .img-holder:before {
  content: "";
  background-color: #e32d39;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 20px;
}

@media (max-width: 1199px) {
  .about-section-s3 .img-holder:before {
    left: 20px;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .img-holder:before {
    left: 8px;
  }
}

.about-section-s3 .img-holder img {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .about-section-s3 .about-text {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s3 .about-text {
    padding-left: 45px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .about-text {
    padding-top: 70px;
  }
}

.about-section-s3 .about-text h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.67em;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .about-section-s3 .about-text h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.about-section-s3 .about-text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .about-section-s3 .about-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-section-s3 .about-text>p:last-child {
  margin-bottom: 0;
}

.about-section-s3 .title-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .about-section-s3 .title-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title-text h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.about-section-s3 .title-text h2:first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #e32d39;
  float: left;
  margin-right: 10px;
  line-height: 0.5em;
}

@media (max-width: 1199px) {
  .about-section-s3 .title-text h2:first-letter {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title-text h2:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }
}

.about-section-s3 .title-text p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #e32d39;
  letter-spacing: 6px;
  margin: 0 0 3em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section-s3 .title-text p {
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title-text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.about-section-s3 .video-holder {
  height: 550px;
  text-align: center;
  position: relative;
}

.about-section-s3 .video-holder a i:before {
  margin-left: 6px;
  font-size: 33px;
  color: #fff;
}

@media (max-width: 991px) {
  .about-section-s3 .video-holder {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .video-holder {
    height: 350px;
  }
}

.about-section-s3 .video-holder a {
  width: 88px;
  height: 88px;
  line-height: 88px;
  border: 3px solid #e32d39;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-section-s3 .video-holder .fi {
  padding-left: 8px;
}

.about-section-s3 .video-holder .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}


/*--------------------------------------------------------------
#3.2  fun-fact-awards-section
--------------------------------------------------------------*/

.fun-fact-awards-section {
  /*** funfact ***/
  /*** awards ***/
}

.fun-fact-awards-section .funfact-grids {
  overflow: hidden;
  padding: 150px 0 50px;
  position: relative;
}

@media (max-width: 991px) {
  .fun-fact-awards-section .funfact-grids {
    padding: 100px 0 40px;
    text-align: center;
  }
}

.fun-fact-awards-section .funfact-grids:before {
  content: "";
  background-color: #2c2c2c;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.fun-fact-awards-section .funfact-grids:after {
  content: "";
  background-color: #2c2c2c;
  width: 1px;
  height: 60%;
  position: absolute;
  left: 40%;
  top: 20%;
}

@media (max-width: 991px) {
  .fun-fact-awards-section .funfact-grids:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fun-fact-awards-section .funfact-grids .grid {
  width: 50%;
  float: left;
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .funfact-grids .grid {
    padding: 0 0 60px;
  }
}

.fun-fact-awards-section .funfact-grids .grid h2 {
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  color: #e32d39;
  margin: 0;
  line-height: 10px;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .funfact-grids .grid h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: normal;
  }
}

.fun-fact-awards-section .funfact-grids .grid p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
  margin: 0.5em 0 0;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .funfact-grids .grid p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.fun-fact-awards-section .odometer.odometer-auto-theme,
.fun-fact-awards-section .odometer.odometer-theme-default {
  line-height: 0.8em;
}

.fun-fact-awards-section .award-grids-outer {
  background: rgba(40, 46, 63, 0.8);
  padding: 60px 60px 35px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .fun-fact-awards-section .award-grids-outer {
    padding: 100px 60px 75px;
  }
}

@media (max-width: 991px) {
  .fun-fact-awards-section .award-grids-outer {
    padding: 80px 60px 50px;
  }
}

@media (max-width: 767px) {
  .fun-fact-awards-section .award-grids-outer {
    padding: 60px 30px 50px;
  }
}

.fun-fact-awards-section .award-grids-outer h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .award-grids-outer h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.fun-fact-awards-section .award-grids-outer .award-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .award-grids-outer .award-grids {
    margin: 0 -7.5px;
  }
}

.fun-fact-awards-section .award-grids-outer .grid {
  width: 50%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 420px) {
  .fun-fact-awards-section .award-grids-outer .grid {
    width: 100%;
    float: none;
  }
  .fun-fact-awards-section .award-grids-outer .grid img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fun-fact-awards-section .award-grids-outer .grid {
    padding: 0 7.5px 15px;
  }
}

.features-section-s2 {
  background-color: transparent;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .features-section-s2 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .features-section-s2 {
    margin-bottom: 80px;
  }
}

.testimonials-section-3 {
  background-color: #fff;
}


/*--------------------------------------------------------------
  #contact page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#4.1  contact-pg-section
--------------------------------------------------------------*/

.contact-pg-section form,
.contact-pg-section-s2 form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .contact-pg-section form,
  .contact-pg-section-s2 form {
    margin: 0 0 0 -15px;
  }
}

.contact-pg-section form .half-col,
.contact-pg-section-s2 form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .contact-pg-section form .half-col,
  .contact-pg-section-s2 form .half-col {
    width: 100%;
    float: left;
  }
}

.contact-pg-section form div,
.contact-pg-section-s2 form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .contact-pg-section form div,
  .contact-pg-section-s2 form div {
    padding: 0 0 15px 15px;
  }
}

.contact-pg-section form .submit-btn-wrapper,
.contact-pg-section-s2 form .submit-btn-wrapper {
  padding-bottom: 0;
}

.contact-pg-section form input,
.contact-pg-section-s2 form input,
.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
  background-color: #f8f8f8;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.contact-pg-section form input:focus,
.contact-pg-section-s2 form input:focus,
.contact-pg-section form textarea:focus,
.contact-pg-section-s2 form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e32d39;
}

.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
  height: 200px;
  padding: 15px;
}


@media screen and (min-width: 1200px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 53px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 43px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 45px;
  }
}

.contact-pg-section .info-box-outer h3, .contact-pg-section-s2 .info-box-outer h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .contact-pg-section .info-box-outer h3, .contact-pg-section-s2 .info-box-outer h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.contact-pg-section .info-box-outer h3, .contact-pg-section-s2 .info-box-outer h3,
.contact-pg-section .info-box-outer h4,
.contact-pg-section-s2 .info-box-outer h4,
.contact-pg-section .info-box-outer p,
.contact-pg-section-s2 .info-box-outer p,
.contact-pg-section .info-box-outer ul li,
.contact-pg-section-s2 .info-box-outer ul li {
  color: #fff;
  position: relative;
}
.contact-pg-section .info-box-outer .inner ul {
  list-style: none;
  padding-left: 0px;
}
.contact-pg-section .info-box-outer .inner ul li {
  font-size: 16px;
  font-size: 1rem;
}
.contact-pg-section .info-box-outer h3 + p, .contact-pg-section-s2 .info-box-outer h3 + p {
  margin-bottom: 1.5em;
  font-size: 1rem;
  font-size: 16px;
}

.contact-pg-section .info-box-outer .inner, .contact-pg-section-s2 .info-box-outer .inner {
  padding: 35px 45px;
  position: relative;
}

@media (max-width: 767px) {
  .contact-pg-section .info-box-outer .inner, .contact-pg-section-s2 .info-box-outer .inner {
    padding: 35px;
  }
}

.contact-pg-section .info-box-outer .inner:before, .contact-pg-section-s2 .info-box-outer .inner:before {
  content: "";
  background-color: rgba(174, 160, 118, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.contact-pg-section .info-box-outer ul li,
.contact-pg-section-s2 .info-box-outer ul li {
  position: relative;
  padding-left: 35px;
  line-height: 1.6em;
}

.contact-pg-section .info-box-outer ul li i, .contact-pg-section-s2 .info-box-outer ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}

.contact-pg-section .info-box-outer ul > li + li, .contact-pg-section-s2 .info-box-outer ul > li + li {
  margin-top: 15px;
}


.contact-pg-section .contact-map,
.contact-pg-section-s2 .contact-map {
  height: 450px;
  margin-top: 100px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-section .contact-map,
  .contact-pg-section-s2 .contact-map {
    margin-top: 58px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .contact-map,
  .contact-pg-section-s2 .contact-map {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-map,
  .contact-pg-section-s2 .contact-map {
    height: 350px;
    margin-top: 80px;
  }
}

.contact-pg-section .contact-map iframe,
.contact-pg-section-s2 .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}


/*--------------------------------------------------------------
  #contact s2 page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#5.1  contact-pg-section-s2
--------------------------------------------------------------*/

.contact-pg-section-s2 .info-box-outer {
  padding-left: 0;
}

.contact-pg-section-s2 .contact-map {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .contact-pg-section-s2 .contact-map {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section-s2 .contact-map {
    height: 350px;
    margin-top: 80px;
  }
}


/*--------------------------------------------------------------
  #team page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#6.1  attorneys-section-s2
--------------------------------------------------------------*/



.attorneys-section-s2 .attorneys-grids .grid {
  width: 33.33%;
  margin: 0 0 60px;
}

@media (max-width: 991px) {
  .attorneys-section-s2 .attorneys-grids .grid {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .attorneys-section-s2 .attorneys-grids .grid {
    width: 100%;
    float: none;
  }
}


/*--------------------------------------------------------------
  #services page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#7.1  service-pg-service-section
--------------------------------------------------------------*/

.service-pg-service-section {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .service-pg-service-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .service-pg-service-section {
    padding-bottom: 50px;
  }
}

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

.service-pg-service-section .service-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 1199px) {
  .service-pg-service-section .service-grids .grid {
    width: 50%;
  }
}

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

.service-pg-service-section .grid h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.3em;
  margin: 0 0 0.4em;
}

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

.service-pg-service-section .grid h3 a {
  color: #29307d;
}

.service-pg-service-section .grid h3 a:hover {
  color: #e32d39;
}

.service-pg-service-section .grid .details {
  background-color: #fff;
  padding: 32px 30px 35px;
  -webkit-box-shadow: 0px 2px 38px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 38px 4px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .service-pg-service-section .grid .details {
    padding: 25px 20px;
  }
}

.service-pg-service-section .grid p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 1em;
}

.service-pg-service-section .grid .read-more {
  color: #e32d39;
  font-weight: bold;
  text-transform: uppercase;
}

.page-wraper .service-pg-service-section .grid .read-more {
  color: #e32d39;
  font-weight: bold;
  text-transform: uppercase;
}

.service-pg-service-section .grid .read-more:hover {
  color: #988859;
}


/*--------------------------------------------------------------
#7.2  pricing-section
--------------------------------------------------------------*/

.pricing-section {
  background-color: #f8f8f8;
}

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

.pricing-section .pricing-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
  text-align: center;
}

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

@media (max-width: 767px) {
  .pricing-section .pricing-grids .grid {
    width: 100%;
    float: none;
  }
}

.pricing-section .pricing-header {
  background-color: #2b2b2b;
  padding: 55px 25px 40px;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header {
    padding: 45px 15px 30px;
  }
}

.pricing-section .pricing-header .circuler-price {
  background-color: #fff;
  width: 130px;
  height: 130px;
  display: table;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 5px solid rgba(214, 214, 214, 0.8);
  -webkit-box-shadow: 0 0 0 5px rgba(214, 214, 214, 0.5);
  box-shadow: 0 0 0 5px rgba(214, 214, 214, 0.5);
}

@media (max-width: 991px) {
  .pricing-section .pricing-header .circuler-price {
    width: 110px;
    height: 110px;
  }
}

.pricing-section .pricing-header h2 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.pricing-section .pricing-header h2 sup {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header h2 sup {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.pricing-section .pricing-header p {
  font-weight: normal;
  color: #fff;
  margin: 0;
}

.pricing-section .pricing-body {
  background-color: #fff;
  padding: 40px 50px 50px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-body {
    padding: 40px 20px 50px;
  }
}

.pricing-section .pricing-body h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-body h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.pricing-section .pricing-body p {
  line-height: 2em;
  margin-bottom: 2em;
  color: #8a8888;
  line-height: 1.8em;
  font-size: 16px;
  font-size: 1rem;
}


/*--------------------------------------------------------------
  #services s2 page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#8.1  services-section-s3
--------------------------------------------------------------*/

.services-section-s3 {
  background: #fff;
}


.services-section-s3 .service-grids {
  overflow: visible;
}

.services-section-s3 .service-grids .grid {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 32.68px 5.32px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 32.68px 5.32px rgba(0, 0, 0, 0.05);
}

.services-section-s3 .grid h4 a {
  color: #29307d;
}

.services-section-s3 .grid p {
  color: #616161;
}

.services-section-s3 .grid:hover h4 a,
.services-section-s3 .grid:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
  #services single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#9.1  service-single-section
--------------------------------------------------------------*/

.service-single-section {
  padding-bottom: 85px;
}

@media (max-width: 991px) {
  .service-single-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .service-single-section {
    padding-bottom: 80px;
  }
}

.service-single-section .service-pic {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .service-single-section .service-pic {
    margin-bottom: 40px;
  }
}

.service-single-section .service-single-content h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 0.7em;
}

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

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

.service-single-section .service-single-content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.service-single-section .service-single-content blockquote {
  font-style: italic;
  padding: 0;
  border: 0;
}

.service-single-section .service-single-content blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #7d7d7d;
}

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

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

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

.service-single-section .service-single-content ol {
  padding-left: 0;
  list-style-position: inside;
}

.service-single-section .service-single-content ol li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content ol li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.service-single-section .service-single-content ol>li+li {
  margin-top: 15px;
}


/*--------------------------------------------------------------
  #team single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#10.1 team-single-section
--------------------------------------------------------------*/

.team-single-section {
  /*** participate-case ***/
  /*** contact-me ***/
}

.team-single-section .team-single-content p,
.team-single-section .team-single-content ul {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .team-single-section .team-single-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .team-single-section .team-single-content {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .team-single-section .team-single-content {
    margin-bottom: 80px;
  }
}

.team-single-section .member-pic-info {
  position: relative;
  overflow: hidden;
}

.team-single-section .member-pic {
  width: 400px;
  float: left;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .team-single-section .member-pic {
    width: auto;
    max-width: 400px;
    float: none;
  }
}

.team-single-section .member-pic h2 {
  background: rgba(224, 177, 56, 0.9);
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 15px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .team-single-section .member-pic h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.team-single-section .info-outer {
  width: calc(100% - 400px);
  height: 100%;
  float: left;
  padding: 35px 35px;
  position: absolute;
  right: 0;
  border: 1px solid #e8e8e8;
}

@media (max-width: 991px) {
  .team-single-section .info-outer {
    width: 100%;
    float: none;
    position: static;
    border: 0;
    padding: 40px 0 0;
  }
}

.team-single-section .info-outer .info {
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0px;
}

.team-single-section .info-outer .info li {
  color: #848484;
  line-height: 1.7em;
}

.team-single-section .info-outer .info>li+li {
  margin-top: 15px;
}

.team-single-section .info-outer .info span {
  font-family: "Playfair Display", serif;
  color: #29307d;
}

.team-single-section .info-outer .social {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
}

.team-single-section .info-outer .social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}

.team-single-section .info-outer .social li a {
  background: #d8d8d8;
  display: block;
  color: #fff;
}

.team-single-section .info-outer .social li a:hover {
  background: #e32d39;
}

.team-single-section .info-outer .social>li+li {
  margin-left: 5px;
}


.team-single-section .member-details p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .team-single-section .member-details p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.team-single-section .member-details blockquote {
  font-style: italic;
  padding: 0;
  border: 0;
}

.team-single-section .member-details blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
}

.team-single-section .member-details h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {
  .team-single-section .member-details h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .team-single-section .member-details h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.team-single-section .member-details ol {
  padding-left: 0;
  list-style-position: inside;
}

.team-single-section .member-details ol li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .team-single-section .member-details ol li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.team-single-section .member-details ol>li+li {
  margin-top: 15px;
}

.team-single-section .participated-case h3,
.team-single-section .contact-me h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {
  .team-single-section .participated-case h3,
  .team-single-section .contact-me h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .team-single-section .participated-case h3,
  .team-single-section .contact-me h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.team-single-section .recent-cases-thumbs-outer {
  margin-top: 45px;
}

.team-single-section .recent-cases-thumbs-outer .recent-case-thumb {
  width: 50%;
}

@media (max-width: 500px) {
  .team-single-section .recent-cases-thumbs-outer .recent-case-thumb {
    width: 100%;
  }
}


@media (max-width: 991px) {
  .team-single-section .contact-me {
    padding-top: 20px;
  }
}

.team-single-section .contact-me form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .team-single-section .contact-me form {
    margin: 0 0 0 -15px;
  }
}

.team-single-section .contact-me form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .team-single-section .contact-me form .half-col {
    width: 100%;
    float: left;
  }
}

.team-single-section .contact-me form div {
  padding: 0 7px 30px;
}

@media (max-width: 767px) {
  .team-single-section .contact-me form div {
    padding: 0 0 15px 15px;
  }
}

.team-single-section .contact-me form .submit-btn-wrapper {
  padding-bottom: 0;
}

.team-single-section .contact-me form input,
.team-single-section .contact-me form textarea {
  background-color: #f8f8f8;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team-single-section .contact-me form input[type="submit"] {
    background-color: #e32d39;
    transition: .3s;
}
.team-single-section .contact-me form input[type="submit"]:hover {
    background-color: rgba(224, 177, 56, 0.6);
    border-color: #e32d39;
}
@media (max-width: 767px) {
  .team-single-section .contact-me form input,
  .team-single-section .contact-me form textarea {
    height: 45px;
  }
}

.team-single-section .contact-me form input:focus,
.team-single-section .contact-me form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e32d39;
}

.team-single-section .contact-me form textarea {
  height: 200px;
  padding: 15px;
}

.team-single-section .contact-me .theme-btn-s3 {
  width: 100%;
}


/*--------------------------------------------------------------
  #case single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#11.1 case-single-section
--------------------------------------------------------------*/

.case-single-section .case-pic {
  margin-bottom: 50px;
}

.case-single-section .case-single-content h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.5em;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .case-single-section .case-single-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

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

.case-single-section .case-single-content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .case-single-section .case-single-content p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.case-single-section .case-single-content blockquote {
  font-style: italic;
  padding: 0;
  border: 0;
}

.case-single-section .case-single-content blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
}

.case-single-section .case-single-content h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .case-single-section .case-single-content h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .case-single-section .case-single-content h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.case-single-section .case-single-content ol {
  padding-left: 0;
  list-style-position: inside;
}

.case-single-section .case-single-content ol li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .case-single-section .case-single-content ol li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.case-single-section .case-single-content ol>li+li {
  margin-top: 15px;
}

.case-single-section .case-single-tab .nav {
  overflow: hidden;
}

.case-single-section .case-single-tab .nav li {
  float: left;
}

.case-single-section .case-single-tab .nav>li+li {
  margin-left: 5px;
}

.case-single-section .case-single-tab .nav a {
  background-color: #f8f8f8;
  font-weight: 600;
  color: #1e2331;
  padding: 15px 45px;
  font-size: 20px;
  fonts-size: 1.25rem;
}

@media (max-width: 991px) {
  .case-single-section .case-single-tab .nav a {
    font-size: 18px;
    fonts-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .case-single-section .case-single-tab .nav a {
    padding: 12px 17px;
    font-size: 17px;
    fonts-size: 1.0625rem;
  }
}

.case-single-section .case-single-tab .nav a:hover {
  background: none;
}

.case-single-section .case-single-tab .nav .active a,
.case-single-section .case-single-tab .nav a:hover {
  background: #e32d39;
  color: #fff;
}

.case-single-section .tab-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .case-single-section .tab-content {
    padding-top: 25px;
  }
}

.case-single-section .tab-content .tab-pane p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .case-single-section .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

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

.case-single-section .tab-details {
  margin-top: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .case-single-section .tab-details {
    margin-top: 30px;
  }
}

.case-single-section .tab-details .img-holder {
  width: 43%;
  float: left;
}

@media (max-width: 767px) {
  .case-single-section .tab-details .img-holder {
    width: 100%;
    float: none;
  }
}

.case-single-section .tab-details .info {
  width: 57%;
  float: right;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .case-single-section .tab-details .info {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 25px;
  }
}

.case-single-section .tab-details ul li {
  font-weight: 500;
  line-height: 1.6em;
  color: #7d7d7d;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .case-single-section .tab-details ul li {
    margin-bottom: 15px;
  }
}

.case-single-section .tab-details ul li:last-child {
  margin-bottom: 0;
}

.case-single-section .tab-details ul li i {
  position: absolute;
  left: 0;
  top: 6px;
}


/*--------------------------------------------------------------
  #blog page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#12.1 blog-pg-section
--------------------------------------------------------------*/

.blog-pg-section .post {
  position: relative;
}

.blog-pg-section .blog-content>.post+.post {
  margin-top: 80px;
}

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

@media (max-width: 767px) {
  .blog-pg-section .blog-content>.post+.post {
    margin-top: 60px;
  }
}

.blog-pg-section .post .entry-media {
  margin-bottom: 35px;
}

.blog-pg-section .post h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

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

.blog-pg-section .post h3 a {
  color: #29307d;
  display: inline-block;
}

.blog-pg-section .post h3 a:hover {
  color: #e32d39;
}

.blog-pg-section .post .meta {
  background-color: #f8f8f8;
  display: inline-block;
  padding: 5px 15px;
  overflow: hidden;
  list-style: none;
}

@media (max-width: 767px) {
  .blog-pg-section .post .meta {
    background: transparent;
    padding: 0;
  }
}

.blog-pg-section .post .meta li {
  float: left;
  color: #838383;
  position: relative;
}

.blog-pg-section .post .meta>li+li {
  padding-left: 15px;
  margin-left: 15px;
}
.blog-pg-section .post .meta li {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .blog-pg-section .post .meta li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .post .meta li {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .blog-pg-section .post .meta>li+li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

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

.blog-pg-section .post .meta a {
  color: #29307d;
  font-weight: normal;
}

.blog-pg-section .post .meta a:hover {
  color: #e32d39;
}

.blog-pg-section .entry-details {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details {
    margin-top: 20px;
  }
}

.blog-pg-section .entry-details p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #838383;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.blog-pg-section .entry-details .read-more {
  font-weight: bold;
  color: #e32d39;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details .read-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-pg-section .post-slider {
  position: relative;
}

.blog-pg-section .post-slider .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 .post-slider .owl-controls .owl-nav [class*=owl-] {
  background: rgba(224, 177, 56, 0.8);
  width: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .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 .post-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

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

.blog-pg-section .video-post .video-holder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  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 .video-post .video-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .video-post .video-holder a {
  background-color: rgba(224, 177, 56, 0.8);
  width: 88px;
  height: 88px;
  line-height: 88px;
  border: 3px solid #e32d39;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .blog-pg-section .video-post .video-holder a {
    width: 68px;
    height: 68px;
    line-height: 68px;
    border: 2px solid #e32d39;
  }
}

.blog-pg-section .video-post .video-holder a:hover {
  background: #e32d39;
}

.blog-pg-section .video-post .video-holder .fi {
  padding-left: 8px;
}

.blog-pg-section .video-post .video-holder .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  margin-left: 0px;
}

@media (max-width: 767px) {
  .blog-pg-section .video-post .video-holder .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.blog-pg-section .format-quote {
  background-color: #f1f1f1;
  padding: 45px;
}

@media (max-width: 767px) {
  .blog-pg-section .format-quote {
    padding: 35px 25px;
  }
}

.blog-pg-section .format-quote .quote-icon {
  position: absolute;
  right: 25px;
  top: 25px;
}

.blog-pg-section .format-quote h3 {
  position: relative;
}

.blog-pg-section .format-quote h3:after {
  font-size: 45px;
  font-size: 2.8125rem;
  color: rgba(224, 177, 56, 0.5);
  position: absolute;
  right: -8px;
  top: -8px;
  content: "\f100";
  font-family: Flaticon;
}


/*--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#13.1 blog-single-section
--------------------------------------------------------------*/

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

.blog-single-section .post {
  position: relative;
}

.blog-single-section .post .entry-media {
  margin-bottom: 35px;
}

.blog-single-section .post h2.post-title {
  font-size: 38px;
  line-height: 1.5em;
  margin: 0 0 1em;
}

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

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

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

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

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

.blog-single-section .post .meta {
  background-color: #f8f8f8;
  display: inline-block;
  padding: 5px 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-single-section .post .meta {
    background: transparent;
    padding: 0;
  }
}

.blog-single-section .post .meta li {
  float: left;
  color: #838383;
  position: relative;
  list-style: none;
}

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

.blog-single-section .post .meta>li+li {
  padding-left: 15px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .blog-single-section .post .meta>li+li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

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

.blog-single-section .post .meta a {
  color: #29307d;
  font-weight: normal;
}

.blog-single-section .post .meta a:hover {
  color: #e32d39;
}

.blog-single-section .entry-details {
  margin-top: 35px;
}

.blog-single-section .entry-details ul li,
.blog-single-section .entry-details ol li {
  color: #7d7d7d;
  line-height: 1.8em;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .blog-single-section .entry-details {
    margin-top: 20px;
  }
}

.blog-single-section .entry-details p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #838383;
  line-height: 1.9em;
  margin: 0 0 1.5em;
}
.blog-single-section .entry-details blockquote p {
    margin-bottom: 0px;
    font-size: 20px;
	font-size: 1.25rem;
}
@media (max-width: 991px) {
  .blog-single-section .entry-details p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.blog-single-section .entry-details blockquote {
  background-color: #faf9f6;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  color: #838383;
  line-height: 1.9em;
  padding: 30px 25px;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .blog-single-section .entry-details blockquote {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 25px 20px;
  }
}

.blog-single-section .tag-share {
  min-height: 60px;
  border-top: 1px solid #ebebf1;
  border-bottom: 1px solid #ebebf1;
  margin: 60px 0 70px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share {
    border-right: 1px solid #ebebf1;
  }
}

.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
  min-height: 60px;
  line-height: 60px;
  display: inline-block;
  padding-left: 80px;
  position: relative;
}

.tag-share ul li {
  list-style: none;
}

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

.blog-single-section .tag-share .tag>i,
.blog-single-section .tag-share .share>i {
  background: #ebebf1;
  width: 60px;
  height: 61px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

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

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

.blog-single-section .tag-share .tag a {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #848484;
}

.blog-single-section .tag-share .tag a:hover {
  color: #e32d39;
}

.blog-single-section .tag-share .tag ul li {
  padding-right: 5px;
  position: relative;
}

.blog-single-section .tag-share .tag ul li:after {
  content: ",";
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-single-section .tag-share .tag ul li:last-child:after {
  display: none;
}

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

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

@media (max-width: 767px) {
  .blog-single-section .tag-share .share {
    float: none;
    border-top: 1px solid #ebebf1;
    margin-top: 1px;
  }
}

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

.blog-single-section .tag-share .share a {
  color: #848484;
}

.blog-single-section .tag-share .share a:hover {
  color: #e32d39;
}

.blog-single-section .tag-share ul {
  overflow: hidden;
  padding-left: 0px;
}

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

.blog-single-section .author-box {
  background-color: #f1f1f1;
  padding: 45px 50px;
  margin: 70px 0;
}

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

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

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

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

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

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

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

.blog-single-section .author-box .author-content p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #29307d;
}

@media (max-width: 991px) {
  .blog-single-section .author-box .author-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-single-section .author-box .social-lnk {
  display: inline-block;
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}

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

.blog-single-section .author-box .social-lnk a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #777;
}

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

.blog-single-section .more-posts {
  overflow: hidden;
  border-top: 1px solid #ebebf1;
  border-bottom: 1px solid #ebebf1;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts {
    border-left: 1px solid #ebebf1;
    border-right: 1px solid #ebebf1;
  }
}

.blog-single-section .more-posts>div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts>div {
    width: 100%;
    float: none;
  }
}

.blog-single-section .more-posts>div>a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #e8e8e8;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.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: #a7a7a7;
}

.blog-single-section .more-posts .post-name {
  font-size: 20px;
  font-size: 1.25rem;
  color: #29307d;
  margin: 0.5em 0 0;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #e32d39;
}

.comment-content a,
.logged-in-as a,
.lower-footer p a {
  color: #e32d39;
}

.page-wraper a {
  color: #e32d39;
}

.page-wraper a:hover {
  color: #aea076;
}

.comment-content a:hover,
.logged-in-as a:hover,
.lower-footer p a:hover {
  color: #aea076;
}

.comment-area article {
  padding: 35px 25px;
  border-bottom: 1px solid #ebebf1;
  ;
}
.comment-area .regulations-nav-links .regulations-nav-next {
  padding-bottom: 20px;
}
.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area .comments {
  border: 1px solid #ebebf1;
  border-bottom: 0;
}

.blog-single-section .comments-area li>div {
  border-bottom: 1px solid #ebebf1;
  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 .comments-title {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

.blog-single-section .comments-area .comments-meta h4 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6d6d6d;
  font-weight: bold;
  margin: 0 0 1em;
  display: inline-block;
}

.blog-single-section .comments-area .comments-meta span {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-size: 1rem;
}

.blog-single-section .comments-area .comments-meta span.caps {
  margin-left: 5px;
}

.blog-single-section .comments-area .comment-reply-link {
  background: #e32d39;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

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

ol.comments #respond {
  padding: 0 20px 20px;
}

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

.blog-single-section .comment-respond .comment-reply-title {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.5em;
}

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

.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: #e32d39;
}

@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: #d4ccb6;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

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

.blog-single-section .comment-content ol {
  list-style: decimal !important;
  padding-left: 40px;
}

.blog-single-section .comments-area ol ul.children {
  list-style: none;
}

.blog-single-section .comments-area ul.children li.depth-2 .comment-theme {
  left: 65px;
}

.blog-single-section .comments-area ul.children li.depth-3 .comment-theme {
  left: 85px;
}

.blog-single-section .comments-area ul.children li.depth-4 .comment-theme {
  left: 120px;
}

.blog-single-section .comments-area ul.children li.depth-5 .comment-theme {
  left: 140px;
}

.blog-single-section .comments-area ul.children li.depth-6 .comment-theme {
  left: 160px;
}

.blog-single-section .comments-area ul.children li.depth-7 .comment-theme {
  left: 180px;
}

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


/*Page Comment */

.page-wrapper p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #838383;
  line-height: 1.8em;
  margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .page-wrapper p {
    font-size: 15px;
  }
}
.page-wrapper ul li,
.page-wrapper ol li {
  font-size: 17px;
  font-size: 1.125rem;
  color: #838383;
}

.page-wraper .comments-area {
  margin-top: 70px;
}

.page-wraper .comments-area .comments {
  border: 1px solid #ebebf1;
}
.page-wraper .comments-area ol > li:last-child article {
    border-bottom: 0;
}
.page-wraper .comments-area li>div {
  border-bottom: 1px solid #ebebf1;
  padding: 35px 25px;
}

.page-wraper .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.page-wraper .comments-area ol li {
  padding-left: 30px;
}

.page-wraper .comments-area ol.comments > li {
  padding-left: 0;
}

.page-wraper ol.comments #respond {
    padding: 0 20px 5px;
}

.page-wraper .comments-area .comments-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.5em;
}
@media (max-width: 991px) {
  .page-wraper .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.page-wraper .comments-area li>div {
  position: relative;
}

.page-wraper .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

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

.page-wraper .comments-area .comment-theme img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.page-wraper .comments-area .comment-main-area {
  padding-left: 100px;
}

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

.page-wraper .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.page-wraper .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;
  display: inline-block;
}

.page-wraper .comments-area .comments-meta span {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-size: 1rem;
}

.page-wraper .comments-area .comments-meta span.caps {
  margin-left: 5px;
}

.page-wraper .comments-area .comment-reply-link {
  background: #e32d39;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

.page-wraper .comments-area .comment-reply-link:hover {
  background-color: #aea076;
}

.page-wraper .comment-respond {
  margin-top: 70px;
}

.page-wraper .comment-respond .comment-reply-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .page-wraper .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.page-wraper .comment-respond form input,
.page-wraper .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;
}

.page-wraper .comment-respond form input:focus,
.page-wraper .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e32d39;
}

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

.page-wraper .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

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

.page-wraper .comment-respond .form-inputs {
  overflow: hidden;
}

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

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

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

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

.page-wraper .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #d4ccb6;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.page-wraper .comment-respond .form-submit input:hover {
  background-color: #e32d39;
}


/*--------------------------------------------------------------
  #testimonials page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#13.1 testimonials-pg-section
--------------------------------------------------------------*/

.testimonials-pg-section {
  background-color: #fff;
}

.testimonials-pg-section .testimonial-grids>.grid+.grid {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}

@media (max-width: 767px) {
  .testimonials-pg-section .testimonial-grids>.grid+.grid {
    margin-top: 50px;
    padding-top: 50px;
  }
}


/*# sourceMappingURL=style.css.map */


/*Theme Unit CSS*/

a {
  color: #e32d39;
}

a:hover {
  color: #aea076;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

span.text-logo a {
  color: #4d5058;
}

span.text-logo a:hover {
  color: #e32d39;
}


/*Table Design*/

table {
  width: 100%;
}

table th {
  background: #e32d39;
  color: #fff;
  transition: .3s;
}

table th:hover {
  background: #aea076;
}

td,
th {
  border: 1px solid #ebebf1;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #838383;
}

th a,
th a:hover {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

dd,
dt {
  line-height: 1.8em;
  font-size: 18px;
  font-size: 1.125rem;
  color: #838383;
}

address {
  line-height: 1.8em;
  font-size: 18px;
  font-size: 1.125rem;
  color: #838383;
  background: #f8f8f8;
  padding: 20px;
}

code {
  line-height: 1.8em;
  font-size: 18px;
  font-size: 1.125rem;
  color: #838383;
  background-color: #c7bda04a;
}

kbd {
  color: #838383;
  background-color: #efece3;
}

pre {
  background: #f8f8f8;
  font-family: "Courier 10 Pitch", Courier, monospace;
  color: #838383;
}

ul {
  list-style: disc;
  padding-left: 40px;
}

.blog-sidebar ul {
  list-style: none;
  padding-left: 0px;
}

.sticky-badge h2 {
  width: 135px;
  height: 51px;
  line-height: 54px;
  text-align: center;
  background: rgba(224, 177, 56, 0.5);
  padding-left: 30px;
  color: #29307d;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: -24px;
  top: 42px;
  margin: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.sticky-badge:hover h2 {
  background: #aea076;
}

.sticky-badge h2:before {
  position: absolute;
  left: -2px;
  top: -2px;
  border-top: 27px solid transparent;
  border-left: 35px solid #f1f1f1;
  border-bottom: 28px solid transparent;
  content: "";
  z-index: 9;
}

.sticky {
  background: #f1f1f1;
  padding: 45px;
}


/* Archive List */

.blog-sidebar .widget_archive ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .widget_archive ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-sidebar .widget_archive ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.blog-sidebar .widget_archive ul>li+li {
  margin-top: 15px;
}

.blog-sidebar .widget_archive ul a {
  color: #666;
  padding-right: 8px;
}

.blog-sidebar .widget_archive ul a:hover,
.blog-sidebar .widget_archive ul li:hover:before {
  color: #e32d39;
}

select {
  height: 44px;
  width: 100%;
  border: 1px solid #e9e7e1;
  padding-left: 10px;
}


/* Calender */

.calendar_wrap {}

.calendar_wrap table#wp-calendar tr,
.calendar_wrap table#wp-calendar td {
  border: 1px solid #e1dfd9;
}

.calendar_wrap table#wp-calendar th,
.calendar_wrap table#wp-calendar td {
  padding: 8px;
}

@media (max-width: 767px) {
  .calendar_wrap table#wp-calendar th,
  .calendar_wrap table#wp-calendar td {
    font-size: 14px;
  }
}


/*Categories List*/

.widget_categories ul ul {
  padding-left: 20px;
}

.widget_categories ul li a {
  display: inline-block;
  padding: 9px 10px 9px 0;
}

.widget_categories ul li ul li {
  border-bottom: none;
  border-top: 1px solid #f0f0f0;
}

.widget_categories ul li:last-child {
  border-bottom: none;
}

.widget_categories select {
  height: 40px;
  padding-left: 10px;
}

.widget_categories ul li a {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #666;
}

.widget_categories ul li a:hover {
  color: #e32d39;
}

.widget_categories ul li a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 767px) {
  .widget_categories ul li {
    font-size: 14px;
  }
}


/*Widget pages*/

.widget_pages ul ul {
  padding-left: 20px;
}

.widget_pages ul li a {
  display: inline-block;
  width: 90%;
  padding: 9px 0;
}

.widget_pages ul>li {
  border-bottom: 1px solid #f0f0f0;
}

.widget_pages ul li ul li {
  border-bottom: none;
  border-top: 1px solid #f0f0f0;
}

.widget_pages ul li:last-child {
  border-bottom: none;
}

.widget_pages ul li a {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #666;
}

.widget_pages ul li a:hover {
  color: #e32d39;
}

.widget_pages ul li a:before {
  content: "-";
  position: absolute;
  left: -12px;
  top: 9px;
}

@media (max-width: 767px) {
  .widget_pages ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}


/*Sdebar Meta */

.widget_meta ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .widget_meta ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.widget_meta ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.widget_meta ul>li+li {
  margin-top: 15px;
}

.widget_meta ul a {
  color: #666;
}

.widget_meta ul a:hover,
.widget_meta ul li:hover:before {
  color: #e32d39;
}


/*Recent Comments*/

.widget_recent_comments ul li {
  color: #666;
  list-style: none;
  border-radius: 60px;
  border-bottom-left-radius: 0;
  padding-top: 20px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  position: relative;
}


.widget_recent_comments ul li a {
  color: #666;
}

.widget_recent_comments ul li a:hover {
  color: #e32d39;
}


/* Recent Posts */

.widget_recent_entries ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .widget_recent_entries ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.widget_recent_entries ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.widget_recent_entries ul>li+li {
  margin-top: 15px;
}

.widget_recent_entries ul a {
  color: #666;
}

.widget_recent_entries ul a:hover,
.widget_recent_entries ul li:hover:before {
  color: #e32d39;
}


/* Widget Rss */

.widget_rss ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 15px;
  position: relative;
  line-height: 28px;
  color: #666;
}

@media (max-width: 767px) {
  .widget_rss ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.widget_rss ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.widget_rss ul>li+li {
  margin-top: 20px;
}

.widget_rss ul a {
  color: #666;
}

.widget_rss ul a:hover,
.widget_rss ul li:hover:before {
  color: #e32d39;
}


/*Text widget*/

.textwidget img {
  max-width: 100%;
  height: auto;
}

.widget_text ul li p {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  line-height: 28px;
  color: #666;
}

@media (max-width: 767px) {
  .widget_text ul li p {
    font-size: 16px;
    font-size: 1rem;
  }
}


/*Tag Cloud */

.widget_tag_cloud .tagcloud a {
  background: rgba(224, 177, 56, 0.7);
  font-size: 14px !important;
  font-size: 0.875rem !important;
  display: inline-block;
  padding: 6px 12px 5px;
  color: #fff;
  border-radius: 3px;
  margin: 3px 1px;
}

.widget_tag_cloud .tagcloud a:hover {
  background: #e32d39;
}


/*Nav Menu*/

.widget_nav_menu ul ul {
  padding-left: 10px;
}

.widget_nav_menu ul li a {
  display: inline-block;
  width: 90%;
  padding: 9px 0;
}

.widget_nav_menu ul>li {
  border-bottom: 1px solid #f0f0f0;
}

.widget_nav_menu ul li ul li {
  border-bottom: none;
  border-top: 1px solid #f0f0f0;
}

.widget_nav_menu ul li:last-child {
  border-bottom: none;
}

.widget_nav_menu ul li a {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  padding-left: 20px;
  color: #666;
}

.widget_nav_menu ul li a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 9px;
}

.widget_nav_menu ul a:hover,
.widget_nav_menu ul li:hover:before {
  color: #e32d39;
}

@media (max-width: 767px) {
  .widget_nav_menu ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}


/*Post-pagination*/

.wp-pagenavi {
    padding-bottom: 0;
    padding-top: 25px;
    margin-top: 50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #d0c8b0;
    background: #d0c8b0;
    padding: 14px 18px;
    margin-right: 10px;
    margin-bottom: 0px;
    color: #fff;
    display: inline-block;
    margin-left: -1px;
    line-height: 1;
    font-weight: 600;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #b2a47c;
    color: #fff !important;
    border-color: #b2a47c;
}
.wp-pagenavi span.current {
  color: #fff!important;
}

ul.page-numbers {
  margin-left: 0;
  padding-left: 15px;
  list-style: none;
  margin-top: 40px;
  clear: both;
  padding-left: 0;
}

ul.page-numbers li {
  display: inline-block;
}

ul.page-numbers li span.current {
  background-color: #e32d39;
  display: block;
  padding: 7px 16px;
  color: #eee;
  border: 2px solid #e32d39;
  font-weight: 600;
}
@media (max-width: 767px) {
  ul.page-numbers li span.current,
  ul.page-numbers li a {
    font-size: 13px;
  }
}

ul.page-numbers li a {
  border: 1px solid #d0c8b0;
  background: #d0c8b0;
  padding: 11px 14px;
  line-height: 1em;
  display: block;
  color: #fff;
  font-weight: 600;
}

ul.page-numbers li a:hover {
  background-color: #e32d39;
  color: #fff;
  transition: all .3s;
}


/* Page paginations*/

.wp-link-pages a,
.wp-link-pages>span {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #d0c8b0;
  background: #d0c8b0;
  color: #fff;
}

.wp-link-pages>span,
.wp-link-pages a:hover {
  background: #e32d39;
}

.wp-link-pages {
  margin-top: 35px;
}
.wp-link-pages + a.read-more {
    margin-top: 25px;
    display: inline-block;
}

/*password protected form*/

.post-password-form>p {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.post-password-form {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.post-password-form label {
  display: block;
  font-weight: 500;
}

.post-password-form input[type="password"] {
  width: 50%;
  height: 50px;
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #ffffff;
  color: #888888;
  border: 1px solid #ececec;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  appearance: none;
}

.post-password-form input[type="submit"] {
  padding: 9px 29px;
  position: absolute;
  right: 100px;
  bottom: 15px;
  border: none;
  background: #e32d39;
  outline: none;
  transition: .3s;
  color: #fff;
}

@media (max-width: 767px) {
  .post-password-form input[type="submit"] {
    right: 0;
  }
}

.post-password-form input[type="submit"]:hover {
  background: #aea076;
}

.gallery-caption {
  color: #838383;
  line-height: 1.8em;
}
.footer-widget-area .contact-widget ul li {
	font-size: 17px;
	font-size: 1.0625rem;
	color: #cac9c9;
}
.blog-single-section p.form-submit {
    margin-bottom: 0;
}

.blog-pg-section,
.blog-single-section,
.service-single-section,
.case-single-section {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .blog .blog-pg-section .blog-sidebar {
    padding-right: 15px;
  }
  .blog-single-section .blog-sidebar {
    padding-right: 15px !important;
  }
}
.blog .blog-sidebar .search-widget input,
.blog-sidebar .search-widget input
 {
  max-width: 100%;
}
.widget_categories ul li a '#text' {
  display: none;
}