/* custom classes */

body {
  font-family: 'Montserrat', sans-serif !important;
}

h1, h2 {
  font-size: 2rem;
  line-height: 1.1;
  color: #000;
}

.default-h1 {
  font-size: 2rem;
  font-weight: 600;
}

h2 {
  font-weight: bold;
}

h3 {
  font-size: 28px !important;
  font-weight: bold;
  color: #000;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
}

h6 {
  font-size: 14px;
}

p {
  color: #5A5A5A;
  font-weight: 500;
  line-height: 1.3;
}
label{
  font-size: 1rem;
}
.wpcf7-not-valid-tip{
  font-size: 12px;
}
.custom-e1e1e1{
  color: #e1e1e1;
}

.p-30 {
  font-size: 1.3rem;
}

.p-25 {
  font-size: 1.2rem;
}

.p-20 {
  font-size: 1rem;
}

.p-16 {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .fc-text-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  h5 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .p-20 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .p-16 {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .p-30 {
    font-size: 1.8rem;
  }
}

.border-primary {
  border: 1px solid #000;
}

.default-radious {
  border-radius: 8px;
}

.custom-gray {
  color: #3D3D3D;
  font-weight: 500;
}

.text-b7 {
  color: #b7b7b7;
}

.text-dfdfdf {
  color: #dfdfdf;
}

.text-484848 {
  color: #484848 !important;
}

.border-radious-8 {
  border-radius: 8px;
}

.works-gray {
  color: #333333 !important;
}

.text-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #F2F2F2;
}

.text-gray {
  color: #D4D4D4 !important;
}

.text-gray-dark {
  color: #5A5A5A !important;
}

.text-black {
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.gradient-bg-btn, .gradient-bg-btn:focus, .gradient-bg-dark-btn, .gradient-bg-dark-btn:focus, .gradient-bg-light-btn, .gradient-bg-light-btn:focus {
  border-radius: 8px;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  background: rgb(10, 68, 196);
  background: linear-gradient(45deg, rgba(10, 68, 196, 1) 0%, rgba(245, 8, 134, 1) 40%, rgba(255, 190, 211, 1) 100%);
  box-shadow: none;
  border: none;
  padding: 7px 20px;
}

.gradient-bg-btn:hover {
  background: #fff;
  color: #000 !important;
}

.gradient-bg-dark-btn:hover {
  background: #000;
  color: #fff;
}

.gradient-bg-light-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.gradient-text, .gradient-text-reverse {
  background: #0A44C4;
  background: linear-gradient(to right, #0A44C4 30%, #F50886 50%, #FFBED3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-2, .our-philosophy-h2 {
  background: #0A44C4;
  background: linear-gradient(to right, #0A44C4 3%, #F50886 30%, #FFBED3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .gradient-text-reverse {
    background: #0A44C4;
    background: linear-gradient(to right, #FFBED3 30%, #F50886 50%, #0A44C4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.custom-box-shadow {
  box-shadow: 4px 4px 6px 5px rgba(226, 226, 226, 0.75);
  -webkit-box-shadow: 4px 4px 6px 5px rgba(226, 226, 226, 0.75);
  -moz-box-shadow: 4px 4px 6px 5px rgba(226, 226, 226, 0.75);
}

/* slick custom */

.slick-prev, .slick-next {
  top: unset;
  bottom: -30px;
  z-index: 1;
  width: 40px;
}

.slick-list {
  padding-bottom: 40px;
}

.slick-next {
  right: 18%;
}

.slick-prev {
  left: 18%;
}

/* @media (min-width: 992px) {
  .virtual-sale-slider .slick-prev, .virtual-sale-slider .slick-next {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .virtual-sale-slider .slick-next {
    right: 43%;
  }
} */

@media (max-width: 576px) {
  .Click-to-Conversation-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }
}

@media (max-width: 576px) {
  .Click-to-Conversation-slider .slick-slide {
    margin: 5px;
  }
}

@media (min-width: 992px) {
  .slick-next {
    right: 40%;
  }
}

@media (min-width: 992px) {
  .slick-prev {
    left: 40%;
  }
}

@media (min-width: 992px) {
  .virtual-gallery-slider .slick-next, .conversational-ads-slider .slick-next {
    right: 36%;
  }
}

@media (min-width: 992px) {
  .virtual-gallery-slider .slick-prev, .conversational-ads-slider .slick-prev {
    left: 36%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .virtual-gallery-slider .slick-next, .conversational-ads-slider .slick-next {
    right: 32%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .virtual-gallery-slider .slick-prev, .conversational-ads-slider .slick-prev {
    left: 32%;
  }
}

.slick-next:before, .slick-prev:before {
  content: none;
}

.slick-disabled {
  opacity: 0.3;
}

@media (max-width: 768px) {
  .virtual-gallery-slider .slick-list, .conversational-ads-slider .slick-list, .virtual-sale-slider .slick-list, .multichannel-sale-slider .slick-list {
    padding-right: 15%;
  }
}

.slick-dots {
  bottom: -20px;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}

.slick-dots li button:before {
  background-color: #919191;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.slick-dots li.slick-active button:before {
  background-color: #000;
}
.virtual-sale-slider .slick-prev, .multichannel-sale-slider .slick-prev ,
.virtual-sale-slider .slick-next, .multichannel-sale-slider .slick-next{
  height: 40px !important;
  bottom: -60px !important;
}

/* navbar */

header {
  background-color: #fff;
}

@media (min-width: 992px) {
  header .menu-item.active .nav-link:after, header .nav-link:after {
    display: block;
    content: '';
    height: 4px;
    background: #0A44C4 !important;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    transition: transform 100ms ease-in-out;
    background: transparent linear-gradient(84deg, #0A44C4 0%, #F50886 72%, #FF91B5 100%) 0% 0% no-repeat padding-box !important;
  }
}

@media (min-width: 992px) {
  header .menu-item.active .nav-link:after, header .menu-item .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  /* first menu link border removed */
  /* .dropdown-toggle.nav-link:after{
    transform: scaleX(0) !important;
  } */
}

.navbar-nav .nav-link, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.navbar-nav .nav-link span, .navbar-nav .nav-link span:focus, .navbar-nav .nav-link span.active {
  color:#fff;
  font-size: 14px;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link span, .navbar-nav .nav-link span:focus, .navbar-nav .nav-link span.active {
    color: #000;
    font-size: 14px;
  }
}

.navbar-nav .nav-item {
  padding: 0 8px;
}

@media (max-width: 992px) {
  .fc-nav-container {
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: center;
    align-items: center;
  }
}

.navbar-toggler, .navbar-toggler:focus {
  border: none;
  transform: rotate(180deg);
  color: transparent;
}

.bar-1, .bar-2, .bar-3 {
  width: 30px;
  height: 3px;
  background-color: #c4c4c4;
  margin: 5px 0;
  display: block;
  opacity: 1;
}

.nav-close .bar-1 {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.nav-close .bar-2 {
  opacity: 0;
}

.nav-close .bar-3 {
  transform: rotate(-45deg);
  transform-origin: 10% 10%;
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 0;
    background-color: #000;
    z-index: 100;
    transition: left 0s ease;
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .navbar-toggler {
    z-index: 9999;
  }
}

@media (max-width: 992px) {
  header .navbar-nav {
    padding-top: 50px;
  }
}

@media (max-width: 992px) {
  .fa-window-close {
    padding: 20px;
    font-size: 45px;
    color: #fff;
  }
}

@media (max-width: 992px) {
  .navbar-collapse.collapsing {
    left: -100%;
    transition: left 0s ease;
    width: 0 !important;
  }
}

@media (max-width: 992px) {
  .navbar-collapse .collapsing-close {
    left: 100%;
    transition: left 0s ease;
    width: 0 !important;
  }
}

@media (max-width: 992px) {
  .navbar-collapse.show {
    left: 0;
    transition: right 0.3s ease-in-out;
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .navbar-toggler.collapsed ~ .navbar-collapse {
    left: -100%;
    transition: left 0.3s ease-in-out;
  }
}

.custom-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  background-color: #F2F2F2;
  counter-reset: #000;
}

@media (max-width: 992px) {
  header .dropdown-menu {
    background-color: #000;
  }
}

@media (max-width: 992px) {
  header .dropdown-item:active, header .dropdown-item:hover, header .dropdown-item:focus, header .dropdown-item {
    background-color: #000;
    color: #fff !important;
  }
}

@media (max-width: 768px) {
  .footer-list .dropdown-menu li {
    border-top: none !important;
    border-bottom: none !important;
  }
}

/* footer first part */

.footer-list li {
  list-style: none;
  padding: 4px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.footer-list li a, .footer-list li a:hover {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

footer p {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: inherit !important;
  padding-top: 2px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-list li {
    border: none;
  }
}

/* .footer-list-mob {
  list-style: none;
  text-align: center;
  padding: 4px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: flex;
  justify-content: space-around;
}

.footer-list-mob li a, .footer-list-mob ul li a:hover {
  text-decoration: none;
  color: #000;
  font-size: 14px;
} */

/* footer second part */

.social-link ul {
  display: flex;
}

.social-link li {
  padding: 0 2px;
}

.social-link ul i {
  font-size: 24px;
  color: #000;
}

.privacy-policy ul li a, .privacy-policy ul li a:hover {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-second-part ul {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
}

@media (min-width: 768px) {
  .footer-second-part {
    border-top: 2px solid #aaaaaa;
  }
}

/* ready-for-lift */

.ready-for-lift, .key-benefits {
  text-align: center;
  background: rgb(10, 68, 196);
  background: linear-gradient(45deg, rgba(10, 68, 196, 1) 0%, rgba(245, 8, 134, 1) 40%, rgba(255, 190, 211, 1) 100%);
  transition: .5s ease-out;
  /*background-size: 100% 800%;*/
  /*background-repeat: no-repeat;*/
  /*animation: placeholderShimmer 2s infinite linear;*/
}

/* @keyframes placeholderShimmer {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 10% 100%;
  }
} */

.ready-for-lift-h2 {
  color: #fff;
  font-size: 1.8rem;
}

.ready-for-lift-black-fill-btn,
    .gradient-on-hover-black-btn, .gradient-on-hover-black-btn:focus, .nav-tabs .nav-link {
  color: #fff;
  background: #000;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  font-weight: 600;
  padding: 7px 20px;
}
.ready-for-lift-black-fill-btn:focus,
.ready-for-lift-black-fill-btn:active,
.ready-for-lift-black-fill-btn:hover{
  color: #000;
  background: #fff;
 }

/* .ready-for-lift:hover {
  background: white;
  transition: .5s ease-out;
}

.ready-for-lift:hover .ready-for-lift-h2 {
  background: #0A44C4;
  background: linear-gradient(to right, #0A44C4 30%, #F50886 50%, #FFBED3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ready-for-lift:hover .ready-for-lift-black-fill-btn, .gradient-on-hover-black-btn:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  color: #fff;
  background: rgb(10, 68, 196);
  background: linear-gradient(45deg, rgba(10, 68, 196, 1) 0%, rgba(245, 8, 134, 1) 40%, rgba(255, 190, 211, 1) 100%);
} */

/* Case Studies */

.case-studies .card {
  border: none;
  border-radius: 0;
}

.case-studies-slider .slick-slide {
  margin: 0 20px;
}

@media (min-width: 768px) {
  .case-studies-slider .slick-slide {
    margin: 0 10px;
  }
}

.case-studies .card p, .case-studies .card a {
  color: #9E9E9E;
  font-size: 10px;
  text-decoration: none;
}

/* channel */

.channels p {
  color: #000;
}

/* .channels li {
  margin: 10px;
  background-color: #C9C9C9;
  border-radius: 50%;
}

.channels li:hover {
  margin: 10px;
  background-color: #383838;
  border-radius: 50%;
} */

.channels img {
  width: 70px;
  padding: 2px;
}

.slider-for-multiple img {
  width: 70px;
  margin: 0 auto;
}

.slider-for-single img {
  width: 280px;
  margin: 0 auto;
}

/* virtual gallery */

.virtual-gallery-slider .slick-slide, .conversational-ads-slider .slick-slide {
  margin: 0 10px;
  pointer-events: none;
}

.virtual-gallery-slider img, .conversational-ads-slider img {
  border-radius: 8px;
}

/* works for magic start */

.works-like-magic h5 {
  font-size: 1.3rem;
  font-weight: 600;
}

/* .works-like-magic .click-to-con-conent-one {
  font-size: 0.8rem;
} */

/* .works-like-magic img {
  border-radius: 8px;
}

.works-like-content p {
  font-weight: 500;
}

.works-like-content {
  position: absolute;
  bottom: 2%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}


.works-like-magin-gradient-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto 0;
  mix-blend-mode: multiply;
} */

/* Conversational  ads */

.conversational-ads p {
  color: #C4C4C4;
}

/* Click-to-Conversation-slider */

/* .Click-to-Conversation-slider .slick-slide {
  opacity: 0.3;
  margin: 0 5px;
  transition: opacity 2s;
}

.Click-to-Conversation-slider .slick-slide.slick-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .Click-to-Conversation-slider .slick-slide {
    margin: 0 20px;
  }
}

@media (min-width: 768px) {
  .click-to-conversation-content, .click-to-conversation-content-end {
    position: absolute;
    top: 0%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .click-to-conversation-content, .click-to-conversation-content-end {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .click-to-conversation-heading {
    position: absolute;
    top: 2%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .sell-sub-content {
    position: absolute;
    bottom: 4%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.click-to-conversation-content-end p, .click-to-conversation-content-end h2 {
  color: #fff;
}

.sell-icon {
  width: 40px;
  align-self: baseline;
}

@media (max-width: 768px) {
  .click-to-conversation-content h2, .click-to-conversation-content-end h2 {
    font-size: 26px !important;
  }
}

@media (min-width: 768px) {
  .click-to-conversation-content {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(50%, -50%);
    width: 40%;
  }
}

@media (min-width: 768px) {
  .click-to-conversation-content-end {
    position: absolute;
    top: 50%;
    left: -12%;
    transform: translate(50%, -50%);
    width: 40%;
  }
}

.Click-to-Conversation-slider .slick-list {
  padding: 0 30px 40px 30px !important;
}

@media (min-width: 768px) {
  .Click-to-Conversation-slider .slick-list {
    padding: 0 100px 40px 100px !important;
  }
} */

.click-to-con-main {
  position: relative;
  border-radius: 10px;
}

.click-to-con-conent {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding: 0 40px;
  width: 100%;
  transform: translate(-50%, 0%);
  text-align: center;
}

.works-lke-magic-con {
  top: 8%;
  position: absolute;
  left: 0%;
  padding: 0 20px;
  width: 100%;
  /*transform: translate(-50%, -50%);*/
  text-align: center;
}

@media (max-width: 992px) {
  .click-to-con-conent {
    padding: 0 20px;
  }
}

.click-to-con-conent-one {
  color: #e5e5e5;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.click-to-con-conent-two {
  font-size: 0.8rem;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .click-to-con-conent-one {
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .click-to-con-conent-two {
    font-size: 1rem;
  }
}

/* Home Banner */

.home-banner-content, .home-banner-content-main {
  background-color: #000;
  text-align: center;
}

.home-banner .slick-slide {
  background-color: #000;
}

@media (max-width: 992px) {
  .home-banner-content-main {
    padding: 30px 10px;
  }
}

.home-banner-content {
  position: absolute;
  top: 2%;
  width: 100%;
  background-color: transparent;
  padding: 10px;
}

@media (min-width: 992px) {
  .home-banner-content, .home-banner-content-main {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(50%, -50%);
    width: 45%;
    background-color: transparent;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .home-banner-content-mcs {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(50%, -50%);
    width: 45%;
    background-color: transparent;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .home-banner-content-mcs {
    width: 50%;
    left: 22%;
  }
}

@media (min-width: 992px) {
  .home-banner-content-mcs h1 {
    font-size: 2.2rem !important;
  }
}

.home-banner .slick-next, .home-banner .slick-prev {
  top: 50%;
  bottom: unset;
}

.home-banner .slick-next {
  right: 25px;
}

.home-banner .slick-prev {
  left: 25px;
}

/* Cad Page start */

/* .conversational-gallery h2, .conversational-gallery h3 {
  padding: 10px 0 10px 50px;
}

@media (max-width: 768px) {
  .conversational-gallery h2, .conversational-gallery h3 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .conversational-gallery h2, .conversational-gallery h3 {
    padding: 10px 0 10px 0;
  }
}

.cad-data img {
  border-radius: 8px;
}

.cad-data::after {
  transition: all .3s;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .6) 100%) !important;
  border-radius: 8px;
}

.cad-heading {
  position: absolute;
  bottom: 2px;
  left: 10px;
  z-index: 1;
}

.cad-heading h5 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
} */

/* modal */

.desc, .desc:hover {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.description p{
  font-size: 16px;
}

.modal-data::after {
  transition: all .3s;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .6) 100%) !important;
  border-radius: 8px;
}

.modal-heading {
  position: absolute;
  bottom: 2px;
  left: 10px;
  z-index: 1;
}

.modal-title {
  padding-left: 10px;
}

.modal-heading h6 {
  color: #fff;
  text-transform: capitalize;
}

/* about us page */

/* about us Banner */

.about-banner-content h1 {
  color: #000;
}

.about-banner-content p {
  color: #202020;
  font-weight: 500;
}

.about-banner-content {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .about-banner-content {
    width: 100%;
  }
}
#blog-banner .about-banner-content {
  top: 50%;
}
@media (min-width: 768px) {
.about-banner-content-post{
  width: 70%;
}
#blog-banner .about-banner-content {
  top: 40%;
}
}
.about-banner-content-post p{
  color: #d4d4d4!important;
}

/* our-story */

.our-story p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

/* flip thr rulr */

.flip-the-rule-content p {
  color: #565656;
  font-weight: 400;
}

.flip-the-rule-content p {
  font-size: 20px;
}

.flip-the-rule-content span {
  color: #000;
  font-weight: bold;
}

/* our philosophy */

/* .our-philosophy .card:hover {
  background: rgb(10, 68, 196);
  background: linear-gradient(45deg, rgba(10, 68, 196, 1) 0%, rgba(245, 8, 134, 1) 40%, rgba(255, 190, 211, 1) 100%);
  transition: .5s ease-out;

} */

/* @keyframes placeholderShimmer {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 10% 100%;
  }
} */

/* .our-philosophy .card:hover .our-philosophy-h2, .our-philosophy .card:hover .our-philosophy-h5, .our-philosophy .card:hover .our-philosophy-p {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
} */

/* our culture */

.our-culture p {
  color: #fff;
}

.custome-h2 {
  font-size: 80px;
  color: #fff;
}

/* CAD & VSR Gallery PAGE * */

/* .grid {
  background: #DDD;
} */

/* clear fix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer, .grid-item {
  width: 100%;
  padding: 2px;
}

@media (min-width: 768px) {
  .grid-sizer, .grid-item {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .grid-sizer, .grid-item {
    width: 25%;
  }
}

.grid-item, .grid-item-home {
  float: left;
  position: relative;
  /*transition: all 0.2s linear;*/
}

.grid-item img, .grid-item-home img {
  display: block;
  max-width: 100%;
}

.grid-text, .grid-text-home {
  position: absolute;
  bottom: 0%;
  text-align: left;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  background: rgb(0, 0, 0, .15);
  /*transition: opacity 0.2s linear;*/
  /*transition: background 0.2s linear;*/
}

.grid-item-content, .grid-item-content-home {
  position: absolute;
  top: inherit;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* .grid-item:hover .grid-text, .grid-item-home:hover .grid-text-home {
  opacity: 0.8;
  background-color: #000;
} */

.grid-item-content-home p, .grid-item-content-home h4 {
  color: #fff;
}

.grid-item, .grid-item-home {
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* .grid-item h4, .grid-item-home h4 {
  font-size: 20px;
} */

.grid-item-home {
  border-radius: 8px;
}

.grid-item img, .grid-item-home img {
  max-width: 100%;
  /*transition: all 0.3s;*/
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.grid-item:hover img, .grid-item-home:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.grid-item:hover .grid-text, .grid-item-home:hover .grid-text-home {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.gallery-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}

.gallery-data-col {
  padding: 1px;
}

.gallery-data p {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

.gallery-p-gray {
  color: #282828 !important;
}

.gallery-data {
  position: relative;
  margin: auto;
  overflow: hidden;
  text-align: left;
}

.gallery-data .stretched-link {
  z-index: 99999;
}

.gallery-data img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.gallery-data:hover img {
  transform: scale(1.1);
  z-index: 2;
}

.gallery-data:before {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(10, 68, 196);
  background: linear-gradient(45deg, rgba(10, 68, 196, 1) 0%, rgba(245, 8, 134, 1) 40%, rgba(255, 190, 211, 1) 100%);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  z-index: 1;
}

.gallery-data:hover:before {
  opacity: 0.6 !important;
  z-index: 1;
}

/* contact us */

.contact-us-content, .contact-us-content-right {
  position: absolute;
  top: 10%;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-us-content {
    margin: 0 !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media (min-width: 768px) {
  .contact-us-content-right {
    top: 50%;
    left: 40%;
    text-align: left;
    width: auto;
    transform: translate(50%, -50%);
  }
}

.fc-contact-form {
  background-color: #000;
  border-radius: 10px;
  border: 1px solid #434343;
  padding: 8px;
}

.contact-background {
  background-image: url("../../assets/img/contact-banner.png");
  background-position: bo;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .contact-background {
    background-image: url("../../assets/img/mobile-banner/Contact-Us-banner.jpg");
  }
}

/* @media (min-width: 768px) {
  .contact-us-content {
    top: 40%;
    left: 35%;
    transform: translate(50%, -50%);
    width: 40%;
    background-color: transparent;
    text-align: left;
  }
} */

.contact-us-content p, .contact-us-content h1 {
  color: #fff;
}

.form-label {
  color: #DBDBDB !important;
}

input:focus {
  box-shadow: none;
}

.contact-social-list li {
  padding: 10px;
}

.contact-social-list i {
  font-size: 30px;
  color: #fff;
}

/* partners */

.contacted {
  font-size: 14px;
}

.key-benefits {
  border-radius: 8px;
  padding: 10px;
}

.key-benefits.card {
  border: none;
}

/* case -studies */

.date {
  color: #9E9E9E;
  font-size: 12px;
}

.case-studies .card {
  border-radius: 8px;
}

.case-studies .card-title {
  font-weight: 700;
}

.case-studies .card-text {
  color: #000;
}

/* .case-studies a, .case-studies a:focus {
  color: #9E9E9E;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
} */

.case-studies-slider .slick-track {
  display: flex !important;
}

.case-studies-slider .slick-slide {
  height: inherit !important;
}

/* aos Apple animation */

[data-aos][data-aos][data-aos-easing=linearApple], body[data-aos-easing=linearApple] [data-aos] {
  transition-timing-function: linear, cubic-bezier(0.26, 0.67, 0.48, 0.91);
}

/* blog detail */

.blog-detail-social li {
  padding: 10px 20px 10px 0px;
}

.blog-detail-social i {
  color: #000;
}

.date-blog {
  color: #9E9E9E;
  font-size: 16px;
}

.category-list a {
  text-decoration: none;
  color: #9E9E9E;
  font-size: 16px;
}

/* virtual-sale-slider slider anim fixed */

/* .virtual-gallery-slider .slick-slide{
  transform: matrix(150, 0, 0, 1, 150, 0);
  opacity: 0;
  transition: all 0.5s ease-out;
} */

.virtual-sale-slider .slick-slide, .multichannel-sale-slider .slick-slide {
  transition: all 0.4s;
}

.virtual-sale-slider .slick-sprev, .multichannel-sale-slider .slick-sprev {
  transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  opacity: 0;

}

/* .virtual-sale-slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, -30px) !important;
}

.virtual-sale-slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.virtual-sale-slider .slick-sprev {
  display: block;
  opacity: 0;
  scale: 0.85;
  transition: all 0.5s ease-out;
}

.virtual-sale-slider .slick-current {
  opacity: 1;
  scale: 1;
  position: relative;
  display: block;
  transform: translate3d(-5px, -5px, -5px);
  transition: all 0.5s ease-out;
}

.virtual-sale-slider .slick-snext {
  opacity: 1;
  transform: translate3d(85%, 0, 0);
  z-index: 1;
  transition: all 0.5s ease-out;
}

@media (min-width: 768px) {
  .virtual-sale-slider .slick-snext {
    transform: translate3d(50%, 0, 0);
  }
}

.virtual-sale-slider .slick-sprev {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-out;
}

.virtual-sale-slider div {
  display: block;
  width: 100%;
}

.virtual-sale-slider .slick-slide img {
  height: 550px; */

/* on load fade up animation */

.fadeInUp {
  animation: fadeInUp 1s ease backwards;
  animation-delay: 1s;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.channel-slider-icon img {
  margin: 0 auto;
}

.channel-slider-icon p {
  font-size: 12px;
  color: #5A5A5A;
  font-weight: bold;
  padding-top: 10px;
}

.channel-page-icon .channel-slider-icon img {
  width: 70px;
}

.channel-page-icon .channel-slider-icon {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown .btn, .dropdown .btn:focus, .dropdown .btn:active, .dropdown .btn.show {
  outline: none;
  border: none !important;
  border-color: transparent;
}

.error {
  padding-top: 10px;
  color: red;
  font-size: 14px;
}

#successMessage {
  padding-top: 10px !important;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0em 0em;
  padding: 0em 0em;
  border: none;
  padding-top: 10px !important;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#intelligent-ads-galleryFilter {
  border: none;
  width: auto;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  box-shadow: none;
  background-color: #F2F2F2;
}

.channel-page-icon p {
  height: 25px;
}

@media (max-width: 768px) {
  .channel-page-icon p {
    height: 35px;
  }
}

.channel-virtual-icon-slider-border:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 4px;
  background: linear-gradient(130deg,rgba(10, 68, 196, 1) 0%,rgba(245, 8, 134, 1) 41.07%,rgba(255, 190, 211, 1) 76.05%);
}

.channel-virtual-icon-slider .slick-slide div {
  position: relative;
}
#menu-footer-menu-secondary a span, #menu-footer-menu-primary a span{
  color: #000;
    font-size: 14px;
    font-weight: normal;
}

#menu-primary > .nav-link.active,#menu-primary > .nav-link:after {
    display: block;
    content: '';
    height: 4px;
    background: #0A44C4 !important;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    transition: transform 100ms ease-in-out;
    background: transparent linear-gradient(84deg, #0A44C4 0%, #F50886 72%, #FF91B5 100%) 0% 0% no-repeat padding-box !important;
  }

  .dropdown-toggle::after {
    border:none !important
}
.privacy-policy p{
  font-size: 16px !important;
}

.nav-blog-item{
  padding: 2px;
}
@media (min-width: 768px) {
  .nav-blog-item{
    padding: 5px;
  }
}
#blog-banner .home-banner-content-main p{
  color: #d4d4d4!important;
}

.pagination .page-numbers{
  border: 2px solid #CFCFCF;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 5px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.pagination .page-numbers.current{
  border: 2px solid #000;
  border-radius: 2px;
  color: #fff;
  background-color: #000;
}
.channel-virtual-sale-slider-big .slick-track{
  transform: translate3d(0px, 0px, 0px)!important;
}
.gallery{
  background-color: #F2F2F2;
}
.gallery .row{
  margin: 0;
}

.fc-unlock-inter .unlock-content h4{
  color: #ffbe38;
}

header.sticky-top{
  background-color: #fff;
  box-shadow: 0px 0px 20px #00000029;
}