/*
Theme Name: Magic Space Blog Theme
Theme URI: https://magicspacedesigns.com/
Author: OpenAI
Description: Blog-only WordPress theme styled from Magic Space Designs homepage structure.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: magicspace-blog
*/

:root{
  --msd-primary:#0d2440;
  --msd-secondary:#d5a15a;
  --msd-accent:#132f52;
  --msd-text:#525866;
  --msd-heading:#101828;
  --msd-white:#ffffff;
  --msd-light:#f6f7fb;
  --msd-border:#e8e8ef;
  --msd-dark:#0a1527;
  --msd-radius:18px;
  --msd-shadow:0 18px 50px rgba(16,24,40,.08);
  --rr-fs-body: 15px;
    --rr-fs-h1: 50px;
    --rr-fs-h2: 40px;
    --rr-fs-h3: 35px;
    --rr-fs-h4: 30px;
    --rr-fs-h5: 25px;
    --rr-fs-h6: 20px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--msd-text);
  background:#fff;
  line-height:1.7;
}
a{color:inherit;text-decoration:none}
a:hover{color:var(--msd-secondary)}
img{max-width:100%;height:auto;display:block}
.container{
  width:min(1200px,calc(100% - 32px));
  margin-inline:auto;
}
.section-space{padding:80px 0}
.section-space__bottom{padding-bottom:80px}
.text-center{text-align:center}
/*.mb-0{margin-bottom:0}*/
/*.mb-15{margin-bottom:15px}*/
/*.mb-25{margin-bottom:25px}*/
/*.mb-40{margin-bottom:40px}*/
/*.mt-40{margin-top:40px}*/
/*.d-none{display:none}*/
/*.d-inline-flex{display:inline-flex}*/
/*.align-items-center{align-items:center}*/
/*.justify-content-between{justify-content:space-between}*/
/*.justify-content-center{justify-content:center}*/
/*.gap-3{gap:1rem}*/
/*.row{display:flex;flex-wrap:wrap;margin:0 -15px}*/
/*.row > *{padding:0 15px}*/
/*.col-lg-8{width:66.666%}*/
/*.col-lg-4{width:33.333%}*/
/*.col-12{width:100%}*/

.header__top{
  background:var(--msd-light);
  padding:10px 0;
  font-size:14px;
  border-bottom:1px solid var(--msd-border);
}
.header__top .inner,
.header__main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.header__top-menu,
.header__top-socail,
.main-nav,
.footer-links,
.meta-list,
.post-tags,
.social-links{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}
.header__area{
  position:sticky;
  top:0;
  z-index:99;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(0,0,0,.05);
}
.header__main{padding:16px 0}
.header-logo{
  max-height:78px;
  width:auto;
}
.main-nav a{
  font-weight:600;
  color:var(--msd-heading);
}
.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a{color:var(--msd-secondary)}
.rr-btn,
.wp-block-button__link,
button,
input[type="submit"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:var(--msd-primary);
  color:#fff;
  border:0;
  border-radius:999px;
  padding:14px 24px;
  font-weight:700;
  cursor:pointer;
  transition:.25s ease;
}
.rr-btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover{
  background:var(--msd-secondary);
  color:#fff;
  transform:translateY(-1px);
}

.blog-hero{
  background:linear-gradient(135deg,var(--msd-primary),var(--msd-accent));
  color:#fff;
  padding:72px 0 64px;
}
.section__subtitle{
  color:var(--msd-secondary);
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:13px;
  display:inline-block;
  margin-bottom:12px;
}
.blog-hero .section__subtitle{color:#f5d3a6}
.section__title,
.page-title,
.entry-title{
  color:var(--msd-heading);
  line-height:1.2;
  margin:0 0 14px;
}
.blog-hero .page-title,
.blog-hero .section__title,
.blog-hero .entry-title{color:#fff}
.page-title{font-size:clamp(2rem,4vw,3.25rem)}
/*.archive-description,*/
/*.hero-description{max-width:760px;font-size:1.04rem;opacity:.92}*/

.home .content-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:36px;
}
.home .post-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}


.single .content-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:36px;
}
.single .post-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.post-card,
.widget,
.author-box,
.comments-area,
.single-post-wrap,
.pagination-wrap,
.search-panel{
  background:#fff;
  border:1px solid var(--msd-border);
  border-radius:var(--msd-radius);
  box-shadow:var(--msd-shadow);
}
.post-card{overflow:hidden}
.post-card__image{aspect-ratio:16/10;background:#eef1f7;overflow:hidden}
.post-card__image img{width:100%;height:200px;object-fit:cover;transition:transform .4s ease}
.post-card:hover .post-card__image img{transform:scale(1.04)}
.post-card__content{padding:24px}
.post-card .entry-title{font-size:2.5rem;margin-bottom:12px;margin-top:10px;}
.post-card .entry-title a:hover{color:var(--msd-primary)}
.post-excerpt{margin-bottom:18px}
/*.meta-list{gap:14px;font-size:.92rem;color:#667085;margin-bottom:12px}*/
.meta-list svg{width:15px;height:15px}

.sidebar-sticky{position:sticky;top:120px}
.widget{padding:26px;margin-bottom:24px}
.widget-title{
  font-size:1.2rem;
  margin:0 0 18px;
  color:var(--msd-heading);
}
.widget ul{list-style:none;padding:0;margin:0}
.widget li+li{margin-top:12px}
.widget a{color:var(--msd-heading)}
.widget a:hover{color:var(--msd-secondary)}
.search-form,
.comment-form,
.enquiry-form{display:grid;gap:14px}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea{
  width:100%;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid var(--msd-border);
  background:#fff;
  color:var(--msd-heading);
  font:inherit;
}
textarea{min-height:140px;resize:vertical}

.single-post-wrap{padding:34px}
.single-post-thumbnail{border-radius:20px;overflow:hidden;margin-bottom:24px;background:#eef1f7}
.entry-content h2,
.entry-content h3,
.entry-content h4{color:var(--msd-heading);margin-top:28px}
.entry-content ul,
.entry-content ol{padding-left:24px}
.entry-content blockquote{
  margin:24px 0;
  padding:24px 26px;
  background:var(--msd-light);
  border-left:4px solid var(--msd-secondary);
  border-radius:16px;
  color:var(--msd-heading);
}
.post-taxonomy{
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid var(--msd-border);
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.post-tags a,
.tagcloud a{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:var(--msd-light);
  color:var(--msd-heading);
  font-size:.9rem;
}
.post-tags a:hover,
.tagcloud a:hover{background:var(--msd-primary);color:#fff}
.author-box{padding:28px;display:grid;grid-template-columns:90px 1fr;gap:20px;margin-top:28px}
.author-avatar img{border-radius:50%}
.navigation.post-navigation{margin-top:28px}
.navigation.post-navigation .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.navigation.post-navigation a{
  display:block;
  padding:20px;
  border-radius:18px;
  border:1px solid var(--msd-border);
  background:#fff;
  color:var(--msd-heading);
}
.navigation.post-navigation a:hover{border-color:var(--msd-secondary);color:var(--msd-primary)}
.pagination-wrap{padding:20px;margin-top:28px}
.nav-links{display:flex;gap:10px;flex-wrap:wrap}
.nav-links .page-numbers{
  min-width:44px;height:44px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--msd-light);font-weight:700;color:var(--msd-heading)
}
.nav-links .current,.nav-links .page-numbers:hover{background:var(--msd-primary);color:#fff}

.footer-2__area-common{background:var(--msd-dark);color:rgba(255,255,255,.78);margin-top:80px}
.footer-2__top{padding:56px 0 30px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-2__content-title,.footer-2-cta__content-title{color:#fff;margin:0;font-size:clamp(1.8rem,3vw,2.7rem)}
.footer-main{padding:46px 0}
.footer-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr 1fr;
  gap:28px;
}
.footer-2__widget-title h3,
.footer-heading{color:#fff;margin:0 0 18px}
.footer-links{display:grid;gap:12px}
.footer-links a{color:rgba(255,255,255,.8)}
.footer-links a:hover,.footer-2__social a:hover{color:#fff}
.footer-2__resources{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.footer-2__social,
.social-links{display:flex;flex-wrap:wrap;gap:14px}
.footer-2__social a,
.social-links a{
  width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.09);color:#fff
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  padding:18px 0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.footer-bottom p{margin:0}

.comments-area{padding:28px;margin-top:28px}
.comments-title,.comment-reply-title{color:var(--msd-heading);margin-top:0}
.comment-list{list-style:none;padding:0;margin:0}
.comment-list li+li{margin-top:20px}
.comment-body{padding:20px;border-radius:16px;background:var(--msd-light)}
.comment-meta{font-size:.92rem;margin-bottom:8px;color:#667085}

.not-found-wrap{max-width:760px;margin:0 auto;text-align:center}
.whatsapp-float{position:fixed;right:20px;bottom:24px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;font-size:26px;box-shadow:0 10px 30px rgba(0,0,0,.18);z-index:99}
.screen-reader-text{position:absolute;left:-9999px}

@media (max-width: 991px){
  .header__top{display:none}
  .content-grid,.footer-grid,.navigation.post-navigation .nav-links{grid-template-columns:1fr}
  .post-grid{grid-template-columns:1fr}
  .col-lg-8,.col-lg-4{width:100%}
  .header__main{flex-wrap:wrap;justify-content:center}
  .main-nav{justify-content:center;gap:14px}
  .single-post-wrap{padding:24px}
  .author-box{grid-template-columns:1fr;text-align:center}
  .sidebar-sticky{position:static}
}

@media (max-width: 640px){
  .container{width:min(100% - 24px,1200px)}
  .blog-hero{padding:56px 0 48px}
  .section-space{padding:56px 0}
  .section-space__bottom{padding-bottom:56px}
  .footer-2__top{padding-top:42px}
}

p.banner-2__content-subtitle {
    font-size: 24px;
}
.expert__text h3 {
  color: #ffffff;
  margin-bottom: 17px;
  font-size: 24px;
}
.why-choose-us__text h3.title-animation, .working-process__text h3.title-animation {
    font-size: 24px;
}
.recent-project__text h3 {
    font-size: 24px;
}
.experience__item-content-text h3.title-animation {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    text-transform: capitalize;
}
.faq-section h3.section__title.title-animation {
    font-size: 48px;
    overflow: visible;
}
.footer-2__widget-title h3 {
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    text-transform: capitalize;
    color: var(--rr-common-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
h1.breadcrumb__title.mb-15.mb-sm-10.mb-xs-5.color-white.title-animation.services-breadcrumb-title {
    font-size: 50px;
    line-height: 65px;
}
.experience__item-content-text h2.title-animation {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.header-2 .header__top-socail li a:hover {
    color: #f0f0f0;
}
.banner-2  .banner-2__content .rr-btn .btn-wrap .text-two,.about-company__content .rr-btn .btn-wrap .text-two,
.footer-2__area-common .footer-2__top .rr-btn .btn-wrap .text-two {
    color: #fff !important;
}
section.banner-2.services-type-background {
    padding: 0px !important;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}
.search__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;     
    height: 100vh;  
    z-index: 99999;
    background: rgba(0,0,0,0.9);
}
.search__popup.search-opened textarea::placeholder, .search__popup.search-opened input::placeholder{
    font-size: 23px;
    font-weight: 500;
    color: #ffffff80;
}

.d-flex.bottom-contact.justify-content-center.desktop-footer.gap-3 {
    text-align: center;
    z-index: 999;
    flex-direction: initial;
    right: 27px;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right top;
    font-weight: 600;
    position: fixed;
    font-size: 20px;
    width: fit-content;
}

.d-flex.bottom-contact.justify-content-center.desktop-footer.gap-3 a.btn-get-started.blue {
    background: #0A1E8A;
    padding: 15px 20px;
    color: #fff;
    height: fit-content;
}
.about-us__socail {  
    height: fit-content !important;
}
.protfolio__item-wrapper .protfolio__item {
    width: fit-content;
}
.working-process__item {
    margin-bottom: 0px;
}

.recent-project {
    position: relative;
}
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    left: 20px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.header-widget-area-get-details {
    display: none;
}
.about-us__socail a:hover {
    color: #fafafa;
}
.nice-select {
    border: 1px solid #b5b5b5 !important;
    background-color: #f8f8f8 !important;
    border-radius: 5px;
}
.contact-us__info-item {
    height: 100%;
}
.about-us__content .section__title-wrapper {
    max-width: 100%;
}
.what-we-do__wrapper {
    padding: 50px;
}
.thanks_section a.rr-btn:hover {
    color: #fff;
}
.mfp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    z-index: 9999;
}

.mfp-close::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    font-size: 28px;
    color: #fff;
    right: -20px;
    margin-top: -25px;
    position: absolute;
}
.mfp-close::after {
   display: none;
}
.breadcrumb__menu a:hover {
    color: #c9c9c9 !important;
}
.footer-2__area-common a:hover {
    color: #c9c9c9 !important;
}
.custom-list {
    display: inline-block;  
    text-align: left;      
}
.custom-list li {
    display: flex;
    align-items: flex-start;
}
.custom-list li b {
    min-width: 30px;   
    display: inline-block;
}
.icon-white {
  width: 18px !important;
  filter: brightness(0) invert(1); 
}
span.title-animation {
    font-size: 18px;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0px;
}
section.welcome-content.section-space {
    background: #f0f0f0;
}
.feature-box {
    background: #0a1e8a;
    padding: 25px;
}
.feature-box p {
    color: #fff;
    font-size: 17px;
}
.feature-box {
    background: #0a1e8a;
    padding: 25px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.feature-box svg path {
    stroke: #fff !important;
    fill: none !important;
}
span.title-animation:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 75px;
    left: 50%;
    width: 120px;
    transform: translate(-50%, 0px);
    background-color: rgba(255, 255, 255, 0.3);
}
p.last-content {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    font-family: 'Outfit', sans-serif;
}
.contact-us__text h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 34px;
}
.contact h2.title-animation {
    font-size: 34px;
}
.text-slider-2__slider .carouselTicker__list li .title {
    font-family: 'Outfit', sans-serif;
}
.footer-2__copyright p a {
    color: #ffffffb3;
}
.clients-testimonial__author p {
    color: #0A0A0A;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}
.about-company  .row {
    align-items: center;
    justify-content: center;
}
.about-company__shape-top {
    position: unset;
}
.about-company__thumb-1.wow.clip-a-z {
    position: unset;
}
.about-company__content {
    padding-left: 35px;
}
@media screen and (max-width: 768px) {
    .header-widget-area-get-details {
        display: block;
    }

    .header-widget-area-get-details>.bottom-contact {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: rgb(255 255 255 / 87%);
        padding: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        z-index: 999;
        display: block;
        box-shadow: 0 0 15px rgb(0 0 0 / 30%);
        top: 130px;
    }
    .header-widget-area-get-details .btn-get-started {
        font-weight: 400;
        height: 37px;
        font-size: 12px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 12px;
        border-radius: 4px;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: var(--accent-color);;
    }
    .header-widget-area-get-details .btn-get-started {
    background: #0A1E8A;
}
    a#btn-whatss {
        bottom:130px
    }
    .scroll-top.active {
        bottom:70px;
    }
}
@media screen and (max-width:430px) {
    .header .btn-getstarted, .header .btn-getstarted:focus {
       margin-left:10px;
    }
}

@media screen and (max-width: 576px)
{
    .faq-section h3.section__title.title-animation {
    font-size: 27px;
}

.services-type-background .row.align-items-center.justify-content-between {
    gap: 25px;
}
.breadcrumb-space {
    padding: 100px 0px;
}
.breadcrumb__menu a, .breadcrumb__menu span {
    font-size: 16px;
}
.services-type-background .col-6 {
    margin-bottom: 0px;
}
.about-company__media {
    margin-top: 0px;
}
.about-company__thumb-1.wow.clip-a-z {
    top: unset;
    margin-bottom: 20px;
}
.about-company__wrapper {
    margin-bottom: 25px;
}
.about-company__content .section__title-wrapper.mb-50.mb-xs-35 {
    margin-bottom: 25px;
}
section.what-we-do-2.what-we-do-2__space.theme-bg-heading-primary.overflow-hidden,.experience.section-space {
    padding: 70px 0px;
}
section.expert.section-space__bottom {
    margin-top: -70px;
}
.working-process__item:last-child {
    margin-bottom: 0px;
}
.recent-project__item {
    margin-top: 0px !important;
}
section.why-choose-us.section-space__top
{
    padding-bottom: 70px !important;
}
.clients-testimonial__wrapper {
    padding-top: 0px;
    margin-top: 0px;
}
.footer-2__top {
    padding: 30px 0px;
}
.services-types.section-space__top .section__title-wrapper.mb-xs-40 {
    margin-bottom: 0px;
}
.services-type-background {
    padding: 70px 0px;
}
.about-us__socail {
    padding: 20px 0px;
    gap: 5px;
}
.about-us__socail a i {
    font-size: 16px;
}
.breadcrumb__title {
    font-size: 40px !important;
    line-height: 50px !important;
}
.about-us__content .section__title-wrapper.mb-45.mb-xs-40 {
    margin-bottom: 0px;
}
.about-us__content .section__title-wrapper.mb-45.mb-xs-40 {
    margin-bottom: 0px;
}
.what-we-do__item.has--padding-pb {
    margin-bottom: 0px;
}

.col-xl.about-last-description {
    padding-top: 0px;
}
.col-xl.about-last-description .last-content {
    text-align: left !important;
    font-size: 20px;
    line-height: 30px;
}

.what-we-do__item.has--padding-pb .text {
    max-width: 95%;
}
.what-we-do__wrapper {
    padding: 40px 20px;
}
.services-type-background .contact__from {
    padding: 20px;
}
.contact__form-input input, .contact__form-input textarea {
    padding: 10px;
}
.services-type-background .contact__from button.rr-btn {
    padding: 10px;
}
button.accordion-button {
    line-height: 30px;
}
    .header-widget-area-get-details>.bottom-contact {
        top: 92px !important;
}
    span.title-animation:before {
   content: none;
}
}
@media screen and (min-width: 577px) and (max-width: 992px)
{
    .what-we-do-2__space {
    padding-top: 80px;
}
.working-process__item {
    margin-bottom: 0px;
}
.why-choose-us__content {
    max-width: 100%;
}
section.why-choose-us.section-space__top {
    padding-bottom: 80px;
}
section.experience.section-space {
    padding: 80px 0px;
}
.footer-2__main-wrapper .col-sm-4.col-lg-5.col-12 {
    width: fit-content;
}
.footer-2__top {
    padding: 50px 0px;
}

.about-company__wrapper {
    margin-bottom: 25px;
}

.section__title-wrapper.mb-50.mb-xs-35 {
    margin-bottom: 25px;
}
.what-we-do__item.has--padding-pb {
    margin-bottom: 0px;
}
.about-company__thumb-1.wow.clip-a-z {
    position: relative;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-2__item {
        padding-top: 70px;
        padding-bottom: 70px;
    }
   section.working-process.section-space
   {
    padding-bottom: 70px !important;
   }
}
@media (max-width: 767px) {
    .recent-project__slider__arrow {
        position: absolute;
        bottom: 0px; 
        left: 0;
        width: 100%;
        justify-content: center !important;
        right: 0;
    }
    .recent-project .swiper {
        margin-bottom: 80px;
    }
    .recent-project .row.mb-60 {
        margin-bottom: 20px !important;
    }
    .recent-project__text {
    text-align: center;
}

.clients-testimonial__content-wrapper.d-block.d-md-none {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.feature-box p { 
    font-size: 14px;
}
.feature-box {
    padding: 10px;
}
}
@media (max-width: 768px)
{
    .d-flex.bottom-contact.justify-content-center.desktop-footer.gap-3 {
    display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1400px)
{
    .header-2 .header__top-menu li a {
    font-size: 12px;
}
.header-2 .header__top-socail {
   
    margin-right: 25px !important;
}
}
@media screen and (min-width: 1600px) and (max-width: 1700px)
{
    .header-2 .header__top .last_no_bullet::after { 
    width: 1040px !important;
}
}
@media (min-width: 1024px)
{
    .col-xl-6.has--border.has--border-1 .what-we-do__item.has--padding-pb .text {
    padding-right: 30px;
}
}
@media (max-width: 1024px)
{
    .mean-container .mean-nav ul li.active a,.mean-container .mean-nav ul li.dropdown-opened > a, 
    .mean-container .mean-nav ul li.dropdown-opened > span
{
    color: #c9c9c9;
}
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li span:hover {
    color: #c9c9c9;
}
img.icon-white {
    filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1500%) hue-rotate(220deg) brightness(95%) contrast(95%);
}

}
@media (max-width: 992px)
{
.welcome-content .section__title-wrapper {
    text-align: left !important;
    margin-bottom: 0px;
}
.key-points-content .col-md-4.col-12.mb-0.mb-md-0.mb-sm-3 {
    margin-bottom: 20px !important;
}
.about-company__content {
    padding-left: 0px;
}
}
@media (min-width: 768px) and (max-width: 992px)
{
    .key-points-content .col-md-4.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
    .header-widget-area-get-details>.bottom-contact {
    top: 130px;
}
.about-company__thumb-1.wow.clip-a-z {
    position: relative;
}
}
@media (min-width: 993px) and (max-width: 1300px)
{
    .feature-box p {
    font-size: 12px;
}
.feature-box {
    padding: 15px;
}
.about-company__thumb-1.wow.clip-a-z {
    position: relative;
}
}
@media (max-width: 1200px)
{
    span.title-animation:before {
    top: 60px;
}
}
@media (min-width: 1200px) and (max-width: 1399px)
{
.about-company__media img {
    width: unset; 
}
}
