/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Pow rang - SEO Digital Marketing Agency
Version:        1.0.1
Author:         blue_design
URL:            http://themeforest.net/user/blue_design
-------------------------------------------------------------------*/


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


--------------------------------------------------------------
  #home-style-2
--------------------------------------------------------------
#2.1  work-process-section
#2.2  features-section-s2
#2.3  cta-section-s2
#2.4  service-section-s2
#2.5  analytic-section-s2
#2.6  case-studies-section-s2
#2.7  testimonials-section-s2
#2.8  pricing-section-s2
#2.9  footer-cta-section


--------------------------------------------------------------
  #home-style-3
--------------------------------------------------------------
#3.1  partners-section
#3.2  why-choose-us-section
#3.3  cta-section-s3
#3.4  case-studies-section-s3
#3.5  testimonials-section-s3
#3.6  pricing-section-s3
#3.7  team-section
#3.8  blog-section-s2


--------------------------------------------------------------
  #about page
--------------------------------------------------------------
#4.1  history-section


--------------------------------------------------------------
  #contact page
--------------------------------------------------------------
#5.1  contact-info-section
#5.2  contact-form-section


--------------------------------------------------------------
  #project single page
--------------------------------------------------------------
#6.1  project-sigle-section


--------------------------------------------------------------
  #service single page
--------------------------------------------------------------
#7.1  service-single-section


--------------------------------------------------------------
  #blog page
--------------------------------------------------------------
#8.1  blog-pg-section


--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------
#9.1  blog-single-section


--------------------------------------------------------------
  #shop page
--------------------------------------------------------------
#10.1  shop-pg-section


--------------------------------------------------------------
  #shop single page
--------------------------------------------------------------
#11.1 shop-single-section


--------------------------------------------------------------
  #404 page
--------------------------------------------------------------
#12.1  error-404-section





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


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

@font-face {
  font-family: 'FuturaPT';
  src: url(../fonts/web-fonts/FuturaPTMedium.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'futura';
  src: url(../fonts/web-fonts/FuturaPTBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}


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

html {
  font-size: 16px;
}

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

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

p {
  color: #687693;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaPT", sans-serif;
  font-weight: 600;
  color: #233d62;
  line-height: 1.2em;
}

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

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}


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

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

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

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

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


/*** back to top **/

.back-to-top {
  background-color: rgba(239, 114, 19, 0.9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #ef7213;
  border-radius: 0;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

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

.back-to-top i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


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

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

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

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

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

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

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

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

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

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

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

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


/** for popup image ***/

.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

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

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

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

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


/*** for fancybox video ***/

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

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

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

.section-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: -0.3em 0 0;
  padding-bottom: 0.5em;
  text-transform: capitalize;
  position: relative;
}

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

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

.section-title h2:before {
  content: "";
  background-color: #ef7213;
  width: 90px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-title h2:before {
    height: 4px;
  }
}

.section-title h2:after {
  content: "";
  background-color: #ef7213;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  left: 95px;
  bottom: 0;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-title h2:after {
    height: 4px;
  }
}

.section-title-s2 {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 0.7em;
  position: relative;
}

.section-title-s2:before {
  content: "";
  background-color: #ef7213;
  width: 90px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  left: calc(50% - 55px);
  bottom: 0;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-title-s2:before {
    height: 4px;
  }
}

.section-title-s2:after {
  content: "";
  background-color: #ef7213;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  left: calc(50% + 45px);
  bottom: 0;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-title-s2:after {
    height: 4px;
  }
}

.section-title-s2 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: -0.3em 0 0.4em;
  text-transform: capitalize;
  position: relative;
}

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

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

.section-title-s3 {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .section-title-s3 {
    margin-bottom: 30px;
  }
}

.section-title-s3 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: -0.3em 0 0.4em;
  text-transform: capitalize;
  position: relative;
}

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

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

.section-title-s3 p {
  margin: 0;
}

.section-title-s4 {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .section-title-s4 {
    margin-bottom: 30px;
  }
}

.section-title-s4 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: -0.3em 0 0.4em;
  text-transform: capitalize;
  position: relative;
}

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

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

.section-title-s4 p {
  margin: 0;
  padding-bottom: 1.5em;
  position: relative;
}

.section-title-s4 p:before {
  content: "";
  background-color: #ef7213;
  width: 90px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-title-s4 p:before {
    height: 4px;
  }
}

.section-title-s4 p:after {
  content: "";
  background-color: #ef7213;
  width: 22px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  left: 95px;
  bottom: 0;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-title-s4 p:after {
    height: 4px;
  }
}

.section-title-s5,
.section-title-s6 {
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .section-title-s5,
  .section-title-s6 {
    margin-bottom: 30px;
  }
}

.section-title-s5>span,
.section-title-s6>span {
  font-family: "FuturaPT", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ef7213;
  display: block;
  margin-top: -0.4em;
  display: inline-block;
  background: #ffe5d1;
  padding: 5px 25px;
  border-radius: 50px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

@media (max-width: 767px) {
  .section-title-s5>span,
  .section-title-s6>span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.section-title-s5 h2,
.section-title-s6 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0.1em 0 0;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 991px) {
  .section-title-s5 h2,
  .section-title-s6 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

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

.section-title-s6 {
  text-align: left;
}

.theme-btn,
.theme-btn-s3 {
  background-color: #ef7213;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  padding: 17px 25px;
  border: 0;
  display: inline-block;
  border-radius: 0;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  text-transform: capitalize;
  border-radius: 0;
  background-image: -moz-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
  background-image: -webkit-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
  background-image: -ms-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
}

@media (max-width: 1199px) {
  .theme-btn,
  .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 22px;
  }
}

@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px 18px;
  }
}

.theme-btn:after,
.theme-btn-s3:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(0deg, #ffa968 0%, #ef7213 100%);
  background-image: -moz-linear-gradient(0deg, #ffa968 0%, #ef7213 100%);
  background-image: -ms-linear-gradient(0deg, #ffa968 0%, #ef7213 100%);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

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

.theme-btn:hover:after,
.theme-btn-s3:hover:after {
  opacity: 1;
}

.video-btn-s1 {
  background-color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 55px;
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 20px;
}

.video-btn-s1 .fi:before {
  color: #ef7213;
}

@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ececec;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ececec;
    box-shadow: 0 0 0 0 #ececec;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

.theme-btn-s2 {
  background-color: #644eee;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  padding: 17px 25px;
  border: 0;
  display: inline-block;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  text-transform: capitalize;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 22px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px 18px;
  }
}

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

.theme-btn-s3 {
  background: rgba(255, 255, 255, 0.8);
  color: #233d62;
}

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

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

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

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

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

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

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

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

.social-links {
  overflow: hidden;
}

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

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

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


/******************************
  #page title
******************************/

.page-title {
  background-color: #6d51fb;
  width: 100%;
  height: 430px;
  position: relative;
  text-align: center;
}

.page-title:before {
  content: "";
  background: url("../images/hero-s1-insd-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

.page-title .container {
  height: 100%;
  display: table;
}

@media screen and (min-width: 992px) {
  .page-title .container {
    padding-top: 100px;
  }
}

.page-title .container>.row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 900;
  color: #fff;
  margin: -0.2em 0 0.30em;
}

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

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

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

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

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

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

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

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

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

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

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

.preloader>div {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

.preloader .sk-chase {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
  animation: sk-chase 2.5s infinite linear both;
}

.preloader .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.preloader .sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #ef7213;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.preloader .sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preloader .sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.preloader .sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preloader .sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preloader .sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.preloader .sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader .sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preloader .sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.preloader .sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preloader .sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preloader .sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.preloader .sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot {
  80%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%,
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%,
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*--------------------------------------
  service single sidebar
----------------------------------------*/

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

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

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

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

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

.service-sidebar .service-list-widget h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.7em;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border-bottom: 0;
  border: 2px solid #f2f7fd;
}

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

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

.service-sidebar .service-list-widget a {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #0a172b;
  padding: 15px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: #ef7213;
  background-image: -moz-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
  background-image: -webkit-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
  background-image: -ms-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
  color: #fff;
}

.service-sidebar .download-widget ul {
  list-style: none;
}

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

.service-sidebar .download-widget ul a {
  background: #ef7213;
  z-index: 1;
  position: relative;
  text-transform: capitalize;
  border-radius: 5px;
  background-image: -moz-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
  background-image: -webkit-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
  background-image: -ms-linear-gradient(0deg, #ef7213 0%, #ffa968 100%);
  color: #fff;
  padding: 22px 25px;
  font-weight: 600;
  display: block;
}

.service-sidebar .download-widget ul a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(0deg, #ffa968 0%, #ef7213 100%);
  background-image: -moz-linear-gradient(0deg, #ffa968 0%, #ef7213 100%);
  background-image: -ms-linear-gradient(0deg, #ffa968 0%, #ef7213 100%);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.service-sidebar .download-widget ul a:hover,
.service-sidebar .download-widget ul a:focus,
.service-sidebar .download-widget ul a:active {
  background-color: #da660f;
  color: #fff;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.service-sidebar .testimonial-widget .quote {
  background-color: #f5f5f5;
  padding: 40px 30px;
  border-radius: 5px;
  position: relative;
}

.service-sidebar .testimonial-widget .quote:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #f5f5f5;
  position: absolute;
  left: 50px;
  bottom: -20px;
}

.service-sidebar .testimonial-widget p {
  margin: 0;
}

.service-sidebar .testimonial-widget .client {
  position: relative;
  padding-left: 85px;
  margin-top: 35px;
}

.service-sidebar .testimonial-widget .client img {
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.service-sidebar .testimonial-widget .client h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding-top: 10px;
}

.service-sidebar .testimonial-widget .client p {
  font-size: 14px;
  font-size: 0.875rem;
}

.service-sidebar .contact-widget {
  background: url("../images/service-single/contact-widget-bg.jpg") center center/cover no-repeat local;
  padding: 45px 40px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.service-sidebar .contact-widget:before {
  content: "";
  background: rgba(35, 61, 98, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-sidebar .contact-widget>div {
  position: relative;
  z-index: 1;
}

.service-sidebar .contact-widget h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  color: #fff;
  margin: 1em 0;
  text-transform: capitalize;
}

.service-sidebar .contact-widget p {
  color: #d1d9e3;
  margin-bottom: 2em;
}

.service-sidebar .contact-widget a:hover {
  color: #ef7213;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

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

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

.blog-sidebar .widget {
  padding: 35px 28px;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 16px 5px rgba(201, 201, 201, 0.2);
  box-shadow: 0px 10px 16px 5px rgba(201, 201, 201, 0.2);
}

.blog-sidebar .widget h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
}

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

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

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

.blog-sidebar .search-widget input:focus {
  background-color: rgba(239, 114, 19, 0.1);
}

.blog-sidebar .search-widget form button {
  background: #ef7213;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.blog-sidebar .search-widget form button i {
  font-size: 14px;
}

.blog-sidebar .about-widget {
  text-align: center;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

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

.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #233d62;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #ef7213;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul>li+li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f3f2f2;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #687693;
  padding-left: 25px;
  position: relative;
}

.blog-sidebar .category-widget ul a:before {
  font-family: "Themify";
  content: "\e628";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 11px;
}

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

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

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

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

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

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

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3em;
  margin: 0 0 0.3em;
}

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

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

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

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #687693;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

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

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

.blog-sidebar .tag-widget ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 5px 14px;
  color: #687693;
  border: 1px solid #efefef;
  border-radius: 50px;
}

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


/**** pagination ****/

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

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

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

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

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

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

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #a9b8c4;
  border: 2px solid #f4f4f4;
  display: block;
  border-radius: 0;
}

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

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

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

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

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

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

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


/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1200px) {
  .site-header #navbar>ul>.menu-item-has-children>a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 9px;
    font-size: 0.5625rem;
    position: absolute;
    right: 14px;
    top: 42%;
  }
}

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

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

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

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

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


/*--------------------------------------------------------------
  #header-style-1
--------------------------------------------------------------*/

.header-style-1,
.header-style-2,
.header-style-3,
.header-style-4 {
  /*** search-contact ***/
}

@media screen and (min-width: 992px) {
  .header-style-1,
  .header-style-2,
  .header-style-3,
  .header-style-4 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-1 .navigation,
  .header-style-2 .navigation,
  .header-style-3 .navigation,
  .header-style-4 .navigation {
    background-color: transparent;
  }
  .header-style-1 #navbar,
  .header-style-2 #navbar,
  .header-style-3 #navbar,
  .header-style-4 #navbar {
    margin-left: 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a,
  .header-style-3 #navbar>ul>li>a,
  .header-style-4 #navbar>ul>li>a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    padding: 40px 20px;
  }
  .header-style-1 .container-fluid,
  .header-style-2 .container-fluid,
  .header-style-3 .container-fluid,
  .header-style-4 .container-fluid {
    position: relative;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a,
  .header-style-3 #navbar>ul>li>a,
  .header-style-4 #navbar>ul>li>a {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .header-style-1,
  .header-style-2,
  .header-style-3,
  .header-style-4 {
    padding: 15px 0;
    background: #6d51fb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-style-1 .navigation,
  .header-style-2 .navigation,
  .header-style-3 .navigation,
  .header-style-4 .navigation {
    background-color: #6d51fb;
  }
  .header-style-1 .navigation .navbar-brand,
  .header-style-2 .navigation .navbar-brand,
  .header-style-3 .navigation .navbar-brand,
  .header-style-4 .navigation .navbar-brand {
    margin: 0 0 0 0 !important;
  }
}

@media (max-width: 767px) {
  .header-style-1 .navigation .navbar-brand,
  .header-style-2 .navigation .navbar-brand,
  .header-style-3 .navigation .navbar-brand,
  .header-style-4 .navigation .navbar-brand {
    margin: 0 0 0 15px !important;
  }
}

.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand,
.header-style-3 .navbar-brand,
.header-style-4 .navbar-brand {
  max-width: 125px;
  height: auto;
  padding: 0;
  line-height: auto;
  margin: 25px 0 0 !important;
}

.header-style-1 .search-contact,
.header-style-2 .search-contact,
.header-style-3 .search-contact,
.header-style-4 .search-contact {
  position: absolute;
  right: 40px;
  top: 25px;
}

@media screen and (min-width: 1200px) {
  .header-style-1 .search-contact,
  .header-style-2 .search-contact,
  .header-style-3 .search-contact,
  .header-style-4 .search-contact {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 25px;
    height: 100px;
    padding-top: 20px;
    top: 0;
  }
}

@media (max-width: 991px) {
  .header-style-1 .search-contact,
  .header-style-2 .search-contact,
  .header-style-3 .search-contact,
  .header-style-4 .search-contact {
    right: 65px;
    top: 0;
  }
}

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

.header-style-1 .search-contact>div,
.header-style-2 .search-contact>div,
.header-style-3 .search-contact>div,
.header-style-4 .search-contact>div {
  display: inline-block;
  float: left;
}

.header-style-1 .search-contact .header-search-area,
.header-style-2 .search-contact .header-search-area,
.header-style-3 .search-contact .header-search-area,
.header-style-4 .search-contact .header-search-area {
  padding-right: 8px;
  top: 15px;
  position: relative;
}

@media (max-width: 1350px) {
  .header-style-1 .search-contact .header-search-area,
  .header-style-2 .search-contact .header-search-area,
  .header-style-3 .search-contact .header-search-area,
  .header-style-4 .search-contact .header-search-area {
    border-right: 0;
  }
}

.header-style-1 .search-contact .open-btn,
.header-style-2 .search-contact .open-btn,
.header-style-3 .search-contact .open-btn,
.header-style-4 .search-contact .open-btn {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  padding: 0;
  border: 0;
  margin-right: 22px;
  margin-top: 5px;
  position: relative;
  top: 0;
}

@media (max-width: 1199px) {
  .header-style-1 .search-contact .open-btn,
  .header-style-2 .search-contact .open-btn,
  .header-style-3 .search-contact .open-btn,
  .header-style-4 .search-contact .open-btn {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .search-contact .open-btn,
  .header-style-2 .search-contact .open-btn,
  .header-style-3 .search-contact .open-btn,
  .header-style-4 .search-contact .open-btn {
    margin-right: 10px;
  }
}

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

.header-style-1 .search-contact .contact button,
.header-style-2 .search-contact .contact button,
.header-style-3 .search-contact .contact button,
.header-style-4 .search-contact .contact button {
  font-family: "FuturaPT", sans-serif;
  background: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  outline: 0;
  color: #233d62;
  position: relative;
  padding: 14px 25px 14px 50px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .header-style-1 .search-contact .contact button,
  .header-style-2 .search-contact .contact button,
  .header-style-3 .search-contact .contact button,
  .header-style-4 .search-contact .contact button {
    display: none;
  }
}

.header-style-1 .search-contact .contact button .fi,
.header-style-2 .search-contact .contact button .fi,
.header-style-3 .search-contact .contact button .fi,
.header-style-4 .search-contact .contact button .fi {
  position: absolute;
  left: 25px;
}

.header-style-1 .search-contact .contact button .fi:before,
.header-style-2 .search-contact .contact button .fi:before,
.header-style-3 .search-contact .contact button .fi:before,
.header-style-4 .search-contact .contact button .fi:before {
  color: #ef7213;
}


/*--------------------------------------------------------------
  #header-style-2
--------------------------------------------------------------*/

.header-style-2 .topbar,
.header-style-3 .topbar {
  background-color: #644eee;
  padding: 15px 0 10px;
}

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

.header-style-2 .info ul,
.header-style-3 .info ul {
  overflow: hidden;
}

.header-style-2 .info ul li,
.header-style-3 .info ul li {
  float: left;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .header-style-2 .info ul li,
  .header-style-3 .info ul li {
    float: none;
  }
}

.header-style-2 .info ul>li+li,
.header-style-3 .info ul>li+li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .header-style-2 .info ul>li+li,
  .header-style-3 .info ul>li+li {
    margin: 10px 0 0 0;
  }
}

.header-style-2 .info .fi,
.header-style-3 .info .fi {
  display: inline-block;
  padding-right: 4px;
}

.header-style-2 .info .fi:before,
.header-style-3 .info .fi:before {
  font-size: 14px;
}

.header-style-2 .social,
.header-style-3 .social {
  text-align: right;
}

@media (max-width: 767px) {
  .header-style-2 .social,
  .header-style-3 .social {
    display: inline-block;
    text-align: center;
    margin-top: 25px;
  }
}

.header-style-2 .social span,
.header-style-3 .social span {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #fff;
  position: relative;
  top: -6px;
  padding-right: 5px;
}

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

.header-style-2 .social ul,
.header-style-3 .social ul {
  display: inline-block;
  overflow: hidden;
}

.header-style-2 .social ul li,
.header-style-3 .social ul li {
  float: left;
}

.header-style-2 .social ul>li+li,
.header-style-3 .social ul>li+li {
  margin-left: 10px;
}

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

@media (max-width: 991px) {
  .header-style-2,
  .header-style-3 {
    padding: 0;
    background: #233d62;
  }
  .header-style-2 .navigation,
  .header-style-3 .navigation {
    background-color: #233d62;
  }
  .header-style-2 .navigation .separator,
  .header-style-3 .navigation .separator {
    display: none;
  }
  .header-style-2 .navigation .navbar-brand,
  .header-style-3 .navigation .navbar-brand {
    margin: 0 0 0 0 !important;
  }
  .header-style-2 .navbar-header,
  .header-style-3 .navbar-header {
    padding: 15px 0;
  }
  .header-style-2 .search-contact,
  .header-style-3 .search-contact {
    top: 16px;
  }
  .header-style-2 .navbar-header button,
  .header-style-3 .navbar-header button {
    top: 23px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .navigation .navbar-brand,
  .header-style-3 .navigation .navbar-brand {
    margin: 0 0 0 15px !important;
  }
}


/*--------------------------------------------------------------
  #header-style-3
--------------------------------------------------------------*/

@media screen and (min-width: 992px) {
  .header-style-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-style-3 #navbar>ul .sub-menu {
    text-align: left;
  }
  .header-style-3 #navbar {
    border-left: 0;
  }
  .header-style-3 .navigation {
    max-height: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-3 .container-fluid {
    padding: 0 60px;
    position: relative;
  }
  .header-style-3 .navigation {
    text-align: center;
  }
  .header-style-3 #navbar {
    display: inline-block !important;
    margin: 0 auto;
    float: none !important;
  }
  .header-style-3 .search-contact {
    right: 60px;
  }
}

@media screen and (min-width: 1450px) {
  .header-style-3 #navbar>ul>.menu-item-has-children>a:before {
    right: 15px;
  }
  .header-style-3 #navbar>ul>li>a {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 40px 35px;
  }
}

@media (max-width: 991px) {
  .header-style-3 {
    position: relative;
    z-index: 100;
  }
}


/*--------------------------------------------------------------
  #header-style-4
--------------------------------------------------------------*/

@media screen and (min-width: 992px) {
  .header-style-4 #navbar>ul>li>a {
    color: #233d62;
  }
  .header-style-4 .navigation .container .separator {
    background: #ecf1f6;
  }
  .header-style-4 .search-contact .contact button {
    background: #ef7213;
    color: #fff;
  }
  .header-style-4 .search-contact .contact button .fi:before {
    color: #fff;
  }
  .header-style-4 .search-contact .open-btn {
    color: #233d62;
  }
}

@media (max-width: 991px) {
  .header-style-4 {
    background: #fff;
  }
  .header-style-4 .navigation {
    background: #fff;
  }
  .header-style-4 .search-contact .open-btn {
    color: #233d62;
  }
  .header-style-4 .search-contact .contact button {
    background: #eeebfd;
  }
}

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

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

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

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

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

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

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

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

.header-search-form:hover {
  cursor: url("../images/close_burger.png") 16 16, default;
}


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

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

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

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

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

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

.hero-slider .swiper-container {
  z-index: initial;
}

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

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: auto;
  height: auto;
  opacity: 0.3;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  opacity: 0.8;
}

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

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

.hero-slider .swiper-button-prev:before {
  font-family: "Flaticon";
  content: "\f106";
  font-size: 40px;
  color: #fff;
}

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

.hero-slider .swiper-button-next:before {
  font-family: "Flaticon";
  content: "\f103";
  font-size: 40px;
  color: #fff;
}

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

.hero-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #ef7213;
  opacity: 0.7;
  border-radius: 5px;
}

.hero-slider .swiper-pagination-bullet-active {
  width: 25px;
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 60px;
}

@media (max-width: 991px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    bottom: 40px;
  }
}

@media (max-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    bottom: 20px;
  }
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}


/*--------------------------------------------------------------
  #hero-style-1
--------------------------------------------------------------*/

.hero-style-1 {
  background: #6d51fb;
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.hero-style-1:before {
  content: "";
  background: url("../images/hero-s1-insd-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style-1:after {
  content: "";
  background: url(../images/slider/slider-bottom-shape.png) center center/cover no-repeat local;
  width: 100%;
  height: 136px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero-style-1 {
    height: 500px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .hero-style-1 {
    height: 500px;
    min-height: auto;
  }
}

.hero-style-1 .slide-title {
  max-width: 540px;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-style-1 .slide-title h2 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
  margin: 0 0 0.5em;
  line-height: 1em;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-title h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

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

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

.hero-style-1 .slide-text {
  max-width: 540px;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-text {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-style-1 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-btns {
    text-align: center;
  }
}

.hero-style-1 .container {
  position: relative;
}

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

.hero-style-1 .hero-s1-parallax {
  width: 846px;
  position: absolute;
  right: -220px;
  top: -50px;
}

@media (max-width: 1199px) {
  .hero-style-1 .hero-s1-parallax {
    max-width: 600px;
    top: 0;
    right: -150px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .hero-s1-parallax {
    display: none;
  }
}

.hero-style-1 .hero-s1-parallax>div {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style-1 .particleground {
  width: 100%;
  z-index: 1;
}

.hero-style-1 .hero-inner {
  z-index: 10;
}


/*--------------------------------------------------------------
  #hero-style-2
--------------------------------------------------------------*/

.hero-style-2 {
  background: url("../images/hero-shape-2.png") left bottom/cover no-repeat local;
  height: 100vh;
  min-height: 700px;
  position: relative;
}

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

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

.hero-style-2 .slide-title {
  max-width: 540px;
}

@media (max-width: 991px) {
  .hero-style-2 .slide-title {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-style-2 .slide-title h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .hero-style-2 .slide-title h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (max-width: 991px) {
  .hero-style-2 .slide-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hero-style-2 .slide-text {
  max-width: 540px;
}

@media (max-width: 991px) {
  .hero-style-2 .slide-text {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-style-2 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-2 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .hero-style-2 .slide-btns {
    text-align: center;
  }
}

.hero-style-2 .container {
  position: relative;
}

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

.hero-style-2 .hero-s2-vec {
  width: 538px;
  height: 606px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .hero-style-2 .hero-s2-vec {
    width: 400px;
    height: 451px;
  }
}

@media (max-width: 991px) {
  .hero-style-2 .hero-s2-vec {
    display: none;
  }
}

.hero-style-2 .hero-s2-vec>div {
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
  #hero-style-3
--------------------------------------------------------------*/
.hero-style-3 {
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.hero-style-3:before {
  content: "";
  background: red;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-image: -moz-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  background-image: -webkit-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  background-image: -ms-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  -webkit-transform: skew(0, 3deg);
  -moz-transform: skew(0, 3deg);
  -ms-transform: skew(0, 3deg);
  transform: skew(0, 3deg);
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 500px;
    min-height: auto;
  }
}

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

.hero-style-3 .slide-title {
  max-width: 610px;
  text-align: center;
  margin: 0 auto;
}

.hero-style-3 .slide-title h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5em;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .hero-style-3 .slide-title h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (max-width: 991px) {
  .hero-style-3 .slide-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .hero-style-3 .slide-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hero-style-3 .analytic-form {
  max-width: 580px;
  margin: 0 auto;
}

.hero-style-3 .analytic-form .input-1 {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .hero-style-3 .analytic-form .input-1 {
    width: 100%;
    float: none;
  }
}

.hero-style-3 .analytic-form form {
  margin-top: 25px;
  position: relative;
}

.hero-style-3 .analytic-form form input {
  width: 100%;
  height: 65px;
  color: #687693;
  border: 0;
  padding: 6px 20px;
  border-radius: 70px;
}

@media (max-width: 600px) {
  .hero-style-3 .analytic-form form input {
    height: 45px;
  }
}

.hero-style-3 .analytic-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef7213;
}

.hero-style-3 .analytic-form form .submit {
  position: absolute;
  right: 7px;
  top: 7px;
}

@media (max-width: 600px) {
  .hero-style-3 .analytic-form form .submit {
    position: static;
    margin: 15px 0 0;
    text-align: center;
  }
}

.hero-style-3 .analytic-form form .submit button {
  background: #ef7213;
  height: 50px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 15px;
  border: 0;
  outline: 0;
  color: #fff;
  border-radius: 70px;
}

@media screen and (min-width: 401px) {
  .hero-style-3 .analytic-form form .submit .icon {
    display: none;
  }
}

.hero-style-3 .analytic-form .input-1 input {
  border-radius: 50px 0 0 50px;
}

@media (max-width: 600px) {
  .hero-style-3 .analytic-form .input-1 input {
    border-radius: 0;
  }
}

.hero-style-3 .analytic-form .input-2 input {
  border-radius: 0 50px 50px 0;
  border-left: 1px solid #f1f1f1;
}

@media (max-width: 600px) {
  .hero-style-3 .analytic-form .input-2 input {
    border-radius: 0;
  }
}

@media screen and (min-width: 1200px) {
  .hero-style-3 .container {
    margin-top: -250px;
  }
}

@media (max-width: 1199px) {
  .hero-style-3 .container {
    margin-top: -200px;
  }
}

@media (max-width: 991px) {
  .hero-style-3 .container {
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 .container {
    margin-top: -100px;
  }
}

.hero-style-3 .hero-s3-vec {
  width: 777px;
  height: 349px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 388px);
}

@media (max-width: 1199px) {
  .hero-style-3 .hero-s3-vec {
    width: 550px;
    height: 247px;
    left: calc(50% - 225px);
  }
}

@media (max-width: 991px) {
  .hero-style-3 .hero-s3-vec {
    width: 350px;
    height: 147px;
    left: calc(50% - 175px);
  }
}

@media (max-width: 767px) {
  .hero-style-3 .hero-s3-vec {
    display: none;
  }
}

.hero-style-3 .hero-s3-vec > div {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style-3 .particleground {
  width: 100%;
  z-index: 1;
}

.hero-style-3 .hero-inner {
  z-index: 10;
}


/*--------------------------------------------------------------
  #hero-style-4
--------------------------------------------------------------*/

.hero-style-4 {
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.hero-style-4:before {
  content: "";
  background: url("../images/slider/slider-bottom-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 136px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero-style-4 {
    height: 500px;
    min-height: auto;
  }
}

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

.hero-style-4 .slide-title {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-style-4 .slide-title {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-style-4 .slide-title h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .hero-style-4 .slide-title h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (max-width: 991px) {
  .hero-style-4 .slide-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .hero-style-4 .slide-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hero-style-4 .slide-title h2 span {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 10px 15px;
  margin-top: 5px;
}

.hero-style-4 .slide-text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-style-4 .slide-text {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-style-4 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-4 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero-style-4 .slide-btns {
  text-align: center;
}

.hero-style-4 .slide-btns>a:last-child {
  margin-left: 10px;
}

.hero-style-4 .container {
  position: relative;
}


/*--------------------------------------------------------------
  #hero-style-5
--------------------------------------------------------------*/

.hero-style-5 {
  height: 100vh;
  min-height: 700px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-5 {
    background: #eff3ff;
  }
}

.hero-style-5:before {
  content: "";
  background: url("../images/hero-s5-shape.png") left top/cover no-repeat local;
  width: 948px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .hero-style-5:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-style-5 {
    height: 500px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .hero-style-5 {
    height: 500px;
    min-height: auto;
  }
}

.hero-style-5 .slide-title {
  max-width: 540px;
}

@media (max-width: 991px) {
  .hero-style-5 .slide-title {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-style-5 .slide-title h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 0.8em;
}

@media (max-width: 1199px) {
  .hero-style-5 .slide-title h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (max-width: 991px) {
  .hero-style-5 .slide-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .hero-style-5 .slide-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hero-style-5 .slide-text {
  max-width: 540px;
}

@media (max-width: 991px) {
  .hero-style-5 .slide-text {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-style-5 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-5 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .hero-style-5 .slide-btns {
    text-align: center;
  }
}

.hero-style-5 .slide-btns .video-btn-s1 {
  color: #233d62;
}

.hero-style-5 .slide-btns .video-btn-s1:before {
  border: 2px solid #ef7213;
}

@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ef7213;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ef7213;
    box-shadow: 0 0 0 0 #ef7213;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

.hero-style-5 .container {
  position: relative;
}

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

.hero-style-5 .hero-s1-parallax {
  position: absolute;
  right: -220px;
  top: -100px;
}

@media (max-width: 1199px) {
  .hero-style-5 .hero-s1-parallax {
    max-width: 600px;
    top: 0;
    right: -150px;
  }
}

@media (max-width: 991px) {
  .hero-style-5 .hero-s1-parallax {
    display: none;
  }
}


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

.site-footer {
  background-image: -moz-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  background-image: -webkit-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  background-image: -ms-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  position: relative;
  font-size: 15px;
  overflow: hidden;
  padding-top: 110px;
  margin-top: 160px;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** social-widget ***/
  /*** lower-footer ***/
}

@media (max-width: 991px) {
  .site-footer {
    padding-top: 70px;
    margin-top: 160px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    margin-top: 90px;
    padding-top: 80px;
  }
}

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

.site-footer p,
.site-footer li {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

.site-footer .link-widget ul {
  width: 50%;
  float: left;
}

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

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

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  text-decoration: underline;
}

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

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

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

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

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

.site-footer .contact-widget li span {
  font-weight: 600;
}

.site-footer .social-widget ul {
  overflow: hidden;
  padding-top: 20px;
}

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

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

.site-footer .social-widget ul a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #233d62;
  display: inline-block;
  border-radius: 50%;
}

.site-footer .social-widget ul a:hover {
  background-color: #ef7213;
  color: #fff;
}

.site-footer .social-widget ul i {
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-footer .lower-footer .extra-link ul a:hover {
  text-decoration: underline;
}

.footer-style-2 {
  background: url("../images/footer-shape-2.svg") left top/cover no-repeat local;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  padding-top: 150px;
  margin-top: 120px;
}

@media (max-width: 991px) {
  .footer-style-2 {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .footer-style-2 {
    background-image: -webkit-linear-gradient(0deg, #6d51fb 0%, #8f73d8 100%);
    background-image: -moz-linear-gradient(0deg, #6d51fb 0%, #8f73d8 100%);
    background-image: -ms-linear-gradient(0deg, #6d51fb 0%, #8f73d8 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6d51fb), to(#8f73d8));
    background-image: -webkit-linear-gradient(bottom, #6d51fb 0%, #8f73d8 100%);
    background-image: -o-linear-gradient(bottom, #6d51fb 0%, #8f73d8 100%);
    background-image: linear-gradient(0deg, #6d51fb 0%, #8f73d8 100%);
    margin-top: 60px;
  }
}

.footer-style-3,
.common-footer {
  background: #6d51fb;
  position: relative;
  padding-top: 0;
  margin-top: 0;
}

.footer-style-3:before,
.common-footer:before {
  content: "";
  background: url("../images/hero-s1-insd-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .footer-style-3,
  .common-footer {
    margin-top: 0;
  }
}

.common-footer {
  background: #6d51fb;
}

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

@media (max-width: 991px) {
  .sticky-header {
    padding: 15px 0;
  }
}

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

.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header, .header-style-4 .sticky-header {
  background-color: #6d51fb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style-1 .sticky-header .navbar-header button, .header-style-2 .sticky-header .navbar-header button, .header-style-3 .sticky-header .navbar-header button, .header-style-4 .sticky-header .navbar-header button {
  top: 23px;
}
@media only screen and (max-width: 991px) {
  .header-style-1 .sticky-header .search-contact, .header-style-2 .sticky-header .search-contact, .header-style-3 .sticky-header .search-contact, .header-style-4 .sticky-header .search-contact {
    top: 16px;
  }
}


.header-style-2 .sticky-header, .header-style-3 .sticky-header {
  padding: 0;
}

.header-style-3 .sticky-header {
  background-color: #233d62;
  background-image: -moz-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  background-image: -webkit-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  background-image: -ms-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
}

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

@media only screen and (max-width: 1199px) {
.header-style-1 .search-contact .header-search-area,
.header-style-2 .search-contact .header-search-area,
.header-style-3 .search-contact .header-search-area,
.header-style-4 .search-contact .header-search-area {
  top: 10px;
  }
}
/*--------------------------------------------------------------
#0.6  features-section
--------------------------------------------------------------*/

.features-section,
.features-section-s2 {
  padding-top: 0;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .features-section,
  .features-section-s2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .features-section,
  .features-section-s2 {
    padding-bottom: 50px;
  }
}

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

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

.features-section .feature-grids .grid,
.features-section-s2 .feature-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 45px 40px 60px;
  -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) {
  .features-section .feature-grids .grid,
  .features-section-s2 .feature-grids .grid {
    width: calc(50% - 30px);
    padding: 40px 30px 50px;
  }
}

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

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

.features-section .feature-grids>.grid:nth-child(2),
.features-section-s2 .feature-grids>.grid:nth-child(2) {
  -webkit-box-shadow: 0px 10px 16px 5px rgba(201, 201, 201, 0.31);
  box-shadow: 0px 10px 16px 5px rgba(201, 201, 201, 0.31);
}

.features-section .feature-grids .grid:hover,
.features-section-s2 .feature-grids .grid:hover {
  -webkit-box-shadow: 0px 10px 16px 5px rgba(201, 201, 201, 0.31);
  box-shadow: 0px 10px 16px 5px rgba(201, 201, 201, 0.31);
}

.features-section .icon,
.features-section-s2 .icon {
  position: relative;
}

.features-section .icon .fi,
.features-section-s2 .icon .fi {
  position: relative;
  z-index: 1;
}

.features-section .icon .fi:before,
.features-section-s2 .icon .fi:before {
  font-size: 60px;
  font-size: 3.75rem;
  color: #7fd367;
}

@media (max-width: 767px) {
  .features-section .icon .fi:before,
  .features-section-s2 .icon .fi:before {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

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

.features-section .feature-grids>.grid:nth-child(2) .fi:before,
.features-section-s2 .feature-grids>.grid:nth-child(2) .fi:before,
.features-section .feature-grids>.grid:nth-child(2) .read-more,
.features-section-s2 .feature-grids>.grid:nth-child(2) .read-more {
  color: #ef7213;
}

.features-section .feature-grids>.grid:nth-child(3) svg,
.features-section-s2 .feature-grids>.grid:nth-child(3) svg {
  fill: #eeebfd;
}

.features-section .feature-grids>.grid:nth-child(3) .fi:before,
.features-section-s2 .feature-grids>.grid:nth-child(3) .fi:before,
.features-section .feature-grids>.grid:nth-child(3) .read-more,
.features-section-s2 .feature-grids>.grid:nth-child(3) .read-more {
  color: #644eee;
}

.features-section .grid h3,
.features-section-s2 .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 1em 0;
}

.features-section .grid p,
.features-section-s2 .grid p {
  margin-bottom: 1em;
}

.features-section .grid .read-more,
.features-section-s2 .grid .read-more {
  font-family: "FuturaPT", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #84d46d;
}

.features-section-s3 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .features-section-s3 {
    padding-top: 90px;
  }
}

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


/*--------------------------------------------------------------
#0.7  about-section
--------------------------------------------------------------*/

.about-section,
.about-section-s2 {
  padding-top: 0;
  position: relative;
}

.about-section .details p,
.about-section-s2 .details p {
  margin-bottom: 1.7em;
}

.about-section .details h4,
.about-section-s2 .details h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4em;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .about-section .details h4,
  .about-section-s2 .details h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-section .btns,
.about-section-s2 .btns {
  margin-top: 40px;
}

.about-section .btns a:last-child,
.about-section-s2 .btns a:last-child {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .about-section .btns,
  .about-section-s2 .btns {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .about-section .img-holder,
  .about-section-s2 .img-holder {
    margin-bottom: 60px;
  }
}

.about-section-s2 {
  padding-top: 100px;
}

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

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


/*--------------------------------------------------------------
#0.8  service-section
--------------------------------------------------------------*/

.service-section,
.service-section-s2 {
  background-color: #fbfbfd;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .service-section,
  .service-section-s2 {
    padding-bottom: 40px;
  }
}

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

.service-section .service-grids,
.service-section-s2 .service-grids {
  margin: 40px -15px 0;
}

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

.service-section .service-grids .grid,
.service-section-s2 .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-left: 100px;
}

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

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

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

.service-section .icon,
.service-section-s2 .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.service-section .icon:before,
.service-section-s2 .icon:before {
  content: "";
  background-color: #ede8fc;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: -10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.service-section .icon .fi,
.service-section-s2 .icon .fi {
  position: relative;
}

.service-section .icon .fi:before,
.service-section-s2 .icon .fi:before {
  font-size: 55px;
  color: #7043f8;
}

.service-section .grid:hover .icon:before,
.service-section-s2 .grid:hover .icon:before {
  left: 30px;
}

.service-section .grid h3,
.service-section-s2 .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.7em;
}

.service-section .grid h3 a,
.service-section-s2 .grid h3 a {
  color: #233d62;
}

.service-section .grid h3 a:hover,
.service-section-s2 .grid h3 a:hover {
  color: #ef7213;
}

.service-section .grid p,
.service-section-s2 .grid p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.service-section .service-grids>.grid:nth-child(2),
.service-section-s2 .service-grids>.grid:nth-child(2) {
  border-color: #faefeb;
}

.service-section .service-grids>.grid:nth-child(2) .icon:before,
.service-section-s2 .service-grids>.grid:nth-child(2) .icon:before {
  background-color: #faefeb;
}

.service-section .service-grids>.grid:nth-child(2) .icon .fi:before,
.service-section-s2 .service-grids>.grid:nth-child(2) .icon .fi:before {
  color: #ef7213;
}

.service-section .service-grids>.grid:nth-child(3),
.service-section-s2 .service-grids>.grid:nth-child(3) {
  border-color: #ebf6e8;
}

.service-section .service-grids>.grid:nth-child(3) .icon:before,
.service-section-s2 .service-grids>.grid:nth-child(3) .icon:before {
  background-color: #ebf6e8;
}

.service-section .service-grids>.grid:nth-child(3) .icon .fi:before,
.service-section-s2 .service-grids>.grid:nth-child(3) .icon .fi:before {
  color: #5dbc2c;
}

.service-section .service-grids>.grid:nth-child(4),
.service-section-s2 .service-grids>.grid:nth-child(4) {
  border-color: #e8f5fb;
}

.service-section .service-grids>.grid:nth-child(4) .icon:before,
.service-section-s2 .service-grids>.grid:nth-child(4) .icon:before {
  background-color: #e8f5fb;
}

.service-section .service-grids>.grid:nth-child(4) .icon .fi:before,
.service-section-s2 .service-grids>.grid:nth-child(4) .icon .fi:before {
  color: #35bfe6;
}

.service-section .service-grids>.grid:nth-child(5),
.service-section-s2 .service-grids>.grid:nth-child(5) {
  border-color: #f9f6e7;
}

.service-section .service-grids>.grid:nth-child(5) .icon:before,
.service-section-s2 .service-grids>.grid:nth-child(5) .icon:before {
  background-color: #f9f6e7;
}

.service-section .service-grids>.grid:nth-child(5) .icon .fi:before,
.service-section-s2 .service-grids>.grid:nth-child(5) .icon .fi:before {
  color: #ebbf22;
}

.service-section .service-grids>.grid:nth-child(6),
.service-section-s2 .service-grids>.grid:nth-child(6) {
  border-color: #feedf5;
}

.service-section .service-grids>.grid:nth-child(6) .icon:before,
.service-section-s2 .service-grids>.grid:nth-child(6) .icon:before {
  background-color: #feedf5;
}

.service-section .service-grids>.grid:nth-child(6) .icon .fi:before,
.service-section-s2 .service-grids>.grid:nth-child(6) .icon .fi:before {
  color: #f84c98;
}


/*--------------------------------------------------------------
#0.9  cta-section
--------------------------------------------------------------*/

.cta-section,
.cta-section-s2,
.cta-section-s3 {
  padding-bottom: 92px;
}

@media (max-width: 991px) {
  .cta-section,
  .cta-section-s2,
  .cta-section-s3 {
    padding-bottom: 82px;
  }
}

@media (max-width: 767px) {
  .cta-section,
  .cta-section-s2,
  .cta-section-s3 {
    padding-bottom: 72px;
  }
}

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

.cta-section .details>.grid+.grid,
.cta-section-s2 .details>.grid+.grid,
.cta-section-s3 .details>.grid+.grid {
  margin-top: 33px;
}

.cta-section .grid,
.cta-section-s2 .grid,
.cta-section-s3 .grid {
  padding-left: 70px;
  position: relative;
}

.cta-section .grid .icon,
.cta-section-s2 .grid .icon,
.cta-section-s3 .grid .icon {
  background-color: #ebecfc;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 55px;
  position: absolute;
  left: 0;
}

.cta-section .grid .fi:before,
.cta-section-s2 .grid .fi:before,
.cta-section-s3 .grid .fi:before {
  font-size: 25px;
  color: #757bf3;
}

.cta-section .grid h4,
.cta-section-s2 .grid h4,
.cta-section-s3 .grid h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.7em;
}

.cta-section .grid p,
.cta-section-s2 .grid p,
.cta-section-s3 .grid p {
  margin: 0;
}

.cta-section .details>.grid:nth-child(2) .icon,
.cta-section-s2 .details>.grid:nth-child(2) .icon,
.cta-section-s3 .details>.grid:nth-child(2) .icon {
  background-color: #e8f9e7;
}

.cta-section .details>.grid:nth-child(2) .icon .fi:before,
.cta-section-s2 .details>.grid:nth-child(2) .icon .fi:before,
.cta-section-s3 .details>.grid:nth-child(2) .icon .fi:before {
  color: #139f0b;
}

.cta-section .details>.grid:nth-child(3) .icon,
.cta-section-s2 .details>.grid:nth-child(3) .icon,
.cta-section-s3 .details>.grid:nth-child(3) .icon {
  background-color: #fde8d8;
}

.cta-section .details>.grid:nth-child(3) .icon .fi:before,
.cta-section-s2 .details>.grid:nth-child(3) .icon .fi:before,
.cta-section-s3 .details>.grid:nth-child(3) .icon .fi:before {
  color: #ef7213;
}

@media (max-width: 991px) {
  .cta-section .img-holder,
  .cta-section-s2 .img-holder,
  .cta-section-s3 .img-holder {
    margin-bottom: 60px;
  }
}


/*--------------------------------------------------------------
#1.0  analytic-section
--------------------------------------------------------------*/

.analytic-section {
  background-color: #fbfbfd;
  position: relative;
}

.analytic-section:before {
  content: "";
  background: url("../images/hero-s1-insd-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.analytic-section form>div {
  margin-bottom: 15px;
}

.analytic-section input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  border: 1px solid #dfe2e9;
}

@media (max-width: 991px) {
  .analytic-section input {
    height: 45px;
  }
}

.analytic-section input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef7213;
}


/*--------------------------------------------------------------
#1.1  case-studies-section
--------------------------------------------------------------*/

.case-studies-section {
  position: relative;
}

.case-studies-section:before {
  content: "";
  background: url("../images/case-inside-shape.png") center 0/90% no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

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

.case-studies-section .case-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  border-radius: 5px;
}

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

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

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

.case-studies-section .details {
  padding: 23px 30px 30px;
  -webkit-box-shadow: 0 0 25px #e4e1e1;
  box-shadow: 0 0 25px #e4e1e1;
  -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) {
  .case-studies-section .details {
    padding: 18px 20px 23px;
  }
}

.case-studies-section .grid:hover .details {
  -webkit-box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.15);
  box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.15);
}

.case-studies-section h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .case-studies-section h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.case-studies-section h3 a {
  color: #233d62;
}

.case-studies-section h3 a:hover {
  color: #ef7213;
}

.case-studies-section .cat {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .case-studies-section .cat {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.case-studies-section .all-case {
  text-align: center;
}


/*--------------------------------------------------------------
#1.2  testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  background: url("../images/testimonials/testimonials-bg.jpg") center center/cover no-repeat local;
  position: relative;
}

.testimonials-section .testimonial-slider img {
  width: auto;
  border-radius: 50%;
}

.testimonials-section .grid p {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .testimonials-section .grid p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.testimonials-section .quoter {
  position: relative;
  padding-left: 85px;
  min-height: 65px;
  margin-top: 35px;
}

.testimonials-section .quoter img {
  position: absolute;
  left: 0;
}

.testimonials-section .quoter h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.2em;
  padding-top: 0.6em;
}

.testimonials-section .quoter h4 + span {
  font-size: 14px;
  font-size: 0.875rem;
}

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

.testimonials-section .owl-controls {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 300px;
}

@media (max-width: 450px) {
  .testimonials-section .owl-controls {
    position: relative;
    left: 0;
    margin-top: 30px;
  }
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #ef7213;
  opacity: 0.7;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  opacity: 1;
}

/*--------------------------------------------------------------
#1.3  pricing-section
--------------------------------------------------------------*/

.pricing-section,
.pricing-section-s2,
.pricing-section-s3 {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .pricing-section,
  .pricing-section-s2,
  .pricing-section-s3 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .pricing-section,
  .pricing-section-s2,
  .pricing-section-s3 {
    padding-bottom: 50px;
  }
}

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

@media (max-width: 767px) {
  .pricing-section .pricing-grids,
  .pricing-section-s2 .pricing-grids,
  .pricing-section-s3 .pricing-grids {
    margin: 0 -7.5px;
  }
}

.pricing-section .pricing-grids .grid,
.pricing-section-s2 .pricing-grids .grid,
.pricing-section-s3 .pricing-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 9px 36.34px 9.66px rgba(35, 61, 98, 0.13);
  box-shadow: 0px 9px 36.34px 9.66px rgba(35, 61, 98, 0.13);
}

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

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

@media (max-width: 650px) {
  .pricing-section .pricing-grids .grid,
  .pricing-section-s2 .pricing-grids .grid,
  .pricing-section-s3 .pricing-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.pricing-section .pricing-header,
.pricing-section-s2 .pricing-header,
.pricing-section-s3 .pricing-header {
  background: url("../images/pricing-header-bg/img-1.png") center center/cover no-repeat local;
  height: 257px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px 5px 0 0;
}

.pricing-section .pricing-header h4,
.pricing-section-s2 .pricing-header h4,
.pricing-section-s3 .pricing-header h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  margin: -1em 0 0;
}

@media (max-width: 767px) {
  .pricing-section .pricing-header h4,
  .pricing-section-s2 .pricing-header h4,
  .pricing-section-s3 .pricing-header h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pricing-section .pricing-header p,
.pricing-section-s2 .pricing-header p,
.pricing-section-s3 .pricing-header p {
  color: #fff;
  margin: 0;
}

.pricing-section .price,
.pricing-section-s2 .price,
.pricing-section-s3 .price {
  font-family: "FuturaPT", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .pricing-section .price,
  .pricing-section-s2 .price,
  .pricing-section-s3 .price {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.pricing-section .price span,
.pricing-section-s2 .price span,
.pricing-section-s3 .price span {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  right: 7px;
  top: -20px;
}

.pricing-section .pricing-body,
.pricing-section-s2 .pricing-body,
.pricing-section-s3 .pricing-body {
  padding: 35px 45px 0;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-body,
  .pricing-section-s2 .pricing-body,
  .pricing-section-s3 .pricing-body {
    padding: 25px 25px 0;
  }
}

.pricing-section .pricing-body ul>li+li,
.pricing-section-s2 .pricing-body ul>li+li,
.pricing-section-s3 .pricing-body ul>li+li {
  margin-top: 8px;
}

.pricing-section .pricing-footer,
.pricing-section-s2 .pricing-footer,
.pricing-section-s3 .pricing-footer {
  padding: 35px 0 55px 0;
}

.pricing-section .pricing-grids>.grid:nth-child(2) .pricing-header,
.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .pricing-header,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .pricing-header {
  background: url("../images/pricing-header-bg/img-2.png") center center/cover no-repeat local;
}

.pricing-section .pricing-grids>.grid:nth-child(3) .pricing-header,
.pricing-section-s2 .pricing-grids>.grid:nth-child(3) .pricing-header,
.pricing-section-s3 .pricing-grids>.grid:nth-child(3) .pricing-header {
  background: url("../images/pricing-header-bg/img-3.png") center center/cover no-repeat local;
}


/*--------------------------------------------------------------
#1.4  blog-section
--------------------------------------------------------------*/

.blog-section,
.blog-section-s2 {
  padding-bottom: 25px;
  position: relative;
}

.blog-section:before,
.blog-section-s2:before {
  content: "";
  background-color: #fbfbfd;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .blog-section,
  .blog-section-s2 {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .blog-section,
  .blog-section-s2 {
    padding-bottom: 45px;
  }
}

.blog-section .blog-grids,
.blog-section-s2 .blog-grids {
  margin: 0 -15px;
}

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

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

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

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

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

.blog-section .entry-media,
.blog-section-s2 .entry-media {
  position: relative;
  overflow: hidden;
}

.blog-section .entry-media img,
.blog-section-s2 .entry-media img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-section .grid:hover .entry-media img,
.blog-section-s2 .grid:hover .entry-media img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.blog-section .entry-details,
.blog-section-s2 .entry-details {
  position: relative;
  padding: 30px 25px;
  position: relative;
  -webkit-box-shadow: 0px 10px 16px 5px rgba(222, 222, 222, 0.31);
  box-shadow: 0px 10px 16px 5px rgba(222, 222, 222, 0.31);
}

.blog-section .entry-details .date,
.blog-section-s2 .entry-details .date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-section .entry-details h3,
.blog-section-s2 .entry-details h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .blog-section .entry-details h3,
  .blog-section-s2 .entry-details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-section .entry-details h3 a,
.blog-section-s2 .entry-details h3 a {
  color: #233d62;
}

.blog-section .entry-details h3 a:hover,
.blog-section-s2 .entry-details h3 a:hover {
  color: #ef7213;
}

.blog-section .entry-details .read-more,
.blog-section-s2 .entry-details .read-more {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ef7213;
}

.blog-section .entry-details .read-more:hover,
.blog-section-s2 .entry-details .read-more:hover {
  color: #ef7213;
}


/*--------------------------------------------------------------
#1.5  newsletter-section
--------------------------------------------------------------*/

.newsletter-section {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .newsletter-section {
    background: #fff;
    -webkit-box-shadow: 0px 3px 55.25px 9.75px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 55.25px 9.75px rgba(0, 0, 0, 0.05);
  }
}

.newsletter-section .newsletter-form {
  background: url("../images/newsletter-bg.png") center center/100% no-repeat local;
  max-width: 865px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 120px;
}

@media (max-width: 767px) {
  .newsletter-section .newsletter-form {
    background: #fff;
    max-width: 320px;
    padding: 45px 25px;
  }
}

.newsletter-section .newsletter-form h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
}

@media (max-width: 991px) {
  .newsletter-section .newsletter-form h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

.newsletter-section form input {
  height: 55px;
  color: #687693;
  border: 2px solid #ebeef1;
  padding: 6px 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.newsletter-section form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef7213;
}

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

.newsletter-section form .submit button {
  background: #ef7213;
  width: 55px;
  height: 55px;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
}

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


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


/*--------------------------------------------------------------
#2.1  work-process-section
--------------------------------------------------------------*/

@media (max-width: 600px) {
  .work-process-section {
    padding-bottom: 35px;
  }
}

.work-process-section .work-process-grids .grid {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}

@media (max-width: 600px) {
  .work-process-section .work-process-grids .grid {
    width: 50%;
    margin-bottom: 45px;
  }
}

.work-process-section .work-process-grids .grid:before {
  content: "";
  background: url("../images/arrow.png") center center/100% no-repeat local;
  width: 72px;
  height: 23px;
  position: absolute;
  right: -35px;
  top: 60px;
}

@media (max-width: 991px) {
  .work-process-section .work-process-grids .grid:before {
    display: none;
  }
}

.work-process-section .work-process-grids>.grid:last-child:before {
  display: none;
}

.work-process-section .grid .icon {
  background-color: #7f56fe;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .work-process-section .grid .icon {
    width: 110px;
    height: 110px;
  }
}

.work-process-section .icon-inner {
  background: #fff;
  width: 85px;
  height: 85px;
  line-height: 85px;
  margin: 0 auto;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .work-process-section .icon-inner {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}

.work-process-section .grid .fi:before {
  font-size: 40px;
  color: #7f56fe;
}

@media (max-width: 767px) {
  .work-process-section .grid .fi:before {
    font-size: 30px;
  }
}

.work-process-section .grid h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 767px) {
  .work-process-section .grid h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.work-process-section .work-process-grids>.grid:nth-child(2) .icon {
  background-color: #08e7ba;
}

.work-process-section .work-process-grids>.grid:nth-child(2) .icon .fi:before {
  color: #08e7ba;
}

.work-process-section .work-process-grids>.grid:nth-child(3) .icon {
  background-color: #9757f6;
}

.work-process-section .work-process-grids>.grid:nth-child(3) .icon .fi:before {
  color: #9757f6;
}

.work-process-section .work-process-grids>.grid:nth-child(4) .icon {
  background-color: #ef7213;
}

.work-process-section .work-process-grids>.grid:nth-child(4) .icon .fi:before {
  color: #ef7213;
}


/*--------------------------------------------------------------
#2.2  features-section-s2
--------------------------------------------------------------*/

.features-section-s2 {
  background-color: #fbfbfd;
  padding-bottom: 100px;
  padding-top: 100px;
}

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

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

.features-section-s2 .feature-grids .grid {
  position: relative;
  -webkit-box-shadow: 0 0 20px #e8e8e8;
  box-shadow: 0 0 20px #e8e8e8;
  background: #fff;
  padding: 50px 40px 40px;
  border-radius: 5px;
  box-shadow: 0 0 20px #e8e8e8;
  -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) {
  .features-section-s2 .feature-grids .grid {
    width: calc(50% - 30px);
    padding: 40px 30px 50px;
  }
}

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

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

.features-section-s2 .feature-grids .grid:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -ms-transform: skew(0deg, 5deg);
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  -webkit-box-shadow: 0px 7px 10px 0px #e8e8e8;
  box-shadow: 0px 7px 10px 0px #e8e8e8;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .features-section-s2 .feature-grids .grid:before {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .features-section-s2 .feature-grids .grid:nth-child(2) {
    background: #6d51fb;
  }
  .features-section-s2 .feature-grids .grid:nth-child(2):before {
    background: #6d51fb;
  }
  .features-section-s2 .feature-grids .grid:nth-child(2) .fi:before,
  .features-section-s2 .feature-grids .grid:nth-child(2) h3,
  .features-section-s2 .feature-grids .grid:nth-child(2) p {
    color: #fff;
  }
}

.features-section-s2 .grid .icon,
.features-section-s2 .grid h3,
.features-section-s2 .grid p {
  position: relative;
  z-index: 1;
}


/*--------------------------------------------------------------
#2.3  cta-section-s2
--------------------------------------------------------------*/

.cta-section-s2,
.cta-section-s3 {
  background-image: -moz-linear-gradient(0deg, #6d51fb 0%, #8f73d8 100%);
  background-image: -webkit-linear-gradient(0deg, #6d51fb 0%, #8f73d8 100%);
  background-image: -ms-linear-gradient(0deg, #6d51fb 0%, #8f73d8 100%);
}

.cta-section-s2 .section-title-s3 h2,
.cta-section-s3 .section-title-s3 h2,
.cta-section-s2 .section-title-s3 p,
.cta-section-s3 .section-title-s3 p,
.cta-section-s2 .grid h4,
.cta-section-s3 .grid h4 {
  color: #fff;
}

.cta-section-s2 .grid p,
.cta-section-s3 .grid p {
  font-size: 15px;
  color: #fff;
}


/*--------------------------------------------------------------
#2.4  service-section-s2
--------------------------------------------------------------*/

.service-section-s2 .grid .icon:before {
  display: none;
}

.service-section-s2 .grid .icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 90px;
  line-height: 90px;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0px 9px 36.34px 9.66px rgba(25, 38, 62, 0.06);
  box-shadow: 0px 9px 36.34px 9.66px rgba(25, 38, 62, 0.06);
}

.service-section-s2 .grid .icon .fi:before {
  font-size: 35px;
}


/*--------------------------------------------------------------
#2.5  analytic-section-s2
--------------------------------------------------------------*/

.analytic-section-s2 {
  background: url("../images/analytic-s2-bg.jpg") center center/cover no-repeat local;
}

.analytic-section-s2 .section-title-s2 h2,
.analytic-section-s2 .section-title-s2 p {
  color: #fff;
}

.analytic-section-s2 form {
  margin-top: 25px;
  position: relative;
}

.analytic-section-s2 form input {
  height: 60px;
  color: #687693;
  border: 2px solid #ebeef1;
  padding: 6px 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.analytic-section-s2 form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef7213;
}

.analytic-section-s2 form .submit {
  position: absolute;
  right: 0;
  top: 0;
}

.analytic-section-s2 form .submit button {
  background: #ef7213;
  width: 60px;
  height: 60px;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
}

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


/*--------------------------------------------------------------
#2.6  case-studies-section-s2
--------------------------------------------------------------*/

.case-studies-section-s2 .details {
  padding: 23px 30px 30px;
  border: 1px solid #f1f1f1;
  -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) {
  .case-studies-section-s2 .details {
    padding: 18px 20px 23px;
  }
}

.case-studies-section-s2 .grid:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.case-studies-section-s2 .img-holder {
  overflow: hidden;
}

.case-studies-section-s2 .img-holder img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.case-studies-section-s2 .grid:hover .img-holder img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.case-studies-section-s2 h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .case-studies-section-s2 h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.case-studies-section-s2 h3 a {
  color: #233d62;
}

.case-studies-section-s2 h3 a:hover {
  color: #ef7213;
}

.case-studies-section-s2 .cat {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .case-studies-section-s2 .cat {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.case-studies-section-s2 .all-case {
  text-align: center;
  margin-top: 30px;
}

/*--------------------------------------------------------------
#2.7  testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2, .testimonials-section-s3 {
  background-color: #7155f7;
  position: relative;
}

.testimonials-section-s2:after, .testimonials-section-s3:after {
  content: "";
  background: url("../images/testimonials/cloud.png") center center/cover no-repeat local;
  width: 100%;
  height: 360px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonials-section-s2 .move-rocket, .testimonials-section-s3 .move-rocket {
  position: absolute;
  left: 40px;
  bottom: 0;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .move-rocket, .testimonials-section-s3 .move-rocket {
    display: none;
  }
}

.testimonials-section-s2 .section-title-s5 h2, .testimonials-section-s3 .section-title-s5 h2, .testimonials-section-s2 .section-title-s6 h2, .testimonials-section-s3 .section-title-s6 h2 {
  color: #fff;
}

.testimonials-section-s2 .testimonial-slider-s2 img, .testimonials-section-s3 .testimonial-slider-s2 img {
  width: auto;
  border-radius: 50%;
}

.testimonials-section-s2 .grid, .testimonials-section-s3 .grid {
  background-color: #fff;
  padding: 45px 45px 45px 90px;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0px 9px 36.8px 3.2px rgba(25, 38, 62, 0.07);
  box-shadow: 0px 9px 36.8px 3.2px rgba(25, 38, 62, 0.07);
}

@media (max-width: 767px) {
  .testimonials-section-s2 .grid, .testimonials-section-s3 .grid {
    padding: 45px 45px 45px 70px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-s2 .grid, .testimonials-section-s3 .grid {
    padding: 115px 25px 35px;
  }
}

.testimonials-section-s2 .grid p, .testimonials-section-s3 .grid p {
  font-style: italic;
}

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

.testimonials-section-s2 .quoter, .testimonials-section-s3 .quoter {
  margin-top: 20px;
}

.testimonials-section-s2 .quoter h4, .testimonials-section-s3 .quoter h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.2em;
  position: relative;
}

.testimonials-section-s2 .quoter h4:before, .testimonials-section-s3 .quoter h4:before {
  content: "\f109";
  font-family: "Flaticon";
  position: absolute;
  left: -40px;
  top: 7px;
  color: #e8e8e8;
  font-size: 25px;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .quoter h4:before, .testimonials-section-s3 .quoter h4:before {
    display: none;
  }
}

.testimonials-section-s2 .quoter h4 + span, .testimonials-section-s3 .quoter h4 + span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.testimonials-section-s2 .client-pic, .testimonials-section-s3 .client-pic {
  position: absolute;
  left: -32px;
  top: 30px;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-pic, .testimonials-section-s3 .client-pic {
    left: 25px;
  }
}

.testimonials-section-s2 .client-pic:before, .testimonials-section-s3 .client-pic:before {
  content: "";
  background: #7155f7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  border-radius: 50%;
}

.testimonials-section-s2 .owl-controls, .testimonials-section-s3 .owl-controls {
  margin-top: 0;
}

.testimonials-section-s2 .owl-carousel .owl-stage-outer .owl-item, .testimonials-section-s3 .owl-carousel .owl-stage-outer .owl-item {
  padding-bottom: 40px;
}

.testimonials-section-s2 .owl-theme .owl-dots .owl-dot span, .testimonials-section-s3 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #ef7213;
  opacity: 0.7;
}

.testimonials-section-s2 .owl-theme .owl-dots .owl-dot.active span, .testimonials-section-s3 .owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  opacity: 1;
}

/*--------------------------------------------------------------
#2.8  pricing-section-s2
--------------------------------------------------------------*/

.pricing-section-s2 .pricing-grids .grid .pricing-header,
.pricing-section-s3 .pricing-grids .grid .pricing-header {
  background: #fff !important;
}

.pricing-section-s2 .pricing-header h4,
.pricing-section-s3 .pricing-header h4,
.pricing-section-s2 .pricing-header p,
.pricing-section-s3 .pricing-header p {
  color: #687693;
}

.pricing-section-s2 .price,
.pricing-section-s3 .price {
  color: #233d62;
}

.pricing-section-s2 .pricing-header h4,
.pricing-section-s3 .pricing-header h4 {
  margin-top: 0;
}

.pricing-section-s2 .pricing-header,
.pricing-section-s3 .pricing-header {
  height: auto;
  padding: 50px 0 45px;
  border-bottom: 1px solid #f1f1f1;
}

.pricing-section-s2 .pricing-grids>.grid:nth-child(2),
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) {
  background: url("../images/pricing-bg.jpg") center center/cover no-repeat local;
}

.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .pricing-header,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .pricing-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .pricing-header h4,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .pricing-header h4,
.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .pricing-header p,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .pricing-header p,
.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .price,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .price,
.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .pricing-body li,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .pricing-body li {
  color: #fff;
}

.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .theme-btn,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .theme-btn,
.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .theme-btn-s3,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .theme-btn-s3 {
  background: #fff;
  color: #233d62;
}

.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .theme-btn:hover,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .theme-btn:hover,
.pricing-section-s2 .pricing-grids>.grid:nth-child(2) .theme-btn-s3:hover,
.pricing-section-s3 .pricing-grids>.grid:nth-child(2) .theme-btn-s3:hover {
  color: #fff;
}


/*--------------------------------------------------------------
#2.9  footer-cta-section
--------------------------------------------------------------*/

.footer-cta-section {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .footer-cta-section {
    background: #fff;
    -webkit-box-shadow: 0px 3px 55.25px 9.75px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 55.25px 9.75px rgba(0, 0, 0, 0.05);
  }
}

.footer-cta-section .cta-content {
  background: url("../images/newsletter-bg.png") center center/100% no-repeat local;
  max-width: 865px;
  margin: 0 auto;
  padding: 100px 120px;
  position: relative;
}

@media (max-width: 991px) {
  .footer-cta-section .cta-content {
    background: url("../images/newsletter-bg.png") center center/110% no-repeat local;
  }
}

@media (max-width: 767px) {
  .footer-cta-section .cta-content {
    background: #fff;
    max-width: 320px;
    padding: 45px 25px;
  }
}

.footer-cta-section .cta-content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .footer-cta-section .cta-content h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer-cta-section .cta-content p {
  margin: 0;
}

@media (max-width: 991px) {
  .footer-cta-section .cta-content p {
    margin-bottom: 1em;
  }
}

.footer-cta-section .cta-content .theme-btn,
.footer-cta-section .cta-content .theme-btn-s3 {
  position: absolute;
  right: 100px;
  top: 115px;
}

@media (max-width: 991px) {
  .footer-cta-section .cta-content .theme-btn,
  .footer-cta-section .cta-content .theme-btn-s3 {
    position: static;
  }
}


/*--------------------------------------------------------------
  #home-style-3
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#3.1  partners-section
--------------------------------------------------------------*/

.partners-section {
  padding: 85px 0 65px;
}

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

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

.partners-section .partners-grids .grid {
  width: calc(20% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

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

@media (max-width: 600px) {
  .partners-section .partners-grids .grid {
    width: calc(50% - 15px);
  }
}

.partners-section .partners-grids .grid img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

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


/*--------------------------------------------------------------
#3.2  why-choose-us-section
--------------------------------------------------------------*/

.why-choose-us-section {
  position: relative;
}

.why-choose-us-section:before {
  content: "";
  background: url("../images/hero-s1-insd-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.why-choose-us-section .why-choose-grids>.grid+.grid {
  margin-top: 35px;
}

.why-choose-us-section .grid {
  position: relative;
  padding-left: 85px;
  z-index: 1;
}

.why-choose-us-section .grid .icon {
  position: absolute;
  left: 0;
  top: -5px;
}

.why-choose-us-section .grid .fi:before {
  font-size: 45px;
  color: #7fd367;
}

.why-choose-us-section .grid h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.5em;
}

.why-choose-us-section .grid p {
  margin: 0;
}

.why-choose-us-section .why-choose-grids>.grid:nth-child(2) .icon .fi:before {
  color: #ef7213;
}

.why-choose-us-section .why-choose-grids>.grid:nth-child(3) .icon .fi:before {
  color: #644eee;
}

.why-choose-us-section .img-holder {
  text-align: right;
}

@media (max-width: 991px) {
  .why-choose-us-section .img-holder {
    text-align: left;
    margin-top: 60px;
  }
}


/*--------------------------------------------------------------
#3.3  cta-section-s3
--------------------------------------------------------------*/

.cta-section-s3 {
  background: #6d51fb;
  position: relative;
}

.cta-section-s3:before {
  content: "";
  background: url("../images/hero-s1-insd-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


/*--------------------------------------------------------------
#3.4  case-studies-section-s3
--------------------------------------------------------------*/

.case-studies-section-s3 {
  padding-top: 0;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .case-studies-section-s3 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .case-studies-section-s3 {
    padding-bottom: 50px;
  }
}

.case-studies-section-s3 .gallery-filters {
  margin-bottom: 40px;
  margin-top: -10px;
  text-align: center;
}

@media (max-width: 767px) {
  .case-studies-section-s3 .gallery-filters {
    text-align: center;
  }
  .case-studies-section-s3 .gallery-filters ul {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .case-studies-section-s3 .gallery-filters li {
    display: inline-block;
  }
}

.case-studies-section-s3 .gallery-filters li a {
  color: #687693;
  font-weight: 700;
  padding: 5px 15px 8px;
  display: block;
  border-radius: 45px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .case-studies-section-s3 .gallery-filters li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 20px 10px;
  }
}

.case-studies-section-s3 .gallery-filters li a.current {
  background-color: #ef7213;
  color: #fff;
}

.case-studies-section-s3 .gallery-filters li a:active,
.case-studies-section-s3 .gallery-filters li a:focus {
  text-decoration: none;
}

.case-studies-section-s3 .case-grids {
  margin: 0 -15px;
}

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

.case-studies-section-s3 .case-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}

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

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

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

.case-studies-section-s3 .case-grids .grid img {
  border-radius: 0;
}

.case-studies-section-s3 .details {
  background: #fff;
  padding: 23px 30px 30px;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 991px) {
  .case-studies-section-s3 .details {
    padding: 18px 20px 23px;
  }
}

.case-studies-section-s3 .grid:hover .details {
  -webkit-box-shadow: 0 0 25px #cac6c6;
  box-shadow: 0 0 25px #cac6c6;
}

.case-studies-section-s3 .img-holder {
  overflow: hidden;
}

.case-studies-section-s3 .img-holder img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px 5px 0 0;
}

.case-studies-section-s3 .grid:hover .img-holder img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.case-studies-section-s3 h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .case-studies-section-s3 h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.case-studies-section-s3 h3 a {
  color: #233d62;
}

.case-studies-section-s3 h3 a:hover {
  color: #ef7213;
}

.case-studies-section-s3 .cat {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .case-studies-section-s3 .cat {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.case-studies-page-section-s3 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .case-studies-page-section-s3 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .case-studies-page-section-s3 {
    padding-top: 80px;
  }
}


/*--------------------------------------------------------------
#3.5  testimonials-section-s3
--------------------------------------------------------------*/

.testimonials-section-s3 {
  background: #6d51fb;
  position: relative;
}

.testimonials-section-s3:after {
  display: none;
}

.testimonials-section-s3:before {
  content: "";
  background: url("../images/testimonials-shape-bg.png") center center/100% no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


/*--------------------------------------------------------------
#3.6  pricing-section-s3
--------------------------------------------------------------*/

.pricing-section-s3 {
  position: relative;
}

.pricing-section-s3 .pricing-grids .grid {
  background: #fff;
  border-radius: 0;
}

.pricing-section-s3 .pricing-grids>.grid:nth-child(2) {
  background-image: -moz-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  background-image: -webkit-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
  background-image: -ms-linear-gradient(-37deg, #6d51fb 0%, #40b1f3 0%, #4b32aa 100%);
}

.pricing-section-s3 .pricing-body {
  text-align: center;
}

.pricing-section-s3 .pricing-body li {
  position: relative;
  padding-left: 0;
}

.pricing-section-s3 .pricing-body li i {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.pricing-section-s3 .pricing-body ul>li+li {
  margin-top: 11px;
}


/*--------------------------------------------------------------
#3.7  team-section
--------------------------------------------------------------*/

.team-section {
  background-color: #f8f7ff;
  padding-bottom: 50px;
  position: relative;
}

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

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

.team-section:before {
  content: "";
  background: url("../images/hero-s1-insd-shape.png") left bottom/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

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

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

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

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

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

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

.team-section .team-grids ul {
  list-style: none;
  display: inline-block;
}

.team-section .team-grids ul li {
  float: left;
}

.team-section .team-grids ul>li+li {
  margin-left: 10px;
}

.team-section .team-grids ul li a {
  background-color: #ef7213;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.team-section .team-grids ul li a:hover {
  background-color: #c25b0d;
}

.team-section .team-grids .img-social {
  position: relative;
}

.team-section .team-grids .social {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-section .team-grids .grid:hover .social {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.team-section .team-grids .details {
  padding: 20px 0;
  background-color: #fff;
}

.team-section .team-grids h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.1em;
}

@media (max-width: 767px) {
  .team-section .team-grids h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.team-section .team-grids h3+span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}


/*--------------------------------------------------------------
#3.8  blog-section-s2
--------------------------------------------------------------*/

.blog-section-s2 {
  padding-bottom: 65px;
}

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

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

.blog-section-s2:before {
  display: none;
}

.service-section-s3 {
  position: relative;
}

.service-section-s3 .side-shape {
  background: url("../images/shape-1.png") center center/cover no-repeat local;
  width: 590px;
  height: 594px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.service-section-s3 .service-grids .grid {
  background-color: #fff;
  width: 33.33%;
  float: left;
  padding: 52px 45px;
  border: 1px solid #ede8fc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  margin-left: -1px;
  margin-bottom: -1px;
}

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

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

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

.service-section-s3 .service-grids .grid:hover {
  background: #6d51fb;
}

.service-section-s3 .service-grids .grid:hover .fi:before,
.service-section-s3 .service-grids .grid:hover h3 a,
.service-section-s3 .service-grids .grid:hover p {
  color: #fff;
}

.service-section-s3 .icon .fi:before {
  font-size: 55px;
  color: #6d51fb;
}

.service-section-s3 .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0.3em 0 1em;
}

.service-section-s3 .grid h3 a {
  color: #233d62;
}

.service-section-s3 .grid h3 a:hover {
  color: #ef7213;
}

.service-section-s3 .grid p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}


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


/*--------------------------------------------------------------
#4.1  history-section
--------------------------------------------------------------*/

.history-section .history-grids {
  position: relative;
}

.history-section .history-grids:before {
  content: "";
  background-color: #f1f7ff;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}

@media (max-width: 767px) {
  .history-section .history-grids:before {
    display: none;
  }
}

.history-section .history-grids>.grid+.grid {
  margin-top: 45px;
}

@media (max-width: 500px) {
  .history-section .history-grids .grid {
    border: 2px solid #f1f7ff;
    padding: 30px;
  }
}

.history-section .time-title {
  width: 335px;
  float: left;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .history-section .time-title {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .history-section .time-title {
    width: 100%;
    float: none;
    padding: 15px 0;
  }
}

.history-section .time-title h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.3em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .history-section .time-title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.history-section .time-title h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 767px) {
  .history-section .time-title h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.history-section .grid-s1 .time-title,
.history-section .grid-s2 .time-title {
  text-align: right;
  position: relative;
}

@media (max-width: 767px) {
  .history-section .grid-s1 .time-title,
  .history-section .grid-s2 .time-title {
    padding-right: 25px;
  }
}

@media (max-width: 500px) {
  .history-section .grid-s1 .time-title,
  .history-section .grid-s2 .time-title {
    text-align: left;
  }
}

.history-section .grid-s1 .time-title:before,
.history-section .grid-s2 .time-title:before {
  content: "";
  background-color: #fff;
  width: 16px;
  height: 16px;
  border: 6px solid #ef7213;
  border-radius: 50%;
  position: absolute;
  right: -49px;
  top: calc(50% - 8px);
}

@media (max-width: 1199px) {
  .history-section .grid-s1 .time-title:before,
  .history-section .grid-s2 .time-title:before {
    right: -63px;
  }
}

@media (max-width: 991px) {
  .history-section .grid-s1 .time-title:before,
  .history-section .grid-s2 .time-title:before {
    right: -34px;
  }
}

@media (max-width: 767px) {
  .history-section .grid-s1 .time-title:before,
  .history-section .grid-s2 .time-title:before {
    display: none;
  }
}

.history-section .grid-s2 .time-title {
  text-align: left;
}

@media (max-width: 767px) {
  .history-section .grid-s2 .time-title {
    padding-right: 0;
    padding-left: 25px;
  }
}

@media (max-width: 500px) {
  .history-section .grid-s2 .time-title {
    padding-left: 0;
  }
}

.history-section .grid-s2 .time-title:before {
  left: -49px;
}

@media (max-width: 1199px) {
  .history-section .grid-s2 .time-title:before {
    left: -63px;
  }
}

@media (max-width: 991px) {
  .history-section .grid-s2 .time-title:before {
    left: -34px;
  }
}

.history-section .details {
  width: 335px;
  float: right;
  border: 2px solid #f1f7ff;
  padding: 30px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .history-section .details {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .history-section .details {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
  }
}

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

.history-section .grid-s2 .time-title {
  float: right;
}

.history-section .grid-s2 .details {
  float: left;
}


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


/*--------------------------------------------------------------
#5.1  contact-info-section
--------------------------------------------------------------*/

.contact-info-section {
  padding-bottom: 70px;
}

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

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

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

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

.contact-info-section .contact-info-grids .grid {
  background: url("../images/contact/img-1.jpg") center center/cover no-repeat local;
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 85px 15px;
  text-align: center;
  border-radius: 5px;
  position: relative;
}

.contact-info-section .contact-info-grids .grid:before {
  content: "";
  background: #6d51fb;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: 0.95;
  -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) {
  .contact-info-section .contact-info-grids .grid {
    width: calc(50% - 30px);
  }
}

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

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

.contact-info-section .contact-info-grids .grid:hover:before {
  opacity: 1;
}

.contact-info-section .contact-info-grids>.grid:nth-child(2) {
  background: url("../images/contact/img-2.jpg") center center/cover no-repeat local;
}

.contact-info-section .contact-info-grids>.grid:nth-child(2):before {
  background: #15b778;
}

.contact-info-section .contact-info-grids>.grid:nth-child(3) {
  background: url("../images/contact/img-3.jpg") center center/cover no-repeat local;
}

.contact-info-section .contact-info-grids>.grid:nth-child(3):before {
  background: #8720d0;
}

.contact-info-section .fi,
.contact-info-section h3,
.contact-info-section p {
  position: relative;
  color: #fff;
}

.contact-info-section .fi:before {
  font-size: 50px;
}

@media (max-width: 767px) {
  .contact-info-section .fi:before {
    font-size: 40px;
  }
}

.contact-info-section h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0.5em 0 1em;
}

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


/*--------------------------------------------------------------
#5.2  contact-form-section
--------------------------------------------------------------*/

.contact-form-section {
  padding: 0 0 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form-section form .submit-area {
  width: 100%;
  text-align: center;
}

.contact-map-section .contact-map {
  height: 550px;
}

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


/*--------------------------------------------------------------
  #project single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#6.1  project-sigle-section
--------------------------------------------------------------*/

.project-sigle-section .project-info {
  width: 340px;
  margin-top: 15px;
  padding: 25px 45px 45px;
  border: 5px solid #e9f2fb;
  float: right;
}

@media (max-width: 991px) {
  .project-sigle-section .project-info {
    width: auto;
    max-width: 300px;
    float: none;
    margin: 0;
    padding: 25px;
  }
}

.project-sigle-section .project-info h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.3em;
}

.project-sigle-section .project-info ul {
  list-style: none;
}

.project-sigle-section .project-info ul>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.project-sigle-section .project-info li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.project-sigle-section .project-info li span {
  font-weight: 600;
  color: #333;
  min-width: 100px;
  display: inline-block;
}

.project-sigle-section .project-details {
  width: calc(100% - 400px);
  float: left;
}

@media (max-width: 991px) {
  .project-sigle-section .project-details {
    width: 100%;
    float: none;
    margin-top: 70px;
  }
}

.project-sigle-section .content-area {
  padding-top: 70px;
}

.project-sigle-section .content-area h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .project-sigle-section .content-area h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .project-sigle-section .content-area h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.project-sigle-section .content-area p {
  margin-bottom: 1.7em;
}

.project-sigle-section .challange-solution-section {
  margin: 0 -15px;
  padding-top: 25px;
}

@media (max-width: 991px) {
  .project-sigle-section .challange-solution-section {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .project-sigle-section .challange-solution-section {
    margin-top: -30px;
  }
}

.project-sigle-section .challange-solution-section div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .project-sigle-section .challange-solution-section div {
    width: calc(100% - 30px);
    float: none;
    margin: 0 15px 30px;
  }
}

.project-sigle-section .challange-solution-section h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 2em 0 1em;
}

.project-sigle-section .challange-solution-section p {
  margin-bottom: 1.4em;
}

.project-sigle-section .challange-solution-section ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  color: #233d62;
  margin-top: 8px;
}

.project-sigle-section .challange-solution-section ul li i {
  position: absolute;
  left: 0;
  color: #ef7213;
  top: 2px;
}

.project-sigle-section .prev-next-project {
  border: 2px solid #f5f5f5;
  padding: 28px 22px;
  margin-top: 80px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project {
    text-align: center;
    padding: 35px 22px;
  }
}

.project-sigle-section .prev-next-project>div {
  display: inline-block;
  position: relative;
  padding-left: 85px;
  height: 68px;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project>div {
    display: block;
    float: none;
    padding: 0;
    height: auto;
  }
}

.project-sigle-section .prev-next-project>div .thumb {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project>div .thumb {
    position: relative;
  }
}

.project-sigle-section .prev-next-project>div img {
  border-radius: 5px;
}

.project-sigle-section .prev-next-project>div:first-child {
  float: left;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project>div:first-child {
    display: block;
    float: none;
    margin-bottom: 25px;
  }
}

.project-sigle-section .prev-next-project>div:last-child {
  float: right;
  padding: 0 85px 0 0;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project>div:last-child {
    display: block;
    float: none;
    padding: 0;
  }
}

.project-sigle-section .prev-next-project>div:last-child .thumb {
  left: auto;
  top: 0;
  right: 0;
}

.project-sigle-section .prev-next-project a {
  display: block;
}

.project-sigle-section .prev-next-project a>span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #687693;
  display: block;
  padding-top: 8px;
}

.project-sigle-section .prev-next-project a>h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #233d62;
  margin: 0.5em 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project a>h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0.1em 0 0;
  }
}

.project-sigle-section .prev-next-project a:hover h5 {
  color: #ef7213;
}


/*--------------------------------------------------------------
  #service single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#7.1  service-single-section
--------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s3 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

.service-single-section .service-single-content blockquote {
  border: 5px solid #f5f5f5;
  padding: 45px 45px 45px 130px;
  margin: 55px 0 60px;
  position: relative;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.service-single-section .service-single-content blockquote:before {
  content: "\f109";
  font-family: "Flaticon";
  font-size: 60px;
  position: absolute;
  left: 45px;
  top: 40px;
  opacity: 0.1;
  font-style: normal;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content blockquote {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 35px 25px;
    margin: 45px 0 70px;
  }
}

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

.service-single-section .service-single-content blockquote>span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.service-single-section .service-single-content .service-single-img-holder {
  position: relative;
  margin: 50px 0 80px;
}

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

.service-single-section .service-single-content ul {
  margin-bottom: 30px;
}

.service-single-section .service-single-content ul li {
  position: relative;
  padding-left: 27px;
  color: #233d62;
}

.service-single-section .service-single-content ul li:before {
  content: "";
  background: #ef7213;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

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

.service-single-section .business-planing #piechart {
  margin: 70px 0;
}

@media screen and (min-width: 992px) {
  .service-single-section .business-planing #piechart {
    height: 365px;
  }
}

.service-single-section .key-benefite {
  margin: 0 0 60px 0;
}

.service-single-section .key-benefite .theme-accordion-s1 {
  margin-top: 45px;
}

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

@media screen and (min-width: 992px) {
  .service-single-section .research-aanalysis #bchart {
    height: 365px;
  }
}


/*--------------------------------------------------------------
  #blog page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#8.1  blog-pg-section
--------------------------------------------------------------*/

.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}

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

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 60px;
  }
}

.blog-pg-section .entry-details {
  border-top: 0;
  padding: 40px 0 0;
  position: relative;
  border: 1px solid #f4f4f4;
  border-top: 0;
  padding: 40px;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-details {
    padding: 40px 0 0;
    border: 0;
  }
}

.blog-pg-section .entry-details .date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .entry-details .read-more {
  font-weight: 700;
  color: #ef7213;
}

.blog-pg-section .entry-meta {
  border-bottom: 1px solid #f4f4f4;
  border-top: 0;
  padding: 15px 0 15px 40px;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    padding: 15px 0;
  }
}

.blog-pg-section .entry-meta span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #687693;
  display: inline-block;
}

.blog-pg-section .entry-meta>span+span {
  margin-left: 20px;
}

.blog-pg-section .entry-meta span a {
  color: #687693;
}

.blog-pg-section .entry-meta span a:hover {
  color: #ef7213;
}

.blog-pg-section .post h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2em;
  margin: -0.27em 0 0.7em;
}

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

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

.blog-pg-section .post h3 a {
  color: #233d62;
}

.blog-pg-section .post h3 a:hover {
  color: #ef7213;
}

.blog-pg-section .post p {
  margin-bottom: 1.8em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-pg-section .format-standard .entry-meta,
.blog-pg-section .format-quote .entry-meta {
  border: 1px solid #f4f4f4;
  padding: 15px 35px;
}

.blog-pg-section .format-standard .entry-details,
.blog-pg-section .format-quote .entry-details {
  border: 1px solid #f4f4f4;
  border-top: 0;
  padding: 35px;
}

@media (max-width: 500px) {
  .blog-pg-section .format-standard .entry-details,
  .blog-pg-section .format-quote .entry-details {
    padding: 35px 20px;
  }
}

.blog-pg-section .format-standard .entry-details .date,
.blog-pg-section .format-quote .entry-details .date {
  position: static;
  display: inline-block;
  margin-bottom: 25px;
}

.blog-pg-section .format-standard .entry-details .read-more,
.blog-pg-section .format-quote .entry-details .read-more {
  font-weight: 700;
  color: #ef7213;
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #ef7213;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  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;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

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

.blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f109";
  font-size: 200px;
  font-size: 12.5rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}

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

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #233d62;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

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

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


/*--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#9.1  blog-single-section
--------------------------------------------------------------*/

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

.blog-single-section .date-entry-meta {
  font-family: "FuturaPT", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #ef7213;
  padding: 25px;
  text-align: center;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}

.blog-single-section .post {
  position: relative;
}

.blog-single-section .post h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1.5em 0 0.7em;
  line-height: 1.3em;
}

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

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

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

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

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

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

.blog-single-section .post blockquote {
  font-family: "FuturaPT", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #233d62;
  line-height: 1.6em;
  padding: 0 0 0 85px;
  margin-top: 60px;
  border: 0;
  position: relative;
}

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

.blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f109";
  font-size: 45px;
  font-size: 2.8125rem;
  color: #ef7213;
  position: absolute;
  left: 0;
  top: 17px;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}

.blog-single-section .post blockquote .quoter {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin: 75px 0 0;
  padding: 30px 0;
  color: #233d62;
}

.blog-single-section .tag-share ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

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

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

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

@media (max-width: 767px) {
  .blog-single-section .tag-share ul>li+li {
    margin: 2px;
  }
}

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

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

.blog-single-section .tag-share .tag>span {
  color: #233d62;
  font-weight: bold;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 5px;
}

.blog-single-section .tag-share .tag li {
  position: relative;
}

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

.blog-single-section .tag-share .tag a {
  background-color: #f5f5f5;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #687693;
  padding: 6px 15px;
  border-radius: 50px;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

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

.blog-single-section .tag-share .share {
  float: right;
  position: relative;
  top: -15px;
}

@media (max-width: 600px) {
  .blog-single-section .tag-share .share {
    float: none;
    margin-top: 15px;
  }
}

.blog-single-section .tag-share .share>span {
  color: #233d62;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 15px;
}

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

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul>li+li {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul>li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #627381;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

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

.blog-single-section .tag-share .share ul>li:first-child a {
  color: #3c5ba4;
}

.blog-single-section .tag-share .share ul>li:nth-child(2) a {
  color: #47a0d9;
}

.blog-single-section .tag-share .share ul>li:nth-child(3) a {
  color: #0073b1;
}

.blog-single-section .tag-share .share ul>li:nth-child(4) a {
  color: #933f94;
}

.blog-single-section .author-box {
  padding: 35px 40px 25px;
  margin: 70px 0;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
}

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

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

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

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

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

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

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

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

.blog-single-section .author-box .author-name {
  font-family: "FuturaPT", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #233d62;
}

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

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

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #233d62;
}

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

.blog-single-section .more-posts {
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 0 25px;
}

.blog-single-section .more-posts>div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts>div {
    width: 100%;
    float: none;
  }
}

.blog-single-section .more-posts>div>a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #f4f4f4;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #dae9f9;
  }
}

.blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "Flaticon";
  content: "\f104";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "Flaticon";
  content: "\f103";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post>a>span,
.blog-single-section .more-posts .next-post>a>span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #687693;
}

.blog-single-section .more-posts .post-name {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #233d62;
  margin: 0.7em 0 0;
  font-weight: 600;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #ef7213;
}

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

.blog-single-section .comments-area .comments {
  border: 2px solid #f4f4f4;
}

.blog-single-section .comments-area li>div {
  border-bottom: 1px solid #f4f4f4;
  padding: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-single-section .comments-area .comments-meta h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #233d62;
  font-weight: bold;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #687693;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.blog-single-section .comments-area .comment-reply-link {
  background: #f49d5b;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}

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

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

@media screen and (min-width: 992px) {
  .blog-single-section .comment-form.comment-respond {
    padding: 55px 50px;
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #ef7213;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  font-weight: bold;
  border-radius: 0;
}

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

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


/*--------------------------------------------------------------
  #shop page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#10.1  shop-pg-section
--------------------------------------------------------------*/

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

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

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

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

.shop-pg-section .grid:hover .cart-details li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.shop-pg-section .img-cart {
  position: relative;
  overflow: hidden;
}

.shop-pg-section .cart-details {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.shop-pg-section .cart-details ul {
  overflow: hidden;
  display: inline-block;
  list-style-type: none;
}

.shop-pg-section .cart-details li {
  float: left;
  margin: 7px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.shop-pg-section .cart-details li:last-child {
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.shop-pg-section .details {
  text-align: center;
  padding: 30px 15px;
}

.shop-pg-section .details h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .shop-pg-section .details h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.shop-pg-section .details h4 a {
  color: #233d62;
}

.shop-pg-section .details h4 a:hover {
  color: #ef7213;
}

.shop-pg-section .details del {
  color: #aaa;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .shop-pg-section .details del {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-pg-section .details .price {
  color: #233d62;
  font-weight: 500;
}

@media (max-width: 991px) {
  .shop-pg-section .details .price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-pg-section .pagination-wrapper {
  text-align: center;
  clear: both;
}


/*--------------------------------------------------------------
  #shop single page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#11.1 shop-single-section
--------------------------------------------------------------*/

.shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}

.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-single-section .shop-single-slider .slider-nav>i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.shop-single-section .shop-single-slider .slider-nav>i:hover {
  cursor: pointer;
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-single-section .product-details {
  padding: 30px 30px 93px;
  /*** product option ***/
}

@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 40px 30px 85px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0;
  }
}

.shop-single-section .product-details h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
}

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

.shop-single-section .product-details .price {
  font-size: 36px;
  font-size: 2.25rem;
  color: #ef7213;
  margin: 7px 0 14px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #a3acbe;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.shop-single-section .product-details p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-details p:last-child {
  margin: 0;
}

.shop-single-section .product-details .product-option {
  margin-top: 45px;
}

.shop-single-section .product-details .product-option .product-row {
  overflow: hidden;
}

.shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}

.shop-single-section .product-details .product-option .product-row>div {
  height: 35px;
  display: inline-block;
  float: left;
}

.shop-single-section .product-details .product-option .product-row>div+div {
  margin-left: 15px;
}

.shop-single-section .product-details .product-option .product-row>div:first-child {
  width: 85px;
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover,
.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn-s3:hover {
  background: #ef7213;
  border-color: #ef7213;
  color: #fff;
}

.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .theme-btn-s3 {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 20px;
  height: 35px;
  line-height: 27px;
  outline: 0;
}

.shop-single-section .product-details .product-option .theme-btn:hover,
.shop-single-section .product-details .product-option .theme-btn-s3:hover {
  background-color: #ef7213;
  color: #fff;
  border-color: #ef7213;
}

@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn,
  .shop-single-section .product-details .product-option .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-single-section .product-details .product-option .theme-btn:before,
.shop-single-section .product-details .product-option .theme-btn-s3:before {
  display: none;
}

.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.9375rem;
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn,
.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn-s3 {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #ef7213;
  color: #fff;
}

.shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

.shop-single-section .product-info h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.7em;
}

.shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .nav-tabs {
  border: 0;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-single-section .product-info .nav-tabs li {
  border: 2px solid #efefef;
  margin-right: 1px;
}

.shop-single-section .product-info .nav-tabs li.active a {
  border: 0;
  outline: 0;
}

.shop-single-section .product-info .nav-tabs a {
  font-family: "FuturaPT", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #687693;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}

.shop-single-section .product-info .nav-tabs a:hover,
.shop-single-section .product-info .nav-tabs .active a {
  background: #ef7213;
  color: #fff;
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #ef7213;
}

.shop-single-section .product-info .tab-content {
  border: 2px solid #efefef;
  padding: 35px 25px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .client-rv .client-pic {
  width: 60px;
  float: left;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-single-section .product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time>div,
.shop-single-section .product-info .client-rv .name-rating>div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time>div,
  .shop-single-section .product-info .client-rv .name-rating>div {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
  }
}

.shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  color: #ef7213;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

@media screen and (min-width: 1200px) {
  .shop-single-section .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-single-section .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: #fbfbfb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border: 2px solid #efefef;
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}

.shop-single-section .product-info .review-form form>div {
  margin-bottom: 27px;
}

.shop-single-section .product-info .review-form form>div:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .review-form form .rating-wrapper>div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper>div {
    display: block;
    float: none !important;
  }
}

.shop-single-section .product-info .review-form form .rating-wrapper>div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper>div:last-child {
    margin-top: 20px;
  }
}

.shop-single-section .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-single-section .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-single-section .product-info .review-form form .rating a:hover {
  color: #ef7213;
}

.shop-single-section .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #ef7213;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .shop-single-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 20px;
  }
}

.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}


/*--------------------------------------------------------------
  #404 page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#12.1  error-404-section
--------------------------------------------------------------*/

.error-404-section .error {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  .error-404-section .error {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.error-404-section .error h2 {
  font-size: 200px;
  font-size: 12.5rem;
  margin: 0;
}

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

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

.error-404-section .error-message {
  width: 50%;
  float: left;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
  }
}

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

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


/*# sourceMappingURL=style.css.map */