:root{
  --primary-red: #1c56c2;
  --white: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: var(--white);
  color: #0e0e0e;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
.bg-grey {
  background: #f7f7f7;
}
a {
  text-decoration: none;
}
h5 {
  font-size: 35px;
  color: #212121;
  font-weight: 500;
}
h5 span {
  display: block;
}
h6 {
  color: #1c56c2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
nav {
  margin: 0;
  padding: 15px;
  position: fixed;
  z-index: 999;
/*  background: var(--white);*/
  width: 100%;
}
nav .logo-sec a:hover {
  background-color: transparent;
}
#logo {
  float: left;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  padding: 0px 25px;
  font-weight: 500;
}
nav a {
  display: block;
  padding: 0 15px;
  color: #636363;
  font-size: 14px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
}
.header-phone-color {
  color: #1c56c2;
}
nav a:hover {
  color: #1c56c2;
}
/*nav ul li ul li:hover { background: #000000; }
nav a:hover { background-color: #000000; }*/
nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}
nav ul li:hover > ul {
  display: inherit;
  background: var(--white);
}
nav ul ul li {
  float: none;
  display: list-item;
  position: relative;
}
nav ul ul ul li {
  position: relative;
}
/*li > a:after { content: ' +'; }*/
.toggle,
[id^="drop"] {
  display: none;
}
li > a:only-child:after {
  content: "";
}
.sidebar-sec {
  text-align: right;
}
textarea {
  resize: none;
}
nav .sidebar-sec .offcanvas-body {
  text-align: left;
}
nav .row {
  display: flex;
  align-items: center;
}

nav .call-no {
  font-size: 16px;
  color: #1c56c2;
}
.navbar-toggler {
  background: var(--white);
  border: transparent;
  border-radius: 5px;
}
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}
.sidebar-sec .offcanvas-body h5 {
  text-transform: capitalize;
  color: #1c56c2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.sidebar-sec .offcanvas-body h4{
  margin-bottom: 30px;
}
#offcanvasRight{
  z-index: 9999;
}
.sidebar-sec .offcanvas-body {
  padding: 25px 40px;
  text-align: center;
}
.main-banner {
  padding: 0;
  position: relative;
}
.sidebar-sec .offcanvas-body input {
  width: 100%;
  padding: 10px;
  border: 1px solid #efefef;
}
.sidebar-sec .offcanvas-body textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f1f1f1;
  resize: none;
}

.sidebar-sec .offcanvas-body .form-group {
  margin-bottom: 20px;
}
.sidebar-sec .offcanvas-body button {
  background: #1c56c2;
  border: transparent;
  color: var(--white);
  padding: 15px;
  text-transform: capitalize;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.sidebar-sec .offcanvas-body button:hover {
  background: #3f3f3f;
}

.sidebar-sec .btn:active {
  outline: none;
  border: transparent;
}

.sidebar-sec .btn {
  border: transparent;
}

.sidebar-sec .btn-close {
  padding: 20px;
  font-size: 16px;
}

.sidebar-menuicon li {
  padding: 0;
}

.sidebar-menuicon li a {
  display: inline-block;
  text-align: center;
  color: #636363;
  font-size: 20px;
  line-height: 40px;
  /* background: #C23A3A; */
  margin: 0px 10px;
  color: #1c56c2;
  /* width: 40px; */
  /* height: 40px; */
  border-radius: 50px;
  padding: 1px;
}

.sidebar-menuicon li a:hover {
  color: #3f3f3f;
}
.sidebar-menuicon {
  margin: 0 auto;
  text-align: center;
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}

.navbar .nav-item .nav-link:hover{
  color: #000;
}
/*--------about-------------*/

.banner-sec1 {
  position: relative;
}
.banner-text-about {
     position: absolute;
    left: 4%;
    right: 0;
    top: 32%;
    /* margin: 0 auto; */
    text-align: left;
    width: 40%;
}
.banner-text-about h6 {
  color: #1c56c2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
}
.banner-text-about h2 {
  font-weight: 400;
    color: var(--black);
    font-size: 40px;
}
.about-facts .tiles-box:before {
  content: "";
  height: 50px;
  width: 5px;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 0px 5px 5px 0px;
  top: 33px;
  bottom: 0;
}
.about-facts .tiles-red:before {
  content: "";
  background-color: var(--primary-red);
}
.about-facts .tiles-yellow:before {
  content: "";
  background-color: #f8a401;
}
.about-facts .tiles-blue:before {
  content: "";
  background-color: #008fed;
}
.about-facts .tiles-green:before {
  content: "";
  background-color: #178a3d;
}

.about-facts .tiles-box p span {
  font-weight: 600;
  font-size: 27px;
}
.about-facts .tiles-yellow p span {
  color: #f8a401;
}
.about-facts .tiles-red p span {
  color: var(--primary-red);
}
.about-facts .tiles-blue p span {
  color: #008fed;
}
.about-facts .tiles-green p span {
  color: #178a3d;
}
.about-facts h3 {
  font-size: 16px;
  font-weight: 700;
}
.about-facts .row::after {
  content: " ";
  white-space: pre;
  clear: both;
  display: table;
}
.about-facts .tiles-box {
  width: 100%;
  min-height: 100px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 2px 1px 5px #dbdbdb;
  padding: 30px 30px 5px;
  position: relative;
}
.about-facts {
  padding: 70px 50px 55px;
}
.about-sec-div {
  width: 95%;
}
.facts-about:before {
  content: "About";
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    background: transparent;
    font-size: 255px;
    font-weight: 600;
    position: absolute;
    right: 3px;
    top: -20%;
    z-index: 9;
    text-border: 2px solid #ccc;
    /* -webkit-text-stroke-width: thin; */
    font-family: arial;
    opacity: 0.2;
    letter-spacing: 4px;
}
.about-company {
  position: relative;
  background: #1c56c2;
  cursor: pointer;
  background: url(../images/images-about-bg1.jpg);
  background-position: center;
}
.about-counter .grp-cell {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-flex;
}
.about-counter .grp-cell h5 {
  font-size: 40px;
  font-weight: 600;
}
.about-counter .grp-cell h5 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
}
.about-counter .g-cell {
  text-align: center;
}
.about-counter {
  padding: 30px 0px 100px;
  /* position: absolute; */
  width: 80%;
  left: 65px;
}
.about-counter p {
  font-weight: 500;
}
.about-img {
  margin-top: -60px;
  position: relative;
}
.about-img h3 {
  position: absolute;
  color: var(--white);
  font-weight: 200;
  font-size: 45px;
  padding-left: 50px;
  padding-top: 30px;
}
.about-img h3 span {
  display: block;
}
.aboutus-img ul {
  padding-left: 0;
  margin-bottom: 0;
}
.aboutus-img ul li.about-li-1 {
  width: 82%;
}
.aboutus-img ul li.about-li-3 {
  width: 93%;
}
.aboutus-img ul li.about-li-3:before {
  width: 70%;
}
.aboutus-img ul li.about-li-4{
  width: 70%;
}

.aboutus-img ul li.about-li-4:before{
  width: 75%;
}

.aboutus-img ul li.about-li-1:before{
  width: 78%;
}
.aboutus-img ul li {
  display: block;
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-bottom: 35px;
}

.aboutus-img ul li:before {
  content: " ";
  height: 1px;
  width: 82%;
  background: white;
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
}

.aboutus-img ul li span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}

.clients-sec h5 b,
.points-research h5 b,
.website-sec h5 b {
  font-weight: 700;
  color: #1c56c2;
  display: block;
}
.clients-sec {
  text-align: center;
  margin-bottom: 2%;
  margin-top: 5%;
}
.clients-sec h5 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--black);
  margin-bottom: 20px;
}
.clients-sec p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #751b1b;
}
.clients-logo li {
  list-style: none;
  display: inline-block;
  width: 15%;
  text-align: center;
  margin: 20px;
}
.clients-logo li img {
  width: 160px;
}
.service-bg {
  background: #fff;
  padding: 70px 50px 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: relative;
}
.services-text h4 {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-red);
}
.service-texts p {
  width: 80%;
  line-height: 1.7;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.services-points {
  display: inline-flex;
  color: #000;
  padding: 40px 15px;
  border-radius: 0;
  vertical-align: middle;
  align-items: center;
  margin: auto;
  background: #f5f5f5;
  width: 48%;
  margin-bottom: 20px;
  cursor: pointer;
  height: 180px;
}
.services-points h5 {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
}
.services-points p {
  line-height: 1.5;
  width: 95%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.services-text {
  text-align: left;
  padding-left: 25px;
  display: block;
  width: 80%;
}
.services-points img {
  width: 60px;
  height: 70px;
}
.services-points .arrow-service {
  background: var(--primary-red);
  width: 50px;
  height: 50px;
  border-radius: 40px;
  padding: 15px;
}
.services-points .arrow-service i {
  font-size: 22px;
  transform: rotate(320deg);
  -webkit-transition: 600ms ease all;
  -moz-transition: 600ms ease all;
  -o-transition: 600ms ease all;
  transition: 600ms ease all;
  color: var(--white);
}
a.service-link{
  display: contents;
}
.service-bg h5 {
  margin-bottom: 30px;
}

.services-points a:hover i {
  transform: rotate(240deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.web-projects {
  padding: 60px 10px;
}
.mobile-projects {
  padding: 50px 0px;
  cursor: pointer;
}
.web-projects .carousel-indicators button.thumbnail {
  width: 100px;
}
.web-projects .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.web-projects .carousel-indicators {
  position: static;
}
.web-content a {
  color: #141414;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 50px;
  display: block;
  font-weight: 500;
}
.web-content a i {
  transform: rotate(320deg);
  -webkit-transition: 600ms ease all;
  -moz-transition: 600ms ease all;
  -o-transition: 600ms ease all;
  transition: 600ms ease all;
}
.web-content h4 {
  font-size: 50px;
  font-weight: 200;
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.web-content {
  margin-top: 5%;
}
.web-projects .carousel-inner .carousel-item.active {
  background: url(../images/web-bg.png);
  background-size: cover;
  /* width: 100%; */
  background-repeat: no-repeat;
  height: 425px;
  /* min-width: 622px; */
  position: relative;
}

.web-projects .carousel-inner .carousel-item.active img {
  position: absolute;
  left: 11px;
  right: 0;
  display: block;
  top: 32px;
  object-fit: cover;
  width: 61%;
  margin: 0 auto;
  height: 326px;
}
.points {
  background: var(--white);
  width: 31%;
  margin: 15px;
  padding: 30px;
  text-align: left;
  border-radius: 15px;
}
.points-research {
  padding: 100px;
  text-align: center;
}
.points h6 {
  font-size: 32px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}
.points-h6 {
  align-items: center;
}
.points-h6 img {
  width: auto;
  height: 150px;
  margin-top: 50px;
}
.points p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.points-research h5 {
  margin-bottom: 50px;
}
footer {
  color: var(--white);
  padding: 80px 15px 5px;
  background:radial-gradient(circle at 25% 25%, rgb(28 86 194), rgb(63 56 56 / 20%), rgb(199 21 21));
  background-color: #1c56c2;
  background-size: 200% 200%;
  animation: randomGradientMovement 20s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
.sm1 a, .sm3 a{
  display: block;
  height: 350px;
  background: #1c56c2;
}

.sm2 a{
    display: block;
  height: 350px;
  background: #212121;
}

@keyframes randomGradientMovement {
   0% {
        background-position: 0% 0%;
    }
    20% {
        background-position: 100% 0%;
    }
    40% {
        background-position: 100% 100%;
    }
    60% {
        background-position: 0% 100%;
    }
    80% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 50% 0%;
    }
}

.footer1 h4 {
  font-size: 27px;
  font-weight: 200;
  color: var(--white);
  line-height: 1.2;
}
.footer1 .call-btn {
  background: var(--white);
  padding: 15px;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-top: 15px;
  width: 60%;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.footer1 ul {
  padding-left: 0;
  margin-top: 10px;
}
.footer1 ul li {
  display: inline-flex;
  padding: 0px 15px 0 0;
  font-size: 20px;
  color: var(--white);
}
.footer1 ul li a i {
  color: var(--white);
}
.footer-call a:hover {
  color: var(--white);
}
.buttons a:hover {
  color: #fff;
}
.mail,
.call {
  display: block;
  color: var(--white);
  margin-top: 10px;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}
.contact-no {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-top: 20px;
  display: block;
  letter-spacing: 1px;
}
.footer2 h5 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}

.footer2 {
  margin: 0 auto;
  text-align: left;
  padding-left: 10px;
}

.footer2 ul {
  padding-left: 0;
}
.footer2 ul li {
  list-style: none;
}
.copyright {
  border-top: 1px solid #d3d3d3;
    padding-top: 15px;
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.copyright-text img {
  width: 35px;
}
.footer2 ul li {
  list-style: none;
  text-align: left;
  padding-bottom: 15px;
}

.footer2 ul li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}

.footer-bg {
  background: var(--primary-red);
  padding: 20px 25px;
  border-radius: 15px;
  height: min-content;
  width: 55%;
}

.footer-call {
  display: flex;
  justify-content: flex-end;
}
.logo-mail {
  display: block;
}
.footer-1 h3{
  font-size: 75px;
    font-weight: 100;
    margin-bottom: 25px;
}
/*-----------services------------*/

.banner-sec1 {
  padding: 0;
}
.banner-sec1 img {
  width: 100%;
}
.service-sec2 h4 {
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 35px;
}
.service-sec2 .service-sec2-row1 {
  width: 90%;
  margin: 0 auto;
  padding: 35px 0;
}
.service-sec2 .service-sec2-row1 h3 {
  font-size: 45px;
  color: #1c56c2;
  text-transform: uppercase;
}

.service-sec2 .service-1 h5 {
  font-size: 75px;
  font-weight: 500;
  text-transform: uppercase;
  text-rotation: 270 deg;
  transform: rotate(-260deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  /* -webkit-text-stroke: 1px black; */
  color: white;
  text-shadow: 1px 1px 0 #a1a1a1, -1px -1px 0 #a3a3a3, 1px -1px 0 #a9a9a9,
    -1px 1px 0 #a1a1a1, 1px 1px 0 #a1a1a1;
  margin-top: 85%;
}
.animate-arrow {
  position: absolute;
  bottom: 34%;
  left: 45%;
}
.service-2 {
  background: url(../images/service-red.jpg);
  background-repeat: no-repeat;
  padding: 60px;
  background-size: 100% 100%;
}
.service-2 h5 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 1px;
}
.service-2 h5,
.service-2 h6,
.service-2 p {
  color: var(--white);
  margin-bottom: 5px;
}
.service-2 .service-text p {
  width: 80%;
}
.service-2 p {
  margin-bottom: 50px;
}
.service-type {
  text-align: center;
  border: 2px solid var(--white);
  border-radius: 5px;
  padding: 25px 20px;
  position: relative;
}
/*.card1 {
    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: -16px;
        right: -16px;
        background: #00838d;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }
}*/
.service-type h6 {
  margin-top: 20px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 600;
}
.service-type h6 span {
  display: block;
}
.service-type a {
  position: absolute;
  right: 0;
  background: var(--white);
  width: 60px;
  height: 60px;
  bottom: 0;
  border-top-left-radius: 85%;
}
.service-type a span {
  line-height: 5;
  padding: 25px;
}
.card1 h6 {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1.1;
}
.card1 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
}
.card1 p.small {
  font-size: 14px;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 55px;
  height: 55px;
  overflow: hidden;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  /* border-radius: 50%; */
  border-top-left-radius: 60px;
}
.go-arrow img {
  padding-left: 15px;
  padding-top: 10px;
}
.card1 {
  display: block;
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  padding: 25px 20px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid var(--white);
  height: 320px;
  width: 100%;
  margin: 10px;
}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: -16px;
  background: rgb(83 28 28 / 50%);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(21);
}
.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: var(--white);
}
.service-text-points h6 span {
  display: block;
}
.service-text-points img {
  width: 60px;
}
.service-text-points .go-corner img {
  width: 30px;
  transform: rotate(360deg);
  -webkit-transition: 600ms ease all;
  -moz-transition: 600ms ease all;
  -o-transition: 600ms ease all;
  transition: 600ms ease all;
}

.service-text-points .go-corner img:hover {
  transform: rotate(240deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.service-text {
  padding: 50px;
}
.service-1 {
  position: relative;
  padding: 0;
}
.service-1:before {
  content: "";
  position: absolute;
  width: 50px;
  right: initial;
  top: 15%;
  background-color: #1c56c2;
  height: 65%;
  bottom: 0;
}
.service-sec3 {
  background: #fbfbfb;
  padding: 80px;
}
.service-sec3 h5 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
  font-size: 32px;
}
.service-sec2 {
  margin-bottom: 15%;
  margin-top: 5%;
}
.service-sec3-img {
  padding: 20px;
}
.service-sec3-img img {
  box-shadow: 0px 6px 13px 0px #ccc;
}
.footmnu ul li a:before {
  content: "";
  position: absolute;
  width: 3px;
  right: 0;
  top: 2px;
  background-color: #0faded;
  height: 70%;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #2c3e50;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

/*-------------corporate-----------*/

.corporate ul .nav-item {
  display: inline-grid;
  width: 20%;
  color: #161616;
  text-align: center;
  margin: 0 auto;
}
.corporate ul {
  color: var(--white);
  padding: 10px 0;
}
.corporate ul .nav-link.active {
  background: #1c56c2;
/*  border-bottom: 3px solid #C23A3A !important;*/
  color: #ffffff;
  border: transparent;
}
.corporate ul .nav-link {
    border-right: 2px solid #fff;
    color: #0e0e0e;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
/*    border-bottom: 3px solid transparent;*/
    width: 100%;
    font-weight: 600;
    background: #f5f5f5;
    border-radius: 0;
    padding: 15px 10px;
}
.corporate {
  margin: 60px auto;
}
.corporate .tab-content ul {
  background: var(--white);
  border: 1px solid #ebebeb;
  margin: -1px auto;
  text-align: center;
  padding: 30px;
}
.corporate .tab-content ul li {
  width: 43%;
  margin: 3%;
  display: inline-block;
  background: var(--white);
  box-shadow: 0px 3px 10px 0px #dfdfdf;
  border-radius: 8px;
}
.whatsapp-icon {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 3000;
}
.whatsapp-icon img {
  width: 45px;
}

/* about page */

.about-sec-one {
  background: #fff;
}
.about-sec-four {
  margin-bottom: 10%;
}
.sec-space {
  padding: 100px 0;
}
.sec-space-2 {
  padding-bottom: 100px;
}
.about-1-img img {
  width: 85%;
}
.about-sec-1-content {
  width: 100%;
}
.main-heading h3 {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.about-sec-1-content p, .serviceWrapper p,.detlContent p,.main-heading p {
  font-size: 16px;
  color: #656567;
  margin-bottom: 20px;
  line-height: 1.6;
}
.about-sec-1-content img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.about-sec-1-content h6 {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.sub-heading h5 {
  font-size: 24px;
  color: #212121;
  font-weight: 400;
}
.sub-heading p {
  font-size: 14px;
  line-height: 1.8;
}
.bg-about-two {
  background-color: #1c56c2;
  border-radius: 15px;
  padding: 120px 50px;
  color: var(--white);
  text-align: center;
  background: url(../images/aboutbg.png);
  background-repeat: no-repeat;
}
.about-sec-2-content {
  width: 85%;
  margin: auto;
}
.main-heading-two h3 {
  color: var(--white)fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 10px;
}
.facts1,
.facts2 {
  border-bottom: 1px solid #ccc;
}

.facts1,
.facts2,
.facts3,
.facts4 {
  padding: 30px 10px;
  position: relative;
  align-items: center;
}

.facts1:after,
.facts3:after {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  background: #d3d3d3;
  right: 15%;
  position: absolute;
}
.about-sec-1-content .row {
  position: relative;
  width: 98%;
}
.sub-heading-two h5 {
  font-size: 25px;
  color: var(--white)fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.sub-heading-two p {
  font-size: 14px;
  line-height: 1.7;
}
.accordion-content-1 h3 {
  font-weight: 300;
  font-size: 27px;
  margin-bottom: 1rem;
  color: #1c56c2;
}

.accordion-content-1 h6 {
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.accordion-content-2 h3 {
  font-weight: 300;
  font-size: 27px;
  margin-bottom: 1rem;
  color: #1c56c2;
}

.accordion-content-2 h6 {
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.about-accordion-sec {
  color: #000 !important;
  font-weight: 600;
  background-color: #f5f5f5 !important;
}
.about-sec-details {
  text-align: center;
}
.details-icon img {
}
.details-content h2 {
  margin-top: 1rem;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.details-content p {
  font-size: 15px;
}
.details-icon {
  width: 100px;
  margin: auto;
  /* background: red; */
  border: 1px solid #C23A3A;
  border-radius: 50%;
  padding: 18px;
}
/* end about page */

/* corporate page */

/* 
.imageContainer {
  width: 100%;
  height: 600px;
  overflow-y: auto;
  border: 1px solid #ccc;
  text-align: center;
  transition: all 5s;
}

.imageContainer img {
  max-width: 100%;
  max-height: none;
  transition: all 1s ;
} */

.content {
  position: relative;
}
.screen {
  display: block;
  width: 93%;
  height: 600px;
  overflow: hidden;
  position: relative;
  border: 2px solid #e7e7e7;
  border-radius: 1px;
  margin: 0 auto;
  margin-bottom: 3rem;
  box-shadow: 0px 3px 22px 11px #e3e3e3cc;
}
.screen img {
  top: 0;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 5s;
  -moz-transition: top 5s;
  -ms-transition: top 5s;
  -o-transition: top 5s;
  transition: bottom 5s;
}
.screen:hover img {
  top: -750px;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}

.corporate-size-web-design {
  width: 100%;
  margin: auto;
}
.web-design-logo img {
  width: 140px;
  margin-bottom: 1rem;
}
.corporate-content p {
    width: 93%;
    margin: auto;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.4px;
    line-height: 15px;
}
.about-bg-section {
  background-image: url("../images/about-bg-sec.jpg");
  background-image: url("../images/about-bg-sec.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 131px;
}

.about-sec-four {
  margin-top: 6rem;
}

/* conatct css */

.contact-form-bg .radio-group {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.contact-form-bg input[type="radio"] {
  display: none;
}

.contact-form-bg .option-select label {
  position: relative;
  padding-left: 30px;
  color: #000;
  cursor: pointer;
  transition: color 0.3s;
}

.contact-form-bg .option-select label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s;
}

.contact-form-bg input[type="radio"]:checked + label:before {
  background-color: var(--white);
}

.contact-form-bg input[type="radio"]:focus + label {
  color: #ff6f00;
}

/*.contact-form-bg input[type="radio"]:checked + label {
  color: #ff6f00;
}
*/
/* Neon Style */
.contact-form-bg input[type="radio"] + label:before {
  background: #ccc;
}

.contact-form-bg input[type="radio"]:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: var(--primary-red);
  color: var(--white);
  text-align: center;
  padding: 1px;
}

.option-select {
  padding-left: 20px;
}

/*.contact-form-bg input[type="radio"]:hover + label:before {
  background-color: #ff6f00;
}

.contact-form-bg input[type="radio"]:focus + label:before {
  background-color: #ff6f00;
}*/

.contact-img {
  position: relative;
  padding: 0;
}
.contact-info {
  top: 10%;
  position: absolute;
  left: 10%;
  right: 20%;
  color: var(--white);
}
.contact-info h5 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20%;
}

.contact-info li {
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.contact-info ul {
  padding-left: 0;
}
.contact-info li img {
  width: 20px;
  height: 20px;
}
.contact-info li a {
  color: var(--white);
  padding-left: 20px;
  font-size: 16px;
}
.contact-sec-2 .contact-row {
  background: var(--white);
  box-shadow: 2px 1px 10px 0px #ccc;
  border-radius: 10px;
  padding: 10px;
}
.contact-info h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.contact-icons-bg {
  place-items: center;
  color: var(--white)fff;
  font-size: 25px;
  border: 1px solid white;
  /* padding: 1rem; */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  text-align: center;
  display: inline-flex;
  /* align-items: center; */
  background: #e7583c;
  margin-bottom: 1rem;
}
.address a {
  color: #000;
}
.contant-info-content {
  padding: 1rem;
  height: 100%;
  background-color: #f5f5f5;
}
.contact-form-bg {
  /* background-color: #f5f5f5; */
}
.contact-form-heading {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1c56c2;
}
.contact-input label {
  font-size: 16px;
  color: #141414;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-royalways {
  border-bottom: 1px solid #d5d5d5 !important;
  border: 0px solid transparent;
  border-radius: 0px;
  margin-bottom: 1rem;
  font-size: 16px;
  padding: 10px 0px;
}

.form-royalways:focus {
  box-shadow: none;
}
.get-in {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 2rem;
  color: #e7583c;
}
.height-contact {
  height: 100%;
}
.contact-heading {
  font-weight: 600;
  font-size: 16px;
}
.about-2-img {
  position: absolute;
  /* top: 124px; */
  z-index: 1;
}
.about-1-img {
  position: relative;
}
.address a:hover {
  color: #1c56c2;
}
.mobileapp-heading {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.client-home-logo img {
  width: 100%;
  /* width: 185px; */
}

.facts-about {
     padding-left: 15%;
    padding-top: 14%;
  z-index: 99;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
  z-index: 11;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 5px 5px 20px #ccc;
  background: var(--white);
  border-radius: 10px;
  margin-bottom: 2rem;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  /* width: 25%; */
  height: 100%;
  padding: 40px 5px;
  text-align: center;
  border: transparent;
  position: relative;
}

/*.projectFactsWrap .item:nth-child(1){
  background: rgb(245 245 245);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(245 245 245);
}

.projectFactsWrap .item:nth-child(3){
  background:rgb(245 245 245);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(245 245 245);
}*/

.projectFactsWrap .item p.number {
  font-size: 45px;
  padding: 0;
  font-weight: 600;
  line-height: 1.3;
  color: #1c56c2;
}

.projectFactsWrap .item p {
  font-size: 14px;
  margin: 0;
  padding: 0px 10px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: #dee2e6;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

/* .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
} */

.facts-about h5 {
  width: 80%;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white);
  font-size: 38px;
}

.facts-about p {
  width: 80%;
  line-height: 2;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0.5px;
}

.facts-about .item p {
  width: 100%;
}
.aboutus-img {
  text-align: right;
  padding: 6% 0px;
}
/*.about-company:after {
  content: '';
  display: inline-block;
  width: 250px;
  height: 250px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 200px;
  background-color: #e62b3c;
  position: absolute;
  bottom: 0;
  left: -65px;
}*/
.item-border:after {
  content: "";
  border: 1px solid #e9e9e9;
  position: absolute;
  height: 70px;
  top: 40px;
  right: 0px;
}
.projectFactsWrap .item:after:last-child {
  border: transparent;
}
.client-home-logo {
  padding: 15px;
}

/*.footer {
  position: relative;
  background: #f7f9fc;
  min-height: 100px;
  padding: 65px 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}*/
.footer2 ul li a:hover {
  color: #7d7d7d;
}
.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: var(--white);
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: var(--white);
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}
.menu__link:hover {
  color: white;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.copyright p {
  color: #fff;
}
.copyright-text {
  padding-left: 0;
}
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../images/footer-wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

/* social media css */

.buttons {
  /* margin-top: 50px; */
  display: flex;
  /* justify-content: center; */
}

.effect a {
     text-decoration: none !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    color: #d7d2d2;
    border: 1px solid #d7a8a8;
}
.effect a i {
  position: relative;
  z-index: 3;
}
.effect a:last-child {
  margin-right: 0px;
}
.effect a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.effect a i {
  display: inline-block;
  vertical-align: middle;
}
/* amiens effect */
.effect.amiens a {
  transition: all 0.2s linear 0.2s;
}
.effect.amiens a i {
  transition: all 0.2s linear 0s;
}
.effect.amiens a:hover {
  transition: all 0.2s linear 0s;
  border-color: rgba(33, 33, 33, 0);
}
.effect.amiens a:hover i {
  transform: scale(1.15);
  text-shadow: 4px 0px 5px rgb(191 191 191);
  transition: all 0.2s linear 0.2s;
}
.effect.amiens {
  display: flex;
  justify-content: end;
}

.display-client-logo {
  display: block;
  padding: 0 100px;
}
.mobile-client-logo {
  display: none;
}
.client-button a {
  color: #1c56c2;
  font-size: 22px;
  padding: 10px 15px;
  border: 1px solid #1c56c2;
}
.client-button a {
  color: #1c56c2;
  font-size: 22px;
  padding: 10px 15px;
  border: 1px solid #1c56c2;
}
.royalways-navbar {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 100%;
}
.btn {
  display: inline-block;
  color: var(--white);
  padding: 32px;
  position: relative;
  letter-spacing: 1px;
}
.btn__circle,
.btn__text,
.btn__white-circle {
  position: absolute;
}
.btn__circle {
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0 0 1px 1px #000000;
  transition: 0.3s linear;
}
.btn__white-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #e62d3e;
  display: flex;
  transition: 0.3s ease-in-out;
}
.btn__white-circle svg {
  width: 24px;
  height: 24px;
  margin: auto;
}
.btn__text {
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 2;
  color: #000;
  padding: 24px 8px;
  transition: 0.3s linear;
}
.btn:hover .btn__circle {
  transform: scale(0);
}
.btn:hover .btn__white-circle {
  transform: translate(-50%, -50%) scale(1);
}
.btn:hover .btn__text {
  transform: translate(40px, -50%);
}
.content-button {
  background: rgb(255, 255, 255);
  /* height: 100vh; */
  /* width: 100vw; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-dots {
  position: fixed;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #52616a;
  border-radius: 50%;
  list-style: none;
  background: #c9d6de;
  transition: all 0.3s;

  &:not(:last-of-type) {
    margin-bottom: 20px;
  }

  &:hover,
  &.is-active {
    transform: scale(1.8);
    background: transparent;
  }
}

.section {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100vh;

  &:nth-of-type(1) {
    background-color: #a5d296;
  }

  &:nth-of-type(2) {
    background-color: #47b8e0;
  }

  &:nth-of-type(3) {
    background-color: #ffc952;
  }

  &:nth-of-type(4) {
    background-color: #ff7473;
  }
}

.section__heading {
  margin: 0;
  color: white;
  font-size: 32px;
  text-transform: capitalize;
}

.home-slider .carousel-item.carousel-item {
  background: #ff6368;
  height: 80vh;
  background: rgb(2, 0, 36);

  /*    background: linear-gradient(300deg, #f75a59 0%, #ff7473 46%, rgb(255 190 189) 100%);*/

  &:nth-of-type(1) {
    background-color: #82c598;
    background: url('../images/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  &:nth-of-type(2) {
    background-color: #abd6ef;
    background: url('../images/2.jpg');
    background-size: cover;

    background-repeat: no-repeat;
  }

  &:nth-of-type(3) {
    background-color: #ffcb82;
    background: url('../images/3.jpg');
    background-size: cover;

    background-repeat: no-repeat;
  }

  &:nth-of-type(4) {
    background-color: #ff8e91;
    background: url('../images/4.jpg');
    background-size: cover;

    background-repeat: no-repeat;
  }
  &:nth-of-type(5) {
    background-color: #ff8e91;
    background: url('../images/6.png');
    background-size: cover;

    background-repeat: no-repeat;
  }
}
.home-slider .carousel {
  background-color: #f2f2f2;
}
.home-slider .carousel-item1 .carousel-caption,
.home-slider .carousel-item2 .carousel-caption,
.home-slider .carousel-item3 .carousel-caption,
.home-slider .carousel-item4 .carousel-caption {
  display: flex;
  top: 0%;
  align-items: center;
}
.home-slider .carousel-item-text {
  width: 50%;
  text-align: left;
}
.home-slider .carousel-item-text h5 {
  font-weight: 700;
  font-size: 42px;
  color: var(--white);
}
.home-slider .carousel-item-text p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
.home-slider .carousel-item-img {
  width: 50%;
  text-align: center;
}
.home-slider .carousel-item-img img {
  width: 400px;
  text-align: center;
}
.home-slider .slider-btn {
  color: var(--white);
  padding: 12px 45px;
  border-radius: 0 15px;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  box-shadow: 0px 7.48px 26.17px 0px #0950734d;
}

.home-slider .carousel-item1 .slider-btn {
  background-color: #178a3d;
}

.home-slider .carousel-item2 .slider-btn {
  background-color: #008fed;
}

.home-slider .carousel-item3 .slider-btn {
  background-color: #f8a401;
}

.home-slider .carousel-item4 .slider-btn {
  background-color: #1c56c2;
}
/*
.navbar {
  background-color: #fff;
  z-index: 9999;
  top: 0;
}*/

.navbar .nav-item .nav-link {
  font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
/*    line-height: 1.2;*/
}

.home-slider {
  position: relative;
  z-index: 99;
}
main{
  margin-top:0%;
}
.home-slider .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
  right: 0;
  top: 42%;
  left: 80%;
  height: 0;
}
.home-slider .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: unset;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity 0.6s ease;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 3px solid var(--white);

  &:nth-of-type(1) {
    background-color: #a5d296;
  }

  &:nth-of-type(2) {
    background-color: #47b8e0;
  }

  &:nth-of-type(3) {
    background-color: #ffc952;
  }

  &:nth-of-type(4) {
    background-color: #ff7473;
  }
}

.arrow-btns .carousel-control-next {
  position: absolute;
  right: 73%;
  top: 69%;
  height: 5%;
  width: 80px;
  margin-left: 50px;
}

.arrow-btns .carousel-control-prev {
  width: 75px;
  position: absolute;
  left: 15%;
  top: 69%;
  height: 5%;
  margin-right: 48px;
}

.arrow-btns .carousel-control-prev-icon {
  background: url(../images/prev.png);
  width: 75px;
  height: 40px;
  background-repeat: no-repeat;
  filter: invert(0);
}

.arrow-btns .carousel-control-next-icon {
  background: url(../images/next.png);
  width: 75px;
  height: 40px;
  background-repeat: no-repeat;
  filter: invert(0);
}

.arrow-btns .carousel-control-next:focus,
.arrow-btns .carousel-control-next:hover,
.arrow-btns .carousel-control-prev:focus,
.arrow-btns .carousel-control-prev:hover,
.arrow-btns .carousel-control-next,
.arrow-btns .carousel-control-prev {
  opacity: 0.9;
}

.clients {
  padding: 200px 0;
}

.cliets-logo .logo-c{
  justify-items: center;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 20px auto;
    background: var(--white);
    box-shadow: 2px 2px 8px 0px #ccc;
    border-radius: 60px;
    padding: 5px;
    width: 18%;
    /* height: 100px; */
    text-align: center;
}
 .cliets-logo .logo-c img{
  width: 70%;
 }
.clients-carousel .box,
.owl-carousel2 .box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 90%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 20px auto;
  background: var(--white);
  box-shadow: 2px 2px 8px 0px #ccc;
  border-radius: 60px;
  padding: 5px;
}
.clients-carousel .box img,
.owl-carousel2 .box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.clients-carousel.box:hover,
.owl-carousel2.box:hover {
  transform: scale(1.2);
}

.clients-main-sec .owl-carousel .owl-item img {
  display: block;
  width: 150px;
  height: auto;
}

.points-research {
  background: url(../images/social-bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: right;
}
.footer-bg {
  width: 75%;
}
.mid-point .points-h6 img {
  margin-top: 10px;
}
.mid-point {
  margin-top: 80px;
}
.service-texts {
  text-align: left;
}
.service-texts h5 {
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 40px;
}

.service-texts h5 b {
  font-weight: 600;
  color: var(--primary-red);
}

/*--------carousel sec---------*/

.slider-sec .carousel-caption {
    top: 35%;
    width: 60%;
    margin: 0 auto;
}
.carousel-item a {
    padding: 15px 40px;
}
.slider-sec p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    letter-spacing: 2px;
}
/*--------website sec----------*/
.website-sec {
  padding: 50px;
      padding-top: 0;
}
.website-sec .web-heading {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.web-heading h5 {
  width: 100%;
  text-align: center;
}

/*  carousel      */

.website-sec .carousel-item {
  height: 350px;
}
.website-sec .carousel-tab1 .bg-1 {
  background-image: url(../images/home-web/p1.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab1 .bg-2 {
  background-image: url(../images/home-web/p2.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab1 .bg-3 {
  background-image: url(../images/home-web/p3.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab1 .bg-4 {
  background-image: url(../images/home-web/p4.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab2 .bg-1 {
  background-image: url(../images/home-web/p5.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab2 .bg-2 {
  background-image: url(../images/home-web/p6.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab2 .bg-3 {
  background-image: url(../images/home-web/p7.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab2 .bg-4 {
  background-image: url(../images/home-web/p5.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab3 .bg-1 {
  background-image: url(../images/home-web/p8.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab3 .bg-2 {
  background-image: url(../images/home-web/p9.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab3 .bg-3 {
  background-image: url(../images/home-web/p10.jpg);
  margin-top: 30px;
}
.website-sec .carousel-tab3 .bg-4 {
  background-image: url(../images/home-web/p8.jpg);
  margin-top: 30px;
}
.website-sec .bg-1,
.website-sec .bg-2,
.website-sec .bg-3,
.website-sec .bg-4 {
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  cursor: pointer;
}

.website-sec .carousel-indicators button img {
  height: 65px;
}
.website-sec .carousel-caption {
  z-index: 2;
  left: 0;
  text-align: left;
  padding-top: 0;
  margin-bottom: -5px;
  padding-bottom: 0;
  top: -50px;
}
.website-sec .carousel-caption h5 {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 20px;
      color: #000;
  font-weight: 600;
}
.website-sec .carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
.website-sec .carousel-caption a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 20px;
  display: inline-block;
  color: var(--white);
  margin-top: 15px;
  border-radius: 5px;
}
/*.website-sec .carousel-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}*/
.website-sec .carousel-indicators {
  position: relative;
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
}
.website-sec .carousel-indicators button {
  width: 65px;
  text-indent: unset;
  height: 65px;
  border: 1px solid var(--white);
  margin-top: 20px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 9;
  padding: 5px;
}
.website-sec .carousel-indicators .active {
  border: 1px solid var(--primary-red);
}
#carouselExampleCaptions1 .carousel-inner .carousel-item {
  transition: transform 0.2s ease-in-out;
}
#carouselExampleCaptions2 .carousel-inner .carousel-item {
  transition: transform 0.5s ease-in-out;
}
#carouselExampleCaptions3 .carousel-inner .carousel-item {
  transition: transform 0.9s ease-in-out;
}
.carousel-tab-bg {
  background: #f3f6f7;
  padding: 30px;
  /*  border-radius: 10px;*/
  width: 31%;
  margin: 20px auto 55px;
}
.arrow-craousel {
  position: absolute;
  bottom: 10px;
  display: block;
  right: 10px;
  background: #d9d9d9cc;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  color: #000;
  opacity: 10;
}
.arrow-craousel:hover {
  color: var(--primary-red);
}
.arrow-craousel i {
  transform: rotate(320deg);
  -webkit-transition: 600ms ease all;
  -moz-transition: 600ms ease all;
  -o-transition: 600ms ease all;
  transition: 600ms ease all;
}

/*----------btn style---------*/
.btn-2 {
  width: 200px;
  height: 50px;
  background-color: transparent;
  color: #2f2f2f;
  border: 2px solid #434343;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
  margin: 0 10px;
  transition: 0.5s;
  line-height: 3;
  border-radius: 0 15px 0px 15px;
}
.btn-2::before {
  content: "";
  position: absolute;
  background: var(--primary-red);
  width: 0px;
  height: 48px;
  left: 0;
  top: 0px;
  transition: 0.5s;
  z-index: -1;
}
.btn-2::after {
  content: "";
  position: absolute;
  background: var(--primary-red);
  width: 0px;
  height: 48px;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: 0.5s;
}
.btn-2:hover {
  color: var(--white);
  border-radius: 0 20px 0 20px;
  border: 2px solid var(--primary-red);
  line-height: 3;
}
.btn-2:hover.btn-2::before {
  width: 100px;
  border-radius: 0 0 0 15px;
}
.btn-2:hover.btn-2::after {
  width: 100px;
  border-radius: 0 15px 0 0;
}

/*----------mobile sec----------*/

.mp-contain {
  background: var(--primary-red);
  color: var(--white);
  overflow: hidden;
  width: 92%;
  border-radius: 30px;
}

.mobile-content h5 {
  color: var(--white);
  font-weight: 600;
  width: 80%;
}

.mobile-content {
  padding-left: 55px;
  margin-top: 10%;
}

.mobile-content .btn-2 {
  width: 200px;
  height: 50px;
  background-color: transparent;
  color: var(--white)fff;
  border: 2px solid var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
  transition: 0.5s;
  line-height: 3;
  border-radius: 0 15px 0px 15px;
  display: block;
  margin-top: 30px;
}

.mobile-content .btn-2::before {
  content: "";
  position: absolute;
  background: var(--white);
  width: 0px;
  height: 46px;
  left: 0;
  top: 0px;
  transition: 0.5s;
  z-index: -1;
}
.mobile-content .btn-2::after {
  content: "";
  position: absolute;
  background: var(--white);
  width: 0px;
  height: 46px;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: 0.5s;
}
.mobile-content .btn-2:hover {
  /*    color: var(--primary-red);*/
  border-radius: 0 20px 0 20px;
  border: 2px solid var(--white);
  line-height: 3;
}
/*.mobile-content .btn-2:hover.btn-2::before{
  width: 100px;
  border-radius: 0 0 0 15px;
}
.mobile-content .btn-2:hover.btn-2::after{
  width: 100px;
  border-radius: 0 15px 0 0;
}*/

.mobile-slider {
  position: relative;
}

.mobile-slider .slider {
  height: 570px;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  transform: rotate3d(1, 1, 1, 30deg);
  /*    overflow: hidden;*/
}

/*.mobile-slider .slider-m1{
  height: 300px;
}

.mobile-slider .slider-m3{
  height: 400px;
}*/

.mobile-slider .slider-m2 .slide-track {
  animation: scrollVertical 10s linear infinite;
}
.mobile-slider .slide-track {
  display: flex;
  flex-direction: column; /* Change to column for vertical stacking */
  height: calc(
    400px * 12
  ); /* Adjust to fit the number of slides (14 in this example) */
  animation: scroll 10s linear infinite;
}

.mobile-slider .slider-m3 .slide-track {
  height: calc(
    300px * 12
  ); /* Adjust to fit the number of slides (14 in this example) */
  animation: scroll 10s linear infinite;
}

.mobile-slider .slide {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.mobile-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 0px 5px #2d2d2d;
}

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

  100% {
    transform: translateY(
      calc(-80px * 6)
    ); /* Adjust to move half of the slides */
  }
}
@keyframes scrollVertical {
  0% {
    transform: translateY(calc(-80px * 6));
  }

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

.mobile-row {
  display: none;
}
.clients-main-sec .btn-2{
  display: block;
}
.btn-3 {
  width: 200px;
  height: 50px;
  background-color: transparent;
  color: var(--white);
  border: 2px solid transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
  margin: 0 10px;
  transition: 0.5s;
  line-height: 3;
  border-radius: 0 15px 0px 15px;
  box-shadow: 2px 0px 10px 2px #ccc;
  background: var(--primary-red);
}
.btn-3::before {
  content: "";
  position: absolute;
  background: var(--primary-red);
  width: 0px;
  height: 46px;
  left: 0;
  top: 0px;
  transition: 0.5s;
  z-index: -1;
}
.btn-3::after {
  content: "";
  position: absolute;
  background: var(--primary-red);
  width: 0px;
  height: 46px;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: 0.5s;
}
.btn-3:hover {
  color: var(--primary-red);
  border-radius: 0 20px 0 20px;
  border: 2px solid var(--primary-red);
  line-height: 3;
  background: transparent;
}
.btn-3:hover.btn-3::before {
  width: 100px;
  border-radius: 0 0 0 15px;
}
.btn-3:hover.btn-3::after {
  width: 100px;
  border-radius: 0 15px 0 0;
}
.contact-input-btn {
  text-align: right;
}
.banner-text-contact {
  text-align: left;
  width: 80%;
}
.banner-text-contact h2 {
  font-weight: 600;
  color: var(--white);
  font-size: 55px;
  width: 40%;
  line-height: 1.2;
}
.map-sec {
  margin-bottom: 70px;
}

.clients-logos-sec ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
    border: 1px solid #e7e7e7;
    padding: 30px 15px;
    height: auto;
    margin: 20px;
    height: 25%;
    overflow: hidden;
}

.clients-logos-sec ul li img {
  width: 180px;
  transition: 0.3s;
}
.clients-logos-sec ul li img:hover {
  transform: scale(1.1);
}
.clients-logos-sec ul {
  padding-left: 0;
}
.clients-text {
  padding: 0px 30px 15px;
}
/* prabh css start */
/*.serviceWrapper.left {
  background: linear-gradient(to right,#ffeeee 0%,#ffeeee6b 50%,rgba(255, 238, 238, 0) 100%);
}
.serviceWrapper.right {
  background: linear-gradient(to left,#ffeeee 0%,#ffeeee6b 50%,rgba(255, 238, 238, 0) 100%);
}*/
.serviceWrapper .serImg {
  text-align: center;
}
.serviceWrapper {
    padding: 2rem;
    border-radius: 15REM;
    margin-bottom: 3rem;
}
.serviceWrapper .row{
  align-items: center;
}

.serviceWrapper h4,.detlContent h4,.detlContent h5 {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(--primary-black);
}
.serviceDetailing h4{
    font-weight: 500;
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--primary-black);
    color: #ebebeb;
  }
.serviceWrapper .servText {
  margin: 0 auto;
}
.detailWrap{
  position: relative;
}
.detailWrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: var(--white);
  text-align: center;
  z-index: 99;
}
.detailWrap .content h3{
  font-size: 4rem;
  font-weight: 600;
}
.detailWrap .content p{
  font-size: 1rem;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.devSol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  margin: 2rem auto 0;
}
.devSol span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 15px;
  font-weight: 500;
}
.devSol span::before{
  content: url('../images/check.png');
}
.serviceDetail img{
  width: 100%;
}
.serviceDetail{
  margin:4rem auto 4rem;
}
.detlContent p + h5{
  margin-top: 2rem;
}
.stepWrapper {
  position: relative;
  display: block;
  justify-content: space-around;
  padding: 0 0 0px;
  opacity: 1;
  transition: opacity 0.5s ease;
  margin-top: 2rem;
}

.step {
  position: relative;
  justify-content: center;
  height: 300px;
  margin: 10px;
  padding: 40px 20px;
  background: #f5f5f5;
  border-radius: 40px;
  box-shadow: -6px -6px 20px rgba(255,255,255,1),
  6px 6px 20px rgba(0,0,0,0.1);
  width: 31%;
  overflow: hidden;
  display: inline-block;
  
}
.step img{
  width: 45px;
  margin-top: 1rem;
}
.step::before {
  content: '';
  position: absolute;
  width: 75px;
  aspect-ratio: 1;
  background-color: var(--primary-red);
  border-radius: 50px;
  z-index: 9;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.5rem;
  font-weight: 600;
  top: -25px;
  left: -10%;
}
/*.step.st1::before {
  content: '1';
}
.step.st2::before {
  content: '2';
}
.step.st3::before {
  content: '3';
}
.step.st4::before {
  content: '4';
}
.step.st5::before {
  content: '5';
}*/
.step p {
  color: #000;
}
@keyframes slideUp {
  from {
      top: 100px;
      opacity: 0;
  }
  to {
      top: 0;
      opacity: 1;
  }
}
.animate {
  opacity: 1;
}

.animate .step {
  animation: slideUp 0.5s ease forwards;
}
.animate .st1 { animation-delay: 0s; }
.animate .st2 { animation-delay: 0.1s; }
.animate .st3 { animation-delay: 0.2s; }
.animate .st4 { animation-delay: 0.3s; }
.animate .st5 { animation-delay: 0.4s; }

.detlContent h6 {
     font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
}
.ftInfo a{
 color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}


/* why us page css start */
.chooseUS label{
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--primary-red);
  font-size: 1rem;
}
.abtUsWrapper{
  position: relative;
}
.abtUsWrapper .chooseUS{
  position: sticky;
  top: 8rem;
}
.chooseCard .about-sec-details {
  display: flex;
  text-align: left;
  gap: 2rem;
  padding: 2rem;
  background: var(--white);
  box-shadow: 0 0 10px #f3f3f3;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  min-height: 240px;
  width: 90%;
  margin: 0 auto 2rem auto;
  align-items: center;
}
/* why us page css END */

.contact-row{
  margin-top: 80px;
  margin-bottom: 50px;
}
/*.corporate-content{
  display: none;
}*/
.points-research .row{
  width: 85%;
  margin:0 auto;
}


/*------service------------*/

.service-sec-bg{
  background: linear-gradient(to right,#ffeeee 0%,#ffeeee6b 30%,rgba(255, 238, 238, 0) 100%);
  padding: 85px 0;
}


.services-list {
    list-style: none;
    padding: 70px 15px 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.services-list li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background-color: white;
    padding: 70px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.services-list li:hover{
  background: #f1f1f1;
}
.services-list img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 50px;
   /*border-radius: 0 100px;
    background: linear-gradient(0.01deg, #b3b3b3 8.92%, #d5d5d5 31.91%, #f0f0f0 54.33%, #fafafa 67.52%);*/
}
.service-content h3 {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    color: #1e1e1e;
}
.service-content p {
    font-size: 1rem;
    color: #777;
    margin: 0;
}

.document-btn.btn-3{
    display: block;
    margin: 0;
    margin-top: 20px;
    font-weight: 400;
}
.carousel-inner h5 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
}

.clients-logos-sec ul li:hover{
  background: #f1f0f0;
}
.career-sec1 .contact-info ul li span{
  display: flex;
  font-weight: 600;
  font-size: 16px;
  padding-right: 15px;
  align-items: flex-start;
}
.career-sec1 .contact-info h5{
  margin-bottom: 35px;
}

.career-sec1 .contact-info h6{
 color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a55f5f;
    margin-top: 30px;
    padding-bottom: 8px;
}

.career-sec1 .contact-img img{
  height:765px;
}

.career-sec1 .contact-info li{
  margin-bottom: 10px;
  align-items: flex-start;
}
.form-royalways.upload-file{
  padding: 10px;
}

.career-sec1 .contact-form-bg{
  margin-top: 60px;
  padding-left: 25px;
}

.career-sec1 .contact-form-bg h3{
  margin-bottom: 15px;
      font-weight: 500;
    font-size: 32px;
}

.career-sec1 .contact-form-bg h5{
      font-size: 18px;
    color: #c1c1c1;
    margin-bottom: 30px;
    font-weight: 300;
}

.clients-main-sec p{
  width: 70%;
  margin:0 auto;
}

.clients-sec h4{
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}

.clients-sec p {
    width: 70%;
    margin: 0 auto;
    color: #000;
    letter-spacing: 0;
}

.clients-sec p b{
  color: #1c56c2;
  font-size: 20px;
}

.about-sec-three{
  padding-top: 0;
}

.chooseCard .about-sec-details:last-child{
  margin-bottom: 0;
}

.contact-sec-2 .contact-info h5 {
    margin-bottom: 25px;
    line-height: 1.7;
}

.career-sec1 .contact-row {
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact-sec-2 .contact-info h3{
  margin-bottom: 10px;
}

.contact-form-bg h4{
    font-size: 22px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #1c56c2;
}

.footer2 h5:after {
    height: 2px;
    display: block;
    width: 60px;
    background: #ffffff;
    border-right: 2px white;
    content: '';
    margin-top: 10px;
}
body:has(main.exist) .navbar .nav-item .nav-link {
    color: #000 !important;
    background: transparent;
    border: transparent;
}

.navbar{
  z-index: 9999;
}

.slider-sec{
  position: relative;
}
.slider-sec .carousel-indicators {
    position: absolute;
    right: -90%;
    bottom: 120px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0%;
    list-style: none;
    transform: rotate(90deg);
}

.slider-sec .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 0px;
    margin-left: 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
}
.slider-sec .carousel-indicators .active {
    opacity: 1;
    height: 5px;
    width: 80px;
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 4px;
}

.services-list h3 img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.digital-img{
   width: 48%;
    border: 1px solid #e5e5e5;
    margin: 15px 12px;
}

.text-social-media {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    color: #fff;
   font-size: 24px;
    font-weight: 400;
    /* bottom: 0; */
}

.sm1, .sm2, .sm3{
  position: relative;
}

.text-social-media i{
  font-size: 40px;
}

.text-social-media p{
  margin-bottom: 0;
}

.corporate-branding{
       display: block;
    background: #1c56c2;
    width: 12%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 15px;
    margin-top: 30px;
    font-weight: 500;
}

.corporate-branding:hover{
  color: #fff;
}
.slider-sec video{
  object-fit: cover;
}
#corporate .digital-img{
  width: 23%;
}
.web-text p{
  width: 85%;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.web-text .clients-sec{
  margin-bottom: 4%;
}

.web-text h5{
  font-weight: 500;
}


/*-----------services detail---------------*/

.services-banner:before{
  background: rgb(24 55 126 / 90%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.smo:before{
  background: rgb(7 99 66 / 90%);
}

.banner-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 75px 0 60px;
}

.detailWrap .content h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.detailWrap .content h2{
    font-weight: 300;
    text-transform: capitalize;
    font-size: 50px;
}

.technologies-sec{
  background: url(../images/services/grey-bg.jpg);
  padding: 70px;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.technology-img {
   position: absolute;
    left: -30px;
    width: 100%;
    right: 0;
    height: 464px;
    bottom: 0;
    top: -50px;
}

.technology-img img{
  width:37%;
}

.technology-text{
  padding-left: 45%;
}

.technology-text h5{
  font-size: 27px;
  font-weight: 500;
  color: #1c56c2;
  margin-bottom: 15px;
}

.technology-text p {
    font-size: 15px;
    color: #1c1c1c;
}

.technology-sec{
  position: relative;
  margin-top: 0;
  margin-bottom: 0px;
}

.stepWrapper ul li{
  font-weight: 500;
    font-size: 15px;
    list-style: none;
    margin-bottom: 5px;
}
.stepWrapper ul{
  padding-left: 0;
}
.stepWrapper ul li:before{
  content: '\f110';
  width: 15px;
  display: inline;
  padding-right: 15px;
  font-family: "FontAwesome";
}

.service-digital p{
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
}

.bg-white-service{
    padding: 70px 20px 60px;
}

.Powering-content{
  margin: 9rem auto 4rem;
}

.step a{
  color: #1c56c2;
  font-weight: 600;
  text-transform: uppercase;
}

.technology-sec .step p{
  margin-bottom: 10px;
  font-size: 14px;
}

.services-details-text img{
  width: 50px;
  padding-right: 10px;
}

.services-details-text h4{
  color: #1c56c2;
  display: flex;
  align-items: end;
}
.bg-grey-service {
    background: url(../images/services-bg.jpg);
    background-position: center;
    padding: 75px 20px 70px;
    background-size: cover;
}
.inner-clients{
  margin: 5% 0;
}
.contact-tagline.smo-tag{
  background: url(../images/smo-bg.jpg);
  background-size: cover;
  background-position: center;
}

.contact-tagline {
    background: url(../images/seo-bg.jpg);
    background-position: top;
    padding: 90px 20px;
    background-size: cover;
    color: #fff;
}
.contact-tagline .row{
  padding-left: 35%;
}
.contact-tagline h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}

.contact-tagline a{
  width: 200px;
    height: 50px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    margin: 0 10px;
    transition: 0.5s;
    line-height: 3;
    border-radius: 0 15px 0px 15px;
}

.contact-tagline a:hover {
    color: #adadad;
    border-radius: 0 20px 0 20px;
    border: 2px solid #adadad;
    line-height: 3;
}

.step:hover{
  background: #fff;
}

.navbar .nav-item.dropdown .nav-link .dropdown-item{
  color: #000;
}
.dropdown-submenu-hover {
  position: relative;
}

.dropdown-submenu-hover .dropdown-item{
  padding: 0;
  line-height: 3;
  font-size: 13px;
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  padding: 10px;
  padding: 5px;
  border-radius: 5px;
  top: 75%;
}
.dropdown-submenu-hover .dropdown-item:hover{
  background: transparent;
  color: #1c56c2 !important;
}
.dropdown-submenu-hover .dropdown-menu-hover {
  display: none; /* Initially hidden */
  position: absolute;
  top: 0;
  left: 100%; /* Position submenu to the right */
  margin-top: -1px; /* Align with parent menu */
  z-index: 1000; /* Keep above other content */
}
.dropdown-submenu-hover:hover > .dropdown-menu-hover {
  display: block;
  margin-top: 10px;
  list-style-type: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left:1px;
  padding: 5px;
}
.dropdown-menu-hover li a{
  color: #fff;
}
/*.dropdown-item:focus, .dropdown-item:hover {
  color: #fff !important;
  background-color: #000 !important;
}*/


.dropdown-toggle::after{
  display: none;
}

.smo-secs .technology-img img{
  width: 38%;
}

.smo-secs .technology-img{
  left: 0;
}