@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";
@font-face {
  font-family: 'Avenir';
  src:  url('Avenir-85-Heavy_5167.ttf') format('truetype');
}

body {
    font-family: "Roboto";
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
    color: #000;
    letter-spacing: normal;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

h1 {
	font-family: 'Avenir', Fallback, sans-serif;
}

li {
    list-style: none;
}

a,a:focus,.slick-slide:focus {
    text-decoration: none;
    outline: none;
}

button,button:focus,input,input:focus {
    outline: none;
}

a.sc-gtsrHT.gfuSqG {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none;
}

a.sc-gtsrHT.gfuSqG:hover {
    color: #0086c5 !important;
}

a {
    color: #000;
}

a:hover {
    color: #0086c5;
    text-decoration: none;
    transition: .5s;
}

.form-control:focus {
    box-shadow: none;
}

li.subscribe-molile a {
    background-color: #012b65;
    color: #fff;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
}

li.subscribe-molile a:hover {
    background-color: #0086c5;
    color: #fff;
}

.toggle-mobile {
    position: absolute;
    right: 25px;
    top: 23px;
    display: none;
    z-index: 99999;
}

.toggle-mobile i {
    color: #000;
    cursor: pointer;
}

.toggle-mobile i:hover {
    color: #0086c5;
}

.nav-mobile {
    position: absolute;
    left: 25px;
    z-index: 9999;
    top: 23px;
}

.nav-mobile i {
    color: #000;
    transition: .5s;
    cursor: pointer;
}

.nav-mobile i:hover {
    color: #0086c5;
}

.toggle-overlay .nav-mobile i.fa.fa-times {
    display: block !important;
}

.toggle-overlay .nav-mobile i.fa.fa-bars {
    display: none !important;
}

.mobile-sec .toggle-mobile i.fa.fa-times {
    display: block !important;
}

.mobile-sec .toggle-mobile i.fa.fa-bars {
    display: none;
}

.col-lg-5.left-section.text-left {
    padding-left: 50px;
}

.top-header {
    padding: 10px 0;
    border-bottom: 1px solid #cac9c9;
    background-color: #f9f9f9;
}

.top-header li {
    display: inline-block;
}

.top-header li a {
    padding: 10px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
}

.top-header li a:hover {
    text-decoration: none;
}

.top-header a.btn {
    background-color: #012b65;
    color: #fff;
    padding: 5px 18px;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 16px;
}

.top-header a.btn:hover {
    background-color: #0086c5;
}

.top-header a.oAWay {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.top-header a.oAWay:hover {
    color: #0086c5;
}

.top-header .right-section ul {
    margin-top: 11px !important;
}

.top-header .left-section ul {
    margin-top: 5px !important;
}

.top-header .right-section a.Subscribe {
    background-color: #012b65;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 10px;
}

.post-left-section .week-post {
    position: sticky;
    top: 0;
}

.post-left-section .week-post a:hover {
    text-decoration: none;
}

.post-left-section .week-post h2 {
    font-size: 16px;
    color: #525252;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cac9c9;
}

.post-left-section .week-post img {
    width: 100%;
    border-radius: 10px;
}

.post-left-section .week-post h3 {
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    font-weight: bold;
}

.post-left-section .week-post p {
    font-size: 14px;
    color: #525252;
    padding-bottom: 20px;
}

.post-left-section .week-post a.More-guides {
    display: block;
    background-color: #012b65;
    text-align: center;
    margin: 0 auto;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}

.post-left-section .week-post a.More-guides:hover {
    background-color: #0086c5;
}

.post-left-section .latest-video h2 {
    font-size: 16px;
    color: #525252;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cac9c9;
}

.latest-post-right-section {
    height: 90vh;
    overflow-y: scroll;
}

.latest-post-right-section .week-post h2 {
    font-size: 16px;
    color: #525252;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cac9c9;
}

.latest-post-right-section .week-post img {
    width: 100%;
    border-radius: 10px;
}

.latest-post-right-section .week-post p {
    font-size: 15px;
    color: #525252;
    padding-bottom: 20px;
}

.latest-post-right-section .week-post h3 {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
    font-weight: 600;
    transition: .5s;
}

.latest-post-right-section .week-post h3:hover {
    color: #0086c5;
}

.latest-post-right-section .week-post a:hover {
    text-decoration: none;
}

.post-slider .carousel-caption {
    background-color: #000;
    opacity: .8;
    right: 10%;
    left: 10%;
}

.post-slider .carousel-caption h5 {
    padding-bottom: 10px;
}

.post-left-section {
    height: 90vh;
    overflow-y: scroll;
}

.latest-post-section {
    height: 90vh;
    overflow-y: scroll;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.latest-post-section .post-contant {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #cac9c9;
}

.latest-post-section .post-contant h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.latest-post-section .post-contant p {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 24px;
}

.latest-post-section .post-contant img {
    width: 100%;
    margin-bottom: 20px;
}

.latest-post-section {
    border-left: 1px solid #cac9c9;
    border-right: 1px solid #cac9c9;
}

.latest-post::-webkit-scrollbar {
    display: none;
}

.sing-up-form .form-control:focus {
    box-shadow: none;
}

.sing-up-form button.submit {
    background-color: #012b65;
    color: #fff;
    width: 120px;
    padding: 8px;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
}

.sing-up-form button.submit:hover {
    background-color: #0086c5;
}

.sing-up-form .btn-success:active {
    background-color: #012b65 !important;
    border-color: #012b65 !important;
}

.sing-up-form .btn-success:focus {
    box-shadow: none !important;
}

.footer {
    background-color: #f9f9f9;
    border-bottom: 1px solid #cac5c5;
}

.footer h2 {
    font-size: 18px;
    font-weight: 600;
}

.footer .footer-logo {
    border-right: 1px solid #cac5c5;
}

.footer .footer-logo a.Become-btn {
    background-color: #012b65;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 200px;
    padding: 12px;
    border-radius: 5px;
}

.footer .footer-logo a.Become-btn:hover {
    background-color: #0086c5;
}

.footer li a {
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.footer li a:hover {
    text-decoration: none;
    color: #0086c5;
}

.footer .menu-section {
    border-right: 1px solid #cac5c5;
}

.copy-right-section {
    background-color: #f9f9f9;
}

body.toggle-overlay {
    overflow: hidden;
}

.search-toggle {
    width: 440px;
    background-color: #f9f9f9;
    height: 90vh;
    overflow-y: hidden;
    z-index: 100;
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
}

.search-toggle .inner-box {
    width: 420px;
}

.search-toggle .inner-box .search .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.search-toggle .inner-box .search i.fa.fa-search {
    width: 25px;
    height: 38px;
    border: 1px solid #ced4da;
    line-height: 35px;
    border-radius: 5px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    cursor: pointer;
}

.search-toggle .inner-box .search input {
    display: inline-block;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 92%;
}

.search-toggle h2 {
    font-size: 16px;
    color: #525252;
    border-bottom: 1px solid #cac9c9;
}

.search-toggle .social-icons li {
    display: inline-block;
}

.search-toggle .social-icons li a {
    font-size: 35px;
    color: #000;
    padding: 0 10px;
}

.search-toggle .social-icons li a:hover {
    color: #0086c5;
}

.search-toggle .search-post h3 {
    font-size: 18px;
}

.search-toggle .search-post p {
    font-size: 14px;
}

.search-toggle .search-post a {
    color: #000;
    text-decoration: none;
    transition: .5s;
}

.search-toggle .search-post a:hover {
    color: #0086c5;
}

.mobile-menu .inner-section {
    width: 280px;
    margin: 0 auto;
}

.mobile-menu {
    position: absolute;
    right: 0;
    z-index: 9999;
    background-color: #f9f9f9;
    width: 100%;
    display: none;
    height: 100%;
    top: 0;
    padding-top: 50px !important;
}

.mobile-menu span {
    color: #000;
    padding: 4px 10px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.mobile-menu span:hover {
    text-decoration: none;
    color: #0086c5;
}

.mobile-menu li {
    padding: 5px 0;
}

.mobile-overlay {
    overflow: hidden;
}

.mobile-overlay:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .7;
    z-index: 99;
}

body.toggle-overlay #overlay-outer {
    display: block !important;
}

#overlay-outer {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .7;
    z-index: 99;
}

.search-section h1 {
    font-size: 60px;
    font-weight: bold;
}

.search-section .form-group i {
    width: 3%;
    height: 45px;
    float: left;
    line-height: 45px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    border-right: 0;
    cursor: pointer;
    text-align: right;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-section .form-group .form-control {
    height: 45px;
    box-shadow: none;
    border-color: #ced4da;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    width: 97%;
}

.not-found-page h1 {
    font-size: 70px;
    font-weight: bold;
}

.not-found-page p {
    font-size: 20px;
}

.not-found-page a {
    color: #fff;
    background-color: #012b65;
    display: block;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
}

.not-found-page a:hover {
    text-decoration: none;
}

.contact-section p {
    font-size: 20px;
    line-height: 32px;
}

.contact-section a {
    font-size: 20px;
    padding-left: 18px;
    color: #000;
}

.contact-section a:hover {
    text-decoration: none;
    color: #0086c5;
}

.contact-section i {
    font-size: 18px;
    vertical-align: middle;
}

.contact-section i.fa.fa-phone {
    transform: rotate(130deg);
}

.contact-section .address a {
    display: inline-flex;
    line-height: 30px;
}

.contact-section .form-group textarea {
    width: 100%;
    border-color: #ced4da;
    border-radius: 5px;
    padding: 10px;
}

.contact-section .form-group .form-control:focus {
    box-shadow: none;
}

.contact-section .form-group textarea:focus-visible {
    outline: 0;
    border-color: #80bdff;
}

.contact-section button.submit {
    background-color: #012b65;
    color: #fff;
    width: 120px;
    padding: 12px;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}

.contact-section button.submit:hover {
    background-color: #0086c5;
}

.right-section nav.sc-bdnxRM.hwSpwm {
    float: right;
}

.subscribe-section button.submit {
    background-color: #012b65;
    color: #fff;
    width: 120px;
    padding: 8px;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
}

.subscribe-section button.submit:hover {
    background-color: #0086c5;
}

.subscribe-section .btn-success:active {
    background-color: #012b65 !important;
    border-color: #012b65 !important;
}

.subscribe-section .btn-success:focus {
    box-shadow: none !important;
}

.contributors i {
    font-size: 30px;
    padding: 7px;
}

.contributors .card-text {
    font-size: 15px;
    line-height: 22px;
}

.w50-sidebar-more-post .h5 {
    font-size: 18px;
}

.categories .h5 {
    font-size: 18px;
}

.copy-right-section li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.privacy-policy h3 {
    font-size: 23px;
}

.privacy-policy p {
    line-height: 24px;
}

.terms-conditions h3 {
    font-size: 23px;
}

.terms-conditions p {
    line-height: 24px;
}

.terms-conditions ol {
    padding-left: 15px;
}

.terms-conditions ol li {
    list-style: inherit;
    margin-bottom: 15px;
    line-height: 22px;
    color: #6c757d;
}

.terms-conditions .list-2 li {
    list-style: lower-roman;
}

.article-view h3 {
    font-size: 23px;
}

.article-view p {
    line-height: 24px;
	margin-top:14px;
	margin-bottom:14px;
}

.latest-video .video-react .video-react-poster {
    background-size: cover;
}

.latest-video .video-react .video-react-big-play-button {
    width: 70px;
    top: 40%;
    left: 40%;
    border: 0;
    background-color: #f10d0d;
    background-color: #f10d0d;
}

.latest-video h3 {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
    font-weight: 600;
}

.latest-video .audio-sec {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    text-align: center;
}

.latest-video .react-audio-player {
    width: 90%;
}

.post-left-section,.latest-post-sectio {
    overflow: scroll;
    overflow-x: hidden;
}

.post-left-section::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.post-left-section::-webkit-scrollbar-thumb {
    background: red;
}

.latest-post-section {
    overflow: scroll;
    overflow-x: hidden;
}

.latest-post-section::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.latest-post-section::-webkit-scrollbar-thumb {
    background: red;
}

.article-slider .slick-list {
    width: 100%;
}

.article-slider .slick-dots li button:before {
    color: #0086c5;
    font-size: 15px;
}

.article-slider .btn-info {
    color: #fff;
    background-color: #012b65;
    border-color: #012b65;
    box-shadow: none;
}

.article-slider .btn-info:active {
    background-color: #012b65 !important;
    border-color: #012b65 !important;
}

.article-slider .btn-info:hover {
    background-color: #0086c5;
    border-color: #0086c5;
}

.article-slider .slick-prev,.article-slider .slick-next {
    width: 30px;
    height: 30px;
    background-color: #012b65;
}

.article-slider .slick-prev:before,.article-slider .slick-next:before {
    font-size: 20px;
    opacity: 1;
    color: #fff;
}

.article-slider .slick-prev {
    left: -40px;
}

.article-slider .slick-next {
    right: -40px;
}

.article-slider .slick-prev:before {
    content: "" !important;
    font-family: "Font Awesome 5 Pro";
}

.article-slider .slick-next:before {
    content: "" !important;
    font-family: "Font Awesome 5 Pro";
}

.card-footer img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.w50-sidebar-more-post img {
    object-fit: cover;
}
.watch-video iframe {
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
}

.article-view h1 {
	font-size: 60px;
}

@media only screen and (max-width: 1024px) {
    .post-slider .carousel-caption {
        padding: 15px 10px;
        font-size: 14px;
    }

    .post-slider .carousel-caption h3 {
        font-size: 18px;
    }

    .sing-up-form .form-group {
        margin-bottom: 8px;
    }

    .top-header a.oAWay {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .latest-post .post-contant p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    
	.article-view h1 {
    	font-size:32px !important;	
    }

    .post-left-section .week-post {
        margin-top: 30px;
    }

    .left-section {
        display: none;
    }

    .right-section {
        display: none;
    }

    .post-left-section .week-post a.More-guides {
        width: 150px;
        float: left;
        margin-bottom: 20px;
    }

    .latest-post .post-contant h3 {
        margin-bottom: 10px !important;
    }

    .latest-post .post-contant p {
        padding-bottom: 10px;
    }

    .week-post {
        padding-top: 0 !important;
    }

    .latest-post-right-section {
        height: 100%;
        display: block;
        max-width: 750px;
        margin: 0 auto;
        padding: 40px !important;
        padding-bottom: 0 !important;
        padding-top: 30 !important;
        order: 2;
    }

    .post-left-section {
        height: 100%;
        display: block;
        max-width: 750px;
        margin: 0 auto;
        padding: 40px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        order: 2;
    }

    .latest-post-section {
        border: 0;
    }

    .copy-right-section .text-left {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .copy-right-section p.text-right {
        text-align: center !important;
    }

    .footer .footer-logo {
        margin-bottom: 30px;
    }

    .footer .menu-section {
        margin-bottom: 30px;
    }

    .latest-post-section {
        max-width: 750px;
        margin: 0 auto;
        padding: 40px;
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .latest-post {
        height: 100%;
    }

    .toggle-mobile {
        display: block;
    }

    .search-section .form-group i {
        width: 6%;
    }

    .search-section .form-group .form-control {
        width: 94%;
    }

    .contact-section .address {
        display: flex;
    }

    .latest-video {
        padding: 0 !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media only screen and (max-width: 767px) {
    .latest-post-section {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .footer .footer-logo {
        border-right: 0px solid #cac5c5;
    }

    .footer .menu-section {
        border-right: 0px solid #cac5c5;
    }

    .search-section h1 {
        font-size: 30px;
    }

    .contact-section h1 {
        font-size: 30px;
    }

    .contact-section .col-lg-6.col-md-6 {
        padding-top: 10px !important;
    }

    .contact-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .contact-section p {
        margin-bottom: 20px !important;
        font-size: 18px;
    }

    .contact-section a {
        font-size: 18px;
    }

    .contributors {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .contributors h1 {
        font-size: 30px;
    }

    .subscribe-section h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .subscribe-section {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .subscribe-section .card-title.h5 {
        font-size: 16px;
    }

    .subscribe-section p.card-text {
        font-size: 14px;
        line-height: 20px;
    }

    .categories h1 {
        font-size: 30px;
    }

    .categories .card-title.h5 {
        font-size: 16px;
    }
    
	#leftSide .card-title.h5 {
        font-size: 16px;
    }

    .categories h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .categories p.card-text {
        font-size: 14px;
        line-height: 20px;
    }

    .categories {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .privacy-policy {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .privacy-policy h1 {
        font-size: 30px;
    }

    .privacy-policy h3 {
        font-size: 20px;
    }

    .terms-conditions {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .terms-conditions h1 {
        font-size: 30px;
    }

    .terms-conditions h3 {
        font-size: 20px;
    }

    .article-view {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .article-view h1 {
        font-size: 30px;
    }

    .article-view h3 {
        font-size: 20px;
    }

    .SideBar-Policy {
        margin-top: 20px;
    }

    .SideBar-Policy .card-title {
        font-size: 16px;
    }

    .SideBar-Policy p {
        font-size: 14px;
    }

    .post-left-section,.latest-post-right-section {
        padding: 0 !important;
        padding-top: 30px !important;
    }

    .latest-post-section .pt-5.pb-4.pl-4.pr-4 {
        padding-bottom: 0 !important;
    }

    .latest-post-right-section .week-post {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media only screen and (max-width: 580px) {
    .article-slider .slick-next {
        right: 40%;
        top: 100%;
        margin-top: 15px;
    }

    .article-slider .slick-prev {
        left: 40%;
        top: 100%;
        margin-top: 15px;
    }
    .search-toggle .inner-box {
        width: 100%;
    }
    

}

@media only screen and (max-width: 480px) {
    .latest-post .post-contant h3 {
        font-size: 18px;
    }

    .search-toggle {
        width: 100%;
    }
}

.article-paginations ul {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.article-paginations ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.article-paginations ul li a {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #f4f5f7;
    text-decoration: none;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}
.article-paginations ul li.prev a,
.article-paginations ul li.next a {
    background-color: #ef5b3f;
    color: #fff;
    font-size: 26px;
}
.article-paginations ul li a:hover,
.article-paginations ul li.active a {
    color: #fff;
    background-color: #373634;
    transition: all 0.5 ease-in-out;
}

#leftMenuBottomPart::-webkit-scrollbar {
    display: none;
}

#leftMenuBottomPart {
	overflow-y:scroll;
	height:500px;
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
}



.card {
	border:none;
}

.size-full img {
	max-width:500px !important;
}

.white-text-black-background {
	color: #fff !important;
    text-shadow:1px 0px 1px #222, -1px 0px 1px #222, 0px 1px 1px #222, 0px -1px 1px #222;
    background-color:rgba(50,50,50,0.7);
    text-align:center;
    position:absolute;
    bottom:4px;
    width:95%;
    text-align:center;
    /*margin:0px 2.5px 0px 2.5% !important;*/
    padding:10px 0px;
    box-sizing:border-box;
}

.hoverEffect {
	transition:0.35s all ease;
}

.hoverEffect:hover {
	transform:scale(1.05);
	filter:brightness(135%);
	
}

iframe {
	position:relative !important;
	max-width: 90vw !important;
	width: 500px !important;
	max-height: 400px !important;
	display: inline-block !important;
	clear: both !important;
}

