input {

/* height: 40px; */

padding: 15px 15px;

margin: 7px 0px;

width: 100%;

border-radius: 4px;

}

textarea{

padding: 15px 15px;

margin: 7px 0px;

width: 100%;

border-radius: 6px;

outline: 1.5px solid;

resize: none;

}



a.btn.btn-dark_2 {

font-weight: bold;

margin: 7px 0px;

border-radius: 4px;

width: 80%;

background-color:#1823aa;

color: white;

}

.btn.btn.dark{

    background-color: #1823aa;

    padding: 12px;

}

.row{

    align-items: center;

}

/* a.nav-link{

   

} */

.top-nav {

    background: rgb(255,255,255,.9);

}

.nav-sec .nav-link {

    color: #2c0c60;

    font-weight: 600;

}

.about-btn {

    background-color: #1823aa;

    padding: 10px 40px;

}

.sub-btn {

    background-color: #31064d;

    color: #fff;

    padding: 10px 5px;

}

#contact-form .form-control {

    margin-bottom: 10px;

    height: calc(1.5em + 1.5rem + 2px);

}

#contact-form textarea {

    border: 1px solid #ced4da;

    outline: none;

}

.about-btn {

    background: #2c0c60;

}

.color-change h3 {

    border-top: 1.4px solid #2c0c60;

}

.slide-caption h1 {

    color: #fff;

    font-size: 55px;

    margin-bottom: 30px;

}

.slide-caption p {

    color: #fff;

    font-weight: 400;

}

.slide-caption .about-btn {

    background: transparent;

    padding: 12px 40px;

    margin-top: 20px;

    border: 2px solid #fff;

}

.carousel .slide-caption {

    display: flex;

    justify-content: center;

    align-items: center;

}

.carousel .slide-caption {

    position: absolute;

    right: 15%;

    bottom: 0px;

    left: 15%;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    color: #fff;

    text-align: center;

    top: 50%;

    transform: translateY(-50%);

}

.align-position {

    align-items: flex-start;

}

.align-position .display-1 {

    font-size: 4rem;

}

.logo-img {

    width: 35%;

}

#contact-form {

    margin-top: 30px;

}

#contact-form textarea {

    resize: none;

    height: calc(1.5em + 5.5rem + 2px) !important;

}

#contact-form .sub-btn {

    background: #212529;

    color: #fff;

    padding: 12px 2px;

}

.nav-sec .nav-link {

    color: #2c0c60 !important;

}

.help-block {

    color: red;

}
.cursor-change {
    cursor: default;
}
.link-fancy:hover {
    text-decoration: none;
}
/* ---------------------new-code------------ */
.slick-prev{
    position: absolute;
    top: 50%;
    left: -25px;
    width: auto;
    border-radius: 50%;
    padding: 0px 10px;
    background: white;
}
.slick-next{
    position: absolute;
    top: 51%;
    left: 99%;
    width: auto;
    border-radius: 55px;
    /* padding: opx 10px; */
    padding: 0px 10px;
    background: white;
}

@media (max-width: 425.98px) {
    .slick-prev{
        top: 55%;
        left: 0px;
        background: transparent;
    }
    .slick-initialized .slick-slide {
        padding: 24px;
    }
    .slick-next{
        top: 55%;
    left: 88%;
    background: transparent;
    }
    .cont{
        min-height: 650px;
        font-size: 15px;
    }
}

.cont{
    min-height: 300px;
}

.pro{
   
    text-align:center ;
    padding: 3rem!important;
}
.abo{
    text-align: center;
    padding-bottom: 30px;
    font-weight: 370;
    font-size: 2.5rem;
}


@media (max-width: 767.98px) { .cont{
    min-height: 200px;
    font-size: 15px;
} 
.contac{
    -webkit-transform:rotate(0deg) !important;
}
.pro{
    text-align: start;
    padding-left: 20px !important;
}
}

@media (min-width: 320px) and (max-width: 350px) { 
 
    .pro{
        text-align: start;
        padding-left: 20px !important;
    }

    
}


@media (min-width: 767.98px) and (max-width: 991.98px) { 
    .cont{
        min-height: 400px;
    }
    .contac{
        -webkit-transform:rotate(0deg) !important;
    }
    
}

@media(min-width: 991.98px) and (max-width: 1199.98px) { 
    .cont{
        min-height: 300px;
    }
    
    
 }
 

.contac{
    -webkit-transform: rotate(-90deg);
    position: absolute; 
     font-size: 50px;
      line-height: 1.2; 
      opacity: .4;
       margin-top: -46px;
}
/* -----------------------------------new-code-end---------------- */