body {
  
    font: normal normal 13px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
      color: #666666;
      /* background: #e78a84 url(/images/Chrysanthemum.jpg) repeat-x scroll top center; */
      background: #fb5e53 url(https://resources.blogblog.com/blogblog/data/1kt/ethereal/birds-2toned-bg.png) repeat-x scroll top center;
      }
      title{ ; font: 12px tahoma;} 
      .container_body{
        /* width: 1290px; */
        background-image: linear-gradient(#e7fbfe, #fff);
        border-left: 1px solid #e63136 ;
        border-right: 1px solid #e63136;
        /* padding-bottom: 20px; */
      }
      .titlewrapper{
        padding: 22px 30px 0;
        margin: 0 35px;
      }
      .title{
        font: normal normal 40px Times, 'Times New Roman', FreeSerif, serif;
        color: #e63136;
        text-align: center;
      }

  
      /* customizable snowflake styling */
  .snowflake {
    color: #e63136;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
  }
  
  .logo_img {
    width: 50px;
    display: inline;
}
  
  @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
  
  
  /* Tabs */
  
  .tab-wrap {
    -webkit-transition: 0.3s box-shadow ease;
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0 0 0;
    padding-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  
  .tab-wrap:hover { box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19); }
  
  .tab { display: none; }
  
  .tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 6px;
  }
  
  
  .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
    transition: 0.5s opacity ease-in, 0.2s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  
  .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
    transition: 0.5s opacity ease-in, 0.2s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  
  .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
    transition: 0.5s opacity ease-in, 0.2s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  
  .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
    transition: 0.5s opacity ease-in, 0.2s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  
  .tab:first-of-type:not(:last-of-type) + label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .tab:not(:first-of-type):not(:last-of-type) + label { border-radius: 0; }
  
  .tab:last-of-type:not(:first-of-type) + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .tab:checked + label {
    background-color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
  }
  
  .tab:checked + label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #fff;
  }
  
  .tab + label {
    width: 100%;
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
  }
  @media (min-width:768px) {
  
  .tab + label { width: auto; }
  }
  
  .tab + label:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 #f4f4f4 inset;
  }
  
  /* about us */
  .container-img {
    /* width: 400px; */
    /* margin: 120px auto 120px; */
    margin:80px auto 40px;
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.075);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
    text-align: center;
  }
  .container-img:hover .avatar-flip {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .container-img:hover .avatar-flip img:first-child {
    opacity: 0;
  }
  .container-img:hover .avatar-flip img:last-child {
    opacity: 1;
  }
  .avatar-flip {
    border-radius: 100px;
    overflow: hidden;
    height: 100px;
    width: 100px;
    position: relative;
    margin: auto;
    top: -60px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 13px #f0f0f0;
    -webkit-box-shadow: 0 0 0 13px #f0f0f0;
    -moz-box-shadow: 0 0 0 13px #f0f0f0;
  }
  .avatar-flip img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .avatar-flip img:first-child {
    z-index: 1;
  }
  .avatar-flip img:last-child {
    z-index: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    opacity: 0;
  }
  
  /* Gallery */
  
  #gallery {
       padding-top: 40px;
  }
   @media screen and (min-width: 991px) {
       #gallery {
           padding: 60px 30px 0 30px;
      }
  }
   .img-wrapper {
       position: relative;
       margin-top: 15px;
  }
   .img-wrapper img {
       width: 100%;
  }
   .img-overlay {
       background: rgba(0, 0, 0, 0.7);
       width: 100%;
       height: 100%;
       position: absolute;
       top: 0;
       left: 0;
       display: flex;
       justify-content: center;
       align-items: center;
       opacity: 0;
  }
   .img-overlay i {
       color: #fff;
       font-size: 3em;
  }
   #overlay {
       background: rgba(0, 0, 0, 0.7);
       width: 100%;
       height: 100%;
       position: fixed;
       top: 0;
       left: 0;
       display: flex;
       justify-content: center;
       align-items: center;
       z-index: 999;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
  }
   #overlay img {
       margin: 0;
       width: 80%;
       height: auto;
       object-fit: contain;
       padding: 5%;
  }
   @media screen and (min-width: 768px) {
       #overlay img {
           width: 60%;
      }
  }
   @media screen and (min-width: 1200px) {
       #overlay img {
           width: 50%;
      }
  }
   #nextButton {
       color: #fff;
       font-size: 2em;
       transition: opacity 0.8s;
  }
   #nextButton:hover {
       opacity: 0.7;
  }
   @media screen and (min-width: 768px) {
       #nextButton {
           font-size: 3em;
      }
  }
   #prevButton {
       color: #fff;
       font-size: 2em;
       transition: opacity 0.8s;
  }
   #prevButton:hover {
       opacity: 0.7;
  }
   @media screen and (min-width: 768px) {
       #prevButton {
           font-size: 3em;
      }
  }
   #exitButton {
       color: #fff;
       font-size: 2em;
       transition: opacity 0.8s;
       position: absolute;
       top: 15px;
       right: 15px;
  }
   #exitButton:hover {
       opacity: 0.7;
  }
   @media screen and (min-width: 768px) {
       #exitButton {
           font-size: 3em;
      }
  }
@media screen and (max-width: 774px) {
    .logo_img {
        width: 25px;
        display: inline;
    }
    .title{
        font-size:20px !important;
    }
}
@media screen and (max-width: 510px) {
    .logo_img {
        width: 20px;
        display: inline;
    }

    .title {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 473px) {
    .logo_img {
        width: 14px;
        display: inline;
    }

    .title {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 400px) {
    .logo_img {
        width: 12px;
        display: inline;
    }

    .title {
        font-size: 12px !important;
    }
}
   
  
   /* Faq */
  
   .faq-nav {
       flex-direction: column;
       margin: 0 0 32px;
       border-radius: 2px;
       border: 1px solid #ddd;
       box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  }
   .faq-nav .nav-link {
       position: relative;
       display: block;
       margin: 0;
       padding: 13px 16px;
       background-color: #fff;
       border: 0;
       border-bottom: 1px solid #ddd;
       border-radius: 0;
       color: #616161;
       transition: background-color 0.2s ease;
  }
   .faq-nav .nav-link:hover {
       background-color: #f6f6f6;
  }
   .faq-nav .nav-link.active {
       background-color: #f6f6f6;
       font-weight: 700;
       color: rgba(0, 0, 0, .87);
  }
   .faq-nav .nav-link:last-of-type {
       border-bottom-left-radius: 2px;
       border-bottom-right-radius: 2px;
       border-bottom: 0;
  }
   .faq-nav .nav-link i.mdi {
       margin-right: 5px;
       font-size: 18px;
       position: relative;
  }
   .tab-content {
       box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  }
   .tab-content .card {
       border-radius: 0;
  }
   .tab-content .card-header {
       padding: 15px 16px;
       border-radius: 0;
       background-color: #f6f6f6;
  }
   .tab-content .card-header h5 {
       margin: 0;
  }
   .tab-content .card-header h5 button {
       display: block;
       width: 100%;
       padding: 0;
       border: 0;
       font-weight: 700;
       color: rgba(0, 0, 0, .87);
       text-align: left;
       white-space: normal;
  }
   .tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
       text-decoration: none;
  }
   .tab-content .card-body p {
       color: #616161;
  }
   .tab-content .card-body p:last-of-type {
       margin: 0;
  }
   .accordion > .card:not(:first-child) {
       border-top: 0;
  }
   .collapse.show .card-body {
       border-bottom: 1px solid rgba(0, 0, 0, .125);
  }
   
  footer {
    bottom: 0 !important;
    padding-top: 10px !important;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px !important;
  
  
  }