*{
    padding: 0px;
    margin: 0px;
}
img{
    max-width: 100%;
    height: auto;
}
p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;    
    letter-spacing: -0.015em;    
    color: rgba(0, 0, 0, 0.8);
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}
.header {
    text-align: center;
    padding: 20px;
}
.logo_sec img {
    max-width: 100%;
    height: auto;
}
.header_title {
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.header_title:before {
    content: "";
    position: absolute;
    border-top: 1px solid #000000;
    display: block;
    width: 100%;
    top: 50%;
}
.header_title span {
    background: #fff;
    position: relative;
    padding: 0 10px;
    font-family: 'Tenor Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.015em;    
    color: #000000;
}
.banner_sec{
    background: #E7F3FF;
}
.menu_sec {
    text-align: center;
}
.menu_sec .menu {
    margin: 0 auto;
    padding: 20px 0;
}
.menu_sec .menu li {
    display: inline-block;
    padding: 0 10px;
}
ul.login_menu {
    margin-right: 50px;
    float: right;
    margin-top: -45px;
}
.login_menu li {
    display: inline-block;
    padding: 0 10px;
}
.menu_sec img.arrow {
    max-width: 20px;
}
.menu_sec a {
    color: #6C6C6C;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.menu_sec a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #1D3B57;
    border-bottom: 1px solid;
}
.menu_sec a.active{
    font-weight: bold;
    color: #1D3B57;
    border-bottom: 1px solid;
}
.banner_innersec {
    padding: 50px 0 0px 0;
    /* background: url(../images/banner_img.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain; */
}
.banner_leftsec h1 {
    font-weight: normal;
    font-size: 56px;
    line-height: 130%;
    color: #000000;
    font-family: 'Tenor Sans', sans-serif;
}
.banner_leftsec h1 span {
    background: #fff;
}
.banner_leftsec h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-top: 30px;
}
.banner_leftsec p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;    
    letter-spacing: -0.015em;    
    color: rgba(0, 0, 0, 0.8);
}
.primery_btn {
    background: #1D3B57;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    width: 170px;
    display: block;
    height: 60px;
    border-radius: 8px;
    background-image: url(../images/vector.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding: 15px;
}
.primery_btn:hover{
    color: #fff;
    background-color: #4d6478;
    text-decoration: none;
}
.query_sec {
    margin: 40px 0;
    float: left;
    width: 100%;
}
.query_innersec {
    background: #BFD5EB;
    padding: 25px;
    border-radius: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
}
.query_innersec p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.8);
    padding: 0 30px;
}
.quiz_btn.primery_btn {
    width: 195px;
}
.vocabulary_sec .header_title{
    text-align: center;
    max-width: 70%;
}
.box_sec {
    padding: 0 45px;
}
.box_sec_container{
    width: 40%;
    float: left;
}
.box_header {
    position: relative;
}
.box_header .circle {
    max-width: 90%;
}
.box_header .shapes {
    position: absolute;
    left: -45px;
    top: 25%;
}
.box_desc h4{
    margin-top: 20px;
}
.vocabulary_first_sec {
    margin-top: 30px;
    float: left;
    width: 100%;
    background: url(https://dwhof3b01bf29.cloudfront.net/images/Dome.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 26%;
}
.box_header .shapes.cube {
    left: -70px;
}
.knowmore.primery_btn {
    margin-bottom: 20px;
}
.left_margin{
    margin-left: 20%;
}
.vocabulary_last_sec {
    padding-top: 70px;
    float: left;
    width: 100%;
    background: url(https://dwhof3b01bf29.cloudfront.net/images/CheeseHalf.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 22%;
}
.LatestArticles_sec {
    float: left;
    width: 100%;
    padding-top: 60px;
}
.Latest_datesec {
    padding: 15px 0;
    float: left;
    width: 100%;
}
.calendar_sec {
    float: left;
    padding-right: 15px;
    border-right: 2px solid #747474;
}
.comments_sec {
    float: left;
    padding-left: 15px;
}
.Latest_datesec .date_info {
    padding-left: 11px;
    top: 3px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.12em;    
    color: #747474;
}
.Latest_desc {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #747474;
    margin-bottom: 15px;
}
.Latest_desc h4 {
    font-size: 22px;
    line-height: 33px;
}
.Latest_desc p {
    font-size: 16px;
    line-height: 25px;
    color: #747474;
    margin: 0;
}
.Latest_readmore_sec .readmore_btn{
    width: 135px;
    height: 50px;
    background-size: 20px;
    font-size: 13px;
    line-height: 50px;
    font-weight: 600;
    padding: 0 15px;
    float: right;
}
.user_sec {
    float: left;
    line-height: 50px;
}
.user_sec .username {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    color: #747474;
    padding-left: 10px;
}
.Latest_readmore_sec {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.LatestArticles_innersec {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.Latestbox_sec.margin_topsec {
    margin-top: 30%;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #f1f1f1;
}
.publication-link {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(112,112,112,1);
    line-height: 15px;
}
.publication-link a {
    padding: 0 15px;
    border-right: 1px solid;
    color: rgba(112,112,112,1);
}
.publication-link a:last-child {
    border-right: 0;
}
.copyright {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(112,112,112,1);
    margin-bottom: 0px;
}
.vocabulary_sec {
    float: left;
    width: 100%;
}

.navbar_sec .menu {
    padding-top: 0px;
}
.ad_sec {
    height: 60%;
    background: none;
}
.article_details .Latest_desc{
    border-bottom: 0px;
    padding: 0px;
    margin: 0px;
}
.article_details .Latest_desc h4{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    color: #195A94;
    margin-top: 10px;
    margin-bottom: 20px;
}
.article_details .Latest_desc p{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #747474;
}
.article_details .Latest_datesec .date_info{
    font-size: 23.1705px;
    text-align: center;
    letter-spacing: 0.12em;    
    color: #747474;
}
.article_details .Latest_readmore_sec{
    padding-top: 25px;
    border-top: 1px solid #747474;
    margin-bottom: 20px;
}
.article_details .Latest_datesec {
    padding: 25px 0;
}
.article_details .Latest_readmore_sec .readmore_btn{
    width: 230px;
    height: 80px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22.1px;
    line-height: 80px;
    padding: 0 25px;
    background-size: 40px;
}
.article_details .user_sec .username{
    font-size: 24px;
    line-height: 51px;
}
.article_details .user_sec img{
    width: 68px;
}
.article_details1{
    padding-top: 20px;
}
.article_details{
    float: left;
    width: 100%;
}
.desktop_hide {
    display: none;
}
.carousel{
    padding-bottom: 80px;
}
.carousel .row{
    align-items: center;
    min-height: 460px;
}
.carousel-indicators li{
    background: rgba(29, 59, 87, 0.18);
    width: 70px;
    height: 10px;
}
.carousel-indicators li{
    background: rgba(29, 59, 87, 0.18);
    width: 70px;
    height: 10px;
}
.carousel-indicators .active{
    background: #1D3B57;
}

/******* Media Query Section ********/
@media (min-width: 1400px){
    .container {
        max-width: 1340px;
    }
    .carousel .row{
        min-height: 530px;
    }
}
@media only screen and (max-width:1024px){
    .Latest_datesec .date_info {
        padding-left: 5px;
    }
    .calendar_sec{
        padding-right: 10px;
    }
    .comments_sec {
        padding-left: 10px;
    }
    .vocabulary_last_sec {
        background-size: 18%;
    }
    .banner_innersec{
        background-position: right -205px center;
    }
    .banner_leftsec h1 {
        font-size: 48px;
    }
    img.q_image {
        max-width: 150px;        
    }
    .query_innersec p{
        font-size: 25px;
        line-height: 45px;
    }
    .article_details .Latest_desc h4{
        font-size: 30px;
        line-height: 30px;
        margin-top: 25px;
        margin-bottom:  15px;
    }
    .article_details .Latest_desc p{     
        font-size: 24px;
        line-height: 35px;
    }
    .article_details .Latest_datesec .date_info {
        font-size: 18px;
    }
    .ad_sec{
        background: none;
    }
}
@media only screen and (max-width:991px){
    .box_sec_container {
        width: 100%;
    }
    .left_margin {
        margin-left: 0%;
    }
    ul.login_menu { 
        margin-top: 0px;
    }
    .query_innersec {
        text-align: center;
        display: block;
        padding: 20px;
    }
    img.q_image {
        max-width: 120px;
        margin-bottom: 20PX;
    }
    .quiz_btn.primery_btn {
        text-align: left;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .knowmore.primery_btn {
        margin-bottom: 30px;
    }
    .vocabulary_sec .header_title {
        max-width: 100%;
    }
    .banner_innersec{
        background-position: right -205px center;
    }
    .article_details .Latest_desc h4{
        font-size: 36px;
        line-height: 36px;
        margin-top: 25px;
        margin-bottom:  15px;
    }
    .article_details .Latest_desc p{     
        font-size: 18px;
        line-height: 27px;
    }
    .article_details .Latest_datesec .date_info{
        font-size: 14px;
    }
    .article_details .Latest_readmore_sec{
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .article_details .Latest_datesec {
        padding: 15px 0;
    }
    .article_details .Latest_readmore_sec .readmore_btn{
        width: 145px;
        height: 60px;
        font-size: 14px;
        line-height: 60px;
        padding: 0 15px;
        background-size: 20px;
    }
    .article_details .user_sec .username{
        font-size: 16px;
        line-height: 27px;
    }
    .article_details .user_sec img{
        width: auto;
    }
    .banner_leftsec h1 {
        font-size: 35px;
    }
}
@media only screen and (max-width:767px){
    .query_innersec {
        text-align: center;
        display: block;
        padding: 20px;
    }
    .box_sec_container {
        width: 100%;
    }
    .left_margin {
        margin-left: 0%;
    }
    .menu_sec .menu li { 
        padding: 0 5px;
    }
    ul.login_menu {
        margin-right: 0;
        float: none;
        margin-top: 0;
    }
    .banner_innersec {
        padding: 0px  0 0px 0;
        background-image: none;
        /* margin-top: -20px; */
   }
    img.q_image {
        max-width: 100px;
        margin-bottom: 20PX;
    }
    .query_innersec p{
        font-size: 22px;
        line-height: 35px;
        padding: 0;
    }
    .quiz_btn.primery_btn {
        text-align: left;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 145px;
        font-size: 13px;
        background-size: 20px;
        height: 50px;
        padding: 0 15px;
        line-height: 50px;
    }
    .box_header .shapes{
        max-width: 100px;
        left: -45px !important;
    }
    .knowmore.primery_btn {
        margin-bottom: 30px;
    }
    .Latestbox_sec.margin_topsec {
        margin-top: 0px;
    }
    p {
        font-size: 16px;
        line-height: 27px;
    }
    h4 {
        font-size: 22px;
        line-height: 34px;
    }
    .banner_leftsec h4 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }
    .banner_leftsec p {
        font-size: 14px;
        line-height: 22px;
    }
    .banner_leftsec h1{
        font-size: 26px;
    }
    .LatestArticles_sec {
        padding-top: 15px;
    }
    .primery_btn {
        text-align: left;
        width: 130px;
        font-size: 13px;
        background-size: 20px;
        height: 50px;
        padding: 0 15px;
        line-height: 50px;
    }
    .vocabulary_sec .header_title span{
        display: inline-block;
        max-width: 80%;
    }
    .desktop_hide {
        display: block;
    }
    .carousel .row .col-md-7{
        order: 2;
    }
    .carousel .row .col-md-5{
        order: 1;
        text-align: center;
    }
    .banner_img {
        max-width: 400px;
        width: 100%;
        margin-bottom: 20px;
        height: 150px;
    }
}
@media screen and (max-width: 576px){
    .publication-link a {
        padding: 0 3px;
    }
    .publication-link{
        font-size: 10px;
    }
    .copyright{
        font-size: 10px;
    }
    .menu_sec a {
        font-size: 12px;
        line-height: 18px;
    }   
    .menu_sec .menu {
        padding-bottom: 10px;
    }
    .Latest_desc p {
        font-size: 14px;
        line-height: 25px;
    }
    .Latest_desc h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .vocabulary_sec .header_title span{
        font-size: 22px;
        line-height: 26px;
        display: inline-block;
        max-width: 80%;
    }
    .header_title span{
        font-size: 22px;
        line-height: 32px;
    }
    .header .header_title {
        margin-top: 8px;
        line-height: 22px;
    }
    .carousel-indicators li{
        width: 50px;
        height: 8px;
    }
    .carousel .row{
        min-height: 400px;
    }
}