/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> 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	portfolio-section
#0.9	testimonials-section
#1.0	team-section
#1.1	recent-news-section
#1.2	news-letter-section
#1.3	contact-section


----------------------------------------------------------------
	home style 2
----------------------------------------------------------------
#2.0	about-section-s2
#2.1	portfolio-section-s2
#2.2	about-section-s2
#2.3	testimonials-section-s2
#2.4	services-package-section
#2.5	recent-news-section-s2
#2.6	partners-section
#2.7	contact-section-s2


----------------------------------------------------------------
	home style 3
----------------------------------------------------------------
#3.1	features-section
#3.2	about-section-s4
#3.3	screenshot-section
#3.4	cta-section
#3.5	testimonials-section-s3
#3.6	cta-s2-section


----------------------------------------------------------------
	home style 4
----------------------------------------------------------------
#4.1	about-section-s5
#4.2	experience-section
#4.3	education-section
#4.4	testimonials-section-s4
#4.5	contact-section-s3


----------------------------------------------------------------
	blog page
----------------------------------------------------------------
#5.1	blog-main-content


----------------------------------------------------------------
	blog single page
----------------------------------------------------------------
#6.1	blog-single-section


----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,500|Poppins:400,600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
/* line 4, sass/base/_base.scss */
html {
  font-size: 15px; }

/* line 8, sass/base/_base.scss */
body {
  font-family: "Hind", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    /* line 8, sass/base/_base.scss */
    body {
      font-size: 14px; } }

/* line 20, sass/base/_base.scss */
p {
  color: #90949a;
  line-height: 1.8em; }

/* line 25, sass/base/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold; }

/* line 35, sass/base/_base.scss */
ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

/* line 41, sass/base/_base.scss */
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

/* line 45, sass/base/_base.scss */
a:hover {
  text-decoration: none; }

/* line 49, sass/base/_base.scss */
img {
  max-width: 100%; }

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
/* line 59, sass/base/_base.scss */
.page-wrapper {
  position: relative;
  overflow: hidden; }

/* line 64, sass/base/_base.scss */
.wow {
  visibility: hidden; }

/* line 68, sass/base/_base.scss */
.fi:before {
  margin: 0; }

/* line 72, sass/base/_base.scss */
.section-padding {
  padding: 120px 0; }
  @media (max-width: 991px) {
    /* line 72, sass/base/_base.scss */
    .section-padding {
      padding: 90px 0; } }
  @media (max-width: 767px) {
    /* line 72, sass/base/_base.scss */
    .section-padding {
      padding: 80px 0; } }

/*** contact form error handling ***/
/* line 87, sass/base/_base.scss */
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  clear: both;
  padding: 0; }

/* line 94, sass/base/_base.scss */
.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0; }

/* line 101, sass/base/_base.scss */
.contact-validation-active #loader {
  display: none;
  margin-top: 10px; }

/* line 106, sass/base/_base.scss */
.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) {
    /* line 106, sass/base/_base.scss */
    .contact-validation-active #success,
    .contact-validation-active #error {
      font-size: 15px; } }

/* line 120, sass/base/_base.scss */
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px; }

/* line 126, sass/base/_base.scss */
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red; }

/* line 131, sass/base/_base.scss */
.contact-validation-active #loader {
  text-align: center;
  color: #D2604C;
  font-size: 8px;
  font-size: 0.53333rem; }

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

/* line 147, sass/base/_base.scss */
.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; }

/* line 157, sass/base/_base.scss */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

/* line 160, sass/base/_base.scss */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* line 164, sass/base/_base.scss */
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

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

/* line 175, sass/base/_base.scss */
.fancybox-wrap {
  z-index: 99999 !important; }

/* line 1, sass/components/_section-title.scss */
.section-title, .section-title-s2, .section-title-s3, .section-title-s6, .section-title-s4 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
  margin-top: -7px; }
  /* line 6, sass/components/_section-title.scss */
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 600;
    color: #acb1b8;
    display: block;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      /* line 6, sass/components/_section-title.scss */
      .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
        font-size: 16px;
        font-size: 1.06667rem; } }
    @media (max-width: 991px) {
      /* line 6, sass/components/_section-title.scss */
      .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
        font-size: 15px;
        font-size: 1rem; } }
    @media (max-width: 767px) {
      /* line 6, sass/components/_section-title.scss */
      .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 30, sass/components/_section-title.scss */
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
    font-size: 36px;
    font-size: 2.4rem;
    color: #fff;
    margin: 0.25em 0 0; }
    @media (max-width: 1199px) {
      /* line 30, sass/components/_section-title.scss */
      .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
        font-size: 30px;
        font-size: 2rem; } }
    @media (max-width: 991px) {
      /* line 30, sass/components/_section-title.scss */
      .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
        font-size: 25px;
        font-size: 1.66667rem; } }
    @media (max-width: 767px) {
      /* line 30, sass/components/_section-title.scss */
      .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
        font-size: 22px;
        font-size: 1.46667rem; } }

/* line 56, sass/components/_section-title.scss */
.section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
  color: #41516a;
  margin: 0.15em 0 0; }

/* line 62, sass/components/_section-title.scss */
.section-title-s3, .section-title-s6 {
  text-align: center; }

/* line 70, sass/components/_section-title.scss */
.section-title-s4 h2,
.section-title-s4 > span {
  color: #fff; }

/* line 76, sass/components/_section-title.scss */
.section-title-s5 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -3px; }
  /* line 81, sass/components/_section-title.scss */
  .section-title-s5 h2 {
    font-size: 36px;
    font-size: 2.4rem;
    color: #41516a;
    margin: 0 0 0.67em; }
    @media (max-width: 1199px) {
      /* line 81, sass/components/_section-title.scss */
      .section-title-s5 h2 {
        font-size: 30px;
        font-size: 2rem; } }
    @media (max-width: 991px) {
      /* line 81, sass/components/_section-title.scss */
      .section-title-s5 h2 {
        font-size: 25px;
        font-size: 1.66667rem; } }
    @media (max-width: 767px) {
      /* line 81, sass/components/_section-title.scss */
      .section-title-s5 h2 {
        font-size: 22px;
        font-size: 1.46667rem; } }
  /* line 103, sass/components/_section-title.scss */
  .section-title-s5 p {
    font-size: 17px;
    font-size: 1.13333rem;
    line-height: 1.67em;
    margin: 0; }
    @media (max-width: 991px) {
      /* line 103, sass/components/_section-title.scss */
      .section-title-s5 p {
        font-size: 16px;
        font-size: 1.06667rem; } }

/* line 116, sass/components/_section-title.scss */
.section-title-s6 {
  margin-bottom: 55px; }
  @media (max-width: 991px) {
    /* line 116, sass/components/_section-title.scss */
    .section-title-s6 {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    /* line 116, sass/components/_section-title.scss */
    .section-title-s6 {
      margin-bottom: 35px; } }

/* line 133, sass/components/_section-title.scss */
.section-title-s7 {
  text-align: center;
  margin-bottom: 70px;
  margin-top: -11px; }
  @media (max-width: 1199px) {
    /* line 133, sass/components/_section-title.scss */
    .section-title-s7 {
      margin-top: -6px;
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    /* line 133, sass/components/_section-title.scss */
    .section-title-s7 {
      margin-bottom: 40px; } }
  /* line 148, sass/components/_section-title.scss */
  .section-title-s7 h2 {
    font-size: 48px;
    font-size: 3.2rem;
    color: #41516a;
    line-height: 1.25em;
    margin: 0; }
    @media (max-width: 1199px) {
      /* line 148, sass/components/_section-title.scss */
      .section-title-s7 h2 {
        font-size: 40px;
        font-size: 2.66667rem; } }
    @media (max-width: 991px) {
      /* line 148, sass/components/_section-title.scss */
      .section-title-s7 h2 {
        font-size: 30px;
        font-size: 2rem; } }
    @media (max-width: 767px) {
      /* line 148, sass/components/_section-title.scss */
      .section-title-s7 h2 {
        font-size: 25px;
        font-size: 1.66667rem; } }

/* line 172, sass/components/_section-title.scss */
.section-title-s8 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -5px; }
  /* line 177, sass/components/_section-title.scss */
  .section-title-s8 h2 {
    font-size: 48px;
    font-size: 3.2rem;
    color: #41516a;
    line-height: 1.25em;
    margin: 0 0 0.42em; }
    @media (max-width: 1199px) {
      /* line 177, sass/components/_section-title.scss */
      .section-title-s8 h2 {
        font-size: 40px;
        font-size: 2.66667rem; } }
    @media (max-width: 991px) {
      /* line 177, sass/components/_section-title.scss */
      .section-title-s8 h2 {
        font-size: 30px;
        font-size: 2rem; } }
    @media (max-width: 767px) {
      /* line 177, sass/components/_section-title.scss */
      .section-title-s8 h2 {
        font-size: 25px;
        font-size: 1.66667rem; } }
  /* line 200, sass/components/_section-title.scss */
  .section-title-s8 p {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.67em;
    margin: 0; }
    @media screen and (min-width: 1200px) {
      /* line 200, sass/components/_section-title.scss */
      .section-title-s8 p {
        margin: 0 -30px; } }

/* line 212, sass/components/_section-title.scss */
.section-title-s9, .section-title-s10, .section-title-s11, .section-title-s12 {
  margin-bottom: 25px; }
  /* line 215, sass/components/_section-title.scss */
  .section-title-s9 h2, .section-title-s10 h2, .section-title-s11 h2, .section-title-s12 h2 {
    font-size: 36px;
    font-size: 2.4rem;
    color: #41516a;
    padding-right: 20px;
    margin: -0.22em 0 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative; }
    /* line 225, sass/components/_section-title.scss */
    .section-title-s9 h2:after, .section-title-s10 h2:after, .section-title-s11 h2:after, .section-title-s12 h2:after {
      content: "";
      background-color: #D2604C;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      right: 0;
      bottom: 7px; }
    @media (max-width: 1199px) {
      /* line 215, sass/components/_section-title.scss */
      .section-title-s9 h2, .section-title-s10 h2, .section-title-s11 h2, .section-title-s12 h2 {
        font-size: 30px;
        font-size: 2rem; } }
    @media (max-width: 991px) {
      /* line 215, sass/components/_section-title.scss */
      .section-title-s9 h2, .section-title-s10 h2, .section-title-s11 h2, .section-title-s12 h2 {
        font-size: 25px;
        font-size: 1.66667rem; } }
    @media (max-width: 767px) {
      /* line 215, sass/components/_section-title.scss */
      .section-title-s9 h2, .section-title-s10 h2, .section-title-s11 h2, .section-title-s12 h2 {
        font-size: 22px;
        font-size: 1.46667rem; } }

/* line 253, sass/components/_section-title.scss */
.section-title-s10 {
  margin-bottom: 65px;
  text-align: center; }
  @media (max-width: 991px) {
    /* line 253, sass/components/_section-title.scss */
    .section-title-s10 {
      margin-bottom: 55px; } }
  @media (max-width: 767px) {
    /* line 253, sass/components/_section-title.scss */
    .section-title-s10 {
      margin-bottom: 45px; } }

/* line 267, sass/components/_section-title.scss */
.section-title-s11, .section-title-s12 {
  margin-bottom: 65px;
  text-align: center; }
  @media (max-width: 991px) {
    /* line 267, sass/components/_section-title.scss */
    .section-title-s11, .section-title-s12 {
      margin-bottom: 55px; } }
  @media (max-width: 767px) {
    /* line 267, sass/components/_section-title.scss */
    .section-title-s11, .section-title-s12 {
      margin-bottom: 45px; } }
  /* line 280, sass/components/_section-title.scss */
  .section-title-s11 h2, .section-title-s12 h2 {
    color: #fff;
    margin: 0 0 0.39em; }
  /* line 285, sass/components/_section-title.scss */
  .section-title-s11 p, .section-title-s12 p {
    margin: 0; }

/* line 292, sass/components/_section-title.scss */
.section-title-s12 h2 {
  color: #41516a;
  margin-top: -0.19em; }

/* line 298, sass/components/_section-title.scss */
.vertical-heading {
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  /* line 306, sass/components/_section-title.scss */
  .vertical-heading span {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #656c72; }
  @media (max-width: 1700px) {
    /* line 298, sass/components/_section-title.scss */
    .vertical-heading {
      display: none; } }

/* line 319, sass/components/_section-title.scss */
.vertical-heading-s2 {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  /* line 327, sass/components/_section-title.scss */
  .vertical-heading-s2 span {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #656c72; }
  @media (max-width: 1700px) {
    /* line 319, sass/components/_section-title.scss */
    .vertical-heading-s2 {
      display: none; } }

/* line 1, sass/components/_buttons.scss */
.theme-btn, .theme-btn-s3 {
  font-family: "Poppins", sans-serif;
  background-color: #D2604C;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 9px 10px rgba(210, 96, 76, 0.3); }
  @media (max-width: 1199px) {
    /* line 1, sass/components/_buttons.scss */
    .theme-btn, .theme-btn-s3 {
      font-size: 14px;
      font-size: 0.93333rem;
      padding: 12px 35px; } }
  @media (max-width: 767px) {
    /* line 1, sass/components/_buttons.scss */
    .theme-btn, .theme-btn-s3 {
      font-size: 13px;
      font-size: 0.86667rem;
      padding: 10px 35px; } }
  /* line 26, sass/components/_buttons.scss */
  .theme-btn:hover, .theme-btn-s3:hover {
    color: #fff; }

/* line 31, sass/components/_buttons.scss */
.theme-btn-s2 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #D2604C;
  padding: 13px 35px;
  border: 1px solid #99a7b0;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    /* line 31, sass/components/_buttons.scss */
    .theme-btn-s2 {
      font-size: 15px;
      font-size: 1rem;
      padding: 10px 30px; } }
  @media (max-width: 767px) {
    /* line 31, sass/components/_buttons.scss */
    .theme-btn-s2 {
      font-size: 13px;
      font-size: 0.86667rem;
      padding: 10px 25px; } }
  /* line 55, sass/components/_buttons.scss */
  .theme-btn-s2:hover {
    background-color: #99a7b0;
    color: #fff; }

/* line 61, sass/components/_buttons.scss */
.theme-btn-s3 {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  box-shadow: none; }
  @media (max-width: 1199px) {
    /* line 61, sass/components/_buttons.scss */
    .theme-btn-s3 {
      font-size: 14px;
      font-size: 0.93333rem;
      padding: 10px 20px; } }
  @media (max-width: 767px) {
    /* line 61, sass/components/_buttons.scss */
    .theme-btn-s3 {
      font-size: 13px;
      font-size: 0.86667rem; } }
  /* line 82, sass/components/_buttons.scss */
  .theme-btn-s3:hover {
    background-color: #bc442f; }

/* line 2, sass/components/_form.scss */
.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959; }
  /* line 11, sass/components/_form.scss */
  .form input:focus,
  .form textarea:focus,
  .form select:focus {
    border-color: #D2604C;
    -webkit-box-shadow: 0 0 5px 0 #dc8475;
    -moz-box-shadow: 0 0 5px 0 #dc8475;
    -o-box-shadow: 0 0 5px 0 #dc8475;
    -ms-box-shadow: 0 0 5px 0 #dc8475;
    box-shadow: 0 0 5px 0 #dc8475; }

/* line 97, sass/helpers/_mixins.scss */
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959; }

/* line 103, sass/helpers/_mixins.scss */
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959; }

/* line 109, sass/helpers/_mixins.scss */
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959; }

/* line 115, sass/helpers/_mixins.scss */
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959; }

/* line 19, sass/components/_form.scss */
.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; }

/* line 30, sass/components/_form.scss */
.form select::-ms-expand {
  /* for IE 11 */
  display: none; }

/* line 1, sass/components/_social-links.scss */
.social-links {
  overflow: hidden; }
  /* line 4, sass/components/_social-links.scss */
  .social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px; }
    /* line 10, sass/components/_social-links.scss */
    .social-links li a {
      background-color: #dc8475;
      width: 35px;
      height: 35px;
      line-height: 35px;
      display: block;
      color: #fff;
      text-align: center; }
      /* line 19, sass/components/_social-links.scss */
      .social-links li a:hover {
        background-color: #D2604C; }

/* line 1, sass/components/_page-title.scss */
.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 400px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%; }
  /* line 9, sass/components/_page-title.scss */
  .page-title .container {
    vertical-align: middle;
    display: table-cell; }
  /* line 14, sass/components/_page-title.scss */
  .page-title h1,
  .page-title ol {
    color: #fff; }
  /* line 19, sass/components/_page-title.scss */
  .page-title .breadcrumb {
    background-color: transparent;
    padding: 0; }
    /* line 23, sass/components/_page-title.scss */
    .page-title .breadcrumb a {
      color: #fff; }

/* line 1, sass/components/_preloader.scss */
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000; }
  /* line 10, sass/components/_preloader.scss */
  .preloader .dots {
    height: 50px;
    width: 50px;
    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%); }
  /* line 19, sass/components/_preloader.scss */
  .preloader .dots span {
    background: red;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    webkit-animation: preloaderanimation 1s infinite ease-in-out;
    animation: preloaderanimation 1s infinite ease-in-out; }
  /* line 29, sass/components/_preloader.scss */
  .preloader .dots span:first-child {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  /* line 34, sass/components/_preloader.scss */
  .preloader .dots span:nth-child(2) {
    left: 15px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  /* line 40, sass/components/_preloader.scss */
  .preloader .dots span:nth-child(3) {
    left: 30px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  /* line 46, sass/components/_preloader.scss */
  .preloader .dots span:nth-child(4) {
    left: 45px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

@keyframes preloaderanimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #D2604C; }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background: #41516a; }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background: blue; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: green; } }

@-webkit-keyframes preloaderanimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #D2604C; }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background: #41516a; }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background: blue; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: green; } }

/*****************************
	blog sidebar
******************************/
/* line 4, sass/components/_blog-sidebar.scss */
.blog-sidebar {
  max-width: 300px;
  margin-left: auto;
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** recent-post-widget ***/
  /*** recont comments ***/
  /*** tagcloud-widget ***/
  /*** news-letter-widget ***/ }
  @media (max-width: 991px) {
    /* line 4, sass/components/_blog-sidebar.scss */
    .blog-sidebar {
      max-width: 300px;
      padding-left: 0;
      margin-top: 80px;
      margin-left: 0; } }
  @media (max-width: 767px) {
    /* line 4, sass/components/_blog-sidebar.scss */
    .blog-sidebar {
      margin-top: 70px; } }
  /* line 19, sass/components/_blog-sidebar.scss */
  .blog-sidebar ul {
    list-style: none; }
  /* line 23, sass/components/_blog-sidebar.scss */
  .blog-sidebar > .widget + .widget {
    margin-top: 35px; }
  /* line 27, sass/components/_blog-sidebar.scss */
  .blog-sidebar .widget:not(.search-widget) {
    padding: 44px 30px;
    border: 1px solid #e5e5e5; }
    @media (max-width: 767px) {
      /* line 27, sass/components/_blog-sidebar.scss */
      .blog-sidebar .widget:not(.search-widget) {
        padding: 35px 20px; } }
  /* line 36, sass/components/_blog-sidebar.scss */
  .blog-sidebar .widget > h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      /* line 36, sass/components/_blog-sidebar.scss */
      .blog-sidebar .widget > h3 {
        font-size: 18px;
        font-size: 1.2rem; } }
  /* line 54, sass/components/_blog-sidebar.scss */
  .blog-sidebar .search-widget div,
  .blog-sidebar .news-letter-widget div {
    position: relative; }
  /* line 58, sass/components/_blog-sidebar.scss */
  .blog-sidebar .search-widget input,
  .blog-sidebar .news-letter-widget input {
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    box-shadow: none; }
  /* line 66, sass/components/_blog-sidebar.scss */
  .blog-sidebar .search-widget button,
  .blog-sidebar .news-letter-widget button {
    background-color: #41516a;
    width: 50px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0; }
  /* line 79, sass/components/_blog-sidebar.scss */
  .blog-sidebar .search-widget button:hover,
  .blog-sidebar .news-letter-widget button:hover {
    background-color: #2e394a; }
  /* line 86, sass/components/_blog-sidebar.scss */
  .blog-sidebar .categories-widget ul > li + li {
    border-top: 1px solid #e1e1e1; }
  /* line 90, sass/components/_blog-sidebar.scss */
  .blog-sidebar .categories-widget ul a {
    display: block;
    color: #5d5c5c;
    padding: 9px 0;
    position: relative; }
  /* line 97, sass/components/_blog-sidebar.scss */
  .blog-sidebar .categories-widget ul a:hover {
    color: #000; }
  /* line 101, sass/components/_blog-sidebar.scss */
  .blog-sidebar .categories-widget ul a span {
    position: absolute;
    right: 0; }
    /* line 105, sass/components/_blog-sidebar.scss */
    .blog-sidebar .categories-widget ul a span:before {
      content: "(";
      position: relative;
      top: 1px; }
    /* line 111, sass/components/_blog-sidebar.scss */
    .blog-sidebar .categories-widget ul a span:after {
      content: ")";
      position: relative;
      top: 1px; }
  /* line 121, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-post-widget .post {
    overflow: hidden; }
  /* line 125, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-post-widget > .post + .post {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8; }
  /* line 130, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-post-widget .entry-media {
    width: 75px;
    float: left;
    margin-bottom: 20px; }
  /* line 136, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-post-widget .entry-details {
    width: calc(100% - 75px);
    float: left;
    padding-left: 15px; }
  /* line 142, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-post-widget .entry-details h4 {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 0.3em; }
    @media (max-width: 767px) {
      /* line 142, sass/components/_blog-sidebar.scss */
      .blog-sidebar .recent-post-widget .entry-details h4 {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 155, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-post-widget .entry-details h4 a {
    color: #41516a; }
  /* line 159, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-post-widget .entry-details h4 a:hover {
    color: #37455a; }
  /* line 163, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-post-widget .date {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #bebfc0; }
  /* line 172, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-comments ul > li + li {
    margin-top: 22px; }
  /* line 176, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-comments ul li {
    border-bottom: 1px solid #eff1f3;
    padding-bottom: 10px;
    color: #4c4c4c;
    line-height: 1.6em; }
  /* line 183, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-comments .post-by {
    font-weight: normal; }
  /* line 187, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-comments a {
    color: #41516a;
    font-weight: 600; }
  /* line 192, sass/components/_blog-sidebar.scss */
  .blog-sidebar .recent-comments a:hover {
    color: #37455a; }
  /* line 199, sass/components/_blog-sidebar.scss */
  .blog-sidebar .tagcloud-widget > div {
    margin: 0 -5px; }
  /* line 203, sass/components/_blog-sidebar.scss */
  .blog-sidebar .tagcloud-widget a {
    background-color: #f8f8fa;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #696e71;
    padding: 7px 10px;
    margin: 5px 3px;
    border: 1px solid #f2f2f2;
    display: inline-block; }
  /* line 214, sass/components/_blog-sidebar.scss */
  .blog-sidebar .tagcloud-widget a:hover {
    background-color: #D2604C;
    color: #fff; }
  /* line 222, sass/components/_blog-sidebar.scss */
  .blog-sidebar .news-letter-widget input {
    background-color: #f8f8fa;
    box-shadow: none; }

/**** pagination ****/
/* line 2, sass/components/_pagination.scss */
.pagination-wrapper {
  text-align: right;
  margin-top: 45px; }
  @media (max-width: 991px) {
    /* line 2, sass/components/_pagination.scss */
    .pagination-wrapper {
      text-align: left;
      margin-top: 35px; } }
  @media (max-width: 767px) {
    /* line 2, sass/components/_pagination.scss */
    .pagination-wrapper {
      margin-top: 25px; } }
  /* line 15, sass/components/_pagination.scss */
  .pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center; }
    /* line 21, sass/components/_pagination.scss */
    .pagination-wrapper .pg-pagination li {
      float: left;
      margin-right: 10px; }
      @media (max-width: 767px) {
        /* line 21, sass/components/_pagination.scss */
        .pagination-wrapper .pg-pagination li {
          margin-right: 5px; } }
    /* line 30, sass/components/_pagination.scss */
    .pagination-wrapper .pg-pagination li:last-child {
      margin-right: 0; }
    /* line 34, sass/components/_pagination.scss */
    .pagination-wrapper .pg-pagination li a {
      font-family: "Poppins", sans-serif;
      background-color: #e0e3e8;
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #fff;
      font-weight: 500;
      border-radius: 5px; }
    /* line 46, sass/components/_pagination.scss */
    .pagination-wrapper .pg-pagination .active a,
    .pagination-wrapper .pg-pagination li a:hover {
      background: #D2604C;
      background: -webkit-linear-gradient(top, #D2604C, #cd4e38);
      background: -moz-linear-gradient(top, #D2604C, #cd4e38);
      background: -o-linear-gradient(top, #D2604C, #cd4e38);
      background: -ms-linear-gradient(top, #D2604C, #cd4e38);
      background: linear-gradient(top, #D2604C, #cd4e38);
      color: #fff; }

/* line 55, sass/components/_pagination.scss */
.pagination-wrapper-left {
  text-align: left;
  margin-top: 70px; }
  @media (max-width: 991px) {
    /* line 55, sass/components/_pagination.scss */
    .pagination-wrapper-left {
      margin-top: 45px; } }

/************************
	blog banar
************************/
/* line 4, sass/components/_blog-banar.scss */
.blog-banar {
  background: url("../images/blog-banar.jpg") center center/cover no-repeat local;
  width: calc(100% - 40px);
  height: 440px;
  margin: 20px 0 0 20px; }
  @media (max-width: 991px) {
    /* line 4, sass/components/_blog-banar.scss */
    .blog-banar {
      width: 100%;
      height: 250px;
      margin: 0; } }

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
/* line 4, sass/layout/_header.scss */
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/ }
  /* line 6, sass/layout/_header.scss */
  .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; }
    /* line 12, sass/layout/_header.scss */
    .site-header .navigation > .container {
      position: relative; }
  /* line 17, sass/layout/_header.scss */
  .site-header #navbar {
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/ }
    /* line 21, sass/layout/_header.scss */
    .site-header #navbar > ul li a:hover,
    .site-header #navbar > ul li.current-menu-item a {
      text-decoration: none;
      color: #41516a; }
    @media screen and (min-width: 992px) {
      /* line 17, sass/layout/_header.scss */
      .site-header #navbar {
        /*** hover effect ***/ }
        /* line 29, sass/layout/_header.scss */
        .site-header #navbar li {
          position: relative; }
        /* line 33, sass/layout/_header.scss */
        .site-header #navbar > ul > li > a {
          font-size: 15px;
          font-size: 1rem;
          font-weight: 600;
          color: #9aa1ac;
          padding: 15px 5px; }
        /* line 41, sass/layout/_header.scss */
        .site-header #navbar > ul .sub-menu {
          background-color: #fff;
          width: 220px;
          border-top: 2px solid #D2604C;
          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; }
        /* line 54, sass/layout/_header.scss */
        .site-header #navbar > ul > li .sub-menu li {
          border-bottom: 1px solid #e6e6e6; }
        /* line 58, sass/layout/_header.scss */
        .site-header #navbar > ul > li .sub-menu a {
          font-size: 14px;
          font-size: 0.93333rem;
          display: block;
          padding: 8px 15px; }
        /* line 65, sass/layout/_header.scss */
        .site-header #navbar > ul > li > .sub-menu .sub-menu {
          left: 110%;
          top: 0; }
        /* line 70, sass/layout/_header.scss */
        .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
          position: relative; }
          /* line 73, sass/layout/_header.scss */
          .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
            font-family: "FontAwesome";
            content: "\f105";
            font-size: 15px;
            font-size: 1rem;
            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%); }
        /* line 86, sass/layout/_header.scss */
        .site-header #navbar > ul > li:hover > .sub-menu {
          top: 100%;
          visibility: visible;
          opacity: 1; }
        /* line 92, sass/layout/_header.scss */
        .site-header #navbar .sub-menu > li:hover > .sub-menu {
          left: 100%;
          visibility: visible;
          opacity: 1; } }
    @media (max-width: 991px) {
      /* line 101, sass/layout/_header.scss */
      .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.93333rem; }
      /* line 107, sass/layout/_header.scss */
      .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6; }
      /* line 111, sass/layout/_header.scss */
      .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0; }
      /* line 115, sass/layout/_header.scss */
      .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px; }
      /* line 119, sass/layout/_header.scss */
      .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px; }
      /* line 123, sass/layout/_header.scss */
      .site-header #navbar > ul .menu-item-has-children > a {
        position: relative; }
        /* line 126, sass/layout/_header.scss */
        .site-header #navbar > ul .menu-item-has-children > a:before {
          font-family: "FontAwesome";
          content: "\f107";
          font-size: 15px;
          font-size: 1rem;
          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) {
      /* line 17, sass/layout/_header.scss */
      .site-header #navbar {
        /*** hover effect ***/ }
        /* line 142, sass/layout/_header.scss */
        .site-header #navbar .has-mega-menu {
          position: static; }
        /* line 146, sass/layout/_header.scss */
        .site-header #navbar .mega-menu,
        .site-header #navbar .half-mega-menu {
          background-color: #fff;
          padding: 20px;
          border-top: 2px solid #D2604C;
          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; }
        /* line 160, sass/layout/_header.scss */
        .site-header #navbar .mega-menu {
          width: 1140px;
          right: 15px; }
        /* line 165, sass/layout/_header.scss */
        .site-header #navbar .half-mega-menu {
          width: 585px; }
        /* line 169, sass/layout/_header.scss */
        .site-header #navbar .mega-menu-box-title {
          font-size: 14px;
          font-size: 0.93333rem;
          text-transform: uppercase;
          font-weight: bold;
          display: block;
          padding-bottom: 7px;
          margin-bottom: 7px;
          border-bottom: 1px solid #e6e6e6; }
        /* line 180, sass/layout/_header.scss */
        .site-header #navbar .mega-menu-list-holder li a {
          font-size: 14px;
          font-size: 0.93333rem;
          display: block;
          padding: 7px 8px;
          margin-left: -8px; }
        /* line 189, sass/layout/_header.scss */
        .site-header #navbar .has-mega-menu:hover > ul {
          top: 100%;
          visibility: visible;
          opacity: 1; } }
    @media (max-width: 1199px) {
      /* line 197, sass/layout/_header.scss */
      .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px; }
      /* line 202, sass/layout/_header.scss */
      .site-header #navbar > ul .half-mega-menu {
        width: 485px; } }
    @media (max-width: 991px) {
      /* line 208, sass/layout/_header.scss */
      .site-header #navbar > ul .mega-menu,
      .site-header #navbar > ul .half-mega-menu {
        width: auto; }
      /* line 213, sass/layout/_header.scss */
      .site-header #navbar > ul .mega-menu .row,
      .site-header #navbar > ul .half-mega-menu .row {
        margin: 0; }
      /* line 218, sass/layout/_header.scss */
      .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px; } }
    @media (max-width: 991px) {
      /* line 224, sass/layout/_header.scss */
      .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px; }
      /* line 228, sass/layout/_header.scss */
      .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        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) {
    /* line 247, sass/layout/_header.scss */
    .site-header .navbar-header .open-btn {
      display: none; }
    /* line 251, sass/layout/_header.scss */
    .site-header #navbar .close-navbar {
      display: none; } }
  @media (max-width: 991px) {
    /* line 4, sass/layout/_header.scss */
    .site-header {
      /* class for show hide navigation */ }
      /* line 259, sass/layout/_header.scss */
      .site-header .container {
        width: 100%; }
      /* line 263, sass/layout/_header.scss */
      .site-header .navbar-header button {
        background-color: #D2604C;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 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: 6px;
        z-index: 20; }
        /* line 277, sass/layout/_header.scss */
        .site-header .navbar-header button span {
          background-color: #fff;
          display: block;
          height: 2px;
          margin-bottom: 5px; }
          /* line 283, sass/layout/_header.scss */
          .site-header .navbar-header button span:last-child {
            margin: 0; }
      /* line 289, sass/layout/_header.scss */
      .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; }
        /* line 303, sass/layout/_header.scss */
        .site-header #navbar ul a {
          color: #000; }
        /* line 307, sass/layout/_header.scss */
        .site-header #navbar ul a:hover,
        .site-header #navbar ul li.current a {
          color: #D2604C; }
        /* line 312, sass/layout/_header.scss */
        .site-header #navbar .navbar-nav {
          height: 100%;
          overflow: auto; }
        /* line 317, sass/layout/_header.scss */
        .site-header #navbar .close-navbar {
          background-color: #D2604C;
          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; }
        /* line 331, sass/layout/_header.scss */
        .site-header #navbar > ul > li {
          border-bottom: 1px solid #cccccc; }
        /* line 335, sass/layout/_header.scss */
        .site-header #navbar > ul > li > a {
          padding: 10px 15px 10px 35px; }
      /* line 341, sass/layout/_header.scss */
      .site-header .slideInn {
        right: 0 !important; } }
  @media (max-width: 767px) {
    /* line 347, sass/layout/_header.scss */
    .site-header .navbar-header .navbar-brand {
      font-size: 24px; }
    /* line 351, sass/layout/_header.scss */
    .site-header #navbar .navbar-nav {
      margin: 0; } }
  @media (max-width: 991px) {
    /* line 359, sass/layout/_header.scss */
    .site-header .navbar-collapse.collapse {
      display: none; }
    /* line 363, sass/layout/_header.scss */
    .site-header .navbar-collapse.collapse.in {
      display: block; }
    /* line 367, sass/layout/_header.scss */
    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
      display: block; }
    /* line 372, sass/layout/_header.scss */
    .site-header .navbar-header {
      float: none; }
    /* line 376, sass/layout/_header.scss */
    .site-header .navbar-right {
      float: none; }
    /* line 380, sass/layout/_header.scss */
    .site-header .navbar-nav {
      float: none; }
    /* line 384, sass/layout/_header.scss */
    .site-header .navbar-nav > li {
      float: none; } }

/**************************************
	header-style-1
*****************************************/
@media screen and (min-width: 992px) {
  /* line 394, sass/layout/_header.scss */
  .header-style-1, .header-style-2, .header-style-3, .header-style-4 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }
    /* line 403, sass/layout/_header.scss */
    .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar, .header-style-4 #navbar {
      margin-left: 60px; }
    /* line 407, sass/layout/_header.scss */
    .header-style-1 #navbar > ul > li + li, .header-style-2 #navbar > ul > li + li, .header-style-3 #navbar > ul > li + li, .header-style-4 #navbar > ul > li + li {
      margin-left: 37px; } }

@media screen and (min-width: 1200px) {
  /* line 413, sass/layout/_header.scss */
  .header-style-1 #navbar > ul > li + li, .header-style-2 #navbar > ul > li + li, .header-style-3 #navbar > ul > li + li, .header-style-4 #navbar > ul > li + li {
    margin-left: 57px; } }

@media (max-width: 991px) {
  /* line 394, sass/layout/_header.scss */
  .header-style-1, .header-style-2, .header-style-3, .header-style-4 {
    border-bottom: 1px solid #f1f1f1; } }

/* line 422, sass/layout/_header.scss */
.header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation, .header-style-4 .navigation {
  background: transparent; }
  @media (max-width: 991px) {
    /* line 422, sass/layout/_header.scss */
    .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation, .header-style-4 .navigation {
      min-height: 88px; } }

/* line 430, sass/layout/_header.scss */
.header-style-1 .site-logo, .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo {
  position: absolute;
  left: 0;
  padding: 10px; }

/* line 436, sass/layout/_header.scss */
.header-style-1 .site-logo h1, .header-style-2 .site-logo h1, .header-style-3 .site-logo h1, .header-style-4 .site-logo h1 {
  color: #41516A;
  font-size: 22px;
  line-height: 1px;
  text-transform: uppercase; }

/* line 443, sass/layout/_header.scss */
.header-style-1 .site-logo h2, .header-style-2 .site-logo h2, .header-style-3 .site-logo h2, .header-style-4 .site-logo h2 {
  font-size: 13px;
  line-height: 1px;
  color: #D2604C;
  font-weight: normal; }

@media screen and (min-width: 992px) {
  /* line 451, sass/layout/_header.scss */
  .header-style-1 #navbar > ul > li, .header-style-2 #navbar > ul > li, .header-style-3 #navbar > ul > li, .header-style-4 #navbar > ul > li {
    padding: 19px 0; } }

/* line 456, sass/layout/_header.scss */
.header-style-1 .navbar-header button, .header-style-2 .navbar-header button, .header-style-3 .navbar-header button, .header-style-4 .navbar-header button {
  top: 25px; }

/**************************************
	header-style-2
*****************************************/
@media screen and (min-width: 992px) {
  /* line 469, sass/layout/_header.scss */
  .header-style-2 #navbar > ul > li {
    padding: 29px 0; }
  /* line 473, sass/layout/_header.scss */
  .header-style-2 .site-logo {
    left: 30px;
    top: 30px; } }

/**************************************
	header-style-3
*****************************************/
/* line 484, sass/layout/_header.scss */
.header-style-3 {
  border-bottom: 1px solid #e6e8eb;
  z-index: 98; }
  @media screen and (min-width: 992px) {
    /* line 490, sass/layout/_header.scss */
    .header-style-3 #navbar {
      margin-left: 205px; }
    /* line 494, sass/layout/_header.scss */
    .header-style-3 #navbar > ul > li {
      padding: 0; }
    /* line 498, sass/layout/_header.scss */
    .header-style-3 #navbar > ul > li > a {
      text-transform: uppercase;
      color: #41516a;
      padding: 34px 5px;
      position: relative; }
      /* line 504, sass/layout/_header.scss */
      .header-style-3 #navbar > ul > li > a:after {
        content: "";
        background-color: #D2604C;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        position: absolute;
        bottom: -4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        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; }
    /* line 519, sass/layout/_header.scss */
    .header-style-3 #navbar > ul > li > a:hover:after,
    .header-style-3 #navbar > ul > li.current-menu-item a:after {
      opacity: 1; }
    /* line 524, sass/layout/_header.scss */
    .header-style-3 #navbar > ul > li + li {
      margin-left: 17px; } }
  @media screen and (min-width: 1500px) {
    /* line 530, sass/layout/_header.scss */
    .header-style-3 #navbar > ul > li + li {
      margin-left: 30px; } }

/**************************************
	header-style-4
*****************************************/
/* line 540, sass/layout/_header.scss */
.header-style-4 {
  position: static;
  border-bottom: 1px solid #e6e8eb; }

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
/* line 4, sass/layout/_hero-slider.scss */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/ }
  @media (max-width: 767px) {
    /* line 4, sass/layout/_hero-slider.scss */
    .hero {
      min-height: 420px; } }
  /* line 13, sass/layout/_hero-slider.scss */
  .hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 767px) {
      /* line 13, sass/layout/_hero-slider.scss */
      .hero .slide {
        min-height: 420px; } }
    /* line 24, sass/layout/_hero-slider.scss */
    .hero .slide .slider-bg {
      display: none; }
  /* line 29, sass/layout/_hero-slider.scss */
  .hero .slide:focus {
    outline: none; }
  /* line 33, sass/layout/_hero-slider.scss */
  .hero .slide .container {
    height: 100%;
    display: table; }
  /* line 38, sass/layout/_hero-slider.scss */
  .hero .slide .row {
    display: table-cell;
    vertical-align: middle; }
  /* line 45, sass/layout/_hero-slider.scss */
  .hero .slick-prev,
  .hero .slick-next {
    background-color: #D2604C;
    width: 45px;
    height: 45px;
    z-index: 10; }
  /* line 53, sass/layout/_hero-slider.scss */
  .hero .slick-prev {
    left: 0; }
    /* line 56, sass/layout/_hero-slider.scss */
    .hero .slick-prev:before {
      font-family: "FontAwesome";
      content: "\f104";
      opacity: 1; }
  /* line 63, sass/layout/_hero-slider.scss */
  .hero .slick-next {
    right: 0; }
    /* line 66, sass/layout/_hero-slider.scss */
    .hero .slick-next:before {
      font-family: "FontAwesome";
      content: "\f105";
      opacity: 1; }
  /* line 73, sass/layout/_hero-slider.scss */
  .hero .slick-dots {
    bottom: 20px; }
  /* line 77, sass/layout/_hero-slider.scss */
  .hero .slick-dots li {
    margin: 0; }
  /* line 81, sass/layout/_hero-slider.scss */
  .hero .slick-dots li button {
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius: 50%; }
  /* line 89, sass/layout/_hero-slider.scss */
  .hero .slick-dots li.slick-active button {
    background-color: #D2604C; }
  /* line 93, sass/layout/_hero-slider.scss */
  .hero .slick-dots li button:before {
    display: none; }

/*****************************
	home 1 hero-section
****************************/
/* line 136, sass/layout/_hero-slider.scss */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  /* line 141, sass/layout/_hero-slider.scss */
  .hero-section:before {
    content: "";
    background: url("../images/home-1-hero-bg.png") center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  @media screen and (min-width: 1200px) {
    /* line 136, sass/layout/_hero-slider.scss */
    .hero-section {
      min-height: 800px; } }
  @media (max-width: 1199px) {
    /* line 136, sass/layout/_hero-slider.scss */
    .hero-section {
      min-height: 600px; } }
  @media (max-width: 991px) {
    /* line 136, sass/layout/_hero-slider.scss */
    .hero-section {
      height: 550px;
      min-height: auto; } }
  @media (max-width: 767px) {
    /* line 136, sass/layout/_hero-slider.scss */
    .hero-section {
      height: 450px;
      border-bottom: 1px solid #f1f1f1; } }
  /* line 170, sass/layout/_hero-slider.scss */
  .hero-section .hero-img {
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      /* line 170, sass/layout/_hero-slider.scss */
      .hero-section .hero-img {
        display: none; } }
  /* line 180, sass/layout/_hero-slider.scss */
  .hero-section .container {
    height: 100%;
    display: table; }
  /* line 185, sass/layout/_hero-slider.scss */
  .hero-section .container .row {
    display: table-cell;
    vertical-align: middle; }
  /* line 190, sass/layout/_hero-slider.scss */
  .hero-section .content {
    position: relative;
    z-index: 10; }
    @media (max-width: 767px) {
      /* line 190, sass/layout/_hero-slider.scss */
      .hero-section .content {
        margin: 0 -15px; } }
  /* line 199, sass/layout/_hero-slider.scss */
  .hero-section .content h2 {
    font-size: 60px;
    font-size: 4rem;
    line-height: 1em;
    color: #41516a;
    padding-right: 45px;
    margin: 0 0 0.83em;
    position: relative;
    display: inline-block; }
    @media screen and (min-width: 1800px) {
      /* line 199, sass/layout/_hero-slider.scss */
      .hero-section .content h2 {
        margin: -150px 0 0.83em; } }
    @media (max-width: 1500px) {
      /* line 199, sass/layout/_hero-slider.scss */
      .hero-section .content h2 {
        font-size: 50px;
        font-size: 3.33333rem; } }
    @media (max-width: 1199px) {
      /* line 199, sass/layout/_hero-slider.scss */
      .hero-section .content h2 {
        font-size: 40px;
        font-size: 2.66667rem; } }
    @media (max-width: 991px) {
      /* line 199, sass/layout/_hero-slider.scss */
      .hero-section .content h2 {
        font-size: 35px;
        font-size: 2.33333rem; } }
    @media (max-width: 767px) {
      /* line 199, sass/layout/_hero-slider.scss */
      .hero-section .content h2 {
        font-size: 30px;
        font-size: 2rem;
        padding-right: 0; } }
  /* line 235, sass/layout/_hero-slider.scss */
  .hero-section .content p {
    background: url("../images/hero-1-para-bg.jpg") 35px 15px/auto no-repeat local;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.67em;
    color: #41516a;
    margin: 0 0 4.4em;
    padding-left: 100px; }
    @media (max-width: 1199px) {
      /* line 235, sass/layout/_hero-slider.scss */
      .hero-section .content p {
        margin: 0 0 3.4em; } }
    @media (max-width: 991px) {
      /* line 235, sass/layout/_hero-slider.scss */
      .hero-section .content p {
        background: url("../images/hero-1-para-bg.jpg") 15px 15px/auto no-repeat local;
        font-size: 16px;
        font-size: 1.06667rem;
        padding-left: 70px; } }
    @media (max-width: 767px) {
      /* line 235, sass/layout/_hero-slider.scss */
      .hero-section .content p {
        background: none;
        padding-left: 0;
        margin: 0 0 2em; } }

/*****************************
	home 2 hero
****************************/
/* line 268, sass/layout/_hero-slider.scss */
.hero-style-2 {
  background: url("../images/slider/hero-2-bg.jpg") center center/cover no-repeat local;
  position: relative;
  height: 100vh;
  min-height: 1025px;
  /*** slide controls ***/
  /*** hero slider animation ***/ }
  /* line 274, sass/layout/_hero-slider.scss */
  .hero-style-2:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  /* line 279, sass/layout/_hero-slider.scss */
  .hero-style-2:after {
    content: "";
    background: url("../images/slider/hero-2-decor.png") right top/auto no-repeat local;
    width: 885px;
    height: 651px;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 1500px) {
      /* line 279, sass/layout/_hero-slider.scss */
      .hero-style-2:after {
        right: -100px; } }
    @media (max-width: 1199px) {
      /* line 279, sass/layout/_hero-slider.scss */
      .hero-style-2:after {
        display: none; } }
  @media (max-width: 1199px) {
    /* line 268, sass/layout/_hero-slider.scss */
    .hero-style-2 {
      height: 900px;
      min-height: auto; } }
  @media (max-width: 991px) {
    /* line 268, sass/layout/_hero-slider.scss */
    .hero-style-2 {
      height: 520px;
      min-height: auto; } }
  @media (max-width: 767px) {
    /* line 268, sass/layout/_hero-slider.scss */
    .hero-style-2 {
      height: 550px; } }
  /* line 311, sass/layout/_hero-slider.scss */
  .hero-style-2 .slide {
    height: 100vh;
    min-height: 1025px;
    position: relative;
    z-index: 10; }
    @media (max-width: 1199px) {
      /* line 311, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide {
        height: 900px;
        min-height: auto; } }
    @media (max-width: 991px) {
      /* line 311, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide {
        height: 520px;
        min-height: auto; } }
    @media (max-width: 767px) {
      /* line 311, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide {
        height: 550px; } }
  /* line 332, sass/layout/_hero-slider.scss */
  .hero-style-2 .img-holder img {
    border-radius: 50px; }
  /* line 337, sass/layout/_hero-slider.scss */
  .hero-style-2 .slide-caption h2 {
    font-size: 60px;
    font-size: 4rem;
    line-height: 1em;
    color: #41516a;
    margin: 0 0 0.83em;
    position: relative;
    display: inline-block; }
    @media (max-width: 1500px) {
      /* line 337, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide-caption h2 {
        font-size: 50px;
        font-size: 3.33333rem; } }
    @media (max-width: 1199px) {
      /* line 337, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide-caption h2 {
        font-size: 40px;
        font-size: 2.66667rem; } }
    @media (max-width: 991px) {
      /* line 337, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide-caption h2 {
        font-size: 35px;
        font-size: 2.33333rem; } }
    @media (max-width: 767px) {
      /* line 337, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide-caption h2 {
        font-size: 30px;
        font-size: 2rem; } }
  /* line 367, sass/layout/_hero-slider.scss */
  .hero-style-2 .slide-caption {
    padding-top: 80px; }
    @media (max-width: 991px) {
      /* line 367, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide-caption {
        padding-top: 0; } }
  /* line 375, sass/layout/_hero-slider.scss */
  .hero-style-2 .slide-caption > p {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.67em;
    color: #41516a;
    margin: 0 0 2.5em; }
    @media (max-width: 1199px) {
      /* line 375, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide-caption > p {
        margin: 0 0 3.4em; } }
    @media (max-width: 991px) {
      /* line 375, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide-caption > p {
        font-size: 16px;
        font-size: 1.06667rem; } }
    @media (max-width: 767px) {
      /* line 375, sass/layout/_hero-slider.scss */
      .hero-style-2 .slide-caption > p {
        margin: 0 0 2em; } }
  /* line 399, sass/layout/_hero-slider.scss */
  .hero-style-2 .slick-dots {
    bottom: 100px; }
    @media (max-width: 991px) {
      /* line 399, sass/layout/_hero-slider.scss */
      .hero-style-2 .slick-dots {
        bottom: 40px; } }
    /* line 406, sass/layout/_hero-slider.scss */
    .hero-style-2 .slick-dots li {
      width: auto;
      height: auto; }
    /* line 411, sass/layout/_hero-slider.scss */
    .hero-style-2 .slick-dots > li + li {
      margin-left: 16px; }
    /* line 415, sass/layout/_hero-slider.scss */
    .hero-style-2 .slick-dots li button {
      background-color: #D2604C;
      width: 0;
      height: 0;
      box-shadow: 0 0 0 5px transparentize; }
    /* line 422, sass/layout/_hero-slider.scss */
    .hero-style-2 .slick-dots .slick-active button {
      box-shadow: 0 0 0 5px rgba(210, 96, 76, 0.2); }
  /* line 427, sass/layout/_hero-slider.scss */
  .hero-style-2 .slick-prev,
  .hero-style-2 .slick-next {
    display: none !important; }
  /* line 434, sass/layout/_hero-slider.scss */
  .hero-style-2 .slide-caption > h2,
  .hero-style-2 .slide-caption > p,
  .hero-style-2 .slide-caption > .btns {
    opacity: 0; }
  /* line 440, sass/layout/_hero-slider.scss */
  .hero-style-2 .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; }
  /* line 448, sass/layout/_hero-slider.scss */
  .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > p {
    -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    animation: fadeInLeftSlow 1.5s 1.4s forwards; }
  /* line 456, sass/layout/_hero-slider.scss */
  .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > .btns {
    -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
    -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
    animation: fadeInLeftSlow 1.5s 1.8s forwards; }

/*****************************
	hero section home 3
****************************/
/* line 481, sass/layout/_hero-slider.scss */
.hero-section-s3 {
  position: relative;
  height: 940px;
  overflow: hidden; }
  /* line 486, sass/layout/_hero-slider.scss */
  .hero-section-s3:before {
    content: "";
    background: url("../images/hero-s3-bg.png") right center/100% no-repeat local;
    width: 80%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  @media (max-width: 1500px) {
    /* line 481, sass/layout/_hero-slider.scss */
    .hero-section-s3 {
      height: 800px; } }
  @media (max-width: 1199px) {
    /* line 481, sass/layout/_hero-slider.scss */
    .hero-section-s3 {
      height: 750px; } }
  @media (max-width: 991px) {
    /* line 481, sass/layout/_hero-slider.scss */
    .hero-section-s3 {
      height: 550px;
      min-height: auto; } }
  @media (max-width: 767px) {
    /* line 481, sass/layout/_hero-slider.scss */
    .hero-section-s3 {
      height: 450px; } }
  /* line 515, sass/layout/_hero-slider.scss */
  .hero-section-s3 .container {
    height: 100%;
    display: table;
    position: relative; }
  /* line 521, sass/layout/_hero-slider.scss */
  .hero-section-s3 .container .row {
    display: table-cell;
    vertical-align: middle; }
  /* line 526, sass/layout/_hero-slider.scss */
  .hero-section-s3 .content {
    position: relative;
    z-index: 10; }
    @media (max-width: 767px) {
      /* line 526, sass/layout/_hero-slider.scss */
      .hero-section-s3 .content {
        margin: 0 -15px; } }
  /* line 535, sass/layout/_hero-slider.scss */
  .hero-section-s3 .content h2 {
    font-size: 60px;
    font-size: 4rem;
    line-height: 1em;
    color: #41516a;
    margin: 0 0 0.83em;
    position: relative;
    display: inline-block; }
    @media (max-width: 1500px) {
      /* line 535, sass/layout/_hero-slider.scss */
      .hero-section-s3 .content h2 {
        font-size: 50px;
        font-size: 3.33333rem; } }
    @media (max-width: 1199px) {
      /* line 535, sass/layout/_hero-slider.scss */
      .hero-section-s3 .content h2 {
        font-size: 40px;
        font-size: 2.66667rem; } }
    @media (max-width: 991px) {
      /* line 535, sass/layout/_hero-slider.scss */
      .hero-section-s3 .content h2 {
        font-size: 35px;
        font-size: 2.33333rem; } }
    @media (max-width: 767px) {
      /* line 535, sass/layout/_hero-slider.scss */
      .hero-section-s3 .content h2 {
        font-size: 30px;
        font-size: 2rem;
        padding-right: 0; } }
  /* line 566, sass/layout/_hero-slider.scss */
  .hero-section-s3 .content p {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.67em;
    color: #41516a;
    margin: 0 0 4.4em; }
    @media (max-width: 1199px) {
      /* line 566, sass/layout/_hero-slider.scss */
      .hero-section-s3 .content p {
        margin: 0 0 3.4em; } }
    @media (max-width: 991px) {
      /* line 566, sass/layout/_hero-slider.scss */
      .hero-section-s3 .content p {
        font-size: 16px;
        font-size: 1.06667rem; } }
    @media (max-width: 767px) {
      /* line 566, sass/layout/_hero-slider.scss */
      .hero-section-s3 .content p {
        margin: 0 0 2em; } }
  /* line 590, sass/layout/_hero-slider.scss */
  .hero-section-s3 .btns > a:first-child {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px; }
  @media (max-width: 991px) {
    /* line 597, sass/layout/_hero-slider.scss */
    .hero-section-s3 .btns > a:first-child img {
      max-width: 148px; }
    /* line 601, sass/layout/_hero-slider.scss */
    .hero-section-s3 .btns img {
      max-width: 170px; } }
  @media (max-width: 767px) {
    /* line 607, sass/layout/_hero-slider.scss */
    .hero-section-s3 .btns > a:first-child img {
      max-width: 105px; }
    /* line 611, sass/layout/_hero-slider.scss */
    .hero-section-s3 .btns img {
      max-width: 120px; } }
  /* line 617, sass/layout/_hero-slider.scss */
  .hero-section-s3 .phone {
    position: absolute;
    right: -200px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
    @media (max-width: 1700px) {
      /* line 617, sass/layout/_hero-slider.scss */
      .hero-section-s3 .phone {
        right: -120px; } }
    @media (max-width: 1600px) {
      /* line 617, sass/layout/_hero-slider.scss */
      .hero-section-s3 .phone {
        width: 550px;
        right: 0; } }
    @media (max-width: 1199px) {
      /* line 617, sass/layout/_hero-slider.scss */
      .hero-section-s3 .phone {
        width: 450px;
        right: 0; } }
    @media (max-width: 991px) {
      /* line 617, sass/layout/_hero-slider.scss */
      .hero-section-s3 .phone {
        display: none; } }

/*****************************
	hero section home 4
****************************/
/* line 648, sass/layout/_hero-slider.scss */
.hero-section-s4 {
  background-color: #f8f9fb;
  position: relative;
  height: 100vh;
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    /* line 648, sass/layout/_hero-slider.scss */
    .hero-section-s4 {
      min-height: 800px; } }
  @media (max-width: 1199px) {
    /* line 648, sass/layout/_hero-slider.scss */
    .hero-section-s4 {
      min-height: 600px; } }
  @media (max-width: 991px) {
    /* line 648, sass/layout/_hero-slider.scss */
    .hero-section-s4 {
      height: 550px;
      min-height: auto; } }
  @media (max-width: 767px) {
    /* line 648, sass/layout/_hero-slider.scss */
    .hero-section-s4 {
      height: 500px;
      border-bottom: 1px solid #f1f1f1; } }
  /* line 672, sass/layout/_hero-slider.scss */
  .hero-section-s4 .hero-right-pic {
    background: url("../images/dr-mariosantos.jpg") center center/cover no-repeat local;
    width: 28%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99; }
    @media screen and (min-width: 1700px) {
      /* line 672, sass/layout/_hero-slider.scss */
      .hero-section-s4 .hero-right-pic {
        background: url("../images/dr-mariosantos.jpg") center center/cover no-repeat local;
        width: 40%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99; } }
    @media (max-width: 800px) {
      /* line 672, sass/layout/_hero-slider.scss */
      .hero-section-s4 .hero-right-pic {
        display: none; } }
  /* line 696, sass/layout/_hero-slider.scss */
  .hero-section-s4 .container {
    height: 100%;
    display: table;
    position: relative; }
  /* line 702, sass/layout/_hero-slider.scss */
  .hero-section-s4 .container .row {
    display: table-cell;
    vertical-align: middle; }
  /* line 707, sass/layout/_hero-slider.scss */
  .hero-section-s4 .content {
    position: relative;
    z-index: 10; }
    @media (max-width: 1199px) {
      /* line 707, sass/layout/_hero-slider.scss */
      .hero-section-s4 .content {
        margin-top: 90px; } }
    @media (max-width: 991px) {
      /* line 707, sass/layout/_hero-slider.scss */
      .hero-section-s4 .content {
        margin-top: 0; } }
    @media (max-width: 767px) {
      /* line 707, sass/layout/_hero-slider.scss */
      .hero-section-s4 .content {
        margin: 0 -15px; } }
  /* line 724, sass/layout/_hero-slider.scss */
  .hero-section-s4 .content h2 {
    font-size: 60px;
    font-size: 4rem;
    line-height: 1em;
    color: #41516a;
    margin: 0 0 0.2em; }
    @media (max-width: 1199px) {
      /* line 724, sass/layout/_hero-slider.scss */
      .hero-section-s4 .content h2 {
        font-size: 45px;
        font-size: 3rem; } }
    @media (max-width: 991px) {
      /* line 724, sass/layout/_hero-slider.scss */
      .hero-section-s4 .content h2 {
        font-size: 35px;
        font-size: 2.33333rem; } }
    /* line 741, sass/layout/_hero-slider.scss */
    .hero-section-s4 .content h2 > span {
      font-size: 24px;
      font-size: 1.6rem;
      line-height: 1em;
      display: block;
      margin-bottom: 5px; }
      @media (max-width: 1199px) {
        /* line 741, sass/layout/_hero-slider.scss */
        .hero-section-s4 .content h2 > span {
          font-size: 22px;
          font-size: 1.46667rem; } }
      @media (max-width: 767px) {
        /* line 741, sass/layout/_hero-slider.scss */
        .hero-section-s4 .content h2 > span {
          font-size: 20px;
          font-size: 1.33333rem; } }
  /* line 760, sass/layout/_hero-slider.scss */
  .hero-section-s4 .content h4 {
    font-weight: normal;
    color: #D2604C;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #41516a;
    margin: 0 0 1.5em; }
    @media (max-width: 1199px) {
      /* line 760, sass/layout/_hero-slider.scss */
      .hero-section-s4 .content h4 {
        font-size: 14px;
        font-size: 0.93333rem; } }
    @media (max-width: 767px) {
      /* line 760, sass/layout/_hero-slider.scss */
      .hero-section-s4 .content h4 {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 779, sass/layout/_hero-slider.scss */
  .hero-section-s4 .content p {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.67em;
    color: #41516a;
    margin: 0 0 2em; }
    @media (max-width: 991px) {
      /* line 779, sass/layout/_hero-slider.scss */
      .hero-section-s4 .content p {
        font-size: 16px;
        font-size: 1.06667rem; } }
  /* line 793, sass/layout/_hero-slider.scss */
  .hero-section-s4 .social span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
    color: #41516a;
    text-transform: uppercase; }
  /* line 802, sass/layout/_hero-slider.scss */
  .hero-section-s4 .social ul {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 10px;
    padding-left: 55px; }
    @media (max-width: 767px) {
      /* line 802, sass/layout/_hero-slider.scss */
      .hero-section-s4 .social ul {
        padding-left: 45px; } }
    /* line 813, sass/layout/_hero-slider.scss */
    .hero-section-s4 .social ul:before {
      content: "";
      background-color: #c2c2c2;
      width: 27px;
      height: 2px;
      position: absolute;
      left: 7px;
      top: 10px; }
      @media (max-width: 767px) {
        /* line 813, sass/layout/_hero-slider.scss */
        .hero-section-s4 .social ul:before {
          width: 20px;
          left: 7px;
          top: 7px; } }
    /* line 829, sass/layout/_hero-slider.scss */
    .hero-section-s4 .social ul li {
      float: left; }
    /* line 833, sass/layout/_hero-slider.scss */
    .hero-section-s4 .social ul a {
      font-size: 18px;
      font-size: 1.2rem;
      color: #41516a; }
      @media (max-width: 767px) {
        /* line 833, sass/layout/_hero-slider.scss */
        .hero-section-s4 .social ul a {
          font-size: 16px;
          font-size: 1.06667rem; } }
    /* line 844, sass/layout/_hero-slider.scss */
    .hero-section-s4 .social ul a:hover {
      color: #D2604C; }
    /* line 848, sass/layout/_hero-slider.scss */
    .hero-section-s4 .social ul > li + li {
      margin-left: 12px; }
      @media (max-width: 767px) {
        /* line 848, sass/layout/_hero-slider.scss */
        .hero-section-s4 .social ul > li + li {
          margin-left: 8px; } }
  /* line 858, sass/layout/_hero-slider.scss */
  .hero-section-s4 .scroll a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: bold;
    color: #b6bbc2;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 30px; }
    @media (max-width: 1199px) {
      /* line 858, sass/layout/_hero-slider.scss */
      .hero-section-s4 .scroll a {
        display: none; } }
    /* line 875, sass/layout/_hero-slider.scss */
    .hero-section-s4 .scroll a i {
      font-size: 18px;
      font-size: 1.2rem;
      color: #41516a;
      font-weight: bold;
      display: block;
      margin-top: 5px; }
    /* line 884, sass/layout/_hero-slider.scss */
    .hero-section-s4 .scroll a:focus {
      text-decoration: none; }

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
/* line 4, sass/layout/_footer.scss */
.site-footer {
  background: #2d3239;
  /*** about widget ***/
  /*** contact widget ***/
  /*** quick-links-widget ***/
  /*** recent-post-widget ***/
  /*** copyright-info ***/ }
  /* line 7, sass/layout/_footer.scss */
  .site-footer .upper-footer {
    padding: 100px 0; }
    @media (max-width: 991px) {
      /* line 7, sass/layout/_footer.scss */
      .site-footer .upper-footer {
        padding: 80px 0 35px; } }
    @media (max-width: 767px) {
      /* line 7, sass/layout/_footer.scss */
      .site-footer .upper-footer {
        padding: 70px 0 30px; } }
    /* line 18, sass/layout/_footer.scss */
    .site-footer .upper-footer ul {
      list-style: none; }
    /* line 22, sass/layout/_footer.scss */
    .site-footer .upper-footer ul,
    .site-footer .upper-footer li,
    .site-footer .upper-footer p,
    .site-footer .upper-footer a {
      color: #fff; }
  @media (max-width: 991px) {
    /* line 30, sass/layout/_footer.scss */
    .site-footer .upper-footer .row > .col {
      margin-bottom: 55px; } }
  /* line 36, sass/layout/_footer.scss */
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 24px;
    font-size: cacl-rem-value(24);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2em;
    position: relative; }
    @media (max-width: 991px) {
      /* line 36, sass/layout/_footer.scss */
      .site-footer .widget > h3,
      .site-footer .widget .footer-logo {
        font-size: 20px;
        font-size: cacl-rem-value(20); } }
    @media (max-width: 767px) {
      /* line 36, sass/layout/_footer.scss */
      .site-footer .widget > h3,
      .site-footer .widget .footer-logo {
        font-size: 16px;
        font-size: cacl-rem-value(16); } }
  @media screen and (min-width: 1200px) {
    /* line 58, sass/layout/_footer.scss */
    .site-footer .about-widget {
      padding-right: 25px; } }
  @media screen and (min-width: 1200px) {
    /* line 63, sass/layout/_footer.scss */
    .site-footer .about-widget p {
      font-size: 16px;
      font-size: 1.06667rem; } }
  @media (max-width: 767px) {
    /* line 72, sass/layout/_footer.scss */
    .site-footer .contact-widget .contact-info {
      margin-top: -10px; } }
  /* line 79, sass/layout/_footer.scss */
  .site-footer .contact-widget .footer-logo:before {
    display: none; }
  /* line 83, sass/layout/_footer.scss */
  .site-footer .contact-widget ul li {
    position: relative;
    font-size: 18px;
    font-size: 1.2rem;
    padding-left: 38px;
    line-height: 1.78em; }
    @media (max-width: 1199px) {
      /* line 83, sass/layout/_footer.scss */
      .site-footer .contact-widget ul li {
        font-size: 15px;
        font-size: 1rem; } }
  /* line 96, sass/layout/_footer.scss */
  .site-footer .contact-widget ul li i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 3px; }
  /* line 103, sass/layout/_footer.scss */
  .site-footer .contact-widget ul > li + li {
    margin-top: 28px; }
    @media (max-width: 991px) {
      /* line 103, sass/layout/_footer.scss */
      .site-footer .contact-widget ul > li + li {
        margin-top: 15px; } }
    @media (max-width: 767px) {
      /* line 103, sass/layout/_footer.scss */
      .site-footer .contact-widget ul > li + li {
        margin-top: 10px; } }
  /* line 117, sass/layout/_footer.scss */
  .site-footer .quick-links-widget {
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      /* line 117, sass/layout/_footer.scss */
      .site-footer .quick-links-widget {
        padding-left: 45px; } }
    /* line 124, sass/layout/_footer.scss */
    .site-footer .quick-links-widget a {
      color: #fff;
      font-size: 18px;
      font-size: 1.2rem; }
      @media (max-width: 1199px) {
        /* line 124, sass/layout/_footer.scss */
        .site-footer .quick-links-widget a {
          font-size: 15px;
          font-size: 1rem; } }
  /* line 136, sass/layout/_footer.scss */
  .site-footer .quick-links-widget ul li + li {
    margin-top: 15px; }
    @media (max-width: 767px) {
      /* line 136, sass/layout/_footer.scss */
      .site-footer .quick-links-widget ul li + li {
        margin-top: 10px; } }
  @media screen and (min-width: 992px) {
    /* line 146, sass/layout/_footer.scss */
    .site-footer .recent-post-widget {
      margin-left: -30px; } }
  /* line 151, sass/layout/_footer.scss */
  .site-footer .recent-post-widget ul > li + li {
    margin-top: 40px; }
  /* line 155, sass/layout/_footer.scss */
  .site-footer .recent-post-widget li {
    padding-left: 88px;
    position: relative; }
    @media (max-width: 767px) {
      /* line 155, sass/layout/_footer.scss */
      .site-footer .recent-post-widget li {
        min-height: 62px; } }
  /* line 164, sass/layout/_footer.scss */
  .site-footer .recent-post-widget .entry-media {
    position: absolute;
    left: 0;
    top: 0; }
  /* line 170, sass/layout/_footer.scss */
  .site-footer .recent-post-widget .entry-details h4 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0;
    position: relative;
    top: -5px; }
    @media (max-width: 1199px) {
      /* line 170, sass/layout/_footer.scss */
      .site-footer .recent-post-widget .entry-details h4 {
        font-size: 14px;
        font-size: 0.93333rem; } }
    /* line 185, sass/layout/_footer.scss */
    .site-footer .recent-post-widget .entry-details h4 a {
      color: #fff; }
  /* line 190, sass/layout/_footer.scss */
  .site-footer .recent-post-widget .entry-details .date {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #8e8d8d;
    font-weight: 500; }
    @media (max-width: 1199px) {
      /* line 190, sass/layout/_footer.scss */
      .site-footer .recent-post-widget .entry-details .date {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 204, sass/layout/_footer.scss */
  .site-footer .copyright-info {
    font-family: "Poppins", sans-serif;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #2f3b51; }
    /* line 210, sass/layout/_footer.scss */
    .site-footer .copyright-info p {
      font-size: 14px;
      font-size: cacl-rem-value(14);
      color: #8a8a8a;
      margin: 0; }
      @media (max-width: 767px) {
        /* line 210, sass/layout/_footer.scss */
        .site-footer .copyright-info p {
          font-size: 13px;
          font-size: cacl-rem-value(13); } }
    /* line 222, sass/layout/_footer.scss */
    .site-footer .copyright-info a {
      color: #fff; }

/* line 1, sass/components/_sticky-header.scss */
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s; }

/* line 11, sass/components/_sticky-header.scss */
.sticky-on {
  opacity: 1;
  top: 0; }

/* line 16, sass/components/_sticky-header.scss */
.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header, .header-style-4 .sticky-header {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 992px) {
  /* line 23, sass/components/_sticky-header.scss */
  .header-style-2 .sticky-header #navbar > ul > li {
    padding: 19px 0; }
  /* line 27, sass/components/_sticky-header.scss */
  .header-style-2 .sticky-header .site-logo {
    left: 0;
    top: 0; } }

/*--------------------------------------------------------------
#0.6	about-section
--------------------------------------------------------------*/
/* line 5, sass/page/_home-default.scss */
.mobile-pic {
  float: left;
  display: none; }
  @media (max-width: 767px) {
    /* line 5, sass/page/_home-default.scss */
    .mobile-pic {
      display: block;
      width: 50%;
      padding-right: 10px;
      padding-bottom: 10px; } }

/* line 16, sass/page/_home-default.scss */
.about-section .content, .about-section-s3 .content, .about-section-s4 .content {
  overflow: hidden;
  position: relative; }

/* line 21, sass/page/_home-default.scss */
.about-section .left-grid, .about-section-s3 .left-grid, .about-section-s4 .left-grid {
  background: url("../images/about-book.jpg") center center/cover no-repeat local;
  width: calc(50% - 160px);
  height: 100%;
  float: left;
  position: absolute;
  left: 0; }
  @media (max-width: 767px) {
    /* line 21, sass/page/_home-default.scss */
    .about-section .left-grid, .about-section-s3 .left-grid, .about-section-s4 .left-grid {
      width: 100%;
      height: 300px;
      float: none;
      position: relative; } }

/* line 37, sass/page/_home-default.scss */
.about-section .right-grid, .about-section-s3 .right-grid, .about-section-s4 .right-grid {
  background-color: #D2604C;
  width: calc(50% + 160px);
  padding: 100px 80px;
  float: right; }
  @media (max-width: 767px) {
    /* line 37, sass/page/_home-default.scss */
    .about-section .right-grid, .about-section-s3 .right-grid, .about-section-s4 .right-grid {
      width: 100%;
      float: none;
      padding: 60px 20px; } }

/* line 50, sass/page/_home-default.scss */
.about-section .right-grid .details, .about-section-s3 .right-grid .details, .about-section-s4 .right-grid .details {
  max-width: 405px; }

/* line 54, sass/page/_home-default.scss */
.about-section .details p, .about-section-s3 .details p, .about-section-s4 .details p {
  color: #fff;
  margin-bottom: 2.3em; }

/* line 59, sass/page/_home-default.scss */
.about-section .video-holder a, .about-section-s3 .video-holder a, .about-section-s4 .video-holder a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    /* line 59, sass/page/_home-default.scss */
    .about-section .video-holder a, .about-section-s3 .video-holder a, .about-section-s4 .video-holder a {
      font-size: 12px;
      font-size: 0.8rem; } }

/* line 73, sass/page/_home-default.scss */
.about-section .video-holder i, .about-section-s3 .video-holder i, .about-section-s4 .video-holder i {
  background-color: #D2604C;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  box-shadow: 2px 0 30px rgba(0, 0, 0, 0.3); }
  @media (max-width: 767px) {
    /* line 73, sass/page/_home-default.scss */
    .about-section .video-holder i, .about-section-s3 .video-holder i, .about-section-s4 .video-holder i {
      width: 45px;
      height: 45px;
      line-height: 45px; } }

/* line 92, sass/page/_home-default.scss */
.about-section .about-pic, .about-section-s3 .about-pic, .about-section-s4 .about-pic {
  position: absolute;
  right: 45px;
  bottom: 45px; }
  @media (max-width: 1500px) {
    /* line 92, sass/page/_home-default.scss */
    .about-section .about-pic, .about-section-s3 .about-pic, .about-section-s4 .about-pic {
      display: none; } }

/*--------------------------------------------------------------
#0.7	services-section
--------------------------------------------------------------*/
/* line 107, sass/page/_home-default.scss */
.services-section {
  padding-bottom: 110px;
  /*** skills progress bar ***/
  /*** .services-detail-text ***/
  /*** service-features-grids ***/ }
  @media (max-width: 991px) {
    /* line 107, sass/page/_home-default.scss */
    .services-section {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    /* line 107, sass/page/_home-default.scss */
    .services-section {
      padding-bottom: 40px; } }
  @media (max-width: 530px) {
    /* line 107, sass/page/_home-default.scss */
    .services-section {
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    /* line 123, sass/page/_home-default.scss */
    .services-section .skills {
      padding-right: 80px; } }
  /* line 128, sass/page/_home-default.scss */
  .services-section .skills .skill {
    margin-bottom: 30px; }
    /* line 131, sass/page/_home-default.scss */
    .services-section .skills .skill:last-child {
      margin-bottom: 0; }
      /* line 134, sass/page/_home-default.scss */
      .services-section .skills .skill:last-child .progress {
        margin-bottom: 0; }
  /* line 140, sass/page/_home-default.scss */
  .services-section .skills h6 {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 0.6em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      /* line 140, sass/page/_home-default.scss */
      .services-section .skills h6 {
        font-size: 13px;
        font-size: 0.86667rem; } }
  /* line 154, sass/page/_home-default.scss */
  .services-section .skills .progress {
    background-color: #e9edf2;
    height: 10px;
    box-shadow: none;
    overflow: visible;
    box-shadow: none;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
    /* line 164, sass/page/_home-default.scss */
    .services-section .skills .progress > span {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-size: 0.93333rem;
      font-weight: 600;
      color: #41516a;
      padding: 2px 6px;
      text-align: center;
      position: absolute;
      right: 20px;
      top: -32px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      @media (max-width: 991px) {
        /* line 164, sass/page/_home-default.scss */
        .services-section .skills .progress > span {
          padding: 0 6px; } }
  /* line 183, sass/page/_home-default.scss */
  .services-section .skills .progress-bar {
    background: #D2604C;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
  @media (max-width: 991px) {
    /* line 191, sass/page/_home-default.scss */
    .services-section .services-detail-text {
      margin-top: 60px; } }
  /* line 197, sass/page/_home-default.scss */
  .services-section .services-detail-text > p:first-child {
    font-size: 18px;
    font-size: 1.2rem;
    color: #41516a;
    margin-bottom: 1.3em; }
    @media (max-width: 991px) {
      /* line 197, sass/page/_home-default.scss */
      .services-section .services-detail-text > p:first-child {
        font-size: 16px;
        font-size: 1.06667rem; } }
  /* line 210, sass/page/_home-default.scss */
  .services-section .service-features-grids {
    overflow: hidden;
    margin: 100px -20px 0; }
    @media (max-width: 991px) {
      /* line 210, sass/page/_home-default.scss */
      .services-section .service-features-grids {
        margin: 60px -20px 0; } }
    @media (max-width: 767px) {
      /* line 210, sass/page/_home-default.scss */
      .services-section .service-features-grids {
        margin: 40px -20px 0; } }
    /* line 222, sass/page/_home-default.scss */
    .services-section .service-features-grids .grid {
      width: 25%;
      float: left;
      padding: 0 20px;
      text-align: center; }
      @media (max-width: 991px) {
        /* line 222, sass/page/_home-default.scss */
        .services-section .service-features-grids .grid {
          width: 50%;
          margin-bottom: 40px; } }
      @media (max-width: 530px) {
        /* line 222, sass/page/_home-default.scss */
        .services-section .service-features-grids .grid {
          width: 100%;
          float: none;
          margin-bottom: 30px; } }
    /* line 240, sass/page/_home-default.scss */
    .services-section .service-features-grids .icon .fi:before {
      font-size: 45px;
      font-size: 3rem;
      color: #41516a; }
      @media (max-width: 767px) {
        /* line 240, sass/page/_home-default.scss */
        .services-section .service-features-grids .icon .fi:before {
          font-size: 40px;
          font-size: 2.66667rem; } }
    /* line 251, sass/page/_home-default.scss */
    .services-section .service-features-grids h3 {
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 600;
      color: #41516a;
      margin: 0 0 0.94em; }
      @media (max-width: 767px) {
        /* line 251, sass/page/_home-default.scss */
        .services-section .service-features-grids h3 {
          font-size: 16px;
          font-size: 1.06667rem; } }
    /* line 264, sass/page/_home-default.scss */
    .services-section .service-features-grids p {
      margin: 0; }

/*--------------------------------------------------------------
#0.8	portfolio-section
--------------------------------------------------------------*/
/* line 276, sass/page/_home-default.scss */
.portfolio-section .portfolio-grids {
  overflow: hidden; }
  /* line 279, sass/page/_home-default.scss */
  .portfolio-section .portfolio-grids .grid {
    width: 33.33%;
    float: left; }
    @media (max-width: 991px) {
      /* line 279, sass/page/_home-default.scss */
      .portfolio-section .portfolio-grids .grid {
        width: 50%; } }
    @media (max-width: 650px) {
      /* line 279, sass/page/_home-default.scss */
      .portfolio-section .portfolio-grids .grid {
        width: 100%;
        float: none; } }

/* line 294, sass/page/_home-default.scss */
.portfolio-section .grid {
  position: relative;
  overflow: hidden; }

/* line 299, sass/page/_home-default.scss */
.portfolio-section .details {
  background: transparent;
  width: 100%;
  padding: 32px 38px 28px;
  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; }
  @media (max-width: 767px) {
    /* line 299, sass/page/_home-default.scss */
    .portfolio-section .details {
      padding: 28px 20px; } }

/* line 313, sass/page/_home-default.scss */
.portfolio-section .grid:hover .details {
  background: #D2604C; }

/* line 317, sass/page/_home-default.scss */
.portfolio-section .details h3 {
  font-size: 22px;
  font-size: calc-remd-value(22);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.35em;
  padding-right: 115px; }
  @media (max-width: 1199px) {
    /* line 317, sass/page/_home-default.scss */
    .portfolio-section .details h3 {
      font-size: 18px;
      font-size: 1.2rem; } }
  @media (max-width: 991px) {
    /* line 317, sass/page/_home-default.scss */
    .portfolio-section .details h3 {
      font-size: 16px;
      font-size: 1.06667rem; } }

/* line 336, sass/page/_home-default.scss */
.portfolio-section .details .cat {
  font-size: 12px;
  font-size: calc-remd-value(12);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase; }

/* line 344, sass/page/_home-default.scss */
.portfolio-section .details .view-project {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #fff;
  padding: 6px 20px;
  border: 2px solid #d1d1d1;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  right: 38px;
  top: 32px;
  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;
  margin-top: -20px; }
  @media (max-width: 1199px) {
    /* line 344, sass/page/_home-default.scss */
    .portfolio-section .details .view-project {
      font-size: 12px;
      font-size: 0.8rem;
      padding: 4px 13px;
      border: 2px solid #d1d1d1; } }
  @media (max-width: 767px) {
    /* line 344, sass/page/_home-default.scss */
    .portfolio-section .details .view-project {
      right: 20px; } }
  /* line 373, sass/page/_home-default.scss */
  .portfolio-section .details .view-project:hover {
    background-color: #fff;
    color: #41516a;
    border-color: #fff; }

/* line 380, sass/page/_home-default.scss */
.portfolio-section .grid:hover .details .view-project {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

/* line 386, sass/page/_home-default.scss */
.portfolio-section .grid .img-holder img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s; }

/* line 390, sass/page/_home-default.scss */
.portfolio-section .grid:hover .img-holder img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

/*--------------------------------------------------------------
#0.9	testimonials-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  /* line 400, sass/page/_home-default.scss */
  .testimonials-section {
    padding-bottom: 165px; } }

/* line 406, sass/page/_home-default.scss */
.testimonials-section .grid {
  overflow: hidden;
  padding: 17px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 15px;
  border-radius: 10px; }
  @media (max-width: 767px) {
    /* line 406, sass/page/_home-default.scss */
    .testimonials-section .grid {
      padding: 15px;
      margin: 0;
      border: 1px solid #f1f1f1;
      box-shadow: none;
      border-radius: 5px; } }

/* line 422, sass/page/_home-default.scss */
.testimonials-section .img-holder {
  width: 370px;
  float: left; }
  @media (max-width: 991px) {
    /* line 422, sass/page/_home-default.scss */
    .testimonials-section .img-holder {
      width: auto;
      max-width: 370px;
      float: none; } }
  /* line 432, sass/page/_home-default.scss */
  .testimonials-section .img-holder img {
    width: auto; }

/* line 437, sass/page/_home-default.scss */
.testimonials-section .grid .details {
  width: calc(100% - 370px);
  float: left;
  padding: 25px 0 0 30px;
  position: relative; }
  @media (max-width: 991px) {
    /* line 437, sass/page/_home-default.scss */
    .testimonials-section .grid .details {
      width: 100%;
      float: none;
      padding: 30px 0 15px 0; } }

/* line 450, sass/page/_home-default.scss */
.testimonials-section .grid .details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 0.92em; }
  @media (max-width: 991px) {
    /* line 450, sass/page/_home-default.scss */
    .testimonials-section .grid .details h3 {
      font-size: 20px;
      font-size: 1.33333rem; } }
  @media (max-width: 767px) {
    /* line 450, sass/page/_home-default.scss */
    .testimonials-section .grid .details h3 {
      font-size: 17px;
      font-size: 1.13333rem; } }

/* line 468, sass/page/_home-default.scss */
.testimonials-section .grid .details p {
  margin-bottom: 1.5em; }

/* line 472, sass/page/_home-default.scss */
.testimonials-section .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 5px; }
  @media (max-width: 991px) {
    /* line 472, sass/page/_home-default.scss */
    .testimonials-section .client-info h4 {
      font-size: 16px;
      font-size: 1.06667rem; } }
  @media (max-width: 767px) {
    /* line 472, sass/page/_home-default.scss */
    .testimonials-section .client-info h4 {
      font-size: 14px;
      font-size: 0.93333rem; } }

/* line 490, sass/page/_home-default.scss */
.testimonials-section .client-info > span {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #90949a;
  text-transform: uppercase; }

/* line 498, sass/page/_home-default.scss */
.testimonials-section .rating {
  position: absolute;
  right: 33px;
  bottom: 0; }
  @media (max-width: 767px) {
    /* line 498, sass/page/_home-default.scss */
    .testimonials-section .rating {
      position: static;
      margin-top: 15px; } }
  @media (max-width: 991px) {
    /* line 498, sass/page/_home-default.scss */
    .testimonials-section .rating {
      bottom: 15px; } }
  /* line 512, sass/page/_home-default.scss */
  .testimonials-section .rating i {
    color: #D2604C; }

/* line 517, sass/page/_home-default.scss */
.testimonials-section .owl-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }
  @media (max-width: 1199px) {
    /* line 517, sass/page/_home-default.scss */
    .testimonials-section .owl-controls {
      position: static;
      height: 15px;
      margin-top: 40px; } }
  /* line 529, sass/page/_home-default.scss */
  .testimonials-section .owl-controls .owl-nav {
    width: 100%;
    height: 28px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 1199px) {
      /* line 529, sass/page/_home-default.scss */
      .testimonials-section .owl-controls .owl-nav {
        display: none !important; } }
  /* line 541, sass/page/_home-default.scss */
  .testimonials-section .owl-controls .owl-dots {
    width: 100%;
    position: absolute;
    bottom: -50px; }
    @media (max-width: 1199px) {
      /* line 541, sass/page/_home-default.scss */
      .testimonials-section .owl-controls .owl-dots {
        position: static; } }
  /* line 551, sass/page/_home-default.scss */
  .testimonials-section .owl-controls .owl-dots .owl-dot.active span,
  .testimonials-section .owl-controls .owl-dots .owl-dot:hover span {
    background: #41516a; }

/* line 558, sass/page/_home-default.scss */
.testimonials-section .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  padding: 0;
  margin: 0;
  color: #41516a;
  position: absolute; }
  /* line 568, sass/page/_home-default.scss */
  .testimonials-section .owl-controls .owl-nav .owl-prev:hover,
  .testimonials-section .owl-controls .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #d15c48; }

/* line 574, sass/page/_home-default.scss */
.testimonials-section .owl-controls .owl-nav .owl-prev {
  left: -100px; }

/* line 578, sass/page/_home-default.scss */
.testimonials-section .owl-controls .owl-nav .owl-next {
  right: -100px; }

/*--------------------------------------------------------------
#1.0	team-section
--------------------------------------------------------------*/
/* line 587, sass/page/_home-default.scss */
.team-section {
  background: #41516a url("../images/team/team-bg.png") center center/cover no-repeat local;
  padding-bottom: 113px; }
  @media (max-width: 991px) {
    /* line 587, sass/page/_home-default.scss */
    .team-section {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    /* line 587, sass/page/_home-default.scss */
    .team-section {
      padding-bottom: 30px; } }
  /* line 600, sass/page/_home-default.scss */
  .team-section .title-text {
    padding-right: 190px; }
    @media (max-width: 767px) {
      /* line 600, sass/page/_home-default.scss */
      .team-section .title-text {
        padding-right: 0; } }
    /* line 607, sass/page/_home-default.scss */
    .team-section .title-text p {
      color: #fff;
      margin: 0; }
  /* line 613, sass/page/_home-default.scss */
  .team-section .team-grids {
    margin-top: 40px; }
  @media (max-width: 991px) {
    /* line 618, sass/page/_home-default.scss */
    .team-section .team-grids > .col {
      margin-bottom: 50px; } }
  @media (max-width: 530px) {
    /* line 618, sass/page/_home-default.scss */
    .team-section .team-grids > .col {
      width: 100%;
      float: none; } }
  /* line 629, sass/page/_home-default.scss */
  .team-section .grid .img-holder img {
    border-radius: 10px; }
    @media (max-width: 767px) {
      /* line 629, sass/page/_home-default.scss */
      .team-section .grid .img-holder img {
        border-radius: 5px; } }
  /* line 637, sass/page/_home-default.scss */
  .team-section .grid .details h4 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin: 15px 0; }
    @media (max-width: 1199px) {
      /* line 637, sass/page/_home-default.scss */
      .team-section .grid .details h4 {
        font-size: 20px;
        font-size: 1.33333rem; } }
    @media (max-width: 767px) {
      /* line 637, sass/page/_home-default.scss */
      .team-section .grid .details h4 {
        font-size: 17px;
        font-size: 1.13333rem;
        margin: 20px 0 10px; } }
  /* line 656, sass/page/_home-default.scss */
  .team-section .grid .details h4 span {
    font-family: "Hind", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    padding-left: 5px; }
    @media (max-width: 1199px) {
      /* line 656, sass/page/_home-default.scss */
      .team-section .grid .details h4 span {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 670, sass/page/_home-default.scss */
  .team-section .social ul {
    overflow: hidden; }
    /* line 673, sass/page/_home-default.scss */
    .team-section .social ul li {
      float: left; }
    /* line 677, sass/page/_home-default.scss */
    .team-section .social ul > li + li {
      margin-left: 12px; }
    /* line 681, sass/page/_home-default.scss */
    .team-section .social ul li a {
      font-size: 18px;
      font-size: 1.2rem;
      color: #fff; }
      @media (max-width: 1199px) {
        /* line 681, sass/page/_home-default.scss */
        .team-section .social ul li a {
          font-size: 15px;
          font-size: 1rem; } }
    /* line 692, sass/page/_home-default.scss */
    .team-section .social ul li a:hover {
      color: #dcd3d3; }

/*--------------------------------------------------------------
#1.1	recent-news-section
--------------------------------------------------------------*/
/* line 702, sass/page/_home-default.scss */
.recent-news-section, .recent-news-section-s2 {
  background-color: #e9eef1; }
  /* line 705, sass/page/_home-default.scss */
  .recent-news-section .blog-grids, .recent-news-section-s2 .blog-grids {
    overflow: hidden;
    margin: 0 -15px; }
    /* line 709, sass/page/_home-default.scss */
    .recent-news-section .blog-grids .grid, .recent-news-section-s2 .blog-grids .grid {
      background-color: #fff;
      width: calc(33.33% - 30px);
      float: left;
      padding: 15px;
      margin: 0 15px 15px;
      border-radius: 10px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
      @media (max-width: 991px) {
        /* line 709, sass/page/_home-default.scss */
        .recent-news-section .blog-grids .grid, .recent-news-section-s2 .blog-grids .grid {
          width: calc(50% - 30px);
          margin-bottom: 30px; } }
      @media (max-width: 600px) {
        /* line 709, sass/page/_home-default.scss */
        .recent-news-section .blog-grids .grid, .recent-news-section-s2 .blog-grids .grid {
          width: calc(100% - 30px);
          float: none; } }
  /* line 732, sass/page/_home-default.scss */
  .recent-news-section .entry-body, .recent-news-section-s2 .entry-body {
    padding: 27px 10px; }
    @media (max-width: 1199px) {
      /* line 732, sass/page/_home-default.scss */
      .recent-news-section .entry-body, .recent-news-section-s2 .entry-body {
        padding: 27px 0; } }
    @media (max-width: 991px) {
      /* line 732, sass/page/_home-default.scss */
      .recent-news-section .entry-body, .recent-news-section-s2 .entry-body {
        padding: 27px 0 10px; } }
  /* line 744, sass/page/_home-default.scss */
  .recent-news-section .entry-body .cat, .recent-news-section-s2 .entry-body .cat {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #D2604C;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      /* line 744, sass/page/_home-default.scss */
      .recent-news-section .entry-body .cat, .recent-news-section-s2 .entry-body .cat {
        font-size: 12px;
        font-size: 0.8rem; } }
  /* line 758, sass/page/_home-default.scss */
  .recent-news-section .entry-body h3, .recent-news-section-s2 .entry-body h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 600;
    line-height: 1.36em;
    margin: 3px 0 0.73em; }
    @media (max-width: 1199px) {
      /* line 758, sass/page/_home-default.scss */
      .recent-news-section .entry-body h3, .recent-news-section-s2 .entry-body h3 {
        font-size: 18px;
        font-size: 1.2rem; } }
    @media (max-width: 991px) {
      /* line 758, sass/page/_home-default.scss */
      .recent-news-section .entry-body h3, .recent-news-section-s2 .entry-body h3 {
        font-size: 17px;
        font-size: 1.13333rem; } }
    /* line 775, sass/page/_home-default.scss */
    .recent-news-section .entry-body h3 a, .recent-news-section-s2 .entry-body h3 a {
      color: #41516a; }
    /* line 779, sass/page/_home-default.scss */
    .recent-news-section .entry-body h3 a:hover, .recent-news-section-s2 .entry-body h3 a:hover {
      color: #D2604C; }
  /* line 784, sass/page/_home-default.scss */
  .recent-news-section .entry-body p, .recent-news-section-s2 .entry-body p {
    margin-bottom: 2em; }
  /* line 788, sass/page/_home-default.scss */
  .recent-news-section .read-more-date a, .recent-news-section-s2 .read-more-date a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #41516a;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      /* line 788, sass/page/_home-default.scss */
      .recent-news-section .read-more-date a, .recent-news-section-s2 .read-more-date a {
        font-size: 14px;
        font-size: 0.93333rem; } }
    @media (max-width: 991px) {
      /* line 788, sass/page/_home-default.scss */
      .recent-news-section .read-more-date a, .recent-news-section-s2 .read-more-date a {
        font-size: 12px;
        font-size: 0.8rem; } }
    /* line 806, sass/page/_home-default.scss */
    .recent-news-section .read-more-date a:hover, .recent-news-section-s2 .read-more-date a:hover {
      color: #D2604C; }
  /* line 811, sass/page/_home-default.scss */
  .recent-news-section .read-more-date, .recent-news-section-s2 .read-more-date {
    position: relative; }
  /* line 815, sass/page/_home-default.scss */
  .recent-news-section .read-more-date .date, .recent-news-section-s2 .read-more-date .date {
    position: absolute;
    right: 0;
    color: #90949a; }
    @media (max-width: 991px) {
      /* line 815, sass/page/_home-default.scss */
      .recent-news-section .read-more-date .date, .recent-news-section-s2 .read-more-date .date {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 826, sass/page/_home-default.scss */
  .recent-news-section .more-news, .recent-news-section-s2 .more-news {
    margin-top: 50px;
    text-align: center; }
    @media (max-width: 1199px) {
      /* line 826, sass/page/_home-default.scss */
      .recent-news-section .more-news, .recent-news-section-s2 .more-news {
        margin-top: 35px; } }
    @media (max-width: 991px) {
      /* line 826, sass/page/_home-default.scss */
      .recent-news-section .more-news, .recent-news-section-s2 .more-news {
        margin-top: 15px; } }

/*--------------------------------------------------------------
#1.2	news-letter-section
--------------------------------------------------------------*/
/* line 844, sass/page/_home-default.scss */
.news-letter-section {
  position: relative;
  background: url("../images/news-letter-bg.jpg") center center/cover no-repeat fixed;
  padding: 95px 0; }
  @media (max-width: 991px) {
    /* line 844, sass/page/_home-default.scss */
    .news-letter-section {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    /* line 844, sass/page/_home-default.scss */
    .news-letter-section {
      padding: 50px 0; } }
  /* line 857, sass/page/_home-default.scss */
  .news-letter-section:before {
    content: "";
    background-color: rgba(65, 81, 106, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  /* line 862, sass/page/_home-default.scss */
  .news-letter-section .newsletter-text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-top: -3px; }
    @media (max-width: 991px) {
      /* line 862, sass/page/_home-default.scss */
      .news-letter-section .newsletter-text {
        text-align: center; } }
    /* line 872, sass/page/_home-default.scss */
    .news-letter-section .newsletter-text > span {
      font-size: 14px;
      font-size: 0.93333rem;
      text-transform: uppercase; }
    /* line 878, sass/page/_home-default.scss */
    .news-letter-section .newsletter-text h3 {
      font-size: 24px;
      font-size: 1.6rem;
      font-weight: 600;
      margin: 0.29em 0 0; }
      @media (max-width: 767px) {
        /* line 878, sass/page/_home-default.scss */
        .news-letter-section .newsletter-text h3 {
          font-size: 20px;
          font-size: 1.33333rem; } }
  /* line 891, sass/page/_home-default.scss */
  .news-letter-section form div {
    position: relative; }
    @media (max-width: 991px) {
      /* line 891, sass/page/_home-default.scss */
      .news-letter-section form div {
        max-width: 400px;
        margin: 30px auto 0; } }
    @media (max-width: 767px) {
      /* line 891, sass/page/_home-default.scss */
      .news-letter-section form div {
        max-width: 300px;
        margin: 30px auto 0; } }
  /* line 905, sass/page/_home-default.scss */
  .news-letter-section form input {
    background-color: #fff;
    padding: 6px 140px 6px 25px;
    height: 50px;
    border: 0;
    border-radius: 50px;
    box-shadow: none; }
    @media (max-width: 991px) {
      /* line 905, sass/page/_home-default.scss */
      .news-letter-section form input {
        height: 40px;
        padding: 6px 120px 6px 20px; } }
    @media (max-width: 767px) {
      /* line 905, sass/page/_home-default.scss */
      .news-letter-section form input {
        padding: 6px 110px 6px 20px; } }
  /* line 923, sass/page/_home-default.scss */
  .news-letter-section form input:focus {
    box-shadow: none; }
  /* line 927, sass/page/_home-default.scss */
  .news-letter-section form button {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background-color: #D2604C;
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 0 50px 50px 0;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 991px) {
      /* line 927, sass/page/_home-default.scss */
      .news-letter-section form button {
        width: 110px;
        height: 40px;
        line-height: 40px; } }
    @media (max-width: 767px) {
      /* line 927, sass/page/_home-default.scss */
      .news-letter-section form button {
        width: 100px;
        font-size: 12px;
        font-size: 0.8rem; } }
    /* line 956, sass/page/_home-default.scss */
    .news-letter-section form button:hover {
      background-color: #cd4e38; }

/*--------------------------------------------------------------
#1.3	contact-section
--------------------------------------------------------------*/
/* line 966, sass/page/_home-default.scss */
.contact-section, .contact-section-s2 {
  padding-bottom: 105px;
  /*** contact-info ***/ }
  @media (max-width: 991px) {
    /* line 966, sass/page/_home-default.scss */
    .contact-section, .contact-section-s2 {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    /* line 966, sass/page/_home-default.scss */
    .contact-section, .contact-section-s2 {
      padding-bottom: 70px; } }
  /* line 977, sass/page/_home-default.scss */
  .contact-section .contact-form-info, .contact-section-s2 .contact-form-info {
    margin-top: 20px; }
    @media (max-width: 991px) {
      /* line 977, sass/page/_home-default.scss */
      .contact-section .contact-form-info, .contact-section-s2 .contact-form-info {
        margin-top: 0; } }
  /* line 985, sass/page/_home-default.scss */
  .contact-section form, .contact-section-s2 form {
    overflow: hidden;
    margin: 0 -15px; }
    @media (max-width: 767px) {
      /* line 985, sass/page/_home-default.scss */
      .contact-section form, .contact-section-s2 form {
        margin: 0 -10px; } }
    /* line 993, sass/page/_home-default.scss */
    .contact-section form > div, .contact-section-s2 form > div {
      padding: 0 15px 30px; }
      @media (max-width: 767px) {
        /* line 993, sass/page/_home-default.scss */
        .contact-section form > div, .contact-section-s2 form > div {
          padding: 0 10px 20px; } }
    /* line 1001, sass/page/_home-default.scss */
    .contact-section form > div:first-child, .contact-section-s2 form > div:first-child,
    .contact-section form > div:nth-child(2),
    .contact-section-s2 form > div:nth-child(2),
    .contact-section form > div:nth-child(3),
    .contact-section-s2 form > div:nth-child(3),
    .contact-section form > div:nth-child(4),
    .contact-section-s2 form > div:nth-child(4) {
      width: 50%;
      float: left; }
      @media (max-width: 500px) {
        /* line 1001, sass/page/_home-default.scss */
        .contact-section form > div:first-child, .contact-section-s2 form > div:first-child,
        .contact-section form > div:nth-child(2),
        .contact-section-s2 form > div:nth-child(2),
        .contact-section form > div:nth-child(3),
        .contact-section-s2 form > div:nth-child(3),
        .contact-section form > div:nth-child(4),
        .contact-section-s2 form > div:nth-child(4) {
          width: 100%;
          float: none; } }
  /* line 1015, sass/page/_home-default.scss */
  .contact-section form input, .contact-section-s2 form input,
  .contact-section form textarea,
  .contact-section-s2 form textarea {
    background-color: #eaecee;
    height: 50px;
    padding: 6px 25px;
    border: 0;
    border-radius: 50px;
    box-shadow: none; }
    @media (max-width: 991px) {
      /* line 1015, sass/page/_home-default.scss */
      .contact-section form input, .contact-section-s2 form input,
      .contact-section form textarea,
      .contact-section-s2 form textarea {
        height: 40px;
        padding: 6px 20px;
        border-radius: 40px; } }
  /* line 1031, sass/page/_home-default.scss */
  .contact-section form input:focus, .contact-section-s2 form input:focus,
  .contact-section form textarea:focus,
  .contact-section-s2 form textarea:focus {
    box-shadow: none; }
  /* line 1036, sass/page/_home-default.scss */
  
  .contact-section form textarea,
  .contact-section-s2 form textarea {
    height: 280px;
    border-radius: 10px;
    padding: 25px; }
    @media (max-width: 991px) {
      /* line 1036, sass/page/_home-default.scss */
      
      .contact-section form textarea,
      .contact-section-s2 form textarea {
        height: 180px;
        padding: 20px; } }
  /* line 1047, sass/page/_home-default.scss */
  .contact-section .submit, .contact-section-s2 .submit {
    text-align: center;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      /* line 1047, sass/page/_home-default.scss */
      .contact-section .submit, .contact-section-s2 .submit {
        margin-top: 10px; } }
    /* line 1055, sass/page/_home-default.scss */
    .contact-section .submit button, .contact-section-s2 .submit button {
      font-family: "Poppins", sans-serif;
      background-color: #D2604C;
      font-size: 16px;
      font-size: 1.06667rem;
      font-weight: bold;
      color: #fff;
      padding: 12px 50px;
      border: 0;
      outline: 0;
      border-radius: 50px;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        /* line 1055, sass/page/_home-default.scss */
        .contact-section .submit button, .contact-section-s2 .submit button {
          font-size: 15px;
          font-size: 1rem;
          padding: 12px 40px; } }
      @media (max-width: 767px) {
        /* line 1055, sass/page/_home-default.scss */
        .contact-section .submit button, .contact-section-s2 .submit button {
          font-size: 13px;
          font-size: 0.86667rem;
          padding: 10px 35px; } }
      /* line 1081, sass/page/_home-default.scss */
      .contact-section .submit button:hover, .contact-section-s2 .submit button:hover {
        color: #fff; }
  @media (max-width: 991px) {
    /* line 1088, sass/page/_home-default.scss */
    .contact-section .contact-info, .contact-section-s2 .contact-info {
      text-align: center;
      margin-top: 60px;
      border-top: 1px solid #e2e1e1;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    /* line 1088, sass/page/_home-default.scss */
    .contact-section .contact-info, .contact-section-s2 .contact-info {
      margin-top: 50px; } }
  /* line 1101, sass/page/_home-default.scss */
  .contact-section .contact-info > div + div, .contact-section-s2 .contact-info > div + div {
    margin-top: 90px; }
    @media (max-width: 991px) {
      /* line 1101, sass/page/_home-default.scss */
      .contact-section .contact-info > div + div, .contact-section-s2 .contact-info > div + div {
        margin-top: 30px; } }
  /* line 1109, sass/page/_home-default.scss */
  .contact-section .contact-info h5, .contact-section-s2 .contact-info h5 {
    font-family: "Hind", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #41516a;
    margin: 0 0 22px; }
    @media (max-width: 991px) {
      /* line 1109, sass/page/_home-default.scss */
      .contact-section .contact-info h5, .contact-section-s2 .contact-info h5 {
        margin: 0 0 5px; } }
  /* line 1122, sass/page/_home-default.scss */
  .contact-section .contact-info p, .contact-section-s2 .contact-info p {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0; }
    @media (max-width: 991px) {
      /* line 1122, sass/page/_home-default.scss */
      .contact-section .contact-info p, .contact-section-s2 .contact-info p {
        font-size: 15px;
        font-size: 1rem; } }

/*--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	about-section-s2
--------------------------------------------------------------*/
/* line 7, sass/page/_home-style2.scss */
.about-section-s2 {
  background-color: #dfe3e7;
  position: relative;
  padding-bottom: 110px;
  /*** features-grids ***/ }
  @media (max-width: 991px) {
    /* line 7, sass/page/_home-style2.scss */
    .about-section-s2 {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    /* line 7, sass/page/_home-style2.scss */
    .about-section-s2 {
      padding-bottom: 70px; } }
  /* line 20, sass/page/_home-style2.scss */
  .about-section-s2 .section-title-s2 h2, .about-section-s2 .section-title-s3 h2, .about-section-s2 .section-title-s6 h2, .about-section-s2 .section-title-s4 h2 {
    margin-top: 0; }
  /* line 24, sass/page/_home-style2.scss */
  .about-section-s2 .content {
    overflow: hidden; }
  /* line 28, sass/page/_home-style2.scss */
  .about-section-s2 .left-col {
    width: calc(50% + 90px);
    float: left; }
    @media (max-width: 1199px) {
      /* line 28, sass/page/_home-style2.scss */
      .about-section-s2 .left-col {
        width: 100%;
        float: none; } }
  /* line 38, sass/page/_home-style2.scss */
  .about-section-s2 .right-col {
    width: calc(50% - 90px);
    float: left; }
    @media (max-width: 1199px) {
      /* line 38, sass/page/_home-style2.scss */
      .about-section-s2 .right-col {
        display: none; } }
  /* line 47, sass/page/_home-style2.scss */
  .about-section-s2 .right-col .img-holder {
    float: right; }
  /* line 51, sass/page/_home-style2.scss */
  .about-section-s2 .left-col .inner {
    max-width: 675px;
    float: right;
    margin-left: auto;
    padding: 0 15px; }
    @media (max-width: 1199px) {
      /* line 51, sass/page/_home-style2.scss */
      .about-section-s2 .left-col .inner {
        max-width: 970px;
        margin: auto;
        float: none; } }
    @media (max-width: 991px) {
      /* line 51, sass/page/_home-style2.scss */
      .about-section-s2 .left-col .inner {
        max-width: 750px;
        margin: auto;
        float: none; } }
  /* line 70, sass/page/_home-style2.scss */
  .about-section-s2 .section-title-s2, .about-section-s2 .section-title-s3, .about-section-s2 .section-title-s6, .about-section-s2 .section-title-s4 {
    padding-right: 185px; }
    @media (max-width: 767px) {
      /* line 70, sass/page/_home-style2.scss */
      .about-section-s2 .section-title-s2, .about-section-s2 .section-title-s3, .about-section-s2 .section-title-s6, .about-section-s2 .section-title-s4 {
        padding-right: 0; } }
    /* line 77, sass/page/_home-style2.scss */
    .about-section-s2 .section-title-s2 h2, .about-section-s2 .section-title-s3 h2, .about-section-s2 .section-title-s6 h2, .about-section-s2 .section-title-s4 h2 {
      margin-bottom: 1.23em; }
  /* line 82, sass/page/_home-style2.scss */
  .about-section-s2 .section-title-s2 .text, .about-section-s2 .section-title-s3 .text, .about-section-s2 .section-title-s6 .text, .about-section-s2 .section-title-s4 .text {
    margin-right: -25px; }
    @media (max-width: 767px) {
      /* line 82, sass/page/_home-style2.scss */
      .about-section-s2 .section-title-s2 .text, .about-section-s2 .section-title-s3 .text, .about-section-s2 .section-title-s6 .text, .about-section-s2 .section-title-s4 .text {
        margin-right: 0; } }
  /* line 90, sass/page/_home-style2.scss */
  .about-section-s2 .section-title-s2 .text p, .about-section-s2 .section-title-s3 .text p, .about-section-s2 .section-title-s6 .text p, .about-section-s2 .section-title-s4 .text p {
    font-family: "Hind", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.67em; }
    @media (max-width: 991px) {
      /* line 90, sass/page/_home-style2.scss */
      .about-section-s2 .section-title-s2 .text p, .about-section-s2 .section-title-s3 .text p, .about-section-s2 .section-title-s6 .text p, .about-section-s2 .section-title-s4 .text p {
        font-size: 16px;
        font-size: 1.06667rem; } }
    @media (max-width: 767px) {
      /* line 90, sass/page/_home-style2.scss */
      .about-section-s2 .section-title-s2 .text p, .about-section-s2 .section-title-s3 .text p, .about-section-s2 .section-title-s6 .text p, .about-section-s2 .section-title-s4 .text p {
        font-size: 15px;
        font-size: 1rem; } }
  /* line 110, sass/page/_home-style2.scss */
  .about-section-s2 .features-grids {
    overflow: hidden;
    margin: 0 -20px;
    padding-top: 10px; }
    /* line 115, sass/page/_home-style2.scss */
    .about-section-s2 .features-grids .grid {
      width: 33.33%;
      float: left;
      padding: 0 20px 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; }
      @media (max-width: 550px) {
        /* line 115, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids .grid {
          width: 100%;
          float: none; } }
    @media (max-width: 550px) {
      /* line 127, sass/page/_home-style2.scss */
      .about-section-s2 .features-grids > .grid + .grid {
        margin-top: 40px; } }
    /* line 133, sass/page/_home-style2.scss */
    .about-section-s2 .features-grids .icon {
      background-color: #fff;
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      margin-bottom: 30px;
      border-radius: 50%;
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1); }
      @media (max-width: 1199px) {
        /* line 133, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids .icon {
          width: 80px;
          height: 80px;
          line-height: 80px; } }
      @media (max-width: 767px) {
        /* line 133, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids .icon {
          width: 60px;
          height: 60px;
          line-height: 60px;
          margin-bottom: 20px; } }
    /* line 157, sass/page/_home-style2.scss */
    .about-section-s2 .features-grids .fi:before {
      font-size: 50px;
      color: #D2604C;
      -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) {
        /* line 157, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids .fi:before {
          font-size: 40px; } }
      @media (max-width: 767px) {
        /* line 157, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids .fi:before {
          font-size: 30px; } }
    /* line 171, sass/page/_home-style2.scss */
    .about-section-s2 .features-grids h3 {
      font-size: 22px;
      font-size: 1.46667rem;
      font-weight: 600;
      color: #41516a;
      margin: 0 0 0.77em; }
      @media (max-width: 991px) {
        /* line 171, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids h3 {
          font-size: 18px;
          font-size: 1.2rem; } }
      @media (max-width: 767px) {
        /* line 171, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids h3 {
          font-size: 16px;
          font-size: 1.06667rem; } }
    /* line 189, sass/page/_home-style2.scss */
    .about-section-s2 .features-grids p {
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1.67em;
      margin: 0;
      color: #90949a; }
      @media (max-width: 991px) {
        /* line 189, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids p {
          font-size: 16px;
          font-size: 1.06667rem; } }
      @media (max-width: 767px) {
        /* line 189, sass/page/_home-style2.scss */
        .about-section-s2 .features-grids p {
          font-size: 15px;
          font-size: 1rem; } }
    /* line 208, sass/page/_home-style2.scss */
    .about-section-s2 .features-grids .grid:hover .icon {
      background-color: #D2604C; }
      /* line 211, sass/page/_home-style2.scss */
      .about-section-s2 .features-grids .grid:hover .icon .fi:before {
        color: #fff; }

/*--------------------------------------------------------------
#2.1	portfolio-section-s2
--------------------------------------------------------------*/
/* line 222, sass/page/_home-style2.scss */
.portfolio-section-s2 {
  position: relative;
  padding-bottom: 96px; }
  @media (max-width: 991px) {
    /* line 222, sass/page/_home-style2.scss */
    .portfolio-section-s2 {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    /* line 222, sass/page/_home-style2.scss */
    .portfolio-section-s2 {
      padding-bottom: 60px; } }
  /* line 234, sass/page/_home-style2.scss */
  .portfolio-section-s2:before {
    content: "";
    background: url("../images/portfolio/portfolio-s2-decor.png") center center/cover no-repeat local;
    width: 1654px;
    height: 930px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 1199px) {
      /* line 234, sass/page/_home-style2.scss */
      .portfolio-section-s2:before {
        display: none; } }
  @media screen and (min-width: 1200px) {
    /* line 249, sass/page/_home-style2.scss */
    .portfolio-section-s2 .section-title-s5 {
      margin-left: -30px;
      margin-right: -30px; } }
  /* line 256, sass/page/_home-style2.scss */
  .portfolio-section-s2 .portfolio-grids {
    overflow: hidden;
    margin: 0 -10px; }
    /* line 260, sass/page/_home-style2.scss */
    .portfolio-section-s2 .portfolio-grids .grid-item {
      width: 50%;
      float: left;
      padding: 0 10px 20px;
      overflow: hidden; }
      @media (max-width: 550px) {
        /* line 260, sass/page/_home-style2.scss */
        .portfolio-section-s2 .portfolio-grids .grid-item {
          width: 100%;
          float: none; } }
    /* line 272, sass/page/_home-style2.scss */
    .portfolio-section-s2 .portfolio-grids .grid-item-75 {
      width: 65%; }
      @media (max-width: 767px) {
        /* line 272, sass/page/_home-style2.scss */
        .portfolio-section-s2 .portfolio-grids .grid-item-75 {
          width: 50%; } }
      @media (max-width: 550px) {
        /* line 272, sass/page/_home-style2.scss */
        .portfolio-section-s2 .portfolio-grids .grid-item-75 {
          width: 100%;
          float: none; } }
    /* line 285, sass/page/_home-style2.scss */
    .portfolio-section-s2 .portfolio-grids .grid-item-25 {
      width: 35%; }
      @media (max-width: 767px) {
        /* line 285, sass/page/_home-style2.scss */
        .portfolio-section-s2 .portfolio-grids .grid-item-25 {
          width: 50%; } }
      @media (max-width: 550px) {
        /* line 285, sass/page/_home-style2.scss */
        .portfolio-section-s2 .portfolio-grids .grid-item-25 {
          width: 100%;
          float: none; } }
  /* line 297, sass/page/_home-style2.scss */
  .portfolio-section-s2 .grid-item .inner {
    position: relative; }
    /* line 300, sass/page/_home-style2.scss */
    .portfolio-section-s2 .grid-item .inner .details {
      width: calc(100% - 70px);
      height: calc(100% - 70px);
      position: absolute;
      left: 35px;
      top: 35px; }
      @media (max-width: 767px) {
        /* line 300, sass/page/_home-style2.scss */
        .portfolio-section-s2 .grid-item .inner .details {
          width: calc(100% - 40px);
          height: calc(100% - 40px);
          left: 20px;
          top: 20px; } }
  /* line 316, sass/page/_home-style2.scss */
  .portfolio-section-s2 .gallery-filters {
    text-align: center;
    margin-bottom: 40px; }
    /* line 320, sass/page/_home-style2.scss */
    .portfolio-section-s2 .gallery-filters ul {
      display: inline-block;
      overflow: hidden; }
    /* line 325, sass/page/_home-style2.scss */
    .portfolio-section-s2 .gallery-filters ul li {
      float: left; }
      @media (max-width: 767px) {
        /* line 325, sass/page/_home-style2.scss */
        .portfolio-section-s2 .gallery-filters ul li {
          float: none; } }
    /* line 333, sass/page/_home-style2.scss */
    .portfolio-section-s2 .gallery-filters ul > li + li {
      margin-left: 20px; }
      @media (max-width: 767px) {
        /* line 333, sass/page/_home-style2.scss */
        .portfolio-section-s2 .gallery-filters ul > li + li {
          margin-left: 0;
          margin-top: 10px; } }
    /* line 342, sass/page/_home-style2.scss */
    .portfolio-section-s2 .gallery-filters ul li a {
      font-size: 16px;
      font-size: 1.06667rem;
      color: #c4c6cb;
      padding: 0 10px;
      border-radius: 15px;
      display: inline-block; }
    /* line 351, sass/page/_home-style2.scss */
    .portfolio-section-s2 .gallery-filters ul li a:hover,
    .portfolio-section-s2 .gallery-filters ul li a:focus {
      text-decoration: none; }
    /* line 356, sass/page/_home-style2.scss */
    .portfolio-section-s2 .gallery-filters ul li a.current {
      background-color: #D2604C;
      color: #fff; }
  /* line 363, sass/page/_home-style2.scss */
  .portfolio-section-s2 .grid-item .details h3 {
    font-size: 22px;
    font-size: calc-remd-value(22);
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.35em; }
    @media (max-width: 1199px) {
      /* line 363, sass/page/_home-style2.scss */
      .portfolio-section-s2 .grid-item .details h3 {
        font-size: 18px;
        font-size: 1.2rem; } }
    @media (max-width: 991px) {
      /* line 363, sass/page/_home-style2.scss */
      .portfolio-section-s2 .grid-item .details h3 {
        font-size: 16px;
        font-size: 1.06667rem; } }
  /* line 381, sass/page/_home-style2.scss */
  .portfolio-section-s2 .grid-item .details .cat {
    font-size: 12px;
    font-size: calc-remd-value(12);
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase; }
  /* line 389, sass/page/_home-style2.scss */
  .portfolio-section-s2 .grid-item .details .view-project {
    font-family: "Poppins", sans-serif;
    background-color: #D2604C;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    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;
    margin-top: -20px; }
    @media (max-width: 1199px) {
      /* line 389, sass/page/_home-style2.scss */
      .portfolio-section-s2 .grid-item .details .view-project {
        font-size: 12px;
        font-size: 0.8rem;
        padding: 4px 13px; } }
    /* line 413, sass/page/_home-style2.scss */
    .portfolio-section-s2 .grid-item .details .view-project:hover {
      background-color: #fff;
      color: #41516a; }
  /* line 419, sass/page/_home-style2.scss */
  .portfolio-section-s2 .grid-item:hover .details .view-project {
    opacity: 1;
    visibility: visible; }

/*--------------------------------------------------------------
#2.2	about-section-s2
--------------------------------------------------------------*/
/* line 431, sass/page/_home-style2.scss */
.about-section-s3 .left-grid {
  background: url("../images/about-s2-tag.jpg") center center/cover no-repeat local; }

/*--------------------------------------------------------------
#2.3	testimonials-section-s2
--------------------------------------------------------------*/
/* line 442, sass/page/_home-style2.scss */
.testimonials-section-s2 .testimonials-girds .grid {
  text-align: center;
  border: 1px solid #efefef;
  padding: 30px 160px; }
  @media (max-width: 991px) {
    /* line 442, sass/page/_home-style2.scss */
    .testimonials-section-s2 .testimonials-girds .grid {
      padding: 30px 50px; } }
  @media (max-width: 767px) {
    /* line 442, sass/page/_home-style2.scss */
    .testimonials-section-s2 .testimonials-girds .grid {
      padding: 30px 15px; } }

/* line 456, sass/page/_home-style2.scss */
.testimonials-section-s2 .testimonials-girds .img-holder {
  margin-bottom: 25px; }

/* line 460, sass/page/_home-style2.scss */
.testimonials-section-s2 .testimonials-girds img {
  width: auto;
  display: inline-block;
  border-radius: 50%; }

/* line 466, sass/page/_home-style2.scss */
.testimonials-section-s2 .grid h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 0.59em; }
  @media (max-width: 991px) {
    /* line 466, sass/page/_home-style2.scss */
    .testimonials-section-s2 .grid h3 {
      font-size: 18px;
      font-size: 1.2rem; } }

/* line 479, sass/page/_home-style2.scss */
.testimonials-section-s2 .grid p {
  margin-bottom: 2em; }

/* line 483, sass/page/_home-style2.scss */
.testimonials-section-s2 .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 0.28em; }
  @media (max-width: 991px) {
    /* line 483, sass/page/_home-style2.scss */
    .testimonials-section-s2 .client-info h4 {
      font-size: 14px;
      font-size: 0.93333rem; } }

/* line 496, sass/page/_home-style2.scss */
.testimonials-section-s2 .client-info > span {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #90949a; }

/* line 504, sass/page/_home-style2.scss */
.testimonials-section-s2 .owl-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }
  @media (max-width: 1199px) {
    /* line 504, sass/page/_home-style2.scss */
    .testimonials-section-s2 .owl-controls {
      position: static;
      height: 15px;
      margin-top: 40px; } }
  /* line 516, sass/page/_home-style2.scss */
  .testimonials-section-s2 .owl-controls .owl-nav {
    width: 100%;
    height: 28px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 1199px) {
      /* line 516, sass/page/_home-style2.scss */
      .testimonials-section-s2 .owl-controls .owl-nav {
        display: none !important; } }
  /* line 528, sass/page/_home-style2.scss */
  .testimonials-section-s2 .owl-controls .owl-dots {
    width: 100%;
    position: absolute;
    bottom: -50px; }
    @media screen and (min-width: 1200px) {
      /* line 528, sass/page/_home-style2.scss */
      .testimonials-section-s2 .owl-controls .owl-dots {
        display: none !important; } }
    @media (max-width: 1199px) {
      /* line 528, sass/page/_home-style2.scss */
      .testimonials-section-s2 .owl-controls .owl-dots {
        position: static; } }
  /* line 542, sass/page/_home-style2.scss */
  .testimonials-section-s2 .owl-controls .owl-dots .owl-dot.active span,
  .testimonials-section-s2 .owl-controls .owl-dots .owl-dot:hover span {
    background: #41516a; }

/* line 549, sass/page/_home-style2.scss */
.testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section-s2 .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  padding: 0;
  margin: 0;
  color: #41516a;
  position: absolute; }
  /* line 559, sass/page/_home-style2.scss */
  .testimonials-section-s2 .owl-controls .owl-nav .owl-prev:hover,
  .testimonials-section-s2 .owl-controls .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #2e394a; }

/* line 565, sass/page/_home-style2.scss */
.testimonials-section-s2 .owl-controls .owl-nav .owl-prev {
  left: -100px; }

/* line 569, sass/page/_home-style2.scss */
.testimonials-section-s2 .owl-controls .owl-nav .owl-next {
  right: -100px; }

/*--------------------------------------------------------------
#2.4	services-package-section
--------------------------------------------------------------*/
/* line 578, sass/page/_home-style2.scss */
.services-package-section {
  background-color: #f8f8f8;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    /* line 578, sass/page/_home-style2.scss */
    .services-package-section {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    /* line 578, sass/page/_home-style2.scss */
    .services-package-section {
      padding-bottom: 50px; } }
  /* line 590, sass/page/_home-style2.scss */
  .services-package-section .package-grids {
    overflow: hidden;
    margin: 0 -15px; }
    /* line 594, sass/page/_home-style2.scss */
    .services-package-section .package-grids .grid {
      background-color: #fff;
      width: calc(33.33% - 30px);
      float: left;
      margin: 0 15px 30px;
      padding: 70px 85px;
      text-align: center; }
      @media (max-width: 1199px) {
        /* line 594, sass/page/_home-style2.scss */
        .services-package-section .package-grids .grid {
          padding: 70px 45px; } }
      @media (max-width: 991px) {
        /* line 594, sass/page/_home-style2.scss */
        .services-package-section .package-grids .grid {
          width: calc(50% - 30px); } }
      @media (max-width: 767px) {
        /* line 594, sass/page/_home-style2.scss */
        .services-package-section .package-grids .grid {
          padding: 50px 35px; } }
      @media (max-width: 600px) {
        /* line 594, sass/page/_home-style2.scss */
        .services-package-section .package-grids .grid {
          width: calc(100% - 30px);
          float: none; } }
  /* line 621, sass/page/_home-style2.scss */
  .services-package-section .pricing-header .type {
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 600;
    color: #41516a;
    margin: 0; }
    @media (max-width: 767px) {
      /* line 621, sass/page/_home-style2.scss */
      .services-package-section .pricing-header .type {
        font-size: 19px;
        font-size: 1.26667rem; } }
  /* line 634, sass/page/_home-style2.scss */
  .services-package-section .pricing-header .price {
    background-color: #D2604C;
    width: 75px;
    height: 75px;
    margin: 15px auto 12px;
    border-radius: 50%;
    display: table; }
    /* line 642, sass/page/_home-style2.scss */
    .services-package-section .pricing-header .price h3 {
      font-size: 30px;
      font-size: 2rem;
      font-weight: bold;
      color: #fff;
      margin: 0;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 767px) {
        /* line 642, sass/page/_home-style2.scss */
        .services-package-section .pricing-header .price h3 {
          font-size: 25px;
          font-size: 1.66667rem; } }
    /* line 657, sass/page/_home-style2.scss */
    .services-package-section .pricing-header .price h3 span {
      font-size: 15px;
      position: relative;
      top: -10px; }
      @media (max-width: 767px) {
        /* line 657, sass/page/_home-style2.scss */
        .services-package-section .pricing-header .price h3 span {
          top: -7px; } }
  /* line 668, sass/page/_home-style2.scss */
  .services-package-section .pricing-header .duration {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #41516a;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      /* line 668, sass/page/_home-style2.scss */
      .services-package-section .pricing-header .duration {
        font-size: 15px;
        font-size: 1rem; } }
  /* line 681, sass/page/_home-style2.scss */
  .services-package-section .pricing-body p {
    margin-bottom: 3.3em; }

/*--------------------------------------------------------------
#2.5	recent-news-section-s2
--------------------------------------------------------------*/
/* line 690, sass/page/_home-style2.scss */
.recent-news-section-s2 {
  background-color: #fff; }

/*--------------------------------------------------------------
#2.6	partners-section
--------------------------------------------------------------*/
/* line 699, sass/page/_home-style2.scss */
.partners-section {
  background-color: #D2604C;
  padding: 40px 0;
  text-align: center; }
  /* line 704, sass/page/_home-style2.scss */
  .partners-section .partners-slider img {
    width: auto;
    display: inline-block; }

/*--------------------------------------------------------------
#2.7	contact-section-s2
--------------------------------------------------------------*/
/* line 717, sass/page/_home-style2.scss */
.contact-section-s2 .contact-form-info {
  margin-top: 0; }

@media (max-width: 991px) {
  /* line 721, sass/page/_home-style2.scss */
  .contact-section-s2 .contact-info {
    border-top: 0;
    padding-top: 0; } }

/* line 728, sass/page/_home-style2.scss */
.contact-section-s2 .contact-info > h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #41516a;
  margin: -5px 0 1.25em; }
  @media (max-width: 1199px) {
    /* line 728, sass/page/_home-style2.scss */
    .contact-section-s2 .contact-info > h2 {
      font-size: 30px;
      font-size: 2rem; } }
  @media (max-width: 991px) {
    /* line 728, sass/page/_home-style2.scss */
    .contact-section-s2 .contact-info > h2 {
      font-size: 25px;
      font-size: 1.66667rem; } }
  @media (max-width: 767px) {
    /* line 728, sass/page/_home-style2.scss */
    .contact-section-s2 .contact-info > h2 {
      font-size: 22px;
      font-size: 1.46667rem; } }

@media screen and (min-width: 1200px) {
  /* line 750, sass/page/_home-style2.scss */
  .contact-section-s2 .contact-info {
    padding-right: 55px; } }

@media (max-width: 991px) {
  /* line 750, sass/page/_home-style2.scss */
  .contact-section-s2 .contact-info {
    margin-bottom: 60px;
    margin-top: 0; } }

/* line 761, sass/page/_home-style2.scss */
.contact-section-s2 .contact-info > div + div {
  margin-top: 50px; }
  @media (max-width: 991px) {
    /* line 761, sass/page/_home-style2.scss */
    .contact-section-s2 .contact-info > div + div {
      margin-top: 30px; } }

/*--------------------------------------------------------------
	#home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	features-section
--------------------------------------------------------------*/
/* line 7, sass/page/_home-style3.scss */
.features-section-s2 {
  background-color: #f1f1f1;
  padding-bottom: 110px;
  /*** features-grids ***/ }
  @media (max-width: 991px) {
    /* line 7, sass/page/_home-style3.scss */
    .features-section-s2 {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    /* line 7, sass/page/_home-style3.scss */
    .features-section-s2 {
      padding-bottom: 40px; } }
  /* line 21, sass/page/_home-style3.scss */
  .features-section-s2 .features-grids {
    overflow: hidden;
    margin: 0 -15px;
    padding-top: 10px; }
    /* line 26, sass/page/_home-style3.scss */
    .features-section-s2 .features-grids .grid {
      width: 25%;
      float: left;
      padding: 0 15px 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; }
      @media (max-width: 991px) {
        /* line 26, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids .grid {
          width: 50%;
          margin-bottom: 40px; } }
      @media (max-width: 550px) {
        /* line 26, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids .grid {
          width: 100%;
          float: none;
          text-align: center; } }
    @media (max-width: 550px) {
      /* line 44, sass/page/_home-style3.scss */
      .features-section-s2 .features-grids > .grid + .grid {
        margin-top: 40px; } }
    /* line 50, sass/page/_home-style3.scss */
    .features-section-s2 .features-grids .icon {
      background-color: #fff;
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      margin-bottom: 30px;
      border-radius: 50%;
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1); }
      @media (max-width: 1199px) {
        /* line 50, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids .icon {
          width: 80px;
          height: 80px;
          line-height: 80px; } }
      @media (max-width: 767px) {
        /* line 50, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids .icon {
          width: 60px;
          height: 60px;
          line-height: 60px;
          margin-bottom: 20px; } }
      @media (max-width: 550px) {
        /* line 50, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids .icon {
          margin-left: auto;
          margin-right: auto; } }
    /* line 79, sass/page/_home-style3.scss */
    .features-section-s2 .features-grids .fi:before {
      font-size: 50px;
      color: #D2604C;
      -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) {
        /* line 79, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids .fi:before {
          font-size: 40px; } }
      @media (max-width: 767px) {
        /* line 79, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids .fi:before {
          font-size: 30px; } }
    /* line 93, sass/page/_home-style3.scss */
    .features-section-s2 .features-grids h3 {
      font-size: 22px;
      font-size: 1.46667rem;
      font-weight: 600;
      color: #41516a;
      margin: 0 0 0.77em; }
      @media (max-width: 1199px) {
        /* line 93, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids h3 {
          font-size: 20px;
          font-size: 1.33333rem; } }
      @media (max-width: 991px) {
        /* line 93, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids h3 {
          font-size: 18px;
          font-size: 1.2rem; } }
      @media (max-width: 767px) {
        /* line 93, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids h3 {
          font-size: 16px;
          font-size: 1.06667rem; } }
    /* line 116, sass/page/_home-style3.scss */
    .features-section-s2 .features-grids p {
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1.67em;
      margin: 0;
      color: #90949a; }
      @media (max-width: 1199px) {
        /* line 116, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids p {
          font-size: 16px;
          font-size: 1.06667rem; } }
      @media (max-width: 767px) {
        /* line 116, sass/page/_home-style3.scss */
        .features-section-s2 .features-grids p {
          font-size: 15px;
          font-size: 1rem; } }
    /* line 135, sass/page/_home-style3.scss */
    .features-section-s2 .features-grids .grid:hover .icon {
      background-color: #D2604C; }
      /* line 138, sass/page/_home-style3.scss */
      .features-section-s2 .features-grids .grid:hover .icon .fi:before {
        color: #fff; }

/*--------------------------------------------------------------
#3.2	about-section-s4
--------------------------------------------------------------*/
/* line 152, sass/page/_home-style3.scss */
.about-section-s4 .left-grid {
  background: url("../images/about-section-s4-img.jpg") center center/cover no-repeat local;
  width: 50%; }
  @media (max-width: 767px) {
    /* line 152, sass/page/_home-style3.scss */
    .about-section-s4 .left-grid {
      width: 100%; } }

/* line 161, sass/page/_home-style3.scss */
.about-section-s4 .right-grid {
  width: 50%; }
  @media (max-width: 767px) {
    /* line 161, sass/page/_home-style3.scss */
    .about-section-s4 .right-grid {
      width: 100%; } }

/* line 169, sass/page/_home-style3.scss */
.about-section-s4 .right-grid .details p {
  margin-bottom: 0; }

/* line 173, sass/page/_home-style3.scss */
.about-section-s4 .video-holder {
  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%); }
  /* line 179, sass/page/_home-style3.scss */
  .about-section-s4 .video-holder a {
    background: #D2604C;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1199px) {
      /* line 179, sass/page/_home-style3.scss */
      .about-section-s4 .video-holder a {
        width: 80px;
        height: 80px;
        line-height: 80px; } }
    @media (max-width: 767px) {
      /* line 179, sass/page/_home-style3.scss */
      .about-section-s4 .video-holder a {
        width: 70px;
        height: 70px;
        line-height: 75px; } }
  /* line 205, sass/page/_home-style3.scss */
  .about-section-s4 .video-holder a i {
    background-color: transparent;
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0;
    font-size: 24px;
    font-size: 1.6rem;
    box-shadow: none; }
  /* line 216, sass/page/_home-style3.scss */
  .about-section-s4 .video-holder a:before {
    content: "";
    background: #D2604C;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    -webkit-animation: video-icon-animation 1.4s linear infinite;
    animation: video-icon-animation 1.4s linear infinite; }
    @media (max-width: 1199px) {
      /* line 216, sass/page/_home-style3.scss */
      .about-section-s4 .video-holder a:before {
        width: 60px;
        height: 60px; } }
    @media (max-width: 767px) {
      /* line 216, sass/page/_home-style3.scss */
      .about-section-s4 .video-holder a:before {
        width: 50px;
        height: 50px; } }
  /* line 240, sass/page/_home-style3.scss */
  .about-section-s4 .video-holder a:after {
    content: "";
    background: #D2604C;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: -1;
    -webkit-animation: video-icon-animation 1.4s 0.7s linear infinite;
    animation: video-icon-animation 1.4s 0.7s linear infinite; }
    @media (max-width: 1199px) {
      /* line 240, sass/page/_home-style3.scss */
      .about-section-s4 .video-holder a:after {
        width: 70px;
        height: 70px; } }
    @media (max-width: 767px) {
      /* line 240, sass/page/_home-style3.scss */
      .about-section-s4 .video-holder a:after {
        width: 60px;
        height: 60px; } }

@-webkit-keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0; } }

@keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0; } }

/*--------------------------------------------------------------
#3.3	screenshot-section
--------------------------------------------------------------*/
/* line 296, sass/page/_home-style3.scss */
.screenshot-section {
  background-color: #f6f6f6;
  padding-bottom: 200px; }
  @media (max-width: 991px) {
    /* line 296, sass/page/_home-style3.scss */
    .screenshot-section {
      padding-bottom: 170px; } }
  @media (max-width: 767px) {
    /* line 296, sass/page/_home-style3.scss */
    .screenshot-section {
      padding-bottom: 120px; } }
  /* line 308, sass/page/_home-style3.scss */
  .screenshot-section .screenshot-slider-outer {
    width: 265px;
    height: 490px;
    margin: 65px auto 0;
    position: relative; }
    @media (max-width: 767px) {
      /* line 308, sass/page/_home-style3.scss */
      .screenshot-section .screenshot-slider-outer {
        margin-top: 0; } }
    @media (max-width: 767px) {
      /* line 318, sass/page/_home-style3.scss */
      .screenshot-section .screenshot-slider-outer .mockup {
        display: none; } }
    /* line 324, sass/page/_home-style3.scss */
    .screenshot-section .screenshot-slider-outer .mockup .top {
      background: url("../images/screenshot-slider/iphone-top-part.png") center center/cover no-repeat local;
      width: 317px;
      height: 76px;
      position: absolute;
      left: 50%;
      top: -76px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    /* line 334, sass/page/_home-style3.scss */
    .screenshot-section .screenshot-slider-outer .mockup .left {
      background: url("../images/screenshot-slider/iphone-left-part.png") center center/cover no-repeat local;
      width: 19px;
      height: 570px;
      position: absolute;
      left: -25px;
      bottom: -71px;
      z-index: 20; }
    /* line 344, sass/page/_home-style3.scss */
    .screenshot-section .screenshot-slider-outer .mockup .right {
      background: url("../images/screenshot-slider/iphone-right-part.png") center center/cover no-repeat local;
      width: 18px;
      height: 570px;
      position: absolute;
      right: -27px;
      bottom: -71px;
      z-index: 20; }
    /* line 354, sass/page/_home-style3.scss */
    .screenshot-section .screenshot-slider-outer .mockup .bottom {
      background: url("../images/screenshot-slider/iphone-bottom-part.png") center center/cover no-repeat local;
      width: 280px;
      height: 76px;
      position: absolute;
      left: -6px;
      bottom: -78px;
      z-index: 20; }
  /* line 365, sass/page/_home-style3.scss */
  .screenshot-section .screenshot-slider img {
    width: auto; }
  /* line 369, sass/page/_home-style3.scss */
  .screenshot-section .owl-carousel .owl-stage-outer {
    overflow: visible !important; }
    @media (max-width: 767px) {
      /* line 369, sass/page/_home-style3.scss */
      .screenshot-section .owl-carousel .owl-stage-outer {
        overflow: hidden !important; } }
  /* line 377, sass/page/_home-style3.scss */
  .screenshot-section .owl-stage-outer .owl-item img {
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.1); }
  /* line 381, sass/page/_home-style3.scss */
  .screenshot-section .owl-stage-outer .active img {
    box-shadow: none; }
  /* line 385, sass/page/_home-style3.scss */
  .screenshot-section .owl-stage-outer .active img {
    opacity: 1; }
  /* line 389, sass/page/_home-style3.scss */
  .screenshot-section .owl-controls .owl-nav .owl-prev,
  .screenshot-section .owl-controls .owl-nav .owl-next {
    background-color: rgba(210, 96, 76, 0.8);
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    /* line 395, sass/page/_home-style3.scss */
    .screenshot-section .owl-controls .owl-nav .owl-prev:hover,
    .screenshot-section .owl-controls .owl-nav .owl-next:hover {
      background-color: #D2604C; }

/*--------------------------------------------------------------
#3.4	cta-section
--------------------------------------------------------------*/
/* line 405, sass/page/_home-style3.scss */
.cat-section {
  padding: 120px 0;
  position: relative; }
  @media (max-width: 991px) {
    /* line 405, sass/page/_home-style3.scss */
    .cat-section {
      padding: 90px 0; } }
  @media (max-width: 767px) {
    /* line 405, sass/page/_home-style3.scss */
    .cat-section {
      padding: 70px 0; } }
  /* line 417, sass/page/_home-style3.scss */
  .cat-section:after {
    content: "";
    background: url("../images/cta-bg.png") center center/cover no-repeat local;
    width: 100%;
    height: 870px;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 991px) {
      /* line 417, sass/page/_home-style3.scss */
      .cat-section:after {
        display: none; } }
  /* line 431, sass/page/_home-style3.scss */
  .cat-section .container {
    position: relative;
    z-index: 10; }
  /* line 436, sass/page/_home-style3.scss */
  .cat-section .first-row {
    margin-bottom: 150px; }
    @media (max-width: 1199px) {
      /* line 436, sass/page/_home-style3.scss */
      .cat-section .first-row {
        margin-bottom: 250px; } }
    @media (max-width: 991px) {
      /* line 436, sass/page/_home-style3.scss */
      .cat-section .first-row {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      /* line 436, sass/page/_home-style3.scss */
      .cat-section .first-row {
        margin-bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    /* line 452, sass/page/_home-style3.scss */
    .cat-section .first-row .cta-text {
      padding-left: 70px; } }
  /* line 458, sass/page/_home-style3.scss */
  .cat-section .second-row .cta-text {
    margin-top: 180px; }
    @media screen and (min-width: 1200px) {
      /* line 458, sass/page/_home-style3.scss */
      .cat-section .second-row .cta-text {
        padding-right: 70px; } }
    @media (max-width: 1199px) {
      /* line 458, sass/page/_home-style3.scss */
      .cat-section .second-row .cta-text {
        margin-top: 50px; } }
    @media (max-width: 991px) {
      /* line 458, sass/page/_home-style3.scss */
      .cat-section .second-row .cta-text {
        margin-top: 0; } }
  /* line 474, sass/page/_home-style3.scss */
  .cat-section .cta-text {
    margin-top: 110px; }
    @media (max-width: 1199px) {
      /* line 474, sass/page/_home-style3.scss */
      .cat-section .cta-text {
        margin-top: 80px; } }
    @media (max-width: 991px) {
      /* line 474, sass/page/_home-style3.scss */
      .cat-section .cta-text {
        margin-top: 0; } }
  /* line 486, sass/page/_home-style3.scss */
  .cat-section .cta-text > span {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #D2604C; }
    @media (max-width: 991px) {
      /* line 486, sass/page/_home-style3.scss */
      .cat-section .cta-text > span {
        font-size: 16px;
        font-size: 1.06667rem; } }
    @media (max-width: 767px) {
      /* line 486, sass/page/_home-style3.scss */
      .cat-section .cta-text > span {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 503, sass/page/_home-style3.scss */
  .cat-section .cta-text h3 {
    font-size: 30px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3em;
    color: #41516a;
    margin: 0.17em 0 0.63em; }
    @media (max-width: 991px) {
      /* line 503, sass/page/_home-style3.scss */
      .cat-section .cta-text h3 {
        font-size: 25px;
        font-size: 1.66667rem; } }
    @media (max-width: 767px) {
      /* line 503, sass/page/_home-style3.scss */
      .cat-section .cta-text h3 {
        font-size: 20px;
        font-size: 1.33333rem; } }
  /* line 522, sass/page/_home-style3.scss */
  .cat-section .cta-text p {
    margin: 0; }
  @media screen and (min-width: 992px) {
    /* line 526, sass/page/_home-style3.scss */
    .cat-section .second-row .cta-text > span,
    .cat-section .second-row .cta-text h3,
    .cat-section .second-row .cta-text p {
      color: #fff; } }
  @media (max-width: 991px) {
    /* line 535, sass/page/_home-style3.scss */
    .cat-section .img-holder {
      display: none; } }

/*--------------------------------------------------------------
#3.5	testimonials-section-s3
--------------------------------------------------------------*/
/* line 545, sass/page/_home-style3.scss */
.testimonials-section-s3 {
  background-color: #f6f6f6;
  /*** owl controls ***/ }
  /* line 548, sass/page/_home-style3.scss */
  .testimonials-section-s3 .testimonial-grids {
    margin: -10px; }
  /* line 552, sass/page/_home-style3.scss */
  .testimonials-section-s3 .testimonial-grids .grid {
    background-color: #fff;
    padding: 38px;
    margin: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    position: relative; }
    @media (max-width: 767px) {
      /* line 552, sass/page/_home-style3.scss */
      .testimonials-section-s3 .testimonial-grids .grid {
        padding: 25px; } }
  /* line 564, sass/page/_home-style3.scss */
  .testimonials-section-s3 .grid .icon {
    position: absolute;
    right: 28px;
    top: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    /* line 571, sass/page/_home-style3.scss */
    .testimonials-section-s3 .grid .icon .fi:before {
      font-size: 35px;
      font-size: 2.33333rem;
      color: #bdc2cb; }
      @media (max-width: 991px) {
        /* line 571, sass/page/_home-style3.scss */
        .testimonials-section-s3 .grid .icon .fi:before {
          font-size: 30px;
          font-size: 2rem; } }
    @media (max-width: 767px) {
      /* line 564, sass/page/_home-style3.scss */
      .testimonials-section-s3 .grid .icon {
        display: none; } }
  /* line 587, sass/page/_home-style3.scss */
  .testimonials-section-s3 .client-info {
    min-height: 60px;
    padding-left: 75px;
    margin-bottom: 25px;
    position: relative; }
    @media (max-width: 767px) {
      /* line 587, sass/page/_home-style3.scss */
      .testimonials-section-s3 .client-info {
        margin-bottom: 15px; } }
    /* line 597, sass/page/_home-style3.scss */
    .testimonials-section-s3 .client-info .img-holder {
      position: absolute;
      left: 0;
      top: 0; }
    /* line 603, sass/page/_home-style3.scss */
    .testimonials-section-s3 .client-info h4 {
      font-size: 20px;
      font-size: 1.33333rem;
      font-weight: 600;
      color: #41516a;
      padding-top: 10px;
      margin: 0 0 3px; }
      @media (max-width: 991px) {
        /* line 603, sass/page/_home-style3.scss */
        .testimonials-section-s3 .client-info h4 {
          font-size: 18px;
          font-size: 1.2rem; } }
      @media (max-width: 767px) {
        /* line 603, sass/page/_home-style3.scss */
        .testimonials-section-s3 .client-info h4 {
          font-size: 17px;
          font-size: 1.13333rem; } }
    /* line 622, sass/page/_home-style3.scss */
    .testimonials-section-s3 .client-info > span {
      font-size: 16px;
      font-size: 1.06667rem;
      color: #D2604C; }
      @media (max-width: 991px) {
        /* line 622, sass/page/_home-style3.scss */
        .testimonials-section-s3 .client-info > span {
          font-size: 14px;
          font-size: 0.93333rem; } }
  /* line 634, sass/page/_home-style3.scss */
  .testimonials-section-s3 .client-info img {
    width: auto;
    border-radius: 50%; }
  /* line 639, sass/page/_home-style3.scss */
  .testimonials-section-s3 .grid .details p {
    margin-bottom: 1.5em; }
  /* line 643, sass/page/_home-style3.scss */
  .testimonials-section-s3 .rating i {
    font-size: 15px;
    color: #f9be0a; }
  @media screen and (min-width: 1200px) {
    /* line 650, sass/page/_home-style3.scss */
    .testimonials-section-s3 .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%); }
    /* line 659, sass/page/_home-style3.scss */
    .testimonials-section-s3 .owl-controls .owl-nav .owl-prev,
    .testimonials-section-s3 .owl-controls .owl-nav .owl-next {
      background: transparent;
      position: absolute;
      top: 0;
      font-size: 20px;
      font-size: 1.33333rem;
      color: #41516a;
      padding: 0;
      margin: 0; }
      /* line 670, sass/page/_home-style3.scss */
      .testimonials-section-s3 .owl-controls .owl-nav .owl-prev:hover,
      .testimonials-section-s3 .owl-controls .owl-nav .owl-next:hover {
        background: transparent;
        color: #D2604C; }
    /* line 676, sass/page/_home-style3.scss */
    .testimonials-section-s3 .owl-nav .owl-prev {
      left: -100px; }
    /* line 680, sass/page/_home-style3.scss */
    .testimonials-section-s3 .owl-nav .owl-next {
      right: -100px; } }
  @media (max-width: 1199px) {
    /* line 685, sass/page/_home-style3.scss */
    .testimonials-section-s3 .owl-controls .owl-nav .owl-prev,
    .testimonials-section-s3 .owl-controls .owl-nav .owl-next {
      border-radius: 0; }
      /* line 690, sass/page/_home-style3.scss */
      .testimonials-section-s3 .owl-controls .owl-nav .owl-prev:hover,
      .testimonials-section-s3 .owl-controls .owl-nav .owl-next:hover {
        background: #D2604C;
        color: #fff; } }

/*--------------------------------------------------------------
#3.6	cta-s2-section
--------------------------------------------------------------*/
/* line 702, sass/page/_home-style3.scss */
.cta-s2-section {
  background: url("../images/cta-s2-bg.jpg") center center/cover no-repeat local;
  position: relative;
  padding: 118px 0 115px; }
  /* line 708, sass/page/_home-style3.scss */
  .cta-s2-section h2 {
    font-size: 48px;
    font-size: 3.2rem;
    color: #41516a;
    line-height: 1.25em;
    margin: -8px 0 0.38em; }
    /* line 715, sass/page/_home-style3.scss */
    .cta-s2-section h2 span {
      color: #D2604C; }
    @media (max-width: 1199px) {
      /* line 708, sass/page/_home-style3.scss */
      .cta-s2-section h2 {
        font-size: 40px;
        font-size: 2.66667rem; } }
    @media (max-width: 991px) {
      /* line 708, sass/page/_home-style3.scss */
      .cta-s2-section h2 {
        font-size: 30px;
        font-size: 2rem; } }
    @media (max-width: 767px) {
      /* line 708, sass/page/_home-style3.scss */
      .cta-s2-section h2 {
        font-size: 25px;
        font-size: 1.66667rem; } }
  /* line 735, sass/page/_home-style3.scss */
  .cta-s2-section p {
    font-family: "Poppins", sans-serif;
    color: #858b95;
    margin: 0; }
  /* line 741, sass/page/_home-style3.scss */
  .cta-s2-section .download {
    margin-top: 35px; }
    @media (max-width: 1199px) {
      /* line 745, sass/page/_home-style3.scss */
      .cta-s2-section .download img {
        max-width: 150px; } }
    @media (max-width: 767px) {
      /* line 751, sass/page/_home-style3.scss */
      .cta-s2-section .download img {
        max-width: 100px; } }
    @media (max-width: 767px) {
      /* line 741, sass/page/_home-style3.scss */
      .cta-s2-section .download {
        margin-top: 20px; } }
  /* line 762, sass/page/_home-style3.scss */
  .cta-s2-section .download a:first-child {
    margin-right: 15px; }
    @media (max-width: 767px) {
      /* line 762, sass/page/_home-style3.scss */
      .cta-s2-section .download a:first-child {
        margin-right: 0; } }

/*--------------------------------------------------------------
	#home style 4
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	about-section-s5
--------------------------------------------------------------*/
/* line 7, sass/page/_home-style4.scss */
.about-section-s5 {
  padding-bottom: 110px;
  /*** skills progress bar ***/
  /*** features-grids ***/ }
  @media (max-width: 991px) {
    /* line 7, sass/page/_home-style4.scss */
    .about-section-s5 {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    /* line 7, sass/page/_home-style4.scss */
    .about-section-s5 {
      padding-bottom: 40px; } }
  /* line 20, sass/page/_home-style4.scss */
  .about-section-s5 p {
    font-size: 18px;
    font-size: 1.2rem;
    color: #858b95;
    margin-bottom: 2.5em; }
    @media (max-width: 1199px) {
      /* line 20, sass/page/_home-style4.scss */
      .about-section-s5 p {
        font-size: 16px;
        font-size: 1.06667rem; } }
    @media (max-width: 991px) {
      /* line 20, sass/page/_home-style4.scss */
      .about-section-s5 p {
        font-size: 15px;
        font-size: 1rem;
        margin-bottom: 2em; } }
  @media screen and (min-width: 992px) {
    /* line 39, sass/page/_home-style4.scss */
    .about-section-s5 .skills {
      padding-left: 60px; } }
  @media screen and (min-width: 1200px) {
    /* line 39, sass/page/_home-style4.scss */
    .about-section-s5 .skills {
      padding-left: 100px; } }
  @media (max-width: 991px) {
    /* line 39, sass/page/_home-style4.scss */
    .about-section-s5 .skills {
      margin-top: 60px; } }
  /* line 53, sass/page/_home-style4.scss */
  .about-section-s5 .skills .skill {
    margin-bottom: 30px; }
    /* line 56, sass/page/_home-style4.scss */
    .about-section-s5 .skills .skill:last-child {
      margin-bottom: 0; }
      /* line 59, sass/page/_home-style4.scss */
      .about-section-s5 .skills .skill:last-child .progress {
        margin-bottom: 0; }
  /* line 65, sass/page/_home-style4.scss */
  .about-section-s5 .skills h6 {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 0.6em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      /* line 65, sass/page/_home-style4.scss */
      .about-section-s5 .skills h6 {
        font-size: 13px;
        font-size: 0.86667rem; } }
  /* line 79, sass/page/_home-style4.scss */
  .about-section-s5 .skills .progress {
    background-color: #e9edf2;
    height: 10px;
    box-shadow: none;
    overflow: visible;
    box-shadow: none;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
    /* line 89, sass/page/_home-style4.scss */
    .about-section-s5 .skills .progress > span {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-size: 0.93333rem;
      font-weight: 600;
      color: #41516a;
      padding: 2px 6px;
      text-align: center;
      position: absolute;
      right: 20px;
      top: -32px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      @media (max-width: 991px) {
        /* line 89, sass/page/_home-style4.scss */
        .about-section-s5 .skills .progress > span {
          padding: 0 6px; } }
  /* line 108, sass/page/_home-style4.scss */
  .about-section-s5 .skills .progress-bar {
    background: #D2604C;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
  /* line 116, sass/page/_home-style4.scss */
  .about-section-s5 .features-grids {
    overflow: hidden;
    margin: 0 -15px;
    padding-top: 70px; }
    /* line 121, sass/page/_home-style4.scss */
    .about-section-s5 .features-grids .grid {
      width: 50%;
      float: left;
      padding: 0 15px 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; }
      @media (max-width: 991px) {
        /* line 121, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids .grid {
          width: 50%;
          margin-bottom: 40px; } }
      @media (max-width: 550px) {
        /* line 121, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids .grid {
          width: 100%;
          float: none;
          text-align: center; } }
      /* line 137, sass/page/_home-style4.scss */
      .about-section-s5 .features-grids .grid .details {
        min-height: 150px; }
        @media (max-width: 550px) {
          /* line 137, sass/page/_home-style4.scss */
          .about-section-s5 .features-grids .grid .details {
            min-height: 50px; } }
    @media (max-width: 550px) {
      /* line 145, sass/page/_home-style4.scss */
      .about-section-s5 .features-grids > .grid + .grid {
        margin-top: 40px; } }
    /* line 151, sass/page/_home-style4.scss */
    .about-section-s5 .features-grids .icon {
      background-color: #fff;
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      margin-bottom: 30px;
      border-radius: 50%;
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1); }
      @media (max-width: 1199px) {
        /* line 151, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids .icon {
          width: 80px;
          height: 80px;
          line-height: 80px; } }
      @media (max-width: 767px) {
        /* line 151, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids .icon {
          width: 60px;
          height: 60px;
          line-height: 60px;
          margin-bottom: 20px; } }
      @media (max-width: 550px) {
        /* line 151, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids .icon {
          margin-left: auto;
          margin-right: auto; } }
    /* line 180, sass/page/_home-style4.scss */
    .about-section-s5 .features-grids .fi:before {
      font-size: 50px;
      color: #D2604C;
      -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) {
        /* line 180, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids .fi:before {
          font-size: 40px; } }
      @media (max-width: 767px) {
        /* line 180, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids .fi:before {
          font-size: 30px; } }
    /* line 194, sass/page/_home-style4.scss */
    .about-section-s5 .features-grids h3 {
      font-size: 22px;
      font-size: 1.46667rem;
      font-weight: 600;
      color: #41516a;
      margin: 0 0 0.77em; }
      @media (max-width: 1199px) {
        /* line 194, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids h3 {
          font-size: 20px;
          font-size: 1.33333rem; } }
      @media (max-width: 991px) {
        /* line 194, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids h3 {
          font-size: 18px;
          font-size: 1.2rem; } }
      @media (max-width: 767px) {
        /* line 194, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids h3 {
          font-size: 16px;
          font-size: 1.06667rem; } }
    /* line 217, sass/page/_home-style4.scss */
    .about-section-s5 .features-grids p {
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1em;
      margin: 0;
      color: #90949a; }
      @media (max-width: 1199px) {
        /* line 217, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids p {
          font-size: 16px;
          font-size: 1.06667rem; } }
      @media (max-width: 767px) {
        /* line 217, sass/page/_home-style4.scss */
        .about-section-s5 .features-grids p {
          font-size: 15px;
          font-size: 1rem; } }
    /* line 236, sass/page/_home-style4.scss */
    .about-section-s5 .features-grids .grid:hover .icon {
      background-color: #D2604C; }
      /* line 239, sass/page/_home-style4.scss */
      .about-section-s5 .features-grids .grid:hover .icon .fi:before {
        color: #fff; }

/*--------------------------------------------------------------
#4.2	experience-section
--------------------------------------------------------------*/
/* line 250, sass/page/_home-style4.scss */
.experience-section {
  background: url("../images/experience-bg.jpg") center center/cover no-repeat local;
  position: relative; }
  /* line 255, sass/page/_home-style4.scss */
  .experience-section:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  /* line 260, sass/page/_home-style4.scss */
  .experience-section .experience-grids {
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      /* line 260, sass/page/_home-style4.scss */
      .experience-section .experience-grids {
        padding: 60px 0; } }
    @media (max-width: 767px) {
      /* line 260, sass/page/_home-style4.scss */
      .experience-section .experience-grids {
        max-width: 300px;
        margin: 0 auto;
        padding: 30px 0; } }
    /* line 276, sass/page/_home-style4.scss */
    .experience-section .experience-grids:before {
      content: "";
      background-color: #41516a;
      width: 3px;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 767px) {
        /* line 276, sass/page/_home-style4.scss */
        .experience-section .experience-grids:before {
          width: 2px;
          left: 15px;
          -webkit-transform: none;
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          transform: none; } }
    /* line 297, sass/page/_home-style4.scss */
    .experience-section .experience-grids > .grid + .grid {
      margin-top: 90px; }
      @media (max-width: 991px) {
        /* line 297, sass/page/_home-style4.scss */
        .experience-section .experience-grids > .grid + .grid {
          margin-top: 50px; } }
  /* line 306, sass/page/_home-style4.scss */
  .experience-section .grid {
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      /* line 306, sass/page/_home-style4.scss */
      .experience-section .grid {
        padding-left: 40px; } }
    /* line 314, sass/page/_home-style4.scss */
    .experience-section .grid:before {
      content: "";
      background-color: #D2604C;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0; }
      @media (max-width: 767px) {
        /* line 314, sass/page/_home-style4.scss */
        .experience-section .grid:before {
          width: 13px;
          height: 13px;
          left: 9px;
          -webkit-transform: none;
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          transform: none; } }
    @media screen and (min-width: 768px) {
      /* line 338, sass/page/_home-style4.scss */
      .experience-section .grid .jobtitle {
        width: 50%;
        float: left;
        text-align: right;
        padding-right: 40px; }
      /* line 345, sass/page/_home-style4.scss */
      .experience-section .grid .job-duration {
        width: 50%;
        float: right;
        padding-left: 40px; } }
  @media screen and (min-width: 768px) {
    /* line 355, sass/page/_home-style4.scss */
    .experience-section .grid-s2 .jobtitle {
      float: right;
      text-align: left;
      padding-left: 40px; }
    /* line 361, sass/page/_home-style4.scss */
    .experience-section .grid-s2 .job-duration {
      width: 50%;
      float: left;
      text-align: right;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    /* line 370, sass/page/_home-style4.scss */
    .experience-section .grid-s2 .jobtitle h4 {
      margin-top: 7px; } }
  /* line 376, sass/page/_home-style4.scss */
  .experience-section .jobtitle h4 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 0.39em; }
    @media (max-width: 991px) {
      /* line 376, sass/page/_home-style4.scss */
      .experience-section .jobtitle h4 {
        font-size: 16px;
        font-size: 1.06667rem; } }
  /* line 389, sass/page/_home-style4.scss */
  .experience-section .jobtitle > span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #858b95;
    display: block; }
    @media (max-width: 767px) {
      /* line 389, sass/page/_home-style4.scss */
      .experience-section .jobtitle > span {
        font-size: 13px;
        font-size: 0.86667rem;
        font-weight: 500;
        margin-bottom: 5px; } }
  /* line 405, sass/page/_home-style4.scss */
  .experience-section .job-duration h4 {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #858b95;
    margin: 0; }
    @media (max-width: 991px) {
      /* line 405, sass/page/_home-style4.scss */
      .experience-section .job-duration h4 {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 418, sass/page/_home-style4.scss */
  .experience-section .pencil-box {
    position: absolute;
    left: 8%;
    bottom: -70px; }
    @media (max-width: 1199px) {
      /* line 418, sass/page/_home-style4.scss */
      .experience-section .pencil-box {
        left: 2%; } }
    @media (max-width: 991px) {
      /* line 418, sass/page/_home-style4.scss */
      .experience-section .pencil-box {
        display: none; } }

/*--------------------------------------------------------------
#4.3	education-section
--------------------------------------------------------------*/
/* line 437, sass/page/_home-style4.scss */
.education-section {
  padding-bottom: 45px; }
  @media (max-width: 991px) {
    /* line 437, sass/page/_home-style4.scss */
    .education-section {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    /* line 437, sass/page/_home-style4.scss */
    .education-section {
      padding-bottom: 30px; } }
  /* line 449, sass/page/_home-style4.scss */
  .education-section .education-grids > .col {
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      /* line 449, sass/page/_home-style4.scss */
      .education-section .education-grids > .col {
        margin-bottom: 50px; } }
  /* line 457, sass/page/_home-style4.scss */
  .education-section .title {
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative; }
    @media (max-width: 991px) {
      /* line 457, sass/page/_home-style4.scss */
      .education-section .title {
        margin-bottom: 15px; } }
    /* line 466, sass/page/_home-style4.scss */
    .education-section .title:after {
      content: "";
      background-color: #D2604C;
      width: 30px;
      height: 4px;
      border-radius: 5px;
      position: absolute;
      left: 0;
      bottom: 0; }
  /* line 478, sass/page/_home-style4.scss */
  .education-section .title h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 600;
    color: #41516a;
    line-height: 1.3em;
    margin: 0 0 0.4em; }
    @media (max-width: 991px) {
      /* line 478, sass/page/_home-style4.scss */
      .education-section .title h3 {
        font-size: 18px;
        font-size: 1.2rem; } }
    /* line 491, sass/page/_home-style4.scss */
    .education-section .title h3 span {
      font-weight: normal;
      color: #858b95; }
  /* line 497, sass/page/_home-style4.scss */
  .education-section .title > span {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #abafb6;
    display: block; }
    @media (max-width: 991px) {
      /* line 497, sass/page/_home-style4.scss */
      .education-section .title > span {
        font-size: 15px;
        font-size: 1rem; } }
  /* line 512, sass/page/_home-style4.scss */
  .education-section .education-grid .details p {
    margin: 0; }

/*--------------------------------------------------------------
#4.4	testimonials-section-s4
--------------------------------------------------------------*/
/* line 521, sass/page/_home-style4.scss */
.testimonials-section-s4 {
  background-color: #41516a;
  position: relative;
  /*** owl controls ***/ }
  /* line 525, sass/page/_home-style4.scss */
  .testimonials-section-s4 .testimonial-grids {
    margin: -10px; }
  /* line 529, sass/page/_home-style4.scss */
  .testimonials-section-s4 .testimonial-grids .grid {
    margin: 10px;
    position: relative; }
  /* line 534, sass/page/_home-style4.scss */
  .testimonials-section-s4 .client-quote {
    background-color: #384760;
    padding: 50px 40px 100px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      /* line 534, sass/page/_home-style4.scss */
      .testimonials-section-s4 .client-quote {
        padding: 40px 40px 100px; } }
    @media (max-width: 767px) {
      /* line 534, sass/page/_home-style4.scss */
      .testimonials-section-s4 .client-quote {
        padding: 35px 20px; } }
  /* line 549, sass/page/_home-style4.scss */
  .testimonials-section-s4 .client-quote p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      /* line 549, sass/page/_home-style4.scss */
      .testimonials-section-s4 .client-quote p {
        font-size: 20px;
        font-size: 1.33333rem; } }
    @media (max-width: 767px) {
      /* line 549, sass/page/_home-style4.scss */
      .testimonials-section-s4 .client-quote p {
        font-size: 16px;
        font-size: 1.06667rem; } }
  /* line 568, sass/page/_home-style4.scss */
  .testimonials-section-s4 .grid .icon {
    position: absolute;
    right: 33px;
    bottom: 48px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    /* line 575, sass/page/_home-style4.scss */
    .testimonials-section-s4 .grid .icon .fi:before {
      font-size: 35px;
      font-size: 2.33333rem;
      color: #7d8797; }
      @media (max-width: 991px) {
        /* line 575, sass/page/_home-style4.scss */
        .testimonials-section-s4 .grid .icon .fi:before {
          font-size: 30px;
          font-size: 2rem; } }
    @media (max-width: 767px) {
      /* line 568, sass/page/_home-style4.scss */
      .testimonials-section-s4 .grid .icon {
        display: none; } }
  /* line 591, sass/page/_home-style4.scss */
  .testimonials-section-s4 .client-info {
    min-height: 60px;
    padding-left: 75px;
    margin-top: 28px;
    position: relative; }
    /* line 597, sass/page/_home-style4.scss */
    .testimonials-section-s4 .client-info .img-holder {
      position: absolute;
      left: 0;
      top: 0; }
    /* line 603, sass/page/_home-style4.scss */
    .testimonials-section-s4 .client-info h4 {
      font-size: 20px;
      font-size: 1.33333rem;
      font-weight: 500;
      color: #fff;
      padding-top: 10px;
      margin: 0 0 3px; }
      @media (max-width: 991px) {
        /* line 603, sass/page/_home-style4.scss */
        .testimonials-section-s4 .client-info h4 {
          font-size: 18px;
          font-size: 1.2rem; } }
      @media (max-width: 767px) {
        /* line 603, sass/page/_home-style4.scss */
        .testimonials-section-s4 .client-info h4 {
          font-size: 17px;
          font-size: 1.13333rem; } }
    /* line 622, sass/page/_home-style4.scss */
    .testimonials-section-s4 .client-info > span {
      font-size: 16px;
      font-size: 1.06667rem;
      color: #858b95; }
      @media (max-width: 991px) {
        /* line 622, sass/page/_home-style4.scss */
        .testimonials-section-s4 .client-info > span {
          font-size: 14px;
          font-size: 0.93333rem; } }
  /* line 634, sass/page/_home-style4.scss */
  .testimonials-section-s4 .client-info img {
    width: auto;
    border-radius: 50%; }
  /* line 639, sass/page/_home-style4.scss */
  .testimonials-section-s4 .grid .details p {
    margin-bottom: 1.5em; }
  @media screen and (min-width: 1200px) {
    /* line 645, sass/page/_home-style4.scss */
    .testimonials-section-s4 .owl-controls {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 35%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    /* line 654, sass/page/_home-style4.scss */
    .testimonials-section-s4 .owl-controls .owl-nav .owl-prev,
    .testimonials-section-s4 .owl-controls .owl-nav .owl-next {
      background: transparent;
      width: 45px;
      height: 45px;
      line-height: 45px;
      position: absolute;
      top: 0;
      font-size: 20px;
      font-size: 1.33333rem;
      color: #fff;
      padding: 0;
      margin: 0;
      border: 2px solid #fff;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      /* line 671, sass/page/_home-style4.scss */
      .testimonials-section-s4 .owl-controls .owl-nav .owl-prev:hover,
      .testimonials-section-s4 .owl-controls .owl-nav .owl-next:hover {
        background: transparent;
        color: #fff;
        opacity: 0.5; }
    /* line 678, sass/page/_home-style4.scss */
    .testimonials-section-s4 .owl-nav .owl-prev {
      left: -100px; }
    /* line 682, sass/page/_home-style4.scss */
    .testimonials-section-s4 .owl-nav .owl-next {
      right: -100px; } }
  @media (max-width: 1199px) {
    /* line 687, sass/page/_home-style4.scss */
    .testimonials-section-s4 .owl-controls .owl-nav .owl-prev,
    .testimonials-section-s4 .owl-controls .owl-nav .owl-next {
      border-radius: 0; }
      /* line 692, sass/page/_home-style4.scss */
      .testimonials-section-s4 .owl-controls .owl-nav .owl-prev:hover,
      .testimonials-section-s4 .owl-controls .owl-nav .owl-next:hover {
        background: #D2604C;
        color: #fff; } }

/*--------------------------------------------------------------
#4.5	contact-section-s3
--------------------------------------------------------------*/
/* line 704, sass/page/_home-style4.scss */
.contact-section-s3 {
  padding-bottom: 105px; }
  @media (max-width: 991px) {
    /* line 704, sass/page/_home-style4.scss */
    .contact-section-s3 {
      padding-bottom: 75px; } }
  @media (max-width: 767px) {
    /* line 704, sass/page/_home-style4.scss */
    .contact-section-s3 {
      padding-bottom: 65px; } }
  /* line 716, sass/page/_home-style4.scss */
  .contact-section-s3 .inputs > div + div {
    margin-top: 40px; }
    @media (max-width: 991px) {
      /* line 716, sass/page/_home-style4.scss */
      .contact-section-s3 .inputs > div + div {
        margin-top: 30px; } }
  @media (max-width: 767px) {
    /* line 724, sass/page/_home-style4.scss */
    .contact-section-s3 .inputs > div:last-child {
      margin-bottom: 30px; } }
  /* line 730, sass/page/_home-style4.scss */
  .contact-section-s3 form label {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #41516a;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px; }
    @media (max-width: 991px) {
      /* line 730, sass/page/_home-style4.scss */
      .contact-section-s3 form label {
        font-size: 14px;
        font-size: 0.93333rem; } }
    /* line 745, sass/page/_home-style4.scss */
    .contact-section-s3 form label span {
      color: red; }
  /* line 751, sass/page/_home-style4.scss */
  .contact-section-s3 form input,
  .contact-section-s3 form textarea {
    background-color: #dbe0e9;
    height: 45px;
    padding: 6px 25px;
    border: 0;
    border-radius: 45px;
    box-shadow: none; }
    @media (max-width: 991px) {
      /* line 751, sass/page/_home-style4.scss */
      .contact-section-s3 form input,
      .contact-section-s3 form textarea {
        height: 40px;
        padding: 6px 20px;
        border-radius: 40px; } }
    @media (max-width: 767px) {
      /* line 751, sass/page/_home-style4.scss */
      .contact-section-s3 form input,
      .contact-section-s3 form textarea {
        height: 40px;
        border-radius: 40px; } }
  /* line 772, sass/page/_home-style4.scss */
  .contact-section-s3 form input:focus,
  .contact-section-s3 form textarea:focus {
    box-shadow: none; }
  /* line 777, sass/page/_home-style4.scss */
  .contact-section-s3 form textarea {
    height: 280px;
    border-radius: 10px;
    padding: 25px; }
    @media (max-width: 991px) {
      /* line 777, sass/page/_home-style4.scss */
      .contact-section-s3 form textarea {
        height: 230px;
        padding: 20px; } }
    @media (max-width: 767px) {
      /* line 777, sass/page/_home-style4.scss */
      .contact-section-s3 form textarea {
        height: 150px; } }
  /* line 792, sass/page/_home-style4.scss */
  .contact-section-s3 .submit-btn {
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 767px) {
      /* line 792, sass/page/_home-style4.scss */
      .contact-section-s3 .submit-btn {
        margin-top: 30px; } }
    /* line 800, sass/page/_home-style4.scss */
    .contact-section-s3 .submit-btn button {
      font-family: "Poppins", sans-serif;
      background-color: #D2604C;
      font-size: 16px;
      font-size: 1.06667rem;
      font-weight: bold;
      color: #fff;
      padding: 12px 50px;
      border: 0;
      outline: 0;
      border-radius: 50px;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        /* line 800, sass/page/_home-style4.scss */
        .contact-section-s3 .submit-btn button {
          font-size: 15px;
          font-size: 1rem;
          padding: 12px 40px; } }
      @media (max-width: 767px) {
        /* line 800, sass/page/_home-style4.scss */
        .contact-section-s3 .submit-btn button {
          font-size: 13px;
          font-size: 0.86667rem;
          padding: 10px 35px; } }
      /* line 826, sass/page/_home-style4.scss */
      .contact-section-s3 .submit-btn button:hover {
        color: #fff; }

/*--------------------------------------------------------------
	#blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	blog-main-content
--------------------------------------------------------------*/
/* line 9, sass/page/_blog.scss */
.blog-main-content .blog-grids > .grid + .grid {
  margin-top: 80px; }
  @media (max-width: 991px) {
    /* line 9, sass/page/_blog.scss */
    .blog-main-content .blog-grids > .grid + .grid {
      margin-top: 55px; } }

/* line 17, sass/page/_blog.scss */
.blog-main-content .grid .entry-body {
  padding: 0;
  border: 0;
  font-size: 16px;
  font-size: 1.06667rem; }
  @media (max-width: 767px) {
    /* line 17, sass/page/_blog.scss */
    .blog-main-content .grid .entry-body {
      font-size: 14px;
      font-size: 0.93333rem; } }

/* line 29, sass/page/_blog.scss */
.blog-main-content .entry-meta {
  list-style: none;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin-bottom: 10px; }
  /* line 36, sass/page/_blog.scss */
  .blog-main-content .entry-meta li {
    font-size: 16px;
    font-size: 1.06667rem;
    float: left; }
    @media (max-width: 991px) {
      /* line 36, sass/page/_blog.scss */
      .blog-main-content .entry-meta li {
        font-size: 15px;
        font-size: 1rem; } }
    @media (max-width: 767px) {
      /* line 36, sass/page/_blog.scss */
      .blog-main-content .entry-meta li {
        font-size: 14px;
        font-size: 0.93333rem; } }
  /* line 52, sass/page/_blog.scss */
  .blog-main-content .entry-meta > li + li {
    margin-left: 25px; }
    @media (max-width: 767px) {
      /* line 52, sass/page/_blog.scss */
      .blog-main-content .entry-meta > li + li {
        margin-left: 15px; } }
  /* line 60, sass/page/_blog.scss */
  .blog-main-content .entry-meta li a {
    color: #999999; }
  /* line 64, sass/page/_blog.scss */
  .blog-main-content .entry-meta li a:hover {
    color: #D2604C; }

/* line 69, sass/page/_blog.scss */
.blog-main-content .entry-title-meta h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 7px; }
  @media (max-width: 991px) {
    /* line 69, sass/page/_blog.scss */
    .blog-main-content .entry-title-meta h3 {
      font-size: 18px;
      font-size: 1.2rem; } }
  /* line 81, sass/page/_blog.scss */
  .blog-main-content .entry-title-meta h3 a {
    color: #41516a; }
  /* line 85, sass/page/_blog.scss */
  .blog-main-content .entry-title-meta h3 a:hover {
    color: #D2604C; }

/* line 90, sass/page/_blog.scss */
.blog-main-content .entry-media {
  margin-bottom: 35px; }

/* line 94, sass/page/_blog.scss */
.blog-main-content .entry-body p {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #86909e;
  margin-bottom: 1.5em; }
  @media (max-width: 991px) {
    /* line 94, sass/page/_blog.scss */
    .blog-main-content .entry-body p {
      font-size: 15px;
      font-size: 1rem; } }
  @media (max-width: 767px) {
    /* line 94, sass/page/_blog.scss */
    .blog-main-content .entry-body p {
      font-size: 14px;
      font-size: 0.93333rem; } }

/* line 111, sass/page/_blog.scss */
.blog-main-content .entry-body .read-more {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #41516a;
  font-weight: 600; }
  @media (max-width: 991px) {
    /* line 111, sass/page/_blog.scss */
    .blog-main-content .entry-body .read-more {
      font-size: 15px;
      font-size: 1rem; } }
  @media (max-width: 767px) {
    /* line 111, sass/page/_blog.scss */
    .blog-main-content .entry-body .read-more {
      font-size: 14px;
      font-size: 0.93333rem; } }
  /* line 128, sass/page/_blog.scss */
  .blog-main-content .entry-body .read-more:hover {
    color: #D2604C; }

/* line 134, sass/page/_blog.scss */
.blog-main-content .video-post .entry-media {
  position: relative; }

/* line 138, sass/page/_blog.scss */
.blog-main-content .video-post .video-holder {
  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%); }

/* line 145, sass/page/_blog.scss */
.blog-main-content .video-post .video-holder a {
  background-color: rgba(210, 96, 76, 0.8);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-size: 1.33333rem;
  display: inline-block;
  text-align: center; }
  @media (max-width: 991px) {
    /* line 145, sass/page/_blog.scss */
    .blog-main-content .video-post .video-holder a {
      width: 50px;
      height: 50px;
      line-height: 50px; } }

/*--------------------------------------------------------------
	#blog single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	blog-single-section
--------------------------------------------------------------*/
/* line 7, sass/page/_blog-single.scss */
.blog-single-section {
  /*** tags ***/
  /*** related post ***/
  /*** about-author ***/
  /*** comments ***/ }
  /* line 8, sass/page/_blog-single.scss */
  .blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    border: 0;
    padding: 0; }
    /* line 14, sass/page/_blog-single.scss */
    .blog-single-section .entry-meta li {
      font-size: 16px;
      font-size: 1.06667rem;
      float: left; }
    /* line 20, sass/page/_blog-single.scss */
    .blog-single-section .entry-meta > li + li {
      margin-left: 25px; }
      @media (max-width: 767px) {
        /* line 20, sass/page/_blog-single.scss */
        .blog-single-section .entry-meta > li + li {
          margin-left: 15px; } }
    /* line 28, sass/page/_blog-single.scss */
    .blog-single-section .entry-meta li a {
      color: #adb1b6; }
    /* line 32, sass/page/_blog-single.scss */
    .blog-single-section .entry-meta li a:hover {
      color: #D2604C; }
  /* line 37, sass/page/_blog-single.scss */
  .blog-single-section .entry-title-meta {
    margin-bottom: 25px; }
  /* line 41, sass/page/_blog-single.scss */
  .blog-single-section .entry-title-meta h3 {
    font-size: 30px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #41516a;
    margin: 0 0 0.3em; }
    @media (max-width: 991px) {
      /* line 41, sass/page/_blog-single.scss */
      .blog-single-section .entry-title-meta h3 {
        font-size: 18px;
        font-size: 1.2rem; } }
  /* line 55, sass/page/_blog-single.scss */
  .blog-single-section .entry-media {
    margin-bottom: 30px; }
  /* line 59, sass/page/_blog-single.scss */
  .blog-single-section .entry-body p {
    line-height: 1.81em;
    color: #6a6a6a;
    margin-bottom: 35px; }
  /* line 66, sass/page/_blog-single.scss */
  .blog-single-section .tag-share {
    text-align: center;
    overflow: hidden;
    margin: 40px 0 68px;
    position: relative;
    /*** share ***/ }
    /* line 72, sass/page/_blog-single.scss */
    .blog-single-section .tag-share:after {
      content: "";
      background-color: #e7e7e7;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 40%; }
    @media (max-width: 767px) {
      /* line 66, sass/page/_blog-single.scss */
      .blog-single-section .tag-share {
        margin: 25px 0; } }
    /* line 86, sass/page/_blog-single.scss */
    .blog-single-section .tag-share ul {
      list-style: none; }
    /* line 90, sass/page/_blog-single.scss */
    .blog-single-section .tag-share ul {
      display: inline-block;
      overflow: hidden; }
      /* line 94, sass/page/_blog-single.scss */
      .blog-single-section .tag-share ul li {
        float: left;
        margin-right: 6px; }
      /* line 99, sass/page/_blog-single.scss */
      .blog-single-section .tag-share ul li:last-child {
        margin-right: 0; }
    /* line 105, sass/page/_blog-single.scss */
    .blog-single-section .tag-share > div {
      background-color: #fff;
      width: 150px;
      margin: 0 auto;
      position: relative;
      z-index: 5; }
    /* line 113, sass/page/_blog-single.scss */
    .blog-single-section .tag-share > div:last-child span {
      font-size: 15px;
      font-size: 0.93333rem;
      font-weight: 600;
      color: #999;
      position: relative;
      top: -9px;
      padding-right: 10px; }
    /* line 123, sass/page/_blog-single.scss */
    .blog-single-section .tag-share .share {
      padding-bottom: 0; }
    /* line 127, sass/page/_blog-single.scss */
    .blog-single-section .tag-share .share a {
      font-size: 16px;
      font-size: 1.06667rem;
      color: #111111;
      display: inline-block; }
      @media (max-width: 991px) {
        /* line 127, sass/page/_blog-single.scss */
        .blog-single-section .tag-share .share a {
          font-size: 14px;
          font-size: 0.93333rem; } }
    /* line 139, sass/page/_blog-single.scss */
    .blog-single-section .tag-share .share a:hover {
      color: #D2604C; }
  /* line 146, sass/page/_blog-single.scss */
  .blog-single-section .related-posts {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      /* line 146, sass/page/_blog-single.scss */
      .blog-single-section .related-posts {
        margin-top: 50px; } }
    /* line 153, sass/page/_blog-single.scss */
    .blog-single-section .related-posts h4 {
      font-size: 24px;
      font-size: 1.6rem;
      font-weight: 600;
      color: #41516a;
      margin: 0 0 1.2em; }
      @media (max-width: 991px) {
        /* line 153, sass/page/_blog-single.scss */
        .blog-single-section .related-posts h4 {
          font-size: 22px;
          font-size: 1.46667rem; } }
      @media (max-width: 767px) {
        /* line 153, sass/page/_blog-single.scss */
        .blog-single-section .related-posts h4 {
          font-size: 20px;
          font-size: 1.33333rem; } }
    /* line 173, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .blog-grids {
      overflow: hidden;
      margin: 0 -15px; }
      @media (max-width: 991px) {
        /* line 173, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .blog-grids {
          margin: 0; } }
      /* line 181, sass/page/_blog-single.scss */
      .blog-single-section .related-posts .blog-grids .grid {
        background-color: #fff;
        padding: 12px;
        margin: 0 10px 10px;
        border-radius: 10px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    /* line 190, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .entry-media {
      margin-bottom: 0; }
    /* line 194, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .entry-media img {
      border-radius: 10px; }
    /* line 198, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .entry-body {
      padding: 27px 5px; }
      @media (max-width: 1199px) {
        /* line 198, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .entry-body {
          padding: 27px 0; } }
      @media (max-width: 991px) {
        /* line 198, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .entry-body {
          padding: 27px 0 10px; } }
    /* line 210, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .entry-body .cat {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-size: 0.93333rem;
      font-weight: 600;
      color: #D2604C;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        /* line 210, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .entry-body .cat {
          font-size: 12px;
          font-size: 0.8rem; } }
    /* line 224, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .entry-body h3 {
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.36em;
      margin: 3px 0 0.73em; }
      @media (max-width: 991px) {
        /* line 224, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .entry-body h3 {
          font-size: 17px;
          font-size: 1.13333rem; } }
      /* line 236, sass/page/_blog-single.scss */
      .blog-single-section .related-posts .entry-body h3 a {
        color: #41516a; }
      /* line 240, sass/page/_blog-single.scss */
      .blog-single-section .related-posts .entry-body h3 a:hover {
        color: #D2604C; }
    /* line 245, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .entry-body p {
      margin-bottom: 2em; }
    /* line 249, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .read-more-date a {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-size: 1.06667rem;
      font-weight: 600;
      color: #41516a;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        /* line 249, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .read-more-date a {
          font-size: 14px;
          font-size: 0.93333rem; } }
      @media (max-width: 991px) {
        /* line 249, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .read-more-date a {
          font-size: 12px;
          font-size: 0.8rem; } }
      /* line 267, sass/page/_blog-single.scss */
      .blog-single-section .related-posts .read-more-date a:hover {
        color: #D2604C; }
    /* line 272, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .read-more-date {
      position: relative; }
    /* line 276, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .read-more-date .date {
      position: absolute;
      right: 0;
      color: #90949a; }
      @media (max-width: 991px) {
        /* line 276, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .read-more-date .date {
          font-size: 14px;
          font-size: 0.93333rem; } }
    /* line 287, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .more-news {
      margin-top: 50px;
      text-align: center; }
      @media (max-width: 1199px) {
        /* line 287, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .more-news {
          margin-top: 35px; } }
      @media (max-width: 991px) {
        /* line 287, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .more-news {
          margin-top: 15px; } }
    /* line 300, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .owl-controls {
      position: relative;
      margin-top: 45px; }
      @media (max-width: 767px) {
        /* line 300, sass/page/_blog-single.scss */
        .blog-single-section .related-posts .owl-controls {
          margin-top: 35px; } }
    /* line 309, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .owl-controls .owl-dots .owl-dot span {
      background: #a8b2c1; }
    /* line 313, sass/page/_blog-single.scss */
    .blog-single-section .related-posts .owl-controls .owl-dots .active span {
      background: #D2604C; }
  /* line 319, sass/page/_blog-single.scss */
  .blog-single-section .about-author {
    margin-bottom: 50px; }
    /* line 322, sass/page/_blog-single.scss */
    .blog-single-section .about-author h4 {
      font-size: 24px;
      font-size: 1.6rem;
      font-weight: 600;
      color: #41516a;
      margin: 0 0 0.83em; }
      @media (max-width: 991px) {
        /* line 322, sass/page/_blog-single.scss */
        .blog-single-section .about-author h4 {
          font-size: 22px;
          font-size: 1.46667rem; } }
      @media (max-width: 767px) {
        /* line 322, sass/page/_blog-single.scss */
        .blog-single-section .about-author h4 {
          font-size: 20px;
          font-size: 1.33333rem; } }
    /* line 341, sass/page/_blog-single.scss */
    .blog-single-section .about-author .inner {
      background-color: #f8f8fa;
      padding: 33px 50px;
      border: 1px solid #e6e9ec;
      overflow: hidden; }
      @media (max-width: 991px) {
        /* line 341, sass/page/_blog-single.scss */
        .blog-single-section .about-author .inner {
          padding: 35px; } }
      @media (max-width: 767px) {
        /* line 341, sass/page/_blog-single.scss */
        .blog-single-section .about-author .inner {
          padding: 25px 20px; } }
    /* line 356, sass/page/_blog-single.scss */
    .blog-single-section .about-author .author-pic {
      width: 73px;
      float: left; }
      @media (max-width: 767px) {
        /* line 356, sass/page/_blog-single.scss */
        .blog-single-section .about-author .author-pic {
          width: 100%;
          float: none; } }
    /* line 366, sass/page/_blog-single.scss */
    .blog-single-section .about-author .author-details {
      width: calc(100% - 73px);
      float: left;
      padding-left: 25px; }
      @media (max-width: 767px) {
        /* line 366, sass/page/_blog-single.scss */
        .blog-single-section .about-author .author-details {
          width: 100%;
          float: none;
          padding-left: 0;
          margin-top: 20px; } }
    /* line 379, sass/page/_blog-single.scss */
    .blog-single-section .about-author .author-details h5 {
      font-size: 16px;
      font-size: 1.06667rem;
      font-weight: 600;
      color: #41516a;
      margin: 0; }
    /* line 387, sass/page/_blog-single.scss */
    .blog-single-section .about-author .author-job {
      font-size: 14px;
      font-size: 0.93333rem;
      color: #999;
      display: inline-block;
      margin-bottom: 8px; }
    /* line 395, sass/page/_blog-single.scss */
    .blog-single-section .about-author p {
      font-size: 14px;
      font-size: 0.93333rem;
      color: #666; }
    /* line 401, sass/page/_blog-single.scss */
    .blog-single-section .about-author .social {
      list-style: none; }
    /* line 405, sass/page/_blog-single.scss */
    .blog-single-section .about-author .social li {
      float: left;
      margin-left: 10px; }
    /* line 410, sass/page/_blog-single.scss */
    .blog-single-section .about-author .social li:first-child {
      margin-left: 0; }
    /* line 414, sass/page/_blog-single.scss */
    .blog-single-section .about-author .social li a {
      font-size: 15px;
      font-size: 1rem;
      color: #41516a; }
    /* line 420, sass/page/_blog-single.scss */
    .blog-single-section .about-author .social li a:hover {
      color: #D2604C; }
  /* line 427, sass/page/_blog-single.scss */
  .blog-single-section .comments {
    /*** .article ***/ }
    /* line 429, sass/page/_blog-single.scss */
    .blog-single-section .comments h3 {
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 600;
      color: #41516a;
      margin: 0 0 1em; }
    /* line 437, sass/page/_blog-single.scss */
    .blog-single-section .comments > ol {
      padding-left: 0; }
    /* line 441, sass/page/_blog-single.scss */
    .blog-single-section .comments ol {
      list-style: none; }
      /* line 444, sass/page/_blog-single.scss */
      .blog-single-section .comments ol > li {
        margin-bottom: 35px; }
      /* line 448, sass/page/_blog-single.scss */
      .blog-single-section .comments ol > li:last-child {
        margin-bottom: 0; }
      /* line 452, sass/page/_blog-single.scss */
      .blog-single-section .comments ol > li > ol {
        margin-left: 28px;
        margin-top: 35px;
        padding: 0; }
        @media (max-width: 767px) {
          /* line 452, sass/page/_blog-single.scss */
          .blog-single-section .comments ol > li > ol {
            margin: 30px 0 0 10px; } }
      /* line 462, sass/page/_blog-single.scss */
      .blog-single-section .comments ol > li > ol > li {
        background-color: #fafafa;
        margin-bottom: 35px !important; }
      /* line 467, sass/page/_blog-single.scss */
      .blog-single-section .comments ol > li > ol > li:last-child {
        margin-bottom: 0 !important; }
    /* line 473, sass/page/_blog-single.scss */
    .blog-single-section .comments .article {
      overflow: hidden;
      border: 1px solid #d3d7d9;
      padding: 25px;
      position: relative; }
      /* line 479, sass/page/_blog-single.scss */
      .blog-single-section .comments .article h4 {
        font-size: 16px;
        font-size: 1.06667rem;
        margin: 0;
        text-transform: capitalize; }
        @media (max-width: 767px) {
          /* line 479, sass/page/_blog-single.scss */
          .blog-single-section .comments .article h4 {
            font-size: 14px;
            font-size: 0.93333rem; } }
      /* line 490, sass/page/_blog-single.scss */
      .blog-single-section .comments .article p {
        font-size: 15px;
        font-size: 1rem;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          /* line 490, sass/page/_blog-single.scss */
          .blog-single-section .comments .article p {
            font-size: 14px;
            font-size: 0.93333rem; } }
      /* line 501, sass/page/_blog-single.scss */
      .blog-single-section .comments .article .replay button {
        background-color: transparent;
        font-size: 14px;
        font-size: 0.93333rem;
        font-weight: 600;
        color: #41516a;
        padding: 0;
        border: 0;
        outline: 0;
        position: absolute;
        right: 25px;
        top: 25px; }
      /* line 515, sass/page/_blog-single.scss */
      .blog-single-section .comments .article .replay button:hover {
        color: #D2604C; }
    /* line 520, sass/page/_blog-single.scss */
    .blog-single-section .comments .article .author-meta {
      overflow: hidden;
      margin-bottom: 5px; }
      /* line 524, sass/page/_blog-single.scss */
      .blog-single-section .comments .article .author-meta h4 {
        font-size: 15px;
        font-size: 1rem;
        font-weight: 600;
        color: #41516a; }
      /* line 531, sass/page/_blog-single.scss */
      .blog-single-section .comments .article .author-meta > div:last-child {
        font-size: 12px;
        font-size: 0.8rem;
        color: #a3aab2; }
    /* line 538, sass/page/_blog-single.scss */
    .blog-single-section .comments .article .author-pic {
      width: 10%;
      float: left; }
      @media (max-width: 767px) {
        /* line 538, sass/page/_blog-single.scss */
        .blog-single-section .comments .article .author-pic {
          width: 100%;
          float: none;
          margin-bottom: 10px; } }
    /* line 549, sass/page/_blog-single.scss */
    .blog-single-section .comments .article .details {
      width: 90%;
      float: left; }
      @media (max-width: 767px) {
        /* line 549, sass/page/_blog-single.scss */
        .blog-single-section .comments .article .details {
          width: 100%;
          float: none; } }
    /* line 559, sass/page/_blog-single.scss */
    .blog-single-section .comments .article p {
      font-size: 14px;
      font-size: 0.93333rem;
      color: #4a4a4a; }
  /* line 566, sass/page/_blog-single.scss */
  .blog-single-section .comment-respond {
    margin-top: 55px; }
    /* line 569, sass/page/_blog-single.scss */
    .blog-single-section .comment-respond h4 {
      font-size: 24px;
      font-size: 1.6rem;
      font-weight: 600;
      color: #41516a;
      margin: 0 0 1.2em; }
      @media (max-width: 991px) {
        /* line 569, sass/page/_blog-single.scss */
        .blog-single-section .comment-respond h4 {
          font-size: 22px;
          font-size: 1.46667rem; } }
      @media (max-width: 767px) {
        /* line 569, sass/page/_blog-single.scss */
        .blog-single-section .comment-respond h4 {
          font-size: 20px;
          font-size: 1.33333rem; } }
    /* line 588, sass/page/_blog-single.scss */
    .blog-single-section .comment-respond form {
      margin: 0 -15px;
      position: relative; }
    /* line 593, sass/page/_blog-single.scss */
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
      background-color: #f8f8fa;
      height: 40px;
      border: 1px solid #e6e9ec;
      box-shadow: none;
      border-radius: 0; }
    /* line 602, sass/page/_blog-single.scss */
    .blog-single-section .comment-respond form textarea {
      height: 195px; }
      @media (max-width: 767px) {
        /* line 602, sass/page/_blog-single.scss */
        .blog-single-section .comment-respond form textarea {
          height: 120px; } }
    /* line 610, sass/page/_blog-single.scss */
    .blog-single-section .comment-respond form > div {
      margin-bottom: 20px; }
    /* line 614, sass/page/_blog-single.scss */
    .blog-single-section .comment-respond .submit-btn {
      text-align: center;
      margin: 25px 0 0; }
      @media (max-width: 991px) {
        /* line 614, sass/page/_blog-single.scss */
        .blog-single-section .comment-respond .submit-btn {
          margin: 15px 0 0; } }
      /* line 622, sass/page/_blog-single.scss */
      .blog-single-section .comment-respond .submit-btn button {
        width: 100%;
        background-color: #41516a;
        padding: 10px 30px;
        color: #fff;
        border: 0;
        outline: 0; }
        @media (max-width: 767px) {
          /* line 622, sass/page/_blog-single.scss */
          .blog-single-section .comment-respond .submit-btn button {
            padding: 10px 20px; } }
      /* line 635, sass/page/_blog-single.scss */
      .blog-single-section .comment-respond .submit-btn button:hover {
        background-color: #D2604C; }
