
/* 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;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-display: swap;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding: 15px 0px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

p{
   font-size: 15px;
    line-height: 28px;
    color: #1e1e1e;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-display: auto;
  font-family: 'Poppins', sans-serif;
  color: #1e1e1e;
  font-display: swap;
}

.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: 14px;
    line-height: 24px;
    color: #444444;
}

.common-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.common-list li {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    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.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
   
}

#megaMenu nav.navbar {
    background-image: linear-gradient(45deg, #fffaf7 78%, #c44a00 22%);
}

#megaMenu .nav-link {
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    margin: 0px 15px;
}

#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: #c44a00;
    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; }

/* ============ 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: 80px 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: #fff;
}

#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: 80px 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: 14px;
    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;
}

.call-back ul li a{
  color: #fff;
}

.chating-ours {
    padding: 16px 20px;
}

.business .btn, .chating-ours {
    background-color: #c44a00;
    color: #fff;
}

.call-chat-mobile ul{
  list-style: none;
}

/* Footer End */

/*model form start*/

/* =========================================================
   MODAL BASE
========================================================= */
#marketing-popup .modal-content {
    background: #1f1f1f;
    border-radius: 12px;
    padding: 25px 20px;
    position: relative;
    color: #fff;
}

#marketing-popup .modal-dialog {
    max-width: 720px;
}

/* Close button */
#marketing-popup .btn-close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    z-index: 9;
}

/* =========================================================
   HEADING
========================================================= */
#marketing-popup h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

#marketing-popup h2 span {
    color: #ff7a00;
    font-weight: 700;
}

#marketing-popup p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f5f5f5;
}

#marketing-popup p i {
    color: #ff7a00;
    margin-right: 5px;
}

/* =========================================================
   RADIO BUTTON GROUP
========================================================= */
#marketing-popup .tab-btn {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#marketing-popup .tab-btn .btn {
    background: #2d2d2d;
    border: 1px solid #444;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 4px;
}

#marketing-popup .btn-check:checked + .btn {
    background: #ff7a00;
    border-color: #ff7a00;
    color: #fff;
}

/* =========================================================
   INPUT FIELDS
========================================================= */
#marketing-popup .form-control,
#marketing-popup .input-text,
#marketing-popup .form-select {
    background: #fff;
    border-radius: 4px;
    border: none;
    height: 44px;
    font-size: 14px;
}

#marketing-popup .form-control::placeholder {
    color: #999;
}

/* =========================================================
   COUNTRY CODE + PHONE NUMBER (CRITICAL FIX)
========================================================= */
#marketing-popup .country-code {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/*#marketing-popup .country-code select {
    width: 200px;
    flex: 0 0 200px;
}*/

#marketing-popup .phoneCodeId {
    width: 60px;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
    flex: 0 0 60px;
}

#marketing-popup .banner_number {
    flex: 1;
    min-width: 0; /* VERY IMPORTANT */
}

/* =========================================================
   CHECKBOX
========================================================= */
#marketing-popup .form-check-label {
    font-size: 13px;
    color: #e0e0e0;
}

#marketing-popup .form-check-input {
    margin-top: 5px;
}

/* =========================================================
   SUBMIT BUTTON
========================================================= */
#marketing-popup .orange-btn {
    background: #ff7a00;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 10px;
}

#marketing-popup .orange-btn:hover {
    background: #e56c00;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 767px) {

    #marketing-popup .modal-dialog {
        margin: 10px;
    }

    #marketing-popup h2 {
        font-size: 22px;
    }

    #marketing-popup .tab-btn {
        flex-wrap: wrap;
    }

    #marketing-popup .country-code {
        flex-wrap: wrap;
    }

    #marketing-popup .country-code select,
    #marketing-popup .phoneCodeId,
    #marketing-popup .banner_number {
        width: 100%;
        flex: 100%;
    }
}

/* .phone-input-wrapper {
    display: flex;
    align-items: center;
} */

.phone-prefix {
   width: 70px !important;
    padding: 10px 12px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-weight: 600;
}

.banner_number {
    border-radius: 0 4px 4px 0;
}

/*model form end*/