/* custom css */
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
.text-white{
    color: #fff;
}
.bg-white{
    background-color: #fff;
}
.bg-sky {
    /* background: #f4f7f9; */
    background: #f1f1f1;
}
.bg-black {
    background: #185576;
}
.font-20{
    font-size: 20px !important;
}

.navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li > a{
    font-size: 18px;
    font-weight: 500;
}
.navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li > a:hover{
    color: var(--main-color);
}

.navbar-area.navbar-area-2 .topbar-area {
    background: var(--main-color);
    position: relative;
    background-image: url(/salam/website/assets/img/footer_bg3.jpg);
    display: block;
    background-size: cover;
    padding: 10px 0;
}
.navbar-area.navbar-area-2 .topbar-area:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: linear-gradient(#3c779b 0%, #37545d 100%);
    opacity: 0.95;
    z-index: 0;
}



.topbar-area .lang-single-inner .nice-select ul{
    z-index: 999;
}
.topbar-area .topbar-menu ul li a,
.nice-select{
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    padding: 3px 12px;
    border-radius: 10px;
}
.topbar-area .topbar-menu ul li a i{
    font-size: 13px;
}
.topbar-area .topbar-menu ul li a:hover{
    background-color: #42b1e1;
    color: #fff;
}
.navbar-area .nav-container .logo a img{
    height: 52px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a{
    font-size: 16px;
}
.nice-select:after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.social-area{
    display: inline-block;
}
.social-area li a{
    width: 35px;
    height: 35px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 3px;
}
.social-area li a:hover{
    background-color: #42b1e1;
    color: #fff;
}
.social-area li.date-time{
    color: #fff;
    margin-left: 40px;
    font-size: 15px;
    padding-top: 5px;
}
.navbar-area .sticky-active .nav-container .logo a img{
    height: 38px;
}
.navbar-area .sticky-active .nav-container .navbar-collapse .navbar-nav li{
    line-height: 38px;
}
.section-title h4.title{
    font-size: 24px;
    position: relative;
}
.section-title h4.title:after{
    position: absolute;
    left: -23px;
    top: 0;
    width: 3px;
    height: 30px;
    content: '';
    background: var(--main-color);
}
.section-title h4.title.text-white:after{
    background: #fff;
}
.section-title.text-center h4.title:after{
    background: none;
}
.section-title h4.title.m-23{
    margin-left: 23px;
}
.news-ticker{
    margin-bottom: 30px;
}
.home-slider .owl-nav button.owl-next i,
.home-slider .owl-nav button.owl-prev i{
    color: #fff;
    padding: 10px;
    /* background: #31c0f0; */
    background: #59abe7;
}
.home-slider .single-post-wrap.style-overlay {
    margin-bottom: 0px;
}
.home-slider .single-post-wrap.style-overlay .thumb{
    height: 620px;
    position: relative;
}
.home-slider .single-post-wrap.style-overlay .thumb img{
    height: 100%;
    object-fit: cover;
}
.single-post-list-wrap .media img{
    max-width: 100px;
}
.single-post-list-wrap .media .media-left{
    position: relative;
    height: 75px;
    width: 80px;
}
.single-post-list-wrap .media img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.nxp-tab-post-two ul {
    padding-right: 0;
    padding-left: 0;
}
.nxp-tab-post-two ul li{
    width: 50%;
}
.widget{
    margin-bottom: 30px;
}
.social-area-list ul{
    text-align: center;
}
.widget .social-area-list ul li{
    display: inline-block;
    border-bottom: 0;
    margin-right: 5px;
}
.widget.style-box {
    background: #fff;
    padding: 33px 23px 23px;
    border-radius: 5px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}


.widget .stats-list ul{
    padding: 0;
    margin: 0;
}
.widget .stats-list ul li {
    width: 45%;
    display: inline-grid;
    margin: 4px 2px;
}

.widget .stats-list ul li .stat {
    font-size: 16px;
    padding: 14px 1px;
    text-align: center;
    color: #fff;
    background: #2693e1;
    border-radius: 10px;
}

.widget .stats-list ul li .stat span {
    font-size: 14px;
    height: 26px;
    display: block;
}
.widget .stats-list ul li .stat b{
    font-size: 20px;
}
.widget .stats-list ul li .stat i{
    display: block;
    margin-bottom: 10px;
}
.widget.popular h6{
    font-size: 14px;
}
.important-items .single-post-wrap.style-overlay .details{
    width: 100%;
    text-align: center;
    height: 90%;
    padding: 18px;
}
.important-items .single-post-wrap.style-overlay .details .title{
    font-size: 21px;
}
.important-items .single-post-wrap.style-overlay .details .icon{
    margin-bottom: 20px;
}

/* @media (max-width: 1199px) {
    .important-items .single-post-wrap.style-overlay .details {
        padding: 18px 14px;
    }
} */

.tour .single-post-wrap .thumb{
    margin-bottom: 10px;
}
.footer-area{
    position: relative;
    overflow: hidden;
    background-image: url(/salam/website/assets/img/footer_bg3.jpg);
    display: block;
    background-size: cover;
    z-index: 1;
}
.footer-area:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: linear-gradient(#0e2431 0%, #37545d 100%);
    opacity: 0.95;
    z-index: 0;
}
.footer-area .widget_tag_cloud .tagcloud span{
    display: block;
}
.footer-area .widget_tag_cloud .tagcloud span a {
    margin-right: 0px;
    margin-bottom: 0px;
    display: inline;
    transition: 0.4s;
    border: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
}
.footer-area .widget_tag_cloud .tagcloud span a:hover{
    color: var(--main-color);
}
.footer-area .widget_tag_cloud .tagcloud span a:hover {
    background: none;
}
.footer-area .contact_info_list li{
    font-size: 18px;
}
.footer-area .widget_about p,
.footer-area .contact_info_list li,
.footer-bottom p,
.topbar-area .topbar-menu ul li a,
.topbar-area .lang-single-inner .nice-select,
.social-area li a{
    color: #fff;
}
.footer-area .footer-logo{
    text-align: center;
    margin-bottom: 30px;
}
.footer-area .footer-logo img{
    max-height: 100px;
}
.footer-bottom {
    border-top: 1px solid #8aa7b3;
    padding: 25px 0;
}

.videoGallery .rsThumb.rsNavSelected {
    background-color: var(--main-color);
    border-bottom-color: var(--main-color);
}
.bn-label{
    background-color: var(--main-color);
}
.breaking-news-ticker{
    background: #f1faff;
    border-color: var(--main-color);
}



@media all and (max-width: 767px) {
    .navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after{
        top: 7px;
    }

    .home-slider .single-post-wrap.style-overlay .thumb{
		height: 280px;
		position: relative;
	}
	.navbar-area .nav-container .logo a img{
		width: auto;
		height: 35px;
	}
    .topbar-area .topbar-menu ul li a, .nice-select {
        font-size: 14px;
    }
    .social-area li:not(.date-time){
        display: none;
    }
}








/* Counter */

.counter-section {
    background: var(--main-color);
    position: relative;
    background-image: url(/salam/website/assets/img/footer_bg3.jpg);
    display: block;
    background-size: cover;
    background-attachment: fixed;
}
.counter-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    /* background: linear-gradient(#506c7d 0%, #8da3a9 100%); */
    background: linear-gradient(#0c344d 0%, #8da3a9 100%);
    opacity: 0.95;
    z-index: 0;
}

.img-bg {
    background: var(--main-color);
    position: relative;
    background-image: url(/salam/website/assets/img/footer_bg3.jpg);
    display: block;
    background-size: cover;
    background-attachment: fixed;
}
.img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: linear-gradient(#e9e9e9 0%, #c8dadf 100%);
    opacity: 0.95;
    z-index: 0;
}


.counter-card {
    text-align: center;
    padding: 35px 10px;
    background: linear-gradient(145deg, #ffffff, #c3d7e4);
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.counter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(60, 119, 155, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.counter-card:hover::before {
    opacity: 1;
}

.counter-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.counter-icon {
    font-size: 3rem;
    /* color: #54def5; */
    color:var(--main-color);
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}
.btn-base{
    background: #118cb3;
}

.counter-card:hover .counter-icon {
    transform: scale(1.1);
}

.counter-number {
    font-size: 2.9rem;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0.7rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.counter-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* .pagination .page-item .page-link{
    background-color: #fff !important;
} */
 .blog-details-page-inner .single-blog-inner p{
    font-size: 16px;
    font-weight: 500;
    color: #0c344d;
 }
.page-title-area{
    /* background: #b4c3cb; */
}
span.sharelbl{
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-right:5px;
}
span.sharelbl i {
    padding-right: 3px;
}
.a2a_svg {
    height: 26px !important;
    line-height: 26px !important;
    width: 26px !important;
}
.tags a{
    padding: 2px 10px;
    background: #ececec;
    border-radius: 4px;
}
.tags a:hover{
    background: var(--main-color);;
    color: #fff !important;
    /* border: 1px solid #ececec; */
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 20px;
    margin-bottom: 60px;
}

.iframe-container video,
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
.about-img{
    text-align: center;
}
.about-img img{
    max-height: 160px;
}
.lead-16 {
    font-size: 16px;
}
 .contact-section {
    padding: 50px 0;
}
.contact-info {
    /* background-color: #fff; 
    box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.contact-form {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 1.1rem;
}
.contact-info i {
    color: var(--main-color);
    margin-right: 10px;
}

.newsletter-section {
    padding-top: 50px;
}
.newsletter-section .newsletter-form{
    padding: 33px 23px 57px;
    border-radius: 5px;
    box-shadow: 0px 6px 47px 3px rgb(37 37 37 / 9%);
    background: #adc6d7;
    margin-bottom: -100px;
    position: relative;
    z-index: 9999999;
}
.newsletter-section .form-control{
    height: 48px;
}
@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }

    .counter-card {
        padding: 2rem;
        margin-bottom: 1.5rem;
    }

    .counter-number {
        font-size: 2.8rem;
    }

    .counter-icon {
        font-size: 3rem;
    }
    .text-xs-center{
        text-align: center;
    }
    .lead {
        font-size: 1.1rem;
    }
     .contact-info {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .counter-section {
        padding: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .counter-number {
        font-size: 2.2rem;
    }

    .counter-label {
        font-size: 1.1rem;
    }

    .counter-icon {
        font-size: 2.5rem;
    }
}