/*
Theme Name: newsassociates
*/



@font-face {
    font-family: 'Inter 18pt';
    src: url('../newsassociates/assets/fonts/Inter18pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../newsassociates/assets/fonts/Inter18pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../newsassociates/assets/fonts/Inter18pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../newsassociates/assets/fonts/Inter18pt-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../newsassociates/assets/fonts/Inter18pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../newsassociates/assets/fonts/Inter18pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../newsassociates/assets/fonts/Inter18pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../newsassociates/assets/fonts/Oswald-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body {
    --PrimaryColor: #ec1f28;
    --PrimaryColorDark: #031644;
    --BlueColor: #00b4d9;

    --LightBg: rgba(0, 0, 0, 0.1);
    --headingColor: #141313;
    --textcolor: #5f5d5d;
    --textcolorblack: #9e999b;
    --whitecolor: #ffffff;
    --Blackcolor: #141313;
    --borderColor: rgba(0, 0, 0, 0.15);
    --BgColor: var(--whitecolor);
    --HeadingFont: 'Oswald', sans-serif !important;

    font-family: 'Inter 18pt', sans-serif !important;


}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(247, 168, 0, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(247, 168, 0, 1);
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}

.wpcf7-not-valid-tip {
    font-size: 11px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    line-height: normal;
}

.wpcf7-response-output {
    text-align: center;
    font-size: 13px;
    padding: 4px 10px !important;
    margin: 10px 0px 0px 0px !important;
    font-weight: 500;
}

.wpcf7-spinner {
    padding: 0px;
    margin: 0px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #f7a800;
}

.header-wrapper-fixed {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.header-topbar {
    width: 100%;
    min-height: 38px;
    background: var(--Blackcolor);
    position: relative;
    transition-duration: 0.3s;
}

.header-topbar h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    color: #979395;
    line-height: 38px;
    display: inline-block;
}

.header-topbar .socialmedia-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-topbar .socialmedia-icons li {
    list-style: none;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-topbar .socialmedia-icons li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-topbar .socialmedia-icons li a {
    width: 44px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-topbar .socialmedia-icons li a svg {
    height: 14px;
    fill: #979395;
    transition: 0.3s;
}

.header-topbar .socialmedia-icons li a:hover {
    background: var(--PrimaryColor);
}

.header-topbar .socialmedia-icons li a:hover svg {
    fill: var(--whitecolor);
}

.header-menu-bar {
    width: 100%;
    border-top: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
    transition-duration: 0.3s;
    padding: 6px 0px;
}

.header-section {
    text-align: center;
    transition-duration: 0.3s;
    width: 100%;
    display: table;
    height: 90px;
}

.header-section span {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.header-section a {
    display: inline-block;
}

.header-section a img {
    width: auto;
    height: 40px;
}

.f-nav .header-topbar {
    margin-top: -38px;
}

.f-nav .header-section {
    margin-top: -90px;
}

.f-nav .header-wrapper-fixed {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.90);
}

.f-nav .header-wrapper-fixed .header-menu-bar {
    border-bottom: transparent;
    border-top: transparent;
}

.footer-wrapper-section {
    width: 100%;
    background: var(--Blackcolor);
    position: relative;
    padding-top: 80px;
}


.footer-wrapper-section .footer-credencials {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
}

.footer-wrapper-section .footer-credencials p {
    padding: 0;
    margin: 0;
    color: var(--textcolorblack);
    font-size: 14px;
}

.footer-wrapper-section .footer-credencials p a {
    color: var(--textcolorblack);
    text-decoration: none;
}

.footer-wrapper-section .footer-credencials p a:hover {
    color: var(--PrimaryColor);
}

.footer-wrapper-section .footer-credencials .col-xl-7 {
    text-align: right;
}

.footer-wrapper-section .footer-credencials .col-xl-6,
.footer-wrapper-section .footer-credencials .col-xl-5,
.footer-wrapper-section .footer-credencials .col-xl-7 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-wrapper-section .footer-credencials p font {
    margin: 0px 15px;
}



.footer-middlesection .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    display: block;
    text-align: right;
    float: right;
}

.footer-middlesection .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footer-middlesection .socialmedia-icons li:last-child {
    margin-right: 0px;
}

.footer-middlesection .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.footer-middlesection .socialmedia-icons li a svg {
    width: auto;
    height: 15px;
    display: block;
}

.footer-middlesection .socialmedia-icons li a svg path {
    fill: var(--whitecolor);
}

.footer-middlesection .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer-middlesection .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footer-middlesection .socialmedia-icons li a.tw {
    background: #000000;
}

.footer-middlesection .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footer-middlesection .socialmedia-icons li a.in {
    background: #f6523f;
}

.footer-middlesection .socialmedia-icons li a.em {
    background: #ec4134;
}

.footer-middlesection .col-lg-9 p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: var(--textcolorblack);
}

.footer-middlesection .col-lg-9 h4 {
    text-align: right;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    font-size: 20px;
    text-transform: uppercase;
}

.footer-middlesection .col-lg-9 h4 b {
    color: var(--PrimaryColor);
}

.footer-middlesection .col-lg-3 img {
    width: auto;
    height: 35px;
    margin-top: 7px;
}

.footer-middlesection hr {
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    border: none;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-middlesection .col-lg-9 {
    position: relative;
}

.footer-middlesection .col-lg-9::before {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
}

.footertop-links h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    width: 100%;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 600;
}

.footertop-links ul {
    width: 100%;
    padding: 0;
    margin: 0;

}

.footertop-links ul li {
    width: 100%;
    padding: 0;
    margin: 3px 0px;
    position: relative;
    display: inline-block;
}

.footertop-links ul li a {
    display: block;
    padding: 0;
    margin: 0;
    color: var(--textcolorblack);
    font-size: 14px;
    transition-duration: 0.3s;
}

.footertop-links ul li a:hover {
    color: var(--PrimaryColor);
}

.footertop-links .col-lg-3 {
    width: 20%;
}

.footertop-links {
    margin-bottom: 60px;
}

.latestnews-wrapper {
    width: 100%;
    position: relative;
    margin-top: 192px;
}

.latestnews-wrapper .col-xl-2 h4 {
    font-family: var(--HeadingFont);
    width: 100%;
    padding: 0px 0px 0px 60px;
    margin: 0;
    line-height: normal;
    position: relative;
    font-size: 18px;
    line-height: 45px;
}

.latestnews-wrapper .col-xl-2 h4::before {
    width: 45px;
    height: 45px;
    background: url(../newsassociates/assets/img/latestnews.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
}

.latestnews-wrapper p {
    padding: 0;
    margin: 8px 0px 0px 0px;
    font-size: 15px;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.latestnews-wrapper p a {
    color: var(--textcolor);
}

.latestnews-wrapper p a:hover {
    color: var(--PrimaryColor);
}

.latestnews-wrapper .col-xl-10 {
    position: relative;
    padding-right: 110px;
}

.latestnews-wrapper .col-xl-10 .news-btns {
    position: absolute;
    top: 0px;
    right: 12px;
    display: inline-table;
}

.latestnews-wrapper .col-xl-10 .news-btns button {
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    border: none;
    outline: none;
    text-align: center;
    background: none;
    border-radius: 50%;
    transition-duration: 0.3s;
}

.latestnews-wrapper .col-xl-10 .news-btns button svg {
    width: auto;
    height: 15px;
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    top: -1px;
}

.latestnews-wrapper .col-xl-10 .news-btns button:hover {
    background: var(--PrimaryColor);
}

.latestnews-wrapper .col-xl-10 .news-btns button:hover svg {
    fill: var(--whitecolor);
}

.banner-slider .bannerslide-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: table;
    height: 450px;
}

.banner-slider .bannerslide-item::after {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.75;

}

.banner-slider .bannerslide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-slider .bannerslide-item .bannerslide-caption {
    position: relative;
    z-index: 100;
    display: table-cell;
    vertical-align: bottom;
    padding: 0px 30px 25px 30px;
    z-index: 100;
}

.banner-slider .bannerslide-item .bannerslide-caption h1 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    font-size: 32px;
    padding: 0px 0px 2px 0px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
    line-height: 34px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.banner-slider .bannerslide-item .bannerslide-caption h6 {
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
    font-size: 12px;
    color: var(--whitecolor);
    text-align: left;
}

.banner-slider .bannerslide-item .bannerslide-caption h6 font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.banner-slider .bannerslide-item .bannerslide-caption h6 font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-slider .bannerslide-item .bannerslide-caption h6 span {
    opacity: 0.8;
}

.banner-slider .bannerslide-item .bannerslide-caption h1 a {
    color: var(--whitecolor);
    display: block;
    transition-duration: 0.3s;

}

.banner-slider .bannerslide-item .bannerslide-caption h1 a:hover {
    text-decoration: underline !important;
}

.bannersection-wrap {
    margin-top: 12px;
}

.banner-rightsection {
    width: 100%;
    border: 1px solid var(--borderColor);
    border-radius: 6px;
    position: relative;
}

.banner-rightsection .banner-right-item {
    width: 100%;
    border-bottom: 1px solid var(--borderColor);
    padding: 0px 30px;
    display: table;
    height: 150px;
    text-decoration: none;
}

.banner-rightsection .banner-right-item:hover h2 {
    color: var(--PrimaryColor);
}

.banner-rightsection .banner-right-item span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}


.banner-rightsection .banner-right-item h2 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    font-size: 22px;
    padding: 0;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}

.banner-rightsection .banner-right-item h5 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.banner-rightsection .banner-right-item h5 font {
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    padding: 0px 10px;
    line-height: 22px;
    border-radius: 4px;
    transition-duration: 0.3s;
}

.banner-rightsection .banner-right-item:hover h5 font {
    background: var(--Blackcolor);
}

.banner-rightsection .banner-right-item h6 {
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: right;
}

.banner-rightsection .banner-right-item h6 font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.banner-rightsection .banner-right-item h6 font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.heading-style h2 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 22px;
}

.heading-style .viewmore-btn {
    float: right;
    padding: 0;
    margin: 5px 0px 0px 0px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 14px;
    transition-duration: 0.3s;
}

.heading-style .viewmore-btn svg {
    width: auto;
    height: 14px;
    display: inline-block;
    fill: var(--PrimaryColor);
    margin-left: 5px;
    transition-duration: 0.3s;
}

.heading-style .viewmore-btn:hover {
    color: var(--Blackcolor);
}

.heading-style .viewmore-btn:hover svg {
    fill: var(--Blackcolor);
}

.topnews-item-wrap {
    width: 100%;
    position: relative;
}

.topnews-item-wrap .topnews-image {
    width: 100%;
    height: 175px;
    border-radius: 5px;
    background: var(--PrimaryColorDark);
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.topnews-item-wrap .topnews-image h6 {
    width: auto;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 100;
}

.topnews-item-wrap .topnews-image h6 font {
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
}

.topnews-item-wrap .topnews-image img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.topnews-item-wrap h4 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}

.topnews-item-wrap:hover h4 {
    color: var(--PrimaryColor);
}

.topnews-item-wrap p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
}

.topnews-item-wrap .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: left;
}

.topnews-item-wrap .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.topnews-item-wrap .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}


.topnews-swiper .swiper-pagination {
    position: relative;
    margin-top: 8px;
}

.moretopnews-wrapper {
    margin-top: 50px;
}

.topanalysis-wrapper {
    background: rgba(0, 0, 0, 0.1);
    padding: 75px 0px 45px 0px;
    margin-top: 75px;
}

.features-item-con h4 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}

.features-item-con:hover h4 {
    color: var(--PrimaryColor);
}

.features-item-con p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
}

.features-item-con .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: left;
}

.features-item-con .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.features-item-con .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.features-item-con-top .col-lg-6 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
}

.features-wrap-section .col-lg-9 .heading-style {
    margin-bottom: -50px;
    position: relative;
    z-index: 100;
}

.features-item-con-top .feature-item-text {
    width: 100%;
    height: 280px;
    display: table;
}

.features-item-con-top .feature-item-text .feature-item-text-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 45px;
}

.features-item-con-top .feature-item-text .feature-item-text-middlealign h4 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    font-size: 22px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}

.features-item-con-top:hover .feature-item-text .feature-item-text-middlealign h4 {
    color: var(--PrimaryColor);
}

.features-item-con-top .feature-item-text .feature-item-text-middlealign p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
}

.features-item-con-top .feature-item-text .feature-item-text-middlealign .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: left;
}

.features-item-con-top .feature-item-text .feature-item-text-middlealign .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.features-item-con-top .feature-item-text .feature-item-text-middlealign .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.features-wrap-section .col-lg-9 hr {
    opacity: 1;
    padding: 0;
    margin: 40px 0px 40px 0px;
    border: none;
    border-bottom: 1px solid var(--borderColor);
}

.news-ads-section img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

.news-ads-section .col-lg-12:nth-child(2) {
    margin-top: 15px;
}

.features-wrap-section .col-lg-9 {
    padding-left: 45px;
}

.features-wrap-section {
    margin-top: 60px;
}

.toppressrelease-wrapper {
    margin-top: 70px;
}

.toppressrelease-item {
    width: 100%;
    position: relative;
    border: 1px solid var(--borderColor);
    border-radius: 5px;
    display: block;
    padding: 10px 20px 10px 10px;
    transition-duration: 0.3s;
    margin: 12px 0px;
}

.toppressrelease-item:hover {
    border-color: var(--PrimaryColor);
}

.toppressrelease-item .col-lg-5 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.toppressrelease-item h4 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}

.toppressrelease-item:hover h4 {
    color: var(--PrimaryColor);
}

.toppressrelease-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
}

.toppressrelease-item .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: left;
}

.toppressrelease-item .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.toppressrelease-item .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.toppressrelease-item .toppress-content-con {
    width: 100%;
    height: 200px;
    display: table;
}

.toppressrelease-item .toppress-content-con .toppress-middlelaign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.toppressrelease-wrapper .heading-style h2 {
    margin-bottom: 10px;
}

.propertystories-wrapper {
    margin-top: 60px;
    margin-bottom: 90px;
}

.mostpopular-sidebar-wrap {
    width: 100%;
    background: var(--LightBg);
    border-radius: 5px;
    position: sticky;
    top: 100px;
    padding: 40px 20px 40px 20px;
}

.mostpopular-item .col-lg-4 img {
    width: 100%;
    height: 130px;
    border-radius: 5px;
    object-fit: cover;
}

.mostpopular-item .col-lg-8 h4 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}

.mostpopular-item:hover .col-lg-8 h4 {
    color: var(--PrimaryColor);
}

.mostpopular-item .col-lg-8 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
}

.mostpopular-item .col-lg-8 .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: left;
}

.mostpopular-item .col-lg-8 .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.mostpopular-item .col-lg-8 .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.mostpopular-item .col-lg-8 .mostpopular-item-con {
    width: 100%;
    height: 130px;
    display: table;
}

.mostpopular-item .col-lg-8 .mostpopular-item-con span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.mostpopular-item {
    width: 100%;
    border-bottom: 1px dashed var(--borderColor);
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mostpopular-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.category-section-repeat .categorysection-item {
    width: 100%;
    display: table;
    height: 380px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.category-section-repeat .categorysection-item::after {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.75;

}

.category-section-repeat .categorysection-item .categorysection-item-middle {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    z-index: 100;
    padding: 0px 30px 30px 30px;
}

.category-section-repeat .categorysection-item img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    object-fit: cover;
}

.category-section-repeat .categorysection-item h3 {
    font-family: var(--HeadingFont);
    color: var(--whitecolor);
    font-size: 32px;
    padding: 0px 0px 2px 0px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
    line-height: 34px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.category-section-repeat .categorysection-item:hover h3 {
    text-decoration: underline;
}

.category-section-repeat .categorysection-item .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--whitecolor);
    text-align: left;
}

.category-section-repeat .categorysection-item .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.category-section-repeat .categorysection-item .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.category-section-repeat .col-lg-6 {
    border-left: 1px solid var(--borderColor);
}

.category-section-repeat .col-lg-6:last-child,
.category-section-repeat .col-lg-6:nth-child(3) {
    border-right: 1px solid var(--borderColor);
}

.category-section-repeat .row {
    margin-left: 0px;
    margin-right: 0px;
}

.category-section-repeat .row .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.category-section-repeat .row .col-lg-6 {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}

.categorysection-btmitem {
    width: 100%;
    padding: 15px 0px;
    display: block;
}

.categorysection-btmitem h4 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}

.categorysection-btmitem:hover h4 {
    color: var(--PrimaryColor);
}

.categorysection-btmitem p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
}

.categorysection-btmitem .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: left;
}

.categorysection-btmitem .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.categorysection-btmitem .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-swiper .swiper-pagination {
    position: relative;
    margin-top: 5px;
}

.bannerright-swiper {
    height: 450px;
    overflow: hidden;
}

.bannerright-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.innerpage-content-con {
    margin-top: 210px;
    margin-bottom: 60px;
}

.post-single-heading {
    margin-bottom: 45px;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 35px;
}

.post-single-heading h2 {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-family: var(--HeadingFont);
    font-size: 34px;
    text-transform: uppercase;
}

.post-single-heading .breadcrumb {
    width: 100%;
    text-align: right;
    display: block;
    padding: 0;
    margin: 6px 0px 0px 0px;
}

.post-single-heading .breadcrumb li {
    display: inline-block;
    font-size: 14px;
}

.post-single-heading .breadcrumb li a {
    color: var(--textcolor);
    text-decoration: none;
    transition-duration: 0.3s;
    font-weight: 500;
}

.post-single-heading .breadcrumb li a:hover {
    color: var(--PrimaryColor);
}

.news-single-style p {
    text-align: justify;
}

.news-coverphoto {
    width: 100%;
    display: block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
}

.news-coverphoto img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-single-style .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: left;
    font-family: 'Inter 18pt', sans-serif !important;
    text-transform: lowercase;
}

.news-single-style .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.news-single-style .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.news-single-style .newstitle {
    margin: 0px 0px 20px 0px;
    font-size: 32px;
}

.news-single-style .newsexcerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-style: italic;
    font-size: 17px;
    font-weight: 600;

}

.news-single-style h1,
.news-single-style h2,
.news-single-style h3,
.news-single-style h4,
.news-single-style h5,
.news-single-style h6 {
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    font-family: var(--HeadingFont);
}

.news-single-style h1 {
    font-size: clamp(24px, 5vw, 42px);
}

.news-single-style h2 {
    font-size: clamp(22px, 4.5vw, 36px);
}

.news-single-style h3 {
    font-size: clamp(20px, 4vw, 30px);
}

.news-single-style h4 {
    font-size: clamp(18px, 3.5vw, 26px);
}

.news-single-style h5 {
    font-size: clamp(16px, 3vw, 22px);
}

.news-single-style h6 {
    font-size: clamp(14px, 2.5vw, 18px);
}

.innerpage-content-con .col-lg-8 .category-section-repeat {
    margin-bottom: 45px;
}

.innerpage-content-con .col-lg-8 .category-section-repeat:last-child {
    margin-bottom: 0px;
}

.newscategory-item-con .col-lg-4 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.newscategory-item-con .col-lg-8 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
}

.newscategory-item-con .col-lg-8 h4 {
    font-family: var(--HeadingFont);
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 22px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition-duration: 0.3s;
}

.newscategory-item-con:hover .col-lg-8 h4 {
    color: var(--PrimaryColor);
}

.newscategory-item-con .col-lg-8 .newsdate {
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
    color: var(--textcolor);
    text-align: left;
}

.newscategory-item-con .col-lg-8 .newsdate font {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.newscategory-item-con .col-lg-8 .newsdate font svg {
    width: auto;
    height: 14px;
    fill: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 0px;
}

.newscategory-item-con .col-lg-8 .newscategory-middlealign {
    width: 100%;
    height: 180px;
    display: table;
}

.newscategory-item-con .col-lg-8 .newscategory-middlealign span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.newscategory-item-con {
    width: 100%;
    position: relative;
    border-bottom: 1px dashed var(--borderColor);
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: block;
}

.newscategory-item-con:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.termspage-wrap {
    width: 100%;
    margin-top: 178px;
    height: 100px;
    display: table;
    background: var(--LightBg);
}

.termspage-wrap h2 {
    text-align: center;
    padding: 0;
    margin: 0px;
    font-size: 32px;
    color: var(--headingColor);
    font-family: var(--HeadingFont);

}

.termspage-wrap .headerwrapper-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.termsconditions-contentcon {
    margin-top: 80px;
    margin-bottom: 80px;
}

.termsconditions-contentcon p {
    text-align: justify;
}

.termsconditions-contentcon p a {
    color: var(--textcolor);
    text-decoration: none;
}

.termsconditions-contentcon h4 {
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    font-family: var(--HeadingFont);
    font-size: 22px;
}

.termsconditions-contentcon ul {
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
}

.termsconditions-contentcon ul li {
    width: 100%;
    padding: 0;
    margin: 5px 0px;
    color: var(--textcolor);
}

.contact-form-wrap .contact-text p {
    text-align: center;
}

.contact-form-wrap .contact-text {
    margin-bottom: 45px;
}

.contact-form-wrap .col-lg-8 .col-lg-6 p,
.contact-form-wrap .col-lg-8 .col-lg-12 p,
.contact-form-wrap .col-lg-8 .col-lg-3 p {
    padding: 0;
    margin: 0;
    position: relative;
}

.contact-form-wrap .col-lg-8 .col-lg-6,
.contact-form-wrap .col-lg-8 .col-lg-12,
.contact-form-wrap .col-lg-8 .col-lg-3 {
    position: relative;
}

.contact-form-wrap .col-lg-8 .col-lg-6,
.contact-form-wrap .col-lg-8 .col-lg-12 {
    margin-bottom: 14px;
}

.contact-form-wrap .col-lg-8 .col-lg-6 input {
    width: 100%;
    height: 44px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 0px 15px;
    color: var(--textcolor);
}

.contact-form-wrap .col-lg-8 .col-lg-12 textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--borderColor);
    outline: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-size: 15px;
    padding: 5px 15px 0px 15px;
    margin-bottom: -8px;
    color: var(--textcolor);
}

.contact-form-wrap .col-lg-8 .col-lg-6 input:focus,
.contact-form-wrap .col-lg-8 .col-lg-12 textarea:focus {
    border-color: var(--PrimaryColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(4, 76, 140, 0.25);
}

.contact-form-wrap .col-lg-8 .col-lg-3 .submit-btn {
    background: var(--PrimaryColor);
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: var(--whitecolor);
    font-size: 14px;
    font-weight: 500;
    min-width: 100%;
    border-radius: 25px;
    transition-duration: 0.3s;
    border: none;
    outline: none;
    text-transform: uppercase;

}

.contact-form-wrap .col-lg-8 .col-lg-3 .submit-btn:hover {
    background: var(--BlueColor);
    color: var(--whitecolor);
}





@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .banner-rightsection {
        margin-top: 30px;
    }

    .news-ads-section .col-lg-12:nth-child(2) {
        margin-top: 0px;
    }

    .features-wrap-section .col-lg-9 {
        padding-left: 12px;
    }

    .features-wrap-section .col-lg-9 .heading-style {
        margin-bottom: 0px;
        margin-top: 60px;
    }

    .features-item-con-top .feature-item-text .feature-item-text-middlealign {
        padding-top: 0px;
    }

    .footertop-links,
    .footer-middlesection hr,
    .footer-middlesection .col-lg-9 h4 br {
        display: none;
        visibility: hidden;
    }

    .footer-wrapper-section .footer-credencials p,
    .footer-wrapper-section .footer-credencials .col-xl-7 {
        text-align: center;
    }

    .footer-wrapper-section .footer-credencials .col-xl-5,
    .footer-wrapper-section .footer-credencials .col-xl-7 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .footer-wrapper-section .footer-credencials {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-wrapper-section {
        padding-top: 45px;
    }

    .footer-middlesection .socialmedia-icons {
        width: 100%;
        text-align: center;
    }

    .footer-middlesection .col-lg-9 p {
        text-align: center;
        margin: 0px 0px 25px 0px;
    }

    .footer-middlesection .col-lg-9 h4 {
        text-align: center;
        margin: 40px 0px 10px 0px;
    }

    .footer-middlesection .col-lg-3 {
        text-align: center;
    }

    .footer-middlesection .col-lg-3 a {
        display: inline-block;
    }

    .mostpopular-sidebar-wrap {
        margin-top: 60px;
    }


}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 540px) {

    .latestnews-wrapper .col-xl-10 .news-btns,
    .latestnews-wrapper .col-xl-2 h4::before,
    .banner-rightsection {
        display: none;
        visibility: hidden;
    }

    .header-topbar .socialmedia-icons li a {
        width: 38px;
    }

    .bannersection-wrap .col-lg-8 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .latestnews-wrapper .col-xl-2 h4 {
        padding: 0px 0px;
        text-align: center;
        line-height: normal;
    }

    .latestnews-wrapper .col-xl-10 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .news-swiper .swiper-slide {
        background: var(--LightBg);
        border-radius: 5px;
        padding: 5px 15px;
    }

    .latestnews-wrapper .col-md-8,
    .moretopnews-wrapper .container:nth-child(2),
    .topanalysis-wrapper .container:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .latestnews-wrapper .col-md-8 p {
        padding: 0;
        margin: 0;
    }

    .latestnews-wrapper .col-xl-2 h4 {
        margin-bottom: 8px;
    }

    .banner-slider .bannerslide-item .bannerslide-caption h1,
    .banner-rightsection .banner-right-item h2,
    .features-item-con-top .feature-item-text .feature-item-text-middlealign h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .banner-slider .bannerslide-item .bannerslide-caption {
        padding: 0px 15px 15px 15px;
    }

    .banner-slider .bannerslide-item {
        height: 300px;
    }

    .banner-rightsection .banner-right-item {
        padding: 0px 20px;
        height: 130px;
    }

    .bannerright-swiper {
        height: 390px;
    }

    .features-item-con-top .feature-item-text {
        height: auto;
        margin-bottom: 25px;
    }

    .heading-style .viewmore-btn {
        margin-top: 0px;
    }

    .moretopnews-wrapper,
    .features-wrap-section,
    .features-wrap-section .col-lg-9 .heading-style,
    .toppressrelease-wrapper,
    .propertystories-wrapper,
    .mostpopular-sidebar-wrap {
        margin-top: 45px;
    }

    .news-ads-section .col-6:first-child {
        padding-right: 4px;
    }

    .news-ads-section .col-6:last-child {
        padding-left: 4px;
    }

    .features-wrap-section .col-lg-4 {
        margin-bottom: 30px;
    }

    .features-wrap-section .col-lg-4:last-child {
        margin-bottom: 0px;
    }

    .topanalysis-wrapper {
        margin-top: 40px;
        padding-top: 45px;
    }

    .toppressrelease-item .toppress-content-con {
        height: auto;
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .category-section-repeat .row .col-lg-6 {
        border: 1px solid var(--borderColor);
        border-radius: 5px;
        padding: 20px 20px;
    }

    .category-section-repeat .row .col-lg-6 {
        margin-top: 20px;
    }

    .category-section-repeat .col-lg-8 {
        padding-left: 0px;
    }

    .category-section-repeat .categorysection-item h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .category-section-repeat .categorysection-item .categorysection-item-middle {
        padding: 0px 15px 15px 15px;
    }

    .mostpopular-item .col-lg-8 .mostpopular-item-con {
        height: auto;
        padding-top: 20px;
    }

    .footer-middlesection .col-lg-3 img {
        margin-top: 0px;
        height: 30px;
    }

    .propertystories-wrapper {
        margin-bottom: 60px;
    }

    .category-section-repeat .categorysection-item {
        height: 250px;
    }

    .f-nav .header-section {
        margin-top: 0px;
    }

    .header-section span {
        text-align: left;
    }

    .header-section a img {
        height: 28px;
    }

    .header-section {
        height: 60px;
    }

    .header-menu-bar {
        border: none;
        padding: 0px 0px;
        position: absolute;
        right: 0px;
        top: 48px;
        width: 60px;
    }

    .f-nav .header-menu-bar {
        top: 9px;
    }

    .latestnews-wrapper {
        margin-top: 120px;
    }

    .heading-style h2 {
        font-size: 22px;
    }

    .news-single-style .newstitle {
        font-size: 22px;
    }

    .post-single-heading .breadcrumb {
        text-align: center;
    }

    .post-single-heading h2 {
        text-align: center;
        font-size: 28px;
    }

    .innerpage-content-con {
        margin-top: 120px;
    }

    .newscategory-item-con .col-lg-8 h4 {
        font-size: 18px;
    }

    .newscategory-item-con .col-lg-8 .newscategory-middlealign {
        height: auto;
        padding-top: 20px;
    }

    .newscategory-item-con {
        padding-block: 15px;
        margin-bottom: 12px;
    }

    .termspage-wrap {
        margin-top: 110px;
    }

    .termsconditions-contentcon {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}