.single-banner .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.banner-inner
{
    height:100%
}
.banner-inner .row{
    height:100%;
}
.slider-subtitle {
   display:inline-block;
   position:relative;
    font-weight: 400;
   
    font-size: 24px;

  
    color: #fff;
}
.emp-1 {
    position: absolute;
    left: -10px;
    width: 20px;
    height: 19px;
    top: -10px;
    border-top-width: 2px;
    border-left-width: 2px;
    border: 2px, 0px, 0px, 2px;
    border-style: solid;
    border-color: #BE1E2D;
    border-top: 2px solid #BE1E2D;
    border-right: 0;
    border-bottom: 0;
    border-left: 2px solid #BE1E2D;
}
.emp-2 {
    position: absolute;
    right: -10px;
    width: 20px;
    height: 19px;
    bottom: -10px;
    border-top-width: 2px;
    border-left-width: 2px;
    border: 2px, 0px, 0px, 2px;
    border-style: solid;
    border-color: #BE1E2D;
    border-top: 2px solid #BE1E2D;
    border-left: 0;
    border-top: 0;
    border-right: 2px solid #BE1E2D;
}
.slider-subtitle span {
    color: #BE1E2D
}
.slider-title {
    color: #FFFFFF;
    font-weight: 700;
    font-weight: Bold;
    font-size: 48px;
    margin-top: 30px;
    line-height:1.4;
    margin-bottom: 45px;
   
   
}
.slider-ul ul{
    list-style:none
}
.slider-ul ul li{
    margin-right:30px;
}
    .slider-ul ul li:last-child{
        margin-right:0
    }
.emp-btn {
    height: 45px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding-top: 7px;
    padding-right: 14px;
    padding-bottom: 7px;
    padding-left: 14px;
    display: inline-block;
    background: #BE1E2D;
}
.emp-btn-1 {
    font-weight: 600;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    color: #fff;
   
    letter-spacing: 0%;
    height: 45px;
    opacity: 1;
    border-radius: 8px;
    padding-top: 7px;
    padding-right: 14px;
    padding-bottom: 7px;
    padding-left: 14px;
    display: inline-block;
    border-width: 1px;
}
@media(min-width:1200px)
{
    .header-main-content-wrapper {
        background: #FFFFFF;
        backdrop-filter: blur(344px);
        border-radius: 76.5px;
        padding-left: 50px;
        padding-right: 50px;
        top: 40px;
    }
}

.hidden
{
    display:none !important
}
.emp-title {
    
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
    max-width: 785px;
}
    .emp-title span {
        color: #231F20;
    }
.emp-desc {
    font-weight: 400;
    color: #292B22;
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
}
.aboutus
{
    padding:80px 0 120px;
}
.emp-title span {
    color: #AAAAAA;
}
.img-about {
    margin-top: -230px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
.aboutus .col-md-6{
    padding-left:30px;
    padding-right:30px;
}
.sticky .header-main-content-wrapper {
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    top: 0px;
}
.success
{
    padding:80px 0
}
.success-title {
    color: #000000;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.4;
  display:inline-block;
    position: relative;
    z-index: 1;
}
.dot {
    background: #BE1E2D;
    width: 35px;
    height: 36px;
    border-radius: 100%;
    position: absolute;
    left: 173px;
    bottom: 12.5px;
}
.services {
    background: #fff7f8;
    padding: 80px 0
}
.services-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 48px;
    color: #AAAAAA;
    line-height:1.4
}
    .services-title span {
        color: #231F20;
    }
.service-ul {
    width: 100%;
    background: #FFFFFF;
 padding:20px 60px 20px 20px;

    border-radius: 8px;
}
.ser-item-desc {
    max-width: 545px;
}
.service-ul ul li:first-child {
    margin-right: 40px;
    font-weight: 400;
    color: #292B22;
    font-size: 16px;
}
.ser-item-title {
    font-weight: 500;
    line-height: 1.4;
    font-size: 32px;
    color: #231F20;
}
.services-items
{
    margin-top:40px;
}
.service-item {
    margin-bottom: 45px;
}
.service-item ul li:first-child img {
    max-width: 182px;
    border-radius:6px;
}
@media(min-width:1200px)
{
    .service-item:hover .service-ul {
        margin-right: -45px;
        margin-left: 45px;
        background: #BE1E2D;
        transition: all 0.4s ease;
    }

        .service-item:hover .service-ul ul li:last-child img {
            filter: brightness(0) invert(1);
        }

    .service-item:hover .ser-item-title {
        color: #fff;
    }

    .service-item:hover .ser-item-desc {
        color: #fff;
    }

    .service-item:hover ul li:first-child img {
        max-width: 308px;
    }

    .service-item:hover .service-ul {
        height: 162px;
    }

        .service-item:hover .service-ul ul {
            margin-top: -44px;
        }
}
   
    .service-item ul li:first-child img {
        transition: max-width 0.4s ease; /* animate the width change */
    }

    .service-item .service-ul {
        transition: height 0.4s ease; /* animate the height change */
    }

        .service-item .service-ul ul {
            transition: margin-top 0.4s ease; /* animate the margin change */
        }
.text-right
{
    text-align:right !important
}
.btn-services span {
    margin-right: 15px;
    color: #BE1E2D;
    font-weight: 600;
 
    font-size: 24px;
  
}
.whyus
{
    background-image:url(/assets/img/whyus.jpg);
    padding:80px 0
}
.whyus .col-md-6{
    padding-left:45px;
    padding-right:45px;
}
.whyus img{
    max-width:100%
}
.arrows {
    max-width: 400px;
}
.whyus-desc {
    color:#fff;
    font-weight: 400;
   
    font-size: 16px;
   
    text-align: justify;
}
.why-inner
{
    padding-top:60px;
}
.why-title {
  
    font-weight: 500;
   
    font-size: 48px;
   line-height:1.4;
    text-align: right;
    color: #FFFFFF;
}
.why-subtitle {
   
    font-weight: 400;
   margin-top:30px;
   line-height:1.4;
    font-size: 40px;

    text-align: right;
    color: #FFFFFF;
}
.partners
{
    padding:80px 0
}
.partners-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.4;
    color: #231F20;
    margin-top: -90px;
}
.partner {
 padding-top:25px;
 padding-bottom:25px;
    background: #F3F3F3;
    border-radius: 8px;
    border-left: 23px solid #D9D9D9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left:20px;
    margin-left:50px;
    padding-right:50px;
}
.partner-title {
    font-weight: 600;
    color: #231F20;
    font-size: 24px;
    line-height: 1.4
}
.partner-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #231F20;
}
.partner ul li:first-child{
    padding-right:30px;
}
.partner > img:nth-child(2)
{
    display:none !important
}
.partner > img{
    position:absolute;
    right:30px;
    top:30px;
}
.partner
{
    position:relative
}
.partner:hover {
    margin-left: 0px;
    margin-right: 50px;
    background: #FFE4E6;
    border-left: 23px solid #BE1E2D;
    padding-top: 29px;
    padding-bottom: 29px;
    margin-top: -20px;
    margin-bottom: -20px;
    z-index: 1;
    position: relative;
}
.slick-slider .slick-list {
    padding-top: 20px;
}
.article img {
 
    border-radius: 8px;
}
.article-img
{
    position:relative
}
    .article-img .overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
       border-radius:8px;
        padding:20px;
        background: #494141;
        opacity: 0.25
    }
.article-content {
    background: #FFE4E64D;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px;
}
.art-title {
    font-weight: 600;
    font-size: 18px;
    color: #231F20;
    min-height:52px;
    line-height:1.4
}
.art-desc {
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height:1.4;
    margin-bottom:20px;
    margin-top:20px;
}
.btn-read
{
    text-align:right;
    display:flex;
}
.art-link
{
    text-align:right;
}
.btn-read {
    display: flex;
    align-items: center;
    justify-content: end;
}
    .btn-read span {
        padding-right: 15px;
        font-weight: 500;
        font-size: 16px;
        color: #BE1E2D;
    }
.news
{
   padding-bottom:80px;
}
.article-img img{
    max-width:100%;
}
.footer {
    background: #231F20;
    padding:24px;
}
.btn-contact {
    background: #BE1E2D;
    height: 46px;
    line-height: 46px;
    border-radius: 22px;
  
    padding-right: 24px;
    margin-top:15px;
    padding-left: 24px;
    font-family: Montserrat;
    font-weight: 600;
  text-align:center;
 color:#fff;
 display:inline-block;
}
.footer-top {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff20;
}
.footer-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom:20px;
}
.footer-bottom ul li {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 10px;
}

.social-ul ul li{
    padding-right:10px;
}
.social-ul ul li:last-child{
    padding-right:0
}
.copyright {
    margin-top: 75px;
}
@media(max-width:1199px)
{
    img{
        max-width:100%;
width:100%;
    }
    .service-item .service-ul ul
    {
        display:block !important
    }
}
@media(min-width:1200px)
{
    .slidermobile
    {
        display:none
    }
    .desk-hidden{
        display:none
    }
}
.logo2
{
    display:none
}
@media(max-width:1199px) {
    .slider {
        display: none
    }
    .slider-subtitle {
     
        font-size: 18px;
       
    }
    .slider-title {
      
        font-size: 24px;
     
        margin-bottom: 0px;
    }
    .slider-ul
    {
        display:none
    }
    .logo2{
        display:block
    }
    .logo1
    {
        display:none
    }
    .sticky .logo2 {
        display: none
    }
    .sticky .logo1 {
        display: block
    }
    .side-toggle img {
        filter: brightness(0) invert(1);
    }
    .sticky .side-toggle img {
        filter:inherit;
    }
    .emp-title {
        font-size: 24px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .aboutus .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .img-about
    {
        display:none
    }
    .aboutus {
        padding: 40px 0 0px;
    }
    .success {
        padding: 40px 0;
    }
    .success-title {
        font-size: 24px;
        display: flex;
        margin-bottom: 25px;
    }
    body .dot {
        width: 20px;
        height: 20px;
        position: relative;
        right: auto;
        bottom: -9px;
        left: auto;
        margin-left: 10px;
    }
    .services-title {
     
        font-size: 24px;
     
    }
    .ser-item-title {
        font-size: 21px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .service-ul {
      
        padding: 30px;
    
    }
    .services {
      
        padding: 40px 0;
    }
    .service-item ul li:first-child img {
        max-width: 100%;
        
    }
    .service-ul ul li:first-child {
        margin-right: 0;
      
    }
    .service-item .service-ul ul li:last-child{
        display:none
    }
    .btn-services span {
      
        font-size: 21px;
    }
    .btn-services img{
        vertical-align:sub
    }
    .mobile-hidden {
        display: none
    }
    .whyus .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .why-title {
       
        font-size: 24px;
    margin-bottom:15px;
        text-align: left;
   
    }
    .why-subtitle {
        margin-bottom: 15px;
        font-size: 21px;
        text-align: left;
        margin-top: 15px;
    }
    .arrows
    {
        display:none
    }
    .whyus-desc {
     
        font-size: 14px;
    
    }
    .whyus img {
      
        max-width: 215px;
        margin-left: auto;
      display:block;
        margin-right: auto;
    }
    .whyus .arrows {
        display: none
    }
    .partners-img
    {
        max-width:115px;
    }
    .partners-title {
   
        font-size: 24px;
     
        margin-top: -60px;
    }
    .partners {
        padding: 40px 0;
    }
   body .partner
    {
        margin-left:0;
        margin-right:0;
    }
    body .partner:hover {
        margin-left: 0;
        margin-right: 0;
        margin-top:0px;
        margin-bottom: 0px;
        padding-top:25px;
        padding-bottom:25px;
    }
        .partner > img {
            max-width: 25px;
         
            right: 15px;
            top: 15px;
        }
    .art-title {
    
        font-size: 21px;
       
    }
    .art-desc {
      
        font-size: 14px;
      
    }
    .emp-desc {
      
        font-size: 14px;
     
    }
    .ser-item-desc {
        max-width: 100%;
    }
    .ser-item-desc
    {
        font-size:14px;
    }
    .partner-desc {
        font-size: 14px;
    }
    .partner-title {
       
        font-size: 21px;
       
    }
    .footer-top .text-right
    {
        text-align:left !important
    }
    .copyright {
        margin-top: 10px;
    }
    .social-ul
    {
        margin-top:30px;
    }
}
.details-topic * {
    color: #292B22;
}
body .emp-btn:hover{
    color:#fff;
}
.news .btn-services {
    margin-top: 45px;
    display: inline-block;
}
.meta-item-icon i{
    color:#fff;
}
.contact-form-area-content p {
    color: #231F20;
    text-align:justify
}
.contact-form-area
{
    padding:80px 0;
}
@media(max-width:767px)
{
    .meta-items .col-md-6 {
        margin-bottom: 30px
    }
    .news .col-md-4{
        margin-bottom:30px;
    }
}
.art-desc
{
    min-height:135px;
}
@media(max-width:767px)
{
.partner ul li img
{
min-width:85px;
}
}
.play-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -70px;
    text-align: center;
}

.ripple, .ripple:before, .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -webkit-animation: rippleanim 3s infinite;
    -moz-animation: rippleanim 3s infinite;
    -ms-animation: rippleanim 3s infinite;
    -o-animation: rippleanim 3s infinite;
    animation: rippleanim 3s infinite;
}

    .ripple, .ripple:before, .ripple:after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 70px;
        height: 70px;
        transform: translateX(-50%) translateY(-50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
        -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
        -o-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
        -webkit-animation: rippleanim 3s infinite;
        -moz-animation: rippleanim 3s infinite;
        -ms-animation: rippleanim 3s infinite;
        -o-animation: rippleanim 3s infinite;
        animation: rippleanim 3s infinite;
    }
        .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
        }
        .ripple, .ripple:before, .ripple:after {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 70px;
            height: 70px;
            transform: translateX(-50%) translateY(-50%);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
            -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
            -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
            -o-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
            -webkit-animation: rippleanim 3s infinite;
            -moz-animation: rippleanim 3s infinite;
            -ms-animation: rippleanim 3s infinite;
            -o-animation: rippleanim 3s infinite;
            animation: rippleanim 3s infinite;
        }
            .ripple:after {
                -webkit-animation-delay: .6s;
                -moz-animation-delay: .6s;
                -ms-animation-delay: .6s;
                -o-animation-delay: .6s;
                animation-delay: .6s;
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
            }
.video-box
{
    position:relative
}
.header-meta-item .meta-item-icon i
{
    color: var(--clr-theme-2);
}
@media (max-width: 1199px) {
    .logo2 {
       filter: brightness(0) invert(1);
    }
}
.footer-top .row .col-md-6:first-child a img
{
 filter: brightness(0) invert(1);
}