@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&amp;display=swap');
:root{
  --primary-color:#1b1564;
  --secondary-color:#f16323;
  --accent-color:#f9d021;
}
.p0{
    padding:0px ;
}

h1,h2,h3,a,li,span,button,p,h4,h5,h6{
    font-family: "Maven Pro", serif;
    margin: 0;
}

body {
    overflow-x: hidden;
    

}


a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}


section {
    float: left;
    width: 100%;
}
html {
  scroll-behavior: smooth;
}

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;
}

/*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;
}
.dropdown-menu.dropdown-menu_service.show {
  width: 547px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 9px;
}
.dropdown-menu.dropdown-menu_service li {
  width: 49%;
  background: var(--primary-color);
  padding: 0px 0px;
  margin: 0 0px;
  border-radius: 4px;
}
.dropdown-menu.dropdown-menu_service li a {
  padding: 8px 13px;
}
.dropdown-menu.dropdown-menu_industry.show {
  width: 177px;
  padding: 11px 13px;
  border-radius: 9px;
}
.dropdown-menu.dropdown-menu_industry.show li {
  background: var(--primary-color);
  padding: 0px 0px;
  margin: 10px 0px;
  border-radius: 4px;
}
.dropdown-menu.dropdown-menu_industry.show li a{
  padding: 7px 10px;
}
/* navbar Below */
.m-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.m-header #navbarBelow .nav-item a {
    /* text-shadow: 2px 2px 2px #0000008c; */
    font-weight: 600;
    font-size: 20px;
}
.m-header li.nav-item a.dropdown-item {
    text-shadow: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

#navbarBelow a {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  font-size: 18px;
}

#navbarBelow li {
  position: relative;
}

/* General scrollbar styling for WebKit browsers */
::-webkit-scrollbar {
  width: 8px;
}

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

::-webkit-scrollbar-thumb {
  background: #0d6baa;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d6baa;
}

/* Scrollbar styling for Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #0d6baa #fff;
}

/* Optional for more control */
html::-webkit-scrollbar {
  width: 8px;
}

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

html::-webkit-scrollbar-thumb {
  background: #0d6baa;
  border-radius: 8px;
}

html::-webkit-scrollbar-thumb:hover {
  background: #0d6baa;
}

#navbarBelow li::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #B7D5FC;
  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: #1A5DA5;
  animation: navbarBelow 500ms linear;
  padding: 15px 0;
}

@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 {
  width: 150px;
}
.btn1 {
  background: var(--primary-color);
  padding: 7px 20px;
  border-radius: 9px;
}
.btn1 i {
  background: #fff;
  color: var(--primary-color);
  padding: 6px 6px;
  border-radius: 52%;
}
.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 {
  background: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  color: #FF9800 !important;
  padding: 9px 22px;
}

#navbarBelow .btn_wrap a i {
  font-size: 14px;
}

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


#navbarBelow {
  padding: 15px 30px 0 30px;
}

/*banner*/

.bnr-map-bx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 264px;
    overflow: hidden;
    /* mix-blend-mode: multiply; */
    border-radius: 60%;
}

.bnr-side-img {
    position: relative;
    height: 492px;
    width: 516px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 60%;
    /* background: rebeccapurple; */
}

img.bnr-side-cirl {
    position: absolute;
    animation: rotate-360 45s linear infinite;
}

img.bnr-side-cir2 {
    position: absolute;
}

img.bnr-side-cir3 {
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 1;
}

img.bnr-side-cir4 {
    position: absolute;
    animation: move-slowly 30s linear infinite;
    border-radius: 60%;
    /* width: 260px; */
    /* height: 260px; */
    opacity: 0.9;
}

@keyframes move-slowly {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(1000px);
      }
      
    }

@keyframes rotate-360 {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

.hme-sec-1{
    background:url(../images/banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0 0;
}

.bnr-txt h4 {
    font-size: 18px;
    font-weight: 500;
    background:  #f1642333;
    border: 1px var(--primary-color) solid;
    border-radius: 7px;
    padding: 12px 20px;
    display: table;
    backdrop-filter: blur(50px);
}

.bnr-txt h1 {
    font-size: 51px;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding-top: 10px 0;
}

.bnr-txt h1 span {
    color: var(--primary-color);
}

.bnr-txt p {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    color: #000;
    width: 50%;
    padding: 20px 0;
}

.bnr-txt ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0 30px;
    padding-top: 20px;
}

.btn-1 {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 27px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    display: table;
    border: 1px solid var(--primary-color);
}

.text-3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 40px 0 30px;
}

.tool-box img {
    box-shadow: 0px 1px 31px rgba(0, 0, 0, 0.14);
}

.tool-box {
    display: table;
    margin: 0;
}

.tool_Slider .slick-list {
    padding: 20px 0;
}

.btn-1:hover {
    color: #fff;
}
/*banner*/

/*award-sec*/
.award-lft-box {
    position: relative;
    background: url(../images/award-bg.webp);
    height: 315px;
    padding: 15px  20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.award-lft-box .big-award-img-st {
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}

.award-lft-box h3 {
    font-size: 30px;
    font-weight: 500;
    width: 60%;
    color: #fff;
}

.award-lft-box p {
    width: 60%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
}
section.award-sec {
    padding: 50px 0 0;
}
.rating-div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.rating-div a {
    margin: 0 auto;
    display: table;
    width: auto;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}

section.award-sec .row {
    align-items: center;
}
.hme-sec-2 {
    padding: 50px 0;
}

.main-col-hme-2 {
    /* display: flex; */
    align-items: center;
    margin-top: 30px;
}

.serv-bx h4 {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-color);
    padding: 14px 0;
}
.serv-bx h4 {
  height: 73px;
}
.serv-bx p {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 400;
    width: 95%;
}

.serv-bx a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.serv-bx:hover {
    background: rgb(45 125 179 / 12%);
}

.serv-bx {
    padding: 10px 13px;
    margin: 21px 5px;
    /* border-radius: 7px; */
}

.border-r {
    border-right: 1px #ACACAC solid;
    border-radius: 0;
}

.main-col-hme-2 .col-sm-3:nth-child(1) .serv-bx {
    margin-left: 0;
}

.main-col-hme-2 .col-sm-3:nth-child(4) {
    border: 0;
}

.hd-txt h2 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
    line-height: 50px;
    padding-bottom: 25px;
}

.hd-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
/*award-sec*/


/*services-sec*/
.hme-sec-2 .row {
    position: relative;
    z-index: 1;
}

.hme-sec-2 .inr-shade-one {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.serv-bx:hover h4 {
    /* color: #fff; */
}

.inner-side-img-three img {
    width: 100%;
}

.inner-txt.hd-txt {
    padding-left: 20px;
}

.inner-txt.hd-txt ul {
    padding: 10px 0 10px 20px;
    margin: 0;
}

.inner-txt.hd-txt ul li {
    font-size: 18px;
}

.inner-txt.hd-txt .btn-2 {
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.hme-sec-3 .row {
    align-items: center;
}

.hme-sec-3 {
    padding-bottom: 50px;
}
/*services-sec*/


/*case-studies*/
.case-box-big.case-box-big1 {
    background: url(../images/case-study-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-box-big.case-box-big2 {
    background: url(../images/case-study-img-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-box-big.case-box-big3 {
    background: url(../images/case-study-img-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-box-big.case-box-big4 {
    background: url(../images/case-study-img-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-box-big.case-box-big5 {
    background: url(../images/case-study-img-5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case-box-big.case-box-big1.sm1 {
    background: url(../images/case-study-img-6.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-box-big.case-box-big2.sm2 {
    background: url(../images/case-study-img-5.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-box-big.case-box-big3.sm3 {
    background: url(../images/case-study-img-8.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-box-big.case-box-big4.sm4 {
    background: url(../images/case-study-img-9.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-box-big.case-box-big5.sm5 {
    background: url(../images/case-study-img-10.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case-box-big p {
    font-size: 15px;
    line-height: 19px;
    width: 52%;
    padding: 18px 0 23px;
    color: #fff;
}

.case-box-big h4 {
    font-size: 14px;
    font-weight: 500;
    background: #f1642333;
    border: 1px var(--primary-color) solid;
    border-radius: 7px;
    padding: 12px 20px;
    display: table;
    backdrop-filter: blur(50px);
    line-height: 13px;
    color: #fff;
    margin-bottom: 18px;
}

.case-box-big h2 {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    width: 50%;
}

.case-box-big {
    margin: 0 20px;
    padding: 20px 20px;
    border-radius: 15px;
}

.case-btn {
    background: #000;
    padding: 12px 34px;
    display: table;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
}
.hd-txt h4 {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
}

.hme-sec-4 {
    padding-bottom: 50px;
}
.case_Slider_Two {
    margin-top: 30px;
}
.case_Slider_Two .case-box-big p {
    width: 63%;
}
.case_Slider_Two .case-box-big{
    direction: ltr;
}
/*case-studies*/


/*form-sec*/
.tool-slider-main {
    overflow: hidden;
  }
.buttons-div {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding-top: 25px;
    flex-wrap: wrap;
}

.btn-tel {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    display: table;
}

.btn-tel i {
    margin-right: 5px;
    border: 1px solid;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 60%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.hme-sec-5 {
    padding: 0 0 50px;
}

.chat-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 27px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    display: table;
}

 .progress-bar-steps {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin-bottom: 20px;
      margin-top: 23px;
    }
    .progress-bar-steps::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 78%;
    height: 3px;
    background-color: #ffffff;
    z-index: 0;
    right: 0;
    margin: auto;
    color: #fff;
}
    .progress-bar-steps::after {
      content: attr(data-step);
      position: absolute;
      top: 15px;
      left: 0;
      width: 0%;
      height: 3px;
      background-color: #0d6efd;
      z-index: 1;
      transition: width 0.3s ease;
    }
    .progress-bar-steps .step {
      width: 33%;
      text-align: center;
      position: relative;
      z-index: 2;
      padding-top: 30px;
      color: #fff;
    }
    .progress-bar-steps .step::before {
      content: attr(data-step);
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background-color: #ffffff;
      border-radius: 50%;
      font-weight: bold;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      color: #000;
    }
    .card.main-form-box-st .card-body .form-label{
        color: #fff;
    }
    .card.main-form-box-st .hd-txt h2 {
        padding-bottom: 10px;
        color: #fff;
    }

    .card.main-form-box-st .hd-txt p {
        color: #fff;
    }
    .progress-bar-steps .step.active::before {
      background-color: var(--primary-color);
      color: #fff;
    }

    .card.main-form-box-st .card-body {
    background: var(--secondary-color);
    border-radius: 25px;
}
.progress-bar-steps::after {
  content: '';
  display: block;
  width: var(--progress-width, 0%);
  height: 100%;
  background-color: var(--primary-color); /* Example color */
  transition: width 0.3s ease;
  left: 0;
  right: 0;
  height: 4px;
  left: 80px;
}
.card.main-form-box-st .card-body .form-control {
    height: 40px;
}
.form-chk-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-primary {
    background: var(--primary-color);
}

.btn-success {
    background: var(--primary-color);
}
.hme-sec-5 .row {
    display: flex;
    align-items: center;
}

section.hme-sec-6 .hd-txt {
    position: relative;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2.1px solid #306d95;
    border-radius: 20px;
    margin-right: 35px;
    transform: scale(0.94);
}

section.hme-sec-6 .hd-txt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: auto;
    height: 520px;
}
section.hme-sec-6 {
    padding: 50px 0 80px;
    overflow: hidden;
}


section.hme-sec-6 .hd-txt p {
    width: 90%;
    padding-bottom: 25px;
}

section.hme-sec-6 .hd-txt h2 {
    font-size: 45px;
}
section.hme-sec-6 .hd-txt a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: var(--primary-color);
}

section.hme-sec-6 .hd-txt a i {
    margin-left: 5px;
}
.hme-side-img-6 {
    position: relative;
}

.hme-side-img-6 .img-sec-6-st-main {
    width: 82%;
    margin: 0 auto;
    display: table;
}

section.hme-sec-6 .row {
    align-items: center;
}


.rating-bx-sec6-1 {
    top: 0;
    
}
.ratng-bx-st-main{
    position: absolute;
    z-index: 1;
   
    background: rgba(255, 255, 255, 0.20);
    border-radius: 10px;
    border: 1px var(--primary-color) solid;
    backdrop-filter: blur(19px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 230px;
    padding: 15px 15px;
}


.ratng-bx-st-main img {
    width: 65px;
    margin-right: 0px;
}

.rating-bx-sec6-1-txt {
    width: 60%;
}

.rating-bx-sec6-1-txt h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 35px;
    padding-bottom: 2px;
}

.rating-bx-sec6-1-txt p {
    font-size: 15px;
    color: var(--primary-color);
    line-height: 18px;
    font-weight: 500;
}
.rating-bx-sec6-2 {
    left: -20px;
    bottom: -40px;
    z-index: 2;
}
.bnr-inr-side-bx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 259px; */
    /* height: 270px; */
    overflow: hidden;
}

.rating-bx-sec6-3 {
    right: -30px;
    bottom: 40px;
}
.card.main-form-box-st {
    border: 0;
}
/*form-sec*/



.main-kpi-hme-col .nav-tabs {
    border: 0;
    justify-content: center;
}

.main-kpi-hme-col nav {
    background: #000000;
    display: table;
    padding: 26px 40px;
    width: 79%;
    margin: 0 auto;
    border-radius: 25px;
    position: relative;
}

.main-kpi-hme-col .nav-link {
    background: #FFFFFF;
    border-radius: 7px;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 10px 30px;
}

.main-kpi-hme-col .nav-link.active {
    background: #51BDF4;
    color: #fff;
    border-color: #51BDF4;
}

.kpi-tab-inr-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hme-sec-7 {
    padding: 0 0 50px;
}

.kpt-tab-inr-txt {
    width: 33.33%;
}

.kpt-tab-inr-img-st:before {
    content: '';
    background:url(../images/center-ball-kpi.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.kpt-tab-inr-img-st {
    width: 33.00%;
    /* margin: 0 auto; */
    /* display: table; */
    position: relative;
    top: 20px;
}

.kpi-tab-side-box {
    width: 33.33%;
    position: relative;
    top: 60px;
    left: 30px;
}

.kpt-tab-inr-img-st img {
    margin: 0 auto;
    display: table;
    width: 87%;
}

.kpt-tab-inr-txt h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.kpt-tab-inr-txt p {
    font-size: 17px;
    padding: 18px 0;
    color: #fff;
}

.kpi-tab-inr-div a.btn-2 {
    font-size: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #fff;
}

.kpi-tab-side-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.kpi-tab-side-box ul li:nth-child(1) {
    background: var(--primary-color);
}

.kpi-tab-side-box ul li {
    font-size: 18px;
    color: #fff;
    padding: 20px 10px;
    border-radius: 7px;
}

.kpi-tab-side-box ul li:nth-child(2) {
    background: var(--secondary-color);
}

.kpi-tab-side-box ul li:nth-child(3) {
    background: #9AD6FF;
}

.main-kpi-hme-col {
    /* background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); */
    border-radius: 25px;
    position: relative;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.main-kpi-hme-col:before {
    z-index: -1;
    content: '';
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    background:url(../images/Subtract.png);
    border-radius: 25px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 92%;
    background-repeat: no-repeat;
    background-position: center top;
}

div#nav-tabContent {
    padding: 0 40px;
}       

.main-kpi-hme-col:after {content: '';position: absolute;background: #000;width: 321px;height: 296px;right: 0;bottom: 0;margin: auto;border-radius: 24px;z-index: -1;}

.hme-sec-7 .hd-txt {
    padding-bottom: 40px;
    text-align: center;
}


/*
.main-kpi-hme-col nav:before {
    position: absolute;
    content: "";
    background: #ff0000;
    inset: calc(100% - 2.85em) 0 0 0;
    border-bottom-right-radius: 7.25em;
    box-shadow: 0.4em 0.3em 0 0.3em var(--black);
    transition: 1s ease;
    height: 2.85em;
    width: 1.95em;
    left: -30px;
    right: auto;
}

.main-kpi-hme-col nav:after {
    position: absolute;
    content: "";
    background: #ff0000;
    inset: calc(100% - 2.85em) 0 0 0;
    border-bottom-right-radius: 7.25em;
    box-shadow: 0.4em 0.3em 0 0.3em var(--black);
    transition: 1s ease;
    height: 2.85em;
    width: 1.95em;
    right: -31px;
    left: auto;
    transform: scaleX(-1);
}*/
.indus-bx-st img {
    width: 80%;
    margin: 0 auto;
}

.indus-bx-st {
    text-align: center;
}

.indus-bx-st h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: var(--primary-color);
    display: table;
    padding: 10px 40px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 10px;
    width: auto;
}

section.hme-sec-8 .hd-txt {
    padding-bottom: 50px;
}

ul.slick-dots {}

.industrySlider .slick-prev.slick-arrow {
    background: #1875b2;
    height: 40px;
    display: flex;
    width: 40px;
    border-radius: 60%;
    right: auto;
    left: -5px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    margin: auto;
    z-index: 1;
    animation-name: heartFadeInOut; 
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}

.industrySlider .slick-prev.slick-arrow:before {
}

.industrySlider .slick-next.slick-arrow {
    background: #1773b1;
    height: 40px;
    display: flex;
    width: 40px;
    border-radius: 60%;
    right: -5px;
    left: auto;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    margin: auto;
    animation-name: heartFadeInOut; 
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}
.slick-slide .indus-bx-st {
    transform: scale(0.8);
    opacity: 1;
    transition: all .5s ease-in-out;
}

.slick-current .indus-bx-st {
    transform: scale(1.3);
    opacity: 1;
}
section.hme-sec-8 .slick-list {
    padding: 45px 0px !important;
}

.hme-sec-8 {
    padding: 50px 0 50px;
}

.hme-sec-8 .hd-txt {
    text-align: center;
}


@keyframes heartFadeInOut
{
  0%
  {
    transform: scale( 1 );
  }
  30%
  {
    transform: scale( 1.2 );
  }
  60%
  {
   transform: scale( 1 );
  }
  100%
  {
   transform: scale( 1.2 );
  }
}

img.inr-side-img-sec-9-main {
    width: auto;
    margin: 0 auto;
    display: table;
}

section.hme-sec-9 .img-sec-6-st-main {
    position: absolute;
    top: 0;
    left: -64px;
    right: auto;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: auto;
    height: 520px;
    transform: scaleX(-1);
}

section.hme-sec-9 .hd-txt {
    position: relative;
}

section.hme-sec-9 .hd-txt p {
    width: 90%;
    padding-bottom: 25px;
}

section.hme-sec-9 .hd-txt {
    position: relative;
    padding: 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2.1px solid #306d95;
    border-radius: 20px;
    margin-left: 75px;
    transform: scale(1);
}
.hme-sec-9 {
    padding: 40px 0 50px;
}

.inr-side-img-sec9 {
    position: relative;
}

img.inr-side-img-sec-9-st {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

section.hme-sec-9 .row {
    align-items: flex-end;
    justify-content: space-between;
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-1 {
    top: -110px;
    left: -50px;
    animation-name: FadeFour; 
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-2 {
    top: -60px;
    left: -170px;
    animation-name: FadeTwo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: alternate;
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-3 {
    position: absolute; /* Required for top positioning */
    top: -70px; /* Starting position */
    left: 40px; /* Horizontal position */
    animation-name: FadeOne; 
    animation-timing-function: linear; /* Constant speed */
    animation-iteration-count: infinite; /* Continuous loop */
    animation-duration: 3s; /* Adjust speed of the fall */
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-4 {
    top: -70px;
    right: -160px;
    animation-name: FadeThree; 
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-5 {
    top: -54px;
    left: 270px;
    animation-name: FadeFive; 
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 7s;
    animation-direction: alternate;
}

img.inr-side-img-sec-9-st-dash {
    position: absolute;
    left: 60px;
    right: 0;
    margin: auto;
    display: table;
    top: 20px;
    bottom: auto;
    z-index: 2;
}

@keyframes FadeOne {
  0% {
    top: -70px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -60px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -50px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -70px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}


@keyframes FadeTwo {
  0% {
    top: -60px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -50px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -30px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -60px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}



@keyframes FadeThree {
  0% {
    top: -70px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -60px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -50px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -70px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}


@keyframes FadeFour {
  0% {
    top: -110px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -80px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -60px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -110px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}



@keyframes FadeFive {
  0% {
    top: -54px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -45px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -30px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -54px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}








.hme-sec-10 {
    padding: 50px 0;
    background: url(../images/cta-bg-big.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 912px;
}
.hme-sec-10 .hd-txt h2 {
    width: 21%;
    color: #fff;
    line-height: 70px;
}

.hme-sec-10 .hd-txt p {
    width: 21%;
    color: #fff;
}
.hme-sec-11 {
    padding: 50px 0;
}

.sec-11-tabs div#nav-tab {
    display: flex;
    flex-direction: column;
    border: 0;
    gap: 20px 0;
}

.sec-11-tabs {}

.sec-11-tabs div#nav-tab .nav-link {
    border: 1px solid;
    border-radius: 7px;
    padding: 22.5px 20px;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    box-shadow: 2px 2px 20px 0px #00000017;
    color: #000;
}

.sec-11-tabs div#nav-tab .nav-link.active{
    color: var(--primary-color); 
}

.revenue-tab-box {
    padding: 20px 20px;
    background: var(--primary-color);
    text-align: center;
    border-radius: 22px;
}

div#nav-tabContentTwo {
    padding: 0;
}

.revenue-tab-box h4 {
    color: #fff;
    padding: 15px 0;
}

.revenue-tab-box p {
    color: #fff;
}

.hme-sec-11 .row {
    margin: 0 auto;
}

.revenue-tab-box img {
    width: 100%;
}

.sec-11-tabs nav {
    width: 85%;
}
.sec-11-tabs div#nav-tab .nav-link img {
    margin-right: 13px;
}
.hme-sec-11 .hd-txt h2 {
    padding-bottom: 35px;
}




.hme-sec-12-bx-1 {
    height: 236px;
    background: var(--secondary-color);
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    border-radius: 10px;
    gap: 15px 0;
}

.hme-sec-12-bx-1 b {
    font-weight: bold;
    font-size: 92px;
}

.hme-sec-12-bx-1 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hme-sec-12-bx-2 {background: #000000;height: 409px;border-radius: 10px;position: relative;display: flex;align-items: flex-start;flex-direction: column;text-align: left;justify-content: center;padding: 0px  10px 0 50px;gap: 15px 0;}

section.hme-sec-12 .col-sm-4, section.hme-sec-12 .col-sm-8 {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.hme-sec-12-bx-2 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hme-sec-12-bx-1 p {
    font-size: 20px;
    font-weight: 600;
}

.hme-sec-12-bx-2 h2 {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
}

.hme-sec-12-bx-2 p {
    font-size: 20px;
    font-weight: 400;
    color: rgb(255 255 255 / 75%);
    line-height: 37.04px;
}

.hme-sec-12-bx-3 {
    position: relative;
    height: 332px;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 50px;
    gap: 15px 0;
    border-radius: 10px;
}

.hme-sec-12-bx-3 img {
    position: absolute;
    right: 0;
}

.hme-sec-12-bx-3 h2 {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    width: 80%;
}

.hme-sec-12-bx-3 p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 70%;
}

.hme-sec-12-bx-4 {
    position: relative;
    height: 312px;
    border: 4px solid;
    border-style: dashed;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px 0;
}

.hme-sec-12-bx-4 img {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: auto;
    left: 10px;
}

.hme-sec-12-bx-4 h2 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    width: 80%;
    margin: 0 auto;
    display: table;
}

.hme-sec-12-bx-4 a {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.hme-sec-12 {
    padding: 0 0 50px;
}
.combine-bg-11-12{
    position: relative;
    overflow: hidden;
}

.combine-img-st-rev {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 60%;
    background: rgba(82, 190, 246, 0.60);
    box-shadow: 1024px 1024px 1024px;
    filter: blur(1024px);
    border-radius: 60%;
    z-index: -1;
    right: auto;
}
section.hme-sec13 {
    background: url(../images/location-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.location-main-div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    margin: 0;
    gap: 0 30px;
    padding: 0;
}

section.hme-sec13 .hd-txt {
    text-align: center;
    padding-bottom: 60px;
}

section.hme-sec13 .hd-txt span { /* Text color ko transparent banate hain */ /* Shadow ka color jo visible hoga *//* background: linear-gradient(45deg, #3882b600, #ffffff00); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: #000000; *//* letter-spacing: 1.5px; *//* color: red; */color: transparent;-webkit-text-stroke: 1px #ffffff;text-stroke: 2px black;text-shadow: none;font-family: poppins;}

.location-box {
    padding: 20px 20px;
    border: 1px solid #fff;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
}

.location-box img {
    margin-top: -60px;
}

h3.tex-shadow-st {
    /* text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000; */
    /* color: #2e5674; */
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 2px black;
    text-shadow: none;
    font-family: poppins;
}

.location-box p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.location-box a {
    text-decoration: none;
    color: #fff;
}

section.hme-sec13 .hd-txt h2 {
    line-height: normal;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}

a.tel-btn-location {
    font-size: 23px;
    font-weight: bold;
}


.testi-box {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.testi-main-col-st {
    border-radius: 20px;
    position: relative;
}

.testi-box-dtl {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 20px 20px;
    height: 100%;
    height: 415px;
    width: 50%;
}

.testi-star-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-pic-dtl {
    display: flex;
    align-items: center;
}

.testi-vid-img img {
     width: 100%;
     /* height: 100%; */
     margin: 0 auto;
     display: table;
}



.testi-vid-img {
    position: relative;
    padding: 0px 20px 0px  0;
    width: 50%;
}

.testi-vid-img h3 {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: ; */
    font-size: 108px;
    font-weight: 600;
    line-height: 64px;
    background: linear-gradient(to right, rgba(82, 190, 246, 1)0%, rgba(82, 190, 246, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testi-box-dtl p {
    font-size: 18px;
    padding: 20px 0;
    line-height: 27px;
}

.testi-pic-dtl h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left: 20px;
}
.testi-pic-dtl h4 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color:#777;
}
section.hme-sec14 .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}


.testi_slider-nav .slick-list {
    padding: 68px 0 0 !important;
}


.testi_slider-for .slick-prev {
    left: 0;
    right: 110px;
    margin: auto;
    bottom: -70px;
    top: auto;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 60%;
    z-index: 2;
}

.testi-img-st-nav img {
    margin: 0 auto;
    /* box-shadow: 2px 2px 2px 2px #fff; */
    /* border-radius: 60%; */
}

.testi_slider-for .slick-next {
    left: 20px;
    right: 0;
    margin: auto;
    bottom: -70px;
    top: auto;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 60%;
    z-index: 2;
    border: 1px solid var(--primary-color);
    transition: all .5s ease-in-out;
}

.testi_slider-for .slick-arrow:hover {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
}

.testi_slider-for .slick-arrow:hover::before {
    color: var(--primary-color);
}
.testi-main-col-st:before {
    content: '';
    background: var(--secondary-color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    height: 93%;
}

section.hme-sec14 {
    padding: 50px 0;
}

.testi-img-st-nav {
    background: transparent;
    border-radius: 60%;
    width: 93px;
    height: 93px;
    box-shadow: 2px 2px 4px 0px #00000000;
}

.slick-current .testi-img-st-nav {
    box-shadow: 2px 2px 4px 0px #0000004d;
    background: #fff;
}



section.hme-sec15 .slick-dots {
    bottom: -50px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

section.hme-sec15 .slick-dots li.slick-active button {
    background-color: #008efd
}

section.hme-sec15 .slick-dots li button:before {
    font-size: 0;
    line-height: 0px
}

section.hme-sec15 .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    height: 10px;
    width: 10px
}

section.hme-sec15 {
    padding: 0 0 50px;
}

.blog-bx span {
    font-size: 70px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}

.blog-bx h5 {
    font-size: 18px;
    color: #939393;
    font-weight: 400;
}

.blog-bx h2 {}

.blog-bx h4 {
    font-size: 26px;
    font-weight: 500;
    padding: 10px 0;
}

.blog-bx p {
    font-size: 18px;
    color: #939393;
}

.blog-bx {
    padding: 0 20px;
}

section.footer-sec {
    background: #000000;
    padding: 50px 0;
    position: relative;
}

.ftr-hd-txt p {
    color: #FFFFFF;
    font-size: 16px;
    width: 88%;
}

.social-main-div ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    gap: 0 20px;
    margin: 0;
}

.social-main-div ul li {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 60%;
    display: flex;
    /* a;:
    c;
    justify-content: c; */
}

.social-main-div ul li a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-main-div ul li a i {
    color: #000;
}

.social-main-div h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.social-main-div p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 12px 0;
}

/* .main-ftr-serv-col {
    display: flex;
    gap: 0 5px;
} */

.main-ftr-serv-col ul {
    padding: 0;
    list-style: none;
    margin: 0;
    /* width: 25%; */
}



.main-ftr-serv-col ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    /* line-height: 34px; */
}

.company_dtl_ul {
    background: #2E2E2E;
    border-radius: 25px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px 0;
    /* width: 40%; */
}

.company_dtl_ul h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.company_dtl_ul p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.company_dtl_ul li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: 500;
  font-size: 16px;
}
.company_dtl_ul li a[href="mailto:sales@ranknality.com"] {
  translate: 6px 0px;
}

.company_dtl_ul li a {
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

/* .main-ftr-serv-col {
    padding-top: 90px;
    padding-bottom: 20px;
} */

.company_dtl_ul h4 {
    padding-top: 0;
}
.company_dtl_ul li a {
  font-size: 15px !important;
}
.company_dtl_ul {
  padding: 19px 13px !important;
}
.copy-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #717171;
}

.copy-div a {
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
}

.main-ftr-serv-col ul:nth-child(2), .main-ftr-serv-col ul:nth-child(3) {
    /* width: 16%; */
}

.copy-div p {
    color: #fff;
}
/* .company_dtl_ul li:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
} */
.ftr-hd-txt img {
    width: 220px;
    padding-bottom: 20px;
}
section.footer-sec:before {
    content: '';
    background: #707070;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 215px;
    left: 0;
    right: 0;
    margin: auto;
}

section.footer-sec:after {
    content: '';
    background: #707070;
    width: 1px;
    height: 215px;
    position: absolute;
    left: 115px;
    right: 0;
    margin: auto;
    top: 0;
}


.blog-bx:hover span {
    color: var(--primary-color);
}

.blog-bx:hover p {
    color: #000;
}

.why-choose-mid-col {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

ul.why-choose-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-right: 55px;
}

ul.why-choose-list li {
    position: relative;
}

ul.why-choose-list li .why-choose-box {
    background: #F2F2F2;
    padding: 19px 0px  19px 60px;
}

.why-choose-box p {
    font-size: 15px;
    color: #000;
}

.why-choose-box h4 {font-size: 22px;font-weight: 500;color: var(--primary-color);padding-bottom: 15px;}

.why-chose-ico {
    display: flex;
    align-items: center;
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.why-chose-ico .ico-why {
    position: absolute;
    left: -20px;
    right: 0;
    margin: auto;
    z-index: 1;
}

.hme-sec16 {
    padding: 0px 0 60px;
}

.hme-sec16 .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

ul.why-choose-list.why-choose-list-rside li .why-chose-ico {
    right: -50px;
    left: auto;
}

ul.why-choose-list.why-choose-list-rside li .why-choose-box {
    padding: 20px 38px 20px 12px;
}



img.why-arc {
    position: absolute;
    left: -27px;
}

.why-chose-ico img.circle-why {
    position: relative;
    z-index: 0;
    left: -10px;
}


ul.why-choose-list.why-choose-list-rside li .why-arc {
    left: auto;
    right: -26px;
    transform: scaleX(-1);
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.why-mid-logo img {
    width: 100%;
}

.why-mid-logo {
    background: #000000;
    transform: rotate(-90deg);
    height: 109px;
    width: 640px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding: 20px 20px;
    border-radius: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-mid-col .col-sm-2 {
    /* position: relative; */
    /* height: 100%; */
}

ul.why-choose-list.why-choose-list-rside {
    margin-left: 55px;
    margin-right: 0;
}

ul.why-choose-list.why-choose-list-rside .why-chose-ico img.circle-why {
    left: 10px;
}

ul.why-choose-list.why-choose-list-rside .why-chose-ico img.ico-why {
    left: 20px;
}








section.header img {
    width: 180px;
    filter: invert(1);
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

li.nav-item a {
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
}

.dtl-header-bx a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.dtl-header-bx {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.dtl-header-bx a.btn-hd-call {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 27px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
}



img.hme-side-img-6-2 {
    position: absolute;
    left: 19px;
    bottom: 40px;
    z-index: 2;
}

img.hme-side-img-6-3 {
    position: absolute;
    right: 0;
    top: 0;
}

/*@keyframes animatedBackground_dots {
    from {
        background-position: 0 -100%
    }

    to {
        background-position: 100% 0
    }
}*/


img.hme-side-img-6-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: move-slowly2 25s linear infinite;

}

@keyframes move-slowly2 {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(250px);
      }
      
    }

.hme-side-img-6-4-cloud-div {
    width: 580px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 127px;
    margin: auto;

}
img.hme-side-img-6-7 {
    position: absolute;
    right: 19px;
    bottom: 40px;
    width: 216px;
}



img.hme-side-img-6-5 {
    position: absolute;
    right: 70px;
    top: -68px;
    bottom: 0;
    margin: auto;
}

img.hme-side-img-6-6 {
    position: absolute;
    left: -20px;
    top: -55px;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 533px;
    z-index: 1;
}

img.hme-side-img-6-1 {
    position: relative;
    width: 596px;
    height: 478px;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.hme-side-inr-img-st {
    margin-right: 0;
    position: relative;
    /*overflow: hidden;*/
    display: table;
    margin: auto;
    padding: 40px 20px;
}

section.hme-sec-9 .hd-txt img.img-sec-6-st-main-shape {
    width: 86px;
    position: absolute;
    transform: scaleX(-1);
    left: -84px;
}

section.hme-sec-6.nation-seo-experts .hd-txt img.img-sec-6-st-main-shape2 {
    width: 86px;
    position: absolute;
    right: -84px;
    height: auto;
    left: auto;
}
section.hme-sec-1.seo_page{
    background: url(../images/seo_page/s1bg.png) no-repeat center/cover;
}
section.inner.i_sec2.seo_page .hd-txt img.img-sec-6-st-main-shape2 {
    width: 86px;
    position: absolute;
    left: -84px;
    height: auto;
    right: auto;
    transform: rotate(180deg);
}

section.inner.i_sec2.seo_page .hd-txt {
    position: relative;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2.1px solid #306d95;
    border-radius: 20px;
    margin-right: 35px;
    transform: scale(0.94);
}

section.inner.i_sec2.seo_page .hd-txt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: auto;
    height: 520px;
}
section.inner.i_sec2.seo_page {
    padding: 50px 0 80px;
    overflow: hidden;
}


section.inner.i_sec2.seo_page .hd-txt p {
    width: 90%;
    padding-bottom: 25px;
}

section.inner.i_sec2.seo_page .hd-txt h2 {
    font-size: 45px;
}
section.inner.i_sec2.seo_page .hd-txt a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: var(--primary-color);
}

section.inner.i_sec2.seo_page .hd-txt a i {
    margin-left: 5px;
}
.hme-side-img-6 {
    position: relative;
}
.s3_seobox h3 {
    font-weight: 600;
    padding: 0 0 10px 0;
  }
  .s3_seobox .disc{
    background: linear-gradient(180deg, rgba(20,112,174,1) 0%, rgba(8,46,72,1) 100%);
    padding: 40px 40px 50px 30px;
    color: #fff;
    border-radius: 13px;
  }
  
.s3_seobox {
  position: relative;
  margin: -115px 0 0 0;
}
.s3_seobox.box1 .icon {
  background: linear-gradient(180deg, rgb(19, 109, 170) 0%, rgb(19, 107, 166) 100%);
  height: 110px;
  width: 110px;
  border-radius: 15px 15px 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 13px;
  translate: 0 9px;
}
.s3_seobox.box1 .icon img {
    translate: 5px 0px;
  }
.s3_seobox.box1 .icon::before {
    right: -39px;
    bottom: 0;
    left: auto;
    top: 0px;
    width: 42px;
    height: 103px;
    position: absolute;
    content: "";
    border-radius: 20px 0px 0px 0px;
    clip-path: polygon(67% 100%, 0 0, 0 100%);
    background: #136da9;
}
.s3_seobox.box2 .icon::after {
    right: 121px;
    top: 70px;
    transform: rotate(-127deg);
    width: 40px;
    height: 40px;
    transition: 1s ease;
    position: absolute;
    content: "";
    /* background: rgb(255, 255, 255); */
    scale: 0.7;
    /* border: 10px solid blue; */
    border-radius: 40px;
    border-left: 10px solid #136da9;
}
.arc {
    overflow: hidden;
    width: 30PX;
    height: 40PX;
    position: absolute;
    top: 38px;
    right: 0px;
    bottom: 0;
    left: 120px;
    padding: 11px 0 0 7px;
    transform-origin: 100% 100%;
    transform: rotateZ(90deg) rotate(185deg) skewX(25.2deg);
  }
  
  .arc:before {
    display: block;
    border: solid 0.5em #136ca8;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    border-radius: 50%;
    transform: skewX(28.8deg);
    content: "";
  }
.s3_seobox.box2 {
    display: flex;
    align-items: end;
    flex-direction: column;
  }
.s3_seobox.box2 .icon {
    background: linear-gradient(180deg, rgb(19, 109, 170) 0%, rgb(19, 107, 166) 100%);
    height: 110px;
    width: 110px;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 13px;
    translate: 0 9px;
  }
  .s3_seobox.box2 .icon img {
    translate: -5px 0px;
  }
  .s3_seobox.box2 .icon::before {
    left: -41px;
    bottom: 0;
    right: auto;
    top: 8px;
    width: 42px;
    height: 103px;
    position: absolute;
    content: "";
    border-radius: 0px 0px 0px 0px;
    clip-path: polygon(100% 99%, 100% 0, 31% 100%);
    background: #136da9;
  }

  
.seo_s4ul li.box {
    background: #D6EEFF;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 10px;
    position: relative;
    margin: 26px 0 0 0px;
    width: 90%;
  }
  .seo_s4ul li.box .icon {
    background: #000000;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
  }
  .seo_s4ul li.box .icon .inner {
    background: var(--primary-color);
    padding: 5px 6px;
    border-radius: 50%;
    object-fit: cover;
  }
  .seo_s4ul li.box .icon .inner img {
    height: 30px;
    width: 30px;
    padding: 2px 2px;
  }
  .seo_s4ul li.box .icon2 {
    position: absolute;
    right: -26px;
    font-size: 40px;
    color: #d6eeff;
  }
  
.seo_s5right {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .seo_s5right .disc h3 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 8px 0;
  }
  .seo_s4ul li.box .disc h3 {
    font-size: 23px;
    padding: 0 20px;
    font-weight: 600;
    color: var(--primary-color);
  }
  .seo_s4ul li.box.active {
    background: var(--primary-color) !important;
  }
  .seo_s4ul li.box.active h3{
    color: #fff !important;
  }
  .seo_s4ul li.box.active .icon2{
    color: var(--primary-color);
  }
  .inner.i_sec5.cta {
    /* background: #0D6BAA; */
    background: linear-gradient(0deg, rgba(183, 213, 252, 1) 0%, rgba(74, 145, 199, 1) 53%, rgba(49, 129, 187, 1) 83%, rgba(19, 111, 173, 1) 100%);
    background: url(../images/seo_page/s5bg.png) no-repeat center/cover;
  }
  .inner.i_sec5.cta h3 {
    margin: 9px 0 9px 0 !important;
  }
  .inner.i_sec5.cta h3 a{
    text-decoration: none;
  }
  .inner.i_sec5.cta h2 {
    /* width: 80%; */
    display: table;
    margin: auto !important;
  }
  .inner.i_sec5 a.btn-1 , .inner.i_sec5 a.btn-tel {
    padding: 11px 21px;
  }

  .seo_s7box {
    text-align: center;
    display: flex !important;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin: 30px 0 20px 0;
    position: relative;
  }
  
  .seo_s7box .icon {
    background: #000;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: -124px 0 0px 39px;
    border: 9px solid white;
    position: absolute;
  }
  
  .seo_s7box .disc {
    background: #0d6baa;
    border-radius: 16px;
    margin: 20px 0 0 0px;
    padding: 40px 20px 0 20px;
    text-align: start;
    color: #fff;
    transition: 0.7s;
  }
  .seo_s7box:hover .disc {
    background: #000;
  }
  .seo_s7box .disc p {
    /* height: 165px; */
    overflow: hidden;
    line-height: 26px;
  }
  
  .seo_s7box .top img {
    width: 100%;
  }
  
  .seo_s7box .disc h4 {
    margin: 0 0 15px 0 !important;
  }
  
.seo_s7box .disc .tegs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 13px 0 20px 0;
  }
  .seo_s7box .disc .tegs li {
    width: 47%;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 1px 0 1px 0;
    border-radius: 15px;
  }
  .seo_s8box:hover .icon{
    background: #000;
  }
  .seo_s8box .icon {
    background: #000;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(143deg, rgba(82,190,246,1) 0%, rgba(20,112,174,1) 100%);
    transition: 0.5s;
  }
  .seo_s8box .icon img {
    height: 42px;
  }
  .seo_s8box {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
      gap: 11px;
      padding: 0 20px;
    }
    .seo_s8box h4 {
        color: var(--primary-color);
        margin: 0 0 10px 0;
    }
    .seo_s8box {
        margin: 80px 0 0 0;
    }
    .seo_s8box.box2, .seo_s8box.box3 {
    margin: -12px 0 0 0;
    }
    .seo_s8box h4 {
        font-weight: 600;
        font-size: 18px;
      }
    
.inner.i_sec7.seo_page .row {
    position: relative;
  }
  .inner.i_sec7.seo_page .row .lines_img {
    position: absolute;
    width: 71%;
    left: 50%;
    top: 21%;
    translate: -50% -50%;
    z-index: -1;
  }
  .inner.i_sec7.seo_page{
    background: url(../images/seo_page/s7bg.png) no-repeat top/cover;
  }
  

  section.inner.i_sec3.linkbuilding_page .hd-txt img.img-sec-6-st-main-shape2 {
    width: 86px;
    position: absolute;
    left: -84px;
    height: auto;
    right: auto;
    transform: rotate(180deg);
}

section.inner.i_sec3.linkbuilding_page .hd-txt {
    position: relative;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2.1px solid #306d95;
    border-radius: 20px;
    margin-right: 35px;
    transform: scale(0.94);
}

section.inner.i_sec3.linkbuilding_page .hd-txt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: auto;
    height: 520px;
}
section.inner.i_sec3.linkbuilding_page {
    padding: 50px 0 80px;
    overflow: hidden;
}


section.inner.i_sec3.linkbuilding_page .hd-txt p {
    width: 90%;
    padding-bottom: 25px;
}

section.inner.i_sec3.linkbuilding_page .hd-txt h2 {
    font-size: 45px;
}
section.inner.i_sec3.linkbuilding_page .hd-txt a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: var(--primary-color);
}

section.inner.i_sec3.linkbuilding_page .hd-txt a i {
    margin-left: 5px;
}
.inner.i_sec4.seo_page {
    position: relative;
    isolation: isolate;
  }
  .inner.i_sec4.seo_page::before {
    background: var(--primary-color)21;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 480px;
    width: 480px;
    translate: -50% -50%;
    border-radius: 50%;
    filter: blur(65px);
    z-index: 9;
  }
.lb_s4box {
    background: var(--primary-color);
    padding: 15px 15px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    isolation: isolate;
    margin: 10px 0 20px 0;
    transition: 0.7s;
  }
  .lb_s4box .icon {
    background: var(--secondary-color);
    width: 64px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    border-radius: 10px;
  }
  .lb_s4box .icon img {
    width: 35px;
  }
  .lb_s4box.box1 .icon img {
    width: 35px;
    filter: invert(1) brightness(100);
  }
  .lb_s4box .disc h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 6px 0 10px 0;
  }
  .lb_s4box .disc p {
    height: 0px;
    opacity: 0;
    transition: 0.7s;
  }
  .lb_s4box::before {
    content: '';
    height: 85%;
    width: 99%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/linkbuilding_page/s4box_bfr.png) no-repeat center/cover;
    z-index: -1;
    transition: 0.7s;
  }
  .lb_s4box:hover::before {
    background: url(../images/linkbuilding_page/s4box_hvr.png) no-repeat center/cover;
  }
  
.lb_s4box:hover {
    background: #000;
  }
  .lb_s4box:hover .img {
    display: none;
  }
  .lb_s4box:hover .disc p {
    height: auto;
    opacity: 1;
  }
  
.lb_s6ul li.box {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0 0;
    color: var(--primary-color);
    padding: 15px 0 15px 0;
    box-shadow: 0 0 12px #00000038;
    border-radius: 16px;
    transition: 0.7s;
  }
  .lb_s6ul li.box h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .lb_s6ul li.box .icon {
    background: var(--secondary-color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    border-radius: 10px;
    margin: 0px 0px 0 -15px;
  }
  .lb_s6ul li.box:hover {
    background: var(--primary-color);
    color: #fff;
  }
  .lb_s6box {
    background: var(--primary-color);
    padding: 37px 30px;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    color: #fff;
    border-radius: 15px;
    justify-content: center;
  }
  img[src="http://localhost/rank/images/linkbuilding_page/s6img1.png"] {
    width: 80%;
    display: table;
    margin: 18px auto 0 auto;
  }
  
section.inner.i_sec3.linkbuilding_page .hd-txt.left img.img-sec-6-st-main-shape2 {
    transform: rotate(0deg);
    right: -84px;
    left: auto;
    top: -6px;
  }
  section.inner.i_sec3.linkbuilding_page .hd-txt.left {
    margin: 0 55px 0 0px;
  }
  section.inner.i_sec3.linkbuilding_page .hd-txt.right {
      margin: 0 0 0 55px;
    }
section.inner.i_sec3.linkbuilding_page .hd-txt.right p , section.inner.i_sec3.linkbuilding_page .hd-txt.left p{
    width: 100%;
}

.inner.i_sec3.sec7.linkbuilding_page {
    position: relative;
    isolation: isolate;
  }
  .inner.i_sec3.sec7.linkbuilding_page::before {
    background: var(--primary-color)21;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 480px;
    width: 480px;
    translate: -50% -50%;
    border-radius: 50%;
    filter: blur(65px);
    z-index: 9;
  }
.ajeebsection ul.points_p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.ajeebsection ul.points_p li {
  padding: 20px 20px;
  /* background: red; */
}
.ajeebsection.top ul.points_p li:nth-child(1) , .ajeebsection.top ul.points_p li:nth-child(3) , .ajeebsection.top ul.points_p li:nth-child(5) {
  translate: 0 130px;
}
.ajeebsection.bottom ul {
    margin: 70px 0 0 0;
}
.ajeebsection.bottom ul.points_p li:nth-child(2) , .ajeebsection.bottom ul.points_p li:nth-child(4) {
  translate: 0 133px;
  
}
.ajeebsection.top{
    background: url(../images/linkbuilding_page/ajb_top.png) no-repeat;
    background-size: cover;
    height: 275.9px;
    /* color: #fff; */
}
.ajeebsection.mid {
    margin: -70px 0 0 0;
  }
  .ajeebsection.mid ul {
    gap: 27px;
  }
.ajeebsection.bottom{
    background: url(../images/linkbuilding_page/ajb_down.png) no-repeat;
    background-size: cover;
    height: 276px;
    color: #fff;
    margin: -150px 0 0 0;
}
/* .ajeebsection.midhead1 , .ajeebsection.midhead2 {
    position: absolute;
  } */
  .alter.alter_sec1.linkbuilding_pages .row2{
    position: relative;
  }
  .ajeebsection.mid ul.points_p li:nth-child(1) , .ajeebsection.mid ul.points_p li:nth-child(3) , .ajeebsection.mid ul.points_p li:nth-child(5) {
    opacity: 0;
  }
  .ajeebsection.mid ul.points_p li:nth-child(2) , .ajeebsection.mid ul.points_p li:nth-child(4){
    position: relative;
  }
  .ajeebsection.midhead1, .ajeebsection.midhead2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .seo_s7box .icon::before {
    /* position: absolute;
    content: "";
    background: #0d6baa;
    inset: calc(100% - 1.95em) 0 0 -2.25em;
    border-top-left-radius: 8px;
    transition: 1s ease;
    height: 14px;
    width: 120px;
    top: 51px;
    left: 72px;
    z-index: 1; */
    right: -33px;
    top: 46px;
    transform: rotate(53deg);
    width: 40px;
    height: 40px;
    transition: 1s ease;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0);
    scale: 0.7;
    border-radius: 40px;
    border-left: 10px solid #fff;
}
.seo_s7box .icon::after {
    /* position: absolute;
    content: "";
    background: #0d6baa;
    inset: calc(100% - 1.95em) 0 0 -2.25em;
    border-radius: 9px 13px 2px 9px;
    transition: 1s ease;
    height: 34px;
    width: 33px;
    top: 51px;
    right: auto;
    left: -31px; */

    left: -33px;
    top: 45px;
    transform: rotate(132deg);
    width: 40px;
    height: 40px;
    transition: 1s ease;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0);
    scale: 0.7;
    border-radius: 40px;
    border-left: 10px solid #fff;
}
.inner.i_sec4.linkbuilding_page {
    position: relative;
    isolation: isolate;
  }
  .inner.i_sec4.linkbuilding_page::before {
    background: var(--primary-color)40;
    content: '';
    position: absolute;
    top: 60%;
    left: 30%;
    height: 500px;
    width: 500px;
    translate: -50% -50%;
    border-radius: 50%;
    filter: blur(65px);
    z-index: -1;
  }
  
.lb_s4ul {
    display: flex;
    align-items: center;
    gap: 53px;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  .lb_s4ul li.box {
    width: 46%;
    display: flex;
    align-items: center;
    padding: 18px 70px 16px 20px;
    position: relative;
    border-radius: 14px;
    background: url(../images/smallseo_page/s4bg1.png) no-repeat center/cover;
    filter: drop-shadow(0 0 10px #00000042);
    transition: 0.7s;
}
.lb_s4ul li.box:hover{
    background: url(../images/smallseo_page/s4bg1hvr.png) no-repeat center/cover;
    color: #fff;
  }
  .lb_s4ul li.box .icon {
    background: #000;
    height: 65px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    right: -30px;
  }
  .inner.i_sec4.smallseo_page{
    position: relative;
    isolation: isolate;
  }
  .inner.i_sec4.smallseo_page::before {
    background: var(--secondary-color)3D;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 500px;
    width: 500px;
    translate: -50% -50%;
    border-radius: 50%;
    filter: blur(65px);
    z-index: -1;
  }
  /* .lb_s4ul li.box::before {
    content: "";
    right: -13px;
    top: -12px;
    transform: rotate(153deg);
    width: 33px;
    height: 33px;
    transition: 1s ease;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0);
    border-radius: 160px;
    border-left: 10px solid #f00;
    z-index: 9;
  } */
.sb_s5tabs .nav_btn {
    background: var(--primary-color);
    padding: 50px 20px;
    border-radius: 11px;
    margin: 0 0 -60px 0;
    position: relative;
    z-index: 1;
}
.sb_s5tabs .nav_btn::before {
    height: 86px;
    width: 86px;
    position: absolute;
    left: -30px;
    bottom: -60px;
    background: url(../images/smallseo_page/s5element.png) no-repeat center/cover;
    content: '';
    border-radius: 50%;
  }
.sb_s5tabs .nav_btn
#nav-tab {
  justify-content: space-between;
  border: 0;
}
.sb_s5tabs .nav_btn #nav-tab a {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 11px 17px;
}
.sb_s5tabs .nav_btn #nav-tab a.active {
  background: #fff;
  color: #000;
}
.sb_s5tabs_disc {
  text-align: center;
  background: url(../images/smallseo_page/-s5bg.png) no-repeat center/cover;
  /* background:#D6EEFF ; */
  position: relative;
  padding: 30px 30px 30px 30px;
}
/* .sb_s5tabs_disc:before{
    content: '';
    background: url(../images/smallseo_page/s5bg.png) no-repeat center/cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
} */
.sb_s5tabs_disc h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0 30px 0;
  }
  .sb_s5tabs_disc .tab-pane.active {
    height: 346px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
  
.sb_s7ul {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sb_s7ul li.box {
    background: #D6EEFF;
    width: 46%;
    padding: 20px 16px;
    border-radius: 11px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
  }
  .hd-txt.sm_s7right {
    padding: 0 0 0 80px;
  }
  .hd-txt.sm_s7left {
    position: relative;
  }
  .hd-txt.sm_s7left img[src="http://localhost/rank/images/smallseo_page/s7left.png"] {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: -1;
    width: 74%;
  }
  .lss_s4box {
    background: red;
    position: relative;
    padding: 10px 20px;
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .lss_s4box .icon {
    background: blue;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.lss_s4box {
    background: #D6EEFF;
    position: relative;
    padding: 21px 20px;
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    border-radius: 15px;
  }
  .lss_s4box .icon {
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 26px #00000087;
    margin: -40px 0 0px 0;
  }
  .lss_s4box .disc h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 6px 0 10px 0;
    font-size: 24px;
  }
  .lss_s4box .disc p {
    height: 190px;
  }
  .lss_s4box .icon img {
    height: 48px;
  }
  @import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&amp;display=swap');
.p0{
    padding:0px ;
}

h1,h2,h3,a,li,span,button,p,h4,h5,h6{
    font-family: "Maven Pro", serif;
    margin: 0;
}

body {
    overflow-x: hidden;
    

}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}


section {
    float: left;
    width: 100%;
}


/*banner*/

.bnr-map-bx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 264px;
    overflow: hidden;
    /* mix-blend-mode: multiply; */
    border-radius: 60%;
}

.bnr-side-img {
    position: relative;
    height: 492px;
    width: 516px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 60%;
    /* background: rebeccapurple; */
}

img.bnr-side-cirl {
    position: absolute;
    animation: rotate-360 45s linear infinite;
}

img.bnr-side-cir2 {
    position: absolute;
}

img.bnr-side-cir3 {
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 1;
}

img.bnr-side-cir4 {
    position: absolute;
    animation: move-slowly 30s linear infinite;
    border-radius: 60%;
    /* width: 260px; */
    /* height: 260px; */
    opacity: 0.9;
}

@keyframes move-slowly {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(1000px);
      }
      
    }

@keyframes rotate-360 {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

.hme-sec-1{
    background:url(../images/banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0 0;
}

.bnr-txt h4 {
    font-size: 18px;
    font-weight: 500;
    background: #f1642333;
    border: 1px var(--primary-color) solid;
    border-radius: 7px;
    padding: 12px 20px;
    display: table;
    backdrop-filter: blur(50px);
}

.bnr-txt h1 {
    font-size: 51px;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding-top: 10px 0;
}

.bnr-txt h1 span {
    color: var(--primary-color);
}

.bnr-txt p {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    color: #000;
    width: 50%;
    padding: 20px 0;
}

.bnr-txt ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0 30px;
    padding-top: 20px;
}

.btn-1 {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 27px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    display: table;
    border: 1px solid var(--primary-color);
}

.text-3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 40px 0 30px;
}

.tool-box img {
    box-shadow: 0px 1px 31px rgba(0, 0, 0, 0.14);
    border-radius: 15px;
}

.tool-box {
    display: table;
    margin: 0;
}

.tool_Slider .slick-list {
    padding: 20px 0;
}

.btn-1:hover {
    color: #fff;
}
/*banner*/

/*award-sec*/
.award-lft-box {
    position: relative;
    background: url(../images/award-bg.webp);
    height: 315px;
    padding: 15px  20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.award-lft-box .big-award-img-st {
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}

.award-lft-box h3 {
    font-size: 30px;
    font-weight: 500;
    width: 60%;
    color: #fff;
}

.award-lft-box p {
    width: 60%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
}
section.award-sec {
    padding: 50px 0 0;
}
.rating-div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.rating-div a {
    margin: 0 auto;
    display: table;
    width: auto;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}

section.award-sec .row {
    align-items: center;
}
.hme-sec-2 {
    padding: 50px 0;
}

.main-col-hme-2 {
    /* display: flex; */
    align-items: center;
    margin-top: 30px;
}

.serv-bx h4 {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-color);
    padding: 11px 0;
}

.serv-bx p {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 400;
    width: 95%;
    height: 120px;
}

.serv-bx a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.serv-bx:hover {
    background: rgb(45 125 179 / 12%);
}

.serv-bx {
  padding: 10px 22px;
  margin: 21px 0px;
    /* border-radius: 7px; */
}
.main-col-hme-2 .col-sm-3{
  padding: 0 0;
}
.border-r {
    border-right: 1px #ACACAC solid;
    border-radius: 0;
}

.main-col-hme-2 .col-sm-3:nth-child(1) .serv-bx {
    margin-left: 0;
}

.main-col-hme-2 .col-sm-3:nth-child(4) {
    border: 0;
}

.hd-txt h2 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
    line-height: 50px;
    padding-bottom: 25px;
}

.hd-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
/*award-sec*/


/*services-sec*/
.hme-sec-2 .row {
    position: relative;
    z-index: 1;
}

.hme-sec-2 .inr-shade-one {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.serv-bx:hover h4 {
    /* color: #fff; */
}

.inner-side-img-three img {
    width: 100%;
}

.inner-txt.hd-txt {
    padding-left: 20px;
}

.inner-txt.hd-txt ul {
    padding: 10px 0 10px 20px;
    margin: 0;
}

.inner-txt.hd-txt ul li {
    font-size: 18px;
}

.inner-txt.hd-txt .btn-2 {
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.hme-sec-3 .row {
    align-items: center;
}

.hme-sec-3 {
    padding-bottom: 50px;
}
/*services-sec*/


/*case-studies*/
.case-box-big p {
    font-size: 15px;
    line-height: 19px;
    width: 67%;
    padding: 18px 0 23px;
    color: #fff;
}

.case-box-big h4 {
    font-size: 14px;
    font-weight: 500;
    background: #f1642333;
    border: 1px var(--primary-color) solid;
    border-radius: 7px;
    padding: 12px 20px;
    display: table;
    backdrop-filter: blur(50px);
    line-height: 13px;
    color: #fff;
    margin-bottom: 18px;
}

.case-box-big h2 {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    width: 50%;
}

.case-box-big {
    margin: 0 20px;
    padding: 20px 20px;
    border-radius: 15px;
}

.case-btn {
    background: #000;
    padding: 12px 34px;
    display: table;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
}
.hd-txt h4 {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
}

.hme-sec-4 {
    padding-bottom: 50px;
}
.case_Slider_Two {
    margin-top: 30px;
}
.case_Slider_Two .case-box-big p {
    width: 63%;
}
.case_Slider_Two .case-box-big{
    direction: ltr;
}
/*case-studies*/


/*form-sec*/
.tool-slider-main {
    overflow: hidden;
  }
.buttons-div {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding-top: 25px;
    flex-wrap: wrap;
}

.btn-tel {
    background: #000;
    color: #fff;
    padding: 11px 21px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    display: table;
}
.hme-sec-5.cta .btn-tel{
  padding: 5px 10px;
}
.btn-tel i {
    margin-right: 5px;
    border: 1px solid;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 60%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.hme-sec-5 {
    padding: 0 0 50px;
}

.chat-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 27px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
    display: table;
    border: 1px solid var(--primary-color);
}
.chat-btn:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 7px;
  }
  .btn-1:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 7px;
}

 .progress-bar-steps {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin-bottom: 20px;
      margin-top: 23px;
    }
    .progress-bar-steps::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 78%;
    height: 3px;
    background-color: #ffffff;
    z-index: 0;
    right: 0;
    margin: auto;
    color: #fff;
}
    .progress-bar-steps::after {
      content: attr(data-step);
      position: absolute;
      top: 15px;
      left: 0;
      width: 0%;
      height: 3px;
      background-color: #0d6efd;
      z-index: 1;
      transition: width 0.3s ease;
    }
    .progress-bar-steps .step {
      width: 33%;
      text-align: center;
      position: relative;
      z-index: 2;
      padding-top: 30px;
      color: #fff;
    }
    .progress-bar-steps .step::before {
      content: attr(data-step);
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background-color: #ffffff;
      border-radius: 50%;
      font-weight: bold;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      color: #000;
    }
    .card.main-form-box-st .card-body .form-label{
        color: #fff;
    }
    .card.main-form-box-st .hd-txt h2 {
        padding-bottom: 10px;
        color: #fff;
    }

    .card.main-form-box-st .hd-txt p {
        color: #fff;
    }
    .progress-bar-steps .step.active::before {
      background-color: var(--primary-color);
      color: #fff;
    }

    .card.main-form-box-st .card-body {
    background: var(--secondary-color);
    border-radius: 25px;
}
.progress-bar-steps::after {
  content: '';
  display: block;
  width: var(--progress-width, 0%);
  height: 100%;
  background-color: var(--primary-color); /* Example color */
  transition: width 0.3s ease;
  left: 0;
  right: 0;
  height: 4px;
  left: 80px;
}
.card.main-form-box-st .card-body .form-control {
    height: 40px;
}
.form-chk-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-primary {
    background: var(--primary-color);
}

.btn-success {
    background: var(--primary-color);
}
.hme-sec-5 .row {
    display: flex;
    align-items: center;
}

section.hme-sec-6 .hd-txt {
    position: relative;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2.1px solid #306d95;
    border-radius: 20px;
    margin-right: 35px;
    transform: scale(0.94);
}

section.hme-sec-6 .hd-txt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: auto;
    height: 520px;
}
section.hme-sec-6 {
    padding: 50px 0 80px;
    overflow: hidden;
}


section.hme-sec-6 .hd-txt p {
    width: 90%;
    padding-bottom: 25px;
}

section.hme-sec-6 .hd-txt h2 {
    font-size: 45px;
}
section.hme-sec-6 .hd-txt a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: var(--primary-color);
}

section.hme-sec-6 .hd-txt a i {
    margin-left: 5px;
}
.hme-side-img-6 {
    position: relative;
}

.hme-side-img-6 .img-sec-6-st-main {
    width: 82%;
    margin: 0 auto;
    display: table;
}

section.hme-sec-6 .row {
    align-items: center;
}


.rating-bx-sec6-1 {
    top: 0;
    
}
.ratng-bx-st-main{
    position: absolute;
    z-index: 1;
   
    background: rgba(255, 255, 255, 0.20);
    border-radius: 10px;
    border: 1px var(--primary-color) solid;
    backdrop-filter: blur(19px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 230px;
    padding: 15px 15px;
}


.ratng-bx-st-main img {
    width: 65px;
    margin-right: 0px;
}

.rating-bx-sec6-1-txt {
    width: 60%;
}

.rating-bx-sec6-1-txt h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 35px;
    padding-bottom: 2px;
}

.rating-bx-sec6-1-txt p {
    font-size: 15px;
    color: var(--primary-color);
    line-height: 18px;
    font-weight: 500;
}
.rating-bx-sec6-2 {
    left: -20px;
    bottom: -40px;
    z-index: 2;
}
.bnr-inr-side-bx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 259px; */
    /* height: 270px; */
    overflow: hidden;
}

.rating-bx-sec6-3 {
    right: -30px;
    bottom: 40px;
}
.card.main-form-box-st {
    border: 0;
}
/*form-sec*/



.main-kpi-hme-col .nav-tabs {
    border: 0;
    justify-content: center;
}

.main-kpi-hme-col nav {
    background: #000000;
    display: table;
    padding: 26px 40px;
    width: 79%;
    margin: 0 auto;
    border-radius: 25px;
    position: relative;
}

.main-kpi-hme-col .nav-link {
    background: #FFFFFF;
    border-radius: 7px;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 10px 30px;
}

.main-kpi-hme-col .nav-link.active {
    background: #51BDF4;
    color: #fff;
    border-color: #51BDF4;
}

.kpi-tab-inr-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hme-sec-7 {
    padding: 0 0 50px;
}

.kpt-tab-inr-txt {
    width: 33.33%;
}

.kpt-tab-inr-img-st:before {
    content: '';
    background:url(../images/center-ball-kpi.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.kpt-tab-inr-img-st {
    width: 33.00%;
    /* margin: 0 auto; */
    /* display: table; */
    position: relative;
    top: 20px;
}

.kpi-tab-side-box {
    width: 33.33%;
    position: relative;
    top: 60px;
    left: 30px;
}

.kpt-tab-inr-img-st img {
    margin: 0 auto;
    display: table;
    width: 87%;
}

.kpt-tab-inr-txt h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.kpt-tab-inr-txt p {
    font-size: 17px;
    padding: 18px 0;
    color: #fff;
}

.kpi-tab-inr-div a.btn-2 {
    font-size: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #fff;
}

.kpi-tab-side-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.kpi-tab-side-box ul li:nth-child(1) {
    background: var(--primary-color);
}

.kpi-tab-side-box ul li {
    font-size: 18px;
    color: #fff;
    padding: 20px 10px;
    border-radius: 7px;
}

.kpi-tab-side-box ul li:nth-child(2) {
    background: var(--secondary-color);
}

.kpi-tab-side-box ul li:nth-child(3) {
    background: #9AD6FF;
}

.main-kpi-hme-col {
    /* background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); */
    border-radius: 25px;
    position: relative;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.main-kpi-hme-col:before {
    z-index: -1;
    content: '';
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    background:url(../images/Subtract.png);
    border-radius: 25px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 92%;
    background-repeat: no-repeat;
    background-position: center top;
}

div#nav-tabContent {
    padding: 0 40px;
}       

.main-kpi-hme-col:after {content: '';position: absolute;background: #000;width: 321px;height: 296px;right: 0;bottom: 0;margin: auto;border-radius: 24px;z-index: -1;}

.hme-sec-7 .hd-txt {
    padding-bottom: 40px;
    text-align: center;
}


/*
.main-kpi-hme-col nav:before {
    position: absolute;
    content: "";
    background: #ff0000;
    inset: calc(100% - 2.85em) 0 0 0;
    border-bottom-right-radius: 7.25em;
    box-shadow: 0.4em 0.3em 0 0.3em var(--black);
    transition: 1s ease;
    height: 2.85em;
    width: 1.95em;
    left: -30px;
    right: auto;
}

.main-kpi-hme-col nav:after {
    position: absolute;
    content: "";
    background: #ff0000;
    inset: calc(100% - 2.85em) 0 0 0;
    border-bottom-right-radius: 7.25em;
    box-shadow: 0.4em 0.3em 0 0.3em var(--black);
    transition: 1s ease;
    height: 2.85em;
    width: 1.95em;
    right: -31px;
    left: auto;
    transform: scaleX(-1);
}*/



.indus-bx-st img {
    width: 80%;
    margin: 0 auto;
}

.indus-bx-st {
    text-align: center;
}

.indus-bx-st h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: var(--primary-color);
    display: table;
    padding: 10px 40px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 10px;
    width: auto;
}

section.hme-sec-8 .hd-txt {
    padding-bottom: 50px;
}

ul.slick-dots {}

.industrySlider .slick-prev.slick-arrow {
    background: #1875b2;
    height: 40px;
    display: flex;
    width: 40px;
    border-radius: 60%;
    right: auto;
    left: -5px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    margin: auto;
    z-index: 1;
    animation-name: heartFadeInOut; 
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}

.industrySlider .slick-prev.slick-arrow:before {
}

.industrySlider .slick-next.slick-arrow {
    background: #1773b1;
    height: 40px;
    display: flex;
    width: 40px;
    border-radius: 60%;
    right: -5px;
    left: auto;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    margin: auto;
    animation-name: heartFadeInOut; 
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}
.slick-slide .indus-bx-st {
    transform: scale(0.8);
    opacity: 1;
    transition: all .5s ease-in-out;
}

.slick-current .indus-bx-st {
    transform: scale(1.3);
    opacity: 1;
}
section.hme-sec-8 .slick-list {
    padding: 45px 0px !important;
}

.hme-sec-8 {
    padding: 50px 0 50px;
}

.hme-sec-8 .hd-txt {
    text-align: center;
}


@keyframes heartFadeInOut
{
  0%
  {
    transform: scale( 1 );
  }
  30%
  {
    transform: scale( 1.2 );
  }
  60%
  {
   transform: scale( 1 );
  }
  100%
  {
   transform: scale( 1.2 );
  }
}

img.inr-side-img-sec-9-main {
    width: auto;
    margin: 0 auto;
    display: table;
}

section.hme-sec-9 .img-sec-6-st-main {
    position: absolute;
    top: 0;
    left: -64px;
    right: auto;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: auto;
    height: 520px;
    transform: scaleX(-1);
}

section.hme-sec-9 .hd-txt {
    position: relative;
}

section.hme-sec-9 .hd-txt p {
    width: 90%;
    padding-bottom: 25px;
}

section.hme-sec-9 .hd-txt {
    position: relative;
    padding: 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2.1px solid #306d95;
    border-radius: 20px;
    margin-left: 75px;
    transform: scale(1);
}
.hme-sec-9 {
    padding: 40px 0 50px;
}

.inr-side-img-sec9 {
    position: relative;
}

img.inr-side-img-sec-9-st {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

section.hme-sec-9 .row {
    align-items: flex-end;
    justify-content: space-between;
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-1 {
    top: -110px;
    left: -50px;
    animation-name: FadeFour; 
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-2 {
    top: -60px;
    left: -170px;
    animation-name: FadeTwo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: alternate;
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-3 {
    position: absolute; /* Required for top positioning */
    top: -70px; /* Starting position */
    left: 40px; /* Horizontal position */
    animation-name: FadeOne; 
    animation-timing-function: linear; /* Constant speed */
    animation-iteration-count: infinite; /* Continuous loop */
    animation-duration: 3s; /* Adjust speed of the fall */
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-4 {
    top: -70px;
    right: -160px;
    animation-name: FadeThree; 
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

img.inr-side-img-sec-9-st.inr-side-img-sec-9-5 {
    top: -54px;
    left: 270px;
    animation-name: FadeFive; 
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 7s;
    animation-direction: alternate;
}

img.inr-side-img-sec-9-st-dash {
    position: absolute;
    left: 60px;
    right: 0;
    margin: auto;
    display: table;
    top: 20px;
    bottom: auto;
    z-index: 2;
}

@keyframes FadeOne {
  0% {
    top: -70px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -60px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -50px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -70px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}


@keyframes FadeTwo {
  0% {
    top: -60px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -50px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -30px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -60px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}



@keyframes FadeThree {
  0% {
    top: -70px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -60px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -50px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -70px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}


@keyframes FadeFour {
  0% {
    top: -110px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -80px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -60px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -110px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}



@keyframes FadeFive {
  0% {
    top: -54px; /* Start: Upar se shuru */
    opacity: 0.4; /* Full visible */
  }
  15% {
    top: -45px; /* Start: Upar se shuru */
    opacity: 0.8; /* Full visible */
  }
  30% {
    top: -30px; /* Start: Upar se shuru */
    opacity: 0.9; /* Full visible */
  }
  
  40% {
    top: 0px; /* Start: Upar se shuru */
    opacity: 1; /* Full visible */
  }
  50% {
    top: 20px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  60% {
    top: 40px; /* Neeche girta hai */
    opacity: 1; /* Visible rehta hai */
  }
  70% {
    top: 50px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
  100% {
    top: -54px; /* Wapas upar chala jata hai */
    opacity: 0; /* Disappear for smooth loop */
  }
}








.hme-sec-10 {
    padding: 50px 0;
    background: url(../images/cta-bg-big.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 912px;
}
.hme-sec-10 .hd-txt h2 {
    width: 21%;
    color: #fff;
    line-height: 70px;
}

.hme-sec-10 .hd-txt p {
    width: 21%;
    color: #fff;
}
.hme-sec-11 {
    padding: 50px 0;
}

.sec-11-tabs div#nav-tab {
    display: flex;
    flex-direction: column;
    border: 0;
    gap: 20px 0;
}

.sec-11-tabs {}

.sec-11-tabs div#nav-tab .nav-link {
    border: 1px solid;
    border-radius: 7px;
    padding: 22.5px 20px;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    box-shadow: 2px 2px 20px 0px #00000017;
    color: #000;
}

.sec-11-tabs div#nav-tab .nav-link.active{
    color: var(--primary-color); 
}

.revenue-tab-box {
    padding: 20px 20px;
    background: var(--primary-color);
    text-align: center;
    border-radius: 22px;
}

div#nav-tabContentTwo {
    padding: 0;
}

.revenue-tab-box h4 {
    color: #fff;
    padding: 15px 0;
}

.revenue-tab-box p {
    color: #fff;
}

.hme-sec-11 .row {
    margin: 0 auto;
}

.revenue-tab-box img {
    width: 100%;
}

.sec-11-tabs nav {
    width: 85%;
}
.sec-11-tabs div#nav-tab .nav-link img {
    margin-right: 13px;
}
.hme-sec-11 .hd-txt h2 {
    padding-bottom: 35px;
}




.hme-sec-12-bx-1 {
    height: 236px;
    background: var(--secondary-color);
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    border-radius: 10px;
    gap: 15px 0;
}

.hme-sec-12-bx-1 b {
    font-weight: bold;
    font-size: 92px;
}

.hme-sec-12-bx-1 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hme-sec-12-bx-2 {background: #000000;height: 409px;border-radius: 10px;position: relative;display: flex;align-items: flex-start;flex-direction: column;text-align: left;justify-content: center;padding: 0px  10px 0 50px;gap: 15px 0;}

section.hme-sec-12 .col-sm-4, section.hme-sec-12 .col-sm-8 {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.hme-sec-12-bx-2 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hme-sec-12-bx-1 p {
    font-size: 20px;
    font-weight: 600;
}

.hme-sec-12-bx-2 h2 {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
}

.hme-sec-12-bx-2 p {
    font-size: 20px;
    font-weight: 400;
    color: rgb(255 255 255 / 75%);
    line-height: 37.04px;
}

.hme-sec-12-bx-3 {
    position: relative;
    height: 332px;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 50px;
    gap: 15px 0;
    border-radius: 10px;
}

.hme-sec-12-bx-3 img {
    position: absolute;
    right: 0;
}

.hme-sec-12-bx-3 h2 {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    width: 80%;
}

.hme-sec-12-bx-3 p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 70%;
}

.hme-sec-12-bx-4 {
    position: relative;
    height: 312px;
    border: 4px solid;
    border-style: dashed;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px 0;
}

.hme-sec-12-bx-4 img {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: auto;
    left: 10px;
}

.hme-sec-12-bx-4 h2 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    width: 80%;
    margin: 0 auto;
    display: table;
}

.hme-sec-12-bx-4 a {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.hme-sec-12 {
    padding: 0 0 50px;
}
.combine-bg-11-12{
    position: relative;
    overflow: hidden;
}

.combine-img-st-rev {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 60%;
    background: rgba(82, 190, 246, 0.60);
    box-shadow: 1024px 1024px 1024px;
    filter: blur(1024px);
    border-radius: 60%;
    z-index: -1;
    right: auto;
}
section.hme-sec13 {
    background: url(../images/location-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.location-main-div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    margin: 0;
    gap: 0 30px;
    padding: 0;
}

section.hme-sec13 .hd-txt {
    text-align: center;
    padding-bottom: 60px;
}

section.hme-sec13 .hd-txt span { /* Text color ko transparent banate hain */ /* Shadow ka color jo visible hoga *//* background: linear-gradient(45deg, #3882b600, #ffffff00); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: #000000; *//* letter-spacing: 1.5px; *//* color: red; */color: transparent;-webkit-text-stroke: 1px #ffffff;text-stroke: 2px black;text-shadow: none;font-family: poppins;}

.location-box {
    padding: 20px 20px;
    border: 1px solid #fff;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
}

.location-box img {
    margin-top: -60px;
}

h3.tex-shadow-st {
    /* text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000; */
    /* color: #2e5674; */
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 2px black;
    text-shadow: none;
    font-family: poppins;
}

.location-box p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.location-box a {
    text-decoration: none;
    color: #fff;
}

section.hme-sec13 .hd-txt h2 {
    line-height: normal;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}

a.tel-btn-location {
    font-size: 23px;
    font-weight: bold;
}


.testi-box {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.testi-main-col-st {
    border-radius: 20px;
    position: relative;
}

.testi-box-dtl {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 20px 20px;
    height: 100%;
    height: 415px;
    width: 50%;
}

.testi-star-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-pic-dtl {
    display: flex;
    align-items: center;
}

.testi-vid-img img {
     width: 100%;
     /* height: 100%; */
     margin: 0 auto;
     display: table;
}



.testi-vid-img {
    position: relative;
    padding: 0px 20px 0px  0;
    width: 50%;
}

.testi-vid-img h3 {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: ; */
    font-size: 108px;
    font-weight: 600;
    line-height: 64px;
    background: linear-gradient(to right, rgba(82, 190, 246, 1)0%, rgba(82, 190, 246, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.testi-box-dtl p {
    font-size: 18px;
    padding: 20px 0;
    line-height: 27px;
}

.testi-pic-dtl h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left: 20px;
}
.testi-pic-dtl h4 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color:#777;
}
section.hme-sec14 .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}


.testi_slider-nav .slick-list {
    padding: 68px 0 0 !important;
}


.testi_slider-for .slick-prev {
    left: 0;
    right: 110px;
    margin: auto;
    bottom: -70px;
    top: auto;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 60%;
    z-index: 2;
}

.testi-img-st-nav img {
    margin: 0 auto;
    /* box-shadow: 2px 2px 2px 2px #fff; */
    /* border-radius: 60%; */
}

.testi_slider-for .slick-next {
    left: 20px;
    right: 0;
    margin: auto;
    bottom: -70px;
    top: auto;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 60%;
    z-index: 2;
    border: 1px solid var(--primary-color);
    transition: all .5s ease-in-out;
}

.testi_slider-for .slick-arrow:hover {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
}

.testi_slider-for .slick-arrow:hover::before {
    color: var(--primary-color);
}
.testi-main-col-st:before {
    content: '';
    background: var(--secondary-color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    height: 93%;
}

section.hme-sec14 {
    padding: 50px 0;
}

.testi-img-st-nav {
    background: transparent;
    border-radius: 60%;
    width: 93px;
    height: 93px;
    box-shadow: 2px 2px 4px 0px #00000000;
}

.slick-current .testi-img-st-nav {
    box-shadow: 2px 2px 4px 0px #0000004d;
    background: #fff;
}



section.hme-sec15 .slick-dots {
    bottom: -50px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

section.hme-sec15 .slick-dots li.slick-active button {
    background-color: #008efd
}

section.hme-sec15 .slick-dots li button:before {
    font-size: 0;
    line-height: 0px
}

section.hme-sec15 .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    height: 10px;
    width: 10px
}

section.hme-sec15 {
    padding: 0 0 50px;
}

.blog-bx span {
    font-size: 70px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}

.blog-bx h5 {
    font-size: 18px;
    color: #939393;
    font-weight: 400;
}

.blog-bx h2 {}

.blog-bx h4 {
    font-size: 26px;
    font-weight: 500;
    padding: 10px 0;
}

.blog-bx p {
    font-size: 18px;
    color: #939393;
}

.blog-bx {
    padding: 0 20px;
}

section.footer-sec {
    background: #000000;
    padding: 50px 0 0 0;
    position: relative;
}

.ftr-hd-txt p {
    color: #FFFFFF;
    font-size: 16px;
    width: 88%;
}

.social-main-div ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    gap: 0 20px;
    margin: 0;
}

.social-main-div ul li {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 60%;
    display: flex;
    /* a;:
    c;
    justify-content: c; */
}

.social-main-div ul li a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-main-div ul li a i {
    color: #000;
}

.social-main-div h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.social-main-div p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 12px 0;
}

/* .main-ftr-serv-col {
    display: flex;
    gap: 0 5px;
} */

.main-ftr-serv-col ul {
    padding: 0;
    list-style: none;
    margin: 0;
    /* width: 25%; */
}

.main-ftr-serv-col h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 0px;
}

.main-ftr-serv-col ul li a {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    line-height: 34px;
}

.company_dtl_ul {
    background: #2E2E2E;
    border-radius: 25px;
    padding: 20px 0px 0 0 !important;
    display: flex;
    flex-direction: column;
    gap: 14px 0;
    /* width: 40%; */

}

.company_dtl_ul h3 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}
.company_dtl_ul p img {
  width: 26%;
}
.company_dtl_ul p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}

.company_dtl_ul li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: 500;
  font-size: 16px;
}

.company_dtl_ul li a {
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.main-ftr-serv-col {
    padding-top: 90px;
    padding-bottom: 20px;
}

.company_dtl_ul h4 {
    padding-top: 0;
}

.copy-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #717171;
}

.copy-div a {
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
}

/* .main-ftr-serv-col ul:nth-child(2), .main-ftr-serv-col ul:nth-child(3) {
    width: 16%;
} */

.copy-div p {
    color: #fff;
}
/* .company_dtl_ul li:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
} */
.ftr-hd-txt img {
    width: 220px;
    padding-bottom: 20px;
}
section.footer-sec:before {
    content: '';
    background: #707070;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 215px;
    left: 0;
    right: 0;
    margin: auto;
}

section.footer-sec:after {
    content: '';
    background: #707070;
    width: 1px;
    height: 215px;
    position: absolute;
    left: 115px;
    right: 0;
    margin: auto;
    top: 0;
}


.blog-bx:hover span {
    color: var(--primary-color);
}

.blog-bx:hover p {
    color: #000;
}

.why-choose-mid-col {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

ul.why-choose-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-right: 55px;
}

ul.why-choose-list li {
    position: relative;
}

ul.why-choose-list li .why-choose-box {
    background: #F2F2F2;
    padding: 19px 0px  19px 60px;
}

.why-choose-box p {
    font-size: 15px;
    color: #000;
    width: 97%;
}

.why-choose-box h4 {font-size: 22px;font-weight: 500;color: var(--primary-color);padding-bottom: 15px;}

.why-chose-ico {
    display: flex;
    align-items: center;
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.why-chose-ico .ico-why {
    position: absolute;
    left: -20px;
    right: 0;
    margin: auto;
    z-index: 1;
}

.hme-sec16 {
  padding: 50px 0 50px;
  position: relative;
}
.hme-sec16::before {
  background: var(--secondary-color)3B;
  content: "";
  position: absolute;
  top: 55%;
  left: 30%;
  height: 830px;
  width: 1347px;
  translate: -50% -50%;
  border-radius: 50%;
  filter: blur(65px);
  z-index: -1;
}
.hme-sec16 .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

ul.why-choose-list.why-choose-list-rside li .why-chose-ico {
    right: -50px;
    left: auto;
}

ul.why-choose-list.why-choose-list-rside li .why-choose-box {
    padding: 20px 38px 20px 12px;
}



img.why-arc {
    position: absolute;
    left: -27px;
}

.why-chose-ico img.circle-why {
    position: relative;
    z-index: 0;
    left: -10px;
}


ul.why-choose-list.why-choose-list-rside li .why-arc {
    left: auto;
    right: -26px;
    transform: scaleX(-1);
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.why-mid-logo img {
    width: 100%;
}

.why-mid-logo {
    background: #000000;
    transform: rotate(-90deg);
    height: 109px;
    width: 640px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding: 20px 20px;
    border-radius: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-mid-col .col-sm-2 {
    /* position: relative; */
    /* height: 100%; */
}

ul.why-choose-list.why-choose-list-rside {
    margin-left: 55px;
    margin-right: 0;
}

ul.why-choose-list.why-choose-list-rside .why-chose-ico img.circle-why {
    left: 10px;
}

ul.why-choose-list.why-choose-list-rside .why-chose-ico img.ico-why {
    left: 20px;
}








section.header img {
    width: 180px;
    filter: invert(1);
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

li.nav-item a {
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
}

.dtl-header-bx a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.dtl-header-bx {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.dtl-header-bx a.btn-hd-call {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 27px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
}



img.hme-side-img-6-2 {
    position: absolute;
    left: 19px;
    bottom: 40px;
    z-index: 2;
}

img.hme-side-img-6-3 {
    position: absolute;
    right: 0;
    top: 0;
}

/*@keyframes animatedBackground_dots {
    from {
        background-position: 0 -100%
    }

    to {
        background-position: 100% 0
    }
}*/


img.hme-side-img-6-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: move-slowly2 25s linear infinite;

}

@keyframes move-slowly2 {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(250px);
      }
      
    }

.hme-side-img-6-4-cloud-div {
    width: 580px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 127px;
    margin: auto;

}
img.hme-side-img-6-7 {
    position: absolute;
    right: 19px;
    bottom: 40px;
    width: 216px;
}



img.hme-side-img-6-5 {
    position: absolute;
    right: 70px;
    top: -68px;
    bottom: 0;
    margin: auto;
}

img.hme-side-img-6-6 {
    position: absolute;
    left: -20px;
    top: -55px;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 533px;
    z-index: 1;
}

img.hme-side-img-6-1 {
    position: relative;
    width: 596px;
    height: 478px;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.hme-side-inr-img-st {
    margin-right: 0;
    position: relative;
    /*overflow: hidden;*/
    display: table;
    margin: auto;
    padding: 40px 20px;
}

section.hme-sec-9 .hd-txt img.img-sec-6-st-main-shape {
    width: 86px;
    position: absolute;
    transform: scaleX(-1);
    left: -84px;
}

section.hme-sec-6 .hd-txt img.img-sec-6-st-main-shape2 {
    width: 86px;
    position: absolute;
    right: -84px;
    height: auto;
    left: auto;
}
section.hme-sec-1.seo_page{
    background: url(../images/seo_page/s1bg.png) no-repeat center/cover;
}
section.inner.i_sec2.seo_page .hd-txt img.img-sec-6-st-main-shape2 {
    width: 86px;
    position: absolute;
    left: -84px;
    height: auto;
    right: auto;
    transform: rotate(180deg);
}

section.inner.i_sec2.seo_page .hd-txt {
    position: relative;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2.1px solid #306d95;
    border-radius: 20px;
    margin-right: 35px;
    transform: scale(0.94);
}

section.inner.i_sec2.seo_page .hd-txt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: auto;
    height: 520px;
}
section.inner.i_sec2.seo_page {
    padding: 50px 0 80px;
    overflow: hidden;
}


section.inner.i_sec2.seo_page .hd-txt p {
    width: 90%;
    padding-bottom: 25px;
}

section.inner.i_sec2.seo_page .hd-txt h2 {
    font-size: 45px;
}
section.inner.i_sec2.seo_page .hd-txt a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: var(--primary-color);
}

section.inner.i_sec2.seo_page .hd-txt a i {
    margin-left: 5px;
}
.hme-side-img-6 {
    position: relative;
}
.s3_seobox h3 {
    font-weight: 600;
    padding: 0 0 10px 0;
  }
  .s3_seobox .disc{
    background: linear-gradient(180deg, rgba(20,112,174,1) 0%, rgba(8,46,72,1) 100%);
    padding: 40px 40px 50px 30px;
    color: #fff;
    border-radius: 13px;
  }
  
.s3_seobox {
  position: relative;
  margin: -115px 0 0 0;
}
.s3_seobox.box1 .icon {
  background: linear-gradient(180deg, rgb(19, 109, 170) 0%, rgb(19, 107, 166) 100%);
  height: 110px;
  width: 110px;
  border-radius: 15px 15px 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 13px;
  translate: 0 9px;
}
.s3_seobox.box1 .icon img {
    translate: 5px 0px;
    padding: 0 8px;
  }
.s3_seobox.box1 .icon::before {
    right: -39px;
    bottom: 0;
    left: auto;
    top: 0px;
    width: 42px;
    height: 103px;
    position: absolute;
    content: "";
    border-radius: 20px 0px 0px 0px;
    clip-path: polygon(67% 100%, 0 0, 0 100%);
    background: #136da9;
}
.s3_seobox.box2 .icon::after {
    right: 121px;
    top: 70px;
    transform: rotate(-127deg);
    width: 40px;
    height: 40px;
    transition: 1s ease;
    position: absolute;
    content: "";
    /* background: rgb(255, 255, 255); */
    scale: 0.7;
    /* border: 10px solid blue; */
    border-radius: 40px;
    border-left: 10px solid #136da9;
}
.arc {
    overflow: hidden;
    width: 30PX;
    height: 40PX;
    position: absolute;
    top: 38px;
    right: 0px;
    bottom: 0;
    left: 120px;
    padding: 11px 0 0 7px;
    transform-origin: 100% 100%;
    transform: rotateZ(90deg) rotate(185deg) skewX(25.2deg);
  }
  
  .arc:before {
    display: block;
    border: solid 0.5em #136ca8;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    border-radius: 50%;
    transform: skewX(28.8deg);
    content: "";
  }
.s3_seobox.box2 {
    display: flex;
    align-items: end;
    flex-direction: column;
  }
.s3_seobox.box2 .icon {
    background: linear-gradient(180deg, rgb(19, 109, 170) 0%, rgb(19, 107, 166) 100%);
    height: 110px;
    width: 110px;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 13px;
    translate: 0 9px;
  }
  .s3_seobox.box2 .icon img {
    translate: 0px 0px;
  }
  .s3_seobox.box2 .icon::before {
    left: -41px;
    bottom: 0;
    right: auto;
    top: 8px;
    width: 42px;
    height: 103px;
    position: absolute;
    content: "";
    border-radius: 0px 0px 0px 0px;
    clip-path: polygon(100% 99%, 100% 0, 31% 100%);
    background: #136da9;
  }

  
.seo_s4ul li.box {
    background: #D6EEFF;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 10px;
    position: relative;
    margin: 26px 0 0 0px;
    width: 90%;
  }
  .seo_s4ul li.box .icon {
    background: #000000;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
  }
  .seo_s4ul li.box .icon .inner {
    background: var(--primary-color);
    padding: 5px 6px;
    border-radius: 50%;
    object-fit: cover;
  }
  .seo_s4ul li.box .icon .inner img {
    height: 30px;
    width: 30px;
    padding: 2px 2px;
  }
  .seo_s4ul li.box .icon2 {
    position: absolute;
    right: -26px;
    font-size: 40px;
    color: #d6eeff;
  }
  
.seo_s5right {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .seo_s5right .disc h3 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 8px 0;
  }
  .seo_s4ul li.box .disc h3 {
    font-size: 23px;
    padding: 0 20px;
    font-weight: 600;
    color: var(--primary-color);
  }
  .seo_s4ul li.box.active {
    background: var(--primary-color) !important;
  }
  .seo_s4ul li.box.active h3{
    color: #fff !important;
  }
  .seo_s4ul li.box.active .icon2{
    color: var(--primary-color);
  }
  .inner.i_sec5.cta {
    /* background: #0D6BAA; */
    background: linear-gradient(0deg, rgba(183, 213, 252, 1) 0%, rgba(74, 145, 199, 1) 53%, rgba(49, 129, 187, 1) 83%, rgba(19, 111, 173, 1) 100%);
    background: url(../images/seo_page/s5bg.png) no-repeat center/cover;
  }
  .inner.i_sec5.cta h3 {
    margin: 9px 0 9px 0 !important;
  }
  .inner.i_sec5.cta h3 a{
    text-decoration: none;
  }
  .inner.i_sec5.cta h2 {
    /* width: 80%; */
    display: table;
    margin: auto !important;
  }
  .inner.i_sec5 a.btn-1 , .inner.i_sec5 a.btn-tel {
    padding: 11px 21px;
  }

  .seo_s7box {
    text-align: center;
    display: flex !important;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin: 30px 0 20px 0;
    position: relative;
  }
  
  .seo_s7box .icon {
    background: #000;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: -124px 0 0px 39px;
    border: 9px solid white;
    position: absolute;
  }
  
  .seo_s7box .disc {
    background: #0d6baa;
    border-radius: 16px;
    margin: 20px 0 0 0px;
    padding: 40px 20px 0 20px;
    text-align: start;
    color: #fff;
  }
  
  .seo_s7box .disc p {
    /* height: 165px; */
    overflow: hidden;
    line-height: 26px;
  }
  
  .seo_s7box .top img {
    width: 100%;
  }
  
  .seo_s7box .disc h4 {
    margin: 0 0 15px 0 !important;
  }
  
.seo_s7box .disc .tegs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 13px 0 20px 0;
  }
  .seo_s7box .disc .tegs li {
    width: 47%;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 1px 0 1px 0;
    border-radius: 15px;
  }
  .seo_s8box .icon {
    background: #000;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(143deg, rgba(82,190,246,1) 0%, rgba(20,112,174,1) 100%);
  }
  .seo_s8box .icon img {
    height: 42px;
  }
  .seo_s8box {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
      gap: 11px;
      padding: 0 20px;
    }
    .seo_s8box h4 {
        color: var(--primary-color);
        margin: 0 0 10px 0;
    }
    .seo_s8box {
        margin: 106px 0 0 0;
    }
    .seo_s8box.box2, .seo_s8box.box3 {
    margin: 18px 0 0 0;
    }
    .seo_s8box h4 {
        font-weight: 600;
        font-size: 18px;
      }
    
.inner.i_sec7.seo_page .row {
    position: relative;
  }
  .inner.i_sec7.seo_page .row .lines_img {
    /* position: absolute;
    width: 71%;
    left: 50%;
    top: 21%;
    translate: -50% -50%;
    z-index: -1; */
    position: absolute;
  width: 71%;
  left: 50%;
  top: 40%;
  translate: -50% -50%;
  z-index: -1;
  }
  .inner.i_sec7.seo_page{
    background: url(../images/seo_page/s7bg.png) no-repeat top/cover;
  }
  

  section.inner.i_sec3.linkbuilding_page .hd-txt img.img-sec-6-st-main-shape2 {
    width: 86px;
    position: absolute;
    left: -84px;
    height: auto;
    right: auto;
    transform: rotate(180deg);
}

section.inner.i_sec3.linkbuilding_page .hd-txt {
    position: relative;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2.1px solid #306d95;
    border-radius: 20px;
    margin-right: 35px;
    transform: scale(0.94);
}

section.inner.i_sec3.linkbuilding_page .hd-txt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: auto;
    height: 520px;
}
section.inner.i_sec3.linkbuilding_page {
    padding: 50px 0 80px;
    overflow: hidden;
}


section.inner.i_sec3.linkbuilding_page .hd-txt p {
    width: 90%;
    padding-bottom: 25px;
}

section.inner.i_sec3.linkbuilding_page .hd-txt h2 {
    font-size: 45px;
}
section.inner.i_sec3.linkbuilding_page .hd-txt a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: var(--primary-color);
}

section.inner.i_sec3.linkbuilding_page .hd-txt a i {
    margin-left: 5px;
}
.inner.i_sec4.seo_page {
    position: relative;
    isolation: isolate;
  }
  .inner.i_sec4.seo_page::before {
    background: var(--primary-color)21;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 480px;
    width: 480px;
    translate: -50% -50%;
    border-radius: 50%;
    filter: blur(65px);
    z-index: 9;
  }
.lb_s4box {
    background: var(--primary-color);
    padding: 15px 15px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    isolation: isolate;
    margin: 10px 0 20px 0;
    transition: 0.7s;
  }
  .lb_s4box .icon {
    background: var(--secondary-color);
    width: 64px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    border-radius: 10px;
  }
  .lb_s4box .disc h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 6px 0 10px 0;
  }
  .lb_s4box .disc p {
    height: 0px;
    opacity: 0;
    transition: 0.7s;
  }
  .lb_s4box::before {
    content: '';
    height: 85%;
    width: 99%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/linkbuilding_page/s4box_bfr.png) no-repeat center/cover;
    z-index: -1;
    transition: 0.7s;
  }
  .lb_s4box:hover::before {
    background: url(../images/linkbuilding_page/s4box_hvr.png) no-repeat center/cover;
  }
  
.lb_s4box:hover {
    background: #000;
  }
  .lb_s4box:hover .img {
    display: none;
  }
  .lb_s4box:hover .disc p {
    height: auto;
    opacity: 1;
    /* height: 130px;
    opacity: 1;
    overflow: scroll; */
  }
  
.lb_s6ul li.box {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0 0;
    color: var(--primary-color);
    padding: 15px 0 15px 0;
    box-shadow: 0 0 12px #00000038;
    border-radius: 16px;
    transition: 0.7s;
  }
  .lb_s6ul li.box h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .lb_s6ul li.box .icon {
    background: var(--secondary-color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    border-radius: 10px;
    margin: 0px 0px 0 -15px;
  }
  .lb_s6ul li.box:hover {
    background: var(--primary-color);
    color: #fff;
  }
  .lb_s6box {
    background: var(--primary-color);
    padding: 37px 30px;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    color: #fff;
    border-radius: 15px;
    justify-content: center;
  }
  img[src="http://localhost/rank/images/linkbuilding_page/s6img1.png"] {
    width: 80%;
    display: table;
    margin: 18px auto 0 auto;
  }
  
section.inner.i_sec3.linkbuilding_page .hd-txt.left img.img-sec-6-st-main-shape2 {
    transform: rotate(0deg);
    right: -84px;
    left: auto;
    top: -6px;
  }
  section.inner.i_sec3.linkbuilding_page .hd-txt.left {
    margin: 0 55px 0 0px;
  }
  section.inner.i_sec3.linkbuilding_page .hd-txt.right {
      margin: 0 0 0 55px;
    }
section.inner.i_sec3.linkbuilding_page .hd-txt.right p , section.inner.i_sec3.linkbuilding_page .hd-txt.left p{
    width: 100%;
}

.inner.i_sec3.sec7.linkbuilding_page {
    position: relative;
    isolation: isolate;
  }
  .inner.i_sec3.sec7.linkbuilding_page::before {
    background: var(--primary-color)21;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 480px;
    width: 480px;
    translate: -50% -50%;
    border-radius: 50%;
    filter: blur(65px);
    z-index: 9;
  }
.ajeebsection ul.points_p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.ajeebsection ul.points_p li {
  padding: 20px 20px;
  /* background: red; */
}
.ajeebsection.top ul.points_p li:nth-child(1) , .ajeebsection.top ul.points_p li:nth-child(3) , .ajeebsection.top ul.points_p li:nth-child(5) {
  translate: -9px 130px;
}
.ajeebsection.bottom ul {
    margin: 70px 0 0 0;
}
.ajeebsection.bottom ul.points_p li:nth-child(2) , .ajeebsection.bottom ul.points_p li:nth-child(4) {
  translate: 5px 133px;
  
}
.ajeebsection.top{
    background: url(../images/linkbuilding_page/ajb_top.png) no-repeat;
    background-size: cover;
    height: 275.9px;
    /* color: #fff; */
}
.ajeebsection.mid {
    margin: -70px 0 0 0;
  }
  .ajeebsection.mid ul {
    gap: 27px;
  }
.ajeebsection.bottom{
    background: url(../images/linkbuilding_page/ajb_down.png) no-repeat;
    background-size: cover;
    height: 276px;
    color: #fff;
    margin: -150px 0 0 0;
}
/* .ajeebsection.midhead1 , .ajeebsection.midhead2 {
    position: absolute;
  } */
  .alter.alter_sec1.linkbuilding_pages .row2{
    position: relative;
  }
  .ajeebsection.mid ul.points_p li:nth-child(1) , .ajeebsection.mid ul.points_p li:nth-child(3) , .ajeebsection.mid ul.points_p li:nth-child(5) {
    opacity: 0;
  }
  .ajeebsection.mid ul.points_p li:nth-child(2) , .ajeebsection.mid ul.points_p li:nth-child(4){
    position: relative;
  }
  .ajeebsection.midhead1, .ajeebsection.midhead2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .seo_s7box .icon::before {
    /* position: absolute;
    content: "";
    background: #0d6baa;
    inset: calc(100% - 1.95em) 0 0 -2.25em;
    border-top-left-radius: 8px;
    transition: 1s ease;
    height: 14px;
    width: 120px;
    top: 51px;
    left: 72px;
    z-index: 1; */
    right: -33px;
    top: 47px;
    transform: rotate(50deg);
    width: 40px;
    height: 40px;
    transition: 1s ease;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0);
    scale: 0.7;
    border-radius: 20px 0 0 0;
    border-left: 10px solid #fff;
}
.seo_s7box .icon::after {
    /* position: absolute;
    content: "";
    background: #0d6baa;
    inset: calc(100% - 1.95em) 0 0 -2.25em;
    border-radius: 9px 13px 2px 9px;
    transition: 1s ease;
    height: 34px;
    width: 33px;
    top: 51px;
    right: auto;
    left: -31px; */

    left: -33px;
    top: 45px;
    transform: rotate(117deg);
    width: 40px;
    height: 40px;
    transition: 1s ease;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0);
    scale: 0.7;
    border-radius: 41px 0px 70px 20px;
    border-left: 10px solid #fff;
}
.inner.i_sec4.linkbuilding_page {
    position: relative;
    isolation: isolate;
  }
  .inner.i_sec4.linkbuilding_page::before {
    background: var(--primary-color)40;
    content: '';
    position: absolute;
    top: 60%;
    left: 30%;
    height: 500px;
    width: 500px;
    translate: -50% -50%;
    border-radius: 50%;
    filter: blur(65px);
    z-index: -1;
  }
  
.lb_s4ul {
    display: flex;
    align-items: center;
    gap: 53px;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  .lb_s4ul li.box {
    width: 46%;
    display: flex;
    align-items: center;
    padding: 18px 70px 16px 20px;
    position: relative;
    border-radius: 14px;
    background: url(../images/smallseo_page/s4bg1.png) no-repeat center/cover;
    filter: drop-shadow(0 0 10px #00000042);
    transition: 0.7s;
}
.lb_s4ul li.box:hover{
    background: url(../images/smallseo_page/s4bg1hvr.png) no-repeat center/cover;
    color: #fff;
  }
  .lb_s4ul li.box .icon {
    background: #000;
    height: 65px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    right: -30px;
  }
  .inner.i_sec4.smallseo_page{
    position: relative;
    isolation: isolate;
  }
  .inner.i_sec4.smallseo_page::before {
    background: var(--secondary-color)3D;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 500px;
    width: 500px;
    translate: -50% -50%;
    border-radius: 50%;
    filter: blur(65px);
    z-index: -1;
  }
  /* .lb_s4ul li.box::before {
    content: "";
    right: -13px;
    top: -12px;
    transform: rotate(153deg);
    width: 33px;
    height: 33px;
    transition: 1s ease;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0);
    border-radius: 160px;
    border-left: 10px solid #f00;
    z-index: 9;
  } */
.sb_s5tabs .nav_btn {
    background: var(--primary-color);
    padding: 50px 20px;
    border-radius: 11px;
    margin: 0 0 -60px 0;
    position: relative;
    z-index: 1;
}
.sb_s5tabs .nav_btn::before {
    height: 86px;
    width: 86px;
    position: absolute;
    left: -30px;
    bottom: -60px;
    background: url(../images/smallseo_page/s5element.png) no-repeat center/cover;
    content: '';
    border-radius: 50%;
  }
.sb_s5tabs .nav_btn
#nav-tab {
  justify-content: space-between;
  border: 0;
}
.sb_s5tabs .nav_btn #nav-tab a {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 11px 17px;
}
.sb_s5tabs .nav_btn #nav-tab a.active {
  background: #fff;
  color: #000;
}
.sb_s5tabs_disc {
  text-align: center;
  background: url(../images/smallseo_page/-s5bg.png) no-repeat center/cover;
  /* background:#D6EEFF ; */
  position: relative;
  padding: 30px 30px 30px 30px;
}
/* .sb_s5tabs_disc:before{
    content: '';
    background: url(../images/smallseo_page/s5bg.png) no-repeat center/cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
} */
.sb_s5tabs_disc h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0 30px 0;
  }
  .sb_s5tabs_disc .tab-pane.active {
    height: 346px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
  
.sb_s7ul {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sb_s7ul li.box {
    background: #D6EEFF;
    width: 46%;
    padding: 20px 16px;
    border-radius: 11px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
  }
  .clr_1{
    color: var(--primary-color);
  }
  .bold{
    font-weight:600;
  }
  .hd-txt.sm_s7right {
    padding: 0 0 0 80px;
  }
  .hd-txt.sm_s7left {
    position: relative;
  }
  .hd-txt.sm_s7left img[src="http://localhost/rank/images/smallseo_page/s7left.png"] {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: -1;
    width: 74%;
  }
  .lss_s4box {
    background: red;
    position: relative;
    padding: 10px 20px;
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .lss_s4box .icon {
    background: blue;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.lss_s4box {
    background: #D6EEFF;
    position: relative;
    padding: 21px 20px;
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    border: 3px solid transparent;
    background: linear-gradient(to top, white, white), linear-gradient(to top, var(--primary-color) , var(--primary-color)00);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    isolation: isolate;
}
.lss_s4box:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background:#D6EEFF ; */
    background: linear-gradient(0deg, #D6EEFF 0%, #D6EEFF 100%); 
    /* background: linear-gradient(90deg, var(--c1, #D6EEFF), var(--c2, #D6EEFF) 0%, var(--c1, #D6EEFF)) var(--x, 0)/ 200%; */
    z-index: -1;
    border-radius: 10px;
    transition: 0.7s;
    /* --c1: #D6EEFF; */
    /* --c2: var(--primary-color); */
}
.lss_s4box:hover::before{
    background: linear-gradient(0deg, rgba(20,112,174,1) 0%, rgba(20,112,174,0) 100%); 
    /* --x: 100%;  */
    /* --c2: var(--primary-color); */
}
.lss_s4box:hover{
    color: #fff !important;
}
.lss_s4box:hover h4{
    color: #fff !important;
}
  .lss_s4box .icon {
    background: #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 26px #00000087;
    margin: -40px 0 0px 0;
  }
  .lss_s4box .disc h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 6px 0 10px 0;
    font-size: 24px;
    height: 56px;
  }
  .lss_s4box .icon img {
    height: 58px;
  }
  
.inner.i_sec6.localseo_page .row {
    position: relative;
  }
  img[src="http://localhost/rank/images/localseo_page/s6img.png"] {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 90%;
    left: 5%;
  }
  .inner.i_sec6.localseo_page {
    height: 810px;
    padding-top: 70px;
  }
  .inner.i_sec6.localseo_page ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: absolute;
    bottom: auto;
    top: 500px;
  }
  .inner.i_sec6.localseo_page ul li {
    background: #D6EEFF;
    padding: 20px 10px;
    border-radius: 13px;
    /*! position: absolute; */
    /*! bottom: auto; */
    /*! top: 500px; */
  }
  .inner.i_sec6.localseo_page ul li:nth-child(1) {
    translate: -59px -23px;
  }
  .inner.i_sec6.localseo_page ul li:nth-child(2) {
    translate: -202px -317px;
  }
  .inner.i_sec6.localseo_page ul li:nth-child(3) {
    translate: -12px -528px;
  }
  .inner.i_sec6.localseo_page ul li:nth-child(4) {
    translate: 176px -316px;
  }
  .inner.i_sec6.localseo_page ul li:nth-child(5) {
    translate: 44px -22px;
  }
  
.ess_s4box {
    display: flex;
    background: #D6EEFF;
    border-radius: 10px;
    padding: 10px 10px;
    clip-path:polygon(18.58% -19.67%, 80.16% -20.99%, 100.31% -65px, 100.78% 57.79%, 78.69% 100.6%, -45px 100%, -6.92% 80.33%, -47px -58px);
    height: 301px;
    height: 359px;
    position: relative;
    margin: 50px 0 0 0;
  }
  .ess_s4box .left .disc h4 {
    font-size: 28px;
    color: var(--primary-color);
    margin: 10px 0 10px 0;
    font-weight: 600;
  }
  .ess_s4box .left .icon {
    background: red;
    background: #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 26px #00000087;
    margin: -40px 0 0px -30px;
    margin: 0;
    position: absolute;
    top: -30px;
    
  }
  /* .ess_s4box .left .disc {
    padding: 0 0 0 20px;
  } */
  .ess_s4box .left .disc {
    padding: 97px 7px 0 6px;
  }
  .ess_s4box.box1 .left .icon {
    left: -20px;
  }
  .ess_s4box.box2 .left .icon {
      right: -20px;
    }
    .ess_s4box.box2 {
        clip-path: polygon(20% 0%, 76.06% -20.93%, 107.71% -57px, 108.65% 61.01%, 109.43% 99.34%, 20.96% 98.63%, -1px 58.2%, 0px 0px);
    }
    .triangle_div {
        position: absolute;
        bottom: 42%;
        left: 50.1%;
        translate: -50% 0%;
        height: 0;
        width: 0;
        border-top: 130px solid transparent;
        border-bottom: 130px solid transparent;
        border-left: 140px solid var(--primary-color);
        transform: rotate(270deg);
      }
      .inner.i_sec4.localseo_page .row {
        position: relative;
      }
      .s_ess_s4box {
        background: var(--primary-color);
        position: relative;
        padding: 21px 20px;
        margin: 60px 0 0 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        text-align: center;
        border-radius: 15px;
        color: #fff;
      }
      .s_ess_s4box .disc {
        height: 196px;
      }
      .s_ess_s4box .icon {
        background: #fff;
        height: 110px;
        width: 110px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow:0 0 26px #00000045;
        margin: -40px 0 0px 0;
      }
      .s_ess_s4box .disc h4 {
        color: #fff;
        font-weight: 600;
        margin: 6px 0 10px 0;
        font-size: 24px;
      }
      .s_ess_s4box .icon img {
        height: 48px;
      }
      
.ess_s6ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0 0;
    gap: 20px;
  }
  .ess_s6ul li.box .head {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
  }
  .ess_s6ul li.box {
    position: relative;
    width: 33%;
  }
  .ess_s6ul li.box .para{
    background: url(../images/ecommerceseo_page/s6box_bg.png) no-repeat center/cover;
    height: 117.7px;
    padding: 52px 10px;
    margin: -33px 0 0 0px;
  }
  .ess_s6ul li.box:hover .para{
    background: url(../images/ecommerceseo_page/s6box_bg_hvr.png) no-repeat center/cover;
    color: #fff;
  }
  /* .ecom_s8ul li.box {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 20px 0 0 0 !important;
    border-radius: 17px;
    padding: 20px 10px 20px 0px;
    box-shadow: 0 0 20px #0000002b;
  }
  
  .ecom_s8ul li.box .icon {
    background: linear-gradient(1deg, rgb(161, 218, 255) 0%, rgb(13, 107, 170) 100%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    translate: -14px 0px;
  }
  
  .ecom_s8ul li.box .disc p {
    line-height: 24px;
  }
  
  .ecom_s8mid_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
  }
  
  .ecom_s8ul {
    position: relative;
  } */
   
.ecom_s8ul li.box {
  display: flex;
  align-items: center;
  margin: 40px 0;
  height: 100px;
  position: relative;
  /*! z-index: 1; */
}
.ecom_s8ul li.box .inner {
  background: #D6EEFF;
  display: flex;
  align-items: center;
  padding: 11px 20px 11px 30px;
  border-radius: 13px;
  z-index: 99999999999999999999999999999;
  position: relative;
}
.ecom_s8ul li.box .inner .icon {
  background: #3DB6F9;
  padding: 11px 6px;
  border-radius: 8px;
  margin: 0 5px 0px 0px;
  box-shadow: 0 0 20px #0000004f;
}
.ecom_s8ul li.box .num {
  background: #3db6f9;
  height: 79%;
  font-size: 60px;
  position: absolute;
  width: 70px;
  font-weight: 600;
  color: #fff;
  translate: -29px 0px;
  border-radius: 10px;
  padding: 0 0 0 7px;
  display: flex;
  align-items: center;
}
  
  .ecom_s12 .seo_s12box.box2 {
    translate: 32px 7px;
  }
  .clr_1{
    color: var(--primary-color);
  }
  .bold{
    font-weight:600 !important;
  }
  .ecom_s8ul.two li.box .inner {
    flex-direction: row-reverse;
    padding: 11px 30px 11px 10px;
  }
  .ecom_s8ul.two li.box .num {
    padding: 0 10px 0 0px;
    right: -62px;
    text-align: right;
    justify-content: right;
  }
  .ecom_s8ul.two li.box .inner .icon {
    margin: 0 15px 0px 6px;
  }
  .ecom_s8ul li:nth-child(2) .num , .ecom_s8ul li:nth-child(4) .num  {
    background: var(--primary-color);
  }
  .ecom_s8ul li:nth-child(2) .inner .icon , .ecom_s8ul li:nth-child(4) .inner .icon {
    background: var(--primary-color);
  }
  .ecom_s8ul.one li:nth-child(1), .ecom_s8ul.one li:nth-child(4) {
    translate: 60px -6px;
  }
  .ecom_s8ul.two li:nth-child(1), .ecom_s8ul.two li:nth-child(4) {
    translate: -60px -6px;
  }

  /* .iss_s4box{
    background: url(../images/internationalseo_page/s4box_bg.png) no-repeat center/cover;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 67px 0 10px 0;
    position: relative;
    text-align: center;
    border-radius: 13px;
  }
  
.iss_s4box .icon {
  background: #D6EEFF;
  display: flex;
  height: 208px;
  width: 208px;
  justify-content: center;
  align-items: start;
  border-radius: 50%;
  position: relative;
  z-index: -1;
  top: -50px;
  position: absolute;
}
.iss_s4box h4 {
  color: var(--primary-color);
  font-weight: 600;
  margin: 10px 0 10px 0;
}

.iss_s4box .icon img {
  margin: 25px 0 0 0;
}
.iss_s4slider .slick-slide {
  padding: 70px 20px 0 20px;
} */


.iss_s4box{ }

.iss_s4box .icon { }
.iss_s4box h4 { }

.iss_s4box .icon img { }
.iss_s4slider .slick-slide { }



.iss_s7ul {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 20px 60px 0 60px;
}
.iss_s7ul li.box h4 {
  color: var(--primary-color);
  margin: 0 0 9px 0;
  font-size: 28px;
  font-weight: 600;
}
.iss_s7ul li.box {
  padding: 0 22px;
}
.iss_s7img {
  margin: 20px 0 0 0;
}
.iss_s7img img{
  width: 100%;
}
.dropdown-menu li a {
  color: #fff !important;
}
.ecommerce_seo_page {
  overflow: hidden;
}
.seo_page {
  overflow: hidden;
}
.link_building_seopage {
  overflow: hidden;
}
.small_business_seo_page {
  overflow: hidden;
}
.local_seo_page {
  overflow: hidden;
}


.iss_s4box {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 121px;
  transition: 0.7s;
  margin: 40px 0 0 0;
}
.iss_s4box .num {
  width: 13%;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-weight: 600;
  height: 100%;
  border: 2px solid var(--primary-color);
  border-radius: 100px 0px 0 100px;
  border-right: none;
  justify-content: end;
  font-weight: 700;
}
.iss_s4box .icon {
  background: var(--primary-color);
  width: 20%;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.iss_s4box .disc {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 15px 0;
  height: 100%;
}
.iss_s4box .disc h4 {
  font-size: 20px;
  font-weight: 600;
}
.iss_s4box:hover {
  background: #D6EEFF;
  border-radius: 70px;
}
.iss_s4box .disc p {
  line-height: 20px;
}
img[src="http://localhost/rank/images/internationalseo_page/s8left.png"] {
  width: 95%;
}






















/*off-pages*/


section.off-page-services .hd-txt {
  text-align: center;
  padding-bottom: 40px;
}

.off-page-list ul.off-pg-list-st {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  gap: 0 40px;
  margin: 0;
  position: relative;
}

.off-page-list ul.off-pg-list-st .off-serv-bx {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}

.off-page-list ul.off-pg-list-st .off-serv-bx .off-srv-img-ico {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  bottom: 0;
  /* filter: invert(1); */
  width: 41%;
}
img[src="http://localhost/rank/images/off-page-seo/s3left.png"] {
  width: 93%;
}

.off-page-list h4 {
  text-align: center;
  font-size: 22px;
  color: var(--primary-color);
}

.off-page-services {
  padding-bottom: 50px;
}

.off-page-list ul.off-pg-list-st:before {
  content: '';
  background: #D3DBED;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 83.6%;
  height: 2px;
  margin: auto;
}

.off-page-list ul.off-pg-list-st li {
  position: relative;
}

.off-page-list ul.off-pg-list-st li:before {
  content: '';
  background: #000;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 19px;
  border-radius: 60%;
  margin: auto;
}

.spam-off-page {
  padding: 50px 0;
  position: relative;
}

.spam-off-page .hd-txt {
  padding-bottom: 50px;
}
ul.spam-off-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 38px;
  margin: 0;
}

ul.spam-off-list li {
  width: 31%;
}

.spam-off-bx {
  position: relative;
  height: 401px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

img.spam-off-line {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: auto;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}

.spam-off-tx-hd {
  display: flex;
  align-items: center;
  gap: 0 20px;
  background: var(--primary-color);
  border-radius: 70px;
  margin: 18px 0 0 0;
  padding: 0 30px 0px 0px;
  position: relative;
  left: -20px;
  transition: all .5s ease-in-out;
}
.spam-off-img {
  width: 106px;
  height: 106px;
  background: #F9F9F9;
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spam-off-img img {
  filter: invert(1);
  width: 70%;
}
.spam-off-bx h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 181px;
}

.spam-off-bx p {
  width: 60%;
  text-align: center;
  position: relative;
  top: 50px;
}
.spam-off-page:before {
  content: '';
  width: 810px;
  height: 810px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(82, 190, 246, 0.40);
  border-radius: 60%;
  filter: blur(252px);
  z-index: -2;
}

.spam-off-bx:hover .spam-off-tx-hd {
  background: #000;
}


/*nationwide*/
.nationwide-serivces {
    overflow: hidden;
    padding-bottom: 50px;
}
.nationwide-serivces {
    overflow: hidden;
    padding-bottom: 50px;
}

.NationServSlider .slick-list {
    width: 160%;
}

.nation-serv-txt h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    width: 70%;
    left: 0;
    padding-top: 20px;
}

.nation-serv-ico {
    width: 100px;
    height: 100px;
    background: #3DB6F9;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: -20px;
}

.nation-serv-box {
    position: relative;
    /* background: rebeccapurple; */
    /* mask: calc(var(--s) + var(--r)) 0 var(--_m),
    0 calc(var(--s) + var(--r)) var(--_m),
    radial-gradient(var(--s) at 0 0,#0000 99%,#000 calc(100% + 1px)) 
     var(--r) var(--r) no-repeat,
    conic-gradient(at calc(var(--s) + 2*var(--r)) calc(var(--s) + 2*var(--r)),
     #000 75%,#0000 0); */
    /* padding: 30px 20px; */
}

/*.nation-serv-box:before {
    content: '';
    background: url(../images/nationwide/shape.svg);
    width: 239px;
    height: 394px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/

.NationServSlider .slick-slide {margin: 0 25px;}


.nation-serv-main-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 0px;
}

.nation-serv-main-img img {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 35px;
}
img[src="http://localhost/rank/images/nationwide/service-img-3.png"] {
  margin: -51px 50px 0 0;
  width: 74%;
  translate: 0;
  }
.nation-serv-txt {position: relative;top: 10px;left: 130px;}

.nationwide-serivces .slick-prev {
    left: -51%;
    background: transparent;
    /* bottom: 0; */
    top: 70%;
    bottom: auto;
    width: 50px;
    height: 50px;
    border-radius: 60%;
    border: 1px solid #3db6f9;
    transition: all .5s ease-in-out;
}

.nationwide-serivces .slick-next {
    right: auto;
    left: -44%;
    background: transparent;
    top: 70%;
    bottom: auto;
    width: 50px;
    height: 50px;
    border-radius: 60%;
    border: 1px solid #3db6f9;
    transition: all .5s ease-in-out;
}

.nationwide-serivces .slick-arrow:hover {
    background: #3db6f9;
}

.nationwide-serivces .slick-arrow:hover::before {
    opacity: 1;
    color: #fff;
}

.nationwide-serivces .slick-arrow:before {
    opacity: 1;
}
.nationwide-serivces .slick-arrow:before {
    color: var(--primary-color);
}

.blur-circle {
    display: block;
    position: relative;
    width: 100%;
    float: left;
}

.nation-wide-combine-sec section.inner.i_sec3.linkbuilding_page .hd-txt {
    margin-right: 0 !important;
    margin-left: 100px;
    padding-right: 20px !important;
}
.blur-circle:before {
    content: '';
    width: 600px;
    height: 600px;
    position: absolute;
    top: auto;
    left: 280px;
    bottom: 0;
    margin: auto;
    background: rgba(82, 190, 246, 0.40);
    border-radius: 60%;
    filter: blur(252px);
    z-index: -2;
}



.nation-business-main-col {
    display: flex;
    align-items: center;
}

.nation-side-img-bus {
    width: 324px;
    height: 495px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.nation-bus-bx {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    background: transparent;
    transition: all .5s ease-in-out;
    padding: 10px 10px;
}

.nation-bus-bx h3 {
    color: var(--primary-color);
    font-family: "Maven Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    width: 50%;
}

.nation-bus-bx p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.nation-business-main-col .col-sm-9 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
    padding-right: 20px;
}

.nation-business-sec {
    padding: 50px 0;
}

section.nation-business-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.nation-side-img-bus img {
    width: auto;
}

.nation-side-img-bus img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.nation-bus-bx.active {
    background: linear-gradient(180deg, rgba(61, 182, 249, 0.00) 7.03%, #3DB6F9 316.41%);

}

.nation-side-img-bus .active {
    opacity: 1;
}
.nation-seo-experts .row {
    border-radius: 30px;
    background: linear-gradient(180deg, #D6EEFF 0%, #3DB6F9 131.67%);
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}

.nation-seo-experts .row:before {
    background: linear-gradient(180deg, #D6EEFF 0%, #3DB6F9 131.67%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

section.hme-sec-6.nation-seo-experts img.img-sec-6-st-main-shape2 {
    right: -79px !important;
}

.nation-seo-experts .hd-txt {
    border: 2px solid #306d95;
}
.nation-visibility-sec .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}
.main-col-nation-visi ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nation-visible-inr-dv {
    display: flex;
    align-items: center;
    gap: 0 5px;
    justify-content: center;
}

.nation-visible-inr-dv span {
    font-size: 160px;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    left: -10px;
    width: 10%;
    z-index: 1;
}

.nation-visible-img {
    width: 190px;
    height: 190px;
    transform: rotate(-45deg);
    background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.nation-visible-img img {transform: rotate(45deg);}


.nation-visibility-sec:before {
    content: '';
    width: 739px;
    height: 739px;
    background: rgba(82, 190, 246, 0.40);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    filter: blur(252px);
}

.nation-visible-txt h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
.nation-visibility-sec {
    position: relative;
    padding: 0 0 50px;
}

.main-col-nation-visi ul li {
    width: 25%;
}
.nation-visi-inr-col-st {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
}

.nation-visi-inr-col-st .hd-txt {
    text-align: left;
    padding: 0;
}

.nation-visi-inr-col-st .hd-txt h4 {
    font-size: 24px;
    padding: 0;
}

.nation-visi-inr-col-st .hd-txt h2 {
    color: rgba(51, 51, 51, 1);
    padding-bottom: 10px;
}

.nation-visi-inr-col-st p {
    width: 90%;
}

.shap-img-nation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

section.nationwide-serivces .slick-list {
    padding: 20px 0;
}
section.nationwide-serivces .hd-txt {
    padding: 20px 0 0;
}
/*
.extra-box {
    -webkit-mask: radial-gradient(circle 80px at top left, #0000 98%, #000) top left, radial-gradient(circle 0px at top right, #0000 98%, #000) top right, radial-gradient(circle 0px at bottom left, #0000 98%, #000) bottom left, radial-gradient(circle 0px at bottom right, #0000 98%, #000) bottom right;
    -webkit-mask-size: 51% 51%;
    -webkit-mask-repeat: no-repeat;
    width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    margin: auto;
    height: 300px;
    background: red;
}*/





section.inner.i_sec7.seo_page.process-line-st .row .lines_img {
    position: absolute;
    width: 71%;
    left: 50%;
    top: 35%;
    translate: -50% -50%;
    z-index: -1;
}


.inner.i_sec4.onpageseo_page .container-fluid {
  padding: 0 110px;
}
.oss_s4slider .slide {
  padding: 0 0;
  background: var(--primary-color);
  display: flex !important;
  flex-direction: column;
  height: 529px;
  align-items: center;
  /*! justify-content: center; */
  color: #fff;
  text-align: center;
  border-radius: 280px;
  /* width: 256px !important; */
  transition: 0.7s;
  position: relative;
  border: 4px solid #F2F2F2;
}
.oss_s4slider .slide img {
  width: 28%;
}
.oss_s4slider .slick-slide {
  padding: 0 30px 30px 30px;
}
.oss_s4slider .slick-current + .slick-slide + .slick-slide .slide {
  background: #000000;
}
.oss_s4slider .slide .icon {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 12px solid #fff;
  width: 100%;
}

.oss_s4slider .slide .disc {
  padding: 60px 27px 0 27px;
}
.oss_s4slider .slide .disc h4{
  font-weight: 600;
  font-size: 24px;
}
.oss_s4slider .slide::before {
  background: #3DB6F9;
  content: '';
  height: 50%;
  width: 112%;
  position: absolute;
  bottom: -18px;
  z-index: -1;
  border-radius: 15px 15px 150px 150px;
}

.inner.i_sec4.onpageseo_page {
}
.inner.i_sec4.onpageseo_page .slider_btn.btn_wrap {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.inner.i_sec4.onpageseo_page .slider_btn.btn_wrap button {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
}
.inner.i_sec4.onpageseo_page .slider_btn.btn_wrap button.next_btn {
  background: #fff;
  color: var(--primary-color);
}

.inner.i_sec6.onpageseo_page .row2 {
  padding: 40px 30px;
  background: linear-gradient(180deg, rgba(214,238,255,1) 0%, rgba(61,182,249,1) 100%);
  border-radius: 30px;
  margin: 31px 0 0 0;
}
.inner.i_sec6.onpageseo_page .row2 .oss_s6box {
  background: #fff;
  padding: 30px 20px;
  margin: 20px 0 20px 0;
  text-align: center;
  border-radius: 48px;
  transition: 0.7s;
  /* transition: max-height 1s ease; */
}
.inner.i_sec6.onpageseo_page .row2 .oss_s6box p {
  height: 0px;
  opacity: 0;
  transition: 0.7s;
  /* transition: max-height 1s ease; */
}
.inner.i_sec6.onpageseo_page .row2 .oss_s6box h4 {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 600;
}
.inner.i_sec6.onpageseo_page .row2 .oss_s6box.active p {
  height: auto;
  opacity: 1;
  margin: 21px 0 0 0;
}
.oss_s6box.active {
  background: var(--primary-color) !important;
  color: #fff;
}
.oss_s6box.active h4{
  color: #fff !important;
}
.onpage_seo_page{
  overflow: hidden;
}



.eps_slider_head .slide {
  display: flex !important;
  background: #D6EEFF;
  /* height: 100px; */
  height: 120px;
  align-items: center;
  border-radius: 12px;
  transition:0.7s;
}
.eps_slider_head .slide h4 {
  color: var(--primary-color);
  font-weight: 600;
  margin: 0px 0px 0 -13px;
  transition:0.7s;
}
.eps_slider_head .slide .icon {
  background: #3DB6F9;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  translate: -29px 0px;
}
.eps_slider_head .slide .icon img {
  padding: 0 18px;
}
.eps_slider_disc .slide .icon img {
  filter: invert(1) brightness(0);
}
.eps_slider_head .slick-slide {
  padding: 11px 0;
}
.eps_slider_head .slick-list {
  padding: 0 29px;
}
.eps_slider_head .slick-current + .slick-slide .slide {
  background: #000;
}
.eps_slider_head .slick-current + .slick-slide .slide h4 {
  color: #fff;
}
.eps_slider_disc .slide {
  background: #d6eeff;
  padding: 20px 20px;
  border-radius: 10px;
}
.eps_slider_disc .slide h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 12px 0 3px 0;
}
.eps_slider_disc {
  margin: -190px 0 0 0px;
  translate: -74px 0px;
}
.inner.i_sec4.enterpriseseo_page .container {
  position: relative;
  isolation: isolate;
}
.inner.i_sec4.enterpriseseo_page .container::before {
  content: "";
  background: linear-gradient(180deg, rgba(20,112,174,1) 0%, rgba(7,43,66,1) 100%);
  height: 100%;
  width: 84%;
  position: absolute;
  z-index: -1;
  top: -29px;
  left: -9px;
  border-radius: 20px;
}

.eps_slider_btn {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.eps_slider_btn button {
  background: var(--primary-color);
  border: 0;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  color: #fff;
}
.eps_slider_btn .next_btn {
  background: #fff;
  color: var(--primary-color);
}

.eps_s6ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}
.eps_s6ul li {
  width: 15%;
  text-align: center;
  position: absolute;
}
.eps_s6ul li h4 {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 24px;
}
.eps_s6ul li.box1 {
  left: 84px;
  top: 70px;
}
.eps_s6ul li.box2 {
  left: 395px;
  top: 524px;
}
.eps_s6ul li.box3 {
  left: 708px;
  top: 70px;
}
.eps_s6ul li.box4 {
  right: 82px;
  top: 524px;
}

.eps_s7ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 29px 0 0 0;
}
.eps_s7ul li.box {
  background: var(--primary-color);
  width: 31%;
  border-radius: 10px;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  padding: 30px 0 30px 0;
  gap: 20px;
  padding: 0 0;
  height: 115px;
  border-radius: 16px;
  color: #fff;
}
.eps_s7ul li.box .left {
  width: 42%;
  background: #D6EEFF;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 11px 0 14px;
  border-radius: 16px;
  color: #000;
  text-align: center;
}
.eps_s7ul li.box .left h4 {
  font-size: 18px;
  text-align: center;
}
.eps_s7ul li.box .right {
  padding: 0 2px 0 0px;
}
.enterprise_seo_page{
  overflow: hidden;
}
.lb_s4box .disc h3 {
  font-size: 20px;
  font-weight: 600;
}
.about_page .lb_s4box {
  background: var(--primary-color);
  padding: 15px 9px;
}
.about_page .lb_s4box .disc p {
  height: 147px;
  opacity: 1;
}
.about_page .lb_s4box:hover .disc p {
  height: 147px;
  opacity: 1;
}
/*seo-content*/
.seo-cntnt-wrt-sec .sb_s5tabs .nav_btn #nav-tab {
  justify-content: center;
  gap: 0 30px;
}
.seo-content-serv-sec .hd-txt {
  text-align: center;
  padding-bottom: 80px;
}

.seo-content-serv-sec {
  padding: 50px 0;
}

.seo-cntnt-main-col-st ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 110px 0px;
}

.seo-cntnt-main-col-st ul li {
  width: 25%;
}

.seo-cntnt-srv-bx-inr {
  position: relative;
}

.seo-cntnt-bx-inr-srv {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 143px;
  height: 143px;
  background: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
  bottom: 101px;
}
.seo-cntnt-bx-inr-srv img {
  height: 42%;
}

img.seo-cntnt-srv-img-st-1 {
  width: 245px;
  margin: 0 auto;
  display: table;
}

.seo-cntnt-txt-st {
  text-align: center;
}

.seo-cntnt-txt-st h4 {
  font-size: 22px;
  font-weight: 600;
}

.seo-cntnt-srv-bx-num {
  display: table;
  margin: 0 auto;
  background: #eee;
  width: 50px;
  height: 50px;
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  top: -20px;
}

.seo-cntnt-srv-bx-num span {
  font-size: 36px;
  font-weight: 600;
}



.seo-content-serv-sec .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.seo-content-serv-sec .slick-dots li.slick-active button {
  background-color: #008efd;
}

.seo-content-serv-sec .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}

.seo-content-serv-sec .slick-dots li button {
  background-color: #000;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.seo-cntnt-main-col-st .slick-dots li {
  width: auto;
}



.youtube-rating-ex{
  background-image: url(../images/youtube-seo/wave-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  background-color: var(--primary-color);
  overflow: hidden;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 8px 10px;
}
.youtube-rating-ex .icon{
  height: 90px;
  background: #fff;
  width: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youtube-rating-ex .icon img {
  height: 50%;
}
.youtube-excellence-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 0 30px;
}

.youtube-excellence-list ul li {
  width: 24%;
  display: flex;
  flex-direction: column;
  gap: 100px 0;
      justify-content: center;
  align-items: center;
}

.youtube-lst-bx {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  z-index: 1;
  padding: 20px 0;
}

.youtube-img-bx {
  background: var(--primary-color);
  border-radius: 10px;
  display: table;
  margin: 0 auto;
  padding: 15px 15px;
}
.youtube-img-bx img {
  width: 100%;
  height: 66px;
  object-fit: cover;
}
section.youtube-excellence-sec .hd-txt {
  text-align: center;
  padding-bottom: 30px;
}

.youtube-excellence-sec {
  padding: 50px 0 0;
}

.youtube-lst-bx:before {
  content: '';
  background: #D6EEFF;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 310px;
  width: 90%;
  margin: auto;
  z-index: -1;
  border-radius: 20px;
}

.youtube-lst-bx p {
  width: 75%;
  margin: 0 auto;
  font-size: 15px;
  height: 155px;
}

.youtube-lst-bx h4 {
  font-size: 18px;
  color: var(--primary-color);
}

.youtube-lst-bx:after {
  content: '';
  background: var(--primary-color);
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
  width: 100%;
  height: 161px;
  z-index: -2;
  border-radius: 0 0 22px 22px;
}

.youtube-rating-ex {
}

.youtube-ex-txt h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.youtube-ex-txt p {
  font-size: 16px;
  color: #fff;
  width: 80%;
}

.youtube-excellence-sec .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex !important;
  gap:0 5px;
}

.youtube-excellence-sec .slick-dots li.slick-active button {
  background-color: #008efd;
}

.youtube-excellence-sec .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}

.youtube-excellence-sec .slick-dots li button {
  background-color: #000;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.youtube-excellence-sec .slick-dots li {
  width: auto;
}

.white-label-business-sec {
  padding: 0 0 50px;
}

.white-label-business-sec .hd-txt {
  text-align: center;
  padding-bottom: 40px;
}

.white-label-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}

.white-label-list ul li {
  width: 47%;
}

.white-bus-m-bx {position: relative;display: flex;}

.white-bus-ico {
  background: #3DB6F9;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60% 60% 0 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 2px solid #D6EEFF;
}
.white-bus-ico img {
  width: 60%;
}

.white-lable-bx {
  background: var(--primary-color);
  padding: 40px 40px 40px 100px;
  margin-left: 50px;
  transition: all .5s ease-in-out;
  border-right: 8px solid #3DB6F9;
}

.white-bus-m-bx:before {content: '';background: #fff;position: absolute;left: 0;bottom: 0;width: 130px;height: 130px;border-radius: 60% 60% 0 60%;}

.white-lable-bx h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 12px;
}

.white-lable-bx p {
  font-size: 16px;
  color: #fff;
}

.white-lable-bx:hover {
  background: #000;
}

img.roi-srv-wl-ico-1 {
  width: auto;
  position: absolute;
  bottom: -20px;
  z-index: 2;
  left: -60px;
}

img.roi-srv-wl-ico-3 {
  width: auto;
  position: absolute;
  bottom: -20px;
  z-index: 2;
  right: -30px;
}

img.roi-srv-wl-ico-2 {
  position: absolute;
  width: auto;
  top: -12px;
  z-index: -1;
  left: 200px;
}

.main-roi-srv-col-wl {
  border-radius: 30px;
  background: linear-gradient(180deg, #D6EEFF 0%, #3DB6F9 131.67%);
  padding: 50px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.roi-serv-white-lbl {
  padding: 0 0 50px;
  overflow: hidden;
}

.main-roi-srv-col-wl .hd-txt {
  text-align: center;
}

.main-roi-srv-col-wl .hd-txt h2 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.roi-serv-white-lbl .row {
  position: relative;
  z-index: 1;
}

.main-roi-srv-col-wl .hd-txt p {
  width: 85%;
  margin: 0 auto;
}

.white-label-sec-2 .row {
  align-items: center;
}


.white-label-list .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex !important;
  gap:0 5px;
      justify-content: center;
}

.white-label-list .slick-dots li.slick-active button {
  background-color: #008efd;
}

.white-label-list .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}

.white-label-list .slick-dots li button {
  background-color: #000;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.white-label-list .slick-dots li {
  width: auto;
}



/*seo-content*/
.services_ftr_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 2px;
}
.services_ftr_ul li {
  width: 47%;
}
.company_dtl_ul_p {
  background: #2E2E2E;
  padding: 20px 20px;
  border-radius: 21px;
}
.company_dtl_ul_p h4 {
  padding-bottom: 0px !important;
}
.company_dtl_ul_p .company_dtl_ul {
  padding: 20px 0px !important;
}
/* INDUSTRY PAGE CSS  */
.h_sec1.inner {
  padding: 170px 0 50px;
}

.h_sec1.inner.automobile {
  background: url(../images/automotive_page/s1bg.webp) no-repeat center/cover;
}

.h_sec1.inner.automobile.dental {
  background: url(../images/dental_page/s1bg.webp) no-repeat center/cover;
}

.h_sec1.inner.automobile.lawyer {
  background: url(../images/lawyer_page/s1bg.webp) no-repeat center/cover;
  padding: 170px 0 0 0;
}

.h_sec1.inner.automobile.medical {
  background: url(../images/medical_page/s1bg.webp) no-repeat center/cover;
}

.h_sec1.inner.automobile.roofing {
  background: url(../404.php) no-repeat center/cover;
}

.h_sec1.inner.automobile.resturant {
  background: url(../404.php) no-repeat center/cover;
  padding: 170px 0 0 0;
}

.h_sec1.inner.automobile.travel {
  background: url(../images/travel_page/s1bg.webp) no-repeat center/cover;
}

.h_sec1.inner.automobile.hotel {
  background: url(../404.php) no-repeat center/cover;
}

.h_sec1.inner.automobile.health {
  background: url(../404.php) no-repeat center/cover;
  padding: 170px 0 0 0;
}

.h_sec1.inner.automobile.finance {
  background: url(../404.php) no-repeat center/cover;
}

.banner_h1 span {
  font-family: Bebas Neue, sans-serif;
}

.industry_s2box {
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  padding: 3px 11px;
}

.row_bg_change{
  margin-top: 20px;
}
.row_bg_change.industry_s2box_bg1 {
  background: url(../images/automotive_page/s2bg_1.webp) no-repeat;
  background-size: cover;
}

.row_bg_change.industry_s2box_bg2 {
  background: url(../images/automotive_page/s2bg_2.webp) no-repeat;
  background-position: 0px 0px;
}

.row_bg_change.industry_s2box_bg3 {
  background: url(../images/automotive_page/s2bg_3.webp) no-repeat;
}

.row_bg_change.industry_s2box_bg4 {
  background: url(../images/automotive_page/s2bg_4.webp) no-repeat;
  background-position: 0px 0px;
}

.industry_s2box .top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.industry_s2box .top h5 {
  font-family: Bebas Neue, sans-serif;
}

.industry_s2box .top h5.num {
  font-size: 71px;
  font-weight: 700;
}

.industry_s2box .top h5.head {
  font-size: 21px;
  font-weight: 600;
}

.industry_s2box .bot {
  margin: 0px 0 -237px 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
  height: 242px;
}

.industry_s2box:hover .bot {
  margin: 0px 0 0px 0;
  opacity: 1;
  position: relative;
}

.industry_s2box1,
.industry_s2box2,
.industry_s2box3 {
  border-right: 1px solid #fff;
}

.inds_sec4.inner.automobile .container {
  background: linear-gradient(99deg, rgb(0, 0, 0) 0%, rgb(13, 107, 170) 100%);
  position: relative;
  padding: 30px 26px;
  border-radius: 33px;
}

.indus_s4_num h5 {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 75px;
  font-weight: 700;
}

.indus_s4box {
  background: linear-gradient(143deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.15) 49%);
  width: 700px;
  position: relative;
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px 30px;
  border-radius: 14px;
}

.indus_s4box .top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.indus_s4box .top img {
  display: none;
}

.indus_s4box h5 {
  font-size: 37px;
  font-weight: 600;
}

.indus_s4parent {
  position: relative;
  display: flex;
  align-items: center;
  height: 408px;
  margin: 100px 0 0 0;
}

.indus_s4parent .indus_s4img {
  position: absolute;
  right: 0;
  top: -66px;
}

.indus_s4parent .indus_s4img img {
  border-radius: 50px;
  height: 473px;
  /* height: 473px;
  width: 520px;
  object-fit: cover; */
}

.ind_slider_btn {
  display: flex;
  gap: 21px;
  margin: 40px 0 0 0;
}

.ind_slider_btn button {
  background: #b7d5fc;
  border: 0;
  color: #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.indus_s4_num h5 {
  opacity: 0.3;
  transition: 0.5s;
}

.inds_sec4.inner.automobile .slick-current .indus_s4_num h5 {
  opacity: 1;
}

.inds_s4_slider .slick-list {
  margin: -120px 0 0 0 !important;
}

.inds_sec6.inner.automobile {
  background: url(../images/automotive_page/s6bg.webp) no-repeat center/cover;
  overflow: visible;
}

.inds_sec6.inner.automobile .btn_wrap {
  padding: 0 0 25px 0;
}

.ind_s7tab #nav-tab {
  justify-content: space-between;
  border: 0;
  border-bottom: 4px solid #D4D4D4;
}

.ind_s7tab #nav-tab a {
  background: transparent;
  border: 0;
  color: #021020;
  font-size: 21px;
  margin: 0 0 -3px 0;
  position: relative;
}

.ind_s7tab #nav-tab a.active {
  border-bottom: 4px solid #0d6baa;
}

.ind_s7tab #nav-tab a.active::before {
  content: "";
  background: transparent;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0d6baa;
}

.ind_s7tab #nav-tab a.active::after {
  content: "";
  background: url(../images/automotive_page/car.webp) no-repeat center;
  width: 75px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-43%, 130%);
  display: none;
}

.ind_s7tab .container h5 {
  font-family: 'Bebas Neue', sans-serif;
}

.ind_s7tab #nav-tabContent {
  padding: 20px 0 0 0;
}

.ind_s7tab #nav-tabContent .container {
  background: linear-gradient(99deg, rgb(131, 168, 191) 0%, rgb(13, 107, 170) 100%);
  padding: 20px 30px 20px 15px;
  border-radius: 20px;
}

img[src="http://localhost/rank/images/automotive_page/s5right.webp"] {
  width: 170%;
  /* translate: 620px 0px; */
  transition: 0.7s;
}

/* .inds_sec5.inner.automobile.visible img[src="http://localhost/rank/images/automotive_page/s5right.webp"] {
  translate: 0px 0px;
} */
.s5right_transition.automotive {
  position: relative;
}

.s5right_transition.automotive::before {
  content: "";
  position: absolute;
  left: 0px;
  z-index: 1;
  background: url(../images/automotive_page/s5car.webp) no-repeat center;
  height: 820px;
  width: 990px;
  transition: 0.7s;
}

.inds_sec5.inner.automobile.visible .s5right_transition.automotive::before {
  left: 0;
}

/* 
.hammer {
  position: relative;
  width: 4.063em;
  height: 10.313em;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -moz-transform-origin: 1.875em 8.438em;
  -webkit-transform-origin: 1.875em 8.438em;
  transform-origin: 1.875em 8.438em;
}
.hammer:before, .hammer:after {
  display:block;
  position: absolute;
  content: "";
  background: #bf6e4e;
  background: -moz-linear-gradient(left,  #bf6e4e 0%, #8c3310 50%, #bf6e4e 100%);
  background: -webkit-linear-gradient(left,  #bf6e4e 0%,#8c3310 50%,#bf6e4e 100%);
  background: -o-linear-gradient(left,  #bf6e4e 0%,#8c3310 50%,#bf6e4e 100%);
  background: -ms-linear-gradient(left,  #bf6e4e 0%,#8c3310 50%,#bf6e4e 100%);
  background: linear-gradient(to right,  #bf6e4e 0%,#8c3310 50%,#bf6e4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6e4e', endColorstr='#bf6e4e',GradientType=1 );
  left: 1.375em;
  height: 0.313em;
  width: 1em;
}
.hammer:before {
  display: none;
  height: 0.313em;
  top: -0.188em;
  border-radius: 0.313em;
  z-index: 1;
}
.hammer:after {
  top: 2.188em;
  height: 8.125em;
  border-radius: 0 0 0.313em 0.313em;
}
.hammer .head {
  width: 3.750em;
  height: 2.250em;
  background: #4c4c4c;
  background: -moz-linear-gradient(top,  #4c4c4c 0%, #2d2d2d 100%);
  background: -webkit-linear-gradient(top,  #4c4c4c 0%,#2d2d2d 100%);
  background: -o-linear-gradient(top,  #4c4c4c 0%,#2d2d2d 100%);
  background: -ms-linear-gradient(top,  #4c4c4c 0%,#2d2d2d 100%);
  background: linear-gradient(to bottom,  #4c4c4c 0%,#2d2d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2d2d2d',GradientType=0 );
    display:inline-block;
  position: relative;
}
.hammer.right {
  float: right; */
/* -moz-animation: spin 1.2s infinite ease-in; */
/* -webkit-animation: spin 1.2s infinite ease-in; */
/* animation: hammer 1.2s infinite ease-in; */
/* } */
.s5_right_lawyer {
  position: relative;
}

.s5_right_lawyer .s5_right_lawyer_child {
  position: absolute;
  left: 70px;
  bottom: 210px;
  display: flex;
  align-items: baseline;
}

.s5_right_lawyer .s5_right_lawyer_child .hammer {
  position: relative;
  right: 240px;
  top: -10px;
  -moz-animation: hammer 2s infinite ease-in-out;
  -webkit-animation: hammer 2s infinite ease-in-out;
  animation: hammer 2s infinite ease-in-out;
}

/* @-moz-keyframes spin{
  0%{transform: rotate(10deg);}
  50%{transform: rotate(20deg);}
  100%{transform: rotate(10deg);}
}
@-webkit-keyframes spin{
  0%{transform: rotate(10deg);}
  50%{transform: rotate(20deg);}
  100%{transform: rotate(10deg);}
} */
@keyframes hammer {
  0% {
    transform: rotate(20deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

.industry_link .ftr_states li a {
  cursor: pointer;
}

.automotive.ind_s6left {
  position: relative;
  z-index: 0;
}

.automotive.ind_s6left .inner_book {
  display: flex;
  align-items: center;
  position: absolute;
}

.automotive.ind_s6left .inner_book img {
  width: 100%;
  position: relative;
  z-index: -2;
}

.automotive.ind_s6left .inner_book img.book1 {
  top: -10px;
  right: -60px;
  animation: jump1 4s ease-in infinite;
}

.automotive.ind_s6left .inner_book img.book2 {
  top: -46px;
  animation: jump2 4s infinite;
}

.automotive.ind_s6left .inner_book img.book3 {
  top: 10px;
  left: -50px;
  animation: jump3 4s infinite;
}

@keyframes jump1 {
  0% {
    translate: 10px 0px;
  }

  50% {
    translate: -30px 0;
  }

  100% {
    translate: 10px 0;
  }
}

@keyframes jump2 {
  0% {
    translate: 0 20px;
  }

  50% {
    translate: 0 -50px;
  }

  100% {
    translate: 0 20px;
  }
}

@keyframes jump3 {
  0% {
    translate: -10px 0px;
  }

  50% {
    translate: -30px 10px;
  }

  100% {
    translate: -10px 0;
  }
}
h1.defaulth2{
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  width: 100%;
}
h2.defaulth2{
  font-size: 48px;
  font-weight: 500;
  color: #000;
  line-height: 50px;
  padding-bottom: 25px;
}
h5.defaulth2{
  font-size: 42px;
  color: #fff;
}
.btn_wrap {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 16px 0 0 0;
  flex-wrap: wrap;
}
.btn-tel.popup-btn.chats.ind {
  padding: 8px 20px;
}
.ind_s7tab #nav-tabContent .container .row{
  align-items: center;
}
.inds_sec4.inner h2.defaulth2 {
  color: #fff;
}
.industry_page{
  overflow: hidden;
}
.home_page{
  overflow: hidden;
}
.navbarBelow_industry li.nav-item a {
  color: #fff !important;
}
.navbarBelow_industry img[src="http://localhost/rank/images/logo.svg"]{
  filter: invert(1) brightness(100);
}
/* INDUSTRY PAGE CSS  */
/*
@media(max-width: 1400px){
  .nation-serv-txt h3{
    width: 80%;
  }
  .nation-serv-txt {
    top: 30px;
  }
  .nation-serv-main-img img {
    width: auto;
}

section.nationwide-serivces .slick-list {
    width: 120%;
    padding: 35px 0;
}
.nation-serv-main-img {
  justify-content: center;
  }
  .nation-bus-bx h3 {
    font-size: 20px;
}

.nation-side-img-bus {
    width: auto;
}

}*/

@media(max-width: 767px){
  /*.nation-wide-combine-sec section.inner.i_sec3.linkbuilding_page .hd-txt {
    margin-left: 0;
}

section.nationwide-serivces .slick-list {
    width: 100%;
}

.nation-business-sec {
    display: none;
}

.main-col-nation-visi ul {
    flex-wrap: wrap;
    flex=w: ;
}

.main-col-nation-visi ul li {
    width: 50%;
}

.nation-visibility-sec {
    display: none;
}

section.hme-sec16 {
    overflow: hidden;
}
.blur-circle{
  overflow: hidden;
}
section.nationwide-serivces .hd-txt {
    text-align: center;
}
.nationwide-serivces .slick-arrow {
    display: none;
}

.nation-serv-box img.shap-img-nation {
    display: none;
}

    .nation-serv-ico {
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 0;
    }

.nation-serv-txt {
    left: 0;
    right: 0;
    top: 0;
}

.nation-serv-main-img img {
    top: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.nation-serv-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: var(--primary-color);
    padding: 20px 20px;
    gap: 20px 0;
    border-radius: 20px;
}

.nation-serv-txt h3 {
    width: 100%;
    padding: 0;
    color: #fff;
}

.nation-serv-main-img {
    padding: 0;
}

.nationwide-serivces .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.nationwide-serivces .slick-dots li.slick-active button {
    background-color: #008efd;
}

.nationwide-serivces .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.nationwide-serivces .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.res_slider .slick-slide:first-child {
    display: none;
}
*/
.dropdown-menu.dropdown-menu_service.show {
  width: 100%;
  height: 260px;
  overflow: scroll;
}
.dropdown-menu.dropdown-menu_service.show li {
width: 100%;
}
li.nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
}
.dropdown-menu.dropdown-menu_industry.show {
  width: 100%;
  padding: 11px 13px;
  border-radius: 9px;
}
.dropdown-menu.dropdown-menu_industry.show li {
  background: var(--primary-color);
  padding: 2px 0px;
  margin: 10px 0px;
  border-radius: 4px;
}
}
/*nationwide*/



