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

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}
body ::-webkit-scrollbar {
  width: 5px
}

body ::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px
}

body ::-webkit-scrollbar-thumb {
  background: #252592;
  border-radius: 8px
}
p{
  font-size: 15px !important;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #252592;
}
.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;
}

/*floating button*/
.float1 {
    font-weight: 400;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #03a84e;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    text-decoration: none;
    animation: key1 .3s ease infinite alternate;
}

.float1:hover {
    color: #fff;
}

.float1 i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #f8f8f8;
}

@keyframes key1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* navbar Above */
#navbarAbove {
    background: #ff9800;
    font-size: 15px;
    color: #fff;
    padding: 16px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #ff9800 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #fff;
}

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

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

/* navbar Below */
.m-header {
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 0px 0 0 0;
    background: #fff;
}

#navbarBelow a {
    color: #000;
    font-weight: normal;
    display: inline-block;
    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: #1C1C84;
    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: #fff;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
  background-color: #252592;
  animation: navbarBelow 500ms linear;
}
#navbarBelow.fixed-top a{
  color: #fff;
}
#navbarBelow.fixed-top img{
  filter: invert(1) brightness(100);
}

@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: 60px;
}

.dropdown-menu {
    background-color: #1c3155;
}

.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 {
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    color: #252592 !important; 
    text-transform: capitalize;
    animation: glowing 1500ms infinite;
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.54) 100%);
    padding: 10px 24px;
    display: flex !important;
    align-items: center;
    gap: 11px;
}
.navbar-right-button i{
    background: #fff;
  color: #000;
  padding: 5px 7px;
  border-radius: 6px;
  transition: 0.7s;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}


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

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    font-family: 'Poppins', sans-serif;
}

  /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); */
  /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap'); */
body {
    font-family: 'Poppins', sans-serif;
}

/* SECTION1 */
.h_sec1 {
    background: url(../img/h_banner.png) no-repeat center/cover;
    position: relative;
    color: #fff;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-attachment: fixed;
}
.h_sec1.service{
    background: url(../img/services_page/s1bg.png) no-repeat center/cover;
}
.h_sec1.service .sec-1H3 , .a_sec1.process .sec-1H3 {
  font-size: 50px;
}
.a_sec1.process{
    background: url(../img/process_page/s1bg.png) no-repeat center/cover;
    /* padding: 122px 0 0 0; */
    padding: 46px 0 30px 0;
    
}


.sec-1H3 {
    font-weight: 700;
    /* line-height: 42px; */
    margin: 10px 0;
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.sec-1H3 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.h_s1left {
    padding: 28px 0;
    position: relative;
}

.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
}

a.btn_1 {
    background: #1C1C84;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 9px 22px;
}
a.on {
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 14px;
    text-transform: capitalize;
    animation: glowing 1500ms infinite;
    background: linear-gradient(#252592 0%, rgba(37, 37, 146, 0.54) 100%);
    /* background: linear-gradient(113deg, rgb(37, 37, 146) 45%, rgba(37,37,146,0.3085434857536765) 100%); */
    display: flex;
    align-items: center;
    gap: 11px;
}
.on i { background: #fff; color: #000; padding: 5px 7px; border-radius: 6px; transition: 0.7s; animation: RL_smooth 1s ease-in-out infinite alternate both; }
@keyframes RL_smooth {
  0% { transform: translateX(0); }
  50% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}   
a.chats {border: none;font-size: 16px;text-align: center;border-radius: 6px;color: #fff;padding: 10px 14px;text-transform: capitalize;animation: glowing 1500ms infinite;background: linear-gradient(357deg, #252592 0%, rgba(37, 37, 146, 0.54) 100%);/* background: linear-gradient(113deg, rgb(37, 37, 146) 45%, rgba(37, 37, 146, 0.3085434857536765) 100%); */display: flex;align-items: center;gap: 11px;}


.defaulth2 {
    font-weight: 600;
    font-size: 58px;
    color: #020243;
    margin: 10px 0;
}

.defaulth2 span {
    color: #FF9800;
}

.defaultp {
    color: #0000008f;
    margin: 10px 0;
}
section{
  overflow: hidden;
}
/* SECTION1 */

/* SECTION2 */
.clr_1 {
    color: #252592;
  }
  .h_s2right h5 {
    margin: 10px 0 0 0;
  }
  .s2left {
    border-radius: 8px;
  }
  .h_s2right p {
    line-height: 30px;
  }
/* SECTION2 */

/* SECTION3 */
/* SECTION3 */

/* SECTION4 */
.h_sec4{
    overflow: hidden;
}
.h_s4box h2 {
    font-size: 57px;
    margin: 0 0 0 0 !important;
    font-weight: 700;
  }
/* SECTION4 */

/* SECTION5 */
.h_sec5{
    background: url(../img/s5bg.png) no-repeat center/cover;
    height: 422px;
    display: flex;
    align-items: center;
    overflow: visible !important;
    /* margin: 25px 0 20px 0px; */
}
.h_sec5 img {
  transform: scale(0.9);
}
.h_sec5 h2{
  margin:0px 0 5px 0 !important;
}
.h_sec5 p {
  margin: 0px 0 25px 0 !important;
}
.h_sec5 a.chats , .h_sec5 a.on , .h_sec13 a.on , .h_sec1.service a.on , .a_sec1.process a.on , .a_sec1.about_us a.on , .a_sec1.forbes_usa a.on , .a_sec1.contact a.on{
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    color: #252592;
    text-transform: capitalize;
    animation: glowing 1500ms infinite;
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.54) 100%);
    padding: 10px 24px;
    display: flex;
    align-items: center;
    gap: 11px;
}
.h_sec5 a.chats i{ background: #fff; color: #000; padding: 5px 7px; border-radius: 6px; transition: 0.7s; animation: RL_smooth 1s ease-in-out infinite alternate both; }

/* SECTION5 */
/* SECTION6 */

.h_s6box {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 10px 42px 10px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 30px 30px 0 30px;
    position: relative;
    transition: 0.7s;
    isolation: isolate;
    border-radius: 7px;
}
.h_s6box p.defaultp {
    height: 148px;
    line-height: 35px;
    overflow: auto;
    padding: 0 16px;
  }
.h_s6box::before{
    content: "";
    background: #252592;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    z-index: -1;
}
.h_s6box:hover::before{
    width: 100%;
    height: 100%;
}
.h_s6box:hover h3{
    color: #fff;
}
.h_s6box:hover p{
    color: #fff;
}
  .h_s6box h3 {
    font-size: 22px;
    margin: 21px 0 8px 0;
    font-weight: 600;
    /*! display: flex; */
    /*! align-items: center; */
    /*! flex-direction: column; */
    transition: 0.7s;
}
.h_s6box:hover img{
    filter: invert(13%) sepia(39%) saturate(7431%) hue-rotate(241deg) brightness(84%) contrast(98%);
}
  .h_s6box .icon {
      height: 95px;
      width: 95px;
      border: 1px solid #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 0 0;
      position: absolute;
      top: 0;
      top: -23px;
      background: #fff;
      transition: 0.7s;

    }
    .h_s6box .icon img{
        height: 60px;
        transition: 0.5s;
    }
/* SECTION6 */

/* SECTION7 */
.h_sec7{
    background: #F1F1F1;
    overflow: hidden;
}
  .h_s7box {
    border-radius: 7px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    padding: 20px 13px;
    margin: 16px 7px;
  }
  .h_s7box a.on {
    padding: 8px 11px;
  }
  .h_s7box img {
    height: 37px;
  }
  .h_s7box p {
    height: 114px;
    overflow: auto;
    padding: 11px 0 0 0;
    font-size: 15px;
  }
/* SECTION7 */

/* SECTION8 */
.h_s8box{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* margin: 25px 0; */
    margin: 30px 0 0 0;
  }
  .h_s8box.cta {
    background: #252592;
    padding: 56px 10px;
    border-radius: 15px;
  }
  .h_s8box.cta h6 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
  }
  .h_s8box.cta p{
    height: auto;
    margin: 0 0 11px 0;
    color: #fff;
  }
  .h_s8box.cta form {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
  }
  .h_s8box.cta form input{
    width: 50%;
    border: 1px solid #252592;
    border-radius: 80px;
  }
  .h_s8box.cta form input::placeholder{
    font-size: 14px;
  }
  .h_s8box.cta form button {
    background: #fff;
    border: 0;
    color: #252592;
    padding: 9px 15px;
    border-radius: 80px;
    font-size: 13px;
    width: 40%;
  }
  .h_s8box p {
    height: 100px;
    overflow: auto
  }
  .h_s8box img {
    height: 80px;
    width: 80px;
  }
  .h_s8box.arrow::after{
      content:"";
      background: url(../img/arrow.png) no-repeat center;
      height: 30px;
      width: 200px;
      position: absolute;
      top: 58px;
      right: -122px;
  }
.h_s8box .icon::before {
  background: #25259229;
  content: '';
  width: 74px;
  height: 74px;
  position: absolute;
  top: -8px;
  border-radius: 50%;
  right: 157px;
}
.h_s8box .icon {
  display: flex;
  align-items: center;
  gap: 21px;
  margin: 15px 0 0 0;
}
.h_s8box .icon p , .h_s8box .icon h3{
  margin: 0;
}
.h_s8box .icon .num {
  background: #252592;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 50%;
}
/* SECTION8 */
/* SECTION9 */
.testi_slider1 .slick-slide , .testi_slider2 .slick-slide {
    padding: 13px 18px 28px 18px;
  }

  
  .h_sec9 {
    overflow: hidden;
  }
  .h_sec9 {
    background: #0000000b;
  }
  .grey {
    background: #0000000b;
  }
.testi_box {
    background: #fff;
    box-shadow:0 0 9px 0 #00000029  ;
    padding: 13px 23px;
}
.testi_box .testi_user{
    display: flex;
    align-items: center;
    gap: 10px;
}
.testi_box p {
  margin: 20px 0;
  height: 148px;
  overflow: auto;
}
  .testi_slider2 .testi_box {
    direction: ltr;
  }
/* SECTION9 */

/* SECTION10 */
.h_sec12{
    overflow: hidden;
}
.s12_faq{
    position: relative;
}
.s12_faq::before{
    content: '';
    background: url(../img/faq_before.png) no-repeat center;
    position: absolute;
    top: 200px;
    right: 297px;
    width: 447px;
    height: 807px; 
}
.contact_sec {
    position: relative;
    isolation: isolate;
    right: -144px;
}
.contact_sec p {
  margin: 0 0 1px 0;
}
.contact_sec::before{
    content: '';
    background: url(../img/contactbg.png) no-repeat center/cover;
    /* padding: 27px 20px 31px 20px; */
    width: 150%;
    position: absolute;
    top: -64px;
    right: -199px;
    z-index: -1;
    height: 120%;
    display: flex;
    align-items: center;
    border-radius: 6px;
    height:100vh;
}
.s10acc button { width: 100%; display: flex;  gap: 10px; align-items: center; padding: 10px 14px; border: 0; background: transparent; text-align: start;   justify-content: space-between;}
.s10acc button.collapsed i { transform: rotate(0); }
.s10acc button i { transition: 0.4s cubic-bezier(1, 0.52, 1, 1); transform: rotate(135deg); }
.s10acc { margin: 6px 0; border-radius: 10px; background: #fff; }
.s10acc button i { border-radius: 50%;background: #252592;
    color: #fff;
    padding: 8px 9px;
    border-radius: 21px;}
.s10acc .s9num { background: transparent; border-radius: 50%; padding: 7px 6px; }
.s10acc .card.card-body { border: 0;border-top: 2px solid #000; border-radius: 0;   background: transparent;}

.contact_form form input , .contact_form form textarea {
    padding: 12px 13px;
    border-radius: 10px;
    background: #fff;
    margin: 21px 0 0 0;
  }
  .contact_form form button i{
    
  }
  .contact_form form button {
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    color: #000;
    padding: 10px 23px;
    text-transform: capitalize;
    animation: glowing 1500ms infinite;
    background: linear-gradient(113deg, rgba(255,255,255,1) 45%, rgba(37,37,146,0.16288522244835435) 100%);
    margin: 16px 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
/* SECTION10 */

/* SECTION13 */
.h_sec13{
    overflow: visible !important;
    background: #1C1C84;
}

.h_s13_box{
    position: relative;
    isolation: isolate;
}
.h_s13_box::before{
    content:"";
    background: url(../img/rocket.png) no-repeat center/cover;
    position: absolute;
    right: -300px;
    top: -165px;
    height: 500px;
    width: 265px;
    z-index: -1;
    transform: scale(0.6);
}
/* SECTION13 */

/* SERVICE PAGE CSS */

.s_s1left .star {
  display: flex;
  gap: 10px;
  margin: 14px 0 11px 0;
}
.s_s1left .star i {
    color: #ECC60E;
    font-size: 32px;
  }
  .s_s1left h3 {
    font-size: 37px;
    font-weight: 600;
  }
  .s_serv_box {
    padding: 11px 47px;
    margin: 10px 0 0 0;
  }
  .s_serv_box .inner{
      display: flex;
      align-items: center;
      gap: 16px;
    }
    
    .s_serv_box .inner h3{
        color: #020243;
        font-weight: 600;
        font-size: 23px;
    }
    .s_serv_box .inner .s_s3icon {
        background: #252592;
        height: 56px;
        width: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
      }
      .s_serv_box .inner .s_s3icon img {
        height: 35px;
        padding: 3px 0px;
      }
/* SERVICE PAGE CSS */

/* PROCESS PAGE CSS */
.h_sec8.process .h_s8box .icon::before {
    right: 209px;
  }
/* PROCESS PAGE CSS */

/* ABOUT PAGE CSS */
.a_sec1.faq{
    background: url(../img/about_page/s1bg.png) no-repeat center/cover;
    padding: 60px 0 60px 0;
}
.a_sec1.about_us{
  overflow: hidden;
    background: url(../img/about_page/s1bg.png) no-repeat center/cover;
    padding: 130px 0 60px 0;
    height: 633px;
}
.a_sec1.forbes_usa{
    background: url(../img/forbes_usa_page/s1bg.png) no-repeat center/cover;
    padding: 39px 0 15px 0;
}
.a_sec1.forbes_usa img {
  width: 80%;
}
.a_sec1.contact{
    background: url(../img/contact_page/s1bg.png) no-repeat center/cover;
    padding: 41px 0 41px 0;
}
.p_sec1.publication{
    background: url(../img/about_page/s1bg.png) no-repeat center/cover;
    padding: 59px 0 59px 0;
}
img.abt_bnr_side{

    position: relative;
    bottom: -86px;
    transform: scale(1.2);
    left: 25px;
}
    .a_sec3{
    background: #f9f9f9;
}
.a_sec4{
    background: url(../img/about_page/s4bg.png) no-repeat center/cover;
    /* overflow: hidden; */
    height: 400px;
    margin: 0 0 180px 0;
}
.abt_slide {
    background: #fff;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 21px 19px 11px 19px;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    position: relative;
    margin: 23px 0 14px 0; 
    transition: 0.7s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.abt_slide p {
  /* height: 237px; */
  /* height: 188px; */
  height: 169px;
  overflow: auto;
  padding: 0 5px;
}
.a_sec4 {
  margin: 0 0 80px 0;
  overflow: visible;
}
.abt_slide .num {
    position: absolute;
    top: -9px;
    left: 0;
    font-size: 84px;
    font-weight: 900;
    color: #f1f1f1;
  }
.abt_slide h3 {
    font-size: 21px;
    height: 21px;
    margin: 12px 0 0 0;
  height: 49px;
  display: flex;
  align-items: center;
  font-weight: 600;

  }
  .abt_slide .abt_icon {
    background: #eee;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .abt_slide .abt_icon img{
    height: 45px;
    width: 45px;
  }
.abt_slider .slick-slide {
    padding: 0 69px 0 8px;
}
.abt_slider .slick-list {
    width: 124%;
}
.abt_slider .slick-current .abt_slide{
    background: #252592;
}
.abt_slider .slick-current .abt_slide h3 , .abt_slider .slick-current .abt_slide p{
    color: #fff !important;
}
/* ABOUT PAGE CSS */

/* FAQ PAGE CSS */
.faq_acc button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: start;
    color: #0F0F0F;
    font-weight: 600;
}

.faq_acc button.collapsed i {
    transform: rotate(0);
}

.faq_acc button i {
    transition: 0.4s cubic-bezier(1, 0.52, 1, 1);
    transform: rotate(135deg);
}

.faq_acc {
    margin: 18px 0 0 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0px 36px -5px #0000001a;
    padding: 9px 0;
}

.faq_acc button i {
    border-radius: 50%;
    background: transparent;
    color: #000;
    padding: 8px 9px;
    border-radius: 21px;
}

.faq_acc .s9num {
    background: transparent;
    border-radius: 50%;
    padding: 7px 6px;
}

.faq_acc .card.card-body {
    border: 0;
    color: #6e706e;
    border-radius: 0;
}
/* FAQ PAGE CSS */

/* FORBES USA PAGE CSS */
.forbes_usa_cta li {
  margin: 30px 0 0 0;
}
.forbes_usa_cta li h3 {
    margin: 18px 0 10px 0;
    font-size: 25px;
    font-weight: 600;
    color: #2a2a95;
  }
  .f_sec4 {
    background: #f9f9f9;
    background: #00000014;
  }

    /* FORBES USA PAGE CSS */

    /* Contact PAGE CSS */
    .sec_form {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 33px 21px 72px 22px;
        margin: 0px 0 0 132px;
        border-radius: 11px 0px 0px 11px;
      }
      .sec_form form input, .sec_form form textarea {
        margin: 28px 0 0 0;
        border: 0;
        border-bottom: 2px solid #0000003d;
        border-radius: 0px;
        resize: none;
      }
      .sec_form form textarea {
        height: 145px;
      }
      .sec_form form button {
        
        background: linear-gradient(#252592 0%, rgba(37, 37, 146, 0.54) 100%);
        color: #fff;
        margin: 26px 0 0 0;
        display: flex;
        align-items: center;
        gap: 13px;
      }
      
    .sec_cta {
        background: #252592;
        color: #fff;
        padding: 21px 19px;
        margin: 0 184px 0 -22px;
        border-radius: 0px 12px 12px 0px;
      }
      .sec_cta ul li {
          display: flex;
          align-items: center;
          gap: 12px;
          font-size: 17px;
          margin: 26px 0 0 0;
        }
        .sec_cta iframe{
            border-radius: 10px;
            height: 200px;
        }
    /* Contact PAGE CSS */

    /* PUBLICATION PAGE CSS */
    .publication_page .h_sec5{
        display: none;
    }
    .pub_box {
        text-align: center;
        margin: 25px 0 0 0;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .pub_box img {
        padding: 20px;
        height: 250px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin: 7px 0;
      }
    .pub_box h3 {
        color: #020243;
        font-size: 20px;
        margin: 0;
    }
    .pub_box p{
        color: #252592;
        display: none;
        margin: 0;
    }
    /* PUBLICATION PAGE CSS */
/* FOOTER  */

footer {
    width: 100%;
    /* background: #fff; */
    overflow: hidden;
    position: relative;
    isolation: isolate;
}
footer::before{
    content: '';
    background: url(../img/ftr-bg.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 20px;
}

.foot_box {
    width: 100%;
}

.foot_box p {
    color: #989898 !important;
    font-size: 14px;
}

.foot_box h3 {
    margin: 0 0 20px;
    color: #0F0F0F;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 18px;
}

.foot_box ul {
    padding: 0 0 0 18px;
    list-style: none;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #989898;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
}

.foot_box ul li a {
    color: #989898;
    transition: linear .2s;
    font-size: 13px;
}

.foot_box2 h3 {
    margin: 0 0 20px;
    color: #0F0F0F;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.foot_box2 h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 90%;
    background: #0F0F0F;
}

.foot_box2 ul li {
    color: #989898;
    padding: 0 0 10px;
}

.foot_box h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 25%;
    background: #0F0F0F;
}

.foot_box img {
    margin-top: 10px;
}

.foot_box2 ul li a {
    color: #989898;
    font-size: 12px;
}

.foot_box2 ul li {
    list-style: none;
}

.foot_bot {
    background: #f9f9f9;
    padding: 14px 0;
  }
.foot_bot p {
    text-align: center;
    color: #989898 !important;
    margin: 0;
}
.foot_top .h_s8box.cta {
    width: 30%;
    padding: 10px 10px;
    margin: 0 auto;
}

.foot_top {
    text-align: center;
}

.foot_top p {
    width: 70%;
    margin: 20px auto;
}

.foot_top .h_s8box.cta input {
    width: 100%;
}

.foot_top .h_s8box.cta form {
    width: 100%;
}
.ftr-main-col ul.ul1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 70px;
    padding: 0;
}
.foot_box ul li a:hover {
    color: #252592;
}


.foot_box ul li:hover::before {
    background: #1c1c84;
}

.foot_box ul li:hover a {
    color: #1c1c84;
}

.ftr-main-col {
    display: flex;
    align-items: flex-start;
}

.ftr-main-col h3 {
    color: #000;
    font-size: 24px;
    margin: 0;
    text-align: left;
}

.ftr-main-col h3:before {
    display: none;
}

.ftr-main-col .foot_box p {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

.ftr-main-col .foot_box:nth-child(1) {
    width: 40%;
}

.ftr-main-col .foot_box:nth-child(2) {
    width: 25%;
}

.ftr-main-col .foot_box:nth-child(3) {
    width: 35%;
}

.ftr-main-col .foot_box:nth-child(2) ul.ul1 {
    flex-direction: column;
}

.ftr-main-col .foot_box:nth-child(2) h3 {
    text-align: center;
}

.ftr-main-col .foot_box:nth-child(3) h3 {
    text-align: center;
}

.foot_top img {
    width: 180px;
    margin-bottom: 30px;
}

.ftr-main-col .foot_box:nth-child(3) img {
    width: 100%;
}


@media (min-width:1650px){
  .h_sec2.home {
    padding: 39px 0 0 0;
  }
}
@media (max-width:1750px){
    .contact_sec {
        right: -63px;
    }
    .contact_sec::before {
        right: -263px;
    }
    .defaulth2 , .sec-1H3{
        font-size: 49px;
    }
    .s2left {
        transform: scale(0.9);
    }
    .h_s13_box::before {
      right: -254px;
      top: -184px;
    }
    .abt_slider .slick-slide {
        padding: 0 30px 0 8px;
      } 
      .abt_slide .num {
        font-size: 72px;
      }
      img.abt_bnr_side {
        bottom: -86px;
    }
    .a_sec1.forbes_usa {
        padding: 100px 0 70px 0;
      }
      .h_sec5 {
        height: 382px;
      }
      .h_sec5 img {
        width: 77%;
        transform: scale(1);
      }
}
@media (max-width:1650px) {
  .h_sec3.home{
    padding: 0 !important;
  }
  .h_sec2.service{
    padding: 0 !important;
  }
    .defaulth2 , .sec-1H3 , .h_sec1.service .sec-1H3 , .a_sec1.process .sec-1H3{
        font-size: 43px;
    }
    .s2left {
        transform: scale(0.8);
    }
    .s_sec3 {
      padding: 11px 0 11px 0 !important;
    }
    .h_sec1.service img
    {
      width: 70%;
    }
    
}
@media (max-width:1450px){
  .h_sec1{
    padding: 100px 0 ;
    height: auto;
  }
  .defaultp {
    font-size: 15px;
  }  
  .h_s2right p {
    font-size: 15px;
  }  
  .h_s6box p.defaultp {
    font-size: 15px;
    line-height: 25px;
  }  
  .h_sec5 {
    height: 343px;
  }
  .h_sec5 img {
    width: 75%;
  }
  .h_s6box {
    padding: 59px 10px 27px 10px;
  }
  .h_s6box h3 {
    margin: 21px 0 -6px 0;
  }
  .abt_slide .num {
    font-size: 54px;
  }
    img.abt_bnr_side {
        bottom: -92px;
        transform: none;
        left: 0;
      }
      .a_sec1.about_us {
        padding: 64px 0 60px 0;
        height: auto;
      }
         .a_sec1.process{
          /* padding: 44px 0 1px 0; */
          /* padding: 64px 0 21px 0; */
          padding: 0px 0 0px 0;
        }
        .a_sec1.process img{
            transform: scale(0.8);
            height: 551px;
        }
      .a_sec3 img {
        width: 60%;
      }
      .contact_sec {
        right: -20px;
      }
      .contact_sec::before {
        right: -282px;
      }    
      .forbes_usa_bnr_side {
        width: auto !important;
        height: 485px;
      }
      .f_sec3 img {
        height: 500px;
      }  
      .h_sec1.service {
        height: auto;
        padding: 30px 0 0 0;
      }
      .a_sec1.forbes_usa {
        padding: 28px 0 29px 0;
      }
      .h_s2right.service {
        padding: 14px 0 10px 0;
      }
      .h_sec1.service .sec-1H3 {
        font-size: 37px;
      }

} 
@media (max-width:1399px) {
  .h_s6box {
    margin: 38px 6px;
  }
  .contact_sec::before {
    right: -253px;
  }
  .h_sec1.service {
    padding: 40px 0 50px 0;
  }
  .defaulth2 , .sec-1H3 {
    font-size: 41px;
  }
  .a_sec1.about_us {
    height: auto;
    padding: 46px 0 60px 0;
  }
  .h_s2right h5 {
    font-size: 17px;
  }
  .a_sec1.forbes_usa {
    padding: 18px 0 19px 0;
  }
  .a_sec1.contact {
    padding: 35px 0 55px 0;
  }
  .sec_cta {
    margin: 0 94px 0 -22px;
  }
  .sec_form {
    margin: 0px 0 0 62px;
  }
}
.row.mobil_disp{
    display: none;
  }
@media (max-width:991px) {
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #122441;
        padding: 0 10px;
    }
    .foot_top .row {
    flex-direction: column;
}

.ftr-main-col {
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.ftr-main-col .foot_box {
    width: 100%;
    text-align: center;
}

.ftr-main-col .foot_box:nth-child(2),.ftr-main-col .foot_box:nth-child(3) {
    width: 100%;
}

.ftr-main-col .foot_box:nth-child(1) {
    width: 100%;
    text-align: center;
}

.ftr-main-col .foot_box p {
    text-align: center;
}

.ftr-main-col h3 {
    text-align: center;
}

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

div#navbarNavDropdown {width: 100% !important;}

#navbarBelow .navbar-collapse {
    margin-right: 0 !important;
    text-align: center;
    padding: 15px 0;
}

#navbarBelow .navbar-collapse li a {
    color: #fff;
}
#navbarBelow.fixed-top i.fas.fa-stream {
    color: #fff;
}

    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .h_sec1 {
        height: auto;
        padding: 63px 0 7px 0;
      }
      .h_s2right{
        text-align: center;
      }
      .h_s6box p.defaultp {
        line-height: 26px;
       
      }
    .h_sec1.service {
        height: auto;
        padding: 100px 0;
        text-align: center;
        background: url(../img/services_page/s1bg_mob.png) no-repeat center/cover;
      }
      .s_s1left .star{
        justify-content: center;
      }
    .h_sec1.service img{
        display: none;
    }
    .h_sec2 {
        text-align: center;
    }
    .s2left , .h_sec5 img{
        display: none;
      }
      .s_serv_box{
        text-align: center;
      }
      .s_serv_box .inner {
        flex-direction: column;
      }
      .h_sec5 {
        height: auto;
        margin: 0;
        padding: 48px 0;
        text-align: center;
      }
      .h_s8box.arrow::after {
        display: none;
      }
    .h_s8box {
      margin: 21px 0 0 34px;
    }
    .s12_faq{
        text-align: center;
    }
    .contact_sec::before {
        right: -14px;
      }
      .contact_sec {
        right: 0;
        text-align: center;
      }
      .h_s13_box::before {
        display: none;
      }
      section{
        overflow: hidden;
      }
      .s_serv_box {
        padding: 11px 21px;
        margin: 20px 0 0 25px;
      }
      .h_s7box {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin: 0 0 0 23px;
      }
      .a_sec1.about_us , .a_sec3 {
        height: auto;
        text-align: center;
      }
      img.abt_bnr_side , .a_sec3 img{
        display: none;
      }
      .a_sec4{
        height: auto;
        margin: 0;
        text-align: center;
      }
      .abt_slider .slick-slide {
        padding: 0 86px 0 0px !important;
      }
      .h_s8box {
        margin: 0;
      }
      .a_sec1.process {
        padding: 83px 0 34px 0;
        text-align: center;
      }
      .contact_sec::before {
        top: -17px;
      }
      .a_sec1.process img{
        display: none;
      }
      .row.desktop_disp{
        display: none;
      }
      .row.mobil_disp{
        display: block;
      }
      .forbes_usa_bnr_side {
        display: none;
      }
      .a_sec1.forbes_usa{
        text-align: center;
      }
      .s_s1left h3{
        font-size: 26px;
      }
      .f_sec3 {
          text-align: center;
        }
        .f_sec3 img{
            display: none;
        }
        .f_sec4 iframe {
            width: 100%;
          }
          .forbes_usa_cta li {
            text-align: center;
          }
          .h_sec1.service .sec-1H3, .a_sec1.process .sec-1H3{
            font-size: 28px !important;
          }
          .abt_slider .slick-current .abt_slide{
            background: #fff;
        }
        .abt_slider .slick-current .abt_slide h3 , .abt_slider .slick-current .abt_slide p{
            color: #252592 !important;
        }
        /* .h_s8box {
          margin: 17px 7px;
        } */
        .h_s8box {
          margin: 21px 0 0 39px;
        }
        .h_sec8 .res_slider .slick-slide {
          margin: 0 6px;
        }
.foot_top {
  padding: 60px 0 40px;
}
.a_sec1.contact{
  text-align: center;
}
.a_sec1.contact img{
  display: none;
}
.sec_form{
  margin: 0;
  border-radius: 10px;
}
.sec_cta{
  margin: 19px 0 0 0;
  border-radius: 10px;
}
}

@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;
      }
      .sec-1H3 {
        font-size: 26px;
      }
      .sec-1H3 span::before {
        top: 3px;
        left: -5px;
        height: 38px;
        width: 99px;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
      .h_sec8.process .h_s8box .icon::before {
        right: 175px;
        top: 10px;
      }
}