
body {
  font-family: "Montserrat", sans-serif!important;
}
.banner-area .images img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.footer-logo img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.menu-icon .menu-icon-two::before{
    display: none;
}
.navbar-brand img{
    width: 350px;
    height: 70px;
    object-fit: contain;
}

.about-area-three .about-img img{
    height: 400px;
    width: 100%;
    position: relative;
    object-fit: cover;
}

.about-area-three .about-img  .overlay{
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: block;
    transition: all 0.3s ease-in-out;


}
.about-area-three .about-img .overlay h1{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;

}
.about-img{
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;

}
.about-area-three{
    padding-top: 100px ;
}
/* .about-area-three .row{
    width: 100%;
} */
.side-nav-responsive .dot-menu{
    display: none;
}
.twitter-icon{
width: 15px;
height: 15px;
vertical-align: baseline;
}
.about-area-three a{
width: 100%;
overflow: hidden;
}
.about-area-three a .about-img{
    overflow: hidden;
}
.about-area-three a .about-img img{
transition: all 0.3s ease-in-out;
}
.about-area-three a:hover .about-img img{
    transform: scale(1.12);
}
.about-area-three a:hover .about-img .overlay{
    background-color: rgba(0, 0, 0, 0.01);

}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sticky-nav .nav-three-responsive .dot-menu {
    
        display: none;
    }
} 
    

@media (min-width: 768px) {
    .navbar-expand-md {
        justify-content: space-between;
        width: 100%;
    }
    .navbar-collapse{
        flex-basis: auto;
        flex-grow: unset;
    }
    .footer-address{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
}
.about-us-logo{
margin-bottom: 30px;
}
.about-us-logo img{
    width: 400px;
}
.inner-banner.inner-bg1::before{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
}
/****our-services*****/
.inner-bg9{
    background-image: url(../img/tasneem-img/chang-min-caLZjNiAHrU-unsplash.jpg);
}
.inner-banner.inner-bg9::before{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
}
/* .inner-banner::before{
    display: none;
} */
.inner-bg1{
    background-image: url(../img/tasneem-img/1x/About\ us\ img-8.png);
    height: 550px;
    

}
.inner-bg2{
    background-image: url(../img/tasneem-img/1x/img\ 1-8.png);
    height: 550px;
}
.inner-banner.inner-bg2::before{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar-modal .sidebar-header .sidebar-logo .sidebar-logo1 {
    width: 245px;
}
.about-main-text{
    text-align: center;
}
.inner-banner .inner-title {
     padding-top: 0; 
     padding-bottom: 0; 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}
.inner-banner .inner-title h3{
    font-weight: 400;
}
.inner-banner {
    margin-top: 80px;
}
.inner-logo{
    position: absolute;
    bottom: 50px;
    z-index: 8;
    width: 500px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.about-area p,
.about-area h1{
    color: #000;
}
.work-main-text{
    text-align: center;
    color: #000;
    margin-bottom: 0;
    padding: 50px 15px;

}
.about-main-text{
    color: #9a9a9a!important;
}
.social-banner-icons{
    position: absolute;
    right: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding-left: 0;
    padding: 10px;
    bottom: 50px;


}
.social-banner-icons li a{
    color: #fff;
    text-decoration: none;
}
.social-banner-icons li a i{
    transition: all 0.3s ease-in-out;

}
.social-banner-icons li a:hover i,
.social-banner-icons li a:hover img    {
    transform: scale(1.12);
}
.service-btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } 
.service-form{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
    margin: auto auto 50px;

}
.capatcha-field{
flex-direction: column;
gap: 15px;
}

.capatcha-field  input{
    background-color: transparent;
    border: 2px solid #000; 
    height: 40px;
    width: 50%;
    color: #000;
    font-size: 16px;
    padding: 10px;
    outline: none;
    border-radius: 0;
}
.js-captcha-refresh {
    width: 50px;
    background-color: transparent;
    border: 2px solid #000;
}
.js-captcha-refresh img{
    transition: all 0.3s ease-in-out;
}
.js-captcha-refresh:hover img{
    filter: brightness(0) invert(1);
}
.capatcha-field label{
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.service-form .book-now .book-btn{
    background-color: transparent;
    border: 2px solid #000;
    height: 40px;   
    /* position: absolute;
    right: 0; */
    color: #000;
    font-size: 16px;
    padding: 10px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;

  

}
.service-form .book-now button:hover{
    background-color: #000;
    color: #fff;
}
.book-consultation h1{
    text-align: center;
    color: #000;
    font-size: 35px;
}
.book-consultation .select-title{
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
.service-form .book-now{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;

}
.service-form .form-control{
    background-color: transparent;
    border: 2px solid #000; 
    height: 40px;
    width: 350px;
    color: #000;
    font-size: 16px;
    padding: 10px;
    outline: none;
    border-radius: 0;
}
.service-form textarea{
    background-color: transparent;
    border: 2px solid #000; 
    width: 350px;
    color: #000;
    font-size: 16px;
    padding: 10px;
    outline: none;
    border-radius: 0;
}
.service-form .form-control:focus,.service-form textarea:focus{
    box-shadow: none!important;
}
.service-form .form-control::placeholder
,.service-form textarea::placeholder{
    color: #000;
    font-size: 16px;
}


.button {  
    background-color: transparent; /* Default button color */  
    border: 2px solid #000;  
    border-radius: 0;  
    padding: 10px 20px;  
    cursor: pointer;  
    display: inline-flex;  
    align-items: center;  
    transition: background-color 0.3s;  
    position: relative;  
    color: #000;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;

}  

.button input[type="radio"] {  
    display: none; /* Hide the original radio button */  
}  

.button:hover {  
    background-color: #e0e0e0; /* Color on hover */  
}  

.button input[type="radio"]:checked + label {  
    background-color: #007bff!important; /* Color when selected */  
    color: white;  
}

.book-now-list {
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 0;
  }
  
  .book-now-list li {
    float: left;
    margin: 0 ;
    width: 175px;
    height: 40px;
    line-height: 28px;
    position: relative;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .book-now-list label,
  .book-now-list input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;width: 100%;
    cursor: pointer;

  }
  
  .book-now-list input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
  }
  
  .book-now-list input[type="radio"]:checked+label,
  .Checked+label {
    background: #000;
    color: #fff;
  }
  
  .book-now-list label {
    padding: 5px;
    border: 0;
    cursor: pointer;
    z-index: 90;
  }
  
  /* .book-now-list label:hover {
    background: #000;
    color: #fff;
  } */

/*****our work*******/
.inner-bg-construct{
    background-image: url('../img/tasneem-img/our_work_img.png');
    height: 400px;
    background-size: contain;
    position: relative;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.inner-bg-construct::before{
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
}
.inner-bg-construct h3{
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    z-index: 9;
}
.inner-bg-construct .inner-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    width: 100%;
}
@media (max-width:1200px) {
    .inner-bg-construct,
    .inner-bg-construct     ,
    .inner-banner.inner-bg3 ,
    .inner-banner.inner-bg1,
    .inner-banner.inner-bg4,
    .inner-banner.inner-bg9,
    .inner-banner.inner-bg2  {
        height: 250px!important;
    }
    /* .twitter-icon{
        height: 12px;
    } */
    .loader{width: 50px!important}
    .inner-bg-construct{
        background-size: cover;
    }
}
.tik-tok-icon{
filter: brightness(0) invert(1);
z-index: 8;
position: relative;
transition: all 0.3s ease-in-out;
width: 10px;}
/******vlogs******/
.inner-banner.inner-bg3{
    background-image: url('../img/tasneem-img/Vlog_banner.png');
    height: 550px;
}
.inner-banner.inner-bg3::before{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
}
.inner-banner.inner-bg4{
    background-image: url('../img/tasneem-img/Vlog_banner.png');
    height: 550px;
}
.inner-banner.inner-bg4::before{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
}
.sticky-nav .navbar-light .navbar-brand img{
    max-width: 350px;
    height: 70px;
    object-fit: contain;
}
.service-card{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;

}
.service-card > img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;

}
.about-us-card > img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    margin-bottom: 30px;
}
.vlogs-images .vlog-item:not(:first-of-type),
.vlogs-images .vlog-item:not(:last-of-type)
{
    margin-inline: 4px;
}
.capatcha-code{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.capatcha-code > img{
    max-width: 40%;
}
.footer-widget.footer-widget-color .footer-contact-list li a{
    transition: all 0.5s;

}
.footer-widget.footer-widget-color .footer-contact-list li a:hover{
    color: #fff;
}
.service-card .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    padding: 30px;

}
.service-card:hover > img{
transform: scale(1.12);
}

.service-card .overlay h1{
    color: #fff;
    font-size: 20px;
    padding-bottom: 50px;
    min-height: 135px;
}
.service-card .overlay h3{
    color: #fff;
    padding-top: 50px;
    font-size: 20px;
}
.error-area{
    padding: 150px 0;
}
.return-btn{
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 2px solid #000;
    width: 200px;
    height: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.return-btn:hover{
    background-color: #000;
    color: #fff;
}
.service-card .overlay p,
.service-card .overlay span    {
    color: #fff;
    font-size: 13px;
}
.service-card .overlay button{
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    width: 150px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.service-card .overlay button:hover{
    color: #000;
    border-color: #000;
}
.service-num{
    text-align: center;
    font-weight: 700;
    color: #000;
    display: block;
}
.loader {
    width: 150px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
      linear-gradient(0deg ,rgb(160, 158, 158) 30%,#0000 0 50%,rgb(0 0 0/25%) 0) 50%/8% 100%,
      linear-gradient(90deg,rgba(240, 230, 230, 1) 30%,#0000 0 50%,rgb(0 0 0/25% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
    margin: auto auto 20px;
  }
  .loader::before,
  .loader::after {
     content: "";
     grid-area: 1/1;
     border-radius: 50%;
     background: inherit;
     opacity: 1;
     transform: rotate(30deg);
  }
  .loader::after {
     opacity: 0.83;
     transform: rotate(60deg);
  }
  @keyframes l23 {
    100% {transform: rotate(1turn)}
  }
  .loader.service-loader{
    width: 50px;
    margin-bottom: 50px;
  }
  /****vlogs*****/
  .vlogs-images{
    margin: 50px 0;
  }
  .vlogs-items{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    row-gap: 50px;
  }
  .vlogs-items .vlog-item img{
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  @media (max-width:1200px) {
    .vlogs-items{

    grid-template-columns: repeat(3,1fr);
    row-gap: 10px;
    }
    .vlogs-items .vlog-item img{
        height: 440px;
    }
 
  } 
  @media (max-width:992px) {
    .vlogs-items{

    grid-template-columns: repeat(3,1fr);
    row-gap: 10px;
    }
  } 
  @media (max-width:768px) {
    .vlogs-items{

    grid-template-columns: repeat(2,1fr);
    row-gap: 10px;
    }
    .service-form .form-control,.service-form textarea        {
        width: 100%;
    }
    .vlogs-items .vlog-item img{
        height: 300px;
    }
  }  @media (max-width:575px) {
    .vlogs-items{

    grid-template-columns: repeat(2,1fr);
    row-gap: 10px;

    }
  }
  @media (max-width:575px) {
    .vlogs-items{

    grid-template-columns: repeat(2,1fr);
    }
  }

  .vlogs-items .vlog-item a img {
    transition: all 0.3s ease-in-out;
  }
  .vlogs-items .vlog-item a  {
    overflow: hidden;
    display: block;
  }
  .vlogs-items .vlog-item a:hover  img{
    transform: scale(1.12);
  }
  /****footer*****/
  .copy-right-icon-two .social-link li:hover a{
    color: #fff;
  }
  .copy-right-icon-two .social-link li a img,
  .copy-right-icon-two .social-link li a i

  {
    transition: all 0.3s ease-in-out;

  }
  .copy-right-icon-two .social-link li:hover a img,
  .copy-right-icon-two .social-link li:hover a i  {
    transform: scale(1.12);

  }
  .main-nav nav .navbar-nav .nav-item a{
    position: relative;
  }
  .main-nav nav .navbar-nav .nav-item a.active{
    color: #fff!important;
  }
  .nav-three nav .navbar-nav .nav-item:hover a, .nav-three nav .navbar-nav .nav-item .active{
    color: #fff!important;

  }

  .main-nav nav .navbar-nav .nav-item a::before{
    content: '';
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
  }
  .main-nav nav .navbar-nav .nav-item a.active::before{
    opacity: 1;
    width: 100%;
  }
  .main-nav nav .navbar-nav .nav-item a:hover::before{
    opacity: 1;
    width: 100%;
  }
  @media (max-width:991px) {
    .about-area-three .about-img img{
        height: 300px;
    }
    .inner-banner{
        margin-top: 55px;
    }
    .mobile-nav .logo img{
        max-width: 300px!important;
    }
   
    .book-consultation h1 {
        font-size: 21px;
    }
    .service-form {
        margin-bottom: 50px;
    }
    .book-consultation .select-title {
        font-size: 14px;
    }
    .about-area-three .about-img .overlay h1{
        white-space: nowrap;
        font-size: 23px;
    }
    .inner-bg-construct h3 {
        font-size: 23px;
    }
    .social-banner-icons{
        right: 10px;
        bottom: 10%;
        margin-bottom: 0;
    }
    .inner-logo{
        width: 250px;
    }
    .book-now-list li {
        width: 50%;
    }
    .about-img {
        margin-bottom: 5px;
    }
    .button-group,
    .book-now-list,
    .service-form .book-now,
    .service-form .form-control,.service-form textarea        {
        width: 100%;
    }
    .service-form .form-control::placeholder,
    .service-form .book-now button,
    .service-form textarea::placeholder        {

        font-size: 14px;
    }
    .service-form{
        flex-wrap: wrap;
        gap: 15px;
    }
    .loader-inner{
        width: 50px;
    }
  }
  .loader-inner-services{
    width:50px
  }
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item a.active, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item:hover a, .mobile-nav.mean-container .mean-nav ul li a.active{
    color: #fff!important;
  }
  .sticky-nav .nav-three{
    box-shadow: none;
  }
  .sticky-shadow{
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)!important
  }
  .sticky-nav .menu-icon{
    display: none;
  }
  .switch-box{
    display: none;
  }
  .pt-100{
    padding-top: 50px;
  }
  .pb-70{
    padding-bottom: 50px;
}
.preloader{
    display: none;
}
.about-area-three.home-sections{
    padding-top: 150px!important;
}
.book-now-list li:last-of-type{
    border-left: 0;
}
@media (max-width:575px) {
    .mobile-nav .logo img{
        max-width: 250px!important;
    }
}
.sticky-nav .nav-three{
    background-color: #000;
}
.nav-three nav .navbar-nav .nav-item a{
    color: #fff;
}
.copyright-text-two{
    float: left;
}
/* .copy-right-icon-two .social-link{
    float: right;
} */
.copy-right-icon-two .social-link li a{
    text-align: start;
    width: 28px;
}
.copy-right-icon-two .social-link li:first-of-type{
    padding-left: 0;
}
.footer-widget{
    margin-bottom: 0;
}
.copy-right-area-two {
padding-bottom: 40px;
}
@media (max-width:991px) {
    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item a.active, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item:hover a, .mobile-nav.mean-container .mean-nav ul li a.active{
        color: #fff!important;
    }
    .footer-address .footer-widget{
        margin-bottom: 0;
    }
    .navbar-nav{
        justify-content: space-between;
    }
    .copy-right-area-two{
        padding-top: 15px;
    }
    .copy-right-icon-two .social-link{
        float: none;
        margin: auto;
        text-align: start;
    }
    .about-us-logo img {
        width: 250px;
    }
    .about-area-three a{
        width: 49%;
        margin-top: -4px;
    }
    .copyright-text-two{
        text-align: start!important;
        padding-bottom: 0!important;
        float: none;
    }
    .about-img {
        margin-bottom: 0;
    }
}
.copyright-text-two p{
    font-size: 12px;
    color: #fff;
}
.mean-container .mean-nav{
    background-color: #000;
}
.mean-container .mean-nav ul li a{
    color: #fff;
}
.mean-container .mean-nav ul li a{
    border-top: 1px solid #fff;
}
.slogan-title{
    padding: 40px 0;
    color: #000;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .copy-right-icon-two .social-link li {
        padding: 15px 0px 5px!important;
    }
    .copyright-text-two{
        text-align: start!important;
        padding-bottom: 0!important;
        float: none;

    }
    .work-main-text{
        padding: 20px 15px;
    }
    .slogan-title{
        padding: 0 0 20px;
        font-size: 16px;
    }
    .about-area-three.home-sections {
        padding-top: 64px!important;
        padding-bottom: 0;
        margin-bottom: -4px;
    }
    .about-area-three .about-img .overlay h1 {
        font-size: 17px;
    }
}
    .copy-right-icon-two .social-link li{
        border-right: 0;
    }
    .copy-right-icon-two .social-link li:first-child{
        border-left: 0;
    }
     .copy-right-icon-two .social-link li a i {
        font-size: 23px;
    }
    .copy-right-icon-two .social-link li a img{

    }
    .twitter-icon{
        width: 20px;
        height: 20px;
    }
    .copy-right-area-two{
        border-top: 0;
        margin: -1px 0;
    }
  
    .custom-file-upload {  
        display: inline-block;  
        padding: 10px 20px;  
        cursor: pointer;  
        border: 2px solid #000;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    height: 40px;
    align-items: center;
    display: flex;
    } 
    .footer-widget h3{
        margin-top: 0;
    }
    .footer-widget h3 a{
        text-decoration: none;
        color: #fff;
        font-size: 20px;
    }
    .custom-file-upload > span{
        font-size: 12px;
    } 
    .file-info {  
        font-weight: bold;  
    }  
    .copy-right-icon-two .social-link li:last-of-type{
        padding-right: 0;
    }
    .social-banner-icons .twitter-icon{
        height: 15px;
    }
    .copy-right-area-two {
        padding-bottom: 30px;
        padding-top: 15px;
    }
    .copy-right-icon-two .social-link li{
        padding: 0 5px;
    }
    .footer-widget h3 a::before{
    content: '';
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    width: 0;
    transition: all 0.3s ease-in-out;}
    .footer-widget h3 a{
        position: relative;
    }
    .footer-widget h3 a:hover::before{
        opacity: 1;
        width: 100%;
    }

    .footer-address .footer-widget {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .footer-widget h3 {
        margin-bottom: 0 !important;
    }

    .copy-right-icon-two .social-link{
        margin-top: 4px;
    }

    @media (max-width: 768px){
        .footer-widget h3{
            margin-bottom: 0;
        }
        .copy-right-icon-two .social-link li {
            padding: 5px 0px 5px !important;
        }
        .copy-right-area-two {
            padding-bottom: 5px;
            padding-top: 5px;
        }

        .footer-bg{
            padding-top: 20px !important;
        }

        .copyright-text-two { 
            padding-bottom: 20px !important; 
        }

        .copy-right-icon-two .social-link li a { 
            height: auto;
            line-height: normal;
        }
        .footer-widget h3, .copyright-text-two p{
            font-weight: normal
        }

        .mobile-nav nav .navbar-nav{
            height: 320px;
        }

        
    }