@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'NORTHWEST-Bold';
    src: url(../fonts/NORTHWEST-Bold.otf);
}

:root {
    /*--color-1: #0973E9;*/
    --color-1: #090dac;

    --color-2: #1D1D1D;

    --color-3: #ffffff;

    --color-4: #000000;
    
    --color-5: #ff33e8;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
}

summary {
    display: list-item;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
}

p {
    color: var(--color-2);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
    font-family: "Poppins", sans-serif;
}

span{
    font-family: "Poppins", sans-serif;
}

h1, .h1 {
    font-size: 65px;
    /* font-family: 'NORTHWEST-Bold'; */
    font-family: "Poppins", sans-serif;
    line-height: 85px;
    font-weight: 600;
}

h2, .h2 {
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
}

h3,
.h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px
}

/* css */

.new_header a.navbar-brand img {
    width: 265px;
}

.new_header .navbar-collapse {
    flex-grow: initial;
    margin-top: 60px;
}

.my_navbar_nav li.nav-item a.nav-link {
    text-align: center;
    color: var(--color-2);
}

.my_navbar_nav li.nav-item {
    margin-right: 20px;
}

.my_navbar_nav li.nav-item a.nav-link:hover {
    color: var(--color-1);
}

.top_info ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    align-items: center;
    position: absolute;
    right: 0;
    top: 20px;
}

.top_info ul li {
    margin-left: 25px;
    border-right: 2px solid #1d1d1d6b;
    padding: 0px 15px 0 0;
    font-family: "Poppins", sans-serif;
    color: var(--color-2);
    display: flex;
    align-items: center;
}
.email_icon{margin-right: 8px; font-size: 22px;}
.top_info ul li a {
    color: var(--color-2);
    display: inline-flex;
    align-items: center;
}
.wpcf7-spinner {
    position: absolute!important;
}

.top_info ul li a i {
    font-size: 22px;
    margin-right: 8px;
}

.no_brdr {
    border: initial !important;
    padding-right: initial !important;
    display: flex;
    align-items: center;
}

.no_brdr a i {
    margin-right: 0 !important;
    font-size: 25px !important;
    color: var(--color-1);
}

.no_brdr a {
    margin-left: 12px;
}

.new_header {
    padding: 10px 0;
    position: relative;
}

.top_info {
    position: relative;
    z-index: 1111;
}

.nav_btn a {
    padding: 12px 25px;
    background: var(--color-1);
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    font-size: 15px;
}

.nav_btn a:hover{
    background: var(--color-2);
}

.banner_secn {
    padding: 0px 0px 45px 0px;
}

.banner_contnt span {
    color: var(--color-1);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.banner_contnt h1 {
    margin-bottom: 20px;
    margin-top: -5px;
}
.banner_contnt h1 img{width: 100%;}
.banner_contnt span.loly_spn {
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
}

.banner_contnt p {
    font-size: 20px;
    font-weight: 700;
}

.banner_btn a.dark_btn {
    padding: 13px 55px;
    background: var(--color-1);
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    font-size: 16px;
    border: 1px solid var(--color-1);
    margin-right: 25px;
}

.banner_btn a.dark_btn:hover{
    background: var(--color-3);
    color: var(--color-1);
}

.banner_btn a.light_btn{
    padding: 13px 42px;
    border: 1px solid var(--color-1);
    background: var(--color-3);
    color: var(--color-1);
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    font-size: 16px;
}

.banner_btn a.light_btn:hover{
    background: var(--color-1);
    color: var(--color-3);
}

.banner_btn a {
    display: inline-block;
}

.banner_btn {
    margin-top: 40px;
}

.banner_secn .row {
    align-items: center;
}

.banner_img img {
    height: 100%;
    max-width: 100%;
    margin-left: 0px;
}

.invested_year {
    padding: 15px 0 50px;
}

.invested_img img {
    width: 75px;
    margin-right: 30px;
}

.invested_year_info {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #707070;
    margin: 5px 0;
    padding: 20px 0;
}

.no_brdr_invst{
    border: initial;
}

.invested_line {
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    padding: 40px 0;
}

.invested_contnt h3 {
    font-weight: 700;
    color: var(--color-4);
    font-size: 35px;
}

.invested_contnt p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-4);
}

.what_lakh{
    padding: 60px 0;
}

.what_lakh_contnt h2 {
    /*display:inline-block;*/
          background: linear-gradient(90deg, #0036FF 0%, #FF00AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lakh_list_bx h3 {
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.lakh_list_bx h3::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    border: 1px dashed #ff723f;
    top: 18px;
    margin-left: 15px;
}

.lakh_list_bx ul li {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 25px;
}

.lakh_list_bx ul {
    padding-left: 0;
}

.lakh_list_scn {
    display: flex;
    border-top: 2px solid #757575;
    margin-top: 25px;
}

.lakh_list_bx {
    width: 54%;
    padding-top: 30px;
    height: 280px;
}

.scnd_lakh {
    width: 46%;
    border-left: 1px solid #ccc;
    padding: 30px 0px 0px 40px;
    margin-left: 10px;
}

.know_more a {
    padding: 13px 40px 13px 40px;
    background: var(--color-1);
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.know_more a::after {
    content:">";
    position: absolute;
    /*width: 105px;*/
    height: 2px;
    /*background: var(--color-3);*/
    top: 18px;
    margin-left: 10px;
    top: 15px;
    opacity: 0.6;
}

.know_more {
    margin-top: 30px;
}

.my_story {
    padding: 100px 0 20px;
    overflow: hidden;
}

.my_story_contnt span {
    /* font-family: 'NORTHWEST-Bold'; */
    font-size: 24px;
    color: var(--color-2);
    margin-bottom: 2px;
    display: block;
    font-weight: 700;
}

.my_story_contnt {
    position: relative;
    padding: 0 0px 0 45px;
}

/* .my_story_contnt::after {
    content: '';
    position: absolute;
    width: 1075px;
    height: 700px;
    background: #F7F7F7;
    box-shadow: rgb(251 251 251) 0px 5px 37px;
    top: -60px;
    right: -320px;
    z-index: -1;
} */

.my_story_contnt h2 {
    /*color: var(--color-2);*/
     /*display:inline-block;*/
         background: linear-gradient(90deg, #0036FF 0%, #FF00AA 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

}

.brand_slider {
    padding: 50px 0;
}

.brand_img a img {
    margin: auto;
    box-shadow: rgb(0 0 0 / 33%) 0px 2px 10px;
    margin-bottom: 6px;
}

.brand_img a {
    margin: 0 5px;
    display: block;
}

.know_more a:hover{
    background: var(--color-2);
}

/* testimonial css */

.testimonial {
    padding: 60px 0;
}

  /* .testimonial .row .tabs {
    all: unset;
  
    display: flex;
    flex-direction: column;
  } */

.testimonial .row .tabs li {
    all: unset;
    display: block;
    position: relative;
  }

 /* .testimonial .row .tabs li.active::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #71b85f;
    border-radius: 50%;
  }

 .testimonial .row .tabs li.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #71b85f;
    border-radius: 50%;
  } */

  .testimonial .row .tabs li:nth-child(1) {
    align-self: flex-end;
    top: -250px;
    left: -90px;
}

 .testimonial .row .tabs li:nth-child(1)::before {
    left: 64%;
    bottom: -50px;
  }

  .testimonial .row .tabs li:nth-child(1)::after {
    left: 97%;
    bottom: -81px;
  }

 .testimonial .row .tabs li:nth-child(1) figure img {
    margin-left: auto;
  }

  .testimonial .row .tabs li:nth-child(2) {
    align-self: flex-start;
    top: -270px;
    left: -32px;
}

 .testimonial .row .tabs li:nth-child(2)::before {
    right: -65px;
    top: 50%;
  }

 .testimonial .row .tabs li:nth-child(2)::after {
    bottom: 101px;
    border-radius: 50%;
    right: -120px;
  }

 .testimonial .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    margin-top: -50px;
  }

  .testimonial .row .tabs li:nth-child(3) {
    align-self: flex-end;
    left: -60px;
    top: -20px;
}

 .testimonial .row .tabs li:nth-child(3)::before {
    right: -10px;
    top: -66%;
  }

  .testimonial .row .tabs li:nth-child(3)::after {
    top: -130px;
    border-radius: 50%;
    right: -46px;
  }

 .testimonial .row .tabs li:nth-child(3) figure img {
    margin-left: auto;
    margin-top: -50px;
  }

 .testimonial .row .tabs li:nth-child(3):focus {
    border: 10px solid red;
  }

  .testimonial .row .tabs li:nth-child(4) {
    align-self: flex-end;
    left: 75px;
    top: -443px;
}

.testimonial .row .tabs li:nth-child(5) {
    align-self: flex-end;
    left: 30px;
    top: -220px;
}

.testimonial .row .tabs li:nth-child(6) {
    align-self: flex-end;
    left: -14px;
    top: 0px;
}

 .testimonial .row .tabs li figure {
    position: relative;
  }

 .testimonial .row .tabs li figure img {
    display: block;
  }

 .testimonial .row .tabs li figure::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 4px solid #dff9d9;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

 .testimonial .row .tabs li figure:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

 .testimonial .row .tabs.carousel-indicators li.active figure::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

.testimonial .row .carousel > h3 {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 0;
  }

  .testimonial .row .carousel h2 {
    font-size: 40px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--color-3);
}

 .testimonial .row .carousel .carousel-indicators {
    all: unset;
    padding-top: 43px;
    display: flex;
    list-style: none;
  }

  .testimonial .row .carousel .carousel-indicators li {
    background: #fff;
    background-clip: padding-box;
    height: 2px;
    width: 22px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
    margin-top: 35px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    color: var(--color-3);
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 80px;
}

 .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #000;
    font-weight: 700;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
  }

  .testimonial_scn {
    background: #252628;
}

.rate_star {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.rate_star li {
    margin-right: 7px;
}

.rate_star li i {
    color: #FFF700 !important;
    font-size: 17px !important;
    margin-bottom: 0 !important;
}

.testi_img img {
    width: 60px;
}

.test_info {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.testi_img {
    margin-right: 15px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}

div#carouselExampleIndicators span{
    color: var(--color-3);
    font-family: 'NORTHWEST-Bold';
    font-size: 25px;
}

ol.carousel-indicators.tabs {
    margin: 0;
}

.testimonial .row .tabs li figure img {
    width: 65px !important;
}

.circle_img_click {
    background-image: url(../images/testimonial-circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 516px;
}

.testimonial .row{
    align-items: center;
}

/* .mynav {
    position: absolute;
    top: 20px;
    right: 0;
    display: inline-block;
    cursor: pointer;
  }

  .mynav-prev,
  .mynav-next {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50%;
    border-color: transparent;
    z-index: 9;
  } */

  /* end */

  .booking_call_scn {
    position: relative;
    margin: 60px 0 0;
}

.meying_list img {
    width: 25px;
}

.meying_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #252628;
    margin-bottom: 36px;
    padding: 0px 0 11px;
}

.meying_list h3 {
    color: #252628;
    font-size: 18px;
    font-weight: 600;
}

.meying_list span {
    color: #252628;
    margin-left: 200px;
    font-size: 14px;
    font-weight: 600;
}

.booking_free {
    position: relative;
    z-index: 1;
    /* padding: 60px 170px 0px 70px; */
}

.booking_free::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: -1;
}

.booking_free h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-2);
    margin-bottom: 30px;
}

.booking_conct {
    padding-left: 0;
}

.booking_conct li {
    border: 2px dashed var(--color-2);
    padding: 12px 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-2);
}

.booking_conct li a {
    font-size: 18px;
    font-weight: 600;
    margin-left: 70px;
    color: var(--color-2);
}

/*.booking_call_scn::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: #EEF4FF;*/
/*    box-shadow: rgb(251 251 251) 0px 5px 37px;*/
/*    top: 0;*/
/*    right: 5%;*/
/*    z-index: -1;*/
/*}*/

.booking_call_scn .row {
    align-items: top;
}

.boking2 {
    position: absolute;
    top: 0;
    right: 12px;
    left: 0;
}

.col_nobrdr {
    padding-right: 0;
}

.meeting_left_scn {
    position: relative;
    z-index: 1;
    padding: 50px 0 20px;
}

.contact_us {
    padding: 78px 0 60px;
}

.contact_bx {
    border: 1px solid #707070;
    padding: 60px 0px 40px 40px;
}

.contact_heading h2 {
    font-size: 26px;
    color: var(--color-2);
    margin-bottom: 0;
    line-height: 35px;
    font-weight: 700;
}

.contact_heading h2 span {
    display: block;
}

.contact_us .row {
    justify-content: space-between;
    align-items: center;
}

.contact_bx .know_more {
    margin-top: 0;
    text-align: right;
}

.footer_scn {
    background: #252628;
    padding: 60px 0 20px;
}

.footer_left img {
    width: 200px;
}

.footer_left p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 20px;
}

.imprtnt_links h3 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
}

.imprtnt_links ul {
    padding-left: 0;
    column-count: 2;
}

.imprtnt_links ul li a{
    color: var(--color-3);
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.imprtnt_links ul li a:hover{
    color: var(--color-1);
}

.imprtnt_links ul li{
    margin-bottom: 5px;
}

.footer_left {
    display: flex;
    align-items: center;
}

.foter_right {
    border-left: 1px solid #ccc;
    padding: 0px 0 0 50px;
    margin-left: 30px;
}

.footer-links ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
}

.footer-links ul li {
    margin-right: 10px;
}

.footer-links ul li a I{
    font-size: 25px;
    color: var(--color-3);
}

.footer-links h4 {
    color: #fff;
    font-size: 17px;
    text-align: right;
}

.footer-links {
    margin-top: 60px;
}

.bottom_footer {
    border-top: 1px solid #cccc;
    margin-top: 30px;
}

.bottom_footer p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 15px;
}

.brand_slider h2 {
    text-align: center;
     /*display:inline-block;*/
     background: linear-gradient(90deg, #0036FF 0%, #FF00AA 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.brand_slider p {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial_scn {
    display: none;
}

.booking_free::after{
    display: none;
}

.boking_scn_fre {
    margin-left: 0px;
    padding: 20px;
    background: #EEF4FF;
    box-shadow: rgb(251 251 251) 0px 5px 37px;
}

.what_lakh_contnt {
    text-align: center;
}

.lah_do_img_animntn {
    position: relative;
    padding: 150px 0;
    margin-top: 30px;
}

.lakh_img_animntn ul {
    padding-left: 0;
}

.lakh_img_animntn ul li {
    position: absolute;
}

.lakh_img_animntn ul li {
    background: #41A3E0;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
}

.lakh_img_animntn ul li:hover{
    transform: scale(1.1);
}

.cirle_img img {
    width: 60px;
    margin: auto;
    margin-bottom: 3px;
}

.circle_contn {
    line-height: 19px;
}

.circle_contn a {
    color: #fff;
    font-weight: 600;
}

.lakh_img_animntn ul li.lakh_icon1 {
    bottom: 80px;
    left: 130px;
}

.lakh_img_animntn ul li.lakh_icon2 {
    top: 272px;
    background: #42D1B5;
}

.lakh_img_animntn ul li.lakh_icon3 {
    top: 85px;
    left: 210px;
    background: #FF983B;
}

.lakh_img_animntn ul li.lakh_icon4 {
    top: -20px;
    right: 450px;
}

.lakh_img_animntn ul li.lakh_icon5 {
    top: 80px;
    right: 80px;
    background: #FE668C;
}

.lakh_img_animntn ul li.lakh_icon6 {
    top: 300px;
    right: 0;
    background: #4C83D3;
}

.lakh_img_animntn ul li.lakh_icon7 {
    bottom: 58px;
    right: 170px;
    background: #40D4E2;
}

.lakh_img_animntn ul li.lakh_icon8 {
    bottom: 0px;
    right: 550px;
    background: #42D1B5;
}

.map_secn {
    background: #EEF4FF;
    padding: 60px 0;
}

.map_heading h2 {
    /*text-align: center;*/
    /*width: 70%;*/
    /*margin: auto;*/
    /*margin-bottom: 50px;*/
     /*display:inline-block;*/
        text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: 50px;
    background: linear-gradient(90deg, #0036FF 0%, #FF00AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.snall_img img {
    width: 82% !important;
    height: 160px;
    border-radius: 16px;
    object-fit: cover;
    cursor: pointer;
}

.my_story_contnt ul.slick-dots {
    display: none !important;
}

.story_img_small {
    margin-top: 30px;
}

.big_img_stry img {
    height: 506px;
    object-fit: cover;
    border-radius: 25px;
    width: 100%;
    object-position: center top;
}

.contact_bx form .form-group input {
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #707070;
    margin-bottom: 8px;
    font-family: poppins;
    font-size: 15px;
}

.contact_bx form .form-group textarea {
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #707070;
    margin-bottom: 8px;
    height: 130px;
    font-family: poppins;
    font-size: 15px;
}

.contact_form_button {
    text-align: center;
    /*text-align: right;*/
}

.contact_form_button button.btn {
    padding: 11px 55px;
    background: var(--color-1);
    color: #fff;
    transition: 400ms ease-in-out;
    font-size: 16px;
    border: 1px solid var(--color-1);
    border-radius: initial;
    border: initial;
    font-weight: 500;
}

.contact_form_button button.btn:hover{
    background: var(--color-2);
}

.what_we_heading h2 {
    font-size: 37px;
    margin-bottom: 25px;
     /*display:inline-block;*/
     background: linear-gradient(90deg, #0036FF 0%, #FF00AA 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.lest_contnt_box h2 {
    text-align: center;
}

.lest_contnt_box ul {
    display: flex;
    justify-content: space-between;
}

.lest_contnt_box ul li img {
    width: 55px;
}

.lest_contnt_box ul li {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-right: 1px solid #707070;
    padding: 20px 0;
}

.no-brder {
    border: initial !important;
}

.lest_contnt_box ul li a {
    margin-left: 15px;
}

.lest_contnt_box ul li a {
    margin-left: 15px;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.lest_contnt_box h2 {
    text-align: center;
    margin-bottom: 30px;
     /*display:inline-block;*/
     background: linear-gradient(90deg, #0036FF 0%, #FF00AA 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.lets_conect {
    padding-bottom: 50px;
}

.brand_slider_img {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.brand_slider_img .item {
    width: 19%;
    margin-bottom: 5px;
}

/* .brand_img {
    background: #eee;
    box-shadow: rgb(48 48 48 / 10%) 0px 5px 15px;
    width: 237px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.meeting_left_scn h2 {
    margin-bottom: 50px;
     /*display:inline-block;*/
     background: linear-gradient(90deg, #0036FF 0%, #FF00AA 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.ui-datepicker-header {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}
  
  .ui-datepicker-prev span, 
  .ui-datepicker-next span{
    display:none;
  }
  
  .ui-datepicker-prev:after{
    content:"<";
    font-size:2rem;
    font-weight: 400;
    margin-left:10px;
    cursor:pointer;
    color: #B1B1B1;
  }
  
  .ui-datepicker-next:after {
    content: ">";
    font-size: 2rem;
    margin-right: 10px;
    cursor: pointer;
    color: var(--color-1);
    font-weight: 400;
    margin-left: 6px;
}

.ui-datepicker-calendar th {
    padding: 10px 10px 25px;
    color: #252628;
    font-weight: 600;
}
  
  .ui-datepicker-calendar {
    text-align: center;
    margin: 0 auto;
    padding: 8px;
    width: 100%;
}
  
  .ui-datepicker-title {
    padding: 10px;
    float: left;
    width: 84%;
}
  
.ui-datepicker-calendar td {
    padding: 10px 0px;
}
  
  .ui-datepicker-calendar .ui-state-default {
    text-decoration:none;
    color:#252628;
    font-weight: 500;
  }
  
  .ui-datepicker-calendar .ui-state-active {
    color: #fff;
    background: var(--color-1);
    padding: 10px;
    border-radius: 4%;
    display: inline-flex;
    align-items: center;
    width: 22px;
    height: 22px;
    justify-content: center;
    font-size: 14px;
}

.booking_free h3 {
    font-size: 26px;
    font-weight: 600;
    color: #252628;
    margin-bottom: 20px;
}

.time_bx label {
    background: #fff;
    padding: 10px 20px;
}

.time_btn .button {
    float: left;
    margin: 15px 0px 0 0px;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 20px 60px;
    border-radius: 6px;
    box-shadow: rgb(188 188 188 / 8%) 0px 5px 15px;
}
  
  .time_btn .button label, .button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
}
  
.time_btn .button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
  }
  
  .time_btn .button input[type="radio"]:checked + label {
    background: var(--color-1);
    border-radius: 4px;
    color: var(--color-3);
  }
  
  .time_btn .button label {
    cursor: pointer;
    z-index: 90;
    font-weight: 600;
    color: #252628;
    font-size: 16px;
}

.time_btn h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    /*margin-bottom: 10px;*/
}

.book_btn {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.book_btn a {
    padding: 10px 55px;
    background: var(--color-1);
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    font-size: 16px;
   
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 18px;
}

.book_btn a:hover{
    background: var(--color-2);
}

.select_time_zone select.form-select {
    background-color: initial;
    border: initial;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
}

.form-select:focus{
    box-shadow: initial;
}

.my_story_abt {
    background-image: url(../images/my_story_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.my_story_abt::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000061;
    top: 0;
    z-index: -1;
}

.our_prdct_heading h1 {
    text-align: center;
    margin-bottom: 12px;
    color: #fff !important;
}

.our_prdct_heading ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.our_prdct_heading ul li {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.our_prdct_heading ul li img {
    filter: brightness(0) invert(1);
    width: 16px;
    margin: 0px 9px;
    margin-top: 2px;
}

.our_prdct_heading ul li a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.our_prdct_heading ul li a:hover{
    color: var(--color-1);
}

.contact_pge {
    background-image: url(../images/contact-us-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.extr_pdt{
    padding: 70px 0;
}

.portfolio_bnr {
    background-image: url(../images/portfolio_new_bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.portfolio_bnr::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009c;
    top: 0;
    z-index: -1;
}
}

.blog_bner {
    background-image: url(../images/blog_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.blog_design {
    padding: 80px 0;
}

.blog_inner-box {
    padding: 20px;
    background-color: rgba(27, 87, 91, 0.0196078431);
    border: 1px solid rgba(2, 13, 10, 0.1019607843);
    border-radius: 20px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.blog_inner-box:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.blog_inner-box ul {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.blog_inner-box ul li {
    margin-right: 8px;
    font-family: "Poppins", sans-serif;
    color: var(--color-1);
    font-weight: 600;
}

.blog_inner-box ul.info li {
    color: #707070;
    font-weight: 500;
    margin: 0px 5px;
}

.blog_inner-box ul.info li i {
    margin-right: 6px;
    color: var(--color-2);
}

.blog_inner-box h4 {
    font-size: 22px;
    line-height: 30px;
}

.blog_inner-box  a {
    color: var(--color-2);
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.blog_inner-box  a:hover{
    text-decoration: underline;
}

.blog_inner-box .know_more a {
    padding: 8px 50px 8px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.blog_inner-box .know_more a::after{
    top: 23px;
}

.blog_details .image-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}

.blog_detail_contn a {
    font-size: 28px;
    margin-bottom: 16px;
    display: block;
}

.blog-details__right-item .item {
    padding: 40px;
    background-color: rgba(27, 87, 91, 0.0196078431);
    border: 1px solid rgba(2, 13, 10, 0.1019607843);
    border-radius: 16px;
  }

  .blog-details__right-item .item .title {
    position: relative;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
  }

  .blog-details__right-item .item .title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    background-color: rgba(2, 13, 10, 0.1019607843);
  }

  .blog-details__right-item .item .serach-bar input {
    width: 100%;
    border: 1px solid #020d0a33;
    padding: 8px 24px;
    border-radius: 8px;
  }

  .blog-details__right-item .item .serach-bar button {
    position: absolute;
    right: 0px;
    top: 0px;
    color: var(--color-3);
    background-color: var(--color-1);
    padding: 9px 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: initial;
}

  .blog-details__right-item .item .serach-bar {
    position: relative;
  }

  .blog-details__right-item input {
    border: none;
    outline: none;
  }

  .blog-details__right-item .item .single-post li span {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

  .mb-40 {
    margin-bottom: 40px;
  }

  .single-post {
    padding-left: 0;
}

.single-post li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.single-post li .single_Post_img {
    width: 25%;
}

.single-post li .con {
    width: 72%;
    margin-left: 20px;
}

.single-post li .con h6 a {
    color: var(--color-2);
    font-weight: 600;
    font-size: 16px;
}

.single-post li .con h6{
    margin-bottom: 2px;
}

.my_story_page {
    padding: 80px 0;
}

.my_story_pimg img {
    height: 650px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.my_story_page .my_story_contnt {
    padding-left: 0;
}

.stry_contn {
    margin-top: 30px;
}

.my_expernce_bnr {
    background-image: url(../images/my_experinece_baner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.my_experince_page {
    padding: 70px 0 70px;
    background: #EEF4FF;
}

.my_experince_page .my_story_contnt {
    padding-left: 0;
}

.experince_three_box {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 25px;
    width: 100%;
}

.expeince_box {
    margin-top: 40px;
}

.experince_three_box h3 {
    font-weight: 600;
    font-size: 26px;
    position: relative;
    margin-bottom: 30px;
}

.experince_three_box h3::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 3px;
    background: var(--color-1);
    bottom: -8px;
    left: 0;
}

.experince_three_box ul {
    padding-left: 0;
}

.experince_three_box ul li{
    font-family: "Poppins", sans-serif;
}

.experince_three_box ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.experince_three_box ul li i {
    color: var(--color-1);
    margin-right: 8px;
    font-weight: 600;
    font-size: 20px;
}

.expeince_box .col-lg-4.col-md-6 {
    display: flex;
}

.center_btn {
    text-align: center;
    margin-top: 50px;
}

.my_port_detil_pge .brand_slider_img .item {
    width: 32%;
    margin-bottom: 5px;
}

.my_port_detil_pge .brand_slider_img .item {
    width: 31%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;
    border-radius: 12px;
}

.brand_details {
    margin-top: 20px;
    margin-left: 6px;
}

.brand_details h3 {
    font-size: 27px;
    font-weight: 700;
    color: var(--color-2);
}

.brand_details h3 a{
    color: var(--color-2);
}

.my_port_detil_pge .brand_slider_img{
    gap: 30px;
}

.brand_details p {
    text-align: left;
    margin-bottom: 15px;
}

.entry_dte {
}

.entry_dte a {
    font-weight: 600;
    color: var(--color-1);
    display: block;
    margin-bottom: 10px;
}

.entry_dte a span {
    color: var(--color-4);
    font-size: 18px;
    font-weight: 700;
}

.my_letsmeet_page {
    padding: 30px 0;
}

.my_letsmeet_page p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.my_letsmeet_page p i {
    font-size: 12px;
    color: var(--color-2);
    margin-top: 8px;
    margin-right: 10px;
}

.more_qustn {
    margin-left: 20px;
}

.more_qustn p i {
    font-size: 18px;
    color: var(--color-1);
    font-weight: 600;
    margin-top: 4px;
}

.no_flex_bs {
    display: flex;
    align-items: flex-start;
}

.no_flex_bs i{
    font-size: 12px;
    color: var(--color-2);
    margin-top: 8px;
    margin-right: 10px;
}

.no_flex_bs p {
    display: block;
}

.more_qustn p {
    margin-bottom: 15px;
}

.contact_bx form .form-group select {
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #707070;
    margin-bottom: 8px;
    font-family: poppins;
    font-size: 15px;
    color: #707070;
}

.top_info ul li a:hover{
    color: var(--color-1);
}

.experince_three_box{
    margin-bottom: 20px;
}

.let_bner_met {
    background-image: url(../images/let_meet_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.let_bner_met::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008f;
    top: 0;
    z-index: -1;
}

.blog_bner {
    background-image: url(../images/blog_banner_bck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog_bner::after{
    background: #00000080;
}
.footer-udyam{
    color:white;
}
 .service-box {
      border: 1px solid #ddd;
      padding: 20px;
      border-radius: 10px;
     
      margin-bottom: 20px;
      color:black;
    }
    .service-icon {
      font-size: 40px;
      margin-bottom: 10px;
    }
   
    .service-title {
        text-align: center;
      font-weight: bold;
      font-size: 1.2em;
      margin-bottom: 10px;
    }
    .service-description {
      font-size: 0.95em;
      color: #666;
    }
    .service-box{
      
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin: 10px 10px 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: relative;
            padding-top: 40px; 
            transition: transform .5s;
    }
    
    .service-box:hover {
        transform: scale(1.1);
    }
    .service-icon img{
      position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: #fff;
            border-radius: 50%;
          
    }
/*--photogallery--*/
 .gallery-img {
            margin-bottom: 20px;
               position: relative;
               overflow: hidden;
        }
        .gallery-img img {
            width: 100%;
            height: auto;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            cursor: pointer;
   
        }
        .gallery-img:hover img {
    transform: scale(1.1); /* Adjust scale value as needed */
}
.gallery-img p {
    text-align: center;
    margin: 10px 0; /* Adjust as needed */
}




        /* Modal Styles */
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0,0.4);
            padding-top: 60px;
        }

        .modal-content {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
        }

        .close {
            color: black;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .modal-img {
            width: 100%;
            height: auto;
        }























        /*--photogallery end--*/

  .case-study {
            position: relative;
            margin-bottom: 20px;
        }
        .case-study img {
            width: 100%;
            height: 80%;
            filter: brightness(0.5);
            border-radius: 8px;
        }
        .case-study .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            /*opacity: 0.7;*/
            transition: 0.5s ease;
            /* background-color: rgba(0, 0, 0, 0.5); */
            border-radius: 8px;
        }
        .case-study:hover .overlay {
            opacity: 0.8;
        }
        .c-text {
            color: white;
            font-size: 1.5em;
            font-weight: 500;
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }   
        
        
         .casee-container {
            margin-top: 50px;
            margin-bottom: 50px;
        }
        .caseone img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .caseone h3 {
            margin-top: 20px;
        }
        .caseone p {
            text-align: start;
            margin-top: 15px;
        }


 .client-section {
            padding: 50px 0;
            text-align: center;
        }
        .client-section h2 {
            color: red;
            font-size: 32px;
        }
        .client-section h2 span {
            color: black;
        }
        .client-logo img {
            max-width: 100%;
            max-height: 80px;
            margin: auto;
            /*margin: 20px;*/
            transition: transform 0.3s;
        }
        .client-logo img:hover {
            transform: scale(1.1);
        }
         .view-all-btn {
            margin-top: 20px;
        }





























.book_btn {
    text-align: center; 
    margin-top: 20px; 
}


.book_btn button {
    background-color: #007bff; 
    color: #ffffff; 
    border: none; 
    padding: 10px 20px; 
    font-size: 16px; 
    font-weight: bold; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
}

.book_btn button:hover {
    background-color: #0056b3; 
}
.counter_main{text-align: center;margin-top: 20px;}
.counter_main a{display: inline-block;}

.view_mor {
    text-align: center; 
    margin-top: 20px;
}

.view_mor button {
    background-color: #007bff; 
    color: #ffffff; 
    border: none; 
    padding: 10px 20px; 
    font-size: 16px; 
    font-weight: bold; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
}
.view_mor button a{
    color: #ffffff; 
    
}
.view_mor button:hover {
     background-color: #0056b3; 
     color: #ffffff;
}
