:root {
    scroll-behavior: smooth;
}

body {
    color: rgba(var(--color-primary-rgb), 1);
    background-color: #F3F3F3;

    /* font-family: var(--font-default); */
    /* font-family: "Poppins"; */
}
.card-text a{
    margin-top: -120px;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--color-links-hover);
    text-decoration: none;
}

h1{
    font-size:24px;
}
h2{
    font-size:20px;
}
h3{
    font-size:18px;
}
h4{
    font-size:17px;
}
h5{
    font-size:16px;
}
h6 {
    font-size:15px;
}

/* Pagination Starting */

.page-link {
    color: #F07361;
}

/* Pagination Ending */

p {
    font-size: 18px;
    text-align: justify;
}

#main {
    margin-top: 120px;
    margin-bottom: 30px;
}

tbody, td, tfoot, th, thead, tr{
    border-color: blue;
    border-style: solid;
    border-width: 1px;
    padding:10px;
}

.adjustmargin{
    margin-top: 5px;
    margin-bottom: 0px;
    text-align:left;
}

.closeme {
    cursor: pointer;
    font-size: 22px;
    color: #F0806F;
   
}

.searchtitle {
    /* text-align: center; */
    color: #F07361;
    font-size: 27px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
}

.card-title:hover {
    color: #F07361;
}

.categorytitle {
    text-align: center;
    color: #F07361;
    font-size: 27px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
}

.posttitle a {
    color: #F07361;
    font-size: 19px;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: justify;
}

.headerbg {
    background-color: #F07361;
    padding: 20px;
    color: #fff;
}

.cheight {
    min-height: 200px;
}

.caticon {
    background-color: #F07361;
    padding: 20px 10px;
    color: #f5f1f1;
    border-radius: 4px;
    border: #F07361 solid;
}

.cheightmax {
    height: auto;
    padding-bottom: 20px;
}

.fontorange a {
    color: #F07361;
    cursor: pointer;
}


/* @media (min-width: 1250px) {
    .xcontainer {
        margin: 0 170px;
    }
} */

.readmorebtn {
    background-color: #002b5c;
    font-size: 14px;
    float: right;
    border-radius: 5px;
    color: #f2f2f2;
    padding: 7px 14px;
}

.read-more button {
    font-size: 14px;
    float: right;
    border-radius: 5px;
    color: #f2f2f2;
    padding: 7px 14px;
}

.readmorebtn:hover {
    background-color: #F07361;
    font-size: 14px;
    float: right;
    border-radius: 5px;
    color: #f2f2f2;
    padding: 7px 14px;
    border-color: #F07361;
}

.postimg {
    max-height: 110px;
    max-width: 110px;
}

.categorypara {
    color: #6c6a6a;
    margin-left: 10px;
    font-size: 13.5px;
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.gonext {
    font-size: 24px;
    font-weight: 500;
    color: #F07361;
    float: right;
}

.goback {
    font-size: 24px;
    font-weight: 500;
    color: #F07361;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    background: #ffffff;
    min-width: 72%;
}

.header.sticked {
    height: 70px;
}

.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.header .logo h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-default);
    font-family: var(--font-primary);
}

.search-form-wrap {
    position: absolute;
    margin-top: 33px;
    right: 0;
    /* top: 0; */
    z-index: 9;
    transition: 0.3s all ease;
    visibility: hidden;
    opacity: 0;
}

.search-form-wrap .search-form {
    position: relative;
}

.search-form-wrap .search-form .form-control {
    width: 300px;
    /* border: none; */
    /* box-shadow: 0 15px 20px -10px rgba(var(--color-black-rgb), 0.1); */
    padding-left: 40px;
    padding-right: 40px;
    border-color: #6c6a6a solid 2px;
}

.searchtxt {
    width: 300px;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.search-form-wrap .search-form .icon {
    position: absolute;
    left: 0;
    top: 7px;
    opacity: 0.5;
    left: 10px;
}

/* .search-form-wrap .search-form .btn {
  position: absolute;
  top: 2px;
  right: 4px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 30px;
} */

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
    outline: none;
    box-shadow: none;
}

.search-form-wrap.active {
    visibility: visible;
    opacity: 1;
}

section {
    scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: var(--font-default);
        font-size: 16px;
        font-weight: 500;
        color: rgba(var(--color-default-rgb), 1);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: var(--color-default);
    }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: var(--color-white);
    }

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: var(--color-white);
        background: rgba(var(--color-primary-rgb), 0.8);
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: var(--color-white);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: #F07361;
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

.mobile-nav-toggle {
    display: none;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 900px) {
    .laptopview {
        display: none;
    }
}

@media (max-width: 1279px) {
    .navbar {
        padding: 0;
        z-index: 9997;
    }

    .navbar ul {
        display: none;
        position: absolute;
        inset: 55px 15px 15px 15px;
        padding: 10px 0;
        margin: 0;
        border-radius: 10px;
        background-color: var(--color-white);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 15px;
        font-weight: 600;
        color: var(--color-primary);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background: var(--color-white);
        transition: all 0.5s ease-in-out;
        box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-toggle {
        display: inline-block;
        color: var(--color-secondary);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 998;
        color: var(--color-white);
    }

    .mobile-nav-active .navbar {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(var(--color-black-rgb), 0.6);
        transition: 0.3s;
    }

    .mobile-nav-active .navbar>ul {
        display: block;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    overflow: hidden;
    background: #F0806F;
    font-size: 18px;
    color: rgba(var(--color-white-rgb), 0.7);
}

.footer .footer-content {
    padding: 60px 0;
}

.footer a.footer-link-more {
    color: rgba(var(--color-white-rgb), 0.7);
    display: inline-block;
    position: relative;
}

.footer a.footer-link-more:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-white);
}

.footer a.footer-link-more:hover {
    color: rgba(var(--color-white-rgb), 1);
}

.footer .footer-heading {
    color: var(--color-white);
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
}

.footer .footer-blog-entry li {
    margin-bottom: 20px;
    display: block;
}

.footer .footer-blog-entry li a .post-meta {
    font-size: 10px;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--font-secondary);
    color: rgba(var(--color-white-rgb), 0.4);
    margin-bottom: 0px;
}

.footer .footer-blog-entry li a img {
    flex: 0 0 50px;
    width: 50px;
}

.footer .footer-links li {
    margin-bottom: 10px;
}

.footer .footer-links li a {
    color: #f5f1f1;
}

.footer .footer-links li a:hover,
.footer .footer-links li a:focus {
    color: rgba(var(--color-white-rgb), 1);
}

.footer .footer-legal {
    background: #F07361;
    padding: 40px 0;
}

.footer .footer-legal .social-links a {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--color-white-rgb), 0.09);
    border-radius: 50%;
    color: var(--color-white);
    line-height: 40px;
}

.footer .footer-legal .social-links a:hover {
    background-color: rgba(var(--color-white-rgb), 0.2);
}

.footer .copyright strong {
    font-weight: 400;
}

.footer .credits {
    padding-top: 6px;
    font-size: 13px;
}

.footer .credits a {
    color: var(--color-white);
}

.greenbg {
    background: #0be19d;
    padding: 5px;
    border-radius: 5px;
    border-color: #F07361;
}
