/* ---------------------------------
          PRIMARY STYLES
--------------------------------- */

html {
  font-size: 100%;
  overflow-x: hidden;
  touch-action: manipulation;
}

body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  color: #000;
  background-color: #f2f3f4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
inpot,
button {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: inherit;
}

p {
  line-height: 1.8 !important;
  font-size: 1.05em;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #555;
  margin: 20px 0px;
}

h1 {
  font-size: 4em;
  line-height: 1;
}
h2 {
  font-size: 2.8em;
  line-height: 1.1;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 0.9em;
  letter-spacing: 1px;
}

a,
button {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

a:focus,
a:active,
a:hover,
button:focus,
button:active,
button:hover,
a b.light-color:hover {
  text-decoration: none;
  color: #ffad4d;
}

b {
  font-weight: 500;
}

img {
  width: 100%;
}

span {
  display: inline-block;
}

button {
  outline: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

b.light-color {
  color: #444;
}

.btn-2 {
  background: none;
  color: #ffad4d;
}

.btn-2:hover {
  background: #ffad4d;
  color: #fff;
}

.section {
  padding: 70px 0 40px;
}

.section .heading {
  padding-bottom: 70px;
}

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

.color-white {
  color: #fff;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.card {
  background: transparent;
  border: 0;
}

.no-side-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.no-left-padding {
  padding-left: 0px;
}

.no-right-padding {
  padding-right: 0px;
}

.icon {
  font-size: 2em;
}

.left-area {
  float: left;
}

.right-area {
  float: right;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

::-webkit-input-placeholder {
  font-size: 0.9em;
  letter-spacing: 1px;
}

::-moz-placeholder {
  font-size: 0.9em;
  letter-spacing: 1px;
}

:-ms-input-placeholder {
  font-size: 0.9em;
  letter-spacing: 1px;
}

:-moz-placeholder {
  font-size: 0.9em;
  letter-spacing: 1px;
}

/* ---------------------------------
              MENU
--------------------------------- */

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  font-size: 0.95em;
  background: #fff;
}

/* ---------------------------------
        MENU - TOP AREA
--------------------------------- */

header .top-menu {
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-size: 0.95em;
  font-style: italic;
  background: #c0392b;
  color: #fff;
}

header .top-menu ul.welcome-area {
  padding-left: 20px;
}

header .top-menu ul.welcome-area > li {
  margin: 0 15px;
  padding: 0 15px;
  list-style: none;
  display: inline-block;
}

header .top-menu ul > li:first-child {
  border-left: 0;
}

header .top-menu ul.social-icons {
  display: inline-block;
  padding: 0 35px;
  color: #fff;
}

header .top-menu ul.social-icons > li {
  list-style: none;
  display: inline-block;
}

header .top-menu ul.social-icons > li > a {
  padding: 0 15px;
}

/* ---------------------------------
        MENU - MIDDLE AREA
--------------------------------- */

header .middle-menu {
  background: #29333c;
  align-items: center;
  display: flex;
  justify-content: center;
}

header .middle-menu .main-title {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-weight: 500;
}
header .middle-menu .main-title > h3 {
  color: #fff;
}
header .middle-menu .main-title > h4 {
  color: #ffad4d;
}

header .logo {
  padding: 30px 0;
  height: 160px;
}

header .logo img {
  height: 100%;
  width: auto;
}

/* ---------------------------------
        MENU - BOTTOM AREA
--------------------------------- */

header .bottom-area {
  text-align: center;
}

header .main-menu {
  background: #c0392b;
  color: #fff;
  font-weight: 500;
}

header .main-menu > li {
  list-style: none;
  display: inline-block;
  margin: 0 -5px;
}

header .main-menu > li > a {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
}

header .main-menu > li .active,
header .main-menu > li > a:hover {
  background: #29333c;
  color: #ffad4d;
}

header .visible.main-menu {
  display: block;
}

/* ---------------------------------
          MENU -DROPDOWN
--------------------------------- */

header .main-menu li.drop-down {
  position: relative;
  text-align: left;
}

header .main-menu li.drop-down > ul.drop-down-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  min-width: 200px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  background: #29333c;
}

header .main-menu li.drop-down > ul.drop-down-menu li {
  display: block;
}

header .main-menu li.drop-down > ul.drop-down-menu li > a {
  display: block;
  padding: 12.5px 20px;
}

header .main-menu li.drop-down > ul.drop-down-inner li:first-child {
  border-top: 0;
}

header .main-menu li i {
  margin-left: 10px;
}

/* ---------------------------------
      MENU - DROPDOWN SUB MENU
--------------------------------- */

header .main-menu li.drop-down > ul.drop-down-inner {
  top: 0;
  left: auto;
  left: 100%;
}

header .main-menu li a.mouseover {
  background: #29333c;
  color: #ffad4d;
}

header .main-menu li.drop-down a.mouseover + ul.drop-down-menu {
  display: block;
  animation: full-opacity-anim 0.2s forwards;
}

@keyframes full-opacity-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ---------------------------------
          NAV ICON
--------------------------------- */

.menu-nav-icon {
  display: none;
  height: 60px;
  width: 50px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  font-size: 1.8em;
}

/* ---------------------------------
         SLIDDER
--------------------------------- */

.main-slider {
  margin-top: 265px;
  position: relative;
  height: calc(110vh - 265px);
  min-height: 550px;
  width: 100%;
  overflow: hidden;
}

.main-slider .slider-content {
  padding: 25px 60px 25px 40px !important;
  border-radius: 3px !important;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.slider-content .btn {
  padding: 7px 15px;
}

.slider-content .title {
  margin: 10px 0 0;
  letter-spacing: 3px;
}

#slider {
  height: 100%;
  width: 100%;
}

.main-slider .ls-nav-prev,
.main-slider .ls-nav-next {
  display: block !important;
  opacity: 1 !important;
}

/* ---------------------------------
          BREADCRUMBS
--------------------------------- */

.breadcrumb-section {
  margin-top: 280px;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumbs {
  padding: 10px;
}

.breadcrumbs .breadcrumbs_item {
  display: inline-block;
}

.breadcrumbs .breadcrumbs_item:not(:last-of-type)::after {
  content: ">";
  margin: 0 5px;
  color: #cccccc;
}

.breadcrumbs .breadcrumbs_item .breadcrumbs_link {
  text-decoration: none;
  color: #999999;
}

.breadcrumbs .breadcrumbs_active {
  font-weight: 500;
  color: #ffad4d;
}

/* ---------------------------------
          HOME PAGE
--------------------------------- */

.title {
  text-align: center;
  color: rgb(68, 68, 68);
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* ---------------------------------
          HOME - COUNTER
--------------------------------- */

.counter {
  background: #ffad4d;
  padding: 0;
}

.counter-up {
  display: flex;
  position: relative;
  padding: 0 50px;
}

.counter-up .counter-content {
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.counter-up .counter-box {
  width: calc(33.3%, 30px);
  border-radius: 5px;
  padding: 20px;
  align-items: center;
  justify-content: space-evenly;
  color: #1a1a1d;
  flex-direction: column-reverse;
  margin: 0 40px;
}

.counter-up .counter-box .icon {
  font-size: 48px;
  text-align: center;
  color: #fff;
}

.counter-up .counter-box .number {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.counter-up .counter-box .text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.counter-up .counter-box .counter-plus {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

/* ---------------------------------
          HOME - ARTICLES
--------------------------------- */

.article-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 2rem;
}

.article-image {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.article-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}

.article-card {
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
  box-shadow: 0 4px 20px 0 rgba(34, 68, 123, 0.2);
}

.article-card .btn {
  font-size: 0.9em;
  padding: 15px 30px;
  border-radius: 1px;
  letter-spacing: 2px;
  border: 1px solid #ffad4d;
  background: #ffad4d;
  color: #fff;
}

.article-card .btn:hover {
  color: #ffad4d;
  background: none;
}

.article-content {
  padding: 2rem;
}

.article-content .article-title {
  max-width: 1rem 0;
  color: rgb(68, 68, 68);
  text-align: center;
}

.article-content .article-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  text-align: left;
}

.article-content .read-more-btn {
  clear: both;
  margin-top: 30px;
  box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #ffad4d;
  background: #fff;
  color: #ffad4d;
}

.article-content .read-more-btn:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
  background: #ffad4d;
  color: #fff;
}

/* ---------------------------------
          HOME - TIME TABLE
--------------------------------- */

.our__classes .classes__desc {
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-height: 120px;
  color: #fff;
  background: #c0392b;
  padding: 15px;
  margin: 40px 0;
  font-size: 18px;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.flex-container .date {
  border: 1px solid #c0392b;
  color: #c0392b;
  width: 150px;
  margin: 5px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}

.flexwrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}

.flex-container .cells {
  width: 150px;
  margin: 10px 5px 5px 5px;
  padding: 10px;
  text-align: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  color: rgb(68, 68, 68);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}

.flex-container .city {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.flex-container .time {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.flex-container .cells:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.15);
  background: #ffad4d;
  color: #fff;
}

.flex-container .cells:active,
.flex-container .cells:focus {
  outline: none !important;
}

.popover {
  padding: 10px;
  margin-top: 10px;
}

/* ---------------------------------
          HOME - LATEST NEWS
--------------------------------- */

.accordion {
  width: 100%;
}

.accordion .contentBX {
  position: relative;
  margin: 10px 20px;
}

.accordion .contentBx .label {
  position: relative;
  padding: 10px;
  background: #ffad4d;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.accordion .contentBx .label::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.5rem;
}

.accordion .contentBx.active .label::before {
  content: "-";
}

.accordion .contentBx .content {
  position: relative;
  background: #f2f3f4;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  overflow-y: auto;
}

.accordion .contentBx.active .content {
  height: auto;
  padding: 10px;
}

/* ---------------------------------
          GALLERY
--------------------------------- */

.gallery {
  margin-top: 265px;
}

.image-gallery {
  width: 100%;
  padding: 30px 0px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-columns: dense;
}

.image-gallery > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.image-gallery > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.image-gallery > a > img:hover {
  transform: scale(1.2);
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}

/* ---------------------------------
         TREATMENT
--------------------------------- */

.blog__list > li {
  color: #555 !important;
  margin: 10px 0;
  font-size: 16px;
}

.blog-main__subtitle {
  margin: 10px 0;
}

.blog-img__left {
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
  width: 400px;
  height: auto;
  border-radius: 4px;
  float: left;
  margin: 0px 20px 20px 0;
}

.blog-img__right {
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
  border-radius: 4px;
  width: 400px;
  height: auto;
  float: right;
  margin: 0px 0 20px 20px;
}

.ayurveda-treatment {
  justify-content: center !important;
}

.therapy p {
  line-height: 25px;
  text-align: justify;
  margin: 0 10px 18px 0;
}

/* ---------------------------------
          INSTRUCTORS
--------------------------------- */

/* ---------------------------------
          HEAD INSTRUCTOR
--------------------------------- */

.ins-container-head {
  margin-top: 70px;
  width: 100%;
}

.ins-container-head .ins-card-head {
  height: 250px;
  padding: 0;
  background: none;
}

.ins-container-head .ins-card-head .ins-card__content-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ins-container-head .ins-card-head .ins-card__content-head .ins-head {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% / 3);
}

.ins-container-head .ins-card-head .ins-card__content-head .ins-card__head-img {
  width: 200px;
  height: 200px;
  border: 5px solid #c0392b;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.ins-container-head .ins-card-head .ins-card__content-head .ins-card__head-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ins-container-head .ins-title {
  /* text-transform: uppercase; */
  text-align: center;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}


/* ---------------------------------
          OTHER INSTRUCTORS
--------------------------------- */


.ins-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.ins-container .ins-card {
  width: calc(100% / 4);
  height: 350px;
  padding: 0;
  background: none;
}

.ins-container .ins-card .ins-card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ins-container .ins-card .ins-card__content .ins-card__img {
  width: 200px;
  height: 200px;
  border: 5px solid #c0392b;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.ins-container .ins-card .ins-card__content .ins-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ins-container .ins-name {
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.ins-container .ins-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

.ins-container .ins-desc {
  text-align: center;
}

.items-wrapper {
  margin-top: 60px;
  max-width: 100%;
}

.items-wrapper nav {
  display: flex;
  justify-content: center;
}

nav .items {
  display: flex;
  max-width: 720px;
  width: 100%;
}

nav .items .item {
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500px;
  color: #ffad4d;
  border: 2px solid #ffad4d;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 10px;
}

nav .items .active,
nav .items .item:hover {
  color: #fff;
  background: #ffad4d;
  transition: 30ms;
}

/* ---------------------------------
          VIDEOS
--------------------------------- */

.video-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.video-gallery .video {
  width: calc(100% / 4);
  padding: 7px;
}

.video-gallery .video span {
  display: flex;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.video-gallery .video iframe {
  width: 100%;
  vertical-align: middle;
}

.video-gallery .video:hover {
  transform: scale(1.1);
}

.video-gallery .video .active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 80%;
  z-index: 1;
}

.blog-main__img {
  display: block;
  margin: 20px auto;
  width: 600px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.side_by_side {
  margin-left: 30px;
  margin-bottom: 10px;
  display: grid;
  color: #555;
  grid-template-columns: 1fr 1fr;
  font-size: 16px;
}

/* ---------------------------------
          CONTACT
--------------------------------- */

.map-section {
  padding: 25px 0 20px 15px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.map-section .map {
  flex-direction: column;
  margin: 0;
}

.map-section .map iframe {
  width: 100%;
  height: 440px;
  border: none;
}

.map-section .contact-info {
  flex-direction: column;
  padding: 20px;
}

.map-section .contact-info > p {
  margin: 0px 0px 0px 30px;
}
.map-section .contact-info > h4 {
  color: #c0392b;
}
.social-media-wrapper {
  margin-top: 50px;
  text-align: center;
}

.social-media-wrapper .button {
  display: inline-block;
  height: 60px;
  max-width: 60px;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: max-width 0.3s ease-out;
}
.social-media-wrapper .button:hover {
  max-width: 400px;
}

.social-media-wrapper .button .icon {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
  line-height: 60px;
}

.social-media-wrapper .button i {
  font-size: 25px;
  line-height: 60px;
}

.social-media-wrapper .button span {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin: 0 10px;
}

.social-media-wrapper .button:nth-child(1):hover .icon {
  background: #3b5998;
}

.social-media-wrapper .button:nth-child(2):hover .icon {
  background: #c32aa3;
}

.social-media-wrapper .button:nth-child(3):hover .icon {
  background: #ff0000;
}

.social-media-wrapper .button:nth-child(4):hover .icon {
  background: #00acee;
}

.social-media-wrapper .button:nth-child(5):hover .icon {
  background: #25d366;
}

.social-media-wrapper .button:nth-child(6):hover .icon {
  background: #00b900;
}

.social-media-wrapper .button:nth-child(7):hover .icon {
  background: #2e3233;
}

.social-media-wrapper .button .icon i {
  font-size: 25px;
  line-height: 60px;
  transition: all 0.2s ease-out;
}

.social-media-wrapper .button:hover .icon i {
  color: #fff;
}

.social-media-wrapper .button:nth-child(1):hover span {
  color: #3b5998;
}

.social-media-wrapper .button:nth-child(2):hover span {
  color: #c32aa3;
}

.social-media-wrapper .button:nth-child(3):hover span {
  color: #ff0000;
}

.social-media-wrapper .button:nth-child(4):hover span {
  color: #00acee;
}

.social-media-wrapper .button:nth-child(5):hover span {
  color: #25d366;
}

.social-media-wrapper .button:nth-child(6):hover span {
  color: #00b900;
}

.social-media-wrapper .button:nth-child(7):hover span {
  color: #2e3233;
}

/* ---------------------------------
          FOOTER
--------------------------------- */

.footer-dark {
  padding: 50px 0;
  color: #fff;
  background-color: #c0392b;
}

.footer-dark .item.social {
  text-align: center;
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.8;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff !important;
}

@media only screen and (max-width: 1200px) {
  .flexwrapper {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px)  {
 .ins-container-mobile-head {
  display: none;
 }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 2em;
  }

  header .top-menu ul.welcome-area {
    padding: 0;
  }

  header .top-menu ul.welcome-area > li {
    border: 0;
  }

  header .top-menu .hello-blog {
    display: none;
  }

  .video-gallery .video {
    width: calc(100% / 2);
  }

  .blog-img__left {
    float: none;
  }

  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }

  nav .items {
    flex-wrap: wrap;
    justify-content: center;
  }

  nav .items .item {
    padding: 7px 15px;
    margin: 15px 5px;
  }

  .flexwrapper {
    flex-wrap: wrap;
  }

  .ins-container .ins-card {
    width: calc(100% / 3);
  }

  .ins-container-head .ins-card-head {
    display: none;
  }

  /* new */

  .ins-container-mobile-head {
    margin-top: 70px;
    margin-bottom: 150px;
    width: 100%;
  }
  
  .ins-container-mobile-head .ins-card-head {
    height: 250px;
    padding: 0;
    background: none;
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-head {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: calc(100% / 3);
  }

  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-head-name {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-card__head-img {
    width: 200px;
    height: 200px;
    border: 5px solid #c0392b;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-card__head-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .ins-container-mobile-head .ins-title {
    text-align: center;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  p {
    line-height: 1.4;
  }

  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.2em;
  }

  .section {
    padding: 20px 0 10px;
  }

  header .top-menu ul.welcome-area {
    display: none;
  }

  header .top-menu ul {
    display: inline-block;
  }

  header .logo {
    padding: 10px 0;
    height: 100px;
  }

  header .middle-menu {
    flex-direction: column;
    align-items: center;
  }

  header .middle-menu .main-title {
    text-align: center;
  }
  header .middle-menu .main-title > h3 {
    font-size: 18px;
  }
  header .middle-menu .main-title > h4 {
    font-size: 14px;
  }

  header .bottom-area {
    background: #c0392b !important;
  }

  header .main-menu {
    text-align: left;
    display: none;
    float: none;
    clear: both;
    max-height: 400px;
    overflow: auto;
  }

  header .main-menu > li {
    display: block;
    float: none;
  }

  header .main-menu > li:last-child {
    border-bottom: 0;
  }

  header .main-menu li > a {
    display: block;
    line-height: 1;
    height: auto;
    padding: 15px;
    background: none;
  }

  header .main-menu li.drop-down > ul.drop-down-menu {
    position: static;
    box-shadow: none;
  }

  header .main-menu li.drop-down > ul.drop-down-menu li a {
    padding-left: 25px;
  }

  header .main-menu li.drop-down > ul.drop-down-inner li a {
    padding-left: 35px;
  }

  .menu-nav-icon {
    display: inline-block;
  }

  .main-slider {
    margin-top: 205px;
    height: calc(400px - 205px);
    min-height: 350px;
  }

  .main-slider .slider-content {
    padding: 15px 20px !important;
    margin-left: 20px !important;
    top: 30px !important;
  }

  .slider-content .btn {
    padding: 7px 15px;
  }

  .slider-content .title {
    letter-spacing: 0px;
  }

  .main-slider .ls-nav-prev,
  .main-slider .ls-nav-next {
    display: none !important;
  }

  .flexwrapper {
    flex-direction: column;
    align-items: center;
  }

  .flex-container .date {
    width: 300px;
  }

  .flex-container .cells {
    width: 300px;
  }

  /* LOAD MORE BUTTON */

  .blog-posts .load-more-btn {
    margin: 20px 0 60px;
  }

  .blog-img__left {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    justify-self: center;
  }

  .blog-img__right {
    margin: 20px auto;
    display: block;
    height: auto;
    float: none;
    width: 100%;
    justify-self: center;
  }

  .blog-main__img {
    width: 100%;
    justify-self: center;
  }

  nav .items {
    flex-wrap: wrap;
    justify-content: center;
  }

  nav .items .item {
    padding: 7px 15px;
    margin: 15px 5px;
  }

  .footer-dark .item.text {
    margin-bottom: 0;
  }
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }

  .flexwrapper {
    flex-wrap: wrap;
  }

  .ins-container .ins-card {
    width: calc(100% / 2);
  }

  /* new */

  .ins-container-mobile-head {
    margin-top: 70px;
    width: 100%;
  }
  
  .ins-container-mobile-head .ins-card-head {
    height: 300px;
    padding: 0;
    background: none;
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-head {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-head-name {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-card__head-img {
    width: 200px;
    height: 200px;
    border: 5px solid #c0392b;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-card__head-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .ins-container-mobile-head .ins-title {
    text-align: center;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    padding-top: 10px;
  }
}

@media only screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  .left-area,
  .right-area {
    float: none;
  }

  .width-60,
  .width-50 {
    width: 100%;
  }

  .left-area li a,
  .right-area li a {
    padding: 0 10px 0 0 !important;
  }

  .ins-container .ins-card {
    width: calc(100% / 1);
  }

  /* new */

  .ins-container-mobile-head {
    margin-top: 70px;
    width: 100%;
    margin-bottom: 200px;
  }
  
  .ins-container-mobile-head .ins-card-head {
    width: calc(100% / 1);
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-head {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: calc(100% / 3);
  }

  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-head-name {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-card__head-img {
    width: 200px;
    height: 200px;
    border: 5px solid #c0392b;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
  
  .ins-container-mobile-head .ins-card-head .ins-card__content-head .ins-card__head-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .ins-container-mobile-head .ins-title {
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (max-width: 359px) {
}

@media only screen and (max-width: 290px) {
}
