@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Typography */
h1, h2, h3, h4, h5, h6, figure {
  color: #333;
  font-weight: 400;
  margin: 0 0 20px 0; }

h1 {
  font-size: 60px;
  font-family: "Pacifico", cursive; }

h2 {
  font-size: 50px;
  font-family: "Pacifico", cursive; }

h3 {
  font-size: 30px; }

a {
  color: #ad0c25;
  transition: all 0.5s ease; }
  a:hover, a:active, a:focus {
    color: #ad0c25;
    outline: none;
    text-decoration: none; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

::-webkit-selection, ::-moz-selection, ::selection {
  color: #fff;
  background: #ad0c25; }

/* Body */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #818892;
  background: #fff; }
  body.offcanvas {
    overflow: hidden; }

/* List */
ul, ol, dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 0rem; }

ol {
  margin-left: 0rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

.main {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease; }
  .main.offcanvas {
    overflow: hidden;
    position: absolute; }
    .main.offcanvas:after {
      transition: all 2s ease;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(51, 51, 51, 0.7);
      content: ""; }

.section {
  padding: 3em 0;
  clear: both; }

.section-sm {
  padding: 3.5em 0; }

.section-gray {
  background: #e9e9e9; }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  width: 100%; }

.overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.5); }

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

.display-tc {
  height: 100vh;
  display: table;
  width: 100%;
  display: table-cell !important;
  vertical-align: middle; }
  .display-tc h1,
  .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white; }
  .display-tc h1 {
    margin-bottom: 0px;
    line-height: 1.3;
    font-family: "Amatic SC", cursive;
    font-weight: 700;
    font-size: 50px; }
  .display-tc h2 {
    font-size: 16px;
    line-height: 1.5;
    margin: 30px;
    font-family: "Work Sans", Arial, sans-serif; }
  .display-tc .btn {
    padding: 15px 20px;
    background: #fff !important;
    color: #ad0c25;
    border: none !important;
    font-size: 14px;
    text-transform: uppercase; }
    .display-tc .btn:hover {
      background: #fff !important;
      box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  clear: both; }

/* contactus */
.contactus .form-wrapper {
  background: #fff;
  padding: 20px 15px 30px;
  margin-bottom: 40px; }
.contactus h3 {
  margin: 10px 0; }
.contactus .video {
  height: 450px;
  overflow: hidden;
  border-radius: 5px;
  background-image: url(../img/video-bg.jpg); }
  .contactus .video:hover a {
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .contactus .video:hover .overlay {
    opacity: 0.5; }
  .contactus .video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    display: table;
    text-align: center; }
    .contactus .video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle; }
  .contactus .video .overlay {
    transition: all 0.5s ease; }

/* Banner */
.banner h1,
.banner h2 {
  color: #ad0c25; }
.banner p {
  color: #fff;
  margin-bottom: 0; }

.banner_top {
  background-image: url(/img/g3.jpeg); }

.single-post_banner,
.single-post_title {
  margin-bottom: 40px; }

.post-content blockquote {
  text-align: center;
  border: none;
  font-style: italic;
  font-weight: 600; }
  .post-content blockquote:after, .post-content blockquote:before {
    content: '"'; }

.post-hightlight {
  border: 4px solid #e9e9e9;
  padding: 30px;
  margin: 10px 0 20px;
  font-size: 20px;
  font-weight: 600; }
  .post-hightlight::before, .post-hightlight::after {
    content: ' ';
    display: table;
    clear: both; }
  .post-hightlight:before {
    content: 'HIGHLIGHT';
    display: block;
    font-size: 14px;
    font-weight: 300; }

.typed-cursor {
  display: none; }

.post-tags a {
  padding: 0 5px; }

.widget {
  margin-bottom: 50px; }
  .widget:last-child {
    margin-bottom: 0; }

.widget_title {
  font-family: "Pacifico", cursive; }

.widget_latest-posts .post {
  margin-bottom: 20px; }
  .widget_latest-posts .post::before, .widget_latest-posts .post::after {
    content: ' ';
    display: table;
    clear: both; }
.widget_latest-posts .post_image {
  float: left;
  margin-right: 20px; }

.widget_categories ul {
  list-style: none;
  padding-left: 0; }
.widget_categories li {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px; }
.widget_categories a {
  color: inherit; }
.widget_categories span {
  float: right; }

.banner-text {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .banner-text span {
    padding: 0 15px;
    line-height: 21px; }

span.banner-text_names {
  font-family: "Pacifico", cursive;
  font-size: 40px;
  line-height: 43px;
  position: relative; }
  span.banner-text_names:before, span.banner-text_names:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background-color: #fff; }
  span.banner-text_names:before {
    left: -1px; }
  span.banner-text_names:after {
    right: -1px; }

.js .animate-box {
  opacity: 0; }

img {
  max-width: 100%; }

.rotate {
  animation: rotate 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite !important; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#map {
  position: initial;
  height: 600px;
  width: 100%; }

.sub-heading {
  margin-top: 50px;
  padding: 7em 0 2em 0; }
  .sub-heading h2 {
    color: #ad0c25; }

.ganesh {
  display: inline-block;
  background-image: url("../img/ganesh.jpg");
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: right center;
  border-radius: 50%;
  margin-bottom: 40px; }

.ruchi {
  display: inline-block;
  background-image: url("../img/ruchi-c.jpg");
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: left center;
  border-radius: 50%;
  margin-bottom: 40px; }

.avatar-container {
  text-align: center;
  margin-bottom: 30px; }
  .avatar-container .avatar {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .avatar-container p {
    text-align: center; }

.owl-controls .owl-dots {
  padding-top: 30px; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  transition: all 0.5s ease;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px; }
  .btn.btn-lg {
    padding: 18px 36px; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #ad0c25;
  color: #fff;
  border: 2px solid #ad0c25; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #c03b44 !important;
    border-color: #c03b44 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #ad0c25;
    border: 2px solid #ad0c25; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #ad0c25;
      color: #fff; }

.btn-success {
  background: #4CAF50;
  color: #fff;
  border: 2px solid #4CAF50; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #449d48 !important;
    border-color: #449d48 !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #4CAF50;
    border: 2px solid #4CAF50; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #4CAF50;
      color: #fff; }

.btn-info {
  background: #03A9F4;
  color: #fff;
  border: 2px solid #03A9F4; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #0398db !important;
    border-color: #0398db !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #03A9F4;
    border: 2px solid #03A9F4; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #03A9F4;
      color: #fff; }

.btn-warning {
  background: #FF9800;
  color: #fff;
  border: 2px solid #FF9800; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #e68900 !important;
    border-color: #e68900 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #FF9800;
    border: 2px solid #FF9800; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #FF9800;
      color: #fff; }

.btn-danger {
  background: #F44336;
  color: #fff;
  border: 2px solid #F44336; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #f32c1e !important;
    border-color: #f32c1e !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #F44336;
    border: 2px solid #F44336; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #F44336;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid #b3b3b3;
  font-size: 16px;
  transition: all 0.3s ease; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  transition: all 0.3s ease; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.2s ease; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

/* Counter */
.counter {
  text-align: center;
  background-image: url(../img/counter.jpg);
  height: auto;
  padding: 2.5em 0 0 0 !important; }
  .counter .counter-value {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 100;
    display: block; }
  .counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1em; }
  .counter .feature-center {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
    width: 100%; }
    .counter .feature-center figure {
      width: 51%;
      margin: 0 auto;
      transform: translate(5%, 48%); }
  .counter .icon {
    width: 90px;
    height: 90px;
    border: 2px solid #e9e9e9;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    box-shadow: 0px 14px 30px -15px rgba(51, 51, 51, 0.75);
    border-radius: 30%; }
    .counter .icon i {
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      line-height: 40px;
      color: #ad0c25; }

.dreams {
  background-image: url(../img/flowers.jpeg); }
  .dreams h2, .dreams p {
    color: #fff !important; }
  .dreams .dream-btn {
    background-color: #fff; }
    .dreams .dream-btn:hover {
      background-color: #ad0c25;
      color: #fff; }

.gallery-bg {
  background-image: url(../img/gallery.jpg); }

.gallery .nav-toggle i {
  background: #ad0c25; }
  .gallery .nav-toggle i:before {
    background: #ad0c25; }
  .gallery .nav-toggle i:after {
    background: #ad0c25; }
.gallery .nav-toggle.active i {
  background: none; }
.gallery .gallery-list {
  position: relative;
  float: left;
  padding: 0;
  margin: 0 0 -10px 0;
  width: 100%; }
  .gallery .gallery-list li {
    display: block;
    padding: 0 5px;
    margin: 0 0 10px 0;
    list-style: none;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 7px; }
    .gallery .gallery-list li img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 7px;
      position: absolute;
      top: 0;
      left: 0; }
    .gallery .gallery-list li a {
      min-height: 300px;
      padding: 2em;
      position: relative;
      width: 100%;
      display: block; }
      .gallery .gallery-list li a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 80;
        transition: all 0.5s ease;
        border-radius: 7px;
        background: rgba(51, 51, 51, 0.2); }
      .gallery .gallery-list li a:hover .gallery-item_info span,
      .gallery .gallery-list li a:hover .gallery-item_info h3 {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
      .gallery .gallery-list li a:hover:before {
        background: rgba(51, 51, 51, 0.5); }
  .gallery .gallery-list .gallery-item_info {
    width: auto;
    bottom: 1em;
    left: 1em;
    right: 1em;
    position: absolute;
    z-index: 100; }
    .gallery .gallery-list .gallery-item_info span {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7);
      display: block;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      transition: all 0.5s ease;
      opacity: 0; }
    .gallery .gallery-list .gallery-item_info h3 {
      color: #fff;
      margin-bottom: 0;
      -ms-transform: translateY(-30%);
      transform: translateY(-30%);
      transition: all 0.5s ease;
      font-size: 20px; }

@media only screen and (min-width: 768px) {
  .gallery-list .gallery-item_info {
    bottom: 2em;
    left: 2em;
    right: 2em; } }
.heading {
  margin-bottom: 4em; }
  .heading.heading-sm {
    margin-bottom: 2em; }
  .heading h2 {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #ad0c25; }
  .heading p {
    font-size: 18px;
    line-height: 1.5; }
  .heading span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.4); }

/* Header section */
.cover {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%; }
  .cover > .container {
    position: relative;
    z-index: 10; }
  .cover .display-tc {
    opacity: 0; }

.loader {
  color: #ad0c25;
  position: fixed;
  box-sizing: border-box;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 1000000001;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.heart {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  z-index: 99;
  animation: pulse 1s ease infinite;
  display: none; }
  .heart i {
    font-size: 20px;
    padding: 20px;
    color: #ad0c25; }

@media only screen and (min-width: 320px) {
  .heart {
    display: block; } }
/* Navigation */
.navbar {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1001;
  border-radius: 0;
  transform: translateZ(0); }
  .navbar.affix {
    position: fixed;
    background: white;
    transition: all 0.5s ease; }
    .navbar.affix #logo a,
    .navbar.affix .page-scroll {
      color: #ad0c25; }
    .navbar.affix ul li.active > a {
      color: #ad0c25;
      position: relative; }
  .navbar #logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-family: "Pacifico", cursive; }
    .navbar #logo img {
      max-width: 80%; }
  .navbar a {
    color: #fff; }
  .navbar .menu-1,
  .navbar .menu-2 {
    display: none; }
  .navbar .navbar-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9; }
    .navbar .navbar-toggle .icon-bar {
      background-color: #e9e9e9; }
  .navbar ul {
    padding: 22px 0 0 0;
    margin: 2px 0 0 0; }
    .navbar ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline; }
      .navbar ul li a {
        font-size: 14px;
        text-transform: uppercase;
        color: white;
        transition: all 0.5s ease; }
        .navbar ul li a:after {
          opacity: 0;
          content: ''; }
        .navbar ul li a:hover, .navbar ul li a:focus, .navbar ul li a:active {
          color: white;
          background: none; }
      .navbar ul li.has-dropdown {
        position: relative; }
        .navbar ul li.has-dropdown:after {
          content: "\e921";
          position: absolute;
          top: 14px;
          right: -5px;
          font-family: 'icomoon';
          color: rgba(255, 255, 255, 0.5); }
        .navbar ul li.has-dropdown .dropdown {
          width: 200px;
          box-shadow: 0px 14px 33px -9px rgba(51, 51, 51, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 46px;
          right: -20px;
          text-align: left;
          background: #fff;
          padding: 20px;
          border-radius: 4px;
          transition: all 0s ease; }
          .navbar ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            right: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -8px; }
          .navbar ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .navbar ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .navbar ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #cccccc;
              line-height: 1.2;
              text-transform: none;
              font-size: 15px; }
              .navbar ul li.has-dropdown .dropdown li a:hover {
                color: #333; }
        .navbar ul li.has-dropdown:hover a, .navbar ul li.has-dropdown:focus a {
          color: #fff; }
      .navbar ul li.active > a {
        /*color: #fff !important;*/
        position: relative; }
        .navbar ul li.active > a:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: #ad0c25;
          transition: all 0.5s ease;
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }

#mobile-nav {
  position: fixed;
  z-index: 1901;
  width: 100%;
  background: #333333;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-transform: translateX(100%);
  transform: translateX(-100%);
  transition: all 0.5s ease; }

.mobile-nav #mobile-nav {
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

#mobile-nav a {
  color: white; }
  #mobile-nav a:hover {
    color: #ad0c25; }
#mobile-nav ul {
  padding: 0;
  margin: 0;
  font-size: 25px; }
  #mobile-nav ul li {
    padding: 0 0 30px 0;
    margin: 0;
    list-style: none; }
    #mobile-nav ul li > ul {
      padding-left: 20px; }
    #mobile-nav ul li.mobile-nav-has-dropdown > a {
      display: block;
      position: relative; }
      #mobile-nav ul li.mobile-nav-has-dropdown > a:after {
        position: absolute;
        right: 0;
        top: 0;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e921";
        font-size: 40px;
        color: rgba(255, 255, 255, 0.2);
        transition: all 0.5s ease; }
    #mobile-nav ul li.mobile-nav-has-dropdown.active a:after {
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.nav-toggle {
  position: fixed;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
  display: block;
  cursor: pointer;
  text-decoration: none; }
  .nav-toggle.active i::before, .nav-toggle.active i::after {
    background: #444; }
  .nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out; }
    .nav-toggle i::before, .nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      transition: all .2s ease-out; }
  .nav-toggle.nav-white > i {
    color: #fff;
    background: #fff; }
    .nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
      background: #fff; }
  .nav-toggle.nav-white.scroll-top i {
    background: #ad0c25; }
    .nav-toggle.nav-white.scroll-top i:after {
      background: #ad0c25; }
    .nav-toggle.nav-white.scroll-top i:before {
      background: #ad0c25; }
  .nav-toggle.nav-white.scroll-top.active i {
    background-color: transparent; }
  .nav-toggle i::before {
    top: -7px; }
  .nav-toggle i::after {
    bottom: -7px; }
  .nav-toggle:hover i::before {
    top: -10px; }
  .nav-toggle:hover i::after {
    bottom: -10px; }
  .nav-toggle.active i {
    background: transparent; }
    .nav-toggle.active i::before {
      top: 0;
      -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }
    .nav-toggle.active i::after {
      bottom: 0;
      -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg); }

/* Social icons */
.social-icons {
  margin: 0;
  padding: 0; }
  .social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #ad0c25;
      padding-left: 20px;
      padding-right: 25px; }
      .social-icons li a i {
        font-size: 20px; }

/* Testimonials */
.testimonials {
  padding: 4em 0 !important; }
  .testimonials .heading {
    margin-bottom: 0; }
  .testimonials .avatar {
    border-radius: 50%;
    max-width: 116px;
    min-width: 110px;
    display: inline-block !important;
    margin-bottom: 20px; }
  .testimonials .wrap-testimony {
    position: relative; }
  .testimonials .testimony-slide {
    text-align: center; }
    .testimonials .testimony-slide .testimonial-client {
      font-size: 20px; }
    .testimonials .testimony-slide span {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      display: block; }
    .testimonials .testimony-slide figure {
      margin-bottom: 10px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 100px;
      height: 100px; }
      .testimonials .testimony-slide figure img {
        width: 100px;
        height: 100px;
        border-radius: 50%; }
    .testimonials .testimony-slide blockquote {
      border: none;
      margin: 30px auto;
      width: 100%;
      position: relative;
      border-radius: 4px; }
      .testimonials .testimony-slide blockquote p {
        font-style: italic;
        color: #8f989f;
        font-size: 20px;
        line-height: 1.6em; }
    .testimonials .testimony-slide.active {
      display: block; }

@media only screen and (min-width: 992px) {
  .testimonials .testimony-slide blockquote {
    width: 50%; } }
/* Timeline */
.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  .timeline:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    height: 65%;
    background-color: #ccc;
    left: 30px; }
  .timeline > li {
    margin-bottom: 20px;
    position: relative; }
    .timeline > li:last-child {
      margin-bottom: 0; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
  .timeline .timeline-badge {
    left: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 16px;
    z-index: 100; }
    .timeline .timeline-badge img {
      border-radius: 50%; }
  .timeline .timeline-panel {
    width: 75%;
    float: right;
    border: 1px solid #ccc;
    padding: 30px;
    position: relative;
    border-radius: 4px; }
    .timeline .timeline-panel:before {
      left: -15px;
      right: auto;
      position: absolute;
      top: 30px;
      display: inline-block;
      border-top: 15px solid transparent;
      border-left: 0 solid #ccc;
      border-right: 15px solid #ccc;
      border-bottom: 15px solid transparent;
      content: " "; }
    .timeline .timeline-panel:after {
      left: -14px;
      right: auto;
      position: absolute;
      top: 31px;
      display: inline-block;
      border-top: 14px solid transparent;
      border-left: 0 solid #fff;
      border-right: 14px solid #fff;
      border-bottom: 14px solid transparent;
      content: " "; }
  .timeline .timeline-item:nth-child(2n) .timeline-panel {
    float: right; }
    .timeline .timeline-item:nth-child(2n) .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    .timeline .timeline-item:nth-child(2n) .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; }
  .timeline .timeline-title {
    margin-top: 0; }
  .timeline .date {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .timeline .timeline-body > p, .timeline .timeline-body > ul {
    margin-bottom: 0; }
  .timeline .timeline-body > p + p {
    margin-top: 5px; }

.timeline-readmore {
  display: inline-block;
  margin-top: 5px; }

.section-gray .timeline .timeline-panel:after {
  border-left-color: #e9e9e9;
  border-right-color: #e9e9e9; }

/* Timeline */
body {
  color: #768390;
  background: #FFF;
  font-family: "Effra", Helvetica, sans-serif;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  color: #3D4351;
  margin-top: 0; }

a {
  color: #ad0c25; }
  a:hover {
    color: #ff9a9a;
    text-decoration: none; }

.example-header {
  background: #3D4351;
  color: #FFF;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center; }
  .example-header h1 {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 20px; }
  .example-header p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700; }

.container-fluid .row {
  padding: 0 0 4em 0; }
  .container-fluid .row:nth-child(even) {
    background: #F1F4F5; }

.example-title {
  text-align: center; }
  .example-title p {
    margin: 0 auto;
    font-size: 16px;
    max-width: 400px; }

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
    line-height: inherit; }

.timeline-item {
  padding-left: 40px;
  position: relative; }
  .timeline-item:last-child {
    padding-bottom: 0; }

.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap; }

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px; }
  .timeline-marker:before {
    background: #ad0c25;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out; }
  .timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px; }

.timeline-item:last-child .timeline-marker:after {
  content: none; }
.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #ad0c25; }

.timeline-content {
  padding-bottom: 40px; }
  .timeline-content p:last-child {
    margin-bottom: 0; }

.period {
  padding: 0; }
  .period .timeline-info {
    display: none; }
  .period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB; }
  .period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto; }
  .period .timeline-content {
    padding: 40px 0 70px; }
  .period .timeline-title {
    margin: 0; }

.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #ad0c25; }
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #ad0c25; }

.bg_heart {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.heart {
  position: absolute;
  top: -50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -m-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .heart:before {
    position: absolute;
    top: -50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%; }
  .heart:after {
    position: absolute;
    top: 0;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%; }

@-webkit-keyframes love {
  0% {
    top: 110%; } }
@-moz-keyframes love {
  0% {
    top: 110%; } }
@-ms-keyframes love {
  0% {
    top: 110%; } }
@keyframes love {
  0% {
    top: 110%; } }
.cd-timeline {
  overflow: hidden; }

.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0; }

.cd-timeline__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #fff; }

.cd-timeline__block {
  position: relative;
  margin: 2em 0; }

.cd-timeline__block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline__block:first-child {
  margin-top: 0; }

.cd-timeline__block:last-child {
  margin-bottom: 0; }

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.cd-timeline__img.cd-timeline__img--picture {
  background: #75ce66; }

.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44; }

.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45; }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #d7e4ed;
  box-shadow: 0 3px 0 #d7e4ed; }

.services-timeline i {
  font-size: 12px;
  color: #c03b44;
  vertical-align: middle;
  margin-right: 10px; }

.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both; }

.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

.cd-timeline__content h2 {
  color: #303e49; }

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 1.3rem; }

.cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6; }

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block; }

.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em; }

.cd-timeline__read-more:hover {
  background-color: #bac4cb; }

.cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7; }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.pt_blog .navbar {
  position: relative; }
.pt_blog .nav-toggle {
  position: absolute; }

.blog-item {
  margin-bottom: 50px; }

.blog-item_texst p {
  margin-bottom: 5px; }

.blog-item_title {
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 12px; }

.blog-item_meta {
  margin-bottom: 7px;
  font-size: 0.85em; }
  .blog-item_meta span {
    padding-right: 5px; }
    .blog-item_meta span i {
      padding-right: 3px; }

.blog-heading h2 {
  color: #fff; }

.blog-bg {
  background-image: url(../img/blog.jpg); }

.blog .nav-toggle i {
  background: #ad0c25; }
  .blog .nav-toggle i:before {
    background: #ad0c25; }
  .blog .nav-toggle i:after {
    background: #ad0c25; }
.blog .nav-toggle.active i {
  background: none; }
.blog .blog-heading {
  font-size: 34px; }
.blog .blog-sub-heading {
  font-size: 24px;
  text-align: center; }

.blog-steps i {
  font-size: 12px;
  color: #c03b44;
  vertical-align: middle;
  margin-right: 2px; }

footer {
  padding: 5em 0; }
  footer .copyright .block {
    display: block;
    font-size: 100%; }
  footer .copyright .utils {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px; }
    footer .copyright .utils div {
      border-right: 1px solid #ad0c25;
      padding: 10px 25px 25px 25px; }
      footer .copyright .utils div h2 {
        font-size: 18px;
        color: #ad0c25; }
      footer .copyright .utils div p {
        font-synthesis: 14px; }
      footer .copyright .utils div:last-child {
        border-right: none; }

@media only screen and (min-width: 320px) {
  .navbar #logo {
    padding-top: 2px;
    font-size: 22px; }

  .heart {
    display: block; } }
@media only screen and (min-width: 768px) {
  .display-tc h1 {
    font-size: 90px; }

  .display-tc h2 {
    font-size: 20px; }

  .section {
    padding: 7em 0; }

  .navbar .menu-1,
  .navbar .menu-2 {
    display: block; }

  .nav-toggle {
    display: none; }

  .counter .row {
    margin-bottom: -40px; }

  .timeline-split .timeline,
  .timeline-centered .timeline {
    display: table; }

  .timeline-split .timeline-item,
  .timeline-centered .timeline-item {
    display: table-row;
    padding: 0; }

  .timeline-split .timeline-info,
  .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top; }

  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker {
    position: relative; }

  .timeline-split .timeline-content,
  .timeline-centered .timeline-content {
    padding-left: 30px; }

  .timeline-split .timeline-info,
  .timeline-centered .timeline-info {
    padding-right: 30px; }

  .timeline-split .period .timeline-title,
  .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px; }

  .cd-timeline__content h2 {
    font-size: 3.8rem; }

  .cd-timeline__content p {
    font-size: 1.6rem; }

  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.4rem; } }
@media only screen and (min-width: 992px) {
  .post-hightlight {
    width: 33%;
    float: right; }

  .post-hightlight--before {
    width: 64%;
    float: left; }

  .contactus .form-wrapper {
    margin-bottom: 0; }

  .testimonials .testimony-slide blockquote {
    width: 50%; }

  ul.timeline:before {
    left: 50%; }
  ul.timeline > li > .timeline-panel {
    width: 38%;
    float: left; }
  ul.timeline > li > .timeline-badge {
    left: 50%;
    margin-left: -80px; }
  ul.timeline > li > .timeline-panel:before {
    right: -15px;
    left: auto;
    border-right-width: 0;
    border-left-width: 15px; }
  ul.timeline > li > .timeline-panel:after {
    right: -14px;
    left: auto;
    border-left-width: 14px;
    border-right-width: 0; }

  .timeline-centered {
    display: block;
    margin: 0;
    padding: 0; }
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
      display: block;
      margin: 0;
      padding: 0; }
    .timeline-centered .timeline-item {
      padding-bottom: 40px;
      overflow: hidden; }
    .timeline-centered .timeline-marker {
      position: absolute;
      left: 50%;
      margin-left: -7.5px; }
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
      width: 50%; }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
      float: left;
      text-align: right;
      padding-right: 30px; }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
      float: right;
      text-align: left;
      padding-left: 30px; }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
      float: right;
      text-align: left;
      padding-left: 30px; }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
      float: left;
      text-align: right;
      padding-right: 30px; }
    .timeline-centered > .timeline-item.period .timeline-content {
      float: none;
      padding: 0;
      width: 100%;
      text-align: center; }
    .timeline-centered .timeline-item.period {
      padding: 50px 0 90px; }
    .timeline-centered .period .timeline-marker:after {
      height: 30px;
      bottom: 0;
      top: auto; }
    .timeline-centered .period .timeline-title {
      left: auto; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 40px; }

  .cd-timeline__content h2 {
    font-size: 26px; }

  .btn-group-lg > .btn,
  .btn-lg {
    padding: 6px;
    font-size: 14px; }

  .counter .counter-value {
    font-size: 40px; }

  .logo-container {
    width: 50%; }

  .gallery #gallery.section-gray {
    padding-top: 7em; }

  .pt_blog .primary-block {
    margin-bottom: 60px; } }
@media only screen and (min-width: 640px) {
  .timeline:before {
    left: 80px; }

  .timeline {
    width: 160px;
    height: 160px;
    margin-left: 0; }

  .timeline .timeline-panel {
    width: calc(100% - 200px); }
    .timeline .timeline-panel:before {
      top: 80px; }
    .timeline .timeline-panel:after {
      top: 81px; } }
@media only screen and (min-width: 1170px) {
  .cd-is-hidden {
    visibility: hidden; }

  .cd-timeline {
    padding: 100px 0; }

  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px; }

  .cd-timeline__block {
    margin: 4em 0; }

  .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; }

  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }

  .cd-timeline__read-more {
    float: left; }

  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem; }

  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right; }

  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }

  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right; }

  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right; }

  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; }

  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

/*# sourceMappingURL=destinytale.css.map */
