/*css author chandrababu if any issu call me 7845622614*/
* {
  box-sizing: border-box;
}

body {
  display: block;
  margin: 0;
  overflow-x: hidden;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: "Lato", sans-serif;
}

a.navbar-brand img {
  width: 75px;
  text-align: center;
  margin: 0 auto;
}

li.dropbtntwo {
  position: relative;
  display: block;
  transition: all 0.4s ease-out;
  -webkit-transition: width 8s;
  /* For Safari 3.1 to 6.0 */
  transition: width 8s;
}

.dropbtn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-out;
  -webkit-transition: width 8s;
  /* For Safari 3.1 to 6.0 */
  transition: width 8s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 800px;
  right: -18000px;
  -webkit-transition: width 8s;
  /* For Safari 3.1 to 6.0 */
  transition: width 8s;
  padding: 20px;
  top: 30px;
  transition: all 0.4s ease-out;
}

.dropbtn:hover .dropdown-content {
  display: block !important;
  width: 100%;
}

.dropbtntwo:hover {
  transition: all 0.4s ease-out;
  -webkit-transition: width 9s;
  /* For Safari 3.1 to 6.0 */
  transition: width 9s;
}

.dropbtntwo:hover .dropdown-content {
  display: block;
  right: 0px;
}

li.dropdown {
  position: relative;
  display: block;
}

.mega_drapdown {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.dropdown:hover .dropdown-content {
  display: block;
  right: auto;
}

.dropdown-content a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  padding: 4px 4px;
  margin: 3px 0px;
  color: #fff;
}

/*.dropdown-content a:hover{
  border-bottom: 2px solid red;
}*/
.dropdown-content {
  overflow-x: scroll;
}

.dropdown-content {
  display: block;
  overflow-y: auto;
}

/*.dropdown-content a:nth-child(odd) {
  background-color: #f2f2f2;
}*/
/*.dropdown-content a:hover{
  background-color: #ddd;
}*/
/*.dropdown-content a {
  display: block;
  width: 100%;
  line-height: 30px;
  text-decoration: none;
  padding: 4px 4px;
  margin: 3px 0px;
  border-bottom: 2px solid transparent;
}*/
.dropdown-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

.dropdown-content::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

.dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

.dropdown-content h3 {
  font-size: 20px;
  color: #a1a1a1;
  font-weight: 500;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69);
  z-index: 1;
}

.carousel-caption h3 {
  font-size: 36px;
  font-weight: 700;
  text-shadow: -1px 7px 3px #000;
}

ul.begin {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.begin li {
  background-color: #0f0802;
  padding: 7px 25px;
  display: table;
  margin: 8px auto;
}

.btn {
  position: relative;
  display: inline-block;
  letter-spacing: 1.2px;
  padding: 12px 32px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn--primary {
  color: #fff;
}

.btn--border {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box;
}

.btn--animated {
  transition-property: color;
  transition-duration: 0.5s;
}

.btn--animated.btn--border.btn--primary {
  border: 1px solid #fff;
}

.btn--animated:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #083b66;
   */
  background-image: linear-gradient(to right, #f53b73, #d13787, #a43d91, #744191, #414085);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  z-index: -1;
}

.btn--animated:hover {
  color: white;
}

.btn--animated:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}

p.company_sec sup {
  font-size: 22px;
  position: relative;
  top: 2px;
  padding: 10px;
  font-weight: 700;
  color: #ff3450;
}

p.company_sec span {
  color: #14e714;
  text-shadow: 0px -1px 1px #17d00b;
}

.title {
  text-align: justify;
  padding: 20px 0px;
  transform: translate(0px, 35%);
}

.all_services {
  padding: 65px 0px;
  display: block;
  width: 100%;
}

.tabs_line {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #c23c7c;
  font-size: 15px;
  background-color: #fff;
  padding: 17px 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tabs_line span {
  position: relative;
  z-index: 1;
}

.tabs_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 135%;
  background-image: linear-gradient(to right,
      #f53b73,
      #d13787,
      #a43d91,
      #744191,
      #414085);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.tabs_line:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.tabs_line {
  width: 100%;
  margin-bottom: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  color: #fff;
  background-image: linear-gradient(to right,
      #f53b73,
      #d13787,
      #a43d91,
      #744191,
      #414085);
}

.privative_company {
  background: #fefefe;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  transition: transform 0.3s;
  padding: 15px;
  margin: 0px;
  text-align: center;
}

/*banner-section*/
.banner_two {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: calc(100vh - 99px);
  /* background: -webkit-linear-gradient(left, #f53b78, #3d4085);
  background: -moz-linear-gradient(left, #f53b78, #3d4085);
  background: -ms-linear-gradient(left, #f53b78, #3d4085);
  background: -o-linear-gradient(left, #f53b78, #3d4085); */
  background-image: linear-gradient(to left, rgb(252 55 82 / 0%), #010413), url(../img/banner-two.jpg);
  position: relative;
  overflow: hidden;
}



nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-top {
  width: 100%;
  background-color: transparent;
}

.bg-light {
  background-color: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #a1a1a1;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.dropdown-content a:hover {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #000;
}

a.navbar-brand {
  background-color: #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.registration {
  display: block;
  width: 100%;
  transform: translate(0%, 20%);
}

/* 
.banner_two:before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  height: 221px;
  transform: skew(68deg, -5deg) translate(22px, 69px) scale(1.1);
  z-index: 0;
  bottom: -2%;
  width: 100%;
  border-radius: 12px 1725px 0px 0px;
} */

.dot {
  border-radius: 50%;
  position: absolute;
  left: -25px;
  background: #fff;
  box-shadow: -1px 3px 3px black;
  animation: wave 20s linear infinite, cross 20s linear infinite;
  opacity: 0.1;
}

.dot:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-right: 3px solid rgba(255, 255, 255, 0.5);
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: scale(0.75);
}

@keyframes wave {
  15% {
    transform: translateY(150px);
  }

  25% {
    transform: translateY(200px);
  }

  35% {
    transform: translateY(150px);
  }

  65% {
    transform: translateY(-150px);
  }

  75% {
    transform: translateY(-200px);
  }

  85% {
    transform: translateY(-150px);
  }
}

@keyframes cross {
  100% {
    left: 101%;
  }
}

.title h1 {
  font-weight: 700;
  color: #fff;
}

.title h2 {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  opacity: 0.9;
  line-height: 40px;
}

.title h2 span {
  color: #0bf9cb;
  font-weight: 600;
}

.title small {
  font-size: 14px;
  color: #8cff14;
}

.clear {
  clear: both;
  width: 100%;
}

.nav-pills .nav-link:hover {
  color: #fff;
}

.privative_company .btn.btn--border.btn--primary.btn--animated {
  color: #4e4864;
}

.privative_company .btn.btn--border.btn--primary.btn--animated:hover {
  color: #fff;
}

.title_two {
  text-align: center;
  padding-bottom: 58px;
  text-transform: uppercase;
  position: relative;
}

.title_two h1:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 384px;
  height: 10px;
  background-image: radial-gradient(circle,
      #893e81,
      #973e82,
      #a53e82,
      #b33d81,
      #c03d7f,
      #bb3c82,
      #b63c85,
      #b13c88,
      #963e8e,
      #78408f,
      #57418d,
      #334086);
  margin: 0 auto;
  bottom: -22px;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(51% 82%, 100% 18%, 100% 100%, 50% 100%, 0 100%, 0 18%);
}

.title_two h1:hover:before {
  clip-path: polygon(53% 43%, 100% 80%, 100% 100%, 50% 100%, 0 100%, 0 80%);
}

p.title_content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}

.buness.need_section {
  padding: 65px 0px;
}

.card h5 {
  font-size: 17px;
  width: 100%;
  text-align: center;
}

.icons {
  width: 100%;
  height: 125px;
}

.icons {
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 28px auto;
  font-size: 30px;
  border-radius: 100%;
  background-color: #d03c7b;
  background-image: linear-gradient(315deg, #583f83 -84%, #ffffff 66%);
  line-height: 92px;
  color: #3b364b;
  transition: all 0.4s ease-in-out;
}

.business_card:hover .icons {
  color: #fff;
  background-image: linear-gradient(315deg, #583f83 0%, #cb3c7b 74%);
}

.busness_background_ball_one {
  position: relative;
}

.business_card {
  transition: all 0.4s ease-in-out;
}

.business_card .card {
  padding: 13px;
  min-height: 430px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.13);
  border: 0px;
  transition: all 0.4s ease-in-out;
}

.busness_background_ball_one:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #e0455f;
  background-image: linear-gradient(147deg, #e0455f 0%, #44000b 74%);
  left: 0px;
  transform: translate(-311px, -144px);
  animation: clip 5s infinite;
  opacity: 0.1;
  clip-path: polygon(100% 50%,
      84.70057014808336% 54.5684167277018%,
      91.0518476172854% 60.99980941685713%,
      82.33578363789503% 63.39392013277814%,
      93.30127018922194% 75%,
      77.76736691019323% 71.30665001530522%,
      80.05203820042827% 80.05203820042827%,
      71.30665001530522% 77.76736691019323%,
      75% 93.30127018922192%,
      63.39392013277814% 82.33578363789503%,
      60.99980941685714% 91.0518476172854%,
      54.56841672770181% 84.70057014808336%,
      50% 100%,
      45.4315832722982% 84.70057014808336%,
      39.000190583142874% 91.0518476172854%,
      36.606079867221865% 82.33578363789505%,
      25.00000000000001% 93.30127018922194%,
      28.693349984694787% 77.76736691019323%,
      19.947961799571733% 80.05203820042827%,
      22.23263308980677% 71.30665001530522%,
      6.698729810778076% 75.00000000000001%,
      17.664216362104966% 63.39392013277815%,
      8.948152382714603% 60.99980941685715%,
      15.299429851916635% 54.568416727701816%,
      0% 50.00000000000001%,
      15.299429851916635% 45.431583272298205%,
      8.94815238271459% 39.00019058314288%,
      17.66421636210496% 36.60607986722188%,
      6.698729810778062% 25.000000000000014%,
      22.23263308980676% 28.693349984694787%,
      19.947961799571715% 19.947961799571747%,
      28.69334998469477% 22.232633089806775%,
      24.99999999999998% 6.698729810778083%,
      36.60607986722184% 17.664216362104973%,
      39.00019058314284% 8.948152382714603%,
      45.43158327229816% 15.299429851916642%,
      49.99999999999999% 0%,
      54.568416727701795% 15.299429851916635%,
      60.99980941685711% 8.94815238271459%,
      63.39392013277812% 17.66421636210496%,
      74.99999999999997% 6.6987298107780475%,
      71.3066500153052% 22.23263308980675%,
      80.05203820042826% 19.947961799571722%,
      77.76736691019323% 28.69334998469477%,
      93.30127018922192% 24.99999999999998%,
      82.33578363789502% 36.60607986722184%,
      91.0518476172854% 39.00019058314283%,
      84.70057014808336% 45.43158327229816%);
}

@keyframes clip {
  0% {
    clip-path: polygon(100% 50%,
        84.70057014808336% 54.5684167277018%,
        91.0518476172854% 60.99980941685713%,
        82.33578363789503% 63.39392013277814%,
        93.30127018922194% 75%,
        77.76736691019323% 71.30665001530522%,
        80.05203820042827% 80.05203820042827%,
        71.30665001530522% 77.76736691019323%,
        75% 93.30127018922192%,
        63.39392013277814% 82.33578363789503%,
        60.99980941685714% 91.0518476172854%,
        54.56841672770181% 84.70057014808336%,
        50% 100%,
        45.4315832722982% 84.70057014808336%,
        39.000190583142874% 91.0518476172854%,
        36.606079867221865% 82.33578363789505%,
        25.00000000000001% 93.30127018922194%,
        28.693349984694787% 77.76736691019323%,
        19.947961799571733% 80.05203820042827%,
        22.23263308980677% 71.30665001530522%,
        6.698729810778076% 75.00000000000001%,
        17.664216362104966% 63.39392013277815%,
        8.948152382714603% 60.99980941685715%,
        15.299429851916635% 54.568416727701816%,
        0% 50.00000000000001%,
        15.299429851916635% 45.431583272298205%,
        8.94815238271459% 39.00019058314288%,
        17.66421636210496% 36.60607986722188%,
        6.698729810778062% 25.000000000000014%,
        22.23263308980676% 28.693349984694787%,
        19.947961799571715% 19.947961799571747%,
        28.69334998469477% 22.232633089806775%,
        24.99999999999998% 6.698729810778083%,
        36.60607986722184% 17.664216362104973%,
        39.00019058314284% 8.948152382714603%,
        45.43158327229816% 15.299429851916642%,
        49.99999999999999% 0%,
        54.568416727701795% 15.299429851916635%,
        60.99980941685711% 8.94815238271459%,
        63.39392013277812% 17.66421636210496%,
        74.99999999999997% 6.6987298107780475%,
        71.3066500153052% 22.23263308980675%,
        80.05203820042826% 19.947961799571722%,
        77.76736691019323% 28.69334998469477%,
        93.30127018922192% 24.99999999999998%,
        82.33578363789502% 36.60607986722184%,
        91.0518476172854% 39.00019058314283%,
        84.70057014808336% 45.43158327229816%);
  }

  50% {
    clip-path: polygon(84.70057014808336% 54.5684167277018%,
        91.0518476172854% 60.99980941685713%,
        82.33578363789503% 63.39392013277814%,
        93.30127018922194% 75%,
        77.76736691019323% 71.30665001530522%,
        80.05203820042827% 80.05203820042827%,
        71.30665001530522% 77.76736691019323%,
        75% 93.30127018922192%,
        63.39392013277814% 82.33578363789503%,
        60.99980941685714% 91.0518476172854%,
        54.56841672770181% 84.70057014808336%,
        50% 100%,
        45.4315832722982% 84.70057014808336%,
        39.000190583142874% 91.0518476172854%,
        36.606079867221865% 82.33578363789505%,
        25.00000000000001% 93.30127018922194%,
        28.693349984694787% 77.76736691019323%,
        19.947961799571733% 80.05203820042827%,
        22.23263308980677% 71.30665001530522%,
        6.698729810778076% 75.00000000000001%,
        17.664216362104966% 63.39392013277815%,
        8.948152382714603% 60.99980941685715%,
        15.299429851916635% 54.568416727701816%,
        0% 50.00000000000001%,
        15.299429851916635% 45.431583272298205%,
        8.94815238271459% 39.00019058314288%,
        17.66421636210496% 36.60607986722188%,
        6.698729810778062% 25.000000000000014%,
        22.23263308980676% 28.693349984694787%,
        19.947961799571715% 19.947961799571747%,
        28.69334998469477% 22.232633089806775%,
        24.99999999999998% 6.698729810778083%,
        36.60607986722184% 17.664216362104973%,
        39.00019058314284% 8.948152382714603%,
        45.43158327229816% 15.299429851916642%,
        49.99999999999999% 0%,
        54.568416727701795% 15.299429851916635%,
        60.99980941685711% 8.94815238271459%,
        63.39392013277812% 17.66421636210496%,
        74.99999999999997% 6.6987298107780475%,
        71.3066500153052% 22.23263308980675%,
        80.05203820042826% 19.947961799571722%,
        77.76736691019323% 28.69334998469477%,
        93.30127018922192% 24.99999999999998%,
        82.33578363789502% 36.60607986722184%,
        91.0518476172854% 39.00019058314283%,
        84.70057014808336% 45.43158327229816%,
        100% 50%);
  }

  100% {
    clip-path: polygon(91.0518476172854% 60.99980941685713%,
        82.33578363789503% 63.39392013277814%,
        93.30127018922194% 75%,
        77.76736691019323% 71.30665001530522%,
        80.05203820042827% 80.05203820042827%,
        71.30665001530522% 77.76736691019323%,
        75% 93.30127018922192%,
        63.39392013277814% 82.33578363789503%,
        60.99980941685714% 91.0518476172854%,
        54.56841672770181% 84.70057014808336%,
        50% 100%,
        45.4315832722982% 84.70057014808336%,
        39.000190583142874% 91.0518476172854%,
        36.606079867221865% 82.33578363789505%,
        25.00000000000001% 93.30127018922194%,
        28.693349984694787% 77.76736691019323%,
        19.947961799571733% 80.05203820042827%,
        22.23263308980677% 71.30665001530522%,
        6.698729810778076% 75.00000000000001%,
        17.664216362104966% 63.39392013277815%,
        8.948152382714603% 60.99980941685715%,
        15.299429851916635% 54.568416727701816%,
        0% 50.00000000000001%,
        15.299429851916635% 45.431583272298205%,
        8.94815238271459% 39.00019058314288%,
        17.66421636210496% 36.60607986722188%,
        6.698729810778062% 25.000000000000014%,
        22.23263308980676% 28.693349984694787%,
        19.947961799571715% 19.947961799571747%,
        28.69334998469477% 22.232633089806775%,
        24.99999999999998% 6.698729810778083%,
        36.60607986722184% 17.664216362104973%,
        39.00019058314284% 8.948152382714603%,
        45.43158327229816% 15.299429851916642%,
        49.99999999999999% 0%,
        54.568416727701795% 15.299429851916635%,
        60.99980941685711% 8.94815238271459%,
        63.39392013277812% 17.66421636210496%,
        74.99999999999997% 6.6987298107780475%,
        71.3066500153052% 22.23263308980675%,
        80.05203820042826% 19.947961799571722%,
        77.76736691019323% 28.69334998469477%,
        93.30127018922192% 24.99999999999998%,
        82.33578363789502% 36.60607986722184%,
        91.0518476172854% 39.00019058314283%,
        84.70057014808336% 45.43158327229816%,
        100% 50%,
        84.70057014808336% 54.5684167277018%);
  }
}

.counter-Txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.counter-Txt span {
  display: block;
  font-size: 36px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c-no {
    height: 100%;
  }

  .counter-Txt {
    margin-top: 35px;
  }

  .margin-bot-35 {
    margin-bottom: 35px;
  }
}

.couning_on {
  position: relative;
  transform: translate(0px, 178px);
  background-color: #e0455f;
  background: -webkit-linear-gradient(left, #f53b78, #491f73);
  color: lemonchiffon;
  padding: 46px 4px;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.69);
}

.business_online {
  padding: 50px 0px;
  display: block;
  width: 100%;
}

.b-0 {
  bottom: 0;
}

.bg-shadow {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0%, rgba(179, 171, 171, 0)),
      color-stop(49%, rgba(48, 48, 48, 0.37)),
      color-stop(100%, rgba(19, 19, 19, 0.8)));
  background: linear-gradient(to bottom,
      rgba(179, 171, 171, 0) 0%,
      rgba(48, 48, 48, 0.71) 49%,
      rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.zoom img {
  transition: all 0.2s linear;
}

.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ratio_left-cover-1.image-wrapper {
  max-height: 320px;
  width: 100%;
}

ul.banningi_service {
  list-style: none;
  padding: 0;
  margin: 0px;
  text-align: center;
}

ul.banningi_service li {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.footer-widget p {
  margin-bottom: 27px;
}

p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.animate-border {
  position: relative;
  display: block;
  width: 155px;
  height: 3px;
  background: #bb3c82;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #4c2073;
  border-right: 10px solid #4c2073;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }

  50% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2;
  overflow: hidden !important;
}

.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}

.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}

.dk-footer-box-info {
  position: absolute;
  top: -96px;
  background: #202020;
  padding: 40px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.39);
}

.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
  background-color: #3b5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
  background-color: #55acee;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
  background-color: #dd4b39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
  background-color: #0976b4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
  background-color: #b7242a;
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

.footer-info-text {
  margin: 26px 0 32px;
}

.footer-left-widget {
  padding-left: 80px;
}

.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 18px;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget a:hover {
  color: #007bff;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
}

.dk-footer-form input[type="email"] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}

.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff;
}

.dk-footer-form button:hover {
  cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  position: absolute;
}

.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}

.contact-info {
  margin-left: 75px;
  color: #fff;
}

.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020;
}

.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.copyright a:hover {
  color: #007bff;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
}

.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

.footer-widget p {
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.23137254901960785);
}

.form-control {
  line-height: 0.5;
}

.mega_drapdown {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.nav-pills .nav-link {
  padding: 15px 15px !important;
  margin: 6px 0px !important;
}

.title_two h1 {
  font-size: 28px;
}

.footer-widget a {
  font-size: 16px;
}

.forms {
  position: relative;
  top: 0%;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0.49019607843137253);
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
}

.forms-groups input {
  width: 100%;
  height: 35px;
  padding: 5px;
}

.forms-groups select {
  width: 100%;
  height: 35px;
}

.forms-groups textarea {
  width: 100%;
  display: block;
}

.forms-groups {
  margin-bottom: 10px;
  display: block;
}

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
}

input:focus {
  outline: none;
}

/* LABEL ======================================= */

label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */

input:focus~label,
input:valid~label {
  top: -20px;
  font-size: 14px;
  color: #5264ae;
}

.forms-groups input {
  width: 100%;
  height: 35px;
  padding: 5px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid rgba(144, 199, 58, 0.39);
  outline: none;
  color: #fff;
}

/* BOTTOM BARS ================================= */

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #f53b78;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
  width: 50%;
}

.forms-groups input:focus,
input:focus label {
  top: 0;
}

.forms-groups select {
  color: #fff;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid rgba(144, 199, 58, 0.39);
  outline: none;
}

.forms-groups select option {
  color: #000;
}

.forms-groups textarea {
  width: 100%;
  display: block;
  background-color: transparent;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid rgba(144, 199, 58, 0.39);
  outline: none;
}

.forms-groups {
  position: relative;
  margin-bottom: 15px;
}

/* HIGHLIGHTER ================================== */

/* active state */
input:focus~label,
input:valid~label {
  top: -20px;
  font-size: 14px;
  color: #f53b78;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
    background: #f53b78;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #f53b78;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #f53b78;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.online_re {
  background-image: linear-gradient(to left, rgba(252, 55, 82, 0.44), #020823),
    url(../img/online-company/privatelimited.jpg);
  background-size: cover;
  padding: 107px 10px;
  background-position: center, right bottom;
  display: block;
  background-repeat: no-repeat, no-repeat;
}

.p-50 {
  padding: 60px 0px;
  display: block;
  width: 100%;
}

.private_content {
  display: block;
  width: 100%;
  padding: 50px 0px;
  text-align: left;
  padding-bottom: 0px;
}

.register_content {
  padding: 50px 0px;
  display: block;
  text-align: left;
  padding-bottom: 0px;
}

.private_content ul li {
  line-height: 40px;
}

.sub_content.title {
  padding-top: 0px;
  transform: translate(0px, 0px);
}

span.icons_two {
  font-size: 32px;
  transition: all 0.4s ease-in-out;
}

.card_Regist:hover .icons_two {
  color: #9f0262;
}

.accordion .btn.btn-link {
  padding: 0px;
  margin: 0px;
  letter-spacing: 0px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  white-space: normal;
}

.faqus .card-header {
  padding: 0px;
  margin: 0px;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.color_gray {
  background-color: #fdfdfd;
  display: block;
  width: 100%;
}

.company_benifits ul {
  list-style: none;
  position: relative;
}

.company_benifits ul li {
  position: relative;
  line-height: 50px;
  text-align: left;
}

.company_benifits ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url(../img/check-mark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  height: 30px;
  width: 33px;
  transform: translate(-32px, 7px);
}

.card_Regist {
  padding: 10px 16px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.07058823529411765);
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
}

.title_two h1 {
  position: relative;
}

.btn--animated.btn--border.btn--primary {
  color: #fff;
}

.btn--animated.btn--border.btn--primary:hover {
  color: #fff;
}

.title_two p {
  text-align: unset !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 45px;
}

.card_Regist h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_Regist p {
  text-align: unset !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 45px;
}

.title_two h1 {
  margin-bottom: 45px;
}

.register_content iframe {
  display: none;
}


.contact-card .card {
  text-align: center;
  display: block;
  width: 100%;
  padding: 1.5rem 0.8rem;
  margin-bottom: 2rem;

}

.place-details {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}

.fa-map-marker-alt {
  font-size: 35px;
}

address {
  min-height: 70px;
}



canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
