@charset "UTF-8";
/*
Template Name: Mugdho
Version: 1.0
Author: Mohammad Jewel
Author URI: https://facebook.com/jewelmm9
Description: Minimal Blog and ecommerce HTML Template

[TABLE OF CONTENTS]

01. Base
02. Preloader
03. Typography
04. Header
05. Sections
06. Post
07. About author
08. Post comments
09. Page
10. Contact
11. Widgets
12. Instagram feed
13. Footer
14. Search Popup
15. Helpers
16. Buttons
17. Bootstrap Elements
18. Theme Elements
19. Slick Settings
20. Responsive Settings

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap");

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/
body {
  font-size: 15px;
  color: #383838;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}
a {
    color: var(--icon-prime);
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-single .post-header .title {
    font-size: 36px;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mt-0 {
    margin-top: 0!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #203656;
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.text-center {
  text-align: center;
}

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

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

.relative {
  position: relative;
}
/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
:root {
  --icon-prime : #0791be;
  --icon-secondary: #444;
}
h1, h2, h3, h4, h5, h6 {
  color: #101F46;
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 65px;
  font-weight: 900;
}

h2 {
  font-size: 48px;
  font-weight: 900;
}

h3 {
  font-size: 23px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}
/*=================================================================*/
/*                      HEADER                              
/*=================================================================*/
.primary-menu li {
    float: left;
}
.primary-menu li a {
  display: block;
  position: 10px;

}
.primary-menu li a {
    display: block;
    padding: 10px;
    color: var(--icon-prime);
    text-transform: uppercase;
    font-weight: bold;
}
.header-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 50px;
}
.header-social-search ul li {
    display: inline-block;
    padding-left: 16px;
}
.header-social-search ul li a {
    color: #000;
}
.header-social-search ul li a:hover {
    color: #fff;
}
.bar-gradient {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9fa 25%, #e5e4e8 80%, #e1e0e4 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9fa 25%,#e5e4e8 80%,#e1e0e4 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f9f9fa 25%,#e5e4e8 80%,#e1e0e4 100%);
}
.address-area .info-box {
    padding-left: 20px;
}
.info-icon {
    padding-right: 20px;
}
.info-icon span {
    font-size: 30px;
    border-left: 1px solid #a1a1a1;
    padding-left: 25px;
    position: relative;
    color: #282F39;
}
.address-area .info-box:first-child  span {
    border: none;
}

.navbar-nav a {
    padding: 5px 10px;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-nav a:hover {
  color: #997b36;
}
.header-nav li:first-child a {
  padding-left: 0;
}
/*--------------------------------------------------------------
>>> Home Package
----------------------------------------------------------------*/
.package-wrap {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    position: relative;
}
.package-wrap .package-price {
    background-color: var(--icon-prime);
    position: absolute;
    top: 20px;
    right: 0;
}
.package-wrap .package-price h6 {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 8px 16px;
}
.package-meta {
    background-color: #0791BE;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -25px;
    padding: 15px 0;
    position: relative;
}
.package-meta ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative;
}
.package-meta ul li:before {
    color: #BBBBBB;
    content: "|";
    line-height: 0.8;
    position: absolute;
    right: -3px;
    top: 0;
}
.package-meta ul li:first-child {
    padding-left: 0;
    text-transform: uppercase;
}
.package-meta ul li:last-child {
  padding-right: 0;
}
.package-meta ul li:last-child:before {
  display: none;
}
.package-meta ul li [class*=fa-] {
    margin-right: 4px;
}
.package-wrap .package-content {
    padding: 0 30px 0;
}
.package-wrap .package-content .btn-wrap {
    display: flex;
    border-top: 1px solid rgba(175, 175, 175, 0.1);
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 27px;
}
.package-wrap .package-content .btn-wrap a {
    color: #383838;
    display: block;
    margin-top: 0;
    padding: 16px 0;
    width: 100%;
}
.btn-wrap a {
    margin-top: 50px;
}
.package-wrap .package-content .btn-wrap a [class*=fa-] {
    color: var(--icon-prime);
    font-size: 13px;
    margin-left: 8px;
}
.button-primary, .button-round, .button-secondary {
    border: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.outline-primary, .outline-round, .button-primary, .button-round, .button-secondary {
    font-size: 15px;
    line-height: 1.3;
    padding: 15px 30px;
    font-weight: 600;
}
.button-primary, .button-round {
    background-color: var(--icon-prime);
}
.section-heading .dash-style {
    padding-left: 80px;
    position: relative;
}
.section-heading h5 {
    color: var(--icon-prime) !important;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.section-heading.dash-style h5:before {
    background-color: var(--icon-prime);
    content: "";
    height: 2px;
    width: 70px;
    margin-right: 10px;
    position: absolute;
    left: -50%;
    top: 50%;
}
.callback-section {
    position: relative;
    margin-bottom: 140px;
}
.callback-section:before {
    background-color: #0791BE;
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.heading-white h5 {
    color: #fff !important;
    margin-left: 80px;
}
.heading-white.dash-style h5:before {
    background-color: #fff;
}
.section-heading.abt h5:before {
    left: -110%;
}
/*=================================================================*/
/*                      POST                              
/*=================================================================*/
.category-wrapper {
    z-index: 999;
    top: 15px;
    left: 15px;
}
.post .category-badge {
  color: #FFF;
  font-size: 13px;
  border-radius: 25px;
  display: inline-block;
  padding: 6px 11px;
  line-height: 1;
  margin-right: 5px;
  background: #FE4F70;
  background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
  background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .category-badge.lg {
  font-size: 14px;
  padding: 8px 20px;
}
.post .category-badge:hover {
  background-position: right center;
}
.post .post-format {
  color: #FFF;
  display: block;
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  line-height: 54px;
  right: 20px;
  text-align: center;
  bottom: -25px;
  position: absolute;
  width: 50px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: #FE4F70;
  background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
  background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
  z-index: 1;
}
.post .post-format-sm {
  color: #FFF;
  display: block;
  border-radius: 50%;
  font-size: 14px;
  height: 30px;
  line-height: 34px;
  left: 20px;
  text-align: center;
  top: 20px;
  position: absolute;
  width: 30px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: #FE4F70;
  background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
  background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
  z-index: 1;
}
.post .thumb {
  position: relative;
}
.post .thumb.rounded .inner {
  border-radius: 10px;
  overflow: hidden;
}
.post .thumb.circle .inner {
  overflow: hidden;
  border-radius: 50%;
}
.post .thumb.top-rounded .inner {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .thumb:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.post .post-title a {
  color: #203656;
}
.post .post-title a:hover {
  color: #FE4F70;
}
.post .excerpt {
  font-size: 16px;
}
.post .meta {
  font-size: 14px;
  color: #9faabb;
}
.post .meta a {
    color: #9faabb;
    font-weight: 400;
    text-transform: capitalize;
}
.post .meta a:hover {
  color: #FE4F70;
}
.post .meta i {
  vertical-align: middle;
}
.post .meta li:last-child:after {
  content: "";
  display: none;
}
.post .meta li:after {
  content: "";
  display: inline-block;
  background-color: #FE4F70;
  border-radius: 50%;
  margin-left: 1rem;
  height: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 3px;
}
.post .meta li:not(:last-child) {
  margin-right: 0.8rem;
}
.post .meta li img.author-avatar {
    margin-right: 12px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
}
.updated:not(.published) {
    display: none;
}
.post .post-bottom .social-share .toggle-button {
  font-size: 16px;
  color: #9faabb;
  background-color: transparent;
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.post .post-bottom .social-share .icons {
  display: inline;
  vertical-align: middle;
}
.post .post-bottom .social-share .icons li a {
  color: #9faabb;
  font-size: 14px;
}
.post .post-bottom .social-share .icons li a:hover {
  color: #203656;
}
.post .post-bottom .social-share .icons li:not(:last-child) {
  margin-right: 0.8rem;
}
.post .post-bottom .more-button a {
  font-size: 16px;
  font-weight: 700;
  color: #9faabb;
}
.post .post-bottom .more-link svg {
  color: #9faabb;
  font-size: 13px;
  margin-left: 10px;
  vertical-align: middle;
  transition: .3s ease;
  position: relative;
  right: 0px;
}
.post .post-bottom .more-link:hover svg {
  right: -5px;
}
.post .post-bottom .more-button a:hover {
  color: #FE4F70;
}
.post .post-bottom .more-link {
  color: #203656;
  font-size: 15px;
  font-weight: bold;
}
.post .post-bottom .more-link i {
  font-size: 12px;
  color: #9faabb;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .post-bottom .more-link:hover i {
  right: -5px;
}
.post.post-list-sm {
  clear: both;
}
.post.post-list-sm.circle .thumb {
  max-width: 60px;
}
.post.post-list-sm.circle .details {
  margin-left: 80px;
}
.post.post-list-sm.square .thumb {
  max-width: 110px;
}
.post.post-list-sm.square .details {
  margin-left: 130px;
}
.post.post-list-sm .thumb {
  float: left;
  position: relative;
}
.post.post-list-sm .thumb .number {
  color: #FFF;
  display: block;
  border: solid 2px #FFF;
  border-radius: 50%;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  height: 24px;
  line-height: 22px;
  left: 0;
  text-align: center;
  top: -10px;
  position: absolute;
  width: 24px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: #FE4F70;
  background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
  background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
  z-index: 1;
}
.post.post-list-sm .post-title {
  font-size: 15px;
}
.post.post-list-sm:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-list-sm.before-seperator:before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-list-sm.before-seperator:after {
  content: "";
  display: none;
}
.post.post-list-sm:last-child:after {
  content: "";
  display: none;
}
.post.post-list {
  margin-bottom: 30px;
}
.post.post-list .thumb {
  float: left;
  max-width: 265px;
}
.post.post-list .details {
  margin-left: 295px;
}
.post.post-list .post-title {
  margin: 9px 0;
}
.post.post-list .post-bottom {
  margin-top: 9px;
}
.post.post-list .post-bottom .social-share .icons {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post.post-list .post-bottom .social-share .icons:before {
  content: "";
  background: #DDD;
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}
.post.post-list .post-bottom .social-share .icons.visible {
  opacity: 1;
  visibility: visible;
}
.post.post-list:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-grid .thumb .inner {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.post.post-grid .details {
  padding: 30px;
}
.post.post-grid .post-bottom {
  border-top: solid 1px #EBEBEB;
  margin: 0 30px;
  padding: 20px 0;
}
.post.post-grid .post-bottom .icons {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post.post-grid .post-bottom .icons:before {
  content: "";
  background: #DDD;
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}
.post.post-grid .post-bottom .icons.visible {
  opacity: 1;
  visibility: visible;
}
.post.post-classic {
  margin-bottom: 40px;
}
.post.post-classic .thumb .inner {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.post.post-classic .details {
  padding: 50px 50px 40px;
}
.post.post-classic .details .post-title {
  font-size: 30px;
}
.post.post-classic .post-bottom {
  border-top: solid 1px #EBEBEB;
  margin: 0 50px;
  padding: 20px 0;
}
.post.post-classic .post-bottom .social-share .toggle-button {
  display: none;
}
.post.post-classic .post-format {
  font-size: 24px;
  height: 60px;
  line-height: 64px;
  right: 50px;
  bottom: -30px;
  width: 60px;
}
.post.post-xl {
  margin-bottom: 140px;
}
.post.post-xl:last-of-type {
  margin-bottom: 80px;
}
.post.post-xl .thumb .inner {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.post.post-xl .post-top {
  padding: 0 100px;
  margin-bottom: 40px;
}
.post.post-xl .post-top .post-title {
  font-size: 36px;
}
.post.post-xl .details {
  padding: 50px 100px 50px;
}
.post.post-xl .post-bottom {
  border-top: solid 1px #EBEBEB;
  margin: 0 100px;
  padding-top: 20px;
}
.post.post-xl .post-bottom .social-share .toggle-button {
  display: none;
}
.post.post-xl .post-format {
  font-size: 24px;
  height: 60px;
  line-height: 64px;
  right: 50px;
  bottom: -30px;
  width: 60px;
}
.post.post-over-content {
  position: relative;
}
.post.post-over-content .thumb {
  position: relative;
  overflow: hidden;
}
.post.post-over-content .thumb:after {
  content: "";
  background: #203656;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  top: 0;
  position: absolute;
  width: 100%;
}
.post.post-over-content .details {
  bottom: 20px;
  left: 20px;
  right: 20px;
  position: absolute;
  z-index: 1;
}
.post.post-over-content .post-title {
  font-size: 22px;
}
.post.post-over-content .post-title a {
  color: #FFF;
}
.post.post-over-content .post-title a:hover {
  color: #FFF;
}
.post.post-over-content .meta {
  color: rgba(255, 255, 255, 0.5);
}
.post.post-over-content .meta li:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.post.post-over-content .meta li a {
  color: rgba(255, 255, 255, 0.5);
}

.post-single .post-header {
  margin-bottom: 30px;
}
.post-single .post-header .title {
  font-size: 36px;
}
.post-single .featured-image {
  margin-bottom: 30px;
}
.post-single .featured-image img {
  border-radius: 10px;
}
.post-single .post-content {
  color: #707a88;
  font-size: 16px;
}
.post-single .post-bottom {
  border-top: solid 1px #EBEBEB;
  padding-top: 30px;
  margin-top: 30px;
}
.post-single ul li {
  list-style-type: circle;
}

.single-cover {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}
.single-cover:after {
  content: "";
  background: #203656;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  top: 0;
  position: absolute;
  width: 100%;
}
.single-cover .cover-content {
  bottom: 60px;
  max-width: 720px;
  position: absolute;
  z-index: 1;
}
.single-cover .cover-content .title {
  color: #FFF;
  font-size: 36px;
}
.single-cover .cover-content .meta {
  color: rgba(255, 255, 255, 0.6);
}
.single-cover .cover-content .meta a {
  color: rgba(255, 255, 255, 0.6);
}
.single-cover .cover-content .meta li:after {
  content: "";
  background-color: #FFF;
}

.featured-post-lg {
  position: relative;
}
.featured-post-lg:hover .thumb .inner {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.featured-post-lg .thumb {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
  -moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
  box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
}
.featured-post-lg .thumb:after {
  content: "";
  background: #203656;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  top: 0;
  position: absolute;
  width: 100%;
}
.featured-post-lg .details {
  bottom: 50px;
  left: 50px;
  right: 50px;
  position: absolute;
  z-index: 1;
}
.featured-post-lg .post-title {
  font-size: 32px;
}
.featured-post-lg .post-title a {
  color: #FFF;
}
.featured-post-lg .post-title a:hover {
  color: #FFF;
}
.featured-post-lg .meta {
  color: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .meta li:after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .meta li a {
  color: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .thumb .inner {
  background-size: cover;
  background-position: center center;
  height: 533px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.featured-post-md {
  position: relative;
}
.featured-post-md:hover .thumb .inner {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.featured-post-md .thumb {
  position: relative;
  overflow: hidden;
}
.featured-post-md .thumb .inner {
  background-size: cover;
  background-position: center center;
  height: 356px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.featured-post-md .thumb:after {
  content: "";
  background: #203656;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  top: 0;
  position: absolute;
  width: 100%;
}
.featured-post-md .details {
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-post-md .post-title {
  font-size: 22px;
  margin: 15px 0;
}
.featured-post-md .post-title a {
  color: #FFF;
}
.featured-post-md .post-title a:hover {
  color: #FFF;
}
.featured-post-md .meta {
  color: rgba(255, 255, 255, 0.5);
}
.featured-post-md .meta li:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.featured-post-md .meta li a {
  color: rgba(255, 255, 255, 0.5);
}

.featured-post-xl {
  position: relative;
}
.featured-post-xl:hover .thumb .inner {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.featured-post-xl .thumb {
  position: relative;
  overflow: hidden;
}
.featured-post-xl .thumb .inner {
  background-size: cover;
  background-position: center center;
  height: 540px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.featured-post-xl .thumb:after {
  content: "";
  background: #203656;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  top: 0;
  position: absolute;
  width: 100%;
}
.featured-post-xl .details {
  padding: 0 30px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  max-width: 650px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.featured-post-xl .post-title {
  font-size: 36px;
  margin: 20px 0;
}
.featured-post-xl .post-title a {
  color: #FFF;
}
.featured-post-xl .post-title a:hover {
  color: #FFF;
}
.featured-post-xl .meta {
  color: rgba(255, 255, 255, 0.5);
}
.featured-post-xl .meta li:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.featured-post-xl .meta li a {
  color: rgba(255, 255, 255, 0.5);
}

.post-carousel-lg {
  -webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
  -moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
  box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
  overflow: hidden;
  border-radius: 10px;
}
.post-carousel-lg .slick-dots {
  position: absolute;
  bottom: 30px;
  margin: 0;
}
.post-carousel-lg .slick-prev {
  left: 30px;
}
.post-carousel-lg .slick-next {
  right: 30px;
}
.post-carousel-lg .slick-next, .post-carousel-lg .slick-prev {
  width: 50px;
  height: 50px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
}
.post-carousel-lg .slick-prev:before, .post-carousel-lg .slick-next:before {
  color: #FFF;
  font-size: 16px;
  position: initial;
}
.post-carousel-lg .slick-next:hover, .post-carousel-lg .slick-prev:hover {
  background: #fff;
}

.post-carousel-featured {
  padding: 0 15px;
}

.post-carousel .slick-slide {
  margin: 0 12px;
}

.post-carousel-widget .post-carousel .thumb {
  max-width: 300px;
}

.post-tabs {
  padding: 30px;
}
.post-tabs .tab-content {
  margin-top: 30px;
}

/*=================================================================*/
/*                      FOOTER                             
/*=================================================================*/
.site-footer {
    background-color: #383838;
    padding-top: 80px;
}
.site-footer .top-footer {
    padding-bottom: 55px;
}
.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    text-transform: uppercase;
}
.footer-primary .widget .widget-title:before {
    background-color: #0791BE;
    content: "";
    height: 18px;
    width: 3px;
    margin-right: 10px;
}
.footer-primary .widget {
    color: #e0e0e0;
}
.widget.widget_text ul {
    margin-top: 20px;
}
.widget.widget_text ul li {
    margin-bottom: 10px;
}
.widget.widget_text ul li i {
    color: var(--icon-prime);
    margin-right: 5px;
}
.footer-primary .widget ul li a {
    color: #ffffff;
}
.footer-primary .widget ul li a:hover, 
.footer-primary .widget ul li a:focus, 
.footer-primary .widget ul li a:active {
    color: #2C75BA;
}
.widget.widget_recent_post li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}
.widget.widget_recent_post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget.widget_recent_post li h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.widget.widget_recent_post li .entry-meta {
    margin-left: -8px;
    margin-right: -8px;
}
.widget.widget_recent_post li .entry-meta span {
    padding: 0 8px;
    position: relative;
}
.widget.widget_recent_post li .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}
.widget.widget_recent_post li .entry-meta span:last-child:before {
  display: none;
}
.widget.widget_recent_post li .entry-meta a {
    color: #CCC;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}
.widget.widget_newslatter .newslatter-form {
  margin-top: 24px;
}
.widget.widget_newslatter .newslatter-form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}
.widget.widget_newslatter .newslatter-form [type=submit] {
  padding: 10px 30px;
  margin-bottom: 0;
}

input[type=button], input[type=reset], input[type=submit] {
    border: none;
    background-color: var(--icon-prime);
    color: #ffffff;
    cursor: pointer;
    padding: 15px 30px;
    font-weight: 600;
    transition: background-color 0.3s;
}






footer .footer-top {
    background: #212832;
    padding: 55px 0 34px 0;
}
.footer-widget .footer-title {
    font-style: italic;
    font-weight: 600;
    font-size: 1.125em;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}
.footer-widget .footer-title:before {
    content: '';
    width: 45px;
    height: 2px;
    background: #E41F20;
    position: absolute;
    bottom: -13px;
}
.footer-widget .widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget p {
    color: #9b9da0;
}

.footer-widget .widget-list a {
    font-size: 0.875em;
    color: #9b9da0;
    display: block;
    transition: all .3s ease;
    position: relative;
    padding: 2px 0;
    padding-left: 15px;
}
.footer-widget .widget-list a:hover {
  color: #CB191F;
}
.footer-widget .widget-list a:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
}
.footer-widget p:nth-child(3) {
    font-weight: 600;
    font-size: 1.25em;
    color: #CB191F;
}
.footer-widget p:nth-child(4) {
    font-style: italic;
    font-size: 0.875em;
    color: #9b9da0;
    padding-left: 27px;
    line-height: 4px;
}
.footer-widget .footer-social {
    display: flex;
    list-style: none;
}
.footer-widget .footer-social li a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #9b9da0;
    border-radius: 50%;
    margin-left: 5px;
    color: #9b9da0;
    text-align: center;
    line-height: 32px;
}
.footer-widget .footer-social li a:hover {
    color: #fff;
    background: #E41F20;
    border-color: #E41F20;
}
.footer-social li {
    float: left;
}
.footer-social li a {
    display: block;
    border: 1px solid var(--icon-prime);
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.footer-social li a:hover {
    background: var(--icon-prime);
    color: #fff !important;
    border: 1px solid var(--icon-prime);
}
/*Resposive*/
@media only screen and (max-width: 576px) {

}

/*header*/
.header-area {
    z-index: 999;    
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: inset 0 270px 100px -200px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0 270px 100px -200px rgba(0, 0, 0, 1);
    box-shadow: inset 0 270px 100px -200px rgba(0, 0, 0, 1);
}
a.header-right-start {
    background: #997b36;
    padding: 10px 20px;
    font-family: unna;
    color: #fff;
    font-size: 18px;
}
a.header-right-phone {
    color: #997b36;
    font-size: 25px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
}
a.header-right-start:hover {
  background: #665223;
}
.logo-area {
    width: 280px;
    overflow: hidden;
}
.slider {
  height: 100vh;
}
.home-slider {
    height: 100%;
    width: 1349px;
}
.home-slider-tagline h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 2.5rem;
}
.home-slider-tagline h2 span {
    color: #eac286;
    font-weight: 300;
}
ul.footer-social i {
    font-family: 'FontAwesome' !important;
}


.theme-form-control:not(.theme-submit) {
    background-color: rgba(255,255,255,.2) !important;
    color: #fff !important;
    height: 42px !important;
    padding-left: 20px;
    padding-right: 20px;
    border-color: rgba(213,170,109,.2);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}
.theme-form-control::placeholder,
.theme-textarea::placeholder {
  color: #fff;
}
.theme-textarea {
	height: 170px;
	background-color: rgba(255,255,255,.2) !important;
    color: #fff !important;
	padding-left: 20px;
    padding-right: 20px;
    border-color: rgba(213,170,109,.2);
}
.wpcf7-submit {
	width: 100% !important;
	background: rgba(213,170,109);
	color: #fff;
}

.fx-top {
  background: #000;
}

/*-------------------------------------
    19. SCROLL UP AREA CSS
-------------------------------------*/
.scroll-top {
    position: fixed;
    right: 20px;
    top: 83%;
    width: 30px;
    height: 30px;
    background: var(--icon-prime);
    display: none;
    text-align: center;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 999;
}
.scroll-top i {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-right: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.scroll-top:hover {
    box-shadow: -3px -3px 0px var(--icon-secondary);
}

@media only screen and (max-width: 600px) {
	.callback-section:before {
		width: 100%;
	}
	.container.m-c {
		flex-direction: column;
	}
	.custom-toggler.navbar-toggler {
	  border-color: rgb(255,255,255);
	} 
	.primary-menu {
		position: absolute;
		right: 0px;
		background: #000;
		top: 45px;
		width: 145px;
	}
}