html,
body {
  width: 100% !important;
  height: auto;
  overflow-x: hidden !important;
}

.container-fluid{
  padding: 0 5%;
}

.rs-footer .footer-title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 0 !important;
  background-color: #ff6c39;
}

#footer-icon {
  margin-top: 60px;
  padding: 0 40px;
}

#footer-icon i {
  background-color: #ff6c39;
  padding: 10px 15px;
}

.fa-marker {
  font-size: 50px;
}

#middle-footer-icons {
  width: 70%;
  margin: auto;
}

#middle-footer-icons ul {
  display: flex;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 35px;
}

#middle-footer-icons ul li a {
  font-size: 15px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 33px;
  background: #192939;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#middle-footer-icons ul li i {
  font-size: 20px;
  line-height: 40px;
}

#footer-heading {
  font-size: 25px;
  color: #ff6c39;
  margin: 0;
  padding-bottom: 15px;
}

#footer-heading2 {
  font-size: 20px;
  color: #ff6c39;
  margin: 0;
  padding-bottom: 15px;
  text-align: left;
}

.rs-footer .footer-bottom {
  padding: 25px 0 !important;
}

.footer-bottom ul li {
  padding: 5px 0;
}

.footer-bottom ul li i {
  padding-right: 5px;
}

.footer-bottom ul li a {
  color: white;
}

#footer-horizontal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
}

#footer-horizontal li {
  padding: 0 5px;
  text-align: left;
}

#client-review h2,
h3 {
  text-align: center;
}

#client-review h2 {
  font-size: 60px;
}

#client-review-section .rs-skills {
  padding: 0 !important;
  padding-top: 100px !important;
}

#client-review-section #rs-partner {
  padding: 0 !important;
  padding-bottom: 100px !important;
}

/*------------- Portfolio-Slider -------------*/
#portfolio-slider-section .card {
  background-color: #f0f0f0;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

#industries img {
  padding: 10px;
}

#portfolio-slider-section .rs-skills {
  padding: 0 !important;
  padding-top: 100px !important;
}

#portfolio-slider h2 {
  text-align: left;
}

#portfolio-slider .slider-home .item img {
  height: 100%;
}

.slider-home .item:after {
  background: none !important;
  background: none !important;
}

.slider-main .item:after {
  /* background: rgba(36, 58, 79, 0.9); */
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

#portfolio-button-group {
  margin-top: 30px;
}

#portfolio-button-group a {
  cursor: pointer;
  z-index: 1000000000 !important;
}

#portfolio-slider-section .rs-skills h2 {
  text-align: left;
}

#portfolio-slider-section .rs-skills h4 {
  text-align: left;
}

#portfolio-slider-section .rs-skills p {
  margin-top: 20px;
}

/*Industries*/
#industries .counter-top-area {
  background: #f0f0f0;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  padding: 98px 0;
  line-height: 0;
  position: relative;
  background-attachment: fixed;
}

#icons-space {
  padding-top: 50px;
}

#clients-slider {
  padding-top: 100px;
  background-color: #f0f0f0;
}

#clients-slider #rs-partner {
  padding: 0 !important;
  padding-bottom: 100px !important;
}

/* Contact */
#my-contact .sec-spacer {
  padding: 0 !important;
}

#portfolio-slider .item {
  width: 70%;
  margin: auto;
}

.owl-item .active {
  background: transparent;
}

main {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100vh;
  column-gap: 3rem;
}

.swiper {
  width: 100%;
  padding: 1.875rem 0;
}

.swiper-slide {
  width: 18.75rem;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  /* box-shadow: 0.063rem 0.5rem 1.25rem black; */
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  line-height: 0;
  bottom: -0.063rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.swiper-slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
}

.swiper-slide-img svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 5rem;
  transform: rotateY(180deg);
}

.swiper-slide-img .shape-fill {
  fill: #ffffff;
}

.swiper-slide-content {
  background: #fff;
  padding: 0 1.65rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 100%;
}

.swiper-slide-content>div {
  transform: translateY(-1.25rem);
}

.swiper-slide-content h2 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.425rem;
  text-transform: capitalize;
  letter-spacing: 0.02rem;
}

.swiper-slide-content p {
  color: #000;
  line-height: 1.6;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide-content .show-more {
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24aad9;
  border-radius: 50%;
  box-shadow: 0px 0.125rem 0.875rem #24aad96b;
  margin-top: 1em;
  margin-bottom: 0.2em;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  margin-left: auto;
}

.swiper-slide-content .show-more:hover {
  background: #1184ac;
}

.swiper-slide-content .show-more svg {
  width: 1.75rem;
  color: #fff;
}

/* .swiper-slide-active:hover img {
    transform: scale(1.2) rotate(-185deg);
  } */
.swiper-slide-active:hover .show-more {
  opacity: 1;
  height: 3.125rem;
}

.swiper-slide-active:hover p {
  display: block;
  overflow: visible;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}

#contact-form-slice .card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
  padding-bottom: 50px;
  margin-bottom: 140px;
}

#contact-form input[type="radio"] {
  margin: 15px 0;
}

#megamenu2 {
  background-color: transparent !important;
  width: 1170px !important;
}

#megamenu2 .row {
  top: 100%;
  background-color: #243a4f;
  border: 1px solid #243a4f;
  z-index: 999;
  width: 100%;
  /* Full width inside the parent */
  max-width: 100%;
  /* Max width to avoid stretching too much */
  transform: translateX(-41.2%);
  /* Center the megamenu */
  left: 30% !important;
}
 

#big-mega-menu {
  background-color: transparent !important;
  width: 260px !important;
  transform: translateX(-32.4%) !important;
  /* Center the megamenu */
  left: 30% !important;
  top: 100%;
}

#big-mega-menu .hello {
  top: 100%;
  background-color: #243a4f;
  border: 1px solid #243a4f;
  z-index: 999;
  width: 100%;
  /* Full width inside the parent */
  max-width: 100%;
  /* Max width to avoid stretching too much */
  transform: translateX(-60%);
  /* Center the megamenu */
  left: 30% !important;
}

#big-mega-menu2 {
  background-color: transparent !important;
  width: 260px !important;
  transform: translateX(-127%) !important;
  /* Center the megamenu */
  left: 30% !important;
  top: 100%;
}

#big-mega-menu2 .hello {
  top: 100%;
  background-color: #243a4f;
  border: 1px solid #243a4f;
  z-index: 999;
  width: 100%;
  /* Full width inside the parent */
  max-width: 100%;
  /* Max width to avoid stretching too much */
  transform: translateX(-80%);
  /* Center the megamenu */
  left: 30% !important;
}

#megamenu4 {
  background-color: transparent !important;
  width: 925px !important;
  position: fixed;
  left: 100%;
}

#megamenu4 .row {
  background-color: #243a4f;
  border: 1px solid #243a4f;
  z-index: 999;
  width: 100%;
  /* Full width inside the parent */
  max-width: 100%;
  /* Max width to avoid stretching too much */
  left: 30% !important;
}

#middle-footer-icons #middle-footer-icons-ul {
  padding: 0 30px;
}

#md-show {
  display: none;
}

@media screen and (max-width: 768px) {
  #megamenu2 .row {
    top: 100%;
    background-color: #243a4f;
    border: 1px solid #243a4f;
    z-index: 999;
    width: 0 !important;
    /* Full width inside the parent */
    transform: translateX(0%) !important;
    /* Center the megamenu */
    left: 00% !important;
    width: 100% !important;
    max-width: 100% !important;
    /* Max width to avoid stretching too much */
    color: white !important;
  }

  #megamenu2 {
    color: white !important;
  }

  #megamenu3 .row {
    top: 100%;
    background-color: #243a4f;
    border: 1px solid #243a4f;
    z-index: 999;
    width: 0 !important;
    /* Full width inside the parent */
    transform: translateX(0%) !important;
    /* Center the megamenu */
    left: 00% !important;
    width: 100% !important;
    max-width: 100% !important;
    /* Max width to avoid stretching too much */
    color: white !important;
  }

  #megamenu3 {
    color: white !important;
  }

  #footer-heading {
    margin-top: 30px;
  }

  #google-icon-mobile {
    margin: 45px 0 0;
  }

  .about-widget-2 {
    width: 100%;
  }

  #partner-icons-2 {
    margin-top: 0px;
  }

  #megamenu4 {
    position: relative !important;
    left: 100%;
  }

  #megamenu4 .row {
    transform: translate(-34%) !important;
  }

  #topp-hide {
    display: none;
  }

  #big-mega-menu2 {
    transform: translateX(-10%) !important;
    /* Center the megamenu */
    top: 100%;
  }

  #middle-footer-icons #middle-footer-icons-ul {
    padding: 0;
  }

  #middle-footer-icons-mobile-center {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #md-hide {
    display: none;
  }

  #md-show {
    display: flex;
    justify-content: center;
  }

  #top-follow {
    display: flex;
    justify-content: left;
  }

  #my-contact2 img {
    width: 100%;
  }

  #my-contact2 p {
    text-align: center !important;
  }

  .counter-top-area p {
    text-align: center !important;
  }

  #footer-top-icons-responsive-2 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 766px) {
  #md-show {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #big-mega-menu {
    transform: translate(10%) !important;
    width: 100%;
  }

  #megamenu4 {
    position: relative !important;
    left: 100%;
  }

  #megamenu4 .row {
    transform: translate(-34%) !important;
  }

  #big-mega-menu2 {
    transform: translateX(34%) !important;
    /* Center the megamenu */
    top: 100%;
  }

  #middle-footer-icons {
    width: 100% !important;
  }

  #join-whatsapp a {
    text-align: center !important;
    width: 100% !important;
    font-size: 12px !important;
  }

  #footer-image-change-on-tab {
    width: 50%;
    margin: auto;
  }

  #footer-image-change-on-tab img {
    width: 50% !important;
    display: flex;
    justify-content: center;
  }

  #footer-first-icon img {
    padding-top: 20px;
    width: 120px !important;
  }

  .client-logo-wrapper ul.logos-list li {
    width: 45%;
  }

  .home1 #first-slider .carousel .item {
    height: 80vh !important;
    padding: 50px 0;
  }

  #slider-2-for-portfolio .content-details {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 320px) {
  #big-mega-menu {
    transform: translate(20%) !important;
    width: 100%;
  }

  #megamenu4 {
    position: relative !important;
    left: 100%;
  }

  #megamenu4 .row {
    transform: translate(-34%) !important;
  }

  #big-mega-menu2 {
    transform: translateX(44%) !important;
    /* Center the megamenu */
    top: 100%;
  }

  .client-logo-wrapper ul.logos-list li {
    width: 100%;
  }
}

.why-do-bussiness #rs-keyword-research {
  padding: 0 !important;
}

.fa-map-marker {
  font-size: 20px;
}

.about-widget-2 {
  width: 80%;
  height: auto;
  padding: 15px 30px;
  background-color: #ff6c39;
  /* border-radius: 10px; */
}

.about-widget-2 h3 {
  color: white;
  padding: 0 !important;
}

.about-widget-2 p {
  text-align: center;
  padding-top: 20px;
}

#partner-icons-2 {
  margin-top: -30px;
}

/* For responsive */
#mobile-show-contact {
  display: none;
}

#mobile-show-contact .line-gap {
  width: 20px;
}

@media screen and (max-width: 768px) {
  #mobile-show-contact {
    display: flex;
  }

  #header-contact-info {
    padding: 10px 0;
  }

  #footer-middle-form .sl-btn {
    width: 100% !important;
    text-align: center;
  }
}

#industries .col-md-3 {
  margin-top: 30px;
}

#last-footer {
  content: "";
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

#my-contact2 .card {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

#my-contact2 .card p {
  text-align: left;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 18px;
}

#span-text {
  color: #ff6c39;
  font-size: 20px;
}

#rs-contactform #contact-form {
  border: 1px solid #f0f0f0;
}

#rs-contactform .note-para {
  /* background-color: #ff6c39; */
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  color: white;
}

.note-para2 {
  /* background-color: #ff6c39; */
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  background-color: #243a4f;
  color: #ffffff;
}

/*Contact Button footer*/
#footer-contact-button-group {
  width: 100%;
  position: fixed;
  bottom: 1%;
  padding: 10px;
  z-index: 11111111;
  display: none;
}

#footer-contact-button-group .button-footer {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 20px;
}

#footer-contact-button-group #button-footer1 {
  background-color: #ff6c39;
  color: white;
}

#footer-contact-button-group #button-footer2 {
  background-color: #0f1341;
  color: white;
}

#footer-contact-button-group #button-footer3 {
  background-color: #0da501;
  color: white;
}

#header-logo {
  display: none;
}

#text-align-center-why-us {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  #footer-contact-button-group {
    display: inline;
  }

  .home1 #rs-header .menu-area {
    padding: 0 !important;
    margin: 0 !important;
  }

  .home1 #rs-header .middle-header-home1 {
    /* padding: 20px 0 70px; */
    position: relative;
  }

  .home1 #rs-header .middle-header-home1 {
    padding-top: 20px !important;
  }

  #text-align-center-why-us {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  #header-logo {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  #footer-contact-button-group .button-footer {
    font-size: 11px;
  }

  #mobile-hide-text-header {
    display: none;
  }

  .header-contact .widget-text {
    margin-top: -6px;
    margin-left: -80px;
  }

  .home1 #rs-header .middle-header-home1 .header-contact .widget-text i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    left: 0;
    line-height: 30px;
    background: #243a4f;
    color: #ffffff;
    font-size: 15px;
  }

  #header-logo img {
    width: 200px;
  }

  .home1 .carousel-inner .item .container {
    display: flex;
    flex-direction: column;
  }
}

.main-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.main-box .btn-1 {
  flex-basis: 49%;
}

.note-para-2 {
  background-color: #243a4f;
  height: 80px;
  line-height: 80px;
}

.note-para-2 p {
  font-size: 20px;
}

/*Contact*/
.rs-contactform input[type="text"],
.rs-contactform select#select {
  margin-bottom: 10px;
}

.rs-contactform input[type="text"],
.rs-contactform select#select,
.rs-contactform textarea#message {
  width: 100%;
  border: 1px solid #e0dfdf;
  padding: 13px !important;
}

.rs-contactform input[type="submit"] {
  margin: 10px auto 0 !important;
}

/* .container {
  width: calc(100% - 400px) !important;
} */

#megamenu11 {
  background-color: transparent !important;
  width: 1170px !important;
}

#megamenu11 .row {
  top: 100%;
  background-color: #243a4f;
  border: 1px solid #243a4f;
  z-index: 999;
  width: 100%;
  /* Full width inside the parent */
  max-width: 100%;
  /* Max width to avoid stretching too much */
  transform: translateX(-16.5%);
  /* Center the megamenu */
  left: 30% !important;
}

.tab-pane {
  display: none;
}

.tab-pane.active.show {
  display: block;
}

#menu-bg {
  background-color: #243a4f;
}

.well {
  background-color: #243a4f !important;
  border: 1px solid #243a4f !important;
}
 
#rs-header .menu-area #main-nav.mobile ul li:hover a,
#rs-header .menu-area #main-nav.mobile ul li.active a {
  color: white !important;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: transparent !important;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a {
  background-color: transparent !important;
}


#megamenu3 {
  background-color: transparent !important;
  width: 1740px !important;
}

#megamenu3 .row {
  top: 100%;
  background-color: #243a4f;
  border: 1px solid #243a4f;
  z-index: 999;
  width: 100%;
  /* Full width inside the parent */
  max-width: 100%;
  /* Max width to avoid stretching too much */
  transform: translateX(-37%);
  /* Center the megamenu */
  left: 30% !important;
}


#megamenu12 {
  background-color: transparent !important;
  width: 1740px !important;
}

#megamenu12 .row {
  top: 100%;
  background-color: #243a4f;
  border: 1px solid #243a4f;
  z-index: 999;
  width: 100%;
  /* Full width inside the parent */
  max-width: 100%;
  /* Max width to avoid stretching too much */
  transform: translateX(-11%);
  /* Center the megamenu */
  left: 30% !important;
}

#sub-sub-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sub-sub-menu #menu-bg {
  flex-basis: 50%;
}


@media screen and (max-width: 1850px) {

   #megamenu3 { 
    width: 1695px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-38%); 
  }

  #megamenu12 { 
    width: 1695px !important;
  }

  #megamenu12 .row { 
    transform: translateX(-11.5%); 
  }

}

@media screen and (max-width: 1825px) { 

  #megamenu3 { 
    width: 1670px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-38.7%); 
  }

  #megamenu12 { 
    width: 1670px !important;
  }

  #megamenu12 .row { 
    transform: translateX(-11.5%); 
  }

}

@media screen and (max-width: 1800px) {
  #megamenu3 { 
    width: 1650px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-39.2%); 
  }
  
  #megamenu12 { 
    width: 1650px !important;
  }

  #megamenu12 .row { 
    transform: translateX(-11.5%); 
  }

}

@media screen and (max-width: 1775px) {
  #megamenu3 { 
    width: 1625px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-39.6%); 
  }
  
  #megamenu12 { 
    width: 1625px !important;
  }

  #megamenu12 .row { 
    transform: translateX(-11.5%); 
  }

}

@media screen and (max-width: 1750px) {

    #megamenu3 { 
      width: 1605px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-40.2%); 
  }
  
  #megamenu12 { 
    width: 1605px !important;
  }

  #megamenu12 .row { 
    transform: translateX(-12%); 
  }

}

@media screen and (max-width: 1725px) { 

  #megamenu3 { 
     width: 1580px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-40.8%); 
  }

  #megamenu12 { 
    width: 1580px !important;
  } 
  #megamenu12 .row { 
    transform: translateX(-12%); 
  }

}

@media screen and (max-width: 1700px) { 

   #megamenu3 { 
     width: 1565px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-41.3%); 
  }

  #megamenu12 { 
    width: 1565px !important;
  } 
  #megamenu12 .row { 
    transform: translateX(-12.5%); 
  }

}
@media screen and (max-width: 1675px) { 
    #megamenu3 { 
     width: 1540px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-42%); 
  }
  #megamenu12 { 
    width: 1540px !important;
  } 
  #megamenu12 .row { 
    transform: translateX(-12.5%); 
  }

}
@media screen and (max-width: 1650px) { 
    #megamenu3 { 
     width: 1515px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-42.7%); 
  }
  #megamenu12 { 
    width: 1515px !important;
  } 
  #megamenu12 .row { 
    transform: translateX(-12.5%); 
  }

}
@media screen and (max-width: 1625px) { 

  #megamenu3 { 
     width: 1490px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-43.4%); 
  }

  #megamenu12 { 
    width: 1490px !important;
  } 
  #megamenu12 .row { 
    transform: translateX(-13%); 
  }

}
@media screen and (max-width: 1600px) { 
   #megamenu3 { 
    width: 1465px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-44%); 
  }


  #megamenu12 { 
    width: 1465px !important;
  } 
  #megamenu12 .row { 
    transform: translateX(-13%); 
  }

}

@media screen and (max-width: 1440px) { 

  #megamenu3 { 
      width: 1325px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-49%); 
  }

  #megamenu12 { 
    width: 1325px !important;
  } 
  #megamenu12 .row { 
    transform: translateX(-14.6%); 
  }

}
@media screen and (max-width: 1024px) { 

  #megamenu3 { 
       width: 950px !important;
  }

  #megamenu3 .row { 
    transform: translateX(-68%); 
  }

  #megamenu12 { 
    width: 950px !important;
  } 
  #megamenu12 .row { 
    transform: translateX(-20%); 
  }

}


@media screen and (max-width: 768px) {
  #sub-sub-menu #menu-bg {
    flex-basis: 100%;
  }

  #megamenu12 .row {
    top: 100%;
    background-color: #243a4f;
    border: 1px solid #243a4f;
    z-index: 999;
    width: 0 !important;
    /* Full width inside the parent */
    transform: translateX(2%) !important;
    /* Center the megamenu */
    left: 00% !important;
    width: 100% !important;
    max-width: 100% !important;
    /* Max width to avoid stretching too much */
    color: white !important;
  }

  #megamenu12 {
    color: white !important;
  }

  .rs-team .owl-dots {
    left: 50%;
    position: absolute;
    bottom: -80px !important;
  }
}

#rs-header .menu-area #main-nav ul li .submenu li a:hover {
  background-color: #ff6c39 !important;
  color: white !important;
}

/* #rs-header .menu-area #main-nav ul li .submenu li {
  border-top: 1px solid white !important;
} */

#industries .card {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

#industries .card p {
  text-align: left;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 18px;
}

.form-style-common {
  height: 40px !important;
  font-size: 12px !important;
}

#welcome-seo-ninja .items {
  background: url(../images/slider-pattern.jpg) !important;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

#rs-team .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -2%;
}

#rs-team .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -2%;
}

.single-team {
  background-color: white !important;
  border-radius: 10px;
}

#whatsapp-footer-btn {
  background-color: white;
  color: #0da501;
  border-radius: 30px;
  border: 0;
}

#whatsapp-footer-btn:hover {
  background-color: #0da501;
  color: white;
}

/* Top-heading-button-dropdown */

.top--menu {
  background-color: #ff6c39;
  padding: 5px 10px !important;
  margin-top: 5px;
  color: white !important;
}

#top--menu {
  background-color: #ff6c39;
  padding: 5px 10px !important;
  margin-top: 5px;
  color: white !important;
}

.nav-mega {
  width: 100%;
}

.nav-mega .dropdown {
  position: static;
}

.nav-mega .dropdown-menu.mega-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  min-width: auto;
  width: 1800px !important;
  margin-top: 0;
  padding: 0;
  background-color: #243a4f;
  position: absolute;
  left: -103%;
}
 
.nav-mega .dropdown-menu.mega-menu>li {
  padding: 20px;
}

.nav-mega .dropdown-menu.mega-menu .media-list .media {
  padding: 10px;
  font-size: 13px;
}

.nav-mega .dropdown-menu.mega-menu .media-list .media-heading {
  font-size: 16px;
}

#top-1 h2 {
  width: 100%;
  color: white;
  text-align: left;
  padding-top: 20px;
  font-size: 27px;
}

#top-1 ul li {
  padding: 5px 0;
}

#top-1 ul p {
  font-size: 18px;
  color: #ff6c39;
  font-weight: bold;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

#top-1 .fa-phone,
.fa-envelope-o {
  font-size: 20px;
}

#top2 ul p {
  font-size: 18px;
  color: #ff6c39;
  font-weight: bold;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

#top-1 ul li {
  color: white;
  font-size: 16px !important;
}

#top-1 ul li i {
  font-size: 16px;
}

#top-1 {
  border-bottom: 1px solid #192938;
}

#top-res-border {
  border-left: 1px solid #192938;
  border-right: 1px solid #192938;
}

@media screen and (max-width:1800px) { 
  .nav-mega .dropdown-menu.mega-menu { 
    width: 1600px !important; 
    left: -95%;
  } 
}

@media screen and (max-width:1700px) { 
  .nav-mega .dropdown-menu.mega-menu { 
    width: 1500px !important; 
    left: -95%;
  } 
}

@media screen and (max-width:1600px) { 
  .nav-mega .dropdown-menu.mega-menu { 
    width: 1400px !important; 
    left: -95%;
  } 
}

@media screen and (max-width:1440px) { 
  .nav-mega .dropdown-menu.mega-menu { 
    width: 1200px !important; 
    left: -95%;
  } 
}

@media screen and (max-width:1300px) { 
  .nav-mega .dropdown-menu.mega-menu { 
    width: 1100px !important; 
    left: -95%;
  } 
}

@media screen and (max-width:1170px) { 
  .nav-mega .dropdown-menu.mega-menu { 
    width: 1000px !important; 
    left: -95%;
  } 
}


@media screen and (max-width: 1024px) {
  .nav-mega .dropdown-menu.mega-menu {
    width: 950px !important;
    left: -100%;
  }
}

@media screen and (max-width: 768px) {
  .nav-mega .dropdown-menu.mega-menu {
    width: 750px !important;
    left: 0% !important;
  }

  #center-icons-top {
    display: flex;
    justify-content: center;
  }

  #client-google-review {
    margin-top: 40px;
  }

  #client-google-review img {
    margin-bottom: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  #client-google-review p {
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
  }

  #client-google-review #text {
    line-height: 20px;
  }

  #footer-first-large-icons img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .nav-mega .dropdown-menu.mega-menu {
    width: 400px !important;
    left: 0% !important;
  }

  .nav-mega .dropdown-menu.mega-menu .col-lg-4 {
    padding: 10px 40px !important;
  }
}

@media screen and (max-width: 375px) {
  .nav-mega .dropdown-menu.mega-menu {
    width: 320px !important;
    left: 5% !important;
  }
}

@media screen and (max-width: 320px) {
  .nav-mega .dropdown-menu.mega-menu {
    width: 300px !important;
    left: 0% !important;
  }
}

#footer-2-icons #middle-footer-icons {
  margin: 0 !important;
}

#sec-portfolio {
  margin-top: 70px;
  margin-bottom: 100px;
}

.single-member-area img {
  width: 300px;
  height: 250px;
  object-fit: cover;
}

#portfolio-gap {
  padding-top: 40px;
}

.past-portfolio {
  margin-bottom: 100px;
}

#main-header-footer {
  /* background-color: #243a4ff0 !important; */
  background-image: url(../images/benner2.avif);
  border-top: 1px solid #ffffff !important;
  height: 80px;
}

#main-header-footer a {
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  padding: 15px 20px !important;
  background-color: #243a4f;
  font-size: 16px !important;
  width: 200px !important;
  text-align: center;
}

#main-header-footer br {
  display: none;
}

#main-header-footer h2 {
  color: #ffffff !important;
  font-weight: bold;
  text-align: right;
  font-size: 25px;
  line-height: 80px;
}

.header-top-btn {
  border: 1px solid white;
  color: #243a4f;
  height: 60px;
  margin-top: 10px;
}

.header-top-btn a {
  color: #ffffff !important;
  line-height: 60px;
}

.header-top-btn:hover {
  border: 1px solid white;
  background-color: #ffffff;
}

.header-top-btn:hover a {
  color: #243a4f !important;
}

.about-btn {
  padding: 10px 20px;
  background-color: #243a4f;
  color: white;
  font-size: 18px;
  margin-left: 20px;
}

.about-btn2 {
  padding: 10px 20px;
  background-color: #243a4f;
  color: white;
  font-size: 18px;
  margin-left: 20px;
}

#first-row {
  background-color: #243a4f;
}

.team-list3 img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  margin-right: 20px;
}

.team-list3 .testi-name {
  color: #ff6c39;
}

.team-list3 .testi-title {
  color: #ffffff;
}

.team-list3 {
  background-color: transparent !important;
}

.team-list3 .single-team {
  background-color: transparent !important;
  padding: 30px 60px !important;
}

.team-list3 p {
  color: white;
  margin-top: 40px;
}

#icons-topz {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#icons-topz li {
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  background-color: white !important;
  position: relative;
}

#icons-topz li a {
  font-size: 20px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  color: #ff6c39 !important;
}

#icons-topz li:hover {
  background-color: #ff6c39 !important;
  color: white;
}

#icons-topz li:hover a {
  color: white !important;
}

#footer-first-large-icons li {
  list-style: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ff6c39;
  background-color: white;
}

#footer-first-large-icons i {
  font-size: 30px;
}

#footer-first-large-icons li:hover {
  background-color: #ff6c39;
  color: white;
}

#footer-first-large-icons li:hover i {
  background-color: #ff6c39;
  color: white;
}

#footer-first-large-icons a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.top-1-2 {
  color: #ff6c39 !important;
  background-color: white !important;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 20px;
}

.top-1-2:hover {
  background-color: #ff6c39 !important;
  color: white !important;
}

/*==== Service-page ======*/


.service-more-card .card {
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #243a4f33;
  margin-top: 20px;
}

.service-more-card .card .card-header {
  position: relative;
  padding-top: 20px;
}

.service-more-card .card .card-header i {
  font-size: 30px;
  color: #ff6c39;
  position: absolute;
  top: 50%;
  left: 3%;
}

.service-more-card .card .card-header h3 {
  padding-top: 10px;
}

.service-more-card .card .card-body p {
  padding-left: 10px;
}

.service-more-card .card:hover {
  background-color: #243a4f;
}

.service-more-card .card:hover h3 {
  color: #ffffff;
}

.service-more-card .card:hover p {
  color: #ffffff;
}

#service-list h2 {
  color: #243a4f;
}

#service-list ul li {
  padding: 10px 0;
}

#service-list ul li i {
  padding-right: 5px;
  font-size: 15px;
}

#portfolio-image-center {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 70px;
}

#portfolio-image-center img {
  width: 100%;
}

 

.follow-icons ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 15px;
}

.follow-icons ul li {
  border-radius: 50%;
  margin: 10px;
  width: 12%;
}

.follow-icons ul li:hover a {
  color: #ffffff;
}

.follow-icons li:hover a {
  background-color: #ff6c39;
  color: #ffffff;
}

.follow-icons ul li a {
  color: #ffffff;
  font-size: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding-top: 13px;
  width: 50px;
  height: 50px;
  padding-left: 5px;
  background-color: #192939;
}



@media screen and (max-width: 1024px) {
  #megamenu4 {
    width: 728px !important;
  }

  #footer-top-icons-responsive .card-outline {
    width: 100% !important;
  }

  .follow-icons {
    float: left !important;
  }

  .follow-icons ul {
    width: 100%;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    margin-left: 10px;
  }

  .follow-icons ul li {
    width: 6%;
  }
}

@media screen and (max-width: 480px) {
  .follow-icons ul li {
    width: 25%;
    margin-left: 10px;
  }

  #main-header-footer {
    height: auto;
  }

  #main-header-footer h2 {
    padding-left: 20px;
  }

  #main-header-footer #main-header-2 {
    float: left !important;
    float: none !important;
  }

  #main-header-footer #main-header-2 h2 {
    text-align: left !important;
  }

  .header-top-btn {
    float: right !important;
  }

  #main-header-footer br {
    display: inline;
  }

  #main-header-footer h2 {
    line-height: 0px;
    padding-top: 25px;
    line-height: 20px;
  }
}

#arrow-line:after {
  content: "";
  width: 160px;
  height: 160px;
  /* background: url("../images/my-image/icons/arrow.png") no-repeat; */
  background-size: contain;
  top: -42%;
  right: 5px;
  position: absolute;
  left: 32%;
  display: inline-block;
  transform: scaleY(-1);
}

#about-work .card-header {
  text-align: center;
  padding: 0;
}

#about-work .card-header h3 {
  margin: 0;
  padding: 10px 0;
}

#about-work .card-body {
  text-align: center;
}

#about-work .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0 !important;
  border-radius: 10px;
}

#footer-top-icons-responsive #follow-3::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../images/my-image/icons/turn-right-arrow-with-broken-line.png") no-repeat;
  background-size: contain;
  top: 45%;
  right: 5px;
  position: absolute;
  left: 30%;
  display: inline-block;
  /* transform: scaleY(-1); */
}

#footer-top-icons-responsive #follow-4::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../images/my-image/icons/turn-right-arrow-with-broken-line.png") no-repeat;
  background-size: contain;
  top: 45%;
  right: 5px;
  position: absolute;
  left: 50%;
  display: inline-block;
  /* transform: scaleX(-1); */
}

#top-111 h2::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/my-image/icons/turn-right-arrow-with-broken-line.png") no-repeat;
  background-size: contain;
  top: 27%;
  right: 5px;
  position: absolute;
  left: 40%;
  display: inline-block;
  /* transform: scaleY(-1); */
}

#slider-2-for-portfolio {
  background: #ffffff;
  padding: 20px;
}

#all-pricing .btn {
  color: #ffffff;
  background-color: #ff6c39;
  margin-bottom: 20px;
  margin-top: 10px;
}

.payment_form .h2_class {
  background-color: #ff6c39;
  color: white;
  padding: 20px;
}

#first_table input {
  margin: 15px 0;
  border: 1px solid #00000047;
  padding: 10px 10px;
}

#first_table table tr td {
  padding: 0 20px;
}

#first_table {
  margin: 0;
  padding: 0;
  width: 100%;
}

#first_table input {
  margin-bottom: 10px;
  margin-top: 10px;
}

.h2_class {
  font-size: 25px;
  background: var(--dark-color);
  color: var(--primary-color);
}

table li {
  list-style: none !important;
  padding-left: 20px !important;
  padding-top: 20px !important;
}

table td {
  width: 40%;
}

#pay_form input {
  margin-top: -20px !important;
  width: 100%;
}

#sec_form input {
  height: 40px;
}

#sec_form select {
  height: 40px;
  margin-top: 10px;
}

#plus {
  width: 30px !important;
  background-color: #ff6c39 !important;
  text-align: center;
  color: white !important;
  border: 0 !important;
}

#minus {
  width: 30px !important;
  background-color: #ff6c39 !important;
  text-align: center;
  color: white !important;
  border: 0 !important;
}

#recieve-info #this_common {
  padding: 0 20px;
}

#recieve-info #this_common .col-md-6 {
  padding-top: 10px;
}

.list-group-item {
  border: 1px solid #ececec;
}

@media screen and (max-width: 1024px) {
  #pay_form input {
    margin-top: 5px !important;
  }

  #arrow-line:after {
    background: transparent !important;
  }

  .bmi-calculator .container {
    width: 100% !important;
  }

  #main-header-footer {
    height: auto !important;
    padding: 0 30px;
  }

  .header-top-btn {
    float: left !important;
    margin: 30px 0 !important;
  }

  .header-top-text {
    float: left !important;
    margin: 30px 0 !important;
  }
}

@media screen and (max-width: 480px) {
  table td {
    width: 100% !important;
  }

  #first_table table tr td {
    padding: 0 !important;
  }

  table tbody td {
    width: 100% !important;
  }

  #main-header-footer {
    padding: 0;
  }
}

#btn-back {
  background-color: #ff6c39;
}

#custom-btn {
  color: #ff6c39 !important;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 10px 0;
}

#custom-btn:hover {
  background-color: #ff6c39;
  color: #ffffff !important;
}

#text-transform {
  text-transform: uppercase !important;
}

#contact-sidebar #span-text {
  font-size: 18px !important;
}

#contact-sidebar .card {
  padding: 30px 30px !important;
}

#contact-sidebar .card i {
  background: #243a4f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

#contact-cards {
  font-size: 16px;
  padding-left: 10px;
}

#calculator-contact #row-1 h2,
p {
  text-align: center;
}

#calculator-contact #row-1 p {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

#calculator-contact-form select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e4e4e4;
}

#calculator-contact-form #main-form {
  margin-top: 30px;
}

#calculator-contact-form #main-form h2 {
  color: #ff6c39;
  font-size: 25px;
}

#calculator-contact-form #main-form h2,
p {
  text-align: left;
  padding: 0;
  margin: 10px 0;
}

#calculator-contact-form #main-form .card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#calculator-contact-form #main-form .card img {
  padding-top: 30px;
  width: 300px;
}

#calculator-contact-form #price-show .card {
  margin-top: 50px;
}

#final-price-show .card .bg {
  text-align: center;
  background-color: #243a4f;
  color: white;
  padding: 30px 10px;
}

#final-price-show .card p {
  text-align: center;
}

#final-price-show .card h2 {
  color: #ffffff;
}

#final-price-show {
  margin-top: 50px;
}

/* Sec Portfolio */

#slider-2-for-portfolio .content-details {
  margin-top: 20px;
}

#slider-2-for-portfolio .content-details ul li {
  padding-top: 10px;
}

#rs-blog2 .owl-nav {
    display: none !important;
  }
 

@media screen and (max-width: 1920px) {
  #rs-blog2 .owl-nav .owl-next {
    right: -13% !important;
  }

  #rs-blog2 .owl-nav .owl-prev {
    left: -13% !important;
  }
}


@media screen and (max-width: 1440px) {
  #rs-blog2 .owl-nav {
    display: none !important;
  }
  #rs-blog2 .owl-nav .owl-next {
    right: -10% !important;
  }

  #rs-blog2 .owl-nav .owl-prev {
    left: -10% !important;
  }
}


@media screen and (max-width: 1024px) {
  #rs-blog2 .owl-nav .owl-next {
    right: -3% !important;
  }

  #rs-blog2 .owl-nav .owl-prev {
    left: -3% !important;
  }
}

@media screen and (max-width: 480px) {
  #rs-blog2 .owl-nav .owl-next {
    right: 0% !important;
    top: 70%;
  }

  #rs-blog2 .owl-nav .owl-prev {
    left: 0% !important;
    top: 70%;
  }
}


#common-hover-effect {
  position: relative;
  width: 100%;
  height: 50px;
}

#common-hover-effect img {
  width: 70px;
}  


                                        
#industry-submenu-by-list {
  height: 350px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (max-width:px) {
  #industry-submenu-by-list {
    height: auto !important;
  }
}





/*======== BUTTON ANIMATION =======*/
 
.circle-button {
  color: #fff;  
  padding: 16px 24px;
  border-radius: 40px;
  border: none;
  background: 
    linear-gradient(120deg, #243a4f 45%, rgb(99 78 207 /0%) 45%), linear-gradient(120deg, #243a4f 55%, #FF7842 55%);
  background-size: 250%;
  background-position: right;
  transition: .3s ease-in-out;
  overflow: visible;
}

.circle-button:hover {
  background-position: left;
  transition: .3s ease;
  color: #fff;
}



