@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
body{
    font-family: 'Source Sans Pro', sans-serif !important;
}
*{
    font-family: 'Source Sans Pro', sans-serif !important;
}
.body_with_bg {
    padding-top: 0 !important;
}
/* HEADER */
.custom-header .top_info {
    position: relative;
    color: #FFF;
    text-align: right;
    font-size: 12px;
    line-height: 11px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    z-index: 9;
    padding: 15px 0;
}
.custom-header .top_info::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #047ba0;
    z-index: -1;
    left: 0;
    top: 0;
}
.custom-header .top_info > * {
    font-size: 15px;
    font-weight: 700;
    padding: 3px 0;
}
.custom-header .top_info > .weathers {
    font-weight: 400;
    border-left: 1px solid #62b0c8;
    padding-left: 8px;
    margin-left: 8px;
  }
.custom-header .top_nav ul li a p {
    color: inherit;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.custom-header .quadmenu-navbar-brand.img {
    padding-left: 0 !important;
  }
  .custom-header .bottom-bar {
    padding: 14px 0;
    transition: all 0.5s ease-in-out;
}
.custom-header.sticky .bottom-bar {
    padding: 8px 0;
    transition: all 0.5s ease-in-out;
  }

.bottom_bar .button-wrap   {
    position: relative;
  }
.bottom_bar .button-wrap::after  {
    position: absolute;
    content: '';
  }
.glow-btn {
    position: relative;
}
.glow-btn::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #00ffcb;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: ring 1.5s infinite;
}
@keyframes ring {
    0% {
        width:30px;
        height:30px;
        opacity:2
    }
    100% {
        width:80px;
        height:80px;
        opacity:0
    }
}
.sticky {
    position: fixed !important;
    top: 0 !important;
    z-index: 999;
    width: 100%;
    left: 0;
    background: #fff !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
  }
.tr_slider.owl-carousel .owl-nav button {
    color: #fff !important;
}
/* HEADER */
/* FOOTER */
.social-icon {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    gap: 14px;
  }
  .social-icon li a {
    display: inline-flex;
    width: 35px;
    aspect-ratio: 1;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fff;
  }
  .social-icon li a:hover {
    color: #1f2024 !important;
    background-color: #fff;
  }
  .footer-left h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #FFF;
    margin-bottom: 38px !important;
  }
  .footer-left h4 {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #FFF;
    margin-bottom: 14px !important;
  }
  .footer-left h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    color: #FFF;
    margin-bottom: 26px !important;
  }
  .footer-left h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFF;
    max-width: 320px;
    margin-bottom: 30px !important;
  }
  .footer-left img {
    margin-bottom: 30px;
  }
/* FOOTER */
.top_bar_01 {
    background: #424242;
    position: relative;
    overflow: hidden;
}
/* .header_bar {
    position: unset !important;
} */
/* .top_info {
    position: absolute !important;
    background: #047ba0 !important;
    width: 100%;
    right: -104px;
} */
.mcwc_items img {
    width: 100% !important;
    height: 100px !important;
    opacity: .6 !important;
    object-fit: cover !important;
}
.header_01 {
    width: 100%;
    padding: 20px 0;
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background: #fff;
}
.main_menu > ul > li:after {
    background: #02bcae !important;
}
.header_01 .cart_btn{
    display: none !important;
}
.header_01 .col-lg-6{
    padding-left: 20px !important
}
.header_01 .logo_01 {
    position: relative;
    padding: 0 !important;
}
.tr_items a:hover {
    color: #047ba0  !important;
}
.tranding_part h4 {
    font-size: 18px;
}
.tr_items a {
    font-size: 16px !important;
}
.bottom_bar {
    padding-bottom: 30px !important;
    background-color: #02bcae;
}
.tr_slider.owl-carousel .owl-nav button:hover {
    border: 2px solid #fff !important;
    background-color: #02bcae !important;
}
.tr_slider.owl-carousel .owl-nav button {
    border: 2px solid #e1e1e1 !important;
}
.featured_item_1{
    position: relative;
    overflow: hidden;
}
.featured_item_1:after {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.featured_item_1:hover .fi1_content {
    bottom: 30px !important;
}
.featured_item_1:hover img {
    transform: scale(1.02) rotate(0) !important;
}
.featured_item_1 img {
    transform: scale(1)!important;
    transition: all ease .5s;
}
.fi1_content {
    left: 60px;
    bottom: 30px !important;
}
.featured_post_section_1 {
    background: #f7f7f7 !important;
}
.featured_post_section_1 {
    padding: 40px 0 !important;
}
.whole-content{
    margin: 50px 0;
}
.lifestyle, .entertainment, .world, .popular, .travel, .random{
    padding: 20px;
    box-shadow: 0 0 3px rgb(0 0 0 / 21%);
}
.blog-title-cont{
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    margin: 20px 0;
    width: 100%;
}
.blog-title-cont h4{
    color: #E29C04;
    background-color: #ffff;
    margin-bottom: 0;
    position: relative;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
    height: 14px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}
.blog-title-cont h4::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    width: 12px;
    height: 12px;
    background-color: #E29C04;
    margin-bottom: 0;
}
.big-blog-img{
    position: relative;
}
.big-blog-img img{
    width: 100%;
}
.big-blog-img a{
    position: absolute;
    top: 0;
    left: 15px;
}
.big-blog-content, .small-blog-content{
    padding-left: 0;
}
.date-h6{
    color: rgb(161, 161, 161) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
p{
    color: rgb(126, 126, 126);
}
.small-blog img{
    width: 100%;
}
.read-more{
    background: #E29C04;
    border: 0 none;
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    line-height: 34px;
    vertical-align: middle;
    padding: 0 8px 0 13px;
    cursor: pointer;
}
.color-tag {
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 8px;
    margin: 0 2px 2px 0;
    white-space: nowrap;
    display: inline-block;
}
.tag-3 {
    background-color: #E29C04;
}
.big-blog-content, .small-blog-content {
    padding-left: 10px;
    padding-right: 0;
}
.small-blog-content h6{
        font-weight: 500;
        color: #333333;
        letter-spacing: 0;
        margin: 0 0 15px;
        line-height: 1.2;
        font-family: unset !important;
        font-size: 15px;
}
.travel .blog-title-cont h4{
    color: #45ACE4 ;
}
.travel .blog-title-cont h4::before{
    background-color: #45ACE4;
}
.travel-big-blog-container{
    position: relative;
    padding: 0 10px;
}
.travel-big-blog-container img{
    filter: brightness(0.5);
    width: 100%;
}
.travel-content-container{
    position: absolute;
    bottom: 0;
    left: 0;
}
.travel-content-container h4 {
    color: #fff;
    font-weight: 600;
}
footer h4{
    color: rgb(184, 184, 184);
    margin-bottom: 30px;
    font-weight: 500 !important;
}
footer{
    padding: 80px 0;
    background: #1f2024;
}
footer .footer1{
    padding: 20px;
}
footer ul{
    padding: 0;
}
footer ul li{
    color: rgb(131, 131, 131);
    margin: 10px 0;
    list-style-type: none;
    transition: all ease .2s;
}
footer ul li a{
    color: rgb(131, 131, 131);
}
footer ul li a:hover{
    color: #fff !important;
}
.input1{
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgb(90, 90, 90);
    outline: none;
    margin: 0 10px;
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #fff;
}
textarea{
    width: 100%;
    height: 80px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgb(90, 90, 90);
    outline: none;
    margin: 0 10px;
    font-size: 18px;
    padding: 10px 20px;
    color: #000;
    resize: none;
}
.footer-submit-btn{
    color: #fff;
    padding: 10px 40px;
    margin: 30px 10px;
    background-color: #207fc0;
    border: none;
}
.main-logo-container span h2 {
    font-weight: 900;
    color: #009c45;
}
.main-logo-container h2 {
    font-weight: 900;
    color: #207fc0;
    font-size: 35px;
}
.small-social-icon img {
    width: 30px;
    margin: 0 5px;
}
.tr_items a {
    margin-left: 40px;
    font-size: 19px !important;
}
.z-box {
    padding: 20px;
    box-shadow: 0 0 3px rgb(0 0 0 / 21%);
    margin-left: 2px;
}
.trending h2{
    font-size: 20px !important;
}
.trending img{
    width: 100%;
}
a.read {
    right: 20px;
    position: absolute;
    color: #fff;
    background: #e29c04;
    padding: 0 10px;
}
.travel a.read{
    background-color: #45ace4 !important;
}
.row.text-center.small-social-icon {
    padding-left: 18px;
}
.fi1_content h2 a:hover {
    color: #02bcae !important;
}
.header_01_inner {
   padding: 0 !important;
}
.header_01 .row .col-lg-3:first-child{
    padding-left: 0 !important;
}
.header_01 .row .col-lg-3:last-child{
    padding-right: 7px !important;
}
.social_01 a:hover {
    color: #047ba0 !important;
}
.search_btn.active a, .search_btn a:hover{
    background-color: #047ba0 !important;
}
#backtotop {
    background: #047ba0 !important;
}
.main_menu {
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: center;
    padding-top: 0 !important;
}
.comon_section {
    padding: 50px 0 !important;
}
.p-sticky .stickywidget {
    position: sticky !important;
    top: 140px !important;
}
.top_nav ul li a:hover {
    font-weight: 700 !important;
    color: #fff !important;
}
.tranding_part h4 {
    font-size: 18px !important;
}
.main_menu > ul{
    display: flex;
    justify-content: flex-end;
}
.main_menu > ul > li{
    padding: 0 !important;
}
.main_menu > ul > li > a:hover {
    background-color: #02bcae;   
    color: #fff !important;
    border: 2px solid #cbcbcb;
}
.main_menu > ul > li > a {
    font-size: 14px !important;
    padding: 12px 12px;
    background-color: #fff;
    color: rgb(87, 87, 87);
    border: 2px solid #ffffff;
    border-radius: 2px;
}
/* li.current-menu-item a{
    background-color: #02bcae !important;
    color: #fff !important;
    border: 2px solid #cbcbcb !important;
} */
.main_menu > ul > li:after {
    bottom: 10px !important;
    display: none;
}
.main_menu > ul > li {
    margin-right: 10px !important;
}
.main_menu ul ul.sub-menu > li:hover > a {
    color: #047ba0 !important;
}
.first-ban img{
    width: 100%;
    height: 220px;
    /* object-fit: cover; */
}
.first-ban{
    position: relative;
    padding: 0 !important;
}
.first-ban::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #002f3da3;
}
.first-ban .ban-txt{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    z-index: 10;
}
.first-ban .ban-txt h2 {
    color: #fff;
    max-width: 450px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}
.first-ban .ban-txt a{
    background-color: #047ba0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 6px 20px;
    border: #fff 1px solid;
    transition: all ease .3s;
}
.first-ban .ban-txt a:hover{
    background-color: #fff;
    border: 1px solid #047ba0;
    color: #047ba0;
}
.top_nav {
    /* padding: 19px 0 0 3px !important; */
}
/* .top_info {
    padding: 18px 0 16px 65px !important;
} */
.social_01 a {
    float: right !important;
    font-size: 16px !important;
    margin-right: 15px !important;
}
.social_01 {
    margin-right: 5px !important;
}
.blogbann img {
    width: 100%;
}
.subhadipimg{
    width: 22px;
}
.social_01 .clearfix{
    display: flex !important;
}
.search-form {
    visibility: hidden;
    position: absolute;
    top: 2px;
    left: -200px;
  }
.header_01_settings{
    justify-content: center !important;
    padding-top: 0 !important;
}
#mufshscrch {
	visibility: hidden;
}
/* sheikh zaheer */
.mcwc_items span.mcwc_name{
    width: 200px;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zpagination{
    width: 100px !important;
}
.magro_pagination a, .magro_pagination span{
    margin: 0px 5px !important;
}
.nav-links{
    display: flex;
    justify-content: space-between;
}
.contact_form input.reqError, .contact_form .reqError{
    background: unset !important;
}
.contact_form input[type="tel"]{
    width: 100%;
    height: 47px;
    border: 2px solid #ededed;
    line-height: 47px;
    padding: 0 24px;
    font-size: 13px;
    color: #444444;
    outline: none;
    margin-bottom: 15px;
}
textarea{
    margin: 0 !important;
}
.widget_title{
    margin: 35px 0 35px !important;
}
.mp_post_thumb img{
    filter: brightness(0.5);
}
.search-form {
    /* //visibility: hidden; */
    position: absolute;
    top: 39px !important;
    left: 95px !important;
}
.search_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img100 img{ width: 100%;}
.sngterm h2{ font-size: 18px; padding: 8px 0;}
.sngterm{ padding: 15px 0 20px 0;}
footer .my-2 p br{ display: none;}
/* sheikh zaheer */
p {
    color: rgb(20 20 20);
}
ul.meta li a{
    padding: 9px 10px; 
    margin: 8px 9px;
    display: inline-block; 
    border-radius: 3px; 
    font-size: 0.9em; 
    border-radius: 3px; 
    font-weight: 600;
    border: 2px solid transparent; 
    cursor: pointer; 
    box-shadow: 0 1px 10px rgb(0 0 0 / 4%), 0 2px 4px 0 rgb(0 0 0 / 5%); 
    user-select: none; 
}
/* =+=+=+=+=+=+ HEADER 21-06-2023 =+=+=+=+=+=+ */
.top-bar {
    background-color: #3a4244;
    overflow-x: hidden;
}
.top-bar .left .soc-icon {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    gap: 14px;
}
.top-bar .left .soc-icon li a {
    display: inline-flex;
    width: 26px;
    aspect-ratio: 1;
    background-color: #02bcae;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.5s ease-in-out;
}
.top-bar .left .soc-icon li a:hover {
    background-color: #fff;
    color: #3a4244;
    transition: all 0.5s ease-in-out;
}
.top-bar .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 12px 0;
    z-index: 9;
}
.top-bar .right::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #047ba0;
    z-index: -1;
    left: 95px;
    top: 0;
  }
.top-bar .right .quick-link {
    display: flex;
    align-items: center;
}
.top-bar .right .quick-link:hover p {
  color: #b9ece8;
  transition: all 0.5s ease-in-out;
}
.top-bar .right .quick-link:hover span {
  color: #b8ece8;
  transition: all 0.5s ease-in-out;
}
.top-bar .right .quick-link:not(:last-child) {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #64a8bd;
}
.top-bar .right .quick-link span {
    color: #ffffff;
    font-size: 14px;
    margin-right: 8px;
}
.top-bar .right .quick-link p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 20px;
}
footer {
    padding-bottom: 0 !important;
}
.copyright .content h6 {
    text-align: center;
    color: #dfdfdf;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}
.footer-form textarea {
    margin: 0 10px !important;
}

/* =+=+=+=+=+=+ HEADER 21-06-2023 =+=+=+=+=+=+ */
/* =+=+=+=+=+=+ INNER BANNER 28-06-2023 =+=+=+=+=+=+ */
.custom-inner-banner {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
position: relative;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
}
.custom-inner-banner::after {
position: absolute;
content: '';
background-color: rgba(4, 36, 45, 0.57);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.custom-inner-banner img {
height: 280px;
width: 100%;
object-fit: cover;
}
.inner-banner-wrap {
position: absolute;
z-index: 9;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.inner-banner-content {
text-align: center;
}
.inner-banner-content h1, .inner-banner-content h2 {
font-family: var(--ff-secondary);
color: #fff;
font-size: 45px;
font-weight: 700;
text-transform: uppercase;
}
.inner-banner-text {
margin-top: 10px;
}
.inner-banner-text .breadcrumb-item {
margin: 0;
}
.inner-banner-text .breadcrumb {
justify-content: center;
display: flex;
align-items: center;
}
.inner-banner-text .breadcrumb-item a {
display: block;
width: 100%;
text-align: end;
text-decoration: none;
color: #fff;
transition: all 0.2s ease-in-out;
font-size: 17px;
font-weight: 600;
margin: 0 !important;
}
.inner-banner-text .breadcrumb-item a:hover {
color: #fff;
text-decoration: underline;
transition: all 0.5s ease-in-out;
}
.inner-banner-text .breadcrumb-item.active {
font-size: 18px;
font-family: var(--ff-secondary);
font-weight: 500;
transition: all 0.2s ease-in-out;
color: #fff;
}
.inner-banner-text .breadcrumb-item + .breadcrumb-item::before {
color: #fff;
}
/* =+=+=+=+=+=+ INNER BANNER 28-06-2023 =+=+=+=+=+=+ */
/* =+=+=+=+=+=+ COMING SOON 28-06-2023 =+=+=+=+=+=+ */
.maintanace-img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: top;
}
/* =+=+=+=+=+=+ COMING SOON 28-06-2023 =+=+=+=+=+=+ */
.concat_content .icon_box_1 p i {color: #047ba0;}
.concat_content .icon_box_1 p a {color: #047ba0;}
.concat_content .icon_box_1 p {font-weight: 600;}
.concat_content .icon_box_1 {margin-top: 20px;}
.contact_form h3 {color: #4a4a4a;font-weight: 700;}
.contact_form textarea {height: 160px;}