.ulfoot {
    margin-bottom: 17px;
}
.ulfoot a {
     font-family: var(--body-font);
     color: var(--body-color);
     font-size: 16px;
     font-weight: 400;
}
.ulfoot a:hover {
    color: var(--theme-color);
}
 .iconfoot {
    background: #f3cd18;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    color: #101018;
    font-size: 15px;
}
.align-items-center { 
    align-items: center !important;
}
.footer-widget  h3::before {
    position: absolute;
    content: " ";
    background: #d5b596;
    height: 2px;
    width: 70px;
    bottom: -11px;
}
.backcolor {
    background: #f6f6f6;
}
.sideSocial a  {
    width: 36px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3cd18;
    color: #45474b;
    border-bottom: 1px dashed #45474b4d;
}

.sideSocial a:first-child  {
    border-top-left-radius: 16px;
}

a:hover {
    /* color: #ffc107; */
}

defaultBtn:hover {
    text-decoration: none;
    color: #2f2e7a;
}

.sideSocial a:hover {
    border-radius: 16px 0px 0px 16px;
    width: 48px;
    background: #45474b;
    color: #f3cd18;
}

.sideSocial a:last-child  {
    border-bottom-left-radius: 16px;
} .sideSocial {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: start;
    direction: rtl;
}

.title-areacenter::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #f3cd18;
    border: 2px solid #f3cd18;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.title-areacenter::before {
    content: "";
    width: 200px;
    height: 2px;
    background-color: #45474b;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: sectionAnimation 2s infinite;
}
@keyframes sectionAnimation {
    0% {
      width: 50px;
    }
    50% {
      width: 200px;
    }
    90% {
      width: 100px;
    }
    100% {
      width: 50px;
    }
  }
  .title-areacenter{
    text-align: center;
    position: relative;
    padding: 7px 0px;
}
.backcolor1 {
    background: #f1f1f1;
    clip-path: ellipse(137% 50% at center);
}
 .adv p {
    margin-bottom: 30px;
    font-size: 19px;
}
 .why-img2 {
    margin-bottom: 24px;
}
.year-box img:hover
{
    transform: scale(1.2);
    transition: all 2s ease-out;
}
 
 
.curved-frame {
    position: relative;
    display: inline-block; 
}

.curved-frame::before {
    position: absolute;
    content: "";
    width: 50%;
    height: calc(100% + 20px);
    border: 4px solid #f3cd18;
    top: -10px;
    left: -10px;
    border-radius: 10px;
    opacity: 0.6;
    z-index: 0;
}

.curved-frame img {
    position: relative;
    display: block;  
    border-radius: 20px;  
    z-index: 1;  
    margin: 12px;  
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 24%);
}
.tab-menu2 .tab-btn:hover:before {
    background-color: var(--theme-color);
}
.tab-menu2 .tab-btn:hover {
    color: var(--white-color);
}
.opacity1{opacity: .8;}
.box-content .icon-btn{border-radius: 50%;
    height: 55px;
    width: 55px;
    line-height: 55px;}
     .doorimg img {
        width: 200px;
        border-radius: 15px;
    }
     .widthlogo {
        width: 260px;
    }
    .sideSocial a:last-child { 
        border-bottom: 0px dashed #ffffff3b;
    }
    .activemenu {
        color: #efc603 !important;
    }
    .header-layout3 .flags i {
        color: aliceblue !important;
    }
    .header-layout3 .flags a {
        color: aliceblue;text-transform: capitalize;
    }
    .header-layout3 .flags:hover {
        transform: scale(1.1);
    }
    .header-layout3 .header-links .flags:not(:last-child):after {
        content: '';
        height: 14px;
        width: 1px;
        background-color: #ffffff;
        position: absolute;
        top: 0px;
        right: -28px;
        margin-top: 5px;
        opacity: 0.35;
    }
    .mrmob {
        margin-bottom: 20px !important;
    }
    .breadcumb-wrapper::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #07011e6e;
        opacity: 0.851;
    }
    .bg-cover {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
    }
    .header-layout1 .flags i {
        color: #0a0a0a!important;
    }
    .header-layout1 .flags a {
        color: #0a0a0a;
        text-transform: capitalize;
    }
    .header-layout1 .flags:hover {
        transform: scale(1.1);
    }
    .vision-frame {
        position: relative;
        display: inline-block; 
    }
    
    .vision-frame::before {
        position: absolute;
        content: "";
        width: 50%;
        height: calc(100% + 20px);
        border: 4px solid #f3cd18;
        top: -10px;
        right: -20px;
        border-radius: 10px;
        opacity: 0.6;
        z-index: 0;
    }
    
    .vision-frame img {
        position: relative;
        display: block;
        border-radius: 20px;
        z-index: 1;
        box-shadow: 0 0px 20px 0px rgb(0 0 0 / 24%);
        margin-right: 10px;
        margin-bottom: 14px;
        margin-top: 14px;
    }
    .boxclients {
        border-radius: 24px;
        background-color: #ffffff;
        position: relative;
        z-index: 2;
        text-align: center;
        border-top-left-radius: 2px;
        border-bottom-right-radius: 2px;
        padding: 30px 30px 33px;
        box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
        border: 1px solid #1616160d;
        border-bottom: 7px solid #f3cd1885;
    }
    .boxclients img:hover
{
    transform: scale(1.2);
    transition: all 2s ease-out;
}
.contact-map {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 18%);
    background: #efc603a6;
    padding: 5px 6px 2px;
    border: 2px solid #efc60338;
    border-radius: 10px;
}
.team-contact .icon-btn:after {
    --btn-size: 70px;
    font-size: 20px;
    background-color: var(--theme-color);
    border: none;
    color: var(--white-color);
    line-height: var(--btn-size, 54px);
    position: absolute;
    left: 0;
    bottom: -11px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}
::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #45474b;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    border-radius: 0px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 8px
}
 body {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
img {
    pointer-events: none;
}
@media (min-width: 0px) and (max-width: 768px){
    .curved-frame img {  margin: 4px;   }
    .vision-frame img {  margin-right: 4px; right: 0px;  }
    .widthlogo { width: 210px; }
     .flex-direction {
        flex-direction: column-reverse;
        display: flex;
    }
    .doorimg img {
        width: 100px;
        border-radius: 15px;
    }
    .box-title {
        font-size: 17px;
     }
     .project-card .box-content{padding: 0px 18px 9px;}
     .why-img2 {
        display: none;
    }
    .vision-frame::before { 
        right: -10px;
    }
}
 
@media (min-width: 768px) and (max-width: 1024px){
    .why-img2 {
         display: block;
    }
    }
