@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
*{
    font-family: 'Poppins', sans-serif;
}
.header {
    overflow: hidden;
    /* background-color: #1984a5; */
    padding: 20px 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header a {
    float: left;
    color: white;
    /*text-align: center;*/
    padding: 12px;
    text-decoration: none;
    font-size: 18px; 
    line-height: 25px;
    font-size: 16px;
    /*border-radius: 4px;*/
    transition: 0.3s;
}

.header a.logo {
    font-size: 25px;
    font-weight: bold;
    padding: 7px 0px;
    border: none !important;
}
.header a.dwnld-btn{
    color: rgb(5, 5, 5);
    padding:10px 20px;
    /* text-decoration: underline; */
    border-radius: 4px;
    font-weight: bold;
    border: 2px solid white;transition: 0.3s;
    display: flex;
    align-items: center;
    background: #f7924f;
}
.left-content a.dwnld-btn{
    color: white;
    padding: 10px 20px;display: block;
    border-radius: 4px;
    font-weight: bold;
    border: 2px solid white;
    transition: 0.3s;
    text-align: center;
}
.left-content a.dwnld-btn:hover{
    color: #1984a5;
    background: white;
    text-decoration: none;
}
.header a.dwnld-btn svg{
    fill: white;
    width: 15%;
    margin-right: 11px;
}
.header a.dwnld-btn:hover svg{
    fill: #1984a5;
}
.header a.dwnld-btn:hover{
    background-color: white;
    color: #1984a5;
}
.header a img{
    width: 84%;
}
.header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header ul li{
    display: inline-block;
    margin: 0px 25px;
    padding: 5px 0;
    text-align: center;
}
.header ul li a {
    color: #fff;
    /* width: 100%; */
    text-decoration: none;
    text-transform: uppercase;
}
.header ul li a:hover {
    color: #fdd241;
}
.header ul li.active a {
    color: #f7924f;
    /* font-weight: bold; */
}

/*.header a:hover {
    background-color: #ddd;
    color: #f3e535;

    border-bottom: 2px solid #f3e535;
}

.header a.active {
    border-bottom: 2px solid #f3e535;
    font-weight: bold;
    color:  #f3e535 !important;
}*/

/*.header-right {
    padding: 10px 0px;
}*/
.header-center{
    /*text-align: center;*/
    /* width: 100%; */
    /* display: flex; */
    /*padding: 10px 0px;*/
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header a.dwnld-btn{
        padding: 10px;
    }
    .header-right {
        float: none;
    }
}
.main-section h1{
    font-size: 55px;
    font-weight: bold;
    margin: 0px;
    color: white;
    line-height: 90px;
}
.main-section p{
    color: #e5e4e4;
    font-size: 20px;
    margin: 30px 0px 40px;
    line-height: 44px;
}
.main-section .left-content{
    padding: 50px 0px;
}
.main-section .right-content{
    /* border-radius: 50%;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(47 111 131)); */
}
.main-section .right-content img{
    width: 718px;
}
.main-section{
    /* background: #1984a5; */
    /* padding: 150px 0px 60px 0px;
    background: url(images/Deoghar-wallpaper.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}
.main-section img{
    width: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /* filter: drop-shadow(0px 0px 4px #4a4a4a); */
    /* background: #1984a5; */
    background-image: linear-gradient(to right, #532ca3 , #2d97e5);
}
.main-section-top{
    background-color: #00000096;
    padding: 0px 45px;    border-radius: 15px;
}

/* .main-section a:hover{
    transform: scale(1.1);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
} */
.second-block{
    padding: 35px;
    text-align: center;
}
.second-block a{
       text-decoration: none;
    padding: 20px 40px;
    background: #fdd241;
    border-radius: 8px;
    color: black;
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-bottom: 40px !important;
    width: 25%;transition: 0.3s;
    margin: auto;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
}
.second-block a:hover{
    background: #d6ae25;
}
.second-block h1,.third-block h1, .fourth-block .fourth-left h1, .third-section h1, .sixth-block h1{
    font-size: 45px;
    font-weight: 500;
    margin: 30px 0px;
    color: #4b4b4b;
    line-height: 60px;
}
.second-block h1 span,.third-block h1 span, .fourth-block .fourth-left h1 span, .third-section h1 span, .sixth-block h1 span{
    color: #1984a5
}
.second-panel-box{
    padding: 30px;
    background: white;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    height: 340px;
    transition: 0.3s;
}
.second-block h2{
    font-size: 22px;
    /*font-weight: bold;*/
    margin-bottom: 28px;
}
.second-block h2 span{
    font-weight: bold;
}
.second-panel-box:hover{
    background: #1984a5;
    color: white;
}
.second-block h4{
    margin: 40px 30px 0;
    font-size: 14px;
    line-height: 24px;
    /*    text-align: center;
        font-size: 18px;
        padding: 20px 1px;
        line-height: 31px;*/
}
.second-block img{
    width: 45%;
    /*                background: white;
                    padding: 43px;
                    border-radius: 130px;
                    filter: drop-shadow(0px 0px 8px #8d8d8d);*/
}
.second-block p{
    font-size: 20px;
    margin: 30px 0px 40px 0px;
    color: gray;
    text-align: justify;
}
/*.vertical-divider{
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    background-clip: border-box;
}*/
.third-block{
    background: #f2f2f2;
    padding: 50px 0px;
}
.third-block h1{
    /*    font-size: 45px;
        font-weight: 500;
        margin: 30px 0px;
        color: #4b4b4b;
        line-height: 60px;*/
    text-align: center;
}
/*.third-block h1 span, .fourth-block .fourth-left h1{
    color: #1984a5;
}*/
.third-block .feature-box{
    display: flex;
    background: #ffffff;
    margin: 20px 0px;
    padding: 25px;
    filter: drop-shadow(0px 0px 3px #efefef);
    border-radius: 12px;
    transition: 0.3s;
    height: 190px;

}
.third-block .feature-box:hover{
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
}
.third-block .feature-box img{
    width: 75%;
    padding: 6px;
    background: #f2f2f2;
    border-radius: 50%;
}
.third-block .feature-box h2{
    color: #191b35;
    font-size: 24px;
    margin: 0;
    font-weight: 500;
}
.third-block .feature-box p{
    color: #a29b9b;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}
.third-block .feature-img{
    width: 20%;
    /*    display: flex;
        align-items: center;*/
}
.third-block .feature-data{
    width: 80%;
}
.fourth-block{
    padding: 100px 0px;
    background: #f2f2f2;
}
.fourth-block .fourth-left{
    padding: 70px 0px;
}
/*.fourth-block .fourth-left h1{
    font-size: 45px;
    font-weight: 500;
    margin: 30px 0px;
    color: #4b4b4b;
    line-height: 60px;
}
.fourth-block .fourth-left h1 span{
    color: #1984a5;
}*/
.fourth-block .fourth-left p{
    font-size: 20px;
    margin: 30px 0px 50px 0px;
    color: gray;
}
.fourth-block .fourth-left a{
    background: #fdd241;
    padding: 20px 40px;
    color: black;
    margin-top: 20px;
    display: block;
    border-radius: 10px;
    width: 39%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
}
.fourth-block .fourth-right{
    border-radius: 50%;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(146 227 253 / 14%));
}
.fourth-block .fourth-right img{
    width: 100%;

}
.pTB{
    padding: 50px 0px;
}


.third-section{
    padding: 70px 0px 50px 0px;
    background: #343536;
}
.third-section h1{
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}
.third-section .owl-theme .owl-controls .owl-page span{
    background: #ffffff;
}
.third-section .owl-theme .owl-controls .owl-buttons div{
    background: #ffffff;
    font-size: 19px;
    font-weight: bold;
    color: #1f83a3;
}

.owl-carousel .owl-item img {
    display: block;
    width: 17%;
    float: left;
    /*                border: 5px solid #fff;*/
    border-radius: 20px;
    margin-left: 54px;
    margin-right: 35px;
    margin-top: 15px;
}
.testimonial-item.equal-height.style-6 {
    background-color: #eee;
    border-radius: 10px;
    margin: 10px;
}
.cell-right {
    /*text-align: center;*/
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.testimonial-name {
    font-weight: 600;
}
.testimonial-content.quote {
    padding: 17px 55px;
    margin-top: 35px;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}
i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}





.wrapper {
    width: 60%;
}
/*
h1 {
  margin-bottom: 20px;
}*/

/*.container {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}*/
.sixth-block{
    padding: 100px 0px;
}
.question {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #f6f6f6;
    border-radius: 50px;
    margin: 10px 0px;
}

.question::after {
    content: "\002B";
    font-size: 22px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    background: #1984a5;
    padding: 10px;
    border-radius: 50px;
    width: 51px;
    text-align: center;
    color: white;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 25px;
    font-size: 16px;
    margin: 30px 0px 50px 0px;
    color: gray;
    border-bottom: 1px solid #d9d6d6;
}

.question.active + .answercont {
}
.sixth-block h1{
    text-align: center;
}
@media screen and (max-width: 790px){
    html {
        font-size: 14px;
    }

    .header a.dwnld-btn{
        padding: 10px;
        margin-left: 11px;
    width: 100%;
    }
    .fourth-block .fourth-left a, .main-section a{
        width: 100%;
    }
    .second-block{
        padding: 10px;
        text-align: left;
    }
    .second-block p{
        text-align: justify;
    }
    .second-panel-box{
        text-align: center;
        border: 1px solid gray;
        margin: 30px 0px;
    }
    .third-block{
        padding: 50px 0px;
    }
    .pTB {
        padding: 50px 0px;
        border-bottom: 1px solid #c9c5c5;
    }
    .cell-right{
        margin-right: 20px;
    }
    .wrapper{
        width: 100%;
    }
    .header ul li{
        width: unset;
        padding: 0px 0;
        margin: 0px -13px 0px 0px;
    }

}

.footer-section{
    background: black;
    color: white;
    padding: 40px;
    text-align: center;
}
.footer-section p{
    margin: 0;
    font-size: 18px;
    color: #c4bebe;
}

@media screen and (max-width: 790px){
    .header{
        position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #532ca3 , #2d97e5);
    }
    .header a img {
        width: 35%;
    margin-bottom: 20px;
    }
    .sticky{
        text-align: center;
    }
    .header a.logo{
        text-align: center;
    }
    .main-section img{
        padding-top: 160px;
    }
    .second-block a{
        width: 100%;
        text-align: center;
    }
    .fourth-block, .fourth-block .fourth-left, .pTB{
        padding-top: 0;
    }
    .remove-mob{
        display: none !important;
    }
}