* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}
.acolor {
  color: #000;
  text-decoration: underline;
}
.acolor {
  color: #000;
}
.bcolor {
  color: #fff;
  text-decoration: underline;
}
.bcolor:hover {
  color: #fff;
}
.social-icons .fa-brands {
  color: #fff;
}
.logo-client img {
  width: 15%;
  object-fit: contain;
}
.logo-client h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}
.logo-client h2 {
  font-weight: bold;
  font-size: 26px;
  margin-top: 10px;
}
.heightss {
  height: 106vh;
}
.color-bg {
  color: #000;
}
.color-bg h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 20px;
}
.color-bg img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}
.img-bg {
  width: 100%;
}
.main-banner {
  background-color: #023866;
  background-image: url(./images/donut-3d-3.png);
  background-repeat: no-repeat;
  background-position-x: -240px;
  background-position-y: 210px;
  background-size: 35%;
  padding-top: 100px;
}

.main-banner p {
  font-size: 16px;
  color: #fff;
}
.seo-banner {
  background-color: #023866;
  background-image: url(./images/donut-3d-2.png);
  background-repeat: no-repeat;
  background-position-x: -240px;
  background-position-y: 210px;
  background-size: 35%;
  padding-top: 100px;
}

.seo-banner p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 12px;
}
.dropdown-menu.show {
  padding: 20px;
}
.megamenu {
  position: relative;
  background: linear-gradient(240deg, #ffffff, #ffffff00),
    url(./images/menu-back.png);
  background-position: -15% bottom, 24% bottom;
  background-size: 49%, 18%;
  background-repeat: no-repeat, no-repeat;
  background-color: #ffffff;
  width: 800px;
}
.megamenu::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(./images/donut-3d-7.png);
  background-position: 110% -23%;
  background-size: 32%;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
.megamenu ul {
  padding: 0px !important;
}
.megamenu ul li {
  list-style: none !important;
}
.megamenu ul li a {
  color: #000 !important;
  font-size: 12px;
}
.megamenu h6 a {
  color: #000 !important;
  margin-left: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #023866;
  padding-bottom: 10px;
  height: 60px;
  display: flex;
  align-items: center;
}
.loactionmenu {
  width: 600px !important;
}
.dropdown-menu[data-bs-popper] {
  left: -200px !important;
}
.card {
  border: 1px #c7c7c7 solid;
  height: 450px;
}
.card:hover {
  cursor: pointer;
  transition: 0.6s;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
}
.card-text {
  font-size: 14px;
}
.card-body {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
.pages {
  background-color: #023866;
  background-image: url(./images/donut-3d-2.png);
  background-repeat: no-repeat;
  background-position-x: -125px;
  background-position-y: 57px;
  background-size: 28%;
  padding-top: 160px;
  padding-bottom: 80px;
}
.Awards img {
  object-fit: contain;
}
.pages h1 {
  color: #fff;
}
.contact-us {
  background-color: #023866;
  background-image: url(./images/donut-3d-2.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 58px;
  background-size: 27%;
  padding-top: 100px;
  color: #fff;
}
.testimonils-page {
  background-color: #023866;
  background-image: url(./images/donut-3d-2.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 58px;
  background-size: 27%;
  padding-top: 100px;
  color: #fff;
}
.maps iframe {
  width: 100%;
  height: 450px;
}
header {
  height: 90px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #023866;
  z-index: 9999999;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background-image: linear-gradient(#023866, #001b33);
  color: #fff;
  animation: header-animation 1s;
}
.maps {
  border: 10px solid #fff;
  box-shadow: 0 0 9px #ccc;
}
@keyframes header-animation {
  0% {
    transform: translateY(-106px);
  }

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

.nav-logo {
  width: 250px;
}
.simp-a a {
  color: #000;
  text-decoration: underline;
}
.simp-a h2{
  font-size: 26px;
font-weight: 700;
}
.simp-a h3{
  font-size: 22px;
font-weight: 600;
}
.navbar-toggler {
  padding: 0.5rem 0.75rem;
  border: 1px solid #fff;
}

.navbar-toggler-icon {
  background-image: url(./images/bars-solid.svg);
  width: 20px;
  height: 20px;
}

#navbarSupportedContent {
  border-radius: 6px;
  margin-top: 6px;
}

.nav-item a {
  color: #fff !important;
}

.dropdown-menu .dropdown-item {
  color: #000 !important;
}
.my-menu li a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.my-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f58b01;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.my-menu li a.cus-btn:hover::before {
display:none;}
  transform: scaleX(1);
}
.my-menu li a::before button{

}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #f58b01;
  border-radius: 26px;
}

.input-feilds-banner {
  width: 100% !important;
  height: 56px;
  border-radius: 6px;
  padding: 10px;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  border: solid 1px #fff;
  font-weight: 600;
}
/* .navbar-nav li.dropdown:hover > .dropdown-menu {
  display: block;
} */
.input-feilds-banner:active {
  transition: 0.2s;
  border: solid 1px #fff;
}
.input-feilds-banner:hover {
  transition: 0.2s;
  border: solid 1px #fff;
}
.input-feilds-banner::placeholder {
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}
.test-div {
  padding: 26px;
  margin: 26px;
  border: 1px #ededed solid;
  border-radius: 6px;
  box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, 0.75);
}
.test-div:hover {
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 1px 1px 26px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 26px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 26px -4px rgba(0, 0, 0, 0.75);
}
.test-div i {
  color: #f58b01;
}
.test-div h6 {
  font-size: 16px;
  color: #023866;
  font-weight: 600;
}
.test-div p {
  font-size: 15px;
  color: #000;
}
.banner-left h1 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}

.btns-one {
  color: #fff;

  font-size: 15px;

  background-color: #f58b01;

  border: 1px solid #f58b01;

  border-radius: 26px;

  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 15px;

  padding-right: 15px;
}

.btns-one:hover {
  transition: 0.6s;
  background-color: #0000;
  border: 1px solid #fff;
  color: #fff;
}

.btns-two {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.btns-two:hover {
  transition: 0.6s;

  background-color: #f58b01;

  border: 1px solid #f58b01;
}

.btns-three {
  color: #fff;

  font-size: 15px;

  background-color: #023866;

  border: 1px solid #023866;

  border-radius: 26px;

  padding-top: 15px;

  padding-bottom: 15px;

  padding-left: 26px;

  padding-right: 26px;
}

.btns-three:hover {
  transition: 0.6s;

  background-color: #f58b01;

  border: 1px solid #fff;
}

.btns-four {
  color: #fff;

  font-size: 15px;

  background-color: #023866;

  border: 1px solid #000;

  border-radius: 26px;

  padding-top: 15px;

  padding-bottom: 15px;

  padding-left: 46px;

  padding-right: 46px;
}

.btns-four:hover {
  transition: 0.6s;

  background-color: #f58b01;

  border: 1px solid #fff;
}

.btns-five {
  color: #fff;

  font-weight: 600;

  font-size: 15px;

  background-color: #f58b01;

  border: 1px solid #f58b01;

  border-radius: 26px;

  padding-top: 15px;

  padding-bottom: 15px;

  width: 100%;
}

.btns-five:hover {
  transition: 0.4s;

  color: #fff;

  background-color: #023866;

  border: 1px solid #023866;

  border-radius: 6px;
}

.btns-six {
  color: #fff;

  font-size: 15px;

  background-color: #f58b01;

  border: 1px solid #f58b01;

  border-radius: 26px;

  padding-top: 15px;

  padding-bottom: 15px;

  padding-left: 26px;

  padding-right: 26px;
}

.btns-six:hover {
  transition: 0.6s;

  color: #fff;

  background-color: #023866;

  border: 1px solid #023866;
}

.btns-seven {
  color: #fff;

  font-size: 15px;

  background-color: #f58b01;

  border: 1px solid #f58b01;

  border-radius: 50px;

  padding-top: 15px;

  padding-bottom: 15px;

  padding-left: 26px;

  padding-right: 26px;
}

.btns-seven:hover {
  transition: 0.6s;

  color: #023866;

  background-color: #fff;

  border: 1px solid #fff;
}

.btns-eight {
  color: #fff;

  font-size: 15px;

  background-color: #0000;

  border: 1px solid #fff;

  border-radius: 50px;

  padding-top: 15px;

  padding-bottom: 15px;

  padding-left: 26px;

  padding-right: 26px;
}

.btns-eight:hover {
  transition: 0.6s;

  color: #023866 !important;
   text-decoration: none !important;

  background-color: #fff;

  border: 1px solid #fff;
}

.btns-nine {
  color: #fff;

  font-size: 15px;

  background-image: linear-gradient(90deg, #f58b01, #023866);

  border: 0px solid #0000;

  border-radius: 50px;

  padding: 8px 38px;
}

.btns-nine:hover {
  background-image: linear-gradient(90deg, #023866, #f58b01);

  transition: 0.6s;
}

.btns-ten {
  color: #fff;
  font-size: 15px;
  background-color: #f58b01;
  border: 1px solid #f58b01;
  border-radius: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 26px;
  padding-right: 26px;
}

.btns-ten:hover {
  border: 1px solid #fff;
  transition: 0.6s;
  background-color: #023866;
}

.four-divs {
  background-color: #d2d2d2;
  border-radius: 36px;
  height: 330px;
}

.four-divs i {
  font-size: 26px;

  color: #f58b01;

  background-color: #fff;

  padding: 18px;

  border-radius: 55px;

  box-shadow: 3px 4px 26px -4px rgba(255, 184, 38, 0.34);

  -webkit-box-shadow: 3px 4px 26px -4px rgba(255, 184, 38, 0.34);

  -moz-box-shadow: 3px 4px 26px -4px rgba(255, 184, 38, 0.34);
}

.four-divs h5 {
  color: #000;

  font-size: 16px;

  font-weight: 600;
}

.four-divs h6 {
  color: #000;

  font-size: 14px;

  font-weight: 400;

  margin-top: 10px;

  line-height: 26px;
}

.four-divs:hover {
  cursor: pointer;

  transition: 0.4s;

  background-color: #023866;
}

.four-divs:hover i {
  color: #fff;

  background-color: #f58b01;
}

.four-divs:hover h5 {
  transition: 0.2s;

  color: #fff;
}

.four-divs:hover h6 {
  transition: 0.2s;

  color: #fff;
}

.form-sec {
  background-color: #f58b01;
}

.form-sec {
  color: #fff;
}

.main-imgs {
  width: 500px;
}

.input-feilds {
  width: 175px;

  height: 38px;

  border-radius: 26px;

  padding: 10px;

  background-color: #fff;

  border: solid 1px #9e9e9e;

  color: #000;

  cursor: pointer;

  font-size: 12px;
}

.input-feilds:active {
  transition: 0.2s;

  border: solid 1px #fff;
}

.input-feilds:hover {
  transition: 0.2s;

  border: solid 1px #f58b01;
}

.input-feilds::placeholder {
  font-weight: 400;

  color: #000;

  letter-spacing: 1px;
}

.back-div {
  background-image: url(./images/circle-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 65vh;
}
.new-back {
  position: relative;
  height: 60vh;
}
.new-back::before {
  background-image: url(./images/new-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  width: 100%;
  height: 65vh;
  z-index: -1;
}
.vert-form {
  border-radius: 56px;

  background-color: #fff;

  border: #f58b01 3px solid;

  padding: 12px;

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

  position: relative;

  animation: slide-up 0.5s ease-out forwards;

  transform: translateY(100%);

  z-index: 999;
}

@keyframes slide-up {
  to {
    transform: translateY(0%);
  }
}

.Images-main-two {
  width: 500px;

  height: 500px;
}

.Images-main {
  width: 510px;
}
.right-side-panel {
  animation: slide-in-left 0.5s forwards;
}
.right-side-panel h2 {
  font-weight: 600;
  font-size: 28px;
}

.right-side-panel h6 {
  color: #f58b01;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.middle-text h2 {
  font-weight: 600;

  font-size: 32px;
}

.knobs,
.layer {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 202px;
  height: 50px;
  overflow: hidden;
}

.button.b2 {
  border-radius: 56px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;

  background-color: #fcebeb;

  transition: 0.3s ease all;

  z-index: 1;
}

#button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
  position: absolute;
  top: 5px;
  width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 15px 6px;
  border-radius: 26px;
  transition: 0.3s ease all;
}

#button-10 .knobs:before {
  content: "";

  left: 4px;

  background-color: #f58b01;
}

#button-10 .knobs:after {
  content: "After SEO";

  right: 4px;

  color: #4e4e4e;
}

#button-10 .knobs span {
  display: inline-block;

  left: 4px;

  color: #fff;

  z-index: 1;
}

#button-10 .checkbox:checked + .knobs span {
  color: #4e4e4e;
}

#button-10 .checkbox:checked + .knobs:before {
  left: 98px;
  background-color: #023866;
}

#button-10 .checkbox:checked + .knobs:after {
  color: #fff;
}

#button-10 .checkbox:checked ~ .layer {
  background-color: #ebf7fc;
}

.slimScrollBar {
  height: 260px;

  overflow: auto;

  margin-bottom: 26px;
}

.slimScrollBar::-webkit-scrollbar {
  width: 8px;
}

.slimScrollBar::-webkit-scrollbar-thumb {
  border-radius: 6px;

  background-color: #001b33;
}

.slimScrollBar::-webkit-scrollbar-track {
  background-color: #f0f0f0;

  border-radius: 6px;
}

.hidden {
  display: none;
}

/************************* Style the tab *************************/

.tab {
  float: left;

  height: auto;
}

.tab button {
  color: black;
  padding: 22px 16px;
  width: 75%;
  background-color: #fff;
  border: 1px solid #023866;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 6px;
  border-radius: 50px;
}

.tab button:hover {
  color: #fff;

  border: 1px solid #0000;

  background-color: #f58b01;
}

.tab button.active {
  color: #fff;

  background-color: #023866;
}

.tabcontent {
  float: left;

  padding: 0px 12px;
}

.tabcontent img {
  width: 450px;
}

.homeTab {
  width: 350px !important;
}

.tabcontent h3 {
  color: #f58b01;
  font-weight: 600;
}

.tabb {
  float: left;
  height: auto;
}

.tabb button {
  color: black;
  padding: 22px 16px;
  width: 26%;
  background-color: #fff;
  border: 1px solid #023866;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  margin: 6px;
  border-radius: 50px;
  transition: 0.2s;
}

.tabb button:hover {
  color: #fff;
  background-color: #f58b01;
  transition: 0.4s;
  border: 0px solid #0000;
}

.tabb button.active {
  border: 0px solid #0000;
  color: #fff;
  background-color: #f58b01;
}

.slide-in-left {
  animation: slide-in-left 0.5s forwards;
}

@keyframes slide-in-left {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.custom-shape-divider-bottom-1680871224 {
  position: relative;
  bottom: -6px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1680871224 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-1680884536 {
  position: relative;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1680884536 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 160px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1680884536 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-5454554 {
  position: relative;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-5454554 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 140px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-5454554 .shape-fill {
  fill: #ffffff;
}
/************************* Style the tab End *************************/

.random {
  width: 500px;
}
.randomm {
  width: 427px;
}
.randomOne {
  width: 500px !important;
  border-radius: 6px;
  box-shadow: -1px 10px 25px -16px rgba(0, 0, 0, 1);
  -webkit-box-shadow: -1px 10px 25px -16px rgba(0, 0, 0, 1);
  -moz-box-shadow: -1px 10px 25px -16px rgba(0, 0, 0, 1);
}

.tablinks {
  font-weight: 600;
}

.tablinkss {
  font-weight: 600;

  font-size: 16px !important;
}

.sixth-div {
  background-image: url(./images/Shape_150.png);

  background-position: top center;

  background-repeat: no-repeat;

  background-size: cover;
}

.Ninth-div {
  background-image: url(./images/Shape_150.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

.count {
  color: #f58b01;
  font-size: 26px;
  font-weight: 600;
}

.text-5,
.fa-percent {
  font-weight: 600;
  font-size: 14px;
  color: #f58b01;
}
.sixth-div h2 {
  font-size: 28px;
  font-weight: 600;
}
.sixth-div h3 {
  font-size: 24px;
  font-weight: 600;
}

.sixth-div ul li,
.sixth-div p {
  font-size: 14px;
  color: #606060;
}

.fa-circle {
  color: #f58b01;

  font-size: 12px;

  letter-spacing: 2px;
}
.youtube {
  position: relative;
  width: 445px;
  height: 255px;
  z-index: 99;
}
.youtube-back::after {
  content: " ";
  position: absolute;
  background: url(./images/public.png) 0 0 / cover;
  width: 480px;
  height: 399px;
  left: 660px;
  top: 130px;
  right: 0;
  margin: auto;
}
.wrapper {
  position: relative;
  background-image: url(./images/public-tab.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 40px 0 30px;
}
.campaign {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 26px;
  margin: 12px;
  box-shadow: -1px 3px 30px -17px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 3px 30px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 3px 30px -17px rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in;
  height: 330px;
}

.campaign:hover {
  background-image: linear-gradient(#f58b01, #023866);

  transform: scale(1.1);
}

.campaign:hover .text-6 {
  background-color: #0000;

  color: #fff;
}

.campaign:hover .text-7 {
  background-color: #0000;

  color: #fff;
}

.campaign:hover .icons-charts {
  background-color: #0000;

  color: #fff;
}

.icons-charts {
  color: #f58b01;

  font-size: 26px;

  margin-bottom: 10px;
}

.right-one {
  margin-top: -1px;
}

.text-6 {
  color: #000;

  font-weight: 600;

  font-size: 20px;
}

.text-7 {
  color: #606060;

  font-size: 14px;
}

.numbers {
  font-weight: 800;

  color: #e4e4e4;

  font-size: 56px;
}

.numbers-div {
  margin-top: -50px;
}

.merge-one {
  background-image: url(./images/back-one.png);

  background-repeat: no-repeat;

  background-size: 20%;

  background-position: 87% 41%;
}

.merge-two {
  background-image: url(./images/back-two.png);
  background-repeat: no-repeat;
  background-size: 18%;
  background-position: 89% 20%;
}
.merge-three {
  background-image: url(./images/back-one.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 80% 83%;
}
.merge-four {
  background-image: url(./images/back-two.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 88% 59%;
}
.merge-two h4 {
  color: #f58b01;
  font-size: 20px;
  font-weight: 600;
}
.merge-two p {
  font-weight: 600;
  font-size: 12px;
}
.line {
  width: 100%;
  background-color: #ffffff42;
  height: 1px;
  margin: 16px 0px;
}
.qutr-plane {
  color: #f58b01;
}
.price-box {
  background-color: #023866;
  border-radius: 16px;
  padding: 60px 32px;
  margin: 50px 20px;
  position: relative;
  z-index: 9;
}

.price-box ul li {
  color: #fff;
  font-size: 13px;
}

.price-box ul li::marker {
  color: #f58b01;

  content: "\2713";
}

.price-box h4 {
  color: #f58b01;
}

.price-box span {
  color: #fff;
}

.price-box:hover a {
  color: #fff;

  background-color: #023866;
}

.price-box ul {
  margin-bottom: 50px;
}

.price-box a {
  background-color: #eeeff0;

  color: #000;

  padding: 15px 30px;

  border-radius: 26px;

  font-weight: 600;
}

.price-box h5 {
  margin-top: 10px;

  font-size: 15px;

  color: #fff;
}

.price-box:hover {
  transition: 0.6s !important;

  cursor: pointer;

  background-color: #f58b01;

  transform: scale(1.1);
}

.price-box:hover h4 {
  color: #023866 !important;
}

.price-box:hover ul li::marker {
  color: #023866;

  content: "\2713";
}
.price-box:hover .qutr-plane {
  color: #023866;
}
.imagessss {
  width: 750px;

  margin-left: -100px;
}

.imagesss {
  width: 330px;
}

.ctas {
  background-image: linear-gradient(90deg, #f58b01, #023866);
}

.ctas h3 {
  color: #fff;

  font-size: 42px;
}

.ctas p {
  color: #fff;
}

.ctas a:hover {
  color: #fff;

  text-decoration: underline;
}

.Main-Footer {
  background-image: url(./images/Oval.png);

  background-position: 15%;

  background-repeat: no-repeat;

  background-size: contain;

  background-color: #023866;
}

.Main-Footer h2 {
  color: #fff;
}

.Main-Footer h6 {
  color: #fff;
}

.Main-Footer p {
  color: #fff;
}

.Main-Footer li {
  color: #fff;

  text-decoration: none;

  list-style: none;
}

.Main-Footer a:hover {
  color: #fff;

  text-decoration: underline;
}

.mobile-tab {
  display: none !important;
}

#shiva {
  margin-right: 26px;
}

.gray {
  position: relative;
  background: linear-gradient(180deg, #d2d2d2, #d2d2d200),
    url(./images/the-benefits-of-promodeo.png);
  background-position: -16% bottom, -16% bottom;
  background-size: 30%, 30%;
  background-repeat: no-repeat, no-repeat;
  background-color: #d2d2d2;
    z-index: 2;
}

.gray::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(./images/vector-simple-planet.png);
  background-position: 98% 0%;
  background-size: 20%;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.grayy {
  background-color: #e7e7e7;
}

.ProsNumber {
  width: 120px;

  height: 120px;

  border-radius: 50%;

  background-image: linear-gradient(90deg, #f58b01, #023866);

  position: relative;

  animation: spin 4s linear infinite;

  margin-bottom: -75px;
}

.processs span {
  position: relative;

  z-index: 9999;

  color: #fff;

  font-size: 26px;

  font-weight: 600;
}

.processs h6 {
  font-size: 16px;

  font-weight: 600;
}
.cont-divs i {
  font-size: 34px;
  height: 100px;
  background: #fff;
  color: #023866;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: -2px 2px 15px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 2px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 2px 15px -9px rgba(0, 0, 0, 0.75);
  margin: 20px auto;
}
.cont-divs:hover i {
  background-image: linear-gradient(90deg, #f58b01, #023866);
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.cont-divs a {
  color: #646d7c;
  font-size: 16px;
}

.stars {
  color: #fab005;
}
div.right-side-panel a:first-child {
  color: #000;
  text-decoration: underline;
}
/************* Testimonial *************/

.t_yPg {
  display: flex;
  align-items: center;
  text-align: center;
}

.t_yPg h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
.carousel-control-next-icon {
  background-image: url(./images/next.png) !important;
}
.carousel-control-prev-icon {
  background-image: url(./images/previous.png) !important;
}
.Testimonial-back {
  background-image: url(./images/testimonial-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.test-back {
  background-image: url(./images/back-box.png);
  background-position: 95%;
  background-size: 49%;
  background-repeat: no-repeat;
  padding: 50px;
}

.testimonials {
  width: 100%;
  text-align: center;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.testimonial {
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: #001b33;
  padding: 26px;
  border-radius: 6px;
}

.testimonial.active {
  opacity: 1;
}

.testimonial.next {
  left: 100%;
}

.testimonial.previous {
  left: -100%;
}

.dots {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.dot {
  width: 20px;
  height: 10px;
  border-radius: 2px;
  background-color: #f58b0149;
  margin: 0 5px;
  cursor: pointer;
  z-index: 99;
}

.dot.active {
  background-color: #f58b01;
}

.custom-shape-divider-bottom-1681818933 {
  position: relative;
  left: 0;
  bottom: -2px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1681818933 .shape-fill {
  fill: #ffffff;
}
.price {
  width: 55%;
}
.priceplans {
  width: 45%;
  color: #fff;
}
.priceplans h6 {
  font-size: 12px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

@media only screen and (max-width: 600px) {
  .Images-main-two {
    width: 300px;

    height: 300px;
  }

  .Images-main {
    width: 350px;

    height: 285px;
  }

  .banner-left h1 {
    margin-top: 0px;
    font-size: 26px;
  }

  .main-banner {
    padding-top: 200px;
    margin-top: -20vh;
  }

  .seo-banner {
    padding-top: 200px;
    margin-top: -20vh;
  }

  .randomOne {
    width: 340px !important;
  }
  .dropdown-menu.show {
    width: 280px !important;
  }
  .sixth-div {
    height: auto;
  }

  .imagesss {
    width: 360px;
  }

  .imagessss {
    width: 360px;

    margin: 0px;
  }

  .vert-form {
    border-radius: 26px;

    margin: 0px 26px;

    text-align: center;
  }

  .input-feilds {
    height: 46px;

    width: 100%;

    border-radius: 26px;

    padding: 20px;

    margin-bottom: 16px;
  }

  .navbar-collapse {
    padding: 36px;
    background-color: #040406;
    z-index: 999;
  }

  .Top-Bar a {
    font-size: 11px;

    text-align: center;
  }

  .merge-one {
    background-size: 81%;

    background-position: 50% 70%;
  }

  .merge-two {
    background-size: 75%;

    background-position: 80% 35%;
  }

  .Awards img {
    width: 126px;
  }

  .mobile-tab {
    display: block !important;
  }

  .desk-tab {
    display: none !important;
  }

  .tab button {
    width: 20%;
  }

  .process-model li i {
    height: 50px !important;

    width: 50px !important;

    line-height: 48px !important;

    font-size: 22px !important;
  }

  .main-imgs {
    width: 350px;
  }

  .heighs {
    height: 360px;
  }

  .nav-logo {
    width: 250px;
  }

  .mobile-cta-btn {
    display: flex;
  }

  .btns-eight {
    font-size: 12px;
  }

  .btns-seven {
    font-size: 12px;
    padding: 13px;
  }

  .numChat {
    margin-top: 16px;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;
  }

  #shiva {
    margin-right: 15px;
  }

  .count {
    font-size: 25px;
  }
  .text-5 {
    font-size: 12px;
  }

  .custom-shape-divider-bottom-1680871224 {
    bottom: 0px;
  }
  .custom-shape-divider-bottom-5454554 {
    bottom: 0px;
  }
  .youtube {
    width: 340px;
    height: 200px;
    margin-top: 20px;
  }
  .tabcontent img {
    width: 330px;
  }
  .back-div {
    background-size: 92%;
    margin-top: 57px;
  }
  .Testimonial-back {
    height: 100vh;
  }
  .testimonials {
    height: 450px;
  }
  .testimonial {
    height: 450px;
  }
  .test-back {
    background-image: none;
    padding: 10px;
  }
  .gray {
    background-color: #d2d2d2;
    background-image: none;
    padding: 50px 0px;
  }
  .merge-one {
    background-image: none;
  }
  .merge-two {
    background-image: none;
  }
  .merge-three {
    background-image: none;
  }
  .merge-four {
    background-image: none;
  }
  header {
    position: inherit;
  }
  .custom-shape-divider-bottom-1681818933 {
    bottom: -1px;
  }
  .contact-us {
    padding-top: 50px;
  }
  .maps iframe {
    width: 345px;
  }
  .youtube-back::after {
    width: 355px;
    height: 266px;
    left: 0px;
    top: 620px;
  }
  .image-text {
    font-size: 100px !important;
  }
  .randomm {
    width: 350px;
    margin-top: 26px;
  }
  .testimonils-page {
    padding-top: 50px;
  }
  .pages {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.back-404 {
  background-color: #023866;
  color: #fff;
}
.back-404 h6 {
  font-size: 36px;
  font-weight: bold;
}
.back-404 h6 {
  font-size: 26px;
}
.image-text {
  font-size: 172px;
  background-image: url(./images/main-stars.jpg);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
p a {
    color: #f58b01 !important;
    font-weight: 600;
}
.simp-a img {
  padding: 30px 0;
  width: 80%;
  text-align: ;
  border-radius: 80px;
}
.terms h2 {
    font-size: 25px;
    font-weight:600;
    padding: 5px 0;
}