/*-------------------------------------------------------------------------------------
Theme Name  : PROSHANTI
Theme URI   : https://proshanti.com
Description : Proshanti | Best Meditation Software In Bangladesh.
Version     : 1.0
----------------------------------------------------------------------------------------*/

/*
---------------------------
    TABLE OF CONTENT
---------------------------
1.  TYPOGRAPHY
2.  HEADER WITH NAVBAR
3.  SLIDER SECTION
4.  WHY PROSHANTI SECTION
5.  ABOUT US SECTION
6.  CONTACT US SECTION
7.  FOOTER SECTION
8.  RESPONSIVE SECTION
9.  EXTRAS SECTION
*/

/* START TYPOGRAPHY */

*{
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-os-font-smoothing:grayscale;
}

html {
    font-family:sans-serif;
    padding:0;
    margin:0
}

body {

    font-family: 'Overlock', cursive;
    padding:0;
    margin:0;
    background-color:#ffffff;
}

h1,h2,h3,h4,h5,h6,p {
 margin:0;
 font-weight:500
}

img{
    max-width: 100%;
    display: block;
    height:auto;
}

ul,li{
    margin:0px;
    padding:0px;
    list-style: none;
}

a,a:hover
{
    text-decoration: none;
    transition: all 0.5s ease-in;
}
.heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
}
.heading h2{
    font-weight: 700;
}

.heading-icon {
    position: relative;
    width:300px;
}

.heading img {
    background: #fff;
    padding: 14px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
}
.heading-icon::after,
.heading-icon::before {
    border-top-width: 1px;
    border-top-color:#159f4c;
    position: absolute;
    content: "";
    right:0;
    top:50%;
    left:0;
}
.heading-icon::after{
    top:55%;
    border-top-style: solid;
}
.heading-icon::before{
    border-top-style: dashed;
}
.wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
}

/* END TYPOGRAPHY */

/* START HEADER WITH NAVBAR */

header.header-main{
    width:100%;
    position:relative;
}
header.header-sticky .navbar
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    right:0;
    z-index: 9999;
    background-color: #fff !important;
    box-shadow: 0 4px 6px 0px rgba(12,0,46,.05);
    -moz-box-shadow: 0 4px 6px 0px rgba(12,0,46,.05);
    -o-box-shadow: 0 4px 6px 0px rgba(12,0,46,.05);
    -webkit-box-shadow: 0 4px 6px 0px rgba(12,0,46,.05);
}

.logo img{
    width:240px;
    height:auto;
}
.navbar{
    background:#ffffff;
    padding-top:15px;
    padding-bottom:15px;
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear ;
}
.navbar-brand {
    display:flex;
    align-items:center
}

.nav-link-menu{
    font-family: 'Overlock', cursive;
    font-size:1.2em;
    font-weight: 600;
    line-height: 1;
    color:#606060;
    margin-left:15px;
    margin-right:15px;
    transition: all 0.5s ease-in;
}
.nav-item.active .nav-link-menu,
.nav-link-menu:hover{
    color:#159f4c;
}

.learn-more-btn{
    border:1px solid #159f4c;
    font-size:18px;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    color:#159f4c;
    padding:7px 15px;
    border-radius: 2px;
    transition: all 0.5s ease-in-out;
}
.learn-more-btn:hover{
    background: #159f4c;
    color:#fff;
}

.navbar-toggler-icon {
    background-image: url(../images/menu.png);
}

/* END HEADER WITH NAVBAR */


/* START SLIDER SECTION */

.slider-section{
    background-image: url(../images/slider_bg.jpg);
    background-size:cover;
    position: relative;
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-captions h1{
    color:#fff;
    font-size:60px;
    font-weight: 800;
    margin-bottom:15px;
    -webkit-animation: fadeInLeft 300ms linear 300ms both;
    -moz-animation: fadeInLeft 300ms linear 300ms both;
    -o-animation: fadeInLeft 300ms linear 300ms both;
    -ms-animation: fadeInLeft 300ms linear 300ms both;
    animation: fadeInLeft 300ms linear 300ms both;
}
.slider-captions h4{
    color:#fff;
    font-size:30px;
    line-height: 1.5;
    font-weight: 600;
    -webkit-animation: fadeInUp 400ms linear 400ms both;
    -moz-animation: fadeInUp 400ms linear 400ms both;
    -o-animation: fadeInUp 400ms linear 400ms both;
    -ms-animation: fadeInUp 400ms linear 400ms both;
    animation: fadeInUp 400ms linear 400ms both;
}
/* END SLIDER SECTION */


/* START WHY PROSHANTI SECTION */

.why-proshanti-section{
    padding:80px 0px;
    display: block;
    width:100%;
    background: url(../images/why_proshanti_bg.jpg) center top repeat-x;
}
.why-proshanti-content h4,
.why-proshanti-section .heading h2{
    color:#136ea1;
    font-weight: 700;
}

.why-proshanti-section .heading-icon::after,
.why-proshanti-section .heading-icon::before
{
    border-color:#136ea1;
}

.why-proshanti-content{
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top:80px;
}
.why-proshanti-content .content-icon{
    position: relative;
    height: 160px;
    width: 160px;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    border: 5px dotted #136ea1;
    border-radius: 50%;
    margin-top:50px;
    transition: all 0.5s ease-in;
}
.why-proshanti-content .content-icon:hover{
    transform:rotate(360deg);
}
.why-proshanti-content .content-details{
    position: relative;
    margin-top:80px;
}
.why-proshanti-content .content-details::before
{
    content: "";
    position: absolute;   
    left:0;
    width: 100%;
    top:-37%;
    border-bottom: 1px solid #136ea1;
}
.why-proshanti-content .content-details::after{
    content: "";
    position: absolute; 
    top:-40%;
    border-bottom: 1px dashed #136ea1;
    width: 100%;
    left:0;
}

/* END WHY PROSHANTI SECTION */


/* START ABOUT US SECTION */

.about-us-section{
    padding:80px 0px;
    display: block;
    width:100%;
    background: rgb(169,181,218);
    background: linear-gradient(360deg, rgba(169,181,218,1) 0%, rgba(255,255,255,1) 70%);
}
.about-us-section .heading h2{
    color:#425cae;
}
.about-us-section .heading-icon::after,
.about-us-section .heading-icon::before
{
    border-color:#a9b5da;
}
.about-content{
    margin-top: 80px;
}
.about-content h3{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color:#425cae;
}
.about-content p{
    text-align: justify;
    color:#404040;
    line-height: 1.5;
    font-size: 22px;
}
.about-us-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    height: 100%;

}
.about-us-image img{
    box-shadow:10px 5px 10px rgba(0,0,0,.15);
    margin-bottom: 20px;
}

/* END ABOUT US SECTION */


/* START CONTACT US SECTION */

.contact-us-section{
    display: block;
    width:100%;
}
.contact-us-section .heading{
    margin:80px 0px;
}
.contact-us-section .heading h2{
    color:rgb(102,102,102);
}

.contact-us-section  .heading-icon::after,
.contact-us-section  .heading-icon::before
{
    border-color:rgb(102,102,102);
}

.contact-us-container-section{
    background: rgb(102,102,102);
}
.contact-us-content,
.contact-us-heading{
    margin:30px 0px;
}

.contact-us-heading h4{
    border-bottom: 1px dashed #fff;
    display: inline-block;
    color:#fff;
    font-weight: 700;
    padding-bottom: 10px;
}
.contact-address-section{
    background: #333;
}
.contact-address{
    margin-top:20px;
}

.contact-address .icon{
    width:50px;
    height: 50px;
    padding:10px;
    margin-right: 10px;
    font-size:25px;
    position: relative;
    top:5px;
}
.contact-address li{
    color:#fff;
    border-bottom: 1px dotted rgba(255,255,255,0.1);
    padding:15px 0px;
    display:block;
}
.contact-address li:last-child{
    display: flex;
    border-bottom: 0px;
}
.contact-social-links{
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: left;
    height: 100%;
    margin-top:20px;
}
.contact-social-links a i{
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    background: #333;
    margin: 0px 10px;
    font-size: 18px;
    padding:15px;
    color:#fff;
}

/* END CONTACT US SECTION*/

/* 6. START FOOTER SECTION */

footer.footer-main{
    padding:30px 0px;
    background: #666666;
    color:#fff;

}
footer.footer-main p{
    font-size:18px;
    font-weight: 700;
}
footer.footer-main a{
    color:#fff;
    font-weight: 700;
}
/* END FOOTER SECTION */

/*START RESPONSIVE SECTION */

@media (max-width: 991.98px) { 

    .navbar {
        background-color:#fff;
        -webkit-box-shadow:0 4px 6px 0 rgba(12,0,46,.05);
        box-shadow:0 4px 6px 0 rgba(12,0,46,.05);
        padding-top:0px;
        padding-bottom: 0px;
    }

    .navbar-brand img {
        width:150px ;
        padding:10px 0
    }
    .navbar-collapse{
        padding:20px 0px 40px;
        background:#fff;
    } 
    header.header-sticky .navbar{
        height: auto;
    }
    .navbar-nav .nav-link{
        margin-top:10px;
        margin-bottom: 10px;
    }
    .slider-captions h1{
        font-size:30px;
    }
    .slider-captions h4{
        font-size:18px;
    }
    .about-content p{
        margin-bottom: 30px;
    }
    
    .learn-more-btn{
        position: relative;
        top: 10px;
        left: 15px;
    }
}

/* END RESPONSIVE SECTION */

/*START EXTRAS SECTION */

.scrollup i 
{
    color:#b5b5b5;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    width: 38px;
    height: 38px;
    bottom: 15px;
    right: 15px;
    position: fixed;
    text-align: center;
    background-color: #ffffff;
}

#appMsgModal .modal-header
{
    border:0px;
}

#appMsgModal .modal-body i{
    display: flex;
    justify-content: center;
    color: #159f4c;
    font-size: 150px;
	margin-bottom:20px;
}
#appMsgModal .modal-body p{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 40px;
}

/* END EXTRAS SECTION */
