/*-----------------------------------------------------------------------------------

    Template Name: Medicana - Medical Cannabis HTML Template
    Template URI: site.com
    Description: Medicana - Medical Cannabis HTML Template
    Author: Md. Mizanur Rahman
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*---====== Default CSS ======---*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap");
html {
  font-size: 100%; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

i,
span,
a {
  display: inline-block; }

/* h1,
h2,
h3,
h4 {
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #03262C;
  margin: 0px; }

h1 {
  font-size: 80px; }

h2 {
  font-size: 40px;
  line-height: 50px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px;
  line-height: 34px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  margin: 0px;
  padding: 0; } */

body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #75717A;
  font-size: 18px;
  line-height: 36px; }

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    display: block;
    z-index: -9;
    width: 0px;
    text-transform: uppercase;
    height: 0px;
    font-size: 0px;
    color: white;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: white;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: 1;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.slick-slide {
  outline: 0; }

.light-bg {
  background: #F7FBFD; }

.main-bg {
  background: #03262C; }

.section-title span {
  background: rgba(29, 129, 7, 0.1);
  font-size: 20px;
  font-weight: 600;
  color: #1D8107;
  padding: 10px 20px;
  border-radius: 3px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .section-title span {
      font-size: 18px;
      padding: 8px 10px; } }
.section-title h2 {
  position: relative; }
  .section-title h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    background: #1D8107;
    margin-top: 10px;
    margin-bottom: 12px; }
  @media (max-width: 767px) {
    .section-title h2 {
      font-size: 26px;
      line-height: 36px; } }



@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*
    End Preloader css
*/
/*
    Start scroll_up css
*/


/*---====== Features CSS ======---*/
/*---====== Start Features Section CSS ======---*/
.features-v1 .section-title h2:after {
  margin: auto;
  margin-top: 12px; }
.features-v1 .features-box {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(74, 74, 74, 0.1);
  padding: 20px 15px 25px;
  border-radius: 7px; }
  .features-v1 .features-box h4 {
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .features-v1 .features-box h4 {
        font-size: 18px; } }
  .features-v1 .features-box p {
    text-align: center;
    color: #666666;
    line-height: 27px; 
    font-size: 18px;}
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .features-v1 .features-box p {
        text-align: center;
        font-size: 14px;
        line-height: 28px; } }
    @media only screen and (max-width: 992px) {
      .features-v1 .features-box p {
        text-align: center;
        font-size: 14px;
        line-height: 28px; }
    }

.features-v2 .section-title h2:after {
  margin: 0 auto;
  margin-top: 10px; }
.features-v2 .features-box {
  box-shadow: 0px 10px 40px rgba(74, 74, 74, 0.1);
  padding: 40px 30px; }
  .features-v2 .features-box .icon {
    width: 100px;
    height: 100px;
    border: 1px solid #50C42D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px; }
  .features-v2 .features-box .info h4 {
    margin-bottom: 10px; }
