@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&amp;subset=latin-ext");

body {
    font-family: "Nunito", sans-serif;
}

.about {
    font-weight: 800;
    font-size: 30px;
    color: #3B566E;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-details {
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    letter-spacing: 0.88px;
    line-height: 26px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}

.mobile_nav {
    font-family: "Nunito", sans-serif;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #6F8BA4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    text-wrap-mode: nowrap;
}

.mobile_nav:hover {
    color: black;

}

.line {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

.fa-angle-down,
.fas {
    color: grey;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
}

.logo-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

@media (max-width: 420px) {


    .mobile_nav {
        font-size: 11px;
    }

    .header-area .main-nav .logo img {
        width: 60px;
        height: auto;
    }

    .about-details {
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }

    .about {
        text-align: center;
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    #padding-change {
        padding-left: 0.5rem;

    }

    #padding-change li a span {

        font-size: 12px;
    }

    .logo-item img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
}

.navbar-toggler span {
    font-size: 1.5rem;
    color: grey;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.gradient {
    background: linear-gradient(90deg, #6A30D1, #6b8ee6);
    font-size: 30px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.responsive-paragraph {
    margin-left: 30px;
    font-family: "Nunito", sans-serif;
}
.page .page-bottom p {
    line-height: 22px;
    font-family: "Nunito", sans-serif;
}
@media (max-width: 768px) {
    .responsive-paragraph {
        font-size: 13px;
        text-align: start;
        margin: 0px;
        font-family: "Nunito", sans-serif;
    }

    .page .page-bottom p {
        margin-bottom: 10px;
        line-height: 18px;
        font-family: "Nunito", sans-serif;
    }
 .page .page-bottom p span{
    
     font-family: "Nunito", sans-serif;
 }
    .blog-list .blog-post-thumb .text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-list .blog-post-thumb h3 {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        margin-bottom: 40px !important;
        text-align: start;
        letter-spacing: 1px;
        font-weight: 600;
    }
}

.clean-span {
    font-size: 16px;
    direction: ltr;
}

#responsive {
    width: 500px !important;
    height: auto !important;
}

#post-image {
    width: 300px !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .clean-span {
        font-size: 12px;
        font-family: "Nunito", sans-serif;
    }

    #responsive {
        width: 265px !important;
        height: auto !important;
    }
}
.page .container .row div .privacy-content{
    padding: 10px 65px;
    width: 100%;
    margin: 40px auto;
    min-height: 500px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    
    
  }
  @media (max-width: 767px) {
    .page .container .row div .privacy-content{
      padding: 10px;
      width: 100%;
      margin: 40px auto;
      min-height: 500px;
      border-radius: 4px;
      background-color: #ffffff;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
      
      
    }
  }
  .page .container .row div .privacy-content ul li{
    font-weight: 600;
    font-size: 14px;
   
  
  }
  .page .container .row div .privacy-content p,
  .page .page-bottom .about .about-text p {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
    
  }
  .page .container .row div .privacy-content .heading {
  font-weight: 900;
  font-size: 20px;
  }