* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}
/*p{
  font-size: 18px !important;
}*/

h2,
h3 {
  font-family: 'Montserrat', sans-serif  !important;
  /*'zen Dots'*/
  font-size: 33px !important;
}

p{
  font-family:'Poppins', sans-serif !important;
  font-size:15px !important;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-item {
  height: 650px;
}

.header-bg {
    background: rgb(0, 0, 0);}

.logo img {
  position: absolute;
  z-index: 99;
  width: 100%;
  background: rgba(48, 50, 73, 0);
  top: 22px;
  width: 212px;
}
#menu-toggle:hover{
  color: #fff !important;;
}


section.header-bg {
  position: relative;
}

.banner_text {
    position: absolute;
    top: 207px;
    box-shadow: unset;
    padding: 48px 59px;
    right: -3px;
    z-index: 1;
    background: #040305b0;
    text-align: inherit;
    width: 38%;
    border-radius: 20px 0px 0px 20px;
}




span.real_time {
    background: linear-gradient(to right, #52d2d3 0%, #330966 100%);

}

.abt-left span{
    font-weight:600;
    color:#2d2e50;
    line-height: 28px;
}


span.india_f {
    color: #fff;
    padding: 1px -1px;
    margin: 13px 3px;
    background: #ff0000d4;
    font-weight: 600;
}

span.typed-cursor {
    display: none;
}



.banner_text h3 {
    font-size: 33px;
    color: #4e9bce;
    font-weight: 600;
    line-height: 47px;
}

.banner_text img {
    width: 143px !important;
    margin:12px -20px;
}




.banner_text p {
    color: #fff;
    padding: 12px 58px 7px 0px;
    /* font-weight: 600; */
    font-size: 14px;
    text-align: justify;
    line-height: 27px;
}

h1#banner_text {
    font-size: 44px;
    color: #fff;
    font-family: serif;
    text-align: center;
}




.header {
  position: absolute;
  top: 0;
  background: #fff;
}

/* menu */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.menu-button {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 17px;
  font-size: 44px;
  right: 5;
  color: #2e2e50;
  z-index: 3;
}


/* about sec */
.abt-left h2 {
    line-height: 44px;
    font-weight: 700;
    margin: 0px -3px 23px -1px;
    color: #161616;
}

.abt-left p {
    text-align: justify;
    position: relative;
    padding-left: 0px;
    display: inline-block;
    line-height: 35px;
    margin: 4px 0px;
}
/*.abt-left p::before {
position: absolute;
content: "";
height: 2px;
width: 30px;
top: 7px;
left: 0;
background: #ef0454;
}*/


.bd-about-text-btn {
    margin: 25px 0px;
}

.theme-btn {
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    color: #fff !important;
    background-color: #ef0454;
    padding: 0 23px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

/* counter start */
/*.sectionClass {
  padding: 20px 0px 50px 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;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}

.projectFactsWrap {
  display: flex;
  margin-top: 40px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}



.counter_heading {
    text-align: center;
    margin-top: 75px;
}



.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.counter_section {
    background-size: 1400px;
    z-index: -1;
    background-repeat: repeat;
}


.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}



.projectFactsWrap .item:hover span {
  background: white;
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}



.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}




#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item {
    width: 21%;
    border-radius: 71px 0px 29px;
    margin: 6px 20px;
    height: 100%;
    padding: 21px 0px;
    text-align: center;
}


.counter_text {
    position: absolute;
    top: 138px;
}

.fd {
    display: flex;
    width: 30%;
    margin: auto;
}

p.units {
    font-weight: 700;
    font-size: 32px !important;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 45px;
  padding: 0;
  font-family: 'Font Awesome 6 Brands';
  font-weight: bold;
}

.projectFactsWrap .item span{
  width: 80px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}



.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 37px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}


@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}


*/
/*counter end*/

.why-left p {
  font-size: 16px;
  color: #6a6a6a;
  line-height:
    28px;
  /*font-weight: 600;*/
}

/*.why-left p::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  top: 13px;
  left: -25px;
  background: #fc0005;
}*/
.why-left p{
  font-size: 20px;
}
.why-left h2 {
  line-height: 35px;
  font-weight: 800;
  font-size: 27px !important;
  color: #161616;
}

/*.why-left:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    top: 12px;
    left: -18px;
    background: #fc0005;
}*/


p.ab_text_first {
    margin: 0px !important;
}


.why-left {
    position: relative;
    margin-top: 0px;
}

.why-left p {
    font-size: 15px;
    margin: 1px 2px;
}

.bd-choose-info-icon {
  margin-right: 30px;
}

.bd-choose-info-icon i {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  color: var(--clr-theme-1);
}

.bd-choose-info-title {
  font-size: 20px;
}

.bd-choose-info-text p {
  font-size: 16px;
  line-height: 1.75;
}

.icoon {
    margin-top: 30px;
}

.icoon ul {
    padding: 0px;
    display: flex;
}

.icoon ul li {
    list-style: none;
    margin-top: 0px;
}

.icoon ul li i {
  font-size: 25px;
  color: #fc0005;
}

.bd-choose-info-title {
    color: #000;
    /* font-weight: 600; */
}


.bd-choose-info-title {
    font-size: 16px;
    line-height: 35px;
}

.bd-choose-info-text {
  margin-left: 30px;
}

.why-choose-wrapper {
    margin-top: 0px;
}

.abt-left {
    margin-top: 33px;
    position: relative;
}

.transparent-tri {
  margin-left: -131px;
  margin-top: -16px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation: hero-thumb-animation 4s linear infinite alternate;
  animation: hero-thumb-animation 4s linear infinite alternate;
  position: absolute;
  animation: loading 3s linear infinite;
}

.pink-tri {
  margin-left: -72px;
  margin-top: 23px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation: hero-thumb-animation 4s linear infinite alternate;
  animation: hero-thumb-animation 4s linear infinite alternate;
  position: absolute;
  animation: slide-right 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}

.circle-shape {
  margin-left: 0;
   border-left-width: 0px;
  /* margin-top: 23px; */
  bottom: 0px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation: hero-thumb-animation 4s linear infinite alternate;
  animation: hero-thumb-animation 4s linear infinite alternate;
  position: absolute;
  animation: slide-right 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
  left: 130px;
}

.drops {
  margin-left: -72px;
  /* margin-top: 23px; */
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation: hero-thumb-animation 4s linear infinite alternate;
  animation: hero-thumb-animation 4s linear infinite alternate;
  position: absolute;
  animation: slide-top 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
  bottom: 0px;
  left: 0;
  z-index: -1;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

.why-us-right i {
    position: absolute;
        top: 54%;
    left: 51%;
    color: #ef0454;
    font-size: 78px;
    cursor: pointer;
}

.video-wave {
    position: absolute;
        top: 54%;
    left: 51%;
    font-size: 93px;
    height: 75px;
    width: 75px;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #ef0454;
    opacity: 1;
    animation: spinner4 800ms linear infinite;
}

@keyframes spinner4 {
to {
transform: scale(1.5);
opacity: 0;
}
}


.why-us-right img {
    width: 80%;
}

.why-us-right {
    text-align: end;
}


.why-us-right {
  position: relative;
}

.www-top p {
  font-size: 16px;
  color: #ef0454;
  /* margin: 0px 107px; */
  margin-top: 23px;
  text-align: center;
}

.www-top h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}

.wwd-card {
  overflow: hidden;
  position: relative;
}

.wwd-card:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.wwd-card-text {
  width: 67%;
  background: #f6a41c;
  position: absolute;
  top: 298px;
  padding: 12px;
}

.wwd-card-text span {
  color: #fff;
  padding: 10px;
}

.wwd-card-text p {
  color: #fff;
  /* border-top-right-radius: 68px; */
  padding: 10px 10px;
}

.banner {
  background-color: #000;
  height: 118vh;
  background-position: right bottom;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.banner .overlay {
  background: linear-gradient(90deg, rgb(0 0 0), rgb(56 56 56 / 70%), rgba(0, 0, 0, 0.1));
  height: 118vh;
  width: 100%;
  position: absolute;
  float: left;
  top: 0;
  left: 0;
  z-index: 2;
}

.footer-main-wrapper {
  background: #242323;
}

.footer-heading h2 {
  color: #fff;
  margin-top: 21px;
  font-size: 17px !important;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}



.wwd-left-text.aos-init.aos-animate {
  position: absolute;
  top: 205px;
}

p.kolkata.aos-init.aos-animate {
  /* top: 83px; */
  /* position: absolute; */
  /* font-size: 20px; */
  /* right: 63px; */
  font-weight: 600;
}

p.bangluru.aos-init.aos-animate {
  top: 178px;
  /* position: absolute; */
  /* right: 93px; */
  /* font-size: 20px; */
  font-weight: 600;
  margin: 0px -110px;
}

p.mumbai.aos-init.aos-animate {
  /* right: -43px; */
  right: -43px;

  /* left: 194px; */
  /* position: absolute; */
  /* font-weight: bold; */
  font-size: 18px;
  /* top: -5px; */
  margin: -182px -64px;
}

.kolkata {
  position: absolute;
}

.bangluru {
  position: absolute;
}

/*
social media */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

/*
sticky social */
/*.sticky-icon {
  z-index: 1;
  position: absolute;
  top: 15%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}
*/

.sticky-icon {
    /*z-index: 1;*/
    position: fixed;
    top: 50%;
    right: 21px;
    /*width: 220px;*/
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  padding: 2px;
      width: 187px;
  font-size: 18px;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #FFF;
  transform: translate(52px, -1px)
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
  background-color: #2C80D3;
  color: #FFF;
}

.Youtube {
  background-color: #fa0910;
  color: #FFF;
}

.Twitter {
  background-color: #1da1f2;
}

.linkdin {
  background-color: #0077b5;
  color: #FFF;
}

.Instagram {
  /* background-color: #FD1D1D; */
  color: #FFF;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.Google {
  background-color: #21a013;
  color: #FFF;
}

.sticky-icon a i {
  background-color: #FFF;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-whatsapp {
    background-color: #FFF;
    color: #21a013;
}

.sticky-icon a i.fa-youtube-play  {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #FFF;
  color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #FFF;
  color: #d34836;
}

.sticky-icon a i.fa-instagram {
  background-color: #FFF;
  color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
  background-color: #FFF;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #FFF;
  color: #53c5ff;
}

.fas fa-shopping-cart {
  background-color: #FFF;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
  color: #53c5ff;
}

.fas fa-shopping-cart {
  background-color: #FFF;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

.footer-heading ul li {
  color: #fff;
  list-style: none;
  padding: 3px;
}

.header-sticky {
  background: rgb(255 255 255);
  box-shadow: 2px 3px 4px rgb(104 104 104 / 50%);
}

.fixed-top {
  position: relative !important;
}

.wwd-wrapper {
  height: 500px;
}

/* sidebar */
.menu a {
  display: block;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  color: #6e6e6e;
  text-decoration: none;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  transform: translateY(-100%);
}

.show-sidebar {
  transform: translate(0);
}

.fa-bars {
  position: fixed;
  top: 2rem;
  right: 3rem;
  color: #ff9100;
  font-size: 1.5rem;
  cursor: pointer;
}

.fa-times {
  font-size: 1.5rem;
  color: #ff9100;
  cursor: pointer;
}

.fa-times:hover,
.fa-bars:hover {
  color: black;
}

.sidebar-header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 1rem 1.5rem;
}

.logo {
  margin-left: -15px;
  width: 300px;
}

@media (min-width: 676px) {
  .sidebar {
    width: 100%;
  }
}

.menu a:hover {
  border-left: 5px solid #008cff;
  border-right: 5px solid #008cff;
}

.sidebar {
  z-index: 99999;
  background-color: #262626;
}

.menu i {
  font-size: 20px;
}

.menu-grid-open .menu-grid {
  visibility: initial;
}

.dropmenu li {
  font-size: 50px;
}

.menu-grid .menu-grid-minor-item {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 5px 0px;
  text-decoration: none;
  color: var(--gray-color);
  transition: all 0.4s ease-out 0s;
}

.droopmenu {
  padding: 58px;
}

.droopmenu li {
  margin-top: 10px;
}

.droopmenu li a {
  color: #ddd;
  text-decoration: none;
}

.sidebar-header i {
  border: 3px solid orange;
  padding: 10px;
}

/*
.footer-main-wrapper{
padding: 54px;
background: #242323;
}
.footer-heading h2{
color: #fff;
margin-top: 21px;
font-size: 17px!important;
border-bottom: 1px solid #ddd;
display: inline-block;
}
.footer-heading ul li a{
text-decoration: none;
color: #fff;
}
.left-logo-footer img {
width: 140px;
}
.footer-heading h2 {
color: #fff;
margin-top: 21px;
font-size: 21px!important;
border-bottom: 1px solid #ddd;
display: inline-block;
}
*/
/*footer*/
.footer-section ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  /*background: #151414;*/
  position: relative;
  z-index: -1;
}

.footer-cta {
  border-bottom: 1px solid #ff5e14;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}



.cta-text span p{
  margin:0;
}

.cta-text h4 {
  color: #fff;
  /*font-family: montserrat, sans-serif, cursive !important;*/
    font-family: montserrat, sans-serif !important;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cta-text span {
  color: #ffffffd1;
  font-size: 14px;
}

.cta-text span a{
  color: #ffffffd1;
  font-size: 14px;
  text-decoration:none;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding-top: 38px;
}



.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  /*font-family: 'Poppins', sans-serif;*/
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px !important;
  ;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-section {
    /*background-image: url(../images/bac_img-2.png);*/
     background-image: url(../images/footer_bac_2.png);
    background-size: 110% 110%;
    background-repeat: no-repeat;
}

.single-cta {
  display: flex;
  margin-top: 20px;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ff5e14;
}

.footer-widget ul li a {
    color: #ffffffd1;
    font-size:14px;
    text-decoration: auto;
    text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-widget ul>li {
  margin: 4px 0px;
}

/*footer*/
/*typer css starts*/
.typer p {
  font-size: 3rem;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}

.typer p span.typed-text {
  font-weight: normal;
  color: #dd7732;
}

.typer p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

.typer p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }

  49% {
    background-color: #ccc;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #ccc;
  }
}

/* video */
/* --- */
.video-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #f03;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

/* --- */
.player {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, #000000 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 75%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  transform: translate(-50%, -50%);
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
}

.bd-about-text-btn a {
  text-decoration: none;
  cursor: pointer;
  color: #ddd;
}

.footer-main-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 340px;
  height: 80px;
  background-color: white;
  right: -5px;
  top: 40px;
}

.footer-main-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 300px;
  height: 70px;
  background-color: #e0efe3;
  left: 0;
  top: 27px;
}

/*benifits section*/
.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 span {
  color: rgb(0 0 0);
}

.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: linear-gradient(#0dcaf0, rgb(46 46 80));
  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: 17px !important;
  text-transform: capitalize;
  /* font-weight: 600; */
  color: #8f93a5;
  font-family: 'Poppins', sans-serif !important;
  text-align: center;
  line-height: 33px;
  font-weight: 600;
  width: 100%;
  margin: 1em 0;
  z-index: 3;
}

i.fa.fa-plus.pl {
  position: absolute;
  /* border: 1px solid #fff; */
  /* background: #fff; */
  top: 11px;
  border-radius: 86px;
  right: 0px;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.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;
}

/* ADVERTISERS SERVICE CARD ENDED */


/*slider text animation*/



.slide-in-fwd-right {
  -webkit-animation: bounce-in-right 2.5s both;
          animation: bounce-in-right 2.5s both;
}



@keyframes slide-in-fwd-right {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(1000px);
            transform: translateZ(-1400px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

@keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
            transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
            transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}




/* captcha */

.demo-error {
	color:#FF0000;
    font-size: 0.95em;
}
.demo-input {
    width: 100%;
    border-radius: 5px;
    border: #CCC 1px solid;
    padding: 12px;
    margin-top: 5px;
}
.demo-btn {
	    padding: 12px;
    border-radius: 5px;
    background: #232323;
    border: #284828 1px solid;
    color: #FFF;
    width: 100%;
    cursor: pointer;
    margin-top: 4px;
}
.demo-table {
    border-radius: 3px;
    padding: 10px;
    border: #E0E0E0 1px solid;
}
.demo-success {
    margin-top: 5px;
    color: #478347;
    background: #e2ead1;
    padding: 10px;
    border-radius: 5px;
}
.captcha-input {
	background: #FFF url(./../../captchaImageSource.php) repeat-y left center;
    padding-left: 85px;
    margin: 9px 0px;
}



.form-row.pt-1 span{
  color:#fff;
  font-size: 13px;
}


#userNameContact-info ,#userCompanyNameContact-info,#userContactContact-info,#userEmailContact-info,#contentContact-info{
  font-size: 14px;
  color:#f00;
}