
/* COMMON CSS */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

a,
a:hover {
  list-style: none;
  text-decoration: none;
}

a,
ul,
ol,
input,
button,
p {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Poppins', sans-serif;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    padding: 15px 0px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

p{
    font-size: 15px;
    line-height: 30px;
    color: #444444;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-display: auto;
  font-family: 'Poppins', sans-serif;
  color: #444444;
}

.wrapper{
  overflow: hidden;
}

.btn-transparent{
    background-color: transparent;
    color: #000;
    border: 1px solid #000 ;
}

.btn-transparent:hover{
    background-color: #c44a00;
    border: 1px solid #c44a00;
    color: #fff;
}

h2.tittle-two {
    line-height: 32px;
    padding: 30px 0px 20px 0px;
}

h3.tittle-three{
    padding: 30px 0px;
}

h3.tittle-three-one{
    padding-top: 30px;
}

p.common-para{
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.common-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.common-list li {
   font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    display: flex;
    align-items: center;
}

.common-list li i{
    margin-right: 8px;
    color: #c44a00;
    font-size: 16px;
}

.btn-orange {
    background-color: #c44a00;
    border: 1px solid #c44a00;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    padding: 8px 20px;
}

.btn-orange:hover{
  background-color: #10141c;
  color: #fff;
}

.btn-black {
    background-color: #10141c;
    border: 1px solid #10141c;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    padding: 8px 20px;
}

.btn-black:hover{
   background-color: #c44a00;
   color: #fff;
}

/* COMMON  END */

/* Mega Menu Start */

#megaMenu{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
}

#megaMenu nav.navbar {
    background: #fff;
}

#megaMenu .nav-link {
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    margin: 0px 5px;
    font-weight: 600;
    padding:12px 20px;
}

#megaMenu .main-dropdown{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
    position: absolute;
    top: 35px;
}

.mega-list a.mega-bg{
    background-color: #ee4a17;
    color: #fff !important;
    border-radius: 4px;
}

#megaMenu .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: #c44a00;
}

#megaMenu .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #c44a00;
}

#megaMenu  .dropdown-item {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 7px 10px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
}

#megaMenu .megasubmenu {
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: inset 0px 0px 10px 5px #e8e8e8;
    border-radius: 10px;
    border: none;
}

#megaMenu ul.listed-menu{
    padding: 10px 15px;
}

#megaMenu ul.listed-menu li{
    display: flex;
}

#megaMenu ul.listed-menu li a{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 6px 10px;
    line-height: 20px;
}

#megaMenu ul.listed-menu li a:hover{
    color: #c44a00;
}

#megaMenu ul.listed-menu li a i{
    margin-right: 5px;
}

#megaMenu ul.navbar-nav li.dropdown:hover ul.dropdown-menu{ display: block; }

.btn-call{
  background-color: transparent;
  display: inline-block;
  margin-right: 16px;
  border-radius: 10px;
  padding: 10px 16px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #ee4a17;
    box-shadow: rgb(255 115 71 / 65%) 0px 50px 100px -20px, rgb(255 115 71 / 80%) 0px 30px 60px -30px, rgb(255 115 71) 0px -2px 6px 0px inset !important;
}

.btn-sylabus{
  background-color: #ee4a17;
  display: inline-block;
  margin-right: 16px;
  border-radius: 10px;
  padding: 10px 16px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #ee4a17;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
}

.talk-advisors{
  background-color: #ee4a17;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 16px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #ee4a17;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .megasubmenu{ 
    left:100%; top:0; min-height: 100%; min-width:500px;
  }
  
  .dropdown-menu > li:hover .megasubmenu{
    display: block;
  }
} 
/* ============ desktop view .end// ============ */

/* Mega Menu End */


/* Corporate Training Start */

.training-clients{
    padding: 40px 0px;
    background-color: #fffaf8;
}

.clients {
  margin-top: 2rem;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  height: 100px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

@keyframes scrollLefting {
  to {
    left: -200px;
  }
}

@keyframes scrollRighting {
  to {
    right: -200px;
  }
}

.itemLeft,
.itemRight {
  width: 200px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.itemLeft {
  left: max(calc(200px * 15), 100%);
  animation-name: scrollLefting;
}

.itemRight {
  right: max(calc(200px * 15), calc(100% + 200px));
  animation-name: scrollRighting;
}

.item1 {
  animation-delay: calc(30s / 15 * (15 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 15 * (15 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 15 * (15 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 15 * (15 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 15 * (15 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 15 * (15 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 15 * (15 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 15 * (15 - 8) * -1);
}

.item9 {
  animation-delay: calc(30s / 15 * (15 - 9) * -1);
}

.item10 {
  animation-delay: calc(30s / 15 * (15 - 10) * -1);
}

.item11 {
  animation-delay: calc(30s / 15 * (15 - 11) * -1);
}

.item12 {
  animation-delay: calc(30s / 15 * (15 - 12) * -1);
}

.item13 {
  animation-delay: calc(30s / 15 * (15 - 13) * -1);
}

.item14 {
  animation-delay: calc(30s / 15 * (15 - 14) * -1);
}

.item15 {
  animation-delay: calc(30s / 15 * (15 - 15) * -1);
}

/* Corporate Training End */

/* Video Service Start */

.section-padding {
    padding: 80px 0px;
}

.video-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-block img{
  max-width: 100%;
  height: auto;
}

.video-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  background: #c44a00;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.cta {
    position: relative;
    margin: auto;
    padding: 18px 22px;
    transition: all 0.2s ease;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #ffe6d5;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.cta i {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    color: #000 !important;
    
}

.cta:hover:before {
    width: 100%;
    background: #c44a00;
}

.cta:hover span {
    color: #fff;
}

.cta:hover i {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    color: #fff !important;
    left: 5px;
}

.cta:hover i {
    transform: translateX(0);
}

/* Video Service End */

/* Our Accreditations Start */

#home-collaboration-wrapper {
    padding: 20px 0 ;
    background: linear-gradient(90deg,rgba(255, 251, 252, 1) 0%, rgba(255, 244, 237, 1) 50%, rgba(255, 253, 251, 1) 100%);
}

#home-collaboration-wrapper p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #272c37;
    margin-bottom: 30px;
}

.ip-vk-home-slide-img {
    height: 66px;
    overflow: hidden;
    margin: 15px auto 0px;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    /* overflow-x: hidden; */
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 45s linear infinite;
}

ul.track{
    list-style: none;
}

.ip-vk-home-slide-img li {
    height: 66px;
    width: auto;
    float: left;
    padding: 0px 10px;
}

.ip-vk-home-slide-img li img {
    width: auto;
    height: auto;
}

@keyframes marquee { 0%    { left: 0%; } 100%  { left: -178.23834196891193%; } }

/* Our Accreditations End */

/* Testimonials Start */

.rbt-section-gap{
    padding: 40px 0px;
    background-color: #fffdfd;
}

.section-title .subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
}

.bg-primary-opacity {
    background: #ffe6d5 !important;
    color: #c44a00 !important;
}

.scroll-animation-wrapper {
  position: relative;
  z-index: 1;
}
.scroll-animation-wrapper::before, .scroll-animation-wrapper::after {
  position: absolute;
  height: 100%;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background: -webkit-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
  background: -moz-linear-gradient(left, #fff 0, hsla(0, 0%, 100%, 0) 100%);
  background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 767px) {
  .scroll-animation-wrapper::before, .scroll-animation-wrapper::after {
    width: 50px;
  }
}
.scroll-animation-wrapper::before {
  top: 0;
  left: 0;
}
.scroll-animation-wrapper::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scroll-animation-wrapper.no-overlay::before, .scroll-animation-wrapper.no-overlay::after {
  display: none;
}

.scroll-animation {
  display: flex;
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  width: 7200px;
  position: relative;
}
.scroll-animation.scroll-right-left {
  -webkit-animation: scroll 80s linear infinite;
  -moz-animation: scroll 80s linear infinite;
  animation: scroll 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.scroll-animation.scroll-left-right {
  -webkit-animation: scrollLeft 80s linear infinite;
  -moz-animation: scrollLeft 80s linear infinite;
  animation: scrollLeft 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.scroll-animation .single-column-20 {
  width: 500px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .scroll-animation .single-column-20 {
    width: 310px;
    padding: 0 10px;
  }
}

.rbt-testimonial-box {
  position: relative;
  z-index: 2;
  border-radius: 6px;
}
.rbt-testimonial-box .inner {
  position: relative;
  padding: 50px 40px;
  z-index: 2;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
  min-height: 250px;
  height: 250px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-testimonial-box .inner {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-testimonial-box .inner {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-testimonial-box .inner {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .inner {
    padding: 22px 19px;
  }
}
.rbt-testimonial-box .inner::before {
  position: absolute;
  content: "";
  right: 40px;
  top: 40px;
  z-index: -1;
  background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/new-home/quote.webp);
  background-repeat: no-repeat, repeat;
  width: 52px;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .inner::before {
    right: 20px;
    top: 20px;
  }
}
.rbt-testimonial-box .inner.bg-color-primary-opacity::before {
  filter: grayscale(1);
}
.rbt-testimonial-box.no-box-shadow .inner {
  box-shadow: none;
}
.rbt-testimonial-box.bg-gray-light .inner {
  background: #F6F6F6;
}
.rbt-testimonial-box.bg-gradient-7 .inner {
  background: transparent;
  border-radius: 6px;
}
.rbt-testimonial-box.bg-gradient-7 .inner::before {
  background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/new-home/quote.webp);
}
.rbt-testimonial-box.no-padding .inner {
  padding: 0;
}
.rbt-testimonial-box .clint-info-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .clint-info-wrapper {
    display: block;
  }
}
.rbt-testimonial-box .clint-info-wrapper .thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 70px;
  padding: 3px;
  background: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  min-width: 70px;
  border: 2px solid #2f57ef21;
}
.rbt-testimonial-box .clint-info-wrapper .thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 100%;
}
.rbt-testimonial-box .clint-info-wrapper .client-info {
  padding-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 0;
    margin-top: 15px;
  }
}
.rbt-testimonial-box .clint-info-wrapper .client-info .title {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info .title {
    font-size: 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .clint-info-wrapper .client-info .title {
    font-size: 15px;
  }
}
.rbt-testimonial-box .clint-info-wrapper .client-info span {
  line-height: 20px;
  display: inline-block;
  font-size: 13px;
  padding: 10px 0px;
  text-transform: capitalize;
}
.rbt-testimonial-box .description {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .description {
    margin-top: 8px;
  }
}
.rbt-testimonial-box .description p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #444444;
}
.rbt-testimonial-box .description .rbt-btn-link {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box .description .rbt-btn-link {
    margin-top: 10px;
  }
}
.rbt-testimonial-box.style-2 .inner {
  text-align: center;
}
.rbt-testimonial-box.style-2 .inner::before {
  background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/new-home/quote.webp);
}
.rbt-testimonial-box.style-2 .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rbt-testimonial-box.style-2 .icons img {
  max-height: 50px;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper {
  display: flex;
  align-items: center;
  margin-top: 22px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box.style-2 .clint-info-wrapper {
    display: block;
  }
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .thumb {
  height: 40px;
  padding: 2px;
  min-width: 40px;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 100%;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 0;
    margin-top: 15px;
  }
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info .title span {
  line-height: inherit;
  display: inline-block;
  font-size: inherit;
}
.rbt-testimonial-box.text-white .title {
  color: #fff;
}
.rbt-testimonial-box.text-white .designation {
  color: #FFFFFFAB;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes scrollLeft {
  0% {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

.mt--30 {
    margin-top: 30px !important;
}

a.rbt-btn-link, button.rbt-btn-link, span.rbt-btn-link {
    color: #192335;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

a.rbt-btn-link:hover, button.rbt-btn-link:hover, span.rbt-btn-link:hover {
    color: #c44a00 !important;
}

a.rbt-btn-link:hover::after, button.rbt-btn-link:hover::after, span.rbt-btn-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

a.rbt-btn-link::after, button.rbt-btn-link::after, span.rbt-btn-link::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: #c44a00;
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}

a.rbt-btn-link i, button.rbt-btn-link i, span.rbt-btn-link i {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-left: 4px;
    right: -20px !important;
}

.ster-date{
    display: flex;
    align-items: center;
}

.client-info ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.client-info ul li{
    padding-right: 2px;
    color: #ffc107;
}

.ster-date-right{
    margin-left: 15px;
}

.ster-date-right span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    background-color: #fff0e6;
    padding: 3px 10px !important;
    border-radius: 30px;
}

.ster-date-right span i{
    margin-right: 5px;
}

/* Testimonials End */

/* Footer Start */

.main-footer{
  background-color: #000;
  padding: 80px 0px;
}

h4.h4-common-tittle {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #fff;
}

.company ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.company ul li a{
  color: #fff;
  line-height: 32px;
}

.company ul li img{
  margin-bottom: 15px;
}

.company ul li a img{
  margin-bottom: 0px;
  margin-right: 8px;
}

.form-subscribe
{
  max-width:600px;
  margin:0 auto
}
.form-subscribe .form-control
{
  background-color:#FFF;
  padding-left:24px;
  padding-right:24px;
  border:none;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  font-size: 14px;
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  background:#c44a00;
  border-color:#c44a00;
  height:46.5px;
  font-size: 14px;
}

.social{
  margin-top: 30px;
}

.social ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.social ul li a{
  margin: 10px 10px;
}

.social ul li a i{
  font-size: 24px;
}

.social ul li:hover {
    transition: 0.9s;
    transform: rotateY(360deg);
}

.trending-post {
    margin: 30px 0px;
}

.trending-post h4 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.trending-post a {
    color: #fff;
    line-height: 28px;
}

.trending-post a:hover{
  color: #c44a00;
}


.popular-categories h4 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.popular-categories a {
    color: #fff;
    line-height: 28px;
}

.popular-categories a:hover{
  color: #c44a00;
}

.copy-right{
  border-top: 1px solid #454f60;
  margin: 30px 0px;
  border-bottom: 1px solid #454f60;
}

.copy-right p {
    text-align: center;
    padding: 30px 0px;
    color: #fff;
    font-size: 14px;
}

.disclaimer h4{
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.disclaimer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.disclaimer ul li{
  display: flex;
  font-size: 13px;
  font-weight: 400;
  color: #d3d3d3;
  padding-bottom: 8px;
  line-height: 22px;
}

.disclaimer ul li i {
    margin-right: 8px;
    margin-top: 5px;
}

.footer-bottomfixed {
    position: fixed;
    padding: 0;
}

.footer-bottom, .footer-bottomfixed {
    background: #10141c;
    left: 0;
    z-index: 999;
    bottom: 0;
    right: 0;
}

.call-chat {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-back ul {
    margin: 0;
    padding: 0;
}

.call-back ul li {
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
}

.call-back ul li a{
  color: #fff;
    font-weight: 600;
}

.chating-ours {
    padding: 16px 20px;
}

.business .btn, .chating-ours {
       background-color: #fff;
    color: #000 !important;
    font-weight: 500;
    border-radius: 8px;
}

.call-chat-mobile ul{
  list-style: none;
}

/* Footer End */


/* Modal Styling start */
.promo-modal .modal-content{
    border-radius: 18px;
    overflow: hidden;
    border: none;
}

/* Left Form Section */

#discountPopup .modal-content {
    width: 80%;
    margin: auto;
}

.form-section{
    padding: 30px;
    background: #f7f7f7;
}

.form-section label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #070014;
}

.form-section .form-control,
.form-section .form-select{
    border-radius: 6px;
    font-size: 12px;
    padding: 8px;
}

.radio-btns .btn{
    border-radius: 6px;
    font-size: 14px;
}

.discount-btn{
    background: #ffc400;
    border: none;
    font-weight: 600;
    padding: 12px 20px;
    color: #000;
}

.discount-btn:hover{
    background: #e6b000;
}


#discountPopup .form-section .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #2e1a57;
    border-color: #2e1a57;
}

#discountPopup .form-section .radio-btns .btn {
    border-radius: 0px;
    font-size: 13px;
    margin-right: 10px;
    border: 1px solid #2e1a57;
}

/* Right Promo Section */
.promo-section{
    background: linear-gradient(180deg, #ffcc00, #c44a00);
    color: white;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.promo-section h2{
    font-weight: 700;
    font-size: 28px;
    text-shadow: 4px 3px 0 #000;
    color: #fff;
}

.super-sale {
    background: linear-gradient(180deg, #20176a, #000);
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    margin: 0 auto;
    border-radius: 30px;
    padding: 5px;
    color: #fff;
}

.sale-badge{
    margin: 25px 0;
}

.sale-percent {
    font-size: 80px;
    font-weight: 800;
    padding: 10px 0px;
}

.shop-btn{
    background: #3a2ca6;
    border: none;
    padding: 14px 50px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}

/* Close Button */
.custom-close1 {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    cursor: pointer;
    background: #2e1a57;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 800;
}

/* Responsive */
@media(max-width: 991px){
    .promo-section{
        padding: 30px;
    }
    .sale-percent{
        font-size: 60px;
    }
}

/* Modal Styling end */

/* modal2 styling start */

.brochure-points {
  padding-left: 0;
  list-style: none;
}

.brochure-points li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* modal2 styling end*/