* {
  list-style: none;
  box-sizing: border-box;
}
.footer_logo{
    height:100px;
}
/*cleint logo slider start*/
    /* Common */


/* Brand logo slider */
.brands {
  position: relative;
  overflow: hidden;
}

.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
  animation-play-state: paused;
}

.brands__preWrapper {
  position: relative;
  width: 100%;
  height: 8.5rem;
  transform: translateX(0%);
  animation: scroll1 30s ease-in infinite;
  animation-delay: 2s;
  animation-direction: alternate;
  will-change: transform;
}

.brands__wrapper {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0%) translateZ(0);
  /*animation: scroll2 30s linear infinite;*/
   animation: scroll2 100s ease-in infinite;
  animation-delay: 2s;
  animation-direction: alternate;
  will-change: transform;
}

.brands__wrapper > a,
.brands__wrapper > img {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
}

.brands__wrapper > a img {
max-width: 12rem;
    object-fit: contain;
    max-height: 8.5rem;
    border: 1px solid #75439a;
    aspect-ratio: 16 / 9;
    padding: 10px;
}
/*client logo slider start*/
.video_slider {
  text-align: center;
  background:#ffa500;
}
.slider .video_testimonial {
  position: relative;
  padding-top: 56.25%;
}
.slider iframe {
  position: absolute;
  top: .5%;
  left: .5%;
  width: 99%;
  height: 99%;
}
.slider a {
  display: inline-block;
  padding: 0 .5em;
  text-decoration: none;
  color: blue;
font-size: 24px;
}
.slider a:nth-of-type(1)::before { 
  color: rgb(0,129,0);
}
.slider span:active a::before {
  color: rgba(0,0,0,0);
  transition: color 0s;
}
.slider span:active a:nth-of-type(1)::before {
  color: #ccc;
  transition: color 0s;
}
.slider span:active a:active::before {
  color: green;
  transition: color 0s;
}
/*client logo slider end*/


@keyframes scroll1 {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
/*cleint logo slider end*/

#more {
      display: none;
  }
    li{
          list-style: none !important;
    }
    .home_pics{
    width:90%;
    }
.main-logo {
  max-width: 80px;
}
.step_img{
    width:100%;
    height:80px;
    object-fit: contain;
}
.link-preview{
     font-family: 'Montserrat';
    color: #A0184E !important;
    font-weight: 500;
    font-size:14px;
}
h5 {
    font-family: Poppins, sans-serif;
    line-height: 1.6;
    font-family: 'Montserrat';
    color: #A0184E !important;
    font-weight: 500;
    margin-top:0.5rem;
}
.services_img{
    width:100%;
    height:auto;
}
.popup_img{
      max-width: 78%;
     height:100%
}
.slick-slide {
    margin: 0px 20px;
}

/*.slick-slide img {*/
/*    width: 100%;*/
/*}*/
img.item_img {
    width: 124%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    border: 1px solid #00000030;
    padding:10px;
    border-radius:8px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.callaction_heading {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px !important;
  outline: none !important;
}
.modal-header{
    background: #ffa500 !important;
      color: #fff !important;
}
.modal-footer {
    background: #ffa500;
    justify-content: center !important;
}
.modal-body.text-center{
    padding:0;
}
a.pre-order-btn.btn-danger {
    background: #75439a;
    font-family: "Montserrat";
    font-size:15px;
    font-weight:400;
    padding: 0.7rem 1rem;
    color: #fff;
}
.imcall{
    width:100% !important;
}
.accordion-item {
  border: none !important;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  border: none;
  outline: 0 !important;
  color: #fff !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
i.fa-sharp.fa-solid.fa-bars-staggered {
  font-size: 30px !important;
  color: #fff !important;
}
button.navbar-toggler.collapsed {
  background: transparent !important;
  border: none !important;
  color: white !important;
  font-size: 30px !important;
  color: #fff !important;
}
.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}
.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}
.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}
.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}
.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}
.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}
.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9b33e1;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}
.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}
.advertisers-service-sec p {
  color: #0c0808;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
      text-align: center;
  z-index: 3;
  margin-bottom:12px;
}
.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}
.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}
.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}
.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}
.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}
.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs > section {
  order: 999;
  width: 100%;
  display: none;
}
.tabs > input {
  opacity: 0;
  position: absolute;
}
.tabs > input[type="radio"]:checked + label {
  background: yellow;
}
.tabs > input[type="radio"]:checked + label + section {
  display: unset;
  margin-top: 1.5rem;
}
.tabs > label {
  background: #b16f2e;
  border-right: 1px solid #000;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgb(255, 255, 255);
  margin-bottom: 1px;
  font-weight: 400;
  width: 14.2%;
  text-align: center;
  display: flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Montserrat";
}
.tabs > label:last-of-type {
  border-right: none;
}
.tabs > input[type="radio"]:checked + label {
  background: #b16f2e;
}

.tabs section {
  border: 1px #b16f2e solid;
  border-top: 5px #b16f2e solid;
  padding: 1em;
}
/*.home_ban {*/
/*  background: url("../img/banbg.jpg") center top/cover no-repeat;*/
/*  padding: 120px 0 60px;*/
/*}*/

.social-link:hover {
  color: #ffa500;
}

.smo_img {
  mix-blend-mode: multiply;
}
img.w-50.d-flex.m-auto {
  mix-blend-mode: multiply;
}
.btn_book {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: "Montserrat";
  padding: 0.6rem 1.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.nav-item .nav-link {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Montserrat";
  padding-left:0.8rem !important;
  padding-right:0.8rem !important;
  color: #fff;
}
.dropdown-toggle::after {
  content: none !important;
}
.ssss {
  background: transparent;
  transition: 0.5s ease-in;
}
.ssss.scrolled {
  background: #75439a !important;
  color: #fff;
}
a.nav-link.dropdown-toggle:hover {
  color: #ffa500;
}

a.nav-link:hover {
  color: #ffa500;
}

img.card-img-top.d-flex.m-auto {
  /*aspect-ratio: 1.5;*/
  aspect-ratio: 16 / 9;
}

#slider {
  width: 100%;
  height: 100vh;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs > section {
  order: 999;
  width: 100%;
  display: none;
}

.tabs > input {
  opacity: 0;
  position: absolute;
}
.tabs > input[type="radio"]:checked + label {
  background: yellow;
}
.tabs > input[type="radio"]:checked + label + section {
  display: unset;
  margin-top: 1.5rem;
}
.tabs > label {
  background: #b16f2e;
  border-right: 1px solid #000;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgb(255, 255, 255);
  margin-bottom: 1px;
  font-weight: 400;
  /* width: 49.2%; */
  text-align: center;
  font-family: "Montserrat";
}

.tabs > label:last-of-type {
  border-right: none;
}

.tabs > input[type="radio"]:checked + label {
  background: #b16f2e;
}

.tabs section {
  border: 1px #b16f2e solid;
  border-top: 5px #b16f2e solid;
  padding: 1em;
}
.card.active.border-none {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px;
  padding: 20px;
}

.card:hover {
  box-shadow: 0px 0px 20px 0px;
  padding: 20px;
}

a {
  text-decoration: none;
}

.card-body {
  padding-left: 0;
  padding:0;
}

.header-section {
  background-color: #75439a;
}

.banForm {
  margin-top: 80px;
}

.topbar_li {
  margin-bottom: 0 !important;
}

.service_content.text-justify {
  text-align: justify;
}
.social-link {
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
}

.topbar {
  background: rgba(1, 48, 79, 0.92);
}

.bgcolor.scrolled {
  background-color: #f3a01c !important;
}

ul {
  padding: 7px;
}
.service_content {
     margin-bottom:15px;
  font-size: 16px;
  color: #0c0808;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.smallhead {
  color: #A41950;
  font-size: 16px;
  font-family: "Poppins";
  margin-bottom: 0.8rem;
  font-weight:500;
}
h2{
      font-size: 28px;
  color: #9b33e1;
  margin-bottom: 0.8rem;
  margin-top: 0.6rem;
}
h3 {
  font-size: 28px;
  color: #9b33e1;
  margin-bottom: 0.8rem;
  margin-top: 0.6rem;
}

.content_heading {
  font-size: 28px;
  color: #9b33e1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.8rem;
  margin-top: 0.6rem;
}

.card-text {
  font-size: 15px;
  color: #1f1d1d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.btn_readmore {
  font-size: 14px;
  font-weight: 500;
  background-color: #A41950;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.8rem;
   margin-top: 1.3rem;
}

.btn_readmore:hover {
background-color: #FFFFFF;
    color: #A41950;
    transition: 0.7s ease-in;
    border: 1px solid #A41950;
}
.float_left{
      font-size: 15px;
  color: #1f1d1d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
.btn_ux {
  display: block;
  padding: 0.6rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  margin: 1rem 0;
  color: #fff;
  background: #e1337a;
  border: #fff;
  border-radius: 20px;
}

.BuyButton-ButtonTextContainer {
  display: inline-block !important;
  width: 50% !important;
  height: 40px !important;
}

.buy_btn_1NO3NOGKFu0MCh3znlK8I9gh {
  display: inline-block !important;
  width: 50% !important;
  height: 40px !important;
}

.sectionClass {
  padding: 0px 0px 30px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  visibility: visible;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: #734398;
}

.projectFactsWrap .item:nth-child(2) {
  background: #6F4706;
}

.projectFactsWrap .item:nth-child(3) {
  background: #a41950;
}

.projectFactsWrap .item:nth-child(4) {
  background: #9B3422;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: #fff;
}
@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.proc-col.mx-2 {
  border: 2px solid #f3a01c;
  padding: 29px;
  margin-bottom: 20px !important;
}

.circle-social {
  padding-left: 0;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  width: 40px;
  border-radius: 50%;
  background-color: #f3a01c;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.circle-social:hover {
  transition: 0.3s ease-in;
  background-color: #fff;
  color: #f3a01c;
  border: 1px solid #f3a01c;
}

img.d-block.w-100 {
  height: 80vh;
  object-fit: cover;
}

.item_1 {
  background-color: #98368a;
}

.sub_p {
  font-size: 15px;
color: #0c0808;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.blockquote_text {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  background: #fff;
    border-radius: 10px;
     margin-bottom:10px;
    padding: 15px;
    border-left: 5px Solid #e1337a;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

li {
  font-size: 14px;
  color: #0c0808;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 15px;
}

span {
  margin-bottom: 15px !important;
  font-size: 15px;
  color: #0c0808;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
}

i.fa-solid.fa-star {
  font-weight: 900;
  color: purple;
  font-size: 20px;
  margin-right: 10px;
}

.border_card_1 {
  border: 2px solid #98368a;
}

.card_web_security {
  background-color: #98368a;
  padding: 20px;
  color: #fff;
}

.card_web_performance {
  background-color: #e1337a;
  padding: 20px;
  color: #fff;
}

.card_update {
  background-color: #d65b44;
  padding: 20px;

  color: #fff;
}

.card_cost_effect {
  background-color: #f3a01c;
    padding: 20px;
  color: #fff;
}


.btn_view_packages {
  padding: 0.6rem 1rem;
  background: #e1337a;
  font-family: "Montserrat", sans-serif;
  width: 200px;
  color: #fff;
  margin-top: 0.8rem;
}

.btn_view_packages:hover {
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  color: #000;
}

.card_text {
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.tag {
  height: min-content;
  width: 700px;
  padding: 0.5rem;
  rotate: 45deg;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 5%;
  left: -15%;
  font-weight: 600;
}

.tagLabel {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  user-select: none;
}

.Alert-tag {
  background-color: #ffa500;

  border: 2px solid lightcoral;
}

.trend-tag {
  background-color: #e1337a;
  border: 2px solid #e1337a;
  color: #fff;
}

.item_img {
  width: 200px;
  height: 183px;
  aspect-ratio: 1.5;
  object-fit: contain;
}
.tool_img{
      width: 100%;
  height: 100px;
  aspect-ratio: 1.5;
  object-fit: cover;
}

a.btn.btn_quote {
  background: #fff;
  padding: 0.6rem 1rem;
  color: #000;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

a.btn.btn_quote:hover {
  background-color: #743eb8;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.btn_red_ecom {
  background-color: #fff !important;
}

.btn_red_ecom:hover {
  background-color: #d64e4e !important;
  transition: 0.3s ease-in-out !important;
  color: #fff !important;
}

.btn_pink {
  background: #fff !important;
}

.btn_pink:hover {
  background-color: #e1337a !important;
  transition: 0.3s ease-in-out !important;
  color: #fff !important;
}

.btn_yellow_q {
  background: #fff !important;
}

.btn_yellow_q:hover {
  background-color: #f3a01c !important;
  transition: 0.3s ease-in-out !important;
  color: #fff !important;
}

.btn_get_qoute {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  color: purple;
  border-radius: 0;
}

.btn_get_qoute:hover {
  background-color: transparent;
  color: #fff;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
}


.form_row {
  background-color: #333;
  color: #fff;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-radius: 16px;
}

.circle-social-form {
  padding-left: 0;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  width: 40px;
  border-radius: 50%;
  background-color: #dc3545;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.circle-social-form:hover {
  transition: 0.3s ease-in;
  background-color: #fff;
  color: #dc3545;
  transform: scale(0.9) !important;
  border: 1px solid #dc3545;
}

.contact_img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.btn-send:hover {
  background-color: #fff !important;
  color: #dc3545 !important;
  border: 1px solid #fff !important;
  transform: scale(0.9) !important;
}

input {
  margin-bottom: 10px !important;
}

.form-control,
.form-select {
  padding: 0.6rem 1rem !important;
}

select.form-select {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important;
}

::placeholder {
  color: #212529 !important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important;
}

.form_heading {
  color: #dc3545;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.form_text {
  color: #cbcbcb;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important;
}

.card_location {
  background: #333;
  padding: 0.8rem 1.5rem;
  border-radius: 16px;
}

.con_card_head {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.social_icon_contact {
  font-size: 18px;
  font-weight: 800;
  color: #dc3545;
  margin-right: 10px;
}

.con_card_text {
  color: #cbcbcb;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important;
}

.testim {
  width: 100%;
  position: absolute;
  top: 28%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  width: 100%;
  /* max-width: 1020px; */
  padding: 40px 20px;
  margin: auto;
  top: 60px;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #333;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: green;
}

.testim .arrow.left {
  left: 70px;
}

.testim .arrow.right {
  right: 70px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid green;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: green;
  border-color: green;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: green;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 15px;
  color: #333;
  /* width: 70%; */
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  .testim .cont div p {
    line-height: 25px;
  }
}
.btn_i_want {
  background: #c000ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  border-radius: 20px;
  font-weight: 600;
  padding: 8px 20px;
  cursor: pointer;
  width: auto;
}
.btn_i_want:hover {
  background-color: #fff;
  color: #c000ff;
}
.form_row {
  background-color: #333;
  color: #fff;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-radius: 16px;
}
.circle-social-form {
  padding-left: 0;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  width: 40px;
  border-radius: 50%;
  background-color: #dc3545;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.circle-social-form:hover {
  transition: 0.3s ease-in;
  background-color: #fff;
  color: #dc3545;
  transform: scale(0.9) !important;
  border: 1px solid #dc3545;
}
.contact_img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}
.btn-send:hover {
  background-color: #fff !important;
  color: #dc3545 !important;
  border: 1px solid #fff !important;
  transform: scale(0.9) !important;
}
input {
  margin-bottom: 10px !important;
}
.form-control,
.form-select {
  padding: 0.6rem 1rem !important;
}
select.form-select {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important;
}
::placeholder {
  color: #212529 !important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important;
}
.form_heading {
  color: #dc3545;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.form_text {
  color: #cbcbcb;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important;
}
.card_location {
  background: #333;
  padding: 0.8rem 1.5rem;
  border-radius: 16px;
}
.con_card_head {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.social_icon_contact {
  font-size: 18px;
  font-weight: 800;
  color: #dc3545;
  margin-right: 10px;
}
.con_card_text {
  color: #cbcbcb;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px !important;
}
.dropdown-toggle::after {
  content: none !important;
}
.ssss {
  background: transparent;
  transition: 0.5s ease-in;
}
.ssss.scrolled {
  background: #75439a !important;
  color: #fff;
}
@media screen and (min-width: 350px) and (max-width: 991px) {
  .navbar {
    background: #75439a !important;
    transition: 0.5s ease-in;
  }
  ul.mb-2.mb-lg-0.ms-auto.navbar-nav {
    text-align: center !important;
    margin: auto;
  }
  .social-link {
    display: none;
  }
  .topnav2.pull-left.me-3.mb-4.mb-lg-0 {
    padding-left: 18px;
    margin-top: 12px;
  }
  .ssss {
    background: #75439a !important;
    transition: 0.5s ease-in;
  }
}

a.nav-link.dropdown-toggle:hover {
  color: #ffa500;
}
a.nav-link:hover {
  color: #ffa500;
}
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 991px) {
  .navbar {
    background: #75439a !important;
    transition: 0.5s ease-in;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    overflow: hidden;
    height: 200px;
    overflow-y: scroll;
}
  .navbar-nav .dropdown-menu::-webkit-scrollbar{
      width:0.3rem;
  }
  .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb{
     background-color: #75439a;
    outline: slategrey solid 1px;
}
  
  .ord-reserch{
      order:1;
  }
  .tabs > label {
    font-weight: 400;
    width: 49.2%;
    text-align: center;
    display: flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "Montserrat";
  }
}


@media screen and (max-width: 767px) {
    .footer-info img {
      margin: 0px;
    }
    .custom-h1{
        font-size: 24px;
        font-weight: 600;
    }
    .home_pics{
        height: 40vh;
        width: 100%;
        object-fit: contain;
    }
    .testim .wrap {
      top: 250px !important;
    }
  
    #testimonials {
      height: 900px;
    }
    .authorWindow {
        width: 210px;
      }
      .logo_img {
        width: 125px !important;
      }
      .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
      }
      footer p {
        font-size: 14px;
      }
      img.d-block.w-100 {
        width: 40vh !important;
      }
      h1 {
        font-size: 24px;
        margin-top: 30px;
      }
      h2 {
        font-size: 22px;
      }
      .service_content {
        font-size: 15px;
      }
      #clients,
      #contact,
      #packList,
      #portfolio,
      #skills,
      #team {
        padding: 30px 0;
      }
      .mobile_view {
        display: block !important;
      }
      .desktop_view {
        display: none;
      }
      .process_row {
        margin-left: 0.6rem;
        margin-right: 0.6rem;
      }
    
      #ourComp {
        margin-left: 0.6rem;
        margin-right: 0.6rem;
      }
      #savcalc {
        padding: 30px 0 40px;
      }
      .banForm h2 span {
        font-size: 20px;
      }
      #slider {
        width: 100%;
        height: 35vh !important;
      }
      .banForm {
        margin-top: 0;
        margin-left: 20px;
        padding-bottom: 15px;
      }
      #mainBan {
        padding: 120px 0 0px;
      }
      .banForm h2 {
        font-size: 24px;
        font-weight:600;
      }
      .banForm p {
        font-size: 14px;
      }
      .footer-top {
        padding-left: 21px;
        margin-left: 20px;
      }
      .social_icon_foot {
        margin-bottom: 0;
      }
  }

  @media screen and (max-width: 991px) {
    img.d-block.w-100 {
      width: 60vh !important;
    }
    .tag {
      width: 655px;
    }
  }
  