@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,300i,400,400i,500,500i,600,600i,700,800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&family=Roboto:wght@400;500;700&display=swap');
/*--------Global Prpperties--------*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    transition: all .5s ease-in-out;
}

body {
  transition: all .5s ease-in-out;
  overflow-x: hidden;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.no-pad {
    padding: 0;
}

.pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad-t-b-50{
    padding-top: 50px;
    padding-bottom: 0px;
}

.pad-t-b-20{
    padding-top: 20px;
    padding-bottom: 0px;
}

.pad-t-b-30{
    padding-top: 30px;
    padding-bottom: 0px;
}

.pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-b-20 {
    padding-bottom: 20px;
}

.f-14 {
    font-size: 14px;
}

.f-v {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.header-bg {
    /*background: #13293d;*/
    /*background: #181246d1;*/
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}

.cmn-bg-clr {
    background: #13293d;
}

.clr-white {
    color: #fff;
}

.cmn-clr {
    color: #c2c0c0;
}

.c-l-hight {
    line-height: 1.8;
}

.feature-slider-active .owl-nav,
.popular-product-slider-active .owl-nav {
   display: none;
}

.section-boxed {
    position: relative;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.section-boxed a img {
    height: 170px;
    display: block;
    margin: 0 auto;
    transition: all .4s;
}

.section-boxed:hover img {
    transform: scale(1.1);
}

img {
    transition: all .4s;
}

.form-control:focus {
  box-shadow: inset 0 0px 1px;
}
/*------------- Typography -------------*/

a {
    font-size: 15px;
    color: #fff;
}

a, .btn {
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-family: "Poppins", sans-serif;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
    color: unset;
}

.btn.focus, .btn:focus, .btn:hover, 
button:focus, button:hover {
    outline: none;
    box-shadow: 0px!important;
}

p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    padding: 0;
}

label {
    font-family: "Raleway", sans-serif;
}

/*-----Top Header-------*/
.top-header {
    color: #fff;
    min-height: 35px;
    padding: 10px 0;
}

.top-header .top-left {
    font-size: 14px;
}

.top-header .top-left .top-menu-item a {
    color: #777777d1;
    font-weight: 400;
    letter-spacing: .4px;
}

.top-header .top-right {
    text-align: right;
    align-items: center;
    justify-content: space-between;
}

.top-header .top-right .top-menu-item {
    margin-right: 10px;
}

.top-right .top-menu-item a {
    color: #007bff;
    font-size: 20px;
}

.top-header .top-right .top-menu-item+.top-menu-item:before {
    content: "";
    margin: 0;
}

.top-right ul {
    text-align: right;
    margin-right: 20px;
}

.twitter-icon {
    color: #007bffa6;
}

.youtube-icon {
    color: #ff2035eb;
}

.top-right form {
    width: 50%;
}

/*.top-header .top-right li:last-child {
    display: none;
}*/

.top-header .top-menu-item+.top-menu-item:before {
    content: "|";
    margin: 0px 10px;
    font-size: 14px;
    color: #777777d1;
}

.top-header .has-children {
    position: relative;
}

.top-header .has-children .sub-menu {
    position: absolute;
    z-index: 9;
    background: #fff;
    bottom: -96px;
    box-shadow: 0px 0px 32px rgb(0 0 0 / 20%);
    left: auto;
    right: 0;
    border-top: 3px solid #f5573a;
    transition: all .3s;
    min-width: 125px;
    border-radius: 1px;
    opacity: 0;
    visibility: hidden;
}

.top-header .has-children .sub-menu li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: left;
}

.top-header .sub-menu li .sub-menu-link {
    color: #222;
    font-weight: 400;
    display: block;
    padding: 5px 15px;
    line-height: 1.2em;
    text-transform: capitalize;
}

.top-header .has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.top-header .sub-menu li .sub-menu-link:hover {
    color: #ffa991;
}

.middle-header {
    background-image: url(../img/banner/banner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding: 20px 0px;
}

.header-overlay:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.9;
    background-color: #d2973b;
}

.section-overlay:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.9;
    background-color: #083e06cc;
}

.breadcrumb-area.section-overlay:before {
    z-index: -1;
}

.logo-area {
    background: transparent;
    padding: 12px 0px;
}

.logo-area  .logo-wrap {
    display: flex;
    align-items: center;
}

.logo-area .logo,
.single-footer-widget .logo {
    margin-right: 20px;
}

.logo-area .logo-slogan,
.single-footer-widget .logo-slogan {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.top_time_circle {
    float: right;
}

.top_time_circle ul li {
    height: 76px;
    width: 76px;
    text-align: center;
    float: left;
    border-radius: 100%;
    list-style: none;
    border: 1px solid #fff;
    padding: 18px 0px;
    margin-left: 20px;
}

.top_time_circle ul li span, .top_time_circle ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #cd9743;
}

.navbar-light .navbar-nav .nav-link {
    color: #1c1c1c;
}

.navbar-light .navbar-nav .nav-link .fas.fa-home.font-icon {
    position: relative;
    font-size: 12px;
    right: 2px;
    bottom: 1px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #cd9743;
}

/*---------Banner Slider---------*/
.single-slider-inner {
    height: 450px;
    width: 100%;
    display: block;
    position: relative;
}

.single-slider-inner img{
    height: 100%;
}

.overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
}

/*-------Owl Carousel-------*/
.banner-slider-area .owl-carousel .owl-nav button {
  background: #ca933fa6!important;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all .4s ease;
  width: 50px;
  color: #707070;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  left: 150px;
  color: #fff;
  display: none;
}

.banner-slider-area .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 150px;
}

.banner-slider-area .owl-carousel .owl-nav button.owl-next i {
  position: relative;
  right: 0;
}

.banner-slider-area .owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  top: 0px;
}

.banner-slider-area .owl-carousel:hover .owl-nav i {
  opacity: 1;
  visibility: visible;
  display: block;
}

.banner-slider-area .owl-carousel:hover .owl-nav button {
    display: block;
}

/*-------Section Heading------*/
/*.section-heading-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #ebebeb;
    position: relative;
    line-height: 1;
    padding: 10px 0;
}

.section-heading-title:after {
    content: "";
    height: 2px;
    width: 100px;
    background: #f5573a;
    position: absolute;
    bottom: -2px;left: 0;
}*/


.section-heading h3 {
    display: inline-block;
    margin: 0px 16px 35px 0px;
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0.5px;
}

.section-heading span {
    font-size: 25px;
    position: relative;
    color: #cc9540;
    bottom: 3px;
}

/*---------Prayer Time Area-----*/
.prayer-timing-area {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0 70px;
    position: relative;
}
.prayer-timing-area:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.prayer-timing-area .prayer-list {
    position: relative;
    z-index: 999;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    border-radius: 5px;
}
.prayer-list h4 {
    display: block;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: "Lato", sans-serif;
    padding: 18px 0;
}
.prayer-list strong {
    display: block;
    margin: 20px 0px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.prayer-list button {
    display: inline-block;
    background: #009146;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 28px;
    padding: 10px 23px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}
.prayer-list button:hover {
	background:#cc9540;
}
.z-in-9 {
	z-index: 9;
}
.mr-b30 {
    margin-bottom: 30px;
}
button {
    outline: none;
    box-shadow: none;
    border: none;
}
.fl-hijri-date {
    display: flex;
    position: relative;
    transition: all 300ms;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    line-height: 12px;
    margin: auto;
}
.fl-hijri-date img:last-child {
    transform: scale(-1, 1);
}
.fl-hijri-date span {
    display: block;
    padding: 6px 25px;
}
.donate-box {
    border: 1px solid #80808080;
    padding: 35px;
    background: rgb(255 255 255 / 14%);
}
.clr-ffc107 {
	color: #ffc107;
}

.donate-box-title {
    color: #ffc107;
    font-size: 25px;
    font-family: 'Poppins';
    margin: 5px 0px;
}

.donate-box-sub-title {
    color: #ffc107d9;
    font-size: 14px;
}

.donation-acc-box a{
    background: #17a2b8;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
}
.donation-acc-box p{
    margin-bottom: 11px;
}

/*--------About Us Area-------*/
.about-img img {
    width: 100%;
    height: auto;
}

.one_fourth {
    width: 25%;
    float: left;
    text-align: center;
}

.counter {
    font-size: 24px;
    font-weight: 700;
    font-family: 'RALEWAY';
}

.counter_mosque span {
    display: inline-block;
    height: 72px;
    width: 72px;
    text-align: center;
    line-height: 66px;
    border-radius: 100%;
    border: 2px solid #e7e7e7;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 16px;    
    color: #cf9945;
}

.simple-column {
    margin-top: 40px;
}

.one_fourth .counter_mosque h6 a {
    color: #333;
}

/*--------Services Area------*/
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    transition: all .5s ease 0;
}
.item:hover{
    background:#cc9540;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #cc9540;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    background:rgba(247, 198, 5, 0.20);
    color:#cc9540;

}

.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin: 20px 0px;
    color:#2f2f2f;    
    font-weight: 600;
    font-size: 18px;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}


/*--------Our Vision Area-----*/
.our-vision-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    position: relative;
}

/*Nwsletter Css*/
.newsletter_des {
    padding: 17px 0px 13px;
}

.newsletter_des span {
    display: inline-block;
    font-size: 50px;
    color: #ebd0a7;
    float: left;
    line-height: 50px;
}

.newsletter_text {
    overflow: hidden;
    padding-left: 30px;
}

.newsletter_text h5 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 0px;
}

.newsletter_text h5 a {
    color: #000;
}

.newsletter_text h5:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #fff;
    width: 60px;
}



/*For Mobile Support*/
.counter-f-m {
    display: none;
}

.counter-box {
    position: unset;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*--------Who We Are--------*/
.who-we-are-img {
    padding: 2px;
    border: 2px solid #f5573a9e;
    background: lightsteelblue;
    border-radius: 2px;
}

.who-we-are-content h2 {
    font-size: 30px;
    line-height: 40px;
}

.who-we-are-content h2 span {
    display: block;
    color: #f5573a;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
}

/*--------Breadcrumb Area--------*/
.breadcrumb-area {
    background-image: url('../img/banner/banner5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

h1.breadcrumb-title {
    font-weight: 600;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb-content ul li {
    font-size: 15px;
    color: #dcd5d5;
    font-weight: 600;
}

.breadcrumb-content ul li a {
    color: #fff;
}

.breadcrumb-content ul li:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c6bcbc;
    margin: 0 6px;
    display: inline-block;
}

.breadcrumb-content ul li:last-child:after {
    content: "";
}

.breadcrumb-content ul li a:hover {
    color: #f5573a;
}

/*=======================About Us Css==================*/
.about-content p{
    font-size: 18px;
}
.popular-product-slider-inner {
    height: 250px;
}

.popular-product-slider-inner a img {
    height: 100%;
}

.corporate-contact-box {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    background: #fff;
    margin: 15px 0px;
    padding: 20px;
}

.corporate-contact-box span,
.corporate-contact-box p {
    font-size: 14px;
    color: #676363;
}

.corporate-contact-box h5 {
    font-family: 'Poppins';
}

.corporate-contact-box i {
    font-size: 25px;
    margin-right: 15px;
    color: #f5573a;
}

/*=======================Our Product Css==================*/
.single-product .section-boxed {
    padding: 15px;
}

.single-product .section-boxed a {
    display: block;
    text-align: center;
}

/*----------Footer Area---------*/
#footer {
    background: #2b2b2b;
}

.single-footer-widget {
    margin-bottom: 20px;
}

.single-footer-widget img {
    width: 100px;
    height: 100px;
}

.widget_call_info {
    padding-bottom: 25px;
}

.widget_call_info li {
    display: block;
    margin-bottom: 7px;
    line-height: 30px;
}

.widget_call_info li a {
    display: inline-block;
    width: 100%;
}

.widget_call_info li a:hover{
    color: #fff;
}

footer .widget_logo .widget_call_info li a p {
    color: #fff;
}

.menu-links li {
    display: block;
    margin-bottom: 8px;
    line-height: 35px;
}

.menu-links li a {
    font-size: 16px;
    color: #c2c0c0;
}

.footer-font-icon {
    position: relative;
    font-size: 15px;
    margin-right: 8px;
}

.menu-links li a:hover {
    color: #f56036;
}

.footer-copywrite {
    background: #1d1d1d;
    padding: 15px 0px;
}

@media only screen and (max-width: 1199.98px) { 
    .single-slider-inner {
        height: 435px;
    }
    
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 991.98px) { 
    .f-sm-12 {
        font-size: 12px;
    }
     
    .f-sm-24 {
        font-size: 24px;
    }

    .top-header {
        border-bottom: 1px solid #808080a6;
    }

    .navbar-light .navbar-toggler {
        color: #ffffff78;
        border-color: #ffffff78;
    }
    
    .d-sm-b {
        display: block!important;
    }

    .top-header .top-right .top-menu-item+.top-menu-item:before {
        content: "";
    }

}

@media only screen and (max-width: 768.98px) {
    .single-slider-inner {
        height: 350px;
    }

    .section-boxed {
        margin-top: 20px;
    }

    .single-footer-widget {
        margin-top: 15px;
    }

    .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .top-header .top-left {
        display: none;
    }
    .top-header .top-right {
        text-align: left;
    }

    .top-right ul {
        text-align: left;
    }
   
    .top-right form {
        width: 100%;
    }

    .logo-area .logo-wrap {
        display: none;
    }
     
    .top_time_circle {
         float: unset; 
    }

    .top_time_circle ul li {
        height: 60px;
        width: 60px;
        margin-left: 17px;
        padding-top: 14px;
    }

    .top_time_circle ul li:first-child {
        margin-left: 0px!important;
    }

    .top_time_circle ul li span, .top_time_circle ul li a {
        font-size: 12px;
    }
    iframe{
        width: 100%;
    }
    .top-header{
        display: none;
    }
    .middle-header{
        display: none;
    }
}

@media only screen and (max-width: 575.98px) { 
    
    .sm-v-none {
        display: none;
    }

    .section-heading-title {
        font-size: 18px;
    }

    .breadcrumb-title {
        font-size: 30px;
    }

    .d-sm-none {
        display: none;
    }

    .top-left li:last-child {
        display: inline-block;
    }

    .top-header .top-menu-item+.top-menu-item:before {
        content: "";
        margin: 0px 41px;
        font-size: 14px;
    }

}


@media only screen and (max-width: 400px) {
    .top-header {
        padding: 9px 0;
    } 
      
    .top-header .top-menu-item+.top-menu-item:before {
        content: "";
        margin: 0 45px;
    }

    .section-heading-title {
        font-size: 18px;
    }

    .breadcrumb-title {
        font-size: 30px!important;
        letter-spacing: 2px;
    }

    .single-slider-inner {
        height: 200px;
    }
    
    .sm-v-none {
        display: none;
    }
    
    .top-left li {
        font-size: 11px;
    }

    .top-left li:first-child {
        margin-right: 19px;
    }

    .counter-area {
        position: relative;
        background: #f1f1f1;
        padding: 50px 50px 30px;
        height: auto;
    }

    .counter-f-m {
        display: block;
    }

    .counter-main-box {
        display: none;
    }
}

@media only screen and (min-width: 400px) and (max-width: 550px) {
    .top-header {
        padding: 9px 0;
    } 
      
    .top-header .top-menu-item+.top-menu-item:before {
        content: "";
        margin: 0px 70px;;
    }
    
    .top-header .top-left .top-menu-item:nth-child(2) {
        display: none;
    }

    .top-left li {
        font-size: 11px;
    }

    .top-left li:first-child {
        margin-right: 19px;
    }

    .single-slider-inner {
        height: 200px;
    }

    .counter-f-m {
        display: block;
    }

    .counter-main-box {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .top-header {
        padding: 9px 0;
    } 
      
    .top-header .top-menu-item+.top-menu-item:before {
        content: "";
        margin: 0 25px;
    }

    .top-right ul {
        margin-right: 0px;
    }
    .top-right .top-menu-item a {
        font-size: 18px;
    }
    .single-slider-inner {
        height: 200px;
    }

    .counter-f-m {
        display: block;
    }

    .counter-main-box {
        display: none;
    }
}

.gallery-image img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.p-30{
    padding: 30px 20px;
}