.logo-1 img{
    height: 144px;
    width:84%;
    /* object-fit: cover; */
    background-color: #48ffee;
}
.logo-1 {
    background-color:  #48ffee;

}
.button-btn button{
    padding: 10px; 
    border: 2px solid red;
    background-color: #00963f;
    color: #fff !important;
    
}
.button-btn button a{
    color: #fff !important;

}
/*  */
.blink-button {
    background-color: rgba(76, 175, 80, 1); /* Initial button background color */
    color: white; /* Text color */
    border: 2px solid rgba(76, 175, 80, 1); /* Initial border color */
    padding: 10px 20px; /* Padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Align button properly */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    animation: blink 2s infinite; /* Apply blinking animation */
}

@keyframes blink {
    0% {
        background-color: rgba(76, 175, 80, 1);
        border-color: rgba(76, 175, 80, 1);
        opacity: 1;
        box-shadow: 0px 0px 10px  rgba(76, 175, 80, 1);
    }
    50% {
        background-color: rgb(211, 4, 4); /* Color change at halfway */
        border-color: rgb(218, 3, 3); /* Change border color */
        opacity:1; /* Half transparent */
        box-shadow: 0px 0px 10px rgb(218, 3, 3);
    }
    100% {
        background-color: rgba(76, 175, 80, 1);
        border-color: rgba(76, 175, 80, 1);
        opacity: 1; /* Fully visible */
        box-shadow: 0px 0px 10px  rgba(76, 175, 80, 1);
        
    }
}

.blink-button a {
    color: white; /* Link color */
    text-decoration: none; /* Remove underline from link */
}
.text-justify{
    text-align: justify;
}
.mb-20{
    margin-top: 10px;
}
.footer-widget-1{
    margin-left: 60px;
}
.line-height{
    line-height:30px;
}
.bold-1{
    color: rgb(233, 13, 13);
}
.code{
    height: 5px;
   background-color:var(--tg-theme-primary);
    width: 90px;
    text-align: center;
}
.bottom-code {
    position: relative;
}
.bottom-code::after{
    content: "";
    position: absolute;
    left: 46%;
    bottom: -17px;
    width: 90px;
    height: 5px;
    background-color: var(--tg-theme-primary);
}
.general-icon i{
    font-size: 30px;
     color: var(--tg-theme-primary);
}
.chess-img{
    width: 74%;
  
}
.box-need-help img{
    border-radius: 10px;
}
.about__list-box h4{
    color: black;
}
/* gallery section */

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.gallery-item {
    flex: 1 1 calc(20% - 10px);
}
.gallery-item img {
    width: 100%;
    height: 200px;
    cursor: pointer;
    padding-left: 10px;
    margin-bottom: 20px;
}
.modal {
    display: none;
    position: fixed;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.modal {
    display: none;
    position: fixed;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.padding{
    padding: 40px 0px;
}
.fa-graduation-cap{
    color: #fff;
}
@media (min-width:1200px) and (max-width:1330px){
    .tgmenu__navbar-wrap > ul > li {
        list-style: none;
        display: block;
        position: relative;
        margin-right: 14px;
    }
    .tgmenu__navbar-wrap > ul > li a {
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        color: var(--tg-color-dark-blue);
        padding: 42px 0px;
        display: block;
        line-height: 1;
        position: relative;
        z-index: 1;
    }
    .slider__content .title {
        color: var(--tg-color-white-default);
        margin-bottom: 15px;
        font-size: 40px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: -0.3px;
        line-height: 80px;
    }
    .logo-1 img{
        height: 143px;
        width:84%;
        /* object-fit: cover; */
        background-color: #48ffee;
    }
    .tg-header__top-two .list-wrap li {
        color: rgb(255, 255, 255);
        font-size: 13px;
        font-weight: 400;
    }
}
@media(max-width:1024px){
    .button-btn{
        display: none;
    }
    .tgmenu__nav .logo img {
        max-height: 101px;
    }
    .tg-header__area {
        background: #48ffee;
        /* box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px; */
    }

}
@media(min-width:1024px){
    .logo-mob img{
        display: none  !important;
    }
}
@media (max-width: 767.98px) {
    .tg-header__area-two {
        padding: 2px 10px;
    }
    .tgmenu__nav .logo img {
        max-height: 80px;
    }
    .sticky-menu{
        display: none;
    }
    .project-shape-wrap{
        display: none;
}
.bottom-code::after {
    content: "";
    position: absolute;
    left: 37%;
    bottom: -20px;
    width: 90px;
    height: 5px;
    background-color: var(--tg-theme-primary);
}
.card-step{
    border: 1px solid var(--tg-theme-primary);
    padding: 15px;
    border-radius: 10px;
}
.project-area {
    padding: 0px 0px;
}
.counter-item .content .count {
    font-size: 30px;
}
.counter-area {
    padding: 40px 0 40px;
    margin-top: 20px;
}
.chess-img {
    width: 100%;
}
.footer-widget-1 {
    margin-left: 0px;
}
.section-more-btn{
    display: none;
}
.services__bg-six {
    padding: 50px 0;
}
.services__item-four {
    padding: 26px 10px;
}


.services__thumb-four img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    height: 300px;
    object-fit: inherit;
    width: 100%;
}
.testimonial__area-three {
    padding: 44px 0;
}
}
.marq{
    background: #06a85b;
    color: #fff;
}
.card-step{
    border: 1px solid var(--tg-theme-primary);
    padding: 15px;
    border-radius: 10px;
  
}
.counter-area:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.item-1 {
    position: relative;
    display: inline-block;
    z-index: 50;
}

.item-1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2; /* This can stay */
    transition: width 0.5s; 
    background-image: url(../images/home/about.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.item-1:before {
    content: "";
    position: absolute;
    background-color: rgba(54, 45, 45, 0.4);
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.5s; 
    border-radius: 10px;
}

.item-1:hover:after { 
    width: 100%;
    border-radius: 10px;
}

.item-1:hover:before { 
    width: 100%;
    border-radius: 10px;
}
.item-1:hover .services__content-five h2{
    color: #fff;
}
.item-1:hover .services__content-five p{
    color: #fff;
}
.item-2:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: url(../images/home/p-2.JPG);
    transition: 0.4s;
    z-index: -2;
    background-position:bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.item-2:before {
    content: "";
    position: absolute;
    background-color: rgba(54, 45, 45, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.5s; 
    border-radius: 10px;
}
.item-2:hover:after{
    width: 100%;
}
.item-2:hover:before { 
    width: 100%;
    border-radius: 10px;
}
.item-3:after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top:0;
    background: url(../images/home/p-3.jpg);
    transition: 0.4s;
    z-index: -2;
    background-position:bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.item-3:hover:after{
    width: 100%;
}
.breadcrumb__bg{
    position: relative;
    z-index: 1;
}
.breadcrumb__bg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: -1;
}
.about-h4{
    font-size: 32px !important;
}
.about-text{
    letter-spacing: .50px;
    word-spacing: 4px;
    font-weight: 500;
    line-height: 28px;
}
.a1-img{
    width: 500px;
    height: 406px;
    object-fit: cover;
    background-position: left;
    /* background-size: cover; */
}
.a2-img{
    width: 273px;
    height: 290px;
    object-fit: cover;
}
.about-h5{
    font-size: 24px !important;
}
.choose__list-content-two p{
    text-align: justify;
}
.choose__list-icon-two img{
    width: 240px;
}
h5.text-center{
    background-color:var(--tg-theme-primary);
    color:var(--tg-theme-secondary);
    padding: 10px;
}
.small{
    font-size: 14px;
}
.text-captilize{
    text-transform: capitalize;
}
.services__content-three p{
    text-align: justify;
}
.services__icon-three img{
    width: 50px;
}
.content-text {
    display: flex;
    gap: 10px;

}
.content-text img{
    width: 20px;
    height: 20px;
}
.content-text strong{
    color: var(--tg-theme-secondary);
    font-weight: 600;
}
.content p{
    text-align: justify;
}
.bold-2
{
    color: var(--tg-theme-primary);
    font-weight: 700;
}
.bold-3{
    color: var(--tg-theme-secondary);
    font-weight: 700;

}
.choose__tab-content p{
    text-align: justify;
}
.card-title{
    color:#da0d0d;
}
.card{
    background-color: var(--tg-theme-primary);
    box-shadow: 0px 0px 5px 3px red;
    transition: 1s;
    min-height: 250px;
}
.list-unstyled li i{
    font-size: 15px;
    color: #00963f;
    padding-bottom: 8px;
}
.card:hover{
    box-shadow: none;
    transition: 1s;
    transform: scale(0.9);

}
.list-one li{
    padding-bottom: 10px;
}
.list-style-none li{
    /* list-style: none; */
    padding-bottom: 10px;
}
.list-style-none li i{
    font-size: 25px;
    color: #da0d0d;
}
.list-style-none li{
    font-size: 18px;
}
.gallery-item-1{
    margin-top: 20px;
}
.gallery-item-1 h4{
    color: #fff;
    background-color: var(--tg-theme-secondary);
    text-align: center;
    padding: 10px;
}
.gal-img img{
    min-height: 280px;
}
.form-bg{
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.31) ;
    padding: 40px;
    border-radius: 10px;
}
.form-bg .form-group{
    padding-bottom: 10px;
}
.content-text  p{
    text-align: justify;
}
/*  */
#scroll {
    position: fixed;
    right: 5px;
    bottom: 100px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    /* background-color: #25D366; */
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 1024;
}
#scroll:before {
    content: "\f232";
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    top: 20%;
    left: 24%;
    font-size: 30px;
    line-height: 1;
}

.icon-barss {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 0px;
}
.icon-bars {
    position: fixed;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-barss a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  
}



.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background:#25D366;
  color: white;
}

.linkedin {
  background:#ee2a7b;
  color: white;
}

.whatapp {
  background: #bb0000;
  color: white;
}
.youtube {
  background: #bb0000;
  color: white;
}
.footer-icon{
    width: 150px;
    height: 50px;
}
.gallery-item-1 img{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}