@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
/** Table Of Contents
* Bootstrap Overrides
  - columns
  - breadcrumbs
  - pagination
  - accordion
  - navs
  - tables
* General Styles for HTML tags
* Buttons
* JQuery Plugins
  - Owl Carousel
  - toTop
* Common Sections Styles
  - parallax
  - boxed layout
* Helper Utilites
  - layout
  - dividers
  - media items
* Header
* Side Header
  - side header layout
  - side menu styles
  - sidebar scroll plugin
* Template Specific Styles
  - toplogo styles
  - title section (breadcrumbs) styles
  - template parallax sections
  - footer styles
  - google map 
* Intro Section Styles
* Main Menu 
  - Desktop menu
  - Mobile menu
  - Mobile menu toggler
  - Mega Menu
* Subpages
  - blog
  - single post
  - gallery
* Widgets
  - banner
  - access_press
* Shortcodes
  - teasers
  - testimonials
  - thumbnail
  - partners_carousel
* Social Icons
  - layout
  - corporate colors
** Bootstrap Overrides*/
/* columns with 20 and 40 percents width */
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-20 {
  width: 20%;
  float: left;
}
.col-xs-40, .col-sm-40, .col-md-40, .col-lg-40 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-40 {
  width: 40%;
  float: left;
}
.page_breadcrumbs {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  display: inline;
  float: right;
}
.breadcrumb > li {
  padding: 0 10px;
}
.breadcrumb > .active {
  color: inherit;
  opacity: 1;
}
.breadcrumb > li + li:before {
  display: none;
}
/* pagination */
.pagination {
  margin: 0;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a, .pagination > li > span {
  text-align: center;
  padding: 11px 0 12px;
  border: none;
  background-color: transparent;
  min-width: 40px;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 700;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 11px;
}
.pagination > li:first-child > a i, .pagination > li:first-child > span i, .pagination > li:last-child > a i, .pagination > li:last-child > span i {
  font-size: 20px;
}
.hover-box {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 30px -5px #494949;
}
.hover-box h3 {
  color: #fff;
}
/* collapse accordion */
.panel-heading .panel-title {
  font-size: inherit;
  letter-spacing: 0;
  padding: 0;
  position: relative;
}
.panel-heading .panel-title > a {
  font-size: 18px;
  font-family: 'Yantramanav', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 18px;
  color: #fff !important;
  border: none;
  border-radius: 22px;
  word-wrap: break-word;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.panel-heading .panel-title > a.collapsed:hover, .panel-heading .panel-title > a:hover, .panel-heading .panel-title > a:hover {
  color: #fff !important;
}
.panel-heading .panel-title > a.collapsed {
  background-color: #f2f2f2;
}
.panel-heading .panel-title > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  line-height: 50px;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.panel-heading .panel-title > a.collapsed:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.panel-heading .panel-title > a:hover:after {
  color: #fff;
}
.panel-heading .panel-title > a > i {
  position: relative;
  top: -1px;
  padding-right: 10px;
  text-align: center;
  display: inline-block;
  line-height: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.panel-heading .panel-title > a:hover > i {
  color: #fff;
}
.panel {
  box-shadow: none;
}
.panel-group .panel {
  border-radius: 0;
  background-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
}
.panel-default {
  border-color: transparent;
}
.panel-group .panel + .panel {
  margin-top: 13px;
}
.panel-body {
  border: 1px solid transparent;
  border-top: none !important;
}
.panel-body .media-left {
  padding-right: 28px;
}
.panel-body .media-left .img-circle {
  max-width: 50px;
}
.panel-body .media-left img {
  max-width: 80px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 20px 0;
  border-radius: 0px;
}
.collapse-unstyled .panel h4 {
  margin: 0 0 0.5em;
}
.collapse-unstyled .panel h4 a:after {
  padding: 0 5px;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f107";
}
.collapse-unstyled .panel h4 a.collapsed:after {
  content: "\f105";
}
.collapse-unstyled .panel-content {
  padding: 10px 20px;
}
/* nav */
.nav > li > a {
  color: #393939;
}
.nav > li.cta-menu-btn > a {
  color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: inherit;
}
/* bootstrap tables */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 15px 15px;
  border-color: #e1e1e1;
}
.table {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.table td + th, .table th + td, .table th + th, .table td + td {
  border-left: 1px solid #e1e1e1;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.table > tbody > tr > td.media-middle {
  vertical-align: middle;
}
/* bootstrap buttons */
.btn {
  padding: 22px 30px 22px;
  margin: 0 0 4px 0;
  font-weight: 700;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn:hover, .btn:focus {
  outline: none;
}
/* media elements */
.media {
  margin-top: 20px;
}
.media .media-object {
  max-width: 100px;
}
li.media:before, li.media:after {
  display: block;
  content: '';
  clear: both;
}
.media-left img {
  max-width: 60px;
}
td .media-body {
  width: auto;
}
/* bootstrap dropdown menu */
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
  z-index: 1001;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
[class*="right"] .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #393939;
  background-color: transparent;
}
.alert {
  border-radius: 30px;
  border: solid 1px #bbb;
  padding: 30px;
  margin-bottom: 40px;
  color: #fff;
}
.alert:hover {
  color: #fff !important;
}
button.close {
  min-width: 0;
}
/* General Styles for HTML tags */
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
body {
  font-family: 'Yantramanav', sans-serif;
  font-size: 22px;
  line-height: 29px;
  overflow: visible;
  overflow-x: hidden;
  color: #393939;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "DM Serif Display", serif;
  line-height: 1.1;
  word-break: break-word;
  margin-bottom: 20px;
  color: #393939;
}
h1, .h1 {
  font-size: 44px;
}
h2, .h2 {
  font-size: 40px;
}
h3, .h3 {
  font-size: 36px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 28px;
}
h6, .h6 {
  font-size: 24px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1.thank-you-heading {
  font-size: 60px;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
img, figure {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
a > img {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
a:hover > img {
  opacity: 0.8;
}
hr {
  border: none;
  height: 2px;
}
iframe {
  border: none;
  max-width: 100%;
}
table {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}
table td, table th {
  padding: 13px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #e1e1e1;
}
table th {
  color: #393939;
  font-weight: normal;
}
/* Styled Lists */
ul, ol {
  padding-left: 30px;
}
ul li, ol li {
  padding-bottom: 10px;
}
.sf-menu li {
  padding-bottom: 0px;
}
/* Buttons  */
.header-nav button {
  font-size: 17px;
  font-family: 'Yantramanav', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 35px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #fff;
  position: relative;
  color: #fff;
}
.theme_button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 35px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 22px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.theme_button.small-btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 13px 23px;
}
.theme_button:active, .theme_button:hover, .theme_button:focus, .theme_button.color2:hover, .theme_button.color1:hover, .header-nav button:hover {
  opacity: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.05s linear 0s;
  transition: all 0.05s linear 0s;
  background-color: #fff !important;
}
/*icons in headings, paragraphs and buttons*/
h1 > [class*="rt-icon"], h2 > [class*="rt-icon"], h3 > [class*="rt-icon"], h4 > [class*="rt-icon"], h5 > [class*="rt-icon"], h6 > [class*="rt-icon"] {
  position: relative;
  top: .08em;
  padding-right: 0.1em;
}
p > [class*="rt-icon"] {
  font-size: 1.1em;
  position: relative;
  top: .1em;
  line-height: 0;
  padding: 0 0.2em;
}
p > [class*="rt-icon"] + [class*="rt-icon"] {
  margin-left: -0.75em;
}
.theme_button > [class*="rt-icon"] {
  font-size: 1.8em;
  line-height: 0;
  position: relative;
  top: 5px;
  padding: 0 3px;
}
.theme_button > [class*="glyphicon"], .theme_button > [class*="fa-"] {
  font-size: 1.5em;
  position: relative;
  top: 3px;
  line-height: 0;
}
/*
**plugins */
/* Owl carousel v 2.1.6 styles */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  margin-bottom: 10px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 6px;
  border: 2px solid #393939;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}
.owl-carousel .owl-nav {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.owl-carousel .owl-nav > div {
  color: transparent;
  font-size: 0;
  display: inline-block;
  right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.owl-carousel .owl-nav > div.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav > div:first-child {
  left: 0;
  right: auto;
}
.owl-carousel .owl-nav > div:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 30px;
  content: "\f105";
  color: #393939;
  opacity: 0.5;
}
.owl-carousel .owl-nav > div:first-child:after {
  content: "\f104";
}
.owl-carousel .owl-nav > div:hover:after {
  opacity: 1;
}
.container .owl-carousel {
  padding: 0 40px;
}
.container article .owl-carousel {
  padding: 0;
}
.top-right-nav .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}
.top-right-nav .owl-nav > div {
  background: transparent;
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Owl Default Theme */
.owl-theme:hover .owl-nav {
  opacity: 1;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  opacity: 1;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav > div {
  font-size: 0;
  position: absolute;
  right: 0;
  text-align: center;
  margin-top: -15px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.boxed .container .owl-theme .owl-nav {
  left: 0;
  right: 0;
}
.owl-theme .owl-dots {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* .owl-center theme */
.owl-center .owl-nav {
  top: 0;
  bottom: 0;
  position: static;
  margin-top: 0;
  opacity: 1;
}
.owl-center .owl-nav > div {
  right: -15px;
  width: 50px;
  top: 0;
  bottom: 0;
  margin: 0;
  height: auto;
  background-color: rgba(50, 50, 50, 0.6);
}
.owl-center .owl-nav > div:first-child {
  left: -15px;
  right: auto;
}
.owl-center .owl-nav > div:first-child:after {
  left: 13px;
}
.owl-center .owl-nav > div:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  left: 17px;
}
/* owl images fix */
.owl-carousel .owl-item {
  -webkit-transition: opacity 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s;
  opacity: 0;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-center .owl-item {
  opacity: 1;
}
/* toTop */
#toTop {
  bottom: 5px;
  right: 5px;
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  opacity: 0.7;
}
#toTop:after {
  color: #fff;
  content: '\f106';
  font-size: 16px;
  line-height: 60px;
  font-family: 'FontAwesome';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#toTopHover, #toTop:hover {
  bottom: 8px;
  opacity: 1;
}
#toTop:hover:after {
  color: #fff;
}
#toTop:active, #toTop:focus {
  outline: medium none;
}
.table_section {
  background-color: #fff;
}
.table_section .container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.table_section .row {
  display: table;
  min-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.table_section [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.table_section .p-sm {
  color: #393939;
}
.section_full_height {
  min-height: 100vh;
}
/* Common Sections Styles */
/*parallax*/
.background_cover {
  background-size: cover;
  background-position: center;
}
.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}
.parallax h1, .parallax h2, .parallax .sub-heading, .parallax h3, .parallax h5, .parallax li {
  color: #fff;
  text-shadow: 1px 1px 2px #000, 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.parallax h2 {
  font-size: 54px;
}
.parallax h5 {
  font-size: 34px;
}
.parallax .sub-heading, .parallax li {
  font-size: 28px;
}
.parallax li {
  padding: 15px;
}
.parallax > * {
  z-index: 4;
  position: relative;
}
.parallax:before, .parallax:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.parallax:after {
  background-color: #52422D;
}
/* Hero text in sections */
.section_header {
  margin: 10px 0 24px;
  font-size: 42px;
  position: relative;
  word-wrap: break-word;
}
span.section_header {
  font-family: "DM Serif Display", serif;
  color: #393939;
}
h2.section_header {
  color: #393939;
}
.main_bg_color h2.section_header, h6.section_header {
  color: #fff;
}
.section_header + hr {
  margin-bottom: 25px;
}
/* boxed layout */
#box_wrapper, #canvas {
  overflow: hidden;
  position: relative;
}
#box_wrapper > section, #box_wrapper > div > section {
  clear: both;
}
#canvas.boxed {
  padding: 1px 0;
}
body.boxed {
  position: static;
  width: auto;
  height: auto;
}
.boxed .container, .boxed .container-fluid {
  max-width: 100%;
}
.boxed .container {
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.boxed #box_wrapper.container {
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.boxed #box_wrapper.container.top-bottom-margins {
  margin-top: 80px;
  margin-bottom: 80px;
}
/* layout */
.clear, .clearfix {
  clear: both;
}
.round {
  border-radius: 15px;
}
.with_background {
  background-color: #f5f5f5;
  border-radius: 30px;
}
.grey {
  border-color: #fff;
  color: #fff !important;
}
.greylinks a {
  color: #fff !important;
}
.divider-30_2 {
  width: 30px;
  height: 2px;
}
.playfair {
  font-family: "DM Serif Display", serif;
}
.muli {
  font-family: 'Yantramanav', sans-serif;
}
/* media items - common side and vertical items */
.with_border .item-media, .with_border .entry_thumbnail {
  margin: -1px -1px -2px -1px;
  z-index: 1;
}
.item-media.entry-thumbnail img {
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}
.vertical-item .item-media.entry-thumbnail img {
  border-top-right-radius: 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.with_border.p-40 .item-media {
  margin: 0;
}
/* side and vertical items paddings */
.content-padding .item-content {
  padding: 55px 40px;
}
.item-content p {
  color: #393939;
}
.side-item {
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.side-item .row {
  margin: 0;
}
.side-item .row [class*="col-"] {
  padding: 0;
  margin: 0;
}
.side-item .item-title + .item-content {
  padding-top: 20px;
}
.side-item [class*="col-"] > .item-title {
  padding: 15px 30px;
}
.side-item [class*="col-"] > .item-title h2, .side-item [class*="col-"] > .item-title h3, .side-item [class*="col-"] > .item-title h4 {
  margin: 0;
}
.side-item.with_border [class*="col-"] > .item-title {
  margin: -1px;
}
.side-item .small-text {
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.vertical-item.content-padding {
  height: 500px;
  max-height: 550px;
}
.vertical-item.content-padding.gallery-extended-item {
  height: auto;
  max-height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
}
.vertical-item.content-padding.gallery-extended-item img {
  border-radius: 30px;
}
.vertical-item.content-padding .item-content {
  padding: 20px 35px;
}
.vertical-item.content-padding .item-content.content-title {
  padding: 11px 30px;
}
.vertical-item.content-absolute {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.related-photos-carousel .vertical-item.content-absolute {
  margin: 1px;
}
.vertical-item.content-absolute .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
}
.vertical-item.content-absolute .item-content.content-title {
  padding: 11px 30px;
}
.vertical-item.content-absolute.vertical-center .item-content {
  top: 0;
  line-height: 1.1;
}
.vertical-item + .item-title {
  padding: 10px 30px;
}
.vertical-item + .item-title h2, .vertical-item + .item-title h3, .vertical-item + .item-title h4 {
  margin: 0;
}
/* item media links */
.item-media {
  position: relative;
  overflow: hidden;
}
.item-media img {
  width: 100%;
}
.related-photos-carousel .item-media img {
  border-radius: 30px;
}
.media-links {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-links div {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  z-index: 4;
}
.media-links:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.isotope-item .media-links:before {
  background-color: #393939;
  filter: alpha(opacity=0);
  opacity: 0.45;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.isotope-item .media-links h4 {
  color: #fff;
  font-size: 40px;
}
.media-links.round:before {
  border-radius: 50%;
}
[class*="-item"]:hover .media-links:before {
  filter: alpha(opacity=50);
  opacity: 0;
}
.media-links a.abs-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
[class*="-item"]:hover .media-links a.abs-link {
  opacity: 1;
}
[class*="-item"] .links-wrap a {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 56px;
  top: -100px;
  border: 2px solid transparent;
  display: inline-block;
  z-index: 5;
  font-size: 30px;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*="-item"] .links-wrap a:hover {
  color: #fff;
}
[class*="-item"] .links-wrap a.p-link {
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
[class*="-item"] .links-wrap a:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
[class*="-item"] .links-wrap a.p-link:before {
  content: "\f041";
}
[class*="-item"] .links-wrap a.p-mail:before {
  content: "\f0e0";
}
[class*="-item"]:hover .links-wrap a {
  top: 0px;
  filter: alpha(opacity=100);
  opacity: 1;
}
[class*="-item"]:hover .links-wrap h4 {
  opacity: 0;
}
[class*="-item"] .links-wrap h4 {
  filter: alpha(opacity=0);
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*="-item"]:hover .media-links div {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* item icons */
.item-icons {
  display: table;
  width: 100%;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}
.item-icons i {
  font-size: 14px;
}
.item-icons > div {
  padding: 24px 50px 24px;
  display: table-cell;
  width: 400px;
  white-space: nowrap;
}
.item-icons > div.text-right {
  padding-left: 0;
}
.item-icons [data-id] {
  display: none;
}
/* logo */
a.logo {
  display: inline-block;
  word-break: break-word;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding: 5px 0;
}
a.logo img {
  vertical-align: middle;
  width: 100%;
}
a.logo img + .logo_text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
a.logo img + .logo_text span {
  display: block;
  text-transform: uppercase;
}
footer a.logo img + .logo_text span {
  display: block;
  text-transform: uppercase;
  color: #fff;
}
a.logo img + .logo_text .title {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.02em;
}
a.logo img + .logo_text .title + span {
  font-size: 10px;
  margin-top: 3px;
  font-weight: 400;
  opacity: 0.5;
}
.page_toplogo a.logo img, .page_header_side a.logo img {
  max-width: 60%;
}
footer a.logo img {
  max-width: 80%;
}
a.logo.small img {
  max-width: 100%;
}
.lt-ie9 .page_header_wrapper {
  height: auto !important;
}
.lt-ie9 .page_header_wrapper .md-hidden {
  display: inline-block;
}
.page_header {
  -webkit-transition: background, margin 0.8s ease-in-out;
  transition: background, margin 0.8s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1000;
  height: auto;
}
.page_header.affix {
  position: fixed;
  z-index: 1001;
}
.page_header.mobile-active {
  z-index: 1002;
}
.page_header.affix-bottom {
  top: 0 !important;
  position: fixed;
}
.page_header a.header-button {
  display: inline-block;
  color: #5C5C5C;
  padding: 0 10px;
  line-height: 60px;
  position: relative;
}
.boxed .page_header a.header-button {
  padding: 0 10px;
  line-height: 60px;
  border: none;
}
.page_header a.header-button i {
  font-size: 1.2em;
  opacity: 0.7;
  position: relative;
  top: 0.07em;
}
.page_header a.header-button i + span {
  padding-left: 4px;
}
.page_header .big-header-buttons a.header-button {
  line-height: 80px;
}
.page_header .social-icon {
  margin-bottom: 0;
}
/* header floats */
.page_header:before, .page_header:after {
  content: '';
  display: block;
  clear: both;
}
.page_header {
  height: auto;
}
/* side header layout */
body {
  position: relative;
  left: 0;
}
body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
}
body, body:after, .page_header_side {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
body {
  -webkit-transition-property: left, right;
  transition-property: left, right;
}
body.active-side-header {
  left: 270px;
}
body.active-side-header .page_header_side {
  left: 0;
}
body.active-side-header:after {
  visibility: visible;
  opacity: 1;
}
.page_header_side {
  z-index: 1002;
  position: fixed;
  width: 270px;
  left: -270px;
  top: 0;
  bottom: 0;
}
.page_header_side.active-slide-side-header {
  box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.15);
}
.side_header_inner {
  padding: 40px 30px 60px;
}
.toggle_menu_side {
  position: absolute;
  top: 15px;
  right: -75px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.5);
}
.toggle_menu_side:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
}
.active-slide-side-header .toggle_menu_side:before, .active-side-header .toggle_menu_side:before {
  content: "\f00d";
}
.page_header_side.page_header_side_sticked .toggle_menu_side {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
  box-shadow: none;
  padding: 0 13px;
  top: 10px;
  right: -60px;
}
.page_header_side.active-slide-side-header {
  left: 0;
}
.container {
  max-width: 100%;
}
.page_header_side.header_side_right {
  left: auto;
  right: -270px;
}
.page_header_side.header_side_right.active-slide-side-header {
  right: 0;
}
.page_header_side.header_side_right .toggle_menu_side {
  right: auto;
  left: -75px;
}
body.active-side-header.slide-right {
  left: -270px;
}
body.active-side-header.slide-right .page_header_side {
  left: auto;
  right: 0;
}
/* side menu styles */
.mainmenu_side_wrapper {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.mainmenu_side_wrapper ul ul, .mainmenu_side_wrapper .mega-menu {
  height: 0;
  overflow: hidden;
}
.mainmenu_side_wrapper ul li.sfHover > .mega-menu ul {
  display: block;
  height: 100%;
}
.mainmenu_side_wrapper .mega-menu > ul {
  height: auto;
}
.menu-side-click {
  padding: 0;
  line-height: 1.2;
}
.menu-side-click li {
  position: relative;
  list-style: none;
}
.menu-side-click li a {
  display: block;
  padding: 11px 10px 11px 0;
  margin-right: 22px;
}
.menu-side-click li .activate_submenu {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 16px;
  text-align: center;
  width: 25px;
}
.menu-side-click li .activate_submenu:before {
  content: '+';
}
.menu-side-click i {
  width: 1em;
  text-align: center;
  margin-right: 15px;
  opacity: 0.3;
}
.menu-side-click li.active-submenu > .activate_submenu:before {
  content: '-';
}
.menu-side-click ul {
  padding-left: 33px;
  opacity: 0;
  height: 0;
}
.menu-side-click ul ul {
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
}
.menu-side-click .active-submenu > div {
  height: auto;
}
.menu-side-click .active-submenu > ul, .menu-side-click .active-submenu > div > ul {
  opacity: 1;
  height: auto;
  margin: 0 0 10px;
}
.menu-side-click ul, .menu-side-click div {
  overflow: visible;
  -webkit-transition: opacity 0.6s, margin 0.3s, height 0.3s ease-in-out;
  transition: opacity 0.6s, margin 0.3s, height 0.3s ease-in-out;
}
/* toplogo styles */
.page_toplogo .logo-meta {
  display: block;
}
.page_toplogo .teaser, .page_toplogo .small-teaser {
  vertical-align: middle;
  display: inline-block;
  margin: 5px 0px;
}
.page_toplogo .teaser .media-left, .page_toplogo .small-teaser .media-left {
  line-height: 1;
}
.page_toplogo .teaser .media-body, .page_toplogo .small-teaser .media-body {
  text-align: left;
  width: auto;
}
.page_toplogo .teaser h4, .page_toplogo .small-teaser h4 {
  font-size: 26px;
  margin-bottom: 0;
}
.page_mainslider .flex-custom-nav {
  opacity: 0;
}
/* title section (breadcrumbs) styles */
.page_breadcrumbs h1 {
  display: inline;
  font-size: 19px;
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 0px;
  float: left;
}
.page_breadcrumbs h2 + .breadcrumb {
  margin-top: 10px;
}
.page_breadcrumbs h2.small {
  font-size: 30px;
}
.page_breadcrumbs .bottom_breadcrumbs {
  text-align: center;
  float: right;
  padding: 0 20px;
  margin: 0 0 -26px 0;
  background-color: rgba(26, 26, 26, 0.035);
}
.page_portfolio {
  overflow: hidden;
}
.page_content + .page_portfolio {
  margin-top: -75px;
}
/* template parallax sections */
.section_action.parallax.footer-banner {
  background-image: image-set(url("../images/parallax/footer-banner.webp") type("image/webp"), url("../images/parallax/footer-banner.jpg") type("image/jpeg"));
}
.section_action.parallax.mid-banner {
  background-image: image-set(url("../images/parallax/mid-banner.webp") type("image/webp"), url("../images/parallax/mid-banner.jpg") type("image/jpeg"));
}
.section_action.parallax.call-banner {
  background-image: image-set(url("../images/parallax/call-banner.webp") type("image/webp"), url("../images/parallax/call-banner.jpg") type("image/jpeg"));
}
.section_action.parallax.confirmation-banner {
  background-image: image-set(url("../images/parallax/confirmation-banner.webp") type("image/webp"), url("../images/parallax/confirmation-banner.jpg") type("image/jpeg"));
}
/* footer styles */
.page_footer .logo_footer_media {
  margin-top: -26px;
  margin-bottom: 20px;
}
.page_footer .widget {
  margin-bottom: 30px;
}
.page_footer .widget_archive a, .page_footer .widget_categories a, .page_footer .widget_meta a, .page_footer .widget_nav_menu a, .page_footer .widget_pages a {
  padding-left: 0;
}
.page_footer .widget_archive a:before, .page_footer .widget_categories a:before, .page_footer .widget_meta a:before, .page_footer .widget_nav_menu a:before, .page_footer .widget_pages a:before {
  display: none;
}
/* google map  */
#map, .page_map {
  height: 600px;
}
#map img, .page_map img {
  max-width: inherit;
}
#map p, .page_map p {
  line-height: 1.3;
  margin-bottom: 0;
}
#map .map_marker_description, .page_map .map_marker_description {
  padding: 10px 5px 5px;
}
#map .map_marker_icon, .page_map .map_marker_icon {
  display: none;
}
/* intro slider inside content */
/* color ribbon section */
.wave-container {
  position: relative;
}
.wave-container::before {
  content: "";
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 70px;
  left: 0;
  background-size: auto;
  background-repeat: repeat no-repeat;
  background-position: 2vw bottom;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 80' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1C19.5523 2 32.2291 3 51.5 5C104.5 11 200 25 300 39C400 53 500 66 600 61C700 55 800 31 900 18C987.526 3 1085.36 -1 1150 0C1169.54 -1 1180.49 0 1200 1V80H1150C1100 80 1000 80 900 80C800 80 700 80 600 80C500 80 400 80 300 80C200 80 100 80 50 80H0V1.98128Z' fill='%23ffffff'/></svg>");
}
.muted_background .pagination {
  margin: 40px 40px 20px;
}
/* Main Menu styles */
.sf-menu {
  line-height: 32px;
}
.sf-menu a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.sf-menu i[class] {
  margin-right: 7px;
  font-size: 1.1em;
}
/* logo in center of menu */
.sf-menu > .sf-logo-li {
  visibility: hidden;
}
/* Mobile menu toggler */
.toggle_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1001;
  visibility: visible;
}
.toggler_right .toggle_menu {
  left: auto;
  right: 0;
}
.toggle_menu.vertical-center {
  top: 50%;
  margin-top: -30px;
}
.toggler_left .toggle_menu {
  left: 0;
  margin-left: 0;
}
.toggler_right .toggle_menu {
  right: 0;
  left: auto;
  margin-left: 0;
}
.page_toplogo .toggle_menu {
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  margin: 0;
}
.toggle_menu:hover span:before {
  top: -7px;
}
.toggle_menu:hover span:after {
  top: 7px;
}
.toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: #393939;
  content: '';
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.toggle_menu span {
  left: 18px;
  top: 50%;
  margin-top: -1px;
}
.toggle_menu span:before {
  top: -6px;
}
.toggle_menu span:after {
  top: 6px;
}
/*blog*/
article iframe {
  margin-bottom: -8px;
}
article.post + article.post {
  margin-top: 60px;
}
h3.entry-title {
  font-size: 26px;
  margin: 0 0 10px;
}
h3.entry-title a {
  color: #393939;
}
.entry-title + hr.my-20 {
  margin-top: 25px;
}
ul.entry-tags {
  padding-left: 0px;
}
.entry-tags li {
  display: inline;
  font-size: 14px;
  margin-right: 5px;
  padding: 10px;
}
.entry-tags li a {
  line-height: 57px;
}
.entry-tags li a, .entry-tags li a:hover {
  color: #fff;
}
/* gallery */
#isotope_filters {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
#isotope_filters li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#isotope_filters a {
  padding: 11px 20px;
  margin: 0 3px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: #393939;
}
.gallery-item {
  overflow: hidden;
  position: relative;
}
.gallery-item .item-content {
  padding: 0 40px 5px;
}
.gallery-item .item-content h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  z-index: 5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gallery-item:hover .item-content h4 {
  margin-bottom: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery-item .post-adds {
  margin-bottom: 0;
}
.gallery-title-item + .item-title {
  padding: 15px 0 40px;
}
.gallery-title-item + .item-title h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.owl-carousel.related-photos-carousel {
  margin-bottom: 0;
}
/* isotope portfolio and gallery post  */
.gallery-item {
  text-align: center;
}
.isotope_container {
  -webkit-transition: height 0.2s ease-in-out 0s;
  transition: height 0.2s ease-in-out 0s;
}
.single-post .isotope_container {
  margin: 20px 0;
  clear: both;
}
/* Widgets */
aside > div + div {
  margin-top: 55px;
}
aside .widget {
  margin-top: 20px;
}
aside .with_padding {
  padding: 33px 35px 28px;
}
.widget-theme-wrapper.with_background .widget-theme-wrapper {
  padding: 35px;
}
/* affix-aside */
.affix-aside {
  position: relative;
}
.affix-aside.affix {
  position: fixed;
  top: 50px;
}
.widget > h3, .widget-title {
  position: relative;
  font-size: 28px;
  margin-bottom: 35px;
  color: #fff;
}
.widget > h3 + hr, .widget-title + hr {
  margin-top: -20px;
  margin-bottom: 25px;
}
.page_footer .widget > h3 + hr, .page_footer .widget-title + hr {
  margin-top: -10px;
  margin-bottom: 30px;
}
.widget:before, .widget:after {
  display: block;
  content: '';
  clear: both;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul ul li {
  padding-left: 20px;
}
.widget li {
  position: relative;
}
.widget .vertical-item h4 {
  font-size: 16px;
  margin: 0;
}
.widget select {
  width: 100%;
  max-width: 100%;
  border: none;
  height: 40px;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
}
.page_footer .widget li, .page_footer .widget ul {
  border: none;
}
/* widget_banner */
.widget_banner {
  overflow: hidden;
  line-height: 1;
}
.widget_banner .widget-title, .widget_apsc_widget .widget-title {
  color: #393939;
}
.widget_banner .item-content {
  padding: 20px;
}
.widget_banner .item-content h3 {
  margin: 0;
  padding: 8px 0;
  font-size: 28px;
}
.widget_banner .item-content span {
  display: inline-block;
  text-transform: uppercase;
  padding: 15px;
  min-width: 100%;
}
.widget_banner .small-text {
  margin-bottom: 0;
}
/* access_press */
.apsc-facebook-icon {
  background-color: #3b5998;
}
.apsc-twitter-icon {
  background-color: #1dcaff;
}
.apsc-youtube-icon {
  background-color: #e52d27;
}
.apsc-edit-icon {
  background-color: #837d7d;
}
.apsc-google-plus-icon {
  background-color: #dd4b39;
}
.apsc-instagram-icon {
  background-color: #3f729b;
}
.apsc-each-profile a {
  color: white !important;
}
.apsc-each-profile a:hover {
  color: white !important;
  text-decoration: none !important;
}
.apsc-theme-4 .apsc-each-profile {
  margin-bottom: 10px;
}
.apsc-theme-4 .social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a {
  line-height: 50px;
  padding: 0;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #fff;
  position: relative;
  border-radius: 15px;
}
.apsc-theme-4 .apsc-each-profile a:hover {
  opacity: 0.8;
}
.apsc-theme-4 .apsc-each-profile a .fa {
  width: 50px;
  line-height: 50px;
  height: 50px;
  vertical-align: top;
  font-size: 30px;
  display: inline-block;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a:hover .fa {
  transform: none;
  -webkit-transform: snone;
  -ms-transform: none;
}
.apsc-theme-4 .media-name {
  display: inline-block;
}
.apsc-theme-4 .apsc-count {
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type {
  display: inline-block;
  padding: 0 15px 0 6px;
}
/* Teasers */
.small-teaser h4 {
  margin-bottom: 8px;
}
.small-teaser p {
  text-align: left;
}
.small-teaser i {
  padding-right: 2px;
}
/* teaser */
.teaser {
  position: relative;
  overflow: visible;
  text-align: center;
}
.teaser[class*="_bg_color"], .teaser[class*="with_"] {
  padding: 30px 25px;
}
.teaser [class*="_bg_color"]:not(hr) {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  vertical-align: bottom;
}
.teaser [class*="_bg_color"]:not(hr) + h3, .teaser [class*="_bg_color"]:not(hr) + h4 {
  margin-top: 28px;
}
.teaser .my-30_3 {
  width: 30px;
  height: 2px;
}
.teaser .border_icon {
  width: 2em;
  height: 2em;
  border-width: 3px;
  border-style: solid;
}
.teaser .border_icon + h3, .teaser .border_icon + h4 {
  margin-top: 28px;
}
.teaser .border_icon i {
  line-height: 2em;
  display: block;
  margin: -3px 0 0 0;
}
.teaser i {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.teaser h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.teaser h3 a {
  color: #393939;
}
.teaser .media-left {
  padding-right: 25px;
}
.teaser .media-right {
  padding-left: 30px;
}
.teaser h3[class*="count"] {
  font-size: 40px;
  font-weight: 700;
  margin: 17px 0 5px;
}
.teaser h3[class*="count"] + p {
  margin: 0;
}
.teaser .theme_button {
  margin: 22px 0 0;
}
.pb-0 .teaser {
  margin-bottom: 0;
}
.teaser .counter-background {
  position: absolute;
  right: 0;
  left: 0;
  top: 48%;
  font-size: 180px;
  font-weight: 700;
  opacity: 0.05;
}
.teaser .icon-background {
  position: absolute;
  opacity: 0.1;
  margin: 30px auto;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
}
.teaser.icon-background-teaser, .teaser.counter-background-teaser {
  padding: 98px 25px 98px;
}
.teaser.icon-background-teaser .small-text, .teaser.counter-background-teaser .small-text {
  line-height: 1.4em;
}
.teaser_icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.teaser_icon[class*='label-'] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
}
.teaser_icon + h2 {
  margin-top: 40px;
}
.teaser_icon + h3 {
  margin-top: 10px;
}
.teaser_icon + p {
  margin-top: 17px;
}
.teaser:hover .teaser_icon {
  -webkit-animation: scaleDisappear 0.5s;
  animation: scaleDisappear 0.5s;
}
.small-teaser {
  margin-top: 13px;
}
.small-teaser .media-left i.fs-18 {
  display: inline-block;
  width: 18px;
  text-align: center;
}
.teaser.media.after_cover {
  padding: 25px 30px;
}
.teaser.media.after_cover i {
  opacity: 0.3;
}
.teaser.media.after_cover p {
  text-transform: uppercase;
}
/* Testimonials  */
.card-content::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.card-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.card-content::-webkit-scrollbar_thumbnail {
  background: grey;
  opacity: .5;
  border-radius: 10px;
}
/* Handle on hover */
.card-content::-webkit-scrollbar_thumbnail:hover {
  background: #b30000;
}
.test-box {
  margin: 10px;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 40px;
}
.card-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card-content {
  overflow-y: scroll;
  height: 200px;
  scrollbar-color: grey;
  scrollbar-width: thin;
  padding: 8px 2px 0px;
  color: #393939;
}
.card-content p {
  color: #393939;
}
.card-columns .card {
  margin-bottom: 3rem;
}
/* thumbnail */
.thumbnail {
  position: relative;
  text-align: center;
  border-radius: 30px;
  padding: 0;
  border: none;
  overflow: hidden;
  background-color: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.isotope-item .thumbnail {
  margin-bottom: 30px;
}
.border-r-18 {
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.thumbnail h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 5px 0;
}
.thumbnail h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px 0;
}
.thumbnail h3 a {
  color: inherit;
}
.thumbnail h3 + p {
  text-transform: uppercase;
  font-weight: 500;
}
.thumbnail .caption {
  color: #5C5C5C;
  background-color: transparent;
  padding: 0px 20px 26px;
}
/* Social Icons */
a[class*='soc-']:before {
  font-family: 'socicon';
  font-size: 16px;
  line-height: 1;
}
a.social-icon {
  color: #fff !important;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
a.social-icon span {
  opacity: 0.7;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
a.social-icon span:first-child {
  font-size: 24px;
  margin-top: 8px;
  font-weight: bold;
}
a.social-icon [class*="rt-icon"] + span {
  font-size: 24px;
  margin-top: 8px;
  font-weight: bold;
}
a.social-icon + a.social-icon, .tooltip + a.social-icon {
  margin-left: 24px;
}
a.social-icon.bg-icon + a.social-icon.bg-icon, .tooltip + a.social-icon.bg-icon, a.social-icon.color-bg-icon + a.social-icon.color-bg-icon, .tooltip + a.social-icon.color-bg-icon, a.social-icon.border-icon + a.social-icon.border-icon, .tooltip + a.social-icon.border-icon {
  margin-left: 3px;
}
a.social-icon.block-icon {
  width: 100%;
}
a[class*='soc-'].rounded-icon {
  border-radius: 50%;
}
a.big-icon {
  width: 112px;
  height: 112px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
a.big-icon[class*='soc-']:before {
  font-size: 32px;
}
a.big-icon [class*='rt-icon']:before {
  font-size: 32px;
}
/* corporate colors */
a.color-icon.soc-twitter {
  color: #00abef;
}
a.color-icon.soc-facebook {
  color: #507cbe;
}
a.color-icon.soc-google {
  color: #d93e2d;
}
a.color-icon.soc-pinterest {
  color: #c92619;
}
a.color-icon.soc-yelp {
  color: #c83218;
}
a.color-icon.soc-linkedin {
  color: #3371b7;
}
a.color-icon.soc-youtube {
  color: #d12121;
}
a.color-icon.soc-vimeo {
  color: #51b5e7;
}
a.color-icon.soc-instagram {
  color: #9c7c6e;
}
a[class*="soc-"].soc-twitter:hover {
  color: #00abef;
  border-color: #00abef;
}
a[class*="soc-"].soc-facebook:hover {
  color: #507cbe;
  border-color: #507cbe;
}
a[class*="soc-"].soc-google:hover {
  color: #d93e2d;
  border-color: #d93e2d;
}
a[class*="soc-"].soc-pinterest:hover {
  color: #c92619;
  border-color: #c92619;
}
a[class*="soc-"].soc-yelp:hover {
  color: #c83218;
  border-color: #c83218;
}
a[class*="soc-"].soc-linkedin:hover {
  color: #3371b7;
  border-color: #3371b7;
}
a[class*="soc-"].soc-youtube:hover {
  color: #d12121;
  border-color: #d12121;
}
a[class*="soc-"].soc-vimeo:hover {
  color: #51b5e7;
  border-color: #51b5e7;
}
a[class*="soc-"].soc-flickr:hover {
  color: #0062dd;
  border-color: #0062dd;
}
a[class*="soc-"].soc-instagram:hover {
  color: #9c7c6e;
  border-color: #9c7c6e;
}
.color-bg-icon {
  color: #fff;
}
.color-bg-icon.soc-twitter, a.soc-twitter.bg-icon:hover, .soc-twitter.color-icon.border-icon:hover {
  background-color: #00abef;
}
.color-bg-icon.soc-facebook, a.soc-facebook.bg-icon:hover, .soc-facebook.color-icon.border-icon:hover {
  background-color: #507cbe;
}
.color-bg-icon.soc-google, a.soc-google.bg-icon:hover, .soc-google.color-icon.border-icon:hover {
  background-color: #d93e2d;
}
.color-bg-icon.soc-pinterest, a.soc-pinterest.bg-icon:hover, .soc-pinterest.color-icon.border-icon:hover {
  background-color: #c92619;
}
.color-bg-icon.soc-yelp, a.soc-yelp.bg-icon:hover, .soc-yelp.color-icon.border-icon:hover {
  background-color: #c83218;
}
.color-bg-icon.soc-linkedin, a.soc-linkedin.bg-icon:hover, .soc-linkedin.color-icon.border-icon:hover {
  background-color: #3371b7;
}
.color-bg-icon.soc-youtube, a.soc-youtube.bg-icon:hover, .soc-youtube.color-icon.border-icon:hover {
  background-color: #d12121;
}
.color-bg-icon.soc-vimeo, a.soc-vimeo.bg-icon:hover, .soc-vimeo.color-icon.border-icon:hover {
  background-color: #51b5e7;
}
.color-bg-icon.soc-instagram, a.soc-instagram.bg-icon:hover, .soc-instagram.color-icon.border-icon:hover {
  background-color: #9c7c6e;
}
a.border-icon {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  margin-bottom: 4px;
}
a.border-icon:before {
  font-size: 12px;
  line-height: 16px;
}
a.bg-icon {
  color: #fff;
  background-color: #5C5C5C;
  padding: 11px 13px;
  margin-bottom: 4px;
}
a.bg-icon:before {
  font-size: 12px;
  line-height: 16px;
}
a.social-icon.color-icon:hover {
  color: #393939;
}
a.social-icon.bg-icon:hover {
  color: #fff;
}
a.color-bg-icon {
  color: #fff;
  background-color: #393939;
  margin-bottom: 4px;
  padding: 11px 13px;
}
a.color-bg-icon:before {
  font-size: 12px;
  line-height: 16px;
}
a.social-icon.color-bg-icon:hover {
  color: #fff;
}
a.color-icon:hover {
  color: #393939;
}
a.color-icon.border-icon:hover {
  color: #fff;
  border-color: transparent;
}
.social-icon.transp-icon {
  color: rgba(126, 125, 130, 0.3);
}
.page_header_side_sticked {
  font-size: 14px;
}
.page_header_side_sticked .mainmenu_side_wrapper h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-left: -40px;
  margin-right: -40px;
  padding: 20px 40px;
}
.feature-block {
  padding: 0 0 3px;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.feature-block img {
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.feature-block h4 {
  text-align: center;
  font-family: 'Yantramanav', sans-serif;
  padding-top: 8px;
}
.feature-block h5 {
  font-size: 20px;
  text-align: center;
  font-family: 'Yantramanav', sans-serif;
  padding-top: 8px;
  margin-bottom: 15px;
}
/* Video Embeds */
.embed-responsive {
  padding-bottom: 56.25%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px
}
.wave-container, .wave-container-2, .wave-container-3, .wave-container-4 {
  position: relative;
}
.wave-container::before {
  content: "";
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat; /* Ensures wave doesn't repeat */
  background-position: bottom;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%201.85C7%201.50%2015%201.20%2025%201.85C33%202.10%2035.28%201.85%2035.28%201.85V2.17H0Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
}
.wave-container-2::before {
  content: "";
  width: 100%;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%201.75C7%201.35%2015%201.15%2025%201.70C33%202.05%2035.40%201.80%2035.30%201.80V2.12H0Z%22%20opacity%3D%220.20%22%20fill%3D%22000000%22%2F%3E%3Cpath%20d%3D%22M0%201.85C7%201.50%2015%201.20%2025%201.85C33%202.10%2035.28%201.85%2035.28%201.85V2.17H0Z%22%20fill%3D%22%23437357%22%2F%3E%3C%2Fsvg%3E');
  transform: rotate(180deg);
}
.wave-container-3::before {
  content: "";
  width: 100%;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%201.75C7%201.35%2015%201.15%2025%201.70C33%202.05%2035.40%201.80%2035.30%201.80V2.12H0Z%22%20opacity%3D%220.20%22%20fill%3D%22000000%22%2F%3E%3Cpath%20d%3D%22M0%201.85C7%201.50%2015%201.20%2025%201.85C33%202.10%2035.28%201.85%2035.28%201.85V2.17H0Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
  transform: rotate(180deg);
}
.wave-container-4::before {
  content: "";
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat; /* Ensures wave doesn't repeat */
  background-position: bottom;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2035.28%202.17%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%200.75C7%200.35%2015%200.15%2025%200.70C33%201.05%2035.40%200.80%2035.30%200.80V2.12H0Z%22%20opacity%3D%220.20%22%20fill%3D%22000000%22%2F%3E%3Cpath%20d%3D%22M0%200.85C7%200.50%2015%200.20%2025%200.85C33%201.10%2035.28%200.85%2035.28%200.85V2.17H0Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
}
@media(max-width: 850px) {
  .wave-container::before, .wave-container-2::before, .wave-container-3::before, .wave-container-4::before {
    height: 42.5px; /* Reduced height for smaller screens */
  }
}
.text-box {
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 30px;
  color: #393939;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}