/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../images/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../images/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@charset "UTF-8";
/*---------------------------
	Fonts
----------------------------*/
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/web-fonts/larsseit-thin.otf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/web-fonts/larsseit-light.otf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/web-fonts/larsseit.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/web-fonts/larsseit-medium.otf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/web-fonts/larsseit-bold.otf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/web-fonts/larsseit-extrabold.otf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 24px;
}

body {
  font-family: "Larsseit", sans-serif;
  background-color: #fff;
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #2b2d42;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

p {
  color: #2b2d42;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2d42;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-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: 125px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 100px 0;
  }
}

/** 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;
  -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;
}

.glass-effect {
  width: 700px;
  position: absolute;
  top: 0;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.35;
  z-index: -1;
}
.glass-effect:before {
  content: "";
  background-color: #ef233c;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.glass-effect:after {
  content: "";
  background-color: #04868b;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  left: 200px;
  top: 0;
}

.glass-effect2 {
  width: 322px;
  height: 577px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.35;
  z-index: -1;
}
.glass-effect2:before {
  content: "";
  background-color: #04868b;
  width: 317px;
  height: 367px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.glass-effect2:after {
  content: "";
  background-color: #ef233c;
  width: 322px;
  height: 223px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}

.section-title, .section-title-s2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-title, .section-title-s2 {
    margin-bottom: 30px;
  }
}
.section-title h2, .section-title-s2 h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  margin: -0.15em 0 0.3em;
}
@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 30px;
  }
}

.section-title-s2 {
  text-align: left;
}
.section-title-s2 h2 {
  margin-bottom: 0.8em;
}
.section-title-s2 p {
  margin-bottom: 2em;
}

.theme-btn {
  background-color: #8d99ae;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 20px 45px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .theme-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}
.theme-btn:hover {
  background-color: #ef233c;
  color: #fff;
}

.theme-btn-s1 {
  background-color: #ef233c;
  background-image: url("../images/envato.png");
  background-position: calc(100% - 23px) center;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 20px 60px 20px 38px;
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .theme-btn-s1 {
    font-size: 12px;
    padding: 15px 20px;
    background-image: none;
  }
}
.theme-btn-s1:hover {
  background-color: #8bbd4a;
  color: #fff;
}

.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: #ef233c;
  -webkit-box-shadow: 0 0 5px 0 #f25366;
  -o-box-shadow: 0 0 5px 0 #f25366;
  -ms-box-shadow: 0 0 5px 0 #f25366;
  box-shadow: 0 0 5px 0 #f25366;
}
.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: #f25366;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #ef233c;
}

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

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}
.preloader span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
#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*/
}
@media screen and (min-width: 1200px) {
  .site-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
  }
}
.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.site-header .navigation > .container {
  position: relative;
}
.site-header #navbar {
  -webkit-transition: all 0.5s;
  -o-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: #ef233c;
}
@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: 0.6666666667rem;
    font-weight: 500;
    color: #000;
    padding: 40px 20px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #ef233c;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.5833333333rem;
    display: block;
    padding: 8px 15px;
  }
  .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: "";
    font-size: 11px;
    font-size: 0.4583333333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-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.5833333333rem;
  }
  .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: "";
    font-size: 11px;
    font-size: 0.4583333333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
.site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #ef233c;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.5833333333rem;
    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.5833333333rem;
    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.5833333333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #000;
    width: 45px;
    height: 45px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    z-index: 20;
    border-radius: 50%;
    top: calc(50% - 22.5px);
  }
  .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: #ef233c;
  }
  .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;
    -o-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;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.site-header .navbar-brand {
  height: auto;
}
.site-header .navbar-brand img {
  max-width: 131px;
}
@media (max-width: 600px) {
  .site-header .navbar-brand img {
    max-width: 100px;
  }
}
.site-header .navigation {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
          box-shadow: 0px 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
  position: relative;
  z-index: 100;
}
@media (max-width: 991px) {
  .site-header .navigation {
    padding: 0 0;
  }
}
.site-header .container-fluid {
  padding: 0 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .site-header .container-fluid {
    padding: 0 15px;
  }
}
.site-header .right-area {
  position: absolute;
  right: 100px;
}
@media (max-width: 767px) {
  .site-header .right-area {
    right: 70px;
  }
}
@media (max-width: 370px) {
  .site-header .right-area {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    margin-left: auto;
    margin-right: 250px;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-area {
  width: 100%;
  height: calc(100vh - 100px);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .hero-area {
    min-height: 800px;
  }
}
@media (max-width: 1199px) {
  .hero-area {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .hero-area {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-area {
    height: 400px;
  }
}
.hero-area .glass-effect {
  left: 400px;
}
.hero-area .content-wrapper {
  width: 100%;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .hero-area .content-wrapper {
    margin-top: 100px;
  }
  .hero-area .content-wrapper .container-fluid {
    padding: 0 100px;
  }
}
@media (max-width: 600px) {
  .hero-area .content-wrapper {
    text-align: center;
  }
}
.hero-area h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 0.85em;
  margin: 0 0 0.5em;
  max-width: 670px;
}
@media (max-width: 1199px) {
  .hero-area h2 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-area h2 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-area h2 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .hero-area h2 {
    font-size: 55px;
    line-height: 1em;
  }
}
.hero-area #scene {
  position: absolute !important;
}
@media screen and (min-width: 1200px) {
  .hero-area #scene {
    top: 0;
  }
}
@media (max-width: 767px) {
  .hero-area #scene {
    top: 100px;
  }
}
@media (max-width: 600px) {
  .hero-area #scene {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #8d99ae;
  text-align: center;
  position: relative;
  padding: 125px 0;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 100px 0;
  }
}
.site-footer h2,
.site-footer p,
.site-footer h5 {
  color: #fff;
}
.site-footer h2 {
  font-size: 48px;
  margin: 0 0 0.6em;
  font-weight: 400;
}
@media (max-width: 991px) {
  .site-footer h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer h2 {
    font-size: 25px;
  }
}
.site-footer .info {
  margin: 70px 0 0;
}
@media (max-width: 991px) {
  .site-footer .info {
    margin: 50px 0 0;
  }
}
.site-footer .info p {
  font-weight: 200;
}
.site-footer .info h5 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer .info h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .info h5 {
    font-size: 18px;
  }
}
.site-footer .footer-inner {
  position: relative;
  z-index: 10;
}

.site-header .sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: white;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

.site-header .sticky-on {
  background: #fff;
  opacity: 1;
  top: 0;
}

.sticky-header .mini-cart-content {
  display: none;
}

.site-header .sticky-on .mini-cart-content {
  display: block;
}

@media screen and (min-width: 1200px) {
  .navigation.original {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navigation.original .navbar-nav,
.navigation.original .right-area {
    display: none;
  }
}

/*--------------------------------------------------------------
	#feature-section
--------------------------------------------------------------*/
.feature-section {
  padding-bottom: 0;
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .feature-section {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .feature-section {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .feature-section {
    padding-top: 50px;
  }
}
.feature-section .container-fluid {
  max-width: 1310px;
}
.feature-section .features-grid {
  margin: 0 -25px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .feature-section .features-grid {
    padding-top: 50px;
  }
}
.feature-section .features-grid:before {
  content: "";
  background: #d1d1d1;
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  left: 25px;
  top: 0;
}
.feature-section .features-grid > .grid:last-child {
  margin-bottom: 0;
}
.feature-section .grid {
  width: calc(33.33% - 50px);
  float: left;
  padding: 0 15px 0 60px;
  margin: 0 25px;
  position: relative;
}
@media (max-width: 991px) {
  .feature-section .grid {
    width: calc(50% - 30px);
    margin: 0 15px 45px;
  }
}
@media (max-width: 650px) {
  .feature-section .grid {
    width: calc(100% - 30px);
    float: none;
    padding: 0 0 0 60px;
  }
}
.feature-section .grid > span {
  font-size: 35px;
  font-size: 1.4583333333rem;
  font-weight: 300;
  color: #dfdfdf;
  position: absolute;
  left: 0;
  top: -8px;
}
@media (max-width: 1199px) {
  .feature-section .grid > span {
    font-size: 30px;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .feature-section .grid > span {
    font-size: 27px;
    font-size: 1.125rem;
  }
}
.feature-section h3 {
  font-size: 30px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 0.6em;
}
@media (max-width: 1199px) {
  .feature-section h3 {
    font-size: 25px;
    font-size: 1.0416666667rem;
  }
}
@media (max-width: 991px) {
  .feature-section h3 {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
.feature-section p {
  margin: 0;
}
@media (max-width: 991px) {
  .feature-section p {
    font-size: 16px;
    font-size: 0.6666666667rem;
  }
}

/*------------------------------------------------------
	#demo-section
--------------------------------------------------------*/
.demo-section {
  padding: 115px 0 10px;
}
@media (max-width: 991px) {
  .demo-section {
    padding: 100px 0 20px;
  }
}
@media (max-width: 767px) {
  .demo-section {
    padding: 90px 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .demo-section .container-fluid {
    padding: 0 100px;
  }
}
.demo-section .demo-grids {
  margin: 0 -15px;
  text-align: center;
}
@media (max-width: 991px) {
  .demo-section .demo-grids {
    margin: 0 -7.5px;
  }
}
.demo-section .demo-grids .grid {
  width: calc(33.33% - 30px);
  margin: 0 15px 100px;
  float: left;
}
@media (max-width: 991px) {
  .demo-section .demo-grids .grid {
    margin: 0 15px 80px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .demo-section .demo-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 60px;
  }
}
@media (max-width: 600px) {
  .demo-section .demo-grids .grid {
    width: calc(100% - 30px);
    margin: 0 15px 60px;
    float: none;
  }
}
.demo-section .demo-grids .inner {
  -webkit-box-shadow: 0px 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
          box-shadow: 0px 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
  margin-bottom: 35px;
  max-height: 570px;
  overflow: hidden;
}
.demo-section .demo-grids .inner img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.demo-section .demo-grids .grid:hover .inner img {
  -webkit-transform: translateY(calc(-100% + 570px));
}
.demo-section .demo-grids h3 {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 991px) {
  .demo-section .demo-grids h3 {
    font-size: 16px;
  }
}

/*------------------------------------------------------
	#shop-area-section
--------------------------------------------------------*/
.responsive-section {
  position: relative;
  padding: 0 0 95px;
}
@media (max-width: 991px) {
  .responsive-section {
    padding: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .responsive-section {
    padding: 0 0 60px;
  }
}
.responsive-section .text-col-wrapper {
  width: calc(50% + 15px);
  float: left;
  margin-left: auto;
}
@media (max-width: 767px) {
  .responsive-section .text-col-wrapper {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.responsive-section .text-col-wrapper .text-col {
  width: 530px;
  margin-left: auto;
  margin-right: 100px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .responsive-section .text-col-wrapper .text-col {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.responsive-section .img-col {
  width: calc(50% - 15px);
  float: right;
}
@media (max-width: 767px) {
  .responsive-section .img-col {
    width: 100%;
    float: none;
  }
}
.responsive-section .inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .responsive-section .inner-row {
    display: block;
  }
}

/*------------------------------------------------------
	#inner-pages-section
--------------------------------------------------------*/
.inner-pages-section {
  padding-bottom: 105px;
}
@media (max-width: 991px) {
  .inner-pages-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .inner-pages-section {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .inner-pages-section .container-fluid {
    padding: 0 100px;
  }
}
.inner-pages-section .inner-grids {
  margin: 0 auto;
}
.inner-pages-section .grid {
  position: relative;
  max-width: 552px;
}
.inner-pages-section .grid .inner {
  border: 1px solid #f4f4f4;
  padding-top: 30px;
}
.inner-pages-section .grid:before {
  background: url("../images/browswer-mockup.jpg") center top/contain no-repeat local;
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.inner-pages-section .owl-controls {
  margin-top: 35px;
}
.inner-pages-section .owl-theme .owl-dots .owl-dot.active span,
.inner-pages-section .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ef233c;
}

/*------------------------------------------------------
	#blog-area-section
--------------------------------------------------------*/
.blog-area-section {
  position: relative;
  padding-bottom: 60px;
  padding-top: 0;
}
.blog-area-section .glass-effect2 {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .blog-area-section {
    padding-left: 100px;
  }
}
.blog-area-section .text-col-wrapper {
  width: calc(50% + 15px);
  float: right;
  margin-left: auto;
}
@media (max-width: 767px) {
  .blog-area-section .text-col-wrapper {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.blog-area-section .text-col-wrapper .text-col {
  width: 530px;
  margin-right: auto;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .blog-area-section .text-col-wrapper .text-col {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.blog-area-section .img-col {
  width: calc(50% - 15px);
  float: left;
}
@media (max-width: 767px) {
  .blog-area-section .img-col {
    width: 100%;
    float: none;
  }
}
.blog-area-section .inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .blog-area-section .inner-row {
    display: block;
  }
}

/*------------------------------------------------------
	#blog-area-section
--------------------------------------------------------*/
.rtl-section {
  position: relative;
  padding-bottom: 60px;
  padding-top: 0;
}
.rtl-section .glass-effect2 {
  right: auto;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .rtl-section {
    padding-right: 100px;
  }
}
.rtl-section .text-col-wrapper {
  width: calc(50% + 15px);
  float: left;
  margin-right: auto;
}
@media (max-width: 767px) {
  .rtl-section .text-col-wrapper {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.rtl-section .text-col-wrapper .text-col {
  width: 530px;
  margin-left: auto;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .rtl-section .text-col-wrapper .text-col {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.rtl-section .img-col {
  width: calc(50% - 15px);
  float: right;
}
@media (max-width: 767px) {
  .rtl-section .img-col {
    width: 100%;
    float: none;
  }
}
.rtl-section .inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .rtl-section .inner-row {
    display: block;
  }
}

/*------------------------------------------------------
	#features-section
--------------------------------------------------------*/
.features-section {
  background-color: #f9f7f4;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .features-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .features-section {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .features-section .container-fluid {
    padding: 0 200px;
  }
}
.features-section .features-grid {
  margin: 0 -35px;
}
@media (max-width: 1450px) {
  .features-section .features-grid {
    margin: 0 -15px;
  }
}
.features-section .features-grid .grid {
  width: calc(16.66% - 70px);
  float: left;
  margin: 0 35px 50px;
  text-align: center;
}
@media (max-width: 1450px) {
  .features-section .features-grid .grid {
    width: calc(16.66% - 30px);
    margin: 0 15px 50px;
  }
}
@media (max-width: 1199px) {
  .features-section .features-grid .grid {
    width: calc(25% - 30px);
    margin: 0 15px 50px;
  }
}
@media (max-width: 991px) {
  .features-section .features-grid .grid {
    width: calc(33.33% - 30px);
    margin: 0 15px 50px;
  }
}
@media (max-width: 767px) {
  .features-section .features-grid .grid {
    width: calc(50% - 30px);
    margin: 0 15px 50px;
  }
}
.features-section .features-grid .icon {
  background-color: #fff;
  padding: 45px 0;
  -webkit-box-shadow: 0px 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
          box-shadow: 0px 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.features-section .features-grid .grid:hover .icon {
  background-color: #ef233c;
}
.features-section .features-grid .grid:hover .icon .fi:before {
  color: #fff;
}
.features-section .features-grid .fi:before {
  font-size: 50px;
  color: #ef233c;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.features-section .features-grid h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 1em 0 0;
  line-height: 1.3em;
}

/*------------------------------------------------------
	#container-fluid
--------------------------------------------------------*/
.testimonials-section {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .testimonials-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .testimonials-section {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1199px) {
  .testimonials-section .container-fluid {
    padding: 0 200px;
  }
}
.testimonials-section .testimonials-wrap {
  margin-top: 25px;
}
@media screen and (min-width: 1400px) {
  .testimonials-section .testimonials-wrap {
    padding: 0 85px;
  }
}
.testimonials-section .testimonials-grid {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .testimonials-section .testimonials-grid {
    padding: 0 15px;
  }
}
.testimonials-section .testimonials-grid .grid {
  width: calc(50% - 60px);
  float: left;
  margin: 0 0 35px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-section .testimonials-grid .grid {
    width: 100%;
    float: none;
    margin: 0 0 35px;
    position: relative;
  }
}
.testimonials-section .testimonials-grid > .grid:last-child {
  margin-left: 60px;
  float: right;
}
@media (max-width: 991px) {
  .testimonials-section .testimonials-grid > .grid:last-child {
    width: 100%;
    float: none;
    margin: 0;
  }
  .testimonials-section .testimonials-grid > .grid:last-child .quoter {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.testimonials-section .grid > p {
  font-size: 19px;
  font-size: 0.7916666667rem;
  margin: 0;
  padding-left: 98px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-section .grid > p {
    font-size: 18px;
    font-size: 0.75rem;
  }
}
.testimonials-section .grid > p:before {
  content: "";
  background: url("../images/quote-icon2.png") center center/cover no-repeat local;
  width: 70px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonials-section .quoter {
  border-top: 1px solid #dddddd;
  padding-top: 45px;
  margin-top: 35px;
  padding-left: 95px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-section .quoter {
    border-top: 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 55px;
    padding-bottom: 45px;
  }
}
.testimonials-section .quoter .client-pic {
  position: absolute;
  left: 0;
  top: 25px;
}
.testimonials-section .quoter .client-pic img {
  border-radius: 50%;
}
.testimonials-section .quoter h5 {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 0.3em;
}
.testimonials-section .quoter p {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .testimonials-section .quoter p {
    font-size: 11px;
    font-size: 0.4583333333rem;
  }
}
/*# sourceMappingURL=style.css.map */