 
  /*Google font*/
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

  /* global styling */
  html {
    scroll-behavior: smooth;
  }
  *{
    margin: 0;
    padding: 0;
    outline: none;
  }
  body{
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

  }
  a{
    text-decoration: none!important;
  }
  .my-btn1,.my-btn2{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 12px 36px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .my-btn1{
    background: #ffffff;
  }
  .my-btn2{
    color: #ffffff;
  }
  .my-btn2:hover{
    color: #ffffff;
  }
  .my-btn2:focus,
  .my-btn1:focus{
    box-shadow: none;
  }
  .my-btn2::before,
  .my-btn1::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    background: rgba(0,0,0,0.1);
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
  }
  .my-btn2:hover::before,
  .my-btn1:hover::before{
    width: 100%;
  }

  .section-title{
    margin-bottom: 60px;
    text-align: center;
  }

  .section-title .title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
    padding: 5px 10px;
    z-index: 1;

  }
  .section-title .title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -1;
    border-radius: 5px;
    opacity: 0.1;

  }

 .section-title .sub-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #222222;
    margin: 0;
  }

  .bg-light{
    background: #f5f5ff;
  }

  /* Header Styling*/
  .header{
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .header .navbar{
    padding: 0;
  }
  .logo-circle{
    height: 26px;
    width: 26px;
    display: inline-block;
    border: 4px solid #ffffff;
    border-radius: 50%;
    margin-bottom: -2px;
    position: relative;
  }
  .logo-circle::before{
    content: '';
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
  }
  .header .navbar.navbar-light .navbar-brand{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
  }
  .header .navbar #collapsibleNavbar .nav-item .nav-link{
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 20px 15px 20px;
    line-height: 26px;
    opacity: 0.6;
  }

  .header .navbar #collapsibleNavbar .nav-item .nav-link.active{
    opacity: 1;
  }

  /* Home section styling */
  .home-section{
    padding: 250px 0 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    
  }
  .home-section::before{
    content: '';
    position: absolute;
    left:0;
    right: 0;
    bottom: -1px;
    height: 112px;
    background: url(../img/shape-bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .home-section .home-content h1{
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
  }
  .home-section .home-content p{
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 28px;
  }
  
  .home-section .home-img img{
    max-width: 300px;
    width: 100%;
    position: absolute;
    left: 150px;
    top: -50px;
    animation: productani01 10s linear infinite;

  }

  @keyframes productani01{
    0%,100%{
      transform: translateY(50px);
    }
    50%{
      transform: translateY(-50px);
    }
  }

  .home-section .bg-shapes div{
    position: absolute;
    opacity: 0.08;
  }
  .home-section .bg-shapes div:nth-child(1){
    width: 100px;
    height: 100px;
    background: #ffffff;
    top: 20%;
    left: 20%;
    border-radius: 50%;
    animation: shapebgani01 5s linear infinite;
  }
  .home-section .bg-shapes div:nth-child(2){
    width: 80px;
    height: 80px;
    top: 60%;
    left: 60%;
    background: transparent;
    border-radius: 50%;
    border: 5px solid #ffffff;
    border-bottom: 5px solid transparent;
    animation: shapebgani02 5s linear infinite;
  }
  .home-section .bg-shapes div:nth-child(3){
    width: 60px;
    height: 60px;
    top: 10%;
    left: 90%;
    background: transparent;
    border-radius: 50%;
    border: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    animation: shapebgani02 7s linear infinite;
  }
  .home-section .bg-shapes div:nth-child(4){
    width: 200px;
    height: 200px;
    top: 40%;
    left: calc(100% - 100px);
    background: #ffffff;
    border-radius: 50%;
    animation: shapebgani03 10s linear infinite;
  }
  .home-section .bg-shapes div:nth-child(5){
    width: 100px;
    height: 100px;
    top: 40%;
    left: calc(0% - 50px);
    background: transparent;
    border: 5px solid #ffffff;
    animation: shapebgani02 15s linear infinite;
  }

  @keyframes shapebgani01{
    0%,100%{
      transform: translateX(0px);
    }
    50%{
      transform: translateX(50px);
    }
  }
  @keyframes shapebgani02{
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(360deg);
    }
  }
  @keyframes shapebgani03{
    0%{
      transform: scale(0.5);
    }
    100%{
      transform: scale(1);
    }
  }


  /* about section */

  .about-section{
    padding: 80px 0 80px;
  }
  .about-section .about-img{
    margin: auto;
  }
  .about-section .about-img img{
    max-width: 350px;
    width: 100%;
  }

  .about-section .section-title{
    text-align: left;
    margin-bottom: 30px;
  }
  
  .about-section .about-content p{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin: 0;
    font-weight: 400;
  }
  .about-section .about-content ul{
    display: block;
    margin: 30px 0 0;
  }
  .about-section .about-content ul li{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
  }
  .about-section .about-content ul li i{
    font-size: 16px;
    line-height: 26px;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }


  /* features section */
  .features-section{
    padding: 80px 0 50px;
  }
  .features-section .features-item{
    box-shadow: 0 0 10px #dddde3;
    padding: 40px 30px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s ease;
  }
  .features-section .features-item:hover{
    transform: translateY(-10px);
  }
  .features-section .features-item .icon{
    margin-bottom: 25px;
  }
  .features-section .features-item .icon i{
    font-size: 40px;
    display: inline-block;
  }
  .features-section .features-item .icon h3{
    font-size: 23px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 15px;
    line-height: 30px;
  }
  .features-section .features-item .icon p{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin: 0;
  }
  .features-section .features-item:hover .icon i,
  .features-section .features-item:hover h3,
  .features-section .features-item:hover p{
    color: #ffffff;
  }

  /* product section */

  .products-section{
    padding: 80px 0 80px;
    background: #ffffff;
  }
  .products-section .products-item{
    box-shadow: 0 0 10px #dddde3;
    margin: 15px 0;
  }
  .products-section .product-image{
    border-bottom: 1px solid #eeeeee;
    position: relative;
  }
  .products-section .product-image img{
    width: 100%;
    display: block;
  }
  .products-section .product-image .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease;
  }
  .products-section .product-image:hover .overlay{
    opacity: 1;
  }
  .products-section .product-image .overlay .btn{
    margin: auto;
    transform: translateY(100px);
    transition: all 0.5s ease;
  }
  .products-section .product-image:hover .overlay .btn{
    transform: translateY(0px);
  }
  .products-section .product-content{
    padding: 0 30px;
    text-align: center;
  }
  .products-section .product-content .product-price{
    margin: 15px 0 5px;
  }
  .products-section .product-content .product-price .product-new-price{
    font: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 0 5px;
  }
  .products-section .product-content .product-price .product-old-price{
    font: 18px;
    font-weight: 400;
    display: inline-block;
    color: #959595;
  }
  .products-section .product-content .product-name{
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 26px;
    margin: 0;
    padding-bottom: 20px;
  }
  
  .products-section .owl-carousel .owl-nav{
    text-align: center;
    margin-top: 40px;
  }
  .products-section .owl-carousel .owl-nav button.owl-prev:focus,.products-section .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
  }
  .products-section .owl-carousel .owl-nav button.owl-prev,.products-section .owl-carousel .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    font-weight: 500;
    overflow: hidden;
  }
  .products-section .owl-carousel .owl-nav button.owl-prev span,.products-section .owl-carousel .owl-nav button.owl-next span{
    font-size: 45px;
    display: block;
    margin-top: -18px;
  }

  /* Testimonial section styling */

  .testimonial-section{
    background: url(../img/cover-bg.jpeg);
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0 80px;
    z-index: 1;  
    position: relative;
  }
  .testimonial-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.85;
  }
  .testimonial-section .section-title .title,.testimonial-section .section-title .sub-title{
    color: #ffffff;
  }
  .testimonial-section .section-title .title::before{
    background: #ffffff;
  }

  .testimonial-section .testimonial-item{
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
  }
  .testimonial-section .testimonial-item .testimononial-comment p{
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    color: #555555;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .testimonial-section .testimonial-item .testimononial-comment p i{
    font-size: 18px;
    font-weight: 600;
  }
  .testimonial-section .testimonial-item .testimononial-comment p .fa-quote-left{
    padding-right: 5px;
  }
  .testimonial-section .testimonial-item .testimononial-comment p .fa-quote-right{
    padding-left: 5px;
  }

  .testimonial-section .testimonial-item .stars li{
    display: inline-block;
  }
  .testimonial-section .testimonial-item .stars li i{
    color: #ff9800;
  }

  .testimonial-section .testimonial-item .client-info{
    position: relative;
    padding-left: 80px;
  }

  .testimonial-section .testimonial-item .client-info img{
    height: 60px;
    width: 60px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .testimonial-section .testimonial-item .client-info h5{
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .testimonial-section .testimonial-item .client-info p{
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #555555;
  }

  .testimonial-section .owl-carousel .owl-nav{
    text-align: center;
    margin-top: 40px;
  }
  .testimonial-section .owl-carousel .owl-nav button.owl-prev:focus, .testimonial-section .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
  }
  .testimonial-section .owl-carousel .owl-nav button.owl-prev,  .testimonial-section .owl-carousel .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    font-weight: 500;
    overflow: hidden;
  }
  .testimonial-section .owl-carousel .owl-nav button.owl-prev span,  .testimonial-section .owl-carousel .owl-nav button.owl-next span{
    font-size: 45px;
    display: block;
    margin-top: -18px;
  }

  /* Faq Section styling */
  
  .faq-section{
    padding: 80px 0 40px;
  }
  .faq-section .faq-item{
    margin-bottom: 10px;
  }
  .faq-section .faq-item h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 10px;
  }
  .faq-section .faq-item p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
  }

  .support-text{
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
  }

  /* Newsletter Styling */

  .newsletter-section{
    background: url(../img/bg-02.jpeg);
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0 80px;
    z-index: 1;  
    position: relative;
  }
  .newsletter-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.85;
  }
  .newsletter-section .section-title .title,.newsletter-section .section-title .sub-title{
    color: #ffffff;
  }
  .newsletter-section .section-title .title::before{
    background: #ffffff;
  }
  .newsletter-section .newsletter-form .form-control{
    border: none;
    border-radius: 60px;
    height: 60px;
    padding: 0 185px 0 30px;
    color: #555555;
    font-weight: 400;
    position: relative;
  }
  .newsletter-section .newsletter-form .form-control:focus{
    box-shadow: none;
  }
  .newsletter-section .newsletter-form .my-btn2{
    height: 48px;
    position: absolute;
    top: 6px;
    right: 20px;
  }
  .newsletter-section .newsletter-form .my-btn2 i{
    margin-left: 10px;
  }

  /* Contact us section styling */
  .contact-section{
    padding: 80px 0;
  }
  .contact-section .contact-form .form-control{
    border: none;
    border-bottom: 2px solid #D9D9D9;
    border-radius: 0px;
  }
  .contact-section .contact-form .form-control:focus{
    box-shadow: none;
    
  }
  .contact-section .contact-item{
    position: relative;
    padding-left: 65px;
    margin-bottom: 38px;
  }
  .contact-section .contact-item .contact-icon{
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-section .contact-item .contact-icon i{
    font-size: 24px;
    font-weight: 600;
    
  }
  .contact-section .contact-item .contact-icon{
    width: 50px;
    height: 50px;
    background: #F5F5FF;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
  }
  .contact-section .contact-item h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 2px;
  }
  .contact-section .contact-item p{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin: 0;
  }

  /* footer section */

  .footer{
    padding: 80px 0 10px;
    text-align: center;
  }
  .footer .footer-logo{
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 28px;
  }
  .footer .footer-text{
    margin: 18px 0;
  }
  .footer .footer-text p{
    font-size: 16px;
    color: #ffffff;
  }
  .footer .footer-social-links a i{
    height: 40px;
    width: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    line-height: 38px;
    margin-right: 10px;
    transition: all 0.5s ease;
    margin-bottom: 25px;
  }
  .footer .footer-social-links a:hover i{
    background: #ffffff;
    transform: translateY(-10px);

  }
  .footer .footer-social-links a{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 15px;
    
  }

  .footer .copyright-text{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    
  }
  .footer .copyright-text p{
    margin-top: 20px;
    color: #eeeeee;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    
  }