a,
a:hover {
    text-decoration: none;
}

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}

.styled-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s all;
}

.styled-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
/* navbar Above */
#navbarAbove {
    display: none;
    /* background: #fff; */
    font-size: 15px;
    color: #fff;
    padding: 12px 0 11px 0;
    border-bottom: 3px solid #ffffff69;
}

#navbarAbove h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 27px;
    font-weight: 600;
}

#navbarAbove .row {
    align-items: center;
}

#navbarBelow  {
  padding: 22px 0 22px 0;
  background: #00000054;
}
/* #navbarAbove .btn_wrap {
    display: none;
    gap: 10px !important;
} */
#navbarNavDropdown {
  padding: 0 40px 0 0px !important;
}
.h_sec8 .banner_h1 {
    margin: 0 0;
  }
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
}

.head_social li a {
    color: #ff9800 !important;
}

#navbarBelow .navbar-toggler i {
    color: #ffffff;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000 !important;
}

/* navbar Below */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 982px;
  text-decoration: none;
  height: auto;
  padding: 0;
  top: 50px;
  left: -499px;
  background: transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav_parent{
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #ffffff7d;
    backdrop-filter: blur(20px);
    border-radius: 10px;
}
  .nav_right {
    display: flex;
    /* flex-direction: column; */
    gap: 18px;
    flex-wrap: wrap;
    padding: 30px 10px 30px 10px;
    width: 50%;
  }
  .nav_right li {
    width: 45%;
    padding: 11px 0px;
    background: #ffffff4f;
    border-radius: 8px;
    
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .nav_right li:hover {
    background: #ffffff1f;
  }
  .nav_right li:hover a{
    color: #de3334;
  }

  .nav_left{
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .nav_left img {
    /* height: 341px; */
    /* object-fit: cover; */
  }
  #navbarBelow .dropdown-menu a{
      font-size: 16px;
    }
    #navbarBelow .dropdown-menu a:hover{
        color: #e13435;
    }
.m-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

/* #navbarBelow {
    background: #fff;
} */

#navbarBelow a {
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    font-size: 17px;
    padding: 0;
    text-decoration: none;
}

#navbarBelow ul a {
    padding: 0 0 0 32px;
}

#navbarBelow a:hover {
    color: #e13435;
}

#navbarBelow h4 {
    font-weight: bold;
    font-size: 24px;
}

#navbarBelow .dropdown-menu a {
    padding: 7px 18px;
    color: #000; 
    font-size: 15px;
}

#navbarBelow li {
    position: relative;
}

/* #navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #021020;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
} */

#navbarBelow li:hover::after {
    width: 100%;
    left: 0;
}

/* .nav-link.dropdown-toggle::after {
    transition: 0.5s;
} */

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
    color: #021020;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
    background-color: #1A5DA5;
    animation: navbarBelow 500ms linear;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }

    ;

    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 45px;
    width: 200px;
}

.dropdown-menu {
    /* background-color: #021020; */
    background-color: #fff;
    /* padding: 0 10px; */
    /* padding: 0 0 15px 0 !important; */
    box-shadow: 0 0 60px 0 #0000001f;
    
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #121c3df4;
    color: #fff !important;
}

.navbar-right-button {
  background: #E13435 !important;
  font-size: 16px !important;
  text-align: center !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 9px 22px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  outline: 0px solid !important;
  width: 137px !important;
}


#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}







/* HOME PAGE CSS  */
#navbarAbove p {
    font-size: 16px;
}

#navbarAbove h6 {
    font-size: 23px;
    font-weight: 700;
}

/* #navbarAbove a i {
    background: #00caff;
    color: #fff;
    padding: 7px 7px;
    border-radius: 50%;
} */
/* #navbarDropdownMenuLink::after {
    display: none;
  } */
  .nav-item.dropdown.industry .dropdown-menu.show {
    width: 380px;
    left: 0 !important;
    background-color: #ffffff14;
    backdrop-filter: blur(20px);
    border-radius: 10px;
  }
  .nav-item.dropdown.industry .dropdown-menu.show .nav_right li {
    width: 45%;
    background: #ffffff47;
    padding: 0px 0px;
  }
  .nav-item.dropdown.industry .dropdown-menu.show .nav_parent .nav_right {   
    display: flex; 
  }
  .nav-item.dropdown.industry .dropdown-menu.show .nav_right {
    width: 100%;
    display: block;
    padding: 20px 0px 20px 10px;
  }
  .nav-item.dropdown.industry .dropdown-menu.show .nav_right li{
    width: 46%;
    background: #ffffff59;
  }
  .nav-item.dropdown.industry.product .dropdown-menu.show .nav_right li {
    width: 97%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu::before {
    content: '';
    background: transparent;
    width: 540px;
    height: 50px;
    position: absolute;
    top: -18px;
    left: -1px;
    z-index: -1;
  }
  #navbarAbove .btn_wrap a {
    text-decoration: navajowhite;
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
    font-size: 16px;
  }


/* SECTION1 */
.h_sec1.home{
    position: relative;
    padding: 200px 0 140px 0;
    isolation: isolate;
    background: url(../img/s1bg.png);
}
.defaulth1 {
    font-weight: 800;
    line-height: normal;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}
.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
    align-items: center;
}

a.btn1 {
    background:transparent;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 8px 22px;
    border: 1px solid #fff;
}
.btn1.popup-btn.big {
    font-size: 22px;
  }
a.btn2 {
    background: #e13435;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 8px 22px;
}
.btn_wrap a {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn_wrap a i {
    font-size: 21px;
  }
  .btn_wrap .btn1.popup-btn.bg_dark {
    background: #fff;
    color: #000;
  }
.defaulth2 {
    font-size:26px;
    color: #fff;
    margin: 20px 0 30px 0 !important;
    position: relative;
}
.h_sec2.home .defaulth2::before{
    left: 0;
    right: 0;
    translate: 0% 0%;
}
.defaulth2::before {
    content: "";
    background: #e13435;
    height: 6px;
    width: 100px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    right: 50%;
    translate: -50% -50%;
  }
.defaulth2.black{
    color: #021020;
}
.bold {
    font-weight: 600;
}
.bold2 {
    font-weight: 800;
}

.clr_1 {
    color: #e13435 !important;
}
.clr_2 {
    color: #c36 !important;
}
.clr_3 {
    color: #339966 !important;
}

.defaultp {
    color: #2A2A2A;
    margin: 10px 0;
    font-size: 15px;
}
/* SECTION1 */

/* SECTION2 */
img[src="img/s2right.png"] {
    translate: 0 -85px;
  }
/* SECTION2 */

/* SECTION3 */
.h_sec3.home {
    position: relative;
    /* background: #f0f0f1; */

  }
  .h_sec3.home::before {
    background: #f0f0f1;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    z-index: -1;
  }
  .custom-shape-divider-bottom-1720028665 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: -1;
}

.custom-shape-divider-bottom-1720028665 svg {
    position: relative;
    display: block;
    width: calc(273% + 1.3px);
    height: 269px;
}

.custom-shape-divider-bottom-1720028665 .shape-fill {
    fill: #fff;
}
.s3box {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    background-image: linear-gradient(180deg,#fff 0%,#eee 100%);
    border-style: solid;
    border-width: 1px;
    border-color: #8D8D8D7A;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,.16);
    margin: 40px 0 0 0;
  }
  .s3box .icon {
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8D8D8D7A;
    margin: -37px 0 10px 0;
  }
  .s3box .icon img {
    height: 60px;
    width: 60px;
    object-fit: cover;
  }
  .defaulth3 {
    font-size: 18px;
  }
  
/* SECTION3 */

/* SECTION4 */
.s4box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
  }
  .btn_wrap.white_bg a.btn1.popup-btn {
    border-color: #e13435;
    color: #e13435;
  }
  .btn_wrap.white_bg a.btn1.popup-btn:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  
  .btn_wrap.white_bg a.btn2.chats:hover {
    color: #fff;
    background: #000;
  }
.s4box .icon {
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8D8D8D7A;
    margin: 0;
    flex-shrink: 0;
  }
  .s4box .icon img {
    height: 60px;
    width: 60px;
    object-fit: cover;
  }
  
/* SECTION4 */

/* SECTION5 */
.h_sec5.home{
    background: #f0f0f1;
    padding: 0 0 140px 0px; 
}
.h_sec5.home .defaulth2::before{
    left: 0;
    right: 0;
    translate: 0% 0%;
}
/* SECTION5 */
/* SECTION6 */
.h_sec6.home .container {
    background: #fff;
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,.26);
    height: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
  }
.h_sec6.home ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0 0 0 !important;
}
.h_sec6.home {
    margin: -100px 0 0 0;
}

/* SECTION6 */

/* SECTION7 */
.h_sec7.home .defaulth2 , .h_sec8.home .defaulth2::before{
    left: 0;
    right: 0;
    translate: 0% 0%;
}
.h_sec7.home ul li , .h_sec8.home ul li {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin: 5px 0 0 0 !important;
  }
/* SECTION7 */

/* SECTION8 */
.h_sec8.home{
    background: #f0f0f1;
}
.h_sec8.home ul {
    margin: 35px 0 0 0 !important;
  }
/* SECTION8 */

/* SECTION9 */
.s9box{
    border: 1px solid #000;
    padding: 20px 15px;
    height: 590px;
    margin: 30px 0 0 0;
    overflow: hidden;
}
.s9box h3 {
  font-weight: 700;
}
/* SECTION9 */

/* SECTION10 */
.h_sec10.home{
    background: url(../img/s10bg.png) no-repeat center/cover;
    height: 230px;
}
/* SECTION10 */


  

a.btn2:hover {
    background: #fff;
    color: #e13435;
}

a.btn1:hover { background: #e13435; border-color: #e13435; } @media
(max-width:1450px) { .defaulth1 { font-size: 40px; padding: 10px 0; }      
.defaulth2 { font-size: 36px; }

}
.desk_hide{
    display: none;
}
@media (max-width:1399px) {
  .s9box {
    border: 1px solid #000;
    padding: 20px 15px;
    height: 620px;
  }
    #navbarNavDropdown ul li .dropdown-menu {
        left: -344px !important;
      }
      #navbarNavDropdown li.industry .dropdown-menu {
        left: 0 !important;
      }
      #navbarBelow a {
        font-size: 15px;
      }
}
@media (max-width:991px) {
    .desk_hide{
        display: block;
    }
    .defaulth1 {
        font-size: 32px;
        padding: 10px 0;
    }
    .res_slider .slick-dots li { margin: 0 7px !important;  }
    .res_slider .slick-dots li button { height: 11px; width: 11px; background: #0d6baa; border-radius: 13px; padding: 0 9px; transition: 0.5s; margin-top: 17px !important; }
    .res_slider .slick-dots li.slick-active button { background-color: #fff; border: 1px solid #0d6baa; width: 34px; margin: 0 -9px; /* padding: 0 14px; */ }
    .res_slider .slick-dots li button::before { display: none; }
    .mob_hide{
        display: none !important;
    }
    .mob_center{
        text-align:center;
    }
    #navbarBelow a {
        font-size: 16px !important;
        padding: 16px 0 10px 32px !important;
    }
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #000;
        box-shadow: 0 0 60px 0 #0000001f;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
    }
    .nav_right li {
        width: 100%;
    }
    .nav_right {
        width: 100%;
        height: 240px;
        overflow: auto;
    }
    #navbarBelow .dropdown-menu a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px !important;
    }
    .nav-item.dropdown.industry .dropdown-menu.show {
        width: 100%;
    }
    .nav-item.dropdown.industry .dropdown-menu.show .nav_right li {
        width: 95%;
    }
    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .office_box {
        margin: 20px 0px 0 0px;
    }
    .col-sm-12.address-col ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .foot_box ul li i {
        display: none;
    }
    .col-sm-12.address-col ul li {
        width: 100%;
    }
    .col-sm-12.address-col h3 {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }
    .foot_box.contact ul.list-unstyled {
        gap: 10px;
        margin: 20px 0 0 0;
        border-radius: 13px;
        flex-direction: column;
        align-items: center;
    }
    .foot_box.contact ul.list-unstyled li:first-child {
        border-right: 0px solid #fff;
    }
    .foot_box {
        margin: 30px 0 0 0;
    }
    .s4box {
        gap: 20px;
        flex-direction: column;
        text-align: center;
        margin: 20px 0 30px 0;
    }
    .h_sec6.home .container {
        height: auto;
        padding: 30px 0;
    }
    .h_sec6.home ul {
        gap: 15px;
        margin: 40px 0 0 0 !important;
        flex-direction: column;
      }
      .cta-txt {
        flex-direction: column;
        text-align: center;
      }
      section{
        overflow: hidden;
      }
}

@media (max-width:575px) {
    .navbar-brand img {
        max-height: 30px;
    }

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        text-align: center;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
}



.cta-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 40px 40px;
    border-radius: 8px;
}

.cta-txt img {
    width: 300px;
    filter: invert(1);
}

.client-logo-sec {
  padding: 25px 0 50px 0;
}

.client-logo-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}




section.cta-sec .row {
    align-items: center;
    justify-content: center;
}

.copy-sec {
    padding: 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #000;
    text-align: center;
}
section.cta-sec {
    padding-bottom: 50px;
}

.copy-sec p {
    color: #fff;
}

.navbar-right-button:hover {
    background: #fff;
    color: #e13435;
}

.serv-box:hover h3, .serv-box:hover p {
    color: #fff;
}

.serv-box img {
    filter: invert(54) grayscale(1) contrast(1) brightness(260%);
    mix-blend-mode: difference;
}

.serv-box:hover img {/* filter: invert(0) contrast(1) brightness(1) grayscale(1); *//* mix-blend-mode: multiply; */}

.btn1.popup-btn:hover {background: #fff;color: #e13435;}
.cl-logo-bx img {
    width: 94%;
    aspect-ratio: 4/2;
    margin: 0 auto;
}

.cl-logo-bx {
    border: 1px solid #eee;
    margin: 0 35px;
}

.hd-txt h2 {
    color: #000;
    font-family: "Muli", Sans-serif;
    font-size: 25px;
    font-weight: 900;
    position: relative;
}

.hd-txt h2 span {
    color: #e13435;
}
