@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");



body {

    font-family: "Nunito", sans-serif;

    padding: 0;

    margin: 0;

}



.mySlides {
    /*height: 100vh;*/
    margin-top: 50px;
}



img {

    vertical-align: middle;

}



/* Slideshow container */

.slideshow-container {

    width: 100%;

    position: relative;

    margin: auto;

    height: 100vh;

}



/* Next & previous buttons */

.prev,

.next {

    cursor: pointer;

    position: absolute;

    top: 50%;

    width: auto;

    padding: 16px;

    margin-top: -22px;

    color: white;

    font-weight: bold;

    font-size: 18px;

    transition: 0.6s ease;

    border-radius: 0 3px 3px 0;

    user-select: none;

}



/* Position the "next button" to the right */

.next {

    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);

}



/* Caption text */

.text {

    color: #f2f2f2;

    font-size: 15px;

    padding: 8px 12px;

    position: absolute;

    bottom: 8px;

    width: 100%;

    text-align: center;

}



/* Number text (1/3 etc) */

.numbertext {

    color: #f2f2f2;

    font-size: 12px;

    padding: 8px 12px;

    position: absolute;

    top: 0;

}



/* 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;

}


/* Fading animation */

.fade {

    animation-name: fade;

    animation-duration: 1.5s;

}



.fade:not(.show) {

    opacity: unset !important;

}



@keyframes fade {

    from {

        opacity: .4

    }



    to {

        opacity: 1

    }

}



/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {



    .prev,

    .next,

    .text {

        font-size: 11px

    }

}

.main-banner img{
    width: 35% !important;
}
@media only screen and (max-width: 560px) {
    .main-banner img{
        width: 100% !important;
    }
}

/*custom */

.mainlogo{
    text-align: center;
    margin-top: 1vh;
    position: fixed;
}

.mainlogo img{

  width: 100px; 

}
.about-sections {
    /*height: 92vh;*/
    top: 8vh;
    position: relative;
    text-align: center;
}
.kavac-img{
    width: 90% !important;
}

.sidebar-wrapper {

    width: 75px;

    height: 100vh;

    position: fixed;

    bottom: 0;

    top: 0px;

    background: #fff;

    border-right: 0 solid #e4e4e4;

    z-index: 11;

    box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 12%) !important;

    transition: all .2s ease-out;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}

.mailsection{
    margin-left: 4%;
    text-align: center;
    justify-content: center;
    display: flex;
}
.kavac-img {
    width: 25% !important;
}
@media only screen and (max-width: 560px) {
    .mailsection{
        margin-left: 18%;
    }
    .kavac-img {
        width: 100% !important;
    }
}

.sidemenu-content {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}



.sidemenu li {

    list-style: none;

}



.sidemenu-img {

    width: 50px;

}

.main-banner {
    height: 92vh;
    position: relative;
    background-image: url(../mahakaal/banner6.jpg);
    background: background-repeat: no-repeat;
    z-index: -1;
    top: 3vh;
    background-size: cover;
}
.main-banner img{
    width: 100%;
}

.main-banner.marketing-home .hero-content h1 {

    color: #fff;

}

.main-banner .hero-content h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.main-banner .hero-content p {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    padding: 12px;
    margin-bottom: 35px;
    text-justify: ce;
    text-align: center;
}

.btn-primary {

    color: #5a3902;

    border: none;

    background-color: #fff;

    padding: 14px 21px;

}

.about-section{

  text-align: center;

}

.about-section-content{

  margin-top: 20px;

}

.about-section-content p{

  padding: 5px;

}

.benefit-types{

  padding: 20px;

  list-style: none;

  line-height: 22px;

}

.btn-secondary {

    color: #fff;

    border: none;

    background-color: #5a3902;

    padding: 14px 21px;

}

.benefit-types li{

  font-size: 22px;

  margin-top: 23px;

  color: #5a3902;

}

.benefit-button{

  text-align: center;

}

.blockquote {
    position: relative;
    font-size: 18px;
    color: #7E4555;
    background-position: center;
    border-left: 2px solid #7E4555;
    transition: .3s;
    box-shadow: none;
    padding: 1px 14px 0px;
    text-align: center;
    background: #f6f2e9;
}

.blockquote:before {

    content: "";

    position: absolute;

    left: 7px;

    top: 50%;

    transform: translateY(-50%);

    width: 2px;

    height: 80px;

    background-color: #7E4555;

}

.blockquote:after {

    content: "";

    position: absolute;

    left: -9px;

    top: 50%;

    transform: translateY(-50%);

    width: 2px;

    height: 80px;

    background-color: #7E4555;

}

.method-sections {

  margin-left: 20px;

}

.method-section p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #5a3902;
    letter-spacing: 1px;
}

.customer-feedback{
    
  padding: 20px;

    text-align: center;

    background-color: #f6f2e9;

}

.single-feedback-box {
    margin-top: 50px;
    background: #ffffff;

    -webkit-box-shadow: 0 10px 50px 0 rgb(46 65 90 / 10%);

    box-shadow: 0 10px 50px 0 rgb(46 65 90 / 10%);

    margin-bottom: 30px;

    border-radius: 5px;

    position: relative;

    padding: 24px 11px 25px 5px;

}

.single-feedback-box .client-info img {

    width: 80px !important;

    height: 80px;

    border-radius: 50%;

    border: 3px solid #ffffff;

}

.client-info h3{

  color: #5a3902;

}

.inquiryform-banner{
    height: 92vh;
    position: relative;
    text-align: center;
    background-image: url(../mahakaal/banner6.jpg);
    background-size: cover;
}

.analysis-form{

  padding: 24px;

}

.form-group{

  margin-top: 10px;

}

.form-group label{

  color: #fff;

}

@media only screen and (min-width: 660px) {

  .displaytype{

    display: none;

  }

}

.sidemenu-content span{

    color: #5a3902;

}
.sidemenu .navigation a.active {
    font-weight: 700;
    transform: scale(1.2);
}