/*------------------------------------------------------------------
 * Multipurpose: Free Template by FreeHTML5.co
 * Author: https://freehtml5.co
 * Facebook: https://facebook.com/fh5co
 * Twitter: https://twitter.com/fh5co
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTA
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
--------------------------------------------------------------------*/
/*-----------------------------------
    1 - Header
------------------------------------*/
header {
    background-color: rgb(112, 132, 145);
    color: #fff;
    z-index: 1000;
  }
  
  header a {
    color: #fff;
    
  }
  
  header::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  
  .nav-link {
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
  }
  
  .contact {
    font-size: 12px;
  }
  
  .tel {
    margin-right: 30px;
  }
  
  .contact i {
    color: rgb(245, 245, 245);
    margin-right: 10px;
  }
  
  .login {
    padding: 10px 20px;
    font-size: 14px;
    margin-right: 25px;
    text-transform: uppercase;
  }
  
  .contact a:hover,
  .login:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  
  .login i {
    color: rgb(245, 245, 245);
    margin-right: 8px;
  }
  
  .navbar-brand h1 {
    margin: 0;
  }
  
  .social {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  
  .social li:not(:last-child) {
    margin-right: 20px;
  }
  
  .social a {
    font-size: 14px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
  }
  
  .social a:hover {
    color: #fff;
    background-color: #008CBA;
  }
  
  .navbar-brand img {
    width: 135px;
  }
  
  .navbar-collapse .search-form input[type="text"] {
    border: 1px solid #ced4da;
    color: #333;
    padding: 1.5625rem 0.625rem;
  }
  
  .navbar-collapse .search-form .btn {
    margin-top: 0;
    border-radius: 0;
    margin-left: -1px;
  }
  
  .navbar-collapse .nav-link {
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
  }
  
  .navbar-collapse .nav-link:hover {
    color: #00c0f0
  }
  
  .cart,
  .login-icon,
  .search-icon {
    color: #fff;
    font-size: 1.5rem;
  }
  
  .cart:hover,
  .login-icon:hover,
  .search-icon:hover {
    color: #008CBA;
  }
  
  .cart {
    margin-left: 20px;
  }
  
  form input.btn-primary:hover,
  form button.btn-primary:hover {
    background-color: #fff;
    color: #ee1515;
    font-family: 'Prompt', sans-serif;
  }
  
  /*-----------------------------------
      1 - Hero
  ------------------------------------*/
  .responsive {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .hero {
    background: url("../images/bg4.jpg") no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: static;
    z-index: 0;
    height: 50%;
    height: 700px;
  
  }
  /*.hero {
    background: url("../images/bg4.jpg") no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: static;
    z-index: 0;
    height: 200px;
  }*/
  
  @media  (min-width: 320px) and (max-width: 480px) {
    .hero {
     /* background-size: cover; */
    overflow: hidden;
    position: static;
    background-size: cover;
    background: url("../images/bg2_2.jpg") no-repeat center;
    height: 20%;
    }
    .navbar-brand img {
      width: 80%;
      height: auto;
    }
    .cta-content {
      padding: 30px 0 90px;
      color: #fff;
      background-color: #1313ff;
      position: relative;
      z-index: 1;
      top: -100px;
      
    }
    .cta-content::after {
      content: "";
      width: 10%;
      height: 10%;
      background-color: rgba(226, 34, 34, 0.77);
      position: absolute;
      left: -1px;
      z-index: -1;
      transition: all 0.2s ease-in-out;
    }
    .login{
      display: none;
    }
    .services .title {
      margin-bottom: 20px;
      margin-top: -150px;
      
    } 
  }

 @media (min-width: 768px) and (max-width: 1024px) {
  
    .hero {
      background: url("../images/bg4.jpg") no-repeat center;
      background-size: cover;
      height: 70%;
     
      background-position: center;
      overflow: hidden;
      position: static;
      z-index: 0;
      }
      .navbar-brand img {
        width: 180%;
        height: auto;
      }
      .footer-widgets {
        padding: 100px 0;
        font-family: 'Prompt', sans-serif;
        font-size: 12px;
  
      }
      .footer-widgets h2 {
        font-size: 18px;
      }
      .foot_hide1{
        display: none;
      }
      .login{
        display: none;
      }
     
  }

   @media (min-width: 1024px) and (max-width: 1366px) {
  
    .hero {
      background: url("../images/bg4.jpg") no-repeat center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;
      position: static;
      z-index: 0;
      height: 50%;
      height: 700px;

      }
      .navbar-brand img {
        width: 20%;
        height: auto;
      }
      .foot_hide1{
        display: grid;
      }
  }
  
  .hero .container {
    position: relative;
    z-index: 5;
  }

  .hero .slide-content {
    min-height: 600px;
    color: #fff;
    padding-left: 80px;
  }
  

  .hero .slide-content span {
    color: #008CBA;
  }
  
  .hero .slide-content h1 {
    color: rgb(255, 255, 255);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
    text-transform: uppercase;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
            transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    font-weight: bold;
    font-size: 18px;
    bottom: 5%;
  }
  
  .hero .slide-content p {
    color: #170936;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
            transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    padding: 35px 0 35px 30px;
    background-color: rgba(255, 255, 255, 0.51);
    border-top-right-radius: 100px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    
  }
  
  .hero .slide-content .btn {
    margin-top: 50px;
  }
  
  .hero .slide-content .btn:last-child {
    margin-left: 30px;
  }
  
  .hero .arr-left,
  .hero .arr-right {
    font-size: 3rem;
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    position: absolute;
    top: 85%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
  }
  
  .hero .arr-left:hover,
  .hero .arr-right:hover {
    cursor: pointer;
  }
  
  .hero .arr-right {
    right: 15px;
  }
  
  .hero .diag-bg {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: rgba(0, 119, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .hero .texture {
    width: 100%;
    height: 100%;
    background: url("../images/hero-texture.png") no-repeat center;
    background-size: cover;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .hero::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 29%;
  }
  
  .hero::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 58%;
  }
  
  /*-----------------------------------
      1 - CTA
  ------------------------------------*/
  .cta-content {
    padding: 30px 0 90px;
    color: #fff;
    background-color: #26264b;
    position: relative;
    z-index: 1;

  }
  
  .cta-content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(199, 194, 194, 0.77);
    position: absolute;
    top: -30px;
    left: -1px;
    z-index: -1;
    transition: all 0.2s ease-in-out;
  }
  
  .cta-content .subscribe-btn {
    align-self: flex-end;
    margin-right: 30px;
  }
  
  /*-----------------------------------
      1 - Services
  ------------------------------------*/
  .title {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Prompt', sans-serif;
  }
  
  .title h6 {
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-family: 'Prompt', sans-serif;
  }
  
  .title h1 {
    font-size: 35px;
    font-family: 'Prompt', sans-serif;
  }
  
  .title .title-blue {
    color: #26264b;
    font-family: 'Prompt', sans-serif;
  }
  
  .title .title-primary {
    color: #ee1515;
    font-family: 'Prompt', sans-serif;
  }
  
  .services {
    padding: 80px 0 50px;
  }
  
  .services .title {
    margin-bottom: 20px;   
  }
  
  .services .media {
    margin: 40px 0;
   
  }
  
  .services h5 {
    color: #26264b;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-family: 'Prompt', sans-serif;
  }
  
  /*-----------------------------------
      1 - Featured
  ------------------------------------*/
  .featured {
    padding: 80px 0;
    background-color: #fafafa;
  }
  
  .featured p {
    margin: 35px 0 53px;
  }
  
  .featured .media i {
    font-size: 24px;
    color: #050505;
  }
  
  .featured .media h5 {
    text-transform: uppercase;
    color: #26264b;
  }
  
  .featured .btn {
    margin-top: 80px;
  }
  
  .featured-img {
    position: relative;
    height: 530px;
    margin-top: 60px;
  }
  
  .featured-big {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .featured-small {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 25px 0 0;
    background-color: #fff;
  }
  
  /*-----------------------------------
      1 - Recent Posts
  ------------------------------------*/
  .recent-posts {
    padding: 65px 0 100px;
    font-family: 'Prompt', sans-serif;
  }
  
  .recent-posts .btn {
    margin-top: 60px;
    font-family: 'Prompt', sans-serif;
  }
  
  .recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
    margin-top: 30px;
    font-family: 'Prompt', sans-serif;
  }
  
  .recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
    margin-bottom: 30px;
    font-family: 'Prompt', sans-serif;
  }
  
  .single-rpost {
    margin: 35px 0 0;
    font-family: 'Prompt', sans-serif;
  }
  
  .post-thumb {
    flex: 0 0 273px;
  }
  
  .post-content {
    color: #ccc;
  }
  
  .post-content time {
    font-size: 14px;
    color: #ccc;
  }
  
  .post-content h3 {
    margin: 10px 0 2px;
    font-family: 'Prompt', sans-serif;
  }
  
  .post-content h3 a {
    color: #26264b;
    font-weight: 600;
    font-family: 'Prompt', sans-serif;
  }
  
  .post-content h3 a:hover {
    font-weight: 700;
    text-decoration: none;
    font-family: 'Prompt', sans-serif;
  }
  
  .post-content a {
    color: #ccc;
    font-family: 'Prompt', sans-serif;
  }
  
  .post-content a:hover {
    color: #26264b;
    font-family: 'Prompt', sans-serif;
  }
  
  .post-content .post-btn {
    color: #6e6e6e;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background-color: whitesmoke;
    font-family: 'Prompt', sans-serif;
  }
  
  .post-content .post-btn:hover {
    color: #fff;
    background-color: #ee1515;
  }
  
  /*-----------------------------------
      1 - Trust
  ------------------------------------*/
  .trust {
    padding: 75px 0;
    background-color: #26264b;
    color: #ddd;
    position: relative;
  }
  
  .trust .title {
    margin-bottom: 46px;
  }
  
  .trust h1 {
    color: #fff;
  }
  
  .trust h5 {
    font-size: 24px;
    color: #fefefe;
    margin: 28px 0 12px;
  }
  
  .trust ul {
    color: #fff;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  
  .trust li {
    margin-bottom: 15px;
  }
  
  .trust .gallery img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }

  @media (min-width: 1024px) and (max-width: 1366px) {
  
    .trust .gallery img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
    }
    
  }
  
  .trust .gal-img {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  
  .trust .gal-img i {
    font-size: 72px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
  }
  
  .trust .gal-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  
  .trust .gal-img:hover {
    cursor: pointer;
  }
  
  .trust .gal-img:hover i {
    opacity: 1;
  }
  
  .trust .gal-img:hover::after {
    opacity: 1;
  }
  
  .trust .gal-img3 {
    top: -50%;
    left: 50%;
  }
  
  /*-----------------------------------
      1 - Pricing Table
  ------------------------------------*/
  .pricing-table {
    padding: 100px 0;
  }

  @media (min-width: 320px) and (max-width: 480px) {
    .single-pricing {
      padding: 25px 0 20px;
      font-family: 'Prompt', sans-serif;
      margin-top: 23px;
      color: #fff;
      background: #26264b;
      border: 0px solid #fff;
      position: static;
      overflow: hidden;
      z-index: 1;
      transition: all 0.2s ease-in-out;
    }
    .single-pricing h2 {
      margin-bottom: -80px;
      font-family: 'Prompt', sans-serif;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 30px;
    }

    .single-pricing p {
      color: rgb(209, 12, 12);
      font-size: 18px;
    }
  /*  .list-group{
   
      display: none;
    }*/
    .lh{
      display: none;
    }
    .text_pd h1{
      font-size: 18px;
    }
    .text_pd h2{
      font-size: 18px;
    }

    .text_pd h3{
      font-size: 18px;
    }
    .responsive2{
      width: 100%;
      max-width: 500px;
      height: 100%;
      max-height: 500px;
    }
   .fb_p{
     display: none;
   }

  .fb_h{
    display: inline;
  }
  .dh_p{
    margin-bottom: 50px;
  }
  .footer-widgets {
    padding: 80px 0;
    font-family: 'Prompt', sans-serif; 
  }
}
  
  @media (min-width: 768px) and (max-width: 1024px) {
  

    .single-pricing {
      padding: 25px 0 20px;
      font-family: 'Prompt', sans-serif;
      margin-top: 23px;
      color: #fff;
      background: #26264b;
      border: 0px solid #fff;
      position: static;
      overflow: hidden;
      z-index: -1;
      transition: all 0.2s ease-in-out; 
      
    }
    .single-pricing h2 {
      margin-bottom: -80px;
      font-family: 'Prompt', sans-serif;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
    }

    .single-pricing p {
      color: rgb(209, 12, 12);
      font-size: 18px;
    }
    .responsive2{
      width: 10%;
      max-width: 500px;
      height: 10%;
      max-height: 500px;
    }
    .lh{
      display: none;
    }
 
  }

  @media (min-width: 1024px) and (max-width: 1366px) {
  
    .single-pricing {
      padding: 25px 0 20px;
      font-family: 'Prompt', sans-serif;
      margin-top: 23px;
      color: #fff;
      background: #26264b;
      border: 0px solid #fff;
      position: static;
      overflow: hidden;
      z-index: 1;
      transition: all 0.2s ease-in-out;
    }
    .single-pricing h2 {
      font-family: 'Prompt', sans-serif;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
    }

    .single-pricing p {
      color: #ddd;
      font-size: 20px;
    }
    .single-pricing .price {
      font-size: 12px;  
    }
  }

  .single-pricing {
    padding: 65px 0 40px;
    font-family: 'Prompt', sans-serif;
    margin-top: 23px;
    color: #fff;
    background: #26264b;
    border: 0px solid #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease-in-out;
  }
  
  .single-pricing span {
    font-size: 12px;
    font-family: 'Prompt', sans-serif;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 15px;
    background-color: transparent;
    position: absolute;
    top: 28px;
    right: 6px;
    transition: all 0.2s ease-in-out;
  }
  
  .single-pricing h2 {
    margin-bottom: -5px;
    font-family: 'Prompt', sans-serif;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .single-pricing .desc {
    color: #9d9d9d;
    padding-bottom: 30px;
    margin-bottom: 32px;
    border-bottom: 2px solid #2f2f2f;
    transition: all 0.2s ease-in-out;
  }
  
  .single-pricing .price {
    font-size: 25px;
    margin-bottom: 8px;
  }
  
  .single-pricing p {
    color: #ddd;
  }
  
  .single-pricing p:last-of-type {
    margin-bottom: 25px;
  }
  
  .single-pricing svg {
    width: 170px;
    position: absolute;
    top: -45px;
    right: -60px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
  
  }
  
  .single-pricing:hover {
    border: 4px solid #fff;
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
    margin: 19px 0 -4px;
  }
  
  .single-pricing:hover span {
    background-color: #26264b;
  }
  
  .single-pricing:hover .desc {
    color: #fff;
    border-bottom: 2px solid rgba(245, 245, 245, 0.322);
  }
  
  .single-pricing:hover svg {
    width: 500%;
    top: -50%;
    right: -50%;
  }
  
  .single-pricing:hover .btn {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  }
  
  /*-----------------------------------
      1 - Testimonials
  ------------------------------------*/
  .testimonial-and-clients {
    background: url(../images/test-clients-bg.png) center center/cover no-repeat #ee1515;
  }
  
  .testimonials {
    padding: 95px 0 85px;
    color: #fff;
    border-bottom: 1px solid #26264b;
  }
  
  .testimonials .test-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .testimonials .test-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 90px;
  }
  
  .testimonials h5 {
    color: #26264b;
    margin-top: 15px;
  }
  
  .testimonials span {
    color: #c4c4c4;
    display: inline-block;
    margin: 0 0 17px;
  }
  
  .testimonials p {
    font-size: 17px;
    line-height: 27px;
  }
  
  .test-pagination {
    text-align: center;
    margin-top: 8px;
  }
  
  .test-pagination span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #26264b;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
  }
  
  .test-pagination span:hover {
    cursor: pointer;
  }
  
  .test-pagination span:not(:last-child) {
    margin-right: 10px;
  }
  
  .test-pagination span.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: white;
  }
  
  /*-----------------------------------
      1 - Clients
  ------------------------------------*/
  .clients {
    padding: 70px 0;
  }
  
  .clients .swiper-wrapper {
    text-align: center;
  }
  
  /*-----------------------------------
      1 - CTA 2
  ------------------------------------*/
  .cta2 {
    margin: 50px 0 -30px;
  }
  
  /*-----------------------------------
      1 - Footer
  ------------------------------------*/
  footer {
    background: center center/cover no-repeat #26264b;
  }
  
  /*-----------------------------------
      1 - Footer Widgets
  ------------------------------------*/
  .footer-widgets {
    padding: 50px 0;
    font-family: 'Prompt', sans-serif;
    
  }
  
  .footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
    margin: 40px 0 30px;
    font-family: 'Prompt', sans-serif;
  }
  
  .single-widget {
    color: #aaa;
    font-family: 'Prompt', sans-serif;
  }
  
  .single-widget .widget-tiltle {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 45px;
    font-family: 'Prompt', sans-serif;
  }
  
  .single-widget .widget-tiltle2 {
    font-size: 17px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    margin-bottom: 45px;
    font-family: 'Prompt', sans-serif;
  }
  
  .single-widget i {
    color: #ee1515;
    font-family: 'Prompt', sans-serif;
  }
  
  .single-widget h6 {
    color: #fff;
    font-family: 'Prompt', sans-serif;
  }
  
  .single-widget .media {
    margin-bottom: 20px;
  }
  
  .contact-widget a {
    color: #aaa;
    font-family: 'Prompt', sans-serif;
  }
  
  .contact-widget i {
    font-size: 22px;
    font-family: 'Prompt', sans-serif;
  }
  
  .twitter-widget i,
  .twitter-widget h6 {
    color: #777;
    font-family: 'Prompt', sans-serif;
  }
  
  span {
    color: #fff;
    font-family: 'Prompt', sans-serif;
  }
  
  .recent-post-widget .rcnt-img {
    width: 150px;
    height: 125px;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .recent-post-widget .rcnt-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .recent-post-widget a {
    color: #fff;
    font-family: 'Prompt', sans-serif;
  }
  
  .recent-post-widget p {
    font-size: 13px;
    font-family: 'Prompt', sans-serif;
  }
  
  .recent-post-widget i {
    margin-right: 10px;
    font-family: 'Prompt', sans-serif;
  }
  
  .recent-post-widget i:last-of-type {
    margin-left: 15px;
    font-family: 'Prompt', sans-serif;
  }
  
  .tags-widget {
    margin: -10px -10px 0 0;
  }
  
  .tags-widget a {
    color: #aaa;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 2px;
    background-color: #363636;
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    margin: 10px 10px 0 0;
    font-family: 'Prompt', sans-serif;
  }
  
  .tags-widget a:hover {
    text-decoration: none;
    color: #26264b;
    background-color: #ee1515;
    font-family: 'Prompt', sans-serif;
  }

  a {
    color: rgb(126, 126, 126);
}
  
  .subscribe-widget form {
    margin-bottom: 10px;
  }
  
  .subscribe-widget input {
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
    padding: 0px 10px;
    background-color: #444;
    border: none;
    line-height: 0;
    position: relative;
    z-index: 1;
  }
  
  .subscribe-widget input:focus {
    outline: none;
    box-shadow: none;
  }
  
  .subscribe-widget button {
    background: #008CBA;
    border: none;
    padding: 9px 14px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: -10px;
    position: relative;
    z-index: 5;
    font-family: 'Prompt', sans-serif;
  }
  
  .subscribe-widget button i {
    color: #fff;
    font-family: 'Prompt', sans-serif;
  }
  
  .subscribe-widget .social-nav {
    margin-top: 32px;
    font-family: 'Prompt', sans-serif;
  }
  
  .subscribe-widget .social-nav a {
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: #ddd;
    background-color: #444;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 10px;
    font-family: 'Prompt', sans-serif;
  }
  
  .subscribe-widget .social-nav a i {
    color: #ddd;
    font-family: 'Prompt', sans-serif;
  }
  
  .subscribe-widget .social-nav a:hover {
    background-color: #008CBA;
    font-family: 'Prompt', sans-serif;
  }
  
  /*-----------------------------------
      1 - Foot Note
  ------------------------------------*/
  .foot-note {
    padding: 35px 0;
    background-color: #008CBA;
    color: #26264b;
    font-family: 'Prompt', sans-serif;
  }
  
  .foot-note a {
    color: #26264b;
    font-family: 'Prompt', sans-serif;
  }
  
  .foot-note a:last-child {
    margin-left: 30px;
    font-family: 'Prompt', sans-serif;
  }
  
  .foot-note a.fh5-link {
    margin-left: 0;
  }
  
  .img2 {
    position: relative;
    bottom : 20px;
    right:  300px;
    width: 100%;
    height: auto;
  }

  .img_pro {
    display: block;
    margin-left: -0px;
    margin-right: auto;
    width: 780px;
    height: auto;
  }

  /*@media screen and (max-width: 800px) {
    .img2 {
      position: relative;
    bottom : -190px;
   
    width: 200%;
    height: auto;
    }
  }*/

  @media (min-width: 320px) and (max-width: 480px) {
    .img2 {
    position: relative;
    bottom : -146px;
    width: 220%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }
     .img_pro {
      display: block;
      margin-left: 175px;
      margin-right: auto;
      width: 35%;
      height: auto;
    }

    .img4 {
      position: relative;
      bottom : -120px;
      width: 105%;
      height: auto;
    }
    .article-img {
      height: 10%;
      width: auto;
  
    }
    .responsive2{
      width: 100%;
      max-width: 500px;
      height: 100%;
      max-height: 500px;
    }
    .img3 {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100px;
    }

    .column2 h2{
      font-size: 18px;
    }
    .footer-widgets {
      padding: 100px 0;
      font-family: 'Prompt', sans-serif;
      font-size: 12px;

    }
    .footer-widgets h2 {
      font-size: 18px;
    }
    .foot_hide1{
      display: none;
    }
    .bt_r{
      display: none;
    }
    .dh_p2{
      margin-bottom: 50px;
    }
  
  }
  @media (min-width: 768px) and (max-width: 1024px) {
  
    .img2 {
      position: relative;
      bottom: -100px;
      width: 200%;
      height: auto;
      padding-right: 200px;

      }
     .img_pro {
       display: block;
        margin-left: 175px;
        margin-right: auto;
        width: 45%;
        height: auto;
  }
    }
  
  
    
      
  
  @media (min-width: 1024px) and (max-width: 1366px) {
  
    .img2 {
      position: relative;
      bottom: 130px;
      width: 150%;
      height: auto;
      right:  180px;
      }
      .responsive {
        width: 100%;
        height: auto;
      }
  .img_pro {
        display: block;
        margin-left: 155px;
        margin-right: auto;
        width: 70%;
        height: auto;
        
      }
      
  }

  .img3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .img-fluid:hover {
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    box-shadow: 5px 5px 10px rgb(163, 162, 162);
  }

  .img4 {
    position: relative;
    bottom : -20px;
    right:  350px;
    width: 0.5%;
    height: auto;
  }
  
  .what-we-do .tab-content-services {
    margin-top: 60px;
    font-family: 'Prompt', sans-serif;
  }
  
  .what-we-do .tab-content-services .right-image img {
    width: 100%;
    overflow: hidden;
  }
  
  .what-we-do .tab-content-services .left-text h4 {
    font-size: 22px;
    font-family: 'Prompt', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Prompt', sans-serif;
  }
  
  .what-we-do .tab-content-services .left-text p {
    color: #7a7a7a;
    font-family: 'Prompt', sans-serif;
  }
  
  .what-we-do .tab-content-services .left-text .primary-button {
    margin-top: 35px;
    margin-bottom: 50px;
    font-family: 'Prompt', sans-serif;
  }
  
  .tabgroup .text-content .primary-button {
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: 'Prompt', sans-serif;
  }
  
  .tabgroup .text-content .primary-button a {
    color: #fff;
    font-family: 'Prompt', sans-serif;
  }
  
  
  .primary-button a {
    padding: 13px 20px;
    letter-spacing: 0.5px;
    background-color: #46bae2;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Prompt', sans-serif;
  }
  
  
  .what-we-do {
    background-color: #fff;
    padding-bottom: 80px;
    font-family: 'Prompt', sans-serif;
  }
  
  .what-we-do .tabs li a {
    text-decoration: none;
    color: #121212;
    font-family: 'Prompt', sans-serif;
  }
  
  .what-we-do .tabs .active .list-item {
    background-color: #5fb7f2!important;
    color: #fff!important;
  }
  
  .what-we-do .tabs .active .list-item .icon {
    background-color: #fff;
  }
  
  .what-we-do .list-item {
    background-color: #f4f4f4;
    text-align: center;
    padding: 40px 0px;
    margin: 15px 0px;
    transition: all 0.5s;
  }
  
  .what-we-do .list-item .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    background-color: transparent;
  }
  
  .what-we-do .list-item h4 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .what-we-do .tab-content-services {
    margin-top: 60px;
  }
  
  .what-we-do .tab-content-services .right-image img {
    width: 100%;
    overflow: hidden;
  }
  
  .what-we-do .tab-content-services .left-text h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .what-we-do .tab-content-services .left-text p {
    color: #7a7a7a;
    font-size: 50px;
    font-family: 'Prompt', sans-serif;
  }
  
  .what-we-do .tab-content-services .left-text .primary-button {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  
  .section-heading {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  
  .section-heading h4 {
    margin-top: 0px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #121212;
  }
  
  .section-heading p {
    color: #7a7a7a;
    padding: 0px 25%;
    
  }
  
  #menu-wrapper {
    background-color: white;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  }
  
  .wrapper {
    text-align: left;
  }
  
  
  #blog .tabs .active {
    background-color: #46bae2;
    color: #fff!important;
  }
  #blog .tabs .active .info-post li {
    color: #fff!important;
  }
  #blog .tabs .active .info-post li i {
    color: #fff!important;
  }
  
  .what-we-do .tabs .active .list-item {
    background-color: #5fb7f2!important;
    color: #fff!important;
  }
  #first-tab-group {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  #first-tab-group img {
    width: 100%;
    overflow: hidden;
  }
  
  
  
    /* Slideshow container */
  .slideshow-container {
    position: relative;
    background:  #ececee;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: rgb(255, 19, 19);
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: cornflowerblue;}
  
  
      /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 220px;
  }
  
  @media (max-width: 575px) {
    /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 100px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 100px;
    }
  }
  
  /* line 181, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .single_page_project .owl-prev, .single_page_project .owl-next {
    right: 0;
    top: -3px;
  }
  
  /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 70px;
  }
  
  @media (max-width: 575px) {
    /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 100px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 100px;
    }
  }
  
  /************** project part starrt**************/
  /* line 2, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part {
    background-image: url(../images/project_bg.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  /* line 10, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .project_menu ul li {
    display: inline-block;
  }
  
  /* line 15, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .project_menu a {
    padding: 10px 25px;
    border: 1px solid #d3d3d3;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
    text-transform: uppercase;
  }
  
  /* line 26, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_text {
    position: relative;
    padding-left: 100px;
    width: 68%;
    margin-top: 65px;
  }
  
  @media (max-width: 575px) {
    /* line 26, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text {
      padding-left: 0;
      width: 100%;
      margin-top: 35px;
      margin-bottom: 15px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 26, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text {
      padding-left: 0;
      width: 75%;
      margin-top: 35px;
      margin-bottom: 15px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 26, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text {
      padding-left: 61px;
      width: 100%;
      margin-top: 35px;
      margin-bottom: 15px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 26, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text {
      padding-left: 90px;
      width: 100%;
      margin-top: 35px;
      margin-bottom: 15px;
    }
  }
  
  /* line 60, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_text .client_img {
    position: absolute;
    left: 40px;
    left: 0;
    top: -20px;
    max-width: 78px;
  }
  
  @media (max-width: 575px) {
    /* line 60, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text .client_img {
      max-width: 50px;
      top: -11px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 60, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text .client_img {
      max-width: 50px;
      top: -11px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 60, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text .client_img {
      max-width: 50px;
      top: 0;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 60, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text .client_img {
      max-width: 60px;
      top: 0;
    }
  }
  
  /* line 86, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_text .admin_name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }
  
  @media (max-width: 575px) {
    /* line 86, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text .admin_name {
      padding-left: 65px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 86, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text .admin_name {
      padding-left: 65px;
    }
  }
  
  /* line 98, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_text span {
    font-weight: 300;
    color: #898989;
    float: right;
  }
  
  /* line 104, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_text p {
    margin-top: 30px;
  }
  
  @media (max-width: 575px) {
    /* line 104, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text p {
      margin-top: 25px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 104, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text p {
      margin-top: 40px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 104, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text p {
      margin-top: 10px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 104, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text p {
      margin-top: 10px;
    }
  }
  
  /* line 122, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_text .btn_1 {
    display: flex;
    align-items: center;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 122, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_text .btn_1 {
      margin-top: 20px;
    }
  }
  
  /* line 128, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_text .btn_1 img {
    max-width: 23px;
    margin: 0 auto;
    padding-top: 17px;
  }
  
  /* line 136, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .owl-prev,
  .project_part .owl-next {
    background-color: transparent;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: -108px;
    color: #000 !important;
    transition: all 1s;
  }
  
  /* line 151, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .owl-prev:hover,
  .project_part .owl-next:hover {
    background-color: #ff7e00 !important;
    color: #fff !important;
  }
  
  /* line 157, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .owl-prev {
    margin-right: 80px;
  }
  
  /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 220px;
  }
  
  @media (max-width: 575px) {
    /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 100px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 162, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .project_part .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 100px;
    }
  }
  
  /* line 181, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .single_page_project .owl-prev, .single_page_project .owl-next {
    right: 0;
    top: -3px;
  }
  
  /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
  .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
    margin-top: 70px;
  }
  
  @media (max-width: 575px) {
    /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 100px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 187, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_part.scss */
    .single_page_project .single_project_slide .col-lg-6:nth-child(2n+0) {
      margin-top: 100px;
    }
  }
  
  /* line 249, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 130px;
  }
  
  @media (max-width: 575px) {
    /* line 249, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_common.scss */
    .padding_bottom {
      padding-bottom: 70px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 249, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_common.scss */
    .padding_bottom {
      padding-bottom: 70px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 249, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_common.scss */
    .padding_bottom {
      padding-bottom: 70px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 249, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_common.scss */
    .padding_bottom {
      padding-bottom: 80px;
    }
  }

  @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);
  body {
    background: #ffffff;
    color: #4f585e;
    font-family: 'Source Sans Pro', sans-serif;
    text-rendering: optimizeLegibility;
 }
  a.btn2 {
    background: #9ba3a5;
    border-radius: 4px;
    box-shadow: 0 2px 0px 0 rgba(0,0,0,0.25);
    color: #ffffff;
    display: inline-block;
    padding: 6px 15px 8px;
    position: relative;
    text-decoration: none;
    transition: all 0.1s 0s ease-out;
 }
  .no-touch a.btn2:hover {
    background: #00a2ad;
    box-shadow: 0px 8px 2px 0 rgba(0,0,0,0.075);
    transform: translateY(-2px);
    transition: all 0.25s 0s ease-out;
 }
  .no-touch a.btn2:active, a.btn:active {
    background: #008a93;
    box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
    transform: translate3d(0,1px,0);
    transition: all 0.025s 0s ease-out;
 }
  div.cards {
    margin: 80px auto;
    max-width: 960px;
    text-align: center;
 }
  div.card {
    background: #ffffff;
    display: inline-block;
    margin: 8px;
    max-width: 300px;
    perspective: 1000;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    width: 300px;
    z-index: 1;
 }
 div.card:hover{
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;

 }
  div.card img {
    max-width: 300px;
 }
  div.card .card__image-holder {
    background: rgba(0,0,0,0.1);
    height: 0;
    padding-bottom: 67%;
 }
  div.card div.card-title {
    background: #ffffff;
    padding: 6px 15px 10px;
    position: relative;
    z-index: 0;
 }
  div.card div.card-title a.toggle-info {
    border-radius: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 32px;
 }
  div.card div.card-title a.toggle-info span {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    top: 16px;
    transition: all 0.15s 0s ease-out;
    width: 12px;
 }
  div.card div.card-title a.toggle-info span.left {
    right: 14px;
    transform: rotate(45deg);
 }
  div.card div.card-title a.toggle-info span.right {
    left: 14px;
    transform: rotate(-45deg);
 }
  div.card div.card-title h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 0;
 }
  div.card div.card-title h2 small {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
 }
  div.card div.card-description {
    padding: 0 15px 10px;
    position: relative;
    font-size: 14px;
 }
  div.card div.card-actions {
    box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
    padding: 10px 15px 20px;
    text-align: center;
 }
  div.card div.card-flap {
    background: #d9d9d9;
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
 }
  div.card div.flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
 }
  div.card div.flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
 }
  div.cards.showing div.card {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
 }
  .no-touch div.cards.showing div.card:hover {
    opacity: 0.94;
    transform: scale(0.92);
 }
  div.card.show {
    opacity: 1 !important;
    transform: scale(1) !important;
 }
  div.card.show div.card-title a.toggle-info {
    background: #ff6666 !important;
 }
  div.card.show div.card-title a.toggle-info span {
    top: 15px;
 }
  div.card.show div.card-title a.toggle-info span.left {
    right: 10px;
 }
  div.card.show div.card-title a.toggle-info span.right {
    left: 10px;
 }
  div.card.show div.card-flap {
    background: #ffffff;
    transform: rotateX(0deg);
 }
  div.card.show div.flap1 {
    transition: all 0.3s 0s ease-out;
 }
  div.card.show div.flap2 {
    transition: all 0.3s 0.2s ease-out;
 }
  
  
  .rg-image-wrapper{
    position:relative;
    padding:20px 30px;
   /* background:transparent url(../images2/black.png) repeat top left;*/
    background-color: rgb(233, 233, 233);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height:20px;
    
  }
  .rg-image{
    position:relative;
    text-align:center;
    line-height:0px;
    width: auto;
    height: 100%;
    
  }
  .rg-image img{
    max-height:100%;
    max-width:70%;
    
  }
  .rg-image-nav a{
    opacity: 0.5;
    position:absolute;
    top:0px;
    left:0px;
    background:rgb(156, 156, 156) url(../images2/nav.png) no-repeat -20% 50%;
    width:28px;
    height:100%;
    text-indent:-9000px;
    cursor:pointer;
    opacity:0.3;
    outline:none;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
  }
  .rg-image-nav a.rg-image-nav-next{
    right:0px;
    left:auto;
    background-position:115% 50%;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
  }
  .rg-image-nav a:hover{
    opacity:0.8;
  }
  .rg-caption {
    text-align:center;
    margin-top:15px;
    position:relative;
  }
  .rg-caption p{
    font-size:12px;
    letter-spacing:2px;
    font-family: 'Prompt', sans-serif;
    line-height:16px;
    padding:0 15px;
    text-transform:uppercase;
  }
  .rg-view{
    height:30px;
  }
  .rg-view a{
    display:block;
    float:right;
    width:16px;
    height:16px;
    margin-right:3px;
    background:#464646 url(../images2/views.png) no-repeat top left;
    border:3px solid #464646;
    opacity:0.8;
  }
  .rg-view a:hover{
    opacity:1.0;
  }
  .rg-view a.rg-view-full{
    background-position:0px 0px;
  }
  .rg-view a.rg-view-selected{
    background-color:#6f6f6f;
    border-color:#6f6f6f;
    
  }
  .rg-view a.rg-view-thumbs{
    background-position:0px -16px;
  }
  .rg-loading{
    width:46px;
    height:46px;
    position:absolute;
    top:50%;
    left:50%;
    background:#000 url(../images2/ajax-loader.gif) no-repeat center center;
    margin:-23px 0px 0px -23px;
    z-index:100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity:0.7;
  }
  
  .button2 {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
  }
  .button22 {
    background-color: #008CBA;
      border-radius: 12px;
  }  /* Blue */
  
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buttons {
    margin: 10%;
    text-align: center;
}

.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-9 {
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}




#portfolio {
  text-align: center;
}

#portfolio .item {
  margin: 0px 10px;
}

.portfolio-section {
  background-color: #363e50;
  padding-bottom: 80px;
}

#portfolio .section-heading h4 {
  color: #fff;
}

#portfolio .section-heading p {
  color: #aaa;
}

#portfolio .portfolio-item img {
  max-width: 500;
  overflow: hidden;
  width: 400px;
  height: auto;
}

.owl-pagination {
  margin-top: 30px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #46bae2;
}

#main{
  position:absolute;
  width:450px;
  height:240px;
  border:0px solid black;
  padding:10px;
  text-align: center;
}


#main > div{
  float:right;
  margin-left: auto;
  margin-right: auto;
  bottom: -200px;
  
}
#d1{
  width:100px;
  height:75px;
  border:1px solid gray;
  margin-left: auto;
  margin-right: auto;
 
}

#d2{
  width:100px;
  height:75px;
  border:1px solid gray;
  margin-left: auto;
  margin-right: auto;
}

figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button3 {
  background-color: lightgray; 
  color: black; 
  border: 2px solid #ffffff;
}

.button3:hover {
  background-color: #3688f4;
  color: white;
}

/* Grid styles -------------------------------------------------*/
@media (min-width: 320px) and (max-width: 480px){
  .cards {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 30px;
    top: 300px;
  
  }
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;

}

@media (min-width: 700px) {
  .leading-bigtext {
    font-size: 140px;
  }
 
}

.cards {
  max-width: 960px;
  margin: 0 auto 30px;
}

article {
  position: relative;
}

.article-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.article-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -50px;
}


.container2{
  background: #ffffff;
  width: 1150px;
  margin: 0 auto;
  max-width: 100%;
  font-family: 'Open Sans';
  color: #9c9c9c;
  font-size: 13px;
  line-height: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
h5 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 1;
  letter-spacing: 1px;
}


.row {
  display: flex;
  flex-wrap: wrap;
}
.row:not(:last-of-type) {
  margin-bottom: 30px;
}
.column-half-size {
  flex: 1 1 0;
  margin: 0 15px;
  box-sizing: border-box;
}
.inner-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;  
  box-sizing: content-box;
  height: 100%;  
}
.column-half-size:nth-of-type(2n) .inner-flex-row {
  flex-direction: row-reverse;  
}
.inner-flex-row > div {
  display: flex;
  align-items: center;
}
.text-column {
  background-color: #f7fcfd;
  flex: 3 1 0;
  padding: 23px 40px 29px 40px;
  box-sizing: border-box;
  border-style: solid;
  border-color: rgb(83, 83, 83);
  border-width: 2px 0px;
  border-top: 0px;

}

@media all and (max-width: 800px) {
  .row {
    flex-direction: column;
  }
  .column-half-size {
    flex: auto;
    margin-bottom: 10px;
  }
}

div.fixed {
  position: fixed;
  top: 90%;
 
  left: -20;
  width: 180px;
  box-shadow: 0 0 5px #ccc;
}
div.fixed:hover{
  box-shadow: 10px 10px 10px #ccc;
}


.menu-item,
.menu-open-button {
   background: #EEEEEE;
   border-radius: 100%;
   width: 70px;
   height: 70px;
   margin-left: -40px;
   position: absolute;
   color: #FFFFFF;
   text-align: center;
   line-height: 80px;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: -webkit-transform ease-out 200ms;
   transition: -webkit-transform ease-out 200ms;
   transition: transform ease-out 200ms;
   transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
   display: none;
}

.lines {
   width: 25px;
   height: 3px;
   background: #596778;
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -12.5px;
   margin-top: -1.5px;
   -webkit-transition: -webkit-transform 200ms;
   transition: -webkit-transform 200ms;
   transition: transform 200ms;
   transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
   -webkit-transform: translate3d(0, -8px, 0);
   transform: translate3d(0, -8px, 0);
}

.line-2 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.line-3 {
   -webkit-transform: translate3d(0, 8px, 0);
   transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
   -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
   transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
   -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
   transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
   -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
   transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
   margin: auto;
   width: 20px;
   height: 20px;
   box-sizing: border-box;
   font-size: 50px;
   position: fixed;
   top: 90%;
    left: 5%;
}


/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
   background: #EEEEEE;
   color: #3290B1;
}

.menu-item:nth-child(3) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(4) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(5) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(6) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(7) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(8) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(9) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-open-button {
   z-index: 2;
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
   transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
   transform: scale(1.1, 1.1) translate3d(0, 0, 0);
   cursor: pointer;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
   -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
   transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
   -webkit-transition-timing-function: linear;
   transition-timing-function: linear;
   -webkit-transition-duration: 200ms;
   transition-duration: 200ms;
   -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
   transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
   -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
   transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
   transition-duration: 180ms;
   -webkit-transition-duration: 180ms;
   -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
   transform: translate3d(0.08361px, -104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
   transition-duration: 280ms;
   -webkit-transition-duration: 280ms;
   -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
   transform: translate3d(90.9466px, -52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
   transition-duration: 380ms;
   -webkit-transition-duration: 380ms;
   -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
   transform: translate3d(90.9466px, 52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
   transition-duration: 480ms;
   -webkit-transition-duration: 480ms;
   -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
   transform: translate3d(0.08361px, 104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
   transition-duration: 580ms;
   -webkit-transition-duration: 580ms;
   -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
   transform: translate3d(-90.86291px, 52.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
   transition-duration: 680ms;
   -webkit-transition-duration: 680ms;
   -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
   transform: translate3d(-91.03006px, -52.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
   transition-duration: 780ms;
   -webkit-transition-duration: 780ms;
   -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
   transform: translate3d(-0.25084px, -104.9997px, 0);
}

.blue {
   background-color: #669AE1;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
   color: #669AE1;
   text-shadow: none;
}

.green {
   background-color: #70CC72;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
   color: #70CC72;
   text-shadow: none;
}

.red {
   background-color: #FE4365;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
   color: #FE4365;
   text-shadow: none;
}



.lightblue {
   background-color: #62C2E4;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
   color: #62C2E4;
   text-shadow: none;
}

.credit {
   margin: 24px 20px 120px 0;
   text-align: right;
   color: #EEEEEE;
}

.credit a {
   padding: 8px 0;
   color: #C49CDE;
   text-decoration: none;
   transition: all 0.3s ease 0s;
}

.credit a:hover {
   text-decoration: underline;
}


.pimg3{
  background-image:url('../images/hf_c.jpg');
  min-height:600px;
  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}


.pimg3{
  position:relative;
  opacity:0.70;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.ptext{
  position:absolute;
  top:70%;
  width:100%;
  text-align:center;
  color:rgb(0, 0, 0);
  font-size:47px;
  letter-spacing:8px;
  text-transform:uppercase;
}

.ptext .border{
  background-color:rgb(0, 0, 0);
  color:rgb(0, 0, 0);
  padding:20px;
}

.ptext .border.trans{
  background-color:transparent;
  
}
@media (min-width: 320px) and (max-width: 480px) {
  .pimg3{
    background-image:url('../images/hf_c.jpg');
    min-height:500px;
    /*
      fixed = parallax
      scroll = normal
    */
    background-attachment:fixed;
  }
  
  
  .pimg3{
    position:relative;
    opacity:0.70;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
  }
  
  .ptext{
    position:absolute;
    top:55%;
    width:100%;
    text-align:center;
    color:rgb(0, 0, 0);
    font-size:87;
   
  }
  
  .ptext .border{
    background-color:rgb(0, 0, 0);
    color:rgb(0, 0, 0);
  
  }
  .ptext .border.trans{
    background-color:transparent;
    
  }
  
}


